@import url(https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inter
}

nav#mainNav .nav-item>a.phoneNumber,
nav#mainNav .nav-item>a:hover {
    background: var(--white-color);
    color: var(--theme-color)
}

#nav>li.active>a,
#nav>li>a {
    background: #8b1d24;
    color: #fff
}

:root {
    --theme-color: #0F5DA8;
    --white-color: #fff;
    --light-blue: #00A9FF;
    --theme-black-color: #3E3E3E
}

html {
    overflow-x: hidden
}

body {
    background: #fff;
    overflow: auto;
    font-size: 14px;
    overflow-x: hidden
}

a,
a:focus,
a:hover {
    text-decoration: none;
    transition: .4s
}

img {
    max-width: 100%
}

button,
input,
select {
    outline: 0;
    box-shadow: none
}

.themeColor {
    color: var(--theme-color) !important
}

.blackColor {
    color: var(--theme-black-color) !important
}

.sectionHeading {
    text-align: start
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s linear .1s;
    z-index: 999999999;
    background-color: var(--theme-color)
}

.nabh-logo {
    width: 150px;
    background: #fff;
    position: absolute;
    z-index: 1;
    padding: 5px;
    border-radius: 11px;
    right: 50px;
    top: 50px
}

.heading {
    padding: 20px 0 5px;
    text-align: left
}

.unorderList li a span {
    margin: 0 12px;
    font-size: 17px;
    font-weight: 400
}

.mainHeader {
    background: var(--theme-color);
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    transition: .4s
}

.mainHeader.fixedHeader {
    top: -6px;
    transition: .4s;
    box-shadow: 0 0 10px #0000002e;
    position: fixed;
}

.listInline {
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 10px
}

.department-card,
.gap20,
.related-post-card {
    gap: 20px
}

.calendar {
    width: 100%;
    box-shadow: 0 0 24.5px 0 #0000001F;
    background-color: #fff;
    border-radius: 8px
}

.calendar__month {
    font-size: 20px;
    font-weight: 800;
    padding: 23px 0;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 21.1px 0 #00000012
}

.cal-month__next,
.cal-month__previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center
}

.cal-month__next {
    right: 0
}

.cal-month__current {
    text-align: center;
    color: #3e3a3a;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize
}

.cal-body__day,
.cal-head__day {
    display: inline-block;
    width: 58px;
    height: 50px;
    float: left;
    text-align: center;
    color: #0f5da8;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize
}

.theme-btn,
.theme-white-btn {
    font-size: 15px !important;
    cursor: pointer
}

.cal-body__week,
.calendar__head {
    display: block;
    height: 50px;
    width: 100%
}

.calendar__head {
    line-height: 50px;
    position: relative
}

.cal-body__day {
    color: #d4d4d4;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.cal-day__month--current {
    color: #3e3a3a
}

.cal-day__day--today {
    font-weight: 800;
    color: #2196f3
}

.cal-day__day--selected {
    background-color: #0f5da8;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
    border-radius: 50%;
    color: #fff
}

nav#mainNav {
    background: 0 0;
    padding: 28px 0
}

.navbar-brand {
    width: 25%
}

.navbar-brand img {
    max-width: 80%;
    height: auto;
    object-fit: contain;
    margin-left: 56px
}

.dropMenuWrp {
    padding: 10px;
    position: absolute;
    min-width: 240px;
    border-radius: 0 0 3px 3px;
    background: rgb(255 255 255);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
    opacity: 0;
    top: 20px;
    z-index: -9;
    transition: .5s;
    visibility: hidden
}

.stickyBtn.stickyLeft {
    transform: rotate(90deg);
    right: auto;
    left: -70px
}

.stickyBtn {
    right: -60px;
    top: 50%;
    transform: rotate(-90deg)
}

.side-ribbon {
    top: 65%;
    padding: 5px
}

.side-ribbon-2 {
    top: 92%;
    padding: 5px
}

.side-ribbon,
.side-ribbon-2 {
    position: fixed;
    transform: translateY(-230%);
    height: auto;
    background-color: #db0b0b;
    text-align: center;
    transition: transform .3s ease-in-out;
    z-index: 1000;
    color: #fff;
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.left-ribbon {
    left: 0 !important;
    right: auto !important;
    border-radius: 0 8px 8px 0
}

.left-ribbon span,
.right-ribbon span {
    font-family: Inter;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center
}

.dropdown-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

li.menu-item a {
    color: #000;
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 3px
}

li.menu-item a:hover {
    color: #6f0091
}

nav#mainNav .nav-item>a {
    padding: 10px 23px;
    border: 1px solid var(--white);
    border-radius: 36px;
    color: var(--white);
    display: flex;
    gap: 7px;
    justify-content: center
}

nav#mainNav .nav-item>a.phoneNumber,
ul.nav-dropdown-list li a,
ul.nav-sub-dropdown-list li a {
    padding: 10px;
    margin-bottom: 0
}

nav#mainNav .nav-item>a.phoneNumber span,
nav#mainNav .nav-item>a.whatsappBtn span {
    font: 700 14px Inter, sans-serif;
    word-spacing: 3px
}

nav#mainNav .nav-item>a.phoneNumber i,
nav#mainNav .nav-item>a.whatsappBtn i {
    font-size: 18px
}

nav#mainNav .nav-item>a.phoneNumber i {
    transform: rotate(82deg);
    font-size: 16px
}

nav#mainNav .nav-item>a.phoneNumber:hover {
    background: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

nav#mainNav .nav-item {
    padding: 0 15px
}

.dropMenu:hover .dropMenuWrp {
    opacity: 1;
    top: 100%;
    z-index: 9;
    transition: .5s;
    visibility: visible
}

nav#mainNav .nav-item>i {
    position: absolute;
    right: 5px;
    top: 33px
}

.wideDropMenu {
    min-width: 480px
}

.wideDropMenu .dropdown-items {
    display: flex;
    flex-wrap: wrap
}

.blog-card-btn-blue,
.blog-card-btn-grey,
.team-card-btn-blue,
.team-card-btn-grey,
.testimonial-minor-card .card-left,
.wideDropMenu .dropdown-items li {
    width: 50%
}

#nav {
    padding: 10px 0;
    border: none
}

#nav>li>a {
    font-size: inherit;
    font-weight: 400;
    border: 1px solid #eee;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 15px 110px;
    text-align: center;
    line-height: 1.42857143;
    display: block
}

.top-header {
    /* background-color: #0b1222; */
    background-color: #1e3a8a;
    padding: 0 20px 0 76px
}

#nav>li.active>a {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-width: 1px
}

#nav>li>a:hover {
    background-color: #f5f5f5;
    color: #8b1d24;
    border: 1px solid #8b1d24
}

.header-navbar {
    background-color: #fff;
    height: 80px;
    max-width: 1560px;
    position: absolute;
    top: 41px;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #d9d9d7
}

@media only screen and (max-width:360px) {
    .menu-toggle {
        right: 30px;
        width: 70px
    }

    .menu-toggle span {
        width: 30px
    }
}

@media only screen and (max-width:767px) {
    .menu-toggle {
        right: 60px
    }

    .mobile-navigation,
    .mobile-navigation ul li.menu-item-has-children .sub-menu {
        right: -100%;
        width: 100%
    }

    .top-header {
        /* background-color: #0b1222; */
        background-color: #1e3a8a;
        padding: 10px;
    }

    .megaMenu,
    .megaMenuAlt {
        width: 100% !important;
        padding: 10px !important;
        border-radius: 15px
    }
}

@media only screen and (max-width:1239px) {
    .mainNav {
        display: none
    }

    .menu-toggle {
        cursor: pointer;
        height: 80px;
        padding: 20px;
        right: 40px;
        top: 0;
        width: 75px
    }

    .menu-toggle span.top {
        left: 20px;
        top: 29px
    }

    .mobile-navigation ul li {
        border-bottom: 1px solid #d9d9d7;
        display: block;
        position: relative
    }

    .mobile-navigation ul li.menu-item-has-children>a {
        padding-right: 60px
    }

    .mobile-navigation ul li a {
        color: #4a4a4a;
        display: block;
        padding: 20px
    }

    .mobile-navigation ul li.menu-item-has-children i {
        border-left: 1px solid #d9d9d7;
        cursor: pointer;
        font-size: 22px;
        height: 100%;
        padding: 30px;
        position: absolute;
        right: 0;
        top: 0
    }

    .menu-toggle span {
        background-color: #4a4a4a;
        height: 4px;
        opacity: 1;
        width: 35px
    }

    .menu-toggle,
    .menu-toggle span {
        display: block;
        position: absolute;
        transition: .3s ease-in-out
    }

    .menu-toggle span.middle,
    .menu-toggle span.middle2 {
        left: 20px;
        top: 39px
    }

    .menu-toggle span.bottom {
        left: 20px;
        top: 49px
    }

    .mobile-navigation {
        background-color: #ececec;
        display: block;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 80px;
        position: fixed;
        right: -400px;
        top: 80px;
        transition: .3s ease-in-out;
        width: 400px;
        z-index: 99
    }
}

