/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

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

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 92px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        left: -16px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Header ***/
@media (min-width: 992px) {
    /* .header-carousel,
    .page-header {
        margin-top: -34px;
    } */
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-item img {
    height: 540px;
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Features ***/
.feature {
    background: linear-gradient(#6f7d80, #282b32a3), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}

/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}

/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}

/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}

/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}

/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

/* newcss */
.feature-card-last-lab-new {
    transition: all 0.3s ease;
    border-radius: 0.75rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    text-align: center;
    height: 100%;
}

.feature-card-last-lab-new:hover {
    background-color: #e9ecef;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.feature-card-last-lab-new .feature-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: #0d6efd;
}

.feature-card-last-lab-new .feature-title {
    font-size: 1rem;
    font-weight: 600;
}

.feature-card-last-lab-new {
    background-color: #d7d7d7;
    border: 1px solid #ffeeba;
}

.book-test-btn-for-home {
    transition: all 0.3s ease-in-out;
}

.book-test-btn-for-home:hover {
    transform: scale(1.05);
    background-color: #3368c6 !important;
    /* Bootstrap 'success' green */
    color: #fff !important;
}

.choose-card-for-home {
    transition: all 0.4s ease;
}

.choose-card-for-home:hover {
    transform: translateY(-8px);
    box-shadow: 0 0.8rem 1.5rem #00000026;
    background-color: #f8f9fa;
}

.vision-mission-card {
    transition: all 0.3s ease;
}

.vision-mission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0.75rem 1.5rem #0000001a;
    background-color: #f9f9f9;
}

.core-values-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #f8f9fa;
    border-left: 4px solid #3368c6;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.core-values-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 1.5rem #0000001a;
    background-color: #fff;
}

.core-value-icon {
    width: 50px;
    height: 50px;
    background-color: #3368c6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.25rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.honor-modern-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px #0000000f;
    transition: all 0.3s ease;
    padding: 30px;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.honor-modern-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px #00000014;
}

.honor-modern-icon {
    background-color: #3368c6;
    color: #fff;
    font-size: 32px;
    padding: 12px 20px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-block;
}

.honor-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.honor-desc {
    color: #555;
    font-size: 0.95rem;
}

.info-section {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 40px 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.info-section h2 {
    font-weight: 700;
    color: #031b4e;
    margin-bottom: 30px;
}

.info-table th {
    width: 30%;
    font-weight: 600;
    color: #212529;
}

.info-table td {
    color: #555;
    transition: background-color 0.3s ease;
}

.info-table tr {
    transition: background-color 0.3s ease;
}

.info-table tr:hover td {
    background-color: #e9f0ff;
}

.info-table tr:not(:last-child) td {
    border-bottom: 1px solid #dee2e6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.info-table tr:last-child td {
    padding-top: 15px;
}

.contact-modern .icon-badge {
    width: 48px;
    height: 48px;
    background-color: #3368c6;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.3s, transform 0.3s;
}

.contact-modern .contact-item {
    padding: 15px;
    border-radius: 8px;
    transition: background 0.3s, transform 0.3s;
}

.contact-modern .contact-item:hover {
    background-color: #f3f7ff;
    transform: translateY(-4px);
}

.contact-modern .contact-item:hover .icon-badge {
    background-color: #234fa4;
    transform: scale(1.1);
}

.contact-modern .contact-text p {
    margin-bottom: 8px;
    color: #333;
}

.contact-modern .contact-text p.fw-semibold {
    color: #3368c6;
}

.contact-modern .map-wrapper iframe {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border-radius: 8px;
}

.contact-modern .card {
    border: none;
}

.container-service .sample-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #000;
    font-weight: bold;
}

.container-service .sample-box i {
    font-size: 28px;
    margin-bottom: 10px;
    color: #308fb4;
}

.section-title-comman {
    color: #000000;
    font-weight: bold;
}

.symptom-card-comman {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: 0.3s;
}

.symptom-card-comman:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.symptom-card-comman i {
    font-size: 30px;
    color: #308fb4;
    margin-bottom: 15px;
}

