.doctor-detail {
  background-image: url("/wp-content/themes/medical-theme/assets/images/bg-detail-doctor-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.doctor-item {
  opacity: 0;
}
.group:hover .child {
  border: 1px solid #fe353d;
}
.custom-list {
  padding-left: 46px;
}
.custom-list li {
  position: relative;
  padding-left: 1.25rem;
}

.tab-link {
  transition: all 0.3s linear;
  position: relative;
}
.tab-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5%;
  border-radius: 12px;
  width: 70%;
  height: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.tab-link:hover::after,
.tab-link.active::after {
  transform: scale(1);
  background: #ed1c24;
}
.tab-link.active {
  font-weight: 500;
}
.tab-content {
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  position: relative;
}
.tab-content table {
  overflow-x: scroll;
}

.tab-content.active {
  opacity: 1;
  display: block;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
.dropdown-content {
  display: none;
}
.accordion-content {
  transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.swiper {
  width: 100%;
  height: 521px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.swiper-button-next,
.swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
}
.swiper-button-prev {
  left: 30px !important;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/medical-theme/assets/images/arrow-right-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/medical-theme/assets/images/arrow-leftcircle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown-content {
  display: none;
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .swiper-button-prev {
    transform: translateX(-20px);
  }
}

@media (max-width: 576px) {
  .swiper-button-next {
    right: 1px !important;
  }
  .swiper-button-prev {
    left: 23px !important;
  }
}
