@media only screen and (max-width: 768px) and (min-width: 350px)  {
    #navid{
        display: none;
        z-index: 999;
        position: absolute;
        width: 50%;
        height: 100vh;

    }
    .mbl-rm{
        display: none;
    }
    #apform{
        display: none;
    }

    .inqform p{display:block !important;}

    .inqform p{
        margin: 0 0 10px;
        background: #ffc107;
        margin-top: 8px;
        padding: 10px;
        border-radius: 10px;
        width:35%;
    }

    .navbar-brand {
        padding: 0px;
        font-size: 12px;
        line-height: 10px;

    }

    .navbar img {
        height: 70px !important;
        width: 70px !important;
    }

    .navbar-brand img.image {
        margin-top: 17px;
    }

    a.list-group-item.list-group.bg-transparent.danger-text {
        font-size:12px;
    }

    tr {
        font-size: 13px;
    }
    button{
        font-size: 13px;
    }
    input{
        font-size: 11px;
    }
    .rmt5 {
        margin-top: 0 !important;
    }
    .container.mt-5.sublist {
        width: 100% !important;
        max-width: 100%;
        margin:0 auto;

    }
    .container.mt-5.ditlist {
        width: 100% !important;
        max-width: 100%;
        margin:0 auto;

    }
    img.image.rounded-circle {
        height: 0 !important;
    }
    img.image.rounded-circle.rdsize{
        height: 40px !important;
    }
    table.table.table-responsive-md.table-bordered.rmclomum td:nth-child(9) {
        display:none;
    }
    table.table.table-responsive-md.table-bordered.rmclomum td:nth-child(4) {
        display:none;
    }
    table.table.table-responsive-md.table-bordered.rmclomum td:nth-child(3) {
        display:none;
    }


    table.table.table-responsive-md.table-bordered.rmclomum th:nth-child(9) {
        display:none;
    }
    table.table.table-responsive-md.table-bordered.rmclomum th:nth-child(4) {
        display:none;
    }
    table.table.table-responsive-md.table-bordered.rmclomum th:nth-child(3) {
        display:none;
    }
    .container.rdsize {
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto;
    }
    img.image.rounded-circle.rdupdate {
        height: 150px !important;
    }
    table.table.table-responsive-md.table-bordered.dchart th:nth-child(3){
        display:none;
    }
    table.table.table-responsive-md.table-bordered.dchart td:nth-child(3){
        display:none;
    }
    .container.rm-margin{
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .inqform h4 {
        font-size: 24px;
        padding: 0;
        font-weight: 700;
    }
}
