/**
 * Testimonial Slider
 */

.ws-testimonial-slider {position:relative; max-width:100%; margin-left:auto; margin-right:auto;}
.ws-testimonial-slider:not(.small-bottom) {padding:20px 0;}

.ws-testimonial-slider__slider-item-inner {max-width:900px; margin:0 auto; padding:0 40px;}
.ws-testimonial-slider__slider-item-customer span:last-child {padding-left:5px;}

/* quote icon */
.ws-testimonial-slider__icon {position:absolute; font-size:25px;}
.ws-testimonial-slider__icon.open {top:30px; left:0; color:#E60032;}
.ws-testimonial-slider__icon.open i:first-child {position:relative; z-index:2;}
.ws-testimonial-slider__icon.open i:last-child {opacity:.4; position:relative; left:-4px;}
.ws-testimonial-slider__icon.close {bottom:35%; right:0; color:#898E9E;}
.ws-testimonial-slider__icon.close i:first-child {opacity:.4; position:relative; left:4px;}

/* slider dots */
.ws-testimonial-slider .slick-dots {
    margin:0; padding-top:35px; list-style:none;
    display:flex!important; justify-content:center;
}
.ws-testimonial-slider .slick-dots li {padding:0;}
.ws-testimonial-slider .slick-dots li:not(:last-child) {margin-right:37px;}
.ws-testimonial-slider .slick-dots li button {
    background:none; font-size:14px; color:#898E9E; font-weight:400;
    position:relative; width:55px; text-align:right; padding:3px 3px 0 0;
}
.nav-item-inner:before,
.ws-testimonial-slider .slick-dots li button:before {
    content:''; position:absolute; top:0; left:0;
    width:100%; height:2px; background:#898E9E; border-radius:50px;
    transition:all .3s ease;
}
.ws-testimonial-slider .slick-dots li.slick-active button,
.slick-current .nav-item-inner {color:#E60032;}
.ws-testimonial-slider .slick-dots li.slick-active button:before,
.slick-current .nav-item-inner:before {height:4px; background:#DD881E;}


/* nav slider */
.ws-testimonial-slider__nav-slider {padding-top:35px; max-width:350px; margin:0 auto;}
.nav-item-inner {
    font-size:14px; color:#898E9E; font-weight:400; text-align:right; padding:4px 3px 0 0;
    position:relative; transition:all .3s ease; width:55px; margin:0 auto; cursor:pointer;
}


@media only screen and (max-width:1024px){
    .ws-testimonial-slider {max-width:768px;}
    .ws-testimonial-slider__icon {font-size:20px;}
    .ws-testimonial-slider__nav-slider {padding-top:30px}
    .ws-testimonial-slider:not(.small-bottom) {padding:0;}
    .ws-testimonial-slider .slick-dots {padding-top:25px;}
    .ws-testimonial-slider .slick-dots li:not(:last-child) {margin-right:25px;}
    .ws-testimonial-slider .slick-dots li button {width:45px;}

    .nav-item-inner {width:45px;}
}
@media only screen and (max-width:480px){
    .ws-testimonial-slider__slider-item-inner {padding:0 25px;}
    .ws-testimonial-slider__icon {font-size:16px;}
    .ws-testimonial-slider__icon.open {top:40px;}
    .ws-testimonial-slider__icon.close {bottom:40px;}
    .ws-testimonial-slider .slick-dots {padding-top:20px;}
    .ws-testimonial-slider .slick-dots li:not(:last-child) {margin-right:15px;}
    .ws-testimonial-slider .slick-dots li button {width:30px;}

    .ws-testimonial-slider__nav-slider {padding-top:20px;}
}