.banner
	{
		width:100%;
		height:550px;
		background-image:url("../images/Contactus_BG.jpg");
		background-position:center center;
		background-size:cover;
		top: 0;
		left: 0;
		opacity:1;	
	}
h2
	{
		color: #464637;
		font-size: 30px !important;
		font-weight: normal;
		margin-bottom: 10px;
		font-family:'Lato', sans-serif;
		margin-right:auto;
		margin-left:auto;
	}
.map-details
	{
		width:65%;
		float:left;
		display:inline-block;
		box-sizing:border-box;
		padding-left:10px;
		overflow:hidden;
	}
address
	{
		margin: 0 0 15px;
		font-style:normal;
		font-size:15px;
		color:#8c8b8b;
	}
.form-details
	{
		width:30%;
		float:right;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
input[type="text"], input[type="password"], textarea, input[type="email"], select 
	{
		border: 1px solid #c2c2c2;
		border-radius: 0;
		color: #414042;
		line-height: 20px;
		margin: 0 0 20px;
		min-height: 45px;
		padding: 5px 5px 5px 10px;
		width: 100%;
	}
#email-submit-btn
	{
		font-family: Lato;
		font-size: 18px;
		min-width: 120px;
		padding: 10px;
		border-radius:3px;
	}
input[type="submit"] 
	{
		cursor: pointer;
		-webkit-appearance: button;
		background-color: #209fcc;
		border: medium none;
		border-radius: 0;
		color: #ffffff;
		cursor: pointer;
		font-family: Lato;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		padding: 15px 30px;
		text-transform: uppercase;
	}
@media screen and (min-width: 320px) and (max-width: 480px){

.map-details
	{
		max-width:440px;
		width:100%;
		margin-bottom:20px;
		float:none;
	}
.map-details iframe 	
	{
		width:100%;
	}
.form-details
	{
		max-width:440px;
		width:100%;
		float:none;
	}
input[type="text"], input[type="password"], textarea, input[type="email"], select 
	{
		width:90%;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px){
.map-details
	{
		max-width:700px;
		margin-bottom:20px;
		width:100%;
		float:none;
	}
.map-details iframe
	{
		width:100%;
	}
.form-details
	{
		width:100%;
		float:none;
	}
input[type="text"], input[type="password"], textarea, input[type="email"], select 
	{
		width:90%;
	}
}