.fix-section {
    background: #f7f7f7;
}

.hero {
    margin-top: 0;
}

.main-menu ul li a {
    color: #000000;
}

.mid-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.logo {
    width: 220px;
    height: auto;
    display: block;
}

.logo img {
    height: 100%;
    width: 100%;
}

.language-selector {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    user-select: none;
    align-items: center;
    gap: 25px;
    margin-left: 15px;
}

.language-button {
    /* padding: 8px 15px; */
    /* border: 2px solid #1a2f7e; */
    display: flex;
    align-items: center;
    /* background-color: #fff; */
    /* min-width: 100px; */
    height: 45px;
    color: #005b8f;
}

.language-button span {
    font-size: 16px;
    color: #005b8f;
    font-weight: 600;
    padding-right: 8px;
}

/* header.main-header .header-sticky{
    z-index: 2;
} */

.language-button img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    min-width: 16px;
    object-fit: cover;
    display: none;
}

.language-button::after {
    content: '▼';
    margin-left: auto;
    font-size: 10px;
    color: #005b8f;
}

.language-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 5px;
    min-width: 140px;
    overflow: hidden;
    z-index: 999;
}

.language-list div {
    padding: 10px 16px;
    cursor: pointer;
}

.language-list div:hover {
    background-color: #f2f2f2;
}

.footer-contact-box.fortopherad {
    padding: 0 15px 0px 0px;
    gap: 10px;
}

.footer-contact-box.fortopherad .footer-contact-item h3 {
    color: #d70018;
    font-weight: 600;
}

.footer-contact-box.fortopherad .footer-contact-icon {
    padding: 0;
    color: #d70018;
    font-size: 28px;
    background: #f7f7f7;
}

.sticky-fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    /* Optional: Give it a background to avoid transparency */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.main-menu .nav-menu-wrapper {
    text-align: center;
    margin-left: 0;
}

.navbar {
    padding: 6px 0;
}

.btn-default {
    font-size: 14px;
    background: #2d2d2d;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
}

/* a.btn-default.contect {
    color: #2d2d2d;
    background: #fff;
    border: 2px solid #2d2d2d;
    margin-right: 15px;
} */
/* 
a.btn-default.contect:hover {
    color: #fff;
} */
.banner-video {
    height: 542px;
    width: 100%;
    position: relative;
}

.banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-video:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: .2;
}

/* .header-sticky.main-menu-wrappers {
    border-top: 1px solid #dddddd85;
} */
.main-menu ul li a {
    padding: 5px 12px !important;
    font-size: 15px;
}

.main-menu ul li.submenu>a:after {
    display: none;
}

li.nav-item.submenu a.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

li.nav-item.submenu a.nav-link iconify-icon {
    font-size: 20px;
}

.slide:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 80%) 24%, rgb(255 255 255 / 21%) 100%);
    left: 0;
    top: 0;
    z-index: 2;
}


.slider-container {
    position: relative;
    width: 100%;
    height: 70vh;
    max-height: 720px;
    overflow: hidden;
    border-radius: 20px;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomOut 6s ease-in-out forwards;
}

@keyframes zoomOut {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

.content {
    position: absolute;
    top: 50%;
    left: 8%;
    color: white;
    z-index: 2;
    max-width: 600px;
    transform: translatey(-50%);
}

.content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.content h1 {
    font-size: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(218, 222, 226, 0.5);
}

.content p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
}


.content .btn {
    padding: 13px 28px;
    background: #d70018;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.4),
        inset 0 -2px 4px rgba(0, 0, 0, 0.2); */
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); */
    cursor: pointer;
}

.content .btn:hover {
    background: #d70018;
    /* box-shadow:
        inset 0 3px 4px rgba(255, 255, 255, 0.5),
        inset 0 -3px 6px rgba(0, 0, 0, 0.3);
    top: -3px;
    transform: scale(1.02); */
}

.content .btn:active {
    box-shadow:
        inset 0 3px 6px rgba(0, 0, 0, 0.3),
        inset 0 -2px 4px rgba(255, 255, 255, 0.2);
    top: 3px;
    transform: scale(0.98);
}

.content .btn span {
    position: relative;
    z-index: 1;
}

.content .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.content .btn:hover::before {
    opacity: 0.5;
}

/* .content .btn {
  padding: 14px 26px;
  background: #f9b000;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
} */

/* Attractive 3D Button for Light Section */
.CareCure-text a, .btn-default, .online-btn a {
    padding: 12px 20px;
    background: #d70018;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.4), inset 0 -3px 6px rgba(0, 0, 0, 0.2); */
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.three-btn {
    display: flex;
    gap: 15px;
}

.three-btn a.btn-default.contect:nth-child(2) {
    border: 2px solid #005b8f;
    background: #fff;
    color: #005b8f;
}

.three-btn a.btn-default.contect:nth-child(3) {
    background: #fff;
    color: #d70018;
    border: 2px solid #d70018;
}

/* .CareCure-text a:hover, .btn-default:hover {
    background: linear-gradient(145deg, #ffee33, #ffcc00);
    box-shadow:
        inset 0 4px 8px rgba(255, 255, 255, 0.5),
        inset 0 -4px 8px rgba(0, 0, 0, 0.3);
    top: -4px;
    transform: scale(1.02);
} */

.CareCure-text a:active, .btn-default.active {
    box-shadow:
        inset 0 5px 10px rgba(0, 0, 0, 0.3),
        inset 0 -2px 4px rgba(255, 255, 255, 0.2);
    top: 4px;
    transform: scale(0.95);
}

.content .btn iconify-icon {
    font-size: 20px;
}

/* .content .btn:hover {
    background: #f9b000;
} */

.nav-buttons {
    position: absolute;
    bottom: 28%;
    right: 60px;
    transform: translateY(-28%);
    display: flex;
    gap: 20px;
    z-index: 3;
}

.nav-buttons button {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: rgb(0 0 0 / 67%);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.nav-buttons button:hover {
    background: rgb(0 0 0 / 67%);
}

.contact-box {
    background-color: #FFFFFF;
    margin: -131px 0px 0px 0px;
    padding: 30px;
    border-radius: 20px 0px 0px 0px;
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.icon {
    background: #2d2d2d;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.contact-text p {
    color: #68747A;
    font-size: 16px;
    margin-bottom: 8px;
}

.contact-text h5 {
    font-weight: 500;
    font-size: 17px;
}

.contact-box img {
    position: absolute;
    left: -31px;
    bottom: -16px;
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 250px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 10px !important;
    z-index: 99;
}

.main-menu .nav-menu-wrapper>ul {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin-left: auto;
}

.main-menu ul ul li a {
    color: #000000;
    width: 100%;
}

.top-hadder-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 30px);
    padding: 6px 15px;
    background: #dadee24a;
    margin: 0px -15px;
}

.top-hadder-main-left {
    width: 100%;
    display: flex;
    gap: 30px;
}

.top-hadder-main-box {
    display: flex;
    align-items: center;
    gap: 7px;
}

.top-text p {
    margin: 0;
    font-size: 14px;
    color: #5b5b5b;
}

.language-selector p {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-selector p iconify-icon {
    font-size: 10px;
}

.top-icon {
    color: #000000;
    position: relative;
    top: 2px;
}

.slider-btn-wrap a:nth-child(2) {
    height: 52px;
    display: inline-flex;
    width: 52px;
    background: transparent;
    border: 2px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 26px;
    color: #fff;
}

.slider-btn-wrap {
    display: flex;
    gap: 18px;
}

.how-it-work {
    background: #ffffff;
    padding: 80px 0;
}

.section-title h3 {
    color: #f9b000;
}

.section-title h3::before {
    background: #f9b000;
}

.health-care-wrap {
    margin: 0px 15px;
    padding: 40px 40px 80px 40px;
    border-radius: 20px;
    background-position: top left;
    background-size: cover;
}

.health-care-text {
    height: auto;
    width: 100%;
    padding: 0px 40px 0px 0px;
}

.health-care-text .section-title {
    margin-bottom: 0;
}

.health-care-text .section-title h2 {
    color: #fff;
    font-weight: 600;
}

.health-care-text .section-title p {
    color: #e2e2e2;
    line-height: 32px;
}

.health-care-text .section-title .slider-btn-wrap.content {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    transform: inherit;
    padding-top: 40px;
}

.health-care-img {
    display: flex;
    align-items: center;
    gap: 25px;
}

.health-care-img {
    max-width: 1300px;
    margin: auto;
    position: relative;
    top: -93px;
}

.health-care-img a {
    border: 3px solid #f0f0f0;
    height: 180px;
    display: block;
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin: 0px 10px;
    box-shadow: 4px 4px 5px 0px rgba(201, 201, 201, 0.75);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(201, 201, 201, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(201, 201, 201, 0.75);
    margin-bottom: 40px;
}

.health-care-img a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    width: 80%;
    text-align: center;
    z-index: 3;
}

/* .health-care-img a:hover span{
display: block;
 transition: .5s;
}
.health-care-img a:hover::before{
    display: block;
     transition: .5s;
     z-index: 2;
} */

.health-care-img a:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.health-care-img a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000008a;
    left: 0;
    top: 0;
    z-index: 3;
}

.health-care-img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}



.why-choose-item {
    align-items: initial !important;
}

.why-choose-item .icon-box {
    background-color: #f9b000;
    width: 48px;
    height: 48px;
    color: #222;
    font-size: 26px;
}

.why-choose-item:hover .icon-box iconify-icon {
    color: #fff !important;
    z-index: 3;
}

.why-choose-item-content p {
    margin-bottom: 8px;
}

.why-choose-item-content a {
    color: #222;
    text-decoration: underline;
}

.why-choose-us {
    padding: 30px 0;
}

.why-choose-image {
    height: 550px;
}

.why-choose-body {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    gap: 30px;
}

.why-choose-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.why-choose-item-content-main .why-choose-item:first-of-type {
    margin-bottom: 30px;
}

.contact-circle-img-inn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid #b0b0b0;
    border-radius: 50%;
    left: 0;
    top: 0;
    border-color: transparent #b0b0b099 transparent #b0b0b099;
    z-index: 99;
}

.contact-circle-img-inn {
    position: relative;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-circle-img img {
    padding: 12px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: #fff;
}

.contact-circle-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 4px 5px 0px rgb(0 0 0 / 55%);
    -webkit-box-shadow: 3px 2px 3px 0px rgb(110 110 110 / 75%);
    -moz-box-shadow: 4px 4px 5px 0px rgba(201, 201, 201, 0.75);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-services {
    padding: 80px 0 60px 0px;
}


.health-slider-section {
    height: auto;
    width: 100%;
}

.custom-slide-card {
    border: 1px solid #dadee2;
    border-radius: 20px;
    border-bottom-width: 6px;
    padding: 18px;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    margin: 0px 15px;
    margin-top: 15px;
    transition: .5s;
}

.custom-slide-card:hover {
    transform: translateY(-10px);
    transition: .5s;
}

.custom-slide-img {
    position: relative;
    height: 285px;
    width: 100%;
}

.custom-slide-img img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.custom-slide-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FFCB05;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 25px;
    line-height: 1.2;
}

.custom-slide-date span {
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.custom-slide-author {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.custom-slide-content {
    padding: 20px;
}

.custom-slide-content h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1f;
}

.custom-slide-content p {
    font-size: 16px;
    color: #555;
    margin: 12px 0;
}

.custom-continue-link {
    font-size: 16px;
    color: #222;
    display: flex;
    font-weight: 500;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.custom-continue-link iconify-icon {
    font-size: 20px;
}

.slick-prev, .slick-next {
    background: #222;
    color: white;
    border: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-size: 26px;
    line-height: 36px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slick-prev:hover, .slick-next:hover {
    background: #000;
}

.slick-prev {
    position: absolute;
    left: -45px;
    top: 40%;
    z-index: 10;
}

.slick-next {
    position: absolute;
    right: -45px;
    top: 40%;
    z-index: 10;
}

/* .job-wrap {
    padding: 60px 0px;
    height: auto;
    width: 100%;
}


.job-wrap .service-main .section-title p {
    margin: 15px 0px 40px 0px;
} */

.what-we-do {
    padding: 25px 0;
    background: #fff;
}

.intro-video-box {
    height: 500px;
}

.intro-video-counter {
    margin-top: 50px;
}

.section-row {
    margin-bottom: 35px;
}


.customer-img.add-more p {
    color: #000000;
}

.customer-img.add-more {
    background-color: #f9b000;
}


.partner-wrap {
    padding: 0px 0px 60px 0;
    /* background: var(--secondary-color); */
}

/* .partner-wrap .service-main .section-title p {
    margin: 10px 0px 50px 0px;
} */

.company-logo img {
    height: 75px;
    max-width: 200px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    width: 200px;
    object-fit: contain;
}

.cta-section {
    padding: 60px 0px;
}

/* .CareCure-text {
    background-color: #F1F2F2;
    padding: 40px;
    border-radius: 20px;
} */

/* .CareCure-text .service-main {
    max-width: 100%;
    text-align: left;
}

.CareCure-text .service-main .section-title p {
    margin: 0px 0px 10px 0px;
}

.CareCure-text .service-main .section-title h2 {
    padding-bottom: 20px;
} */

.CareCure-text a {
    margin-top: 20px;
}

/* 
.CareCure-text .service-main .section-title {
    margin: 0;
} */

.main-footer {
    padding: 25px 0px 15px 0px;
    margin-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background: #f3f4f6;
}

.main-footer .container {
    position: relative;
}

.footer-logo-wrap .footer-logo {
    margin: 0;
}

.footer-logo-wrap>p {
    margin: 0;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    padding-top: 20px;
}

.footer-copyright {
    border-top: none;
    padding: 12px 0;
    margin-top: 0;
    margin-bottom: 0px;
}

.footer-copyright-text {
    text-align: unset;
}

.footer-menu {
    display: flex;
    justify-content: end;
}

.footer-social-links ul li a {
    border: none;
    background: #000;
}

.footer-social-links ul li a i {
    color: #eda700;
}

.footer-text h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    /* color: #fff; */
}

.footer-contact-item h3 {
    font-size: 14px;
    /* color: #ffffffde; */
    line-height: 22px;
}

.footer-text p span {
    font-weight: 600;
}

.footer-social-links {
    padding-top: 0px;
}

.footer-social-links h3 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
    /* color: #fff; */
    padding-top: 38px;
}

.footer-logo-new-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
}

.footer-logo {
    margin-bottom: 0;
}

.footer-social-links ul {
    padding-top: 0px;
}

.footer-text h6 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    /* color: #fff; */
}

.footer-text ul li a {
    list-style-type: none;
    color: inherit;
}

.footer-text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-social-links ul {
    padding-top: 15px;
}

.footer-contact-icon {
    height: 42px;
    width: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #222;
    background: linear-gradient(135deg, #f9b000, #ffca28);

}

.footer-contact-box {
    gap: 16px;
    padding-top: 12px;
    align-items: flex-start;
}

.footer-contact-item p {
    font-size: 16px;
    font-weight: 500;
    /* color: #fff; */
    margin-bottom: 5px !important;
}

.footer-social-links ul li a {
    color: #000 !important;
    font-size: 19px;
    background: #fff;
    border: 2px solid #e3e3e3a1;
}

.footer-text {
    padding-top: 35px;
}

.footer-copyright-text p {
    color: #3f3f3f;
    display: flex;
    justify-content: space-between;
}

.footer-copyright-text p a {
    color: #000;
    text-decoration: underline;
}

.laguage-main-wrap {
    padding: 60px 0px;
}

/* .laguage-main-wrap .service-main {
    max-width: 70%;
}

.laguage-main-wrap .service-main .section-title p {
    margin: 10px 0px 0px 0px;
} */

.laguage-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.laguage-box img {
    max-width: 48px;
    margin: auto;
    margin-bottom: 12px;
    height: 24px;
}

.laguage-box {
    background: var(--secondary-color);
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    border-radius: 10px;
    margin: 0px 10px;
    transition: .5s;
    overflow: hidden;
}

.laguage-box:hover {
    transform: scale(1.1);
    transition: .5s;
}

.laguage-box h5 {
    font-size: 14px;
    font-weight: 500;
}

.laguage-wrap {
    padding-top: 50px;
}


.service-item {
    height: auto;
    height: 285px;
}

.service-image a::before {
    border-radius: 20px;
}

.our-services .image-anime {
    position: relative;
    overflow: inherit;
    height: 285px;
}

.service-image img {
    height: 100%;
}

.CareCure-text {
    min-height: 472px;
    display: flex;
    align-items: center;
}

.health-care-img .slick-arrow {
    display: none !important;
}

ul.slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 35px);
    list-style-type: none;
    display: flex;
    gap: 10px;
}

ul.slick-dots li button {
    width: 20px;
    height: 8px;
    background: #ffffffa3;
    font-size: 0;
    border: none;
    border-radius: 50px;
    padding: 0;
}

ul.slick-dots li.slick-active button {
    background: #fff;
}

.btn-default::before {
    display: none;
}

.company-logo.sixlogo {
    min-width: 200px;
    background: #fff;
    border-radius: 6px;
    text-align: center;

}

.company-logo.sixlogo img {
    max-width: 75px;
    padding: 0;
}

/* .company-logo.sixlogo.onelogo {
    padding: 12px;
} */

.company-logo.sixlogo.onelogo img {
    max-width: 55px;
}

/* .what-we-do .service-main {
    max-width: 100%;
} */

.footer-text ul li a {
    color: #222;
    line-height: 32px;
}

.footer-text p {
    color: #222;
    margin-bottom: 10px;
}

.ad-banner {
    position: relative;
    max-width: 100%;
    height: 230px;
    margin: 0;
    display: flex;
    overflow: hidden;
}

.left-section,
.right-section {
    flex: 1;
    padding: 40px;
    color: white;
    position: relative;
    z-index: 2;
}

.left-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    text-align: center;
    padding: 30px 0px;
}

.left-section img {
    max-width: 120px;
}

.left-section h2 span {
    /* display: block; */
    font-weight: 400;
    color: #b1fc56;
}

.left-section h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.right-section {
    background: #122424;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 60%;
    padding: 0px 40px;
}

.cta-box-add {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    position: relative;
    z-index: 9;
    top: 60px;
}

.cta-box-add button {
    background-color: #b1fc56;
    color: #000;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.cta-box-add span {
    color: #b6f773;
    font-size: 14px;
}

/* Diagonal divider - 120deg cut */
.divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47%;
    width: 115px;
    background-color: #00303f;
    transform: skewX(-25deg);
    z-index: 33;
}

.divider:before {
    content: '';
    position: absolute;
    height: 200px;
    width: 100px;
    background: #00303f;
    left: -100px;
    top: 0;
    z-index: 99;
}

.right-section img {
    min-height: 230px;
    position: absolute;
    width: 100%;
    left: -11px;
    top: 0;
    max-height: fit-content;
}

@media (max-width: 768px) {
    .ad-banner {
        flex-direction: column;
        height: auto;
    }

    .divider {
        display: none;
    }

    .left-section, .right-section {
        padding: 20px;
        text-align: center;
    }

    .cta-box-add {
        align-items: center;
        margin: 20px 0;
    }
}

.ad-banner>img {
    position: absolute;
    height: 95px;
    width: 80px;
    object-fit: cover;
    left: calc(47% - 50px);
    z-index: 90;
    bottom: 50%;
    opacity: .2;
}



.customContainer {
    position: relative;
    max-width: 1000px;
    height: 200px;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 15px auto 60px auto;
}

.customTextSection {
    width: 35%;
    background: #00303F;
}

.left-section h2 {
    font-size: 36px !important;
    line-height: 42px;
}

.customTextSection h1 {
    font-size: 2.5em;
    margin: 0;
    color: #fff;
}

.customTextSection p {
    font-size: 1.2em;
    color: #ccc;
}

