.signupForm-section {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.signupForm-section::before {
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url(../images/bg_mask.png);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.contentBoxMargin {
	margin: 0 0 50px;
}
.signupForm-section .display-table {
	display: table;
	height: 100vh;
	width: 100%;
}
.signupForm-section .display-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.signupForm-section .form-wrap {
	background-color: #fff;
	border-radius: 4px;
	margin: 30px auto;
	padding: 30px;
}
.signupForm-section h2.form-title {
	font-size: 32px;
	font-weight: bold;
	color: #33691E;
	margin: 50px 0;
	padding: 0 30px;
	text-align: center;
}
#signUpForm h3.section-title {
	background-color: rgba(62, 62, 62, 0.9);
	border: 1px solid rgba(62, 62, 62, 0.9);
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: 50px 0;
	text-align: center;
}
.vendor_reg_page .signupForm-section #signUpForm h3.section-title {
margin: 10px 0 50px;
}
#signUpForm h3.section-form-title {
	color: #33691E;
	border-bottom: 5px solid #b5b5b5;
	font-weight: bold;
	max-width: 320px;
	margin: 50px auto;
	padding-bottom: 5px;
	text-align: center;
}
.signUpForm-step-holder {
	/*overflow: hidden;*/
	position: relative;
}
.signUpForm-step-wrap {
	/*overflow: hidden;*/
	-webkit-transition: all 0.23s ease-in-out 0s;
	-moz-transition: all 0.23s ease-in-out 0s;
	-ms-transition: all 0.23s ease-in-out 0s;
	-o-transition: all 0.23s ease-in-out 0s;
	transition: all 0.23s ease-in-out 0s;
}
#signUpForm .slide-right {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	width: 100%;
}
#signUpForm .slide-left {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
#signUpForm .open {
	height: auto;
	opacity: 1;
}
#signUpForm .form-layer-steps {
	    margin: 0 0 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#signUpForm .form-layer-progress {
	background-color: #b5b5b5;
	height: 1px;
	left: 0;
	position: absolute;
	top: 26px;
	width: 100%;
}
#signUpForm .form-layer-progress-line {
	background-color: #33691E;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
}
#signUpForm .form-layer-tolal-steps-4 .form-layer-step {
	float: none;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 21%;  
    display: inline-block;
}
#signUpForm .form-layer-step-icon {
	background-color: #b5b5b5;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-top: 4px;
	width: 40px;
	text-align: center;
}
#signUpForm .form-layer-step.activated .form-layer-step-icon {
	background-color: #fff;
	border: 1px solid #33691E;
	color: #33691E;
	line-height: 38px;
}
#signUpForm .form-layer-step.active .form-layer-step-icon {
	background-color: #33691E;
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	margin-top: 0;
	width: 48px;
}
form#signUpForm {
	margin: 0 0 20px;
}
#signUpForm h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 15px;
}
#signUpForm .form-group {
	margin: 0 0 30px;
	position: relative;
}
#signUpForm .form-control {
	padding-left: 50px;
	border: 1px solid #3e3e3e;
}
#signUpForm .input-group-icon {
	background-color: #3e3e3e;
	border: 0 none;
	border-radius: 4px 0 0 4px;
	color: #fff;
	display: table-cell;
	font-size: 14px;
	height: 100%;
	padding: 5px 7px 7px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 40px;
	position: absolute;
	top: 0;
}
#signUpForm .has-error .form-control {
	border-color: #ce0606 !important;
}
#signUpForm .has-error .input-group-icon {
	background-color: #ce0606;
	color: #ffffff;
}
#signUpForm .form-control:focus, #signUpForm .has-error .form-control:focus {
	border-color: #33691E;
	box-shadow: 0 1px 1px rgba(3, 17, 202, 0.075) inset, 0 0 8px rgba(3, 17, 202, 0.6);
}
#signUpForm .form-control:focus+.input-group-icon, #signUpForm .has-error .form-control:focus+.input-group-icon {
	background-color: #33691E;
	color: #fff;
}
#signUpForm .help-block {
	color: #ce0606 !important;
	margin: 0 !important;
	position: absolute !important;
	bottom: -30px !important;
}#signUpForm .help-block .list-unstyled li{color: #ce0606 !important;}
#signUpForm .validagree .help-block.with-errors {
	bottom: -30px;
}
#signUpForm .help-block.with-errors.mandatory-error {
	bottom: auto;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
