:root {
    --clr-primary: #009E8B;
    --clr-primary-light: #bfddfa;
    --clr-red: #FF0000;
    --clr-black: #000000;
    --clr-yellow: #ffe135;
    --clr-white: #FFFFFF;
    --clr-slate-500: #64748b;
    --clr-slate-800: #1e293b;
    --clr-gray-100: #f3f4f6;
    --clr-gray-300: #d1d5db;
    --clr-deep-blue: #000f23;
    --clr-blue-900: #172554;
    --clr-blue-500: #3b82f6;
    --clr-green-500: #28a745;
    --icon-font: "Font Awesome 6 Free";
    --body-font-family: "Source Sans 3", serif;
    --body-font-family-2: "Roboto", serif;
    --title-font-family: "Oswald", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font-family);
}

body {
    font-family: var(--body-font-family);
    font-size: 100%;
    font-weight: 400;
    color: var(--clr-deep-blue);
}

.container {
    max-width: 79rem;
}

/*|==================================================================================
    Header
    ====================================================================================|*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    padding: .50rem 0;
}

.header.fixed-top {
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
    background-color: #D6F2F1;
    /* animation: fadeInDown.5s running; */
    transition: all .3s ease;
}

.header .navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-text {
    color: var(--clr-primary);
    font-weight: 400;
    font-size: 1.3rem;
}

/*| Media Query ====================================================================|*/
@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (max-width: 991.98px) {}

@media (max-width: 575.98px) {
    .header .navbar-brand img {
        height: 2rem;
    }
}

/*|==================================================================================
    Hero Section
    ====================================================================================|*/
.hero-section {
    padding: 7rem 0 1.5rem !important;
    position: relative;
    background-image: url(../images/offer-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-content {
    position: relative;
}

.hero-content .img-box {}

.hero-content .img-box img {}

.hero-content.card {
    border: none;
    padding: 1rem;
    border-radius: 0;
    background-color: #009E8B;
}

.hero-content.card .card-header {
    padding: 0;
    display: flex;
    border: none;
    justify-content: space-between;
    background-color: transparent;
}

.hero-content .cupon-code {
    /* width: 200px; */
    padding: 1rem;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #666666;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: var(--clr-white);
}

.hero-content .cupon-code h4 {
    font-family: var(--body-font-family);
    font-size: 1.25rem;
    text-transform: uppercase;
}

.hero-content .cupon-code h2 {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-content .cupon-code small {}

.hero-content.card .card-body {
    padding: 0;
    margin-top: 1rem;
}

.hero-content.card .card-body p {
    color: var(--clr-white);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.report-group {
    /* display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center; */
}

.report-group .group-item {
    display: flex;
    gap: .8rem;
    align-items: center;
    color: var(--clr-white);
    color: #000;
}

.report-group .group-item .icon-box {}

.report-group .group-item .icon-box img {
    width: 65px;
    height: 65px;
}

.report-group .group-item span {
    display: block;
    flex: 1;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.report-group .group-item:hover {
    color: var(--clr-black);
}

.hero-content .hero-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: capitalize;
}

.hero-section .video-thumbs {
    position: relative;
    /* height: 300px; */
    overflow: hidden;
    border-radius: 12px;
}

.hero-section .video-thumbs .video-container {
    height: 300px;
    border-radius: 12px;
}

.hero-section .video-thumbs .video-container #myVideo {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.hero-section .video-thumbs img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
}

.hero-section .video-thumbs .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hero-section .video-thumbs .play-btn i {
    font-size: 3rem;
    color: var(--clr-white);
}

.hero-section .video-thumbs .play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 60px;
    height: 60px; */
    border-radius: 60px;
    /* background-color: var(--clr-primary); */
    animation: ripple 1s linear infinite;
}

.hero-content ul {
    margin: 20px 0;
}

.hero-content ul li {
    list-style: disc;
    font-size: 1.25rem;
    font-weight: 600;
    margin-left: 24px;
}

.hero-carousel {}

.card {
    border: none;
    overflow: hidden;
}

.card .img-box {
    position: relative;
}

.card .img-box img {}

.card .card-body .title {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: var(--body-font-family);
}

.card .card-body .subtitle {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--body-font-family);
}

.card .card-body p {}

.card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-top: none;
    background-color: transparent;
}

.card .card-footer .price-wrap {}

.card .card-footer .price-wrap span {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--clr-black);
}

.card .card-footer .price-wrap small {
    font-size: 1.125rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 6px;
    text-decoration: line-through;
}

.hero-carousel.owl-carousel .owl-dots {
    margin-top: 16px;
}

.hero-carousel.owl-theme .owl-dots .owl-dot span {
    width: .75rem;
    height: .75rem;
    opacity: 1;
    transition: all 0.4s ease-out;
    border: 1px solid var(--clr-primary);
    background: var(--clr-white);
}

