.add-services {
    padding-bottom: 45px;
    padding-top: 45px;
}
.add-services .wizard-steps {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border: 1px solid #EDF0F9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 75px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
    position: relative;
}
@media (max-width: 767.98px) {
    .add-services .wizard-steps {
        margin-bottom: 45px;
        margin-left: 0;
        margin-right: 0;
    }
}
.add-services .wizard-steps .wizard-steps-item {
    padding: 0;
}
.add-services .wizard-steps .wizard-steps-item:before {
    background-color: #4070FF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    content: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%;
}
.add-services .wizard-steps .wizard-steps-item .wizard-steps-item-box {
    border: 4px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0%;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .add-services .wizard-steps .wizard-steps-item .wizard-steps-item-box {
        position: static;
    }
}
.add-services .wizard-steps .wizard-steps-item .wizard-steps-item-box .number {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E7EEFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #636E9A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    height: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 17px;
    position: relative;
    width: 24px;
}
.add-services .wizard-steps .wizard-steps-item .wizard-steps-item-box .number:before {
    border-color: #4070FF;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 13px;
    left: 8px;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}
.add-services .wizard-steps .wizard-steps-item .wizard-steps-item-box .text {
    color: #636E9A;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    left: 50%;
    line-height: 1.25;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
@media (max-width: 1023.98px) {
    .add-services .wizard-steps .wizard-steps-item .wizard-steps-item-box .text {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .add-services .wizard-steps .wizard-steps-item .wizard-steps-item-box .text {
        display: none;
    }
}
.add-services .wizard-steps .wizard-steps-item.current .wizard-steps-item-box {
    border-color: #4070FF;
}
.add-services .wizard-steps .wizard-steps-item.current .number {
    background-color: white;
    color: #4070FF;
}
.add-services .wizard-steps .wizard-steps-item.current .text {
    color: #2B2B47;
}
@media (max-width: 767.98px) {
    .add-services .wizard-steps .wizard-steps-item.current .text {
        display: block;
    }
}
.add-services .wizard-steps .wizard-steps-item:not(:first-child).current .wizard-steps-item-box {
    background-color: #4070FF;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.add-services .wizard-steps .wizard-steps-item.done:before {
    content: "";
}
.add-services .wizard-steps .wizard-steps-item.done .wizard-steps-item-box {
    border-color: #4070FF;
}
.add-services .wizard-steps .wizard-steps-item.done .number {
    background-color: white;
    color: white;
}
.add-services .wizard-steps .wizard-steps-item.done .number:before {
    content: "";
}
.add-services .wizard-steps .wizard-steps-item.done .text {
    color: #2B2B47;
}
.add-services .wizard-steps .wizard-steps-item.done + .done:before {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    left: 20%;
}
.add-services .wizard-steps .wizard-steps-item.done + .done + .done:before {
    left: 40%;
}
.add-services .wizard-steps .wizard-steps-item.done + .done + .done + .done:before {
    left: 58%;
}
@media (max-width: 767.98px) {
    .add-services .wizard-steps .wizard-steps-item.done + .done + .done + .done:before {
        left: 57%;
    }
}
.add-services .wizard-steps .wizard-steps-item.done + .done + .done + .done + .done:before {
    left: 78%;
}
@media (max-width: 767.98px) {
    .add-services .wizard-steps .wizard-steps-item.done + .done + .done + .done + .done:before {
        left: 76%;
    }
}
.add-services .wizard-steps .wizard-steps-item.done.stop-done:before {
    width: 20% !important;
}
.add-services .wizard-steps .wizard-steps-item.error .number {
    border-color: #F2526E;
    color: #F2526E;
}
.add-services .wizard-steps .wizard-steps-item.error .text {
    color: #F2526E;
}
/*Steps end*/
.main {
    min-height: 800px;
}
ul.nav-list li a:before {
    display: none;
}
aside ul.nav-list > li > a {
    padding-left: 0;
}
