@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px)  {

    .credits .credit .status, .credits .credit .period, .credits .credit .amount {
        padding: 10px 0;
    }

    .credits .credit .credit-item {
        margin: 0 0 8px 0;
    }

}       

@media only screen and (min-width: 0px) and (max-width: 767px)  {

    body {
        padding: 80px 0 0 0;
    }

    .heading {
        margin: 0 0 15px 0;
    }

    .sidebar {
        position: absolute;
        left: -260px;
        background-color: #fff;
        height: 100%;

        box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12), 0 0 1px 0 rgba(144, 144, 144, 0.25);
    }

    .sidebar.open {
        left: 0;
    }

    .sidebar.open .toggle-sidebar {
        left: 260px;
    }

    .toggle-sidebar {
        display: block;
        width: 25px;
        height: 40px;
        border: 0;
        background-color: #da291c;
        color: #fff;
        position: fixed;
        top: 40%;
        left: 0px;
        z-index: 3;
    }

    .toggle-sidebar:before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        background-color: #da291c;
        border-right: 3px solid #ebebeb;
        border-top: 3px solid #ebebeb;
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .sidebar.open .toggle-sidebar:before {
        transform: rotate(-135deg);
        right: 6px;
    }

    .page {
        margin-left: 0;
        padding: 0;
        min-height: 100%;
    }

    header {
        padding: 10px 0px;
    }

    header nav ul li a {
        padding: 0 10px;
    }

    header nav ul li .btn {
        padding: 5px 10px 6px;
    }

    .id-imgs,
    .personal-information .preview-val {
        word-break: break-word;
        padding: 0 0 0 15px;
    }

    .change-password label {
        margin: 0 0 3px 0;
    }

    .credits .credit .status, .credits .credit .period, .credits .credit .amount {
        padding: 10px 0;
    }

    .credits .credit .credit-item {
        margin: 0 0 8px 0;
    }

    .custom-file-upload {
        width: 100%;
        margin: 0 0 5px 0;
    }
    
    .personal-information.edit .preview-lab {
        margin: 0 0 3px 0;
    }

}