@media only screen and (min-width: 1901px) {
    :root{
        --baseFS: 20px;
        --autoWidth: 1500px
    }
    .automation_box{ max-width: 766px;}
    .banner_text_slider{ min-height: 160px;}
    .bannerText i{ border-radius: 80px; min-width: 170px;}
}

@media only screen and (min-width: 1538px) and (max-width: 1900px){ 
    :root{
        --baseFS: 17px;
    } 

}

/*start of = (min-width: 1366px) and (max-width: 1440px)*/
@media only screen and (min-width: 1366px) and (max-width: 1500px){
    .bannerText{ min-height: calc(100vh - 160px) }
     
/*end of = (min-width: 1366px) and (max-width: 1900px)*/			
}





 
/*start of = (min-width: 1280px) and (max-width: 1365px)*/	
@media only screen and (min-width: 1280px) and (max-width: 1365px){

    .bannerText{ min-height: calc(100vh - 148px) }
  
 
/*end of = (min-width: 1280px) and (max-width: 1365px)*/			
}





/*start of = (min-width: 1024px) and (max-width: 1279px)*/
@media only screen and (min-width: 1024px) and (max-width: 1279px){

    :root{
        --baseFS: 14px; 
        --fs100: 5em;
        --fs24: 1.5em;
        --fs60: 3em;
    }
	
body { -webkit-text-size-adjust:none;  -webkit-overflow-scrolling: touch;   }

.bannerText h1 strong{ max-width: 830px; }

.banner_text_slider { min-height: 100px; }

.bannerText{ min-height: calc(100vh - 150px) }

.headlines h2{ max-width: 710px; }
 
/*end of = (min-width: 1024px) and (max-width: 1279px)*/			
}


/*start of = (min-width: 768px) and (max-width: 1023px)*/	
@media only screen and (min-width: 768px) and (max-width: 1023px){
    :root{
        --baseFS: 14px;
        --fs100: 3.8em;
        --fs24: 1.5em;
        --fs60: 3em;
    }

body { -webkit-text-size-adjust:none;  -webkit-overflow-scrolling: touch; overflow-x: hidden;}

.header_inner{ padding: 16px 0px; }

.bannerText h1 strong { max-width: 390px; }
.banner_text_slider{ min-height: 76px; }

.header_left{ max-width: 160px; }
.header_links ul{ gap: 20px; }
.bannerText{ padding: 60px 0px; min-height: calc(100vh - 146px); } 

.industry_row { padding-bottom: 20px; }
.industry_box { padding: 44px 90px; }

.automation_sec{ padding: 60px 0px; }

.automation_box{ padding: 30px; }
.headlines small{ padding-bottom: 20px; }

.headlines h2{padding-bottom: 20px; }

.features{ padding: 60px 0px; }

.features_box{ padding: 30px 70px; }



.monitoring_system{ padding: 60px 50px; }

.ms_content ul li{ width: 50%; padding: 0px 10px 15px 10px; }


.Faqs_section{ padding: 60px; }

.faqs_question{ padding: 15px 0px; }

.footer{ padding-top: 80px; }

.footer_links ul li{ padding: 0px 12px; }

.copyright_inner{ padding: 15px 0px; }
 
 
/*end of = (min-width: 768px) and (max-width: 1023px)*/			
}



