

#progressbar li.active a:before,
.jetmenu ul.dropdown li a:before,
.radio-input span:before {
    font-family: "FontAwesome";
}



.tabs-custom,
.tabs-custom a {
    background-color: #f6f9fd
}

.tabs a {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 15px
}

.tabs a.active:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    pointer-events: none
}

#msform,
#msform fieldset {
    width: 100%
}


#tab-2 #progressbar li {
    width: 17%
}

#progressbar {
    padding: 0 20px;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}

#progressbar li {
    text-align: center;
    list-style-type: none;
    color: #c0c4c8;
    font-size: 16px;
    width: 9.5%;
    float: left;
    position: relative
}

#progressbar li a {
    cursor: pointer
}

#progressbar li a:before {
    position: relative;
    z-index: 1;
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    font-size: 16px;
    color: #333;
    border: 1px solid #d1d4d7;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 5px
}

#msform {
    margin: 20px auto;
    text-align: center;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#progressbar li a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d1d4d7;
    position: absolute;
    left: -50%;
    top: 20px;
    z-index: 0
}

#progressbar li:first-child a:after {
    content: none
}

#progressbar li.active a {
    color: #27AE60!important
}

#progressbar li.active a:before,
#progressbar li.active:after {
    background: #27AE60!important;
    color: #fff
}

#progressbar li.active a:before {
    content: "\f00c";
    background: #27AE60;
    color: #fff
}

#progressbar li.select {
    color: #FF8038
}

#progressbar li.select a {
    display: block
}

#progressbar li.select a:after,
#progressbar li.select a:before {
    background: #FF8038;
    color: #fff
}

.radio-input {
    display: inline-block;
    cursor: pointer;
    color: #7f8ca6
}

.radio-input span:before {
    content: "\f10c";
    padding-right: 5px
}

.radio-input.checked span:before {
    content: "\f192"
}




@media (max-width:991px) {
    .left-menu-toggle {
        display: block
    }
    .left-menu {
        height: 0;
        overflow: hidden
    }
    .left-menu.expanded {
        height: auto
    }
    .left-menu>li>a {
        border-top: 0
    }
}

button {
	outline: none !important;
}
button:focus {
	outline: none !important;
}
@media screen and (max-width: 1230px) {
#progressbar li {

    width: 20%;

}
}
@media screen and (max-width: 900px) {
#progressbar li {

    width: 24%;

}
}