.surgery-section {
  background-color: #f2f8f8;
  padding: 65px 0px;
}
.surgery-section h2 {
  font-size: 32px;
}
.surgery-section p {
  font-family: "Inter-Regular";
}

.minimally-about-content-col {
  display: flex;
  align-items: center;
}

.key-benefit-section {
  background-color: #008B9F;
}
.key-benefit-section img {
  max-width: 95px;
  width: auto !important;
  margin: auto;
}
.key-benefit-section p {
  font-size: 18px;
}

.image-style-col .side-con {
  position: absolute;
  left: -55px;
  top: -40px;
}

.doctors-section .owl-stage-outer {
  padding-bottom: 100px;
}
.doctors-section img {
  border-radius: 150px 30px 10px 10px;
}
.doctors-section .doctor-details {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  transition: 0.5s;
  height: 85px;
}
.doctors-section .doctors-list h3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.2s;
}
.doctors-section .doctors-list h4 {
  color: #6c6c6c;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.2s;
}
.doctors-section .doctors-list p {
  display: none;
  transition: 0.5s;
}
.doctors-section .doctors-list a {
  display: none;
  transition: 0.5s;
  background-color: #008B9F;
  line-height: 38px;
}
.doctors-section .doctors-list:hover .doctor-details {
  height: auto;
  bottom: -100px;
}
.doctors-section .doctors-list:hover h4 {
  -webkit-line-clamp: 4;
}
.doctors-section .doctors-list:hover h3 {
  -webkit-line-clamp: 2;
}
.doctors-section .doctors-list:hover p {
  display: block;
}
.doctors-section .doctors-list:hover a {
  display: block;
}

.section-title {
  padding-top: 50px;
  padding-bottom: 15px;
}
.section-title h2 {
  color: #008b9f;
  font-size: 24px;
}

.specialties-section .owl-stage {
  display: flex;
}
.specialties-section .owl-stage .owl-item {
  transition: 0.5s;
}
.specialties-section .owl-stage .owl-item:hover {
  width: 350px !important;
}
.specialties-section .owl-stage .owl-item:hover h3 {
  transform: none;
  top: auto;
  width: 100%;
}
.specialties-section .owl-stage .owl-item:hover h3 i {
  display: block;
}
.specialties-section .owl-stage .owl-item .departments-animation-slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(to top, #008b9f, rgba(0, 138, 159, 0));
}
.specialties-section .owl-stage .owl-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.specialties-section .owl-stage .owl-item h3 {
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: 0.5s;
  transform: rotate(-90deg);
  width: 350px;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.specialties-section .owl-stage .owl-item h3 a {
  color: #fff;
}
.specialties-section .owl-stage .owl-item h3 i {
  display: none;
  color: #fff;
  background: #f9aa1c;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.schedule-appointment {
  padding-bottom: 50px;
}
.schedule-appointment .form-section {
  background-color: #f2f8f8;
}
.schedule-appointment .schedule-title {
  padding-right: 40px;
}
.schedule-appointment .schedule-title .schedule-section {
  background-color: #008B9F;
  position: relative;
  height: 100%;
}
.schedule-appointment .schedule-title .schedule-section img {
  position: absolute;
  bottom: 0;
  max-width: 85%;
}
.schedule-appointment .schedule-title .schedule-section h2 {
  font-size: 28px;
}
.schedule-appointment .submit-button {
  background: #f9aa1c;
}
.schedule-appointment .submit-button:hover {
  background-color: #eb9e13;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
}
.owl-nav span {
  font-size: 21px;
  color: #008b9f;
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: -35px;
  background: #fff !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: -20px;
  top: -35px;
  background: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
  .schedule-appointment .schedule-title .schedule-section img {
    width: 220px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-appointment .schedule-title {
    padding-right: 10px;
  }
  .schedule-appointment .schedule-title .schedule-section img {
    display: none;
  }
  .schedule-appointment .schedule-title .schedule-section h2 {
    font-size: 21px;
  }
  .image-style-col .small-image {
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    z-index: 1;
  }
  .surgery-section {
    padding-bottom: 30px;
  }
  .surgery-section h2 {
    font-size: 21px;
  }
  .owl-nav button.owl-prev {
    left: -10px;
  }
  .owl-nav button.owl-next {
    right: -10px;
  }
}
