body {
    position: relative;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.margin-top-10 {
    margin-top: 10px;
}

.btsq,
.btsqp {
    /* border-left: 1px solid #bbb; */
    box-shadow: 0 1px 2px #cacaca;
    -moz-box-shadow: 0 1px 2px #cacaca;
}

.mg20 {
    margin-top: 20px;
}

.radio-inline {
    line-height: 20px;
}

.align-left {
    text-align: left;
}

.btsq h3,
.bt-items h3,
.btsqr h3,
.btsqc h3,
.btsqcl h3,
.btsqw h3,
.btsqp h3 {
    text-align: center;
    margin-bottom: 40px;
}

.btsq .form-group {
    padding: 20px 10px;
}

.btsq .button {
    padding: 30px 70px;
}

.btsqc .button,
.btsqcl .button,
.btsqw .button {
    width: 50%;
    margin: 0 auto;
}

.bt-heading {
    margin-bottom: 0px;
    color: #646465;
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}

.btsqc div.list {
    padding: 10px 5%;
}

.red {
    color: #FF0000;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.5px;
}

h5.title {
    font-size: 16px;
    margin: 5px 0px 10px;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: #6B6B6B;
}

.jumbotron {
    background: url(../picture/banner.jpg) no-repeat left top;
}

.btsqw img {
    border-radius: 12px;
    transition-duration: 0.3s;
}

.btsqp .steps {
    margin-bottom: 50px;
}

.btsqp .step1_right .form-group {
    padding-top: 25px;
}

.btsqp .control-label {
    height: 35px;
    line-height: 35px;
}

.footer-top {
    background: #323B44;
    border-bottom: 1px solid #414f5a;
    color: #A1A1A1;
    padding: 50px 0;
}

.footer-bottom {
    background: #25292C;
    color: #888;
    line-height: 30px;
    padding: 15px;
}

.footer li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.5em;
}

.footer li a {
    color: #A1A1A1;
}


/* -------------------------- */

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.step-slide {
    text-align: center;
    font-weight: bold;
}

.modal-steps {
    display: flex;
}

.dot:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #EAEAEA;
}

.dot {
    background-color: #EAEAEA;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    top: .125em;
    z-index: 2;
    margin: auto;
    border: 1px solid;
    border-color: #EAEAEA;
}

.step::before {
    position: absolute;
    border: 1px solid;
    height: 1px;
    display: block;
    z-index: 1;
    top: 11px;
    content: '';
    border-color: #EAEAEA;
}


/* .step::before {
  
} */

.step::before {
    width: 100%;
    z-index: -1;
}

.step:last-child::before {
    width: 50% !important;
}

.step:nth-child(2)::before {
    width: 100%;
}

.step::after {
    width: 0%;
}

.completed .dot::before {
    /* width: 200%; */
    background-color: #39c0ba;
}

.current .dot {
    border-color: #39c0ba;
}

.step::after {
    position: absolute;
    /* border: 1px solid; */
    height: 2px;
    display: block;
    z-index: 1;
    top: 11px;
    content: '';
    /* border-color: #EAEAEA; */
    background-color: #39c0ba;
}

.step::after {
    /* width: 50%; */
    left: 0;
    transition: 0.2s linear;
    width: 0%;
}

.step:first-child::before,
.step:first-child::after {
    /* width: 50%!important; */
    left: unset;
    right: unset;
    -webkit-transform: translateX(51%);
    -ms-transform: translateX(51%);
    transform: translateX(51%);
}

.step:last-child::before,
.step:last-child::after {
    /* width: 50%!important; */
    left: 0;
}

.step-title {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: .8rem;
}

.step {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: center; */
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.label {
    font-size: 12px;
    display: block;
    margin: .5em 0;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.step .label {
    color: #646465;
}

.step-main>.step-slide {
    display: none;
}

.step-main {
    width: 100%;
    position: relative;
}

.step-slide {
    position: absolute;
    width: 100%;
}


/* .step-slide{
    height: 400px;
} */

.modal-steps .step.completed::after {
    width: 100% !important;
}

.modal-steps .step.current::after {
    width: 50%;
}

.step.current:first-child:after {
    width: 0%;
}

.step.completed:first-child:after {
    width: 50% !important;
}

.unVisible {
    opacity: 0;
}