/*----------step-wizard------------*/
.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}
.signup-step-container {
    padding: 30px 0px 0px 0px;
    width: 100%;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 66%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 600;
    border: 1px solid #ddd;
}
span.round-tab i {
    color: #555555;
}
.wizard li.active span.round-tab {
    background: #ed1c2e;
    color: #fff;
    border-color: #ed1c2e;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
    color: #ed1c2e;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: ' ';
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i {
    position: absolute;
    top: -20px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    left: 20px;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}
/*.prev-step,
     .next-step {
        font-size: 13px;
        padding: 8px 24px;
        border: none;
        border-radius: 4px;
        margin-top: 30px;
    } */

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check {
    font-size: 14px;
    font-weight: 400;
}
.footer-link {
    margin-top: 30px;
}

.list-content {
    margin-bottom: 10px;
}
.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded='true'] i {
    transform: rotate(180deg);
}
.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box {
    padding: 10px;
}
.signup-logo-header .logo_area {
    width: 200px;
}
.signup-logo-header .nav > li {
    padding: 0;
}
.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li {
    display: inline-block;
}
.pull-right {
    float: right;
}
