@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background: #fff9eb !important;
}

.home_btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    background-color: #fdf1d9;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 15px;
}

.fix_nav {
    box-shadow: 2px 2px 8px 0px #ccc;
}

.cart {
    width: 35px;
    padding: 4px;
    margin: 8px 0;
}

.home_btn a {
    color: #000;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
}

.fa-phone {
    color: #fff !important;
}


.quote {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    background-color: #1f533a;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 28px;
    margin: 8px 0;
}


.quote a {
    color: #fff;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
}


.main h2 {
    font-size: 48px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
    margin-top: 13px;
}

.main p {
    font-size: 23px;
    line-height: 140%;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
}

.mrg {
    margin-top: 4px;
}

/* .bg_style img{
    position: relative;
    right: -13%;
    overflow: hidden;
} */

.boxes h2 {
    color: #fff;
    padding: 13px 0;
    font-size: 42px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
}



.logo {
    width: 200px;
    float: left;
    margin: 1%;
}


.boxes_txt p {

    font-size: 20px !important;
    line-height: 140% !important;
    font-weight: 400 !important;
    font-family: "Nunito Sans", sans-serif !important;
    margin: 0 !important;
    padding: 16px 12px !important;
    color: #000 !important;

}


.boxes_txt .iconimg {
    width: 33px;
}

.img-boxes {
    background: #f7caae;
    padding: 6px;
    border-radius: 50%;
}

.boxes p {
    color: #fff;
    margin: 0;
    padding: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 150%;

}

.border1 hr {
    border: 1px dashed #ffffff !important;
    margin-top: 10px !important;
    height: 0;
}

.desc_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 50%;
}

.desc_flex h6 {
    font-size: 20px !important;
    line-height: 140% !important;
    font-weight: 400 !important;
    font-family: "Nunito Sans", sans-serif !important;
    margin: 0 !important;
    padding: 16px 12px !important;
    color: #000 !important;
}

.desc_flex span {
    font-weight: 600;
}

.addtocart {
    display: flex;
    align-items: center;
    background: #1f533a;
    color: #fff;
    justify-content: center;
    margin-top: 10px;
    width: 80%;
    border-radius: 10px;
    gap: 10px;

}


.addtocart .fa-solid {
    color: #fff;
    font-size: 20px;
}

.btn-flex {
    display: flex;
    gap: 10px;
}

.section {
    border-bottom: 1px solid #000000;
    padding: 0 0 12px;
}

.section-flex {
    display: flex;
    justify-content: space-between;
}

.section-flex h3 {
    font-size: 23px;
    line-height: 140%;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
}

.section-flex h4 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
}

.section p {
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
    padding-top: 7px;
}

.green-color a {
    color: #1f533a;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
}



.green-color {
    color: #1f533a;
}

.org-color {
    color: #ff8e47;
}

.org-color a {
    color: #FF8E47;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

/*--------------------------------------------------------------
Regular Content Start
--------------------------------------------------------------*/

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}


.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm33 {
    width: 56%;
    float: left;
    margin: 1%;
}

.col_sm333 {
    width: 39%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    float: left;
    margin: 1%;
}

.col_sm44 {
    width: 73%;
    float: left;
    margin: 1%;
}

.col_sm444 {
    width: 23%;
    float: left;
    margin: 1%;
}


.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1920px;
}


.top1 {
    width: 98%;
    margin: 0 auto;
    max-width: 1920px;
}

.img {
    width: 100%;
    display: block;
}

.footer_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}


.flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bread_crumbs_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ftr-img {
    width: 60px;
    height: auto;
}

.ftr_img {
    width: 60px;
}

.flex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar1 {
    background: #fdf1d9;
    padding: 10px 10px;
    border-radius: 23px;
    width: fit-content;
    text-align: center;
}

.top-bar1 p {
    margin: 0 !important;
    font-weight: 700;
    padding: 0 !important;
    color: #1f533a;
    font-size: 16px;
    font-family: 'Open Sans';
}

