@font-face {
  font-family: "Lucida Sans Unicode";
  src: url("../fonts/LucidaSansUnicode.woff2") format("woff2"),
    url("../fonts/LucidaSansUnicode.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
ul.slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  left: 102px;
  bottom: 40px;
}
ul.slick-dots li {
  margin: 0px 5px;
  height: 4px;
  background: #ffffff99;
  width: 25px;
  cursor: pointer;
}
ul.slick-dots li > button {
  display: none;
}
ul.slick-dots li.slick-active {
  background: #bfcc94;
}
.testimonial-slider ul.slick-dots {
  width: 50%;
  right: 0px;
  left: auto;
  justify-content: center;
}
.testimonial-slider ul.slick-dots li.slick-active {
  background: #344a66;
}
@media (max-width: 1199px) {
  ul.slick-dots {
    left: 60px;
  }
}
@media (max-width: 767px) {
  ul.slick-dots {
    right: auto;
    left: auto;
    justify-content: center;
    width: 100%;
  }
  .testimonial-slider ul.slick-dots {
    width: 100%;
  }
}
