.modal-content {
	padding: 30px;
}
.modal-content h2 {
	text-align: center;
	margin-bottom: 30px;
}
.modal-close .fa {
	position: static;
}
.wpcf7 .cf7mls {
	/* width: 530px; */
	max-width: 100%;
	margin: 0;
}
.wpcf7 .cf7mls .fieldset-cf7mls-wrapper {
	width: 100%;
}
.wpcf7 .cf7mls fieldset {
	padding: 0;
}
.wpcf7 .cf7mls .f-group {
	margin: 0 0 15px;
	width: 100%;
}
.wpcf7 .cf7mls ._title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.wpcf7 .cf7mls ._text {
	margin-bottom: 20px;
}
.wpcf7 .cf7mls ._label {
	font-weight: bold;
	margin-bottom: 10px;
}
.wpcf7 .cf7mls ._label .required {
	color: red;
}
.wpcf7 .cf7mls .f-group .wpcf7-form-control-wrap select, 
.wpcf7 .cf7mls .f-group .wpcf7-form-control-wrap textarea, 
.wpcf7 .cf7mls .f-group .wpcf7-form-control-wrap input[type="tel"], 
.wpcf7 .cf7mls .f-group .wpcf7-form-control-wrap input[type="email"], 
.wpcf7 .cf7mls .f-group .wpcf7-form-control-wrap input[type="text"] {
	padding: 12px 20px;
	height: 50px;
	font-size: 15px;
}
.wpcf7 .cf7mls .f-group .wpcf7-form-control-wrap textarea {
	height: 120px;
}
.wpcf7 .cf7mls .f-radioboxs,
.wpcf7 .cf7mls .f-checkboxs {
	
}
.wpcf7 .cf7mls .f-radioboxs .f-radiobox,
.wpcf7 .cf7mls .f-checkboxs .f-checkbox {
	margin: 0 0 5px;
	display: flex;
	align-items: baseline;
}
.wpcf7 .cf7mls .f-radioboxs .f-radiobox label,
.wpcf7 .cf7mls .f-checkboxs .f-checkbox label {
	position: static;
	color: #475468;
	font-size: 15px;
	padding: 0;
	margin-left: 10px;
	font-weight: normal;
}
.wpcf7 .cf7mls .cf7mls-btns {
	min-height: 50px;
	display: flex;
	align-items: center;
}
.wpcf7 .cf7mls .cf7mls-btns .cf7mls_next.action-button,
.wpcf7 .cf7mls .cf7mls-btns .cf7mls_back.action-button {
	margin: 0;
	padding: 14px 20px;
	font-weight: normal;
	width: auto;
	float: none;
}
.wpcf7 .cf7mls .cf7mls-btns .cf7mls_next.action-button {
	order: 0;
}
.wpcf7 .cf7mls .cf7mls-btns .cf7mls_back.action-button {
	order: 1;
	padding: 0;
	margin-left: 10px;
	background: none;
	color: #333;
}
.wpcf7 .cf7mls .cf7mls-btns .cf7mls_back.action-button:hover {
	color: #f86614;
}
.wpcf7 .cf7mls button {
	margin: 0;
	padding: 14px 20px;
	font-weight: normal;
	width: auto;
	float: none;
}
.wpcf7 .cf7mls .cf7mls_back {
	order: 1;
	padding: 0;
	margin-left: 10px;
	background: none;
	color: #333;
}
.wpcf7 .cf7mls .cf7mls_back:hover {
	color: #f86614;
}
.wpcf7 .cf7mls button img {
	display: none !important;
}
.wpcf7 .cf7mls button:after {
	display: none;
}
.wpcf7 .cf7mls p {
	margin: 0 !important;
}
.wpcf7 .cf7mls .wpcf7-response-output {
	margin: 10px 0 0;
	width: 100%;
}
.wpcf7 .cf7mls .wpcf7-response-output svg {
	display: none;
}
@media (max-width: 545px) {
	.modal-content {
		padding: 20px;
	}
}