.top-bar5 {
    background: #fdf1d9;
    padding: 5px 10px;
    border-radius: 23px;
    width: fit-content;
    margin-bottom: 10px;
}

.top-bar5 p {
    margin: 0 !important;
    font-weight: 700 !important;
    padding: 0 !important;
    color: #1f533a;
    font-size: 16px;
    font-family: 'Open Sans';
}



.clear {
    clear: both;
}

.audio {
    position: absolute;
    bottom: 147px;
    right: 30px;
    background: #262626;
    padding: 15px;
    border-radius: 50%;
}

.fa-volume-xmark {
    color: #fdf1d9 !important;
    font-size: 24px !important;
}

.expert h2 {
    color: #000000;
    font-size: 48px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
}

.learn_more {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.content-box {
    background: #fff;
    padding: 14px;
    border-radius: 0 0 10px 10px;
}


.social {
    position: relative;
}

.social h2 {
    color: #000000;
    font-size: 21px;
    font-family: 'Open Sans';
    font-weight: 600;
    padding-top: 15px;
    line-height: 140%;
}

.social p {
    color: #20553b;
    font-size: 19px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    line-height: 150%;
}

.content-box2 {
    background: #fff9eb;
    padding: 14px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #cccc;
    min-height: 141px;
}


.learn_more h2 {
    color: #000000;
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 600;
    padding-top: 15px;
    line-height: 140%;
}

.learn_more p {
    color: #000000;
    font-size: 17px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 150%;
}

.accordion-main {
    display: flex;
    justify-content: center;
}

.accordion-sub {
    width: 50%;

}

.accordion-content p {
    color: #000000;
    font-size: 17px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 150%;
}

.faq h2 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 40px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
    margin-top: 13px;
}

.buss_num h2 {
    font-size: 23px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
    margin-top: 13px;
    color: #fff;
}

.buss_num span {
    font-size: 43px;
    line-height: 140%;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
    color: #fff;
}

.pad_lef {
    padding-left: 84px;
}

.s_icon-2 a {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    background: #303030;
    padding: 7px 14px;
    border-radius: 50%;
}

.ftr_menu ul {
    padding: 0;
}

.ftr_menu li {
    list-style: none;
    margin: 4% 0;
}

.ftr_txt h2 {
    font-size: 25px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 140%;
    margin-top: 13px;
}

.ftr_txt p {
    font-size: 17px;
    line-height: 140%;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
    color: #fff;
}

.ftr_txt2 p {
    font-size: 17px;
    line-height: 140%;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
    color: #fff;
}

.ftr_txt a {
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 15px;
}

.ftr_menu li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}

.ry_box {
    display: flex;
    align-items: center;
}

.ry_txt h2 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
}


label {
    color: #fff;
    margin: 0;
    padding: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 150%;
    font-size: 25px;
}

select {
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    font-size: 24px !important;
    color: #709181 !important;

}

.help {
    display: flex;
    align-items: center;
}

.form-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #1f533a;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    background: #fdf1d9;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 15px;
}


.form-btn a {
    color: #1f533a;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
}

/* Product-description-page */

.prd h5 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
    padding: 16px 0;
}

.prd h1 {
    color: #000000;
    font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
}


.prd h4 {
    color: #4f4d4b;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
    padding-top: 3px;
    margin: 0;
}

.prd p {
    font-size: 23px;
    line-height: 140%;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
    padding: 16px 0;
}

.black-btn {
    width: 30%;
    float: left;
    margin-right: 10px;
}

.black-btn h3 {
    font-size: 19px;
    margin: 0;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    padding: 13px;
    border-radius: 24px;
    background: #262626;
    color: #fff;
}






.cream-btn {
    width: 30%;
    float: left;
}

.cream-btn h3 {
    font-size: 19px;
    margin: 0;
    text-align: center;
    background: #fdf1d9;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    padding: 13px;
    border-radius: 24px;
    border: 1px solid #ccc;
}

