@media screen and (min-width:1200px) {}

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

@media screen and (min-width:992px) {
    .filter_offcanvas .offcanvas-start {
        position: relative !important;
        transform: none !important;
    }

    .filter_offcanvas .offcanvas {
        position: relative !important;
        visibility: visible;
        z-index: 1;
        opacity: 1;
        background-color: transparent !important;
        border: none !important;
    }

    .border_end {
        border-right: 1px solid #ececec;
    }

    .border_start {
        border-left: 1px solid #ececec;
        height: 100%;

    }

    .reset_password{
        padding: 120px 0px;
    }

}

@media screen and (max-width:991px) {
    .mobile_nav .nav-link {
        font-size: 15px;
        color: #111111;
        padding: 16px 0px;
        border-bottom: 1px solid #f3f3f3;
        font-weight: 500;
    }

    .listing_sidebar {
        border: none !important;
    }

    .tabs_desk {
        display: none;
    }

    .showLocalArea {
        display: none;
    }

    .dashboard_wrapper {
        border-top: 1px solid #ececec;
    }

    .LocalArea {
        display: none;
    }
}

@media screen and (max-width:775px) {
    .custom_modal .accordion-button {
        background: transparent;
        padding: 10px 10px;
        font-size: 16px;
        color: var(--primary);
        box-shadow: none !important;
        border-radius: 0px !important;
        border-bottom: 1px solid #EEE;
    }

    .custom_modal .accordion-button img {
        width: 24px;
        margin-right: 5px;
    }

    .custom_modal .accordion-button:not(.collapsed) {
        background: #f3f6f5 !important;
    }

    .custom_modal .accordion-body {
        background: #f3f6f5 !important;
    }

    .mb-6 {
        margin-bottom: 20px;
    }

    .mt-6 {
        margin-top: 0px;
    }
}

@media screen and (max-width:575px) {
    .membership_section .pricing-item {
        padding: 40px 15px;
    }

    .custom_heading {
        font-size: 18px;
    }

    .category_section .border-end{
        border-right:none !important;
    }

}

@media screen and (max-width:480px) {
    .listing_img {
        margin-bottom: 12px;
    }

    .listing_item .d-flex {
        display: block !important;
        text-align: center;
    }

    .carousel_listings .carousel-caption {
        bottom: 0;
    }

    .listing_pagination .page-link {
        padding: 0px 6px;
    }
}

@media screen and (max-width:430px) {
    .header_sec {
        background: #f5f5f5;
        border-color: #e7e7e7 !important;
        padding: 50px 0px 14px 0px;
    }

    .header_sec .navbar-brand {
        position: absolute;
        top: -50px;
        right: 0;
        left: 0;
        text-align: center;
    }
}

@media screen and (min-width: 776px) {
    .min_height{
     height: 500px;
    }

}