header .home-link {
    left: 0;
    padding: 22px;
    position: absolute;
    display: block;
    height: 22px;
    top: 5px;
    width: 244px
}

@media only screen and (min-width:1240px) {

    .mainNav,
    .mainNav>ul>li,
    .mainNav>ul>li>a {
        display: inline-block
    }

    .mainNav>ul>li.menu-item-has-children:hover .mega-flyout .mega-flyout-teaser,
    .mainNav>ul>li.menu-item-has-children:hover .mega-flyout:before {
        opacity: 1
    }

    .mainNav>ul>li.menu-item-has-children .mega-flyout:before {
        background: rgba(0, 0, 0, .2);
        background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, transparent);
        bottom: -10px;
        content: "";
        height: 10px;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: auto;
        transition: .4s ease-in;
        width: 100%;
        z-index: 10
    }

    .mainNav>ul>li.menu-item-has-children:hover .mega-flyout .sub-menu {
        opacity: 1;
        padding: 40px 35px 50px
    }

    .mainNav>ul>li.menu-item-has-children .mega-flyout .sub-menu {
        column-count: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        opacity: 0;
        padding: 40px 35px 50px;
        transition: .4s ease-in
    }

    .mainNav>ul>li.menu-item-has-children .mega-flyout .sub-menu li {
        display: block;
        padding: 0
    }

    .mainNav {
        position: absolute;
        right: 0
    }

    .mainNav>ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .mainNav>ul>li {
        padding: 0 10px
    }

    .mainNav>ul>li>a {
        font-weight: 300;
        color: #4a4a4a;
        font-size: .8rem;
        line-height: 80px;
        position: relative
    }

    .menu-toggle,
    .mobile-navigation {
        display: none
    }

    .mainNav>ul>li.menu-item-has-children .mega-flyout {
        background-color: #fff;
        border: 0 !important;
        display: block;
        height: auto;
        left: 0;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 80px;
        transition: .3s ease-in;
        width: 100%;
        z-index: 9
    }
}

section.mainBanner {
    position: relative;
    margin-top: 0
}

.banner-section img {
    object-fit: contain;
    width: 100%
}

.slider-container {
    width: 1200px
}

.sliderContent {
    position: absolute;
    left: 37%;
    top: 52%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: .4s;
    right: 0
}

.sliderContent h1 {
    font: 700 33.5px/46.4px Inter, sans-serif;
    text-align: left;
    color: var(--white)
}

.banner-list ul,
.pl-0 {
    padding-left: 0
}

.banner-list ul li {
    list-style: none;
    text-align: start;
    font: 500 19.66px/1.3 Inter, sans-serif;
    color: var(--white);
    display: flex;
    gap: 10px;
    align-items: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    margin-bottom: 15px
}

.banner-list ul li span.ellipse-icon {
    width: 12px;
    height: 25px;
    display: block;
    background: var(--light-blue);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 3.443786859512329px 3.443786859512329px 0 #00000040
}

a.white-btn {
    display: block;
    width: 169.55px;
    height: 40px;
    background: var(--white);
    border-radius: 36px;
    font: 700 25.71px/38.57px Inter, sans-serif;
    color: var(--theme-color)
}

a.white-btn:hover {
    border: 1px solid var(--white-color);
    color: var(--white-color);
    background: 0 0
}

.bannerEnquiryHeading h3 {
    font: 700 30px/44.55px Inter, sans-serif;
    display: flex;
    text-align: left
}

.card.appointment-card {
    border-radius: 23px;
    box-shadow: 0 5px 6.800000190734863px 0 #00000069;
    position: relative;
    top: -13px;
    right: -185px;
    margin: auto 37px
}

.row.bannerEnquiryCard {
    align-items: center
}

.blog-page-card .blog-text,
.card.appointment-card .card-body,
.expert-advice-card .expert-advice-text {
    padding: 20px
}

.bannerEnquiryCard input[type=file],
.bannerEnquiryCard input[type=text] {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    color: #000;
    margin-bottom: 16px;
    background: #fff;
    font-size: 12px
}

.bannerEnquiryCard input[type=date],
.bannerEnquiryCard input[type=email] {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    margin-bottom: 16px;
    background: #fff;
    font-size: 12px
}

.bannerEnquiryCard .label {
    color: #404040;
    font-weight: 700;
    font-size: 9.53px;
    line-height: 100%;
    letter-spacing: 0
}

.resume_file {
    display: inline-block;
    overflow: hidden;
    padding: 30px 50px;
    background: 0 0;
    transition: background .3s ease-in-out;
    display: grid;
    grid-gap: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-top: 10px
}

.resume_file input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer
}

.resume_file p {
    color: #a5a5a5;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0
}

.bannerEnquiryCard select {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    margin-bottom: 16px;
    font-size: 12px
}

.bannerEnquiryCard textarea {
    width: 100%;
    border-radius: 5px;
    color: #a5a5a5;
    border: 1px solid #c9c9c9;
    margin-bottom: 16px;
    background: #fff;
    font-size: 12px
}

.theme-btn {
    border-radius: 5px;
    color: #fff;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    font-weight: 700;
    padding: 10px
}

.theme-white-btn {
    border-radius: 5px;
    color: var(--theme-color);
    background: #fff;
    border: 1px solid var(--theme-color);
    font-weight: 700;
    padding: 15px
}

.blog-date,
.blog-user {
    color: grey
}

.theme-white-btn img {
    width: 8px
}

.blog-section .owl-nav button img,
.team-section .owl-nav button img {
    width: 30px
}

.team-image img {
    height: 300px;
    width: 100%;
    /* object-fit: cover; */
    object-fit: contain;
    background: #fff;
    object-position: top;
    border-radius: 15px
}

.theme-btn img {
    width: 15px
}

.theme-btn:hover {
    background: var(--white);
    color: var(--theme-color)
}

.bannerEnquiryHeading {
    text-align: center;
    margin: 0 0 19px
}

.aboutUs,
.career-section,
.contact-section,
.department-detail-section,
.department-section,
.excellence-section,
.findus-section,
.leadership-section,
.news-section,
.testimonial-section,
.vision-section {
    padding: 70px 12px 50px;
    background: #fff
}

.aboutUs h3,
.career-section h1,
.career-section h3,
.contact-section h1,
.contact-section h3,
.department-detail-section h1,
.department-detail-section h3,
.department-section h1,
.department-section h3,
.findus-section h3,
.leadership-section h1,
.leadership-section h3,
.morgan-section h1,
.vision-section h1,
.vision-section h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #0f5da8
}

.career-card .content h5,
.career-card .content span,
.inrBanner1 h3 {
    line-height: 100%;
    letter-spacing: 0
}

.career-card {
    background-color: #f9f9f9;
    border-radius: 15px
}

.career-card .content h5 {
    font-weight: 800;
    font-size: 21.22px;
    text-align: center;
    color: #0f5da8
}

.career-card .content p {
    font-weight: 400;
    font-size: 13px;
    text-align: center
}

.career-card .content {
    padding: 15px
}

.inrBanner1 h3 {
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.career-card .image img {
    height: 235px;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.career-card .content span {
    font-weight: 600;
    font-size: 11px;
    text-align: center
}

.about-second-content p,
.about-second-content ul li,
.contact-section p,
ul.unorderList {
    font-weight: 400;
    font-size: 16px;
    line-height: 169%
}

.department-detail-section .nav-pills .nav-link {
    border-radius: 8px 0 0 8px;
    border: 1px solid #f4f4f4;
    color: #515151;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    height: 80px;
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: auto 0
}

.department-detail-section .nav-pills .nav-link img {
    width: 30px;
    object-fit: contain;
    filter: invert(17%) sepia(81%) saturate(4354%) hue-rotate(187deg) brightness(92%) contrast(93%)
}

.banner-cards:hover>img,
.department-detail-section .nav-pills .nav-link.active img,
.global-wellness-card:hover .global-wellness-image img,
.nav-pills .show>.nav-link img,
.services-card:hover .services-image img {
    filter: brightness(0) invert(1)
}

.excellence-card:hover .excellence-icon img,
.faq-icon img,
.feature-card:hover img,
.navBtn1:hover img {
    filter: invert(1) brightness(1000%)
}

.department-detail-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0f5da8;
    border-radius: 8px 0 0 8px
}

.department-section p,
.leadership-section p,
.morgan-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0;
    text-align: center
}

