:root {
    --site-primary: #063b72;
    --site-primary-dark: #032a52;
    --site-secondary: #00a79d;
    --site-accent: #00a79d;
    --site-accent-dark: #008a82;
    --site-soft: #eef8fb;
    --theme-color: var(--site-primary);
    --theme-color2: var(--site-accent);
    --theme-color-light: rgba(23, 51, 181, .09);
    --footer-bg: #052d57;
    --footer-bg2: var(--site-primary);
    --bs-success: var(--site-primary);
    --bs-success-rgb: 23, 51, 181;
}

.om-brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    color: #d71920;
    text-decoration: none;
}

.om-brand-mark img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
}

.om-brand-mark strong {
    display: block;
    color: #d71920;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.om-brand-mark small {
    display: block;
    margin-top: 7px;
    color: #5f6874;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.om-brand-mark.mobile strong {
    color: #d71920;
    font-size: 18px;
}

.om-brand-mark.mobile small {
    font-size: 10px;
}

.footer-wordmark strong,
.footer-wordmark small {
    color: #fff;
}

.om-principles-section {
    float: left;
    width: 100%;
    padding: 26px 0 46px;
    background: #f7fbfe;
}

.om-principles-section .container {
    max-width: 1240px;
}

.om-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.om-principle-card {
    min-height: 230px;
    padding: 26px;
    border: 1px solid #dceaf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(5,45,87,.07);
}

.om-principle-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #063b72, #00a79d);
    font-size: 24px;
}

.om-principle-card h3 {
    margin: 0 0 10px;
    color: #052d57;
    font-size: 22px;
    font-weight: 900;
}

.om-principle-card p {
    margin: 0;
    color: #4e6274;
    font-size: 15px;
    line-height: 1.7;
}

.om-principle-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.om-principle-card li {
    position: relative;
    padding-left: 18px;
    color: #052d57;
    font-weight: 800;
}

.om-principle-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00a79d;
}

.quality-symbol-img {
    padding: 35px !important;
    object-fit: contain !important;
    background: #fff;
}

.om-contact-cta-section .home-empanelment-panel {
    color: #fff;
    background: linear-gradient(135deg, #063b72, #007c82);
    border: 0;
}

.om-contact-cta-section .site-title,
.om-contact-cta-section .home-empanelment-copy,
.om-contact-cta-section .home-empanelment-copy a {
    color: #fff;
}

.om-contact-cta-section .site-title span {
    color: #fff;
}

.om-contact-details-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr 1.1fr;
    gap: 16px;
    margin-top: 22px;
}

.om-contact-details-grid > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 4px 12px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.09);
}

.om-contact-details-grid i {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #063b72;
    background: #fff;
    font-size: 18px;
}

.om-contact-details-grid strong {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.om-contact-details-grid span,
.om-contact-details-grid a {
    color: rgba(255,255,255,.88);
    line-height: 1.55;
}

.om-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.om-outline-btn {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.55) !important;
}

::selection {
    color: #fff;
    background: var(--site-primary);
}

.school-utility-bar,
.headerkk {
    background: #052d57;
}

.school-brand-panel {
    background: #fff;
    color: #08294e;
    cursor: pointer;
    text-decoration: none;
}

    .school-brand-panel:hover,
    .school-brand-panel:focus {
        color: #08294e;
        text-decoration: none;
    }

