.echron-testimonial {
    padding: 20px 0 40px;
    background-color: #f1f1f1;
}

.echron-testimonial .sec-heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}
.echron-testimonial .echron-slider .s-body .slick-slider .slick-prev,
.echron-testimonial .echron-slider .s-body .slick-slider .slick-next{
    top: unset;
    bottom: -60px;  
}
.echron-testimonial .echron-slider .s-body .slick-slider .slick-prev{
    left: 45%;
}
.echron-testimonial .echron-slider .s-body .slick-slider .slick-next{
    right: 45%;
}
.echron-testimonial .echron-slider .s-body .slick-slider .slick-dots{
    display: none;
}

.echron-testimonial .echron-slider .s-body .slick-slider .slick-prev,
.echron-testimonial .echron-slider .s-body .slick-slider .slick-next{
    width: 40px;
    height: 40px;
}
.echron-testimonial .echron-slider .s-body ul li{
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}
.echron-testimonial .echron-slider .s-body ul li .review-box{
   text-align: center;
   padding: 20px;

}
.echron-testimonial .echron-slider .s-body ul li .review-box .thumbsnail{
    display: block;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    border-radius: 50%;
    overflow: hidden;
    width: 20%;
    margin: auto auto 30px;
}
.echron-testimonial .echron-slider .s-body ul li .review-box .thumbsnail img{
   width: 100%;
}
.echron-testimonial .echron-slider .s-body ul li .review-box .review-text{
    text-align: justify;   
}
.echron-testimonial .echron-slider .s-body ul li .review-box .reviewer-name{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}
.echron-testimonial .echron-slider .s-body ul li .review-box .designation{
    color: #697488;
}