.hero-carousel.owl-theme .owl-dots .owl-dot.active span,
.hero-carousel.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    box-shadow: 0 0 7px rgba(0, 0, 0, .23);
    background: var(--clr-primary);
}

/*| Media Query ====================================================================|*/
@media (min-width: 768px) {}

@media (min-width: 992px) {
    .hero-section {
        padding: 8rem 0 5rem !important;
        min-height: 100vh;
    }

    .hero-content.card {
        padding: 2.5rem 1.75rem;
        padding-right: 2rem;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .hero-content .img-box img {}

    .hero-content .cupon-code {
        width: 180px;
        padding: 1.25rem;
    }

    .hero-content .cupon-code h4 {
        font-size: 1.75rem;
    }

    .hero-content .cupon-code h2 {
        font-size: 2.625rem;
    }

    .hero-content.card .card-body p {
        font-size: 1.7rem;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .hero-content .hero-title {
        font-size: 4rem;
    }

    .hero-content ul li {
        font-size: 1.5rem;
    }

    /* .hero-section .video-thumbs{
    height: 550px;
    } */
    .hero-carousel {
        padding-left: 36px;
    }

    .card {
        width: 100%;
        border-radius: .75rem;
    }

    .card .card-body {
        /* padding: 1.25rem; */
    }

    .card .card-body .title {
        font-size: 1.25rem;
    }

    .card .card-body .subtitle {
        font-size: 1.125rem;
    }

    .hero-carousel.owl-carousel .owl-dots {
        margin-left: 50%;
    }

    .hero-section .video-thumbs .video-container {
        width: 705px;
        height: 500px;
        border-radius: 12px;
    }
}

@media (max-width: 991.98px) {
    .hero-content.card {
        margin-bottom: 24px;
    }
}

@media (max-width: 320.98px) {}

/*|==================================================================================
    How Section
    ====================================================================================|*/
.how-section {
    position: relative;
}

.how-section {}

.how-section .card {
    border: none;
    text-align: center;
    background-color: transparent;
}

.how-section .card:nth-child(2)::after {
    right: 50%;
}

.how-section .card:nth-child(3)::after {
    right: 50%;
}

.how-section .card .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto .5rem;
    border-radius: 50%;
    background-color: #EAF4F3;
}

.how-section .card .icon-box img {
    height: 1.75rem;
}

.how-section .card .icon-box .card-body {}

.how-section .card .card-body .title {
    font-family: var(--body-font-family);
    font-weight: 600;
    font-size: 1.25rem;
}

.how-section .card .card-body p {}

/*| Media Query ====================================================================|*/
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {

    .how-section .card:nth-child(1)::before,
    .how-section .card:nth-child(2)::before,
    .how-section .card:nth-child(3)::before {
        content: "";
        position: absolute;
        top: 40px;
        height: 100%;
        border-top: 2px dashed var(--clr-primary);
        z-index: -1;
    }

    .how-section .card:nth-child(1)::before {
        right: 0;
        width: 50%;
    }

    .how-section .card:nth-child(2)::before {
        left: 0;
        width: 100%;
    }

    .how-section .card:nth-child(3)::before {
        left: 0;
        width: 50%;
    }

    .how-section .card:nth-child(2)::after,
    .how-section .card:nth-child(3)::after {
        content: "\f105";
        position: absolute;
        top: 28px;
        font-family: var(--icon-font);
        font-weight: 900;
        font-size: 1.125rem;
        color: var(--clr-primary);
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .how-section .card .icon-box {
        width: 5rem;
        height: 5rem;
    }

    .how-section .card .icon-box img {
        height: 2.5rem;
    }

    .how-section .card .card-body .title {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 320.98px) {}

/*|==================================================================================
    Testimonial Section
    ====================================================================================|*/
.testimonial-section {
    position: relative;
}

.testimonial-carousel {}

.testimonial-carousel .testimonial-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    padding: 1rem;
    text-align: left;
    background-color: #D6F2F1;
    z-index: 1;
}

.testimonial-carousel .testimonial-item .testimonial-content::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 130px;
    z-index: -1;
}

.testimonial-carousel .testimonial-item .testimonial-content .icon-box {
    margin-bottom: 1rem;
}

.testimonial-carousel .testimonial-item .testimonial-content .icon-box img {
    width: auto;
    height: 2rem;
}

.testimonial-carousel .testimonial-item .testimonial-content p {}

.testimonial-carousel .testimonial-item .testimonial-content .testimonial-name {
    color: #00665A;
    font-size: 1.375rem;
    font-weight: 700;
}

.testimonial-carousel .testimonial-item .testimonial-content .testimonial-position {
    color: #007E6E;
}

.testimonial-carousel .testimonial-item .testimonial-video {
    position: relative;
    overflow: hidden;
}

/* .testimonial-carousel .testimonial-item .testimonial-video::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .23);
    z-index: 1;
    } */
.play-button-container {
    position: absolute;
    inset: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    outline: none;
}

.video-container .play-button {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: var(--clr-white);
    animation: ripple 1s linear infinite;
    border: none;
    color: #e22121;
    font-size: 3rem;
    cursor: pointer;
    display: none;
}

.video-container.paused .play-button {
    display: block;
}

/* .testimonial-carousel .testimonial-item .testimonial-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    }
    .testimonial-carousel .testimonial-item .testimonial-video .play-btn i{
    font-size: 3rem;
    color: var(--clr-white);
    }
    .testimonial-carousel .testimonial-item .testimonial-video .play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    animation: ripple 1s linear infinite;
    } */
.testimonial-carousel .testimonial-item .testimonial-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-white);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover {
    color: var(--clr-white);
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
    color: var(--clr-black);
    background-color: #D7F6F1;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    background-color: #03AD98;
}

