/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media only screen and (max-width:1700px) {
}

@media only screen and (max-width:1600px) {
}

@media only screen and (max-width:1500px) {
}

@media only screen and (max-width:1440px) {
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}

@media (max-width:1399px) and (min-width:1200px) {
    .main-search-dropdown-list .search-area {
        position: relative;
        width: 280px;
    }
    .main-search-dropdown-list .list-inline-item .btn.btn-default {
        width: 157px;
    }
}
    @media only screen and (max-width:1400px) {
    }

    @media only screen and (max-width:1366px) {
    }

    /*  (min-width:1280px)+++ */
    @media only screen and (max-width:1280px) {
    }

    /*  (min-width:1200px)+++ */
    @media only screen and (min-width:1200px) {
    }

    /*  (max-width:1200px)+++ */
    @media only screen and (max-width:1200px) {
    }

    @media (max-width:1199px) and (min-width:992px) {
        .main-search-dropdown-list .search-area {
            width: 237px;
        }
        .main-search-dropdown-list .list-inline-item .btn.btn-default {
            max-width: max-content;
        }
    }

    @media only screen and (min-width:992px) {
        .filter-row-box {
            position: sticky;
            top: 85px;
            z-index: 9;
        }
        .visible_list.nav-item .dropdown-menu {
            margin: 0;
            padding: 10px;
            display: block;
            position: absolute;
            top: auto;
            left: auto;
            right: auto;
            width: 100%;
            margin-left: -120px;
            border-radius: 4px;
            background-color: #fff;
            float: left;
            max-width: 250px;
            min-width: 250px;
            margin-top: 10px;
            transition: all 400ms ease 0s;
        }

        .visible_list.nav-item .dropdown-menu {
            display: block !important;
            height: auto !important;
            max-width: 270px;
            opacity: 0;
            visibility: hidden;
            border-top: 5px solid var(--primary);
            border-bottom: 0;
            box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
        }

        .visible_list.nav-item:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            margin-top: 0px;
            overflow: visible !important;
            -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
        }

        .visible_list.nav-item .dropdown-menu .dropdown-item {
            font-weight: 500;
            padding: 8px 15px;
            border-radius: 4px;
            color: var(--headings-color);
            background-color: #fff;
            font-size: 15px;
            border-radius: 8px;
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

            .visible_list.nav-item .dropdown-menu .dropdown-item.active,
            .visible_list.nav-item .dropdown-menu .dropdown-item:hover {
                padding-left: 15px;
                color: var(--primary);
                background-color: rgb(var(--primary-rgb)/var(--bs-opacity-1));
            }
    }


    @media only screen and (max-width: 1199.98px) {
    }

    @media only screen and (max-width:992px) {
    }

    @media only screen and (max-width:991px) {
        .visible_list.nav-item.dropdown .dropdown-toggle:after {
            font-family: "font awesome 5 pro";
            content: "\f067";
            position: absolute;
            top: 50%;
            right: 20px;
            font-size: 13px;
            transform: translateY(-50%);
        }

        .visible_list.nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:after {
            content: "\f068";
        }

        .visible_list.nav-item .dropdown-menu .dropdown-item {
            color: var(--headings-color);
            border-bottom: 1px solid #ddd;
            padding: 10px 10px 10px 40px;
        }

        .nav-head-action {
            order: 2;
            margin-left: auto;
            margin-right: 20px;
        }

        .navbar .navbar-toggler {
            order: 3;
        }

        .navbar-collapse {
            order: 4;
        }

            .navbar-collapse .navbar-nav {
                margin-top: 20px;
                background-color: #fff;
                border-radius: 12px;
            }

        header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
        header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
            color: var(--headings-color);
            text-align: left !important;
            border-bottom: 1px solid #ddd;
            border-radius: 0px !important;
        }

        header.nav-homepage-style .ace-responsive-menu .visible_list:last-child a.list-item {
            border-bottom: 0px solid #ddd;
        }

        header.nav-homepage-style .nav-head-action .menu-btn {
            font-size: 14px;
            padding: 0px;
            width: 40px;
            height: 40px;
            line-height: 40px !important;
            display: inline-block;
            text-align: center;
            position: relative;
            top: 4px;
        }

            header.nav-homepage-style .nav-head-action .menu-btn > i {
                line-height: 2.3;
                margin-right: 0px !important;
            }

        .advance-style2 {
            margin-top: 330px;
            padding: 0px 30px;
        }

        .advance-content-style2 .advance-search-icon {
            margin: 0px !important;
            flex: none;
        }

        .property-city-section {
            padding-top: 60px !important;
        }

        .feature-style3 .feature-img {
            width: 140px !important;
            height: 140px !important;
            margin: 0px auto;
        }

        .feature-style3 .feature-content {
            padding-top: 15px !important;
        }

        header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
        header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
            padding: 15px 20px;
        }

        .navi_pagi_bottom_left.owl-theme .owl-nav {
            position: relative;
        }

        .navi_pagi_top_right.owl-theme .owl-dots {
            position: relative;
            right: 0;
            top: -7px;
            left: auto;
            margin: 0px auto
        }

        .navi_pagi_top_right.owl-theme .owl-nav {
            position: relative;
            top: 0;
            margin: 0px auto;
        }

        .home6-listing-single-slider.owl-theme .owl-dots {
            position: absolute;
        }

        .home7-testimonial-slider.owl-theme .owl-nav {
            left: auto;
            right: 0;
        }

        header.header-nav .navbar-brand {
            margin-right: 30px;
            height: 50px;
        }

        .home2-hero-banner {
            top: 90px;
        }

        .main-search-area {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
            -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
            -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
            box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
            height: 100%;
            opacity: 0;
            position: fixed;
            right: -350px;
            top: 0px;
            visibility: hidden;
            width: 350px;
            z-index: 99999;
            padding: 0px;
            border-top: 0px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .sidebar-filter-open .main-search-area {
            opacity: 1;
            left: 0px;
            visibility: visible;
        }

        .main-search-dropdown-list .list-inline-item .form-control.search-field {
            width: 100%;
        }

        #MoreFilterSidebar {
            display: block;
        }
        .main-search-area .col-lg-12 {
            padding: 0px;
        }
        .main-search-dropdown-list .list-inline-item {
            display: block;
            margin-right: 0px !important;
        }

        .main-search-dropdown-list .list-inline-item {
            display: block;
            margin-right: 0px !important;
            margin-bottom: 20px;
        }

        .main-search-title {
            display: initial;
        }

        .main-search-dropdown-list {
            padding: 20px;
            position: absolute;
            top: 61px;
            bottom: 60px;
            z-index: 8;
            max-height: initial;
            overflow-y: scroll;
            padding-right: 0px;
        }

            .main-search-dropdown-list .list-inline-item .btn.btn-default,
            .main-search-dropdown-list .dropdown-item-action {
                display: none !important;
            }

            .main-search-dropdown-list .list-inline-item .dropdown-menu {
                min-width: 100%;
                display: block;
                position: relative;
                box-shadow: none !important;
                padding: 0px;
                background-color: transparent;
            }

            .main-search-dropdown-list .search-area {
                width: auto;
            }

        .main-search-dropdown-list .dropdown-item-title {
            font-size: 16px;
            padding: 0px 0px 10px;
        }

        .main-search-dropdown-list .dropdown-item {
            padding: 0px 0px 10px;
            border-radius: 0px;
        }

            .main-search-dropdown-list .dropdown-item:hover,
            .main-search-dropdown-list .dropdown-item.active, .main-search-dropdown-list .dropdown-item:active {
                color: var(--primary);
                text-decoration: none;
                background-color: transparent;
            }

        .main-search-area .main-search-action {
            position: absolute;
            width: 100%;
            bottom: 0px;
            background-color: #f7f7f7;
            display: flex;
            padding: 15px;
            z-index: 999;
            border-top: 1px solid #e3e9ed;
        }

            .main-search-area .main-search-action > .btn {
                width: 100%;
                padding: 10px 20px;
            }

                .main-search-area .main-search-action > .btn:first-child {
                    margin-right: 10px;
                }

        .main-search-dropdown-list > ul {
            display: block;
            flex-wrap: wrap;
        }
    }

    @media (max-width:991px) and (min-width:768px) {
        .advance-content-style2 .advance-search-btn {
            display: flex;
        }

        .property-category-section {
            padding-top: 100px;
        }

        .iconbox-style9 {
            padding: 20px !important;
        }

            .iconbox-style9 .iconbox-title {
                font-size: 18px;
            }
    }

    @media only screen and (max-width:768px) {
    }

    @media only screen and (max-width: 767.98px) {
        header.header-nav .navbar-brand {
            margin-right: 20px;
            height: 50px;
        }

        .inner-banner-style2 .hero-title {
            font-size: 26px;
        }

        .property-category-section {
            padding-top: 100px !important;
            padding-right: 20px;
            padding-left: 20px;
        }

        .property-city-section {
            padding-top: 0px !important;
        }

        .col-md-3.col-6:nth-child(3n) .funfact_one,
        .col-md-3.col-6:nth-child(4n) .funfact_one {
            margin-bottom: 0px;
        }

        .footer-logo {
            margin: 0px auto 20px;
        }

        .footer-style1 .social-widget {
            margin-top: 0px;
        }

        .bdrrn-sm {
            border-right: none;
        }

        .bb1-sm {
            border-bottom: 1px solid #DDDDDD;
        }

        .why-chose-list.style3 {
            margin-bottom: 30px;
        }

        .col-md-4:last-child .why-chose-list.style3 {
            margin-bottom: 0px;
        }
    }

    @media only screen and (max-width:630px) {
    }

    @media only screen and (max-width: 580px) {
    }

    /* Extra small devices (min-width:361px) (max-width: 575.98px) // (portrait phones, less than 576px) */
    @media only screen and (max-width: 575.98px) {
        .vam_nav_style.owl-theme .owl-nav button.owl-prev {
            left: -10px;
        }

        .vam_nav_style.owl-theme .owl-nav button.owl-next {
            right: -10px;
        }

        .iconbox-style4 {
            padding: 20px;
        }

            .iconbox-style4 .icon {
                font-size: 22px;
                width: 60px;
                height: 60px;
                line-height: 60px;
                margin-bottom: 10px;
            }

        .funfact_one .timer, .funfact_one span {
            font-size: 28px;
            line-height: 1.4;
        }

        .funfact_one {
            margin-bottom: 30px;
        }

        .dark-light-navtab .nav-link {
            padding: 6px 10px;
        }
    }

    /* (min-width:361px) (max-width:520px) */
    @media only screen and (max-width:520px) {
    }

    /* (min-width:480px) (max-width:500px) */
    @media only screen and (max-width:500px) {
    }

    /* (min-width:361px) (max-width:479px) */
    @media only screen and (max-width:479px) {
    }

    @media only screen and (max-width:414px) {
    }

    @media only screen and (max-width:400px) { /* ExTra Class Start*/

    }

    /* (min-width:321px) (max-width:360px) */
    @media only screen and (max-width:360px) {
    }

    @media only screen and (max-width:340px) {
    }

    @media only screen and (max-width:320px) {
    }
