.wpcf7 .radio-h .radio{
	
 -margin-right:15px;
 -display: inline;
	
}


.wpcf7 .form-group{

	margin-bottom:15px;
	-margin-top:15px;
	
}


.wpcf7 .form-group .req:after {
  content:"*";
  color:red;
}


.wpcf7 .wpcf7-submit:hover{
	
	background:#03a9f4b5!important;
}
	
button.wpcf7-field-group-add, button.wpcf7-field-group-remove{
	
	margin-top:10px;
    font-family: "Nunito Sans";
    font-weight: 400;
    letter-spacing: 0px;
	
	padding: 10px 16px;
		
    line-height: 15px;
    font-size: 12px;
	
	background: #03a9f4;
    text-transform: uppercase;
    color: #ffffff;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 2px;
	
}

button.wpcf7-field-group-add:hover, button.wpcf7-field-group-remove:hover{

	background:#03a9f4b5;;
	border-color:#03a9f4b5;
	background:#03a9f4b5;
}

button.wpcf7-field-group-remove{
	
	padding: 10px 14px;	
    line-height: 15px;
	margin-right:5px;
}

.wpcf7-field-group{

	margin-top:15px;
	margin-bottom:15px;
	
}