    @media(max-width:1400px) {}
    
    @media(max-width:1300px) {
        .navbar-brand img {
            width: 150px;
        }
    }
    
    @media(max-width:1200px) {
        .footer-logo {
            width: 300px;
        }
        footer .footer-contact {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        .search-results .search-results-filter {
            gap: 5px;
        }
        .sell-your-property .sell-card .sell-card-header h3 {
            font-size: 20px;
        }
        .sell-your-property .sell-card .sell-card-content {
            padding: 30px;
        }
        .sell-property-box .sell-property-content h2 {
            font-size: 36px;
        }
        .sell-property-box .sell-property-content ul li {
            gap: 0;
            flex-direction: column;
            font-size: 14px;
        }
        .modal-xl {
            --bs-modal-width: 90%;
        }
        .properties-details-content .properties-details-content-header {
            flex-wrap: wrap;
        }
        .properties-details-content .properties-details-content-header .property-price {
            width: 100%;
        }
        .properties-details-content .properties-details-content-boxes {
            width: 100%;
        }
        .featured-card .featured-card-content {
            flex-direction: column;
            gap: 10px;
        }
    }
    
    @media(max-width:992px) {
        .navbar {
            position: fixed;
        }
        .navbar-brand {
            margin: 0 auto;
        }
        .navbar li a.nav-link {
            font-size: 16px;
            padding: 10px 15px !important;
        }
        .navbar .main-btn {
            width: 100%;
            display: flex !important;
            color: #000 !important;
        }
        .flex-btn {
            background-color: #c1b9a5;
            top: 18px;
        }
        .flex-btn span {
            background-color: #000;
        }
        .search-results .search-results-filter {
            flex-wrap: wrap;
            width: 100%;
        }
        .search-results .searchbar {
            width: 100%;
        }
        .search-results .search-flex {
            gap: 10px;
        }
        .search-results .search-results-filter li {
            width: 20%;
        }
        .search-results .search-results-filter li.dropdown {
            width: 15%;
        }
        .sell-your-property .sell-card .sell-card-header {
            flex-direction: column;
            text-align: center;
            padding: 20px 10px;
        }
        .sell-your-property .sell-card .sell-card-header h3 {
            font-size: 16px;
        }
        .sell-your-property .sell-card .sell-card-content {
            padding: 20px;
            font-size: 14px;
        }
        .reach-out-section-content {
            padding: 50px 0;
        }
        .properties-details-content .properties-details-content-boxes .content-box {
            width: 45%;
        }
        .properties-details-content .property-features {
            width: 100%;
            margin-bottom: 30px;
        }
        .properties-details-content .properties-details-content-header .property-actions {
            flex-direction: row;
            width: 100%;
        }
        .search-results-homes {
            height: auto;
        }
        .search-result-map {
            display: none;
        }
        .search-results-homes {
            padding: 0 15px;
            margin-top: 20px;
        }
        .list-map-switch {
            position: fixed;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            bottom: 10px;
            z-index: 55;
            background: #fff;
            border-radius: 50px;
            padding: 2px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }
        .list-map-switch .switch {
            width: 110px;
            height: 35px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            cursor: pointer;
        }
        .list-map-switch .switch.active {
            background-color: #c1b9a5;
            color: #fff;
        }
        #searchResultMap {
            margin-top: 20px;
        }
        .sell-property-box {
            padding: 0;
            margin-top: 20px;
        }
        .reach-out-section .map-content {
            position: relative;
        }
        .main-header {
            font-size: 60px !important;
            text-align: center;
        }
        .featured-card .featued-card-buttons {
            flex-direction: column;
        }
        .homepage-banner h3 {
            font-size: 24px;
        }
        .homepage-banner h2 {
            color: #c1b9a5;
            font-size: 100px;
        }
    }
    
    @media(max-width:768px) {
        .navbar .navbar-brand img {
            width: 120px;
        }
        .py-70 {
            padding-bottom: 50px;
            padding-top: 50px;
        }
        .pt-70 {
            padding-top: 50px;
        }
        .pb-70 {
            padding-bottom: 50px;
        }
        .sell-your-property {
            padding-top: 100px;
        }
        .sell-your-property h2 {
            font-size: 60px;
        }
        .sell-property-details h2 {
            font-size: 24px;
        }
        .sell-property-details .property-sold-form h4 {
            width: auto;
        }
        .sell-property-box .sell-property-content ul li {
            width: 50%;
            border-width: 0 2px 2px 0;
        }
        .sell-property-box .sell-property-content ul li:nth-child(2),
        .sell-property-box .sell-property-content ul li:nth-child(4),
        .sell-property-box .sell-property-content ul li:nth-child(6) {
            border-right: 0;
        }
        .sell-property-box .sell-property-content ul li:nth-child(4) {
            border-bottom: 2px solid #c1b9a5;
        }
        .sell-property-box .sell-property-content ul li:nth-child(3) {
            border-right: 2px solid #c1b9a5;
        }
        .sell-your-property.with-bg h5 {
            font-size: 24px;
        }
        .sell-your-property .selling-property-form {
            padding: 20px;
        }
        .sell-your-property .selling-property-form h3 {
            font-size: 24px;
        }
        .preferred-lender .grand-logo {
            width: 150px;
        }
        .properties-details-content .properties-details-content-header .property-actions {
            flex-direction: column;
            width: 100%;
        }
        .properties-details-content .properties-details-content-content ul li {
            flex-direction: column;
            padding-bottom: 20px;
        }
        .properties-details-content .properties-details-content-content ul li span {
            font-weight: 600;
        }
        .properties-details-content .properties-details-content-header .property-features ul {
            gap: 0;
        }
        .properties-details-content .properties-details-content-header .property-features ul li {
            font-size: 14px;
        }
        .properties-details-header {
            flex-direction: column;
            gap: 20px;
        }
        .search-results .searchbar {
            width: 80%;
            margin-right: 0;
        }
        .search-results-filter li.hide-mobile {
            display: none;
        }
        .show-filter-mobile {
            display: flex;
            width: 7%;
            min-width: 40px;
            background-color: #4c4c4c;
            padding: 13px;
            align-items: center;
            justify-content: center;
            color: #fff;
            cursor: pointer;
        }
        .search-results .search-results-filter {
            display: none;
        }
        #propertyDetailMap {
            height: 300px;
        }
        .search-results .search-flex {
            gap: 10px;
            position: fixed;
            top: 70px;
            z-index: 55;
            width: 100%;
            background: #fff;
            padding: 10px 0 20px;
            left: 0;
            justify-content: center;
        }
        .search-results .search-flex.opened {
            z-index: 555;
        }
        .search-result-card .search-result-content .main-btn {
            position: relative;
            bottom: 0;
            right: 0;
        }
        .popup-dropdown {
            width: 100%;
        }
        .jisella-ortiz::before {
            height: calc(100%);
        }
        .homepage-banner img {
            width: 90%;
        }
        .homepage-banner {
            padding: 100px 0;
        }
        .homepage-banner h2 {
            color: #c1b9a5;
            font-size: 60px;
        }
        .sub-text {
            color: #fff;
            width: 95%;
        }
        .calculator-content h5 {
            padding-top: 30px;
        }
        .featured-listings .pagination a {
            font-size: 14px !important;
            width: 30px;
            height: 30px;
        }
    }
    
    @media(max-width:567px) {
        footer .footer-contact {
            text-align: center;
            gap: 0;
        }
        footer .footer-contact li {
            width: 100%;
        }
        footer .footer-contact a {
            border-bottom: 1px solid #555;
            width: 100%;
            justify-content: center;
            padding: 15px 0;
        }
        footer .footer-contact li:last-child a {
            border: none;
        }
        footer .footer-contact img {
            display: none;
        }
        .process-option .process-option-left {
            align-items: start;
            flex-direction: column;
        }
        .homepage-banner .banner-homes .banner-home {
            width: 100%;
        }
        .reach-out-section-content .nav-tabs {
            width: 100%;
            flex-direction: column;
            border-radius: 28px;
        }
        .reach-out-section-content .nav-tabs .nav-link {
            border-radius: 40px !important;
        }
        .reach-out-section-content .nav-tabs .nav-link {
            width: 100%;
        }
        .properties-details-content .properties-details-content-header .get-prequalified {
            flex-direction: column;
        }
        .properties-details-content .properties-details-content-boxes {
            width: 100%;
        }
        .properties-details-content .properties-details-content-boxes .content-box {
            width: 100%;
        }
        .search-results .search-results-filter .searchbar {
            width: 85%;
        }
        .sell-your-property.with-bg .input-group {
            justify-content: center;
            gap: 5px;
        }
        .sell-your-property.with-bg input {
            width: 100%;
        }
        .sell-your-property .input-group button {
            width: 100%;
        }
        .sell-your-property h2 {
            font-size: 48px;
        }
        .inner-banner {
            padding: 100px 20px;
        }
        .inner-banner h2 {
            font-size: 60px;
        }
        .inner-banner h5 {
            font-size: 18px;
        }
    }