@media (max-width: 768px) {
    aside {
        left: -240px;
    }
    .right-panel {
        margin: 0 0 0 0;
    }
    .left-panel-show {
        position: fixed;
        left: 0;
    }
    footer {
        width: 100%;
        margin: 0;
    }
    body.body-sm footer {
        width: 100%;
    }
    .display {
        padding-bottom: 12px;
    }
    .srch-wrap {
        position: relative;
        padding-bottom: 12px;
    }
    .commn-btn,
    .d-commn-btn {
        min-width: 100px;
    }
}

@media (min-width:768px) {
    .closeSidebar768 {
        display: none;
    }
    .body-sm aside {
        width: 50px;
    }
    .body-sm .right-panel {
        margin: 0px 0 0 50px;
    }
    .body-sm .toggle-btn-wrap span.line-bar:nth-child(2) {
        width: 30px;
    }
    .body-sm .user-short-detail figure {
        width: 35px;
        height: 35px;
    }
    .body-sm span.user-name {
        display: none;
    }
    .body-sm aside {
        overflow: initial;
    }
    .body-sm .left-menu ul li a {
        width: auto;
    }
    .body-sm .left-menu ul li a .nav-txt {
        font-weight: 400;
        display: none;
    }
    .body-sm .left-menu ul li a:hover {
        width: 153px;
    }
    .body-sm .left-menu ul li a:hover .nav-txt {
        display: block !important;
        position: absolute;
        top: 0;
        left: 50px;
        padding: 17px 15px;
        background: #81c41d;
        width: 200px;
    }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .in-right-col {
        display: none;
    }
    .in-left-col {
        width: 100%;
    }
    .index-form-wrap {
        width: 90%;
    }
    .left-col {
        width: 100%;
        text-align: center;
    }
    .left-col ul li a {
        margin: 0;
        padding: 7px;
        font-size: 10px;
    }
    .mobile-logo {
        width: 150px;
        margin: 10px auto;
    }
    .mobile-logo img {
        width: 100%;
    }
    .index-comn-heading {
        font-size: 20px;
    }
    .index-note {
        font-size: 12px;
        margin: 10px 0 15px 0;
    }
    input[type="text"],
    input[type="password"] {
        font-size: 14px;
    }
    .mobile-logo {
        display: block;
    }
    footer {
        width: 100%;
        margin: 0;
    }
    body.body-sm footer {
        width: 100%;
    }
    .display {
        padding-bottom: 12px;
    }
    .srch-wrap {
        position: relative;
        padding-bottom: 12px;
    }
    .commn-btn,
    .d-commn-btn {
        min-width: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body.body-sm footer {
        width: 100%;
    }
    .display {
        padding-bottom: 12px;
    }
    .srch-wrap {
        position: relative;
        padding-bottom: 12px;
    }
    .commn-btn,
    .d-commn-btn {
        min-width: 100px;
    }
    .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 2px !important;
    }
    .srch-wrap {
        position: relative;
        padding-bottom: 12px;
        margin-left: 12px;
    }
}