

#contact{
	margin-top:200px;
	width:100%;
	height:600px;
}

#get_in_touch_form h3{
  font-size: 44px;
  font-family: "Gotham";
  color: rgb(44, 64, 88);
  text-transform: uppercase;
  line-height: 0.5;
  text-align: center;
  margin-top:30px;
}

.gmap_canvas{
	background-color:blue;
	width:100%;
	height:700px;
}

#get_in_touch_form{
	position:absolute;
	width:50%;
	margin-left: 25%;
	margin-top:-320px;
	height: 450px;
	background-color:white;
	z-index:2;
	box-shadow:0 0 10px #666;
	padding:0;
}



#get_in_touch_form h3{
	margin-top:120px;
}

#get_in_touch_form .icon{
	font-size:18px;
	line-height: 1.889;
	color: rgb(126, 90, 255);
}




#get_in_touch_form .location_text{
	
	font-size: 18px;
	font-family: "Gotham Book";
	font-style: normal;
	font-weight: 400;
	color:rgb(44, 64, 88);
	line-height: 1.889;
}

.contact_item{
	height:40px;
	display:flex;
	justify-content: space-between;
	margin-top:20px;
}

.contact_item_last{
	height:40px;
	display:flex;
	justify-content: flex-start;
	margin-top:20px;

}

.contact_item input{
	margin-right:60px;
	width:310px;
}

.contact_item button{
	margin-right:60px;
}


#contact_left{
	margin-left:57px;
}