body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #58111a;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    line-height: 1.1em;
    font-family: "Lora", serif;
}
h1,.h1{
    font-size: 40px;
}
h2,.h2{
    font-size: 34px;
}
h3,.h3 {
    font-size: 29px;
}
h4,.h4{
    font-size: 24px;
}
h5,.h5{
    font-size: 21px;
}
h6,.h6{
    font-size: 18px;
}
.h7{
    font-size: 16px;
}
.h8{
    font-size: 14px;
}
.font-inter{
    font-family: "Inter", sans-serif !important;
}
.font-lora{
    font-family: "Lora", serif !important;
}
a, .btn{
    color: #0605EC;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-all;
}
a:hover,a:focus, .btn:hover, .btn:focus{
    color: #58111a;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    opacity: 0.8;
    transition: all 0.3s;
}
img{
    max-width: 100%;
}
iframe {
    width: 100%;
}
table p{
    margin-bottom: 0;
}
.section-space{
    padding: 90px 0px 90px;
}
.section-space-lg{
    padding: 110px 15px 110px;
}
.section-bg-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-bg{
    background-color: #58111a !important;
}
.text-secondary{
    color: #023059 !important;
}
.custom-text{
    color: #58111a !important;
}
.bg-overlay {
    position: relative;
    z-index: 1;
}
.bg-overlay:before {
    content: '';
    background-color: rgb(88 17 26 / 85%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bg-overlay-light:before {
    background-color: rgb(0 0 0 / 40%);
}
.text-justify{
    text-align: justify;
}
.bg-light{
    background-color: #f8f8f8;
}
.btn-outline{
    border: 1px solid #58111a;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 16px 24px;
    line-height: 1.2em;
    color: #58111a;
    font-weight: 500;
    display: inline-block;
}
.btn-outline:hover, .btn-outline:focus {
    background-color: #58111a;
    border-color: #58111a;
    color: #ffffff;
}
.btn-outline-white {
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 0;
    font-size: 13px;
    padding: 13px 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
}
.btn-outline-white:hover, .btn-outline-white:focus {
    background-color: #58111a;
    border-color: #58111a;
    color: #ffffff;
}
.btn-primary{
    border: 1px solid #58111a;
    background-color: #58111a;
    border-radius: 0;
    font-size: 16px;
    padding: 16px 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #58111a;
    border-color: #58111a;
    color: #ffffff;
    opacity: .8;
}
.form-control {
    background-color: #f8f8f8;
    border: 1px solid transparent;
    padding: 12px 15px;
    border-radius: 0;
    transition: all .3s;
}
.form-control:focus{
    background-color: #f8f8f8;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .1);
    outline: 0;
}
.form-select{
    background-color: #f8f8f8;
    border: 1px solid transparent;
    padding: 12px 15px;
    border-radius: 0;
    transition: all .3s;
}
.form-select:focus{
    background-color: #f8f8f8;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .1);
    outline: 0;
}
.form-control::placeholder {
    opacity: 0.7;
}
.form-control::-ms-input-placeholder {
    opacity: 0.7;
}
header {
    position: relative;
}
.header-top{
    padding: 18px 0;
}
.site-logo img {
    max-height: 120px;
}
.header-info-item-icon i {
    padding: 12px;
    border: 1px solid #58111a;
    font-size: 24px;
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 25px;
}
.header-info-item-content h5 {
    font-family: "Inter", sans-serif;
    color: #58111A;
    font-size: 13px;
    line-height: 1.2em;
    margin: 8px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.header-info-item-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    color: #023059;
}
.header-nav {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}
.navbar-wrapper {
    background-color: #58111a;
    display: flex;
    flex-grow: 1;
    padding: 12px;
    position: relative;
}
.navbar-wrapper .nav-item {
    margin: 0 20px;
}
.navbar-wrapper .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}
.navbar-wrapper .navbar-nav .nav-link:hover,.navbar-wrapper .navbar-nav .nav-link:focus {
    color: #ffffff;
}
.header-btn-appointment {
    background-color: transparent;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 16px 24px;
    line-height: 1.2em;
}
.header-btn-appointment:hover, .header-btn-appointment:focus {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}
.navbar-toggler-header {
    border-color: transparent;
    width: 33px;
    height: 33px;
    padding: 5px;
    position: relative;
}
.navbar-toggler-header:focus, .navbar-toggler-header:hover {
    box-shadow: none;
}
.navbar-toggler-header:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    transition: all 0.3s;
}
.navbar-toggler-header.collapsed:before {
    content: "\f0c9";
    transition: all 0.3s;
}