/*| Media Query ====================================================================|*/
@media (min-width: 992px) {
    .testimonial-carousel .testimonial-item .testimonial-content {
        padding: 3rem;
        width: 70%;
        height: 350px;
        border-radius: .75rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content::after {
        bottom: 50px;
        background-size: 200px;
    }

    .testimonial-carousel .testimonial-item .testimonial-content .icon-box {
        margin-bottom: 1.5rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content .icon-box img {
        height: 2.5rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content p {
        width: 80%;
        font-size: 1.375rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content .testimonial-name {
        font-size: 1.75rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content .testimonial-position {}

    .testimonial-carousel .testimonial-item .testimonial-video {
        margin-left: -10%;
        width: 40%;
        height: 280px;
        z-index: 2;
        border-radius: 1.75rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-video img {
        border-radius: 1.75rem;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
    .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
        top: -70px;
        width: 3.25rem;
        height: 3.25rem;
        font-size: 1.375rem;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
        right: 4rem;
        left: auto;
    }
}

@media (max-width: 991.98px) {
    .testimonial-carousel.owl-carousel .owl-nav {
        margin: 28px 0;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
    .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
        top: 102%;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
        right: 38%;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 38%;
    }
}

@media (max-width: 320.98px) {}

/*|==================================================================================
    Featured Section
    ====================================================================================|*/
.why-section {
    position: relative;
    background-color: #00665A;
}

.why-section .img-box {}

.why-section .img-box img {
    border-radius: .75rem;
}

/*| Media Query ====================================================================|*/
@media (min-width: 768px) {}

@media (min-width: 992px) {
    .why-section .why-content {
        padding-right: 64px;
    }
}

@media (max-width: 991.98px) {}

/*|==================================================================================
    Footer
    ====================================================================================|*/
.copyright-section {
    padding: 1rem;
    position: relative;
    border-top: 1px dashed var(--clr-white);
    background-color: #00665A;
}

.copyright-content {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.copyright-content span {
    color: var(--clr-white);
    font-size: 1rem;
    font-weight: 300;
    margin-left: 1rem;
}

/*| Media Query ====================================================================|*/
@media (min-width: 768px) {}

@media (min-width: 992px) {
    .copyright-section {
        padding: 1rem 0;
    }
}

@media (max-width: 991.98px) {}

/*|==================================================================================
    KeyFrames
    =====================================================================================|*/
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
    }
}

.logo_image {
    max-height: 45px;
}

.btn-solid {
    font-size: 18px;
    font-weight: 600 !important;
}

.hero-section .card .card-body .title {
    font-size: 2rem;
}

.hero-section .card .card-footer .price-wrap span {
    font-size: 1.8rem;
}

.special_packges {
    padding: 20px;
    position: relative;
}

.hero-section .container-fluid {
    max-width: 1325px;
}

.bottom_row_banner h3 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: #009E8B;
    margin: 5.5% 0 3% 0;
}

.popular_health_package .card {
    box-shadow: 2px 3px 5px #ababab;
}

.popular_health_package .card .card-body .title {
    font-size: 1.8rem;
}

.show-more {
    color: #2ebba9;
    cursor: pointer;
}

/*======== Faq Section  ========*/
.faq-section {
    padding-bottom: 80px;
}

.faq-section .accordion {}

.faq-section .accordion-item {
    box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-bottom: 1rem;
    border: none;
}

.faq-section .accordion-item .accordion-header {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #2C2C2C;
}

.faq-section .accordion-item .accordion-header .accordion-button {
    border-radius: 12px;
    font-weight: 600;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #EAF4F3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.accordion-button:not(.collapsed) {
    color: #2C2C2C;
    background-color: transparent;
    box-shadow: none;
    border-radius: 12px 12px 0 0;
}

.faq-section .accordion-item .accordion-body {}

.faq-section .accordion-item .accordion-body p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}

footer .social-links {
    margin-left: 24px;
}

footer .social-links ul {
    display: flex;
    align-items: center
}

footer .social-links ul li+li {
    margin-left: .5rem
}

footer .social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #fff
}

footer .social-links ul li a i {
    font-size: 1rem;
    color: #00665a;
}

.footer-logo img {
    height: 35px;
}

.ribbon {
    --ribbon-size: 20px;
    --ribbon-padding-inline: 6px;
    padding: 2px 10px 2px 30px;
    background-color: #ea4335;
    color: #fff;
    width: fit-content;
    clip-path: polygon(0 0, var(--ribbon-size) 50%, 0 100%, 100% 100%, 100% 0)
}

.discount {
    position: absolute;
    right: 0;
    font-size: .75rem;
    line-height: 22px;
    top: 0;
}

.underline {
    position: relative;
    z-index: 1
}

.underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 18px;
    background: #d8ede9;
    z-index: -1
}

.cashback_offer_banner_section {
    padding: 0px 0 80px 0;
    text-align: center;
}

.cashback_offer_banner_section .container {
    position: relative;
}

.cashback_offer_banner_img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

.offerPopup_tandc {
    position: absolute;
    bottom: 15%;
    right: 10%;
    color: #fff;
}

.offerPopup_tandc:hover {
    text-decoration: underline;
    color: #fff;
}

#offerPopup_tandc h2 {
    margin-bottom: 20px;
}

