/*-- # About Doctor section --*/
/*-- # Header --*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.header {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.header.sticked {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumbs ol {
  justify-content: center;
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.aboutclinicpagebannerbg {
  text-align: left;
}

.aboutclinicbanner {
  text-align: center;
  padding: 0rem 0px 0rem 0px;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover !important;
  position: relative;
  height: 55vh;
}

.aboutclinicfirstsection.pad-top {
  padding: 40px 0;
}

.aboutclinicbanner picture {
  position: relative;
  top: -24%;
}

.contentcliniccolumn.mb p {
  margin-bottom: 8px;
}

.mainoverlay {
  position: absolute;
  height: 80%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-image: url("../Assets/Images/about-clinic.webp"); */
  background: #006d6f;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutclinicheading {
  font-size: 44px;
  line-height: 47px;
  padding-bottom: 5px;
  color: #fff;
  display: inline-block;
  border-bottom: #fff 1px solid;
  /* font-family: "Exo-SemiBold" !important; */
  font-family: 'Titillium Web' !important;
}

.doctorbanner p {
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  font-family: "Exo-Regular" !important;
}

.knowmoreaboutsection {
  width: 100%;
  background: #f5f6f6 url(../images/knowmoreaboutbg.jpg) top center;
  background-position: top left;
  background-repeat: repeat-x;
  padding: 3rem 40px 3rem 40px;
  text-align: center;
}

.knowmorecenter {
  text-align: center;
  padding-bottom: 1rem;
}

.knowheading {
  font-size: 20px;
  margin-bottom: 0px;
  color: #000;
  font-family: "Exo-Regular" !important;
}

.knowmdmdheading {
  font-size: 22px;
  margin-bottom: 3px;
  color: #000;
  font-family: "Exo-SemiBold" !important;
}

.knowmorecenter h1 {
  font-size: 45px;
  line-height: 45px;
  padding-bottom: 2px;
  color: #000;
  font-family: "Exo-Regular" !important;
}

.knowfounderheading {
  font-size: 24px;
  margin-bottom: 0px;
  color: #000;
  font-family: "Exo-SemiBold" !important;
}

.resultviewall {
  background: #3f4e46;
  padding: 11px 20px;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  font-family: "Exo-Regular" !important;
  transition: 0.4s;
}

.resultviewall:hover {
  background: #e090ad;
  color: #fff;
}

.aboutclinicfirstsection {
  padding: 3rem 40px;
  background-color: #fff;
  width: 100%;
  min-height: 250px;
}

.aboutclinicfirstsection h1 {
  font-size: 30px;
  margin-bottom: 0px;
  color: #000;
  text-align: center;
  padding-bottom: 12px;
  /* font-family: "Exo-Regular" !important; */
  font-family: 'Titillium Web' !important;
}

.aboutclinicfirstsection ul li {
  color: #000;
  list-style-type: square;
  font-size: 18px;
  padding: 5px 0px;
  font-family: "Exo-Regular" !important;
  line-height: 27px;
  letter-spacing: 1px;
}

.aboutclinicpageheading {
  font-size: 45px;
  margin-bottom: 0px;
  color: #000;
  text-align: center;
  padding-bottom: 8px;
  /* font-family: "Exo-Regular" !important; */
  font-family: 'Titillium Web' !important;
}

.aboutclinicpageheading.midfont {
  font-size: 30px;
}

.contentcliniccolumn {
  padding: 1rem;
}

.contentcliniccolumn p {
  color: #000;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: "Exo-Regular" !important;
}

.corevalues {
  padding: 3rem 40px;
  background-color: #006d6f;
  width: 100%;
  min-height: 250px;
}

.corevalues .row {
  overflow: hidden;
}

.corecenter {
  text-align: center;
}

.coretopheading {
  color: #fff;
  font-size: 20px;
  padding-bottom: 0px;
  /* font-family: "Exo-Regular" !important; */
  font-family: 'Titillium Web' !important;
}

