#customPageTitle {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-family: "Baloo-Chettan" !important;
    margin-top: 100px;
    border: none;
    text-transform: uppercase;
    color: #097bed;
    font-size: 36px;
}

.customPageSubtitle {
    font-size: 17px;
    margin-bottom: 20px;
    color: #12225a;
}

.customPageCaption {
    font-size: 14px;
    color: #12225a;
}

.boxContainer {
    margin-top: 50px;
}

.titleCustom {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-family: "Baloo-Chettan" !important;
    margin-top: 30px;
    text-transform: uppercase;
    color: #097bed;
    font-size: 36px;
}

.contactInput {
    background-color: #f8f8f8;
    border-radius: 0px;
    border: none;
    color: #767676;
    font-size: 14px;
    width: calc(50% - 34px);
    margin-top: 29px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    height: 42px;
    /* font-family: poppins; */
    border-radius: 5px;
    position: relative;
    padding-left: 20px;
    line-height: 35px;
}

.contactInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
    opacity: 0.9;
}

.contactInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 0.9;
}

.contactInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    opacity: 0.9;
}

.contactInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    opacity: 0.9;
}

.contactInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
    opacity: 0.9;
}

.sendContact {
    position: relative;
    float: left;
    text-align: center;
    background-color: #ffdb48;
    border: 1px solid #ffdb48;
    color: #1b1b1b;
    font-weight: 500;
    font-family: "Baloo-Chettan" !important;
    font-size: 19px;
    border-radius: 10px;
    margin: 0 auto;
    width: 280px;
    margin-top: 50px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 40px;
    cursor: pointer;
    margin-left: calc(50% - 140px);
}

.sendContact:hover {
    background-color: white;
    color: #1b1b1b;
}

.file-input-wrapper {
    border: 2px solid #097bed;
    color: white;
    background: #097bed;
    border-radius: 10px;
}

.customPageText {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #575757;
}

.contactLabel {
    position: relative;
    float: left;
    font-size: 15px;
    color: black;
    margin-left: 23px;
    display: inline-block;
    margin-top: 3px;
}

.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: solid 1px #cccccc;
}

.productGrouptitle {
    color: #575757;
    margin: 0;
    margin-top: 15px;
    position: relative;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 500;
}

.openClose {
    position: relative;
    color: #575757;
    float: right;
    right: 10px;
}

.productGroupInfo {
    width: calc(100% - 30px);
    background-color: #f5f5f5;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    margin-top: 5px;
    color: #575757;
    display: none;
}

.moreInfoDiv.openDiv .productGroupInfo {
    display: block;
}

#productInfoShippingInfo {
    margin-bottom: 0px;
}

.storeTitle {
    color: #575757;
    margin: 0;
    margin-top: 15px;
    position: relative;
    font-size: 29px;
    line-height: 27px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 500;
}

.storeInfo {
    color: #575757;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
    font-size: 20px;
    line-height: 19px;
    font-weight: 200;
    float: left;
}

.termsInfoContainer {
    margin: auto;
    margin-top: 30px;
    font-size: 17px;
    color: #575757;
    line-height: 29px;
    margin-bottom: 50px;
    width: 90%;
}

.moreInfoContainer {
    margin-top: 30px;
}

.mapDiv {
    width: 57%;
    height: 419px;
    margin-bottom: 50px;
    margin-top: 30px;
    float: left;
}

.storeInfoContainer {
    width: 40%;
    float: left;
    margin-top: 60px;
    margin-left: 30px;
}

.customPageCenteredContent {
    width: 1100px !important;
}

.titleImg {
    height: 50px;
    top: 44px;
    position: absolute;
    left: 417px;
}

.contactDiv {
    width: 70%;
    position: relative;
}

.contactRow {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 0px;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    .customPageCenteredContent {
        width: 768px !important;
    }

    .storeInfoContainer {
        width: 276px;
    }

    .mapDiv {
        height: 315px;
    }
}

@media screen and (max-width: 768px) {
    .customPageSubtitle {
        font-size: 15px;
        line-height: 19px;
    }

    .termsInfoContainer {
        width: 100%;
        font-size: 15px;
    }

    .titleCustom {
        width: 50%;
        margin: auto;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .moreInfoContainer {
        width: 100%;
        margin: auto;
    }

    .productGrouptitle {
        padding-right: 15px;
        font-size: 17px;
    }

    .openClose {
        right: 0px;
    }

    .customPageCenteredContent {
        width: 85% !important;
    }

    .mapDiv {
        width: 100%;
        height: 221px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .storeInfoContainer {
        margin-top: 15px;
        margin-left: 0px;
        width: 100%;
    }

    .titleImg {
        left: 88px;
        width: 24px;
        top: 48px;
        height: auto;
    }

    .storeTitle {
        font-size: 22px;
    }

    .storeInfo {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .storeInfo p {
        margin-block-start: 0em;
        margin-block-end: 0em;
        font-size: 15px;
    }

    .contactDiv {
        width: 100%;
    }

    .contactInput {
        width: 100%;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    .titleImg {
        left: 250px;
    }
}