@media screen and (max-width: 1200px) {
    #header .navbar-nav li {
        margin: 0 10px;
    }

    #header .navbar-nav li a {
        font-size: 16px;
    }

    .title h2 {
        font-size: 60px;
    }

    .title h3 {
        font-size: 30px;
    }

    .padd-xl {
        padding: 70px 0;
    }

    .home--services .inner {
        padding: 30px 25px;
    }

    .property .img img {
        height: 600px;
    }

    .home--socials .single--social a {
        font-size: 20px;
    }

    footer .logo img {
        width: 400px;
    }

    .home--banner h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 991px) {
    .property .img img {
        height: 400px;
    }

    .home--banner .inner h2 {
        font-size: 70px;
    }

    footer .logo {
        margin-bottom: 20px;
    }

    #burger-menu {
        display: block;
        position: relative;
        z-index: 3001;
    }
}

@media screen and (max-width: 576px) {
    .home--listings .property:nth-child(even) .property-details {
        left: 0;
    }

    .home--listings .property:nth-child(even) {
        padding-right: 15px;
    }

    .property-details {
        width: 100%;
        position: static;
    }

    .property .img img {
        height: 300px;
    }

    .home--listings .property:nth-child(odd) {
        padding-left: 15px;
    }

    .home--listings .property {
        padding-bottom: 40px;
    }

    .title h2 {
        font-size: 40px;
    }

    .order-xs-1 {
        order: -1 !important;
    }

    .home--testi .inner {
        padding: 0;
    }

    .custom-arrows .swiper-button-prev,
    .custom-arrows .swiper-button-next {
        background: rgba(0, 0, 0, 0.5);
    }

    .title h3 {
        font-size: 25px;
    }

    #header .navbar-brand img {
        width: 250px;
    }

    .home--banner .inner h2 {
        font-size: 50px;
    }

    .home--banner .inner h2 {
        letter-spacing: 5px;
    }

    #burger-content li a {
        margin: 10px 0;
    }

    #burger-content ul li {
        width: 100%;
    }

    #burger-content {
        padding: 50px 30px;
    }

    .home--testi .inner p {
        font-size: 18px;
    }

    .home--banner h1 {
        font-size: 40px;
    }

    #my-prop-search {
        padding: 30px;
    }

    h1,
    .h1 {
        font-size: 40px;
    }

    .content.padd-lg {
        padding: 20px 0;
    }

    .content .inner {
        margin-top: 10px;
    }

    #slider img {
        height: 400px;
    }

    #property .info .btn-wrapper a {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    #property {
        padding-top: 30px;
    }

    #slider {
        margin-top: 70px;
    }

    #property .block h4 {
        font-size: 22px;
    }

    #map,
    #streetMap,
    #singleMap {
        height: 340px;
    }

    .forms {
        padding: 30px;
    }

    .niceForm input,
    .niceForm select {
        height: 40px;
    }

    .home--banner .banner-img img {
        width: 130px;
    }

    .home--banner h1 {
        font-size: 30px;
        margin-top: 20px;
    }

    .home--banner {
        height: 60vh;
    }

    .padd-xl {
        padding: 30px 0;
    }
}
