html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 92px;
    /* match navbar height */
}


.navcolor {
    background-color: #486AB0;
}

.sectioncolor {
    background-color: #486AB0;
}

.sectioncolor1 {
    background-color: white;
}


.about {
    background-color: white;
}

.navtext {
    color: white;
    font-weight: 500;
}

.bannerimg {
    border-radius: 15px;
    width: 500px;
}

.navtext:hover {
   color: rgb(218, 237, 8);
}

.mrqcolor {
    background-color: #dabb0fcb;
}

.btntext1 {
    border-radius: 30px;
    background-color: #E4EBEB;
    color: rgb(5, 1, 1);
}

.btntext1:hover {
    color: rgb(5, 2, 1);
}

.bgbadge {
    background-color: white;
    width: 300px;
    border-radius: 20px;
    color: black;
}

.reviwesbg {
    background-color: white;
    border-radius: 20px;
    width: 400px;
    color: rgb(10, 1, 1);
    text-align: center;

}

.ingredents {
    background-color: #c07553a9;

}

.imgheight {
    height: 200px;
    border-radius: 45px;
}

.blockwidth {
    margin-left: -85px;
}

.btntext6 {
    border-radius: 35px;
    background-color: #c03232;
    color: rgb(252, 250, 250);
}




.btntext11 {
    border-radius: 55px;
    background-color: #c91d17ec;
    color: white;
}

.btntext11:hover {
    color: #eeea06;
}

.imgwidth {
    border-radius: 25px;
    width: 300px;
}

.imgwidth2 {
    border-radius: 25px;
}

.imgwidth1 {
    height: 250px;
}

.bg-color1 {
    background-color: wheat;
}



.btntext2 {
    border-radius: 45px;
    background-color: white;
    color: rgb(2, 0, 0);
}

.reviwesimg {


    height: 345px;
    color: #fff;
    /* Text color over image */
}


.gurentybadge {
    width: 300px;
}


.about1 {
    margin-top: -8px;
}

.two-bottle {
    width: 380px;
}

.bottle-6 {
    width: 550px;
}

.bgcolormoney-back {
    border-radius: 180px;
    justify-content: center;
    background-color: #53a4adb9;
}








.height1 {
    height: 200px;
}

.payment-snap {
    width: 1250px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.bginfo {

    border-radius: 45px;
    background-color: #0f752842;
}

.custom-toggler span {
    display: block;
    width: 35px;
    height: 5px;
    margin: 5px 0 0 0px;
    background-color: #f6f8f7;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

button {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;

}



.rounded1 {
    border: 1px solid rgba(70, 219, 11, 0.918);

}

.btntext7 {
    background-color: #3e9b35;
    border: 5px solid rgba(239, 241, 239, 0.226);
    border-radius: 45px;
    color: white;
}




/* Section margin top when click navbar section */
section {
    scroll-margin-top: 100px;
}


.custom-hover {
    text-decoration: none;
    color: rgb(252, 250, 250);
}

.custom-hover:hover {
    color: rgb(218, 237, 8);
    text-decoration: underline;
    /* Bootstrap primary */
}


.monybadge {
    height: 220px;
}


/* ============================popup box========================== */

/* ================ */

.purchase-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    font-size: 14px;
    max-width: 300px;
    z-index: 9999;
    display: none;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
}
.purchase-proof strong {
    color: #1e7e34;
}
.purchase-proof small {
    color: #777;
}



/* ================ */




/* ================================================ */


/* 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;
    }

    .navcenter {
        text-align: center;
    }

    .bgbadge {
        width: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {

        margin-top: -25px;
        display: flex;
        justify-content: center;


    }

    .reviwesbg {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }


    .payment-snap {
        width: auto;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    body {
        margin-top: -15px
    }

    .whatsection {

        margin-top: -25px;
        display: flex;
        justify-content: center;


    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}