.wizard-container {
    padding-top: 100px;
    z-index: 3;
}
.wizard-card {
    min-height: 410px;
    box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.57);
}
.card {
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.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[data-color="azure"] .wizard-navigation .progress-bar {
    background-color: #7A9E9F;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.nav-pills {
    background-color: #F3F2EE;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 40px;
    text-align: center;
}
.wizard-card[data-color="azure"] .nav-pills > li.active > a {
    color: #7A9E9F;
}
.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;
}
.wizard-card[data-color="azure"] .nav-pills .icon-circle.checked {
    border-color: #7A9E9F;
}
.wizard-card .icon-circle {
    font-size: 20px;
    border: 3px solid #F3F2EE;
    text-align: center;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    width: 70px;
    height: 70px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    top: -2px;
}
.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 .icon-circle [class*="ti-"] {
    position: absolute;
    z-index: 1;
    left: 1px;
    right: 0px;
    top: 23px;
}
.wizard-card[data-color="azure"] .nav-pills > li.active > a:after {
    background-color: #7A9E9F;
}
.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 > 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 + 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;
}
.wizard-card[data-color="azure"] .nav-pills .icon-circle.checked {
    border-color: #7A9E9F;
}
.wizard-card .tab-content {
    min-height: 435px;
    padding: 105px 20px 10px;
}
.wizard-card .info-text {
    text-align: center;
    padding-bottom: 18px;
    padding-top: 12px;
}
.form-control, .input-group-addon {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.wizard-card .wizard-footer {
    padding: 0 15px 5px;
}

.tab-form label {
    font-family: 'Lora' !important;
}
.btn-previous {
    border-radius: 20px;
    box-sizing: border-box;
    border-width: 2px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 18px;
    border-color: #66615B;
    color: #66615B;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
.btn-next,.btn-finish {
    color: #FFFFFF;
    background-color: #7A9E9F;
    border-radius: 20px;
    box-sizing: border-box;
    border-width: 2px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 18px;
    border-color: #66615B;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}