.customButton {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f4a261;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.customImageSection {
    display: flex;
    justify-content: space-between;
    width: 65%;
}

.customTextSection .left-section h2 span {
    color: #ffb019;
    display: block;
    width: 100%;
    padding-top: 15px;
    font-weight: 500;
}

.customTextSection .left-section a {
    position: relative;
    background: #ffb019;
    width: fit-content;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
}


.user-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-img {
    height: 42px;
    width: 42px;
}

.user-img img {
    height: 100%;
    width: 100%;
}

.user-box h3 {
    font-size: 18px;
}

.ration-qwrap {
    padding-top: 40px;
}

.ration-qwrap h5 {
    font-size: 20px;
    font-weight: 500;
}

.ration-qwrap h5>iconify-icon {
    color: #ffca00;
    position: relative;
    top: 2px;
}

.ration-qwrap h5 span {
    display: inline-flex;
    align-items: center;
    padding: 0px 5px;
}

.ration-qwrap h5 span iconify-icon {
    background: #ffca00;
    margin: 0px 2px;
    font-size: 16px;
}

.ration-qwrap p {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    margin: 0;
}

.left-section p {
    margin: 0;
    padding-top: 6px;
    max-width: 80%;
}

.ad-banner>img:last-of-type {
    bottom: -7px;
    left: 38%;
    opacity: .1;
}

.main-menu ul li a:hover, .main-menu ul li a:focus {
    color: #d70018;
}

.slicknav_icon .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_btn {
    background: #d70018;
}

.slicknav_menu {
    background: #d70018;
}

.slicknav_nav .slicknav_row, .slicknav_nav li a {
    color: #000000;
}

.navbar>.container-fluid {

    justify-content: flex-start;
}

.main-menu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.booka {
    display: none;
}

.header-btn {
    align-items: center !important;
}

/* .btn-default {
    height: 46px;
} */

/* new code  */

.news-ticker {
    display: flex;
    align-items: center;
    color: #000;
    padding: 10px 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #f8bdbf;
}

.ticker-label {
    font-weight: 600;
    margin-right: 15px;
    white-space: nowrap;
    color: #000;
}

.ticker-wrap {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ticker-content {
    display: flex;
    width: max-content;
    animation: scrollTicker 25s linear infinite;
}

.ticker-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-right: 50px;
    /* Gap between duplicated content */
}

.tickerdivider {
    margin: 0 15px;
    color: #000;
}

@keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 600px) {
    .ticker-label {
        display: none;
    }

    .tickerdivider {
        margin: 0 8px;
    }
}

/* new code */


/* .main-container {
  text-align: center;
  padding: 50px 20px;
} */


.motto {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.threeword-wrap {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.word {
    display: inline-block;
    margin: 10px;
    background: linear-gradient(90deg, #8a4ef0, #fbb03b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.care-cure {
    position: absolute;
    right: 15px;
    top: 49%;
    font-size: 35px;
    line-height: 40px;
}

.threeword-wrap img {
    position: absolute;
    left: 200px;
    max-width: 70px;
    top: 70px;
    border-radius: 30px;
}

.your {
    position: absolute;
    left: 32%;
    top: -60px;
    font-size: 70px;
    height: 70px;
    line-height: 70px;
}

.for {
    font-size: 107px;
    line-height: 100px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    position: relative;
    top: -20px;
}

.for span {
    font-size: 55px;
}

.home {
    position: relative;
    width: 100%;
    font-size: 200px;
    height: 200px;
    line-height: 200px;
    letter-spacing: 5px;
}

.circle-logo {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 5px;
}

.circle-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    text-align: center;
    color: #333;
    animation: rotateText 10s linear infinite;
}

@keyframes rotateText {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.details {
     font-size: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    text-align: left;
    max-width: 100%;
    gap: 24px;
    margin-left: 20px;
    text-align: center;
}

.details .contact {
    width: 50%;
    margin-top: 0;
    display: none;
}

.contact {
    margin-top: 20px;
    width: 35%;
}

.contact a {
    padding: 10px 34px;
    border: 2px solid #d70018;
    background: #fff;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 30px;
    display: block;
    color: #d70018;
    font-weight: 500;
    text-align: center;
    max-width: fit-content;
}

.contact a:hover {
    background: #d70018;
    color: #fff;
}

.image-container {
    text-align: center;
}

.rotating-image {
    opacity: 0;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating-image.animate {
    animation: spin 5s linear infinite;
    opacity: 1;
}

.customer-text {
    display: flex;
    gap: 30px;
    width: 100%;
}

/* .contact-info-detais span {
    height: 48px;
    width: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    border: 5px solid #00303f33;
} */
.customer-text a {
    margin: 0;
}

.contact h4 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 2px;
    color: #fff;
}

.contact p {
    margin: 0;
    color: #000;
    font-weight: 400;
}

.custmer-img-wrap {
    display: flex;
    align-items: end;
    gap: 20px;
}

.customer-img {
    height: 60px;
    width: 60px;
    border-radius: inherit;
}

.customer-img img {
    height: 100%;
    width: 100%;
    border-radius: inherit;
}

.customer-text p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.contact-points p {
    margin: 0;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    display: flex;
    gap: 10px;
    font-size: 14px;
    padding-bottom: 12px;
    text-align: left;
}

.contact-points p iconify-icon {
    background: #f3e2de8a;
    padding: 3px;
    font-size: 17px;
    color: #474747;
    border-radius: 50%;
    height: 22px;
    width: 22px;

}

/* .contact-points {
    width: 50%;
}
 */
.medical-program-wraper {
    height: auto;
    width: calc(100% - 30px);
    background: #00303F;
    padding: 50px 0px;
    margin: 50px 15px;
    border-radius: 15px;
}

.medical-program-wraper .section-title {
    text-align: center;
}

.medical-program-wraper .section-title h2, .left-section h2 {
    font-size: 46px;
    font-weight: bold;
    background: linear-gradient(to right, #ffffff, #7656fb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 10px 20px;
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

[data-cursor="-opaque"] {
    cursor: default;
}




.program-box {
    background: #021e27;
    border-radius: 14px;
    overflow: hidden;
    transition: .5s;
	margin-bottom:20px;
}

.program-img {
    height: 195px;
    width: 100%;
    overflow: hidden;
}

.program-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}

.program-text {
    padding: 20px;
    color: #fff;
min-height:126px;
}

.program-text h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
}

.program-text p {
    margin: 0;
}

.program-box:hover .program-img img {
    transform: scale(1.1);
    transition: .5s;
}

.partners-container {
    width: 100%;
    overflow: hidden;
    position: relative;
	display:flex;
}

.partners-container::before,
.partners-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
}

.partners-container::before {
    left: 0;
    background: linear-gradient(to right, rgb(0 48 63), rgba(240, 240, 240, 0));
}

.partners-container::after {
    right: 0;
    background: linear-gradient(to left, rgb(0 48 63), rgba(240, 240, 240, 0));
}

.partners {
  display: flex;
  width: max-content;
  animation: partners-marquee 20s linear infinite;
}

.partners:hover {
    animation-play-state: paused;
}

.company-logo {
    margin: 0px 10px;
}

@keyframes partners-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .partner {
        width: 150px;
        height: 100px;
    }

    .partners-container::before,
    .partners-container::after {
        width: 50px;
    }
}

.partners-container-wrap {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.partners-container-wrap h6 {
    max-width: 28%;
    color: #fff;
    line-height: 28px;
    font-size: 17px;
    padding-right: 25px;
}

.why-choose-content .section-title h2 {
    font-size: 32px;
    line-height: 40px;
}

.why-choose-content .section-title p {
    margin-top: 15px !important;
}

.why-choose-content .section-title {
    margin-bottom: 40px;
}

.why-choose-item-content-main .contact {
    width: 100%;
}

.why-choose-item-content-main h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.customImageSection {
    display: flex;
    gap: 5px;
}

.ad-box {
    width: 100%;
    perspective: 1000px;
}

.ad-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.ad-box:hover .ad-box-inner {
    transform: rotateY(180deg);
}

.ad-box-front, .ad-box-back {
    position: absolute;
    width: 100%;
    height: 200px;
    backface-visibility: hidden;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-direction: column;
}

.ad-box-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ad-box-front p {
    margin: 0;
    color: #000000;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
    font-size: 18px;
}

.ad-box-back {
    transform: rotateY(180deg);
}

.ad-box-front img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    background: #e6f1f7;
    border-radius: 50%;
    padding: 10px;
}

.ad-box-front {
    border: 2px solid #e6f1f7;
}

.customImageSection .ad-box:nth-child(2) .ad-box-front {
    border-color: #efffb8;
}

.customImageSection .ad-box:nth-child(2) .ad-box-front img {
    background: #efffb8;
}

.customImageSection .ad-box:nth-child(3) .ad-box-front img {
    background: #fed5f3;
}

.customImageSection .ad-box:nth-child(3) .ad-box-front {
    border-color: #fed5f3;
}

.telemedicine-text .contact a {
    max-width: fit-content;
}

.video-telemedicine {
    background: var(--secondary-color);
    padding: 50px 0px;
}

.telemedicine-text {
    text-align: center;
}

.telemedicine-text .section-title p {
    max-width: 65%;
    margin: auto;
    padding: 10px 0px 24px 0px;
}

.telemedicine-text .contact {
    margin: auto;
    text-align: center;
    width: 100%;
}

.telemedicine-text .contact a {
    margin: auto;
}

/* .telemedicine-img {
    height: 320px;
    width: 100%;
    margin-bottom: 40px;
}

.telemedicine-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */
.telemedicine-box {
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -webkit-box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -moz-box-shadow: 1px 1px 3px 0px rgb(201 201 201 / 21%);
}

.telemedicine-box h4, .telemedicine-one-text h4, .telemedicine-three-type-text h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

.telemedicine-box h6, .telemedicine-one-text h6, .telemedicine-three-type-text h6 {
    font-size: 16px;
    font-weight: 600;
}

.telemedicine-box-img {
    height: auto;
    width: 100%;
}

.telemedicine-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.telemedicine-box.telemedicine-one .telemedicine-box-img {
    margin-top: 30px;
    height: 425px;
}

.telemedicine-box.telemedicine-one h4 {
    color: #0b8122;
}

.telemedicine-two-box {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 15px;
}

.telemedicine-one-text {
    width: 50%;
    background: #fff;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -webkit-box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -moz-box-shadow: 1px 1px 3px 0px rgb(201 201 201 / 21%);
}

.telemedicine-one-text h4 {
    color: #ba0eb6;
}

.telemedicine-two-img {
    width: 50%;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -webkit-box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -moz-box-shadow: 1px 1px 3px 0px rgb(201 201 201 / 21%);
}

.telemedicine-two-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.telemedicine-three-type {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -webkit-box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -moz-box-shadow: 1px 1px 3px 0px rgb(201 201 201 / 21%);
}

.telemedicine-three-type-img {
    width: 50%;
}

.telemedicine-three-type-text {
    width: 50%;
}

.telemedicine-three-type-text h4 {
    color: #ffaa00;
}

.telemedicine-two-box.old-img-wrap .telemedicine-one-text {
    width: 70%;
}

.telemedicine-two-box.old-img-wrap .telemedicine-one-text h4 {
    color: #0fa1c6;
}

.telemedicine-box.telemedicine-last {
    margin-bottom: 15px;
}

.telemedicine-box.telemedicine-last h4 {
    color: #222;
    text-align: center;
    padding-bottom: 40px;
}

.telemedicine-box.telemedicine-last h6 {
    text-align: center;
    color: #5d1a84;
    font-size: 20px;
}

.telemedicine-box.telemedicine-last-2 h4 {
    color: #81b15c;
}

.telemedicine-box.telemedicine-last-2 h6 {
    padding-bottom: 42px;
}

.telemedicine-box.telemedicine-one .telemedicine-box-img img {
    object-fit: contain;
}

.telemedicine-two-box.old-img-wrap {
    padding: 0;
}

.registerd-pecent-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 70%;
    margin: auto;
    margin-top: 40px;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #005b8f;
	align-items: stretch;
}

.registerd-pecent-box {
    width: 100%;
    text-align: center;
}

.registerd-pecent-box h3 {
    background: #005b8f;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.registerd-pecent-box p {
    margin: 0;
    padding: 10px 0px;
    color: #222;
}

.registerd-pecent-box h6 {
    padding: 10px 0px 15px 0px;
    font-size: 16px;
}

.registerd-pecent-box .online-btn {
    background: #005b8f;
    padding: 8px 0px;
}

.registerd-pecent-box .online-btn a {
    background: #fff;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    color: #222;
}

p.notes {
    color: #222;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

p.notes iconify-icon {
    color: #4e4e4e;
    font-size: 20px;
}

.footer-text.second-link {
    padding: 0;
}

.footer-text.second-link.usefulLink a {
    margin-bottom: 10px;
    display: block;
}

.footer-text.second-link>a {
    color: #000;
    text-decoration: underline;
}

.footer-text.second-link.footer-contact>a {
    display: block;
    line-height: 40px;
}

.pargue-wrap {
    height: auto;
    width: 100%;
    padding: 50px 0px;
}

.pargue-wrap .section-title {
    text-align: center;
}

.logo-text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-bottom: 20px;
}

.logo-text-wrap img {
    max-width: 90px;
}

.logo-text-wrap h4 {
    font-size: 45px;
    font-weight: 500;
    color: #5c5c5c;
}

.pargue-wrap p {
    margin-top: 2px;
}

.pargue-wrap p:first-of-type {
    padding-top: 8px;
}

.pargue-wrap p span {
    color: #d70018;
    padding-right: 6px;
}

.pargue-wrap p.points-para {
    color: #222;
}

.holiday-box {
    height: auto;
    width: 100%;
}

.holiday-box h6 {
    font-size: 30px;
    font-weight: 500;
}

.holiday-box h2 {
    font-size: 100px;
    font-weight: 700;
    color: #ab1a69;
}

.holiday-points {
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-top: 30px;
}

.holiday-points ul li {
    list-style-type: none;
    width: 50%;
    line-height: 48px;
    color: #222;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.holiday-points ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.holiday-points ul li iconify-icon {
    font-size: 24px;
}

.holiday-img-main>img {
    height: 100%;
    width: 100%;
    max-width: 450px;
}

.holiday-img-main {
    position: relative;
}

.holiday-trasfer-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.holiday-trasfer-img img {
    height: 190px;
    width: 210px;
    object-fit: cover;
    position: relative;
    left: 50px;
    bottom: 10px;
}

.holiday-trasfer-img img.holiday-trasfer-img-2 {
    width: 30px;
    height: 28px;
    position: absolute;
    top: -36px;
    left: 95px;
}

.holiday-trasfer-img img.holiday-trasfer-img-3 {
    height: 11px;
    width: 14px;
    position: absolute;
    top: -10px;
    left: 71px;
}

.blob-text {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    text-align: center;
}

.blob-text p {
    margin: 0;
    color: #222;
    padding-top: 0 !important;
}

.blob-text h5 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.moving-box {
    max-height: 160px;
    max-width: 160px;
    position: relative;
    padding: 20px;
    margin-top: 20px;
    padding-left: 0;
}

.moving-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.moving-box:hover>img {
    animation: rotateImage 2s linear infinite;
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.movingbox-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 18px;
    padding-left: 0;
}

.movingbox-img img {
    height: 100%;
    width: 100%;
}

.movingbox-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffd9;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 24px;
}

.pargue-wrap .contact {
    width: 100%;
}

.pargue-wrap .contact a {
    max-width: max-content;
}

.coporation-img-main {
    height: 600px !important;
    width: 100%;
    position: relative;
}

.coporation-img-main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.coporation-img-text {
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 0px;
    max-width: 35%;
    text-align: center;
}

.coporation-img-text h4 {
    font-size: 28px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.coporation-img-text h3 {
    font-size: 54px;
    max-width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
    letter-spacing: 2px;
}

.coporation-img-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 100%;
    padding-top: 30px;
}

.coporation-img-btn a {
    background: #fff;
    padding: 8px 20px;
    color: #1a2f7e;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.coporation-img-btn a:last-of-type {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.insta-wrap {
    position: absolute;
    bottom: 70px;
    right: 70px;
}

.insta-wrap>a {
    background: #fff;
    color: #1a2f7e;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
}

.insta-wrap-img {
    height: auto;
    width: 100%;
    background: #ffffffa3;
    padding: 12px;
    border-radius: 10px;
    margin-top: 15px;
}

.insta-wrap-img img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.insta-wrap-img a {
    height: 24px;
    width: 24px;
    background: #fff;
    color: #222;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
}

.coporation-img-main:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgb(255 255 255 / 0%) 50%);
    bottom: 0;
    left: 0;
}

.coporation-slider .slick-arrow {
    display: none !important;
}

.contact-infor {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.coporation-wrap {
    position: relative;
}

.contact-infor h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 18px;
}

.contact-infor p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.contact-infor p a {
    color: #fff;
}

.coporation-slider ul.slick-dots {
    bottom: 0;
}

.coporation-slider ul.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 0;
    transform: rotate(45deg);
}

.non-sergary {
    padding: 80px 0px 60px 0px;
}

.non-sergary-img-wrap {
    padding-right: 26px;
    position: relative;
}

.non-sergary-img {
    height: auto;
    width: 455px;
    border-radius: 16px;
    overflow: hidden;
}

.non-sergary-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.non-sergary-img-2 {
    height: 180px;
    width: 180px;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    bottom: 70px;
    right: 40px;
}

.non-sergary-img-2 img {
    height: 100%;
    width: 100%;
}

.non-text {
    height: auto;
    width: 100%;
}

.non-text ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
    line-height: 50px;
}

.non-text ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.non-text ul li iconify-icon {
    background: #f3e2de8a;
    padding: 4px;
    color: #1a2f7e;
    border-radius: 4px;
    font-size: 25px;
}

/* .section-title h3::before {
    background: #1a2f7e;
}
.section-title h3 {
    color: #1a2f7e;
} */
.non-text .contact {
    width: 100%;
    margin-top: 40px;
}

.non-text .contact a {
    max-width: fit-content;
}

.looking-wrap {
    padding: 50px 0px;
    background: var(--secondary-color);
}

.looking-box {
    height: auto;
    width: 100%;
    padding: 24px;
    position: relative;
    margin-top: 10px;
    z-index: 2;
}

.looking-box-img {
    height: 420px;
    width: 100%;
    border-radius: 25px 0px 0px 0px;
    overflow: hidden;
}

.looking-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.looking-box-text {
    background: #f2f2f2;
    padding: 24px;
}

.looking-box-text h5 {
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 8px;
}

.looking-box-text p {
    margin: 0;
}

.look-shap {
    height: 170px;
    width: 160px;
    border: 2px solid #ff8062d4;
    border-radius: 50px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.look2 .look-shap {
    bottom: 0;
    top: inherit;
    right: 0;
    left: inherit;
    border-radius: 0px 0px 50px 0px;
}

.look3 .look-shap {
    left: inherit;
    right: 0;
    border-radius: 0px 50px 0px 0px;
}

.looking-box.look2 .looking-box-text {
    border-radius: 0px 0px 25px 0px;
}

.looking-box.look3 .looking-box-img {
    border-radius: 0px 25px 0px 0px;
}

.looking-box.look2 .looking-box-img {
    border-radius: 0;
}

/* .call-to-action {
    background: #00303F;
    padding: 30px 0px;
} */
/* .home-clinc-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.home-clinc-text h6 {
  font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.home-clinc-text h4 {
 font-size: 30px;
    font-weight: 500;
    padding-top: 10px;
    color: #fff;
}
.contact-info-detais {
    display: flex;
    align-items: center;
    gap: 15px;
} */
.footer-logo-last p {
    margin-bottom: 4px;
}

.footer-logo-last {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-logo-last-img img.rotating-image2 {
    opacity: 1 !important;
    height: 110px;
    width: 110px;
    animation: spin 5s linear infinite;
    padding: 15px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.footer-logo-last-img {
    position: relative;
    animation: spin 5s linear infinite;
}

.footer-logo-last-img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid #b0b0b0;
    border-radius: 50%;
    left: 0;
    top: 0;
    border-color: transparent #b0b0b099 transparent #b0b0b099;
}

.customer-card {
    box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -webkit-box-shadow: 1px 1px 2px 0px rgb(201 201 201 / 21%);
    -moz-box-shadow: 1px 1px 3px 0px rgb(201 201 201 / 21%);
    background: #f5f5f587;
    padding: 24px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    border: 1px solid #dddddd5e;
}

.customer-card span {
    height: 50px;
    width: 50px;
    display: block;
    background: #ffb019;
    border-radius: 50%;
    margin-bottom: 24px;
}

.customer-card span img {
    padding: 12px;
}

.customer-card a {
    padding: 8px;
    max-width: 100%;
    border: 2px solid #d70018;
    font-weight: 400;
    font-size: 15px;
}

.why-trust {
    padding: 50px 0px;
    width: 100%;
}

.why-trust-text {
    text-align: center;
}

.why-trust-text .section-title p {
    max-width: 50%;
    margin: auto;
    margin-top: 12px;
}

.why-trust-main {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.why-trust-logo {
    height: 240px;
    width: 240px;
    border-radius: 50%;
    border: 20px solid #fff;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.why-trust-logo img {
    padding: 20px;
}

.why-trust-main-left p {
    background: #f5f5f5;
    padding: 8px 20px;
    margin-bottom: 8px;
    color: #222;
    font-weight: 500;
}

.why-trust-main-left {
    width: 100%;
    padding-top: 10px;
}

.why-trust-main-left.why-trust-last {
    text-align: right;
}

.why-trust-main-left p {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 10px 125px 10px 18px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 7px;
    border: 1px solid rgb(227 227 227 / 80%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(245, 247, 250, 0.2));
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(245, 247, 250, 0.2));
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.why-trust-main-left.why-trust-last p {
    padding: 10px 18px 10px 125px;
}

/* Hover for 3D pop effect */
.why-trust-main-left p:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.why-trust-main-left p:last-of-type {
    margin: 0;
}

.why-trust-new-wrap {
    padding-left: 50px;
}

.why-trust-new .section-title p {
    margin-top: 10px;
}

.why-trust-new .section-title {
    margin-bottom: 20px;
}

.trust-points ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.trust-points ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 16px;
    color: #222;
}

.trust-points ul li iconify-icon {
    background: #f3e2de8a;
    padding: 3px;
    font-size: 20px;
    color: #474747;
    border-radius: 50%;
}

.why-new-img {
    height: auto;
    width: 100%;
    position: relative;
    padding-right: 50px;
}

.why-in-logo {
    height: auto;
    width: 220px;
    background: #f9f9f9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    right: -30px;
    z-index: 9999;
}

.why-in-logo img {
    height: 100%;
    width: 100%;
    padding: 20px;
}

.why-new-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.home-clinc-box .home-clinc-text {
    width: 20%;
}

.home-clinc-box .contact {
    width: 60%;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.home-clinc-box .contact:last-of-type {
    width: 20%;
    justify-content: end;
}

.btn-default:hover {
    background-color: #d70018;
}

.main-container {
    margin-top: -20px;
    padding-bottom: 15px;
}

li.threeinresponsive {
    display: none;
}

.customer-card h4 {
    color: #222;
    font-size: 20px;
    padding: 20px 0px 10px 0px;
}

/* new page code */

.inner-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    display: flex;
    align-items: center;
}

.inner-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(2 113 190 / 67%) 20%, rgb(255 255 255 / 0%) 100%);
    left: 0;
    top: 0;
}

