.wp-custom-testimonial-slider .owl-prev {
    position:absolute;
    top:40%;
    left:10%;
    width: 30px;
    height: 30px;
}

.wp-custom-testimonial-slider .owl-next {
    position:absolute;
    top:40%;
    right:10%;
    width: 30px;
    height: 30px;
}

@media(max-width:1800px){
    .wp-custom-testimonial-slider .owl-prev{
    /* left:5%; */
    left:1%;
    }

    .wp-custom-testimonial-slider .owl-next {
    /* right:5%; */
    right:1%;
    }
}


@media(max-width:1440px){
    .wp-custom-testimonial-slider .owl-prev{
        width: 30px;
    left:1%;
    }

    .wp-custom-testimonial-slider .owl-next {
        width: 30px;
    right:1%;
    }
}

@media(max-width:768px){
.wp-custom-testimonial-slider .owl-prev,
.wp-custom-testimonial-slider .owl-next{
     top:50%;
    }
}

.wp-custom-testimonial-slider .owl-dots {
    display: block;
    text-align: center;
    /* padding-bottom: 60px; */
}

.wp-custom-testimonial-slider .owl-dot {
    display: inline-block !important;
    margin: 0 5px;
}

.wp-custom-testimonial-slider .owl-dot span {
    width: 1rem;
    height: 1rem;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: all 0.3s;
}

.wp-custom-testimonial-slider .owl-dot.active span,
.wp-custom-testimonial-slider .owl-dot:hover span {
    background: #333;
}

.wp-custom-testimonial-slider .quotation img{
   max-width:60px;
   width:60px;
}

@media(max-width:768px){
    .wp-custom-testimonial-slider .quotation img{
   max-width:20px;
   width:20px;
}
}