
.wizard-v5-content   {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.wizard-v5-content .wizard-form {
	width: 100%;
}
.form-register .steps {
	background: #fff;
	border-radius: 5px;
    overflow: hidden;
}
.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;
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
	overflow: auto;
    padding: 7px 10px;
}
.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: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(--primary-color);
	opacity: 0.5; */
	display: block;
	margin: auto;
	background-size: 40px 40px;
}
.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-color) 0%, #8d9f93 100%); */
	color: #ffffff;
	height: 40px;
	width: 40px;
	margin: auto;
    display: none;
}
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
	/* background: linear-gradient(180deg, var(--primary-color) 0%, #8d9f93 100%); */
	color: #ffffff;
	height: 40px;
	width: 40px;
	margin: auto;
}
.form-register .steps li a .step-text {
    color: #888;
	white-space: nowrap;
	font-size: 12px;
	padding-left: 0px;
	margin-top: 5px;
	text-align: center;
    /* display: block; */
	font-weight: 400;
}
.form-register .actions.clearfix{
	background: #f7f7f7;
    border-radius: 0 0 10px 10px;
}
/* .form-register .steps li a .title .step-icon.user {
	background-image: url(../img/register_icon/user.png);
}
.form-register .steps li a .title .step-icon.unit {
	background-image: url(../img/register_icon/unit.png);
}
.form-register .steps li a .title .step-icon.resident {
	background-image: url(../img/register_icon/resident.png);
}
.form-register .steps li a .title .step-icon.emergency {
	background-image: url(../img/register_icon/emergency.png);
}
.form-register .steps li a .title .step-icon.occupancy {
	background-image: url(../img/register_icon/occupancy.png);
}
.form-register .steps li a .title .step-icon.representative,
.form-register .steps li a .title .step-icon.owner {
	background-image: url(../img/register_icon/owner.png);
}

.form-register .steps li.current a .title .step-icon.user {
	background-image: url(../img/register_icon/user-active.png);
}
.form-register .steps li.current a .title .step-icon.unit {
	background-image: url(../img/register_icon/unit-active.png);
}
.form-register .steps li.current a .title .step-icon.resident {
	background-image: url(../img/register_icon/resident-active.png);
}
.form-register .steps li.current a .title .step-icon.emergency {
	background-image: url(../img/register_icon/emergency-active.png);
}
.form-register .steps li.current a .title .step-icon.occupancy {
	background-image: url(../img/register_icon/occupancy-active.png);
}
.form-register .steps li.current a .title .step-icon.representative,
.form-register .steps li.current a .title .step-icon.owner {
	background-image: url(../img/register_icon/owner-active.png);
}

.form-register .steps li.done a .title .step-icon.user {
	background-image: url(../img/register_icon/user-done.png);
}
.form-register .steps li.done a .title .step-icon.unit {
	background-image: url(../img/register_icon/unit-done.png);
}
.form-register .steps li.done a .title .step-icon.resident {
	background-image: url(../img/register_icon/resident-done.png);
}
.form-register .steps li.done a .title .step-icon.emergency {
	background-image: url(../img/register_icon/emergency-done.png);
}
.form-register .steps li.done a .title .step-icon.occupancy {
	background-image: url(../img/register_icon/occupancy-done.png);
}
.form-register .steps li.done a .title .step-icon.representative,
.form-register .steps li.done a .title .step-icon.owner {
	background-image: url(../img/register_icon/owner-done.png);
} */

.form-register .steps li.done a .title .step-text{
	color: #000;
	font-weight: 500;
}
.form-register .steps li.current a .title .step-text{
	color: #2075d5;
}
#form-total .steps li.current::after{
	content: '';
	position: absolute;
	right: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 4px solid #1b1b1b;
    width: 40px;
    bottom: 2px;
	margin: auto;
	animation: none;
    clip: unset;
    overflow: unset;
    background: transparent;
}
#form-total .steps li.done a{
	display: inline-block;
}
#form-total .steps li.done::before{
	content: '\e86c';
	font-family: "Material Icons";
	font-size: 22px;
	vertical-align: bottom;
    margin-right: 5px;
	display: inline-block;
	color: #008000;
}

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

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

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

.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;
	padding-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.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 20px 20px;
}
.actions ul {
	list-style: none;
	padding-left: 0;
    margin: 0 0 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(--primary-color) !important;
	background-color: #ffffff;
	border: 1px solid var(--primary-color);
	transition: all 0.2s ease !important;
}
.actions ul li:first-child a:hover{
	color: #ffffff !important;
	background: var(--primary-color) !important;
	border: 1px solid var(--primary-color);
	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:hover {
    color: #fff;
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
    opacity: 0.9;
}
.actions ul li a {
    text-decoration: none;
	padding: 15px 52px 10px;
    color: #fff;
    background-color: var(--primary-color);
    font-weight: 400;
    transition: all 0.3s ease;
	height: 48px;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
}
.actions ul li a.disabled {
	background: rgba(3, 131, 73, 0.25);
	border: 1px solid rgba(3, 131, 73, 0.25);
}
.actions ul li:first-child a {
	color: #666;
}
.actions ul li a:last-child {
	padding: 15px 45px 10px;
}
.actions ul li a i {
	font-size: 26px;
}

.mail-preview img{
    width: 100%;
    border: 1px solid #DDDDDD;
}
.mail-preview img:hover{
    border: 1px solid #FFC333;
    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;
}

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

.form-register .steps li a .title .step-icon{
    display: none;
}
.form-register .steps li, .form-register .steps li.current {
    padding: 0;
    width: initial;
	padding-bottom: 20px;
}
.form-register .steps li:last-child{
	width: initial;
}
.form-register .steps li a .step-text {
    font-size: 15px;
	padding: 0 15px;
}
.form-register .steps li.current a .title .step-text {
    color: #000;
    font-weight: 500;
}
.bg-register-card {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
    background-color: #f7f7f7;
}
.form-register section{
    background-color: #f7f7f7;
	margin-top: 0px;
	border-radius: 10px 10px 0 0;
	min-height: calc(100vh - 280px);
}
.back-arrow .btn {
    border-radius: 50px;
    border: 1px solid var(--color3);
    color: var(--color3);
    padding: 10px 20px;
}
.wizard div.actions ul li a{
	display: inline-block;
	vertical-align: top;
}
/*register page newlayout end*/

/* Responsive */
@media screen and (max-width: 1199px) {
/*	.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 20px 20px;
	}
}
@media screen and (max-width: 991px) {
	.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: 991px) and (min-width: 768px) {
	.form-register .steps li::after {
		height: 109px;
	}
}
@media screen and (max-width: 767px) {
	.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;
	}
	.back-arrow .btn{
		padding: 7px 10px;
	}
}
@media screen and (max-width: 575px) {
	.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: 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%;
		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;
	}
	
} 
