.owl-theme .owl-dots,
.owl-theme {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots {
    position: absolute;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 30rem;
    zoom: 1;
    width: 35px;
    height: 5px;
    margin: 2px 3px;
}


/* .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
} */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}