@media (max-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (min-width: 800px) {
    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .column {
        flex: 1;
    }
    ._12 {
        flex: 1.2;
    }
    ._15 {
        flex: 1.5;
    }
    ._25 {
        flex: 2.5;
    }
    ._3 {
        flex: 3;
    }
    ._4 {
        flex: 4;
    }
    ._5 {
        flex: 5;
    }
    ._55 {
        flex: 5.5;
    }
    ._6 {
        flex: 6;
    }
    ._7 {
        flex: 7;
    }
    ._75 {
        flex: 7.5;
    }
    ._8 {
        flex: 8;
    }
    ._85 {
        flex: 8.5;
    }
    ._9 {
        flex: 9;
    }
    ._95 {
        flex: 9.5;
    }
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table thead {
        display: none;
    }
    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    table tbody tr td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    .table-fix-w {
        width: auto !important;
        text-align: right;
    }
    table tbody tr td:nth-child(6),
    table tbody tr td:nth-child(5) {
        text-align: right !important;
    }
    table tbody tr td:nth-child(1) {
        text-align: right;
    }
    table table {
        width: 98%;
    }
    .btn_comment {
        text-align: center;
    }
    .btn_comment .save {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .responsive-img {
        width: 100%;
        height: auto;
    }
    .img {
        display: none;
    }
    .image {
        width: 50%;
        height: auto;
        padding: 0;
    }
    /*.menu_text {
        display: none;
    }*/
    .menu_icon {
        font-size: 1.5rem;
    }
    header {
        padding: 3%;
    }
    .select_menu {
        padding: 5%;
    }
    .right_wrapper {
        margin: 25% 3% 0% 3%;
    }
    .count_wrapper {
        margin-top: 10%;
    }
    .q_form_wrapper {
        border-right: 0;
        height: auto;
        margin-top: 10%;
    }
    .left_menu_list li {
        text-align: center;
    }
    .wrap-dd-select {
        width: 100px !important;
    }
    .width_100 {
        width: 85px !important;
    }
    .que_wrapper {
        margin-top: 15%;
    }
    .popup,
    .popup2 {
        width: 90%;
    }
    .center {
        text-align: center;
    }
    .right_form_wrapper {
        margin-top: 10%;
    }
    .left_menu {
        box-shadow: none;
        width: 100%;
        top: 0%;
        background: #fff;
        z-index: 1018;
        padding-top: 20%;
    }
    .left_menu_list li {
        margin: 5%;
    }
    .left_menu_list li a {
        padding: 3%;
    }
    .mobile-nav {
        display: none;
    }
    .bar {
        position: fixed;
        left: 0;
        top: 0;
        font-size: 1.5rem;
        display: block;
        z-index: 1024;
        background: #fff;
        padding: 3.1% 5%;
        box-shadow: 0 0px 0px #e1dfdf, 0 1px 1px #e1dfdf;
    }
    .q_right_wrapper {
        margin: 20% 0%;
    }
    .form {
        padding: 15% 6%;
    }
    .wrap-dd-select {
        padding: 6px 10px !important;
    }
    .table_filter li:first-child {
        border-radius: 0px;
        border-top: 1px solid #d0d0d0 !important;
    }
    .table_filter li:last-child {
        border-bottom: 1px solid #d0d0d0 !important;
    }
    .table_filter li {
        border-radius: 0px;
        display: block;
        border-left: 1px solid #d0d0d0 !important;
        border-right: 1px solid #d0d0d0 !important;
    }
    .table_filter li.active {
        border-bottom: 1px solid #0072bc !important;
        border-left: 1px solid #0072bc !important;
        border-right: 1px solid #0072bc !important;
    }
    .width_90 {
        width: 90% !important;
        margin: 1%;
    }
    .privew_max {
        max-height: unset;
        overflow: auto;
    }
    /* .sub_table th:nth-child(1),.sub_table td:nth-child(1) {
        width: auto;
        text-align: auto;
    }
    .sub_table th:nth-child(2),.sub_table td:nth-child(2) {
        width: auto;
        text-align: auto;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap-dd-select {
        width: 150px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
    .wrap-dd-select {
        width: 135px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 854px) {
    .wrap-dd-select {
        width: 115px !important;
    }
    table th,
    table td {
        padding: 0px !important;
    }
    .right_form_wrapper {
        padding: 0% !important;
    }
    .form {
        padding: 10% 0% !important;
    }
    .remarks {
        padding: 1% !important;
    }
}

@media only screen and (min-width: 544px) and (max-width: 960px) {
    table th,
    table td {
        padding: 5px !important;
    }
}