@media screen and (max-width: 992px) {
    .left-sidebar {
        left: -266px;
    }
    .content-section{
        width: 100% !important;
        margin-left: 0px !important;
    }
    .left-sidebar {
        top: 62px;
    }
    .left-width {
        width: 266px !important;
        left: 0px;
        z-index: 99;
        top: 62px;
    }
    .left-width .list-unstyle li a span {
        display: block;
        transition: all 0.5s;
    }
    .left-width .list-unstyle li a{
        justify-content: start;
    }
}


@media(min-width:992px){
    .left-width a span{
       display: none;
    }
    .left-width a{
        justify-content: center;
    }
}