#signUpForm .text-danger {
	color: #ce0606;
	font-size: 20px;
}
#profile-Image img {
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	max-width: 150px;
}
#signUpForm .form-group.attachmentFile {
	display: table;
	margin: 15px 0 40px;
}
#signUpForm .input-group-btn~.form-control {
	border-radius: 0 4px 4px 0;
	cursor: not-allowed;
	padding-left: 10px;
}
#signUpForm .input-group-btn>.btn {
	background-color: #3e3e3e;
	border: 1px solid #3e3e3e;
	border-radius: 4px 0 0 4px;
	color: #fff;
	height: 34px;
	padding: 4.5px 14px;
}
#signUpForm .attachmentFile .input-group-btn:first-child>.btn, #signUpForm .input-group-btn:first-child>.btn-group {
	margin-left: 0;
}
#signUpForm .input-group-btn>.btn>input[type="file"] {
	display: none;
}
#signUpForm select {
	background-color: transparent;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#signUpForm select {
	background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%), linear-gradient(135deg, #3e3e3e 50%, transparent 50%), radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
#signUpForm select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #33691E 50%), linear-gradient(135deg, #33691E 50%, transparent 50%), radial-gradient(transparent 66%, transparent 66%);
}
#humanCheckCaptchaBox {
	font-weight: bold;
}
#humanCheckCaptchaBox, #humanCheckCaptchaInput, #firstDigit, #secondDigit, #mathfirstnum, #mathsecondnum {
	display: inline;
}
#humanCheckCaptchaInput.form-control {
	height: 30px;
	margin-left: 10px;
	padding: 4px;
	text-align: center;
	width: 45px;
}
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	border: none;
	box-shadow: none;
	width: 30px;
	height: 30px;
	padding: 0;
	pointer-events: none;
	text-align: center;
}
#signUpForm .btn-default {
	background-color: transparent;
	border-color: #3e3e3e;
	color: #222;
}
#signUpForm .form-control[disabled], #signUpForm .form-control[readonly], #signUpForm .form-control {
	background-color: transparent;
	border: 1px solid #3e3e3e;
}
#signUpForm .btn {
	overflow: hidden;
	font-size: 16px;
	padding: 6px 20px;
}
#signUpForm .btn-custom {
	background-color: #3e3e3e;
	border: 1px solid #3e3e3e;
	box-shadow: 0 0 1px transparent;
	color: #fff;
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	transform: perspective(1px) translateZ(0px);
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	vertical-align: middle;
}
#signUpForm .btn-custom::before {
	background-color: #33691E;
	border-color: #33691E;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	-o-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	z-index: -1;
}
#signUpForm .btn-custom:hover, #signUpForm .btn-custom:focus, #signUpForm .btn-custom:active {
	border-color: #33691E;
	color: #fff;
}
#signUpForm .btn-custom:hover::before, #signUpForm .btn-custom:focus::before, #signUpForm .btn-custom:active::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
#signUpForm .btn.disabled, #signUpForm .btn[disabled], #signUpForm fieldset[disabled] .btn {
	opacity: 1;
}
#signUpForm .review-submit-section h4 {
	background-color: transparent;
	border: 1px solid #3e3e3e;
	border-radius: 6px;
	color: #222;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
#signUpForm .review-submit-section h5 {
	background-color: rgba(62, 62, 62, 0.7);
	border-radius: 6px;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
	font-size: 22px;
	text-align: center;
}
#signUpForm .review-submit-section p>strong {
	width: 50%;
	float: left;
	color: #33691E;
	padding-right: 10px;
	text-align: right;
}
#signUpForm .review-submit-section p>span {
	width: 50%;
	float: left;
}
#signUpForm .review-submit-section p {
	clear: both;
	text-align: left;
}
#signUpForm .form-layer-step>p {
	text-align: center;
	margin-top: 5px;
}
#signUpForm .section-info-box strong {
	padding-right: 5px;
}
#signUpForm .datepicker-inline {
	border: 1px solid;
	margin: 0 auto;
	width: 220px;
}
.sweet-alert button {
	background-color: #33691E;
}
.sweet-alert {
	padding: 20px;
}
.sweet-alert .sa-icon {
	margin: 0 auto 20px;
}
.sweet-alert h2 {
	margin: 20px 0;
}
.sweet-alert button {
	font-size: 16px;
	font-weight: 400;
	margin: 20px 5px 0;
	padding: 6px 20px;
}
.sweet-alert .sa-icon.sa-error {
	border-color: #ce0606;
}
.sweet-alert .sa-icon.sa-error .sa-line {
	background-color: #ce0606;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	border: 4px solid rgba(60, 118, 61, 0.4);
}
.sweet-alert .sa-icon.sa-success .sa-line {
	background-color: #3c763d;
}
@media screen and (max-width:767px) {
	.signupForm-section h2.form-title {
		padding: 0 15px;
	}
	.signupForm-section .form-wrap {
		padding: 30px 0;
	}
	.foot-style .tips h3{ padding-left:0px; padding-right:0px;}
	.foot-style .tips [class~=arrange] ul li {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
}
@media screen and (max-width:480px) {
	.vendor_reg_page .signupForm-section #signUpForm h3.section-title { font-size: 14px;}
	.vendor_reg_page .signupForm-section h2.form-title{     font-size: 24px;margin: 17px 0 30px;}
    .vendor_reg_page  #signUpForm h3.section-form-title{ margin: 30px auto;}
    .vendor_reg_page  form#signUpForm{ margin-bottom: 0px;}
    .vendor_reg_page #signUpForm .form-layer-steps{ margin: 0 0 25px;}
    .vendor_reg_page .signupForm-section #signUpForm h3.section-title {margin: 10px 0 25px;}
    .vendor_reg_page #signUpForm .text-success,.vendor_reg_page #signUpForm .text-danger{ font-size: 16px;}
    .vendor_reg_page  #signUpForm .form-layer-step-icon, .vendor_reg_page #signUpForm .form-layer-step.activated .form-layer-step-icon{   font-size: 14px; height: 35px; line-height: 35px;width: 35px; }
    .vendor_reg_page #signUpForm .form-layer-step.active .form-layer-step-icon{   font-size: 18px; height: 40px; line-height: 40px;width:40px;}
     #signUpForm .col-xs-6 {
		width: 100%;
	}
	#signUpForm .form-layer-step>p{ display:none}
	#signUpForm .multiselet_dropdown .select-wrapper ul.dropdown-content{ width:100% !important
	;}
	.form-group.solve_math_section{ padding:0 0px 0 13px;}
	.vendor_reg_page #signUpForm .btn.btn-default{padding: 6px 10px;}
}
@media screen and (max-width:420px) {
	#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
		width: 20px;
	}
}
@media screen and (max-width:360px) {
	#signUpForm span.sub-text {
		right: 30px;
	}
}
@media screen and (max-width:340px) {
	#signUpForm .btn {
		margin: 0 0 20px 10px;
	}
	#signUpForm .btn.btn-default.disable {
		display: none;
	}
	.vendor_reg_page #signUpForm .btn {
		margin:0px;
	}
}

