.nav-tabs.wizard_custome {
	background-color: transparent;
	padding: 0;
	width: 100%;
	margin: 1em auto;
	border-radius: .25em;
	clear: both;
	border-bottom: none;
}

.nav-tabs.wizard_custome li {
	width: 100%;
	float: none;
	margin-bottom: 3px;
}

.nav-tabs.wizard_custome li>* {
	position: relative;
	padding: 1em .5em .8em 2.5em;
	color: #999999;
	background-color: #dedede;
	border-color: #dedede;
}

.nav-tabs.wizard_custome li.completed>* {
	color: #fff !important;
	background-color: #96c03d !important;
	border-color: #96c03d !important;
	border-bottom: none !important;
}

.nav-tabs.wizard_custome li.active>* {
	color: #fff !important;
	background-color: #113c6f !important;
	border-color: #113c6f !important;
	border-bottom: none !important;
}

.nav-tabs.wizard_custome li::after:last-child {
	border: none;
}

.nav-tabs.wizard_custome > li > a {
	opacity: 1;
	font-size: 14px;
	margin-top: 0px;
}

.nav-tabs.wizard_custome a:hover {
	color: #fff;
	background-color: #113c6f;
	border-color: #113c6f;
	padding-bottom: 11px;

}

span.nmbr {
	display: inline-block;
	padding: 10px 0 0 0;
	background: #ffffff;
	width: 35px;
	line-height: 100%;
	height: 35px;
	margin: auto;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	text-align: center;
}

@media(min-width:992px) {
	.nav-tabs.wizard_custome li {
		position: relative;
		padding: 0;
		margin: 4px 4px 4px 0;
		width: 10%;
		float: left;
		text-align: center;
	}
	.nav-tabs.wizard_custome li.active a {
		padding-top: 10px;
	}
	.nav-tabs.wizard_custome li::after,
	.nav-tabs.wizard_custome li>*::after {
		content: '';
		position: absolute;
		top: 1px;
		left: 100%;
		height: 0;
		width: 0;
		border: 45px solid transparent;
		border-right-width: 0;
		/*border-left-width: 20px*/
	}
	.nav-tabs.wizard_custome li::after {
		z-index: 1;
		-webkit-transform: translateX(4px);
		-moz-transform: translateX(4px);
		-ms-transform: translateX(4px);
		-o-transform: translateX(4px);
		transform: translateX(4px);
		border-left-color: #fff;
		margin: 0
	}
	.nav-tabs.wizard_custome li>*::after {
		z-index: 2;
		border-left-color: inherit
	}
	.nav-tabs.wizard_custome > li:nth-of-type(1) > a {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.nav-tabs.wizard_custome li:last-child a {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.nav-tabs.wizard_custome li:last-child {
		margin-right: 0;
	}
	.nav-tabs.wizard_custome li:last-child a:after,
	.nav-tabs.wizard_custome li:last-child:after {
		content: "";
		border: none;
	}
	span.nmbr {
		display: block;
	}
}
