.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-style6 {
  position: relative;
  padding: 50px 40px;
  padding-right: 0;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .testimonial-block-style6 {
    padding: 30px;
    padding-right: 0;
  }
}
.testimonial-block-style6::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border: 1px solid var(--theme-color1);
  z-index: -1;
  width: 60%;
}
.testimonial-block-style6 .inner-box {
  background: #f5f5f5;
  padding: 50px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-style6 .inner-box {
    padding: 30px;
  }
}
.testimonial-block-style6 .inner-box .star-rating span:before {
  color: #ffc65e;
  margin-bottom: 10px;
  font-weight: 600;
}
.testimonial-block-style6 .inner-box .author-text {
  font-size: 22px;
  text-transform: capitalize;
}
.testimonial-block-style6 .inner-box .client-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.testimonial-block-style6 .inner-box .client-info .client-img {
  width: 102px;
  height: 102px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-block-style6 .inner-box .client-info .content .title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font-family);
  margin-bottom: 0;
}