@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto Serif", serif;
    /* color: #0B1215; */
    color:#000;
    margin: 0;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Serif", serif;
}

.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 70px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 100px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px 0px 15px 0px;
    width: 100%;
    justify-content: center;
    font-weight: 500;
    font-size: 0.95em;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #127D9A;
}

.navbar-light .navbar-nav .nav-link {
    color: #0B1215;
}

@media (max-width: 991px) {
    .navbar {
        padding: 10px 0;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0;
    }
    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }
    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
        width: 50px;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 5px 0;
    }
    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }
    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }
    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0 0;
        margin: 0;
        font-size: 1rem;
        color: #787878;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 10px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 15px 20px 15px 20px;
        clear: both;
        font-weight: 500;
        color: #0B1215;
        font-size: 0.85em;
        text-align: inherit;
        white-space: nowrap;
        border: 0;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 60%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}

.height-100vh {
    height: 100vh;
}

.btn-apollo {
    font-size: 15px;
    font-weight: 700;
    background-color: #127D9A;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #127D9A;
    border-radius: 21px 21px 21px 21px;
    padding: 11px 20px 9px 20px;
}

.btn1-apollo {
    font-size: 15px;
    font-weight: 700;
    background-color: #EFF5F0;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EFF5F0;
    border-radius: 21px 21px 21px 21px;
    padding: 11px 20px 9px 20px;
    color: #0B1215;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.hero-slider__slide {
    position: relative;
    height: 80vh;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero-slider__slide>* {
    position: relative;
    z-index: 2;
}

.apollo1 {
    text-align: left;
    color: #fff;
    margin-top: 10em;
}

.flex-pz {
    display: flex;
    gap: 1em;
}

.appointment {
    font-weight: 600;
    font-size: 0.95em;
}

.button-group {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hero-slider .apollo1 h2 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
}

.hero-slider .apollo1 p {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.6
}

.hero-slider__swiper {
    width: 100%;
    height: 100%;
}

.hero-slider__nav {
    color: #fff !important;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.hero-slider__nav::after {
    font-size: 20px !important;
    font-weight: bold !important;
}

.hero-slider__nav:hover {
    background: transparent;
    color: #333 !important;
}

.swiper-button-prev {
    left: 30px;
}

.swiper-button-next {
    right: 30px;
}

.hero-slider__pagination {
    bottom: 30px !important;
}

.hero-slider__pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.hero-slider__pagination .swiper-pagination-bullet-active {
    background: #ffc107;
}

.emergency-1 {
    display: flex;
    justify-content: center;
    padding: 30px;
    gap: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #eff5f0;
    border-radius: 1em;
    margin-bottom: 20px;
}

.text-sec p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5;
}