.gallery-image-size div {
    height: 260px;
}

.gallery-image-size div img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

/* newcss */
.appointment-for-booking .btn-booking {
    background-color: #fff;
    color: #3368c6;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.appointment-for-booking h2 {
    color: #fff;
}

.appointment-for-booking .btn-booking:hover {
    background-color: #0056b3;
    color: #fff;
    transform: scale(1.05);
    border: 2px solid #fff;
}

.apppoint-box {
    margin-top: 40px;
}

.appointment-for-booking .modal-header {
    background-color: #3368C6;
    color: #fff !important;
    border-bottom: none;
}

.appointment-for-booking .modal-footer {
    border-top: none;
}

/* Keyword pages start */
.about-services-section {
    background-color: #f8f9fa;
    font-family: "Poppins", sans-serif;
}

/* Left Image */
.about-image-box {
    overflow: hidden;
    border-radius: 10px;
}

.about-main-image {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.about-main-image:hover {
    transform: scale(1.05);
}

/* Title */
.about-title {
    color: #031b4e;
    letter-spacing: 0.5px;
    font-size: 35px;
    border-bottom: 4px solid #3368c7;
    display: inline-block;
    padding-bottom: 5px;
}

/* Description */
.about-description p {
    font-size: 0.95rem;
    color: #031b4e;
    line-height: 1.7;
}

/* Right Side Boxes */
.about-right-box,
.services-right-box,
.contact-right-box {
    transition: all 0.3s ease;
}

.about-right-box:hover,
.services-right-box:hover,
.contact-right-box:hover {
    transform: translateY(-4px);
}

/* Subheadings */
.about-subheading {
    color: #031b4e;
    border-left: 6px solid #3368c7;
    padding-left: 8px;
}

.professional {
    font-size: 0.95rem;
}


/* ===== Services Links ===== */
.service-links {
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.service-link {
    display: block;
    text-decoration: none;
    color: #031b4e;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: #f8f8f8;
    border-left: 4px solid #3368c7;
}

.service-link:hover {
    background-color: #3368c7;
    color: black;
}

/* ===== Contact Box ===== */
.contact-list li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #031b4e;
}

.contact-list a {
    color: #c20e1a;
    text-decoration: none;
}

.contact-list a:hover {
    text-decoration: underline;
}



/* Responsive */
@media (max-width: 991px) {
    .about-main-image {
        height: 155px;
    }

    .about-title {
        font-size: 1.3rem;
    }

    .service-link {
        font-size: 14px;
    }
}



.hero {
    /* background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); */
    background: linear-gradient(#6f7d80, #282b32a3), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.hero h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}


@media (max-width: 768px) {
    .hero h2 {
        font-size: 2rem;
    }
}


/* onnn */

/* -funnels-Css--- */
/*mobile footer css starts*/

.navbar-footer a {
    float: left;
    display: none;
    width: 25%;
    color: #fff;
    text-align: center;
    padding: 25px 22px 38px 20px;
    text-decoration: none;
    font-size: 21px;
    /* margin-right: 22px;
    margin-left: 21px; */
}

.navbar-footer a:hover {
    background: #F1F1F1;
    color: black;
}

.w_app>i {
    color: #fff;
}

.w_app {
    background-color: #28A745;
}

.e_mail>i {
    color: #fff;
}

.e_mail {
    background-color: #DC3545;
}

.ems_call>i {
    color: #fff;
}

.ems_call {
    background-color: #007BFF;
}

.ems_enquiry>i {
    color: #fff;
}

.ems_enquiry {
    background-color: #FFC107;
}

.upside {
    display: none;
}

.mobile-hidden i {
    color: white;
}

@media screen and (min-width :315px) and (max-width :768px) {
    .upside {
        display: block;
    }

    .funnal-mobile {
        display: none !important;
    }

    .mobile-footer {
        display: block !important;
    }

    .social-mobile li a .fa {
        display: none;
    }

    .navbar-footer {
        overflow: scroll;
        z-index: 9999999 !important;
        background-color: #ccc;
        position: fixed;
        bottom: -16px;
        width: 100%;
    }

    .navbar-footer a:hover {
        background: #f1f1f1;
        color: black;
    }

    .main {
        padding: 0px;
        margin-bottom: 54px;
    }

    .navbar-footer {
        display: block !important;
    }

}

.mobile-hidden a {
    font-size: 16px;
}

/* mobile footer css end*/
@media only screen and (max-width:768px) {


    .mobile-hidden {
        display: none !important;
    }

    .tab {
        margin: 4px 4px !important;
    }

    .brochures-prgs .fa-plus {
        margin-right: 30px !important;
    }
}

/* Funnel css start */
.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 15px 30px;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 15px 30px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 15px 30px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-primary {
    padding: 0px !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d668d;
    border-color: #204d74
}

.pb-20 {
    padding-top: 10px;
    padding-bottom: 30px;
}


/* -funnels-Css-Ends--- */

/* ----Faq---- */
.faq .brochures-prgs {
    cursor: pointer;
    border-top: 4px solid #031b4e;
    border-left: 3px solid #031b4e;
    padding: 11px;
    color: #ffffff;
    border-radius: 9px;
    background: #031b4e;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

.faq .disp {
    display: none;
    padding: 20px;
}


.faq .rotate {
    transform: rotate(180deg);
}

.faq .brochures-prgs .fa {
    font-size: 18px;
    right: 12px;
    position: absolute;
    padding: 15px 15px;
    border-radius: 6px;
    border-top-left-radius: 0%;
    margin-top: -11px;
    margin-right: 0px;
    background: rgba(241, 183, 183, 0.664);
    background: #031b4e;
    color: var(--bs-white);
}

@media (max-width: 768px) {
    .faq .brochures-prgs .fa {
        font-size: 18px;
        right: 10px;
        position: absolute;
        padding: 9px;
        border-radius: 6px;

        border-top-left-radius: 0%;
        top: 10px;
    }
}

/* ----Faq-End---- */
.topheader a i {
    color: #3368c6;
}

.topheader a {
    color: #fff !important;
}

.appointment-for-booking {
    background-color: #3368c6;
    background-image: url("../img/shape-10.png");
}

.feature-item {
    transition: 0.3s;
}

.feature-item:hover {
    transform: translateY(-10px);
}

.feature-item img {
    width: 140px;
    margin: 0 auto;
    display: block;
}

.feature-item h5 {
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .navbar img {
        width: 280px;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .apppoint-box {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .dynamic-head a {
        font-size: 20px;
    }

    .page-header {
        height: 240px;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }

    .display-f {
        display: none;
    }

    .font-f {
        font-size: 30px;
    }
}


.dynamic-head a {
    color: #031b4e !important;
}

.con-info a {
    color: #818d95;
}

.font-s {
    padding-top: 7px;
    padding-right: 0px;
}





.key-name {
    width: 100%;
    height: 20px;
    background-color: #ffffff;
    border: solid #3368c6 2px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    /* justify-content: center; */
    border-radius: 20px;
}

.key-name p a {
    color: rgb(0, 0, 0);
    font-size: 9px;
    margin-top: 15px;
}








/* SECTION */
.section-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

/* GRID */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* CARD */
.feature-card-s {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    text-align: left;
    position: relative;
}

.feature-card-s:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

/* ICON */
.feature-card-s .icon {
    font-size: 20px;
    color: #007bff;
    background: #e6f0ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* HEADING */
.feature-card-s h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0a2a66;
    margin-bottom: 10px;
}

/* TEXT */
.feature-card-s p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}





.features-grids {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.feature-cards {
    background: rgb(243 248 255);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000000;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-cards span {
    font-size: 20px;
    color: #198754;
}

.feature-cards p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.feature-cards:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}


.diagno {
    padding: 20px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.diagno h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.process {
    list-style: none;
    padding-left: 0rem;
}

.process li i {
    color: #0a3b6c;
    padding-right: 25px;
    line-height: 2rem;
}

.health {
    height: 100%;
    width: 100%;
}

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


.stream {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}