/* ================cus css for donot ================= */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
    display: none;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    Background-color: #ccc;
    z-order: 0;
}

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

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.cus-next-btn {
    Background: linear-gradient(90deg, rgba(49, 57, 182, 0.9948354341736695) 25%, rgba(0, 187, 248, 1) 100%);
    border: unset;
    padding: 5px 30px;
    color: #fff;
    border-radius: 30px;
}

@media only screen and (min-width:200px) and (max-width:567px) {
    .cus-next-btn {
        padding: 5px 15px;
    }
}

/* ==============================Cus css for comapny  */


.stepwizardd-step p {
    margin-top: 10px;
}
.stepwizardd-row {
    display: table-row;
    display: none;
}
.stepwizardd {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizardd-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizardd-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizardd-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circlee {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* ================================cus css for trust ============ */

.stepwizarddt-step p {
    margin-top: 10px;
}
.stepwizarddt-row {
    display: table-row;
    display: none;
}
.stepwizarddt {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizarddt-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizarddt-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizarddt-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circleet {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}