.tm-sc-testimonials .star-rating {
  float: left;
  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: right;
  top: 0;
  right: 0;
  position: absolute;
}
.tm-sc-testimonials .star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 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;
  right: 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 .inner-box {
  margin-bottom: 50px;
}
.testimonial-block-style6 .inner-box:hover .content-box {
  background-color: var(--theme-color2);
}
.testimonial-block-style6 .inner-box:hover .content-box:before {
  border-color: var(--theme-color2) transparent transparent transparent;
}
.testimonial-block-style6 .inner-box:hover .content-box .icon-quote-testi {
  color: rgba(var(--theme-color1-rgb), 0.08);
}
.testimonial-block-style6 .inner-box .content-box {
  background-color: var(--theme-color-white);
  padding: 20px 29px 40px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block-style6 .inner-box .content-box {
    padding: 38px 15px 43px;
  }
}
.testimonial-block-style6 .inner-box .content-box:before {
  border-color: var(--theme-color-white) transparent transparent transparent;
  border-width: 27px 21px 0px 21px;
  border-style: solid;
  content: "";
  position: absolute;
  right: 20px;
  bottom: -32px;
  height: 32px;
  width: 32px;
  transition: all 300ms ease;
}
.testimonial-block-style6 .inner-box .content-box .top-info {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.testimonial-block-style6 .inner-box .content-box .rating {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition: all 300ms ease;
}
.testimonial-block-style6 .inner-box .content-box .rating .star-rating {
  font-size: 18px;
}
.testimonial-block-style6 .inner-box .content-box .rating .star-rating span:before {
  color: var(--theme-color1);
  font-weight: 600;
}
.testimonial-block-style6 .inner-box .content-box .rating li {
  position: relative;
  font-size: 14px;
  margin-left: 10px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
.testimonial-block-style6 .inner-box .content-box .icon-quote-testi {
  color: rgba(18, 28, 39, 0.05);
  font-size: 74px;
  line-height: 44px;
  margin-bottom: 0;
  position: absolute;
  left: 25px;
  top: 45px;
  z-index: -1;
  transition: all 300ms ease;
}
.testimonial-block-style6 .inner-box .content-box .icon-quote-testi img {
  width: auto;
}
.testimonial-block-style6 .inner-box .author-text {
  color: #848484;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .testimonial-block-style6 .inner-box .author-text {
    font-size: 16px;
    line-height: 1.67;
  }
}
.testimonial-block-style6 .inner-box .info-box {
  display: flex;
  align-items: center;
  margin-top: 43px;
  padding-right: 8px;
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style6 .inner-box .info-box {
    display: block;
  }
}
.testimonial-block-style6 .inner-box .info-box .user-thumb {
  border: 3px solid var(--theme-color-white);
  border-radius: 50%;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-left: 23px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style6 .inner-box .info-box .user-thumb {
    margin-bottom: 15px;
  }
}
.testimonial-block-style6 .inner-box .info-box .user-thumb img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-block-style6 .inner-box .info-box .user {
  margin-top: -5px;
}
.testimonial-block-style6 .inner-box .info-box .testimonial-name {
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style6 .inner-box .info-box .testimonial-name {
    font-size: 25px;
    display: block;
  }
}
.testimonial-block-style6 .inner-box .info-box .testimonial-position {
  color: #848484;
  display: block;
  margin-bottom: -5px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style6 .inner-box .info-box .testimonial-position {
    font-size: 15px;
    margin-bottom: 10px;
  }
}