.wizard 							{ margin: 20px auto; background: #fff; }
.wizard .nav-tabs 					{ position: relative; margin: 40px auto 0; border: none; }
.wizard>div.wizard-inner 			{ position: relative; }
/* .connecting-line 					{ height: 10px; background: rgba(208, 209, 212, 0.25);	position: absolute; width: 80%; margin: 0 auto; left: 0; right: 0; top: calc(50% - 18px); z-index: 1; } */
.wizard .nav-tabs > li::after		{ content: ""; background: rgba(208, 209, 212, 0.25); width: 100%; height: 10px; position: absolute; left: 50%; top: calc(50% - 18px); }
.wizard .nav-tabs > li:nth-child(4)::after,
.wizard .nav-tabs > li:last-child::after	{ display: none; }
.wizard .nav-tabs > li.completed::after 	{ background: #38beec; }
.wizard .nav-tabs>li.active>a, .wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus { color: #555555; cursor: default; border: 0; border-bottom-color: transparent; background: transparent; }
span.round-tab 						{ width: 80px; height: 80px; line-height: 80px;	display: inline-block; border-radius: 50%; background: #f3f4f4; position: relative; z-index: 2; text-align: center; }
span.round-tab img 					{ max-width: 45px; }
.wizard .nav-tabs>li .wizard-title	{ margin-top: 8px; display: block; font-size: 18px; line-height: normal; color: #a5a6a9; font-weight: 700; font-family: 'Raleway', sans-serif; } 
.wizard .nav-tabs>li.active .wizard-title { color: #4d4e53;}
.wizard li.completed span.round-tab,
.wizard li.active span.round-tab 	{ background: #38beec; }
span.round-tab:hover 				{ color: #333; }
.wizard .nav-tabs>li 				{ width: 25%; }
.wizard .nav-tabs>li a 				{ margin: 20px auto; padding: 0; text-align: center; border: none; }
.wizard .nav-tabs>li a:hover 		{ background: transparent; }
.wizard .tab-pane 					{ position: relative; }

@media ( max-width : 585px ) {
	.wizard 						{ width: 90%; height: auto !important; }
	span.round-tab 					{ width: 50px; height: 50px; line-height: 50px; }
}