@media only screen and (max-width: 548px){
	#contactForm>li{
		line-height:inherit;
		margin-top:15px;
	}
	
	#contactForm label{
		width:96%;
		float:none;	
	}
	#contactForm .chzn-container {
   
    width: 95% !important;
  }
	#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea, #contactForm select{
		clear:both;
		width:95%;
		float:none;
	}
	
	#contactForm li:last-child label{
		display:none;
	}
	
	.submitBtn{
		width:30%;
	}
	
	#contactForm{
		margin:25px 0 40px;
	}
		
	.addressMain{
		float: none;
		clear: both;
		position: relative;
		top: 7px;
	}	
	
	.inOfc{
		width:96%;
		float:none;
	}
	
	.inOfc:nth-child(2n+1){
		float:none;
		margin:0 !important;
	}	
	
	.inOfc:nth-child(2n+2){
		margin-left:0 !important;
	}
	
	#contactForm > *{
		padding:0 2%;
	}
}