.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;
}

.tm-sc-testimonials .testimonial-block-style1 .inner-box {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .icon-quote {
  position: relative;
  margin-bottom: 18px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .icon-quote {
  width: 42px;
  height: 30px;
  background-image: url(../../../images/current-theme/icon-quote.png);
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .author-text {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 25px;
  padding-right: 30px;
  letter-spacing: 0.6px;
}
@media (max-width: 1399.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box .author-text {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box .author-text {
    font-size: 18px;
    line-height: 30px;
    padding-right: 0;
  }
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .author-info .testimonial-name {
  position: relative;
  color: #0d0d23;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .author-info .testimonial-position {
  position: relative;
  font-size: 16px;
  color: #72727c;
  font-weight: 400;
}