
@media screen and (max-width:1100px) {
	
/*
.menu_icon,.mob_header{ 
	display: none;
}
*/
.mob_header{ 
	height: 55px;
	padding: 5px 2% 10px 2%;
    width: 96%;
}
/*
.header, .header2{

	display: block!important;

}	
*/
   
	
}

@media screen and (min-width:1025px) and (max-width:1400px) {
    .banner_content h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .banner_content h5 {
        font-size: 20px;
        line-height: 22px;   
    }
    .menu-modal ul {
        width: 60%;   
    }
}

@media screen and (min-width:1025px) and (max-width:1300px) {
    .bx-controls {
        bottom: 20px;   
    }
}
@media screen and (min-width:1025px) and (max-width:1200px) { 
     .inner_header {
        padding: 6px 3% 0 3%;
        width: 94%;
    }
    .header .logo img, .inner_logo img {
          max-width: 180px;
    }
 
    .menu_area ul li {
          padding: 0 0 0 13px;
    }
    .inner_container {
        max-width: 95%;   
    }
    .service_set {
        width: 29%;
        margin: 0 2% 20px 2%;
    }
}