#progress {
	position: relative;
	width: 80%;
	margin: 0 auto 50px auto;
}
#progress-bar {
  position: absolute;
  background: #3a76cc;
  height: 5px;
  width: 0%;
  top: 50%;
  left: 0;
}
#progress-num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#progress-num li {margin:0px;}
#progress-num::before {
  content: "";
  background-color: lightgray;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: -1;
}
#progress-num .step {
  border: 3px solid lightgray;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;  
  position: relative;
  z-index: 1;
  font-weight: bold;
  padding: 0px;
}
#progress-num .step::before {content:'';}
#progress-num .step.active {
  border-color: #3a76cc;
  background-color: #3a76cc;
  color: #fff;
}
#progress-num li span {
	position: absolute;
	color: #000;
	left: -60px;
	width: 150px;
	display: block;
	margin: 0 auto;
	text-align: center;
	top: 40px;
	line-height: 16px;
	font-weight: normal;
}
.videoBorder {
	width: 90%;
	position: relative;
	border: 4px solid #0F337A;
	margin: 15px auto;
	padding: 50% 0 0;
	}
.videoBorder iframe {left: 0;top: 0;position: absolute;width: 100%;height: 100%;margin: 0;padding: 0;border: 0;z-index: 1;}
label{display:block;}
.cpd-form ul {
	margin: 0px;
	padding: 0px;
}
.cpd-form ul li::before{content:"";display:inherit;}
.cpd-form ul li{margin:10px 0px;}
.cpd-form select,.cpd-form textarea {
	width: 100%;
	padding: 5px;
}
.bold {
	font-weight: bold;
	margin-bottom: 10px;
}
.btn-cpd {
	background: #182945;
	padding: 7px 30px;
	color: #fff !important;
	font-size: 18px;
	border-radius: 25px;
	cursor: pointer;
	border: none;
	font-weight: normal !important;
}
.btn-cpd:hover {background:#3a76cc;}
.green{color:green;}
.red{color:red;}
.blue{color:blue;}
.multi-step2,.multi-step3,.multi-step4,.multi-step5,.multi-step6{display:none;}
.error{color:red;}
.ctr-btn{text-align:center;}