.step-title {
    text-align: center;
}
.wizard > .steps .number {
    display: none;
}
.wizard > .steps > ul > li {
    width: 100%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: none;
    text-align: center;
    /*padding: 0;*/
    background: transparent;
    color: #333;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
    display: block;
    background: transparent;
    color: #333;
}
.wizard > .content {
    background: transparent;
    /*min-height: 56vh;*/
}
.wizard > .actions {
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
.wizard > .actions a {
    background-color: rgba(10, 10, 10, 1);
    border-radius: 0;
}

.wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: rgba(10, 10, 10, 0.5);
    border-radius: 0;
}

/*.wizard > .content > .body label:not(.choice-btn) {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

fieldset.amenity-types{
    border: 1px solid #d6ad60;
    margin: 0;
    padding: 12px 14px;
    height: 100%;
}

.amenity-list {
}

.amenity-list input[type="checkbox"] {
    margin-bottom: 0;
    margin-top: 6px;
}

.wizard > .content > .body label.error {
    display: none!important;
}


@media screen and (max-width: 39.9375em) {
    .choice-container, .box-container, #basic-info-container {
        margin-bottom: 10vh;
    }
}