.school-registration-btn,
.theme-btn,
.btn-success {
    color: #fff;
    border-color: var(--site-accent);
    background: linear-gradient(135deg, #00b9ad, #008f88);
}

    .school-registration-btn:hover,
    .school-registration-btn:focus,
    .theme-btn:hover,
    .btn-success:hover,
    .btn-success:focus {
        color: #fff;
        border-color: var(--site-accent-dark);
        background: var(--site-accent-dark);
    }

.menubar nav > ul > li > a:hover,
.menubar nav > ul > li > a.active-menu,
.home-staff-tab.active,
.home-staff-tab:hover,
.staff-tab.active {
    color: #fff !important;
    background: #198754 !important;
}

.menubar nav > ul ul {
    border-top-color: var(--site-accent);
    background: #198754;
}

    .menubar nav > ul ul li a:hover,
    .menubar nav > ul ul li > a.active-menu {
        background: var(--site-primary-dark) !important;
    }

.aboutus-page-bg,
.theading,
.rmain22 {
    background-color: var(--site-primary);
}

.site-title-tagline,
.site-title span,
.bookicnn,
.course-meta-left i,
.course-rating,
.home-staff-arrow,
.biodataaaa {
    color: var(--site-accent);
}

.home-staff-tab,
.staff-tab,
.home-staff-arrow {
    border-color: var(--site-accent);
}

    .home-staff-arrow:hover {
        color: #fff;
        background: var(--site-accent);
    }

.bg-success,
.text-bg-success {
    background-color: var(--site-primary) !important;
}

.text-success {
    color: var(--site-primary) !important;
}

.border-success {
    border-color: var(--site-primary) !important;
}

.footer-area {
    background: linear-gradient(135deg, #052d57 0%, #073f79 65%, #006b84 100%);
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}

    .footer-logo img {
        width: 300px;
        height: auto;
        border-radius: 50%;
        padding: 8px;
        background: #fff;
    }

    .footer-logo:hover,
    .footer-logo:focus {
        color: var(--site-accent);
    }

a:hover {
    color: var(--site-accent-dark);
}

.home-dynamic-content,
.home-dynamic-content p {
    color: inherit;
    font: inherit;
    line-height: inherit;
}

    .home-dynamic-content > :last-child {
        margin-bottom: 0;
    }

@media (max-width: 1023px) {
    .school-brand-panel {
        background: #fff;
    }
}

/* Home leadership messages */
.leadership-message {
    margin: 0;
    padding: 0 15px;
    background: #052d57;
    border: 0;
}

    .leadership-message .container {
        position: relative;
        max-width: 1320px;
        padding: 34px 38px;
        overflow: hidden;
        background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(241,246,252,.98));
        border-right: 1px solid #0b315f;
        border-left: 1px solid #0b315f;
        border-bottom: 3px solid #0b315f;
    }

    .leadership-message .row {
        display: grid;
        grid-template-columns: 285px minmax(0, 1fr);
        grid-auto-flow: row;
        gap: 0 36px;
        margin: 0;
    }

        .leadership-message .row > [class*="col-"] {
            width: auto;
            padding: 0;
            float: none;
        }

        .leadership-message .row > .col-lg-3 {
            grid-column: 1;
            grid-row: 1 / span 2;
            align-self: start;
        }

        .leadership-message .row > .col-lg-9,
        .leadership-message .row > .col-lg-12 {
            grid-column: 2;
        }

    .leadership-message .princbox2 {
        overflow: hidden;
        background: #fff;
        border: 2px solid var(--site-accent);
        border-radius: 34px;
        box-shadow: 0 12px 28px rgba(5,35,76,.12);
    }

    .leadership-message .princialimg {
        width: 100%;
        height: 285px;
        padding: 0;
        object-fit: cover;
        object-position: top center;
        border: 0;
        border-radius: 30px 30px 0 0;
    }

    .leadership-message .prinamep.princoll {
        min-height: 86px;
        margin: 0;
        padding: 16px 10px 12px;
        display: block;
        color: #fff;
        font-size: 23px;
        line-height: 28px;
        background: linear-gradient(135deg, #073669, #021f4d);
    }

    .leadership-message .princoll .princ22 {
        color: var(--site-accent);
        font-size: 17px;
    }

    .leadership-message .headingph1 {
        position: relative;
        min-height: 55px;
        margin: 0 0 20px;
        padding: 4px 0 13px 72px;
        color: #072d5d;
        font-size: 29px;
        line-height: 38px;
        text-transform: uppercase;
        border: 0;
    }

        .leadership-message .headingph1:after {
            content: "";
            position: absolute;
            left: 72px;
            bottom: 4px;
            width: min(430px, calc(100% - 72px));
            height: 2px;
            background: var(--site-accent);
        }

        .leadership-message .headingph1:before {
            content: "";
            position: absolute;
            left: min(499px, calc(100% - 4px));
            bottom: 1px;
            width: 8px;
            height: 8px;
            background: var(--site-accent);
            border-radius: 50%;
        }

.leadership-title-icon {
    position: absolute;
    left: 0;
    top: -3px;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    background: linear-gradient(135deg, #0a477c, #021e4c);
    border-radius: 50%;
}

.leadership-message .MsoNormal {
    margin: 0 0 13px;
    color: #092b56;
    font-size: 15px;
    line-height: 1.48;
    text-align: left;
    float:left;
    width:100%;
}

    .leadership-message .MsoNormal br {
        display: block;
        content: "";
        margin-top: 10px;
    }

.leadership-message .prinamep22 {
    width: auto;
    min-width: 150px;
    margin: 6px 0 0 auto;
    float: none;
    color: #062958;
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    float:left;
    width:100%;
}

    .leadership-message .prinamep22 .princ22 {
        color: #062958;
        font-size: 14px;
    }

@media (max-width: 991px) {
    .leadership-message .container {
        padding: 28px 24px;
    }

    .leadership-message .row {
        grid-template-columns: 235px minmax(0, 1fr);
        gap: 0 25px;
    }

    .leadership-message .princialimg {
        height: 245px;
    }

    .leadership-message .headingph1 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .leadership-message {
        padding: 0 8px;
    }

        .leadership-message .container {
            padding: 28px 18px;
        }

        .leadership-message .row {
            display: block;
        }

        .leadership-message .princbox2 {
            max-width: auto;
            margin: 0 auto 28px;
        }

        .leadership-message .headingph1 {
            min-height: 48px;
            padding-left: 58px;
            font-size: 21px;
            line-height: 30px;
        }

    .leadership-title-icon {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

    .leadership-message .headingph1:after {
        left: 58px;
        width: calc(100% - 58px);
    }

    .leadership-message .headingph1:before {
        left: auto;
        right: 0;
    }

    .leadership-message .MsoNormal {
        font-size: 14px;
        line-height: 1.55;
    }
}

/* Content refresh - header, menu and hero slider are intentionally untouched. */
body {
    background: #f6f8fb;
}

.main,
.aboutkk,
.course-area,
.gallery-area,
.home-staff,
.contactkk,
.staff-page-section {
    background: #f6f8fb;
}

.about-area,
.course-area,
.gallery-area,
.home-staff,
.testimonial-area,
.downloadappm,
.contact-area,
.staff-page-section {
    position: relative;
}

.about-area .container,
.home-purpose .container,
.home-news-board .container,
.course-area .container,
.choose-area .container,
.gallery-area .container,
.home-staff .container,
.testimonial-area .container,
.contact-area .container,
.staff-page-section .container {
    max-width: 1280px;
}

.site-heading {
    margin-bottom: 36px;
}

.site-title-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border: 1px solid rgba(217,154,8,.24);
    border-radius: 999px;
    background: rgba(217,154,8,.1);
    color: #d99a08;
    font-weight: 800;
}

.site-title {
    color: #08294e;
    letter-spacing: 0;
}

.site-heading p,
.about-text,
.course-text,
.choose-item-info p,
.testimonial-quote p {
    color: #4f6074;
}

.aboutkk .about-area {
    padding: 74px 0 60px;
}

.aboutkk .about-right {
    padding: 34px;
    border: 1px solid #e4ebf3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(8,41,78,.08);
}

.aboutkk .imgmar,
.aboutkk .hero-section,
.aboutkk .hero-slider,
.aboutkk .aboutimg {
    border-radius: 8px;
   /* overflow: hidden;*/
}

.aboutkk .imgmar {
  /*  box-shadow: 0 18px 40px rgba(8,41,78,.14);*/
}

.about-bottom .about-phone {
    border: 1px solid #e5ebf3;
    border-radius: 8px;
    background: #f8fafc;
}

.home-purpose {
    padding: 8px 0 56px;
    background: #f6f8fb;
}

.purpose-shell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.purpose-item {
    display: flex;
    gap: 16px;
    min-height: 132px;
    padding: 24px;
    border: 1px solid #e2eaf3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8,41,78,.07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.purpose-item:hover,
.course-item:hover,
.home-staff-card:hover,
.gallery-item:hover,
.testimonial-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(8,41,78,.12);
}

.purpose-icon,
.choose-item-icon,
.counter-box .icon {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #08294e;
    color: #fff;
    font-size: 24px;
    margin-left:15px!important;
}

.purpose-copy h3 {
    margin: 0 0 7px;
    color: #052d57;
    font-size: 20px;
    font-weight: 800;
}

.purpose-copy p {
    margin: 0;
    color: #536579;
    line-height: 1.55;
}

.home-news-board {
    padding: 60px 0;
    background: linear-gradient(135deg, #eef3fa, #fff);
}

.news-board-shell {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(8,41,78,.1);
}

.news-board-aside {
    padding: 32px;
    color: #fff;
    background: #08294e;
}

.news-board-bell {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #d99a08;
    font-size: 24px;
}

.news-board-aside h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
}

.news-board-view {
    color: #fff;
    font-weight: 800;
}

.news-board-list {
    padding: 18px;
}

.news-board-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #edf1f6;
}

.news-board-item:last-child {
    border-bottom: 0;
}

.news-date-tile {
    min-height: 70px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f1f5fa;
    color: #08294e;
    font-weight: 900;
}

.news-date-day {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.news-date-month {
    display: block;
    color: #d99a08;
    font-size: 12px;
    text-transform: uppercase;
}

.news-item-copy h3 {
    margin: 0 0 5px;
    color: #08294e;
    font-size: 18px;
    font-weight: 800;
}

.news-item-description,
.news-item-description p {
    margin: 0;
    color: #5a6b7d;
    line-height: 1.5;
}

.news-new-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(217,154,8,.12);
    color: #b77a00;
    font-size: 12px;
    font-weight: 900;
}

.leadership-message {
    padding: 22px 0;
    background: #f6f8fb;
}

.leadership-message .container {
    border: 1px solid #dde8f3;
    border-bottom: 4px solid #d99a08;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(8,41,78,.08);
}

.leadership-message .princbox2 {
    border-radius: 8px;
    border-color: #d99a08;
}

.leadership-message .princialimg {
    border-radius: 6px 6px 0 0;
}

.home-staff,
.course-area,
.gallery-area {
    padding: 70px 0;
}

.home-staff-card,
.course-item,
.gallery-item,
.testimonial-item,
.contact-info,
.contact-form,
.contact-img {
    border-radius: 50px;
    border: 1px solid #e1eaf3;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8,41,78,.07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-staff-card {
    min-width: 240px;
    padding: 20px;
    text-align: center;
}

.home-staff-card img {
    width: 130px;
    height: 130px;
    margin: 0 auto 14px;
    border: 5px solid #eef3fa;
    border-radius: 50%;
    object-fit: cover;
}

.home-staff-card h3,
.course-title a,
.facility-title a {
    color: #08294e;
}

.home-staff-tabs {
    margin-bottom: 28px;
}

.home-staff-tab {
    border-radius: 999px;
    background: #fff;
    color: #08294e;
}

.course-item {
    overflow: hidden;
}

.course-img img,
.gallery-img img,
.facility-img img {
    transition: transform .35s ease;
}

.course-item:hover .course-img img,
.gallery-item:hover .gallery-img img,
.facility-item:hover .facility-img img {
    transform: scale(1.05);
}

.course-content {
    padding: 22px;
}

.course-meta {
    border-bottom: 1px solid #edf1f6;
    padding-bottom: 12px;
}

.choose-area {
    background: #08294e;
}

.choose-area::before {
    opacity: .08;
}

.choose-item {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.08);
}

.choose-item-info h4,
.choose-content-info .site-title,
.choose-content-info p {
    color: #fff;
}

.choose-item-info p {
    color: rgba(255,255,255,.78);
}

.choose-img img {
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(0,0,0,.28);
}

.gallery-item {
    overflow: hidden;
}

.gallery-content::before {
    background: rgba(8,41,78,.72);
}

.gallery-link {
    background: #d99a08;
}

.testimonial-area {
    background: #08294e !important;
}

.testimonial-item {
    padding: 28px;
}

.testimonial-quote-icon {
    color: rgba(217,154,8,.18);
}

.downloadappm {
    padding: 72px 0;
    background: linear-gradient(135deg, #fff, #eef3fa);
}

.mobapboxx {
    overflow: hidden;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(8,41,78,.08);
}

.downloadappteh1,
.downloadappteh2 {
    color: #08294e;
}

.aboutus-page-bg {
    background: linear-gradient(135deg, #009688, #4CAF50);
}

.contact-info {
    min-height: 190px;
    padding: 26px 20px;
}

.contact-info-icon {
    color: #d99a08;
}

.contact-form,
.contact-img {
    overflow: hidden;
}

.footer-area {
    background: linear-gradient(135deg, #061a33, #08294e 70%, #0d3a70);
}

.footer-widget-box {
    color: rgba(255,255,255,.82);
}

.footer-widget-title {
    color: #fff;
}

.footer-list li a,
.footer-contact li,
.footer-contact li a {
    color: rgba(255,255,255,.82);
}

@media (max-width: 991px) {
    .purpose-shell,
    .news-board-shell {
        grid-template-columns: 1fr;
    }

    .aboutkk .about-right {
        margin-top: 24px;
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .purpose-item,
    .news-board-item {
        grid-template-columns: 1fr;
    }

    .news-board-aside,
    .news-board-list,
    .aboutkk .about-right {
        padding: 20px;
    }

    .site-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .om-brand-mark strong {
        font-size: 22px;
    }

    .om-brand-mark img {
        width: 52px;
        height: 52px;
    }

    .om-principles-grid,
    .om-contact-details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .om-brand-mark {
        gap: 9px;
    }

    .om-brand-mark strong {
        font-size: 16px;
    }

    .om-brand-mark small {
        font-size: 9px;
    }

    .om-brand-mark img {
        width: 44px;
        height: 44px;
    }

    .om-principle-card {
        min-height: 0;
        padding: 20px;
    }

    .om-principle-card ul {
        grid-template-columns: 1fr;
    }
}

/* CityCare-style hospital homepage */
body {
    background: #f7fbfe;
}

.main,
.aboutkk,
.course-area,
.gallery-area,
.home-staff,
.home-news-board,
.home-purpose,
.choose-area {
    background: #f7fbfe !important;
}

.hospital-quick-actions {
    position: relative;
    z-index: 10;
    margin-top: -35px;
    padding: 0 0 28px;
}

.hospital-quick-actions .container,
.hospital-departments .container,
.about-area .container,
.home-staff .container,
.course-area .container,
.choose-area .container,
.home-news-board .container,
.gallery-area .container {
    max-width: 1240px;
}

.hospital-quick-shell {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #dceaf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(5,45,87,.13);
}

.hospital-quick-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 16px;
    min-height: 112px;
    padding: 20px 22px;
    color: #052d57;
    border-right: 1px solid #e0eaf1;
    text-decoration: none;
}

.hospital-quick-card:last-child {
    border-right: 0;
}

.hospital-quick-card:hover,
.hospital-quick-card:focus {
    color: #052d57;
    background: #f8fcfe;
    text-decoration: none;
}

.hospital-quick-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #fff;
    font-size: 25px;
}

.hospital-quick-icon.teal { background: #00a79d; }
.hospital-quick-icon.blue { background: #1b8fe5; }
.hospital-quick-icon.red { background: #f14a4f; }
.hospital-quick-icon.green { background: #78bf43; }

.hospital-quick-copy strong {
    display: block;
    margin-bottom: 5px;
    color: #052d57;
    font-size: 15px;
    font-weight: 900;
}

.hospital-quick-copy small {
    display: block;
    color: #4e6274;
    font-size: 12px;
    line-height: 1.35;
}

.hospital-quick-arrow {
    color: #0a2848;
    font-size: 14px;
}

.aboutkk .about-area {
    padding: 34px 0 26px;
}

.aboutkk .about-right {
    padding: 10px 0 0 34px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.aboutkk .imgmar,
.aboutkk .hero-section,
.aboutkk .hero-slider,
.aboutkk .aboutimg {
    min-height: 285px;
    border-radius: 7px;
}

.aboutkk .imgmar {
    box-shadow: 0 12px 32px rgba(5,45,87,.1);
}

.site-title-tagline,
.hospital-section-head span {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #00a79d;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.site-title {
    margin-top: 8px;
    color: #052d57;
    font-size: 26px;
    line-height: 1.2;
}

.site-title span {
    color: #052d57;
}

.about-text {
    max-width: 610px;
    font-size: 14px;
    line-height: 1.75;
}

.theme-btn,
.school-registration-btn,
.mces-hero-btn.primary {
    background: #00a79d !important;
    border-color: #00a79d !important;
    border-radius: 30px !important;
}

.hospital-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.hospital-section-head h2 {
    margin: 7px 0 0;
    color: #052d57;
    font-size: 22px;
    font-weight: 900;
}

.hospital-section-head a {
    padding: 8px 13px;
    border: 1px solid #cce7eb;
    border-radius: 4px;
    color: #006f87;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-purpose {
    padding: 20px 0 28px;
}

.hospital-departments .purpose-shell {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.hospital-departments .purpose-item {
    display: block;
    min-height: 118px;
    padding: 18px 12px;
    text-align: center;
    border: 1px solid #dceaf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(5,45,87,.06);
}

.hospital-departments .purpose-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px !important;
    border-radius: 50%;
    background: #e9fbfa;
    color: #00a79d;
    font-size: 23px;
}

.hospital-departments .purpose-copy h3 {
    margin: 0;
    color: #052d57;
    font-size: 13px;
}

.hospital-departments .purpose-copy p {
    display: none;
}

.hospital-departments .specialties-head {
    align-items: flex-start;
    margin-bottom: 18px;
}

.hospital-departments .specialties-head h2 {
    margin: 0 0 8px;
    color: #052d57;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.hospital-departments .specialties-head p {
    max-width: 1040px;
    margin: 0;
    color: #425b70;
    font-size: 15px;
    line-height: 1.65;
}

.hospital-departments .specialties-panel {
    padding: 24px 28px;
    border: 1px solid #dceaf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(5,45,87,.06);
}

.hospital-departments .specialties-panel h2 {
    margin: 0 0 10px;
    color: #052d57;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.hospital-departments .specialties-panel p {
    max-width: 980px;
    margin: 0 0 16px;
    color: #425b70;
    font-size: 15px;
    line-height: 1.65;
}

.hospital-departments .specialties-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hospital-departments .specialties-list li {
    position: relative;
    padding-left: 18px;
    color: #052d57;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.hospital-departments .specialties-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00a79d;
}

.home-staff,
.course-area,
.gallery-area {
    padding: 30px 0;
}

.home-staff .site-heading,
.course-area .site-heading,
.gallery-area .site-heading {
    margin-bottom: 18px;
    text-align: left !important;
}

.home-staff-card {
    min-width: 178px;
    flex-basis: 178px;
    padding: 14px 12px;
    border-radius: 7px;
}

.home-staff-card img {
    width: 142px;
    height: 138px;
    border: 0;
    border-radius: 6px;
    background: #eff7fb;
}

.home-staff-card h3 {
    color: #052d57;
    font-size: 15px;
    text-align: center;
}

.home-staff-card p {
    color: #00a79d;
    font-size: 12px;
    text-align: center;
    font-weight:900;

}

.home-staff-view {
    margin-top: 14px;
}

.course-area .row + .row {
    margin-top: 0;
}

.course-item {
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 7px !important;
}



.course-content {
    padding: 12px 14px;
}

.course-meta,
.course-rating {
    display: none;
}

.course-title {
    margin: 0 0 4px;
}

.course-title a {
    font-size: 15px;
    font-weight: 900;
}

.course-text {
    margin: 0;
    font-size: 12px;
}

.choose-area {
    padding: 24px 0 !important;
}

.choose-area .row {
    display: block;
}

.choose-area .col-lg-8,
.choose-area .col-lg-4 {
    width: 100%;
    float: none;
}

.choose-img {
    display: none;
}

.choose-content-wrap .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.choose-content-wrap [class*="col-"] {
    width: auto;
    padding: 0;
}

.choose-item {
    min-height: 90px;
    padding: 16px;
    border: 1px solid #dceaf2;
    background: #fff;
    box-shadow: 0 8px 22px rgba(5,45,87,.05);
}

.choose-item-icon {
    width: 42px;
    height: 42px;
    margin-left: 0 !important;
    background: #e9fbfa;
}

.choose-item-info h4 {
    color: #052d57;
    font-size: 14px;
}

.choose-item-info p {
    color: #5d7182;
    font-size: 12px;
}

.choose-content-info .site-title,
.choose-content-info p {
    color: #052d57 !important;
}

.leadership-message {
    display: none;
}

.home-news-board {
    padding: 28px 0;
}

.news-board-shell {
    grid-template-columns: 260px minmax(0, 1fr);
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(5,45,87,.07);
}

.news-board-aside {
    background: #052d57;
}

.news-board-bell {
    background: #00a79d;
}

.gallery-area .popup-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.gallery-area .popup-gallery [class*="col-"] {
    width: auto;
    padding: 0;
}

.home-gallery-item .gallery-img img {
    height: 115px;
}

.testimonial-area {
    padding: 30px 0 !important;
}

.home-choose-area {
    padding: 42px 0 48px !important;
    background: #f7fbfe !important;
}

.home-choose-area::before {
    display: none;
}

.home-choose-area .choose-content-info {
    margin: 0 !important;
}

.home-choose-area .site-heading {
    max-width: 980px;
    margin: 0 0 24px;
}

.home-choose-area .site-title-tagline {
    color: #00a79d;
}

.home-choose-area .choose-content-info .site-title,
.home-choose-area .choose-content-info p {
    color: #052d57 !important;
}

.home-choose-area .choose-content-info p {
    max-width: 920px;
    margin-bottom: 0;
    color: #425b73 !important;
}

.home-choose-area .choose-content-wrap {
    margin-top: 22px;
}

.home-choose-area .choose-content-wrap .row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
}

.home-choose-area .choose-content-wrap [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    float: none !important;
    flex: initial !important;
}

.home-choose-area .choose-item {
    height: 100%;
    min-height: 122px;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    overflow: visible;
    border: 1px solid #d8e8f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(5,45,87,.07);
}

.home-choose-area .choose-item-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin: 0 !important;
    padding: 0;
    line-height: 48px;
    text-align: center;
    border-radius: 8px;
    background: #e8fbfa;
}

.home-choose-area .choose-item-icon img {
    width: 28px;
    max-height: 28px;
    filter: none;
}

.home-choose-area .choose-item-icon i {
    color: #ff9f1c;
    font-size: 27px;
    line-height: 48px;
}

.home-choose-area .choose-item-info h4 {
    margin: 0 0 8px;
    color: #052d57;
    font-size: 16px;
    line-height: 1.25;
}

.home-choose-area .choose-item-info p {
    margin: 0;
    color: #526b7f !important;
    font-size: 13px;
    line-height: 1.55;
}

.home-gallery-area {
    padding: 44px 0 58px;
    background: #f7fbfe !important;
}

.home-gallery-area .site-heading {
    max-width: 680px;
    margin-bottom: 26px;
}

.home-gallery-area .popup-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.home-gallery-area .popup-gallery [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    float: none !important;
    flex: initial !important;
}

.home-gallery-area .gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(5,45,87,.10);
}

.home-gallery-area .gallery-img {
    overflow: hidden;
    border-radius: 8px;
}

.home-gallery-area .home-gallery-item .gallery-img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.home-gallery-area .home-gallery-view {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .hospital-quick-shell,
    .hospital-departments .purpose-shell,
    .choose-content-wrap .row,
    .gallery-area .popup-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hospital-departments .specialties-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hospital-quick-card:nth-child(2n) {
        border-right: 0;
    }

    .aboutkk .about-right {
        padding-left: 0;
    }

    .home-choose-area .choose-content-wrap .row,
    .home-gallery-area .popup-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-gallery-area .home-gallery-item .gallery-img img {
        height: 220px;
    }
}

@media (max-width: 575px) {
    .hospital-quick-actions {
        margin-top: 0;
        padding-top: 12px;
    }

    .hospital-quick-shell,
    .hospital-departments .purpose-shell,
    .choose-content-wrap .row,
    .gallery-area .popup-gallery,
    .news-board-shell {
        grid-template-columns: 1fr;
    }

    .hospital-departments .specialties-panel {
        padding: 20px 18px;
    }

    .hospital-departments .specialties-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hospital-quick-card {
        border-right: 0;
        border-bottom: 1px solid #e0eaf1;
    }

    .hospital-quick-card:last-child {
        border-bottom: 0;
    }

    .home-choose-area {
        padding: 32px 0 38px !important;
    }

    .home-choose-area .choose-content-wrap .row,
    .home-gallery-area .popup-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-choose-area .choose-item {
        min-height: 0;
    }

    .home-gallery-area {
        padding: 34px 0 44px;
    }

    .home-gallery-area .home-gallery-item .gallery-img img {
        height: 225px;
    }
}

/* CityCare-style top header and navigation */
.school-utility-bar.headerkk {
    position: relative;
    min-height: 58px;
    padding: 0 0px;
    overflow: visible;
    background: #198754;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.08);
    z-index: 20;
}

    .school-utility-bar.headerkk:after {
        content: "";
        position: absolute;
        right: 34px;
        bottom: -13px;
        width: 78%;
        height: 18px;
        background: #198754;
        clip-path: polygon(0 0, 100% 0, 99% 78%, 2% 78%);
        border-radius: 0 0 7px 7px;
        box-shadow: 0 8px 18px rgba(6,55,108,.16);
        pointer-events: none;
        display:none;
    }

.school-utility-bar .container-fluid,
.top-menusec .school-navigation-row {
    max-width: 1760px;
    margin: 0 auto;
}

.school-utility-inner {
    position: relative;
    z-index: 1;
    min-height: 55px;
    display: grid;
    grid-template-columns: 500px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.school-welcome {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    font-family: math;
}

.school-utility-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.school-utility-links li {
    width: auto;
    float: none;
    list-style: none;
}

.school-utility-links a,
.school-utility-links li > span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.92);
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
}

.school-utility-links strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.school-utility-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00b7ad;
    font-size: 18px;
    border: 2px solid rgba(255,255,255,.28);
    border-radius: 50%;
}

.school-social {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    white-space: nowrap;
}

.school-social span {
    margin-right: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.school-social a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    background: #0c5da6;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 3px 9px rgba(0,0,0,.14);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.school-social a:nth-of-type(1) {
    background: #1877f2;
}

.school-social a:nth-of-type(2) {
    background: #1da1f2;
}

.school-social a:nth-of-type(3) {
    background: #0c7abf;
}

.school-social a:nth-of-type(4) {
    background: #0a66c2;
}

.school-social a:nth-of-type(5) {
    background: #e62117;
}

.school-social a:hover,
.school-social a:focus {
    color: #fff;
    transform: translateY(-3px);
    filter: brightness(1.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 8px 18px rgba(0,0,0,.22);
}

.school-utility-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
}

.school-utility-links {
    justify-content: flex-start;
    gap: 18px 32px;
}

.school-utility-links li {
    flex: 0 1 auto;
}

.school-utility-links li:nth-child(2) {
    flex-basis: 360px;
}

.school-utility-links li:nth-child(3) {
    flex-basis: 300px;
}

.school-utility-links a,
.school-utility-links li > span {
    min-height: 42px;
}

.school-social {
    justify-content: flex-end;
}

.school-top-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-width: 0;
}

.school-top-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.school-top-btn {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 13px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,.16);
}

.school-top-btn:hover,
.school-top-btn:focus {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.05);
}

