#carousel-example-generic .owl-dots .owl-dot span {
    background: #ffffff;
    width: 18px;
    height: 18px;
}
#carousel-example-generic  .owl-nav.disabled {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    cursor: pointer;
    background: #004170!important;
}

#carousel-example-generic{
    cursor: move;
}

#carousel-example-generic .owl-theme.owl-dots.owl-dot span {
    width: 23px!important;
    height: 23px!important;

}
#carousel-example-generic .owl-dots{
    margin-top: -51px;
    position: relative;
}


#carousel-example-generic .item{
    max-height: 480px;
    min-height: 300px;
    overflow-y: hidden;
}