.contact-w3{
    margin: 0em auto 0;
    width: 100%;
    -webkit-appearance: none;
    background-color: rgba(233 233 233);
    padding: 2em;
	border-radius:3px;
}
.contact-w3 input[type="text"], .contact-w3 textarea {
    width: 100%;
    padding: 0.7em;
    background: #fff;
    color: #000;
    border: none;
    outline: none;
    font-size: 0.95em;
    border-top: 1px solid #00508c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
}
.row {
    margin: 0.8em 0;
}
.row1 {
    margin-top: 0.8em;
}
.contact-left-w3 {
    float: left;
	width: 45%;
    margin-right: 5%;
}
.contact-right-w3l {
    float: left;
	width: 50%;
}
.contact-w3 textarea {
    resize: none;
    height: 150px;
}
.contact-w3 label {
    font-size: 0.95em !important;
    color: #00508c !important;
	margin-bottom: 8px;
	display: block;
	font-weight: 600;
}
.contact-w3 input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    margin-top: 1em;
    outline: none;
   background: #00508c;
    color: #fff;
    border: none;
    width: 100%;
	cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
	 font-family: 'Open Sans', sans-serif;
}
.contact-w3 input[type="submit"]:hover{
	   background: #fff;
	   color:#000;
}

/**responsive**/
@media(max-width:1440px){
	width: 100%;
}
@media(max-width:1366px){
.contact-w3 {
    width: 100%;	
}
}
@media(max-width:1280px){
.contact-w3 {
    width: 100%;	
}
}
@media(max-width:1080px){
.contact-w3 {
    width: 100%;
}

@media(max-width:991px){
.contact-w3 {
    width: 100%;
}
	
}
@media(max-width:800px){
.contact-right-w3 {
    float: left;
    width: 45%;
    margin-right: 7%;
}
.contact-right-w3l {
    float: left;
    width: 45%;
}
.contact-w3 input[type="text"], .contact-w3 textarea {
    width: 94%;	
}
.contact-w3 {
    width: 100%;
}
}
@media(max-width:768px){
.contact-w3 {
    width: 100%;
}	
}
@media(max-width:736px){
.contact-w3 {
    width: 100%;
	margin: 0em auto 0;
}

}
@media(max-width:667px){
.contact-w3 {
    width: 100%;
}	
}
@media(max-width:640px){
	
}
@media(max-width:600px){
.contact-w3 {
    width: 100%;
}
	
}
@media(max-width:568px){
.contact-w3 {
    width: 100%;
}	
}
@media(max-width:480px){
.header h1 {
    font-size: 2.3em;
}
.contact-w3 {
    width: 100%;
}
.contact-left-w3 {
    float: left;
    width: 100%;
    margin-right: 0;
}	
.contact-right-w3l {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-top: .5em;
}
.contact-w3 input[type="text"], .contact-w3 textarea {
    padding: 0.6em;
    font-size: 0.9em;	
}
.contact-w3 textarea {
    resize: none;
    height: 130px;
}
}
@media(max-width:414px){

.contact-w3 label {
    font-size: 0.9em !important;
}
.contact-w3 input[type="submit"] {
    font-size: 0.95em;
}
@media(max-width:384px){
.contact-w3 {
    width: 100%;
    padding: 1em;
	margin: 0em auto 0;
}

.contact-w3 input[type="submit"] {
    padding: 0.7em;	
}
@media(max-width:375px){
	
}
@media(max-width:320px){

.contact-w3 input[type="submit"] {
    padding: 0.7em;
    font-size: 0.8em;
}

}