@media only screen and (max-width: 992px) {


    .wide_service_info_icons {
        margin-bottom: 10px;
        text-align: left;
        direction: ltr;
    }

    .mobile_wide_service_info_name {
        text-align: right;
    }

    .wide_service_info_icons div {
        display: inline-block;
        margin-left: 5px;
    }

    .wide_service_info_profile {
        flex-direction: column;
        margin-bottom: 15px;
        text-align: right;
    }

    #layout-menu {
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
    }

    #layout-menu.open_menu_side {
        transform: translate3d(0, 0, 0) !important;
        padding-top: 40px;
    }

    .opened_menu_background {
    }

    .opened_menu_background:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
    }


    header {
        padding-top: 0;
    }

    .mobile_header {
    }

    .mobile_header .mobile_header_logo {
        background: #eaeaea;
    }

    .mobile_header .mobile_header_logo img {
        height: 70px;
    }

    .mobile_header .mobile_header_logo span {
        font-size: 20px;
    }

    footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        background: #fafafa;
        text-align: center;
        /* padding: 20px; */
        z-index: 999999;
        box-shadow: 0 -1px 4px 1px #dfdede;
        padding: 0;
    }

    .mobile_footer_item {
        padding: 15px;
        cursor: pointer;
        color: #7c7c7c;
    }

    .mobile_footer_item.active {
        border-top: 3px solid var(--color1);
        color: #000;
    }

    .mobile_footer_item .mobile_footer_icon {
        font-size: 22px;
    }

    .mobile_footer_item .mobile_footer_text {
    }

    .swingbox {
        padding: 0;
    }

    .servant_info_container {
        padding: 15px 5px;
    }

    .swing {
        margin-top: 30px;
    }

    .right-box p {
        width: 100%;
    }

    .banner {
        text-align: center;
    }

    .result_mobile_header_filter_icon i {
        font-size: 20px;
        border: 2.5px solid #303030;
        padding: 3px;
        border-radius: 7px;
        margin-top: 5px;
        cursor: pointer;
        color: #303030;
    }

    .modal {
        padding-bottom: 100px;
    }


    .filter_modal_close_container {
    }

    .filter_modal_close {
        padding: 7px 15px;
        background: var(--color1);
        border-radius: 0 20px 20px 0;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .filter_modal_close:hover {
        background: transparent;
        color: var(--color1);
        border: 1px solid var(--color1);
    }

    .wide_service_score {
        display: inline-block;
        margin-left: 8px;
    }

    .wide_service_reserve {
        display: inline-block;
    }

    .wide_service_info_profile {
        margin: 0;
    }

    .wide_service_info_row {
        align-items: normal;
    }

    .wide_service_info_profile div p, .wide_service_info_icons, .wide_service_info_place {
        font-size: 10px;
    }

    .wide_service_info_service {
        font-size: 11px;
    }

    .bannerpage {
        padding-bottom: 0;
    }

    .wizard_item:after {
        width: 60px;
        top: 35%;
    }

    .wizard_item .wizard_item_title {
        border-width: 1px;
        border-radius: 15px;
        padding: 3px 0;
        width: unset;
        height: unset;
        margin-right: 0;
    }

    .wizard_item {
        padding: 0 5px;
    }

    .hide_otp_mobile {
        display: none !important;
    }

    .wizard_container {
        padding: 3px;
    }

    .res_payment_item_final {
        padding: 15px 5px;
    }

    .res_payment_item_fee {
        margin-right: 0;
    }

    .wide_service_info_container {
        padding: 3px 10px;
        position: relative;
        height: 140px;
    }

    .servants_container {
        padding: 20px 0px;
    }

    .mobile_result_score {
        position: absolute;
        left: 10px;
        bottom: 3px;
    }

    .wide_service_reserve a {
        font-size: 12px;
    }

    .res_times_table .res_time {
        width: 90px;
        font-size: 12px;
    }

    .select_map_container {
        width: 80%;
        margin-right: 10%;
        height: 250px;
    }

    .res_services_list ul li label {
        position: relative;
        height: 45px;
    }

    .res_services_list .res_lab_type {
        font-size: 11px;
        right: 0;
        bottom: -4px;
    }

    .servant_info_container .servant_info_name {
        font-size: 12px;
    }

    .servant_info_container .servant_info_title {
        font-size: 11px;
    }

    .show_map_container {
        height: 200px;
    }

    .reservation_part_tabs .reservation_tab {
        padding: 10px;
    }

    .timeline:not(.timeline-center) .timeline-item {
        padding-right: 4rem;
    }

    .message_input {
        height: 50px;
    }


    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
        display: block;
    }

    .table-responsive .dataTables_filter {
        margin-bottom: 10px;
    }

    .table-responsive tr {
        padding: 5px;
    }

    .table-responsive td {
        border: none;
        position: relative;
        padding-right: 30% !important;
        white-space: normal;
        min-height: 20px;
        text-align: left;
    }

    .table-responsive td ul {
        padding-right: 0;
    }

    .table-responsive td:before {
        position: absolute;
        top: 6px;
        right: 10px;
        width: 30%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
    }

    .table-responsive td::before {
        content: attr(data-th);
    }

    .table-responsive td .ulinlin li {
        margin-bottom: 15px !important;
    }

    .table-responsive {
        overflow-x: hidden;
    }

    .card-header {
        font-size: 18px;
    }

    .selected_div {
        left: 0;
        width: 50%;
    }

    .time_selected_label_description {
        display: inline-block;
        overflow: unset !important;
        margin-right: 10px;
    }

    .time_selected_label_title {
        display: inline-block;
    }

    .time_table_td_mobile {
        width: 50%;
    }

    .ticket table td button, .ticket table td a {
        padding: 4px 4px;
        width: 60px;
        display: inline-block;
        text-align: center;
    }

    .ticket table td ul.ulinlin li {
        padding: 0;
        font-size: 12px;
    }

    .half-width {
        width: 100%;
        margin-right: 0;
    }

    .time_partition_container {
        display: block;
    }

    .time_partition {
        height: 25%;
        width: 100%;
        border-bottom: 1px dashed #777;
        border-left: none;
    }

    .time_table_body table td {
        height: 120px;
    }

    .time_table_header {
        height: 45px;
    }

    .time_partition_show_mobile {
        opacity: 0.2;
        font-size: 12px;
    }

    .selected_div_user {
        border-bottom-color: #000 !important;
    }

    .layout-content-navbar .content-wrapper {
    }

    .mu-image-container {
        width: 40px !important;
        height: 40px !important;
    }

    .mu-images-preview {
        width: 40px !important;
        height: 40px !important;
    }

    .mu-plusbox {
        width: 40px !important;
        height: 40px !important;
    }

    .mu-plusbox-container {
        width: 40px !important;
        height: 40px !important;
    }

    .mu-plus-icon {
        font-size: 2rem !important;
    }

    .video_preview--body img, .image_preview--body img {
        max-width: 100px;
    }

    .video-preview-container label, .image-preview-container label {
        height: 60px;
        width: 90px;
    }

    .image_uploader_label {
        top: 30%;
    }

    .half-width-mobile {
        width: 80%;
        margin-right: 10%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-1-5 {
        width: 12.5% !important;
    }
}

@media only screen and (max-width: 576px) {
}

@media (max-width: 768px) and  (min-width: 576px) {
}
