div.sp-testimonial-free-section {
  display: none;
}
div.sp-testimonial-free-section .slick-list {
  margin-right: -24px;
}
div.sp-testimonial-free-section.slick-initialized {
  display: block;
}

.sp-testimonial-free-section .sp-testimonial-free-item:focus,
.sp-testimonial-free-section .slick-dots li.slick-active button:focus {
  outline: none;
}
.sp-testimonial-free-section .sp-testimonial-free-item {
  text-align: center;
  padding-right: 24px;
}

.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
.sp-testimonial-free-section .tfree-testimonial-title {
  margin: 0px 0px 18px 0px;
}
.sp-testimonial-free-section .tfree-testimonial-title h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.sp-testimonial-free-section .tfree-client-testimonial {
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  margin: 0px 0px 20px 0px;
}
.sp-testimonial-free-section
  .tfree-client-testimonial
  p.tfree-testimonial-content {
  display: inline;
  margin: 0;
  padding: 0;
}
.sp-testimonial-free-section .tfree-client-name {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 700;
  font-style: normal;
  margin: 0px 0px 8px 0px;
  padding: 0;
}
.sp-testimonial-free-section .tfree-client-rating {
  margin: 0px 0px 6px 0px;
  text-align: center;
  line-height: 1;
}
.sp-testimonial-free-section .tfree-client-rating i.fa {
  font-size: 19px;
  margin-right: -1px;
}
.sp-testimonial-free-section .tfree-client-designation {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
}

/* Image */
.sp-testimonial-free-section .sp-tfree-client-image {
  margin: 0px 0px 22px 0px;
}
.sp-testimonial-free-section .sp-tfree-client-image img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Dots */
.sp-testimonial-free-section .slick-dots {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sp-testimonial-free-section .slick-dots li {
  display: inline-block;
  border: 2px solid black;
  padding: 0;
  width: 13px;
  height: 13px;
  margin: auto 3px;
  overflow: hidden;
  border-radius: 10px;
}
.sp-testimonial-free-section .slick-dots li button {
  border-radius: 36%;
  text-indent: -999px;
  width: 10px;
  height: 9px;
  padding: 0;
  border: 0;
  display: block;
}

/* Nav */
.sp-testimonial-free-section .slick-prev,
.sp-testimonial-free-section .slick-next {
  font-size: 26px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  margin-top: -14px;
}
.sp-testimonial-free-section .slick-prev {
  left: 0;
}
.sp-testimonial-free-section .slick-next {
  right: 0;
}
