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

.benefit-title h2 {
  color: #008B9F;
}

.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;
}

.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 h4 {
  color: #6c6c6c;
  font-size: 14px;
}
.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;
}
.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 span {
  color: #008b9f;
  font-size: 18px;
}

.specialties-section .owl-stage {
  display: flex;
}
.specialties-section .owl-stage .owl-item {
  transition: 0.5s;
}
.specialties-section .owl-stage .owl-item:hover {
  width: 400px !important;
}
.specialties-section .owl-stage .owl-item:hover .title {
  transform: none;
}
.specialties-section .owl-stage .owl-item:hover .title h3 i {
  display: block;
}
.specialties-section .owl-stage .owl-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.specialties-section .owl-stage .owl-item .title {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 69px;
  color: #fff;
  left: 10px;
  transition: 0.5s;
  right: 10px;
}
.specialties-section .owl-stage .owl-item .title h3 {
  color: #fff;
}
.specialties-section .owl-stage .owl-item .title h3 i {
  display: none;
  color: #008b9f;
  background: #fff;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  text-align: center;
  line-height: 23px;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq-section {
  padding-bottom: 2px;
}
.faq-section .accordion-header {
  border: 1px solid #008b9f;
}

.stories-section .story-list {
  border: 1px solid #22252d;
}
.stories-section .story-details {
  padding-left: 70px;
  min-height: 60px;
}
.stories-section .story-details img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 100% !important;
  position: absolute;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.stories-section .story-details h4 {
  color: #008b9f;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.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);
}
