.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
  left: 3% !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
  right: 3% !important;
}

#sp-testimonial-free-wrapper-838 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
  background: #29C2DE !important;
  background-color: #29C2DE !important;
}

#sp-testimonial-free-wrapper-838 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #29C2DE !important;
}


.sp-testimonial-free-section .sp-testimonial-title h3 {
  font-size: var(--clFontSizeMediumPlus);
}

.sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: var(--clFontSizeNormal);
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: var(--clFontSizeSmallPlus);
  font-weight: 300;
}

.sp-testimonial-free-section .sp-testimonial-client-designation {
  font-size: var(--clFontSizeSmallPlus);
  line-height: normal;
}

.sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
  font-size: var(--clFontSizeSmall);
}

.sp-testimonial-free-wrapper {
  margin-top: 7%;
  padding: 0 7%;
  margin-left: -7%;
  margin-right: -7%;
}

.sp-testimonial-content {
  text-align: left;
  font-size: var(--clFontSizeNormal);
}

.sp-testimonial-content svg {
  max-width: 25px;
}

.sp-testimonial-free-section {
  padding: 0 4vw !important;
}

.sp-testimonial-free-section .slick-next, .sp-testimonial-free-section .slick-prev {
  min-width: 20px;
  width: 2%;
}

.sp-testimonial-free-section .slick-prev:hover, .sp-testimonial-free-section .slick-next:hover, .sp-testimonial-free-section .slick-dots li.slick-active button {
  /*background: #29c2de !important;*/
  /*border-color: #29c2de !important;*/
  color: white;
  background: #2056AC !important;
  border-color: #2056AC !important;
}

.sp-testimonial-free-section .sp-testimonial-title h3, .sp-testimonial-free-section .sp-testimonial-client-testimonial, 
.sp-testimonial-free-section .sp-testimonial-client-testimonial p, .sp-testimonial-free-section .sp-testimonial-client-name {
  line-height: normal;
  margin-bottom: 0;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial {
  margin: 20px 10px;
}

.sp-testimonial-free-section .sp-testimonial-client-image img {
  border-radius: 10%;
}

.sp-testimonial-free-section .sp-testimonial-free {
  padding: 20px;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .sp-testimonial-free-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 600px) {
  .sp-testimonial-free-wrapper {
    margin-top: 14%;
  }

  .sp-testimonial-free-section .sp-testimonial-free {
    padding: 7px;
  }
}

@media only screen and (max-width: 500px) {
  .sp-testimonial-free-section .testimonial-nav-arrow {
    width: 20px;
    height: 28px;
  }
  
  .sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized) {
    margin: 0 10px;
    margin-bottom: 30px;
  }
}