h2.register-h2.center-h2 {
	margin-bottom: 40px;
}

input[type="checkbox"] {
	height: auto;
}

.corporate-company {
	font-size: 13px;
	color: red;
	margin-top: 4px;
	padding: 2px;
	padding-left: 6px;
	background: yellow;
	position: relative;
	left: 20px;
}

.account-activated .btn {
    max-width: 12em;
    margin-top: 3em;
}

div#select-account-type {
	width: 100%;
	max-width: 445px;
	margin: 0 auto;
	margin-bottom: 110px;
}

#select-account-type span.exist-account {
	position: relative;
	top: 20px;
}

#select-account-type h4 {
	margin-bottom: 20px;
	padding-top: 10px;
	color: #656565;
	text-align: center;
}

.account-type-container {
	display: flex;
	text-align: center;
	font-size: 60px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.more-info {
	margin-top: 30px;
}

.account-type-container p {
	font-size: 16px;
	letter-spacing: 1px;
}

.account-type-container>div {
	border-radius: 4px;
	padding: 10px;
	width: 190px;
	height: 150px;
	cursor: pointer;
	box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.32), 0 1px 8px 0 rgba(70, 70, 70, 0.17), 0 1px 2px rgba(158, 158, 158, 0.31);
}

.account-type-container>div:hover,
.highlight-account-select {
	border: 1px solid #DAA536;
	color: #DAA536;
	box-shadow: 0 0 0 1px rgb(231, 183, 0), 0 1px 5px 0 rgba(189, 170, 18, 0.17), 0 1px 2px rgba(158, 158, 158, 0.31) !important;
}

.highlight-account-select:after {
	content: '\f058';
	font-size: 30px;
	position: relative;
	top: -200px;
	bottom: 0;
	left: 90px;
	font-family: "Font Awesome 5 Free";
	background: #fff;
}

div#registerError {
	background: none;
	border: none;
	text-align: center;
	color: #274053;
	padding: 0px;
}

div#registerError h4 {
	font-size: 1.5em;
	letter-spacing: .4px;
	line-height: 1.6;
}

.registerError {
	margin-top: 20px;
}

.agree-to-terms {
	margin-top: 10px;
}

.agree-to-terms .btn-link {
	color: #B07337;
}

.combined-input-boxes .col-split {
	padding: 0 15px 0 0;
}

.combined-input-boxes .col-split:last-child {
	padding: 0;
}

.row {
	/* margin-bottom:10px;
																																																																																						     */
}

.btn {
	margin-right: 10px;
}

.registerLogin.btn {
	width: 100px;
}

.btn-med {
	padding: 7px 15px 7px 18px;
}

.control-label {
	font-weight: 400;
	text-align: right;
	margin-top: 7px;
}

@media (max-width: 992px) {
	.control-label {
		text-align: left;
	}
}

.control-item {
	margin-bottom: 10px;
}

/*=========For Progress On Registration============*/

.steps-progress {
	list-style: none;
	overflow: hidden;
}

.steps-progress li {
	float: left;
}

.steps-progress li a {
	color: black;
	text-decoration: none;
	padding: 10px 0 10px 50px;
	/*background: brown;
																																																																																																															     */
	/* fallback color */
	background: rgb(217, 237, 247);
	position: relative;
	display: block;
	float: left;
	/*pointer-events: none;
																																																																																																																							     */
	cursor: default;
	width: 200px;
	text-align: center;
}

select {
	margin-bottom: 10px;
}

.col-md.check-term {
	margin: 5px 0 0 1px;
}

input#terms {
	cursor: pointer;
}

/* .registration-display-info {
																																																																																																																																       cursor:pointer;
																																																																																																																																	        padding-left: 4px;
																																																																																																																																			}
																																																																																																																																			 */

#ext1 {
	margin-left: 20px;
	width: 50px;
}

p.fields-required.form-top {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.steps-progress li a:after {
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		/* Go big on the size, and let overflow hide */
		border-bottom: 50px solid transparent;
		border-left: 30px solid rgb(217, 237, 247);
		position: absolute;
		top: 50%;
		margin-top: -50px;
		left: 100%;
		z-index: 2;
	}
	.steps-progress li a:before {
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
		border-left: 35px solid #F5F5F5;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		margin-left: 1px;
		left: 100%;
		z-index: 1;
	}
}

.steps-progress li:first-child a {
	padding-left: 10px;
}

.steps-progress li:last-child a:after {
	background: rgb(217, 237, 247);
}

.steps-progress li a:hover {
	background: hsla(34, 85%, 25%, 1);
}

.steps-progress li a:hover:after {
	border-left-color: hsla(34, 85%, 25%, 1) !important;
}

.steps-progress .active a {
	background: rgb(0, 136, 204);
	color: white;
}

.steps-progress .active a:after {
	border-left-color: rgb(0, 136, 204);
	color: white;
}

.steps-progress .active .last a:after {
	background: rgb(0, 136, 204);
}

/*Progress bar bootstrap version*/

.bs-wizard {
	/* margin-top: 40px;
																																																																																																																																																																																																																				        */
	margin-left: -11px;
	margin-right: -2px;
}

/*Form Wizard*/

.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	/* padding: 0 0 10px 0;
																																																																																																																																																																																																																											     */
	margin-bottom: 0;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	/* color: #000;
																																																																																																																																																																																																																																	        font-size: 16px;
																																																																																																																																																																																																																																			     */
	margin-bottom: 5px;
}

.bs-wizard-stepnum {
	color: #9D9D9D;
	margin-left: 10px;
	font-weight: 300;
	letter-spacing: .5px;
	font-size: 1.05em;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	background: #BE7B3A;
	top: 40px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard>.bs-wizard-step>.bs-login:before {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #CB9137;
	border-radius: 50px;
	content: '';
}

.bs-wizard>.bs-wizard-step>.bs-login:after {
	content: '1';
	font-weight: 300;
	color: #fff;
	font-size: 21px;
	position: absolute;
	text-align: center;
	top: 3px;
	left: 13px;
}

.bs-wizard>.bs-wizard-step.active>.bs-general:before,
.bs-wizard>.bs-wizard-step.complete>.bs-general:before {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #CB9137;
	border-radius: 50px;
	content: '';
}

.bs-wizard>.bs-wizard-step.active>.bs-general:after,
.bs-wizard>.bs-wizard-step.complete>.bs-general:after {
	content: '2';
	font-weight: 300;
	color: #fff;
	font-size: 21px;
	position: absolute;
	text-align: center;
	top: 3px;
	left: 13px;
}

.bs-wizard>.bs-wizard-step.active>.bs-activate:before {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #CB9137;
	border-radius: 50px;
	content: '';
}

.bs-wizard>.bs-wizard-step.active>.bs-activate:after {
	content: '3';
	font-weight: 300;
	color: #fff;
	font-size: 21px;
	position: absolute;
	text-align: center;
	top: 3px;
	left: 13px;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
	/*Overwrite the default color of bootstrap*/
	background-color: #ECECEC
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0px;
	box-shadow: none;
	background: #CB9137;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #ECECEC;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}

/*END Form Wizard*/
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	border-color: rgb(162, 162, 162);
	color: #000;
	background-color: #dedede;
}

/*Responsive modal-dialog*/

@media (max-width: 750px) {
	.modal-content {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.account-type-container>div {
		border-radius: 4px;
		padding: 10px;
		width: 150px;
		height: 150px;
	}
	div#select-account-type {
		max-width: 330px;
	}
	.highlight-account-select:after {
		left: 70px;
	}
}