*,
*:before,
*:after {
	box-sizing: border-box;
}
/* *{transition: filter 0.25s ease;} */
*:focus {
	outline: unset;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
	border: none;
	outline: none;
}
input,
textarea,
button {
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
}
input:focus,
textarea:focus,
button:focus,
button:active {
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	position: relative;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	background: #f6f6f6;
}
img {
	display: block;
	height: auto;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.75em;
}
h5 {
	font-size: 1.375em;
}
h6 {
	font-size: 1.125em;
}
label {
    font-size: 1em;
    color: #151b4e;
}
button {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.green-btn{
	min-width: 12.5em;
	padding: 0.375em 1em;
	font-size: 1.125em;
	font-weight: 600;
	color: #fff;
	background: #006580;
	border: 1px solid #006580;
	box-shadow: 0px 4px 10px rgba(0, 101, 128, 0.24);
	border-radius: 4px;
	text-align: center;
	line-height: 1.5;
}
.product-listing-bottom ul{list-style-type: inherit;}
.product-listing-bottom li{list-style-type: inherit;}
.white-btn{
	min-width: 12.5em;
	padding: 0.375em 1em;
	font-size: 1.125em;
	font-weight: 600;
	color: #006580;
	border: 1px solid #006580;
	border-radius: 4px;
	text-align: center;
	line-height: 1.5;
}
.create-an-account .container{
    max-width: 1380px;
}
.account-form-area{
    padding: 2.5em 2em;
    background: #FFFFFF;
	border-radius: 0.625em;
	margin: 0 0 2em;
}
.account-form-left {
	width: 52%;
}
.account-form-right{
	width: 45%;
}
.account-form-right-inner{
	position:relative;
}
.form-title{
    padding-bottom: 0.5em;
    display: flex;
    align-items: center;
}
.form-title h3{
    padding-right: 0.25em;
}
.account-form-left h3 {
    font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.account-form-fields{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5%;
}
.account-form-fields .input-field{
	margin: 18px 2.5%;
	flex: 0 0 45%;
}
.account-form-fields .input-field .helper-text{
	position: absolute;
	width: 100%;
}
.account-form-fields .input-field > label {
	width:auto!important;
	font-size: 1em;
	color: #151b4e;
	position: absolute;
	left: 2.25em;
	-webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}
.input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.account-form-fields .input-field>label:not(.label-icon).active{
	left:0; z-index:1;
}
.account-form-fields input {
	margin: 0;
}
.account-form-fields select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.account-form-fields select:focus{
    outline:none;
    border-bottom: 1px solid #006580;
    box-shadow: 0 1px 0 0 #006580;
}
.account-form-fields .user-icon {
	flex-basis: 95%;
}
.account-form-fields .user-icon input {
	background-image: url(../images/svg/user-icon.svg);
	background-position: 0.625em center;
	background-repeat: no-repeat;
}
.account-form-fields .email-icon input {
	background-image: url(../images/svg/email-icon.svg);
	background-position: 0.625em center;
	background-repeat: no-repeat;
}
.account-form-fields .company-type input {
 	background-image: url(../images/svg/company-type.svg), url(../images/svg/caret-icon.svg); 
	 background-position: 0.625em center, right 0.75em center; 
	 background-repeat: no-repeat, no-repeat; 
}

.account-form-fields .company-type select {
	 background-image: url(../images/svg/company-type.svg), url(../images/svg/caret-icon.svg); 
	 background-position: 0.625em center, right 0.75em center; 
	 background-repeat: no-repeat, no-repeat; 
}
.account-form-fields .compnay-icon input {
	background-image: url(../images/svg/building-icon.svg), url(../images/svg/caret-icon.svg);
	background-position: 0.625em center, right 0.75em center;
	background-repeat: no-repeat, no-repeat;
}
.account-form-fields .company-url {
	position:relative;
	display: flex;
	align-items: center;
}
.account-form-fields .company-url input{
	padding-left: 105px;
}
.account-form-fields .company-url label{
	left: 105px;
}
#web-dropdown{
	padding-left: 2.5em;
	width: 100px;
	height: 28px;
	position:absolute;
	z-index: 1;
	font-size: 12px;
	color: #fff;
	border: none;
	background-color: #65656F;
	background-image: url(../images/svg/web-icon2.svg),url(../images/svg/caret-icon2.svg);
	background-position: 0.325em center, right 0.5em center; 
	background-repeat: no-repeat, no-repeat;
	border-radius: 3px;
}
.account-form-fields .user-title-icon input {
	background-image: url(../images/svg/user-title-icon.svg);
	background-position: 0.625em center;
	background-repeat: no-repeat;
}
.account-form-fields .contact-icon input {
	background-image: url(../images/svg/contact-icon.svg);
	background-position: 0.625em center;
	background-repeat: no-repeat;
}
.account-form-fields .password-icon input {
	background-image: url(../images/svg/password-icon.svg);
	background-position: 0.625em center;
	background-repeat: no-repeat;
}
.account-form-fields .password-criteria{
	margin: 18px 2.5%;
	flex-basis: 100%;
	padding-left: 1.5em;
}
.account-form-fields .password-criteria ul{
	display: flex;
	justify-content: space-between;
}
.account-form-fields .password-criteria ul li{
	padding-left: 1.75em;
	padding-top: 0.25em;
	font-size: 0.875em;
	font-weight: 600;
	color: #D2042D;
	background: url(../images/svg/cross-icon.svg) 0 5px no-repeat;
}
.account-form-fields .password-criteria.password-criteria-match ul li{
	color: #009E49;
	background: url(../images/svg/tick-icon.svg) 0 7px no-repeat;
}
.account-form-fields .url-not-msg{
	display:flex;
	align-items: center;
}
.account-form-fields .url-not-msg a{
	font-weight: 600;
	color: #006580;
	text-decoration: underline;
}
.account-form-fields .agreement-link{
	text-align: center;
	flex-basis: 100%;
	margin-bottom: 1.75em;
}
.account-form-fields .agreement-link span.invalid_term,
.account-form-fields .agreement-link span.invalid_term a{
    color:#D2042D;
}
.account-form-fields .forgot-password {
	padding-bottom: 3em;
	font-size: 0.875em;
	color: #8b8d8e;
	font-weight: 700;
}
.account-form-fields .form-action {
    text-align: center;
    flex-basis: 100%;
}
.account-form-fields .action-link {
	color: #151b4e;
}
.account-form-fields .agreement-link [type="checkbox"]+span:not(.lever){
	padding-left: 25px;
}
.account-form-fields .agreement-link [type="checkbox"].filled-in:checked+span:not(.lever):after,
.account-form-fields .agreement-link [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
	top: 5px;
	width: 1em;
	height: 1em;
}
.account-form-fields .agreement-link [type="checkbox"].filled-in:checked+span:not(.lever):after{
	background: #006580;
    border: 2px solid #006580;
}
.account-form-fields .agreement-link [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
	border: 2px solid #A9A9AF;
}
.account-form-fields .agreement-link [type="checkbox"].filled-in:not(:checked)+span.invalid_term:not(.lever):after{
    border:2px solid #D2042D;
}
.account-form-fields .agreement-link [type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 3px;
    left: 0px;
    width: 7px;
    height: 11px;
}
.account-form-slider{
	position: absolute;
	left: 2.5em;
	right: 2.5em;
	top: 2.5em;
	bottom: -2.5em;
	padding: 5em;
	background-color: rgba(27, 32, 78, 0.9);
}
.account-form-slide h2 {
	padding-bottom: 0.35em;
	font-weight: 400;
	color: #fff;
	font-size: 3em;
}
.account-form-slide h6 {
	padding-bottom: 1em;
	color: #fff;
	font-size: 1.375em;
	text-transform: uppercase;
}
.account-form-slide p {
	padding-bottom: 2em;
	color: #fff;
	font-size: 1.125em;
	line-height: 1.5;
}
.account-form-slider .slick-arrow {
	width: 62px;
	height: 62px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 54px;
	border: 0.5em solid #fff;
	background-color: #00A0A3;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1em;
	text-indent: -9999px;
	z-index: 9;
}
.account-form-slider .slick-prev {
	left: -31px;
	background-image: url(../images/prev-icon.png);
}
.account-form-slider .slick-next {
	right: -31px;
	background-image: url(../images/next-icon.png);
}
.account-form-slider .slick-dots{
	position: absolute;
	bottom: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.account-form-slider .slick-dots li{
	margin: 0 0.25em; 
	text-indent: -9999px;
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.account-form-slider .slick-dots li.slick-active{
	background: #00A0A3;
}
.thank-you-content{
	padding: 1.5em 0 0;
}
.thank-you-content p{
	font-size: 1.375em;
	padding-bottom: 1.25em;
}
.autocomplete-wrap{
	max-width: 302px;
	padding: 0.75em 0.15em 0.75em 0.75em;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.autocomplete-wrap ul::-webkit-scrollbar-track {
	background-color: #eef2f4;
}
.autocomplete-wrap ul::-webkit-scrollbar {
	width: 7px;
	background-color: #eef2f4;
}
.autocomplete-wrap ul::-webkit-scrollbar-thumb {
	background-color: #4D93A6;
}
.autocomplete-wrap ul{
	padding-right: 1em;
	margin:0;
	max-height: 224px;
	overflow-y: scroll;
}
.selectlist{
	display:block;
}
/*Custom Select css start*/
.account-form-fields .custom-select {
  
}
.account-form-fields .custom-select select {
	display: none; 
}
.account-form-fields .select-selected {
	background-color: #F9F9FA;
}
/*style the arrow inside the select element:*/
.account-form-fields .select-selected:after {
	position: absolute;
	content: "";
	top: 21px;
	right: 10px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #65656F transparent transparent transparent;
}
.account-form-fields .select-selected:before{
    position: absolute;
    top: 50%;
    left: 10px; 
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/svg/company-type.svg) no-repeat; 
    transform: translateY(-50%);
}
/*point the arrow upwards when the select box is open (active):*/
.account-form-fields .select-selected.select-arrow-active:after {
  border-color: transparent transparent #006580 transparent;
  top: 16px;
}

/*style the items (options), including the selected item:*/
.account-form-fields .select-selected {
  color: #151b4e;
  padding: 0.5em 1em 0.5em 2.125em;
  cursor: pointer;
  user-select: none;
  height: 3.125em;
  border: none;
  border-bottom: 1px solid #A9A9AF;
  box-shadow: 0 1px 0 0 #a9a9af;
  line-height: 2.125em;
}
.account-form-fields .select-selected.select-arrow-active {
    border-bottom: 1px solid #006580;
    box-shadow: 0 1px 0 0 #006580;
}
.account-form-fields .select-items div{
    color: #151b4e;
    cursor: pointer;
    user-select: none;
    padding: 0.25em 1em;
}
.select-items li{
    color: #151b4e;
    cursor: pointer;
    user-select: none;
    padding: 0.25em 1em;
}
/*style items (options):*/
.account-form-fields .select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-top:2px;
}

/*hide the items when the select box is closed:*/
.account-form-fields .select-hide {
  display: none;
}

.account-form-fields .select-items div:hover, .same-as-selected,.select-items li:hover {
  	background-color: #DCDDDE;
}
#companys-type select option:checked{
    background:#DCDDDE !important;
}
#companys-type label{ 
	top:-5px; 
	z-index:88; 
	opacity:0
}
#RoleId{
	display:none
}
#comty{
	padding: 0; 
	position:relative; 
	width:100%
}
#comty li{
	list-style: none; 
	padding:8px 16px 8px 34px; 
}
#comty li:nth-child(1){
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em 1em 0.5em 2.125em;
	height: 3.125em;
	color: #151b4e;
	border: none;
	border-bottom: 1px solid #A9A9AF;
	box-shadow: 0 1px 0 0 #a9a9af;
	background-color: #F9F9FA;  background-image: url(../images/svg/company-type.svg), url(../images/svg/caret-icon.svg); 
	background-position: 0.625em center, right 0.75em center; 
	background-repeat: no-repeat, no-repeat; 
}
#comty li:nth-child(1)~li{
	display: none; 
	position:absolute; 
	z-index:777; 
	cursor:default; 
	width:100%
}
#comty li:nth-child(1)~li:hover{   
	background:#DCDDDE !important;
}
#comty li:nth-child(2){
	top:49px; 
	background:#fff; 
	height:33px; 
	padding:0px 10px !important;
}
#comty li:nth-child(3){
	top:81px; 
	background:#fff; 
	height:33px; 
	padding:0px 10px !important;
}
#comty li:nth-child(1)~li:hover{
	background: red
}