.department-card {
    box-shadow: 0 4px 23.4px 0 #00000017;
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    padding: 15px
}

.contact-form,
.upcoming-events-card {
    box-shadow: 0 4px 39.5px 0 #1976D242
}

.department-card p {
    color: #3e3a3a;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 0;
    text-align: left
}

.department-card .dept-content h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #0f5da8
}

.department-card .dept-content p {
    color: #3e3a3a;
    font-weight: 400;
    font-size: 12px;
    line-height: inherit
}

.department-card .dept-content span {
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize
}

.leadership-content {
    background-color: #fff;
    position: relative;
    top: -118px;
    padding: 15px;
    margin: 0 15px;
    border-radius: 10px;
    min-height: 103px
}

.leadership-content h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    letter-spacing: 0;
    color: #0f5da8;
    text-align: left
}

.doctor-profile-card h5,
.doctor-profile-section h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: inherit
}

.doctor-profile-blue-card h5,
.doctor-profile-blue-card p,
.stats-section h4,
.stats-section span {
    text-align: center;
    letter-spacing: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0f5da8;
    border-radius: 20px
}

.nav-pills .nav-link {
    border-radius: 19px;
    border: 1px solid #0f5da8;
    color: #0f5da8
}

.doctor-profile-section h5 {
    letter-spacing: 0;
    color: #0f5da8
}

.doctor-select {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    border: none
}

.ts-wrapper input::placeholder {
    color: #212529
}

.ts-dropdown .create,
.ts-dropdown .no-results,
.ts-dropdown .optgroup-header,
.ts-dropdown .option {
    padding: 10px 8px
}

.doctor-profile-card {
    background-color: #f5f3f3;
    border-radius: 10px;
    padding: 20px
}

.doctor-profile-card h5 .fa,
.location-filter-carousel .owl-nav button img {
    width: 25px
}

.doctor-profile-card h5 {
    letter-spacing: 0;
    text-transform: capitalize;
    color: #0f5da8
}

.doctor-profile-card p {
    font-weight: 500;
    font-size: 15px;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #404040;
    margin-left: 30px;
    margin-bottom: 7px
}

.blue-card,
.doctor-profile-blue-card {
    background: linear-gradient(0deg, #062542 -162.5%, #0f5da8 121.28%);
    padding: 20px;
    border-radius: 10px
}

.blue-card h4 {
    font-weight: 700;
    font-size: 32px;
    color: #fff
}

.contact-form {
    padding: 30px;
    border-radius: 23px
}

.contact-form .form-control {
    font-size: 14px;
    height: 50px
}

.contact-form textarea {
    height: auto !important
}

.contact-section .nav-pills .nav-link,
.findus-section .nav-pills .nav-link,
.navBtn1,
.navBtn1:hover {
    border-radius: 10px !important
}

.doctor-profile-blue-card h5 {
    font-weight: 800;
    font-size: 33.86px;
    line-height: inherit;
    text-transform: capitalize;
    color: #fff
}

.findus-section .findus-card {
    box-shadow: 1px 1px 15.7px 0 #1976D242;
    display: flex;
    border-radius: 10px;
    margin-bottom: 20px
}

.findus-card .content {
    padding: 8px 20px 20px 19px;
    text-align: left
}

.findus-card .image img {
    min-width: 160px !important;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-width: 160px !important
}

.findus-card .content h5 {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: #0f5da8
}

.findus-card .content p {
    color: #3e3a3a;
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 9px
}

.doctor-profile-blue-card p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #fff
}

.excellence-section span,
.list-inline li a,
.navbar-light .navbar-nav .nav-link,
.read-more {
    text-transform: uppercase;
    text-wrap-mode: wrap
}

.excellence-section span,
.list-inline-new li a,
.navbar-light .navbar-nav .nav-link,
.read-more {
    text-transform: uppercase;
    text-wrap-mode: wrap
}

.doctor-profile-blue-card a,
.doctor-profile-blue-card button {
    font-weight: 800;
    font-size: 20px;
    line-height: 169%;
    letter-spacing: 0;
    background-color: #fff;
    color: #0f5da8;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 10px;
    padding: 5px 15px
}

.stats-section {
    padding: 40px;
    background-image: url(../images/stats_banner.png);
    background-size: 100% 100%
}

.stats-section h4 {
    font-weight: 700;
    font-size: 49.65px;
    line-height: inherit;
    color: #fff
}

.stats-section span {
    font-weight: 500;
    font-size: 18.62px;
    line-height: 202.99999999999997%;
    color: #fff
}

ul {
    padding-left: 1rem
}

.leadership-content span {
    font-weight: 500;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 0;
    color: #6d6d6d;
    text-align: left !important
}

.excellence-card .text,
.excellence-section span,
.faq-card .text {
    font-weight: 600;
    vertical-align: middle
}

.leadership-card {
    background-color: #d9d9d9;
    border-radius: 10px;
    margin: 0 20px;
    height: 375px
}

.leadership-card img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    border-radius: 10px
}

.excellence-icon img,
.faq-icon img {
    width: 60px;
    padding: 5px;
    object-fit: contain
}

.excellence-section .excellence-card {
    background-color: #fafafa;
    display: flex;
    border-radius: 11px;
    align-items: center
}

.faq-card {
    background-color: #105ca7;
    display: flex;
    border-radius: 11px
}

.faq-section {
    padding: 45px 12px 50px;
    background: #fafafa
}

.news-section .news-card {
    background-color: #fafafa;
    display: flex;
    border-radius: 11px
}

.excellence-card:hover {
    background-color: #105ca7
}

.excellence-card:hover .text,
.feature-card:hover .feature-text h4,
.feature-card:hover .feature-text p,
.global-wellness-card:hover .global-wellness-text h5,
.global-wellness-card:hover .global-wellness-text p,
.location-card:hover h5,
.selected_location .location-card h5,
.services-card:hover .services-text h5,
.services-card:hover .services-text p {
    color: #fff
}

.excellence-icon img {
    height: 50px !important;
    width: 50px !important
}

.excellence-card {
    display: flex;
    align-items: center;
    height: 70px;
    gap: 10px
}

.excellence-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.dept-image,
.faq-icon img {
    height: 100%
}

.excellence-section span {
    font-size: 13px;
    color: #3e3a3a
}

.excellence-section h2,
.faq-section h2,
.news-section h2,
.testimonial-section h2 {
    font-weight: 800;
    font-size: 32px;
    vertical-align: middle;
    color: #0f5da8
}

.news-minor-card .card-left img {
    height: 100%;
    object-fit: cover
}

.excellence-card .text {
    font-size: 18px;
    padding: 20px;
    color: #000
}

.faq-card .text {
    font-size: 18px;
    padding: 20px;
    color: #fff
}

.blog-section,
.services-section,
.team-section {
    padding: 70px 12px 50px;
    background: #f8f8f8
}

.services-section .owl-nav {
    position: relative;
    display: flex;
    left: -90px;
    bottom: 147px;
    justify-content: space-between;
    width: calc(100% + 180px)
}

.blog-section .owl-nav,
.team-section .owl-nav {
    position: relative;
    left: -60px;
    width: calc(100% + 120px);
    display: flex
}

.team-section .owl-nav {
    bottom: 280px;
    justify-content: space-between
}

.blog-section .owl-nav {
    bottom: 245px;
    justify-content: space-between
}

.blog-user {
    margin-left: 50px;
    float: right
}

.blog-date .fa,
.blog-user .fa,
.package-heading {
    color: #0f5da8
}

.testimonial-major-card h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    vertical-align: middle;
    color: #0f5da8 !important
}

.testimonial-major-card p,
.vision-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle
}

.vision-lower-content {
    padding: 95px 0
}

.vision-upper-content {
    padding: 60px 0
}

.vision-lower-content p {
    color: #0f5da8;
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    letter-spacing: 0
}

.blog-card-footer,
.department-tabs,
.news-minor-card,
.social-media-header-container,
.team-card-footer,
.testimonial-minor-card {
    display: flex
}

.testimonial-major-card img {
    width: 100%
}

.news-minor-card .card-right,
.testimonial-minor-card .card-right,
.upcoming-event-minor-card .event-details {
    padding: 0 20px
}

.testimonial-minor-card .card-right h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #0f5da8
}

.news-minor-card .card-right h4 {
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
    color: #000
}

.news-minor-card .card-left {
    width: 200px
}

.news-minor-card .card-right p,
.testimonial-designation {
    font-size: 12px
}

.upcoming-events-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 470px;
    overflow: auto
}

.blog-page-card,
.expert-advice-card {
    box-shadow: 0 4px 14.3px 0 #0000001A
}

