.rs-testimonial-slider .testimonial-inner {
  position: relative;
}
.rs-testimonial-slider .name,
.rs-testimonial-slider .title,
.rs-testimonial-slider .description,
.rs-testimonial-slider .quote_icon,
.rs-testimonial-slider .quote_icon i,
.rs-testimonial-slider .quote_icon svg path,
.rs-testimonial-slider .testi-designation {
  transition: all 0.3s ease 0s;
}
.rs-testimonial-slider.style1 .testimonial-inner {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}
.rs-testimonial-slider.style1 .testimonial-inner .quote_icon i {
  font-size: 26px;
  color: #FB5B11;
}
.rs-testimonial-slider.style1 .testimonial-inner .description {
  margin: 15px 0;
}
.rs-testimonial-slider.style1 .testimonial-inner .ratings {
  display: flex;
  align-items: center;
  gap: 2px;
}
.rs-testimonial-slider.style1 .testimonial-inner .ratings i {
  display: block;
}
.rs-testimonial-slider.style1 .testimonial-inner .testi-card-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.rs-testimonial-slider.style1 .testimonial-inner .testi-card-bottom > div {
  flex-shrink: 0;
}
.rs-testimonial-slider.style1 .testimonial-inner .testi-card-bottom.border-effect {
  position: relative;
}
.rs-testimonial-slider.style1 .testimonial-inner .testi-card-bottom.border-effect > * {
  z-index: 1;
  position: relative;
}
.rs-testimonial-slider.style1 .testimonial-inner .testi-card-bottom.border-effect:after, .rs-testimonial-slider.style1 .testimonial-inner .testi-card-bottom.border-effect:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #D8D8D8 50%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease 0s;
}
.rs-testimonial-slider.style1 .testimonial-inner .testi-card-bottom.border-effect:after {
  top: 0;
}
.rs-testimonial-slider.style1 .testimonial-inner .testi-card-bottom.border-effect::before {
  bottom: 0;
}
.rs-testimonial-slider.style1 .testimonial-inner .vendor-img {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(33, 67, 212, 0.1);
  box-shadow: 0px 18px 26px -17px rgba(0, 0, 0, 0.24);
  background: #fff;
  border-radius: 50%;
  padding: 12px;
}
.rs-testimonial-slider.style1 .testimonial-inner .vendor-img img {
  width: 100%;
  height: auto;
}
.rs-testimonial-slider.style1 .testimonial-inner .content-part .name {
  margin: 0;
}
.rs-testimonial-slider.style1 .testimonial-inner:hover {
  box-shadow: 0px 23px 43px -40px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.rs-testimonial-slider.style1 .grid-item.slick-center .testi-card-bottom.border-effect:after, .rs-testimonial-slider.style1 .grid-item.slick-center .testi-card-bottom.border-effect:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #FB5B11 50%, rgba(0, 0, 0, 0) 100%);
}
.rs-testimonial-slider.style2 .testimonial-inner {
  position: relative;
}
.rs-testimonial-slider.style2 .testimonial-inner .vendor-img {
  flex-shrink: 0;
}
.rs-testimonial-slider.clip-path-css .testimonial-inner {
  clip-path: polygon(0% 0%, 90% 0, 100% 12%, 100% 100%, 0% 100%) !important;
}

.rs-testi-thumb-slider {
  display: flex;
  align-items: center;
}
.rs-testi-thumb-slider .rs-testimonial-slider {
  flex: 0 0 auto;
  width: 100%;
  max-width: calc(100% - 110px);
}
.rs-testi-thumb-slider .thumb-sl-nav {
  flex: 0 0 auto;
  width: 100%;
  max-width: 110px;
  flex-shrink: 0;
}
.rs-testi-thumb-slider .thumb-sl-nav .slick-list {
  padding: 0 !important;
}
.rs-testi-thumb-slider .thumb-sl-nav .slick-list .vendor-img {
  opacity: 1;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 2px solid transparent;
  transform: scale(0.8);
}
.rs-testi-thumb-slider .thumb-sl-nav .slick-list .vendor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rs-testi-thumb-slider .thumb-sl-nav .slick-list .vendor-img.slick-center {
  border-color: #FB5B11;
  transform: scale(1);
}