.indicator {
	margin-bottom: -6px;
}

.indicator .row {
	height: 44px;
}

.firstFull {
	z-index: 50;
    background: linear-gradient(
        to right, 
        #322332 0%, 
        #322332 50%, 
        #fff 50%, 
        #fff 100%
    );
}

.firstFull .lgi_white {
	background: none;
}

.step-indicator-smart {
	font-family: 'VM Circular Book', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
	width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 41.5px;
    box-shadow: 0 2px 31px 0 rgba(218, 218, 218, 0.5);
    border: solid 1px #dedede;
    background-color: #ffffff;
}

.step-smart {
	background: #fff;
	height: 65px;
	color: #999999;
	text-decoration: none;
	display: flex;
    flex-direction: column;
	float: left;
    padding: 12px 0 12px 28px;
    border-radius: 41.5px 0 0 41.5px;
    box-shadow: 0 2px 31px 0 rgba(218, 218, 218, 0.5);
    background-color: #ffffff;
    border: solid 1px #dedede;
    width: 100%;
    margin-left: -25px;
    transition: all 1s ease;
}

.step-smart.selected {
	background: #2a8511;
}

.step-smart.selected span.stage-number {
	color: #ffffff;
}

.step-smart.selected span.stage-name {
	color: #ffffff;
}

.step-smart:last-of-type {
	 border-radius: 41.5px 41.5px 41.5px 41.5px;
     padding-top: 19px;
}

.step-smart:last-of-type span:before{
	font-size: 14px;
    font-family: FontAwsome;
    content: "\f07a";
    margin-right: 7px;
}

.step-smart:hover {
	text-decoration: none;
}

.complete {
	background: #322332;
	color: #fff;
}


.step-smart span {
    position: relative;
}

.step-smart span.stage-number {
	font-family: 'VM Circular Shout', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.14px;
    color: #552481;
}

.step-smart span.stage-name {
	font-family: 'VM Circular Chat', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.18px;
    color: #322233;
}

.current {
	color: #322332;
}

.smart-stepper {
	visibility: hidden; 
    position: absolute;
    opacity: 0;

}


.smart-stepper.selected{
	visibility: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 600ms, visibility 600ms;
  	transition: opacity 600ms, visibility 600ms;
}

.mobileView .indicator, .tabletView .indicator {
	display: none;
}

.next-wrap {
	display: flex;
    flex-direction: column;
}

.step-back{
	display: flex;
    background: transparent;
    font-size: 16px;
    font-family: 'VM Circular Medium','VM Circular Book',Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    letter-spacing: normal;
    color: #ef0000;
    margin: 11px 0 0 15px;

}

.step-back:before {
    content: "8";
    font-family: icons;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-left: -5%;
    margin-right: 10px;
    color: #ef0000;
}

.step-next {
    text-decoration: none;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    color: #fff!important;
    position: relative;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    background-color: #ed0000;
    padding: 10px 10px 10px 10px;
    border: solid 2px #ef0000;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}    


.step-chekbut {
	display: flex;
    background: transparent;
    font-family: 'VM Circular Medium','VM Circular Book',Arial,sans-serif;
    letter-spacing: normal;
    color: #ef0000;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    align-self: center;
}

.step-chekbut span:after{
	font-size: 14px;
    font-family: FontAwsome;
    content: "\f07a";
    margin-left: 7px;
}
.step-next span:after {
	font-size: 14px;
    font-family: FontAwsome;
    content: "\f054";
    margin-left: 7px;
    color: #fff;

}

@media only screen and (max-width: 767px) {
	.step-indicator-smart {
		padding-left: 20px;
    }
    .step-smart span.stage-number {
        padding-top: 10px;
        margin-left: -8px;
    }

	.step-smart {
    	align-items: stretch;
		flex-direction: row;
 		flex-grow: 1;
        width: 30px;
    }

	.step-smart span.stage-name {
		display: none;
    }

	.step-smart.selected span.stage-name {
		display: block;
    	font-family: 'VM Circular Chat','VM Circular Book',Arial,sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.16px;
        color: #ffffff;
        padding-top: 10px;
    	margin-left: 4px;
    }


    .step-smart.selected {
    	flex-grow: 3;
        width: 100px;
	}

    .step-smart:last-of-type{
		padding: 21px 0 12px 24px;
    }

    .step-smart:last-of-type:after{
        font-size: 14px;
        font-family: FontAwsome;
        content: "\f07a";
        margin-right: 7px;
        color: #322233;
    }

    .step-back {
		margin: 5px 0 0 0px;
    }

    .step-chekbut {
		margin: 10px 0 10px 0;
    }

}