.testimonial-box {
  background-color: #fff;
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box {
    padding: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-box {
    padding: 40px;
    font-size: 14px;
  }
}

.testimonial-box .client-img {
  max-width: 150px;
  max-height: 150px;
  margin: auto;
  position: relative;
}

.testimonial-box .client-img img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
}

.testimonial-box .client-img .check {
  position: absolute;
  right: 0;
  top: 0;
  border: 4px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #bead8e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-box h3 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-box h3 {
    font-size: 22px;
  }
}

.testimonial-box .clinet-post {
  font-weight: 500;
  text-transform: uppercase;
  color: #bead8e;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.testimonial-box .clinet-post + p{
  margin: 20px 0 0;
  font-size: 14px;
}

.testimonial-box .sigma_testimonial-rating{
  margin-top: 20px;
}
.testimonial-box .sigma_testimonial-rating i{
  color: #bead8e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box .clinet-post {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box .clinet-post {
    font-size: 12px;
  }
}

.testimonial-box:hover {
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
          box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
}
.testimonial-slider ul.slick-dots{
  margin-top: 30px;
}
.testimonial-slider ul.slick-dots li {
  display: inline-block;
  cursor: pointer;
}

.testimonial-slider ul.slick-dots li button {
  font-size: 0;
  border: 0;
  background-color: #fff;
  width: 16px;
  height: 4px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-slider ul.slick-dots li.slick-active button {
  width: 26px;
  background-color: #bead8e;
}