.inner-banner-text {
    position: relative;
    z-index: 2;
    padding-right: 60px;
}

.inner-banner-text h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 12px;
}

.inner-banner-text h6 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.inner-banner-text h6 a {
    color: #fff;
    text-decoration: underline;
    text-transform: capitalize;
}

.child-memberShip {
    padding: 50px 0px;
    width: 100%;
}

.child-memberShip .section-title {
    text-align: center;
}

.child-memberShip .section-title p {
    margin-top: 10px;
}

.child-memberShip .section-title p span {
    padding: 0px 5px;
}

/* light section hadding code  */

h2.lightsection-hadding-code {
    font-size: 46px;
    font-weight: bold;
    background: linear-gradient(135deg, #005b8f 0%, #0081c5 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* light section hadding code  */
.testymonial-wrap {
    text-align: center;
    padding: 50px 0px;
}

.google-box {
    height: auto;
    width: 100%;
}

.google-img {
    max-width: 150px;
    margin: auto;
}

.google-box>span {
    font-size: 40px;
    color: #ffb019;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.google-box h4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}

.google-box p {
    margin: 0;
    padding-top: 8px;
}

.texstymonial-box {
    padding: 15px;
    border-radius: 5px;
    margin: 15px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 320px !important;
}

.texstymonial-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.texstymonial-head-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.head-img {
    height: 40px;
    width: 40px;
}

.head-img img {
    height: 100%;
    width: 100%;
}

.head-text h5 {
    font-size: 16px;
    font-weight: 800;
}

.head-text {
    text-align: left;
}

.head-text p {
    font-size: 13px;
    margin: 2px 0px 0px 0px;
}

.texstymonial-head-right {
    font-size: 24px;
}

.texstymonial-box span {
    font-size: 26px;
    display: flex;
    padding: 5px 0px;
    color: #ffb019;
}

.texstymonial-box p {
    margin: 0;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
}

.google-texstymonial button.slick-arrow {
    display: none !important;
}

.testymonial-wrap {
    text-align: center;
    padding: 50px 0px 80px 0px;
}

.google-box-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.testymonial-wrap .section-title {
    padding-bottom: 15px;
}

.clild-member-box {
    height: auto;
    width: 100%;
    text-align: center;
}

.clild-member-img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.clild-member-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.clild-member-text {
    padding-top: 24px;
}

.clild-member-text h4 {
    font-weight: 600;
    font-size: 24px;
}

.clild-member-text h6 {
    display: inline-block;
    border: 2px solid #005b8f;
    color: #005b8f;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
}

.medical-program-wraper.parnerfor-inner {
    padding: 20px 0px;
    margin-top: 0;
    margin-bottom: 20px;
}

.medical-program-wraper.parnerfor-inner .partners-container-wrap {
    padding: 0 5px;
}

.membership-benifits {
    padding: 15px 0px 50px 0px;
}

.membership-benifits .section-title {
    text-align: center;
}

.membership-benifits-box {
    border: 2px solid #005b8f;
    padding: 24px 28px;
    border-radius: 16px;
}

.membership-benifits-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.membership-benifits-box ul li {
    display: flex;
    gap: 10px;
    font-size: 15px;
    color: #222;
    line-height: 25px;
    padding-bottom: 12px;
    align-items: center;
}

.membership-benifits-box ul li span {
    font-size: 22px;
    background: #ffb019;
    padding: 10px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-benifits-box .details {
    padding-top: 25px;
}

.membership-benifits-box .details .contact {
    width: 100%;
}

.membership-benifits-box ul li:last-of-type {
    padding: 0;
}

.membership-benifits-box ul li.multiline-list {
    align-items: flex-start;
}

.padiatricana-card {
    border: none;
    border-radius: 20px;
    color: #003b4a;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.padiatricana-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.padiatricana-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #276059;
    font-size: 24px;
}

.padiatricana-card p {
    font-size: 15px;
    color: #276059;
    min-height: 80px;
}

.padiatricana-card .btn {
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #fff;
    color: #003b4a;
    border: none;
    width: 100%;
}

/* Gradient Backgrounds */
.padiatricana-bg-1 {
    background: linear-gradient(to bottom, #e2eda9, #bcebc9);
}

.padiatricana-bg-2 {
    background: linear-gradient(to bottom, #fdcfd1, #f0c5e7);
}

.padiatricana-bg-3 {
    background: linear-gradient(to bottom, #dde8fa, #b1c9e6);
}

.padiatricana-bg-4 {
    background: linear-gradient(to bottom, #f1e7ef, #e5eefd);
}

.padiatricana-service-text {
    text-align: center;
    max-width: 70%;
    margin: auto;
}

.padiatricana-service {
    padding: 50px 0px;
    height: auto;
    width: 100%;
}

.padiatricana-service-text p {
    margin-top: 5px;
}

.padiatricana-icon {
    height: 60px;
    width: 60px;
    margin-bottom: 24px;
}

.padiatricana-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.right-journey-text {
    background: #fdf6e6;
    padding: 40px;
    color: #0e625d;
}

.right-journey-text .section-title {
    margin: 0;
}

.right-journey-text .section-title .lightsection-hadding-code {
    background: #0e625d;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 30px;
    max-width: 81%;
}

.right-journey-text>.section-title>h6 {
    color: #0e625d;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    padding-top: 15px;
}

.bests-result-wrap-text .section-title p{
	height: 130px;
    overflow-y: scroll;
}

.right-journey-text .section-title p {
    margin-top: 20px;
	height: 128px;
    overflow-y: scroll;
}
.right-journey-text .section-title p::-webkit-scrollbar-track, .bests-result-wrap-text .section-title p::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
}

.right-journey-text .section-title p::-webkit-scrollbar, .bests-result-wrap-text .section-title p::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.right-journey-text .section-title p::-webkit-scrollbar-thumb, .bests-result-wrap-text .section-title p::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #0e625d;
}
.we-accept-box {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #005b8f 0%, #0081c5 100%);
    border: 5px solid #fff;
    margin-top: 24px;
}

.we-accept-img {
    height: 120px;
    width: 50%;
    max-width: 40%;
}

.we-accept-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.we-accept-text {
    padding: 20px;
    width: 60%;
}

.we-accept-text h6 {
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.right-journey-text .contact {
    width: 100%;
    margin-top: 30px;
}

.right-journey-text .contact a {
    margin: auto;
}

.right-journey-wrap {
    padding: 50px 0px;
}

.right-journey-img-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.right-journey-img-wrap img:nth-child(1) {
    height: 280px;
    width: 280px;
    right: 0;
    top: calc(50% - 115px);
}

.right-journey-img-wrap img {
    position: absolute;
    border-radius: 15px;
    object-fit: cover;
}

.right-journey-img-wrap img:nth-child(2) {
    height: 150px;
    width: 150px;
    top: 0px;
    left: 48%;
}

.right-journey-img-wrap img:nth-child(3) {
    height: 180px;
    width: 180px;
    left: 23%;
    top: 23%;
}

.right-journey-img-wrap img:nth-child(4) {
    height: 160px;
    width: 160px;
    top: inherit;
    right: 36%;
    bottom: 3%;
}

.right-journey-img-wrap .face-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 160px;
    width: 160px;
    animation: floatAllSides 5s ease-in-out infinite;
}

.right-journey-img-wrap .face-img img {
    top: 0;
    left: 0;
    height: 120px !important;
    width: 122px !important;
    margin: auto;
}

/* Keyframes for floating in all directions */
@keyframes floatAllSides {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-10px, 10px);
    }

    50% {
        transform: translate(10px, 15px);
    }

    75% {
        transform: translate(-5px, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.star-shap {
    height: auto;
    max-width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    animation: zigZagFloat 6s ease-in-out infinite;
}

.right-journey-img-wrap .star-shap img {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0;
    position: relative;
}

/* Zig-zag float animation in different direction */
@keyframes zigZagFloat {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(12px, -8px);
    }

    40% {
        transform: translate(-10px, 10px);
    }

    60% {
        transform: translate(8px, 15px);
    }

    80% {
        transform: translate(-12px, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.dance-shap {
    position: absolute;
    left: 0;
    top: calc(50% - 65px);
    height: 130px;
    width: 150px;
    animation: danceMove 1.8s ease-in-out infinite;
}

.right-journey-img-wrap .dance-shap img {
    height: 100% !important;
    width: 100% !important;
    top: 0;
}

/* Keyframes for dance effect */
@keyframes danceMove {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    20% {
        transform: translate(5px, -10px) rotate(5deg);
    }

    40% {
        transform: translate(-5px, 10px) rotate(-5deg);
    }

    60% {
        transform: translate(6px, -8px) rotate(6deg);
    }

    80% {
        transform: translate(-4px, 8px) rotate(-4deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.right-journey-img-wrap .jumping {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 155px;
    width: 200px;
    animation: jumpUpDown 1.2s ease-in-out infinite;
}

.right-journey-img-wrap .jumping img {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
}

/* Keyframes for jumping */
@keyframes jumpUpDown {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-25px) scale(1.05);
    }

    50% {
        transform: translateY(0) scale(1);
    }

    70% {
        transform: translateY(-15px) scale(1.03);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.custom-accordion .accordion-item {
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    background: transparent;
}

.custom-accordion button.accordion-button.collapsed {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 !important;
}

.custom-accordion .accordion-button {
    background-color: transparent;
    font-weight: bold;
    padding: 10px 50px 10px 0px;
    position: relative;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    content: "\2b";
    /* Font Awesome plus icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 37%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, content 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    /* Font Awesome minus icon */
}

.custom-accordion .accordion-body {
    padding: 0px 15px 15px 0px;
    font-size: 15px;
    line-height: 1.6;
}

.vaccination-wrap {
    padding: 100px 0px 50px 0px;
    /* background: var(--secondary-color); */
}

.vaccination-contant {
    height: auto;
    width: 100%;
}

.vaccination-contant .contact {
    width: 100%;
    display: flex;
    gap: 15px;
    margin: 0;
    padding-top: 24px;
}

.vaccination-contant .contact a {
    margin: 0;
}

/* 
.vaccination-contant .contact a:last-of-type {
    height: 48px;
    width: 48px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    min-width: 48px;
    padding: 0;
}

.vaccination-contant .contact a:last-of-type iconify-icon {
    display: flex;
    font-size: 25px;
} */

.vacination-img {
    height: 100%;
    width: 100%;
    position: relative;
}

.vacination-img img:first-of-type {
    height: 400px;
    width: 60%;
    margin-left: auto;
    display: flex;
    object-fit: cover;
}

.vacination-img img:last-of-type {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 250px;
    width: 400px;
    object-fit: cover;
}

.vacination-img .footer-logo-last-img img {
    position: relative;
    height: 110px;
    width: 110px;
    bottom: 0;
}

.vacination-img .footer-logo-last-img {
    position: absolute;
    height: 120px;
    width: 120px;
    left: 220px;
    top: -51px;
    border-radius: 50%;
    background: #fff;
}

.vaccination-contant .accordion-button::after {
    background-image: none;
}

.vaccination-contant .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.child-diseases-wrap {
    padding: 50px 0px;
    background: #fdf6e6;
}

.child-diseases-wrap .child-diseases-text {
    text-align: center;
}

.child-diseases-wrap .child-diseases-text .section-title p {
    max-width: 50%;
    margin: auto;
    padding-top: 10px;
}

.tabs-container {
    height: auto;
    width: 100%;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
}

.tab-buttons button {
    flex: 1;
    padding: 12px 10px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 140px;
}

.tab-buttons button:hover,
.tab-buttons button.active {
    background-color: #fff;
}

.tab-content {
    padding: 40px;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.child-diseases-tab{
    position: relative;
}

.child-diseases-tab .tab-buttons button {
    border-radius: 10px 10px 0px 0px;
}

.child-diseases-tab .tab-buttons button img {
    max-width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

.child-diseases-tab .tab-buttons button {
    font-size: 14px;
    color: #0e625d;
}

.diseases-contant-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.diseases-contant {
    width: 50%;
    color: #0e625d;
}

.diseases-contant h3 {
    font-size: 30px;
    font-weight: 600;
    color: #0e625d;
    padding-bottom: 20px;
}

.diseases-contant h6 {
    color: #0e625d;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
}

.diseases-contant p {
    padding-top: 20px;
}

.diseases-contant .contact {
    width: 100%;
    display: flex;
    gap: 20px;
}

.diseases-contant .contact a {
    max-width: fit-content;
}

.diseases-contant-img {
    height: auto;
    width: 50%;
    text-align: center;
}

.diseases-contant-img img {
    width: 380px;
    height: 380px;
    margin: auto;
    object-fit: cover;
}

.online-care-wrap {
    padding: 50px 0px;
    height: auto;
    width: 100%;
}

.mobile-view {
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.mobile-view img {
    height: 100%;
    width: 100%;
    max-width: 320px;
}

.meet-slider button.slick-arrow {
    display: none !important;
}

.meet-slider {
    height: auto;
    width: 100%;
}

.meet-slider-img {
    height: auto;
    margin: auto;
    position: relative;
}

.meet-slider-img img {
    height: 410px;
    width: 350px;
    object-fit: cover;
    margin: auto;
    border-radius: 20px;
}

.meet-wrap {
    padding: 50px 0px 80px 0px;
    background: #fdf6e6;
}

.meet-slider-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
}

.meet-slider-text h6 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 8px;
}

.meet-slider-text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.meet-slider-img:before {
    content: '';
    position: absolute;
    height: 410px;
    width: 350px;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 60%) 20%, rgb(255 255 255 / 0%) 100% 100%);
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}

.right-journey-text.meet-main-text {
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.right-journey-text.meet-main-text .section-title .lightsection-hadding-code {
    font-size: 48px;
}

.right-journey-text.meet-main-text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.right-journey-text.meet-main-text ul li {
    width: 33.33%;
    line-height: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.right-journey-text.meet-main-text ul li iconify-icon {
    font-size: 20px;
}

.right-journey-text.meet-main-text .contact a {
    margin: inherit;
}

.right-journey-text.meet-main-text .section-title h6 {
    line-height: 30px;
}

.meet-slider ul.slick-dots li button {
    background: #fff;
    height: 12px;
    width: 12px;
    border: 3px solid #0e625d;
    position: relative;
    top: -10px;
}

.meet-slider ul.slick-dots li.slick-active button {
    background: #0e625d;
}

.child-memberShip-wrap {
    background: linear-gradient(180deg, rgba(249, 249, 249, 0.78) 20%, rgba(255, 255, 255, 1) 100%);
    padding: 60px 0px;
}

.child-memberShip-hadd {
    text-align: center;
}

.child-memberShip-hadd .section-title p {
    margin-top: 10px;
}

.child-memberShip-box {
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    width: 100%;
    border: 1px solid #dadee2;
    border-bottom-width: 6px;
    margin-bottom: 40px;
}

.child-memberShip-image {
    width: 100%;
    height: 270px;
}

.child-memberShip-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.child-memberShip-text {
    padding: 25px 25px 30px 25px;
}

.child-memberShip-text h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
}

.child-memberShip-text h2 {
    font-size: 28px;
    font-weight: 700;
}

.ear-precing-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    padding-top: 30px;
}

.ear-precing-img {
    height: 210px;
    width: 100%;
    border: 6px solid #fff;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ear-precing-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ear-precing-box {
    height: auto;
    width: 100%;
    text-align: center;
}

.ear-precing-box h3 {
    font-size: 36px;
    font-weight: 800;
    padding: 15px 0px 10px 0px;
}

.ear-precing-box h6 {
    font-weight: 600;
    font-size: 18px;
}

.precing-text {
    margin-top: 60px;
}

.precing-text h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
}

.precing-text h6 {
    padding-bottom: 30px;
    font-weight: 500;
}

.precing-text .accordion-button::after {
    background-image: none;
}

.gayno-how-it-work-wrap {
    padding: 50px 0px;
    background: #fcfbf8;
    margin-top: 50px;
}

.gayno-how-it-work-text {
    text-align: center;
}

.gayno-how-it-work-step-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.gayno-how-it-work-step-box {
    height: auto;
    width: 100%;
    text-align: center;
}

.gayno-how-it-work-img {
    height: 140px;
    width: 140px;
    border: 20px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.gayno-how-it-work-img img {
    height: 100%;
    width: 100%;
    background: #d6e9da;
    padding: 24px;
}

.gayno-how-it-work-step-box h5 {
    font-size: 17px;
    max-width: 35%;
    margin: auto;
    line-height: 22px;
    font-weight: 500;
    padding-top: 10px;
}

.gayno-how-it-work-step-wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #ddd;
    left: 50%;
    top: 0;
}

.make-line-one {
    position: relative;
}

.make-line-one:before, .make-line-two::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 150px;
    background: #ddd;
    top: 26%;
    right: 0;
}

.make-line-one:after, .make-line-two::after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #ddd;
    right: 150px;
    top: 25%;
    border-radius: 50%;
}

.make-line-two {
    padding-top: 60px;
    position: relative;
}

.make-line-two::before {
    right: inherit;
    left: 0;
    top: 50%;
    height: 2px;
}

.make-line-two:after {
    right: inherit;
    left: 150px;
    top: calc(50% - 2px);
}

.make-line-two .gayno-how-it-work-img img {
    background: #fbe3d7;
}

.gayno-how-it-work-img.gayno-3 img {
    background: #d4d5ee;
}

.gayno-how-it-work-img.gayno-4 img {
    background: #f6e5d3;
}

.gayno-how-it-work-step-box.make-line-one.lastGayno-wrap {
    width: 50%;
}

.lastGayno-wrap .gayno-how-it-work-img img {
    background: #d3e4ee;
}

.gayno-how-it-work-step-box.make-line-one.lastGayno-wrap::before {
    top: 25%;
}

.gayno-how-it-work-step-box.make-line-one.lastGayno-wrap::after {
    top: 24%;
}

.membership-benifits.ganobebifits {
    padding-top: 50px;
}

.gaynoc-add-boxes {
    display: flex;
    align-items: center;
    max-width: 40%;
    margin: 30px auto 15px auto;
    background: #dddddd59;
    justify-content: space-between;
    border-radius: 20px;
}

.gaynoc-add-boxes h4 {
    background: linear-gradient(to right, #fce4ec, #f8bbd0, #f48fb1);
    padding: 20px;
    color: #2e5c62;
    font-weight: 700;
    font-size: 25px;
    width: 45%;
    border-radius: 20px 0px 0px 20px;
    line-height: 38px;
}

.gaynoc-add-boxes-inner {
    width: 55%;
    height: 100%;
    padding: 20px;
}

.gaynoc-add-boxes-inner h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 26px;
}

.gaynoc-add-boxes-inner h2 span {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 0px;
    left: -4px;
}

.gaynoc-add-boxes-inner h6 {
    font-weight: 500;
    font-size: 18px;
}

.moving-box-WRAP {
    text-align: center;
}

.moving-box-WRAP h4 {
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
}

.moving-box-WRAP-out {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
}

a.whatapp {
    position: fixed;
    right: -20px;
    background: #000;
    border: none;
    color: #fff;
    border-radius: 50px;
    width: auto;
    font-size: 16px;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    transform: rotate(270deg);
    bottom: 100px;
}



a.whatapp span {
    font-size: 22px;
    position: relative;
    left: 6px;
    top: 2px;
    padding-left: 10px;
    margin-left: 3px;
}

a.whatapp span:before {
    content: '';
    position: absolute;
    height: 98%;
    width: 1.5px;
    background: #fff;
    left: -2px;
    top: -2px;
}


.testi-box {
    background: #f7f4f8;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
}

.testi-box-inn {
    width: 560px;
    /* Fixed width for variableWidth to work */
    margin-right: 10px;
    /* This space allows the next slide to peek */
    box-sizing: border-box;
}

.testi-box span {
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

.testi-box span iconify-icon {
    background: #ffca00;
    color: #222;
    margin: 0px 3px;
    padding: 1px;
}

.user-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-img {
    height: 42px;
    width: 42px;
}

.user-img img {
    height: 100%;
    width: 100%;
}

.user-box h3 {
    font-size: 18px;
}

.testi-box p {
    font-size: 15px;
    margin-bottom: 20px;
}

.ration-qwrap {
    padding-top: 40px;
}

.ration-qwrap h5 {
    font-size: 20px;
    font-weight: 500;
}

.ration-qwrap h5>iconify-icon {
    color: #ffca00;
    position: relative;
    top: 2px;
}

.ration-qwrap h5 span {
    display: inline-flex;
    align-items: center;
    padding: 0px 5px;
}

.ration-qwrap h5 span iconify-icon {
    background: #ffca00;
    margin: 0px 2px;
    font-size: 16px;
}

.ration-qwrap p {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    margin: 0;
}

.testi .slick-prev, .testi .slick-next {
    right: 0 !important;
    bottom: -65px !important;
    top: inherit;
    left: inherit;
    background: #fff;
    border: 2px solid #2222228c;
    color: #222;
}

.testi .slick-prev {
    right: 80px !important;
}

/* .slider-wrapper {
  overflow: hidden;
  padding: 20px 0;
} */

.testi-box-inn {
    padding: 0 10px;
    box-sizing: border-box;
}

.chat-popup {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 400px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    overflow: hidden;
}

.chat-header {
    background: #00303F;
    color: white;
    padding: 9px 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-head-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.chat-head-wrap img {
    height: 42px;
    width: 42px;
    border-radius: 50%;
}

.chat-head-wrap h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.chat-head-wrap h3 span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    opacity: .8;
}

.chat-body {
    padding: 20px;
}

.chat-open {
    background: #00303F;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    float: right;
    margin-bottom: 18px;
}

.chat-open iconify-icon {
    font-size: 20px;
}

.hidden {
    display: none;
}

#close-popup {
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: #01181f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.chat-sec {
    background: #f2f2f2bf;
    padding: 20px;
    border-radius: 20px 20px 20px 0px;
    margin-bottom: 18px;
}

.chat-sec p:last-of-type {
    margin: 0;
}

button#cookieButton {
    left: 20px;
    height: 40px;
    z-index: 999;
    width: 40px;
    bottom: 6px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: #005b8f;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display:none;
}

.cookes-model {
    max-height: 80vh;
    overflow-y: scroll;
}


.cookes-model h5, .Customize-wrap h6 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
}

.cookes-header-wrap p {
    margin-bottom: 8px;
    font-size: 15px;
    color: #222;
}

.cookes-model .modal-body p {
    margin-bottom: 18px;
}

.Customize-wrap p {
    color: #222;
    font-size: 15px;
}

.cookes-model .modal-body button.accordion-button {
    padding: 10px 0px;
    font-weight: 500;
    box-shadow: none !important;
    font-size: 17px;
    display: block;
}

div#cookieAccordion {
    padding-top: 15px;
}

button.btn.btn-secondary.btn-custom {
    background: #005b8f;
}


.cookes-model .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
}

.Necessary-box {
    background: #f2f2f2;
    padding: 14px;
    border-radius: 8px;
    margin-left: 10px;
}

.Necessary-box p {
    font-size: 14px;
    margin-bottom: 8px !important;
    display: block !important;
	
}

.Necessary-box p span {
    font-weight: 600;
    min-width: 110px;
    display: block;
	display: block !important;
    width: 100% !important;
    height: auto !important;
}

.Necessary-box p:last-of-type {
    margin-bottom: 0 !important;
}

.cookes-model .modal-body p button {
    padding: 0;
    border: none;
    background: transparent;
    color: #0a58ca;
    text-decoration: underline;
    padding-left: 5px;
}

.cookes-model .modal-body h2.accordion-header p {
    font-size: 15px;
    font-weight: 400;
    padding: 4px 0px 0px 27px;
    margin: 0;
}

.cookes-model .accordion-button::after {
    display: none;
}

.cookes-model .modal-body button.accordion-button>span span {
    color: #198754;
    background: transparent !important;
    font-size: 15px;
}

.cookes-model .modal-body button.accordion-button>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookes-model .modal-body button.accordion-button>span b iconify-icon {
    font-size: 24px;
    position: relative;
    top: -2px;
    margin-right: 4px;
    transition: .5s;
}

.cookes-model button.accordion-button.collapsed span b iconify-icon {
    transform: rotate(90deg);
    transition: .5s;
}

.cookes-model .modal-body button.accordion-button>span b {
    display: flex;
    align-items: center;
}

.switch-wrapper .switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch-wrapper .switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-wrapper .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

.switch-wrapper input:checked+.switch {
    background: #0d6efd;
}

.switch-wrapper input:checked+.switch::before {
    left: 27px;
    background: #fff;
}

.switch-wrapper input:checked+.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.Necessary-box.Necessary-boxnew {
    border-radius: 0px 0px 8px 0px;
    border-top: 1px solid #ddddddcc;
}

.border-r {
    border-radius: 8px 8px 0px 0px;
}

.cookes-model .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0 !important;
}

.switch-wrapper {
    pointer-events: auto;
}

h4.then-welcome {
    font-size: 22px;
    margin-top: 12px;
    font-weight: 500;
}



.corporate-banner {
    width: 100%;
    padding: 80px 60px 80px 120px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.corporate-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}

.text-content {
    flex: 1;
    min-width: 300px;
    z-index: 2;
}

.text-content h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1c1c1c;
}

.text-content p {
    font-size: 1rem;
    margin-bottom: 30px;
    max-width: 520px;
    color: #5a5a5a;
}

.cta-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #00c263;
    color: white;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background-color: #00a651;
}

/* Image styling */
.image-wrapper {
    flex: 1;
    min-width: 300px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.circle-image {
    width: 700px;
    height: 700px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: -150px;
    top: -250px;
}

.circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trusted-wrap {
    padding: 75px 0px 50px 0px;
    width: 100%;
    background: var(--secondary-color);
}

.trusted-text {
    text-align: center;
}

.trusted-text .section-title p {
    margin-top: 10px;
}

.trusted-text .section-title h2.lightsection-hadding-code span {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    z-index: 9;
    top: -32px;
    left: -35px;
    color: #0071ae;
}

.trusted-text .section-title h2.lightsection-hadding-code {
    position: relative;
    display: inline-block;
}

.trusted-img {
    width: 100%;
    background: #fff;
    margin: 0px 10px;
    padding: 15px;
    border-radius: 15px;
    height: 90px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.trusted-img img {
    max-width: 90px;
    margin: auto;
}

button.slick-prev.tested.slick-arrow, button.slick-next.tested.slick-arrow {
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
}

.smarter-wrap {
    margin: 50px 40px 0px 40px;
    background: #1f2630;
    padding: 80px 40px 120px 40px;
    border-radius: 24px;
}

.smarter-text .section-title h2.lightsection-hadding-code {
    background: #fff;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.smarter-text .section-title p {
    color: #fff;
}

.smarter-text .section-title h6 {
    color: #fff;
    padding-top: 20px;
}

.smarter-text .section-title ul {
    padding: 0;
    list-style-type: none;
    padding-top: 10px;
}

.smarter-text .section-title ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
}

.smarter-image {
    height: 360px;
    width: 540px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.smarter-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.smarter-box {
    padding: 30px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 20px;
    height: auto;
    min-height: 448px;
}

.smarter-box-wrap {
    position: relative;
    top: -80px;
    z-index: 2;
}

.smarter-icon-wrap {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
}

.smarter-icon-wrap h4 {
    font-size: 20px;
    font-weight: 600;
}

.smarter-icon iconify-icon {
    font-size: 40px;
    color: #222;
}

.smarter-box h6 {
    line-height: 25px;
    border-left: 5px solid #21a7fc;
    padding-left: 15px;
    color: var(--text-color);
}

.smarter-box h6 span {
    font-weight: 600;
}

.service-wrap {
    padding: 60px 0px;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(243, 244, 246, 0.78) 20%, rgba(255, 255, 255, 1) 100%);
}

.service-box {
    display: block;
    width: 100%;
    border: 1px solid #dadee2;
    border-radius: 20px;
    border-bottom-width: 6px;
    padding: 35px;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    min-height: 350px;
    margin-top: 30px;
    transition: .5s;
}

.service-box:hover {
    transform: translateY(-15px);
    transition: .5s;
}

.service-main {
    text-align: center;
    max-width: 60%;
    margin: auto;
}

.service-main .section-title h2 {
    font-weight: 600;
}

.service-icon-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    justify-content: space-between;
}

.service-icon {
    height: 65px;
    width: 65px;
    background: #f9b000;
    padding: 14px;
    border-radius: 10px;
}

.service-icon img {
    height: 100%;
    width: 100%;
}

.service-icon-wrap span {
    text-align: center;
    line-height: 47px;
    width: 47px;
    height: 47px;
    font-size: 15px;
    color: #68747a;
    border: 1px solid #dce0e3;
    border-radius: 50%;
    font-weight: 500;
}

.service-text h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 10px;
}