#offerPopup_tandc h3 {
    font-size: 1.3rem;
    margin-top: 10px;
}

.why-content {
    color: #fff;
}

.why-content .section-title {
    font-size: 1.8rem;
    line-height: 34px;
    margin-top: 5%;
    text-transform: uppercase;
}

/* ====== popup ==========  */
#offerPopup_tandc {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: left;
    z-index: 99999;
}

/* Overlay to darken background */
#overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.Close_botton {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* ====== popup ==========  */
#time_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    text-align: center;
    background: #009E8B;
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 25px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.big_text_p {
    display: block;
    font-size: 150px;
    letter-spacing: -4px;
    line-height: 145px;
}

#closePopup_2 {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    outline: none;
    color: #FFFFFF;
}

#time_popup p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 28px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: 400;
}

.hero-section .video-container {
    position: relative;
}

.hero-section .video-container video {
    max-height: 500px;
    width: 100%;
    background: #e3f9f8;
    border: 2px dotted #287e74;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 2px 10px #999;
}

.hero-content h5 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #333333;
}

.text-lable-1 {
    font-weight: 700 !important;
    font-size: 2.6rem;
    margin-bottom: 10px;
    color: #222 !important;
}

.hero-content h5 del {
    font-weight: 300;
}

/* .testimonial-item .video-container video {
    max-height: 250px;
    } */
.testimonial-item .video-container {
    position: relative;
    background: #85cdcd;
    max-height: 420px;
    border-radius: 15px;
    background-image: url(../images/video-thumbnail-mage.jpg);
    max-width: 244px;
    overflow: hidden;
    margin: 0 auto;
}

.PaymentButton.svelte-ekc7fv.svelte-ekc7fv {
    min-width: 210px !important;
    background: #00665A !important;
    height: 46px !important;
    font-size: 3rem !important;
    box-shadow: #aaa 2px 2px 2px;
}

.testimonial-item video {
    /* max-height: 400px; */
    margin-bottom: -15px !important;
}

/* ================== @@@ New CSS start here... ===================== */
@media (max-width: 1250px) {
    .special_packges {
        padding: 10px;
    }

    .hero-section .card .card-body .title {
        font-size: 1.6rem;
    }

    .hero-section .card .card-body p {
        font-size: 15px;
    }
}

