.testimonial-head h2{
  font-size: 28px;
  font-weight: 600;
  color: #0A002F;
}
.testimonial-head{
  margin-bottom: 30px;
}
.testi-slier-item-inr p{
  font-size: 18px;
  font-weight: 400;
  color: rgba(25, 25, 25, 0.7);
}
.testi-sl-nav-user{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  margin-right: 10px;
 /* margin-bottom: 20px; */
}
.testi-sl-nav-user img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-slider-nav-item.active .testi-sl-nav-user{
  width: 40px;
  height: 40px;
  opacity: 1;
}
.testi-slider-inr-wrp{
  margin-bottom: 30px;
}
.testimonial-slider-nav {
  display: flex;
  position: relative;
  padding-bottom: 50px;
  max-width: 250px;
  align-items: center;
}
.testimonial-slider-nav .slick-track{
  display: flex;
  align-items: center;
}
.testi-sl-nav-user-name{
  font-size: 18px;
  color: #0A002F;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.testi-slider-nav-item.active .testi-sl-nav-user-name{
  opacity: 1;
}