* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";

}



a {
    color: black !important;
    text-decoration: none !important;
}

.nav-bar-header {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

#sidebar-btn span {
    height: 2px;
    background: #111;
    margin-bottom: 5px;
    display: block;
}

#sidebar-btn span:nth-child(2) {
    width: 75%;
}

#sidebar-btn span:nth-child(3) {
    width: 50%;
}

#sidebar-btn {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 15px;
    cursor: pointer;
    margin: 20px;
    position: absolute;
    top: 0px;
    left: 0px
}

.head-main-top-bar {
    position: sticky;
    padding: 15px 0px;
    top: 0px;
    z-index: 100000;
    background: white;
    overflow-x: hidden;
}

.loaction-header {
    display: flex;
    border: 1px solid #8c1ed3;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    align-items: center;
}

.card-header {
    display: flex;
    gap: 40px;
    background: transparent;
    border: none;
}

.profile-main {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
}

.thunder-count {
    position: absolute;
    background-color: #833782;
    color: white !important;
    border-radius: 50%;
    padding: 0px 7px;
    right: -12px;
    top: -5px;
    font-size: 12px;
}


.wrapper {
    height: 100%;
    width: 300px;
    position: relative;
}

.wrapper .menu-btn {
    position: absolute;
    left: 20px;
    top: -6px;
    background: transparent;
    color: #333;
    height: 50px;
    width: 50px;
    z-index: 9999;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#btn:checked~.menu-btn {
    left: 150px;
}

.wrapper .menu-btn i {
    position: absolute;
    font-size: 23px;
    transition: all 0.3s ease;
}

.wrapper .menu-btn i.fa-times {
    opacity: 0;
}

#btn:checked~.menu-btn i.fa-times {
    opacity: 1;
    transform: rotate(-180deg);
}

#btn:checked~.menu-btn i.fa-bars {
    opacity: 0;
    transform: rotate(180deg);
}

#sidebar {
    position: fixed;
    background: #404040;
    height: 100%;
    width: 270px;
    overflow: hidden;
    left: -270px;
    transition: all 0.3s ease;
    z-index: 9999;
    top: 0;
}

#btn:checked~#sidebar {
    left: 0;
}

#sidebar .title {
    line-height: 65px;
    text-align: center;
    background: #ffffff;
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid #222;
}

#sidebar .list-items {
    position: relative;
    background: #ffffff;
    width: 100%;
    height: 100%;
    list-style: none;
    top: 85px;
}

#sidebar .list-items li {
    padding-left: 40px;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #333;
    transition: all 0.3s ease;
}

#sidebar .list-items li:hover {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0px 10px 3px #bfbfbf;
}

#sidebar .list-items li:first-child {
    border-top: none;
}

#sidebar .list-items li a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    display: block;
}

#sidebar .list-items li a i {
    margin-right: 20px;
}

#sidebar .list-items .icons {
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 100px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sidebar .list-items .icons a {
    height: 100%;
    width: 40px;
    display: block;
    margin: 0 5px;
    font-size: 18px;
    color: #f2f2f2;
    background: #095b63;
    border-radius: 5px;
    border: 1px solid #09484f;
    transition: all 0.3s ease;
}

#sidebar .list-items .icons a:hover {
    background: #124045;
}

.list-items .icons a:first-child {
    margin-left: 0px;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: -1;
    width: 100%;
    text-align: center;
}

.content .header {
    font-size: 45px;
    font-weight: 700;
}

.content p {
    font-size: 40px;
    font-weight: 700;
}


.main-navbar {
    display: flex;
    padding: 10px 0px 0px 0px;
}

.heading-reports p {
    margin: 0 !important;
}

.heading-reportss p {
    margin: 0 !important;
}

.heading-book-test {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
}

.heading-book-test span {
    display: flex;
    gap: 10px;
}

.heading-book-test p {
    font-size: 20px;
    color: #833782;
    font-weight: 700;
}

.heading-reports p {
    font-size: 19px;
    font-weight: 600;
}

.heading-reports {
    display: flex;
    gap: 10px;
    align-items: unset;
}

.heading-reportss {
    display: flex;
    gap: 10px;
    align-items: unset;
}

.heading-reportss p {
    font-size: 19px;
    font-weight: 600;
    color: black;
}

.contact-number {
    display: flex;
    gap: 10px;
    justify-content: end;
     font-weight: 800 !important;


}


.loaction-header a {
    text-decoration: none;
}



.banner-innner img {
    width: 100%;
    object-fit: cover;
}


