/* MOBILE: up to 600px */
@media only screen and (max-width: 600px) {
    header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: white;
    }

    .logo {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .navbar {
        justify-content: flex-end;
        text-align: right !important;
    }

    .offcanvas {
        width: 90%;
    }

    .navbar-nav li a {
        font-size: 14px;
        display: block;
        padding: 10px 0;
    }

    .navbar-nav li button {
        width: 100%;
        padding: 10px;
        justify-content: center;
    }

    .recent-post-right, .recent-post-card {
        flex-direction: column;
        align-items: center;
    }

    .recent-post-right .recent-post-content {
        padding-left: 0px;
    }

    .recent-post-card img,
    .post-img-right {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .recent-post-content {
        padding-left: 0;
        max-width: 100%;
    }

    .recent-post-content h5 {
        font-size: 16px;
    }

    .recent-post-content .autor {
        padding: 10px 0;
    }

    .list-unstyled, .quick-link {
        padding-left: 0rem;
    }

    .company-list h5, .quick h5 {
        padding-left: 0px;
    }

    .list-unstyled li, .quick-link li {
        font-size: 14px;
    }

    .left-post {
        padding-bottom: 20px;
    }

    .properties-link li {
        flex: 0 0 100%;
    }

    .newsletter button,
    .input-group input {
        width: 100% !important;
    }

    .footer-mid .container h6 {
        font-size: 28px;
    }
}

/* TABLET: 601px to 991px */
@media only screen and (min-width: 601px) and (max-width: 991px) {
    .container {
        padding: 0 20px;
    }

    .navbar-nav li a {
        font-size: 15px;
    }

    .recent-post-right {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .post-img-right {
        width: 100%;
        margin-bottom: 10px;
    }

    .recent-post-content {
        padding-left: 0;
        max-width: 100%;
    }

    
    .list-unstyled, .quick-link {
        padding-left: 0rem;
    }

    .company-list h5, .quick h5 {
        padding-left: 0px;
    }

    .list-unstyled li, .quick-link li {
        font-size: 14px;
    }


    .properties-link li {
        flex: 0 0 50%;
    }

    .newsletter button,
    .input-group input {
        width: 100% !important;
    }

    .footer-mid .container h6 {
        font-size: 24px;
    }

    
.nav-item button {
    border: none;
    padding: 0px 25px;
    background-color: #2A2354;
    color: white;
    font-weight: 400;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

}
