.slider-wrap-inside{
  border: 3px solid #f3f4f7;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  z-index: 10;
  margin:10px;
}
.testimonial-text p {
  min-height: 92px;
}
.th-testimonial .testimonial-image img {
  width: 64px;
  height: 64px !important;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  overflow: hidden;
}
.th-testimonial .testimonial-title {
  text-align: center;
}
p.testimonial-name.primary-font {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color:#2b2b2b;
}
.testimonial-outer .px-40.testimonial-text.mr-auto.ml-auto {
  color: #2b2b2b;
}

.th-testimonial .testimonial-author{
  display: flex;
  align-items: center;
  justify-content: center;
}

.th-testimonial .slick-slider {
  margin-bottom: 0; 
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.th-testimonial .slick-dots {
  position: static;
  margin-top: 20px;
}

.th-testimonial .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.4;
}

.th-testimonial .slick-dots li.slick-active button:before {
  opacity: 1;
}

.th-testimonial .slick-prev { left: -40px; width: 50px; height: 50px; line-height: 64px; cursor: pointer;}
.th-testimonial .slick-next { right: -40px; width: 50px; height: 50px; line-height: 64px; cursor: pointer;}

.th-testimonial .slick-prev:hover, 
.th-testimonial .slick-next:hover{
  opacity: 0.70;
}

.th-testimonial .slick-prev img, 
.th-testimonial .slick-next img{ 
  width: 15px; 
  height: auto; 
  padding-bottom:15px;
}

.th-testimonial .slick-prev:before, 
.th-testimonial .slick-next:before{ 
  display: none;
}

@media (max-width: 768px) {
  .th-testimonial .slick-prev { left: -25px; width: 40px; height: 40px; line-height: 40px; cursor: pointer;}
  .th-testimonial .slick-next { right: -25px; width: 40px; height: 40px; line-height: 40px; cursor: pointer;}

  .th-testimonial .slick-prev img, 
  .th-testimonial .slick-next img{ 
    width: 12px; 
    height: auto; 
    padding:0;
  }
  .testimonial-outer {
    margin: 30px 20px !important;
    padding: 0px!important;
  }
}

@media (max-width: 500px) {
  .th-testimonial .testimonial-text{ padding: 0 0 20px;}
  .th-testimonial .slick-slider{ padding: 10px;}
  .th-testimonial .slick-prev { left: 25%; top: 100%; transform: none;}
  .th-testimonial .slick-next { right: 25%; top: 100%; transform: none;}
  .th-testimonial .slick-slider {width:100%;}
  .testimonial-outer {margin: 30px 20px!important; padding:0px ;}
}
}