.wizard-container {
    z-index: 3;
}

.nav-pills {
    background-color: #19aaf8;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 40px;
    text-align: center;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li > a {
    padding: 0;
    max-width: 78px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: relative;
    top: -32px;
    z-index: 100;
}

.nav-pills > li > a:after {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -1px;
    top: -4px;
    transform: scale(0);
    transition: .2s all linear;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.2);
    outline: 0 !important;
    cursor: pointer;
}

.nav-pills > li.active > a:after {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: -2px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transition: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: transparent;
    font-size: 15px;
    -webkit-transition: font-size 0.2s linear;
    -moz-transition: font-size 0.2s linear;
    -o-transition: font-size 0.2s linear;
    -ms-transition: font-size 0.2s linear;
    transition: font-size 0.2s linear;
}

.nav-pills > li.active > a [class*="ti-"],
.nav-pills > li.active > a:hover [class*="ti-"],
.nav-pills > li.active > a:focus [class*="ti-"] {
    color: #FFFFFF;
    font-size: 24px;
    top: 21px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wizard-card {
    min-height: 410px;
}

.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .iconcircle {
    font-size: 20px;
    border: 3px solid #19aaf8;
    text-align: center;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    top: 7px;
    padding: 6px;
}

.wizard-card .iconcircle [class*="icon-"] {
    color: #19aaf8;
}

a.active > .iconcircle {
    background: #19aaf8;
}

a.active > .iconcircle [class*="icon-"] {
    color: #fff;
}

.wizard-card[data-color="orange"] .nav-pills > li.active > a:after {
    background-color: #1AACFF;
}

.wizard-card[data-color="orange"] .nav-pills > li.active > a {
    color: #1AACFF;
}

.wizard-card[data-color="orange"] .nav-pills .iconcircle.checked {
    border-color: #1AACFF;
}

.wizard-card[data-color="orange"] .choice.active .card-checkboxes {
    color: #1AACFF;
}

.wizard-card[data-color="orange"] .wizard-navigation .progress-bar {
    background-color: #1AACFF;
}

.wizard-card .tab-content {
    min-height: 435px;
    padding: 105px 20px 10px;
}

.wizard-card .wizard-footer {
    padding: 0 15px 5px;
}

.wizard-card .disabled {
    display: none;
}

.wizard-card .wizard-header {
    padding: 15px 15px 15px 15px;
    position: relative;
    border-radius: 3px 3px 0 0;
    z-index: 3;
}

.wizard-card .wizard-header h3 {
    text-align: center;
}

.wizard-card .wizard-title {
    color: #252422;
    font-weight: 300;
    margin: 0;
}

.wizard-card .category {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
    text-align: center;
}

.wizard-card .wizard-navigation {
    position: relative;
}

.wizard-card .wizard-navigation .progress-with-circle {
    position: relative;
    top: 40px;
    z-index: 50;
    height: 4px;
}

.wizard-card .wizard-navigation .progress-with-circle .progress-bar {
    box-shadow: none;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

.wizard-card .info-text {
    text-align: center;
    padding-bottom: 18px;
    padding-top: 12px;
}

.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 38px;
}

.wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    border-radius: 50%;
    background-color: #19aaf8;
    color: #FFFFFF;
    margin: 0 auto 20px;
    border: 4px solid #19aaf8;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-card .choice i {
    font-size: 32px;
    line-height: 55px;
}

.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
    border-color: #2ca8ff;
}

.wizard-card .choice input[type="radio"],
.wizard-card .choice input[type="checkbox"] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}

.wizard-card .description {
    color: #19aaf8;
    font-size: 14px;
}

.footer {
    position: relative;
    bottom: 20px;
    right: 0px;
    width: 100%;
    color: #FFFFFF;
    z-index: 4;
    text-align: right;
    margin-top: 60px;
    text-shadow: 0 1px 3px black;
}

.footer a {
    color: #FFFFFF;
}

.footer .heart {
    color: #FF3B30;
}

@media (max-width: 768px) {
    .main .container {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn-wd {
        min-width: 140px;
    }
}
