@media screen and (max-device-width:768px) {
    .row{
        --bs-gutter-x: 0 !important;
    }

    /* Top Header */
    .top-header {
        display: none;
    }

    .navbar h3{
        display: none;
    }
    
    .navbar .social-icon{
        display: none;
    }


    /* Commercial */
    .property-type {
        padding-bottom: 0 !important;
    }


    /* Overlay */
    .testimonial-top-bg .overlay {
        left: 30% !important;
    }

    .cs-top-bg .overlay {
        left: 30% !important;
    }

    .au-top-bg .overlay {
        left: 35% !important;
    }


    /* Footer */
    .footer .learn-more{
        margin: 1rem 0 !important;
    }

    footer .useful-links{
        margin: 1rem 0;
    }

    /* Img Area */
    .about-us .img-area img{
        width: 100%;
        margin: 1rem 0;
    }

    .au-service .img-area img {
        margin-left: 0 !important;
    }

    .hiring .img-area img {
        width: 100%;
        margin-left: 0 !important;
    }

    .hiring-service .img-area img {
        width: 100%;
        margin-left: 0 !important;
    }

    .clients .img-area img {
        margin: 1rem 0 !important;
    }

    .default-form .img-area img {
        margin: 2rem 0 !important;
    }

    .slider .slider-img img {
        height: 200px;
    }

    .yt-area img {
        margin: 1rem 0;
    }

    .property-type .wrap img {
        margin: 1rem 0;
    }

    .project-details-bg .img-area img{
        height: 200px;
    }

    /* M3M Project Details */
    .m3m-bg .img-area img{
        height: 200px;
    }
    .eon-bg .img-area img{
        height: 200px;
    }
}