.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: #BA1C24;
  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: #BA1C24;
  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: #BA1C24;
}

@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: #BA1C24;
}

/* Style 2 */
.testimonials-style-2 .testimonial-box .client-img {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #ba1c24;
    margin-bottom: 17px;
}
.testimonials-style-2 .testimonial-box .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.testimonials-style-2 .testimonial-box .testimonial-content-wrapper {
    max-width: 800px;
    margin: 15px auto 0;
}
.testimonials-style-2 .testimonial-box .testimonial-content-wrapper p {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 15px;
}
.testimonials-style-2 .testimonial-box .testimonial-content-wrapper h5 {
    font-weight: 600;
    margin-bottom: 0;
}
.testimonials-style-2 .testimonial-box .testimonial-content-wrapper .client-post {
    font-size: 14px;
}
.testimonials-style-2 .testimonial-box:hover{
  box-shadow: none;
}
.testimonials-style-2 .testimonial-box {
    background: transparent;
}
.testimonials-style-2 .testimonial-box.dark-scheme .client-img {
    border-color: #fff;
}
.testimonials-style-2 .testimonial-box.dark-scheme .testimonial-content-wrapper p,
.testimonials-style-2 .testimonial-box.dark-scheme .testimonial-content-wrapper h5,
.testimonials-style-2 .testimonial-box.dark-scheme .testimonial-content-wrapper .client-post {
    color: #fff;
}
.testimonials-style-2.testimonials-slider .testimonial-slider.dark-scheme .slick-arrow.slick-next,
.testimonials-style-2.testimonials-slider .testimonial-slider.dark-scheme .slick-arrow.slick-prev {
    background: #141433;
}
.testimonials-style-2 .testimonial-box.dark-scheme .testimonial-content-wrapper .sigma_testimonial-rating i {
    color: #fff;
}

/* Style 3 */
.testimonials-style-3 .testimonial-box .client-img {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
}
.testimonials-style-3 .testimonial-box .client-img img {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}
.testimonials-style-3 .testimonial-content {
    overflow: hidden;
    text-align: left;
}
.testimonials-style-3 .testimonial-content h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #6b6b83;
    align-self: flex-end;
}
.testimonials-style-3 .testimonial-content h6 i {
    margin-right: 10px;
    color: #ba1c24;
}
.testimonials-style-3 .testimonial-content h6 .client-post{
  color: #ba1c24;
  font-style: italic;
}
.testimonials-style-3 .testimonial-box {
    padding: 0;
    background: transparent;
}
.testimonials-style-3 .testimonial-content .quote-icon {
    float: left;
    line-height: 18px;
    font-size: 22px;
    margin-right: 10px;
    color: #ba1c24;
    opacity: 0.6;
}
.testimonials-style-3 .testimonial-box:hover{
  box-shadow: none;
}
.testimonials-style-2 span.check {
    font-size: 80px;
}
