/* index page css */
@charset "utf-8";

/* CSS Document */
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    overflow-x: hidden;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
.ul,
ol,
.ol,
li,
p,
.p {
    padding: 0;
    margin: 0;
}

.dropdown-toggle::after {
    display: none;
}



:root {
    --theme-color: #ff9d00;
    --text-color-primary: #F5F6F6;
    --theme-color-secondary: #F26530;
    --text-color-dark: #1c5d68;
}

.text-theme {
    color: var(--theme-color) !important;
}

.bg-theme {
    background: var(--theme-color-secondary) !important;
}


.bg-white {
    background: #fff !important;
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #d7f5fd url(../new_images_front/body-bg.png) no-repeat;
    background-size: cover;
}

a,
a:hover {
    color: var(--text-color-dark)
}



/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


h1,
h2,
h3,
h4 {
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none !important
}



input:focus,
select:focus {
    box-shadow: none !important;
    outline: none;
}

button {
    border: 0;
    outline: 0
}

button:focus {
    outline: none
}

ul,
ol {
    margin: 0;
    padding: 0;
}



.common-btn {
    display: inline-block;
    color: #000;
    padding: 1.8rem 3rem;
    line-height: normal;
    border-radius: 4.5rem;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    background-color: var(--theme-color);
    transition: 0.5s ease all;

}

.common-btn img {
    margin-left: 4px;
    margin-top: -4px;
}

.common-btn:hover {
    color: #fff;
    background: #000;
    transform: scaleX(1.02);
}

/*======================= Header =======================*/
.header {
    padding: 1.6rem 0;
    position: relative;
}

.header .logo img {
    max-height: 9rem;
    width: auto;
}

.header::after {
    content: "";
    background: url(../new_images_front/leaf-right-top.png);
    position: absolute;
    top: 0;
    right: 0%;
    background-size: 126px 41px;
    width: 126px;
    height: 41px;
}

/*======================= Banner =======================*/
.bnrsec {
    position: relative;
}

.bnrsec::before {
    content: "";
    background: url(../new_images_front/leaf-left-middle.png);
    position: absolute;
    top: 50%;
    left: 0;
    background-size: 98px 75px;
    width: 98px;
    height: 75px;
}

.bnrsec::after {
    content: "";
    background: url(../new_images_front/banner-after.png);
    position: absolute;
    top: 10%;
    right: 0;
    background-size: 636px 1000px;
    width: 636px;
    height: 1000px;
    z-index: -1;
}

.bnr-contnet {
    text-align: center;
    padding: 0 2rem;
}

.bnr-contnet h1 {
    font-size: 5.8rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 7rem;
}

.bnr-contnet h5 {
    font-size: 3.2rem;
    line-height: normal;
    color: #003f5c;
    margin-bottom: 3.5rem;
    font-weight: 400;
}

.bnr-contnet h6 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.starsec {
    margin-bottom: 0.8rem;
}

.starsec p {
    font-weight: 600;
    font-size: 1.3rem
}

.starsec .star {
    max-height: 1.2rem;
    margin-right: 0.8rem;
}

.btnsec .common-btn {
    margin-bottom: 1.5rem;
}

.btnsec h6 {
    font-size: 2rem
}

.bnrimg {
    position: relative;
    width: 85%;
    height: auto;
    float: right;
}

.bnrimg::after {
    content: "";
    background: url(../new_images_front/leaf-right-bottom.png);
    position: absolute;
    background-size: 217px 147px;
    width: 217px;
    height: 147px;
    right: -20%;
    bottom: 3%;
    z-index: 1;
}

.bnrimg::before {
    content: "";
    background: url(../new_images_front/leaf-left-bottom.png);
    position: absolute;
    background-size: 217px 160px;
    width: 217px;
    height: 160px;
    left: -29%;
    bottom: -13%;
    z-index: 1;
}

span.bnrspan {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

span.bnrspan::before {
    content: "";
    background: url(../new_images_front/leaf-top-left.png);
    position: absolute;
    background-size: 67px 98px;
    width: 67px;
    height: 98px;
    left: -2%;
    top: -5%;
    z-index: 1;
}

span.bnrspan::after {
    content: "";
    background: url(../new_images_front/leaf-top-right.png);
    background-size: 104px 119px;
    width: 104px;
    height: 119px;
    position: absolute;
    top: -6%;
    right: 3%;
}

.bnrimg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bnrsec .product img {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    object-fit: contain;
    height: 720px;
}

/*======================= why choose us =======================*/
.why-choose-us {
    padding-top: 6rem;
}

.why-choose-us h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: var(--text-color-dark);
}