.related-post-card,
.upcoming-event-minor-card {
    padding: 10px 0;
    border-bottom: 1px solid #c4c4c4;
    display: flex
}

.category-card {
    border: 1px solid #d3d3d3;
    border-radius: 23px;
    padding: 20px
}

.category-card h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #212121
}

.category-card ul li {
    font-weight: 500;
    font-size: 14px;
    color: #212121;
    margin-bottom: 8px
}

.category-card ul {
    list-style: none;
    padding-left: 0
}

.related-post-card .related-post-details p {
    font-weight: 800;
    font-size: 13px;
    color: #212121;
    text-align: left
}

.related-post-card img {
    width: 120px
}

.upcoming-events-card h5 {
    font-weight: 700;
    font-size: 32px;
    color: #0f5da8
}

.upcoming-event-minor-card .event-date {
    background-color: #0f5da8;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    width: 150px
}

.upcoming-event-minor-card .event-details p {
    font-weight: 600;
    font-size: 16.2px;
    color: #3e3a3a
}

.related-post {
    border: 1px solid #d3d3d3;
    border-radius: 23px;
    padding: 20px;
    margin-top: 20px
}

.related-post h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #212121
}

.upcoming-event-minor-card .event-details .location {
    color: #a7a7a7;
    font-weight: 600;
    font-size: 11px
}

.event-date .date {
    font-weight: 700;
    font-size: 39.58px;
    text-align: center
}

.event-date .month {
    font-weight: 700;
    font-size: 19.79px;
    text-align: center
}

.blog-section h1,
.services-section h1,
.services-section h2,
.team-section h1,
.team-section h2 {
    font-weight: 800;
    font-size: 32px;
    color: #0f5da8;
    text-align: center
}

.blog-section p,
.services-section p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000
}

.team-section p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
    margin-bottom: 0
}

.blog-page-card {
    border-radius: 23px
}

.expert-advice-card,
.navBtn2 {
    border-radius: 10px
}

.blog-page-card .blog-text h5 {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -3%
}

.expert-advice-card .expert-advice-text h5 {
    font-weight: 500;
    font-size: 14.44px;
    color: #0f5da8;
    min-height: 70px
}

.expertSlider .owl-dots {
    text-align: center !important
}

.expertSlider .owl-dots button.owl-dot {
    height: 7px;
    width: 7px;
    margin: 5px
}

.expert-advice-card .read-more {
    font-weight: 500;
    font-size: 12.44px;
    line-height: 100%;
    color: #000
}

.page-item .page-link {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #585858;
    background-color: #e6e6e6;
    padding: 4px;
    font-weight: 700;
    font-size: 14px
}

.blog-card .blog-text,
.team-card .team-text {
    background: #fff;
    z-index: 999;
    position: relative;
    top: -50px;
    width: 90%
}

.nav-item,
.page-item {
    margin-right: 10px
}

.page-item.active .page-link {
    background-color: #0f5da8;
    border-color: #0f5da8
}

.blog-page-card .blog-text span {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-transform: capitalize
}

.blog-card .blog-text h5 {
    font-weight: 800;
    font-size: 16px;
    vertical-align: middle;
    text-transform: capitalize
}

.blog-card .blog-text p {
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    text-transform: capitalize;
    text-align: left
}

.blog-card .blog-text {
    padding: 20px;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 4px 4px 0 #00000040 !important
}

.blog-card-btn-grey,
.team-card-btn-grey {
    background-color: #f1f1f1;
    color: #0f5da8;
    padding: 10px;
    border-bottom-left-radius: 20px;
    font-weight: 700;
    font-size: 12px
}

.blog-card-btn-blue,
.team-card-btn-blue {
    background-color: #0f5da8;
    color: #f1f1f1;
    padding: 10px;
    border-bottom-right-radius: 20px;
    /* border-bottom-left-radius: 20px; */
    font-weight: 700;
    font-size: 12px
}
 .phone_image-n {
        width: 25px !important;
    }
.team-card .team-text h5 {
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #0f5da8
}

.team-card .team-text p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    height: 40px
}

.team-card .team-text {
    padding: 20px 0 0;
    border-radius: 20px;
    left: 16px
}

.services-card {
    box-shadow: 1px 2px 6px 0 #00000030;
    min-height: 220px
}

.services-text h5 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    color: #3e3a3a
}

.global-wellness-text p,
.services-text p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #3e3a3a
}

.global-wellness-image,
.services-image {
    justify-content: center;
    display: flex;
    margin-bottom: 20px
}

.award-card,
.testimonial-content {
    flex-direction: column;
    display: flex
}

.services-image img {
    width: 75px !important;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0f5da8;
    transition: filter .3s ease-in-out
}

.appointment-section {
    padding: 205px 12px 50px;
    background: url(../images/appointment-bg.webp) 0 0/100% 420px no-repeat #fff
}

.morgan-section {
    padding: 170px 12px 50px;
    background: url(../images/morgan-bg.png) 0 0/100% 420px no-repeat #fff
}

.awards-section,
.hospital-section {
    padding: 35px 0 50px;
    position: relative
}

.award-card,
.awards-section,
.feature-card,
.hospital-card,
.hospital-section {
    background-color: #fff
}

.hospital-section {
    height: 600px;
    margin-bottom: 100px
}

.awards-section .upper-half,
.hospital-section .upper-half {
    height: 60%;
    width: 80%;
    background: linear-gradient(90deg, #062542 -111.44%, #0f5da8 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.hospital-section .container {
    top: -270px;
    position: relative
}

.hospital-section .owl-carousel .owl-stage-outer {
    width: 120%
}

.awards-section {
    height: 500px
}

.awards-section .container {
    top: -200px;
    position: relative
}

.awards-section h1,
.awards-section h2,
.hospital-section h1,
.hospital-section h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 52px;
    color: #fff
}

.awards-section .owl-nav .owl-next,
.awards-section .owl-nav .owl-prev {
    color: #0e5395 !important;
    font-size: 35px !important
}

.hospital-section .owl-nav {
    float: right;
    position: relative;
    top: -490px;
    right: 200px;
    gap: 20px;
    display: flex
}

.google-icon {
    width: 20px !important;
    height: 20px;
    object-fit: contain
}

.awards-section p,
.hospital-section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 50px
}

.awardSlider .item img {
    box-shadow: 0 4px 4px 0 #00000040 !important;
    border-radius: 30px
}

.owl-carousel .owl-stage-outer {
    overflow-x: clip !important;
    overflow: visible;
    z-index: 99
}

.owl-dots .active {
    background-color: #105ca7 !important;
    border-radius: 50%;
    height: 16px;
    width: 16px
}

.owl-dots button.owl-dot {
    border: 1px solid gray;
    background: #8d8d8d;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: relative;
    margin: 2px
}

.awards-section .owl-dots {
    text-align: center;
    top: -35px;
    position: relative
}

.testimonial-section .owl-dots {
    text-align: center;
    margin-top: 30px
}

.testimonial-box {
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px 1px #00000040
}

.testimonial-box img {
    margin-top: 20px !important
}

.testimonial-content {
    align-items: flex-start;
    justify-content: center;
    padding: 20px
}

.testimonial-content p {
    text-align: justify;
    margin-bottom: 0;
    margin-top: 10px
}

.testimonial-content span {
    padding-bottom: 5px
}

.star .fa-star {
    color: #1560ba;
    margin-right: 5px
}

.testimonial-box img {
    padding: 18px;
    width: 100%;
    height: 115px;
    border-radius: 50%;
    object-fit: cover
}

.career-section .details {
    color: #666 !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 38px;
    line-height: 169%;
    letter-spacing: 0;
    text-align: center
}

@media screen and (max-width:800px) {
    .testimonial-box {
        flex-direction: column;
        padding-top: 15px
    }
}

.awards-section .owl-nav {
    justify-content: center;
    display: flex;
    gap: 130px;
    margin-top: 40px;
    text-align: center
}

.awards-section .owl-nav button {
    z-index: 9999
}

.award-card {
    border-radius: 30px;
    background-image: url(../images/awards-bg.png);
    height: 150px !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 45px;
    align-items: center;
    justify-content: center
}

.clearmedi-section,
.doctor-profile-section,
.feature-section {
    padding: 70px 12px 50px
}

.hospital-card {
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 #00000026;
    text-align: left !important;
    min-height: 350px
}

.customCard,
.portfolio-title h2,
.portfolio-title p,
p.about-para {
    text-align: center
}

.hospital-card .hospital-image img {
    padding: 10px;
    border-radius: 15px !important;
    height: 250px;
    object-fit: cover
}

.hospital-card .hospital-text {
    padding: 10px
}