.cream-btn h3 {
    font-size: 19px;
    margin: 0;
    text-align: center;
    background: #fdf1d9;
    /* Cream color */
    color: #000;
    /* Black text */
    font-family: "Nunito Sans", sans-serif;
    padding: 13px;
    border-radius: 24px;
    border: 1px solid #ccc;
}

.black-btn h3 {
    font-size: 19px;
    margin: 0;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    padding: 13px;
    border-radius: 24px;
    background: #262626;
    /* Black background */
    color: #fff;
    /* White text */
}

/* Styling for active button */
.active h3 {
    background: #262626;
    /* Active: Black background */
    color: #fff;
    /* Active: White text */
}

/* Default styling for inactive cream button */

/* Default styling for inactive cream button */
.cream-btn:not(.active) h3 {
    background: #fdf1d9;
    /* Cream background */
    color: #000;
    /* Black text */
}

#priceSection h3 {
    font-size: 20px;
    margin: 10px 0;
}

#priceSection h4 {
    font-size: 16px;
    color: #555;
}

.price h3 {
    color: #000000;
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
}

.price h3 span {
    font-size: 20px;
    color: #000000;
    line-height: 140%;
    font-weight: 400;
    margin-top: 0;
}

.price h4 {
    font-size: 20px;
    color: #000000;
    line-height: 140%;
    font-weight: 400;
    margin-top: 18px !important;
}

.price h4 span {
    background: #1f533a;
    color: #fdf1d9;
    padding: 4px 20px;
    border-radius: 26px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
}

.desc1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.desc1 .fa-solid {
    color: #1f533a;
    font-size: 20px;
    font-weight: 600;
}

.desc1 p {
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 !important;
    padding: 16px 0;
    color: #1f533a;
}

#country {
    background: #fff;
    border: 1px solid #ccc;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    font-size: 20px !important;
    color: #000000 !important;
    padding: 6px 13px;
    border-radius: 6px;
    margin-right: 8px;
}