.why-choose-us h6 {
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 4rem;
    text-align: center;
}

.badge-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.badge-section .icon img {
    max-height: 15.5rem
}

.why-choose-box {
    background: #1c5d68;
    background-size: cover;
    position: relative;
    /* min-height: 58rem; */
    margin-top: 9rem;
    border-radius: 30px;
    color: #fff;
    z-index: 99;
}

.why-choose-box::before {
    content: "";
    background: url(../new_images_front/why-choose-box-before@2x.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
}

.why-choose-us .top-img {
    width: auto;
    height: 23.5rem;
    overflow: hidden;
    position: absolute;
    left: 10%;
    top: -10%;
}

.why-choose-us .bottom-img {
    width: auto;
    height: 35rem;
    overflow: hidden;
    position: absolute;
    left: 15%;
    bottom: -5%;
}

.why-choose-us .top-img img,
.why-choose-us .bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-content {
    padding: 3rem 3rem 1rem 4rem;
}

.why-choose-box h2 {
    color: #fff;
    text-align: left;
    /* margin-bottom: 2rem; */
}

.why-choose-box p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    /* margin-bottom: 2rem; */
}

.why-choose-box ul {
    margin-bottom: 4rem;
    padding: 0;
}

.why-choose-box ul li {
    list-style: none;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    margin-bottom: .05rem;
}

.why-choose-box ul li img {
    margin-right: 6px
}

.why-choose-leafs img {
    position: absolute;
}

.why-choose-us-leaf-left1 {
    bottom: 3%;
    left: -9%;
    max-height: 80px;
}

.why-choose-us-leaf-middle-top {
    top: -2%;
    left: 36%;
    max-height: 170px;
}

.why-choose-us-leaf-middle-bottom {
    bottom: -5%;
    left: 60%;
    max-height: 88px;
}

.starsec p {
    font-size: 1.3rem;
    margin: 0
}
.stars i{
    color: #ffc107;
}

.prodimg img {
    position: absolute;
    top: -5%;
    left: -17%;
    width: 46%;
}
@media screen and (min-width: 1400px) {
    .prodimg img {
        width: 40%;
    }
}

/*======================= review section =======================*/
.cus-review {
    padding-top: 18rem;
    padding-bottom: 8rem;
    position: relative;
}

.cus-review::after {
    content: "";
    background: url(../new_images_front/cus-review-bg.png) no-repeat;
    background-position: top right;
    position: absolute;
    top: -80px;
    right: -110px;
    width: 60%;
    height: 85%;
    background-size: 60% 85%;
    z-index: 1;
}

.cus-review h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: var(--text-color-dark);
}

.cus-review h6 {
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 4rem;
    text-align: center;
}

.cus-review-box {
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 99;
    margin: 0 10px;
}

.cus-review-box .image {
    width: 100%;
    height: 100%;
    max-height: 29.5rem;
    overflow: hidden;
}

.cus-review-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cus-review-box .content {
    padding: 3rem 2.5rem;
    background: #fff;
    border-radius: 0 0 1.5rem 1.2rem;
    min-height: 28rem;
}

.cus-review-box .content .star {
    margin-bottom: 1.2rem;
}

.cus-review-box .content h5 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.cus-review-box .content p {
    font-size: 1.8rem;
    line-height: 2.8rem
}
.cus-review-box .content p span {
    display: block;
    font-weight: 600;
    font-size: 1.4rem;
}

@media only screen and (min-width:1600px) {
    html {
        font-size: 70%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1480px !important;
    }
}

@media only screen and (min-width:1800px) {
    html {
        font-size: 75%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1680px !important;
    }
}

@media only screen and (min-width:2000px) {
    html {
        font-size: 77.5%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1880px !important;
    }
}

@media only screen and (min-width:2200px) {
    html {
        font-size: 80%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 2080px !important;
    }
}

@media only screen and (min-width:2400px) {
    html {
        font-size: 82.5%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 2280px !important;
    }
}

@media only screen and (min-width:2600px) {
    html {
        font-size: 85%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 2480px !important;
    }
}

@media only screen and (min-width:2800px) {
    html {
        font-size: 87.5%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 2680px !important;
    }
}

@media only screen and (min-width:3000px) {
    html {
        font-size: 90%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 2880px !important;
    }
}

@media only screen and (min-width:3200px) {
    html {
        font-size: 92.5%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 3080px !important;
    }
}

@media only screen and (min-width:3400px) {
    html {
        font-size: 95%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 3280px !important;
    }
}

@media only screen and (min-width:3600px) {
    html {
        font-size: 97.5%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 3480px !important;
    }
}

