.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-style1 {
  border: 1.5px solid #1793ca;
  border-radius: 20px;
  padding: 29px 37px 40px;
  position: relative;
}
@media (max-width: 767.98px) {
  .testimonial-block-style1 {
    padding: 40px 25px;
    padding-top: 0;
  }
}
.testimonial-block-style1:hover .client-info-items .quote-icon {
  transform: scale(-1) rotate(180deg);
}
.testimonial-block-style1::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1.5px solid #1793ca;
  background-color: var(--theme-color-white);
  z-index: -1;
}
[data-tm-layout=dark] .testimonial-block-style1::before {
  border-color: var(--dark-color2);
}
.testimonial-block-style1 .client-info-items {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-block-style1 .client-info-items .client-image {
  display: flex;
  align-items: center;
}
.testimonial-block-style1 .client-info-items .client-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-block-style1 .client-info-items .quote-icon {
  border-radius: 50%;
  color: #666666;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  right: -3px;
  bottom: -16px;
  transition: all 300ms ease;
}
.testimonial-block-style1 .client-info-items .client-content .testimonial-name {
  line-height: 1;
  margin: 0;
}
.testimonial-block-style1 .client-info-items .client-content .testimonial-position {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  color: #666666;
}
.testimonial-block-style1 .client-info-items .client-content .star-rating::before {
  color: #f9b524;
}
.testimonial-block-style1 .testimonial-content {
  margin-bottom: 37px;
}
.testimonial-block-style1 .testimonial-content .author-text {
  font-size: 18px;
  line-height: 1.778;
  max-width: 300px;
}