#tmm-form-wizard *:after,
 #tmm-form-wizard *:before {
	margin: 0;
	padding: 0;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		box-sizing: border-box;
}

/*------------------------------------------------------*/
/*	Form wizard
/*------------------------------------------------------*/

.form-container {
	width: 820px;
	margin: 0 auto;
}
#tmm-form-wizard {
	padding: 0 14px;
}
#tmm-form-wizard .form-login-heading {
	font-size: 24px;
	color: #757575;
}
#tmm-form-wizard .form-login-heading span {
	color: #59bbdf;
	padding: 0 5px;
}
#tmm-form-wizard .stage-container {
	border-bottom: 1px solid #dadada;
	margin-bottom:20px;
}
#tmm-form-wizard .stage {
	display: inline-block;
	position: relative;
	text-align: center;
}
#tmm-form-wizard .stage:before,
#tmm-form-wizard .stage:after {
	position: absolute;
	background-color: #eaeaea;
	top: 50%;
	margin-top: -20px;
	width: 50%;
	height: 5px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	content: '';
}
#tmm-form-wizard .stage:before {
	left: 0;
}
#tmm-form-wizard .stage:after {
	right: 0;
}
#tmm-form-wizard .stage:first-child:before {
	display: none;
}
#tmm-form-wizard .stage:first-child + .stage + .stage + .stage:after {
	display: none;
}
/*	Current stage  */

#tmm-form-wizard .stage.tmm-current .stage-header {
	background-color: #fb6b5b;
	border: none;
}
#tmm-form-wizard .stage.tmm-current .stage-header.head-number {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .9);
}
#tmm-form-wizard .stage.tmm-current:after,
#tmm-form-wizard .stage.tmm-current:before {
	background-color: #fb6b5b;
	border: none;
}
/*	end Current stage  */

/*	Success stage  */

#tmm-form-wizard .stage.tmm-success .stage-header {
	background-color: #92cf5c;
	border: none;
}
#tmm-form-wizard .stage.tmm-success .stage-header.head-number {
	color: #3c611b;
	text-shadow: 1px 1px 0px rgba(173, 219, 114, 1);
}
#tmm-form-wizard .stage.tmm-success:after,
#tmm-form-wizard .stage.tmm-success:before {
	background-color: #92cf5c;
	border: none;
}
#tmm-form-wizard .stage .stage-content .fas {
	color: #92cf5c;
	position:absolute;
	left:0px;
	display:none;
}
#tmm-form-wizard .stage.tmm-success .stage-content .fas{
	display:block;
}
#tmm-form-wizard .stage.tmm-success .stage-header.head-number:after {
	top: 42px;
}
/*	end Succes stage  */

#tmm-form-wizard .stage-header {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #eaeaea;
	text-align: center;
	font-size: 20px;
	color: #a9a9a9;
	border: 1px solid #d9d9d9;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#tmm-form-wizard .stage-header.head-number {
	color: #a9a9a9;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	color: #a9a9a9;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	line-height: 2.2em;
	margin-bottom: 7px;
}
#tmm-form-wizard .stage-content {
	width: 180px;
	padding-left: 17px;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
}
#tmm-form-wizard .stage-title {
	font-size: 15px;
	color: #464646;
	padding-left: 0px;
}
#tmm-form-wizard .stage-info {
	text-align: left;
	color: #a8a8a8;
	font-size: 11px;
	line-height: 1.4;
}
.head-icon {
	display: block;
	background: url(../images/header-sprite.png) no-repeat 0 0;
}
.head-icon.head-icon-lock {
	background-position: 10px -22px;
}
.tmm-success > .head-icon.head-icon-lock,
.tmm-current > .head-icon.head-icon-lock {
	background-position: 10px -423px;
}
.head-icon.head-icon-user {
	background-position: 8px -107px;
}
.tmm-success > .head-icon.head-icon-user,
.tmm-current > .head-icon.head-icon-user {
	background-position: 9px -506px;
}
.head-icon.head-icon-payment {
	background-position: 9px -206px;
}
.tmm-success > .head-icon.head-icon-payment,
.tmm-current > .head-icon.head-icon-payment {
	background-position: 9px -606px;
}
.head-icon.head-icon-details {
	background-position: 8px -312px;
}
.tmm-success > .head-icon.head-icon-details,
.tmm-current > .head-icon.head-icon-details {
	background-position: 8px -713px;
}
#NewConfirmationBox .form-group{
	margin:0px
}
#tmm-form-wizard .stage .stage-header .fas {
    margin-top: 15px;
}
#tmm-form-wizard .stage.tmm-success .stage-header .fas {
    color: #FFFFFF;
}
@media(min-width:980px){
	.registerationUser .container{
		min-height:calc(100vh - 366px)
	}
}
@media only screen and (max-width: 767px) {
	.form-container {
		width: 100%;
	}
	#tmm-form-wizard .stage:before,
	#tmm-form-wizard .stage:after {
		display: none;
	}
	#tmm-form-wizard .stage-content {
		width: 100%;
	}
	#tmm-form-wizard .stage {
		text-align: left;
		margin-bottom: 10px;
	}
	#tmm-form-wizard .stage-header {
		float: left;
	}
	#tmm-form-wizard .stage-title {
		padding-left: 59px;
	}
	#tmm-form-wizard .stage-info {
		padding-left: 60px;
	}
	#tmm-form-wizard .stage.tmm-success .stage-header:after {
		top: -4px;
		left: 209px;
	}
	#tmm-form-wizard .stage.tmm-success .stage-header.head-number:after {
		top: -13px;
	}
	#tmm-form-wizard .stage {
		min-height: 0;
	}
	#tmm-form-wizard dt {
		width: 16%;
	}
	#tmm-form-wizard .tooltip {
		display: none;
	}
}
.bootbox .modal-footer{
	border:none;
	justify-content: center;
}
.bootbox .modal-content{
	border-radius:0;
}
.bootbox .bootbox-close-button{
	display:none;
}
.bootbox .modal-body{
	text-align:center;
}
.bootbox .modal-footer .btn{
	border-radius:0;
	background-color:#B72755;
	border-color:#B72755;
	padding-left:30px;
	padding-right:30px; 
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color:#B72755;
	border-color:#B72755;
	outline:none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow:none;
}
.bootbox .modal-footer .btn:focus{
	outline:none;
	box-shadow:none;
}
.bootbox a {
	font-size:15px
}
#appendStepFirst, #appendStepTwo{
	margin:0px auto;
}
#basicForm .company{
	text-transform: none!important;
}
.clearfx{
	clear:both;
}
R