/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width:1200px) {}

/* 1199px and down (check for 992 to 1199) */
@media only screen and (max-width:1199px)
{
  .main_navbar > .navbar > .navbar-collapse > ul > li > a 
  {
    padding: 12px 4px;
  }
   
  #home_after_banner ul li 
  {
    padding: 15px 15px;
  }
  
  #home_about img
  {
    margin: 0 20px 15px 0;
  }
  
  #home_about .home_about_content p 
  {
    margin: 5px 0 5px 0;
  }
  
  .about_us_outer img 
  {
    width: 400px;
  }
  
  .about_us_blocks 
  {
    min-height: 340px;
  }
  
  ul.our_clients_outer li 
  {
    width: 200px;
  }
  
  .box_product_outer a 
  {
    min-height: 400px;
    display: block;
  }
  
  .contact_form 
  {
    padding-left: 10px;
  }
  
  .product_main_content ul.product_img_outer li 
  {
    width: 210px;
    margin: 0 15px 0px 0px;
    min-height: 210px;
  }
  
  .product_main_content ul.product_img_outer li a .product_img_inner 
  {
    width: auto;    
  }
  
  .quality_policy_feature_block 
  {
    padding: 50px 25px;
  }
  
  .automation_solution_main_content .automation_solution_main_content_with_img img 
  {
    margin: 0 20px 0px 0;
  }
}

