/* Swiper Container */
.testimonial-swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.testimonial-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.testimonial-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-slider-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.testimonial-slider-description {
  padding-bottom: 20px
}
.testimonial-slider-description p:last-child {
  margin-bottom: 0;
}
.testimonial-thumbnail {
  margin-bottom: 10px;
  height: 80px;
  display: flex;
  align-items: center;
}

.testimonial-thumbnail img {
 width: auto !important;
  max-height: 100%;
}
.testimonial-slider-header.no-description {
  margin-bottom: 30px;
}
.testimonial-content {
  flex: 1;
  margin-bottom: 20px;
}
.testimonial-slider-content {
  background-color: #F6F6F6;
  border-radius: 0;
  padding: 30px 10px 20px;
}
.read-more-toggle {
  /*border-bottom: 1px solid #367c1a;*/
  text-decoration: underline !important;
}

.testimonial-swiper {
  padding: 0 40px 40px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0 !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0 !important;
}
.testimonial-slider-item {
  opacity: 0;
}
.swiper-slide-active .testimonial-slider-item {
  opacity: 1;
}
.testimonial-content-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 10px;
}
.testimonial-content-text.expanded {
  -webkit-line-clamp: unset;
}
.testimonial-content-text p:last-child {
  margin-bottom: 0;
}
.footer-testimonial-slider {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: auto;
}

.testimonial-author-name {
  font-weight: 500;
}

.slider-testimonial-rating-stars {
  margin-top: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}
.slider-rating-star {
  display: flex;
  width: 118px;
}

.slider-rating-star .rating {
  background: url(../images/ic_star_rating.svg) repeat-x 0 center;
  height: 20px;
  flex-shrink: 0;
}

.testimonial-author-job,
.testimonial-author-website-link {
  font-size: 14px;
  color: #697882;
  line-height: 20px;
}
.testimonial-author-website-link a {
  color: #697882;
  text-decoration: none;
}
/* Swiper Navigation */
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
  color: #333;
}

.testimonial-swiper .swiper-button-next:after,
.testimonial-swiper .swiper-button-prev:after {
  font-size: 20px;
}

/* Swiper Pagination */
.testimonial-swiper .swiper-pagination {
  bottom: 0;
}

.testimonial-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #333;
  opacity: 0.5;
}

.testimonial-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.toggle-content-slider {
  display: none;
}
.toggle-content-slider .show-less {
  display: none;
}