/*Custom Select css end*/
.ValidClass{
	border-bottom: 1px solid #009E49!important;
	box-shadow: 0 1px 0 0 #009e49!important;
}
.InValidClass{
	border-bottom: 1px solid #D2042D!important;
	box-shadow: 0 1px 0 0 #D2042D!important;
}
/*Thank You page css*/ 
.thank-you-area{
	padding: 4em 0;
}
.thank-you-area .container{
	max-width: 700px;
}
.thank-you-details{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	padding: 4em 6em 3em;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.thank-you-details img{
	margin-bottom: 40px;
}
.thank-you-details h2{
	font-size: 2.25em;
	font-weight: 700;
	padding-bottom: 0.75em;
}
.thank-you-details h5{
	line-height: 1.75;
	font-weight: 700;
	text-transform: uppercase;
	color: #888989;
	padding-bottom: 1.5em;
}
.thank-you-details p{
	font-size: 1.125em;
	color: #888989;
}
.thank-you-details .verify-btn{
	padding: 0.5em 2em;
	margin-bottom: 2.5em;
	background: #cb6018;
	font-size: 1.25em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.thank-you-details .social-links li a {
	width: 56px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	transition: all ease 0.25s;
}
.thank-you-details .social-links li.facebook a {
	background: url(../images/social-icons-2.jpeg) 0 0 no-repeat;
}
.thank-you-details .social-links li.twitter a {
	background: url(../images/social-icons-2.jpeg)-55px 0 no-repeat;
}
.thank-you-details .social-links li.pinterest a {
	background: url(../images/social-icons-2.jpeg)-109px 0 no-repeat;
}
.thank-you-details .social-links li.gplus a {
	background: url(../images/social-icons-2.jpeg)-164px 0 no-repeat;
}

@media only screen and (max-width: 1300px) {
	.account-form-left h3 {
		font-size: 1.5em;
		font-weight: 500;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.account-form-left h3 {
		font-size: 1.2em;
	}
	.account-form-fields .input-field {
		margin: 18px 1%;
		flex: 0 0 48%;
	}
	.account-form-fields .user-icon{
		flex-basis: 98%;
	}
	#web-dropdown{
		width: 90px;
	}
	.account-form-fields .company-url input {
		padding-left: 95px;
	}
	.account-form-fields .company-url label {
		left: 95px;
	}
	.account-form-fields .url-not-msg a {
		font-size: 14px;
	}
	.account-form-slider{
		padding: 3em 2em;
	}
	.account-form-slide p{
		padding-bottom: 1em;
	}
}
@media only screen and (max-width: 1023px) {
	body{
		background-color: #ffffff;
	}
	.site-header .flex-content {
		justify-content: center;
	}
	.site-header .header-top,
	.site-header .header-bottom .nav-menu,
	.account-form-right,
	.form-title,
	.site-footer {
		display: none;
	}
	.account-form-area{
		padding: 0 1.75em 1em;
	}
	.form-title-mobile{
		display:flex;
		flex-direction: column;
		align-items: center;
	}
	.form-title-mobile p {
		font-weight: 500;
		text-align: center;
		line-height: 24px;
	}
	.form-title-mobile button {
		margin: 1em 0;
	}
	.account-form-left{
		width: 100%;
	}
	.account-form-fields{
		margin: 0 2.5%;
	}
	.account-form-fields .user-icon {
		flex-basis: 100%;
	}
	.account-form-fields .input-field {
		margin: 15px 0;
		flex: 0 0 100%;
	}
	.account-form-fields .password-criteria {
		margin: 15px 0;
		padding-left: 0;
	}
	.form-seperator{
		width: 100%;
		position: relative;
		margin: 0 2.5%;
		display: flex;
		justify-content: center;
	}
	.form-seperator:before{
		content: '';
		width: 100%;
		height: 1px;
		position:absolute;
		left: 0;
		top: 13px;
		background: #000;
	}
	.form-seperator span{
		padding: 0 1em;
		background: #fff;
		position: relative;
		z-index: 1;
	}
}
@media only screen and (max-width: 767px) {
	.account-form-fields .password-criteria ul {
		display: flex;
		justify-content: unset;
		flex-direction: column;
	}
}
