.doctor-profile-section {
  padding: 50px 0px;
}
.doctor-profile-section .doctor-detail-section {
  font-family: "Inter-Medium";
  padding-left: 50px;
}
.doctor-profile-section .doctor-detail-section h5 {
  font-family: "Inter-ExtraBold";
  color: #008B9F;
  font-size: 16px;
}
.doctor-profile-section .doctor-detail-section h2 {
  font-size: 24px;
}
.doctor-profile-section .doctor-detail-section ul {
  padding-left: 2rem;
}
.doctor-profile-section .doctor-detail-section ul li {
  list-style-type: disc;
}
.doctor-profile-section .doctor-detail-section .research-section {
  background-color: #f2f8f8;
}

img.im-height {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.doctors-section {
  padding-bottom: 50px;
  position: sticky;
  top: 50px;
}
.doctors-section img {
  border-radius: 150px 30px 10px 10px;
}
.doctors-section .doctor-details {
  margin-top: -100px;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.07);
}
.doctors-section .doctors-list h4 {
  color: #6c6c6c;
  font-size: 14px;
}
.doctors-section .doctors-list a {
  transition: 0.5s;
  background-color: #008B9F;
  line-height: 38px;
}

.blog {
  padding-bottom: 50px;
}
.blog h3 {
  font-family: "Inter-Medium";
  font-size: 16px;
  font-weight: normal;
  color: #101010;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .blogcontent {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .blog-list .overlay-container::before {
  position: absolute;
  background: rgba(249, 170, 28, 0.8509803922);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  margin: auto;
  content: "";
  display: none;
  transition: 0.5s;
  border-radius: 0.625rem !important;
}
.blog .blog-list .overlay-container .read-more {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
}
.blog .blog-list:hover .overlay-container::before {
  display: block;
}
.blog .blog-list:hover .overlay-container .read-more {
  display: table;
}

.testimonials-section {
  padding: 50px 0px;
  background-color: #f2f8f8;
}
.testimonials-section h3 {
  font-family: "Inter-Medium";
  font-size: 16px;
  font-weight: normal;
  color: #101010;
}
.testimonials-section .testimonials-list .overlay-container::before {
  position: absolute;
  background: rgba(0, 139, 159, 0.6588235294);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  margin: auto;
  content: "";
  display: none;
  transition: 0.5s;
  border-radius: 0.625rem !important;
}
.testimonials-section .testimonials-list .overlay-container img.play-button {
  position: absolute;
  top: 50%;
  width: 60px !important;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: none;
}
.testimonials-section .testimonials-list:hover .overlay-container::before {
  display: block;
}
.testimonials-section .testimonials-list:hover img.play-button {
  display: block;
}

.section-title {
  padding-bottom: 15px;
}
.section-title span {
  color: #008b9f;
  font-size: 18px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav span {
  font-size: 21px;
  color: #fff;
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
  top: -35px;
  background: #f9aa1c !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.owl-nav button.owl-next {
  position: absolute;
  right: -40px;
  top: -35px;
  background: #f9aa1c !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .doctor-profile-section .doctor-detail-section {
    padding-left: 8px;
  }
  .doctor-profile-section .doctor-detail-section h2 {
    font-size: 20px;
  }
  .doctors-section img {
    border-radius: 80px 30px 10px 10px;
  }
  .doctors-section .doctor-details {
    margin-top: -40px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.07);
  }
  .doctors-section .doctors-list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .doctor-profile-section .doctor-detail-section {
    padding-left: 8px;
  }
  .doctor-profile-section .doctor-detail-section h2 {
    font-size: 18px;
  }
  .doctors-section .doctor-details {
    margin-top: -60px;
  }
}