.coremainheading {
  font-size: 45px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 50px;
  padding-bottom: 2rem;
  /* font-family: "Exo-Regular" !important; */
  font-family: 'Titillium Web' !important;
}

.coreitem {
  padding: 50px 20px 30px 20px;
  border-left: 1px solid #B2D6D8;
  border-bottom: 1px solid #B2D6D8;
  margin: -0.4px;
  min-height: 400px;
  text-align: center;
  font-family: "Exo-Regular" !important;
}

.coreitem span {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  color: #e090ad;
  width: 140px;
  color: #fff;
  height: 140px;
  text-align: center;
  line-height: 110px;
  border: #e090ad 15px solid;
}

.coreitemheading {
  font-size: 24px;
  padding: 0;
  /* font-family: "Exo-SemiBold" !important; */
  margin: 20px 0 5px 0px;
  color: #fff;
}

.coreitem p {
  color: white;
  font-size: 17px;
  margin: 0;
  font-family: "Exo-Regular" !important;
  line-height: 27px;
  padding: 0;
}

.coreitem:hover {
  background-color: #fff;
}

.coreitem:hover .coreitemheading {
  color: #000;
}

.coreitem:hover.coreitem p {
  color: #000;
}

/* Faqsection  */
.faqsection {
  width: 100%;
  min-height: 250px;
}

/* Faqsection end */

/* Start of service offered */
.whatwedosection {
  padding: 3rem 40px;
  width: 100%;
  min-height: 250px;
}

.whatwedocommon {
  text-align: center;
}

.whatwedocommon p {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
}

.whatheading {
  font-size: 45px;
  line-height: 45px;
  padding-bottom: 1.5rem;
}

.divheadings {
  color: #000;
  text-align: center;
  font-size: 45px;
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 0;
  padding-left: 0px;
  font-family: "Exo-SemiBold" !important;
}

/* Start of bottom to top */
.snip1361 {
  position: relative;
  overflow: hidden;
  margin: 2rem 0px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #141414;
  text-align: center;
  border-bottom: #e090ad 12px solid;
}

.mt-120 {
  margin-top: 120px;
}

.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1361 figcaption {
  position: absolute;
  top: calc(88%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 18px 15px 30px 15px;
}

.snip1361 figcaption:before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-linear-gradient(top,
      transparent 10%,
      rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to bottom,
      transparent 10%,
      rgba(0, 0, 0, 0.65) 100%);
}

.snip1361 figcaption p {
  margin: 0 0 0px 0px;
  color: #fff;
  font-size: 17px;
  opacity: 1;
  font-family: "Exo-Regular" !important;
  line-height: 30px;
}

.snip1361 figcaption p a {
  text-decoration: none;
  color: #fff;
  font-family: "Exo-Regular" !important;
}

.snip1361 figcaption p a:hover {
  text-decoration: none;
  color: #e090ad;
}

.snip1361 .figheading {
  font-size: 18px;
  color: #fff;
  line-height: 1.2em;
  padding-bottom: 10px;
  /* font-family: "Exo-SemiBold" !important; */
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.snip1361 a {
  position: unset;
  left: 0;
  right: 0;
  z-index: 2;
}

.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 0px;
  padding: 150px 0 0 0px;
  opacity: 1;
}

/* Start of clinicgallery */
.clinicgallery {
  padding: 3rem 40px;
  text-align: center;
  background-color: #f4f4f4;
  width: 100%;
  min-height: 250px;
}

.clinicgalleryheaing {
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 8px;
  color: #000;
  font-family: "Exo-Regular" !important;
}

.clinicbox {
  padding: 0px;
  margin: 1.5rem 0 1rem 0px;
}

.clinicbox img {
  padding: 8px;
  border: #3f4e46 1px solid;
  transition-duration: 0.2s;
  transition-property: transform;
}