@media (max-width: 1088px) {
    .special_packges {
        padding: 10px;
    }

    .hero-section .card .card-body .title {
        font-size: 1.5rem;
    }

    .hero-section .card .card-body p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .banner_row_hero {
        flex-direction: column-reverse;
    }

    .hero-section .video-container {
        margin-bottom: 30px;
    }

    .offerPopup_tandc {
        position: absolute;
        bottom: 13%;
        right: 10%;
        color: #fff;
        font-size: 10px;
    }

    .hero-content h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .bottom_row_banner h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .popular_health_package .card {
        margin-bottom: 25px;
    }

    .popular_health_package .card .card-body .title {
        font-size: 1.4rem;
    }

    .limited-text {
        font-size: 14px;
    }

    footer .social-links ul li a {
        height: 20px;
        width: 20px;
    }

    footer .social-links ul li a i {
        font-size: 0.7rem;
    }

    .report-group .group-item span {
        font-size: 18px;
    }

    .report-group .group-item .icon-box img {
        width: 40px;
        height: 40px;
    }

    header .navbar-text {
        font-size: 14px;
        font-weight: 500;
    }

    .hero-section {
        padding-top: 80px !important;
    }

    .hero-content.card .card-header {
        display: block;
    }

    .hero-content .cupon-code {
        max-width: 200px;
        margin: 0 auto;
    }

    .hero-content .img-box img {
        width: 180px;
        margin: 0 auto 15px auto;
        display: block;
    }

    .hero-content.card .card-body p {
        font-size: 1rem;
        text-align: center;
    }

    .copyright-content span {
        font-size: 0.7rem;
    }

    footer-logo .img-fluid {
        max-width: 80px;
        height: auto;
    }
}

/* ================== @@@ New CSS End here... ===================== */
:root {
    --clr-primary: #009E8B;
    --clr-primary-light: #bfddfa;
    --clr-red: #FF0000;
    --clr-black: #000000;
    --clr-yellow: #ffe135;
    --clr-white: #FFFFFF;
    --clr-slate-500: #64748b;
    --clr-slate-800: #1e293b;
    --clr-gray-100: #f3f4f6;
    --clr-gray-300: #d1d5db;
    --clr-deep-blue: #000f23;
    --clr-blue-900: #172554;
    --clr-blue-500: #3b82f6;
    --clr-green-500: #28a745;
    --icon-font: "Font Awesome 6 Free";
    --body-font-family: "Source Sans 3", serif;
    --body-font-family-2: "Roboto", serif;
    --title-font-family: "Oswald", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font-family);
}

body {
    font-family: var(--body-font-family);
    font-size: 100%;
    font-weight: 400;
    color: var(--clr-deep-blue);
}

.container {
    max-width: 79rem;
}

/*|==================================================================================
    Header
    ====================================================================================|*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    padding: .50rem 0;
}

.header.fixed-top {
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
    background-color: #D6F2F1;
    /* animation: fadeInDown.5s running; */
    transition: all .3s ease;
}

.header .navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-text {
    color: var(--clr-primary);
    font-weight: 400;
    font-size: 1.3rem;
}

/*| Media Query ====================================================================|*/
@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (max-width: 991.98px) {}

@media (max-width: 575.98px) {
    .header .navbar-brand img {
        height: 2rem;
    }
}

/*|==================================================================================
    Hero Section
    ====================================================================================|*/
.hero-section {
    padding: 7rem 0 1.5rem !important;
    position: relative;
    background-image: url(../images/offer-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-content {
    position: relative;
}

.hero-content .img-box {}

.hero-content .img-box img {}

.hero-content.card {
    border: none;
    padding: 1rem;
    border-radius: 0;
    background-color: #009E8B;
}

.hero-content.card .card-header {
    padding: 0;
    display: flex;
    border: none;
    justify-content: space-between;
    background-color: transparent;
}

.hero-content .cupon-code {
    /* width: 200px; */
    padding: 1rem;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #666666;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: var(--clr-white);
}

.hero-content .cupon-code h4 {
    font-family: var(--body-font-family);
    font-size: 1.25rem;
    text-transform: uppercase;
}

.hero-content .cupon-code h2 {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-content .cupon-code small {}

.hero-content.card .card-body {
    padding: 0;
    margin-top: 1rem;
}

.hero-content.card .card-body p {
    color: var(--clr-white);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.report-group {
    /* display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center; */
}

.report-group .group-item {
    display: flex;
    gap: .8rem;
    align-items: center;
    color: var(--clr-white);
    color: #000;
}

.report-group .group-item .icon-box {}

.report-group .group-item .icon-box img {
    width: 65px;
    height: 65px;
}

.report-group .group-item span {
    display: block;
    flex: 1;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.report-group .group-item:hover {
    color: var(--clr-black);
}

.hero-content .hero-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: capitalize;
}

.hero-section .video-thumbs {
    position: relative;
    /* height: 300px; */
    overflow: hidden;
    border-radius: 12px;
}

.hero-section .video-thumbs .video-container {
    height: 300px;
    border-radius: 12px;
}

.hero-section .video-thumbs .video-container #myVideo {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.hero-section .video-thumbs img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
}

.hero-section .video-thumbs .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hero-section .video-thumbs .play-btn i {
    font-size: 3rem;
    color: var(--clr-white);
}

.hero-section .video-thumbs .play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 60px;
    height: 60px; */
    border-radius: 60px;
    /* background-color: var(--clr-primary); */
    animation: ripple 1s linear infinite;
}

.hero-content ul {
    margin: 20px 0;
}

.hero-content ul li {
    list-style: disc;
    font-size: 1.25rem;
    font-weight: 600;
    margin-left: 24px;
}

.hero-carousel {}

.card {
    border: none;
    overflow: hidden;
}

.card .img-box {
    position: relative;
}

.card .img-box img {}

.card .card-body .title {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: var(--body-font-family);
}

.card .card-body .subtitle {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--body-font-family);
}

.card .card-body p {}

.card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-top: none;
    background-color: transparent;
}

