.wpcf7-form #accordion > div {
	border:1px solid #ccc;
	    display: inline-block;
	    padding:20px;
	    margin-top:30px;
}

.wpcf7-form #accordion .ui-icon:before, 
.wpcf7-form #accordion .ui-widget-content .ui-icon:before {
	
	content: "\f0da";
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 10px;

}

.wpcf7-form #accordion .ui-state-active .ui-icon:before, 
.wpcf7-form #accordion .ui-button:active .ui-icon:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 10px;
}

.wpcf7-form hr {
	border-color:#ccc;
	background: #ccc;
}
.wpcf7-form h3 {
	font-size:20px;
	text-transform: uppercase;
	padding:20px 0 5px;
	margin-bottom:15px;
/*	border-bottom:1px solid #ccc;*/
	font-weight: 500;
	color:#333 !important;

}

.col-md-6,.col-md-12{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.col-md-6 {
		width: 50%;
	}
}


.wpcf7-form-control-wrap input[type="text"], 
.wpcf7-form-control-wrap input[type="email"], 
.wpcf7-form-control-wrap textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7-form-control-wrap input[type="text"]:focus{
	background: #fff;
}
.wpcf7-form input[type="submit"] {
	float: right;
background: transparent;
    color: #f60469;
    border: 1px solid #f60469;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 20px;
    border-radius: 5px;
}
.wpcf7-form input[type="submit"]:hover{
    border: 1px solid #000;
    color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border:none;
	color:red;
	font-weight: bold;
}
