.owl-2-style .pricing-slider-item ul{
    font-size:14px; 
}
.owl-2-style .owl-nav {
    /* display: none;*/
    position:absolute;
    top:33% !important;
    font-size:50px;
    font-weight:bold;
    width:100% !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -15px !important;
    position:absolute;
}
.owl-carousel .owl-nav button.owl-next {
    right: -15px !important;
    position: absolute;
} 


.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
    display:none;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}