.pincode {
    width: 30%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.btn a {
    padding: 8px 47px;
    border: 2px solid #1f533a;
    margin-left: 4px;
    color: #000;
    text-decoration: none;
    font-family: 'Nunito Sans';
    font-size: 18px;
    border-radius: 6px;
}

.quantity {
    border: 1px solid #cccc;
    margin-top: 10px;
    width: 143px;
    display: flex;
    justify-content: center;
    gap: 9px;
}

.minus,
.plus {
    border: none;
    font-size: 27px;
    background: none;
}

.input-box {
    background: none;
    border: none;
    text-align: center;
    font-size: 27px;
    width: 55px;
}

/* 
Test  */
.pdp-product-image {
    margin-bottom: 0px;
    width: 100%;
}

.product-thumbs a img {
    border-radius: 3px;
    width: 90px;
    border: none;
}

.prd_slide_flex {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0;
}

.prd_slide_flex li {
    list-style: none;
}

.home_btn:hover {
    background-color: #1f533a;
    transition: all .15s ease-in-out;
}

.home_btn:hover a,
.home_btn:hover .fa-solid {
    color: #fff;
}

.btn:hover a {
    transition: all .15s ease-in-out;
    border: 2px solid #ff8e47;
}

.form-btn:hover {
    background-color: #ff8e47;
    transition: all .15s ease-in-out;
}

.form-btn:hover a,
.form-btn:hover .fa-solid {
    color: #fff;
}

.addtocart:hover {
    background-color: #ff8e47;
    transition: all .15s ease-in-out;
}

.quote:hover {
    background-color: #ff8e47;
    transition: all .15s ease-in-out;
}

/*--------------------------------------------------------------
Regular Content End
--------------------------------------------------------------*/
.rybg_clr1 {
    background-color: #ffdec2;
}

.bg_clr1 {
    background-color: #0f3945;
}


.bg_clr3 {
    background-color: #FDF1D9;
}

.bg_clr44 {
    background-color: #ffdec2;
    height: auto;
    padding-bottom: 45px;
}

.bg_clr445 {
    background: black;
    height: auto;
}

.test-sub h2 {
    color: #000000;
    font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
}

.flex2 {
    padding-right: 36px;
}

.test-sub h3 {
    font-size: 20px !important;
    line-height: 140% !important;
    font-weight: 400 !important;
    font-family: "Nunito Sans", sans-serif !important;
    margin: 0 !important;
    padding: 16px 12px !important;
    color: #000 !important;

}


.bg_clr8 {
    background-image: url(../images/doctor/doctor-img1.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px 10px 0 0;
}


.bg_clr15 {
    background-color: #13472c;
    border-radius: 21px;
    padding: 1% 0 1% 3%;
}

a:link,
a:visited {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}



/* border-pagination */


/* Fixed Ticker Bar */
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    background: black;
    /* Black background */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    /* Stays on top */
    padding: 8px 0;
    white-space: nowrap;
}


/* Scrolling Container */
.ticker {
    display: flex;
    width: max-content;
    animation: ticker-scroll 100s linear infinite;
}

/* Duplicate Content for Seamless Loop */

/* Ticker Items */
.ticker-item {
    font-size: 14px;
    font-weight: bold;
    color: white;
    /* White text */
    padding: 0 20px;
}

/* Smooth Infinite Scrolling */
@keyframes ticker-scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Adjust Body Padding to Prevent Overlap */
body {
    padding-top: 40px;
    /* Adjust based on ticker height */
}

@media only screen and (max-width:1600px) {


    .btn {
        width: 31%;
        padding: 0;
    }

    .btn a {
        padding: 8px 27px;

    }

    .flex {
        gap: 0px;
    }

    .footer_flex {
        gap: 15px;
    }
}



@media only screen and (max-width: 1300px) {
    .black-btn {
        width: 24%;
    }

    .main h2 {
        font-size: 40px;
    }
}


@media only screen and (max-width:1000px) {
    .s_icon-2 a {
        padding: 7px 8px;
    }
}

@media only screen and (max-width:960px) {
    .cart {
        display: none !important;
    }

    .logo_right {
        display: block !important;
    }

    .ftr_txt2 p {
        text-align: left;
    }

    .col_sm4 {
        text-align: left !important;
    }

    .col_sm333 {
        width: 98%;
    }

    .logo2 {
        width: 31%;
        margin-bottom: 10px;
    }

    .pad_lef {
        padding-left: 0;
    }

    .col_sm33 {
        width: 98%;
    }

    .bg_clr8 {
        height: 650px;
    }

    .help {
        display: block;
    }

    .col_sm3 {
        width: 48%;
    }

    .accordion-sub {
        width: 98%;
    }

    .flex2 {
        display: block;
        text-align: center;
    }


    .quote {
        display: none;
    }

    .col_sm2 {
        width: 98%;
    }

    .col_sm4 {
        width: 98%;
    }


}

@media only screen and (max-width: 600px) {

    .prd h5 {
        padding: 0px 0;
    }

    .bread_crumbs_flex {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .prd h5 {
        padding: 1px 0;
    }

    .logo2 {
        width: 54%;
        margin-bottom: 25px;
    }

    .cream-btn {
        width: 50%;
        margin: 1%;
    }


    .black-btn {
        width: 50%;
        margin: 1%;
    }

    .col_sm444 {
        width: 15%;
        float: left;
        margin: 1%;
    }

    .bg_clr15 {
        background-color: #13472c;
        border-radius: 21px;
        padding: 1% 0 4% 3%;
    }

    .col_sm3 {
        width: 98%;
        margin-bottom: 5% !important;
    }

    .col_sm4 {
        width: 98%;
        text-align: center;
    }
}

@media only screen and (max-width:360px) {

    .org-color a {
        font-size: 16px;
    }

    .green-color a {
        font-size: 16px;
    }

    .home_btn {
        margin-bottom: 16px;
    }
}