/* 991px and down (check for 768 to 991) */
@media only screen and (max-width:991px)
{
  .hidden-md
  {
    display:none;
  }
  
  .main_logo a img 
  {
    max-height: 60px;
  }

  .main_navbar button.navbar-toggler 
  {
    background: #ef7f1a;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -4px;
  }
  
  .main_navbar .navbar .navbar-collapse 
  {
    position: absolute;
    top: 35px;
    right: -10px;
    z-index: 99999;
    width: 260px;
  }
  
  .main_navbar > .navbar > .navbar-collapse > ul 
  {
    border: 1px solid #fff;
  }
  
  .main_navbar > .navbar > .navbar-collapse > ul > li 
  {
    border-top: 1px solid rgba(255,255,255,0.3);
    border-left: none;
    border-right: none;
  }
  
  .main_navbar > .navbar > .navbar-collapse > ul > li:first-child
  {
    border:none;
  }
  
  .main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu 
  {
    border:none;
    max-height: 250px;    
    white-space: normal;
  }
  
  .main_navbar > .navbar > .navbar-collapse > ul > li > a 
  {
    padding: 12px 20px;
    text-align: left;
    position: relative;
  }
  
  .dropdown-toggle::after 
  {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  
  .main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu > a 
  {
    white-space: normal;
  }  
  
  #home_banner .carousel-inner .carousel-item .container 
  {
    bottom: 25%;
  }
  
  #home_banner .carousel-inner .carousel-item .container h2 
  {
    font-size: 26px;
  }
  
  #home_after_banner ul 
  {
    padding: 12px 0;
  }
  
  #home_after_banner ul li 
  {
    padding: 6px 15px;
    font-weight: 600;
  }
  
  #home_about img 
  {
    width: 300px;
    margin:0 15px 10px 0;
  }
  
  #home_about .home_about_content h3 
  {
    font-size: 20px;    
    line-height: 25px;
  }
  
  #home_automation_solution h3 
  {
    font-size: 20px;
    line-height: 25px;
  }
  
  #home_products h3 
  {
    font-size: 20px;
    line-height: 25px;
  }
  
  .product_main_content ul.product_img_outer li 
  {
    min-height: 200px;
  }
      
  #common_footer .footer_common_title 
  {
    margin-bottom: 4px;
  }
  
  .footer_useful_links_outer
  {
    order:3;
    margin-top:25px;
  }
  
  #common_footer ul.footer_useful_links li 
  {
    display: inline-block;
    width: auto;
    margin: 0px 5px 10px 0;
    padding: 0 10px 0px 0;
    border-right: 1px solid #fff;
    vertical-align: middle;
    line-height: 20px;
  }
  
  #common_footer ul.footer_useful_links li:last-child
  {
    margin: 0px 0px 10px 0;
    padding: 0 0px 0px 0;
    border-right: none;
    vertical-align: middle;
    line-height: 20px;
  }
  
  #common_footer ul.footer_useful_links li a 
  {
    padding-left: 0;
    line-height: 11px;
  }
  
  #common_footer ul.footer_useful_links li a i
  {
    display:none;
  }
  
  #common_footer ul.footer_useful_links li a:hover, #common_footer ul.footer_useful_links li.active a 
  {
    margin-left: 0;
    text-decoration: underline;
  }
  
  #common_footer ul.footer_contact_detail li 
  {
    margin: 0 0 8px 0;
  }
  
  #common_footer .copyright_text ul li 
  {
    width: 60%;
  }
  
  #common_footer .copyright_text ul li:last-child
  {
    width: 40%;
  }
  
  .about_us_outer img 
  {
    width: 300px;
    margin: 0 20px 5px 0;
  }
  
  h3.common_title_all 
  {
    font-size: 25px;
    margin: 0 0 25px 0;
    line-height: 30px;
    padding: 0 0 5px 0;
  }
  
  .about_us_outer h4
  {
    font-size:20px;
    line-height:25px;
    font-weight:600;
  }
  
  .about_us_blocks 
  {
    padding: 20px 15px 0 15px;
    min-height: 420px;
  }
  
  .about_us_blocks h3 
  {
    font-size: 20px;
    padding: 0 0 0 42px;
  }
  
  .about_us_blocks h3 i 
  {
    font-size: 36px;
    left: 0;
    top: 2px;
  }
  
  .quality_policy_outer img 
  {
    width: 300px;
    margin: 0 20px 10px 0;
  }
  
  .quality_policy_outer h4
  {
    font-size:20px;
    line-height:25px;
    font-weight:600;
  }
  
  .quality_policy_feature_block 
  {
    margin-bottom: 20px;
    padding:25px;
  }
  
  ul.our_clients_outer li 
  {
    width: 250px;
  }
  
  .contact_form 
  {
    padding-left: 0;
  }
  
  .contact_map iframe 
  {
    height: 400px;
  }
  
  .product_left_sidebar ul li:first-child 
  {
    width: 100%;
    margin-top:10px;
  }
  
  .product_left_sidebar ul li 
  {
    width: 48%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
  }
  
  .product_left_sidebar ul li.active
  {
    display:none;
  }
  
  #label_material_modal ul.label_material_modal_content li 
  {
    width: 140px;
    margin: 0 5px 10px 5px;
  }
  
  #label_material_modal ul.label_material_modal_content li h4 
  {
    padding: 0;
  }
  
  #label_shape_modal ul.label_shape_modal_content li 
  {
    width: 100px;
    margin: 0 5px 10px 5px;
  }
  
  #label_shape_modal ul.label_shape_modal_content li .label_shape_outer 
  {
    width: 100px;
    height: 100px;
    padding: 9px;
  }
  
  #label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner.circle 
  {
    width: 80px;
    height: 80px;
  }
  
  #label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner.oval 
  {
    width: 80px;
    height: 40px;
  }
  
  #label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner.rounded_corner 
  {
    width: 80px;
    height: 50px;
  }
  
  #label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner.square_rectangle 
  {
    width: 80px;
    height: 50px;
  }
  
  .label_captcha_outer 
  {
    margin:-5px 0 15px 0;
  }
  
  .label_captcha_outer label
  {
    display:none;
  }
  
}

@media only screen and (min-device-width:576px) and (max-device-width:767px){ .hidden-sm { display:none; } }

/* 767px and down (check for 576 to 767) */
@media only screen and (max-width:767px)
{
  #common_header .top_header_bg ul 
  {
    margin: 0;
    padding: 0 0 0 0;
    text-align: center !important;
  }
  
  #common_header .top_header_bg 
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #home_banner .carousel-control-prev, #home_banner .carousel-control-next 
  {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
  
  #home_banner .carousel-control-prev-icon 
  {
    background-position: -1px 0px;
  }
  
  #home_banner .carousel-control-next-icon 
  {
    background-position: 1px 0px;
  }
  
  #home_banner .carousel-inner .carousel-item .container 
  {
    max-width: 90%;
    left: 0;
    right: 0;
  }
  
  #home_banner .carousel-inner .carousel-item .container h2 
  {
    font-size: 18px;
    line-height: 25px;
  }
  
  #home_banner .carousel-inner .carousel-item .container h4 
  {
    margin: 4px 0 0 0;
    font-size: 16px;
    line-height: 20px;
  }
    
  /* #carouselExampleCaptions, .home_banner_video_mp4	
  {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  
  .home_banner_video_mp4 video 
  {
    width: 96%;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
  } */
  
  #home_about img 
  {
    width: auto;
    margin: 0 auto 20px;
    float: none;
    display: block;
    max-width: 350px;
  }
  
  #common_footer .copyright_text ul li 
  {
    width: 100% !important;
    text-align: center !important;
  }
  
  .about_us_outer img 
  {
    width: auto;
    margin: 0 auto 20px;
    float: none;
    display: block;
    max-width: 350px;
  }
  
  .about_us_blocks 
  {
    padding: 25px;
    min-height: auto;
    margin: 10px 0 9px 0;
  }
  
  .about_us_blocks h3 
  {
    font-size: 25px;    
    padding: 0 0 0 50px;
  }
  
  .about_us_blocks h3 i 
  {
    font-size: 40px;
    left: 0;
    top: -6px;
  }
  
  ul.our_clients_outer li 
  {
    width: 225px;
  }
  
  .quality_policy_outer img 
  {
    width: auto;
    margin: 0 auto 20px;
    float: none;
    display: block;
    max-width: 350px;
  }
  
  .quality_policy_four_feature_block 
  {
    min-height: auto;
  }
  
  .contact_form 
  {
    margin-top: 40px;
  }
  
  .contact_map iframe 
  {
    height: 350px;
  }
  
  .product_main_content .product_main_content_with_img a img 
  {
    width: auto;
    margin: 0 auto 20px;
    float: none;
    display: block;
    max-width: 350px;
  }
  
  .product_main_content ul.product_img_outer li 
  {
    min-height: 200px;
  }
  
  .automation_solution_main_content .automation_solution_main_content_with_img 
  {
    padding: 15px;
  }
  
  .automation_solution_main_content .automation_solution_main_content_with_img img 
  {
    max-width: 200px;
  }
  
  .automation_solution_main_content .automation_solution_main_content_with_img p
  {
    margin:0;
  }
  
  #common_footer ul.footer_contact_detail li 
  {
    margin: 0 0 15px 0;
  }
  
  .customise_labels_form .form-group 
  {
    margin-bottom: 15px;
  }
  
  .label_captcha_outer 
  {
    margin: 25px 0 15px 0;
  }
}

/* 575px and down (check for 481 to 575) */
@media only screen and (max-width:575px)
{
  .main_logo a img 
  {
    max-height: 50px;
  }
  
  .main_navbar button.navbar-toggler 
  {
    top: -8px;
  }
  
  .main_navbar .navbar .navbar-collapse 
  {
    top: 31px;    
  }
  
  .adjust_height 
  {
    height: 72px;
  }
  
  #home_banner .carousel-indicators 
  {
    display:none;
  }

  #home_banner .carousel-inner .carousel-item .container 
  {
    text-align:center;
  }
  
  #home_after_banner ul li 
  {
    padding: 6px 0px;
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 22px;
  }
  
  .box_product_outer 
  {
    margin: 0 auto 30px;
    max-width:380px;
  }
  
  .box_product_outer a .box_product_content_outer 
  {
    padding: 15px 15px 15px 15px;
  }
  
  .footer_about_company_outer
  {
    margin-top:25px;
  }
  
  #common_footer .copyright_text ul li 
  {
    width: 80% !important;
    text-align: center !important;
    margin: 5px auto 5px;
    float: none;
    line-height: 18px;
  }
  
  ul.our_clients_outer li 
  {
    width: 180px;
  }
  
  ul.our_clients_outer li h4 
  {
    font-size: 16px;
    margin: 6px 0 0 0;
    font-weight: 600;
  }
  
  .contact_map iframe 
  {
    height: 300px;
  }
  
  .product_left_sidebar ul li 
  {
    width: 100%;
    display: block;
    margin: 0;
  }
  
  .product_main_content ul.product_img_outer li 
  {
    width: 190px;
    margin: 0 15px 0px 0px;
    min-height: 190px;
  }
  
  .product_main_content ul.product_img_outer li a .product_img_inner 
  {
    width: auto;
  }
  
  #common_footer ul.footer_contact_detail li 
  {
    margin: 0 0 5px 0;
  }
  
  .product_main_content .product_video_mp4 .custom_mp4video 
  {
    margin: 20px 0 20px;
  }
  
  .label_captcha_outer 
  {
    margin: 0px 0 15px 0;
  }
  
  #label_material_modal ul.label_material_modal_content li 
  {
    margin: 0 5px 30px 5px;
  }
  
  #label_material_modal ul.label_material_modal_content li:last-child
  {
    margin-bottom:0;
  }
}


/* 480px and down (check for 0 to 480) */
@media only screen and (max-width:480px)
{
  #common_header .top_header_bg ul li:first-child 
  {
    margin-bottom: 6px;
  }
  
  .automation_solution_main_content .automation_solution_main_content_with_img img 
  {
    margin: 0 auto 15px;
    max-width: 250px;
    float: none;
    display: block;
    width: 100%;
  }
  
  .main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu > a 
  {
    white-space:normal;
  }
  
  #home_banner .carousel-inner .carousel-item .container 
  {
    text-align: center;
  }
  
  #home_banner .carousel-inner .carousel-item .container h2 
  {
    font-size: 16px;
    line-height: 20px;
  }
  
  #home_banner .carousel-inner .carousel-item .container h2 
  {
    font-size: 16px;
    line-height: 20px;
  }
  
  #home_about img, .about_us_outer img, .quality_policy_outer img, .product_main_content .product_main_content_with_img a img
  {
    width: 100%;
    max-width:300px;
  }
  
  .box_product_outer a 
  {
    min-height: auto;
    display: block;
  }
  
  .product_main_content ul.product_img_outer 
  {
    text-align: center;
  }
  
  .product_main_content ul.product_img_outer li 
  {
    margin: 0 5px;
    width: 135px;
    min-height: 165px;
  }
  
  #common_header .top_header_bg ul li 
  {
    display: block;
    margin: 0px 0 8px 0;
    padding: 0;
    border-right: none;
    line-height: 14px;
  }
  
  .product_left_sidebar ul li:first-child 
  {
    margin-top: 20px;
  }
  
  h3.common_title_all 
  {
    font-size: 20px;
  }
  
  .carousel-indicators
  {
    display:none;
  }
  
  #home_banner .carousel-inner .carousel-item .container 
  {
    bottom: 20px;
  }
  
  .customise_labels_form 
  {
    padding: 20px;
  }
  
  .customise_labels_form .bottom_note 
  {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
  }
  
  .customise_labels_form .bottom_note span 
  {
    left: 0;
    top: -20px;
  }
  
  #label_material_modal p 
  {
    margin: 15px 0 -10px 0;
    line-height: 16px;
  }
}