#responsive-form{
	max-width:100% /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
        border-radius: 25px;
}

.form-row{
	width: 100%;


}
.column-half, .column-full, .column-third, .column-fifth{
	float: left;
	position: relative;
	padding: 0px 0px 0px 5px;
	width:100%;
 	box-sizing: border-box
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
}
	.column-third{
		width: 30%;
	}
  .column-fifth{
		width: 25%;
	}
}

  
/* Submit Button CSS Styles */
 
.wpcf7 input[type=submit] {
    padding: 12px; 
    background:#084a79;
    color:#ffffff;
    font-size:16px;
  	font-weight: bold;
    border:40 none;
  	width: 100%;
}

.wpcf7 input[type=text] {
	height: 50px !important;
}

.wpcf7 input[type=email] {
	height: 50px !important;
  font-size: 56px;
}
.wpcf7 input[type=tel] {
	height: 50px !important;
}
