.owl-theme .owl-dots .owl-dot:hover span{
    background: #D6D6D6 !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #869791 !important;
}
@media (hover: hover) and (pointer: fine) {        
    .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
        background: #869791 !important;
    }
}