.school-top-btn-appointment {
    background: #008f88;
}

.school-top-btn-emergency {
    background: #dc2626;
}

.top-menusec {
    min-height: 55px;
    height: auto;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #dceaf2;
    box-shadow: 0 3px 18px rgba(5,45,87,.07);
}

.top-menusec.fixed {
    min-height: 55px;
    padding: 0 0px;
    background: #fff;
}

.school-navigation-row {
    min-height: 55px;
    display: grid;
    grid-template-columns: 500px minmax(0, 1fr);
    align-items: center;
    gap: 26px;
}

.fixed .school-navigation-row {
    min-height: 88px;
}

.school-brand-panel {
    display: flex;
    align-items: center;
    min-height: 55px;
    padding: 0px 0;
}

.fixed .school-brand-panel {
    min-height: 55px;
    padding: 0px 0;
}

.mainlogoo {
    width: 100%;
}

.mainlogoo .logobiggg,
.school-brand-panel .logobiggg {
    width: min(290px, 100%);
    max-height: 55px;
    object-fit: contain;
}

.fixed .school-brand-panel .logobiggg {
    max-height: 68px;
}

.school-menu-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    min-width: 0;
}

.menu-sec,
.header-wrap,
.menubar {
    float: none;
    width: 100%;
}

.menubar nav {
    float: none;
}

