.display-none {
    display: none;
}
.multi-wizard-step p {
    margin-top: 12px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    position: relative;
    width: 100%;
}
.multi-wizard-step button[disabled] {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 1px;
    z-order: 0;
    position: absolute;
    background-color: #626262;
}
.main-color {
    color: #737D67;
}
.main-color-2 {
    color: #626262;
}

.multi-wizard-step {
    text-align: center;
    position: relative;
    display: table-cell;
}

.btn-fayez {
    color: #fff;
    background-color: #6c775f;
    border-color: #6c775f;
}


.btn-fayez-def {
    color: #fff;
    background-color: #c7c7c7;
    border-color: #c7c7c7;
}
