/*
.home-testimonials {
    background-color: #ffffff;
    min-height: 345px;
    color: #222222;
}
.home-testimonials a {
  color: #ffffff !important;
}
*/
.testimonial-img img {
    margin: 0 auto;
    width: 100%;
    height: 108px;
    border-radius: 100%;
    object-fit: contain;
    object-position: center;
}

#testimonial-full-box {
    padding-bottom: 0px;
    padding-top: 0px;
    /* text-align: center; */
    position: relative;
}

.default-bg-img {
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 120px;
    margin: 0 auto;
    border: 5px solid #c10b44;
    border-radius: 100%;
    background-color: #fff;
}

.quote-marks {
    /* font-style: italic; */
  font-size: 19px;
  word-break: break-all;
  padding: 20px 60px;
  /* text-align: center; */
}

.testi-box p {
  margin-bottom: 20px;
  position: relative;
  /* text-indent: 30px; */
  margin-right: 30px;
}

.testi-box:before {
  content: '';
  position: absolute;
  background-image: url(../images/quote-left.png);
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 19px;
  left: -24px;
  top: 0;
}


 .testi-box:after {
  content: '';
  position: absolute;
  background-image: url(../images/quote-right.png);
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 19px;
  right: 0;
  bottom: 30px;
}

.testi-box h5 {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}

.testi-box h5 > span {
    font-size: 14px;
    color: #94C02D;
    font-weight: 600;
}

.testimonial-img {
  position: relative;
  z-index: 1;
}
.testimonial-img:before {
  content: '';
  position: absolute;
  background-image: url(../images/quotes-green.png);
  background-position: center;
  background-size: contain;
  width: 48px;
  height: 41px;
  left: -15px;
  top: -10px;
}

@media (max-width:992px) {
  .testimonial-img:before {
    left: 0;
  }
}

.testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #09357a;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #78C12B;
}

.testimonial-slider .slick-dots li button:before {
  font-size: 15px;
}
