.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.current a.bs-wizard-dot{ background: #e74c3c; }

.cs-wizard {margin: 30px 0; border-bottom: 0; clear: both; }
.cs-wizard > .cs-wizard-step {padding: 0; position: relative; width: 23%; float: left; }
.cs-wizard > .cs-wizard-step:nth-child(n+2){padding-left: 2%;}
.cs-wizard > .cs-wizard-step > .cs-wizard-info-wrapper{position: relative; margin-top: -40px; background: #fff;}
.cs-wizard > .cs-wizard-step:nth-child(n + 1) > .cs-wizard-info-wrapper{width: 80%;}
.cs-wizard > .cs-wizard-step:nth-child(n + 2) > .cs-wizard-info-wrapper{width: 70%;}
.cs-wizard > .cs-wizard-step:nth-child(n + 3) > .cs-wizard-info-wrapper{width: 60%;}
.cs-wizard > .cs-wizard-step:nth-child(4) > .cs-wizard-info-wrapper{width: 100%;}

.cs-wizard > .cs-wizard-step .cs-wizard-stepnum {background: #E0E0E0; color: #fff; font-size: 16px; width: 39px; text-align: center; line-height: 39px; float: left; margin-right: 10px; border-radius: 5px}
.cs-wizard > .cs-wizard-step .cs-wizard-info {color: #E0E0E0; padding: 8px;}
.cs-wizard > .cs-wizard-step > .progress {position: relative; background: #B5B5B5; border-radius: 0px; height: 2px; box-shadow: none; margin: 20px 0;}
.cs-wizard > .cs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #5F89FD;}

.cs-wizard > .cs-wizard-step.complete .cs-wizard-stepnum,
.cs-wizard > .cs-wizard-step.active .cs-wizard-stepnum{background: #5F89FD;}
.cs-wizard > .cs-wizard-step.complete .cs-wizard-info,
.cs-wizard > .cs-wizard-step.active .cs-wizard-info{color: #222;}
.cs-wizard > .cs-wizard-step.current .cs-wizard-info{color: #5F89FD; font-weight: 700;}

.cs-wizard > .cs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.cs-wizard > .cs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.cs-wizard > .cs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}


@media (max-width:767px) {
	
}

@media (max-width:650px) {
	.cs-wizard{padding-left: 10%;}
	.cs-wizard > .cs-wizard-step{width: 25%;}
	.cs-wizard > .cs-wizard-step:nth-child(n+2){padding-left: 0;}
	.cs-wizard > .cs-wizard-step > .cs-wizard-info-wrapper{background: transparent;}
	.cs-wizard > .cs-wizard-step .cs-wizard-stepnum{float: none;}
	.cs-wizard > .cs-wizard-step .cs-wizard-info{padding: 8px 0; font-size: 14px;}
	.cs-wizard > .cs-wizard-step > .progress{left: 0; width: 100%;}
	
	.cs-wizard > .cs-wizard-step:last-child > .progress{width: 0%;}
	.cs-wizard > .cs-wizard-step:last-child > .progress > .progress-bar {width: 0%;}
}

@media (max-width:650px) {
	.cs-wizard{padding-left: 4%;}
}