.testimonial-row .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding-bottom: 14rem;
}
@media screen and (max-width: 991px) {
  .testimonial-row .wrapper {
    padding-bottom: 4rem;
  }
}
.testimonial-row .wrapper .testLeft {
  flex-basis: calc(35% - 1rem);
}
.testimonial-row .wrapper .testRight {
  flex-basis: calc(65% - 1rem);
  padding: 0 30px;
  z-index: 1;
  max-width: calc(65% - 1rem);
}
@media screen and (max-width: 1199px) {
  .testimonial-row .wrapper .testRight {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 500px) {
  .testimonial-row .wrapper .testRight {
    padding: 0 0px;
  }
}
.testimonial-row .wrapper:after {
  content: "";
  background: var(--primary);
  width: 600px;
  position: absolute;
  right: 10rem;
  top: 6rem;
  height: 650px;
  z-index: 0;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .testimonial-row .wrapper:after {
    display: none;
  }
}
.testimonial-row {
  background-repeat: no-repeat;
  background-position: top left 10rem;
}
.testimonial-slider {
  margin-right: -4rem !important;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .testimonial-slider {
    margin-right: 0rem !important;
  }
}
.testimonial-slider .slick-track {
  gap: 3.5rem;
}
@media screen and (max-width: 500px) {
  .testimonial-slider .slick-track {
    gap: 0rem;
  }
}
.testimonial-slider .slick-track .testiWrapper {
  background-color: var(--light);
  border-radius: 12px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0px 4px 10px 0 rgba(21, 32, 70, 0.07);
  position: relative;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .testimonial-slider .slick-track .testiWrapper {
    padding: 2.5rem 1rem;
  }
}
.testimonial-slider .slick-track .testiWrapper .quoteAbs {
  display: inline-block;
  background-color: var(--secondary);
  color: white;
  width: 66px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  font-size: 40px;
  border-radius: 100px;
  position: absolute;
  left: -33px;
  top: -33px;
}
@media screen and (max-width: 500px) {
  .testimonial-slider .slick-track .testiWrapper .quoteAbs {
    left: 0;
    top: -33px;
    right: 0;
    margin: auto;
  }
}
.testimonial-slider .slick-track .testiWrapper .testiHead {
  background-size: 70px;
  background-repeat: no-repeat;
  padding-left: 90px;
  display: flex;
  flex-direction: column;
  height: 75px;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  gap: 0px;
  justify-content: center;
  background-position: left center;
}
.testimonial-slider .slick-track .testiWrapper .testiHead h5 * {
  font-family: var(--text);
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
}
.testimonial-slider .slick-track .testiWrapper .starts i {
  color: var(--primary);
}
.bottomButtons .slick-arrow {
  bottom: -80px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background: transparent;
  color: white;
  font-size: 28px;
  border-color: white;
}
.bottomButtons span.arrow.prev.slick-arrow {
  left: calc(0px - 80px);
}
.bottomButtons span.arrow.next.slick-arrow {
  right: calc(0px - 80px);
}
.bottomButtons .slick-list.draggable {
  overflow: hidden;
  padding-left: 20px !important;
  padding-top: 40px !important;
}
@media screen and (max-width: 500px) {
  .bottomButtons .slick-list.draggable {
    padding-left: 0px !important;
  }
}
