#wizard {
    margin-top: 120px;
    margin-bottom: 100px;
}

#wizard .wizard {
    background-color: #151C24;
    margin-bottom: 50px;
}

#wizard h2.title {
    font-size: 30px;
    line-height: 150%;
    font-weight: 300;
    padding: 0;
    text-align: center;
    margin: 60px 0;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(244, 174, 25, 0.2);
    background: linear-gradient(to right, #ADF739 0%, #57CE64 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 10px rgba(251, 230, 79, 0.2);
}

#wizard h2 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    color: #30373d;
    text-transform: uppercase;
}

#wizard h4 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: linear-gradient(to right, #ADF739 0%, #57CE64 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
}

#wizard hr {
    transform: rotate(90deg);
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #ADF739, #57CE64);
    border-image-slice: 1;
    width: 60px;
}

/*
    Common 
*/
.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a, .tabcontrol a {
    outline: 0;
}

.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wizard ul>li, .tabcontrol ul>li {
    display: block;
    padding: 0;
    flex-grow: 1;
    flex-basis: 0;
}

/* Accessibility */
.wizard>.steps .current-info, .tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.content>.title, .tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}

/*
    Wizard
*/
.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard>.steps .number {
    font-size: 1.429em;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}

.wizard>.steps>ul>li {
    width: 25%;
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
}

.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    display: block;
    width: auto;
    padding: 1em 1em;
    text-decoration: none;
}

.wizard>.steps .disabled a, .wizard>.steps .disabled a:hover, .wizard>.steps .disabled a:active {
    background: transparent;
    color: #313a46;
    cursor: default;
    pointer-events: none;
}

.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
    background: #3960d1;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active {
    background: #e2e2e2;
    color: #313a46;
}

.wizard>.steps .error a, .wizard>.steps .error a:hover, .wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard>.content {
    display: block;
    margin: 0.5em;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.content h3 {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.wizard>.content .progress {
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.wizard>.content .progress-bar {
    background: linear-gradient(179.01deg, #ADF739 12.87%, #57CE64 84.85%);
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.wizard>.content .progress-bar.col-3 {
    width: 25%;
}

.wizard>.content .progress-bar.col-6 {
    width: 50%;
}

.wizard>.content .progress-bar.col-9 {
    width: 75%;
}

.wizard>.content .progress-bar.col-12 {
    width: 100%;
}

.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard>.content>.body {
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wizard>.content>.body.choices {
    width: max-content;
    margin: 0 auto;
    flex-direction: column;
}

.wizard>.content>.body.cols-2,.wizard>.content>.body.cols-3 {
    display: grid;
    grid-gap: 15px 100px;
}

.wizard>.content>.body.cols-2>.item,.wizard>.content>.body.cols-3>.item {
    margin: 0 !important;
}

.wizard>.content>.body.cols-2 {
    grid-template-columns: repeat(2, 150px);
}

.wizard>.content>.body.cols-3 {
    grid-template-columns: repeat(3, 150px);
}

@media (max-width: 991px) {
    .wizard>.content>.body.cols-3 {
        grid-template-columns: repeat(2, 150px);
    }

    @media (max-width: 639px) {
        .wizard>.content>.body.cols-2,.wizard>.content>.body.cols-3 {
            grid-template-columns: repeat(1, max-content);
        }
    }
}

.wizard>.content>.body ul {
    list-style: disc !important;
}

.wizard>.content>.body ul>li {
    display: list-item;
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc;
}

.wizard>.content>.body input[type="radio"], .wizard>.content>.body input[type="checkbox"] {
    display: none;
}

.wizard>.content>.body input[type="radio"]+label:before, .wizard>.content>.body input[type="checkbox"]+label:before {
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    border: 2px solid #ADF739;
    color: #ADF739;
    content: '';
    z-index: 1;
    border-radius: 5px;
}

.wizard>.content>.body input[type="radio"]+label:before {
    border-radius: 50%;
}

.wizard>.content>.body input[type="radio"]:checked+label:after, .wizard>.content>.body input[type="checkbox"]:checked+label:after
    {
    position: absolute;
    z-index: 2;
}

.wizard>.content>.body input[type="radio"]:checked+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ADF739;
    top: 8px;
    left: 8px;
    border-radius: 50%;
}

.wizard>.content>.body input[type="checkbox"]:checked+label:after {
    font-family: FontAwesome;
    content: '\f00c';
    top: 0;
    left: 5px;
    width: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #ADF739;
}

.wizard>.content>.body input[type="radio"]+label, .wizard>.content>.body input[type="checkbox"]+label {
    padding-left: 40px;
    position: relative;
    z-index: 2;
    display: block;
    line-height: 25px;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.wizard>.content>.body input[type="radio"]+label:hover, .wizard>.content>.body input[type="checkbox"]+label:hover {
    text-decoration: underline;
}

.wizard>.content>.body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard>.content>.body>.item {
    display: block;
    position: relative;
    float: none;
}

.wizard>.content>.body>.item:not(.col-md-4) {
    margin: 15px;
    width: max-content;
}

@media (min-width: 992px) {
    .wizard>.content>.body>.item.col-md-4 {
        width: 30%;
    }
}

.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 35px;
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
    margin-bottom: 10px;
}

.wizard>.actions>ul>li {
    margin: 0 0.5em;
    display: inherit;
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em;
}

.wizard>.actions a {
    position: relative;
    border-radius: 30px;
    color: #ADF739;
    border: 2px solid transparent;
    display: inline-block;
}

.wizard>.actions a span {
    display: inherit;
    position: relative;
    padding: 15px 45px;
    background: linear-gradient(to left, #151C24 0%, #151C24 25%, #57CE64 75%, #ADF739 100%);
    background-position: right;
    background-size: 400%;
    background-clip: padding-box;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    z-index: 2;
    border-radius: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}

.wizard>.actions a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(114.77deg, #ADF739 12.87%, #57CE64 84.85%);
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}

.wizard>.actions a:hover, .wizard>.actions a:active {
    color: #fff;
    box-shadow: 0px 0px 10px rgba(173, 247, 57, 0.2);
}

.wizard>.actions a:hover span, .wizard>.actions a:active span {
    background-position: left;
}

.wizard>.actions>ul>li:first-of-type a {
    color: #C4C4C4;
}

.wizard>.actions>ul>li:first-of-type a:before {
    background: currentcolor;
}

.wizard>.actions>ul>li:first-of-type a:hover {
    color: #57CE64;
}

.wizard>.actions>ul>li:first-of-type a:hover:before,
.wizard>.actions>ul>li:first-of-type a:hover span {
    background: white;
}

.wizard>.actions>ul>li.disabled a {
    cursor: not-allowed;
    color: #C4C4C4 !important;
    opacity: .5;
}

.wizard>.actions>ul>li.disabled a:before {
    background: currentcolor !important;
}

.wizard>.actions>ul>li.disabled a span {
    background: #151C24 !important;
}

/*
    Tabcontrol
*/
.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none;
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol>.content>.body ul {
    list-style: disc !important;
}

.tabcontrol>.content>.body ul>li {
    display: list-item;
}

@media only screen and (max-width: 1024px) {
    #wizard h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    #wizard h1 {
        padding: 0;
        font-size: 24px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 425px) {
    #wizard h1 {
        font-size: 20px;
        letter-spacing: 0.2em;
    }
}

@media only screen and (max-width: 320px) {
    #wizard h1 {
        font-size: 16px;
    }
}