@media(max-width:767px) { 

    :root{
        --baseFS: 14px;
        --fs100: 3.2em;
        --fs60: 2.40em;
    }
 
 
    body { -webkit-text-size-adjust:none;  -webkit-overflow-scrolling: touch; overflow-x: hidden;}
 
    .mob_menuBtn { display: flex; }
    .hamburger-lines .line{ background-color: #DC1111; }
    .open_mobile_menu {  overflow: hidden; }  
 

    .header_right{ display: none;  position: fixed; top: 0px; left: 0px; padding: 100px 0px 15px;  backdrop-filter: blur(70.5px); width: 100%; height: 100%; z-index: 22;  background: var(--p_bg); backdrop-filter: blur(12.066588401794434px); text-align: center; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
    .isOpenMenu .header_right {  display: block; }
    .isOpenMenu{ overflow: hidden;}
    .isOpenMenu .header{ backdrop-filter: initial; }

    .isOpenMenu .header_left{ z-index: 2222; position: relative;}
    
    .header_icons{ display: inline-block; vertical-align: middle; width: auto;}

    .header_inner{ justify-content: space-between; padding: 14px 0px } 
    .header_left{ max-width: 150px;} 
    .header_links{ border: none; padding: 0px; border-radius: 0px; padding-bottom: 30px; }

    .header_links ul li{ padding-bottom: 20px; }

    .header_icons ul{ justify-content: center; }
 
    .header_lang{ display: inline-block; vertical-align: middle; padding:0px 0px 0px 20px; }
    /* .header_right {
        animation: none !important;
        -webkit-backdrop-filter: blur(22.5px);
        backdrop-filter: blur(70.5px); 
        border: 0;
        border-radius: 0;
        display: block;
        height: 0;
        left: 0;
        opacity: 0;
        overflow-y: auto;
        padding: 100px 0 15px;
        position: fixed;
        top: 0;
        top: -50%;
        transition: all .4s ease;
        visibility: hidden;
        width: 100%;
        z-index: 22; 
    } */
 

    .header_links>ul {
        display: block;
        max-height: calc(100% - 20px);
        overflow-y: auto;
        text-align: center;
    } 
    .all_btn{ padding: 8px 15px; line-height: 16px; }
    .banner{ padding-top: 0px; }
    .banner_btns ul li{  max-width: 200px;}

    .bannerText h1 strong{ max-width: 324px; }

    .bannerText span{ color: #DC1111; padding-left: 0px; }
    .bannerText i{ background-color: #fff; }

    .bannerText{ padding: 0px; min-height: calc(100vh - 264px); }   
    .banner_text_slider{ min-height: 70px; }

    .banner_text_slider span{ white-space: normal; padding: 0px; }


    .industries .autoContent{ padding: 0px; }
    .industry_row{ display: block; }
    .industry_row strong{ padding: 0px 0px 10px 0px; display: block; }

    .industry_row ul{ max-width: none; }
    .industry_box {  padding: 26px 0px; }
 
    .automation_sec{ padding: 60px 0px; }

    .automation_box{ padding: 16px; }
    .headlines small{ padding-bottom: 10px; }
    .headlines h2{padding-bottom: 10px; }

    .features{ padding: 60px 0px 44px; }
    .features_box{ display: block; text-align: center; padding: 20px 20px; border-radius: 16px; }

    .features_box i { padding: 0px 0px 10px 0px; display: block; }
    .features_box i svg{ max-width: 40px; min-width: 30px; margin: auto;  }


    .features_li{ padding-top: 40px; }

    .features_li ul li { padding-bottom: 16px; }

    .monitoring_system{ padding: 60px 0px 60px 0px; }
    .ms_content ul{ margin: 0; }
    .ms_content ul li{ width: 100%; padding: 0px 0px 10px 0px; }

    .ms_box_img{ padding-bottom: 10px; }

    .ms_box_info strong { padding-bottom: 6px; }

    
    .ms_detail{ padding-top: 30px; }

    .Faqs_section{ padding: 60px 0px; }

    .faqs_question{ padding: 10px 0px; }

    .footer{ padding-top: 40px; }

    .footer_links ul{ gap: 10px;}

    .footer_links ul li{ padding: 0px 0px 10px 0px;    flex: 0 0 auto; }
    .footer_inner{ padding-bottom: 10px; }

    .copyright_inner{ padding: 10px 0px; }


    .footer_icons ul li{ padding-right: 6px; }

    .copyright{ padding-bottom: 20px; }


    .industry_box_main{ border-radius: 0px;}
    
   
 

/* end 767 */
}


@media only screen and (min-width:0px) and (max-width:575px){

    :root{
        --baseFS: 13px;
        --fs100: 3.3em;
        --fs60: 2.40em;
    }
    .banner_text_slider{ min-height: 60px;}
    .banner_text_slider span{ padding: 0px;}
    .bannerText h1 strong{ max-width: 310px; }

    .footer_links li > * span{ text-shadow: none; }
    .footer_links li>a:hover span, .footer_links ul li > a.active span{ transform: none; }

   
}

@media only screen and (min-width:320px) and (max-width:374px){
	
}




@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape)  {  

 


}










