
.wizard-steps ul.nav {
	position: relative;
}

.wizard-steps ul.nav::after {
	content: '';
    position: absolute;
    height: 1px;
    background: #979797;
    width: 69%;
    left: 52%;
    top: 28%;
    transform: translate(-52%, -50%);
    z-index: -1;
}
.candidate .wizard-steps ul.nav::after {
	width: 78%;
    left: 50%;
}
.wizard-steps .step-circle {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 33px;
	color: #979797;
	font-size: 16px;
	margin: auto;
	font-weight: 500;
}

.wizard-steps .step-circle i {
	display: none;
	font-size: 18px;
    line-height: 32px;
}

.wizard-steps .step-name {
	font-size: 14px;
	color: #979797;
}

.wizard-steps ul.nav li.active .step-circle {
	background-color: #005883;
	color: #fff;
}

.wizard-steps ul.nav li.active .step-name {
	color: #474747;
}

.wizard-steps ul.nav li.active-in .step-circle {
	background-color: #29D469;
	color: #fff;
}

.wizard-steps ul.nav li.active-in .step-circle i {
	display: block;
}

.wizard-steps ul.nav li.active-in .step-circle span {
	display: none;
}

.wizard-steps ul.nav li.active-in .step-name {
	color: #474747;
}

.wizard-form .card {
	border: 1px solid #DDDDDD;
	border-radius: 6px;
}

.wizard-form .card h6 {
	color: #005883;
}

.wizard-form .card .form-group label {
	font-size: 14px;
	font-weight: 500;
}


.wizard-form .row .btn-prev {
	border: 1px solid #005883;
	border-radius: 4px;
	background: #fff;
	color: #005883;
	margin-right: 10px;
	min-width: 150px;
}

.wizard-form .row .btn-prev:hover {
	background: #005883;
	color: #fff;
}

.wizard-form .row .btn-next {
	border: 1px solid #005883;
	border-radius: 4px;
	background: #005883;
	color: #fff;
	min-width: 150px;
}
.wizard-form .bottom .fas {
	color: inherit;
}
.wizard-form .row .btn-next:hover {
	background: #fff;
	color: #005883 !important;
}
.test-link {
	color: #007bff !important;
	border-bottom: 1px solid;
	font-weight: 600;
}

.test-link i {
	font-size: 14px;
}

.test-link:hover {
	border-bottom: none;
	text-decoration: none;
	color: #0056b3 !important;
}

span.border-center {
	color: #007bff;
	padding: 0px 3px 0px 5px;
}
@media (max-width: 992px) {
	.wizard-steps ul.nav::after {
		transform: translate(-55%, -50%);
	}
	.dsktop-row{
		display: none;
	}
}


@media (max-width: 767px) {
	
	.dsk-wizzard {
		display: none;
	}
	
	.wizard-steps .step-circle {
		width: 25px;
		height: 25px;
		line-height: 27px;
		font-size: 12px;
	}
	
	.wizard-steps .step-circle i {
		font-size: 14px;
		line-height: 27px;
	}

	.wizard-steps .step-name {
		font-size: 11px;
	}
	
	.wizard-steps .container {
		max-width: 100% !important;
	}
	.wizard-form .row .btn-next,
	.wizard-form .row .btn-prev {
		width: auto;
	}
	
	.wizard-steps ul.nav::after {
		top: 20%;
		width: 80%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 370px) {
	.wizard-form .row .btn-next {
		margin-top: 15px;
	}
}
.wizard-steps .fas{
	color: #fff !important;
}