.menubar nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.menubar nav > ul > li {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
}

.menubar nav > ul > li > a {
    padding: 11px 13px;
    color: #1d314d;
    background: transparent;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

    .menubar nav > ul > li > a:hover,
    .menubar nav > ul > li > a.active-menu {
        color: #fff !important;
        background: #198754 !important;
    }

nav > ul ul {
    top: 42px;
    border-top-color: #00a79d;
    background: #198754;
}

.school-registration {
    display: flex;
    justify-content: flex-end;
}

.school-registration-btn {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    color: #fff !important;
    background: #00a79d !important;
    border: 0 !important;
    border-radius: 20px !important;
    box-shadow: 0 9px 18px rgba(0, 167, 157, .24);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .01em;
    text-transform: uppercase;
    white-space: nowrap;
    white-space: nowrap;
}

.school-registration-btn:hover,
.school-registration-btn:focus {
    background: #008f88 !important;
}

@media (max-width: 1320px) {
    .school-utility-bar.headerkk,
    .top-menusec,
    .top-menusec.fixed {
        padding-right: 24px;
        padding-left: 24px;
    }

    .school-utility-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
    }

    .school-utility-links {
        gap: 14px 20px;
    }

    .school-utility-links li:nth-child(2),
    .school-utility-links li:nth-child(3) {
        flex-basis: auto;
    }

    .school-top-tools {
        gap: 10px;
    }

    .school-top-tools .school-social span {
        display: none;
    }

    .school-top-btn {
        padding: 8px 10px;
        font-size: 11px;
    }

    .school-navigation-row {
        grid-template-columns: 500px minmax(0, 1fr);
        gap: 20px;
    }

    .menubar nav > ul > li > a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 12px;
    }

    .school-registration-btn {
        min-height: 52px;
        padding: 0 18px;
        font-size: 12px;
    }
}