@media only screen and (max-width: 1200px) {
    .navbar-wrapper .nav-item {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 992px) {
    #headerNavbar {
        position: absolute;
        top: 73.1px;
        left: 0;
        right: 0;
        background-color: #ffffff;
    }
    .navbar-wrapper .navbar-nav .nav-item {
        margin: 0;
        border-bottom: 1px solid #87878726;
    }
    .navbar-wrapper .navbar-nav .nav-link {
        color: #414141;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 15px;
        text-align: center;
    }
    .navbar-wrapper .navbar-nav .nav-link.active{
        color: #ffffff;
        background-color: #58111a;
    }
}

.heroSwiper-wrapper {
    position: relative;
    min-height: 550px;
    overflow: hidden;
}
.heroSwiper {
    height: 100%;
    width: 100%;
    position: absolute;
}
.swiper-slide-bg {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.swiper-slide-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 41%);
}
.swiper-slide .swiper-slide-bg {
    transition: 8.5s ease-out;
    transform: scale(1.08);
  }
  
.swiper-slide.swiper-slide-active .swiper-slide-bg{
    transform: scale(1);
}


.heroSwiperContent {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 500px;
    padding: 10px;
}
.heroSwiperContent h1{
    color: #ffffff;
    font-family: inter, Sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: .9em;
    letter-spacing: -1.8px;
    margin: 25px 0;
}
.heroSwiperContent p {
    color: #ffffffd6;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.9em;
}

.section-home-intro h3{
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 40px;
}

