html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,input,textarea,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video 
{	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: top;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

em {
	font-style: italic;
}

ul,
li {
	list-style: none;
}

a, input[type="button"] {
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: all ease 0.3s;
}
a:hover{ 
	color: #193B57;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8a8f92;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #8a8f92;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #8a8f92;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #8a8f92;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
html,body{height:100%;margin:0;padding:0}

@font-face {
	font-family: 'Conv_CircularStd-Medium';
	src: url('../fonts/CircularStd-Medium.eot');
	src: local('☺'), url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf') format('truetype'), url('../fonts/CircularStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_CircularStd-Book';
	src: url('../fonts/CircularStd-Book.eot');
	src: local('☺'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_CircularStd-Bold';
	src: url('../fonts/CircularStd-Bold.eot');
	src: local('☺'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_CircularStd-Black';
	src: url('../fonts/CircularStd-Black.eot');
	src: local('☺'), url('../fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.ttf') format('truetype'), url('../fonts/CircularStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	min-height: 100%;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Conv_CircularStd-Book';
}

h1 {
	font-family: 'Conv_CircularStd-Black';
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	padding: 14px 0 10px;
	position: relative;
}
h1:before, h2:before {
    background: #00dd82;
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

h2 {
	font-family: 'Conv_CircularStd-Black';
	font-size: 24px;
	color: #142E43;
	line-height: 30px;
	padding: 14px 0 50px;
	position: relative;
}
h2 span{
	line-height: 20px;
	font-family: 'Conv_CircularStd-Book';
	display: block;
	padding-top: 10px;
	font-size: 14px;
	color: #142E43;
	font-weight: normal;
}

h3 {
	font-family: 'Conv_CircularStd-Black';
	font-size: 14px;
	padding: 0 0 6px;
	color: #142E43;
	line-height: 16px;
	text-transform: uppercase;
}

h4 {

}

h5 {

}

p {
	padding: 0;
}
#header{
	background: #142E43;
	padding: 12px 9.7%;
}
#content{
	min-height: calc(100% - 59px);
	display: flex;
}
.logo{
	display: block;
	float: left;
	width: 140px;
}
.logo img{
	width: 100%;
	height: auto;
}
.call{
	font-family: 'Conv_CircularStd-Black';
	font-size: 14px;
	color: #5F7A90;
	line-height: 35px;
	float: right;
}
.call:hover{
	color: #fff;
}
.call img{
	display: none;
}
.loginLeft{
	width: 50%;
	background: url(../images/sp-photo.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100%;
	float: left;
	position: relative;
}
.loginLeft:after{
	background: rgba(20,46,67,0.85);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 1
}
.loginLeftOut{
	display: table;
	height: calc(100vh - 60px);
	width: 100%;
	position: relative;
	z-index: 2;
	
}
.loginLeftInner{
	display: table-cell;
	vertical-align: bottom;
	padding: 9.7%;
}
.loginLeft p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}
.loginRgt{
	width: 50%;
	min-height: 100%;
	padding:50px 9.7%;
	float: left;
	position: relative;
}
.loginRgtOut{
	display: table;
	height: 100%;
	width: 100%;
}
.loginRgtInner{
	display: table-cell;
	vertical-align: middle;
}
.loginForm{
	max-width: 320px;
	margin: 0 auto;
}
.backToLogin {
	padding: 10px 0 50px;
	text-align: center;
}
.backToLogin a{
	font-family: 'Conv_CircularStd-Black';
	color: #0DD98A;
	display: inline-block;
	font-size: 14px;
}
.field-label {
    display: block;
    position: relative;
    padding-bottom: 20px;
}
.field-text {
    background: #FAFAFA;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.10);
    border-radius: 3px;
    border: 0;
    color: #142E43;
    font-family: 'Conv_CircularStd-Book';
    font-size: 16px;
    padding: 20px;
    width: 100%;
    height: 60px;
}
.field-text.error {
	background: #FAFAFA;
	border: 1px solid #FF0000;
	box-shadow: 0 0 5px 0 rgba(255,0,0,0.50), inset 0 1px 3px 0 rgba(0,0,0,0.10);
	border-radius: 3px;
	color: #f00
}
.errorMsg {
	background: #FF0000;
	text-align: center;
	padding:5px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.errorMsg span{
	display: inline-block;
	background: url(../images/error.svg) 0 0 no-repeat;
	font-family: 'Conv_CircularStd-Book';
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 20px;
}
.field-select-cust{
	position: relative;
}
.field-select-cust .field-text{
	padding-right: 36px;
}
.field-select-cust:after {
    background: url(../images/multi-select.svg) 0 0 no-repeat;
    position: absolute;
    right: 20px;
    top: 24px;
    content: '';
    height: 10px;
    width: 6px;
    pointer-events: none;
    display: block;
}
.btn {
    border:0;
    background: #0DD98A;
    border-radius: 3px;
    font-family: 'Conv_CircularStd-Black';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 60px;
    height: 60px;
    padding: 0 38px;
    display: block;
    width: 100%;
    cursor: pointer;
}
.btn:hover {
    background: #193B57;
}
.formOpt{
	padding: 30px 0 50px;
}
.remember{
	display: block;
	float: left;
	
}
.forgotPass{
	display: block;
	float: right;
	font-family: 'Conv_CircularStd-Black';
	font-size: 14px;
	color: #0DD98A;
	text-align: right;
	line-height: 20px;
}
.checkbox-field {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	color: #142E43;
	line-height: 20px;
}

/* Hide the browser's default checkbox */
.checkbox-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-field:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-field input:checked ~ .checkmark {
  background: #0DD98A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-field input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-field .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.needAcc{
	font-family: 'Conv_CircularStd-Medium';
	font-size: 18px;
	color: #142E43;
	text-align: center;
	line-height: 20px;
	display: block;
}
.needAcc a{
	font-family: 'Conv_CircularStd-Black';
	color: #0DD98A;
	text-transform: uppercase;
}
.needAcc a:hover{ 
	color: #193B57;
}
.signupFormCont{
	margin: 0 -10px 50px;
}
.signupFormCont li {
	display: block;
	float: left;
	padding: 0 10px;
	width: 50%;
}
.signupFormCont li.fullWid{
	width: 100%;
	padding-bottom: 20px;
	padding-top: 30px;
	font-family: 'Conv_CircularStd-Black';
	font-size: 18px;
	color: #142E43;
	line-height: 20px;
}
.signupFormCont li .checkbox-field{
	font-family: 'Conv_CircularStd-Book';
	font-size: 12px;
	line-height: 16px;
	color: #B8C0C6;
}
.signupFormCont li .checkbox-field a{
	color: #577b92;
	font-family: 'Conv_CircularStd-Black';
}
.signupFormCont li .checkbox-field a:hover{
	color: #0DD98A
}
#forgotPass{
	display: none;
}

.sign-up-success {

	/*margin-bottom:60px; */
	/*height:60px; */
	/*line-height:auto; */
	/*font-family:'CircularStd-Book';  */
	color: #0DD98A; 
	font-size: 15px; 
	-webkit-border-radius:4px; 
	/*padding-left:67px;  */

	/*background-position:30px 19px;*/
}
/*Autocomplete CSS
-------------------------*/
.ui-widget.ui-widget-content{
	background: #FFFFFF;
	border: 1px solid #EEEEEE !important;
	border-radius: 0px 0px 3px 3px;
	max-height: 210px;
	overflow-y: auto;
	overflow-x: hidden;
}
.ui-widget.ui-widget-content::-webkit-scrollbar {
	width: 6px;
}
.ui-widget.ui-widget-content::-webkit-scrollbar-track {
	background: #fff;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
	background: #ccc;
}
.ui-widget.ui-widget-content::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 0 0 0 20px;
	font-family: 'Conv_CircularStd-Book';
	font-size: 16px;
	color: #142E43;
	line-height: 50px;
	border: 0;
	border-left: transparent 3px solid;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0;
	border-left: #0DD98A 3px solid;
	background: #fff;
	color: #0DD98A;
	margin: 0;
}

@media only screen and (max-width:1439px){ 
	.loginRgt{
		padding: 50px 5%;
	}
}
@media only screen and (max-width:1023px){ 
	.signupFormCont li {
	    width: 100%;
	}
}
@media only screen and (max-width:767px){ 
	.call img{
		display: block;
		width: 24px;
	    height: auto;
	    margin-top: 2px;
	}
	.call{
		font-size: 0;
		line-height: 0;
	}
	.loginLeft{
		display: none;
	}
	.loginRgt {
	    padding: 50px 30px;
	    width: 100%;
	}
	#header {
	    background: #142E43;
	    padding: 12px 30px;
	    text-align: center;
	}
	.logo {
	    width: 120px;
	    float: none;
	    display: inline-block;
	}
	.needAcc {
	    font-size: 16px;
	}
	.formOpt {
    	padding: 0 0 10px;
	}
	.signupFormCont {
    	margin: 0 -10px 10px;
	}
}

/*Popups
-------------------------------*/
.popup{
    background: rgba(13,32,47,0.90);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none;
    padding:30px 0;
    overflow: auto; 
}
.popup-container{
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
}
.popup-container-outer{
    display: table-cell;
    vertical-align: middle;
}
.popup-container-inner{
    background: #FFFFFF;
    border-radius: 5px;
    width: 700px;
    text-align: left;
    margin: 0 auto;
}
.pop-header{
    background: #F6F6F8;
    border-radius: 5px 5px 0 0;
    padding: 30px 38px;
    position: relative;
}
.pop-header h2:before{
    background:none;
}
.pop-header h2{
	text-align:center;
        padding: 0px;
}
.pop-cont{
    padding: 30px 38px;
}
.pop-header p{    
    font-family: 'Conv_CircularStd-book';
    font-size: 14px;
    color: #B8C0C6;
    line-height: 18px;
    padding: 0;
}
.pop-cont p{
    font-size: 14px;
    color: #2F3639;
    line-height: 22px;
    padding: 0 0 14px;
}
.pop-cont ul li{
	font-size:14px;
	padding-bottom:10px;
}
.pop-flag-left > p{
    font-size: 14px;
    line-height: 23px;
    font-style: italic;
    padding-bottom: 0;
}
.pop-cont p strong{
    font-family: 'Conv_CircularStd-Bold';
}
.pop-cont p.rev-owner{
    font-family: 'Conv_CircularStd-Bold';
    font-size: 14px;
    color: #B8C0C6;
    padding: 0 0 54px;
}
.pop-cont textarea{
    margin-bottom: 30px;
    height: 158px;
}
.popup .star-rating-list li {
    margin-right: 5px;
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
}
.popup .star-rating-list{
    padding-bottom: 12px;
    display: inline-block;
}
.popup-close{
    height: 20px;
    width:20px;
    background: url(../images/close-grey.svg) center center no-repeat;
    background-size: 14px auto;
    display: block;
    position: absolute;
    right: 14px;
    top: 14px;
}
@media only screen and (max-width: 767px) {
   .popup-container-inner {
       width: calc(100% - 20px);
   }
   .pop-header {
       padding: 20px !important;
   }
   .pop-cont {
       padding: 20px;
   }
}