@media only screen and (max-width:991px){
    .mx-200{
        margin: auto;
        margin-bottom: 30px;
    }
    .landing-banner {
        padding-top: 10rem !important;
    }
    .title {
        font-size: 35px;
    }
    .landing-banner-img {
        max-width: 400px;
        width: 100%;
    }
    .about-img{
        object-fit: cover;
        height: 100%;
    }
}
@media only screen and (max-width:768px){
    .mx-200{
        margin: auto;
        margin-bottom: 30px;
    }
    .title {
        font-size: 30px;
    }
    .counter-row {
        font-size: 23px;
    }
    .service-btn label {
        font-size: 18px;
    }
    .project-view h6{
        font-size: 18px;
        margin-top: 5px;
    }
}

@media only screen and (max-width:576px){
    .counter-row {
        font-size: 18px;
    }
    section,footer{
        padding-left: 15px;
        padding-right: 15px;
    }
    .title {
        font-size: 25px;
    }
    .values-box img{
        width: 40px;
        height: 40px;
    }
    .communication-det .footer-links{
        margin-top: 10px !important;
    }
    .communication-det .ct-box{
        padding: 11px;
        background: #f3f3f3;
        border-radius: 7px;
        margin-top: 12px;
    }
    .communication-det .ct-box a{
        margin-bottom: 0px !important;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 6px !important;
        height: 6px !important;
        margin: 3px !important;
    }
}