.contact_us{
	color: white;
	width: 100vw;
	background-color: #2d5883;
	padding: 75px 50px 50px 50px;

}

.contact_us .h1{
	font-size: 25px;
	margin-bottom: 30px;
}

.contact_us .description{
	font-size: 16px;
	text-align: justify;
}


.contact_us .contact_info{
	margin-top: 30px;
	margin-bottom: 30px;
}


.contact_us h4{
	margin-bottom: 10px;
}

.contact_info .cp{
	margin-left: 15px;
}




.contact_us form{
	width: 90vw;
}

.contact_us form .form-group{
	margin: 15px 0 15px 0;
}

.contact_us form input{
	color: #3d3d3d;
	width: 100%;
	height: 40px;
	padding: 0 10px 0 10px;
	font-size: 16px;
	border: 0;
	
}

.contact_us form .text-zone{
	background-color: white;
}

.contact_us form textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 200px;
	max-height: 200px;
	padding: 10px;
	font-size: 16px;
	background-color: white;
	color: #3d3d3d;
}

.contact_us form .submit{
	color: white;
	background-color: #FF0000;
	cursor: pointer;
}

@media (max-width:768px)
{
	.contact_us{
		padding: 20px;
		align-items: normal;
		
	}
	
	.contact_us .title{
		font-size: 18px;
	}
	
	.contact_us p{
		font-size: 14px;
		
	}
	
	.contact_us form{
		margin: auto;
		width: 90vw;
	}
	
	.contact_us form input{
		font-size: 16px;
		background-color: white;
	}
	
	.contact_us form textarea{
		font-size: 16px;
		background-color: white;
	}
}