<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***
Testimonials section slider
***/
.testimonial-item-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

.testimonials-section {
  background-color: var(--greyBackground1);
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonials-section-main-wrapper.container {
  padding: 0px;
}

.testimonials-section .heading-wrap {
  padding-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 24px;
}

.testimonials-section-wrapper {
  padding: 0px 38px;
}

.testimonial-rating .star {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-item {
  margin: 0 12px;
  padding: 32px;
  background-color: var(--white1);
  border: 1px solid var(--greyBorder);
  border-radius: 8px;
  transition: 0.3s ease all;
}

.testimonial-item:hover {
  border: 1px solid var(--blue1);
  transition: 0.3s ease all;
}

.testimonial-rating {
  display: flex;
  justify-content: start;
  gap: 4px;
}
.testimonial-rating .star img {
  height: 19px;
  width: 19px;
}
.testimonial-content {
  min-height: 121px;
}

.testimonials-bottom {
  display: flex;
  gap: 16px;
  align-items: center;
}

.testimonials-slider-carousel {
  position: relative;
}
.testimonials-section-wrapper .slick-prev,
.testimonials-section-wrapper .slick-next {
  top: auto;
}
.testimonial-position {
  color: var(--black1);
  margin-top: 4px;
}
/*  Slider arrows */
.custom-arrows-container {
  position: relative;
  padding-top: 30px;
}
.testimonials-section-wrapper .slick-arrow {
  text-align: center;
  cursor: pointer;
  height: 50px;
  width: 50px;
  transition: background-color 0.3s, border-color 0.3s;
  border-radius: 50%;
  background-color: var(--white1);
  border: 1px solid var(--greyBorder);
}

.testimonials-section-wrapper .slick-next:before {
  content: "";
  background-image: url(../../icons/carousel-arrow-right.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin: auto;      

}
.testimonials-section-wrapper .slick-prev:before {
  content: "";
  background-image: url(../../icons/carousel-arrow-left.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin: auto; 

}

.testimonials-section-wrapper .slick-prev::before {
  opacity: 1;
}
.testimonials-section-wrapper .slick-next::before {
  opacity: 1;
}
.testimonials-section-wrapper .slick-prev:hover::before{
   background-image: url(../../icons/carousel-arrow-left-white.png);

}
.testimonials-section-wrapper .slick-next:hover::before{
  background-image: url(../../icons/carousel-arrow-right-white.png); 

}
.testimonials-section-wrapper .slick-prev:hover,
.testimonials-section-wrapper .slick-next:hover {
  border: 1px solid var(--blue1);
  background: var(--blue1);
}
/* Testimonials slider dots*/
.custom-dots-container .slick-dots {
  position: absolute;
  bottom: -3px;
  left: 4px;
  right: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.testimonials-section-wrapper .slick-dots li {
  height: 2px;
  width: 50px;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  transition: width 0.3s ease;
  background-color: var(--greyBorder);
}

.testimonials-section-wrapper .slick-dots .slick-active {
  margin: 0;
  width: 100px !important;
  height: 4px !important;
  margin-right: 15px;
  background-color: var(--blue1);
}

.testimonials-section-wrapper .slick-dots li :before {
  opacity: 1;
  content: "";
  height: 2px;
  width: 50px;
  
  font-size: 12px;
}
.custom-arrows-container {
  position: relative;
  padding-top: 30px;
  max-width: 430px;
  margin: auto;
}
.testimonials-slider-carousel {
  margin-bottom: 50px !important;
}

/* Positioning left and right arrows */
.testimonials-section-wrapper .custom-arrows-container .slick-prev {
  z-index: 4;
}

.testimonials-section-wrapper .custom-arrows-container .slick-next {
  z-index: 2;
}


.review-div-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.testimonials-section &gt; div{
  padding: 0px;
}

.review_stars {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 6px;
}

.review_stars img, .review_stars picture {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_stars &gt; span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: var(--greyBorder);
}

.review_stars &gt; span.trustpilot-star {
  background-color: var(--green1);
}

.review_stars &gt; span.google-star {
  background-color: var(--yellow1);
}

.review_counts {
  display: flex;
  gap: 12px;
  align-items: center;
}

#trustpilot-logo {
  height: 22px;
  width: auto;
}

#google-logo {
  height: 24px;
  width: auto;
}

.regular-text {
  font-family: "OpenSans-Regular";
  line-height: 19px;
  font-size: 14px;
  font-weight: 400;
}

.mobile-review-counts {
  display: none;
}

.testimonials-bottom img {
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {

  .testimonials-bottom img {
    width: 32px;
    height: 32px;
  }

  #trustpilot-logo {
    width: 91.14px;
    height: auto;
  }
  
  #google-logo {
    width: 75px;
    height: auto;
  }
  
  .mobile-review-counts {
    display: flex;
    gap: 2px;
  }

  .review_counts {
    display: none;
  }

  .review-div-wrapper &gt; a {
    display: flex;
    align-items: center;
    width: 310px;
  }

  .review-div-wrapper &gt; a &gt; picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .review-div-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-slider-carousel {
    margin-bottom: 30px !important;
  }

  .testimonials-section .heading-wrap {
    padding-bottom: 30px;
    flex-direction: column;
    align-items: start;
  }

  .testimonials-section-wrapper {
    padding: 0px 20px;
  }
  
  .review-div-wrapper .trustpilot {
    width: 71px;
  }

  .review-div-wrapper .google {
    width: 85px;
  }

  .review-div-wrapper {
    gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .review_stars {
    margin: 0px 6px 0px 6px;
    gap: 1.8px;
  }

  .review_stars &gt; span {
    width: 16px;
    height: 16px;
  }

  .review_stars img, .review_stars picture {
    width: 10px;
    height: 10px;
  }

  .testimonial-item {
    margin: 0;
  }
  .testimonials-section-wrapper .slick-dots li {
    margin: 0;
    width: 30px;
    margin-right: 10px;
  }
  .custom-arrows-container .slick-prev {
    left: -10px;
  }
  .custom-arrows-container .slick-next {
    right: -10px;
  }
  .testimonials-section-wrapper .slick-dots .slick-active {
    margin-right: 10px;
    width: 62px;
  }
  
  .testimonials-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .trustpilot-img {
    width: 29.58px;
    height: 28px;
  }
  
  .google-img {
    width: 28px;
    height: 28px;
  }

  .testimonials-bottom {
    gap: 12px;
  }
}

@media (max-width: 445px) {
  .testimonial-item {
    padding: 24px;
  }
  .testimonials-section-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .testimonials-section-wrapper .slick-dots .slick-active {
    margin-right: 10px;
    width: 53px !important;
  }
  .custom-arrows-container {
    padding-top: 10px;
  }
  .testimonials-section-wrapper .slick-dots li {
    width: 20px;
  }
  
  .review-div-wrapper {
    padding-left: 20px;
    margin-bottom: -16px;
  }
}
</pre></body></html>