
.testimonial {
  width: 100%;
  display: block;
  border-radius: 15px;
}
.testimonial-slide {
  padding: 20px;
}
.testimonial_box-top {
    background-color: #e5e5e5;
    padding: 40px 20px;
    border-radius: 15px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 73%);
}
.testimonial_box-icon {
  margin-top: -12px;
  padding-right: 20px;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
.testimonial_box-text p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: start;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 50px !important;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next {
    right: 80px !important;
    top: -80px !important;
}

.slick-prev {
    left: 80% !important;
    top: -80px !important;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.testimonial_box-shape {
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  -webkit-transform: rotateZ(50deg);
  transform: rotateZ(45deg);
}
.testimonial_box-bottom {
  padding-top: 35px;
  padding-left: 25px;
}
.testimonial_box-profile {
  display: flex;
}
.testimonial_box-img {
  display: flex;
  justify-content: center;
}
.testimonial_box-img img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.testimonial_box-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
  text-align: left;
}
.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #e5e5e5;
  margin-bottom: 0;
}
.testimonial_box-job p {
  color: #e5e5e5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.slick-dots li button:before {
  font-size: 15px;
  color: #e5e5e5;
}

.testimonials{
    background-color: var(--primary-color);
}