.card-img-top {
    width: 200px;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.PackagesCarousel_packageCard__0zpAO {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 0;
    width: 90vw;
    flex-shrink: 0;
    scroll-snap-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.PackagesCarousel_packageCardTop__2KcRE {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 16px 10px;
    border-radius: 15px 15px 0 0;
    font-size: 17px;
}

.PackagesCarousel_packageNameWrapper__x_bkx {
    display: flex;

    max-width: 150px;
}

.PackagesCarousel_packageName__6l2df {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    color: #833782;
}

.css-vubbuv {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    position: absolute;
    margin: 0 auto;
    left: 160px;
}

.PackagesCarousel_packageCardBottom__8yniU {
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: linear-gradient(223.23deg, hsl(12.31deg 79.59% 90.39%) -39.74%, hsl(11deg 80% 90%) 94.44%);
    border-radius: 0 0 15px 15px;
    justify-content: space-between;
}

.PackagesCarousel_packageCardBottom__8yniU>div {
    display: flex;
    gap: 2px;
}

.PackagesCarousel_packagePrice__rx848 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.PackagesCarousel_packagePrice__mainPrice__tnHcv {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    color: #c7c7c7;
}

.PackagesCarousel_horizontalLine__t5SFP {
    height: 50px;
}

button#top-health-packages-carousel-card-00-book {
    background: #833782;
}

.paralast {
    margin: 0;
    margin-bottom: 5px;
}

.PackagesCarousel_packageCardMid__cNM8Z {
    padding: 0px 20px;
    line-height: 27px;
    font-size: 17px;
}

.PackagesCarousel_bookButton__AG2_E {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    cursor: pointer;
    width: 122px;
    height: 40px;
    border: none;
    border-radius: 15px;
    color: white;
}

.PackagesCarousel_packageRedcash__13wAb {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
}

.PackagesCarousel_horizontalLine__t5SFP {
    border: none;
    border-left: 1px solid #9d9fa1;
    margin: 0px 12px;
    height: 53px;
}

.PackagesCarousel_head__R9Tln {
    font-size: 27px;
    line-height: 36px;
    color: #0e3f6c;
    margin-left: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.PackagesCarousel_head__R9Tlnn {
    font-size: 27px;
    line-height: 36px;
    color: #0e3f6c;
    margin-left: 0px;
    margin-bottom: 24px;
    font-weight: 600;
}

.PackagesCarousel_packageCardTopLeft__XXgwR>p:first-child>span {
    background: linear-gradient(223.23deg, #fff -39.74%, #dbf5f9 94.44%);
    border-radius: 5px;
    padding: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    color: #000;
}

.PackagesCarousel_packageCardTopLeft__XXgwR>p:last-child>span {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    color: #000;
}


.family-care img {
    width: 100%;
}

ul {
    padding: 0 !important;
}


.frequent {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #d8d8d8;
    align-items: center;
    gap: 25px;
    margin: 16px;
    justify-content: center;
}

.frequent img {
    height: 40px;
    background: #fdd6fd;
    border-radius: 50%;
    padding: 6px;
}

.frequent p {
    margin: 0 !important;
    font-weight: 600;
}

.cross_icon {
    position: absolute;
    top: 28px;
    right: 51px;
}

.frequent a {
    color: black;
    text-decoration: none;
}

span.footer-contact-area-text {
    margin-bottom: 8px;
}



ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;

}

.section-head {
    margin-bottom: 60px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    color: #833782;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #833782;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #833782;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #833782;
}

.item {

    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover {
    background: #833782;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
    color: #fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #833782;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.20);
    color: #833782
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #833782
}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #833782
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #833782
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #833782
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #833782
}

.item p {
    font-size: 15px;
    line-height: 26px;
}

.item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #833782;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #833782;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

.heading-reports img {
    height: 25px !important;
}

.heading-reportss img {
    height: 25px !important;
}
h2.counter {
    color: #fff;
}
a.btn.btn-secondary.d-block.btn-md.rounded-1.w-100.direct-add-to-cart-btn.add-to-cart-text.PackagesCarousel_bookButton__AG2_E {
    color: #fff !important;
}
a.btn.btn-primary.footer-lms {
    width: 140px;
    border-radius: 2.25rem;
    border: 1px solid transparent;
    color: #fff;
    color: black !important;
}
.serch-topbar {
    justify-content: center;
    background: white;
    position: fixed;
    z-index: 100000;
    padding: 0px 25px;
    top: 20px;
    left: 25%;
}
div#searchRes {
    margin: 15px 0 10px 0;
}
.nav-bar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width:767px) and (min-width:360px) {
    .serch-topbar {
    background: white;
    position: relative;
    z-index: 100000;
    padding: 0px 5px;
    top: 10px;
    left: 0%;
}
    .frequent img {
        height: 35px;
    }

    .frequent p {
        margin: 0 !important;
        font-weight: 600;
        font-size: 10px;
    }

    .copyright-text {
        display: ruby;
        justify-content: start !important;
        border-top: 1px solid white;
        position: relative;
        bottom: -32px;
        padding-top: 10px;
        flex-wrap: wrap;
    }

    .CartStepsCont_desktopRightSide__98Yac {
        width: 100% !important;
        padding: 0px 20px;
    }

    .Dashborad-main {
        width: 100% !important;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    header.head-main-top-bar {
        position: relative;
    }

    .PackagesResults_packagesResults__productCards__SRrZr {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 25px;
    }

    .about-us_aboutUsContent1__IC5HQ {
        display: flex;
        flex-direction: column !important;
        column-gap: 60px;
    }

    .ProductCard_productCard__EbJrs {
        border: 1px solid #d9d9d9;
        padding: 24px;
        justify-content: space-evenly;
        min-height: 200px;
        border-radius: 20px;
    }

    .PackagesCarousel_head__R9Tlnn {
        font-size: 22px;
        line-height: 36px;
        color: #0e3f6c;
        margin-left: 0px;
        margin-bottom: 4px;
        font-weight: 600;
        text-align: center;
    }

    .wrapper .menu-btn {
        position: absolute;
        left: -9px !important;
        top: -6px;
        background: transparent;
        color: #333;
        height: 50px;
        width: 50px;
        z-index: 9999;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        display: none;
    }

    .PackagesCarousel_packageCard__0zpAO {
        font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
        border: 1px solid #d9d9d9;
        border-radius: 15px;
        padding: 0;
        width: 100% !important;
        margin-left: 0 !important;
        flex-shrink: 0;
        scroll-snap-align: center;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .heading-book-test {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-top: 5px;
        margin-left: 0px;
        gap: 20px;
    }

    .heading-reports p {
        font-size: 16px;
        font-weight: 600;
    }

    .heading-reportss p {
        font-size: 16px;
        font-weight: 600;
        color: black;
    }

    .profile-main {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 16px;
        position: relative;
        font-weight: 600;
    }

    #btn:checked~.menu-btn {
        left: 207px !important;
        background: #ededed;
        z-index: 99999;
        top: -16px;
    }

    .frequent {
        cursor: pointer;
        display: flex;
        padding: 17px 0px;
        border-radius: 15px;
        box-shadow: 0px 0px 10px #dddddd;
        align-items: center;
        gap: 10px;
        margin: 5px !important;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .contact-number {
        display: none;
    }

    .d-flex.align-items-center.card-header {
        justify-content: space-evenly;
        width: 100%;
        position: absolute;
        display: none !important;
    }

    .loaction-header {
        border: 1px solid #b7b7b7;
    }

    .location-header {
        border: 1px solid #b7b7b7;
    }

    .heading-reports img {
        height: 20px !important;
    }

    .heading-reportss img {
        height: 20px !important;
    }

    .faq-img-home img {
        width: 100%;
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-top: -8px;
    }

    .FaqNewPage_faq_answer__dywab {
        font-weight: 400;
        font-size: 17px;
        padding: 12px;
    }

    .FaqNewPage_mono_faq_container__vh8YP {
        position: relative;
        left: 0px !important;
        padding: 15px;
    }

    #sidebar .list-items {
        position: relative;
        background: #ffffff;
        width: 100%;
        height: 100%;
        list-style: none;
    }
}


.slick-prev,
.slick-next {
    background-color: #833782;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.slick-next:before,
.slick-prev:before {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #833782;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.family-care {
    margin: 0px 10px;
}



#sidebarr2.active {
    left: 0;
    overflow: scroll;
}

#sidebarr2 {
    position: fixed;
    top: 0px;
    left: -500px;

    height: 100%;
    width: 435px;
    background-color: #fafafa;
    padding-top: 50px;
    transition: all 0.3s;
    color: black;
    z-index: 9999999;
    padding: 0px 40px;

}

#sidebarr2.active {
    left: 0;
}


#sidebarr2.active {
    left: 0;
    background: white;
}

.location-header a {
    text-decoration: none;

}

.location-header {
    border: 1px solid #8c1ed3;
    padding: 10px;
    border-radius: 10px;
}



#sidebarr {
    width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    height: 100%;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px #878787;
    padding: 38px;
    padding-top: 90px;
    z-index: 99999;
}

#sidebarr.active {
    right: 0;

}

.sidebarr-header {
    padding: 19px 0px;
    position: relative;
    border-bottom: 1px solid #acabab;
    width: 100%;

}

.btn-outline-light {
    border: none;
    color: #fff;
}

.btn-outline-light:hover {
    color: #ddd;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}


.close-btn svg {
    vertical-align: middle;
}

button#sidebarCollapseClose {
    color: black;

}

.from-sidebar {
    margin-top: 30px;
}

