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

@media screen and (max-width: 991px) {
    .main-wrapper {
        padding: 0 0 60px;
    }
    .opt-mobile {
        display: flex;
    }
    #header {
        height: auto;
        position: relative;
        z-index: 999;
        padding: 0;
    }
    .bottom-header {
        padding: 0;
    }
    .main_menu,
    .logo-site {
        display: none;
    }

    .main_menu,
    .menu-notification,
    .menu-profile {
        position: fixed;
        width: 100%;
        bottom: 60px;
        left: 0;
        background: #fff;
        border-radius: 0;
    }
    .main_menu li {
        display: block;
        float: inherit;
        padding: 10px 20px;
    }
    .main_menu li.dropdown {
        display: none;
    }
    .menu-profile > p {
        padding: 15px;
    }
    .drop--profile .txt-drop-profile {
        text-align: start;
    }
    .list-profile li a {
        text-align: start;
    }

    .sec_head {
        width: 100%;
        margin-bottom: 20px;
    }
    .txt-about {
        margin-bottom: 30px;
    }

    .sec-menu-profile .container {
        flex-direction: column;
    }
    .sec-menu-profile .container > ul {
        display: flex;
        border-bottom: 1px solid rgb(195 195 195 / 30%);
        width: 106%;
    }
    .sec-menu-profile .container > ul li {
        width: 0 0 auto;
        flex: 1;
    }
    .sec-menu-profile ul li a {
        padding: 20px 0;
        text-align: center;

    }
    .sec-menu-profile {
        border-bottom: 0
    }
    .dtat-awno {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }
    .aside-order {
        padding: 0;
        margin-bottom: 15px;
    }

    .section_home .item {
        width: 100%;
        min-height: 140px;
    }
    .thumb-faq {
        display: none;
    }
    .form-edit {
        width: 100%;
    }
    .form-update {
        flex-direction: column;
    }
    .del-accou {
        margin-bottom: 15px;
    }
    .form-update > div {
        width: 100%;
    }
    .item-services {
        margin-bottom: 15px;
    }
    .content-chat,
    .dta-chat {
        height: auto;
    }
    .text--msg p, .text--received p {
        max-width: 100%;
    }
    .list--order {
        max-height: calc(100vh - 440px);
    }
    .cont--offer {
        padding: 80px 20px;
    }

   .close-modal {
  margin-right: 350px;

}

}

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

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