.hospital-card .hospital-text h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #000;
    min-height: 50px
}

.hospital-card .hospital-text span {
    font-weight: 500;
    font-size: 13px;
    line-height: 17.86px;
    color: #1a65a2
}

.clearmedi-section h3,
.doctor-profile-section h3,
.morgan-section h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #0f5da8;
    margin-bottom: 20px
}

.feature-card {
    display: flex;
    box-shadow: 0 4px 4px 0 #0000000D
}

.feature-card:hover,
.global-wellness-card:hover,
.services-card:hover {
    background-color: #0f5da8
}

.feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.feature-text h4 {
    font-weight: 800;
    font-size: 17px;
    line-height: 21.78px;
    color: #0f5da8
}

ul.button-list li a,
ul.button-list li a:hover {
    padding: 8px 10px;
    font: 700 25px/38.42px Inter, sans-serif;
    width: 291px;
    height: 55px
}

.feature-card p {
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    color: #000;
    min-height: 36px;
    margin-bottom: 0 !important
}

.icon img {
    padding: 0 10px 0 0;
    width: 95px;
    height: 65px;
    object-fit: contain
}

p.about-para {
    font: 400 19.5px/30px Inter, sans-serif
}

.portfolio-title h2 {
    font: 700 34px/40px Inter, sans-serif;
    color: var(--theme-color)
}

.sectionHeading h3 {
    font: 700 34px/54px Inter, sans-serif
}

ul.unorderList {
    padding-left: 24px
}

.overviewImg img {
    width: 100%;
    border-radius: 50%;
    object-fit: contain
}

section.WhyLaparoscopicSec {
    background: url('../images/img-background.png') center/cover no-repeat;
    padding: 40px 30px 50px
}

.portfolio-title p {
    font: 600 20px/36px Inter, sans-serif;
    color: var(--white)
}

.custom-img img {
    height: 128.6px;
    object-fit: cover
}

.custom-card-content {
    text-align: center;
    padding: 8px 10px 0;
    font: 600 14.17px/21.2px Inter, sans-serif;
    background: #0f589dd4;
    color: #fff;
    min-height: 60px;
    display: grid;
    justify-content: center;
    align-content: center
}

section.ourExperiencedSec {
    position: relative;
    padding: 50px 30px
}

.doctor-info {
    text-align: start;
    padding-top: 40px
}

.doctor-info h3 {
    font: 700 28px/41.58px Inter, sans-serif;
    color: var(--theme-color)
}

.doctor-info h6 {
    font: 500 20px/26.7px Inter, sans-serif;
    color: var(--theme-black-color);
    margin-bottom: 0
}

.doctor-info span {
    font: 500 16px/23.76px Inter, sans-serif;
    color: var(--theme-black-color)
}

section.bookingSec {
    padding: 24px 20px 10px;
    background: #f3f3f3
}

ul.button-list {
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px
}

.desktop,
.dropdown-submenu:hover>.dropdown-menu,
.dropdown:hover>.dropMenu,
.dropdown:hover>.dropMenu2,
.mobile-break,
.nav-item.dropdown:hover>.dropdown-menu,
.search_form_hero_banner,
ul.button-list li a {
    display: block
}

.copyRight,
.footerWrp,
.inrContentWrp,
.newsBx,
.sidebar-list ul li a,
.social,
.testimonialImg,
.testimonialSlider .owl-nav {
    display: flex;
    display: flex
}

ul.button-list li a i.fa-phone {
    transform: rotate(87deg)
}

section.faqs-header-section {
    padding: 40px 37px 10px;
    text-align: center
}

div#accordion {
    padding-left: 57px
}

section.faqs-section {
    padding: 45px 37px;
    text-align: center;
    background: var(--theme-color)
}

.faqs-section .card {
    border-radius: 0;
    border-bottom: 1px solid var(--light-blue);
    border-top: 0;
    border-left: 0;
    border-right: 0
}

section.faqs-section .card-header button {
    width: 100%;
    text-align: left;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    padding: 13px 0;
    font: 400 15px/22.5px Inter, sans-serif
}

section.faqs-section .card-header {
    padding: 0;
    border: none;
    background: var(--theme-color);
    border-radius: 0
}

.faqs-section .card-body {
    color: var(--white);
    background: var(--theme-color);
    padding: 4px 110px 16px 0;
    font: 400 11.2px/18px Inter, sans-serif
}

.copyRight p,
.footerBx h3 {
    line-height: inherit;
    letter-spacing: 0
}

.faq-image img {
    width: 439px;
    height: 285px;
    border-radius: 49px;
    object-fit: fill
}

.faqs-section .card-header button[aria-expanded=true] i:before {
    content: "\f062"
}

.hospital-main-image img {
    height: 515px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 4px 40.5px 0 #1976D242
}

footer.footer {
    background: url(../images/footer-bg.webp) 0 0/cover no-repeat
}

.footerBx.footerLogo {
    border-left: none;
    width: 34%;
    padding-top: 55px
}

.footerBx-alt {
    padding: 55px 90px 50px !important
}

.footerBx {
    padding: 55px 20px 50px;
    color: #fff;
    width: 30%
}

.footerBx.footerLogo>img {
    max-width: 95%;
    margin-bottom: 30px
}

.footerBx h3 {
    font-weight: 700;
    font-size: 20px;
    color: #1976d2;
    margin-bottom: 20px
}

.footerLogo p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 30px
}

.social {
    align-items: center;
    gap: 15px
}

.footerBx ul {
    margin: 0
}

.footerBx ul,
.inrContent ul {
    padding: 0;
    list-style-type: none
}

.footerBx ul li {
    margin: 0 0 8px
}

.footer-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    object-fit: contain
}

.copyRight {
    width: 100%;
    height: 55px;
    background: #001d38;
    justify-content: center;
    align-items: center
}

.copyRight p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    font-size: 13px
}

.accordion-item {
    border-radius: 20px !important;
    border: none;
    box-shadow: 0 1px 2px 0 #00000026
}

.accordion-button {
    border-radius: 15px !important;
    padding-left: 45px
}

.accordion-button::after {
    left: 15px;
    position: absolute;
    background-image: url('../images/accordion_close.png')
}

.accordion-button:not(.collapsed) {
    background-color: #105ca7;
    color: #fff;
    padding-left: 45px
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    color: #fff !important;
    background-image: url('../images/accordion_open.png')
}

#search_section_mobile_view,
.mobile,
.stickyBtn,
.upload-box input {
    display: none
}

.appointmentBtn,
.appointmentBtn:hover {
    display: block;
    position: fixed;
    right: -79px;
    top: 50%;
    transform: rotate(-90deg);
    padding: 7px 20px;
    background: var(--light-blue);
    border: none;
    color: #fff;
    border-radius: 10px 10px 0 0;
    outline: 0;
    box-shadow: none;
    z-index: 1;
    cursor: pointer;
    transition: .2s linear .1s;
    text-align: center;
    font-size: 20px
}

.navbar-whatsapp {
    align-items: center;
    display: flex
}

::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #383838
}

::selection {
    background: #383838;
    color: #fff;
    text-shadow: none
}

.mainHeader #myMenu .mainNavList li:hover a,
.navBtn1 {
    color: #0f589d
}

.appointment-box {
    justify-content: end;
    display: flex
}

.enquiryHeading h1 {
    font: 700 30px/46.4px Inter, sans-serif;
    text-align: left;
    color: var(--white)
}

.navBtn1,
.navBtn2 {
    font-weight: 700;
    line-height: 30px !important
}

.appointment_box {
    background: #0f589d;
    border-radius: 15px 0 0 15px
}

.navBtn1:hover,
.navBtn2 {
    background-color: #0f589d !important
}

.appointment_box_form {
    border-radius: 10px;
    padding: 40px 20px;
    box-shadow: 0 4px 39.5px 0 #1976D242
}

.bannerEnquiryHeading p {
    font-weight: 700;
    font-size: 11px;
    text-align: left;
    margin-bottom: 10px
}

.social-icons i {
    padding: 5px;
    border-radius: 20%;
    height: 25px;
    width: 29px;
    font-size: 15px;
    text-align: center
}

.bannerEnquiryCard input[type=number] {
    width: 100%;
    height: 38px;
    border-radius: 24px;
    border: 1px solid #9a9a9a;
    margin-bottom: 16px;
    background: #f3f3f3
}

.navbar-light .navbar-nav .nav-link {
    color: #1e1e1e;
    font-size: 14px
}

.navBtn1 {
    border-color: #0f5da8
}

.navBtn1:hover,
.navBtn2,
.navBtn2:hover {
    color: #fff !important
}

.navBtn1:hover {
    border-color: #0f5da8 !important
}

