.wrapper1 {
	 background-color: #F7FAFA;
	 width: 280px;
	 font-family: 'Helvetica';
	 font-size: 14px;
	 border: 1px solid #CCC;
}
 .wrapper1 a:link {
	 text-decoration: none;
	 color: black;
}
 .wrapper1 a:visited {
	 text-decoration: none;
	 color: black;
}
 .step-progress {
	 position: relative;
	 padding-left: 45px;
	 list-style: none;
}
 .step-progress::before {
	 display: inline-block;
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 24px;
	 width: 10px;
	 height: 85%;
	 border-left: 2px solid #B3C7CB;
}
.step-progress a:link {
	 text-decoration: none;
	 color: black;
}
 .step-progress a:visited {
	 text-decoration: none;
	 color: black;
}
.step-progress a {
	 padding: 0;
	 display: inline-block;
}
.step-progress strong,p {
	 font-size: 15px;
}


 .step-progress-item {
	 position: relative;
	 content: '';
	 padding-bottom: 20px;
}
 .step-progress-item::before {
	 display: inline-block;
	 content: '';
	 position: absolute;
	 left: -24px;
	 height: 100%;
	 width: 10px;
	 z-index: -1;
}
 .step-progress-item::after {
	 content: '';
	 display: inline-block;
	 position: absolute;
	 top: 0;
	 left: -35px;
	 width: 25px;
	 height: 25px;
	 border-radius: 50%;
	 border: 3px solid white;
	 background-color: #B3C7CB;
	 box-shadow: 0 0 0 2px #B3C7CB;
}
 .is-done::after {
	
	 left: -35px;
	 border: 3px solid white;
	 background-color: Green;
	 box-shadow: 0 0 0 2px Green;
	 content: "✔";
	 font-size: 16px;
	 color: #FFF;
	 text-align: center;
}
 .not-ready::after {
	 left: -35px;
	 border: 3px solid white;
	 background-color: Red;
	 box-shadow: 0 0 0 2px Red;
	 content: "";
	 font-size: 16px;
	 color: #FFF;
	 text-align: center;
}
 .ready::after {
	 left: -35px;
	 border: 3px solid white;
	 background-color: Green;
	 box-shadow: 0 0 0 2px Green;
	 content: "";
	 font-size: 16px;
	 color: #FFF;
	 text-align: center;
}
 .not-valid::after {
	 left: -35px;
	 border: 3px solid white;
	 background-color: Red;
	 box-shadow: 0 0 0 2px Red;
	 content: "✘";
	 font-size: 16px;
	 color: #FFF;
	 text-align: center;
}
 .current::after {
	  left: -35px;
	 border: 3px solid white;
	 background-color: #2c8de8;
	 box-shadow: 0 0 0 2px #2c8de8;
	font-size: 16px;
	 color: #FFF;
	 text-align: center;
	
}
 .collapse1 {
	 margin-left: 15px;
}
 