.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 {
  margin-bottom: 30px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box {
  position: relative;
  padding-left: 270px;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box {
    padding-left: 220px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box {
    padding-left: 0;
  }
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box .thumb {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box .thumb {
    position: relative;
    top: 0;
  }
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .thumb img {
  border-radius: 50%;
  transition: all 300ms ease;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .author-text {
  position: relative;
  color: #1b1525;
  font-size: 22px;
  margin-bottom: 30px;
}
body.tm-dark-layout .tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .author-text {
  color: #fff;
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .author-text {
    font-size: 24px;
    line-height: 1.6em;
  }
}
@media (max-width: 575.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .author-text {
    font-size: 18px;
  }
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .testimonial-name {
  position: relative;
  margin-bottom: 5px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .testimonial-position {
  position: relative;
  color: #270ad9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .icon-comment {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 73px;
  height: 67px;
  background-image: url(../../../images/current-theme/icon-comment.png);
}