.hero-section h1,
.hero-section h2,
.hero-section-2 h1 {
    font-weight: 900 !important;
    font-size: 52px;
    margin-bottom: 20px;
    filter: drop-shadow(0px 4px 4px 0px #00000040);
    color: #0f589d !important
}

.bgTheme {
    background-image: url('../../assets/images/banner1.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.bannerPara {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px
}

.hero-list {
    list-style: none;
    color: #fff;
    padding: 0
}

.hero-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    margin-bottom: 15px
}

.formBanner {
    background: #fff;
    border-radius: 7px;
    display: flex;
    padding: 4px
}

.inrBanner1 {
    padding: 80px 0;
    background-image: url(../images/inner-banner.webp);
    position: relative;
    background-size: cover;
    margin-top: 110px
}

.backOverlay {
    background: linear-gradient(90deg, rgba(15, 93, 168, .72) 0, rgba(6, 37, 66, .72) 160.21%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.list-inline {
    display: flex;
    z-index: 1;
    position: relative;
    padding-left: 0;
    list-style: none
}

.list-inline-new {
    display: flex;
    z-index: 1;
    position: relative;
    padding-left: 0;
    list-style: none
}

section.inrBanner ul li,
section.inrBanner1 ul li {
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px
}

.formBanner .btn {
    background-color: #0f589d;
    color: #fff;
    border-radius: 7px;
    padding: 4px 20px;
    font-size: 13px
}

.ts-control {
    padding: 5px
}

.about-border-image {
    position: absolute;
    left: 500px;
    width: 205px;
    top: 445px
}

.about-text-content {
    margin-top: 60px
}

.about-image-2 {
    position: relative;
    z-index: 9;
    margin-top: 40px
}

.formBanner .form-select {
    padding: 0 2.25rem 0 .75rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%230F5DA8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    font-size: 14px !important
}

.formBanner .right-border {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: none;
    border-bottom: none;
    border-radius: 0
}

.formBanner .form-select:focus {
    box-shadow: none !important
}

.brLeft {
    border-right: solid px !important
}

.alert-primary {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

.btn-close {
    float: inline-end
}

.blueBorder {
    border: 2px solid #0f5da8
}

.slot-select {
    border-radius: 8px;
    height: 48px;
    font-size: 15px;
    box-shadow: none;
    border: 1px solid #ccc
}

.slot-select:focus {
    border-color: #0f5da8;
    box-shadow: 0 0 0 .2rem rgba(15, 93, 168, .25)
}

@media only screen and (max-width:420px) {
    .mobile {
        display: block !important
    }
}

@media only screen and (max-width:991px) {
    .footerLogo {
        width: 100% !important
    }

    .footerBx {
        padding: 25px 15px !important;
        width: 100%
    }

    .dropdown,
    .footerWrp,
    .linkBx,
    .mainHeader #myMenu .mainNavList>li,
    .testimonial>.d-flex,
    .testimonialImg,
    section.inrBanner ul {
        flex-wrap: wrap
    }

    .navbar-brand {
        width: 80%
    }

    .social-icons {
        margin-right: 0
    }

    .top-header {
        top: 0;
        width: 100%
    }

    .inrBanner1 {
        margin-top: 50px
    }

    .nabh-logo {
        width: 90px;
        background: #fff;
        position: absolute;
        z-index: 1;
        padding: 5px;
        border-radius: 11px;
        right: 10px;
        top: 80px
    }

    .overLay,
    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh
    }

    .leadership-content {
        margin-top: -40px;
        padding-bottom: 30px
    }

    .overLay {
        width: 100%;
        background: rgb(0 0 0 / 51%)
    }

    .inrContent:before,
    .inrContentThumb:after,
    .overLay {
        display: none
    }

    div#navbarSupportedContent.active {
        left: 320px;
        transition: .4s
    }

    div#navbarSupportedContent {
        width: 320px;
        background: #ebe6ddf5;
        padding: 60px 20px 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: .4s
    }

    .cross-toggler {
        background: 0 0;
        border: none;
        color: #000;
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999
    }

    .collage1 .collageBx.collageWide,
    .cross-toggler {
        margin-bottom: 10px
    }

    .dropdown:hover .dropMenu,
    .overLay.active {
        display: block
    }

    .dropMenu .dropMenu,
    .megaMenu {
        height: auto;
        max-height: 250px;
        overflow: auto
    }

    .dropMenu.active,
    .dropMenu2.active {
        display: block !important
    }

    .dropMenu,
    .dropMenu2 {
        display: none !important
    }

    .dropMenu,
    .dropdown .dropdown .dropMenu2,
    .mainHeader #myMenu .mainNavList>li:hover .dropMenu {
        display: block;
        position: static;
        width: 100%;
        overflow-x: hidden
    }

    .navbar-light .navbar-toggler img {
        width: 35px;
        height: 35px
    }
}

.pagination {
    justify-content: center
}

.upload-box {
    border: 1px solid #c9c9c9;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin: auto
}

.upload-box:hover {
    background: #e9ecef
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none
}

.dropdown-menu {
    top: 35px
}

.formBanner>.form-control,
.ts-control {
    border: none !important
}

.ts-control,
.ts-control input,
.ts-dropdown {
    font-size: 14px !important;
    color: #000 !important
}

@media (min-width:991px) and (max-width:1440px) {
    .hospital-card .hospital-text h5 {
        font-size: 15px
    }

    .inrBanner1 {
        margin-top: 130px
    }

    .excellence-card .text,
    .leadership-content h5 {
        font-size: 14px
    }

    .leadership-content span {
        font-size: 11px
    }

    .dropdown-item,
    .navBtn1,
    .navBtn2,
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px
    }
}

@media (min-width:991px) and (max-width:1240px) {

    .dropdown-item,
    .navBtn1,
    .navBtn2,
    .navbar-light .navbar-nav .nav-link {
        font-size: 11px
    }
}

.bannerEnquiryCard input[type=date],
.bannerEnquiryCard input[type=email],
.bannerEnquiryCard select {
    color: #000 !important
}

.upload-box p {
    margin: 0;
    color: #7b7b7b !important
}

.services-card {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: background-color .3s ease-in-out
}

.global-wellness-text h5,
.global-wellness-text p,
.services-text h5,
.services-text p {
    transition: color .3s ease-in-out
}

.megaMenuSm {
    width: 500px;
    left: -10rem;
    padding: 10px !important;
    border-radius: 15px
}

.dropMenu li a,
.dropMenu2 li a {
    display: block;
    padding: 5px 0 !important;
    color: #000 !important;
    font-size: 14px
}

.navbar-collapse {
    flex-grow: initial
}

.dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(270deg);
    transition: transform .2s ease-in-out
}

.mainHeader2 {
    background: 0 0;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s
}

.mainHeader2,
.stickyBtn {
    position: fixed;
    z-index: 99
}

.topBar {
    padding: 12px 0
}

.bx h3,
.topBar {
    background: #763140
}

#myMenu {
    background: #fff;
    padding: 20px 10px
}

.list-inline {
    display: flex;
    margin: 0 -10px;
    top: 50px
}

.list-inline-new {
    display: flex;
    margin: 0 -10px;
    /* top: 50px */
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.mainHeader2 #myMenu .mainNavList>li {
    padding: 5px 12px;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px
}

.mainHeader2 #myMenu .mainNavList>li>a {
    padding: 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.megaMenu {
    left: -17rem
}

.megaMenu,
.megaMenuAlt {
    width: 800px;
    padding: 10px !important;
    border-radius: 15px
}

.dropMenu,
.dropMenu2 {
    padding: 30px;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 100%;
    min-width: 180px;
    display: none;
    background: #fff;
    box-shadow: 3px 3px 4px #0000002b
}

.dropMenu li,
.dropMenu2 li {
    padding: 0 10px
}

