@media (min-width:1000px) and (max-width: 1349px) {
    .my-profile .left-menu.nav-collapse, .my-profile .left-menu.nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }
    .my-profile .left-menu.nav-collapse {
        clear: both;
    }
    .my-profile .left-menu.collapse {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.35s ease;
        -moz-transition: height 0.35s ease;
        -o-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }
}