





@media only screen and (max-width: 600px) {
    .industrial-banner-heading {
        position: absolute;
        top: 0;
        left: 10%;
        font-size: 25px;
    }

    .padd-bottom-mobile{
        padding-bottom: 0;
    }

    .experience-text h5{
        font-size: 18px;
    }

    .blueprint-text h5 {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        font-weight: 600;
    }

    .head-office-indus h5 {
        font-size: 25px;
    }
    
    
    .site-address-indus h5{
        font-size: 25px;
    }
    
    
    .maha-address-indus h5{
        font-size: 25px;
    }
    
     .btn-blueprint button{
        top: 40%;
        left: 30% !important;
    }
    
    .footer-qr {
        flex-wrap: wrap;
        width: 100%;
    }

    .footer-qr img {
        width: 47%;
        height: 100%;
    }

    .contact-map iframe{
        height: 400px;
    }
    .contact-map{
        padding: 0;
    }

    .ecp-text {
        min-height: 680px;
    }

    .ecp-text h4{
        font-size: 24px !important;
    }

    .home-banner-emp img {
        height: 100%;
        width: 100%;
    }
    
    .third-qr img{
        width: 47%;
    }
}












@media (min-width: 767px) and (max-width: 1023px) {
    .footer-qr img {
        width: 50%;
        height: 100%;
    }
    
    .third-qr img{
        width: 30%;
    }

    .para-century {
        text-align: center;
        color: white;
        padding: 0 70px 0 70px;
    }

    .home-banner-emp img {
        height: 400px;
        width: 100%;
    }

    .contact-map iframe {
        height: 400px;
    }

    .core-value-text-card{
        height: 350px;
    }

    .ecp-sec{
        flex-direction: column-reverse;
    }
    .ecp-text{
        width: 100%;
        height: 440px;
    }

    .ecp-img img{
        height: 50%;
        clip-path: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}


@media (min-width: 1441px) {
   

    .home-banner-emp img {
        height: 100%;
        width: 100%;
    }
}