
/*contact css start*/
body {
overflow:auto;
text-align:center;
}
#b_contact{
	text-align: left;
}
 
.submit-message{
color:red;
background:yellow;
display:none;
};

h4{
		  padding: 2%;
}


form{
	height:auto; width: 450px;
	 margin: 0 auto;
	display:inline-block;
	border: 2px double navy;
	padding: 3%;
}
	
form,input,button{border-radius: 5px;}
input{
	width: 80%; 
}
button{
color: white;
background: slateblue;
}
button:hover{
	background: rgb(8, 29, 94);
}
textarea{
	border-radius: 5px;
	resize: none;
	height:30%;
}
form::after{
clear:both;
}
@media screen and (max-width:500px){

form {
	width: 90%;
}
textarea{
	width: 90%;
}
}

/*contact css end*/