
    .owl-theme .owl-dots .owl-dot span {
    background: #314858 !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 10px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9dbdbf !important;
    
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    position: relative;
    bottom: 4em;
    padding: 1em 0;
}

@media only screen and (max-width: 767px){
 .owl-theme .owl-dots .owl-dot span {
    display:none !important;
}
    
}