@charset "utf-8";
.about_client .owl-carousel .owl-dots {right:0;top:auto;bottom:-50px;width:100%;padding:0;height:auto; display: inline-block}
.about_client .owl-carousel .owl-dots .owl-dot span{margin:0 5px; display: inline-block; background: #fff;width:90px; height: 12px;border-radius:0;opacity:1}
.about_client .owl-carousel .owl-dots .owl-dot.active span,.about_client .owl-carousel .owl-dots .owl-dot:hover span{width:90px;height:12px; background: #a3a2a2}

@media only screen and (max-width:1800px){ 
    .about_client .owl-carousel .owl-dots {bottom:-20px;}
    .about_client .owl-carousel .owl-dots .owl-dot span,.about_client .owl-carousel .owl-dots .owl-dot.active span,.about_client .owl-carousel .owl-dots .owl-dot:hover span {width:50px; height: 8px}
}

@media only screen and (max-width:1044px){ 
    .about_client .owl-carousel .owl-dots {bottom:-15px;}
    .about_client .owl-carousel .owl-dots .owl-dot span,.about_client .owl-carousel .owl-dots .owl-dot.active span,.about_client .owl-carousel .owl-dots .owl-dot:hover span {width:20px; height:4px}
}
