/*footer contact form*/
/*for desktop*/
@media only screen and (min-device-width : 768px)
{
#contact-form{display:flex !important;
                       flex-direction: row;
                    flex-wrap: nowrap;
		  justify-content:space-around;
		  margin:auto;
	             max-width:60%;
               }
#contact-form > div{margin-right: 5px;}

}
/*for mobile and tablets */
@media only screen and (max-device-width : 767px)
{
#submit-botton{margin-top:5px;}
#contact-form{margin-right:25px;}
.field-row{margin-bottom: 10px;}
}