.tm-sc-testimonials .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.2;
  font-size: 0.9em;
  width: 5.6em;
}
.tm-sc-testimonials .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.tm-sc-testimonials .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.tm-sc-testimonials .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #f1c40f;
  top: 0;
  position: absolute;
  left: 0;
}
.tm-sc-testimonials .star-rating {
  float: none;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: visible;
}
.tm-sc-testimonials .star-rating span:before {
  color: var(--theme-color2);
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
  transition: all 0.3s ease-in-out;
}
.tm-sc-testimonials .star-rating span:before {
  transition: all 0.3s ease-in-out;
}

.testimonial-block-style2 {
  position: relative;
}
.testimonial-block-style2 .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.testimonial-block-style2 .quote-icon .icon {
  color: rgba(255, 255, 255, 0.18);
  font-size: 48px;
  line-height: 1;
}
.testimonial-block-style2 .quote-icon img {
  max-width: 150px;
  height: auto;
  display: block;
}
@media (max-width: 1199.98px) {
  .testimonial-block-style2 .quote-icon {
    width: 62px;
    height: 62px;
  }
}
.testimonial-block-style2 .star {
  color: var(--theme-color-white);
  margin-bottom: 15px;
}
.testimonial-block-style2 .star-rating {
  width: 7.8em !important;
}
.testimonial-block-style2 .star-rating::before {
  color: #d5e8df !important;
  font-size: 16px;
  letter-spacing: 5px;
}
.testimonial-block-style2 .star-rating span::before {
  color: #d5e8df !important;
  font-weight: 600 !important;
  font-size: 16px;
  letter-spacing: 5px;
}
.testimonial-block-style2 .author-text {
  font-size: 28px;
  font-weight: 300;
  color: #787880;
}
@media (max-width: 991.98px) {
  .testimonial-block-style2 .author-text {
    font-size: 16px;
  }
}
.testimonial-block-style2 .client-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .testimonial-block-style2 .client-info {
    padding-top: 22px;
    margin-top: 22px;
  }
}
.testimonial-block-style2 .client-info .client-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-block-style2 .client-info .info-content .testimonial-name {
  color: #121212;
  margin: 0;
}
.testimonial-block-style2 .client-info .info-content .testimonial-position {
  color: rgba(18, 18, 18, 0.6);
}