.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;box-shadow:unset;}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:var(--ast-global-color-0)}


.testimonial-review {
  width: 80px;
  margin: 10px auto;
}

.wws-thumb-testimonial  .testimonial-quote {
  width: 54px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
section.testimonials {
    padding: 20px 0px 20px 0px;
  }
  section.testimonials h3 {
    font-size: 40px;
  }
  @media (max-width: 639px) {
    section.testimonials h3 {
      font-size: 30px;
    }
  }
  section.testimonials p.text-center.gray {
    max-width: 900px;
    margin: 0 auto;
  }
  section.testimonials .slider1 {
    padding: 20px;
    margin-bottom: -50px;
  }
  section.testimonials .slider1 p {
    background-color: #f1efef;
    border-radius: 20px;
    padding: 40px 20px;
    font-family: "montserratsemibold";
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    position: relative;
  }
  section.testimonials .slider1 p:after {
    position: absolute;
    content: "";
    border: 15px solid transparent;
    border-top: 15px solid #f1efef;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -29px;
    height: 0;
  }
  section.testimonials .owl-thumbs {
    text-align: center;
  }
  section.testimonials .owl-thumbs button {
    background-color: transparent;
    border: none;
    opacity: 0.5;
    display: inline-block;
    margin: 5px !important;
    padding: 0 !important;
  
  }
  section.testimonials .owl-thumbs button .userimg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transition: 0.3s;
    border-radius: 50%;
    position: relative;
    top: 15px;
  }
  @media (max-width: 639px) {
    section.testimonials .owl-thumbs button .userimg {
      width: 80px;
      height: 80px;
    }
  }
  section.testimonials .owl-thumbs button .userimg img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid var(--ast-global-color-0);
    padding: 5px;
}
section.testimonials .owl-thumbs button.owl-thumb-item.active .userimg img{
  padding: 0;
  border:0;
}
  section.testimonials .owl-thumbs button.owl-thumb-item.active {
    transition: 0.3s;
    opacity: 1;
    transform:scale(1.1);
  }
  section.testimonials .owl-thumbs button.owl-thumb-item.active .userimg {

  }

  .wws-thumb-testimonial .owl-nav{
    width: 100%;
  }
  .wws-thumb-testimonial .owl-nav .owl-prev{
    left: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .wws-thumb-testimonial .owl-nav .owl-next{
    right: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .wws-thumb-testimonial .thumb-testimonial-content-item{
    text-align: center;
    padding-top: 60px;
  }
  .wws-thumb-testimonial .owl-dots{
   bottom: -50px;
   position: absolute;
   left: 50%;
   transform:translateX(-50%);
  }

.wws-thumb-testimonial-item-overlay {
    background-image: url('http://wp.test/em/wp-content/uploads/2023/10/ZINPLAVA.png');
    height: 200px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}