.service-main .section-title {
    margin-bottom: 20px;
}

.content-home {
    background: linear-gradient(to bottom, #6fb0e8, #2d8bd2);
    padding: 40px 0px;
    color: #fff;
}

.content-home-wrap {
    display: flex;
    gap: 90px;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
}

.content-home-text h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
}

.content-home-text p {
    margin: 0;
    font-size: 16px;
}

.content-home-btn a {
    border: 2px solid #fff;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    justify-content: center;
}

/* .content-home-btn {
    width: 16%;
} */

.content-home-btn a iconify-icon {
    font-size: 28px;
}



.gayno-container {
    height: auto;
    width: 100%;
}

.text-section {
    width: 50%;
    padding-top: 50px;
}

.text-section h1:before {
    content: '';
    position: absolute;
    height: 400px;
    width: 400px;
    border: 2px solid #f5d1cf;
    border-radius: 50%;
    left: -75px;
    top: -50px;
    z-index: -1;
}

.text-section h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 84px;
    margin: 0;
    max-width: 70%;
    margin-left: auto;
    position: relative;
    left: 20px;
    z-index: 3;
    letter-spacing: 2px;
}

.asterisk {
    color: #f984a2;
    font-size: 40px;
    vertical-align: sub;
}

.subtext {
    font-size: 16px;
    color: #444;
    margin-top: 6px;
    line-height: 1.5;
    max-width: 55%;
    margin-left: auto;
    position: relative;
    z-index: 4;
}

.image-section {
    width: 50%;
    height: 550px;
    position: relative;
}

.image-section img {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 50px;
    object-fit: cover;
}

.hashtag {
    font-size: 0.85rem;
    color: #2e2c76;
    font-weight: 600;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 5px;
    left: 30%;
    margin: 0;
	
}

.quote-section {
    display: flex;
    align-items: center;
    position: relative;
    margin: 30px 0px;
}

.quote-box {
    padding: 30px 20px;
    width: 100%;
}


@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        padding: 20px;
    }

    .quote-section {
        flex-direction: column;
    }
}

.gayno-banner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0px 50px;
    background: linear-gradient(to bottom, #ffe2e4 0%, #fff5e3 100%);
}

.quote-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #ed7d31;
    left: 50%;
    top: 0;
}

.quote-box p {
    margin: 0;
    color: #222;
}

.quote-box.left {
    padding-right: 40px;
}

.quote-box.right {
    padding-left: 40px;
}

.text-block {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    line-height: 1.6;
}

.moving-text-wrap p {
    max-width: 35%;
    color: #222;
}

.circle-container {
    position: relative;
    width: 350px;
    height: 350px;
    min-width: 350px;
}

.rotating-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotate 20s linear infinite;
}

.baby-outline {
    width: 100%;
    height: 100%;
    background-image: url('../images/new-images/baby.png');
    /* Replace this with your SVG path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}

.curved-text {
    position: absolute;
    top: -10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #f88;
    transform: rotate(-15deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.text-block {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}

.circle-graphic {
    position: absolute;
    width: 400px;
    height: 400px;
    transform: rotate(554deg);
    top: -127px;
    left: -10px;
}

.circle-graphic svg {
    width: 100%;
    height: 100%;
}

.curved-text {
    fill: #f27d9f;
    font-size: 9px;
    font-weight: 500;
}

.fetus-path {
    stroke: #f27d9f;
    fill: none;
    stroke-width: 2;
}

.moving-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.consultant-wrap {
    padding: 80px 0px 60px 0px;
    background: var(--secondary-color);
}

.cookesBtn button.btn.btn-custom {
    border: 2px solid #a99072;
    color: #a99072;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.cookesBtn button.btn.btn-custom:last-of-type {
    background: #a99072;
    color: #fff;
}

.cookesBtn {
    gap: 15px !important;
}

.visit-gayno-text-wrap {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.visit-gayno-text-slider-img {
    height: 480px !important;
    width: 100%;
}

.visit-gayno-text-slider-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 50px 0px;
}

.visit-gayno-text-slider {
    max-width: 32%;
    height: 480px;
}

.visit-gayno-text-slider ul.slick-dots li button {
    background: #ffffff;
}

.visit-gayno-text-slider ul.slick-dots {
     margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
    right: 0;
    margin: auto;
    justify-content: center;
}

.isit-gayno-text-first p {
    color: #000;
    font-size: 18px;
	font-weight: 400;
}

.isit-gayno-text-first h2, .nine-month-hadding h2, h2.putYourself {
    color: #000;
    font-weight: 700;
    font-size: 48px;
}

.isit-gayno-text-first ul li {
    color: #000;
    font-size: 17px;
}

.gynecology-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
    max-width: 1200px;
    margin: auto;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gynecology-content {
    flex: 1;
    max-width: 600px;
    padding-right: 30px;
}

.intro {
    line-height: 1.6;
    font-size: 16px;
}

.highlight {
    color: #1a73e8;
    font-weight: bold;
}

.common-actions {
    margin-top: 30px;
}

.actions-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}

.actions-list {
    padding-left: 20px;
    list-style-type: disc;
    line-height: 1.8;
    font-size: 15px;
}

.gynecology-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.gynecology-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}


.gyno-section {
    position: relative;
    background-image: url('../images/new-images/Fibroid-Treatment.jpg');
    background-position: right;
    background-repeat: no-repeat
}

section.gyno-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 60%;
    right: 0;
    top: 0;
    background: radial-gradient(ellipse at center, rgb(255 255 255 / 10%) 40%, rgb(255 255 255) 70%, rgb(255 255 255) 100%);
    pointer-events: none;
}

.gyno-content {
    width: 55%;
    padding: 60px;
    color: #000000;
    position: relative;
    z-index: 9;
}

.gyno-content h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.gyno-content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.gyno-content strong {
    font-weight: bold;
}

.gyno-content ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.7;
    font-size: 16px;
}

.memberandContact-wrap-inn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-bottom: 60px;
}

.memberandContact-wrap-inn .contact:first-of-type {
    width: fit-content;
}

.memberandContact-wrap-inn .contact:first-of-type a {
    max-width: fit-content;
}

.memberandContact-wrap-inn .contact:last-of-type .customer-card {
    display: flex;
    gap: 15px;
}

.memberandContact-wrap-inn .contact:last-of-type {
    max-width: 30%;
}

.isit-gayno-text-first.isit-gayno-for-hadd {
    width: 35%;
    padding: 0;
}

.isit-gayno-text-first {
    padding-left: 15px;
}

.visit-gayno-text-new {
    width: 60%;
}

.isit-gayno-text-first h4 {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    padding: 20px 0px 15px 0px;
}

.no-worries-wrap {
    padding: 60px 0;
    background: var(--secondary-color);
}

.info-box {
    border: 1px solid #000;
    padding: 10px 40px;
    display: inline-block;
    position: absolute;
    z-index: 4;
    left: 24%;
    background: #fff;
}

.info-box ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}

.info-box li {
    margin-bottom: 2px;
    font-size: 15px;
}

.no-worries {
    font-family: 'Courier New', monospace;
    font-size: 26px;
    margin-top: 15px;
    text-align: center;
}

.image-wrapper {
    position: relative;
    text-align: center;
}

.no-worries-main-image {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
}

.no-worries-main-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.overlay-image {
    position: absolute;
    bottom: -48px;
    left: 26%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
}

.overlay-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-worries-telemedicine-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    max-width: 50%;
    margin-left: 40%;
    margin-top: 20px;
}

.no-worries-telemedicine-text .blue {
    color: #00a0e3;
    font-size: 34px;
    display: block;
    padding-bottom: 20px;
}

.no-worries-telemedicine-text .black {
    color: black;
}

.no-worries-telemedicine-text .red {
    color: red;
}

.nine-month-hadding {
    text-align: center;
    max-width: 80%;
    margin: auto;
}

.nine-month-hadding h2 {
    line-height: 46px;
    font-size: 38px !important;
}

.nineMonth-flow-wrap {
    padding: 50px 0px;
}

.trimesterchart-wrap {
    padding-top: 40px;
    text-align: center;
}

.trimesterchart-wrap h3, .trimesterchart-wrap h3 a {
    color: #de85a2 !important;
    font-size: 24px;
	margin-bottom:15px;
}
.trimesterchart-wrap h3 a {
    border: 2px solid #de85a2;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}

.trimesterchart-icon {
    height: auto;
    width: 100%;
    position: relative;
    padding: 15px 0px;
    max-width: 30%;
    margin: auto;
}

.trimesterchart-icon img {
    height: 30px;
    width: auto;
    opacity: .5;
    z-index: 99;
    position: relative;
}

.trimesterchart-icon:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #22222217;
    left: 0px;
    right: 0;
    display: block;
    margin: auto;
    top: 50%;
}

.trimesterchart-icon-img {
    width: 65px;
    margin: auto;
    background: #fff;
    z-index: 9;
    position: relative;
}

.trimesterchart-main-img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.trimesterchart-main-img img {
    height: 100%;
    width: 100%;
}

.trimester-Line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 50px 0 20px 0px;
    width: 100%;
    flex-wrap: wrap;
}

.trimester {
    text-align: center;
    width: calc(33.33% - 50px);
}
.trimester a {
    border: 2px solid #005b8f;
    background: #fff;
    color: #005b8f !important;
    padding: 7px 24px;
    border-radius: 50px;
}

.trimester h3 {
    font-weight: normal;
    font-size: 18px;
}

.green {
    color: #66c28a;
}

.blue {
    color: #66d3e6;
}

.pink {
    color: #f497b9;
}

.line {
    position: relative;
    height: 3px;
    width: 100%;
    margin: 10px auto;
}

.green-line {
    background-color: #66c28a;
}

.blue-line {
    background-color: #66d3e6;
}

.pink-line {
    background-color: #f497b9;
}

.dot {
    position: absolute;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.green-line .dot {
    background-color: #66c28a;
}

.blue-line .dot {
    background-color: #66d3e6;
}

.pink-line .dot {
    background-color: #f497b9;
}

.trimester p {
    font-size: 14px;
    color: #333;
}

.Benefits-of-Registration {
    padding: 60px 0px;
}

.Benefits-main-hadding {
    text-align: center;
}

.Benefits-main-hadding h2 {
    font-size: 20px;
}

.Benefits-main-hadding h2 span {
    font-size: 48px;
    font-weight: 700;
	line-height: 50px;
}

.Benefits-main-hadding p {
    padding-top: 15px;
    font-size: 28px;
    margin-bottom: 10px;
    color: #ff8b8d;
}

.Benefits-of-img {
    height: 400px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.Benefits-of-img img {
    height: 100%;
}

.Benefits-of-img:before {
    content: '';
    position: absolute;
    height: 300px;
    width: 300px;
    border: 1px solid #ff8b8d;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -150px;
    z-index: -1;
    opacity: .5;
}

.Benefits-list {
    max-width: 60%;
}

.Benefits-list ul {
    padding: 0;
    margin: 0;
}

.Benefits-list ul li {
    color: #222;
    padding-bottom: 20px;
    line-height: 25px;
}

.Benefits-list ul li:last-of-type {
    padding-bottom: 0;
}

h2.putYourself {
    text-align: center;
    padding-bottom: 15px;
}

.medical-program-wraper.pediatricna-inc {
    width: 100%;
    padding: 40px 0px;
    margin: 20px 0px 30px 0px;
}

.medical-program-wraper.pediatricna-inc .partners-container-wrap {
    padding-top: 0;
}

.contact.witiInsurance {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0;
    margin-bottom: 60px;
}

.contact.witiInsurance a {
    margin: 0;
}

.contact.witiInsurance a:first-of-type {
    background: #d70018;
    color: #fff;
}

.PhysioZen {
    padding: 80px 0px 50px 0px;
}

.recover-wrap {
    background: #fbf6f3;
    padding: 50px 0px;
}

.recover-left .padiatricana-service-text {
    max-width: 100%;
    text-align: left;
}

.recover-left .padiatricana-service-text .section-title h3, .care-that-text .section-title h3, .faq-text .section-title h3, .child-memberShip-hadd .section-title h3 {
    color: #343241;
}

.recover-left .padiatricana-service-text .section-title h3::before, .care-that-text .section-title h3:before, .faq-text .section-title h3:before, .child-memberShip-hadd .section-title h3:before {
    background: #343241;
}

.recover-left .padiatricana-service-text .section-title h2.lightsection-hadding-code {
    color: #343241;
}

.recover-left-img {
    height: 400px;
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
}

.recover-left-img img {
    height: 100%;
    width: 100%;
}

.recover-left {
    padding-right: 20px;
}

.recover-right-list {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #dddddd94;
    margin-bottom: 35px;
}

.recover-right-list-icon {
    height: 48px;
    min-width: 48px;
    width: 48px;
}

.recover-right-list-text h5 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #343241;
}

.recover-right-list-text p {
    color: #343241;
    padding-bottom: 10px;
}

.recover-right .recover-right-list:nth-child(3) {
    border: none;
}

.recover-right {
    padding-top: 30px;
}


















/* Pain Assessment Container */

/* Header Styles */
.assessment-header {
    align-items: self-start;
    display: flex;
}

.company-title {
    color: #1976d2;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.main-question {
    color: #1565c0;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.description-text {
    color: #3e3a45;
    font-size: 22px;
    line-height: 1.5;
    background: #faf6f3;
    text-align: center;
    margin: 0;
    padding: 5px;

}

.assessment-header .padiatricana-service-text {
    text-align: left;
    min-width: 50%;
    width: 50%;
    padding-right: 25px;
}

.assessment-header .padiatricana-service-text .section-title {
    padding-bottom: 0;
}

/* Main Content Layout */
.assessment-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: center;
}

