: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;
}

::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-widget-wrapper {
    align-items: flex-start;
}

.footer-widget-box.about-us {
    max-width: 360px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}

    .footer-logo img {
        width: 142px;
        height: 142px;
        object-fit: contain;
        border-radius: 10px;
        padding: 10px;
        background: #fff;
        box-shadow: 0 16px 35px rgba(0, 0, 0, .16);
    }

    .footer-logo:hover,
    .footer-logo:focus {
        color: var(--site-accent);
    }

.footer-contact {
    margin-top: 26px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.footer-contact li i {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: #fff;
    background: 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, #08294e, #0d3a70);
}

.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;
    }
}

/* 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;
    }

.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: 65px;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.school-welcome {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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);
}

.top-menusec {
    min-height: 100px;
    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: 88px;
    padding: 0 0px;
    background: #fff;
}

.school-navigation-row {
    min-height: 100px;
    display: grid;
    grid-template-columns: 270px 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: 106px;
    padding: 18px 0;
}

.fixed .school-brand-panel {
    min-height: 50px;
    padding: 10px 0;
}

.mainlogoo {
    width: 100%;
}

.mainlogoo .logobiggg,
.school-brand-panel .logobiggg {
    width: min(290px, 100%);
    max-height: 86px;
    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: 230px minmax(0, 1fr) auto;
        gap: 18px;
    }

    .school-utility-links {
        gap: 18px;
    }

    .school-navigation-row {
        grid-template-columns: 300px 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;
    }

    .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;
    }

    .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: none;
    }

    .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;
    }

    .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: 126px;
        height: 126px;
    }

    .footer-contact li,
    .footer-contact li a,
    .footer-list li a {
        overflow-wrap: anywhere;
    }
}

@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 {
    display: inline-flex;
    left: 0;
}

.home-empanelment-next {
    display: inline-flex;
    right: 0;
}

.home-empanelment-prev,
.home-empanelment-next {
    align-items: center;
    justify-content: center;
}

.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));
    }
}

@media (max-width: 767px) {
    .home-empanelment-prev,
    .home-empanelment-next {
        display: inline-flex !important;
    }
}

@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;
    }
}

/* Tridev inner-page header alignment */
.school-utility-bar.headerkk {
    min-height: 46px;
    background: linear-gradient(135deg, #168c52, #087a58);
    border-top: 5px solid #07523e;
}

.school-utility-bar.headerkk:after {
    display: none;
}

.school-utility-inner {
    min-height: 46px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
}

.school-welcome {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 900;
}

.school-utility-links {
    justify-content: center;
    gap: 0;
}

.school-utility-links li {
    padding: 0 16px;
    border-left: 1px solid rgba(255,255,255,.28);
}

.school-utility-links a,
.school-utility-links li > span {
    font-size: 12px;
}

.school-utility-links strong {
    margin-bottom: 1px;
    font-size: 12px;
}

.school-utility-icon {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    border: 0;
    background: rgba(255,255,255,.16);
}

.top-menusec,
.top-menusec.fixed {
    min-height: 94px;
    padding: 0 24px;
    background: #fff;
    border-bottom: 1px solid rgba(0,141,125,.12);
    box-shadow: 0 8px 30px rgba(0,45,66,.06);
}

.school-navigation-row,
.fixed .school-navigation-row {
    min-height: 94px;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
}

.school-brand-panel,
.fixed .school-brand-panel {
    min-height: 94px;
    padding: 8px 0;
}

.mainlogoo .logobiggg,
.school-brand-panel .logobiggg,
.fixed .school-brand-panel .logobiggg {
    width: auto;
    max-width: 270px;
    max-height: 82px;
    object-fit: contain;
}

.menubar nav > ul {
    gap: 10px;
}

.menubar nav > ul > li > a {
    padding: 12px 14px;
    color: #062b4f;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: 0;
}

.menubar nav > ul > li > a:hover,
.menubar nav > ul > li > a.active-menu,
.menubar nav > ul > li:first-child > a {
    color: #fff !important;
    background: #168c52 !important;
}

.school-registration-btn {
    min-height: 54px;
    padding: 0 26px;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #009b87, #00646b) !important;
    box-shadow: 0 15px 28px rgba(0,141,125,.22);
    font-size: 14px;
    text-transform: none;
}

@media (max-width: 1320px) {
    .school-navigation-row,
    .fixed .school-navigation-row {
        grid-template-columns: 245px minmax(0, 1fr);
    }

    .mainlogoo .logobiggg,
    .school-brand-panel .logobiggg,
    .fixed .school-brand-panel .logobiggg {
        max-width: 225px;
    }
}

@media (max-width: 991px) {
    .school-utility-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 0;
    }

    .school-utility-links {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .school-utility-links li {
        padding: 7px 14px 7px 0;
        border-left: 0;
    }

    .school-navigation-row,
    .fixed .school-navigation-row {
        grid-template-columns: 1fr auto;
    }
}

/* Lighter professional typography */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}