.home-intro-image img{
    width: 286px;
    border: 6px solid #58111a;
}
.section-title{
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.section-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.deparmentList-item {
    background-color: #58111a;
    color: #ffffff;
    padding: 25px;
    text-align: center;
    height: 100%;
    position: relative;
}
.deparmentList-item-icon {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}
.deparmentList-item-title {
    font-family: "Lora", serif;
    text-align: center;
    display: block;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    word-break: break-word;
}
.deparmentList-item-title:hover, .deparmentList-item-title:focus {
    color: #ffffff;
}
.deparmentList-item p{
    margin: 0;
}
.deparmentList-item-wrapper{
    z-index: 1;
}
.deparmentList-item-last{
    background-size: cover;
    background-position: center;
}
.deparmentList-item-last:before {
    content: '';
    background-color: #58111a;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
    z-index: 0;
}
.deparmentList-item-last .deparmentList-item-title{
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0;
}
.deparmentList-item-last p {
    font-size: 13px;
    margin: 0;
}
.service-item{
    background-color: #ffffff;
    padding: 10px 15px 10px 10px;
    height: 100%;
}
.counter-item-status {
    font-size: 54px;
}
.counter-item-icon {
    font-size: 60px;
    line-height: 60px;
}
.counter-item-status {
    font-family: "Lora", serif;
    font-size: 50px;
    font-weight: normal;
    color: #023059;
}
.counter-item-title{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.counter-item-wrapper:not(:last-child) .counter-item {
    border-right: 1px solid #695ffe40;
}
.team-item-card {
    background-color: #fff;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    padding: 40px 20px;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}
.team-item-card:hover {
    -webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
}
.team-item-image img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-bottom: 38px;
}
.team-item-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1em;
    color: #000;
    margin: 0 0 5px;
    min-height: 48px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.team-item-card:hover .team-item-title{
    color: #2575fc;
}
.team-item-designation {
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.team-item-content p {
    margin-bottom: 0px;
}
.form-shadow-wrapper{
    padding: 50px 40px;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, .05);
}
.btn-play-wrapper {
    position: relative;
    display: inline-block;
}
.btn-play-wrapper img {
    width: 360px;
}
.btn-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    bottom: 0;
    text-align: center;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background-color: #58111a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}
.btn-play:before, .btn-play:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #58111a;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}
.btn-play:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.btn-play:after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

footer {
    background-color: #58111a;
}
footer a{
    color: #ffffff;
}
footer a:hover,footer a:focus{
    color: #ffffff;
    opacity: .82;
}
.footer-top {
    padding-top: 80px;
}
.footer-bottom {
    border-top: 1px solid #a7a7a752;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 13px;
}
.footer-list {
    padding: 0;
    list-style: none;
}
.footer-list li:not(:first-child) {
    margin-top: 5px;
}
.section-title-bar {
    min-height: 450px;
    background-color: #58111a;
}
.title-bar-heading{
    font-family: "Lora", serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 0px;
}
.section-about-intro h3 {
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 40px;
}
.about-intro-image-wrapper img {
    max-height: 370px;
    width: auto;
}
.block-item {
    padding: 40px 40px 40px 40px;
    height: 100%;
    background-color: #58111a;
    color: #ffffff;
}
.block-item-icon {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.block-item-icon i{
    font-size: 38px;
}
.block-item .block-item-title{
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.block-item p{
    margin-bottom: 0px;
}
.events-block{
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.events-block-image{
    display: block;
    -webkit-box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
    box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.events-block-image img{
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.events-block:hover .events-block-image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.events-block-content {
    padding: 0px 0px 0px 50px;
    color: #8d8d8d;
}
.events-block-title{
    color: #000;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.events-block:hover .events-block-title{
    opacity: 0.8;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.contact-info-title{
    color: #023059;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "Inter", sans-serif;
}
.contact-info-link{
    color: #58111a;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1em;
    font-family: "Lora", serif;
}
.contact-info-link i {
    margin-right: 15px;
}
.contact-info-blocks .col-md-6:nth-child(odd) .contact-info-block {
    border-right: 1px solid #d9d9d9;
    margin-right: 20px;
    padding-right: 20px;
}
.contact-info-blocks .col-md-6:nth-child(even) .contact-info-block {
    padding-left: 20px;
}
.cpage-form-wrapper{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    transition: all .3s;
    margin: 0;
    padding: 50px 40px;
}
.block-doctor-image {
    margin-right: -55px;
    height: 100%;
}
.block-doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-doctor-content {
    font-size: 12px;
    margin-top: 30px;
    background-color: #ffffff;
    padding: 30px 20px 30px 30px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
}
.block-doctor-content p{
    margin-bottom: 10px;
}
.block-doctor-name{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}
.block-doctor-content .block-doctor-designation{
    font-size: 13px;
    margin-bottom: 15px;
}
.swiperDepartment{
    width: 100%;
    height: 100%;
    --swiper-navigation-size: 28px;
}
.swiperDepartment .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiperDepartment .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
}  
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media (max-width: 992px) {
    .events-block {
        padding: 30px;
    }
    .events-block-content {
        padding: 0px 0px 0px 30px;
    }
    .events-block-title {
        font-size: 28px;
    }
    .block-doctor-image {
        margin-right: 0;
    }
    .block-doctor-content {
        margin: -100px 25px 0;
    }
}
@media (max-width: 767px) {
    .btn-play-wrapper img {
        width: 100%;
    }
    .section-title-bar {
        min-height: 350px;
    }
    .title-bar-heading {
        font-size: 40px;
    }
    .events-block-content {
        padding: 40px 0px 0px 0px;
    }
    .events-block-title {
        font-size: 22px;
    }
    .contact-info-blocks .col-md-6:nth-child(odd) .contact-info-block {
        border-right: 0px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 20px;
        padding-bottom: 20px;
        margin-right: 0px;
        padding-right: 0px;
    }
    .contact-info-blocks .col-md-6:nth-child(even) .contact-info-block {
        padding-left: 0px;
        padding-bottom: 20px;
    }
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}