.testimonial-row {
  background-color: #071527;
}
.testimonial-row .wrapper .testiWrapperSuper .rev-combs {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .testimonial-row .wrapper .testiWrapperSuper .rev-combs {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .testimonial-row .wrapper .testiWrapperSuper {
    padding-right: 0rem;
  }
  .testimonial-row .wrapper .testiWrapperSuper .rev-combs {
    text-align: center;
  }
}
.testimonial-row .wrapper .slick-track {
  gap: 2rem;
  display: flex;
}
.testimonial-row .testimonialSecond .slick-slide > div {
  height: 100%;
}
.testimonial-row .testimonialSecond .slick-slide > div > div {
  height: 100%;
}
.testimonial-row .testimonial-slider {
  position: relative;
}
@media (max-width: 500px) {
  .testimonial-row .slick-list.draggable {
    padding: 0 !important;
  }
}
.testiWrapper {
  padding: 2rem;
  background-color: var(--secondary);
  border-radius: 15px;
  color: var(--light);
  display: flex !important;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testiWrapper {
    padding: 1rem;
  }
}
.testiWrapper > img {
  width: auto;
  max-width: fit-content;
}
.testiWrapper hr {
  background-color: rgba(241, 241, 241, 0.2);
  height: 1px;
  width: 100%;
  display: none;
  margin: 0;
}
.testiWrapper .testiHead {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 5px;
  justify-content: center;
  min-height: 72px;
  border-top: 1px solid rgba(241, 241, 241, 0.2);
  padding-top: 20px;
}
.testiWrapper .testiHead .custom-h4 {
  font-size: 18px;
  font-family: var(--text);
  font-weight: bold;
  color: var(--light);
  margin-bottom: 0;
  line-height: 115% !important;
}
.testiWrapper .testiHead .custom-h5 {
  font-size: 14px;
  font-family: var(--text);
  font-weight: 600;
  color: var(--primary);
}
.testiWrapper .testiHead figure {
  position: absolute;
  left: 0;
  height: 72px;
  width: 72px;
  background-size: 72px;
  background-repeat: no-repeat;
  background-position: left 0px center;
}
@media (max-width: 1200px) {
  .testiWrapper .testiHead {
    padding-left: 0;
    padding-top: 90px;
  }
  .testiWrapper .testiHead figure {
    right: 0;
    top: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .testiWrapper .testiHead {
    padding-top: 20px;
  }
}
.testiWrapper .testiFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testiWrapper .testiFooter svg path {
  fill: var(--primary);
}
.testiWrapper .testiFooter .loc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.testiWrapper .testiFooter .loc span {
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 10px;
}
.testiWrapper .testiFooter .loc svg path {
  fill: var(--primary);
}
@media (max-width: 1199px) {
  .testiWrapper .testiFooter {
    justify-content: center;
    flex-direction: column;
  }
}