.clinicbox:hover img {
  border: 1px solid #e090ad;
  transform: translateY(-10px);
}

/* right side image */
p img.img_right {
  float: right;
  width: 45%;
  padding: 0 0 10px 10px;
}

p img.img_left {
  float: left;
  width: 45%;
  padding: 0 30px 10px 0;
}

.serviceinnerfirst.buttons a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 0;
}

/* Start of iPad Pro */
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .aboutclinicfirstsection {
    padding: 2rem 20px;
  }

  .aboutclinicbanner {
    height: 24vh;
  }

  .aboutclinicfirstsection h1 {
    font-size: 35px;
  }

  .aboutclinicheading {
    font-size: 35px;
    line-height: 36px;
    padding-bottom: 0px;
  }

  .aboutclinicfirstsection h1 {
    font-size: 35px;
    line-height: 36px;
    padding-bottom: 5px;
  }

  .contentcliniccolumn p {
    color: #3f4e46;
    font-size: 17px;
    line-height: 26px;
  }

  .coreitem {
    padding: 30px 10px 30px 10px;
    margin: 0px;
    min-height: 370px;
  }

  .coreitem span {
    width: 120px;
    height: 120px;
    line-height: 92px;
    border: #e090ad 10px solid;
  }

  .coreitemheading {
    font-size: 20px;
    margin: 15px 0 5px 0px;
  }

  .coremainheading {
    font-size: 35px;
    margin-bottom: 0px;
    color: #fff;
    line-height: 36px;
    padding-bottom: 1.5rem;
  }

  .whatwedosection {
    padding: 2rem 20px;
  }

  .snip1361:hover figcaption,
  .snip1361.hover figcaption {
    padding: 85px 0 0 0px;
  }

  .clinicgallery {
    padding: 2rem 20px;
  }

  .clinicbox {
    margin: 1rem 0 1rem 0px;
  }

  .clinicgalleryheaing {
    font-size: 35px;
    line-height: 36px;
    padding-bottom: 8px;
  }

  .snip1361 figcaption {
    top: calc(86%);
    padding: 15px 10px 30px 10px;
  }

  .snip1361 .figheading {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
  }

  .whatheading {
    font-size: 35px;
    line-height: 36px;
    padding-bottom: 1rem;
  }
}

/* Start of iPad */
@media screen and (max-width: 991.99px) and (min-width: 768px) {
  .aboutclinicbanner {
    height: 24vh;
  }

  .aboutclinicfirstsection {
    padding: 2rem 20px;
  }

  .aboutclinicheading {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 0px;
  }

  .aboutclinicfirstsection h1 {
    font-size: 30px;
  }

  .coremainheading {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 1rem;
  }

  .coreitemheading {
    font-size: 19px;
    margin: 10px 0 5px 0px;
    color: #fff;
  }

  .coreitem span {
    width: 100px;
    height: 100px;
    line-height: 85px;
    border: #e090ad 8px solid;
  }

  .aboutclinicfirstsection h1 {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 5px;
  }

  .coreitem {
    padding: 20px 20px 0px 20px;
    border-left: 0px solid #B2D6D8;
    border-bottom: 0px;
    margin: 0px;
    min-height: auto !important;
  }

  .corevalues {
    padding: 1.5rem 10px;
  }

  .coreitem span img {
    width: 60%;
  }

  .whatwedosection {
    padding: 1.5rem 20px;
  }

  .whatheading {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 1rem;
  }

  .clinicgalleryheaing {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 5px;
  }

  .clinicgallery {
    padding: 1.5rem 20px;
  }

  .clinicbox {
    margin: 1rem 0 1rem 0px;
  }

  .snip1361 {
    margin: 1rem 0px 1rem 0px;
  }

  .snip1361 h3 {
    font-size: 1.1em;
    line-height: 1em;
  }

  .snip1361 figcaption {
    top: calc(90%);
  }

  .snip1361 figcaption p {
    font-size: 16px;
  }
}

