.author-details { text-align: center; }
.author-details h4 { font-size: 20px; }
.author-details p {
  line-height: 22px;
  font-size: 16px;
}
.section-eyebrow {
  font-size: 16px;
  color: #34a81d; 
  font-weight: 500; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}
.author-img { margin: -105px auto 20px;}
.slick-dots li button { height: 14px !important; width: 14px !important; }
.testimonial-slider-block { padding: 0 0; overflow: visible !important; }
.testimonial-slider-block.slick-initialized.slick-slider.slick-dotted { overflow: visible !important;}
.testimonial-slider {
  padding: 80px 0 !important;
}
.testimonial-heading h2{
  margin: 0 0 30px;
  text-align: center;
}
.author-img {
  margin: -105px auto 20px;
  border-radius: 50%;
  border: 3px solid #34a81d;
  max-width: 125px;
}

img.rate-img {
  display: inline-block !important;
  width: 120px;
  margin-bottom: 22px;
}
.testimonial-slide h3 {
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  margin: 0 0 15px;
}
.testimonial-slide-bottom-content {
  display: flex;
}
.testimonial-slide-inner {
  margin: 70px 15px 15px;
  padding: 40px 30px 30px;
  background: #fff;
  border-radius: 15px;
  min-height: 440px;
  position: relative;
  box-shadow: 0px 5px 15px rgba(34, 34, 34, 0.1);
}
.testimonial-slide-inner .read-more-link {
  position: absolute;
  bottom: 30px; left: 30px;
}
.testimonial-slider .slick-dots {
  bottom: -60px;
  left: 0px;
}
.testimonial-slider .slick-dots li button {
  background: #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  border: 2px solid #34a81d;
}
.testimonial-slider .slick-dots li button:before {
  display: none;
}
.testimonial-slider .slick-dots li.slick-active button {
  background: #34a81d;
}
.testimonial-slide-inner h3{
  text-transform: none;
  font-size: 22px;
  line-height: 32px;
}

.testimonial-slider .slick-arrow{
  width: 30px;
  height: 30px;
  /*   border: 1px solid #666; */
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.new-lp-page .slick-arrow::before{
  content: "\f104";
  font-family: fontawesome;
  color: #666;
  display: inline-block;
  font-size: 45px;
}
.new-lp-page .slick-next:before{
  content: "\f105";
}
.new-lp-page .slick-arrow, .new-lp-page .slick-arrow {
  width: 30px;
  height: auto;
  z-index: 9;
}
.new-lp-page .slick-prev {
  left: 0;
}
.new-lp-page .slick-next {
  right: 0;
}
.slick-arrow.slick-disabled, .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
  opacity: 1 !important;
}

/*------------------------- responsive style ---------------------------*/
@media (min-width: 768px) {
}
@media screen and (max-width: 1199px) {
  .testimonial-slide h3 {
    margin: 0 0 40px;
  }
}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .testimonial-slider {
    padding: 60px 0 !important;
  }

}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {

}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .testimonial-slide h3 {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-slider .slick-dots {
    bottom: -60px;
  }
  .testimonial-slider .slick-dots li, .testimonial-slider .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .testimonial-slider {
    padding: 40px 0 60px !important;
  }
  .testimonial-slide-inner h3 {
    font-size: 22px;
  }
  .testimonial-slider-block {
    padding: 0;
  }
}/*-------- 767 ends here ----------

@media screen and (max-width: 630px) {
  .testimonial-slider .slick-dots {
    bottom: -45px;
  }*/

}/*-------- 630 ends here ----------*

@media screen and (max-width: 568px) {/

}/*-------- 568 ends here ----------

@media screen and (max-width: 480px) {
  .testimonial-slide-quote-text {
    padding: 0;
  }
  img.quote-img {
    width: 45px;
    margin-bottom: 16px;
  }
  .testimonial-slide-inner {
    padding: 0 8px;
  }
  .testimonial-slider-block {
    padding: 0 25px;
  }
  .new-lp-page .slick-arrow::before{
    font-size: 34px;
  }
  .new-lp-page .slick-prev {
    left: -10px;
  }

  .new-lp-page .slick-next {
    right: -10px;
  }*/
}/*-------- 480 ends here ----------*/

@media screen and (max-width: 360px) {

}/*-------- 360 ends here ----------*/