.inner-banner {
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}
.inner-banner::after, .inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-banner::after {
  background-color: #111;
  opacity: 0.5;
}
.inner-banner::before {
  background: linear-gradient(to right, rgb(17, 17, 17) 0%, rgb(17, 17, 17) 60%, rgba(17, 17, 17, 0) 100%);
}
.inner-banner .inner-banner-content {
  margin: 110px 0;
  position: relative;
  z-index: 9;
}
.inner-banner .inner-banner-content h1 {
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 700;
}
.inner-banner .inner-banner-content h1 span {
  color: #515151;
}
.inner-banner .inner-banner-content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  margin: 15px 0 0px;
}

.inner-page-section .img-block {
  background-color: #fff;
}
.inner-page-section .img-block img {
  /*border-radius: 10px;*/
  overflow: hidden;
  border: solid 2px #fcaf3b;
}

.video-thumb {
  margin: 20px 0 20px;
  border: 2px dashed #fcaf3b;
  padding: 10px;
  width: 100%;
  height: 350px;
}
.video-thumb iframe {
  height: 330px;
}

.faq-section .accordion-item {
  margin: 0 0 15px;
  border: none;
  background-color: #f8f8f8;
  border: 2px solid #f8f8f8;
  border-right: 3px solid #fcaf3b;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 12px;
}
.faq-section .accordion-item .accordion-button {
  font-size: 1.8rem;
  line-height: 3rem;
  border: none;
  padding: 20px 15px;
  box-shadow: none !important;
  background-color: #f8f8f8;
  background-color: transparent;
}
.faq-section .accordion-item .accordion-button:after {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  background-image: none;
  content: "\f107";
  color: #515151;
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.faq-section .accordion-item .accordion-button:hover {
  color: #fcaf3b;
}
.faq-section .accordion-item .accordion-button:hover:after {
  color: #fcaf3b;
}
.faq-section .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  box-shadow: none;
  background-color: #515151;
}
.faq-section .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(180deg);
  color: #fff;
}
.faq-section .accordion-item .accordion-body {
  background-color: #f4f6f9;
}

.video-thumb {
  border: 2px dashed #fcaf3b;
  padding: 10px;
  margin: 20px 0 20px;
  line-height: 0;
  /*border-radius: 10px;*/
}

/*.video-thumb iframe {
  border-radius: 10px;
}*/

.inner-text-wrap {
  background-color: #fff;
  padding: 20px;
  margin: 30px 0 0;
  min-height: calc(100% - 30px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  transition: 0.3s all ease-in-out;
}
.inner-text-wrap h3 {
  color: #fcaf3b;
}

.condition-cta .grey-bg {
  background-color: #fff;
}

.sitemap-wrapper a {
  color: #515151;
}
.sitemap-wrapper .head-first {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.sitemap-wrapper .head-second {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media (max-width: 1024px) {
  .inner-banner .inner-banner-content {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    background-size: cover;
  }
  .inner-banner::before {
    display: none;
  }
  .inner-banner::after {
    opacity: 0.8;
  }
  .inner-banner .inner-banner-content .flex-btn {
    justify-content: center;
  }
  .inner-banner .inner-banner-content .breadcrumb {
   justify-content: center;
  }
    .video-carousel .carousel-control-prev, .video-carousel .carousel-control-next {
    position: static;
  }
  .video-carousel .carousel-control-prev-icon, .video-carousel .carousel-control-next-icon {
    background-image: none;
    color: #101010;
    opacity: 1 !important;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #101010;
  }
}


/*********** 13-02-2024 **********/

.video-carousel .carousel-control-prev {
  left: -120px;
}
.video-carousel .carousel-control-next {
  right: -120px;
}
.video-carousel .carousel-control-prev-icon, .video-carousel .carousel-control-next-icon {
  background-image: none;
  color: #101010;
  opacity: 1 !important;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #101010;
}
.map-block {
    line-height: 0;
}

.know-doctor-block {
  position: relative;
}

.know-doctor-block .nav-link {
  color: #515151;
  padding: 8px !important;
  background-color: transparent;
  border-bottom: 1px solid #222;
  border-radius: unset;
  margin: 0 0 8px;
  width: 300px;
  text-align: left;
  font-weight: 700;
}

.know-doctor-block .nav-link.active {
  background-color: transparent;
  color: #fcaf3b;
  border-bottom: 1px solid #222;
  width: 300px;
}

.know-doctor-block .nav {
  background-color: #f9f9f9;
  padding: 20px;
}

.know-doctor-block .tab-pane {
  width: 100%;
}

.know-doctor-block .inner-text-wrap {
  margin: 0;
}

@media (max-width: 990px) {
  .know-doctor-block .nav-link {
    width: 200px;

  }

  .know-doctor-block .nav-link.active {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .know-doctor {
    flex-direction: column;
  }

  .know-doctor-block .nav-link {
    width: 300px;
  }

  .know-doctor-block .nav-link.active {
    width: 300px;
  }
}

@media (max-width: 320px) {

    .know-doctor-block .nav-link {
        width: 250px;
    }

    .know-doctor-block .nav-link.active {
        width: 250px;
    }
}

.gallery-single {
    margin: 0 0 30px;
}


.news-each {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}