.wrp-step-title{
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.wrp-step-title::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
    background-color: #cfcfcf;
}
.step-title{
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 21px;
}
.step:hover .step-title {
    color: #b4b75f;
}
.step:hover .wrp-step-title::before{
    background-color: #b4b75f;
}
/*.el-radio,.el-checkbox__label {*/
.el-radio,.el-checkbox {
    white-space: unset;
}
.el-radio-title{
    font-size: 18px;
}
.el-radio-info{
    font-size: 12px;
}

.el-card-transparent{
    background-color: transparent;
}
.el-card-transparent .step-title{
    background-color: #f5f1e9;
}
.online-form-price{
    text-align: center;
    font-size: 48px;
    color: #b4b75f;
    font-weight: bold;
}
.el-card__header {
    border-color: #b4b75f;
}

@media(max-width:991px){
    .step-title{
        font-size: 18px;
    }
}
.vc-container.vc-is-expanded{
    border: unset;
}

.wrp-select-custom-time {
    width: fit-content;
    margin: 0 auto;
}
.wrp-select-custom-time input{
    max-width: 100px;
}
.wrp-select-custom-time .select-custom-hours input{
    border-radius: 4px 0px 0px 4px;
    border-right: unset;
}
.wrp-select-custom-time .select-custom-minute input{
    border-radius: 0px 4px 4px 0px;
}
