.sl3-testimonial-slider {
  margin-bottom: 0;
}

.sl3-testimonial-slider .sl3-container {
  max-width: 1367px;
  overflow: hidden;
}

.sl3-testimonial-slider .sl3-section-title {
  max-width: 560px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 80px !important;
}

.sl3-testimonial-slider .sl3-testimonial {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px 1px rgba(170, 170, 170, 0.12);
  min-height: 352px;
}

.sl3-testimonial-slider .sl3-testimonial .ratting {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 24px;
}

.sl3-testimonial-slider .sl3-testimonial .ratting .fa-star:before {
  color: #b61c20;
}

.sl3-testimonial-slider .sl3-testimonial .sl3-comment {
  color: #414141;

  /* Text/Medium/Normal */
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 20px;
}

.sl3-testimonial-slider .sl3-testimonial .sl3-comment p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
}

.sl3-testimonial-slider .sl3-testimonial .sl3-comment.active p {
  display: block;
}

.sl3-testimonial-slider .sl3-testimonial .peek-expand {
  color: #001f3f;

  /* Text/Medium/Link */
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.sl3-testimonial-slider .sl3-testimonial .sl3-name {
  color: #001f3f;

  /* Text/Medium/Semi Bold */
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  margin: 0px;
}

.sl3-testimonial-slider .sl3-testimonial .sl3-profession {
  color: #414141;

  /* Text/Regular/Normal */
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0px;
}

.sl3-testimonial-slider .sl3-testimonial .sl3-comment span {
  color: #001f3f;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.sl3-testimonial-slider .testimonialSlider {
  padding: 0px 27.5px;
  position: relative;
}

.sl3-testimonial-slider .slick-slider {
  margin: 0px -16px;
}

.sl3-testimonial-slider .testimonialSlider .slick-slide {
  margin: 0px 16px;
}

.sl3-testimonial-slider .testimonialSlider .slick-track {
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.sl3-testimonial-slider .testimonialSlider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 0px !important;
  bottom: 25px;
}

.sl3-testimonial-slider .testimonialSlider .slick-dots li button:before {
  display: none;
}

.sl3-testimonial-slider .testimonialSlider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}

.sl3-testimonial-slider .testimonialSlider .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 50%;
}

.sl3-testimonial-slider .testimonialSlider .slick-dots li.slick-active button {
  background: #001f3f;
}

.sl3-testimonial-slider .testimonialSlider .slick-arrow {
  border-radius: 50px;
  background: #001f3f;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.sl3-testimonial-slider .testimonialSlider .slick-prev {
  left: 16px;
}

.sl3-testimonial-slider .testimonialSlider .slick-next {
  right: 16px;
}

.sl3-testimonial-slider .testimonialSlider .slick-arrow:before {
  display: none;
}

.sl3-testimonial-slider .testimonialSlider .slick-arrow img {
  width: 24px;
  height: 24px;
}

.sl3-testimonial-slider .testimonialSlider .slick-next img {
  rotate: 180deg;
}

.sl3-testimonial-slider .peek:not(.active) + .peek-expand .see-less-t,
.sl3-testimonial-slider .peek.active + .peek-expand .see-more-t {
  display: none;
}

@media screen and (max-width: 768px) {
  .sl3-testimonial-slider {
    padding: 32px 15px;
  }

  .sl3-testimonial-slider .sl3-section-title {
    margin-bottom: 32px;
  }

  .sl3-testimonial-slider .testimonialSlider {
    padding: 0;
  }

  .sl3-testimonial-slider .sl3-testimonial {
    padding: 18px;
  }

  .sl3-testimonial-slider .sl3-testimonial .sl3-comment {
    font-size: 16px;
  }

  .sl3-testimonial-slider .testimonialSlider .slick-dots {
    bottom: 0;
  }

  .sl3-testimonial-slider .testimonialSlider .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .sl3-testimonial-slider .sl3-container {
    padding-bottom: 6px;
  }

  .sl3-testimonial-slider .testimonialSlider .slick-next {
    right: 35%;
  }

  .sl3-testimonial-slider .testimonialSlider .slick-prev {
    left: 35%;
  }

  .sl3-testimonial-slider .testimonialSlider .slick-arrow {
    top: auto;
    bottom: -24px;
  }
}

@media screen and (max-width: 599px) {
  .sl3-testimonial-slider .testimonialSlider .slick-next {
    right: 17%;
  }

  .sl3-testimonial-slider .testimonialSlider .slick-prev {
    left: 17%;
  }
}
