@media only screen and (max-width: 991px) {
    .main-responsive-nav .logo img {
        max-width: 200px !important;
    }
}
p, a, h1, h2, h3, h4, h5, h6, span, div{
  font-family: "Signika Negative", sans-serif !important;
}
.main-navbar .navbar .navbar-nav .nav-item a{
  font-size: 20px;
}
.hospital-services-card .title img{
  width: 15%;
}
.page-banner-area{
  background-size: cover;
}
.page-banner-area {
    position: relative;
    background-size: cover !important;
    padding: 75px 0; /* adjust as needed */
    color: #fff;
}

.page-banner-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Black with 60% opacity */
    z-index: 1;
}

.page-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.pages-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.pages-list li {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
}

.pages-list li a {
    color: #fff;
    text-decoration: none;
}
.single-doctor .doctor-content{
  padding: 15px;
}
.single-doctor .doctor-content span{
  font-size: 18px;
    color: #0a335b;
    font-weight: 500;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a{
  font-size: 16px;
}
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover{
  background: whitesmoke;
}
.tabactive{
  background: #13a8b4 !important;
    color: #fff !important;
}
.services-details-two-sidebar .item .list li a:hover, .theme-dark .services-details-two-sidebar .item .list li a:hover{
  background-color: #13a8b4;
}
.hospital-copyright-area{
  margin-top: 10px;
}
.single-gallery .content h3{
  color: #fff;
}
.galimg{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.single-gallery::before{
  height: 55%;
}
.hospital-navbar-area .main-navbar .navbar .navbar-nav{
    margin-left: 135px !important;
    margin-right: 0 !important;
}
.main-navbar{
  padding: 5px 0;
}
.others-option-for-responsive .dot-menu{
  display: none !important;
}
.main-slides-content h1{
  text-shadow: 1px 1px #000;
  font-size: 50px;
  color: #fff !important;
}
.main-slides-content h1 span{
  text-shadow: 1px 1px #000;
}
.rth-about-card{
  min-height: 375px;
}
.rc-treatment-plans-items .item.wrap2{
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
    .rc-treatment-plans-items .item.wrap2 {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .main-slides-content h1 {
           font-size: 26px !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-slides-item.item-bg4 {
           height: 400px !important;
    }
}
@media only screen and (max-width: 767px) {
    .home-slides {
        max-height: 400px !important;
    }
}
.hospital-services-card .title {
    padding: 20px 0 20px 100px !important;
}
.hospital-services-card{
  background-color: whitesmoke;
}
@media (min-width: 1200px) {
    .servtitle {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-slides-item.item-bg4 {
        height: 239px !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-slides-item {
        padding-top: 35px;
        padding-bottom: 139px;
        position: relative;
        z-index: 1;
    }
}
@media only screen and (max-width: 767px) {
    .main-slides-content h1 {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 767px) {
    .home-slides.owl-theme .owl-nav [class*=owl-] {
        top: unset;
        transform: unset;
        bottom: 80px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .main-slides-item::before {
        background-color: unset;
    }
}
@media only screen and (max-width: 767px) {
  .main-slides-content .sub-title {
      font-size: 12px;
      padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
    .main-slides-content {
        display: none;
    }
}
.main-slides-item{
        background-size: cover !important;
        background-repeat: no-repeat !important;
}
.bestservice{
  font-size: 20px;
  font-weight: 800;
  font-family: "Signika Negative", sans-serif !important;
  text-decoration: none;
    transition: 0.6s;
    color: #fffc63;
    display: inline-block;
}
.bestservicep{
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 3px;
}