/* Start of iphone/mobile */
@media screen and (max-width: 767px) and (min-width: 320px) {
  .aboutclinicfirstsection.pad-top {
    padding: 0 0;
  }

  .serviceinnerfirst.buttons {
    min-height: 50px;
    text-align: center;
  }

  .aboutclinicbanner {
    height: 20vh;
  }

  .aboutclinicpageheading {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 34px;
  }

  .aboutclinicheading {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 0px;
  }

  .breadcrumbs ol {
    padding-top: 0px;
  }

  .aboutclinicfirstsection {
    padding: 1rem 10px;
  }

  .aboutclinicfirstsection h1 {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 10px;
  }

  .contentcliniccolumn {
    padding: 0rem;
  }

  .contentcliniccolumn p {
    font-size: 17px;
  }

  .corevalues {
    padding: 1rem 10px;
  }

  .coremainheading {
    font-size: 35px;
    line-height: 36px;
    padding-bottom: 0rem;
  }

  .coreitem {
    padding: 1.5rem 0px 10px 0px;
    margin: 0px;
    min-height: auto !important;
    border-left: 0px;
    border-bottom: 0px !important;
  }

  .coreitemheading {
    font-size: 20px;
    margin: 10px 0 5px 0px;
  }

  .coreitem span {
    width: 100px;
    height: 100px;
    line-height: 82px;
    border: #e090ad 8px solid;
  }

  .coretopheading {
    font-size: 18px;
  }

  .coreitem span img {
    width: 60%;
  }

  .whatwedosection {
    padding: 1.5rem 10px;
  }

  .whatheading {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 1rem;
  }

  .snip1361 {
    margin: 10px 0px;
    min-width: 150px;
    max-width: 100%;
    border-bottom: #e090ad 5px solid;
  }

  .snip1361 h3 {
    font-size: 11px;
    line-height: 1em;
  }

  .snip1361 figcaption {
    top: calc(88%);
    padding: 10px 10px 10px 10px;
  }

  .snip1361 figcaption p {
    line-height: 21px;
    font-size: 14px;
  }

  .snip1361 figcaption {
    top: calc(85%);
    padding: 15px 0px 13px 0px;
  }

  .snip1361 .figheading {
    font-size: 11px;
    line-height: 1em;
  }

  /* .snip1361:hover figcaption,
      .snip1361.hover figcaption {
          display: none;
      } */
  .snip1361:hover figcaption,
  .snip1361.hover figcaption {
    top: 85%;
    padding: 16px 0 0 0;
    opacity: 1;
  }

  .snip1361 figcaption:before {
    background-image: none;
  }

  .clinicgallery {
    padding: 1.5rem 10px;
  }

  .clinicgalleryheaing {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 5px;
  }

  .clinicbox {
    margin: 1rem 0 0rem 0px;
  }

  p img.img_right {
    float: unset;
    width: 100%;
    padding: 0;
  }

  p img.img_left {
    float: unset;
    width: 100%;
    padding: 0;
  }

  .aboutclinicpageheading.midfont {
    font-size: 20px;
  }
}

.media_news_slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.media_news_slider::-webkit-scrollbar {
  display: none;
}

.media_news_item {
  flex-shrink: 0;
  width: 400px;
  border-radius: 8px;
  scroll-snap-align: start;
}

.media_news_item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.slider-wrapper {
  position: relative;
  padding: 50px 50px;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #B2D6D8;
  color: white;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}

@media screen and (max-width: 768px) {
  .media_news_item {
    width: 100%;  
    margin: 0 auto;  
  }

  .slider-wrapper {
    padding: 30px 20px; 
  }
}

@media (max-width: 767px) {
  .aboutclinicfirstsection p {
    font-size: 16px;
  }
  .aboutclinicfirstsection ul li {
    font-size: 16px;
  }
}