.testimonial-slider-action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-slider-next {
  right: 0;
}
.testimonial-slider-item-overlay {
  position: relative;
  background-color: RGBA(0, 46, 79, 0.87);
  color: #fff;
}
.testimonial-slider-item-overlay .rates {
  color: #4ff5c7;
}
.testimonial-slider-item.theme-light .testimonial-slider-item-overlay {
  background-color: RGBA(79, 245, 199, 0.87);
  color: #002e4f;
}
.testimonial-slider-item.theme-light .testimonial-slider-item-overlay .rates {
  color: #002e4f;
}
.testimonial-slider .slick-initialized .slick-slide {
  display: flex;
}

.testimonial-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 2.5rem 1rem;
  margin-top: -6.5rem;
}
.testimonial-dots li {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.testimonial-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
.testimonial-dots li.slick-active button {
  background-color: #fff;
}