 
.tab-main {
    max-width: 1200px;
    width: 60%; 
    padding: 30px 0 0;
    background:#fff; 
    border-radius: 20px; margin: 70px auto; box-shadow: 0px 0px 15px #dadada;
}

.tab-main .tabs-button {
    display: inline-block;
    width: 100%;    width: 90%;
    margin: 3% 5% 20px;
    text-align: center;
}

.tab-main .prev-btn, .tab-main .submit-btn, .tab-main .next-btn {
    display: none;
}

.tab-main .prev-btn {
    float: left;
}

.tab-main .next-btn { 
}

.tab-main .tab-header{margin: 0% 20%;}
.tab-main .tab-title{margin: 0% 0%;
    background: #f5f5f5;
    display: flex;
    padding: 10px 85px;
    font-size: 18px;
    font-weight: 500;}
.tab-main .tab-body{margin: 0% 0%;}
.tab-main .tab-body {
    position: relative;
}

.tab-main .tab-body .tab {
    display: none;
}
.tab-main .tab-footer{margin: 0% 0%;}
.tab-main .tab-footer .submit-btn {
    float: right;
}

.tab-main .button {
    border: 1px solid #ed3833;
    background-color: #ed3833;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}


.tab-progressbar li {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    font-size: 16px;
    padding: 0 10px; 
    margin: 0% 1%;
    text-align: center;
    background: #d8d9da; 
}

.tab-progressbar span {
    background-color: #eee;
    padding: 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
}

.tab-progressbar {
    font-size: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    
    text-align: center;
}

.tab-progressbar li {
    list-style-type: none;
    color: #fff; 
    position: relative;
    border-radius: 5px;  padding: 10px 0px;

    text-align: center;
}

.tab-progressbar li img{}


.tab-progressbar li.active {
    cursor: pointer; 
    background: red;
}
 
.tab-progressbar li:before { 
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 13px;
    color: #333;
    background: #eee;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
}

.tab-progressbar li.active:before {
    cursor: pointer; 
    background: red;
}

.tab-progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -50%;
    top: 50%;
    z-index: -1;
    margin-top: -3px;
}

.tab-progressbar li:first-child:after {
    content: none;
}

.tab-progressbar li.active:before, .tab-progressbar li.active:after {
    background: #ee5d58;
    color: #fff;
    border-color: #ee5d58;
}

.tab-progressbar li.active.current:before {
     
    color: #333;
}

.btn {
    
}

.field_container {
    margin: 0 0 20px;
}

.field_container:last-child {
    margin-bottom: 0;
}

.form_heading {
    margin-bottom: 20px;
}

.form_field_wrapper {
    padding: 40px 100px; 
    margin-bottom: 20px;
}

.field_container label{ font-size: 14px;
    font-weight: 400;
    color: #676869;line-height: 34px;
 }
 .form-check{ display: inline-flex; margin-right: 20px; }
 .form-check .form-check-input {margin: 10px 10px 0px 0px; }

 .nav>li>a {padding: 10px 13px !important;}