.testimonial-container {
  display: none;
  width: calc(100% - 40px - 8%);
  margin-left: 8%;
  align-content: center !important;
}

.testimonial-container:before {
  content: '';
  background: url(/x/lc-content/uploads/2025/02/quotation-mark-icon-min.png) left -8%/54px no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 5%;
}

.star-container {
  display: flex !important;
  align-items: center;
}

.star {
  width: 35px;
  height: 35px;
  margin-right: 11.5px !important;
  clip-path: polygon(50% 0,79% 90%,2% 35%,98% 35%,21% 90%); 
}

.star:last-of-type {
  margin-right: 0 !important;
}

.testimonial-prev, .testimonial-next {
  cursor: pointer;
  position: relative;
  top: calc(50% - 36px);
  transition: 0.6s ease;
  user-select: none;
  z-index: 11 !important;
}

.testimonial-prev .fb-icon-element, .testimonial-next .fb-icon-element {
  max-width:22px;
  transition: max-width 0.3s ease;
}

.testimonial-prev:hover .fb-icon-element, .testimonial-next:hover .fb-icon-element {
  max-width:24px !important;
}

.testimonial-nav-left-container, .testimonial-nav-right-container {
  position: absolute;
  height: 100%;
}
.testimonial-nav-left-container {
  left: -25px;
}
.testimonial-nav-right-container {
  right: -25px;
  top: 0;
}

.nav_bullet_wrapper {
  position: absolute;
  bottom: 0;
  left: 18px;
}

.testimonial-footer-wrapper {
  margin-bottom: 25px !important;
}

.testimonial-footer-wrapper > .fusion-column-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  margin-left: 2.7% !important;
  margin-right: 2.7% !important;
}

.patient-video lite-youtube {
  border-radius: 40px !important
}

.testimonial-button-wrapper.fusion-layout-column {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  .nav_bullet_wrapper {
    left: calc(50% - 55px);
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider {
    padding: 0 !important;
    padding-bottom: 38px !important;
  }
  .testimonial-slider-wrapper {
    min-height: 390px !important;
  }
}