#customers-testimonials .item {text-align: center;}
#customers-testimonials .testimonialIconSlider {width: 100%; margin-bottom: 20px;}
#customers-testimonials .testimonialIconSlider .iconHolder {display: inline-block;}
#customers-testimonials .testimonialIconSlider svg, #customers-testimonials .testimonialIconSlider img {width: 100%; max-width: 100px; height: auto;}

#customers-testimonials .testimonial-content {margin-bottom: 30px;}
#customers-testimonials .testimonial-name {width: 100%; font-weight: 700;}

#customers-testimonials .item.large_text p {font-size: 1.5rem;}
#customers-testimonials .item.small_text p {font-size: 1.1rem;}

#customers-testimonials .owl-item.active.center .item {
opacity: 1;
/* -webkit-transform: scale3d(1.0, 1.0, 1);
transform: scale3d(1.0, 1.0, 1); */
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
/* transform: translate3d(0px, -50%, 0px) scale(0.7); */
opacity: 1;
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
  margin-top: 20px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #3190E7;
display: inline-block;
height: 5px;
margin: 0 2px 5px;
/* transform: translate3d(0px, -50%, 0px) scale(0.3);
transform-origin: 50% 50% 0; */
opacity: 0.2;
transition: all 250ms ease-out 0s;
width: 5px;
}
.owl-carousel .owl-nav{
  font-size: 36px; display: block; text-align: center;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {display: inline-block; position: relative; bottom: 0;}
.owl-carousel .owl-prev {margin-right: 10px;}
.owl-carousel .owl-next {margin-left: 10px;}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}  