.dropdown,
.topBarInr {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dropdown .dropdown .dropMenu {
    left: 100% !important;
    top: 0
}

.dropdown .dropdown .dropMenu2 {
    right: 100% !important;
    left: auto;
    top: 0
}

ul.nav-dropdown-list,
ul.nav-sub-dropdown-list {
    display: none;
    height: auto;
    position: relative;
    border-radius: 0 0 10px 10px;
    width: 100%
}

ul.nav-dropdown-list {
    background: #763140;
    padding: 10px;
    top: -18px
}

ul.nav-sub-dropdown-list {
    background: #92210f;
    padding: 10px;
    top: 0
}

.dept-image img {
    height: 100% !important;
    object-fit: cover
}

i.icon-custom {
    color: #0f5da8 !important;
    margin-right: 6px;
    font-size: 1.1rem;
    vertical-align: middle
}

.read-more {
    color: #0f5da8;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.icon-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0f5da8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.item_card_second_opinion:hover {
    background: #0f5da8;
    color: #fff
}

.item_card_second_opinion h5 {
    text-align: center !important;
    line-height: 21px !important;
    font-weight: 700 !important;
    height: 50px
}

.justify-content-right {
    justify-content: right
}

.doctor-filter {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") right .75rem center/16px 12px no-repeat #0f5da8;
    color: #fff;
    font-size: 14px;
    border-radius: 10px
}

.global-wellness-card,
.location-card {
    background-color: #fff;
    transition: background-color .3s ease-in-out
}

.banner-cards,
.bloc-icon {
    text-align: center;
    color: #0f589d;
    font-weight: 700
}

.doctor-filter:focus {
    background: #fff;
    color: #000
}

.justify-content-space-around {
    justify-content: space-around
}

.location-card {
    ext-align: center;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #9e9e9e
}

.location-card:hover,
.selected_location .location-card {
    background: #0f5da8;
    cursor: pointer
}

.location-filter-carousel .owl-nav {
    position: relative;
    display: flex;
    left: -45px;
    bottom: 28px;
    justify-content: space-between;
    width: calc(100% + 94px)
}

.location-text h5 {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #3e3a3a
}

.global-wellness-image img {
    width: 65px !important;
    padding: 10px;
    border-radius: 25%;
    border: 2px solid #0f5da8;
    transition: filter .3s ease-in-out
}

.global-wellness-card {
    text-align: center;
    padding: 25px 15px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.grid-center {
    display: grid;
    align-content: center
}

.global-wellness-section {
    padding: 40px;
    background-image: linear-gradient(to bottom, rgb(6 37 66 / 60%), rgb(24 87 147 / 87%)), url(../images/global-wellness/global-wellness-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.global-wellness-text {
    height: 50px
}

.banner-cards {
    display: grid;
    background: #fff;
    justify-items: anchor-center;
    padding: 10px;
    border-radius: 10px;
    gap: 4px
}

.banner-cards:hover {
    background: #0f589d;
    color: #fff
}

.mobile-nav {
    background: #fff;
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    display: none;
    justify-content: space-around;
    z-index: 2
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0
}

.bloc-icon img {
    width: 33px;
    margin-bottom: 10px
}

.hero-section,
.hero-section-2 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center
}

.appointment-body p i {
    margin-right: 5px;
    color: #0f5da8
}

.appointment-header {
    background-color: #0f5da8;
    border-bottom: none;
    color: #fff
}

.appointment-btn {
    background-color: #0f5da8;
    border: none;
    border-radius: 6px;
    transition: background .3s
}

.appointment-btn:hover {
    background-color: #0d4e90
}

@media (max-width:460px) {
    .mobile-break {
        display: inline !important
    }

    #search_section_mobile_view {
        display: block !important
    }
}

#kenytChatBubble.style1 #kenytBubbleContainer {
    bottom: 90px !important
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.award-card-text {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.marquee-wrapper {
    background-color: #0f589d;
    padding: 10px 0;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: 60px
}

.marquee-text {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee-text {
    display: inline-block;
    animation: marquee-scroll 70s linear infinite;
}

.star-icon {
    height: 22px !important;
    width: 22px !important;
    margin-right: 10px
}

.package-card-heading {
    color: #0f5da8;
    font-weight: 700 !important;
    font-size: 18px !important
}

.package-card-subheading {
    color: #000;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.package-card-price {
    color: #0f5da8;
    font-weight: 600 !important;
    font-size: 18px !important
}

.package-Details {
    list-style: none;
    padding: 0;
    margin: 0
}

.package-Details li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500
}

.package-Details li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 4.5c0-.4.5-.6.8-.3l4.2 3.5c.2.2.2.5 0 .7l-4.2 3.5c-.3.3-.8.1-.8-.3V4.5z' fill='%230b57a4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0
}

.total-package-price {
    color: #0f5da8;
    font-size: 30px;
    font-weight: 700
}

.package-section {
    background: #fff;
    padding: 40px
}

.package-heading.active {
    border-bottom: 3px solid #0f5da8
}

.package-divider {
    height: 1px;
    background: #efefef;
    margin-top: -1px
}

.package-list li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
    list-style: disc
}

.price-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem
}

.book-now-btn {
    border-radius: 5px;
    color: #fff;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    font-weight: 600;
    padding: 10px
}

.global-health-package-section {
    padding: 40px;
    background-image: linear-gradient(to bottom, rgb(6 37 66 / 60%), rgb(24 87 147 / 87%)), url(../images/health-package-banner.webp);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.package-heading {
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: 2px solid #007bff;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 20px
}

.package-list {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.8;
    font-size: .95rem
}

.onco-left h3,
.onco-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

.onco-wrapper {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    max-width: 900px
}

.modal.fade .modal-dialog {
    transform: translateY(150px);
    transition: transform .5s ease-out;
    opacity: 0
}

.modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1
}

.onco-left p {
    font-size: 13px;
    line-height: 1.6
}

.onco-right {
    width: 60%;
    padding: 40px;
    z-index: 2
}

.onco-left,
.onco-left::after {
    background-repeat: no-repeat;
    z-index: 1
}

.onco-title {
    text-align: center;
    color: #004a90;
    line-height: 1;
    letter-spacing: 1px !important
}

.onco-left {
    position: relative;
    width: 55%;
    color: #fff;
    background-image: url('assets/images/blue-wave-content-new.jpeg');
    background-size: cover
}

.onco-left::after {
    content: "";
    position: absolute;
    background-image: url('assets/images/blue-wave-new-1.png');
    right: -113px;
    top: 0;
    width: 113px;
    height: 485px;
    background-size: contain
}

.onco-input,
.onco-select,
.onco-textarea {
    width: 100%;
    padding: 5px 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    background: #f5f5f5;
    border: 1px solid #242424;
    font-size: 14px
}

.onco-submit {
    width: 100%;
    background: linear-gradient(90deg, #004a90, #0162c8);
    border: none;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px
}

.onco-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px
}

.onco-logo-section {
    display: flex;
    gap: 20px;
    align-items: center
}

.onco-logo-text {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px
}

.form-strip,
.secretariat-strip {
    color: #1e3a8a;
    padding: 15px 25px;
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    font-weight: 700
}

.form-strip {
    font-family: Poppins
}

.secretariat-strip {
    margin-top: 30px
}

.modal_form .form-control,
.modal_form .form-select {
    padding: 14px 18px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    font-size: 15px;
    background: #fff;
    color: #333;
    transition: .3s
}

.modal_form .form-control:focus,
.modal_form .form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .1);
    outline: 0
}

.modal_form textarea.form-control {
    min-height: 100px;
    resize: vertical
}

.submit.theme-btn {
    background: #1e3a8a;
    color: #fff;
    border: none;
    padding: 14px 40px !important;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    width: 100% !important;
    height: auto !important;
    letter-spacing: 1px
}

.submit.theme-btn:hover {
    background: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 58, 138, .4)
}

.secretariat-content {
    background: rgba(255, 255, 255, .95);
    padding: 30px;
    border-radius: 15px;
    color: #1a1a1a
}

.coordinator-box {
    background: rgba(37, 99, 235, .08);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 4px solid #2563eb
}

.coordinator-box h5 {
    color: #1e3a8a;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px
}

.coordinator-name {
    font-weight: 600;
    color: #1e3a8a;
    font-size: 18px
}

.coordinator-details {
    font-size: 14px;
    line-height: 1.8;
    color: #374151
}

.contact-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: .3s
}

.contact-link:hover {
    color: #1e40af;
    text-decoration: underline
}

.contact-link img {
    width: 16px;
    height: 16px
}

.conference-image {
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    max-width: 100%;
    height: auto
}

@media (max-width:768px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
        display: none !important
    }

    a.dropdown-item::after {
        content: " ";
        display: block
    }

    a.dropdown-item {
        display: inline-block;
        white-space: normal
    }

    .dropdown-menu .collapse {
        display: none
    }

    .dropdown-menu .collapse.show {
        display: block
    }

    #formSection {
        margin: 10px
    }

    .form-strip,
    .secretariat-strip {
        font-size: 16px;
        padding: 12px 15px
    }

    .submit.theme-btn {
        font-size: 16px;
        padding: 12px 30px !important
    }

    .onco-wrapper {
        display: flex;
        flex-direction: column
    }

    .onco-left {
        width: 100% !important;
        background-size: cover;
        min-height: 465px
    }

    .onco-left::after {
        display: none !important;
        content: none !important
    }

    .onco-right {
        width: 100% !important;
        padding: 15px !important
    }
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 90vh
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-content {
    position: relative;
    z-index: 2
}

