@media (max-width: 768px) {
    .navbar-brand h3{
        font-size: 20px;
    }
    .banner-content h1{
        font-size: 25px;
    }
    .banner{
        height: 500px;
    }
    .about-right{
        position: relative;
        transform: none;
        top: 0;
        margin-top: 30px;
    }
    .about-image{
        width: 300px;
        height: 300px;
    }
    .single-stat span{
        font-size: 70px;
    }
    .single-service{
        padding: 0;
        min-height: auto;
        margin-bottom: 30px;
    }
    .service-tabs{
        flex-direction: column;
    }
    .gallery{
        padding-top: 0;
    }
    .single-location{
        flex-direction: column;
    }
    .single-contact{
        margin-bottom: 20px;
    }
    .social-icons{
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .contact-icon{
        flex: 0 0 30px;
        height: 30px;
    } 
    .contact-icon img{
        width: 15px;
    }
    .navbar-brand h3{
        font-size: 20px;
    }
    .banner-content h1{
        font-size: 25px;
    }
    .banner{
        height: 500px;
    }
    .about-right{
        position: relative;
        transform: none;
        top: 0;
        margin-top: 30px;
    }
    .about-image{
        width: 300px;
        height: 300px;
    }
    .single-stat span{
        font-size: 70px;
    }
    .single-service{
        padding: 0;
        min-height: auto;
        margin-bottom: 30px;
    }
    .service-tabs{
        flex-direction: column;
    }
    .gallery{
        padding-top: 0;
    }
    .single-location{
        flex-direction: column;
    }
    .single-contact{
        margin-bottom: 20px;
    }
    .social-icons{
        justify-content: flex-start;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
    .location-details h2{
        font-size: 20px;
    }
    .about-right{
        position: relative;
        transform: none;
        top: 0;
        margin-top: 30px;
    }
    .about-image{
        width: 400px;
        height: 400px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1025px) {
    .location-details h2{
        font-size: 20px;
    }
    .about-right{
        position: relative;
        transform: none;
        top: 0;
        margin-top: 30px;
    }
    .about-image{
        width: 400px;
        height: 400px;
    }   
}

