@media screen and (max-width: 768px) {
    .logo img {
        width: 180px !important;
        height: 60px !important;
    }
.banner-two__content {
    padding-bottom: 50px;
    padding-top: 120px;
}

.get-now-area{
    padding-top:30px !important;
}

.custom-mobile{
    margin: 30px 0 10px 0;
}

.custom-mobile1{
    margin:0 !important;
    padding:0 !important;
}
    .section-header h2 {
        font-size: 16px;
        font-weight: 600;
    }
    
    .arry-btn button{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    
    .testimonial__image img {
        height: 350px;
    }
    .custom-btn1{
        width: 45% !important;
        padding: 10px !important;
    }
    .enquiry-form-wrapper{
        padding:20px !important;
    }
    .google-map iframe {
        height: 300px !important;
    }
    .footer-title{
        text-align:left !important; 
    } 
    .footer-inner{
        padding:0px !important;
    }
    .get-now__image .image {
        max-width: 300px;
    }
    .get-now__image .image img {
        width:100%;
        height:280px;
    }
    .mission-vision-area, 
    .quality-standards-area,
    .management-profile-area,
    .export-process-area
    {
        padding: 50px 0 50px !important; 
    }

    
}

@media screen and (max-width: 1280px) {

.footer-inner {
    gap: 10px;
    padding: 0 50px;
}


}
 
 /* 1280px zone */
@media screen and (max-width: 1280px) and (min-width: 769px) {
    .get-now__image {
        height: 550px !important;
        line-height: 540px !important;
    }
}

/* 768px zone */
@media screen and (max-width: 768px) and (min-width: 1px) {
    .get-now__image {
        height: 400px !important;
        line-height: 400px !important;
    }
}
   
    
    