
.owl-theme .owl-dots .owl-dot .custom-dot  {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
    border: 0;
    background: #D6D6D6;
    margin: 0 3px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev{
    outline: none;
}

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