.breadcrumb-tow{
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}
.breadcrumb-tow .flex-class{
	justify-content: space-between;
	align-items: center;
}
.breadcrumb-title span,
.breadcrumb-title a {
	padding: 15px 0;
	line-height: 20px;
	color: #008bea;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}
.breadcrumb-content a:hover {
	color: #333;
}
.contact-wrap h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
}
.contact-wrap{
	margin-bottom: 40px;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
}

span.wpcf7-form-control-wrap.your-email,
span.wpcf7-form-control-wrap.your-tel {
    margin-right: 0;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 120px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #f9f9f9;
}

span.wpcf7-form-control-wrap.quiz {
    width: 100%;
    margin: 0;
}

span.wpcf7-form-control-wrap.your-message {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

input.wpcf7-form-control.wpcf7-submit {
    float: right;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px;
	background: #fff;
	border: 2px solid #e9e9e9;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f37022;
}

div.wpcf7-response-output {
    float: left;
    clear: both;
    margin: 0;
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {

    .contact-wrap .col-lg-3 ,
    .contact-wrap .col-lg-9 {
        width: 100%;
    }
    .contact-wrap h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 480px) {
    .contact-wrap .wpcf7-form-control-wrap{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}