/* Pain Options */
.pain-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pain-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 8px;
    padding-left: 100px;
}

.pain-option:hover {
    /* background-color: rgba(25, 118, 210, 0.05); */
    transform: translateX(5px);
}

.pain-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #1976d2;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.pain-checkbox.checked {
    background-color: #1976d2;
}

.pain-checkbox.checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.pain-label {
    color: #1565c0;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
}

/* Body Diagram Container */
.body-diagram-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 400px;
}

.body-diagrams {
    display: flex;
    gap: 80px;
    position: relative;
}

.body-diagram {
    position: relative;
    width: 200px;
    height: 400px;
}

.body-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Pain Spots */
.pain-spot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff1744;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    pointer-events: none;
}

/* Active = visible + blinking pulse */
.pain-spot.active {
    opacity: 1;
    transform: scale(1);
    animation: pulseBlink 1.5s infinite ease-out;
}

@keyframes pulseBlink {
    0% {
        transform: scale(0.8);
        opacity: 0.9;
        box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.6);
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
        box-shadow: 0 0 30px 20px rgba(255, 23, 68, 0);
    }

    100% {
        transform: scale(0.8);
        opacity: 0.9;
        box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.6);
    }
}

/* Pain spot positions for front view */
.neck-spot {
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
}

.shoulder-spot {
    top: 25%;
    left: 28%;
}

.knee-spot {
    top: 64%;
    left: 35%;
}

.hand-spot {
    top: 45%;
    left: 5%;
}

.foot-spot {
    top: 80%;
    left: 36%;
}

/* Pain spot positions for back view */
.hip-spot {
    top: 47%;
    left: 53%;
    transform: translateX(-50%);
}

.elbow-spot {
    top: 35%;
    right: 20%;
}

.tricep-spot {
    top: 30%;
    right: 25%;
}

.ankle-spot {
    top: 83%;
    right: 35%;
}

