#multi-step-registration-form {
	max-width: 630px;
	margin: 50px auto;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
	padding: 50px;
	border-radius: 10px;
}
.step_list ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: start;
	flex-wrap: unset;
}
.no_step {
	background: #f4f4f5;
	width: 35px;
	border-radius: 5px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #2841ca;
	font-weight: bold;
}
.active .no_step{background: #2841ca ; color:#fff;}
.step_list ul li {
	display: flex;
	align-items: center;
	margin: 0 10px 0 0;
	padding-right: 20px;
	position: relative;
}
.step_list ul li.done {
	opacity: 0.7;
}
.step_list ul li.done .no_step {
	background: #6e78bf;	background-image: url('https://www.securecenter.be/wp-content/uploads/2024/10/check.png');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
}

.step_list ul li::before {
	position: absolute;
	right: 0;
	height: 15px;
	width: 20px;
	content: "\f105";
	font-family: fontawesome;
	text-align: right;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 15px;
	font-weight: lighter;
}
.step_list ul li:last-child::before {
	display:none;
}
.nav-item-title {
	font-size: 12px;
	font-weight: 600;
	color: #2841ca;
	margin-left: 10px;
}
.step_head h2 {
	margin: 0 0 10px 0;
	font-size: 32px;
	color: #2841ca;
	font-weight: 600;
}
.step_head span {
	font-size: 14px;
	color: #b2bbc2;
	font-weight: 300;
}
.step_list {
	margin-bottom: 30px;
}
.input_list ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.input_list .form-group {
	background: #f4f4f5;
	border-radius: 2em;
}
.input_list .form-control {
	box-shadow: none;
	border: none;
	border-radius: 2em;
	color: #000;
	min-height: 45px;
	padding: 0 20px;
	padding-top: 14px;
	font-weight: 500;
	margin: 0;
	background: transparent;
	position: relative;
	z-index: 99;
}
.input_list .form-control::placeholder {
	opacity: 0;
}
.input_list .form-group:focus {
	background: #e6f0ec;
	box-shadow: none;
}
.input_list .form-control:focus {
	box-shadow: none;
	background: none;
}
.input_list .form-control:focus::placeholder  {
	opacity: 1;
}
.input_list li .form-group {
	position: relative;
}
.input_list li .form-group label {
	margin: 0;
	position: absolute;
	left: 20px;
	font-size: 14px;
	color: #2841ca;
	top: 10px;
	font-weight: 500;
	transition: ease 0.3s;
	z-index: 11;
}
.input_list li .form-control:not(:placeholder-shown) ~ label{
font-size: 12px;
  top: 2px;
  }
.step_head {
	margin-bottom: 40px;
}
.input_list li .form-control:focus + label {
	font-size: 12px;
	top: 2px;
}
.text-danger {
	font-size: 12px;
	color: #00a676;
	font-weight: 600;
	margin-left: 15px;
	margin-top: 2px;
	display:none;
}
.text-danger.active {
	display:block;
}
.input_list ul .merge_col {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.input_list ul .merge_col .form-group {
	width: 100%;
}
.input_list li {
	margin-bottom: 20px;
}
.input_list select.form-control {
	padding-top: 0;
}

.input_list select.form-control:focus {
	box-shadow:0 6px 8px rgba(0, 0, 0, 0.08);background: #f4f4f5;
}
.input_list .btn.btn-primary {
	width: 100%;
	border-radius: 2em;
	background: #2841ca;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	min-height: 45px;
	margin: 0;
	transition: ease 0.3s;
	text-align: center;
	align-content: center;
}
.input_list .select2-container .select2-selection {
	background-color: #f4f4f5 !important;
	border-radius: 2em !important;
}
.input_list .btn.btn-primary:hover {
	background:#4c59b8;
}
.input_list .btn.l-btn {
	width: 100%;
	border-radius: 2em;
	background: none;
	font-size:14px;
	font-weight:600;
	color: #2841ca;
	border:1px solid #ebeff1;
	min-height: 45px;text-transform:capitalize;
	transition:ease 0.3s;margin: 0;
}
.input_list .next_btn {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.input_list .btn.l-btn:hover {
	background: #f4f4f5;
	border:1px solid #f4f4f5;
}
.step_four {
	text-align: center;
}
.step_four img {
	max-width: 65px;
}
.step_four h3 {
	font-size: 32px;
	font-weight: 600;
	color: #2841ca;
	max-width: 370px;
	margin: 20px auto;
	line-height: 1.2;
}
.step_four p {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #09314e;
}
.step_four .input_list .next_btn {
	max-width: 180px;
	margin: auto;
}
.input_list ul .selection .select2-selection {
	padding-top: 10px;
	font-size: .97em;
	padding-left: 20px;
	min-height: 45px;
}
.input_list ul .selection .select2-selection span {
	color: #2841ca;
}

@media only screen and (max-width:767px){
	

.step_list ul li {
	margin: 0 10px 0 0;flex-wrap: wrap;
}
#multi-step-registration-form {
	padding: 20px;
	margin-top: 0;
}
.nav-item-title {
	margin-left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
}
.no_step {
	margin: auto;
}
.step_list ul {
	justify-content: center;
}
.step_list ul li::before {
	top: -15px;
}
.step_head h2 {
	font-size: 20px;
}
.input_list .select2-container {
	width: 100% !important;
}
body .input_list .form-control {
	padding: 0 20px !important;
	padding-top: 14px !important;
}
}