.owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 10;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #fbfbfb !important;
        font-size: 70px !important;
        background: transparent;
        border: none;
    }


        .owl-theme .owl-nav [class*='owl-']:hover {
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 5px;
}


    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            background: #fbfbfb;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #bc0808;
        }


#owl-slide3 .owl-dots {
    position: absolute;
    bottom: -20px;
}

#owl-slide3 .owl-nav {
    margin-top: -70px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0px;
}

    #owl-slide3 .owl-nav [class*='owl-'] {
        color: #3393b1 !important;
        font-size: 70px !important;
        margin: 10px;
        padding: 4px 14px;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}


@media screen and (max-width: 480px) {
    .owl-theme .owl-nav {
        display: none;
    }

    .owl-theme .owl-dots {
        bottom: -20px;
    }
}

@media (min-width: 480px) and (max-width: 860px) {
    .owl-theme .owl-nav {
        display: none;
    }

   
}
