
.wizard-v5-content   {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.wizard-v5-content .wizard-form {
	width: 100%;
}
.form-register .steps {
	background: #fff;
}
.form-register .steps ul {
    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;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}
.form-register .steps li,
.form-register .steps li.current {
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    width: 33.33%;
    padding: 15px 10px;
}
/*.form-register .steps li::after {*/
	/*position: absolute;*/
	/*content: "";*/
	/*width: 1px;*/
	/*height: 75px;*/
	/*background: #e5e5e5;*/
	/*top: 0;*/
	/*left: 100%;*/
/*}*/
.form-register .steps li:first-child {
	width: 37.59%;
}
.form-register .steps li:last-child {
	width: 31.15%;
}
.form-register .steps li:last-child::after {
	content: none;
}
.form-register .steps li .current-info {
	display: none;
}
.form-register .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a .title {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}
.form-register .steps li a .title .step-icon { 
    width: 41px;
    height: 41px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #333333;
    font-size: 20px;
	border: 1px solid var(--secondary);
	opacity: 0.5;
}
.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.current a .step-icon,
.form-register .steps li.current a:active .step-icon {
	background: linear-gradient(180deg, var(--primary-btn) 0%, var(--secondary) 100%);
	color: #ffffff;
	height: 40px;
	width: 40px;
}
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
	background: linear-gradient(180deg, var(--primary-btn) 0%, var(--secondary) 100%);
	color: #ffffff;
	height: 40px;
	width: 40px;
}
.form-register .steps li a .step-text {
    color: #333;
    vertical-align: middle;
    line-height: 40px;
	font-size: 12px;
	padding-left: 8px;
}

@media screen and (max-width: 480.98px) {
	.form-register .steps li a .step-text {
		color: #333;
		vertical-align: middle;
		line-height: 15px;
		font-size: 12px;
		padding: 7px 2px;
		font-weight: 400;
        white-space: initial;
	}
}


.form-register .content #form-total-p-0 {
    padding: 1.25rem;
}

/*.form-register .content #form-total-p-0 label{
    line-height: 1.25rem;
}*/


.form-register .content #form-total-p-1 {
    padding: 1.25rem;
}

.form-register .content #form-total-p-2 {
    padding: 1.25rem;
}

.form-register .content #form-total-p-3 {
    padding: 1.25rem;
}

.form-register .content #form-total-p-6 label{
    line-height: 1.25rem;
}

.form-register .content h2 {
	display: none;
}
.inner .form-row {
    display: flex;
    margin: 0 -13px;
    position: relative;
    margin-bottom: 25px;
}
.inner .form-row.form-row-2 {
	width: 80.6%;
}
.inner .form-row.form-row-date {
    margin-top: 30px;
}
.inner .form-row .form-holder {
    width: 50%;
    padding: 0 13px;
    position: relative;
}
.inner .form-row .form-holder span {
    position: absolute;
    top: 57%;
    right: 10%;
    font-size: 19.2px;
    color: #666;
}
.inner .form-row .form-holder.form-holder-2 {
	width: 100%;
	position: relative;
}
.inner .form-row .form-holder.form-holder-2 span {
	position: absolute;
	top: 57%;
	right: 5%;
	color: #333;
}
.inner .form-row .form-holder.form-holder-2 span.card {
	left: 5%;
	color: #666;
	width: 16px;
}
.inner .form-row .form-holder label {
	color: #484848;
	padding-bottom: 10px;
	display: block;
}
.inner .form-row .form-holder label.special-label {
    display: inline-block;
    margin-top: 10px;
    padding-right: 20px;
}

.inner h3 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding:  3px 0 6px 45px;
}