div#banner-height {
    min-height: 90vh !important
}

.slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3
}

section.hero-section .owl-nav button {
    position: absolute;
    left: 10px;
    top: 50%;
    background: #16589e !important;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 30px !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important
}

section.hero-section .owl-nav button.owl-next {
    left: auto !important;
    right: 10px
}

.desktop-banner,
section.hero-section .owl-carousel .owl-dots.disabled,
section.hero-section .owl-carousel .owl-nav.disabled {
    display: block !important
}

.feature-section {
    margin-top: 0 !important;
    padding-top: 10px !important
}

.mobile-banner {
    display: none !important
}

.feature-card {
    padding: 25px 15px;
    display: flex;
    border-radius: 15px;
    box-shadow: 4px 5px 4px 4px #0000000D
}

@media screen and (max-width:1450px) {
    section.hero-section .owl-nav button {
        position: absolute;
        left: 10px;
        top: 49% !important
    }
}

@media screen and (max-width:1366px) {
    .hero-section {
        position: relative;
        overflow: hidden;
        min-height: 100vh !important
    }
}

.OncoconImage {
    width: 100%;
    height: 400px;
    max-height: 400px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 20px
}

.banner-cards img {
    width: 35px;
    height: 35px;
    object-fit: contain
}

@media (max-width:991px) {
    .dropdown-menu {
        display: none
    }

    .dropdown-menu.show,
    .dropdown-submenu .dropdown-menu.show {
        display: block
    }

    .dropdown-submenu .dropdown-menu {
        display: none;
        position: static;
        float: none;
        width: 100%
    }

    .upload-box {
        margin-bottom: 30px !important
    }

    .excellence-icon img {
        width: 80px
    }

    .dropdown-menu.show,
    .mobile-banner {
        display: block !important
    }

    .social-media-header-container {
        display: flex !important;
        /* flex-wrap: wrap; */
        gap: 1px;
        /* justify-content: center !important */
    }

    .OncoconImage {
        width: 100%;
        height: 225px;
        object-fit: fill
    }

    .hero-section {
        position: relative;
        overflow: hidden;
        min-height: 350px !important
    }

    .slider .item img {
        height: 100%;
        object-fit: cover
    }

    div#banner-height {
        min-height: auto !important
    }

    #search_section_mobile_view {
        display: block !important;
        margin-top: 10px
    }

    .feature-section {
        padding-top: 10px
    }

    .desktop-banner {
        display: none !important
    }
}

.social img,
.social-icons img {
    width: 23px;
    height: 23px;
    object-fit: contain
}

.second-hero-banner.contact-banner {
    background: linear-gradient(135deg, #0f589d, #0b4478);
    padding: 180px 0 90px;
    position: relative;
}

.diversion {
    border-top: 1px solid #0b4478;
}

.second-hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
}

.second-hero-banner .bannerContent {
    position: relative;
    z-index: 2;
}

.second-hero-banner h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.customSecNew {
    background-color: #f6f8fb;
    padding: 70px 0;
}

.sectionText {
    background: #fff;
    padding: 50px 45px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(15, 88, 157, 0.08);
}

.sectionText p {
    font-size: 15.8px;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.sectionText strong {
    color: #0f589d;
    font-weight: 600;
    font-size: 18px;
}

.sectionText a {
    color: #0f589d;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
}

.sectionText br {
    display: block;
    margin-bottom: 6px;
}

.sectionText a[href^="mailto"] {
    font-weight: 600;
}

@media (max-width: 768px) {
    .second-hero-banner h1 {
        font-size: 36px;
    }

    .sectionText {
        padding: 36px 28px;
    }
}

@media (max-width: 576px) {
    .second-hero-banner {
        padding: 90px 0 60px;
    }

    .second-hero-banner h1 {
        font-size: 32px;
    }

    .sectionText {
        padding: 30px 22px;
    }

    .sectionText p {
        font-size: 15px;
    }
}

.sectionText ul {
    list-style: square;
}

.sectionText ul>li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15.6px;
    line-height: 1.85;
    color: var(--text-dark);
}

.sectionText ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
}


.sectionText ul li strong {
    color: #0f589d;
    font-weight: 600;
}

.sectionText ol {
    margin: 18px 0 28px 32px;
    padding: 0;
}

.sectionText ol li {
    margin-bottom: 14px;
    font-size: 15.6px;
    line-height: 1.85;
    color: var(--text-dark);
}

.sectionText ol li::marker {
    color: #0f589d;
    font-weight: 600;
}

.sectionText ol ol {
    margin-top: 10px;
}

.sectionText ol ol li {
    font-size: 15.2px;
}

.clearmedi-hospitals h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #0f5da8;
    margin-bottom: 20px;
}

.specialist-section {
    padding: 40px 30px;
    background: #fff;
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 28px;
}

.section-title-wrapper h2 {
    color: #0f589d;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: inline-block;
}

.section-title-wrapper .title-underline {
    border: none;
    border-top: 2px solid #333;
    width: 100%;
    margin: 0;
    margin-top: -2px;
}

.specialist-link {
    display: flex;
    align-items: center;
    gap: 6px;
    /* font-weight: 700; */
    font-size: 15px;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 5px;
}

.specialist-link:hover {
    color: #0f589d;
    text-decoration: none;
}

.chevron {
    color: #0f589d;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.trauma-section {
    padding: 50px 0;
    background: #fff;
}

.trauma-section h1 {
    color: #0f589d;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 16px;
}

.trauma-section p {
    font-size: 14px;
    color: #1a1a1a;
    text-align: justify;
    margin-bottom: 15px;
}

.trauma-section h2 {
    color: #0f589d;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.trauma-section ul {
    padding-left: 18px;
    margin-bottom: 15px;
}

.trauma-section ul li {
    font-size: 0.92rem;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: justify;
    /* max-width: 90%; */


}

/* Right Appointment Card */
.appointment-card {
    background-color: #1565c0;
    border-radius: 12px;
    padding: 30px 40px;
    color: #fff;
    position: sticky;
    top: 20px;
}

.appointment-card p.book-label {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 6px;
    color: #fff;
}

.appointment-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.3;
}


.appointment-card input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    background: #fff !important;
    color: #1a1a1a !important;
    font-size: 0.9rem;
    margin-bottom: 14px;
    outline: none;
}

.appointment-card input::placeholder {
    color: #888 !important;
}

.appointment-card input:focus {
    background: #fff !important;
    color: #1a1a1a !important;
}

.appointment-card .btn-book {
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #0f589d;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.2s;
}

.appointment-card .btn-book:hover {
    background: #e8f0fe;
}

.featureHeading {
    font-size: 32px;
    font-weight: 700;
    color: #0F5DA8;
}

.feature-card:hover {
    color: #0f5da8 !important;
}

.feature-card:hover,
.global-wellness-card:hover,
.services-card:hover {
    background-color: #0f5da8 !important;
}

.blog-section h2,
.services-section h2,
.team-section h2 {
    font-weight: 800;
    font-size: 32px;
    color: #0f5da8;
    text-align: center
}

.list-inline-new {
    position: relative;
    bottom: -120px;
    color: #000 !important;
    font-size: 12px;

}

.list-inline-new li {
    color: black !important;
}

.text-black {
    color: #000;
    font-size: 12px;
}

.departmentBannerSlider .owl-nav {
    display: none !important;
}

.team-card {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .testimonialSlider .owl-nav {
        display: none !important;
    }

    .doctorSlider .owl-nav {
        display: none !important;
    }

    .blog-section,
    .services-section,
    .team-section {
        padding: 40px 12px 50px;
        background: #f8f8f8
    }

    .testimonial-section {
        padding: 40px 12px 50px;
    }

}

@media (max-width: 787px) {
    .text-black {
        color: #000;
        font-size: 10px !important;
    }

    .doctorSlider .owl-nav {
        display: none !important;
    }

    .departmentBannerSlider .owl-nav {
        display: none !important;
    }




    /* .departmentBannerSlider .owl-nav button {
        background: #0f5da8 !important;
        color: #fff !important;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        font-size: 18px;

    }

    .departmentBannerSlider .owl-nav {
        display: flex !important;
        justify-content: center;
        position: absolute;
        width: 100%;
        left: 0;
        margin-top: 25px;
        gap: 15px;
        transform: translateY(-50%);
        padding: 0 10px;
    } */
}

@media (max-width: 576px) {

    .sectionText ul,
    .sectionText ol {
        margin-left: 22px;
    }

    .sectionText ul>li,
    .sectionText ol li {
        font-size: 15px;
    }
}
.inrBanner1 h1
 {
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.rotate105{
    transform: rotate(105deg);
}