.nbs-flexisel-nav-left {
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;  
    height: 20px;
    width: 20px;  
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233A6B35' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat;    
}

.nbs-flexisel-nav-right {   
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    height: 20px;
    width: 20px;      
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233A6B35' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); 
    background-repeat: no-repeat;    
}

.nbs-flexisel-nav-left {
    left: -60px;
}

/* .nbs-flexisel-nav-left:before { */
    /* content: " "; */
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffbc34' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat; */
/* } */

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: -60px;    
}

/* .nbs-flexisel-nav-right:before {
    content: ">"
} */

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

@media only screen and (max-width: 767px){
    .nbs-flexisel-nav-left {
        left: 0px;
        top: 50%!important;
    }

    .nbs-flexisel-nav-right {
        right: 0px; 
        top: 50%!important;   
    }
}