.back-spot {
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

/* Responsive Design */
@media (max-width: 768px) {
    /* .assessment-content {
        grid-template-columns: 1fr;
        gap: 30px;
    } */

    .body-diagrams {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .main-question {
        font-size: 28px;
    }

    /* .pain-assessment {
    padding: 20px 15px;
  } */

    .body-diagram {
        width: 160px;
        height: 320px;
    }
}

.body-pain {
    padding: 80px 0px 40px 0px;
}

.child-diseases-wrap.mostCommone-wrap .child-diseases-text .section-title p {
    max-width: 100%;
}

.regain-wrap {
    padding: 80px 0px;
}

.regain-text .contact {
    width: auto;
}

.regain-text p:last-of-type {
    margin-top: 8px;
}

.regain-img {
    height: 500px;
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
}

.regain-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.working-div {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #82828252;
    padding: 20px;
    backdrop-filter: blur(4px);
    border-radius: 15px;
}

.working-div p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    opacity: .8;
}

.working-div iconify-icon {
    color: #fff;
    font-size: 24px;
}

.working-div h6 {
    color: #fff;
    font-size: 18px;
    padding: 10px 0px 5px 0px;
}

.care-that-wrap, .why-phy-wrap {
    background: #fbf6f3;
    padding: 50px 0px;
}

.care-that-left {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.care-that-img {
    width: 100%;
    height: 265px;
    border-radius: 16px;
    overflow: hidden;
    min-width: 50%;
}

.care-that-img-text {
    width: 100%;
    position: relative;
    background: #d6e1e7;
    border-radius: 16px;
    padding: 32px;
}

.care-that-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.care-that-img-text .contact-circle-img {
    left: 50%;
    top: calc(50% + 16px);
    transform: translate(-50%, -50%);
    background: transparent;
    box-shadow: none;
}

.care-that-img-text .contact-circle-img img {
    background-color: transparent;
}

.care-that-img-text h3 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    gap: 35px;
    line-height: 23px;
}

.care-that-img-text h3 span {
    font-size: 34px;
    font-weight: 700;
}

.care-that-img-text h6 {
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-size: 18px;
}

.care-that-img-last {
    height: 280px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.care-that-img-last img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.care-that-text {
    padding: 40px 0px 0px 20px;
}

.care-that-text h4 {
    font-size: 20px;
    padding: 20px 0px 30px 0px;
    line-height: 32px;
    border-bottom: 1px solid #dddddd94;
    margin-bottom: 30px;
}

.care-that-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.care-that-text ul li {
    width: 32%;
    line-height: 42px;
    color: #222;
}

.phy-wrap {
    padding: 60px 0px;
}

.phy-sliders {
    height: auto;
    width: 100%;
}

.phy-wrap-slide {
    height: 100%;
    width: 100%;
}

.phy-wrap-slide .slick-prev, .phy-wrap-slide .slick-next {
    color: #222;
    background: #efefefed;
    height: 42px;
    width: 42px;
    border: 1px solid #ddddddf2;
    display: none !important;
}

.slogan {
    max-width: 70%;
    margin: auto;
}

.slogan .section-title {
    text-align: center;
    margin: 0;
}

.slogan .section-title p {
    margin: 0;
    font-size: 20px;
    color: #222;
}

.slogan .section-title h2.lightsection-hadding-code {
    padding-bottom: 6px;
}

.slogan-wrap {
    padding-top: 50px;
}

.yoga-slider-wrap .medical-program-wraper.pediatricna-inc {
    margin-top: 0;
    margin-bottom: 20px;
}

.self-pay {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 columns */
    gap: 30px 60px;
    /* row gap, column gap */
    padding-top: 10px;
}

.self-pay-wrap {
    background: linear-gradient(120deg, rgba(251, 234, 227, 0.78) 20%, rgba(243, 241, 242, 1) 100%);
    padding: 50px 0px;
}

.self-pay-wrap .care-that-text {
    text-align: center;
    padding: 0;
}

.self-pay-box {
    height: auto;
    width: 100%;
}

.self-pay-box h4 {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    position: relative;
	z-index:21;
}

.self-pay-box p {
    margin: 0;
    font-size: 15px;
}

/* .self-pay-box h4:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 62%;
    border-top: 2px dashed #ddd;
    top: 12px;
    left: 0;
    margin: auto;
    right: 0;
	z-index:-1;
} */

span.dotsbeforeso {
    border-top: 2px dashed #ddd;
    display: block;
    height: auto;
    width: 33.33%;
    position: relative;
    top: 12px;
}
.self-pay-box h4 span{
	 width: 33.33%;
}
.self-pay-box h4 span:last-of-type {
    text-align: right;
    padding-left: 15px;
}
.self-pay-box h4 span:first-of-type {
    padding-right: 15px;
}



.online-wrap-main {
    height: auto;
    width: 100%;
    position: relative;
}

.online-wrap {
    height: 550px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.online-wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000a3;
    left: 0;
    top: 0;
}

.online-wrap-text {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 70%;
    margin: auto;
}

.online-wrap-text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.online-wrap-text p {
    font-size: 18px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 12px;
}

.online-wrap-text p:last-of-type {
    margin: auto;
}

.online-img2 {
    height: 250px;
    width: 330px;
    margin: auto;
    margin-top: -125px;
    position: relative;
}

.online-img2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tourism-wrapper {
    height: auto;
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 15px;
}

.tourism-box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.tourism-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.tourism-text {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* transform: translateY(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity; */
}

/* .tourism-box:hover .tourism-text {
    transform: translateY(0);
    opacity: 1;
} */


.tourism-box-one {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tourism-box-two {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tourism-box-one .tourism-box {
    height: 260px;
}

/* .tourism-box-one .tourism-box:last-of-type {
    height: 290px;
} */

.tourism-box-two .tourism-box {
    height: 390px;
}

.tourism-box-two .tourism-box:last-of-type {
    height: 540px;
}

.tourism-box span {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ffffffb5;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #222;
}

.tourism-box:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000008c;
    border-radius: 14px;
    left: 0;
    top: 0;
    /* display: none; */
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* .tourism-box:hover:before {
    display: block;
} */

.tourism-text h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 35px;
}

.tourism-text p {
    font-size: 16px;
    margin: 0;
    color: #dbdbdb;
}

.tourism-text.tourism-color h3 {
    color: #343241;
    padding: 0;
}

.tourism-text.tourism-color p {
    color: #343241;
    font-size: 16px;
    margin: 0;
}

.tourism {
    padding: 60px 0px;
}

.tourism-globel-text {
    text-align: center;
}

.tourism-box-big {
    width: 32%;
}

.tourism-box-big .tourism-box {
    height: 540px;
}

/* .tourism-box-big .tourism-box .tourism-text {
    transform: translateY(0);
    opacity: 1;
}

.tourism-box-big .tourism-box:before {
    display: block;
} */

.tourism-box-one .tourism-box::before {
    display: none;
}

.tourism-box.tourism-one {
    background: #eedcce;
    border-radius: 14px;
}

.tourism-box.grayBAck {
    background: #dbe0e2;
    border-radius: 14px;
}

.why-phy-wrap {
    margin-top: 50px;
}

.why-phy-wrap .section-title {
    text-align: center;
}

.doubleface-text {
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.doubleface-text h2.lightsection-hadding-code {
    font-size: 40px;
    color: #343241;
    line-height: 50px;
}

.doubleface-text h2.lightsection-hadding-code span {
    color: #005b8f;
}

.doubleface-wrap {
    padding: 50px 0px;
}

.doubleface-text h2.lightsection-hadding-code:last-of-type {
    font-size: 35px;
    padding-top: 20px;
}

.doubleface-img-wrap {
    max-width: 90%;
    margin: auto;
    margin-top: 40px;
}

.doubleface-img-wrap #comparison {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.doubleface-img-wrap figure {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.doubleface-img-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.doubleface-img-wrap #divisor {
    position: absolute;
    width: 50%;
    height: 100%;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.doubleface-img-wrap #divisor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doubleface-img-wrap #divisor::before,
.doubleface-img-wrap #divisor::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

.doubleface-img-wrap #divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}

.doubleface-img-wrap #divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}

.doubleface-img-wrap #handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.doubleface-img-wrap #handle::before,
.doubleface-img-wrap #handle::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.doubleface-img-wrap #handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.doubleface-img-wrap #handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.doubleface-img-wrap input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}

.doubleface-img-wrap input[type=range]:focus,
.doubleface-img-wrap input[type=range]:active {
    border: none;
    outline: none;
}

.doubleface-img-wrap input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid #fff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}

.doubleface-img-wrap input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}



.accordion-button {
    background: #fff;
    border-radius: 10px !important;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-weight: 500;
    font-size: 16px;
    color: #2c2c2c;
}

.accordion-button:not(.collapsed) {
    background: #f9f9f9;
    color: #2c2c2c;
}

.accordion-item {
    border: none;
    background: transparent;
}

.accordion-body {
    font-size: 15px;
}

.faq-wrap {
    background: #fbf6f3;
    padding: 50px 0px;
}

.faq-acc .accordion-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.faq-acc button.accordion-button {
    background: transparent;
    box-shadow: none;
    outline: none;
    border-radius: 0 !important;
    margin: 0;
    font-size: 18px;
    padding-right: 55px;
}

.faq-acc button.accordion-button:before {
    content: '';
    position: absolute;
    height: 28px;
    width: 28px;
    border: 1px solid #222;
    border-radius: 50%;
    right: 16px;
    top: 19px;
}

.faq-acc .accordion-button::after {
    position: absolute;
    right: 20px;
}

.child-memberShip-box.rehabili-team-box .child-memberShip-text p {
    margin: 0;
}

.child-memberShip-box.rehabili-team-box {
    margin: 0;
}

.regain-img.regain-img-dermet {
    height: 380px;
}

.department-section {
    padding: 50px 0;
    background-color: #fbf6f3;
}

.department-card {
    /* overflow: hidden; */
    margin: 20px 0;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.department-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.department-row {
    max-width: 90%;
    margin: auto;
}

/* Hover effect (tilt/shake like your example) */
.department-card:hover img {
    transform: rotate(-2deg) scale(1.05);
}

.department-card .card-body {
    padding: 20px;
    text-align: left;
}

.department-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.department-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.department-section .section-title {
    text-align: center;
}


.unic-feature-section {
    padding: 50px 0;
    background: linear-gradient(120deg, rgba(245, 235, 226, 0.78) 20%, rgba(230, 234, 235, 1) 100%);
}

.unic-feature-box {
    background: #fbf6f3;
    border-radius: 46%;
    padding: 40px 55px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.unic-feature-box:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid #22222242;
    z-index: 2;
    left: -10px;
    top: -10px;
    border-radius: 46%;
}

.unic-feature-icon {
    font-size: 40px;
    color: #6c63ff;
    margin-bottom: 20px;
    display: inline-block;
}

.unic-feature-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.unic-feature-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.unic-feature-section .section-title p {
    text-align: center;
    max-width: 70%;
    font-size: 22px;
    color: #222;
    margin: auto;
    font-weight: 500;
    padding-bottom: 20px;
}

.unic-feature-icon {
    height: 70px;
    width: 70px;
    position: relative;
}

.unic-feature-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    z-index: 9;
    position: relative;
}

.unic-feature-icon:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 35px;
    background: #ddd;
    border-radius: 42% 20% 40% 50%;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    transform: rotate(-45deg);
}

.unic-feature-icon.unic-feature-icon-second:before {
    transform: rotate(45deg);
    left: calc(50% - 15px);
}

.child-diseases-text.dermatology-service .section-title h3 {
    color: #343241;
}

.child-diseases-text.dermatology-service .section-title h3:before {
    background-color: #343241;
}

.diseases-contant-img.diseases-contant-img-real {
    width: 50%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.diseases-contant-img.diseases-contant-img-real img {
    height: 100%;
    width: 100%;
}

.anti-aging {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

.anti-aging-accordin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
	height:auto;
}

.anti-aging-accordin h2.lightsection-hadding-code {
    color: #fff;
    padding-bottom: 15px;
	padding-top: 20px;
}

.anti-aging {
    min-height: 500px;
	height:auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.anti-aging-accordin {
     min-height: 500px;
	height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recover-wrap.leading-wrap {
    padding-top: 80px;
    background: linear-gradient(200deg, rgba(233, 202, 181, 0.78) 10%, rgba(230, 234, 235, 1) 100%);
}

.leading-img-bg {
    height: auto;
    width: 100%;
    position: relative;
}

.leading-img-in {
    height: 480px;
    width: 400px;
    margin: auto;
    transform: rotate(3deg);
    position: relative;
    z-index: 2;
    top: 40px;
}

.leading-img-in img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.leading-img-bg>img {
    position: absolute;
    right: 20px;
    top: -20px;
}

.leading-img-bg:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 72%;
    background: #ded3bd;
    left: 40px;
    top: 20px;
    border-radius: 20px;
    transform: rotate(-2deg);
}

.leading-img-bg:after {
    content: '';
    position: absolute;
    height: 100px;
    width: 200px;
    background: #8b9183;
    bottom: -56px;
    left: 14px;
    border-radius: 30px 30px 50px 30px;
}

.leading-wrap .recover-left .padiatricana-service-text .section-title h3 {
    color: #c67860;
}

.leading-wrap .recover-left .padiatricana-service-text .section-title h3:before {
    background-color: #c67860;
}

.swiper-container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    max-width: 80%;
}

.swiper-slide {
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-slider-wrap {
    padding: 60px 0px 50px 0px;
    width: 100%;
    background: #eaf2f5;
}

.before-text {
    text-align: center;
}


/* ====== DEMO CONTAINER ====== */
.demo {
    width: 100%;
    height: 425px;
    display: grid;
    place-items: center;
    position: relative;
    opacity: 0;
}

/* ====== CARD STYLES ====== */
.card {
    position: absolute;
    width: 350px;
    height: 480px;
    border: 8px solid #f1f1f1;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: none !important;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consoder-wrap {
    padding: 100px 0px 50px 0px;
}

.consoder-text-parr {
    height: 100%;
    display: flex;
    align-items: end;
}

.consoder-text-parr p {
    margin: 0;
    color: #222;
}

.consoder-ad {
    padding-top: 50px;
}

h4.creating {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    max-width: 80%;
    margin: auto;
    border: 2px solid #4472c4;
    padding: 10px 10px 25px 10px;
    line-height: 42px;
}

.compassionate-wrap {
    margin-top: 50px;
    padding: 50px 0px;
    position: relative;
    background-color: #fbf6f3;
}

.care-heading {
    text-align: center;
    margin-bottom: 40px;
}

.care-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.care-heading h3 {
    font-size: 30px;
    color: #005b8f;
    font-style: italic;
    font-weight: 600;
    padding-top: 5px;
    position: relative;
    left: 150px;
}

.care-subtitle {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.care-content p {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.7;
}

.care-list {
    list-style: none;
    padding: 0;
}

.care-list li {
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    gap: 8px;
}

/* .care-list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #009b60;
      font-weight: bold;
    } */

.care-appointment {
    margin-top: 40px;
}

.care-appointment a {
    display: inline-flex;
    background: #fff;
    color: #d70018;
    padding: 4px 20px 4px 18px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    gap: 32px;
    position: relative;
    border: 2px solid #d70018;
}

.care-appointment a:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 2px;
    background: #d70018;
    left: 60px;
    top: 7px;
}

.bookPA {
    font-size: 13px;
}

.care-list li iconify-icon {
    color: #005b8f;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.care-appointment span {
    line-height: 22px;
}

.care-appointment a>span.call-i {
    display: block;
    font-size: 28px;
}

.care-images {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.care-images img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	
}


.care-img-1, .care-img-2, .care-img-3 {
    flex: 1;
    height: 370px;
    position: relative;
    z-index: 3;
}

.care-img-2 {
    position: relative;
    top: 25px;
}

.care-content h5 {
    color: #000;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 20px;
}

.compassionate-wrap>img {
    position: absolute;
    right: 30px;
    bottom: 50px;
    height: auto;
    width: 200px;
}

.genralmadical-text {
    text-align: center;
}

.genralmadical-text h6 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
}

.genralmadical-text h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 12px;
}

.genralmadical-out {
    display: flex;
}

.genralmadical-out .gaynoAdd-wrap-text {
    width: 100%;
}

.genralmadical-wrap.pargue-wrap .contact a {
    text-align: center;
    margin: auto;
}

.child-diseases-wrap .child-diseases-text h6 {
    font-size: 20px;
    font-weight: 600;
    color: #8f1f8f;
    padding-top: 6px;
}

.gp-service {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.gp-service-text {
    position: absolute;
    top: calc(50% - 55px);
}

.gp-service-text h6 {
    font-size: 20px;
    color: #0e625d;
    font-weight: 500;
}

.gp-service-text h2 {
    color: #00303f;
    font-weight: 800;
    font-size: 40px;
    max-width: 70%;
    padding-top: 8px;
}

.gp-service:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(204deg, rgb(255 255 255 / 0%) 26%, rgb(230 234 235) 100%);
}

.gp-service-list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    margin-top: -100px;
    position: relative;
}

.gp-service-list-box {
    background: linear-gradient(to bottom, #e2eda9, #bcebc9);
    width: 100%;
    padding: 55px 24px;
}

.gp-service-list-wrap .gp-service-list-box:nth-child(2) {
    background: linear-gradient(to bottom, #fdcfd1, #f0c5e7);
}

.gp-service-list-wrap .gp-service-list-box:nth-child(3) {
    background: linear-gradient(to bottom, #dde8fa, #b1c9e6);
}

.gp-service-list-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gp-service-list-box ul li {
    color: #276059;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 34px;
}

.gp-service-wrap {
    padding-bottom: 40px;
}

.pp-program {
    padding-bottom: 80px;
}

.telemidicin-wrap {
    padding: 50px 0px;
    background: linear-gradient(to top right, #ffffff 0%, #ffffff 60%, #007BFF 430%);
}

.teli-sideshow-img {
    background: #ffdddc;
    height: 400px !important;
    width: 100%;
    position: relative;
    border-radius: 16px;
}

.teli-sideshow-img .admin-sec {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.teli-sideshow-img .admin-sec p {
    display: inline-block;
    background: #fff;
    padding: 10px 30px;
    border-radius: 50px;
}

.admin-sec p span {
    background: #8eda9c;
    color: #222;
    font-size: 13px;
    padding: 4px 20px;
    border-radius: 50px;
    margin-left: 20px;
}

.teli-sideshow .slick-prev, .teli-sideshow .slick-next {
    display: none !important;
}

.wating-box {
    position: absolute;
    background: #feeeef;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 70%;
    border-radius: 16px;
    text-align: center;
}

.wating-box .call-icons {
    max-width: 200px;
    margin: auto;
}

.wating-box p {
    padding: 50px 0px 10px 0px;
}

.teli-sideshow-img-long {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    overflow: hidden;
    height: 240px;
}

.teli-sideshow-img-long img {
    height: 100%;
    width: 100%;
}

.telemidicin-wrap .care-that-text {
    text-align: center;
    padding: 20px 0px;
}

.leteVideo-list {
    height: 100%;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leteVideo-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.leteVideo-list ul li {
    line-height: 45px;
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #2222223b;
    max-width: 90%;
    padding: 19px 0px;
    display: flex;
    gap: 20px;
}

.leteVideo-list ul li:last-of-type {
    border-bottom: 0;
}

.leteVideo-list ul li span {
    height: 42px;
    width: 42px;
    background: #044fa9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}









/* Laboratory Packages Section */
.laboratory-packages {
    padding: 80px 0;
    background-color: #fafafa;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.services-label {
    font-size: 14px;
    font-weight: 600;
    color: #1d385b;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

.services-label:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 28px;
    background: #2dd4bf;
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
}

.laboratory-packages .section-title {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    color: #1d385b;
}

/* Carousel Container */
.carousel-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* Package Cards */
.package-card {
    max-width: 350px;
    margin: 0 15px 24px 15px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(44, 62, 80, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;

}

.package-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.package-card:hover .package-image img {
    transform: scale(1.05);
}

.package-content {
    padding: 32px 24px;
    text-align: center;
}

.package-title {
    font-size: 24px;
    font-weight: 600;
    color: #293d61;
    margin-bottom: 10px;
}

.price-label {
    font-size: 16px;
    font-weight: 700;
    color: #293d61;
}

.package-price {
    padding-bottom: 10px;
}

.price-value {
    font-size: 16px;
    font-weight: 700;
    color: #293d61;
    margin-left: 5px;
}

.find-out-more-btn {
    background: none;
    border: none;
    color: #2dd4bf;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    padding-top: 12px;
    transition: all 0.3s ease;
    position: relative;
}

/* Slick Slider Customization */
.slick-dots {
    bottom: -60px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #cbd5e1;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #2dd4bf;
}

.packages-slider ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #d2d2d2a3;
    font-size: 0;
    border: none;
    border-radius: 50px;
    padding: 0;
}

.packages-slider ul.slick-dots li.slick-active button {
    background: #3cd7c4;
}

.packages-slider .slick-prev, .packages-slider .slick-next {
    width: 46px;
    height: 46px;
    background-color: #fff;
    color: #2dd4bf;
}

/* Modal Styles */
.test-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

.test-modal.show {
    opacity: 1;
	display:block;
}

.test-modal .modal-content {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 0;
    border-radius: 16px;
    width: 90%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.test-modal.show .modal-content {
    transform: scale(1);
}

.test-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 32px 12px 32px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 32px;
}

.test-modal .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.test-modal .close-btn {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.test-modal .close-btn:hover {
    color: #2c3e50;
    background-color: #f1f5f9;
}

.test-modal .modal-body {
    padding: 0 32px 32px;
}

.test-modal .modal-image-container {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
}

.test-modal .modal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test-modal .modal-price {
    text-align: center;
    margin-bottom: 32px;
    padding: 20px;
    background-color: #f8fafc;
    border-radius: 12px;
}

.modal-price .price-label {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.modal-price .price-value {
    font-size: 24px;
    font-weight: 700;
    color: #2dd4bf;
    margin-left: 8px;
}

.tests-heading {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.tests-list {
    display: grid;
    gap: 12px;
}

.test-item {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: #f1f5f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.test-item:hover {
    background-color: #e2e8f0;
    transform: translateX(4px);
}

.test-bullet {
    width: 8px;
    height: 8px;
    background-color: #2dd4bf;
    border-radius: 50%;
    margin-right: 16px;
    flex-shrink: 0;
}

.test-name {
    color: #475569;
    font-weight: 500;
}

.modal-footer {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.book-package-btn {
    background-color: #2dd4bf;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-package-btn:hover {
    background-color: #0f766e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(45, 212, 191, 0.3);
}

.end-section {
    padding: 50px 0px;
}

.end-section h2 {
    text-align: center;
    font-size: 50px;
    padding-bottom: 30px;
    color: #5b5b5b;
    font-weight: 300;
    letter-spacing: 2px;
}

.looking-wrap.gp-teams {
    background: #fff;
}

.quote-section.quote-section-before:before {
    background: #4472c4;
}

.telemedicin-page-wrap {
    padding: 50px 0px;
    background: #ffe89a;
}

.telemedicin-page-content {
    height: auto;
    width: 100%;
    padding-right: 50px;
}

.telemedicin-page-content ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    gap: 10px;
    margin-bottom: 40px;
}

.telemedicin-page-content ul li {
    color: #173030;
}

.telemedicin-page-content ul li a {
    color: #173030;
    font-weight: 600;
    position: relative;
}

.telemedicin-page-content ul li a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    bottom: 0;
}

.telemedicin-page-content .section-title h2 {}

.telemedicin-page-content .section-title h2.lightsection-hadding-code {
    color: #173030;
}

.telemedicin-page-content .section-title p {
    color: #173030;
    line-height: 30px;
}

.telemedicin-page-content .contact a {
    background: #173030;
    border-color: #173030;
    color: #fff;
    border-radius: 50px;
    padding: 10px 15px;
}

.telemedicin-page-content .contact {
    width: 25%;
}

.telemedicin-page-img {
    height: auto;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.telemedicin-page-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.convenient-wrap {
    padding: 80px 0px;
}

.convenient-text {
    text-align: center;
    padding-bottom: 50px;
}

.convenient-text h2 {
    font-size: 32px;
    color: #5b41de;
    font-weight: 800;
}

.convenient-text h4 {
    font-size: 26px;
    font-weight: 500;
    padding-top: 4px;
}

.convenient-box {
    -webkit-box-shadow: 0 0 20px 3px hsla(212, 7%, 43%, .1);
    box-shadow: 0 0 20px 3px hsla(212, 7%, 43%, .1);
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
    max-width: 95%;
    margin: auto;
    transition: .5s;
    position: relative;
}

.convenient-box .convenient-box-text {
    padding: 32px;
}

.convenient-box .convenient-box-text p {
    color: #5b41de;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.convenient-box .convenient-box-text h4 {
    color: #351f65;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 36px;
    font-size: 30px;
}

.convenient-box .convenient-box-text span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #351f65;
}

.convenient-box .convenient-box-text span iconify-icon {
    color: #5b41de;
    font-size: 30px;
}

.convenient-box-img {
    height: auto;
    width: 100%;
}

.convenient-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}

.convenient-box:hover .convenient-box-img img {
    transform: scale(1.05);
    transition: .5s;
}

.convenient-box::before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, transparent), color-stop(60%, rgba(98, 64, 232, .2)));
    background: linear-gradient(90deg, transparent 25%, rgba(98, 64, 232, .2) 60%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    width: 0;
    z-index: 0;
}

.convenient-box:hover:before {
    width: 100%;
}

.convenient-text.high-qulity-video-text {
    max-width: 70%;
    margin: auto;
    padding-bottom: 60px;
}

.convenient-text.high-qulity-video-text h2 {
    color: #351f65;
    padding-bottom: 15px;
}

.convenient-text.high-qulity-video-text p {
    color: #000;
}

.convenient-text.high-qulity-video-text a {
    border: 2px solid #5b41de;
    color: #5b41de;
    font-weight: 500;
    padding: 10px 28px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
}
.convenient-text.high-qulity-video-text a:hover{
	background:#5b41de;
color:#fff;
}

.whySelects-wrap {
    padding: 50px 0px;
    background: var(--secondary-color);
}

.whySelects-text-main .section-title h2.lightsection-hadding-code {
    color: #000;
}

.whySelects-box {
    margin-top: 15px;
    height: auto;
    width: 100%;
}

.whySelects-img {
    height: 210px;
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
}

.whySelects-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.whySelects-text-main {
    text-align: center;
}

.whySelects-text {
    padding-top: 20px;
}

.whySelects-text h3 {
    font-size: 22px;
    color: #5b41de;
    font-weight: 700;
    padding-bottom: 14px;
}

.whySelects-text p {
    color: #000;
}

.faq-wrap.telemedicine-faq {
    background: #fff;
}

.telemedicine-faq-text .section-title h2.lightsection-hadding-code {
    color: #152d2d;
    font-weight: 400;
    font-size: 40px;
}

.telemedicine-faq-text .section-title a {
    border: 2px solid #152d2d;
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;
    color: #152d2d;
    font-weight: 500;
}


.faq-acc.telemedicine-faq-main button.accordion-button:before, .faq-acc.telemedicine-faq-main button.accordion-button:after {
    display: none;
}

.faq-acc.telemedicine-faq-main button.accordion-button span iconify-icon {
    font-size: 20px;
    background: #fee89c;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.faq-acc.telemedicine-faq-main button.accordion-button {
    color: #152d2d;
    font-size: 20px;
    padding: 12px 18px;
}

.not-holder {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
}

.not-holder h6 {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

.not-holder h6 iconify-icon {
    color: #d70018;
    background: #d700181c;
    padding: 8px;
    width: 34px;
    border-radius: 50%;
}

.not-holder a {
    padding: 8px 24px;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #d70018;
    background: #fff;
    color: #d70018;
}
.not-holder a:hover{
	background:#d70018;
	color:#fff;
}

.isit-gayno-text-first.isit-gayno-for-hadd.concern-text {
    width: 60%;
    padding-top: 24px;
}

.consultant-wrap.concernmain-wrap {
    padding-top: 0;
}

.consultant-wrap.concernmain-wrap .isit-gayno-text-first p {
    padding-top: 60px;
}

.limelinevideo {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-top: 40px;
}

/* .limelinevideo:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000005e;
    left: 0;
    top: 0;
} */

.limelinevideo video {
    width: 100%;
    height: 480px;
    /* object-fit: cover; */
    display: block;
}

.playPauseBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 28px;
    padding: 15px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.playPauseBtn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
}

.online-care-wrap.gaynoteli {
    background: var(--secondary-color);
}

.televideo-section {
    /* background: var(--secondary-color); */
    padding-top: 50px;
}

.televideo-section .convenient-text {
    padding-bottom: 0;
}

.televideo-section .convenient-text p {
    max-width: 60%;
    margin: auto;
    color: #000;
}

.child-memberShip-hadd.newDesign-pr {
    padding-right: 24px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.child-memberShip-hadd.newDesign-pr .genralmadical-text {
    text-align: left;
    padding-bottom: 15px;
}

.child-memberShip-hadd.newDesign-pr .genralmadical-text h3 {
    line-height: 42px;
}


.child-memberShip-box-sliders .slick-arrow {
    display: none !important;
}

.child-memberShip-box-sliders ul.slick-dots {
    bottom: 0;
}

.child-memberShip-box-sliders ul.slick-dots li button {
    background: #dfdfdf;
}

.child-memberShip-box-sliders ul.slick-dots li.slick-active button {
    background: #aaaaaa;
}

.precing-text .section-title p {
    margin-top: 8px;
}

.precing-text .section-title {
    margin-bottom: 30px;
}

.clild-member-text p {
    margin: 0;
    padding-top: 10px;
}


.video-wraps {
    padding-top: 40px;
    position: relative;
}

.video-play-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    background: transparent;
    border: none;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #1e529c;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #00303F;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 0px;
    left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.video::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(204deg, #02010100 0%, #084d8673 90%);
    left: 0;
    top: 0;
    z-index: 2;
}

.video.backv:before {
    background: #ffffff42;
}

.child-memberShip-box.ch-new-box {
    display: flex !important;
    align-items: center;
    max-width: 100%;
    margin: auto;
    margin: 0px 10px;
}

.child-memberShip-box.ch-new-box .child-memberShip-image {
    max-width: 50%;
    height: 240px;
}

.child-memberShip-box.ch-new-box .child-memberShip-text {
    width: 50%;
}

.clild-member-box-section .slick-arrow {
    display: none !important;
}

.mission-wrapper {
    width: 100%;
    height: auto;
    padding: 60px 0px 80px 0px;
    background-color: #fafafa;
}

.mission-slider{
    max-width: 85%;
    margin: auto;
}

.mission-slider .slick-arrow, .ab-provide-sliders .slick-arrow {
    display: none !important;
}

.mission-slider-box {
    padding: 30px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.mission-slider-box h4 {
    font-size: 28px;
    font-weight: 600;
    padding: 15px 0px 20px 0px;
}

.mission-slider-box p {
    margin: 0;
}

.mission-slider-box:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 100%;
    background: #55b0ab;
    left: 0;
    top: 0;
}

.mission-slider-box-out {
    padding: 0px 10px;
}

.mission-slider ul.slick-dots li button {
    background-color: #55b0ab54;
}

.mission-slider ul.slick-dots li.slick-active button {
    background-color: #55b0ab;
}

.humanApproch-wrap {
    padding: 50px 0px;
    width: 100%;
    height: auto;
}

.humanApproch-hadd-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ab-provide-text {
    padding-top: 60px;
}

.ab-provide-text h4 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 15px;
}

.ab-provide-text h6 {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 30px;
}

.ab-provide-text p {
    margin-bottom: 5px;
    padding-left: 30px;
}

.ab-provide-text-end {
    padding-top: 50px;
    text-align: center;
}

.ab-provide-text-end h5 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 8px;
    color: #830783;
}

.ab-provide-text-end h6 {
    line-height: 24px;
}

.ab-provide-sliders-wrap {
    padding: 60px 40px 0px 0px;
}

.ab-provide-sliders-img {
    width: 100%;
    height: 450px !important;
}

.ab-provide-sliders-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.ab-provide-sliders-nav .ab-provide-sliders-img {
    height: 100px !important;
    width: 100% !important;
    margin: 0px 10px;
    /* border: 5px solid #ffced4; */
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.ab-provide-sliders-nav .ab-provide-sliders-img img {
    height: 100%;
    width: 100%;
    min-width: 100px !important;
    object-fit: cover;
    border-radius: 6px;
}

.ab-provide-sliders-nav .slick-track {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ab-provide-sliders-nav {
    margin-top: -52px;
}

.consoder-text-parr.dr-sign-wrap {
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
}

.consoder-text-parr.dr-sign-wrap p:last-of-type {
    padding-top: 20px;
}

.consoder-text-parr.dr-sign-wrap img {
    height: auto;
    width: 130px;
    margin-top: 10px;
}

.consoder-wrap.founder-bg {
    background: var(--secondary-color);
    padding: 80px 0px;
}

.docater-team-wrap {
    padding: 50px 0px;
}

.docater-team-img-main {
    position: relative;
    height: auto;
    width: 100%;
}

.docater-team-img {
    height: 400px;
    width: 100%;
}

.docater-team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.staff-card-wrap-outs {
    margin-top: -150px;
    text-align: center;
}

.staff-card-wrap-outs h2 {
    color: #fff;
    font-weight: 700;
    font-size: 62px;
    text-shadow: 4px 4px 8px rgb(0 0 0 / 84%);
	padding-bottom:20px;
}

.staff-card-slider {
    background: #fff;
    max-width: 24%;
    margin: auto;
    padding: 24px 0px;
    border-radius: 4px;
}

.staff-card-slider .slick-arrow {
    display: none !important;
}

.staff-card {
    display: flex;
    align-items: center;
    max-width: max-content;
    margin: auto;
    background: #f2f2f2;
    border-radius: 18px;
    position: relative;
    margin-bottom: 2px;
}

/* .staff-card:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1.5px;
    background: #e1e1e1;
    left: 140px;
} */

.staff-card-img {
    height: 240px;
    width: 250px;
    min-width: 210px;
    background: #f2f2f2;
    padding: 18px;
    border-radius: 18px;
}

.staff-card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.staff-card-text {
    text-align: left;
    margin: auto;
    max-width: 68%;
}

.staff-card-text h6 span {
    font-weight: 600;
}

.staff-card-text h6 {
    padding-bottom: 10px;
}

.staff-card-text p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    color: #222;
}

.staff-card-text p span {
    font-weight: 600;
}

ul.slick-dots li button {
    background: #d1cdcd;
}

ul.slick-dots li.slick-active button {
    background-color: #777575;
}

ul.slick-dots {
    bottom: -25px;
}

.career-new-section {
    padding: 50px 0px;
    background: var(--secondary-color);
}

.career-new-text-wrap {
    display: flex;
    justify-content: space-between;
}

.career-new-text-wrap .section-title {
    width: 50%;
}

.currer-bg-wrap {
    position: relative;
}

.currer-bg {
    height: 280px;
    width: 100%;
}

.currer-bg img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.currer-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    background: #3daea8c7;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    border-radius: 8px;
}

.currer-bg-text {
    position: absolute;
    top: calc(50% - 65px);
    z-index: 9;
    max-width: 80%;
    margin: auto;
    left: 0;
    right: 0;
}

.currer-bg-text h5 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.currer-bg-text ul {
    margin: 0;
    padding: 8px 0px 0px 20px;
    color: #fff;
    font-size: 17px;
}

.currer-bg-text ul li {
    padding-top: 6px;
}

/* Main Wrapper */
.job-ui-wrapper {
    color: #333;
    padding-top: 40px;
    width: 100%;
}

/* Header Section */
.job-header {
    text-align: center;
    margin-bottom: 30px;
}

.job-subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.job-description {
    font-size: 15px;
    color: #777;
    margin: 5px 0 40px 0px;
}

.job-main-heading {
    font-size: 34px;
    font-weight: 700;
    margin-top: 15px;
}

.job-main-heading span {
    font-weight: 700;
    color: #3f3d56;
    position: relative;
    padding: 0 8px;
    background: #fff;
}

.job-main-heading span svg {
    height: calc(100% + 20px);
    left: 50%;
    overflow: visible;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    background-color: transparent;
}

.job-main-heading span svg path {
    stroke: #CE61C6;
    stroke-width: 10px;
}

.job-main-heading span b {
    position: relative;
    z-index: 9;
}

/* Job Cards Section */
.job-card-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 30px 0px;
	flex-wrap: wrap;
}

.job-card {
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease;
    width: calc(25% - 24px);
}

.job-card:hover {
    transform: translateY(-3px);
}

.job-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.job-card-title {
    display: block;
    background: #6282d9;
    color: white;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 0;
    font-size: 16px;
    border-top: 1px solid #ddd;
    transition: 0.3s ease;
    margin-top: 10px;
    border-radius: 8px;
}

.job-card-title:hover {
    background: #575fcf;
}

/* Form Section */
.job-form-wrapper {
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
}

.form-heading {
    color: #0b2a68;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.job-application-form {
    width: 100%;
    text-align: left;
}

.job-application-form .form-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.form-row .form-input, .form-row textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.form-row textarea{
    height: 110px;
}

.upload-section {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
}

.upload-icon {
    margin-right: 10px;
}

.upload-icon::before {
    content: "";
    font-size: 20px;
    color: #888;
}

.file-info {
    flex-grow: 1;
}

.file-info::after {
    color: #888;
}

.upload-button {
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.upload-button:hover {
    background-color: #45a049;
}

.upload-section-wrap p {
    font-weight: 600;
    margin: 0;
    padding: 10px 0px 8px 0px;
}

/* Submit Button */
.submit-btn {
    background: #0b2a68;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #092355;
	color:#fff;
}

.g-recaptcha {
    margin-top: 20px;
}

.health-bone {
    padding-bottom: 50px;
}

.helth-bone-right-box {
    position: relative;
    width: calc(33.33% - 15px);
    height: 165px;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    cursor: pointer;
}

.helth-bone-right-box-text, .helth-bone-right-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.helth-bone-right-box-text {
    transform: rotateY(0deg);
    background: #fff;
    overflow: hidden;
    border: 2px solid #ddd;
}

.helth-bone-right-box-img {
    transform: rotateY(180deg);
    height: 165px;
    width: 100%;
    border: 2px solid #ddd;
}

.helth-bone-right-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.helth-bone-right-box:hover {
    transform: rotateY(180deg);
}

.helth-bone-right-box.bone-i-show {
    transform: rotateY(180deg);
}

.helth-bone-right-box.bone-i-show:hover {
    transform: rotateY(0deg);
}

.helth-bone-right-box-text img {
    width: 100%;
    height: auto;
}

.helth-bone-right-box-text h4 {
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    padding: 0px 8px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 4px;
}

.helth-bone-right-box-text p {
    margin: 0;
    font-size: 10px;
    text-align: center;
    padding: 0px 10px;
    line-height: 14px;
}

.helth-bone-right {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 50%;
}

.helth-bone-card-wrap {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.helth-bone-left {
    width: 50%;
    display: flex;
    gap: 34px;
    padding-right: 30px;
}

.helth-bone-right-box-text>img {
    height: 95px;
    transform: rotate(20deg);
    top: -60px;
    position: relative;
    left: 22px;
    width: 266px;
}

.h-bole-img {
    height: 30px;
    width: 30px;
    margin: auto;
    margin-top: -50px;
}

.helth-bone-left-inn {
    height: auto;
    width: 100%;
}

.helth-bone-left-inn-img {
    display: flex;
    align-items: baseline;
}

.helth-bone-left-inn-img img {
    height: 96px;
    width: 90px;
}

.helth-bone-left-inn-img p {
    text-align: right;
    color: #000;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 38px;
}

.helth-bone-left-inn h6 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
}

.helth-bone-left-inn>p {
    margin: 0;
    color: #222;
    font-weight: 600;
    font-size: 13px;
    padding-top: 25px;
}


/* Card container */
.benefits-card {
    background-color: #b89a8a;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    position: relative;
    color: #000;
    margin-bottom: 15px;
}

/* "health" text style */
.health-text {
    font-size: 45px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
    opacity: 0.8;
    line-height: 26px;
    font-style: italic;
}

.benefits-main p {
    margin-bottom: 0;
}

/* Main benefit text container */
/* .benefits-card .benefits-main {
  margin-top: 60px;
} */

/* "be" text */
.be {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    display: block;
    line-height: 1;
}

/* "ne" text */
.ne {
    font-size: 45px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px white;
    position: absolute;
    top: 9px;
    left: 54px;
    font-style: italic;


}

/* "fits" text */
.fits {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    display: block;
    line-height: 1;
    margin-top: -10px;
}

/* Year text */
.year-text {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}

.benefits-main p {
    position: relative;
}

span.ne.s {
    left: 46px;
    top: 0px;
}

.year-text-wrap {
    display: flex;
    gap: 35px;
    align-items: baseline;
}

.year-text-wrap p span {
    line-height: 28px;
}

.hastag {
    text-align: right;
    padding-top: 28px;
}

.hastag p {
    color: #222;
}

.cam-icon {
    display: flex;
    padding: 0px 15px 15px 0px;
    gap: 20px;
    max-width: 250px;
    margin-left: auto;
    justify-content: center;
}

.cam-icon a {
    height: 42px;
    width: 42px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6b6b6b;
    font-size: 18px;
}

.hastag p {
    margin-bottom: 10px;
}

.visit-gayno-text-wrap.this-in-ab {
    margin: 0;
    gap: 24px;
    border-radius: 18px;
}

.visit-gayno-text-wrap.this-in-ab .visit-gayno-text-slider {
    max-width: 50%;
}

.visit-gayno-text-wrap.this-in-ab .visit-gayno-text-slider-img {
    border-radius: 18px;
    overflow: hidden;
}

.visit-gayno-text-wrap.this-in-ab .visit-gayno-text-slider-img img {
    border-radius: 0;
}


element.style {
    width: 635px;
}

.visit-gayno-text-wrap.this-in-ab .visit-gayno-text-slider-img {
    border-radius: 18px;
    overflow: hidden;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.visit-gayno-text-wrap.this-in-ab .visit-gayno-text-slider-img {
    height: 385px !important;
}

.visit-gayno-text-wrap.this-in-ab .visit-gayno-text-slider {
    height: 385px !important;
}

.contact-top {
    padding: 50px 0px;
}

.contact-top-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.contact-top-text {
    width: 50%;
}

.contact-top-text a {
    background: #222;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 8px;
    margin-top: 30px;
}

.contact-top-logo {
    max-width: 500px;
    border: 2px solid #d5a13a;
    height: 220px;
    padding: 10px;
    border-radius: 30px;
}

.customer-support {
    padding: 30px 0px 0px 40px;
}

.customer-support h4 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
}

.customer-support .faq-acc .accordion-item .accordion-collapse {
    border: 1px solid #dddddd82;
    margin-bottom: 20px;
}

.customer-support .faq-acc .accordion-item .accordion-header {
    background: #dddddd1f;
    border: 1px solid #dddddd82;
    border-radius: 6px 6px 0px 0px;
}

.customer-support .faq-acc .accordion-item .accordion-header button {
    padding: 10px 20px;
}

.customer-support .faq-acc .accordion-item .accordion-collapse.show {
    border-top: none;
}

.customer-support .faq-acc .accordion-button::after {
    top: 22px;
}

.job-ui-wrapper.infor-for-contect {
    padding-top: 0;
}

.job-ui-wrapper.infor-for-contect .job-form-wrapper {
    margin-top: 0;
}

.job-ui-wrapper.infor-for-contect .job-form-wrapper h3.form-title {
    text-align: left;
    padding-bottom: 10px;
}

.map-text {
    padding: 50px 0px;
}

.get-right h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
}

.get-right-box {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 20px;
    align-items: center;
}

.get-right-box .contact {
    width: fit-content;
    margin: 0;
}

.get-right-box-r h6 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 5px;
}

.get-right-box-r p {
    margin-bottom: 0px;
    color: #222;
}

.get-right-box .contact a {
    margin: 0;
}

.blood-banner {
    position: relative;
    height: 550px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blood-banner-text {
    position: absolute;
    top: calc(50% - 210px);
    max-width: 50%;
}

.blood-banner-text h2.lightsection-hadding-code {
    color: #213f6b;
    line-height: 54px;
}

.blood-banner-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #213f6b;
    padding-top: 15px;
    position: relative;
    margin-top: 10px;
}

.blood-banner-text ul:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 70px;
    background: #249c98;
    top: 0;
    left: 0;
}

.blood-banner-text .section-title {
    margin-bottom: 10px;
}

.blood-banner-text a {
    display: inline-flex;
    margin-top: 22px;
    background: #213f6b;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #4df8f2;
    align-items: center;
    gap: 6px;
}

.blood-banner-text a iconify-icon {
    font-size: 24px;
}

.blood-banner-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 36px;
    font-weight: 600;
}

.blood-banner-text ul li iconify-icon {
    font-size: 22px;
    color: #249c98;
}

.wave-bg {
    position: relative;
    padding: 80px 0px 50px 0px;
    background: #e9edf6;
}

.wave-bg>img {
    position: absolute;
    top: -120px;
    height: auto;
    width: 100%;
}

.wave-bg .container {
    position: relative;
    z-index: 9;
}

.bests-result-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bests-result-wrap .bests-result-box {
    width: calc(50% - 10px);
    background: #fff;
    padding: 24px;
    text-align: center;
    border-radius: 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 310px;
}

.bests-result-box-img {
    height: 130px;
    width: 130px;
    margin: auto;
}

.bests-result-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bests-result-box-text {
    padding-top: 20px;
}

.bests-result-box-text h5 {
    color: #213f6b;
    font-weight: 700;
    font-size: 22px;
}

.bests-result-box-text p {
    color: #213f6b;
    padding-top: 5px;
    font-weight: 500;
    margin-bottom: 12px;
}

.bests-result-box-text a {
    color: #2dd4bf;
    font-weight: 600;
	display: block;
    margin-top: 10px;
}

.bests-result-wrap .bests-result-box:nth-child(1), .bests-result-wrap .bests-result-box:nth-child(3) {
    margin-top: -100px;
}

.bests-result-wrap-text {
    padding-left: 20px;
}

.bests-result-wrap-text .section-title h3 {
    color: #213f6b;
    padding: 0;
}

.bests-result-wrap-text .section-title h3::before {
    height: 2px;
    width: 30px;
    border-radius: 0px;
    background: #2dd4bf;
    bottom: -7px;
    top: inherit;
}

.bests-result-wrap-text .section-title h2.lightsection-hadding-code {
    color: #213f6b;
}

.bests-result-wrap-text .section-title h6 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    color: #213f6b;
}

.bests-result-wrap-text .section-title p {
    margin-top: 20px;
    color: #213f6b;
}

.bests-result-wrap-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #213f6b;
}

.bests-result-wrap-text ul li iconify-icon {
    font-size: 28px;
}

.bests-result-wrap-text ul li {
    display: flex;
    align-items: center;
    line-height: 34px;
}

.bests-result-wrap-text .section-title {
    margin-bottom: 20px;
}

.bests-result-wrap-text .contact {
    width: fit-content;
}

.bests-result-wrap-text button {
    background-color: #213f6b;
    border: 2px solid #213f6b;
    border-radius: 10px;
    padding: 10px 30px;
    max-width: 100%;
    color: #2dd4bf;
}

.sponsers-sec {
    padding: 20px 0px 50px 0px;
}

.packages-slider ul.slick-dots {
    bottom: -40px;
    z-index: 9;
}


.image-section-bloods {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 600px;
}

.image-section-bloods img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lab-photo {
    width: 100%;
    height: auto;
    display: block;
}

.get-test {
    position: relative;
}

.get-test>img {
    transform: rotate(180deg);
    height: 150px;
    width: 100%;
}

section.laboratory-packages.bloo-lebod {
    padding: 50px 0px 20px 0px;
    background: linear-gradient(180deg, rgb(237 237 237 / 58%) 26%, rgba(255, 255, 255, 1) 100%);
}

.get-test .bests-result-wrap-text {
    padding: 40px 0px;
}

.image-section-bloods:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(263deg, rgb(249 250 251 / 34%) 26%, rgb(255 255 255) 100%);
}