.card .card-footer .price-wrap {}

.card .card-footer .price-wrap span {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--clr-black);
}

.card .card-footer .price-wrap small {
    font-size: 1.125rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 6px;
    text-decoration: line-through;
}

.hero-carousel.owl-carousel .owl-dots {
    margin-top: 16px;
}

.hero-carousel.owl-theme .owl-dots .owl-dot span {
    width: .75rem;
    height: .75rem;
    opacity: 1;
    transition: all 0.4s ease-out;
    border: 1px solid var(--clr-primary);
    background: var(--clr-white);
}

.hero-carousel.owl-theme .owl-dots .owl-dot.active span,
.hero-carousel.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    box-shadow: 0 0 7px rgba(0, 0, 0, .23);
    background: var(--clr-primary);
}

/*| Media Query ====================================================================|*/
@media (min-width: 768px) {}

@media (min-width: 992px) {
    .hero-section {
        padding: 8rem 0 5rem !important;
        min-height: 100vh;
    }

    .hero-content.card {
        padding: 2.5rem 1.75rem;
        padding-right: 2rem;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .hero-content .img-box img {}

    .hero-content .cupon-code {
        width: 180px;
        padding: 1.25rem;
    }

    .hero-content .cupon-code h4 {
        font-size: 1.75rem;
    }

    .hero-content .cupon-code h2 {
        font-size: 2.625rem;
    }

    .hero-content.card .card-body p {
        font-size: 1.7rem;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .hero-content .hero-title {
        font-size: 3.8rem;
        font-weight: bold;
    }

    .hero-content ul li {
        font-size: 1.5rem;
    }

    /* .hero-section .video-thumbs{
    height: 550px;
    } */
    .hero-carousel {
        padding-left: 36px;
    }

    .card {
        width: 100%;
        border-radius: .75rem;
    }

    .card .card-body {
        /* padding: 1.25rem; */
    }

    .card .card-body .title {
        font-size: 1.25rem;
    }

    .card .card-body .subtitle {
        font-size: 1.125rem;
    }

    .hero-carousel.owl-carousel .owl-dots {
        margin-left: 50%;
    }

    .hero-section .video-thumbs .video-container {
        width: 705px;
        height: 500px;
        border-radius: 12px;
    }
}

@media (max-width: 991.98px) {
    .hero-content.card {
        margin-bottom: 24px;
    }
}

@media (max-width: 320.98px) {}

/*|==================================================================================
    How Section
    ====================================================================================|*/
.how-section {
    position: relative;
}

.how-section {}

.how-section .card {
    border: none;
    text-align: center;
    background-color: transparent;
}

.how-section .card:nth-child(2)::after {
    right: 50%;
}

.how-section .card:nth-child(3)::after {
    right: 50%;
}

.how-section .card .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto .5rem;
    border-radius: 50%;
    background-color: #EAF4F3;
}

.how-section .card .icon-box img {
    height: 1.75rem;
}

.how-section .card .icon-box .card-body {}

.how-section .card .card-body .title {
    font-family: var(--body-font-family);
    font-weight: 600;
    font-size: 1.25rem;
}

.how-section .card .card-body p {}

/*| Media Query ====================================================================|*/
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {

    .how-section .card:nth-child(1)::before,
    .how-section .card:nth-child(2)::before,
    .how-section .card:nth-child(3)::before {
        content: "";
        position: absolute;
        top: 40px;
        height: 100%;
        border-top: 2px dashed var(--clr-primary);
        z-index: -1;
    }

    .how-section .card:nth-child(1)::before {
        right: 0;
        width: 50%;
    }

    .how-section .card:nth-child(2)::before {
        left: 0;
        width: 100%;
    }

    .how-section .card:nth-child(3)::before {
        left: 0;
        width: 50%;
    }

    .how-section .card:nth-child(2)::after,
    .how-section .card:nth-child(3)::after {
        content: "\f105";
        position: absolute;
        top: 28px;
        font-family: var(--icon-font);
        font-weight: 900;
        font-size: 1.125rem;
        color: var(--clr-primary);
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .how-section .card .icon-box {
        width: 5rem;
        height: 5rem;
    }

    .how-section .card .icon-box img {
        height: 2.5rem;
    }

    .how-section .card .card-body .title {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 320.98px) {}

/*|==================================================================================
    Testimonial Section
    ====================================================================================|*/
.testimonial-section {
    position: relative;
}

.testimonial-carousel {}

.testimonial-carousel .testimonial-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 12px 7px #04aa95;
    border: dotted #04a591;
    border-radius: 15px;
    overflow: hidden;
}

.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    padding: 1rem;
    text-align: left;
    background-color: #D6F2F1;
    z-index: 1;
}

.testimonial-carousel .testimonial-item .testimonial-content::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 130px;
    z-index: -1;
}

