#responsive-form {
margin: 0 auto;
width: 100%;
}
.form-row {
width: 100%;
}
.column-half, .column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7 input,  select {
    margin-top: 0 !important;
    border: 1px solid #999;
    height: 3.5rem;
}
.wpcf7 input[type='submit'] {
    margin-top: 0 !important;
    border: 0px;
    height: 4rem;
	background:#143e76!important;
	color:#fff!important;
	width: 100% !important;
cursor:pointer;
}
.wpcf7 input[type='submit']:hover {
	background:#325078!important;
	color:#fff!important;
}
.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    display: block;
background: #184075;

    margin-top: 3px;
    padding: 5px 10px 5px 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border: none;
}
.wpcf7-response-output {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    display: block;
background: #184075;
    margin-top: 3px;
    padding: 5px 10px 5px 10px;
    display: flex;
	width: max-content;
	    border: none;
	    border-radius: 3px;
}
.wpcf7-response-output {
    border: none;
    font-size: 15px;
    border-radius: 3px;
}
.wpcf7 input,  select {
    margin-top: 0!important;
    border: 0px solid #999!important;
    height: 3.5rem;
    width: 100%;
    background: #e0e4e9c2;
border-radius: 5px;
padding:20px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 12.5rem;
    margin-top: 0!important;
    border: 0px solid #999!important;
    width: 100%;
    background: #e0e4e9c2;
    border-radius: 5px;
padding:20px;
}
.myformlabel {
    font-size: 16px;
    margin-bottom: 5px;
    color: #184075;
}