
/* min css */

@media screen and (min-width: 1340px){
    .menu_container {
        max-width: 1520px !important;
    }
}

@media screen and (min-width: 992px) {
    .mobile-menu {
        display: none;
    } 
}

 
/* min css */


/* max css */
@media screen and (max-width: 1399px) {
    .header_inner .header_menu ul li {
        margin-left: 20px;
    }
    .common_btn {
        padding: 15px 20px; 
    }
}
@media only screen and (max-width: 1199px) {
    .menu_section {
        display: none;
    }
    .mobile-menu {
        display: block;
    } 
    .hero__section {
        padding: 130px 0px 90px;
    }
    .listing_search__box { 
        margin-top: 78px;
    }
    .modal {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .menu_btn_group_mb {
        flex-direction: column;
        gap: 20px;
    }
    .hero__image img {
        margin-top: 40px;
    }
    .searchbox_row, .searchbox_last_row {
        width: 100% !important;
    }
    .mobile_box {
        flex-direction: column;
    }
    .nice-select {
        border-bottom: 1px solid #ddd;
        border-right: 0px !important;
    }
    .searchbox_last_row .nice-select {
        border-bottom: 0px;
    }
    .search_btn {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .sidebar { 
        margin-bottom: 40px;
    }
   
}
@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 575px) {
    .hero__content h2 {
        font-size: 30px; 
        line-height: 42px; 
    }
    .search_btn {
        padding: 10px 17px;
    }
    .common-title__left span {
        font-size: 30px;
    }
    .common-title {
        flex-wrap: wrap;
    }
    .common-title__right {
        width: 100%;
        margin-top: 10px;
    }
    .category_select_box .nice-select {
        width: 100%;
        margin-top: 30px;
    }
    .review_category_select_box .nice-select {
        width: 100%;
    }
    .review_category_select_box {
        margin-top: 30px;
    }
    .nice-select.open .list {
        z-index: 99999 !important;
        width: 100%;
    }
    .breadcrumb_right h3 {
        font-size: 16px;
    }
    .auth_or::after {
        width: 30%;
    }
    .auth_or::before {
        width: 30%;
    }
}

@media only screen and (max-width: 460px) {
    .footer-area__middle .qr_code_image {
        margin-bottom: 30px !important;
    }
    .footer-area__middle .qr_code_image,
    .footer-area__middle .google_playstore_img  {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .footer-area__middle .qr_code_image {
        border-right: 0px;
    }
    .footer-area__top-content h2 {
        font-size: 25px;
    }
    .footer-area__email .input_group .download_btn {
        padding: 10px 12px;
    }
    .common-title__left span {
        font-size: 20px;
    }
    .common_btn a {
        padding: 15px 20px;
    }
     
}
@media only screen and (max-width: 374px) {
    
}
@media only screen and (max-width: 323px) {
    
}


 

 