/*form section centre*/
@media only screen and (min-width: 1004px){
 	.container{
width: 70% !important;
margin-left:21% !important;
}
}

@media only screen and (max-width: 1004px) {
	.container{
	width: 90% !important;	
margin-left:0 auto !important;
}
}

@media only screen and (max-width: 768px) {
	.container{
	width: 90% !important;	
margin-left:0 auto !important;
}
}

/*send button centre*/
@media only screen and (min-width: 1900px) {
#submit {
margin-left:22% !important;
}
}

@media only screen and (max-width: 1900px) {
#submit {
margin-left:20% !important;
}
}

@media only screen and (max-width: 1025px) {
#submit {
margin-left:18% !important;
}
}

@media only screen and (max-width: 1004px) {
#submit {
margin-left:20% !important;
}
}

@media only screen and (max-width: 766px) {
#submit {
margin-left:10px !important;
}
}