.from-sidebar label {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.from-sidebar .numm {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #b5b5b5;
    width: 350px;
    margin-bottom: 15px;
}

.from-check {
    font-size: 19px;
}

.btn-from-sidebar {
    border: none;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    background: #881b21;
    color: white;
    border-radius: 10px;
}

.from-img {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

section.footer-contact {
    position: relative;
    padding: 24px 0 20px 0;
    margin-top: 50px;
    background: #222233;
}



footer.tf_footer {
    background-image: url(/Image/footer/img1.svg);
    background-repeat: no-repeat;
    background-color: #833782;
    padding: 130px 0 50px 0;
    position: relative;
    color: white;
}

footer.tf_footer a {
    color: white !important;
    text-decoration: none !important;
}

.social-icons-footer {
    display: flex;
    align-items: center;
}

.social-icons-footer li {
    list-style: none;

}

.social-icons-footer li a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    margin: 5px;
    color: #000;
    display: flex;
    align-items: center;
    transition: .5s;
    justify-content: center;
}

h3.footer-heading {
    color: #fff;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
}



h3.footer-heading {
    color: #fff;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.tf_footer_services ul li {
    padding: 6px 0;
}

.copyright-text.py-25 a {
    color: white;
    text-decoration: none;
}

ul.footer-contact-area li {
    padding: 6px 0;
}

.DoctorReviewCard_doctorReviewCard__Gf23y {
    border-radius: 15px;
    padding: 23px 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
    min-width: 298px;
    height: 255px;
    background: linear-gradient(223.23deg, hsla(0, 0%, 100%, .5) -39.74%, rgba(219, 245, 249, .5) 94.44%);
    margin: 10px;
}

.DoctorReviewCard_doctorReviewCard__Gf23y {
    display: flex;
    align-items: flex-start;
    row-gap: 4px;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.DoctorReviewCard_doctorReviewCard__review__ZuYmo {
    margin-top: 20px;
}


.DoctorReviewCard_doctorReviewCard__about__cHzUM {
    display: flex;
    gap: 40px;
}

.FaqNewPage_faq_heading__16h_9 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.FaqNewPage_faq_container__box__YN2zQ {
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.FaqNewPage_faq_container__box__YN2zQ:hover {
    border-color: #007bff;
}


.FaqNewPage_faq__VxyAG {
    background-color: transparent;
    padding: 10px 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease;
}


.FaqNewPage_faq_question__hc1av {
    font-size: 18px;
    font-weight: 500;
}


.FaqNewPage_faq_answer__dywab,
.FaqNewPage_faq_answer_steps__Qk73H {
    display: none;
    background-color: #fff;
    padding: 25px 0px;
    font-size: 16px;
    line-height: 1.5;
    border-top: 1px solid #ddd;
}


.FaqNewPage_faq_answer_steps__Qk73H ul {
    padding-left: 20px;
}

.FaqNewPage_faq_answer_steps__Qk73H ul li {
    margin-bottom: 10px;
}


.FaqNewPage_faq__VxyAG span img {
    transition: transform 0.4s ease;
}

.FaqNewPage_faq__VxyAG.active span img {
    transform: rotateZ(180deg);
}


.FaqNewPage_faq__VxyAG.active+.FaqNewPage_faq_answer__dywab,
.FaqNewPage_faq__VxyAG.active+.FaqNewPage_faq_answer_steps__Qk73H {
    display: block;
}

.FaqNewPage_faq_answer__dywab {
    font-weight: 400;
    font-size: 19px;
}

.FaqNewPage_faq_heading__16h_9>p {
    color: rgb(14, 63, 108);
    cursor: pointer;
}

.FaqNewPage_faq__VxyAG span img {
    transition: transform 0.4s ease;
}

.FaqNewPage_faq_container__box__YN2zQ.expanded .FaqNewPage_faq__VxyAG span img {
    transform: rotate(180deg);
}



.why-choose-us {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}

.feature {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    flex: 1;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.feature-icon {
    width: 50px;
    height: 50px;
}

.highlighted {
    background-color: #42b9c9;
    color: white;
}

.highlighted .feature-icon {
    filter: invert(100%);
}

.feature:hover {
    transform: translateY(-10px);
}



@media (max-width: 768px) {
    .why-choose-us {
        flex-direction: column;
    }

    .feature {
        margin: 10px 0;
    }
}



.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

.modal-content svg {
    width: 100px;
    height: 100px;
}

.modal-content .animation {
    width: 100px;
    height: 100px;
    border: 5px solid #616161;
    border-radius: 50%;
    animation: pulse 1s infinite;
    background-image: url("/Image/Icon/rec.png");
    background-size: cover;
    margin: 0 auto;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.input-group {
    position: relative;
    margin-bottom: 0;
    flex-wrap: nowrap;
}

.form-control {
    padding-right: 44px;
}

.mic-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.animation {
    width: 100px;
    height: 100px;
    border: 5px solid #616161;
    border-radius: 50%;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.serch-topbar {
    justify-content: center;
}

input#searchInput {
    border-radius: 10px;
    padding: 12px;
}

.main-input-topbar {
    width: 400px;
}

.slick-next,
.slick-prev {
    display: none !important;
}

.faq-img-home img {
    width: 100%;
    max-width: 350px;
    margin-left: 110px;
    margin-top: -8px;
}


.accordion-header {
    position: relative;
    cursor: pointer;
    padding-right: 25px;
}

.accordion-header::after {
    content: '\f078';
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.accordion-header.collapsed::after {
    transform: translateY(-50%) rotate(-180deg);
}

.accordion-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-collapse.show {
    max-height: 1000px;
}

.FaqNewPage_mono_faq_container__vh8YP {
    position: relative;
    left: -50px;
}




.about-us_aboutUsContainer__AcIsX {
    max-width: 1260px;
    margin: auto;
    width: 100%;
}

.about-us_aboutUsBanner__CKKwm {
    border-radius: 20px;
    background-image: url(/Image/About/images1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
}

.about-us_aboutUsBanner__CKKwm>h1 {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 32px;
    text-transform: uppercase;
    color: #ffffff;
}

.about-us_aboutUsBanner__CKKwm>p {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
}

.about-us_aboutUsContent___LuXs {
    margin-top: 40px;
    padding: 0 80px;
}

.about-us_aboutUsContainer__AcIsX {
    max-width: 1260px;
    margin: auto;
    width: 100%;
}

.about-us_aboutUsContent1__IC5HQ {
    display: flex;
    flex-direction: column;
    column-gap: 60px;
}

.about-us_aboutUsContent1__IC5HQ .about-us_part1__d2CiA {
    width: 100%;
}



.about-us_aboutUsContent1__IC5HQ .about-us_part2__hd6EG {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content: center;
    width: 100%;
}

.about-us_aboutUsContent1__IC5HQ .about-us_part2__hd6EG h3 {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #2b2b2b;
    text-align: center;
}

.about-us_aboutUsContent1__IC5HQ .about-us_part2__hd6EG p {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2b2b2b;
}



.about-us_GlucoseToGenetics__V8ipx {
    background-image: url(/Image/About/images1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 543px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 45px;
    justify-content: space-evenly;
    padding: 0 80px;
    margin-top: 40px;
}

.about-us_GlucoseToGenetics__V8ipx .about-us_GlucoseToGeneticsData___3UZR {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
    justify-content: center;
    align-items: center;
}

.about-us_GlucoseToGenetics__V8ipx h3 {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
}

.about-us_GlucoseToGenetics__V8ipx p {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}

.about-us_GlucoseToGenetics__V8ipx .about-us_Image3Div__di5vY {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.about-us_GlucoseToGenetics__V8ipx .about-us_Div__z_ObW {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    align-items: center;
}

.about-us_GlucoseToGenetics__V8ipx .about-us_ImageDiv__sIWil {
    background-color: #fff;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us_GlucoseToGenetics__V8ipx .about-us_Div__z_ObW span {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.about-us_OurVisionMissionDiv__8JDxH {
    display: flex;
    flex-direction: row;
    column-gap: 80px;
    padding: 66px 80px;
}

.about-us_aboutUsContainer__AcIsX {
    max-width: 1260px;
    margin: auto;
    width: 100%;
}

.about-us_OurVisionMissionDivDivpart2__PNwqx {
    width: 60%;
    display: flex;
    flex-direction: column;
    row-gap: 44px;
    justify-content: center;
}

.about-us_OurVisionMissionDiv__8JDxH .about-us_dataDiv__NE77P {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.about-us_OurVisionMissionDiv__8JDxH h2 {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.about-us_OurVisionMissionDiv__8JDxH span {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #2b2b2b;
}

.about-us_OurVisionMissionDiv__8JDxH .about-us_dataDiv__NE77P {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.about-us_OurVisionMissionDiv__8JDxH h2 {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.about-us_OurImpacts__t_gVI {
    background-image: url(Image/About/images1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 478px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 45px;
    justify-content: space-evenly;
    padding: 0 80px;
}

.about-us_OurImpacts__t_gVI h3 {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.about-us_OurImpacts__t_gVI .about-us_Image3Div__di5vY {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    column-gap: 100px;
}

.about-us_OurImpacts__t_gVI .about-us_Div__z_ObW {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    align-items: center;
}

.about-us_OurImpacts__t_gVI .about-us_ImageDiv__sIWil {
    background-color: #fff;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us_OurImpacts__t_gVI .about-us_Div__z_ObW span {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.about-us_OurImpacts__t_gVI .about-us_Div__z_ObW p {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}

.about-us_LabsQualityAssureDiv__nqCgL {
    background: #f6f6f6;
    height: auto;
    width: 100%;
    margin-top: 60px;
    padding: 80px 0;
}

.about-us_mainDiv__pB9mN {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.about-us_aboutUsContainer__AcIsX {
    max-width: 1260px;
    margin: auto;
    width: 100%;
}

.about-us_headingdiv__g0Pug {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.about-us_headingdiv__g0Pug h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    text-transform: uppercase;
    color: #2f3032;
}

.about-us_headingdiv__g0Pug p {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #2f3032;
    width: 90%;
}

.about-us_OurCoreValuesDiv__zae3B {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 66px 80px;
}

.about-us_aboutUsContainer__AcIsX {
    max-width: 1260px;
    margin: auto;
    width: 100%;
}

.about-us_Qdiv__zyMMf h2 {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #2b2b2b;
}

.about-us_CoreValues__5YQvx {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.about-us_CoreValuesCard__lAKwB {
    border: 1px solid #a7a7a7;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 45px;
    width: 180px;
    height: 248px;
}

.about-us_CoreValuesCardPart1__N39wP {
    width: 80px;
    height: auto;
}

.about-us_CoreValuesCardPart2__u25Ud span {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #2b2b2b;
}

.fa-chevron-left:before {
    content: "\f053";
    font-size: 20px;
}



@media only screen and (max-width:767px) and (min-width:360px) {




    .about-us_aboutUsBanner__CKKwm {
        background-image: url(/Image/About/images1.png);
        height: 160px;
        margin-top: 20px;
        row-gap: 4px;
        border-radius: 10px;
    }

    .about-us_aboutUsContainer__AcIsX {
        width: 90%;
    }


    .about-us_aboutUsBanner__CKKwm h1 {
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
        text-transform: uppercase;
        color: #fff;
    }

    .about-us_aboutUsBanner__CKKwm p {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }

    .about-us_aboutUsContainer__AcIsX {
        width: 90%;
    }

    .about-us_aboutUsContent___LuXs {
        padding: 0;
    }

    .about-us_aboutUsContent1__IC5HQ .about-us_part2__hd6EG p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .about-us_aboutUsContainer__AcIsX {
        width: 90%;
    }

    .about-us_GlucoseToGenetics__V8ipx {
        background-image: url(/Image/About/images1.png);
        height: 900px;
        padding: 30px 16px !important;
        margin-top: 40px;
        justify-content: center;
        border-radius: 10px;
    }

    .about-us_GlucoseToGenetics__V8ipx .about-us_GlucoseToGeneticsData___3UZR {
        row-gap: 10px;
        align-items: normal;
    }

    .about-us_GlucoseToGenetics__V8ipx p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .about-us_GlucoseToGenetics__V8ipx .about-us_Image3Div__di5vY {
        flex-direction: column;
        row-gap: 20px;
        justify-content: unset;
    }

    .about-us_GlucoseToGenetics__V8ipx h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }

    .about-us_GlucoseToGenetics__V8ipx p {
        font-size: 20px;
    }

    .about-us_GlucoseToGenetics__V8ipx p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .about-us_GlucoseToGenetics__V8ipx h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }

    .about-us_aboutUsContainer__AcIsX {
        width: 90%;
    }

    .about-us_OurVisionMissionDiv__8JDxH {
        flex-direction: column;
        row-gap: 45px;
        padding: 40px 0;
    }

    .about-us_OurVisionMissionDiv__8JDxH .about-us_dataDiv__NE77P {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    .about-us_OurVisionMissionDivDivpart2__PNwqx {
        width: 100%;
        row-gap: 16px;
    }

    .about-us_OurVisionMissionDiv__8JDxH .about-us_dataDiv__NE77P {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    .about-us_aboutUsContainer__AcIsX {
        width: 90%;
    }

    .about-us_OurImpacts__t_gVI {
        background-image: url(/Image/About/images1.png);
        height: auto;
        row-gap: 30px;
        justify-content: normal;
        padding: 30px 16px;
        border-radius: 10px;
    }

    .about-us_LabsQualityAssureDiv__nqCgL {
        margin-top: 0;
        padding: 24px 0;
    }

    .about-us_OurImpacts__t_gVI .about-us_Div__z_ObW {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
    }

    .about-us_OurImpacts__t_gVI .about-us_Image3Div__di5vY {
        flex-direction: column;
        justify-content: space-around;
        row-gap: 30px;
    }

    .about-us_OurCoreValuesDiv__zae3B {
        row-gap: 30px;
        padding: 40px 0 !important;
    }

    .about-us_CoreValues__5YQvx {
        flex-wrap: wrap;
        justify-content: space-around;
        row-gap: 20px;
        column-gap: 20px;
    }

    .about-us_CoreValuesCard__lAKwB {
        row-gap: 20px;
        width: 143px;
        height: 158px;
        border-radius: 10px;
    }

    .main-contact-page::before {
        background-image: none !important;
    }

    #bgContactus {
        min-height: 401px !important;
        height: auto;
        padding: 0px 20px;
    }

}

@media only screen and (max-width:1099px) and (min-width:991px) {
    .about-us_CoreValuesCard__lAKwB {
        margin: 10px;
    }

    .faq-img-home img {
        width: 100%;
        max-width: 350px;
        margin-left: 10px;
        margin-top: -8px;
    }

    .about-us_aboutUsContent1__IC5HQ .about-us_part2__hd6EG p {
        font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #2b2b2b;
    }

    .main-contact-page::before {
        background-image: none !important;
    }
}

@media only screen and (max-width:990px) and (min-width:768px) {
    .main-input-topbar {
        width: 308px !important;
    }

    .frequent img {
        height: 45px;
    }

    .faq-img-home img {
        width: 100%;
        max-width: 290px;
        margin-left: 10px;
        margin-top: 26px;
    }

    .FaqNewPage_mono_faq_container__vh8YP {
        position: relative;
        left: 0px;
    }

    .contact-number {
        display: none;

    }

    .heading-reportss {
        display: flex;
        gap: 10px;
        align-items: unset;
        position: relative;
        left: 40px;
    }

    .main-contact-page::before {
        background-image: none !important;
    }

    .nav-bar-header {
        display: flex;
        align-items: center;
        /* flex-wrap: wrap; */
        /* gap: 10px; */
        justify-content: center;
    }

    .main-input-topbar {
        width: 100% !important;
    }

    .card-header {
        display: flex;
        gap: 10px !important;
        background: transparent;
        border: none;
    }

    .logo-main-header {
        height: 46px;
        border-radius: 10px;
        position: relative;
        left: 0px;
    }

   div#city__page__cards {
    margin-bottom: 10px;
}

    .heading-reports {
        display: flex;
        gap: 2px !important;
        align-items: unset;
    }
}



.Breadcrumbs_breadcrumb__d1grV {
    margin-top: 20px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}

#banner-home h2 {
    color: #e31e25;
    font-size: 35px;
    font-weight: 700;
}

.Breadcrumbs_parentLinkHome__QLMJY a {
    color: #000 !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-home:before {
    content: "\f015";
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

#banner-home h2 {
    color: #e31e25;
    font-size: 35px;
    font-weight: 700;
}

.PageTitle_pageTitle__0g4yd {
    font-size: 35px;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#bgContactus {
    min-height: 560px;
    height: auto;
}

.contactLists {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#banner-home h3 {
    color: #666;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    border: none;
}

.contactCard {
    padding: 20px;
}

.text-red {
    color: red !important;
}

#banner-home h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contactLists a {
    color: #e31e25;
    text-decoration: none;
}

.la-envelope:before {
    content: "\f0e0";
}


.main-contact-page {
    position: relative;
}

.main-contact-page::before {
    position: absolute;
    content: '';
    background: url(/Image/Contactpage/img1.png) no-repeat;
    height: 100%;
    width: 50%;
    right: 0;
    top: -48px;
    background-size: 100% 100%;
}


.PackagesResults_packagesResults__productCards__SRrZr {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.logo-main-header {
    height: 55px;
    border-radius: 10px;
}




.PackagesResults_packagesResults__heading__1kiHJ {
    padding: 20px 16px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    background: linear-gradient(225.9deg, #0e3f6c, #235b8e 101.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.PackagesResults_packagesResults__heading__1kiHJ {
    padding: 40px 0;
    font-size: 24px;
    line-height: 36px;
    border: none;
}

.ProductCard_productCard__EbJrs {
    border-bottom: 1px solid #d9d9d9;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}


.ProductCard_productCard__head__1_onS {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ProductCard_productCard__head__heading__49Mtw {
    cursor: pointer;
}

.ProductCard_productCard__head__heading__text__h6dC_ {
    font-size: 18px;
    line-height: 27px;
}

.ProductCard_productCard__head__heading__text__h6dC_ {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #833782;
}

.ProductCard_productCard__head__price__tOgw6 {
    display: flex;
    flex-direction: column;
}

.ProductCard_productCard__foot__JqAHl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ProductCard_productCard__foot__left__tcT_z {
    column-gap: 12px;
    font-size: 14px;
    line-height: 21px;
}

.ProductCard_productCard__foot__left__tcT_z {
    display: flex;
    column-gap: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #9d9fa1;
}

.ProductCard_productCard__foot__left__tcT_z div {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.ProductCard_productCard__foot__left__tcT_z div span {
    font-size: 10px;
    line-height: 15px;
    color: #000;
}

.ProductCard_productCard__foot__left__reportsIn__days__lcnS_,
.ProductCard_productCard__foot__left__tests__count__MDSdy {
    padding: 4px;
}

.ProductCard_productCard__foot__left__tcT_z div span {
    font-size: 14px;
    line-height: 21px;
}


.ProductCard_productCard__foot__right__oSWog {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.ProductCard_productCard__foot__right__oSWog {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 7px;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    background: linear-gradient(225.9deg, #0e3f6c, #235b8e 101.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: none;
}

.ProductCard_productCard__EbJrs {
    border: 1px solid #d9d9d9;
    padding: 24px;
    margin-bottom: 14px;
    justify-content: space-evenly;
    min-height:  200px;
    width: 100% !important;
}

.PackagesResults_packagesResults__productCards__SRrZr {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

p.ProductCard_productCard__body__description__CFflA {
    font-size: 18px;
    font-weight: 400;
}

span.ProductCard_productCard__head__price__mainPrice__3_V4S {
    text-decoration: line-through;
    color: gray;
}

.Awards_header__S1b6P {
    display: flex;
    align-items: center;
    background: #0e3f6c;
    width: 100%;
    height: 226px;
}

.Awards_header__S1b6P div {
    max-width: 1250px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    gap: 65px;
    margin: 0 auto;
}

.Awards_header__S1b6P div h1 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    color: #fff;
    width: 225px;
}

.Awards_header__S1b6P div p {
    width: 531px;
    height: -moz-fit-content;
    height: fit-content;
    gap: 0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
}

.footer-text {
    margin-top: 20px;
}

.copyright-text {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid white;
    position: relative;
    bottom: -32px;
    padding-top: 10px;
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;

}

.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: #833782;

}


a#back_to_top {
    border: none;
    background: transparent;
    position: absolute;
    right: 16px;
    top: 0px;
    color: white;
    font-size: 24px;
}

button#sidebarCollapseClose2 {
    color: black;
}

.ProductDetailHead_product__head__GAywE {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
    padding: 0 5%;
}

.ProductDetailHead_product__head__name__1lPES,
.ProductDetailHead_product__head__name__1lPES>a {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #833782;
}

.ProductDetailHead_product__head__price__0KYz_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 20%;
}

.UnlockBenefits_right__div__9eDzE {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #fff;
    padding: 3% 5%;
    border: 1.43px solid #d9d9d9;
    cursor: pointer;
}

.ProductDetailHead_product__head__price__offerPrice__3Gm5h {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.ProductDetailHead_product__head__price__mainPrice__XKWN7 {
    font-weight: 400;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #c7c7c7;
    line-height: 1;
}

.ProductDetailHead_product__head__price__mainPrice__XKWN7 {
    font-size: 18px;
    line-height: 27px;
}

.UnlockBenefits_unlock__container__vNJRS {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    width: 90%;
    margin: 20px auto 8px;
    background: linear-gradient(223.05deg, hsla(0, 0%, 100%, .72) -40%, hsla(10, 71%, 92%, .72) 94.57%);
    position: relative;
    border-radius: 20px;
    padding: 25px 35px;
}

.UnlockBenefits_unlock__container__vNJRS:before {
    left: -5%;
}


.ProductDetailDiscount_product__discount__2FW5G {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 9px;
    width: 90%;
    margin: 20px auto 0;
}

.packageDetailsDrawer_packageDetails__parameterCount__LIDqR {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

.ProductDetailDiscount_product__discount__text__D4KJa {
    color: #2f3032;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 10px;
}

.packageDetailsDrawer_pdpDrawer__addToCartBtn__Zk90l {
    background: #833782 !important;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    height: 48px;
    width: 100%;
    cursor: pointer;
    margin: 20px auto 0;
    width: 98%;
    border: none;
}

button.packageDetailsDrawer_pdpDrawer__addToCartBtn__Zk90l {
    font-size: 16px;
    font-weight: 700;
}

.ProductDetailInstructions_homeCollection__c8urV {
    margin: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: row;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: #2f3032;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(219, 245, 249, .75), hsla(0, 0%, 100%, .75));
    border-radius: 10px;
    padding: 8px;
}

.ProductDetailInstructions_product__instructions__YlmoF {
    margin: 30px auto;
    column-gap: 16px;
}

.ProductDetailInstructions_product__instructions__box__6ZaNF {
    padding: 16px;
}

.ProductDetailInstructions_product__instructions__box__heading__DzWSr {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #a2a2a2;
}

.ProductDetailInstructions_product__instructions__box__fastingDur__mDNMM {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000;
}

.ProductDetailInstructions_product__instructions__box__6ZaNF {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    flex: 1 1;
}

.ProductDetailInstructions_product__instructions__YlmoF {
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin: 20px auto 30px;
    white-space: nowrap;
}

.ProductDetailInstructions_product__about__itIsFor__heading__9AerB {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: black;
    margin-top: 30px;
}

p.ProductDetailInstructions_product__about__itIsFor__para__0jCtf {
    font-size: 15px;
}

.ReportCard_section_text__9vGKJ h2 {
    font-size: 24px;
    font-weight: 600;
}

.ReportCard_card1__V_Xvx img {
    width: 100%;

    border-radius: 15px 15px 0px 0px;
}

.ReportCard_section_text__9vGKJ>p {
    text-wrap: wrap;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
}

.ProductDetailInstructions_sample_report_card___lGA1 {
    width: 280px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 380px;
    margin: 20px 0 30px;
}

.ReportCard_card__Xqj5h {
    width: 280px;
    height: 380px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    border: .5px solid #ebe8e8;
    border-radius: 15px;
}

.ReportCard_card2__QQ0vG {
    width: 98%;
    height: 190px;
    position: relative;
    max-height: -moz-fit-content;
    max-height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 12px;
}

.ReportCard_section_button__yg0Zs {
    width: 100%;
    height: 30px;
    color: #fff;
    background-color: #0e3f6c;
    border-radius: 15px;
    cursor: pointer;
    border: none;
}

#city__page__cards a:hover {
    text-decoration: none;
    color: black;
}

@media only screen and (max-width:767px) and (min-width:360px) {

    .responsive-nav {
        display: block !important;
    }

    .resposive-nav-logo {
        display: block !important;
        height: 50px;
    }

    nav.navbar {
        position: sticky;
        top: 1px;
        z-index: 9999999999;
        width: 100%;
        background: white;
    }

    .loaction-headerr .nav-bar-header {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: column;
    }

    .main-input-topbar {
        width: 330px !important;
    }

    #sidebarr2.active {
        left: 0;
        background: white;
        width: 100%;
        padding: 38px !important;
        top: 86px;
        overflow: scroll;
    }


    #sidebarr {
        width: 100%;
        position: fixed;
        top: 0;
        right: -450px;
        height: 100%;
        background: #ffffff;
        color: #000000;
        transition: all 0.3s;
        box-shadow: 0px 0px 10px #878787;
        z-index: 999999 !important;
        padding: 22px;
    }

    .logo-main-header {
        height: 50px;
        border-radius: 10px;
        margin-top: 10px;
        display: none !important;
    }

    .logo-main-footer img {
        width: 60px;
    }

    .tf_footer_links {
        margin-top: 15px;
    }

    .logo-main-headeres {
        height: 50px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .main-navbar {
        display: flex;
        padding: 15px 0px 15px 0px;
        background-color: #a758d826 !important;

    }

    ul.main-cards-pakage {
        margin: 0 auto;
        width: 50%;
        position: sticky;
        top: 20px;
        height: 100%;
    }

    #sidebarr {
        width: 100%;
        position: fixed;
        top: 0;
        right: -450px;
        height: 100%;
        background: #ffffff;
        color: #000000;
        transition: all 0.3s;
        box-shadow: 0px 0px 10px #878787;
        padding-top: 88px !important;
    }

}

::-webkit-scrollbar {
    width: 5px;

}



::-webkit-scrollbar-thumb {
    background: #833782;
    border-radius: 10px;
}





.info-cards-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
}

.info-card {
    padding: 1.5rem;
    color: #9e8597;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 149px;
}

.phone-card {
    background-color: #fff2fe;
}

.email-card {
    background-color: #ffecec;
}

.skype-card {
    background-color: #eafffd;
}

.info-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: bold;
    font-size: 1.25rem;
}

.info-text {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.info-link {
    font-weight: 600;
    font-size: 1.25rem;
    color: inherit;
    text-decoration: none;
}

.info-link:hover {
    text-decoration: underline;
}

.lastimg-faq {
    border-radius: 15px;
    object-fit: cover;
    filter: drop-shadow(1px 1px 20px #f393e6)
}

.ProductDetailHead_product__head__GAywEE {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
    padding: 18px 0%;
}

.packageDetailsDrawer_packageDetails__parameterCount__LIDqRR {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
}

.ProductDetailDiscount_product__discount__2FW5GG {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 9px;
    width: 100%;
    margin: 0px;
}

.ProductDetailInstructions_homeCollection__c8urVV {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: row;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: #2f3032;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(219, 245, 249, .75), hsla(0, 0%, 100%, .75));
    border-radius: 10px;
    padding: 17px;
}

.ProductDetailInstructions_product__instructions__YlmoFF {
    display: flex;
    column-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 20px auto 30px;
    white-space: nowrap;
}

.packageDetailsDrawer_pdpDrawer__addToCartBtn__Zk90ll {
    background: #833782 !important;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    height: 48px;
    width: 100%;
    cursor: pointer;
    margin: 20px auto 0;
    width: 100%;
    border: none;
}



#city__page__cards a {
    text-decoration: none;
    color: black;
}

section.Pakage-cards-main {
    position: relative;
}


ul.main-cards-pakage {
    margin: 0 auto;
    width: 50%;
    position: sticky;
    top: 20px;
    height: 100%;
}

.main-cards-pakage h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    margin-left: 15px;
}

.profile-main a {
    color: black;
}

.tf_footer_links ul li a {
    padding: 6px 0;
    color: white !important;
}

.fa-brands,
.fab {
    font-weight: 400;
    color: black;
}

.banner-main img {
    width: 100%;
    object-fit: cover;
}


.active_sidebar {
    transform: translateX(0);
}

/*  */


.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}


.navbar {
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items {
    order: 2;
    display: flex;
}

.active .logo {
    order: 1;
    font-size: 2.3rem;
}

.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a {
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover {
    color: #117964;
}

@media (max-width: 768px) {
    .navbar {
        opacity: 0.95;
    }

    .cross_icon {
        position: absolute;
        top: 26px;
        right: 53px;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }

    .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items {
        padding-top: 40px !important;
        background: white;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px !important;
        transition: transform 0.5s ease-in-out;
        box-shadow: 0px 0px 10px #f9e7f7;
        overflow: scroll;
    }

    .navbar .menu-items li {
        margin-bottom: 18px;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 9px;
        margin-left: 0px;
        margin: 6px;
        border-bottom: 1px solid #cac7c7;
    }

    .logo {
        position: absolute;
        top: 10px;
        left: 70px;
        font-size: 2.5rem;
    }

    .active_sidebars {
        transform: translateX(0%) !important;
    }

    .active_close_sidebars {
        transform: translateX(0%);
    }

    /* .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    } */

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px) {
    .navbar-container input[type="checkbox"]:checked~.logo {
        display: none;
    }
}

.resposive-nav-logo {
    display: none;
}

.responsive-nav {
    display: none;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 99999999;
    background-color: white;
}

.inner-pagess a {
    color: white !important;
}

.responsive-end {
    display: none;
    position: sticky;
    bottom: 0px;
}

.logo-main-footer {
    width: 100%;
}

.counter-area {
    position: relative;
    padding: 50px 0 50px 0;
    background-color: #9d449b;
    color: white;
    text-align: center;
    font-weight: 700;
}

/* our team */

.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.our-team {
    padding: 30px 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #ebbce5;
}

.our-team:hover {
    border-bottom: 5px solid #d26ebb;
}

.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e17ee8;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
    height: 100%;
    background: #af4085;
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #c024b000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:after {
    background: #2d84b7;
}

.our-team .pic img {
    width: 100%;
    height: 131px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .team-content {
    margin-bottom: 30px;
}

.our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #ca40ac;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    color: #9d2f8a;
    background: #3c9096;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

/*  */
.counter-area {
    background: linear-gradient(135deg, #9b2d8e 0%, #c863dd 100%);
    padding: 50px 0;
    color: white;
    text-align: center;
}

.counter-area .icon-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.icon-title i {
    margin-right: 15px;
    animation: icon-bounce 2s infinite;
}

@keyframes icon-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.icon-title h2 {
    margin: 0;
    font-size: 36px;
    animation: counter-appear 1s ease-in-out;
}

@keyframes counter-appear {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counter-area p {
    margin: 0;
    font-size: 16px;
    color: #f7f6f6;
    margin-top: 10px;
}

.main-counter {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin: 9px;
}

.main-counter:hover {
    transform: scale(1.05);
}


/*  */
/* Base styles */
section.choose-area {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

section.choose-area .heading {
    margin-bottom: 20px;
    text-align: center;
}

section.choose-area .heading h2 {
    font-size: 61px;
    color: rgb(40, 71, 125);
    margin-bottom: 50px;
}

section.choose-area .single-choose-item {
    position: relative;
    margin-bottom: 38px;
    padding-left: 70px;
}

section.choose-area .single-choose-item span {
    font-size: 90px;
    font-weight: 700;
    color: #2f67c8;
    opacity: 0.1;
    line-height: 1;
    position: absolute;
    left: -10px;
    top: 0;
}

section.choose-area .single-choose-item h4 {
    font-size: 22px;
    color: #981c96;
}

section.choose-area .single-choose-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

section.choose-area .choose-img {
    position: relative;
    text-align: center;
}

section.choose-area .choose-main-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 510px;
    border-radius: 10px;

}

.main-choose-us {
    padding: 0px 20px;
}

section.choose-area .play-btn {
    display: inline-block;
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.3s ease;
}

section.choose-area .play-btn:hover {
    background: rgba(255, 255, 255, 1);
}

section.choose-area .wave {
    width: 100%;
    height: 100%;
    animation: wave 1.5s infinite ease-in-out;
}

@keyframes wave {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Responsive styles */
@media (max-width: 991px) {
    section.choose-area .heading h2 {
        font-size: 36px;
    }

    section.choose-area .choose-img {
        margin-top: 30px;
    }

    section.choose-area .single-choose-item {
        padding-left: 50px;
    }

    section.choose-area .single-choose-item span {
        font-size: 60px;
    }

    section.choose-area .single-choose-item h4 {
        font-size: 20px;
    }

    section.choose-area .single-choose-item p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    section.choose-area .heading {
        margin-bottom: 10px !important;
        text-align: justify !important;
    }

    section.choose-area {
        padding: 50px 0;
    }

    section.choose-area .heading h2 {
        font-size: 30px;
    }

    section.choose-area .single-choose-item {
        padding-left: 40px;
    }

    section.choose-area .single-choose-item span {
        font-size: 50px;
    }

    section.choose-area .single-choose-item h4 {
        font-size: 18px;
    }

    section.choose-area .single-choose-item p {
        font-size: 13px;
    }

    section.choose-area .choose-main-img {
        max-height: 300px;
    }

    section.choose-area .play-btn {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 575px) {
    section.choose-area .heading h2 {
        font-size: 28px;
    }

    section.choose-area .single-choose-item {
        padding-left: 30px;
    }

    section.choose-area .single-choose-item span {
        font-size: 40px;
    }

    section.choose-area .single-choose-item h4 {
        font-size: 16px;
    }

    section.choose-area .single-choose-item p {
        font-size: 12px;
    }

    section.choose-area .choose-main-img {
        max-height: 250px;
    }

    section.choose-area .play-btn {
        width: 40px;
        height: 40px;
    }
}

p.DoctorReviewCard_doctorReviewCard__aboutName__fUNw2 {
    font-weight: 600;
    font-size: 18px;
}


/*  */

/* Dashboard css */

.orders_orders_header__qmafd {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #f5f5f5;
}

.orders_orders_header_icon__LCAYG {
    width: 24px;
    height: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.orders_orders_header__qmafd>p {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
}

.booking_bookingsOrReportsSwitch__euqyE {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 15px;
    margin: 10px 0;
    z-index: 10;
}

.booking_bookingsOrReportsSwitch__container__otC0l {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    background: #f0f0f0;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    height: 40px;
}

.booking_bookingsOrReportsSwitch__container__otC0l button {
    padding: 6px 20px;
    flex: 1 1;
    color: #9d9fa1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.booking_bookingsOrReportsSwitch__container__otC0l button {
    padding: 6px 20px;
    flex: 1 1;
    color: #9d9fa1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.style_login__a4ptK {
    display: grid;
    place-items: center;
    grid-row-gap: 20px;
    margin: 0 auto;
}

.style_login__img__YXnS5 {
    width: 128px;
    height: 128px;
}

.style_login__a4ptK p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.style_login__a4ptK button {
    color: #fff;
    background: #d04bb8;
    text-align: center;
    border-radius: 15px;
    padding: 13.5px 20px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    border: none;
}

.Dashborad-main {
    width: 500px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.switches-container {
    width: 23rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: rgb(255, 255, 255);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #969696;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #000000;
}


.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}


.switch {
    border-radius: 3rem;
    background: #b83895;
    height: 100%;
    color: white;
}


.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}


.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}


/* checkout.css */



:root {
    --line-border-fill: rgb(22, 74, 122);
    --line-border-empty: #b4b2b2;
    --progress-zIndex: -1;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    width: 350px;
    position: relative;
}

.progress-container::before {
    background-color: var(--line-border-empty);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: var(--progress-zIndex);
}

.progress {
    background-color: var(--line-border-fill);
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 0%;
    z-index: var(--progress-zIndex);
}

.circle {
    align-items: center;
    background-color: #e0d3e0;
    border: none;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 51px;
    justify-content: center;
    transition: 0.4 ease;
    width: 50px;
}

.circle.active {
    border-color: var(--line-border-fill);
}

.btn {
    background-color: rgb(8 177 208);
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    margin: 5px;
    padding: 8px 30px;
}

.btn:active {
    transform: scale(0.98);
}

.btn:focus {
    outline: 0;
}

.btn:disabled {
    background-color: var(--line-border-empty);
    cursor: not-allowed;
}

.PriceDetails_head__UwqJL {
    font-weight: 600;
    font-size: 23px;
    line-height: 42px;
    color: #2e2e2e;
}

.MemberDiscount_member__discount__wrapper__Z_q2I {
    margin: 8px 0 0;
}

.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_member__discount__container__rS3Y4 {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: flex-start;
    gap: 10%;
}

.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_mono__discount__TNFHq {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 1px;
    cursor: pointer;
    max-width: 110px;
}

.MemberDiscount_member__svg__SlyYa>svg {
    height: 40px;
    width: 28px;
}


.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_mono__discount__TNFHq p {
    color: #000;
    font-size: 10px;
    line-height: 1.2;
}

.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_min__cart__val__ATCZL {
    margin: 12px 0 0;
    padding: 8px;
    width: max-content;
}

.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_min__cart__val__ATCZL p {
    color: #0e3f6c;
    font-size: 15px;
    font-weight: 500;
    line-height: 11.5px;
    margin: 0px;
    padding: 10px;
}

.PriceDetails_amountDetails__XZiA2 p {
    margin: 0px;
    padding: 10px;
}

.PriceDetails_zeroAmount__7mZAy {
    margin-top: 20px;
    border-radius: 15px;
    background: linear-gradient(223.23deg, hsla(0, 0%, 100%, .5) -39.74%, rgba(219, 245, 249, .5) 94.44%);
    font-weight: 400 !important;
    padding: 10px !important;
}

.PriceDetails_amountDetails__XZiA2 {
    font-size: 17px;
    line-height: 23px;
}

.NextButton_buttonCont__R9eyI>button {
    width: 100%;
    height: 48px;
    background: linear-gradient(225.9deg, #0e3f6c, #235b8e 101.63%);
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-top: 13px;
    border: none;
}

.CartStepsCont_desktopRightSide__98Yac {
    width: 75%;
}

.Tests_packageCard__XsR9i {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 16px;
}

.Tests_packageCard__XsR9i>span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #e00646;
    width: 60%;
    align-self: center;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
}

.Tests_packageCard__XsR9i>span:after {
    content: ">";
    font-size: 20px;
    position: absolute;
    font-weight: 400;
    transform: rotate(90deg);
    color: #2f3032;
    margin-left: -16px;
}

.Tests_packageCard__XsR9i>div {
    width: 30%;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #2f3032;
}

.Tests_packageCard__XsR9i>svg {
    width: 10%;
    font-size: 24px;
    margin-top: -4px;
}

/* Awards css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";

}

.Awards_main_container__UabDE {
    border: 1px solid red;
}

.Awards_year__shA3Q {
    width: 100%;
    height: 43px;
    padding: 6px 22px;
    gap: 10px;
    background: linear-gradient(90deg, rgba(19, 128, 224, .13), rgba(19, 128, 224, 0));
}

.Awards_card__bMpuM .Awards_year__shA3Q p {
    width: 150px;
    height: 31px;
    gap: 0;
    font-family: Poppins;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 30.01px;
    text-align: left;
    color: #0e3f6c;
}

.Awards_container__Ng2if .Awards_main_container__UabDE .Awards_card__bMpuM {
    display: flex;
    gap: 34px;
    flex-direction: column;
    width: 100%;
}


.Awards_card_container__iReAK {
    display: flex;

}

.Awards_title__gpwi7 {
    width: 100%;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 700;
    line-height: 30.01px;
    text-align: left;
    color: #0e3f6c;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.Awards_data__YeSr2 {
    width: 100%;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    color: #2f3032;
    height: -moz-fit-content;
    height: fit-content;
}

.Awards_card__bMpuM .Awards_card_container__iReAK {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid hsla(0, 0%, 85%, .6);
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
}

.Awards_content__li1m3 .Awards_category__QFGIA {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 7px 10px;
    gap: 0;
    border-radius: 15px;
    background: #ebebf1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}

.Awards_card__bMpuM {
    display: flex;
    gap: 34px;
    flex-direction: column;
    width: 100%;
}

.Awards_img_container__LXlOT img {
    border-radius: 20px !important;
    height: 220px;
    width: 280px;
    object-fit: cover;
}

.Awards_facilator__mq_yT {
    display: flex;
    gap: 20px;
}

.Awards_logos__yX1mm img {
    object-fit: cover;
}

.Awards_content__li1m3 {
    width: 71%;
}

.Awards_sort_container__xuu0W {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 30%;
    right: 0;
    z-index: 100;
    background: #fff;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer;
}

.Awards_sort_year__NdVf9 {
    font-size: 14px;
    font-weight: 700;
}

.Awards_years__WKyO3 {
    border: 1px solid hsla(0, 0%, 85%, .6);
    border-radius: 15px;
}

.Awards_active__WLJe_ {
    border: 1px solid #0e3f6c;
    background: rgba(14, 63, 108, .1);
    color: #0e3f6c;
    width: 186px;
    height: 38px;
    padding: 12px 74px;
    gap: 10px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.5px;
    text-align: left;
    align-items: center;
}

.Awards_nonActive__gEciJ {
    width: 186px;
    height: 38px;
    gap: 10px;
    border-radius: 15px;
    border-bottom: 1px solid hsla(0, 0%, 85%, .6);
    display: flex;
    justify-content: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    align-items: center;
}

.Awards_nonActive__gEciJ:last-child {
    border-bottom: none;
}

.family-carey img {
    height: 300px;
    width: 90%;
    object-fit: cover;
}

/*  */


line {
    transform: rotate(45deg);

}

span#micButton {
    position: absolute;
    right: 36px;
    top: 9px;
}

.Awards_progress_container__svkDM {
    width: 3px;
    height: 100%;
    background: hsla(0, 0%, 85%, .6);
    border-radius: 2px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.Awards_progress_bar__AVVdy {
    width: 3px;
    background: #0e3f6c;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.Awards_circle__yOg2A {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0e3f6c;
    position: absolute;
    top: 0;
    left: -4.5px;
    /* Centering the circle horizontally */
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* toogle swtich */

@media only screen and (max-width:767px) and (min-width:360px) {
    .Awards_card__bMpuM .Awards_card_container__iReAK {
        display: flex;
        gap: 30px;
        border-bottom: 1px solid hsla(0, 0%, 85%, .6);
        padding-bottom: 40px;
        margin-bottom: 40px;
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        flex-wrap: wrap;
    }

    .Awards_progress_container__svkDM {
        display: none;
    }

    .Awards_content__li1m3 {
        width: 100%;
    }

    .Awards_img_container__LXlOT {
        width: 100% !important;
        object-fit: cover;
        border-radius: 15px;
    }

    .Awards_img_container__LXlOT img {
        border-radius: 20px !important;
        height: 220px;
        width: 100%;
        object-fit: cover;

    }

    .Awards_sort_container__xuu0W {
        display: none;
    }

    .family-carey img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .Awards_header__S1b6P div {
        max-width: 1250px;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 20px !important;
        margin: 0 auto;
        flex-direction: column;
    }

    .Awards_header__S1b6P div p {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        gap: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        color: #fff;
        padding: 0px 10px;
        text-align: center;
    }

    .Awards_header__S1b6P div h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 43px;
        color: #fff;
        display: flex !important;
        margin: 10px 0px;
        width: 100%;
        justify-content: center;

    }
}

.mic-icon svg{
    position: absolute;
       top: 5px;
}

.slick-initialized .slick-slide {
    display: block;
    height: 235px;
}