p,
li,
a,
span,
.school-utility-links a,
.school-utility-links li > span,
.footer-contact li,
.footer-contact li a,
.footer-list li a,
.copyright-text {
    font-weight: 400;
}

.school-welcome,
.school-utility-links strong,
.school-registration-btn,
.menubar nav > ul > li > a,
.footer-widget-title,
.theme-btn,
.btn-success {
    font-weight: 600 !important;
}

.site-title,
.aboutus-pagetext-h2,
.mces-hero-copy h2,
.mces-hero-copy h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.menubar nav > ul > li {
    position: relative;
}

.menubar nav > ul ul {
    top: 100% !important;
    margin-top: 0 !important;
    min-width: 265px;
    padding: 0;
    overflow: hidden;
    background: #168c52 !important;
    border-top: 5px solid #00a79d;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 20px 36px rgba(0, 45, 66, .18);
}

.menubar nav > ul > li:hover > ul,
.menubar nav > ul > li:focus-within > ul {
    display: block;
    visibility: visible;
    opacity: 1;
}

.menubar nav > ul ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.menubar nav > ul ul li:last-child {
    border-bottom: 0;
}

.menubar nav > ul ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 13px 16px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 1.2;
    text-transform: none;
}

.menubar nav > ul ul li a:hover,
.menubar nav > ul ul li a:focus {
    background: #087a58 !important;
}

/* Consistent breathing room between inner-page sections. */
.allpage,
.contactkk,
.staff-page-section,
.empanelment-page-section {
    padding-top: 74px !important;
    padding-bottom: 84px !important;
}

.aboutkk + .allpage,
.aboutkk + .contactkk,
.aboutus-page + .allpage,
.aboutus-page + .contactkk,
.aboutus-page + .empanelment-page-section {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .allpage,
    .contactkk,
    .staff-page-section,
    .empanelment-page-section {
        padding-top: 54px !important;
        padding-bottom: 62px !important;
    }
}

@media (max-width: 991px) {
    .school-utility-bar.headerkk {
        display: none !important;
    }

    .responsive-menu li {
        position: relative;
    }

    .responsive-menu li > ul {
        display: block !important;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-4px);
        transition: max-height .32s ease, opacity .22s ease, transform .22s ease;
    }

    .responsive-menu li.submenu-open > ul {
        max-height: 520px;
        opacity: 1;
        transform: translateY(0);
    }

    .responsive-menu li.has-submenu > a {
        padding-right: 42px;
    }

    .responsive-menu li.has-submenu > a::after {
        content: "\f107";
        position: absolute;
        right: 18px;
        top: 50%;
        color: inherit;
        font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
        font-weight: 900;
        transform: translateY(-50%);
        transition: transform .28s ease;
    }

    .responsive-menu li.has-submenu.submenu-open > a::after {
        transform: translateY(-50%) rotate(180deg);
    }
}
