.wizard a {padding: 10px 10px 12px 10px; margin-right:3px; background:#dde1e4; position:relative; display:inline-block; font-size: 11px; font-weight: bold; margin-top: 10px; margin-bottom: 0px; color:#02538f; text-decoration:none; 

}
.wizard a:before {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0;}
.wizard a:after {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #dde1e4; position: absolute; content: ""; top: 0; right: -20px; z-index:2;}
.wizard a:first-child:before {border:none;}
.wizard a:last-child:after {border:none;}

.wizard a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.wizard a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.wizard .badge {margin:0 5px 0 18px; position:relative; top:-1px;}
.wizard a:first-child .badge {margin-left:0;}

.wizard .current {background:#007ACC; color:#fff;}
.wizard .current:after {border-left-color:#007ACC;}

.progresstrack{
	margin-bottom: 30px;
	margin-top: 10px;
	width: 100%;
	margin-left:0;
	}
	
	
	
	@media(max-width:400px){
		
		
.wizard a {padding: 5px; margin-right:1px; background:none; position:relative; display:inline-block; font-size: 11px; font-weight: bold; margin-top: 0px; margin-bottom: 20px; color:#02538f; text-decoration:none; padding-left:15px; padding-right:15px; border: solid 1px #e7e7e7; border-radius:4px;}
		
		
.wizard a:before {width:0px; height:0px; border-top: 0px inset transparent; border-bottom: 0px inset transparent; border-left: 0px solid #fff; position: absolute; content: ""; top: 0; left: 0;}

.wizard a:after {width:0px; height:0px; border-top: 0px inset transparent; border-bottom: 0px inset transparent; border-left: 0px solid #ffffff; position: absolute; content: ""; top: 0; right:0px; z-index:2;}
.wizard a:first-child:before {border:none;}

.wizard a:last-child:after {border:none;}

.wizard a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.wizard a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.wizard .badge {margin:0 0px 0 0px; position:relative; top:-1px;}
.wizard a:first-child .badge {margin-left:0;}

.wizard .current {background:none; color:#02538f;}
.wizard .current:after {border-left-color:#ffffff;}

.progresstrack{
	margin-bottom: 30px;
	margin-top: 20px;
	
	}
	
	
	.paddingmob{
	position: absolute;
	top: 33px;
	left: 6px;
	border: solid 0px #000000;
	line-height:13px;
	}
	
.hidetxt {
   display: none;
}

	}