.testimonial-slider-container {
  background-color: #f4f4f4;
}

.d_gery_box {
  position: relative;
}

.testimonial_slider {
  width: 100%;
  max-width: 1064px;
  padding: 20px;
  text-align: center;
  position: relative;
}
.testimonial_slider:before{
  content:"“";
  font-size: 128px;
  font-weight: 700;
  color: #414042;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial_slider ul{
  list-style: none;
}
.testimonial{
  padding: 140px 0 68px;
  font-size: 28px;
  font-weight: 700;
}
.reviewer{
  padding: 50px 0;
  font-size: 18px;
  position: relative;
}
.reviewer strong{
  font-weight: 700;
}
.reviewer:before {
  content: "";
  width: 70px;
  border-top: 1px solid #6CB33F;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .grey_gradient, .grey_gradient2, .grey_gradient_inverse {
    background-image: none!important;
    background-color: #f4f4f4;
  }
}

@media screen and (max-width:1100px) {
  .d_gery_box:after {
    width: 20%;
    height: 48px;
    bottom: 0px;
  }
}


@media screen and (max-width:1024px) {
  .d_gery_box:after {
    height: 76px;
  }
}
@media screen and (max-width:991px) {
  .d_gery_box:after {
    height: 93px;
  }
}
@media screen and (max-width:767px) {
  .d_gery_box:after {
    display: none!important;
  }
  .testimonial{
    font-size: 18px;
  }
  .reviewer{
    font-size: 14px;
  }
}
@media screen and (max-width:480px) {
  .d_gery_box{
      padding:50px 15px !important;
  }
}

@media screen and (max-width:767px) {
  .solution_area{
    padding:50px 20px !important;
  }
}
