.owl-nav {
    display: block !important;
}



.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: -50px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -45px;
}

.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: 1260px) {
    .owl-carousel {
        padding: 0 27px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -3px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
}

@media(max-width: 470px) {
    .owl-carousel {
        padding: 0;
    }
    .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: 35px;
}

@media(max-width: 1260px) {
    .owl-carousel.owl-theme .owl-dots {
        margin-top: 25px;
    }
}

.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;
}