@media (max-width: 980px) {
    .school-utility-bar.headerkk {
        padding: 10px 18px;
    }

    .school-utility-bar.headerkk:after {
        display: none;
    }

    .school-utility-inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .school-utility-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .school-social {
        justify-content: center;
    }

    .school-top-tools {
        justify-content: center;
        flex-wrap: wrap;
    }

    .school-top-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .top-menusec,
    .top-menusec.fixed {
        min-height: auto;
        padding: 0;
    }

    .school-navigation-row,
    .fixed .school-navigation-row {
        min-height: auto;
        display: grid;
    }

    .school-brand-panel {
        min-height: 60px;
        justify-content: center;
        padding: 12px 18px;
    }

    .school-brand-panel .logobiggg {
        max-height: 66px;
    }

    .school-menu-panel {
        display: block;
    }

    .responsive-header {
        padding: 9px 18px;
        background: #fff;
        border-top: 1px solid #e5edf4;
    }

    .responsive-header .row {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .responsive-header [class*="col-"] {
        padding: 0;
    }

    .logof {
        width: 100%;
        margin: 0;
    }

    .logof .blinking {
        display: inline-flex;
        align-items: center;
        min-height: 40px;
        padding: 0 16px;
        color: #fff;
        background: #00a79d;
        border-radius: 4px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .menu-button {
        color: #06376c;
        border-color: #d5e2ed;
        background: #f7fbfe;
    }

    .school-registration {
        display: none;
    }
}

@media (max-width: 575px) {
    .school-welcome {
        font-size: 14px;
    }

    .school-utility-links {
        align-items: stretch;
        flex-direction: column;
    }

    .school-utility-links a,
    .school-utility-links li > span {
        justify-content: center;
        text-align: left;
    }
}

/* Responsive hardening for desktop, tablet and mobile */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}

.container,
.container-fluid {
    max-width: 100%;
}

.row {
    min-width: 0;
}

[class*="col-"] {
    min-width: 0;
}

.site-title,
.aboutus-pagetext-h2,
.mces-hero-copy h2,
.mces-hero-copy h3,
.doctor-card h3,
.home-staff-card h3,
.choose-item-info h4,
.footer-widget-title {
    overflow-wrap: anywhere;
}

.home-staff-track,
.responsive-menu,
.footer-contact,
.footer-list,
.school-utility-links {
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1440px) {
    .school-utility-bar .container-fluid,
    .school-navigation-row {
        padding-left: 24px;
        padding-right: 24px;
    }

    .school-brand-panel {
        flex-basis: 270px;
    }

    .school-menu-panel .menubar nav > ul {
        gap: 4px;
    }

    .school-menu-panel .menubar nav > ul > li > a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 12px;
    }

    .school-registration-btn {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .school-utility-inner {
        gap: 14px;
    }

    .headrmmul.school-utility-links li {
        padding-left: 14px;
        padding-right: 14px;
    }

    .school-social {
        gap: 12px;
    }

    .school-navigation-row {
        gap: 16px;
    }

    .school-brand-panel {
        flex-basis: 245px;
    }

    .school-brand-panel .logobiggg {
        width: min(245px, 100%) !important;
    }

    .school-registration {
        display: none;
    }

    .mces-hero .carousel-inner,
    .mces-hero .item {
        height: 520px !important;
    }

    .mces-hero-copy {
        left: 7%;
        width: 46%;
    }

    .mces-hero-copy h2 {
        font-size: 34px;
    }

    .mces-hero-copy h3 {
        font-size: 22px;
    }

    .hospital-departments .purpose-shell {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hospital-departments .specialties-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .school-utility-bar.headerkk {
        padding: 10px 16px;
    }

    .school-utility-bar .container-fluid,
    .school-navigation-row {
        padding-left: 0;
        padding-right: 0;
    }

    .school-utility-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .school-welcome {
        white-space: normal;
    }

    .headrmmul.school-utility-links {
        justify-content: center;
        gap: 8px 14px;
        overflow: visible;
    }

    .headrmmul.school-utility-links li {
        min-height: 0;
        padding: 0;
        border-right: 0;
    }

    .school-utility-links a,
    .school-utility-links li > span {
        justify-content: center;
        white-space: normal;
    }

    .school-utility-icon {
        display: none;
    }

    .school-social {
        justify-content: center;
        flex-wrap: wrap;
    }

    .school-top-tools,
    .school-top-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .top-menusec,
    .top-menusec.fixed {
        position: sticky;
        top: 0;
        z-index: 9998;
        min-height: 0;
    }

    .school-navigation-row,
    .fixed .school-navigation-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
        padding: 10px 14px;
    }

    .school-brand-panel,
    .fixed .school-brand-panel {
        min-height: 0;
        padding: 0;
    }

    .school-brand-panel .mainlogoo {
        width: auto;
        max-width: 100%;
    }

    .school-brand-panel .logobiggg,
    .fixed .school-brand-panel .logobiggg {
        width: min(235px, 64vw) !important;
        max-height: 58px !important;
    }

    .school-menu-panel {
        display: block;
        width: auto;
    }

    .school-menu-panel header {
        display: none;
    }

    .responsive-header {
        display: block;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .responsive-header .row {
        display: block;
    }

    .responsive-header .row > div:first-child {
        display: block;
    }

    .responsive-header .row > div:last-child {
        width: auto;
        float: none;
    }

    .responsive-logobar {
        width: auto;
        padding: 0;
    }

    .menu-button {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid #d7e5ef;
        border-radius: 8px;
        color: #052d57;
        background: #f7fbfe;
    }

    .responsive-menu {
        width: min(360px, 88vw);
        max-width: 88vw;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 24px;
    }

    .responsive-menu .responsive-menu-bg {
        min-height: 78px;
    }

    .responsive-menu ul {
        width: 100%;
    }

    .responsive-menu ul li a {
        white-space: normal;
        line-height: 1.35;
    }

    .top-menusec,
    .top-menusec.fixed {
        padding: 0 14px;
    }

    .school-navigation-row,
    .fixed .school-navigation-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
        min-height: 72px;
    }

    .school-brand-panel {
        justify-content: flex-start;
        min-height: 72px;
        padding: 8px 0;
    }

    .school-menu-panel {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
    }

    .responsive-header .row {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
    }

    .responsive-header .row > div:first-child,
    .responsive-header .row > div:last-child {
        display: block;
        width: auto;
        float: none;
        padding: 0;
    }

    .menu-button {
        position: relative;
        z-index: 10001;
        width: 46px;
        height: 46px;
        color: #fff;
        border: 0;
        border-radius: 8px;
        background: #008f88;
        box-shadow: 0 8px 18px rgba(0,0,0,.16);
    }

    .menu-button i {
        font-size: 21px;
        line-height: 1;
    }

    .school-brand-panel .om-brand-mark {
        gap: 8px;
    }

    .school-brand-panel .om-brand-mark img {
        width: 68px;
        height: 68px;
    }

    .school-brand-panel .om-brand-mark strong {
        font-size: 18px;
        line-height: 1.08;
    }

    .school-brand-panel .om-brand-mark small {
        margin-top: 4px;
        font-size: 10px;
    }

    .mces-hero .carousel-inner,
    .mces-hero .item {
        height: 470px !important;
    }

    .mces-hero-slide {
        background-position: center center;
    }

    .mces-hero-overlay {
        background: linear-gradient(90deg, rgba(234,248,251,.98), rgba(234,248,251,.86));
    }

    .mces-hero-copy {
        left: 7%;
        width: 78%;
        max-width: 640px;
    }

    .mces-hero-copy h2 {
        font-size: 30px;
    }

    .mces-hero-copy h3 {
        font-size: 21px;
    }

    .mces-hero-description,
    .mces-hero-description p {
        font-size: 15px;
        line-height: 1.5;
    }

    .mces-hero-btn {
        min-height: 46px;
        padding: 11px 18px;
        font-size: 13px;
    }

    .hospital-quick-shell,
    .home-choose-area .choose-content-wrap .row,
    .home-gallery-area .popup-gallery,
    .doctor-grid,
    .gallery-area .popup-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .hospital-departments .purpose-shell,
    .hospital-departments .specialties-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hospital-quick-card:nth-child(2n) {
        border-right: 0;
    }

    .aboutkk .about-area,
    .home-staff,
    .course-area,
    .gallery-area,
    .home-gallery-area,
    .home-choose-area,
    .doctor-page-section,
    .contact-area {
        padding-top: 42px !important;
        padding-bottom: 46px !important;
    }

    .aboutkk .row,
    .contact-area .row,
    .footer-widget-wrapper {
        row-gap: 24px;
    }

    .aboutkk .about-right {
        padding-left: 0;
    }

    .site-heading,
    .doctor-page-head {
        margin-bottom: 22px;
    }

    .footer-widget-wrapper {
        padding-top: 54px !important;
        padding-bottom: 34px !important;
    }

    .copyright .row {
        display: block;
        text-align: center;
    }

    .copyright .school-social {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .aboutus-page-bg {
        min-height: auto;
        padding: 34px 0;
    }

    .aboutus-pagetext {
        width: 100%;
        text-align: center;
    }

    .aboutus-pagetext-h2 {
        font-size: 28px !important;
        line-height: 1.2;
    }

    .aboutus-pagetext-ul {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .mces-hero .carousel-inner,
    .mces-hero .item {
        height: 430px !important;
    }

    .mces-hero-copy {
        left: 6%;
        width: 88%;
    }

    .mces-hero-copy h2 {
        margin-bottom: 12px;
        font-size: 27px;
    }

    .mces-hero-copy h3 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .mces-hero-rule {
        width: 88px;
        margin: 15px 0 17px;
    }

    .mces-hero-actions {
        gap: 10px;
        margin-top: 18px;
    }

    .mces-hero-control.carousel-control {
        display: none;
    }

    .hospital-section-head {
        display: block;
    }

    .hospital-section-head a {
        display: inline-flex;
        margin-top: 12px;
    }

    .hospital-quick-shell,
    .home-choose-area .choose-content-wrap .row,
    .home-gallery-area .popup-gallery,
    .doctor-grid,
    .gallery-area .popup-gallery,
    .hospital-departments .purpose-shell,
    .hospital-departments .specialties-list,
    .news-board-shell {
        grid-template-columns: 1fr !important;
    }

    .hospital-quick-card {
        grid-template-columns: 52px minmax(0, 1fr);
        border-right: 0;
        border-bottom: 1px solid #e0eaf1;
    }

    .hospital-quick-arrow {
        display: none;
    }

    .purpose-item,
    .home-choose-area .choose-item {
        align-items: flex-start;
    }

    .home-staff-slider {
        padding-left: 0;
        padding-right: 0;
    }

    .home-staff-track {
        gap: 14px;
        padding-bottom: 8px;
    }

    .home-staff-card {
        min-width: min(250px, 78vw) !important;
        flex-basis: min(250px, 78vw) !important;
    }

    .home-staff-arrow {
        display: none !important;
    }

    .home-gallery-area .home-gallery-item .gallery-img img,
    .home-gallery-item .gallery-img img,
    .gallery-img img,
    .doctor-card img {
        height: 240px;
    }

    .footer-logo img {
        width: min(260px, 100%);
    }

    .footer-contact li,
    .footer-contact li a,
    .footer-list li a {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 575px) {
    .top-menusec,
    .top-menusec.fixed {
        padding: 0 10px;
    }

    .school-navigation-row,
    .fixed .school-navigation-row {
        min-height: 64px;
        gap: 8px;
    }

    .school-brand-panel {
        min-height: 64px;
    }

    .school-brand-panel .om-brand-mark img {
        width: 52px;
        height: 52px;
    }

    .school-brand-panel .om-brand-mark strong {
        font-size: 14px;
    }

    .school-brand-panel .om-brand-mark small {
        display: none;
    }

    .menu-button {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 575px) {
    .school-utility-bar.headerkk {
        display: none;
    }

    .top-menusec,
    .top-menusec.fixed {
        box-shadow: 0 4px 14px rgba(5,45,87,.12);
    }

    .school-navigation-row,
    .fixed .school-navigation-row {
        padding: 9px 12px;
    }

    .school-brand-panel .logobiggg,
    .fixed .school-brand-panel .logobiggg {
        width: min(210px, 70vw) !important;
        max-height: 52px !important;
    }

    .menu-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .mces-hero .carousel-inner,
    .mces-hero .item {
        height: 390px !important;
    }

    .mces-hero-overlay {
        background: rgba(234,248,251,.92);
    }

    .mces-hero-copy {
        left: 16px;
        width: calc(100% - 32px);
    }

    .mces-hero-copy h2 {
        font-size: 23px;
    }

    .mces-hero-copy h3 {
        font-size: 18px;
    }

    .mces-hero-description,
    .mces-hero-description p {
        font-size: 13px;
    }

    .mces-hero-btn {
        width: 100%;
        justify-content: center;
        min-height: 42px;
        padding: 10px 12px;
        font-size: 12px;
    }

    .site-title {
        font-size: 25px !important;
        line-height: 1.25;
    }

    .site-title-tagline {
        padding: 6px 10px;
        font-size: 12px;
    }

    .hospital-quick-card {
        min-height: 96px;
        padding: 16px;
        gap: 13px;
    }

    .hospital-quick-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .hospital-departments .specialties-panel,
    .news-board-aside,
    .news-board-list,
    .aboutkk .about-right,
    .contact-form {
        padding: 18px !important;
    }

    .home-choose-area .choose-item {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 13px;
        padding: 16px;
    }

    .home-gallery-area .home-gallery-item .gallery-img img,
    .home-gallery-item .gallery-img img,
    .gallery-img img,
    .doctor-card img {
        height: 220px;
    }

    .doctor-card-body {
        padding: 16px;
    }

    input,
    select,
    textarea,
    .form-control {
        max-width: 100%;
    }

    .footer-widget-box {
        margin-bottom: 24px;
    }

    .copyright-text {
        line-height: 1.6;
    }
}

@media (max-width: 380px) {
    .school-brand-panel .logobiggg,
    .fixed .school-brand-panel .logobiggg {
        width: min(180px, 66vw) !important;
    }

    .mces-hero .carousel-inner,
    .mces-hero .item {
        height: 410px !important;
    }

    .home-choose-area .choose-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .home-choose-area .choose-content-wrap {
        margin-top: 18px;
    }

    .home-choose-area .choose-content-wrap .row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-choose-area .home-choose-card,
    .home-choose-area .choose-content-wrap [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-choose-area .choose-item {
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 18px !important;
        width: 100% !important;
        min-height: 112px !important;
        padding: 20px 22px !important;
        margin: 0 !important;
    }

    .home-choose-area .choose-item-icon {
        width: 58px !important;
        height: 58px !important;
        line-height: 58px !important;
    }

    .home-choose-area .choose-item-icon img {
        width: 32px !important;
        max-height: 32px !important;
    }

    .home-choose-area .choose-item-icon i {
        font-size: 30px !important;
        line-height: 58px !important;
    }

    .home-choose-area .choose-item-info {
        min-width: 0;
        text-align: left;
    }

    .home-choose-area .choose-item-info h4 {
        margin: 0 0 8px !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    .home-choose-area .choose-item-info p {
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
    }
}

@media (max-width: 380px) {
    .home-choose-area .choose-item {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 16px !important;
        padding: 18px 20px !important;
    }
}

.home-empanelment-section,
.empanelment-page-section {
    float: left;
    width: 100%;
    padding: 46px 0 58px;
    background: #f7fbfe;
}

.home-empanelment-panel {
    padding: 26px;
    background: #fff;
    border: 1px solid #dcebf4;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(5,45,87,.06);
}

.home-empanelment-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.home-empanelment-head .site-title {
    margin: 8px 0 0;
    font-size: 30px;
}

.home-empanelment-copy,
.empanelment-page-head p {
    color: #56677c;
    font-size: 16px;
    line-height: 1.75;
}

.home-empanelment-slider {
    position: relative;
    padding: 0 34px;
    margin-top: 22px;
}

.home-empanelment-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 2px 0;
}

.home-empanelment-track::-webkit-scrollbar {
    display: none;
}

.home-empanelment-card {
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: 250px;
    min-height: 170px;
    padding: 18px;
    border: 1px solid #e2edf5;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    scroll-snap-align: start;
    box-shadow: 0 8px 20px rgba(5,45,87,.05);
}

.home-empanelment-prev {
    left: 0;
}

.home-empanelment-next {
    right: 0;
}

.home-empanelment-logo,
.empanelment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-bottom: 14px;
    background: #fff;
}

.home-empanelment-logo img,
.empanelment-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-empanelment-card h3,
.empanelment-card h3 {
    margin: 0;
    color: #102033;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.home-empanelment-empty,
.empanelment-empty {
    margin-top: 20px;
    padding: 24px;
    color: #56677c;
    text-align: center;
    border: 1px dashed #cbddea;
    border-radius: 8px;
    background: #f9fcfe;
}

.empanelment-page-head {
    margin-bottom: 28px;
}

.empanelment-page-head h2,
.empanelment-subhead h3 {
    display: inline-block;
    margin: 0 0 18px;
    padding-bottom: 10px;
    color: #102033;
    border-bottom: 1px solid #00a79d;
}

.empanelment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.empanelment-card {
    padding: 18px;
    border: 1px solid #e2edf5;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 20px rgba(5,45,87,.05);
}

@media (max-width: 991px) {
    .home-empanelment-head {
        align-items: stretch;
        flex-direction: column;
    }

    .home-empanelment-head .theme-btn {
        width: max-content;
    }

    .empanelment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Om Healthcare modern homepage refresh */
.om-modern-hero,
.om-specialty-showcase {
    float: left;
    width: 100%;
    background: #f7fbfe;
}

.om-modern-shell,
.om-specialty-shell {
    max-width: 1500px;
    padding-left: 48px;
    padding-right: 48px;
}

.om-modern-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 24px;
    background: #f7fbfe;
}

.om-modern-hero .om-modern-shell {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.om-hero-grid {
    display: grid;
    grid-template-columns: minmax(440px, .9fr) minmax(420px, 1.1fr);
    min-height: 470px;
    align-items: center;
    gap: 34px;
}

.om-hero-slide {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #041f42;
}

.om-hero-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(3,31,66,.82) 0%, rgba(3,31,66,.58) 43%, rgba(3,31,66,.18) 100%);
}

.om-hero-overlay-grid {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(320px, 680px) 1fr;
    min-height: 560px;
    padding: 64px 72px;
}

.om-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 640px;
}

.om-hero-slide .om-hero-copy {
    align-self: center;
}

.om-hero-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #007c82;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.om-hero-slide .om-hero-eyebrow,
.om-hero-slide .om-hero-copy h1,
.om-hero-slide .om-hero-description,
.om-hero-slide .om-hero-description p {
    color: #fff;
}

.om-hero-slide .om-hero-eyebrow {
    color: #bff8f4;
}

.om-hero-slide .om-call-btn {
    color: #fff;
    border-color: rgba(255,255,255,.82);
    background: rgba(255,255,255,.12);
}

.om-hero-slide .om-call-btn:hover,
.om-hero-slide .om-call-btn:focus {
    color: #082b68;
    background: #fff;
}

.om-hero-copy h1 {
    margin: 0 0 14px;
    color: #082b68;
    font-size: 58px;
    line-height: .98;
    font-weight: 900;
}

.om-hero-description,
.om-hero-description p {
    max-width: 610px;
    margin: 0 0 26px;
    color: #0f1f33;
    font-size: 17px;
    line-height: 1.65;
}

.om-hero-carousel .carousel-inner,
.om-hero-carousel .item {
    min-height: 470px;
}

.om-hero-control.carousel-control {
    width: 46px;
    height: 46px;
    top: 50%;
    bottom: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: #008f88;
    opacity: 1;
    text-shadow: none;
    transform: translateY(-50%);
}

.om-hero-control.left {
    left: 12px;
}

.om-hero-control.right {
    right: 12px;
}

.om-hero-control:hover,
.om-hero-control:focus {
    background: #052d57;
}

.om-hero-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 24px 0 24px;
    max-width: 560px;
}

.om-hero-trust div {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 0 12px;
    color: #092b68;
    text-align: center;
    border-right: 1px solid #cfdde8;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.om-hero-trust div:last-child {
    border-right: 0;
}

.om-hero-trust i {
    color: #082b68;
    font-size: 34px;
}

.om-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.om-call-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    color: #082b68;
    border: 2px solid #082b68;
    border-radius: 6px;
    background: #fff;
    font-weight: 900;
    text-decoration: none;
}

.om-call-btn:hover,
.om-call-btn:focus {
    color: #fff;
    background: #082b68;
    text-decoration: none;
}

.om-hero-visual {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.om-hero-building {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .28;
    filter: blur(1px);
}

.om-hero-visual:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(247,251,254,.2), rgba(255,255,255,.68));
}

.om-hero-visual img {
    position: relative;
    z-index: 2;
    max-height: 450px;
    width: auto;
    max-width: min(520px, 95%);
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(5,45,87,.18));
}