#signUpForm  .multiselet_dropdown select{      background-image:none; 
    background-position: none;  
    background-size:auto;  
     background-repeat: no-repeat;  
	background-color: transparent;  
      display: none; 
      box-sizing: none;  
     -webkit-appearance:none;
    -moz-appearance: none;}
	
#signUpForm   .multiselet_dropdown .select-wrapper input.select-dropdown {
        height: 34px;
    border-radius: 4px;
    padding-left: 50px;
    border: 1px solid #3e3e3e;
}
#signUpForm   .multiselet_dropdown .caret{ border:0px none;}
#signUpForm   .multiselet_dropdown .dropdown-content li > span > label{ vertical-align:middle;}
#signUpForm   .multiselet_dropdown .input-group-icon.certificate_icon img{    width: 20px;
    position: relative;
    top: 2px;
    left: 3px;}
#signUpForm   .multiselet_dropdown .select-wrapper  ul.dropdown-content {  max-height: 270px !important;} 

.dropdown.select_dropdown_wd_link {margin: 0 0 30px;}

.dropdown.select_dropdown_wd_link .btn.btn-default.dropdown-toggle{  width: 100%;
    text-align: left;
    color: #868686 !important;
    position: relative;
    padding-left: 48px !important;
    font-size: 14px !important;
    text-transform: capitalize;
   }
.dropdown.select_dropdown_wd_link .caret{ padding: 0px 0;
    position: absolute;
    right: 11px;
    top: 14px;}
.dropdown.select_dropdown_wd_link .dropdown-menu{ border-radius: 0px; width: 100%; box-shadow: none; -webkit-box-shadow: none; border: 1px solid #ddd;}
.dropdown.select_dropdown_wd_link [type="checkbox"]:not(:checked),.dropdown.select_dropdown_wd_link [type="checkbox"]:checked{
 position: relative;; left: 0px; opacity: 1; -webkit-opacity: 1;

}
.dropdown.select_dropdown_wd_link .dropdown-menu li{     min-height: 40px;
    position: relative;
    padding: 11px 15px;}
.dropdown.select_dropdown_wd_link .dropdown-menu li span{ margin-left:4px; display: inline-block; vertical-align: middle;}
.dropdown.select_dropdown_wd_link .dropdown-menu li a{ border: 0px none; position: absolute; right: 0px; top: 0px; }
.dropdown.select_dropdown_wd_link .dropdown-menu li  input[type="checkbox"]{ margin-top:0px; vertical-align: middle; }
.dropdown.select_dropdown_wd_link [class~=dropdown]:hover [class~=dropdown-menu]{ display: none;}
.dropdown.select_dropdown_wd_link .Association_listing.open{ display: block !important;}
.dropdown.select_dropdown_wd_link .Association_listing { margin:0;  display: none !important;}
.dropdown.select_dropdown_wd_link .dropdown-toggle:hover{ box-shadow: none; -webkit-box-shadow: none;}
.dropdown.select_dropdown_wd_link .dropdown-menu.Association_listing , #signUpForm .dropdown.select_dropdown_wd_link .dropdown-menu.Association_listing.open,
#signUpForm .dropdown.select_dropdown_wd_link .dropdown-menu.Association_listing{     height: 200px;
    overflow: auto;}