input[type='radio'] + label:hover{
    background-color:#ff389c;
    color:#ffffff;
}
input[type='radio']:checked + label{
    background-color:#f51f8a;
    color:#ffffff;
}
input[type='radio'] {
    display: none;
}
label{
    font-family:inherit;
}
input:not([type='submit']):not([type='button']):not([type='checkbox']), select{
    height:52px;
    border-radius: 4px;
    border: 2px solid #b3c1d3;
    padding: 6px 16px;
    font-family:inherit;
    width: 100%;
    box-shadow: inset 0 2px 0 rgba(0,47,107,.1) !important;
}
textarea {
    width: 100%;
    border: 2px solid #b3c1d3;
    box-shadow: inset 0 2px 0 rgba(0,47,107,.1) !important;
}
input[type='checkbox']{
    width: unset !important;
    height:13px;
}
.joint_individual label{
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}
.joint_individual .wpcf7-list-item{
    height: 60px;
    width: 25%;
    float: left;
    line-height: 60px;
    text-align: center;
    margin: 0px;
    display: inline-block;
}
.nav-step li{
    height: 40px;
    width: 20%;
    float: left;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    display: inline-block;
}

.list-tax li {
    height: 60px;
    width: 25%;
    float: left;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    display: inline-block;
}

.joint_individual,.list-tax,.nav-step {
    list-style: none;
    padding-left: 0;
}

.joint_individual,.list-tax li label,.nav-step li label {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0;
    background-color: #F3F3F3;
}

.next, #submit {
    float: right;
    margin-top: 20px;
}

.pre {
    float: left;
    margin-top: 20px;
}

.label-above {
    font-weight: 700;
    padding-left: 5px;
}
.progress, .progress-bar {
    border-radius: 10px;
}
div[class*="col-"] {
    margin-bottom: 15px;
}
.form-control-feedback {
    line-height: 52px;
    padding-right: 40px;
}
button[class*="add-"], button[class*="remove-"]{
    margin-top: 26px;
}
.title-border {
    border: 1px solid #2573cb;
    border-left: none;
    border-right: none;
    padding: 5px;
    margin-top: 25px;
}
button#add_applicant_4, button#remove_applicant_3 {
    margin: 0 5px;
}
.has-error .form-control {
    border-color: #a94442 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}