.om-hero-visual-dynamic {
    align-items: center;
    padding: 26px;
}

.om-hero-visual-dynamic img {
    width: min(620px, 100%);
    height: 420px;
    max-height: none;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 22px 45px rgba(5,45,87,.18);
    filter: none;
}

.om-facility-strip {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: -28px;
    padding-left: 0;
    padding-right: 0;
}

.om-facility-strip a {
    position: relative;
    overflow: hidden;
    min-height: 160px;
    border: 3px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(5,45,87,.13);
    text-decoration: none;
}

.om-facility-strip img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    display: block;
}

.om-facility-strip span {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 7px;
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    color: #082b68;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 900;
    text-transform: capitalize;
}

.om-specialty-showcase {
    padding: 12px 0 18px;
}

.om-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 16px;
}

.om-section-title span {
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0b4c82, transparent);
}

.om-section-title h2 {
    margin: 0;
    color: #052d57;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.om-specialty-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.om-specialty-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.om-specialty-grid article {
    border: 1px solid #dbe7ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(5,45,87,.06);
}

.om-specialty-grid article {
    min-height: 215px;
    padding: 18px 14px;
}

.om-specialty-grid i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    background: #008f88;
    border-radius: 50%;
    font-size: 25px;
}

.om-specialty-grid h3 {
    min-height: 40px;
    margin: 0 0 10px;
    color: #052d57;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}

.om-specialty-grid h3 a {
    color: inherit;
}

.om-specialty-grid ul {
    margin: 0;
    padding-left: 16px;
    color: #1b2d42;
    font-size: 12px;
    line-height: 1.65;
}

.om-featured-doctor {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
}

.om-featured-doctor img {
    align-self: end;
    width: 135px;
    height: 100%;
    min-height: 250px;
    object-fit: contain;
    object-position: bottom center;
}

.om-featured-doctor h3 {
    margin: 0 0 7px;
    color: #08346f;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
}

.om-featured-doctor p {
    margin: 0 0 8px;
    color: #263b54;
    font-size: 12px;
    line-height: 1.45;
}

.om-featured-doctor span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 9px;
    color: #fff;
    border-radius: 5px;
    background: #008f88;
    font-size: 12px;
    font-weight: 900;
}

