.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

.testimonial-quote {
  position: relative;
}

.testimonial-quote .testimonial-slider {
  background: url(https://savanta.com/us/wp-content/themes/savanta/resources/images/dot-grey.svg) left top no-repeat;
  overflow: hidden;
  position: relative;
  max-height: 350px;
  background-size: 94px;
}

.testimonial-quote .swiper-slide {
  overflow: hidden;
}

.testimonial-quote .single-item {
  padding-left: 200px;
  padding-right: 200px;
}

.testimonial-quote .single-item .h4 {
  margin-bottom: 30px;
}

.testimonial-quote .single-item .h4 p {
  line-height: 1.4;
}

.testimonial-quote .single-meta {
  position: relative;
  padding-top: 25px;
}

.testimonial-quote .single-meta:before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  width: 50px;
  background-color: #F5AEB3;
  left: 0;
}

.testimonial-quote .single-meta strong,
.testimonial-quote .single-meta em {
  display: block;
  font-style: normal;
}

.testimonial-quote .testimonial-arrows {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 110px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-quote .single-item {
    padding-left: 120px;
    padding-right: 120px;
  }
  .testimonial-quote .testimonial-slider {
    background-size: 54px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-quote .single-item {
    padding-left: 100px;
    padding-right: 100px;
  }
  .testimonial-quote .testimonial-slider {
    background-size: 45px;
  }
  .testimonial-quote .testimonial-arrows {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .testimonial-quote .single-item {
    padding-left: 20px;
    padding-right: 70px;
  }
  .testimonial-quote .testimonial-slider {
    background: none;
  }
  .testimonial-quote .testimonial-arrows {
    right: -30px;
  }
}
/*# sourceMappingURL=testimonial.css.map */