.customNavigation {
    margin: 0;
    padding: 0
}

.customNavigation a {
    cursor: pointer;
    display: block;
    position: absolute;
    padding: 0
}

.customNavigation a i {
    font-size: 24px;
    color: #fff
}

.customNavigation a:hover i {
    color: #fc6401
}

.customNavigation .prev,
.customNavigation .prev1,
.customNavigation .prev2 {
    right: 51px;
    top: -70px
}

.customNavigation .next,
.customNavigation .next1,
.customNavigation .next2 {
    right: 0;
    top: -70px
}

.carousel_container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.aft-bef-slide .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: block !important
}

.aft-bef-slide {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

#after_before .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 20px
}

#after_before .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 20px
}

.after-before-gallery {
    padding: 10px;
    margin: 0;
    width: 50%;
    float: left
}
.after-before-gallery ul {
    margin: 0px 20px;
}

.after-before-gallery figure {
    padding: 0;
    margin: 0
}

.slider_content {
    padding: 0;
    margin: 0
}

.aft-bef-slide h4 {
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 36px;
    font-weight: 500
}

@media (min-width:280px) and (max-width:399px) {
    .aft-bef-slide h4 {
        padding: 0;
        margin: 0;
        font-size: 22px;
        font-weight: 500
    }

    #after_before .owl-prev {
        top: 35%;
        width: 30px;
        height: 30px;
        padding: 6px
    }

    #after_before .owl-next {
        top: 35%;
        width: 30px;
        height: 30px;
        padding: 6px
    }
}

@media (min-width:1200px) and (max-width:4000px) {
    .aft-bef-slide:hover .owl-controls {
        display: block !important
    }

    .aft-bef-slide .owl-controls {
        display: none !important
    }
}


@media only screen and (min-width: 993px) {
    .before-mobile-image img {
        display: none !important;
    }

    .after-mobile-image img {
        display: none !important;
    }
}

/* @media only screen and (max-width: 992px) {
    .before-desktop-image img {
        display: none !important;
    }

    .after-desktop-image img {
        display: none !important;
    }
} */
.before-after-title ul li , .before-after-content ul li{
    padding: 0 0 5px 15px;
}
@media (min-width:280px) and (max-width:767px) {
    .after-before-gallery .before-mobile-image img {
        height: auto !important;
    }
    .after-before-gallery .after-mobile-image img {
        height: auto !important;
    }
    .title_h2 {
        font-size: 20px !important;
    }    
    .title_h3 {
        font-size: 18px !important;
    }   
    .title_h4 {
        font-size: 16px !important;
    }   
    .title_h5 {
        font-size: 15px !important;
    }   
    .title_h6 {
        font-size: 14px !important;
    }    
}