 .contact-us {
	 position: relative;
	 top: -40px;
	 padding-bottom: 40px !important;
	 margin-bottom: 40px;
}
 @media only screen and (max-width: 767px) {
	 .contact-us {
		 position: relative;
		 padding-top: 40px;
		 padding-bottom: 0px !important;
		 margin-bottom: 0px;
		 
	}
}