@media only screen and (min-width:3800px) {
    html {
        font-size: 100%;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 3680px !important;
    }

}


@media only screen and (max-width:991px) {
/*sweta*/
.bnr-contnet h1{ font-size: 3.8rem;line-height: 5rem; }
.bnr-contnet h5{ font-size: 2.2rem; }
.badge-section .icon img {
    max-height: 9.5rem;
    margin-bottom: 3rem;
}
.why-choose-us .bottom-img{ left: 0%;
    bottom: 0%;height: 30rem; }
    .doctor-image {
        max-width: 360px;
        margin-top: -133px;
        margin-left: 434px;
    }
    .benefit-prodimg-left img {
        max-height: 360px;
    }
    .benefit-prodimg-right img {
        max-height: 450px;
    }
    


}



@media only screen and (max-width:767px) {


}

/* ingredients sec and quote */
.ingredients_sec {
    background: url('../new_images_front/ingredients_bg.png') no-repeat -105px 110px;
    background-size: cover;
    padding: 2rem 0 8rem;
}

.ingredients_sec .ingredient-card {
    position: relative;
    display: inline-block;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 25px rgba(0, 0, 0, 0.2);
}

.ingredients_sec .ingredient-card h5 {
    height: 135px;
    position: absolute;
    color: #fff;
    bottom: 0;
    margin: 0;
    right: 0;
    left: 0;
    background: transparent;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    padding-top: 75px;
    padding-left: 12px;
    font-size: 2rem;
    font-weight: 900;
}

.ingredients_sec .all_img_box {
    display: inline-block;
}

.ingredients_sec .all_img_box ul li {
    position: absolute;
    z-index: 1;
    max-width: 250px;
    width: 100%;
}

.ingredients_sec .all_img_box ul li:first-child {
    top: -20px;
    left: -181px;
}

.ingredients_sec .all_img_box ul li:nth-child(2n) {
    top: 175px;
    left: -259px;
}

.ingredients_sec .all_img_box ul li:nth-child(3n) {
    left: -158px;
    bottom: 41px;
}

.ingredients_sec .all_img_box ul li:nth-child(4n) {
    top: -20px;
    left: 327px;
    bottom: unset;
}

.ingredients_sec .all_img_box ul li:nth-child(5n) {
    top: 175px;
    right: -260px;
}

.ingredients_sec .all_img_box ul li:last-child {
    top: unset;
    left: 292px;
    bottom: 41px;
}

.ingredients_sec .all_img_box .leaf_1 {
    position: absolute;
    width: 180px;
    left: -278px;
    bottom: 127px;
    z-index: 2;
}

.ingredients_sec .all_img_box .leaf_2 {
    position: absolute;
    width: 120px;
    right: -206px;
    bottom: 64px;
    z-index: 0;
}

.ingredients_sec p {
    font-size: 2.4rem;
    color: #000;
    margin-bottom: 10px;
}

.ingredients_sec h2 {
    font-size: 4rem;
    font-weight: 900;
    color: var(--text-color-dark);
    margin-bottom: 85px;
}

.ingredients_sec h3 {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--text-color-dark);
}

.ingredients_sec h4 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1c0b34;
    margin-bottom: 12px;
}

.ingredients_sec h6 {
    margin-top: 20px;
    font-size: 2.4rem;
    color: #000;
}

.ingredients_sec h6 strong {
    color: #ffbb00;
    font-weight: 700;
}

.quote-main-container {
    background: var(--text-color-dark) url(../new_images_front/quote-main-bg.png) no-repeat center right;
    padding: 10rem 0;
    position: relative;
}

.doctor-image {
    max-width: 441px;
    margin-top: -165px;
    margin-left: -65px;
}

.quote-icon {
    position: absolute;
    top: -68px;
    max-width: 139px;
}

.quote-content h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    max-width: 700px;
    margin-bottom: 3rem;
}

.quote-content p.attribution {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 3rem;
}

.quote-content p.description {
    font-size: 1.8rem;
    max-width: 500px;
    color: #fff;
    line-height: 2.8rem;
    font-weight: 700;
}

.product-section {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    margin-top: -105px !important;
    padding: 4rem 3rem 4rem 6rem;
}

.product-section .content_box h2 {
    font-size: 3.4rem;
    color: var(--text-color-dark);
    line-height: 4rem;
    font-weight: 900;
    margin-bottom: 3rem;
}

.product-section .content_box p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 0;
    padding-right: 87px;
}

