

.wizard-form .wizard-header {
	text-align: center;
	padding: 40px 0 20px;
}


.form-register .steps ul {
	display: flex;
	display: -webkit-flex;
	list-style: none;
	padding-left: 113px;
}

.form-register .steps li a .title span {
	display: block;
}

.form-register .steps li a .title .step-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ccc;
	margin: 0 auto;
	position: relative;
	outline: none;
	-o-outline: none;
	-ms-outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	color: #fff;
	font-size: 25.6px;
	margin-right: 108px;
}

.form-register .steps li a .step-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.form-register .steps li .step-icon::before,
.form-register .steps li:last-child .step-icon::after {
	position: absolute;
	content: "";
	background: #e5e5e5;
	width: 108px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.form-register .steps li .step-icon::before {
	right: 100%;
}

.form-register .steps li:last-child .step-icon::after {
	left: 100%;
}

.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon,
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
	background: #24c1e8;
}

.form-register .steps .current .step-icon::before,
.form-register .steps .current:last-child .step-icon::after,
.form-register .steps .done .step-icon::before {
	background: #24c1e8;
}

.form-register .steps li a .step-text {
	color: #999;
	font-weight: 400;
	font-size: 18px;
	padding: 14px 0 8px;
}

.form-register .steps .current .step-text,
.form-register .steps .done .step-text {
	color: #333;
}

.form-register .content {
	/*margin: 0 20px 0 20px;*/
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 20px 20px;
}

	.form-register .content h2 {
		display: none;
	}

.actions ul {
	list-style: none;
	padding-left: 0;
	padding: 0 20px;
	margin: 30px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}

	.actions ul li.disabled {
		opacity: 0;
	}

	.actions ul li {
		padding: 0;
		border: none;
		border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		display: inline-flex;
		height: 45px;
		width: 140px;
		justify-content: center;
		-o-justify-content: center;
		-ms-justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-o-align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		background: #24c1e8;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 400;
		cursor: pointer;
	}

		.actions ul li:first-child {
			background: #999;
			margin-left: 60.9%;
		}

			.actions ul li:first-child:hover {
				background: #666;
			}

		.actions ul li a {
			color: #fff;
			text-decoration: none;
			padding: 13px 34px;
		}

/* Responsive */
@media screen and (max-width: 1199px) {
	.wizard-v3-content {
		margin: 180px 20px;
	}
}

@media screen and (max-width: 991px) {
	.form-register .steps ul {
		padding-left: 0;
		justify-content: space-around;
		-o-justify-content: space-around;
		-ms-justify-content: space-around;
		-moz-justify-content: space-around;
		-webkit-justify-content: space-around;
	}

	.form-register .steps li a .title {
		text-align: center;
	}

		.form-register .steps li a .title .step-icon,
		.form-register .steps li a .title .step-icon {
			margin: 0 auto;
		}

			.form-register .steps li a .title .step-icon::before,
			.form-register .steps li:last-child a .title .step-icon::after {
				content: none;
			}

	.actions ul li:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.inner .form-row.form-row-date .form-holder select {
		width: 17.5%;
		margin-right: 20px;
	}

	.inner .form-row .form-holder label.pay-1-label,
	.inner .form-row .form-holder label.pay-2-label {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 575px) {
	.wizard-v3-content {
		width: 90%;
	}

	.wizard-form .wizard-header {
		padding: 40px 20px 20px 20px;
	}

	.inner .form-row {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0;
	}

		.inner .form-row .form-holder {
			width: 100%;
		}

			.inner .form-row .form-holder.form-holder-1 {
				width: 100%;
			}

		.inner .form-row .form-holder {
			padding: 0;
		}

			.inner .form-row .form-holder label.special-label {
				float: none;
			}

		.inner .form-row.form-row-date .form-holder select {
			float: none;
			width: 100%;
			margin-bottom: 20px;
			margin-right: 0;
			display: block;
		}

	.form-register .steps li a .title .step-icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.form-register .steps li a .step-text {
		font-size: 12px;
	}

	.form-register .content {
		padding: 35px 30px 60px;
	}

	.inner .form-row #radio {
		margin-left: -2px;
	}

	.inner .form-row #checkbox {
		margin-left: 0;
	}

	.actions ul li {
		width: 120px;
	}

		.actions ul li a {
			padding: 15px 24px;
		}
}
