.client-testimonials .owl-theme .owl-dots .owl-dot span {
    padding-left: 0;
    padding-bottom: 0;
    background: #e3e3e3;
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    width: 47px;
    margin-right: 15px;
    cursor: pointer;
}
.client-testimonials .owl-theme .owl-dots .owl-dot.active span{
    background: #ffe500;
}
.client-testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 80px;
}