.client-slider-outer .slider-wrap-inside{
  border: 3px solid #f3f4f7;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  z-index: 10;
  margin:10px;
  box-shadow: 0 7px 16px 0 rgba(10, 20, 20, .1);
}
.dotted-image {
  padding-bottom: 20px;
}
.client-slider-outer .th-testimonial .testimonial-image img {
  width: 64px;
  height: 64px !important;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  overflow: hidden;
}
.client-slider-outer .th-testimonial .testimonial-title {
  text-align: center;
}
.client-slider-outer p.testimonial-name.primary-font {
  font-size: 14px;
  line-height: 34px;
  font-weight: 700;
  color:#2b2b2b;
}
.client-slider-outer .testimonial-outer .px-40.testimonial-text.mr-auto.ml-auto {
  color: #2b2b2b;
}
.client-slider-outer .testimonial-outer {
  margin: 40px 40px 0px;
  padding: 40px 0px;
}
.client-slider-outer .th-testimonial .testimonial-author{
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

.client-slider-outer .th-testimonial .slick-prev { left: 40%; width: 50px; height: 50px; line-height: 64px; cursor: pointer;top:unset; bottom:-55px;}
.client-slider-outer .th-testimonial .slick-next { right: 40%; width: 50px; height: 50px; line-height: 64px; cursor: pointer;top:unset; bottom:-55px;}

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

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

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

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

  .client-slider-outer .th-testimonial .slick-prev img, 
  .client-slider-outer .th-testimonial .slick-next img{ 
    width: 50px; 
    height: auto; 
    padding:0;
  }
  .client-slider-outer .testimonial-outer{
    margin:0!important;
  }
  .px-40 {
    padding-left: 0px !important;
    padding-right:0px!important;
  }
}

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