@media screen and (max-width: 1200px) {
    .shadow-text:before {
        font-size: 18vw;
    }

    #header .navbar-nav li a {
        font-size: 14px;
    }

    .navbar-brand img {
        width: 180px;
    }

    .inner-banner {
        padding: 180px 0 90px;
    }

    .property-details p {
        font-size: 17px;
    }

    .homeAbout .inner {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {

    #burger-menu {
        display: block;
        position: relative;
        z-index: 3001;
    }

    .homeBanner .inner h1 {
        font-size: 50px;
    }

    .container {
        max-width: 100%;
    }

    .img-border:before {
        top: -20px;
        right: -10px;
    }

    .custom-container {
        max-width: 100%;
    }

    #slider {
        margin-top: 85px;
    }

    .padd-md {
        padding: 30px 0;
    }

    .inner-content h2 {
        font-size: 30px;
    }

    .homeAbout {
        padding: 80px 0;
    }
}

@media screen and (max-width: 768px) {
    #header.logo-home .navbar-brand img {
        width: 250px;
    }

    #slider img {
        height: 400px;
    }

    #map, #streetMap {
        height: 400px;
    }

    .default {
        padding: 12px 25px;
    }

    .inner-banner h1 {
        font-size: 65px;
    }

    .inner-banner {
        min-height: 40vh;
    }

    .marketing .inner p {
        font-size: 16px;
    }

    footer .agency p,
    footer .phone a {
        font-size: 16px;
    }

    .homeBanner .inner h1 {
        font-size: 40px;
    }
    

    .homeBanner .inner {
        width: 90%;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .section-title h3 {
        font-size: 25px;
    }

    .homeAbout,
    .team-section {
        padding: 60px 0;
    }

    .contact-section,
    .tool-section {
        padding: 115px 0 60px 0;
    }
    
}

@media screen and (max-width: 576px) {
    .homeBanner .btn-wrapper a {
        margin-bottom: 10px;
    }

    #header .navbar-brand img {
        width: 200px;
    }

    .order-xs-1 {
        order: -1 !important;
    }

    .homeContact {
        padding-top: 80px;
    }

    .padd-lg {
        padding: 80px 0;
    }

    #footer {
        text-align: center;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .mb-xs-2 {
        margin-bottom: 2rem !important;
    }

    #map, #streetMap {
        height: 300px;
    }

    .inner-banner {
        padding: 90px 0 50px;
    }

    .inner-banner h1 {
        font-size: 50px;
    }

    .mixitup-control {
        margin-bottom: 15px;
    }

    .homeEvalutation {
        padding: 30px;
    }

    .homeEvalutation .single-s {
        margin-bottom: 10px;
    }

    #burger-content {
        padding: 50px 30px;
    }

    #burger-content ul li {
        width: 100%;
    }

    #burger-content li a {
        margin: 10px 0;
    }

    footer .agency p,
    footer .phone a {
        font-size: 14px;
    }
}