@media (max-width: 992px) {
    .consalts .consalt .image img {
        width: 100%;
    }
    .all-need .need-div img {
        min-height: 200px;
    }
    .home-cities {
        height: 370px;
        background-size: cover;
    }
    .main-title{
        transform: translate(50%,30%);
    }
    .footer .foot_logo img {
        display: block;
        margin: 0 auto 25px;
    }
    .download-app .down-text .down-btns li img{
        width:100px;
    }
    .download-app .down-text .down-btns{
        flex-wrap:nowrap;
    }
    .main-header.with_curve{
        height: 600px;
    }
    .s-nav {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: rgb(247, 244, 233);
        z-index: 1000;
        overflow: scroll;
        padding: 30px 20px;
    }
    .nav-go {
        left: 0px;
    }
    .s-nav {
        padding-right: 0;
        padding-left: 0;
    }
    .tran {
        -moz-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }
    .men-cl {
        color: #fff;
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 15px;
        text-align: center;
        cursor: pointer;
        width: 30px;
        height: 30px;
        line-height: 35px;
        border-radius: 50%;
        background-color: #3a2f1c;
    }
    .dis {
        display: block !important;
    }
    .collapse:not(.show) {
        display: block;
    }
    .navbar-nav.mr-auto {
        padding-top: 30px !important;
    }
    .navbar .navbar-nav .nav-item {
        padding: 7px 10px;
        border-bottom: 1px solid #3a2f1c;
    }
    .sub-menu {
        top: 0;
        position: relative;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 0;
        visibility: visible;
        opacity: 1;
        z-index: 99;
    }
    .sub-menu li {
        text-align: right;
        padding: 15px 0px;
    }
    .footer .foot ul li {
        margin-left: 10px;
    }
    .footer .foot ul {
        justify-content: center;
    }
    .footer .foot {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .fields .field img {
        width: 100%;
    }
    .vue-map-container{
        width: auto !important;
    }
    .courses .course .image img {
        width: 100%;
    }
    .trainers .trainer .image img {
        width: 100%;
    }
    .videos .video .image img {
        width: 100%;
    }
    .pictures .picture .image img {
        width: 100%;
    }
    .single-course .details .right-details .top-deat {
        display: block;
    }
    .single-course .details .right-details .top-deat h4 {
        margin-bottom: 20px;
    }
    .details .right-details .top-deat ul li {
        margin-left: 15px;
        margin-right: 0;
    }
    .share {
        padding: 40px 20px;
    }
    .footer {
        clip-path: none;
    }
    .cities-list .cit-list {
        text-align: center;
    }
    .main-header {
        clip-path: none;
    }
    .main-header .top-header .logo {
        margin-bottom: 20px;
    }
    .main-header .top-header .logo img {
        width: 104px;
    }
    .main-header .top-header .search {
        margin-bottom: 20px;
    }
    .main-header .top-header {
        flex-direction: column;
    }
    .top-header .left_part ul li.link_item a {
        min-width: 100px;
        font-size: 10px;
    }
    .main-header.with_curve{
        background: #F25F46 !important;
        height: 800px;
    }
    .main-title {
        bottom: 0;
        left: 50%;
        transform: translate(-50%,25%);
    }
    .main-title h4 {
        font-size: 15px;
    }
    .footer .foot_logo img {
        width: 150px;
        margin: 0 auto 20px;
        display: block;
    }
    .main-title h3 {
        font-size: 20px;
    }
    .download-app .down-text .down-btns li img{
        width: 70px;
    }
    .home-cities .main-title img{
        width: 100px;
    }
    .main-header.other-header2 {
        min-height: 295px;
    }
    .resturant-details .rest-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .complete_steps {
        flex-direction: column;
        align-items: center;
        padding: 5px 20px;
    }
    .complete_steps .details .app_platforms {
        flex-direction: column;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top-header .left_part ul li.link_item a{
        min-width: 140px;
    }
    .main-header .top-header .logo img{
        width: 130px;
    }

    .main-header .close-you .food-img img {
        max-width: 50%;
        animation: move-up 4s linear infinite;
        margin: 0 auto;
        display: block;
    }
    .home-cities{
        padding-top: 0;
        height:300px;
    }
    .home-cities {
        height: 370px !important;
        background-size: cover;
    }
    .main-header.with_curve {
        height: 800px;
    }
}