.term-condition{
	line-height: 14px;
}
#customer1-error{
	display: block;
	width: 100%;
	line-height: 45px;
}
.form-register .actions {
	padding: 0 15px 20px;
}
.actions ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
    display: flex;
    display: -webkit-flex;
	justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	/* -webkit-justify-content: space-between; */
}
.actions ul li.disabled{
	display: none;
}
.actions ul li:first-child{
	margin-right: 10px;
}
.actions ul li:first-child a{
	color: var(--secondary) !important;
	background-color: var(--primary-light);
	border: 1px solid var(--primary-btn);
	transition: all 0.2s ease !important;
}
.actions ul li:first-child a:hover{
	color: #ffffff !important;
	background: var(--primary-btn) !important;
	/* border: 1px solid var(--secondary); */
	border-radius: var(--radius);
	font-weight: 400;
}
.actions ul li {
	padding: 0;
    border: none;
    /*display: inline-flex;*/
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}
.actions ul li a {
    text-decoration: none;
	padding: 15px 52px 10px;
    color: #000;
    background-color: var(--primary-btn);
    font-weight: 400;
    transition: all 0.3s ease;
	/*	height: 48px;*/
	display: inline-block;
	vertical-align: top;
	border: 1px solid var(--primary-btn);
	border-radius: var(--radius);
}
.actions ul li a:hover {
    color: #fff;
    background-color: var(--primary-btn-hover);
    border-color: var(--primary-btn-hover);
    opacity: 0.9;
	border-radius: var(--radius);
}
.actions ul li a.disabled{
	background: rgba(239, 106, 0, 0.25);
	border: 1px solid rgba(239, 106, 0, 0.25);

}
.actions ul li:first-child a {
	color: #666;
}
.actions ul li a:last-child {
	padding: 0.40rem 1.5rem .40rem;
}
.actions ul li a i {
	font-size: 26px;
}
.form-register.vend-step .actions {
	padding: 0 15px 30px;
}
.mail-preview img{
    width: 100%;
    border: 1px solid #DDDDDD;
}
.mail-preview img:hover{
    border: 1px solid var(--primary);
    opacity: .8;
}

.mail-preview h4{
    text-align: center;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 20px;
    margin: 10px 0 5px;
}
.mail-preview p{
    text-align: center;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin: 0;
    line-height: 16px;
}

/* Responsive */
@media screen and (max-width: 1199.98px) {
/*	.wizard-v5-content {
		margin: 180px 20px;
	}*/
	.form-register .content #form-total-p-0,
	.form-register .content #form-total-p-1 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.inner .form-row.table-responsive {
	    margin: 0 30px 45px;
	}
	.form-register .actions {
	    padding: 0 30px 45px;
	}
}
@media screen and (max-width: 991.98px) {
	.form-register .steps li a .title {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
	}
	.form-register .steps li:first-child,
	.form-register .steps li:last-child {
		width: 33.33%;
	}
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.form-register .steps li::after {
		height: 109px;
	}
}
@media screen and (max-width: 767.98px) {
	.form-register .steps li::after {
		content: none;
	}
	.form-register .steps li, 
	.form-register .steps li.current {
	    padding: 15px 10px;
    	text-align: center;
	}
	.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;
	}
}
@media screen and (max-width: 575.98px) {
	.mt-5{
		margin-top: 0;
	}
	.form-register .content #form-total-p-0{
		padding: 1.25rem;
	}
	.form-register .actions{
		padding:  0 1.25rem 1.25rem;
		margin-bottom: 0;
	}
	.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%;
		padding: 0;
		margin-bottom: 30px;
	}
	.inner .form-row #radio {
    	padding-left: 0;
	    margin-bottom: 24px;
	}
	.inner .form-row.form-row-date {
		margin-top: 0;
	}
	.form-register .steps li, .form-register .steps li.current {
		padding-right: 5px;
	}
	.form-register .steps li::before {
		width: 65px;
		top: 15%;
    	left: 70%;
	}
	.form-register .steps li.current::after {
		left: 28%;
	}
	.inner .form-row .form-holder .ui-datepicker-trigger {
		right: 0;
	}
	.inner .form-row .form-holder .select-btn {
		right: 6.5%;
	}
	.inner .table-responsive tr.space-row {
		border-bottom: 1px solid;
		border-bottom-color: rgba(255, 255, 255, 0.2);
	}
	.inner .table-responsive tr.space-row:last-child {
		border-bottom: none;
	}
	.inner .table-responsive tr.space-row,
	.inner .table-responsive tbody th {
	    display: block;
	}
	.inner .table-responsive tr.space-row > td, 
	.inner .table-responsive tr.space-row > th {
		border-bottom: none;
		padding:  15px 20px;
	}
	.inner .table-responsive tr.space-row > th {
		border-right: none;
		width: auto;
	}
	
} 
@media screen and (max-width: 767.98px) {
	.actions ul {
		width: 100%;
	}
	.actions ul li {
		width: 50%;
		text-align: center;
	}
	.actions ul li a {
		height: inherit;
		display: block;
	}
}