.testimonial-carousel .testimonial-item .testimonial-content .icon-box {
    margin-bottom: 1rem;
}

.testimonial-carousel .testimonial-item .testimonial-content .icon-box img {
    width: auto;
    height: 2rem;
}

.testimonial-carousel .testimonial-item .testimonial-content p {}

.testimonial-carousel .testimonial-item .testimonial-content .testimonial-name {
    color: #00665A;
    font-size: 1.375rem;
    font-weight: 700;
}

.testimonial-carousel .testimonial-item .testimonial-content .testimonial-position {
    color: #007E6E;
}

.testimonial-carousel .testimonial-item .testimonial-video {
    position: relative;
    overflow: hidden;
}

/* .testimonial-carousel .testimonial-item .testimonial-video::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .23);
    z-index: 1;
    } */
.play-button-container {
    position: absolute;
    inset: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    outline: none;
}

.video-container .play-button {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: var(--clr-white);
    animation: ripple 1s linear infinite;
    border: none;
    color: #e22121;
    font-size: 3rem;
    cursor: pointer;
    display: none;
}

.video-container.paused .play-button {
    display: block;
}

/* .testimonial-carousel .testimonial-item .testimonial-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    }
    .testimonial-carousel .testimonial-item .testimonial-video .play-btn i{
    font-size: 3rem;
    color: var(--clr-white);
    }
    .testimonial-carousel .testimonial-item .testimonial-video .play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    animation: ripple 1s linear infinite;
    } */
.testimonial-carousel .testimonial-item .testimonial-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-white);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover {
    color: var(--clr-white);
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
    color: var(--clr-black);
    background-color: #D7F6F1;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    background-color: #03AD98;
}

/*| Media Query ====================================================================|*/
@media (min-width: 992px) {
    .testimonial-carousel .testimonial-item .testimonial-content {
        padding: 3rem;
        width: 70%;
        height: 350px;
        border-radius: .75rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content::after {
        bottom: 50px;
        background-size: 200px;
    }

    .testimonial-carousel .testimonial-item .testimonial-content .icon-box {
        margin-bottom: 1.5rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content .icon-box img {
        height: 2.5rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content p {
        width: 80%;
        font-size: 1.375rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content .testimonial-name {
        font-size: 1.75rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-content .testimonial-position {}

    .testimonial-carousel .testimonial-item .testimonial-video {
        margin-left: -10%;
        width: 40%;
        height: 280px;
        z-index: 2;
        border-radius: 1.75rem;
    }

    .testimonial-carousel .testimonial-item .testimonial-video img {
        border-radius: 1.75rem;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
    .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
        top: -70px;
        width: 3.25rem;
        height: 3.25rem;
        font-size: 1.375rem;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
        right: 4rem;
        left: auto;
    }
}

@media (max-width: 991.98px) {
    .testimonial-carousel.owl-carousel .owl-nav {
        margin: 28px 0;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
    .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
        top: 102%;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
        right: 38%;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 38%;
    }
}

@media (max-width: 320.98px) {}

/*|==================================================================================
    Featured Section
    ====================================================================================|*/
.why-section {
    position: relative;
    background-color: #00665A;
}

.why-section .img-box {}

.why-section .img-box img {
    border-radius: .75rem;
}

/*| Media Query ====================================================================|*/
@media (min-width: 768px) {}

@media (min-width: 992px) {
    .why-section .why-content {
        padding-right: 50px;
        font-weight: 500;
    }
}

@media (max-width: 991.98px) {}

/*|==================================================================================
    Footer
    ====================================================================================|*/
.copyright-section {
    padding: 1rem;
    position: relative;
    border-top: 1px dashed var(--clr-white);
    background-color: #00665A;
}

.copyright-content {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.copyright-content span {
    color: var(--clr-white);
    font-size: 1rem;
    font-weight: 300;
    margin-left: 1rem;
}

/*| Media Query ====================================================================|*/
@media (min-width: 768px) {}

@media (min-width: 992px) {
    .copyright-section {
        padding: 1rem 0;
    }
}

@media (max-width: 991.98px) {}

/*|==================================================================================
    KeyFrames
    =====================================================================================|*/
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
    }
}

.logo_image {
    max-height: 45px;
}

.btn-solid {
    font-size: 18px;
    font-weight: 600 !important;
}

.hero-section .card .card-body .title {
    font-size: 2rem;
}

.hero-section .card .card-footer .price-wrap span {
    font-size: 1.8rem;
}

.special_packges {
    padding: 20px;
    position: relative;
}

.hero-section .container-fluid {
    max-width: 1325px;
}

.bottom_row_banner h3 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: #009E8B;
    margin: 5.5% 0 3% 0;
}

.popular_health_package .card {
    box-shadow: 2px 3px 5px #ababab;
}

.popular_health_package .card .card-body .title {
    font-size: 1.8rem;
}

.show-more {
    color: #2ebba9;
    cursor: pointer;
}

/*======== Faq Section  ========*/
.faq-section {
    padding-bottom: 80px;
}

.faq-section .accordion {}

.faq-section .accordion-item {
    box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-bottom: 1rem;
    border: none;
}

.faq-section .accordion-item .accordion-header {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #2C2C2C;
}

.faq-section .accordion-item .accordion-header .accordion-button {
    border-radius: 12px;
    font-weight: 600;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #EAF4F3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.accordion-button:not(.collapsed) {
    color: #2C2C2C;
    background-color: transparent;
    box-shadow: none;
    border-radius: 12px 12px 0 0;
}

.faq-section .accordion-item .accordion-body {}

.faq-section .accordion-item .accordion-body p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}

footer .social-links {
    margin-left: 24px;
}

footer .social-links ul {
    display: flex;
    align-items: center
}

footer .social-links ul li+li {
    margin-left: .5rem
}

footer .social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #fff
}

footer .social-links ul li a i {
    font-size: 1rem;
    color: #00665a;
}

.footer-logo img {
    height: 35px;
}

.ribbon {
    --ribbon-size: 20px;
    --ribbon-padding-inline: 6px;
    padding: 2px 10px 2px 30px;
    background-color: #ea4335;
    color: #fff;
    width: fit-content;
    clip-path: polygon(0 0, var(--ribbon-size) 50%, 0 100%, 100% 100%, 100% 0)
}

.discount {
    position: absolute;
    right: 0;
    font-size: .75rem;
    line-height: 22px;
    top: 0;
}

.underline {
    position: relative;
    z-index: 1
}

.underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 18px;
    background: #d8ede9;
    z-index: -1
}