.collage {
    position: relative;
    width: 100%;
    height: 515px;
    border-radius: 20px;
    overflow: hidden;
}

.collage img {
    position: absolute;
    border-radius: 30px;
    object-fit: cover;
}

.img1 {
    top: 150px;
    left: 70px;
    width: 180px;
    height: 180px;
    z-index: 8;
}

.img2 {
    top: 10px;
    left: 195px;
    width: 180px;
    height: 180px;
}

.img3 {
    top: 342px;
    left: 147px;
    width: 160px;
    height: 160px;
    z-index: 9;
}

.img4 {
    bottom: 10px;
    right: 50px;
    width: 300px;
    height: 300px;
}

.honme-simple-wraps {
    padding: 150px 0px 50px 0px;
}

.bests-result-wrap-text ul.afflist {
    display: flex;
    flex-wrap: wrap;
}

.bests-result-wrap-text ul.afflist li {
    width: 50%;
    gap: 6px;
}

.bests-result-wrap-text ul.afflist li iconify-icon {
    font-size: 22px;
    color: #2dd4bf;
}

.get-test.get-test-2>img {
    transform: rotate(0deg);
    position: absolute;
    bottom: -11px;
}

.get-test.get-test-2 {
    height: 600px;
}

.blood-t-end .registerd-pecent-wrap {
    margin-top: 0;
    z-index: 2;
    position: relative;
}

.blood-t-end {
    padding-bottom: 50px;
}

.heightend-wrap {
    display: flex;
    gap: 50px;
}

.heightend-box-img {
    height: 90px;
    width: 90px;
    border: 2px solid #2dd4bf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
}

.heightend-box-img img {
    max-width: 42px;
}

.heightend-box {
    text-align: center;
}

.heightend-box h6 {
    font-size: 16px;
    padding-top: 15px;
    font-weight: 600;
    color: #213f6b;
}

.heightend-box p {
    margin: 0;
    font-size: 15px;
    color: #213f6b;
    padding-top: 2px;
}

.get-test.get-test-2 .bests-result-wrap-text {
    padding: 65px 0px;
}

form#bloodReportForm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}


form#bloodReportForm .form-group {
    width: calc(50% - 15px);
}

form#bloodReportForm .form-group label {
    display: block;
    padding-bottom: 5px;
}

form#bloodReportForm .form-group input, form#bloodReportForm .form-group select, form#bloodReportForm .form-group textarea {
    width: 100%;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 6px 15px;
    outline: none;
    font-size: 15px;
    -webkit-appearance: none;
}

form#bloodReportForm .form-group:nth-child(5), form#bloodReportForm .form-group:nth-child(6) {
    width: 100%;
}

form#bloodReportForm .form-group textarea {
    height: 100px;
}

form#bloodReportForm .form-group.blood-type {
    position: relative;
}

form#bloodReportForm .form-group.blood-type::before {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    border: 2px solid #333;
    border-bottom: none;
    border-right: none;
    right: 19px;
    bottom: 19px;
    transform: rotateZ(224deg);
    z-index: 0;
}

form#bloodReportForm .form-group.blood-type select {
    z-index: 9;
    position: relative;
    background: transparent;
}

div#bloodReportModal .modal-footer {
    padding: 0;
    justify-content: left;
}

div#bloodReportModal .modal-footer button.submit-btn {
    margin: 0;
}

div#bloodReportModal .modal-header {
    margin-bottom: 20px;
}


/* close leave form */
.close-form-wrap {
    padding: 50px 0px;
}

.close-form-wrap .form-container {
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 700px;
    position: relative;
    animation: slideIn 0.6s ease-out;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.close-form-wrap .form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.close-form-wrap .form-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.close-form-wrap .form-subtitle {
    color: #6b7280;
    font-size: 1rem;
}

.close-form-wrap .form-group {
    margin-bottom: 1.5rem;
}

.close-form-wrap .form-group-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.close-form-wrap label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #1f2937;
    font-size: 0.875rem;
}

.close-form-wrap .required {
    color: #ef4444;
}

.close-form-wrap input[type="text"],
.close-form-wrap input[type="text"],
.close-form-wrap input[type="email"],
.close-form-wrap input[type="tel"],
.close-form-wrap .form-group select,
.close-form-wrap .form-group textarea
 {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: #ffffff;
    outline: none;
    -webkit-appearance: none;
}

.close-form-wrap .form-group select{
cursor: pointer;
}

.select-befores{
    position: relative;
    z-index: 3;
}
.select-befores::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border: 2px solid #bcbcbc;
    right: 16px;
    bottom: 25px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    z-index: 1;
}
.close-form-wrap .form-group textarea{
    height: 100px;
}

.close-form-wrap input[type="text"]:focus,
.close-form-wrap input[type="email"]:focus,
.close-form-wrap input[type="tel"]:focus {
    outline: none;
    border-color: #005b8f;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.close-form-wrap input.error {
    border-color: #ef4444;
}

.close-form-wrap .error-message {
    color: #ef4444;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: none;
}

.close-form-wrap .checkbox-group {
    margin-bottom: 1.5rem;
}

.close-form-wrap .checkbox-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    transition: all 0.2s ease;
}

.close-form-wrap .checkbox-item:hover {
    background: rgba(79, 70, 229, 0.02);
}

.close-form-wrap .checkbox-item input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    width: 1rem;
    height: 1rem;
    accent-color: #4f46e5;
}

