.step {
    counter-reset: flag
}

.nav {
    padding-top: 24px;
}

.add-ste1divwidth {
    margin: 0 -75px;
}

.step.nav-stacked li+li {
    margin-top: 0
}

.step li {
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.step li a {
    cursor: default;
    padding: 0 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.step li a:before {
    content: counter(flag);
    counter-increment: flag;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    text-indent: -9999px;
}

.step li a:after {
    content: "";
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.step-arrow {
    margin: 20px 0
}

.step-arrow.unhover li a:hover,
.step-arrow.unhover li a:focus {
    background-color: #f6f6f6;
    color: silver
}

.step-arrow.unhover li a:hover:before,
.step-arrow.unhover li a:focus:before {
    background-color: #999;
    color: #fff
}

.step-arrow.unhover li:not(:last-child) a:hover:after,
.step-arrow.unhover li:not(:last-child) a:focus:after {
    background-color: #f6f6f6
}

.step-arrow li {
    padding-right: 20px
}

.step-arrow li:last-child {
    padding-right: 0
}

.step-arrow li:nth-child(n+2) a {
    margin-left: -20px;
    border-radius: 0
}

.step-arrow li:not(:last-child) a:after {
    position: absolute;
    top: -1px;
    right: -20px;
    width: 40px;
    height: 40px;
    transform: scale(.707) rotate(45deg);
    z-index: 1;
    background-color: #f6f6f6;
    border-radius: 0 5px 0 50px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: content-box
}

.step-arrow li:not(:last-child) a:hover:after {
    background-color: #007bff
}

.step-arrow li a {
    border-radius: 0;
    color: silver;
    background-color: #f6f6f6
}

.step-arrow li a:hover {
    background-color: #007bff;
    color: #fff
}

.step-arrow li a:hover:before {
    background: #fff;
    color: #007bff
}

.step-arrow li a:before {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    left: 3rem;
    font-weight: 700;
    font-size: 1rem;
    overflow: hidden;
    top: 10px;
    background: #999;
    color: #fff
}

.step-arrow li.active a:before {
    background: #fff;
    color: #007bff
}

.step-arrow li.active a:after {
    background-color: #007bff
}

.step-arrow li.active a,
.step-arrow li.active a:hover {
    background-color: #007bff;
    color: #fff
}

.step-arrow li.active a:before,
.step-arrow li.active a:hover:before {
    background-color: #fff;
    color: #007bff
}

.step-arrow li.active a:after,
.step-arrow li.active a:hover:after {
    background-color: #007bff !important
}

.step-square {
    margin-top: 40px
}

.step-square.nav-justified>li:hover a:before,
.step-square.nav-stacked>li:hover a:before,
.step-square.nav-justified>li:active a:before,
.step-square.nav-stacked>li:active a:before,
.step-square.nav-justified>li.active a:before,
.step-square.nav-stacked>li.active a:before {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff
}

.step-square.nav-justified>li:hover a:after,
.step-square.nav-stacked>li:hover a:after,
.step-square.nav-justified>li:active a:after,
.step-square.nav-stacked>li:active a:after,
.step-square.nav-justified>li.active a:after,
.step-square.nav-stacked>li.active a:after {
    background-color: #007bff
}

.step-square.nav-justified>li:first-child a:after,
.step-square.nav-stacked>li:first-child a:after {
    left: 50%;
    border-right: 1px solid #fff
}

.vertical.step-square.nav-justified>li:first-child a:after,
.vertical.step-square.nav-stacked>li:first-child a:after {
    top: 50%;
    height: 50%
}

.step-square.nav-justified>li:last-child a:after,
.step-square.nav-stacked>li:last-child a:after {
    right: 50%;
    border-left: 1px solid #fff
}

.vertical.step-square.nav-justified>li:last-child a:after,
.vertical.step-square.nav-stacked>li:last-child a:after {
    top: 0;
    height: 50%
}

.step-square.nav-justified>li>a,
.step-square.nav-stacked>li>a {
    color: #ababab
}

.step-square.nav-justified>li>a:hover,
.step-square.nav-stacked>li>a:hover {
    background-color: #fff;
    color: #007bff
}

.step-square.nav-justified>li>a:before,
.step-square.nav-stacked>li>a:before {
    position: absolute;
    z-index: 2;
    top: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    line-height: 20px;
    border: 1px solid #999
}

.vertical.step-square.nav-justified>li>a:before,
.vertical.step-square.nav-stacked>li>a:before {
    top: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 15px
}

.step-square.nav-justified>li>a:after,
.step-square.nav-stacked>li>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -35%;
    background-color: #ababab;
    z-index: 1;
    height: 2px;
    border: solid #fff;
    border-width: 0 1px
}

.vertical.step-square.nav-justified>li>a:after,
.vertical.step-square.nav-stacked>li>a:after {
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 26px;
    background-color: #ababab;
    border: 0
}

.step-square.nav-justified>li.active>a,
.step-square.nav-stacked>li.active>a,
.step-square.nav-justified>li.active>a:focus,
.step-square.nav-stacked>li.active>a:focus,
.step-square.nav-justified>li.active>a:hover,
.step-square.nav-stacked>li.active>a:hover {
    color: #007bff;
    background: 0 0
}

.vertical.step-square.nav-justified>li.active>a:after,
.vertical.step-square.nav-stacked>li.active>a:after,
.vertical.step-square.nav-justified>li.active>a:focus:after,
.vertical.step-square.nav-stacked>li.active>a:focus:after,
.vertical.step-square.nav-justified>li.active>a:hover:after,
.vertical.step-square.nav-stacked>li.active>a:hover:after {
    background-color: #007bff
}

.step-round {
    margin-top: 0px
}

.step-round>li:first-child>a:after {
    /*left: 17%;*/
    border-radius: 5px 0 0 5px;
    left: 50%;
    width: 50%;
}

.vertical.step-round>li:first-child>a:after {
    border-radius: 5px 5px 0 0
}

.step-round>li:last-child>a:after {
    right: 50%;
    width: 50%;
    border-radius: 0 5px 5px 0
}

.vertical.step-round>li:last-child>a:after {
    border-radius: 0 0 5px 5px
}

.step-round>li.active>a,
.step-round>li.active>a:hover,
.step-round>li.active>a:focus {
    background: 0 0;
    color: #007bff
}

.step-round>li.active>a:before,
.step-round>li.active>a:hover:before,
.step-round>li.active>a:focus:before {
    background-color: #fff;
    /* color: #fff; */
    /* box-shadow: 0 0 0 5px #ababab; */
    background-image: url(../images/asssticon2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.step-round>li.active>a:after,
.step-round>li.active>a:hover:after,
.step-round>li.active>a:focus:after {
    background-color: #007bff
}

.vertical.step-round>li.active>a:after,
.vertical.step-round>li.active>a:hover:after,
.vertical.step-round>li.active>a:focus:after {
    background-color: #007bff
}

.step-round>li>a {
    color: #999999;
    font-size: 16px;
}

.step-round>li>a:before {
    position: absolute;
    z-index: 2;
    top: 2.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #c8c8c8;
    line-height: 2rem;
    /*box-shadow: 0 0 0 5px #ababab*/
}

.vertical.step-round>li>a:before {
    top: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 15px
}

.step-round>li>a:after {
    position: absolute;
    left: 0;
    right: 0;
    /*top: -29%;*/
    background-color: #ababab;
    z-index: 1;
    bottom: -104%;
    height: 2px
}

.vertical.step-round>li>a:after {
    width: 8px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 22px;
    background-color: #ababab;
    border: 0
}

.step-round>li>a:after:after {
    background-color: #007bff
}

.step-round>li>a:hover {
    background: 0 0;
    color: #007bff
}

.step-round>li>a:hover:before {
    background-color: #007bff;
    color: #fff
}

.step-round>li>a:hover:after {
    background-color: #007bff
}

.step-progress {
    margin-top: 60px
}

.step-progress>li>a {
    color: #ababab;
    padding-top: 1.8rem
}

.step-progress>li>a:before {
    position: absolute;
    z-index: 2;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    line-height: 2rem;
    box-shadow: 0 0 0 5px #ababab
}

.step-progress>li>a:after {
    content: "";
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-color: #ababab;
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.step-progress>li>a span.caret {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(180deg);
    top: -4px
}

.step-progress>li>a:hover {
    background: 0 0;
    color: #007bff
}

.step-progress>li>a:hover:before {
    color: #fff;
    background-color: #007bff
}

.step-progress>li>a:hover:after {
    background-color: #007bff
}

.step-progress>li.active>a,
.step-progress>li.active>a:hover,
.step-progress>li.active>a:focus {
    color: #007bff;
    background: 0 0
}

.step-progress>li.active>a:before,
.step-progress>li.active>a:hover:before,
.step-progress>li.active>a:focus:before {
    background-color: #007bff;
    color: #fff
}

.step-progress>li.active>a:after,
.step-progress>li.active>a:hover:after,
.step-progress>li.active>a:focus:after {
    background-color: #007bff
}

.step-progress>li.active>a:after {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.step-progress>li:first-child a:after {
    border-radius: 5px 0 0 5px
}

.step-progress>li:last-child a:after {
    border-radius: 0 5px 5px 0
}

.pad-right0 {
    padding-right: 0;
}

.pad-left0 {
    padding-left: 0;
}

.mar-rile0 {
    margin-right: 0;
    margin-left: 0;
}

.pad-rile0 {
    padding-right: 0;
    padding-left: 0;
}

.btn-3698fb {
    background: #3698fb;
    font-size: 14px;
    border-color: #3698fb;
    color: #fff;
}

.btn-3698fb:hover,
.btn-3698fb:focus,
.btn-3698fb.focus {
    background-color: #3698fb;
    border-color: #3698fb !important;
    color: #fff;
}

.ass-company-form {
    padding-left: 40px;
    padding-right: 40px;
}

.settextrigh {
    text-align: right;
}


/* #hook-add-contact {
    position: absolute;
    right: 0;
    top: 21px;
} */

.set3div {
    padding: 0 25px;
}

.btn-2c8bff {
    background: #2c8bff;
    font-size: 14px;
    border-color: #2c8bff;
    color: #fff;
}

.btn-2c8bff:hover,
.btn-2c8bff:focus,
.btn-2c8bff.focus {
    background-color: #2c8bff;
    border-color: #2c8bff !important;
    color: #fff;
}

.set3inputf {
    width: 277px;
    text-align: right;
    padding-top: 11px;
}

.set3inputf a {
    color: #2da1ff;
}

.btn-next {
    background: #2c8bff;
    font-size: 18px;
    border-color: #2c8bff;
    color: #fff;
    padding: 11px 30px;
    margin: 0 17px;
}

.btn-next:hover,
.btn-next:focus,
.btn-next.focus {
    background-color: #2c8bff;
    border-color: #2c8bff !important;
    color: #fff;
}

.set4icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.step4-lose {
    color: #666;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}

.stet4-wxdiv {
    width: 705px;
    margin: 0 auto;
    overflow: hidden;
}

.stet4-wxdiv h3 {
    font-size: 16px;
    color: #077fdb;
    margin-bottom: 25px;
}

.stet4-wxdiv ul {
    padding-left: 0;
    margin-right: -35px;
}

.stet4-wxdiv ul li {
    float: left;
    width: 140px;
    height: 140px;
    list-style: none;
    margin-right: 44px
}

.stet4-wxdiv ul li img {
    width: 140px;
    height: 140px;
}

.ste4-btn {
    background: #2c8bff;
    /*font-size: 18px;*/
    border-color: #2c8bff;
    color: #fff;
    /*padding: 11px 58px;*/
}

.ste4-btn:hover,
.ste4-btn:focus,
.ste4-btn.focus {
    background-color: #2c8bff;
    border-color: #2c8bff !important;
    color: #fff;
}

.add-page-nav .active a:before {
    background: url(../../images/add-img6.png) no-repeat;
}

.add-page-nav .active.add-first a:before {
    background: url(../../images/add-img4.png) no-repeat;
}

.add-lin2:before {
    background-image: -moz-linear-gradient( 0deg, rgb(44, 139, 255) 0%, rgb(137, 188, 249) 34%, rgb(230, 236, 242) 60%, rgb(233, 238, 241) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(44, 139, 255) 0%, rgb(137, 188, 249) 34%, rgb(230, 236, 242) 60%, rgb(233, 238, 241) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(44, 139, 255) 0%, rgb(137, 188, 249) 34%, rgb(230, 236, 242) 60%, rgb(233, 238, 241) 100%);
}

.add-lin:before {
    background: #2c8bff;
}

.add-page-nav .active.add-last a:before {
    background: url(/images/add-img5.png) no-repeat;
}

.scrollItem {
    background: #2b8bff;
}

.chosen-container {
    width: 100% !important;
}