.owl-nav {
    display: block !important;
}

.owl-nav.disabled {
    display: none !important;
}

@media(min-width: 1261px) {
    .slider p {
        font-size: 15px;
        margin-top: 18px;
    }
}

@media(max-width: 767px) {
    .slider p {
        font-size: 14px;
        margin-top: 15px;
    }
    .slider2 p {
        font-size: 15px;
        margin-top: 15px;
    }
}

.owl-stage {
    display: flex;
}

.owl-carousel svg {
    fill: #1184ad;
    transition: .3s;
}

.owl-carousel .owl-nav {
    position: absolute;
    height: 37px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin-top: 0 !important;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -35px;
}

.owl-carousel .owl-nav button {
    margin: 0 !important;
    background: none !important;
}

.owl-carousel .owl-nav button:hover svg {
    fill: #12ac5e;
    transition: .3s;
}

@media(max-width: 991px) {
    .slider, .slider2 {
        padding: 0 35px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 3px;
    }
}

@media(max-width: 470px) {
    .owl-carousel {
        padding: 0;
    }
    .owl-nav {
        display: none !important;
    }
    /*
    .owl-carousel .owl-nav { 
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 15px !important;
    }
    .owl-carousel .owl-nav .owl-next {
        margin-left: 20px !important;
    }
    .owl-carousel .owl-nav button {
        position: relative !important;
        left: auto;
        right: auto;
    }
    .slider2 .owl-nav {
        display: none !important;
    }*/
}

.owl-carousel.owl-theme .owl-dots {
    margin-top: 25px;
}

@media(max-width: 1260px) {
    .owl-carousel.owl-theme .owl-dots {
        margin-top: 15px;
    }
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 2px solid #1285ac;
    background: #e8f4f8 !important;
    transition: width .3s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span, 
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    width: 48px;
    background: #1285ac !important;
    transition: width .3s;
}

.stars {
    max-height: 28px;
}

@media(max-width: 767px) {
    .stars {
        max-height: 23px;
    }
}