.close-form-wrap .checkbox-label {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.close-form-wrap .submit-button {
width: 100%;
    background: #005b8f;
    color: #fff;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    border: 2px solid #005b8f;
}

.close-form-wrap .submit-button:hover {
    background: #005b8f;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.close-form-wrap .submit-button:active {
    transform: translateY(0);
}

.close-form-wrap .submit-button:disabled {
    background: #6b7280;
    cursor: not-allowed;
    transform: none;
}

/* Modal Styles */
.close-form-wrap .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.close-form-wrap .modal.active {
    opacity: 1;
    visibility: visible;
}

.close-form-wrap .modal-content {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    max-width: 500px;
    width: 90%;
    text-align: center;
    transform: scale(0.7) translateY(50px);
    transition: all 0.3s ease;
    position: relative;
}

.close-form-wrap .modal.active .modal-content {
    transform: scale(1) translateY(0);
}

.close-form-wrap .modal-icon {
    width: 64px;
    height: 64px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.close-form-wrap .modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.close-form-wrap .modal-message {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.close-form-wrap .modal-message ul {
    text-align: left;
    padding-left: 1.25rem;
}

.close-form-wrap .modal-message li {
    margin-bottom: 0.5rem;
}

.close-form-wrap .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6b7280;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.close-form-wrap .modal-close:hover {
    background: #f9fafb;
    color: #1f2937;
}

.close-form-wrap .close-button {
    background: #005b8f;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.close-form-wrap .close-button:hover {
    background: #005b8f;
}

/* Flatpickr Custom Styles */
.flatpickr-input {
    background: #ffffff !important;
    cursor: pointer !important;
}

.flatpickr-input[readonly] {
    background: #f9fafb !important;
    color: #6b7280 !important;
}

/* Responsive Design */
@media (max-width: 768px) {

    .close-form-wrap .form-container {
        padding: 1.5rem;
    }

    .close-form-wrap .form-title {
        font-size: 1.5rem;
    }

    .close-form-wrap .form-group-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .close-form-wrap .modal-content {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .close-form-wrap .form-container {
        padding: 1rem;
    }

    .close-form-wrap .checkbox-item {
        padding: 0.75rem;
    }
}

/* close leave form */

.leave-service .carousel-container {
    max-width: 100%;
}
.leave-service .package-card {
    max-width: 100%;
    margin: 0 10px 10px 10px;
    box-shadow: 0 4px 6px rgb(44 62 80 / 6%);
}
.leave-service {
    padding: 50px 0px 80px 0px;
    background: var(--secondary-color);
}

.leave-service .care-that-text {
    text-align: center;
    padding: 0;
}
.leave-service .package-image {
    height: 210px;
}
.leave-service .package-content {
    text-align: left;
    padding: 24px;
}

.leave-service .package-content p {
    margin: 0;
    font-size: 15px;
}
.leave-service .packages-slider .slick-prev, .leave-service .packages-slider .slick-next{
    color: #005b8f;
}
.leave-service .packages-slider ul.slick-dots li.slick-active button{
    background-color: #005b8f;
}
.leave-service.forappbook-pages {
    background: #fff;
}
.option-to-books {
    display: flex;
}

.mission-slider ul.slick-dots {
    bottom: -45px;
}

.inner-banner.preventive-wraps:before {
    background: linear-gradient(90deg, rgb(2 113 190 / 0%) 20%, rgb(255 255 255 / 0%));
    border-top: 2px solid #ddddddbf;
}

.inner-banner.preventive-wraps .inner-banner-text h3 {
    background: linear-gradient(135deg, #005b8f 0%, #0081c5 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.preventive-wraps .inner-banner-text h6 {
    color: #222 !important;
    font-size: 17px;
}
.compare-btn {
    background: #005b8f;
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    padding: 12px 20px;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: 500;
    border: none;
}
.why-imp-wrap {
    background: var(--secondary-color);
    padding: 50px 0px;
}

.why-imp-wrap .section-title {
    text-align: center;
}

.why-imp-section-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.why-imp-section-box {
    width: calc(50% - 24px);
}

.why-imp-section-box h5 {
    /* color: #005b8f; */
    font-weight: 700;
    font-size: 19px;
    padding-bottom: 7px;
}
.prevantive-packeges {
    padding: 50px 0px;
}

.priventive-pack-box {
    padding: 30px 40px;
    background: linear-gradient(0deg, rgba(131, 208, 244, .15) 0, rgba(131, 208, 244, .15) 100%), #fff;
    border-radius: 1rem;
}

.priventive-pack-box h5 {
    text-transform: uppercase;
    color: #2babe3;
    font-size: 17px;
    padding-bottom: 8px;
}

.priventive-pack-box h4 {
    color: #2babe3;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 16px;
}

.priventive-pack-box p {
    color: #222;
    border-bottom: 1px solid #2babe3;
    padding-bottom: 28px;
}

.priventive-pack-text-sec {
    padding-top: 15px;
}

.priventive-pack-text-sec h6 {
    color: #2babe3;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 18px;
}

.priventive-pack-text-sec ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.priventive-pack-text-sec ul li {
    display: flex;
    gap: 10px;
    color: #222;
    font-weight: 500;
    padding-bottom: 14px;
}

.priventive-pack-text-sec ul li iconify-icon {
    font-size: 26px;
    color: #2babe3;
}

.priventive-pack-text-sec span {
    font-size: 17px;
    font-weight: 600;
    color: #2babe3;
    padding-bottom: 15px;
    display: block;
}

.prevantive-price {
    border-top: 1px solid #2babe3;
    padding-top: 28px;
    margin-top: 28px;
}

.prevantive-price h2 {
    font-size: 18px;
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.prevantive-price h2 span {
    color: #2babe3;
    font-size: 32px;
    font-weight: 800;
}

.prevantive-price a {
    display: block;
    width: 100%;
    text-align: center;
    background: #2babe3;
    margin-top: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 6px;
    border-radius: 6px;
}

.priventive-pack-box.priventive-pack-box-next {
    background: linear-gradient(0deg, rgba(150, 197, 96, .15) 0, rgba(150, 197, 96, .15) 100%), #fff;
}

.priventive-pack-box.priventive-pack-box-next h5 {
    color: #96c560;
}

.priventive-pack-box.priventive-pack-box-next h4 {
    color: #96c560;
}

.priventive-pack-box.priventive-pack-box-next  ul.ul-bg-with {
    margin: 0;
    list-style-type: none;
    background: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.priventive-pack-box.priventive-pack-box-next ul.ul-bg-with li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    color: #222;
}

.priventive-pack-box.priventive-pack-box-next ul.ul-bg-with li iconify-icon {
    font-size: 24px;
    color: #96c560;
}

.priventive-pack-box.priventive-pack-box-next .priventive-pack-text-sec h6 {
    color: #96c560;
}

.priventive-pack-box.priventive-pack-box-next .priventive-pack-text-sec ul li iconify-icon {
    color: #96c560;
}

.priventive-pack-box.priventive-pack-box-next .priventive-pack-text-sec span {
    color: #96c560;
}

.priventive-pack-box.priventive-pack-box-next .prevantive-price {
    border-color: #96c560;
}

.priventive-pack-box.priventive-pack-box-next .prevantive-pric h2 span {
    color: red;
}

.priventive-pack-box.priventive-pack-box-next .prevantive-price h2 span {
    color: #96c560;
}

.priventive-pack-box.priventive-pack-box-next .prevantive-price a {background: #96c560;}
.prevantive-faq {
    padding: 50px 0px;
    background: var(--secondary-color);
}
/* .prevantive-faq .faq-text {
    text-align: center;
} */

.prevantive-faq .faq-acc.telemedicine-faq-main button.accordion-button span iconify-icon {
    background: #efefef;
}

.accordion-body p {
    display: flex;
    gap: 12px;
    align-items: center;
}

.accordion-body p span {
    height: 36px;
    width: 36px;
    background: #f1f1f1;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}












/* Accordion Item */
.pricelist-accordian .accordion-item {
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: .4s
}

.pricelist-accordian .accordion-item:hover{
   top: 8px;
   transition: .4s
}

/* Accordion Header */
.pricelist-accordian .accordion-header {
  background: #d7e8f6;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.pricelist-accordian .accordion-header.active {
  background: #c2d9f1;
}

.pricelist-accordian .accordion-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.pricelist-accordian .accordion-title .icon {
      background: transparent;
    height: 32px;
    width: 32px;
    border-radius: 0;

}

.pricelist-accordian .accordion-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.pricelist-accordian .arrow {
      font-size: 24px;
    color: #fff;
    background: #005b8f;
    border-radius: 10px 0px;
    width: 68px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricelist-accordian .arrow iconify-icon{
transition: transform 0.3s ease;
}

.pricelist-accordian .accordion-header.active .arrow iconify-icon {
  transform: rotate(180deg);
}

/* Accordion Body */
.pricelist-accordian .accordion-body {
  display: none;
  background: #f7fafd;
}

.pricelist-accordian .accordion-body.open {
  display: block;
}

.pricelist-accordian .accordion-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    border-bottom: 4px solid #fff;
    background-color: #f6faff;
}

.pricelist-accordian .accordion-row p, .pricelist-accordian .accordion-row p a {
  font-size: 20px;
  color: #222;
  margin-bottom: 0;
}

.pricelist-accordian .accordion-row .price {
    font-size: 20px;
    font-weight: 700;
    color: #005b8f;
}
.mainprice-list-wrap {
    padding: 60px 0px 50px 0px;
}

.mainprice-list-content {
    height: auto;
    width: 100%;
}

.mainprice-list-content .section-title {
    margin-bottom: 30px;
}

.mainprice-list-content p {margin-bottom: 10px;font-size: 17px;}

.mainprice-list-content p a {
    text-decoration: underline;
    color: #005b8f;
}
.mainprice-list-content ul {
    padding: 0;
    list-style-type: none;
}

.mainprice-list-content ul li {
    display: flex;
    gap: 0px;
    font-size: 17px;
    line-height: 28px;
    padding-top: 12px;
}

.mainprice-list-content ul li iconify-icon {
    font-size: 34px;
}

.mainprice-list-content ul li a {
    text-decoration: underline;
    color: #005b8f;
}

.pricelist-accordian {
    padding-top: 50px;
}
.pricelist-accordian .accordion-item:last-of-type {
    margin-bottom: 0;
}

.contect-by-list-wrap {
    padding: 50px 0px;
    background: var(--secondary-color);
}

.contect-by-list-wrap .section-title {
    text-align: center;
}

.contect-by-list-wrap .section-title p {
    margin-top: 12px;
}

.contect-by-list-form {
    background: #fff;
    padding: 28px;
    border-radius: 8px;
    border: 1px solid #dddddd73;
}

.contect-list-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contect-list-in {
    width: calc(50% - 20px);
    margin-top: 20px;
}

.contect-list-in label {
    display: block;
    color: #222;
    font-weight: 500;
    padding-bottom: 4px;
}

.contect-list-in input, .contect-list-in  textarea {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #dddddd99;
    padding: 10px 15px;
    box-shadow: 0 0 10px rgba(210, 228, 252, .5);
    outline: none;
}
.contect-list-row .contect-list-in:nth-child(1), .contect-list-row .contect-list-in:nth-child(2) {
    margin-top: 0;
}
.contect-list-in.message-b {
    width: 100%;
}

.contect-list-in.message-b textarea {
    height: 100px;
}
.text-submit {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.text-submit p {
    margin: 0;
}

.text-submit button.compare-btn {
    margin-top: 0;
    padding: 12px 35px;
}
.most-review h2 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
}

.most-review {
    padding: 0px 0px 0px 20px;
}

.most-review-wrap {
    height: auto;
    width: 100%;
}

.most-review-box {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    margin-top: 15px;
}

.most-review-head {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
}

.most-review-head-img {
    height: 50px;
    width: 50px;
}

.most-review-head-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.most-review-head-text h6 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 4px;
}

.most-review-head-text span {
    display: flex;
    font-size: 20px;
    color: #efac00;
}

.most-review-box p {
    margin: 0;
}

.intro-video-box .video-play-button:before, .intro-video-box .video-play-button:after {
    display: none;
}
.video-play-button a{
    position: relative;
    top: -70px;
}



/* Make modal dialog stick to bottom */
.cookes-model {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end; /* push modal content to bottom */
  z-index: 99999;
}

/* Default small height */
.cookes-model .modal-content {
  height: 40vh;
  border-radius: 20px 20px 0 0; /* rounded top corners */
  transition: height 0.4s ease, transform 0.4s ease;
  transform: translateY(100%); /* start hidden below screen */
}

/* When modal is shown -> slide up */
.modal.show .cookes-model .modal-content {
  transform: translateY(0);
}

/* Expanded state (70% height) */
.cookes-model.expand .modal-content {
  height: 70vh;
}

.e-prescription-wrap {
    height: 530px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.e-prescription-text {
    max-width: 50%;
}

.e-prescription-text h3 {
    font-size: 16px;
    color: #525252;
    padding-bottom: 8px;
}

.e-prescription-text h2 {
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 10px;
}

.prscription-sec a {
    border: 2px solid #00c263;
    color: #00c263;
    width: 350px;
    display: block;
    text-align: center;
    padding: 7px;
    border-radius: 8px;
}

.prscription-sec {
    margin-top: 12px;
}

.prscription-btn .prscription-sec:first-of-type a {
    background: #00c263;
    color: #fff;
}
.prescription-work-wrap {
    padding: 50px 0px;
}

.prescription-work-text {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 50px;
}

.prescription-work-text .section-title {
    margin: 0;
}

.prescription-work-text .section-title p {
    margin-top: 20px;
}

.prescription-work-step {
    height: auto;
    width: 100%;
}

.prescription-work-step-box {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddddddb3;
    margin-bottom: 30px;
}

.prescription-work-step-img {
    height: 48px;
    width: 48px;
    min-width: 48px;
    background: #e7fcfb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4de2df;
    font-size: 26px;
    border-radius: 8px;
}

.prescription-work-step-line {
    height: auto;
    width: 100%;
}

.prescription-work-step-line h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.prescription-work-step-line h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 3px 0px 10px 0px;
}

.prescription-work-step .prescription-work-step-box:last-of-type {
    margin-bottom: 0;
    border: none;
}
.prescription-work-text .contact {width: 64%;margin: 0;}

.prescription-work-text .contact .customer-card span {
    margin-bottom: 12px;
}

.prescription-work-text .contact p {
    font-size: 15px;
}

.prescription-work-text .contact a {
    margin-top: 18px;
}
.order-e {
    padding: 50px 0px;
    background: #ddf4fa;
}

h4.eorder-text {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 40px;
}

.emobile-img {max-width: 260px;margin: auto;}

.emobile-img-wrap {
    text-align: center;
    position: relative;
}

.emobile-img img {
    height: auto;
    width: 100%;
}

.emobile-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    text-align: left;
    width: 60%;
}

.emobile-img-text-box {
    background: #fff;
    padding: 24px;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #ddd;
}

.emobile-img-text-box h6 {
    display: flex;
    gap: 20px;
    font-size: 15px;
    font-weight: 600;
}

.emobile-img-text-box h6 span {
    font-size: 42px;
    font-weight: 900;
    color: #0e9dc9;
}
.order-e-right {
    height: 100%;
    background: #fff;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.order-e-right .e-prescription-text {
    max-width: 100%;
    padding: 70px;
}

.pricacy-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 280px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.pricacy-wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000085;
    left: 0;
    top: 0;
}

.bredcrems {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 3;
}

.bredcrems h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}

.bredcrems ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
}


.bredcrems ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bredcrems ul li a iconify-icon {
    font-size: 14px;
}

.privacy-page-wrap {
    padding: 50px 0px;
}

.privacy-page-content .tab-buttons {
    gap: 10px;
}

.privacy-page-content .tab-buttons button.tab-btn {
    background: #f2f2f285;
    border-radius: 10px;
    line-height: 22px;
    border: 1px solid #e2e2e2;
}

.privacy-page-content .tab-buttons button.tab-btn.active {
    background: #0e625d;
    color: #fff;
}
.privacy-page-content .tab-content {
    padding: 0;
    padding-top: 15px;
}

.privacy-page-content .tab-content .diseases-contant {
    width: 100%;
    color: #222;
}

.contact-cares h6 {
    color: #535353;
    font-weight: 700;
    display: flex;
    gap: 5px;
}

.contact-cares h6 span {
    font-weight: 400;
    color: #222;
}

.privacy-page-content .tab-content .diseases-contant p {
    margin: 0;
    padding-top: 8px;
}

.contact-cares {
    padding-top: 20px;
}

.other-policy-text {
    padding: 40px 0px;
}

.other-policy-text p {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 8px;
    color: #222;
}

.other-policy-text p iconify-icon {
    position: relative;
    top: 5px;
    font-size: 12px;
}

.other-policy-text p span b {
    color: #000;
}

.other-policy-text ul {padding: 0;list-style-type: none;padding-left: 24px;}

.other-policy-text ul li {color: #333;display: flex;gap: 8px;align-items: flex-start;}

.other-policy-text ul li iconify-icon {
    font-size: 22px;
    position: relative;
    top: 3px;
}
.last-line-tab .tab-content {
    padding: 0;
}

.last-line-tab .tab-buttons button {
    max-width: max-content;
    padding: 10px 25px;
    background: #f2f2f2d9;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
}

.last-line-tab {
    height: auto;
    width: 100%;
}

.last-line-tab .diseases-contant {
    width: 100%;
    color: #333;
    padding-top: 8px;
}

.last-line-tab .diseases-contant p {
    margin: 0;
    padding-top: 10px;
}

.last-line-tab .tab-buttons {
    gap: 20px;
}

.last-line-tab .tab-buttons button.active {
    background: #005b8f;
    color: #fff;
}

section.patient-rights, section.rules-of-procedure {
    background: var(--secondary-color);
    padding: 50px;
}

section.patient-rights .section-heading h3, section.terms-and-conditions .section-heading h3, section.rules-of-procedure .section-heading h3, section.whistleblowing .section-heading h3 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
}

section.patient-rights .diseases-contant, section.terms-and-conditions .diseases-contant, section.rules-of-procedure .diseases-contant, section.whistleblowing .diseases-contant {
    width: 100%;
}

section.patient-rights .diseases-contant h4, section.terms-and-conditions .diseases-contant h4, section.rules-of-procedure .diseases-contant h4, section.whistleblowing .diseases-contant h4 {
    font-size: 18px;
    font-weight: 600;
}

section.patient-rights .diseases-contant p, section.terms-and-conditions .diseases-contant p, section.rules-of-procedure .diseases-contant p, section.whistleblowing .diseases-contant p {
    padding-top: 5px;
    color: #333;
}

section.patient-rights .diseases-contant ul li, section.terms-and-conditions .diseases-contant ul li, section.rules-of-procedure .diseases-contant ul li, section.whistleblowing .diseases-contant ul li {
    color: #333;
    line-height: 34px;
}
section.terms-and-conditions, section.whistleblowing{
    padding: 50px 0px;
}


/* 🔹 Scroll Buttons */
.scroll-btn {
  position: absolute;
  top: 7%;
  transform: translateY(-50%);
  background: #005b8f;
  border: none;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
  display: none; /* Hidden by default */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.scroll-btn:hover {
  background: #0056b3;
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}
 .tab-buttons::-webkit-scrollbar {
    display: none; /* Hide scrollbar (Chrome/Safari) */
  }
.meet-slider ul.slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.convenient-box a {
    position: relative;
    z-index: 99;
}

div#story .contact a {
    max-width: max-content;
}

div#story .contact {
    width: 100%;
}
select.gt_selector.notranslate {
    height: 45px;
    border: none;
    padding: 8px 0px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    min-width: auto;
    background: transparent;
    color: #005b8f;
    font-weight: 600;
    cursor: pointer;
}

.language-selector:before {
    content: '▼';
    position: absolute;
    height: 8px;
    width: 8px;
    left: 34px;
    top: 9px;
    z-index: 9;
    border-left: 0;
    border-top: 0;
    color: #005b8f;
    font-size: 11px;
}



.right-journey-text.meet-main-text.newhadding-des {
    justify-content: center;
    padding-bottom: 40px;
}

.right-journey-text.meet-main-text.newhadding-des h2.lightsection-hadding-code {
    max-width: 100%;
}
/* Hide default checkbox */
        .terms-checkbox {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }

        /* Custom checkbox box */
        .checkmark {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #fff;
            border: 2px solid #ccc;
            border-radius: 4px;
            margin-right: 10px;
            top: 2px;
            transition: all 0.2s ease;
        }

        /* Hover effect on label */
        .terms-label:hover .checkmark {
            border-color:#005b8f;
        }

        /* Checked state */
        .terms-checkbox:checked ~ .checkmark {
            background-color:#005b8f;
            border-color:#005b8f;
        }

        /* Checkmark icon */
        .checkmark::after {
            content: "";
            position: absolute;
            display: none;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .terms-checkbox:checked ~ .checkmark::after {
            display: block;
        }

        /* Label styling */
        .terms-label {
            font-family: Arial, sans-serif;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            user-select: none;
            display: flex;
            align-items: flex-start;
            margin: 15px 0;
        }

        .terms-label a {
            color: inherit;
            text-decoration: underline;
        }

        .terms-label a:hover {
            text-decoration: underline;
        }

        /* Submit button - disabled by default */
        .submit-btn {
            background: #ccc;
            color: #666;
            border: none;
            padding: 12px 24px;
            font-size: 16px;
            border-radius: 6px;
            cursor: not-allowed;
            transition: all 0.3s ease;
			transform: none !important;
			height: 52px;
        }

        /* Enable button when checkbox is checked */
        .terms-checkbox:checked ~ .submit-btn {
            background:#005b8f;
            color: white;
            cursor: pointer;
        }

        .terms-checkbox:checked ~ .submit-btn:hover {
            background: #0056b3;
        }
.clild-member-text p a {
    color: inherit;
}
section.meet-wrap h2.lightsection-hadding-code {
    text-align: center;
    padding-bottom: 40px;
}

/* new code date 25/11/2025 */

.team-card {
        background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    min-height: 498px;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.team-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-bottom: 4px solid #005b8f;
}

.team-info {
    padding: 20px;
    height: auto;
    width: 100%;
}

.team-name {
    margin: 0 0 8px 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: #212529;
}

.team-title {
    margin: 0 0 12px 0;
    font-size: 1rem;
    color: #005b8f;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.team-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}
.team-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.team-card:hover .team-desc {
    -webkit-line-clamp: unset;
    overflow: visible;
    white-space: normal;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .team-img {
        height: 280px;
    }
}

/* ====== MODERN POPUP STYLING ====== */
.medical-popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.medical-popup-overlay.active {
    display: flex;
    opacity: 1;
}

.medical-popup-content {
    background: white;
    width: 90%;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.7);
    animation: popupScaleIn 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}

@keyframes popupScaleIn {
    to {
        transform: scale(1);
    }
}

.medical-popup-content h2 {
    background: linear-gradient(135deg, #1e5799, #005b8f);
    color: white;
    margin: 0;
    padding: 20px;
    font-size: 1.5rem;
    text-align: center;
}

.popup-body {
    padding: 25px;
    line-height: 1.7;
    color: #333;
}

.popup-body ul {
    padding-left: 20px;
}

.medical-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.apply-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #005b8f;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,123,255,0.3);
}
.looking-box-text p {
    color: #5f5f5f;
}
.contact.enrl-wrapsne {
    display: flex;
    gap: 20px;
}
.logo-text-wrap img {
    max-width: 150px;
}

.intro-video-box::before {
    background: linear-gradient(180deg, rgb(38 38 38 / 67%) 65.21%, rgba(38, 38, 38, 0.8) 100%);
}

.meet-wrap.dentestrymeet-sec{
	display:none;
}
.medical-popup-content .popup-body p, .medical-popup-content .popup-body ul li
 {
    font-weight: 400;
}
/* .laboratory-packages .packages-slider .slick-track {
    width: 100% !important;
    display: flex !important;
	transform: none !important;
}
.laboratory-packages .package-card {
    max-width: 100% !important;
    width: calc(33.33% - 30px) !important;
} */

.contact-points {
    width: 35%;
    text-align: center;
    margin: auto;
}
.meet-slider-text{
	display:none;
}

form#bloodReportForm .modal-footer {
    width: 100%;
    margin-top: 15px;
}

form#bloodReportForm .modal-footer button.submit-btn {
    display: block;
    width: 100%;
    background: #092355;
    color: #fff;
}

ul.file-list-items {
    padding-left: 0;
}

.fmob-lin-only {
    display: none;
}
.slicknav_menu > ul {
    height: 85vh;
    overflow-y: scroll;
}

.slicknav_open > a .slicknav_arrow:after {
    display: none !important;
}
.slicknav_nav .slicknav_arrow {
    display: none;
}
.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
    display: block;
}
.slicknav_nav li > a iconify-icon {
    position: absolute;
    right: 0;
}
.main-container .contact-points {
    width: 100%;
}