.om-featured-doctor-empty {
    display: flex;
    align-items: center;
    min-height: 230px;
}

.om-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(90deg, #06417e, #008f88);
}

.om-stats-bar div {
    display: grid;
    grid-template-columns: 54px auto;
    align-items: center;
    gap: 4px 12px;
    min-height: 74px;
    padding: 12px 28px;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.24);
}

.om-stats-bar div:last-child {
    border-right: 0;
}

.om-stats-bar i {
    grid-row: 1 / span 2;
    font-size: 36px;
}

.om-stats-bar strong {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.om-stats-bar span {
    color: rgba(255,255,255,.9);
    font-size: 13px;
    line-height: 1.2;
}

@media (max-width: 1300px) {
    .om-modern-shell,
    .om-specialty-shell {
        padding-left: 28px;
        padding-right: 28px;
    }

    .om-hero-copy h1 {
        font-size: 46px;
    }

    .om-specialty-layout {
        grid-template-columns: 1fr;
    }

    .om-specialty-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .om-featured-doctor {
        grid-template-columns: 180px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .om-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .om-hero-slide {
        min-height: 500px;
        border-radius: 0;
    }

    .om-hero-overlay-grid {
        min-height: 500px;
        padding: 48px 38px;
    }

    .om-hero-copy {
        max-width: none;
    }

    .om-hero-visual {
        min-height: 360px;
    }

    .om-hero-visual-dynamic img {
        height: 320px;
    }

    .om-facility-strip,
    .om-stats-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .om-specialty-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .om-modern-shell,
    .om-specialty-shell {
        padding-left: 15px;
        padding-right: 15px;
    }

    .om-modern-hero {
        padding: 0 0 18px;
    }

    .om-hero-copy h1 {
        font-size: 34px;
    }

    .om-hero-slide {
        min-height: 440px;
        border-radius: 0;
    }

    .om-hero-slide:before {
        background: linear-gradient(180deg, rgba(3,31,66,.86) 0%, rgba(3,31,66,.62) 58%, rgba(3,31,66,.22) 100%);
    }

    .om-hero-overlay-grid {
        min-height: 440px;
        padding: 34px 18px;
    }

    .om-hero-eyebrow {
        font-size: 18px;
    }

    .om-hero-copy p {
        font-size: 14px;
    }

    .om-hero-trust,
    .om-facility-strip,
    .om-specialty-grid,
    .om-stats-bar {
        grid-template-columns: 1fr;
    }

    .om-hero-trust div {
        grid-template-columns: 40px minmax(0, 1fr);
        justify-items: start;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid #d9e5ee;
        padding: 10px 0;
    }

    .om-hero-actions .theme-btn,
    .om-call-btn {
        width: 100%;
        justify-content: center;
    }

    .om-hero-visual {
        min-height: 300px;
    }

    .om-hero-visual img {
        max-height: 300px;
    }

    .om-hero-visual-dynamic {
        padding: 14px;
    }

    .om-hero-visual-dynamic img {
        height: 250px;
        max-height: none;
        border-radius: 12px;
    }

    .om-facility-strip {
        margin-top: 8px;
    }

    .om-featured-doctor {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .om-featured-doctor img {
        width: 180px;
        min-height: 190px;
        margin: 0 auto;
    }

    .om-featured-doctor ul {
        text-align: left;
    }

.om-stats-bar div {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.24);
    }
}

/* Corrected Om Healthcare footer */
.footer-area {
    float: left;
    width: 100%;
    background: linear-gradient(135deg, #06417e 0%, #005d84 50%, #008f88 100%) !important;
}

.footer-area .footer-shape {
    display: none;
}

.footer-widget-wrapper.om-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .75fr 1fr 1.1fr;
    gap: 0;
    padding-top: 34px !important;
    padding-bottom: 30px !important;
}

.om-footer-cell {
    min-width: 0;
    padding: 0 30px;
    border-right: 1px solid rgba(255,255,255,.22);
}

.om-footer-cell:first-child {
    padding-left: 0;
}

.om-footer-cell:last-child {
    padding-right: 0;
    border-right: 0;
}

.footer-widget-box {
    margin: 0;
    min-width: 0;
}

.footer-logo {
    margin-bottom: 16px;
    text-decoration: none;
}

.footer-wordmark img {
    width: 78px !important;
    height: 78px;
    padding: 0 !important;
    object-fit: contain;
}

.footer-wordmark strong {
    font-size: 20px;
    line-height: 1.15;
}

.footer-wordmark small {
    margin-top: 5px;
    font-size: 11px;
}

.footer-contact,
.footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact li,
.footer-contact li a {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    min-width: 0;
    margin: 0 0 10px;
    color: rgba(255,255,255,.9) !important;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.footer-contact i {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
    color: #fff;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    font-size: 14px;
}

.footer-widget-title {
    position: relative;
    margin: 0 0 14px;
    padding-bottom: 9px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 2px;
    background: rgba(255,255,255,.65);
}

.footer-list {
    columns: 1;
}

.footer-list li {
    margin: 0 0 7px;
}

.footer-list li a {
    display: inline-flex;
    color: rgba(255,255,255,.9) !important;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

.footer-list li a:hover,
.footer-contact li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.om-footer-social {
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.om-footer-social span {
    flex-basis: 100%;
    margin: 0 0 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.om-footer-social a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 50%;
    font-size: 15px;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}

.om-footer-social a:hover,
.om-footer-social a:focus {
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.om-footer-social a:nth-of-type(1) {
    background: #1877f2;
}

.om-footer-social a:nth-of-type(2) {
    background: #1da1f2;
}

.om-footer-social a:nth-of-type(3) {
    background: #e4405f;
}

.om-footer-social a:nth-of-type(4) {
    background: #0a66c2;
}

.om-footer-social a:nth-of-type(5) {
    background: #e62117;
}

.copyright {
    background: rgba(0,31,72,.28);
}

.copyright-wrapper {
    padding: 12px 0;
}

.copyright-text {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 13px;
}

.copyright-text a {
    color: #fff;
    font-weight: 800;
}

.om-copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.om-copyright-row > div:last-child {
    flex: 0 0 auto;
    text-align: right;
}

@media (max-width: 991px) {
    .footer-widget-wrapper.om-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 0;
    }

    .om-footer-cell {
        padding: 0 22px;
    }

    .om-footer-cell:nth-child(2n) {
        border-right: 0;
    }

    .om-footer-cell:nth-child(3) {
        padding-left: 0;
    }

    .om-copyright-row,
    .om-copyright-row > div:last-child {
        display: block;
        text-align: center;
    }

    .om-copyright-row > div:last-child {
        margin-top: 6px;
    }
}

@media (max-width: 575px) {
    .footer-widget-wrapper.om-footer-grid {
        grid-template-columns: 1fr;
        padding-top: 28px !important;
        padding-bottom: 20px !important;
    }

    .om-footer-cell {
        padding: 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.18);
        padding-bottom: 20px !important;
    }

    .om-footer-cell:last-child {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .footer-wordmark strong {
        font-size: 17px;
    }
}

/* Slider treatment for home facilities, services and doctors */
.main .hospital-departments,
.main .home-staff,
.main .course-area {
    display: none !important;
}

.om-slider-wrap {
    position: relative;
    min-width: 0;
}

.om-scroll-slider {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.om-scroll-slider::-webkit-scrollbar {
    display: none;
}

.om-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #008f88;
    box-shadow: 0 8px 22px rgba(5,45,87,.2);
    transform: translateY(-50%);
    transition: .2s ease;
}

.om-slider-arrow:hover,
.om-slider-arrow:focus {
    background: #052d57;
}

.om-slider-prev {
    left: 10px;
}

.om-slider-next {
    right: 10px;
}

.om-facility-slider {
    margin-top: -28px;
    padding: 0 58px;
}

.om-facility-strip {
    margin-top: 0 !important;
    padding: 4px 8px 8px;
}

.om-facility-strip a {
    flex: 0 0 calc((100% - 72px) / 5);
    min-width: 210px;
    scroll-snap-align: start;
}

.om-service-slider {
    min-width: 0;
}

.om-specialty-grid {
    padding: 4px 2px 8px;
}

.om-specialty-grid article {
    flex: 0 0 185px;
    scroll-snap-align: start;
}

.om-home-doctors {
    float: left;
    width: 100%;
    padding: 24px 0 34px;
    background: #f7fbfe;
}

.om-doctor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: -4px 0 16px;
}

.om-doctor-head p {
    margin: 0;
    color: #425b70;
    font-size: 15px;
    line-height: 1.6;
}

.om-small-outline {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    color: #052d57;
    border: 1px solid #c9dbe8;
    border-radius: 6px;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.om-small-outline:hover,
.om-small-outline:focus {
    color: #fff;
    border-color: #008f88;
    background: #008f88;
    text-decoration: none;
}

.om-doctor-track {
    padding: 4px 2px 10px;
}

.om-doctor-card {
    flex: 0 0 calc((100% - 72px) / 5);
    min-width: 245px;
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 13px;
    min-height: 165px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid #dbe7ef;
    border-radius: 13px;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 62%, #ecfbff 100%);
    box-shadow: 0 9px 24px rgba(5,45,87,.08);
    scroll-snap-align: start;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.om-doctor-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #00bcd4, #00a79d, #fda31b);
}

.om-doctor-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0,167,157,.55);
    box-shadow: 0 16px 36px rgba(0,167,157,.16);
}

.om-doctor-card img {
    width: 88px;
    height: 128px;
    object-fit: cover;
    object-position: top center;
    border: 1px solid #d7edf5;
    border-radius: 10px;
    background: #eef8fb;
    box-shadow: 0 8px 18px rgba(0,167,157,.12);
    transition: transform .32s ease, box-shadow .32s ease;
}

.om-doctor-card:hover img {
    transform: scale(1.045);
    box-shadow: 0 12px 24px rgba(253,163,27,.22);
}

.om-doctor-card h3 {
    margin: 0 0 6px;
    color: #08346f;
    font-size: 17px;
    line-height: 1.16;
    font-weight: 900;
}

.om-doctor-card p {
    margin: 0 0 7px;
    color: #263b54;
    font-size: 12px;
    line-height: 1.35;
}

.om-doctor-card strong {
    display: block;
    margin-bottom: 8px;
    color: #052d57;
    font-size: 12px;
    line-height: 1.35;
}

.om-doctor-card span {
    display: block;
    color: #486176;
    font-size: 12px;
    line-height: 1.4;
}

.om-doctor-card div::after {
    content: "Book Appointment";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    width: 100%;
    margin-top: 8px;
    color: #06376c;
    border: 1px solid #d6f0f3;
    border-radius: 7px;
    background: linear-gradient(135deg, #eafcff, #fff7e8);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .2px;
    text-transform: uppercase;
    transition: all .25s ease;
}

.om-doctor-card:hover div::after {
    color: #fff;
    border-color: #00a79d;
    background: linear-gradient(135deg, #00a79d, #00bcd4);
}

.om-slider-empty {
    flex: 0 0 100%;
    padding: 28px;
    color: #526b7f;
    border: 1px dashed #c8dce9;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    font-weight: 800;
}

@media (max-width: 1300px) {
    .om-doctor-card {
        flex-basis: calc((100% - 36px) / 3);
    }

    .om-facility-strip a {
        flex-basis: calc((100% - 36px) / 3);
    }
}

@media (max-width: 991px) {
    .om-slider-prev {
        left: 8px;
    }

    .om-slider-next {
        right: 8px;
    }

    .om-facility-slider {
        padding: 0 44px;
    }

    .om-doctor-card {
        flex-basis: calc((100% - 18px) / 2);
    }
}

@media (max-width: 575px) {
    .om-slider-arrow {
        display: none;
    }

    .om-facility-slider {
        margin-top: 8px;
        padding: 0 14px;
    }

    .om-facility-strip a,
    .om-specialty-grid article,
    .om-doctor-card {
        flex-basis: min(280px, 82vw);
        min-width: min(280px, 82vw);
    }

    .om-doctor-head {
        display: block;
    }

    .om-doctor-head .om-small-outline {
        margin-top: 10px;
    }

    .om-doctor-card {
        grid-template-columns: 76px minmax(0, 1fr);
        min-height: 156px;
        padding: 14px;
    }

    .om-doctor-card img {
        width: 76px;
        height: 112px;
    }
}

@media (max-width: 575px) {
    .home-empanelment-section,
    .empanelment-page-section {
        padding: 36px 0 44px;
    }

    .home-empanelment-panel {
        padding: 18px;
    }

    .home-empanelment-head .site-title {
        font-size: 25px;
    }

    .home-empanelment-card {
        flex-basis: 220px;
        min-width: 220px;
    }

    .empanelment-grid {
        grid-template-columns: 1fr;
    }
}
