   .cust_tem_slider section {
    left: 0!important
}

.cust_tem_slider {
    display: none
}

._slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto
}

._slideshow-container .elementor-container {
    max-width: 1500px!important
}

.cust_tem_slider_navigation {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1700px;
    z-index: 1000
}

.cust_tem_slider_next,.cust_tem_slider_prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 45000
}

.cust_tem_slider_next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.cust_tem_slider_next:hover,.cust_tem_slider_prev:hover {
    background-color: rgba(0,0,0,.8);
    color: #ffff;
}

._tem_slider_fade {
    /* animation-name:_tem_slider_fade; */
    /* animation-duration:1.5s; */
}

@keyframes _tem_slider_fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .cust_tem_slider_next,.cust_tem_slider_prev,.text {
        font-size:11px
    }
}