.pro-guarante {
    position: absolute;
    bottom: -78px;
    left: 49%;
    transform: translateX(-50%);
    max-width: 640px;
    width: 100%;
}
@media screen and (min-width: 1400px) {
    .pro-guarante {
        max-width: 600px;
    }
}

.product-section p.hurry-text {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-section p.limited-supply-text {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-top: 2rem;
}

.product-section p.limited-supply-text span {
    font-weight: 700;
    color: #ffbb00;
}

.product-section .left-leaf {
    position: absolute;
    width: 116px;
    left: -60px;
    top: -20px;
}

.product-section .right-leaf {
    position: absolute;
    width: 128px;
    right: -40px;
    top: -40px;
}
/* ingredients sec and quote */



/* ===== Edit by Pranay ===== */
.footer {
    background: #202731 url(../new_images_front/footer-bg.jpg) bottom center no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 40px 0px 180px;
}

.footer-content {
    width: 100%;
}

.newsletter-section {
    max-width: 600px;
    flex: 1;
}

.newsletter-form {
    margin-bottom: 20px;
}

.newsletter-filed {
    display: flex;
    flex-wrap: wrap;
}

.newsletter-form input {
    padding: 12px 16px;
    border-radius: 25px 0 0 25px;
    border: 1px solid #485363;
    flex: 1 1 200px;
    min-width: 200px;
    background: none;
    color: #fff;
    font-size: 18px;
}

.newsletter-form input::-webkit-input-placeholder {
    color: #485363;
    font-size: 1.4rem;
}

.newsletter-form input::-moz-placeholder {
    color: #485363;
    font-size: 1.4rem;
}

.newsletter-form input:-ms-input-placeholder {
    color: #485363;
    font-size: 1.4rem;
}

.newsletter-form input::placeholder {
    color: #485363;
    font-size: 1.4rem;
}

.newsletter-form button {
    padding: 1.4rem 3.2rem;
    background: white;
    color: black;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    font-size: 1.2rem;
}

.disclaimer {
    font-size: 13px!important;
    color: #61728c;
    padding-bottom: 15px;
    text-align: center;
}

.newsletter-section h2 {
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: "Mona Sans", sans-serif;
}

.subtitle {
    color: #3fa5b5;
    margin-bottom: 20px;
    font-family: "Mona Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.right-filed {
    border-radius: 0 25px 25px 0 !important;
    border-left: 0 !important;
}

.footer-links a {
    display: block;
    color: #61728c;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 13px;
}

.footer-links a:hover {
    text-decoration: underline !important;
}

.footer-bottom p {
    font-size: 13px;
    color: #61728c;
    margin: 0;
}

.footer-bottom-con {
    width: 100%;
    border-top: 1px solid #333;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 40px; */
    /* padding-top: 20px; */
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
}

.bg-lightblue {
    background-color: #e6f4ff;
    padding: 70px 0;
}

/* Floating Images */
.floating-img {
    position: absolute;
}

.img1 {
    top: 24px;
    left: 18%;
}

.img2 {
    top: -28px;
    right: 12%;
}

.img3 {
    bottom: 6%;
    left: 23%;
}

.img4 {
    bottom: 52px;
    right: 18%;
}

.img5 {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

/* Floating Leaves */
.floating-leaf {
    position: absolute;
    width: 50px;
    /* animation: float 6s infinite ease-in-out; */
}

.leaf1 {
    top: 2%;
    left: 12%;
}

.leaf2 {
    top: 16px;
    right: 62px;
    width: 120px;
}

.leaf3 {
    bottom: 5%;
    left: 3%;
    width: 159px;
}

.leaf4 {
    bottom: -3%;
    right: 30%;
    width: 130px;
}

.benefit-prodimg-left {
    position: absolute;
    top: -8%;
    left: 0%;
}

.benefit-prodimg-left img {
    max-height: 540px;
}

.benefit-prodimg-right {
    position: absolute;
    top: 3%;
    right: -1%;
}

.benefit-prodimg-right img {
    max-height: 635px;
}

/* @keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(5deg);
    }
} */

.bg-bottom {
    width: 100%;
    background: url(../new_images_front/bg-bottom.png) top center no-repeat;
    background-size: cover;
}

.leaf5 {
    bottom: 0;
    left: 37%;
    width: 34px;
    transform: rotate(180deg);
}

.claim-section h6 {
    font-size: 29px;
    font-weight: 300;
    color: #000000;
    padding-bottom: 10px;
}

.claim-section h1 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
}

.claim-section ul li {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
}

.claim-section ul li i {
    color: #ffbb00;
}

.new-wd {
    max-width: 600px;
    margin: 0 auto 15px;
}

.new-wd .icon img {
    max-height: 90px;
}

.leaf6 {
    top: 40%;
    left: 23%;
    width: auto;
}

.leaf7 {
    width: auto;
    right: 22%;
    bottom: 36%;
}

.leaf8 {
    right: 0;
    bottom: 10%;
    width: 179px;
    filter: blur(5px);
}

.review-text {
    color: #1c0b34;
}

.bottom-sec h6 {
    font-size: 16px !important;
}

.faq-section {
    background: #fff;
}

.faq-section .sub-hd {
    color: #3fa5b5;
    font-size: 1.8rem;
}



.accordion-button:focus {
    border-color: #e3eaf3;
    box-shadow: none;
}

.accordion-button::after {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-body {
    font-size: 0.95rem;
    color: #444;
    padding-top: 0;
    padding-bottom: 1rem;
}

.faq-section h2 {
    font-size: 40px;
    font-weight: 700;
}

.faq-sub-hed {
    font-size: 18px;
    font-weight: 400;
    color: #3fa5b5;
}

.faq-section .accordion-button {
    font-size: 2rem !important;
    color: #000 !important;
    padding: 3rem 2rem !important;
}

.faq-section .accordion-button.collapsed {
    border-bottom: 1px solid #a9dae3 !important;
}

.faq-section .accordion-button:focus {
    box-shadow: none !important
}

.accordion-body {
    font-size: 1.6rem;
}

.faq-section .accordion-body {
    border-bottom: 1px solid #a9dae3 !important;
}
.faq-section .accordion-body ul {
    margin-top: 10px;
}
.faq-section .accordion-body ul li {
        list-style: disc;
}
.faq-section .btmtxt {
    font-family: "Mona Sans", sans-serif;
    font-size: 1.5rem;
    color: #a7a7a7;
    padding: 5rem 0;
}

/* CSS */
.image-scroll-wrapper {
    overflow: hidden;
    background: #e7f5ff;
}

.image-strip {
    display: flex;
    animation: scroll-left 30s linear infinite;
    width: max-content;
    gap: 20px;
}

.image-set {
    display: flex;
    gap: 20px;
}

.image-strip img {
    height: 190px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.img-1 {
    position: relative;
    bottom: -22px;
}

.img-2 {
    position: relative;
    bottom: -33px;
}

.img-3 {
    position: relative;
    bottom: -21px;
}

.img-4 {
    position: relative;
    bottom: -52px;
    height: 176px !important;
}
.ingredient-card {
    border: none;
    background: transparent;
    text-align: center;
  }
  .ingredient-card img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .ingredient-name {
    margin-top: 0.5rem;
    font-weight: 600;
    color: #333;
  }
  .dropper-img {
    max-width: 220px;
    margin: 0 auto;
  }
  .section-heading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a3d44;
  }
  .section-subheading {
    font-size: 1rem;
    color: #555;
  }
  .quote-btn{
    font-size: 1.4rem;
  }
  .all_img_box {
    margin-bottom: 30px;
}


.review-section {
    background-color: #eaf7fc;
    padding: 60px 0;
  }
  .review-box {
    /* background: #fff; */
    border-radius: 10px;
    padding: 20px 15px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); */
    text-align: center;
    border: 1px solid #ccc;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  .review-box i {
    color: #20a4b8;
    font-size: 18px;
  }
  .rating-bar {
    height: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .rating-fill {
    height: 100%;
    background-color: #20a4b8;
  }
  .rating-label {
    min-width: 60px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .rating-label i{
    color: #20a4b8;
    font-size: 14px;
  }
  .rating-count {
    color: #333;
    font-size: 14px;
    min-width: 40px;
  }
  .review-section h2{
    font-size: 4rem;
    color: #1c0b34!important;
  }
  .review-box h1{
    font-size: 48px;
  }
  .review-box p{
    font-size: 18px;
  }
  .verify-box {
    font-size: 14px;
    color: #949494;
    font-weight: 400;
}
.review-slide-box{
    background-color: #fff;
    padding: 20px;
    margin:0 10px;
    
}
.review-slide2{
    margin-bottom: 60px!important;
}
.review-slide2 .slick-dots{
    bottom: -45px;
}
.review-slide2 .slick-dots li.slick-active button:before{
    color: #2a6f7b!important;
}
.review-slide2 .slick-dots li button:before{
    font-size: 40px;
}
.review-box2 {
    width: 96%;
  }
.review-box2 h5{
    font-size: 18px;
}

.review-box2 p{
    font-size: 14px;
}
.auth-text{
    font-size: 16px;
}
.auth-text strong {
    padding-bottom: 3px;
    display: inline-block;
}
.auth-text img{
    width: auto;
}
.auth-text img {
    width: auto;
    height: 100%;
}
.verify-text {
    color: #949494;
}
.sec-2 {
    width: 100%;
    padding: 60px 0;
}
.form-con {
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.form-con-top {
    background: #151515;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.form-con-mid {
    padding: 30px 22px;
}
.star-text {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.form-con-mid h2 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
}

.form-con-mid small {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}
.green-text {
    color: #2fc534;
}
.form-area {
    width: 100%;
    margin-bottom: 10px;
}
.form-area-input {
    background: #f1fcff !important;
    padding: 13px 18px !important;
    height: auto !important;
    line-height: 100% !important;
    border: 1px solid #141414 !important;
    width: 100%;
    border-radius: 10px;
    color: #363636 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.coupen-input {
    font-weight: 600 !important;
    color: #2fc534 !important;
    border: 2px solid #2fc534 !important;
}
.claim-btn {
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    border: none;
    padding: 15px 30px;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.claim-btn::after, .get-btn::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
}
.claim-btn, .claim-btn:hover {
    background: var(--theme-color);
    text-decoration: none;
}
.claim-btn::after {
    content: '\f0a9';
}
.w-48 {
    width: 48%;
}
.shipping-text {
    font-size: 13px;
    color: #000;
}
.grey-text {
    color: #ccc;
    font-size: 11px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.product-gallery {
    display: flex;
    gap: 15px;
  }
  
  .product-thumbnails {
    width: 100px;
    margin-top: 40px;
  }
  
  .product-thumbnails .slick-slide {
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #000;
    padding: 4px 0;
  }
  

  .product-main img {
    width: 100%;
    
   
  }
  
  .product-main {
    width: 100%;
    max-width: 500px;
  }
  
  @media (max-width: 768px) {
    .product-gallery {
      flex-direction: column;
    }
  
    .product-thumbnails {
      order: 2;
      width: 100%;
    }
  
    .product-thumbnails .slick-slide {
      margin: 0 5px;
    }
  
    .product-thumbnails .slick-track {
      display: flex !important;
    }
  
    .product-main {
      order: 1;
      margin-bottom: 10px;
    }
    .common-btn{
        font-size: 1.4rem;
    }
  }

  .product-gallery  .slick-initialized .slick-slide{
    display: flex;
    justify-content: center;
  }
  .product-thumbnails img{
    width: 100px;
    
  }
  .product-thumbnails .slick-list .draggable{
    height: auto;
  }
  .product-main .slick-arrow{
    display: none!important;
  }

.desktop-none{display: none;}
.desktop-none2{
    display: none;
}

  @media(max-width:1199px) {
      .bnrsec::before {
            background-size: 70px 60px;
            width: 70px;
            height: 60px;
      }
  }

  @media (max-width: 767px) {
   .desktop-none{
    display: block;
   }
  .bnr-contnet h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 11px; 
    position: relative;
    z-index: 9;
    
}
.bnrimg::before{
    left: -37%;
}
.bnrimg::after{
    right: -36%;
}
.leaf2-top{
    top: 10%;
    right: -26px;
    width: auto;
    filter: blur(5px);
}
.bnrsec::before{ display:none  } 
span.bnrspan::after{ top: -5%; right: -6%; } 

.top-img-mb {
    display: block;
    margin: 0 auto;
    max-width: 38%;position: relative;
        z-index: 9;
}
.top-img-mb img{ width:100% }
.prodimg-mb {position: absolute;max-width: 68%;bottom: -147px;left: -75px;}
.prodimg-mb img{ max-width:100% }
.bottom-img-mb {max-width: 70%;margin: 0 auto;position: relative;top: 36px;left: 51px;}
.bottom-img-mb img{ width: 100%;}


.faq-section .accordion-button.collapsed {
    border: 1px solid #a9dae3 !important;
    border-radius: 4px;
    margin-bottom: 20px;
}
.product-section {
    /* width: 96%; */
    /* margin-left: 2% !important; */
}
.content_box{
    text-align: center;
}
.product-section .content_box p{
    padding: 0;
    font-size: 1.6rem;
}

.product-section .left-leaf {
    position: absolute;
    width: 92px;
    left: -15px;
    top: -72px;
}
.doctor-image {
    max-width: 441px;
    margin-top: 0;
    margin-left: 0;
}
.pro-guarante {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(0%);
    width: 500px;
    /* width: 161%; */
    right: 0;
    margin-left: -250px;
}
.img2 {
     bottom: 0;
     right: -5%;
     width: auto;
     top: 53%;
}
.img3 {
    bottom: 1%;
    left: -11%;
    z-index: 9;
    width: 100%;
}
.img3 img{
    width: 44%;
}
.leaf6 {
    top: 57%;
    left: 52%;
    width: auto;
}
.leaf4 {
    bottom: 0%;
    right: -3%;
    width: 200px;
    z-index: 9;
}
.benefit-prodimg-right {
    position: relative;
    bottom: 3%;
    right: -31%;
}
.benefit-prodimg-left {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: auto;
    top: inherit;
    z-index: 9;
}
.leaf5{width: 60px;}
.leaf3 {
    bottom: 5%;
    left: -8%;
    width: 159px;
}
.why-choose-box{     margin-top: 0rem; }






.bnr-contnet h5 {
    font-size: 1.8rem;
}
.bnrimg{
    margin-top: 20px;
}
.bnrsec .product img {
    height: 523px;
}
.desktop-none{display: block;}
.mob-none{
    display: none;
}
.mob-hero-btn {
    text-align: center !important;
    display: inline-block;
    float: left;
    width: 100%;
}
.badge-section .icon img {
    max-height: 6.5rem;
}
.badge-section{
    gap: 2rem;
}
.why-choose-us {
    padding-top: 16rem;
}

.sec-2 {
    width: 100%;
    padding: 30px 0;
}
.cus-review {
    padding-bottom: 4rem;
}
.ingredients_sec .all_img_box ul li {
    width: 100%;
    position: inherit;
    max-width: 100%;
    margin-bottom: 25px;
}
.review-section h2 {
    font-size: 2.9rem;
}
.review-box{
    max-width: 70%;
}
.cus-review::after{ background:none }
.header::after{ background:none }
.leaf1-top {
    top: 12%;
    left: 25%;
    z-index: 1;
    width: 34px;
}

  }

@media screen and (max-width: 520px)
{
    .bottom-sec h6{ margin-bottom: 86px; }
    .benefit-prodimg-right img {
    max-height: 500px;
}
.benefit-prodimg-left img {
    max-height: 400px;
}
.benefit-prodimg-left{bottom: 106px;}
.img2{top: 60%;/* width: 33%; */}
    .leaf6 {
        top: 70%;
        left: 35%;
        width: auto;
    }

}

@media screen and (max-width: 420px){
    .common-btn {
        font-size: 1.6rem;
        padding: 1.8rem 1.8rem;
        font-weight: 700;
    }
.header .logo img {
    max-height: 5rem;
    width: auto;
}
    .bnr-contnet h1 {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 11px;
    }
    .bnrimg{ width: 95%; }
    .bnrsec .product img {
        height: 560px;
    }

    .badge-section {
        gap: 1rem;
    }
    .why-choose-us h6{ font-size: 1.5rem; }
    .quote-content h1{ font-size: 3rem; }
    .doctor-image{         max-width: 100%; }
    .benefit-prodimg-left img {
        max-height: 300px;
    }

    .benefit-prodimg-right img {
        max-height: 380px;
    }

}
@media screen and (max-width: 896px){
    .mob-none2{
        display: none;
    }
    .desktop-none2{
        display: block;
    }
    .why-choose-us-leaf-middle-top {
        bottom: 26%;
        left: 70%;
        max-height: 123px;
        top: inherit;
    }
    .why-choose-box::before {
        content: "";
        background: url(../new_images_front/why-choose-box-before@2x.png) no-repeat;
        position: absolute;
        bottom: 14px;
        left: 0;
        width: 100%;
        height: 27%;
        background-size: cover;
        top: inherit;
    }
    .top-img-mb {
        display: block;
        margin: 0 auto;
        max-width: 38%;position: relative;
            z-index: 9;
    }
    .top-img-mb img{ width:100% }
    .prodimg-mb {position: absolute;max-width: 68%;bottom: -147px;left: -75px;}
    .prodimg-mb img{ max-width:100% }
    .bottom-img-mb {max-width: 70%;margin: 0 auto;position: relative;top: 36px;left: 51px;}
    .bottom-img-mb img{ width: 100%;}
.btnsec{
    text-align: center;
}   

.sec-2 .slick-list{
    height: auto!important;
    margin-bottom: 50px;
} 
.product-thumbnails img
 {
    width: 100px;
    height: 100px;
}
.product-thumbnails .slick-track{
    height: auto!important;
}
.newsletter-section {
    max-width: 600px;
    flex: 1;
    text-align: center;
    margin: 0 auto;
}

.quote-icon{ display:none }
.quote-main-container{padding: 4rem 2rem; }
.quote-main-container {
    background: var(--text-color-dark) url(../new_images_front/quote-main-bg.png) no-repeat center center;
    padding: 5rem 2rem 4rem;
    position: relative;
    background-size: 140%;
}
.doctor-image-col{
    text-align: center;
}


.doctor-image{margin: 0;}
.ingredients_sec .all_img_box ul li {
    max-width: 195px;
}
.ingredients_sec .all_img_box ul li:first-child {
    top: -20px;
    left: -107px;
}
.ingredients_sec .all_img_box ul li:nth-child(5n) {
    top: 175px;
    right: -170px;
}
.tab-gap {
    left: 92px;
}
.top-gap2 {
    left: 70px;
}



}

@media screen and (max-width: 767px){
    .ingredients_sec .all_img_box ul li{
        max-width: 100%;
    }
    .tab-gap {
        left: 0;
    }
    .top-gap2 {
        left: 0;
    }
.why-choose-box ul li img {
    margin-right: 6px;
    margin-top: 5px;
}
.why-choose-box ul li {
    display: flex;
    align-items: flex-start;
}
.btnsec{
    text-align: center;
}
.cus-review{
    padding-top: 10rem;;
}
.ingredients_sec{
    padding: 2rem 0 4rem;
}
.multiple-items .slick-dots li button:before{
    font-size: 40px;
}
.multiple-items .slick-dots {
    bottom: -32px;
}
.multiple-items .slick-dots li.slick-active button:before {
    color: #2a6f7b !important;
}
.newsletter-section{
    text-align: center;
}
.footer {
    background: #202731 ;
    padding: 40px 0px;
}
.product-section{
    padding: 4rem 3rem;
}
.mob-btn2{
    font-size: 1.4rem;
}
.img2 img{
    width: 54%;
}
.leaf1 {
    top: 65%;
    left: -2%;
}
.cus-review::after{
    display: none;
}
} 

 
.needsclick {
    padding: 0 !important;
    margin: 0 !important;
    flex-direction: inherit!important;
    flex-wrap: wrap!important;
    min-height: auto!important;
}  
    
.needsclick button {
    background: #fff !important;
    border: none;
    color: #000 !important;
    padding: 0px 13px !important;
    border-radius: 0 30px 30px 0 !important;
    /* width: 26%; */
}
.needsclick input[type="email"] {
    background: none !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    width: 100% !important;
    padding: 15px 42px 10px 20px !important;
    border-radius: 30px 0 0 30px !important;
    height: auto !important;
}
.kl-private-reset-css-Xuajs1 p span{
    color:#fff!important;
} 
/* ===== Edit by Pranay ===== */

@media screen and (max-width:1200px){
.bnr-contnet h1{ font-size: 4.5rem;    line-height: 6rem;}
.bnr-contnet h5{     font-size: 3rem;}
.why-choose-us .bottom-img{     bottom: 2%;height: 29rem;}
.prodimg img {
    position: absolute;
    top: 0%;
    left: -17%;
    width: 38%;
}
.claim-section h1{     font-size: 30px;    max-width: 60%;
    margin: 0 auto;}

.benefit-prodimg-right img {
    max-height: 529px;
}
.img4 {
    bottom: 20px;
    right: 18%;
}
.pro-guarante{ bottom: -38px; max-width: 552px;}
.product-main {
    width: 100%;
    max-width: 425px;
}
.quote-content p.attribution{
    max-width: 500px;
}
}

@media screen and (max-width:896px){
    .pro-guarante {
    position: relative;
    bottom: 0;
}
.bnrsec .product img {
    top: -18px;
    height: 730px;
}

.benefit-prodimg-left {
    top: -4%;
    left: -6%;
}
.benefit-prodimg-left img {
    max-height: 420px;
}
.benefit-prodimg-right {
    top: -1%;
    right: -3%;
}
.benefit-prodimg-right img {
        max-height: 450px;
    }
    .img2 {
    top: -45px;
    right: 16%;
    width: 121px;
}
.img1 {
    top: -20px;
    left: 14%;
    width: 70px;
}
.img3 {
    bottom: 6%;
    left: 19%;
}
.img4 {
        bottom: 15px;
        right: 4%;
        z-index: 99;
        width: 120px;
    }
   .leaf7 {
    width: auto;
    right: 19%;
    bottom: 40%;
}
.leaf4 {
    bottom: -3%;
    right: 20%;
    width: 130px;
}
.leaf6 {
    top: 32%;
    left: 20%;
    width: auto;
}
}
