html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 92px;
    font-family: 'Times New Roman', Times, serif;
    /* match navbar height */
}

.logo {
    font-size: 1.9rem;
}


.navcolor {
    background-color: #33522D !important;
}

.sectioncolor {
    background-color: #33522D;
}

.sectioncolor1 {
    background-color: white;
}

.sectioncolor2 {
    background-color: #33522D;
    border-radius: 15px;
    color: rgb(244, 239, 239);
}

h1 {
    font-size: 2.4rem !important;
}

h2 {
    font-size: 2rem !important;
}

h3 {
    font-family: 1.8rem !important;
}

p,
ul {
    font-size: 1.4rem !important;
}

.accordation1 {
    font-size: 1.4rem !important;
}



.btn1 {
    font-size: 28px;
    background-color: #198754;
    border-radius: 15px;
    color: white;

}

.bgclr {
    background-color: #33522D;
    color: rgb(7, 1, 1);

}

.ingclr {
    background-color: white;
    color: black;
    padding: 15px;
    border-radius: 15px;
}


.paywidth {
    width: 700px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}

.navtext {
    color: rgb(241, 238, 238);
    font-weight: 500;
    font-size: 1.4rem;
}

.navtext:hover {
    color: #efef0c;
}

.bottle11 {
    width: 380px;
}

.btntext1 {
    border-radius: 25px;
    background-color: #2ba0af;

    color: rgb(251, 248, 248);
}


.bannerimg {
    height: 450px;
}





.revimg {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.card1 img {
    border-radius: 15px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}



.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;
}

.ingheight {

    height: 200px;

}

.FDA-Registered {
    border-radius: 18px;
    border: 1px solid #33522D;
}



.bottle-6 {
    width: 520px;
}




.payment-snap {
    width: 700px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.bginfo {

    border-radius: 45px;
    background-color: #0f752842;
}

.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #f5f8f8;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 75px;
}


.custom-hover {
    color: rgb(253, 250, 250);
    text-decoration: none;
    font-size: 1.4rem !important;
}

.custom-hover:hover {
    color: #f2f205;
    text-decoration: underline;

}


.monybadge {
    height: 220px;
}


footer ul {
    padding-left: 0;
}

footer .list-inline-item {
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    footer .list-inline-item {
        display: block;
        margin: 10px 0;
    }

    input {
        width: 100% !important;
    }


    h1 {
        font-size: 1.9rem !important;
    }

    h2 {
        font-size: 1.7rem !important;
    }

    h3 {
        font-family: 1.5rem !important;
    }

    p,
    ul {
        font-size: 1.2rem !important;
    }

    .accordation1 {
        font-size: 1.2rem !important;
    }

    .btn1{
        font-size: 1.2rem !important;

    }

    .custom-hover{
        font-size: 1.2rem !important;
    }


}



/* Mobile View */
@media (max-width: 768px) {
    .cent {
        text-align: center;
    }


    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }

    .imglimited {
        justify-content: center;
        align-items: center;
    }

    .avoid {
        width: auto;
        height: auto;
    }

    .ingheight {
        height: auto;
        text-align: center;
    }

    .navcenter {
        text-align: center;
    }


    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        height: auto;
    }

    .hero-bg {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }

    .bannerimg {
        height: auto;
    }

    .bgbadge {
        height: auto;
    }

    .imgbg {
        margin-top: -50px;
    }


    .payment-snap {
        width: auto;
    }

    .revwidth {
        height: auto;
    }

    .paywidth {
        width: auto;
    }

    .bonusheight {
        height: auto;
    }


}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    .revwidth {
        height: auto;
    }

    .avoid {
        width: auto;
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {
        margin-bottom: 25px;
        display: flex;
        justify-content: center;


    }


    .navcenter {
        text-align: center;
    }

    .imgbg {
        margin-top: -50px;
    }

    .ingheight {
        height: auto;
        justify-content: center;
        text-align: center;
    }

    .bonusheight {
        height: auto;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .bgbadge {
        height: auto;
    }
}

@media(max-width:1400px) {
    .avoid {
        width: auto;
        height: auto;
    }
}