.text-sec h4 {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.emergency-1 svg {
    height: 50px;
    fill: #3288a0;
}

.slider-bottom-section {
    margin: 50px 0 50px;
}

.best-h1 h1 {
    font-size: 1.8em;
    text-align: center;
    padding: 30px 0 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.home-about {
    padding: 60px 0 60px;
}

.abou-sec-des h3 {
    color: #3288a0;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.abou-sec-des h2 {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.abou-sec-des p {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.65;
}

.points-services h2 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: capitalize;
}

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

.points-services ul li img {
    height: 24px;
    margin-right: 12px;
}

.points-services ul li {
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 2px;
}

.services-heading {
    padding: 10px 0 20px;
}

.services-heading h2 {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.services-heading h4 {
    color: #3288a0;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.home-services {
    padding: 50px 0 50px;
}

.home-services-health {
    padding: 50px 0 50px;
}

.heatly-box {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 1em;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.heatly-box h3 {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 10px;
}

.heatly-box p {
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.5;
}

.gap-health {
    margin-bottom: 30px;
}

.heatly-box img {
    height: 50px;
}

.docts-constultant {
    padding: 50px 0 50px;
    background-color: #fff;
}

.doctor-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 300px;
    border: 2px solid #3288a0;
}

.doctor-card h3 {
    font-size: 20px;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
}

.doctor-card p {
    margin: 4px 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
}

.owl-nav button {
    background: #3288a0;
    color: #fff !important;
    border-radius: 50%;
    padding: 5px 12px !important;
    margin: 5px;
}

.owl-nav button {
    background: #3288a0 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    line-height: 1 !important;
    border: none;
    outline: none;
}

.hilrt {
    color: #3288a0;
    background-color: #f5f5f5f5;
    font-size: 13px;
    font-weight: 600;
}

.choose-2 {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 40px;
}

.img-flex {
    width: 60%;
}

.img-flex img {
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease-out;
    width: 100%;
}

.chose-text h5 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.chose-text p {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.55;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    gap: 10px;
    padding: 10px;
    grid-auto-flow: dense;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #ddd;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item.tall {
    grid-row: span 2;
}

.equipments-gallery {
    padding: 60px 0 60px;
}

.healthcare-bg {
    padding: 60px 0 60px;
    color: #fff;
    background-color: #19314B;
    background-image: url('../images/banners/banner-about.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}

.footer {
    background-color: #f5f5f5f5;;
    padding: 80px 0 30px;
    color: #222;
}

.bg-light {
    background-color: #127D9A !important;
}

.border-primary {
    border-color: #fff !important;
}

.text-muted {
    color: #fff !important;
    font-weight: 600;
}

.text-primary {
    color: #fff !important;
}

.border-primary {
    border-color: transparent !important;
}

.footer-block h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 10px;
}

.conncet-with {
    display: flex;
    align-items: center;
    gap: 1
}

.quixk {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.35;
}

.social_list {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.social_list li {
    display: inline;
    margin-left: 10px;
}

.social_list li a {
    color: #222;
}

.social_list li i {
    font-size: 24px;
}

.link-1 ul li a {
    color: #222;
}

.link-1 ul li {
    line-height: 2;
    font-size: 1em;
}

.addeser {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 20px;
}

.footer-block h3 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top:15px;
}

.footer-block p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.6;
}

.sub-foot {
    margin-top: 3em;
    text-align: center;
}

.copy {
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.choose-1 {
    padding: 40px 0 60px;
}

.health-title h2 {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
}

.health-title p {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6;
}

.health-title {
    text-align: left;
    color: #fff;
}

.inner-pages-baners {
    color: #fff;
    padding: 50px 0 50px;
    text-align: center;
    background-color: #19314B;
    background-image: url('../images/banners/banner-about.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}

.baner-1 h1 {
    font-size: 1.7em;
}

.about-inner {
    padding: 80px 0 80px;
}

.text-about h2 {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.text-about h4 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.text-about p {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.65;
}

.fonter-flex {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 1em;
}

.founder {
    margin-top: 2.5em;
}

.fonter-flex img {
    height: 80px;
    margin-bottom: 5px;
}

.three-3 {
    background-color: #f5f5f5f5;
    padding: 50px 0 50px;
}

.founder h3 {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.founder h6 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.founder p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.6;
}

.text-founder h4 {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.text-founder h5 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.visoin-box {
    background-color: #eff5f0;
    padding: 20px;
    border-radius: 1em;
    height: 100%;
}

.gap-bx {
    margin-top: 3em;
}

.gap-bx1 {
    margin-top: 6em;
}

.visoin-box h3 {
    font-size: 1.55em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.visoin-box h4 {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 5px;
}

.visoin-box p {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 2px;
}

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

.text-about ul li {
    font-size: 1em;
    font-weight: 400;
    line-height: 2;
}

.text-about h4 {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.services-box {
    padding: 50px 0 50px;
}

.test-1 {
    background-color: #eff5f0;
    padding: 30px;
    border-radius: 1em;
}

.testing1 h4 {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.testing1 h5 {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.testing1 p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 5px;
}

.department {
    padding: 20px 0 60px;
}

.depart-1 {
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
}

.depart-1 h6 {
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.depart-1 p {
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
}

.img-name {
    margin-bottom: 40px;
}

.img-name h3 {
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
}

.img-name img {
    height: 260px;
    padding: 20px;
}

.img-log {
    text-align: center;
}

.img-log img {
    height: 250px;
}

.benifits {
    padding: 60px 0 60px;
}

.home-services-health1 {
    padding-bottom: 50px;
}

.contact-page {
    padding: 60px 0 60px;
}

.contact_sec h3 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    color: #127D9A;
}

.contact_sec h2 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
}

.contact_sec p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
}

.location-1>h4,
.phone-call>h4,
.socialmedia>h4 {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.phone-call p a {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    color: #1a1313;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 0.85em;
}

input,
textarea,
button {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 1em;
    font-size: 12px;
}

button {
    background: #127D9A;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

button:hover {
    background: #127D9A;
}

.error {
    color: #127D9A;
    font-size: 13px;
}
/* Success Modal */
        #thankModal {
            display: none;
            position: fixed; top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.7); z-index: 9999;
            justify-content: center; align-items: center;
        }
        .modal-content {
            background: white; padding: 30px; border-radius: 12px; text-align: center;
            max-width: 380px; box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            animation: pop 0.4s ease;
        }
        @keyframes pop {
            from { transform: scale(0.6); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }
        .close {
            float: right; font-size: 32px; cursor: pointer; color: #222;
        }
        .close:hover { color: #000; }

/* .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background: white;
    border-radius: 10px;
    margin: 15% auto;
    padding: 20px;
    max-width: 400px;
    text-align: center;
}

.close {
    float: right;
    cursor: pointer;
    font-size: 20px;
    color:#222
} */

.contact_form {
    padding: 20px;
    background-color: aliceblue;
    border-radius: 1em;
}


.honeypot {
    display: none;
}

.dirct-infro h2 {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
}

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

.gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 0 30px;
}

.gallery-item1 {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.gallery-item1 img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    border-radius: 10px;
}

.gallery-item1:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    padding: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 85%;
    margin-top: 5%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover {
    color: #ccc;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.btn-apollo-transparent {
    font-size: 13px;
    font-weight: 700;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #127D9A;
    border-radius: 4px;
    padding: 8px 15px 8px 15px;
}

.btn-apollo-transparent:hover {
    background-color: #f5f5f5f5;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #127D9A;
    border-radius: 4px;
    padding: 8px 15px 8px 15px;
}

.appolo {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
}

.float {
    position: fixed;
    width: 65px;
    height: 60px;
    bottom: 80px;
    right: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding: 5px;
}

.img-fluid-what {
    width: 50px;
    height: auto;
}

.d-flex1 {
    display: flex;
}

.nav-btn a i {
    margin-right: 5px;
}

.look-img img {
    height: 300px;
    padding: 20px;
}

.look-img {
    text-align: center;
}

small,
.small {
    font-size: 1em;
}

.years-logo img {
    margin-left: 10px;
    height: 100px;
}

.fot-img {
    height: 100px;
}
.complete{
    list-style-type: none;
    padding:0;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: center;
    gap:1em;
    flex-wrap: wrap;

}
.apolo-health{
  margin-bottom: 20px;
}
.complete li{
    margin-bottom:5px;
    padding:15px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:14px;
    font-weight:500;
    line-height:1.4;
      white-space: nowrap;
background-color:#f5f5f5f5;
}
.text-screen h5, .text-scree h5{
   
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  margin: 20px 0 20px;
  text-transform: capitalize;
}
.apolo-health h3{
     color: #3288a0;
    font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
mark, .mark {
  padding: 0.2em;
  background-color: #3288a0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  border-radius: 4px;
}
.check-gap{
    margin-top:2em;
}
.complet{
     list-style-type: none;
    padding:0;
}
.complet li{
    margin-bottom:5px;
    padding:8px;
    font-size:14px;
    font-weight:500;
    line-height:1.4;
    }
    .text-scree{
        border: 1px solid #ddd;
  padding: 5px;
  background-color: #f5f5f5f5;
  border-radius: 8px;
  height:100%;
    }
    .view-gap{
        margin-bottom:20px;
    }
    .health-up{
        padding:30px 0 30px;
    }
    .health-up h3{
        font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  text-align:center;
    }
    .image-box img {
 max-width: 100%;
  border-radius: 10px;
  border-radius: 8px;

}
.show-img-btn .here{
display:block;
font-size:13px;
}
.btn1 {
  display: inline-block;
  font-weight: 600;
  line-height: 1.6;
  /* color: #787878; */
  text-align: center;
  vertical-align: middle;
  /* cursor: pointer; */
  user-select: none;
  /* background-color: rgba(0, 0, 0, 0); */
  border: 1px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
  padding: 1.75rem 0.75rem;
  font-size: 1.1rem;
  border-radius: 10px;
  text-transform:capitalize;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  word-break: keep-all;
  margin-bottom: 20px;
}
.image-box{
    padding:30px;
}
.display-flex{
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 40px;
}
.show-img-btn{
    width:250px;
    height:100%;
}
.owl-carousel .owl-item .img-doc{
    height: 100px;
  width: 100px;
  margin:0 auto;

}