.sp {
    display: none;
}

@media screen and (max-width: 860px) {
    .sp {
        display: block;
    }
}

.background-white {
    background-color: #fff;
    height: 480px;
}

.propertyAlerts-headline {
    font-size: 20px;
    font-weight: 500;
    font-family: "jost", serif;
    vertical-align: middle;
}

.step__list {
    flex-flow: nowrap;
    column-gap: 8px;
    padding: 0 21.5% 0 20%;;
}

.step__list:after {
    width: 32%;
    max-width: 470px;
    min-width: 390px;
}

.step__item__text {
    width: 122px;
}

.tr_criteria {
    display: flex;
}

.tr_Area {
    width: 80%;
}

.text-box {
    margin-bottom: 64px;
}

.formBtn p input[type=submit] {
    width: 180px;
}

.mt150 {
    margin-top: 150px;
}

.hidden {
    overflow: hidden;
    display: block!important;
}

.register-box {
    padding: 30px;
    margin-bottom: 64px;
    background: rgba(239, 241, 245, 1);
}

.register-text {
    font-weight: 500;
    font-family: "Jost",serif;
    font-size: 20px;
    color: rgba(0, 35, 104, 1);
    padding-bottom: 20px;
}

.property-items {
    padding: 24px 0;
    border-top: 1px solid rgba(216, 216, 216, 1);
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    width: 400%;
}

.property-items:last-child {
    border-top: none;
}

.property-item {
    padding-bottom: 17px;
}

.inputCheck--circle + label {
    width: 100%;
    padding-bottom: 10px;
}

.inputCheck--circle + label:before {
    top: -3px;
}

.inputCheck--circle + label:after {
    top: 5px;
}

table tr i {
    padding-left: 5px;
}

table tr.completeLabel i .colorComplete {
    display: inline-block;
    font-size: 14px;
}

.flex-header {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 860px) {
    .step__list:after {
        width: 250px;
        min-width: initial;
    }

    .step__item {
        margin-left: 0;
    }

    .step__item__text {
        width: 65px;
    }

    .register-box {
        padding: 30px 15px;
        margin-bottom: 32px;
    }

    .propertyAlerts-headline {
        width: auto;
        border-bottom: 0;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        padding-top: 0;
    }

    .flex-header {
        display: block;
    }

    .tableForm th {
        padding-bottom: 16px;
    }
}
