@media (max-width: 768px) {
    .navbar-brand h3{
        font-size: 20px;
    }
    .banner-content h1{
        font-size: 25px;
    }
    .banner{
        height: 500px;
    }
    header .topbar{
        display: none;
    }
    .banner{
        margin-top: 80px;
        height: auto;
        border-bottom: 1px solid #eee;
    }
    .banner-content-wrap{
        height: auto;
    }
    .banner-content{
        position: relative;
        top: 0;
        transform: none;
        padding: 30px 0;
    }
    .common-heading h2{
        font-size: 22px;
    }
    .common-btn{
        padding: 5px 15px;
        font-size: 15px;
    }
    .banner-images{
        display: none;
    }
    .service-content h4{
        font-size: 18px;
    }
    .common-heading img{
        width: 30px;
    }
    .single-service img{
        width: 40px;
    }
    .single-service{
        padding: 20px;
        min-height: auto;
    }
    .common-heading h6{
        padding: 5px 10px;
        font-size: 14px;
    }
    .service-content{
        gap: 10px;
    }
    .single-working-step{
        width: 100%;
    }
    .single-working-step::before, .single-working-step:after{
        display: none;
    }
    .single-working-step{
        margin: 0 0 20px 0;
    }
    .step-wrap{
        margin: 0 !important;
    }
    .plan-content h4{
        min-height: auto;
    }
    .single-plan{
        margin-bottom: 20px;
    }
    .single-location{
        flex-direction: column;
    }
    .single-contact{
        margin-bottom: 20px;
    }
    .contact-icon{
        width: 35px;
        height: 35px;
        flex: 0 0 auto;
    }
    .contact-icon img{
        width:  20px;
    }
    .office-addresses span b{
        font-size: 16px;
    }
    .office-addresses{
        margin-bottom: 20px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .banner{
        padding-top: 50px;
    }
    .single-service{
        min-height: 100%;
    }
    .banner-images{
        display: block;
    }
    .banner-image-big{
        height: 200px;
    }
    .small-banner-image{
        height: 150px;
    }
    .contact-icon{
        flex:  0 0 auto;
    }
    .single-location{
        flex-direction: column;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
    .banner-content-wrap, .banner{
        height: 600px;
    }
    .navbar-brand h3{
        font-size: 20px;
    }
    .banner{
        padding-top: 50px;
    }
    .single-service{
        min-height: 100%;
    }
    .banner-images{
        display: block;
    }
    .banner-image-big{
        height: 200px;
    }
    .small-banner-image{
        height: 150px;
    }
    .contact-icon{
        flex:  0 0 auto;
    }
    .single-location{
        flex-direction: column;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1025px) {
    .banner-content-wrap, .banner{
        height: 800px;
    }
    .navbar-brand h3{
        font-size: 20px;
    }
}