.cashback_offer_banner_section {
    padding: 0px 0 80px 0;
    text-align: center;
}

.cashback_offer_banner_section a img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

/* ====== popup ==========  */
#popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: left;
    z-index: 99999;
}

/* Overlay to darken background */
#overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.Close_botton {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    outline: none;
    color: #666;
}

/* ====== popup ==========  */
.collage_lab_img {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.collage_lab_holder {
    padding: 1.5%;
}

.collage_lab_img_big {
    max-width: 100%;
}

/* ================== @@@ New CSS start here... ===================== */
@media (max-width: 1250px) {
    .special_packges {
        padding: 10px;
    }

    .hero-section .card .card-body .title {
        font-size: 1.6rem;
    }

    .hero-section .card .card-body p {
        font-size: 15px;
    }
}

@media (max-width: 1088px) {
    .special_packges {
        padding: 10px;
    }

    .hero-section .card .card-body .title {
        font-size: 1.5rem;
    }

    .hero-section .card .card-body p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-content {
        position: relative;
        text-align: center;
    }

    #offerPopup_tandc {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 35px;
        overflow-y: scroll;
        height: fit-content !important;
    }

    .bottom_row_banner h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .popular_health_package .card {
        margin-bottom: 25px;
    }

    .popular_health_package .card .card-body .title {
        font-size: 1.4rem;
    }

    .limited-text {
        font-size: 14px;
    }

    footer .social-links ul li a {
        height: 20px;
        width: 20px;
    }

    footer .social-links ul li a i {
        font-size: 0.7rem;
    }

    .report-group .group-item span {
        font-size: 18px;
    }

    .report-group .group-item .icon-box img {
        width: 40px;
        height: 40px;
    }

    header .navbar-text {
        font-size: 14px;
        font-weight: 500;
    }

    .hero-section {
        padding-top: 80px !important;
    }

    .hero-content.card .card-header {
        display: block;
    }

    .hero-content .cupon-code {
        max-width: 200px;
        margin: 0 auto;
    }

    .hero-content .img-box img {
        width: 180px;
        margin: 0 auto 15px auto;
        display: block;
    }

    .hero-content.card .card-body p {
        font-size: 1rem;
        text-align: center;
    }

    .copyright-content span {
        font-size: 0.7rem;
    }

    footer-logo .img-fluid {
        max-width: 80px;
        height: auto;
    }
}

/* ================== @@@ New CSS End here... ===================== */