.header.dashboard {
    /*background: linear-gradient(to bottom, #233f95 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-linear-gradient(to bottom, #233f95 0%, rgba(255,255,255,0.1) 100%);*/
	background: #fff;
}
.header.fix {
    background: #fff;
}
.header.fix .logo .img1 {
    display:none;
}
.header .logo .img2 {
    display: block;
}
.header ul.menu li a {
    color: #333;
    transition: all .5s;
}
.header ul.socail li a {
    color: #333;
}
.header ul.login li a {
    border: 1px solid #333;
    color: #333;
}
.header ul.login:before {
    background: linear-gradient(to bottom, #ddd 0px, #ddd 100%);
}
.header ul.login li a.refer {
    background: #233f95;
    border: 1px solid #233f95;
    color: #fff;
}
ul.menu > li:hover a, ul.menu li a.active {
    text-shadow: 0px 0px 0px #333;
}
.header ul.login li a:hover {
    border: 1px solid #233f95;
    background: #233f95;
    color: #fff;
    transition: all .5s;
}
.header ul.login li a.refer:hover {
    background: #fff;
    color: #233f95;
}

.header .micon span, .header .micon span:after, .header .micon span:before {
    background: #333;
}
.new_signin_box, .new_signup_box{
    padding:15px !important;
}
.new_signin{
    padding: 10px 15px !important;
}
.scrollup{
    line-height:1;
}
.scrollup i{
    margin-top:10px;
}
.newBanner {
	/*background: #233f95;*/
	padding: 15px 0;
	background-color:rgba(35, 63, 149, 1);
	background-image:url(../index-bg.jpg);
	background-position:left center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}
.newBanner:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	background-color:rgba(35, 63, 149, 0.9);
}
.mtop {
	background: #233f95;
}
.nbTxt p {
	display: block;
	line-height: 1.5;
}
.nbTxt small {
    font-size:14px;
}
.nbTxt {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 20px;
	position: relative;
	padding-top: 60px;
	line-height: 1.3;
}
.nbTxt a {
    font-size: 14px;
    color:#fff;
}
.nbTxt h1 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 400;
}
.nbTxt ul {
	width: 100%;
	float: left;
	list-style-type: none;
	margin: 20px 0;
}
.nbTxt ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 8px 0;
	padding-left: 35px;
}
.nbTxt ul li:before {
	position: absolute;
	top: 8px;
	left: 5px;
	color: #ed425a;
	content: '\f00c';
	font-family: 'FontAwesome'
}
.nbTxt .txt {
	padding: 30px;
	font-size: 20px;
	padding-right: 150px;
}
.nbTxt .txt p {
	display: block;
	margin-bottom: 15px;
}
.nbTxt .nbImg  {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	text-align: center;
}
.nbTxt .nbImg img  {
	display: inline-block;
	max-width: 100%;
	margin-top: 30px;
}
.nbForm {
	float: right;
	width: 45%;
	background: #fff;
	color: #333;
	position: relative;
	border-radius: 3px;
	padding: 10px 15px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}
.aiImg {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 120px;
}
.nbForm h2 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.nbForm .nblabel {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #f4783b;
}
.nbForm .nbCountry .nblabel {
	border-top: 0px solid #ddd;
}
.nblabel span.fa-info-circle {
	cursor:pointer;
	display:inline-block;
	margin-left:5px;
	color:#999;
	position:relative;
}
.nblabel .nbHover {
    width: 300px;
    position: absolute;
    bottom: 150%;
    left: -50%;
    background: #fff;
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    line-height: 18px;
    font-family: Open Sans;
    display: none;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border: 1px solid #ddd;
}
.nblabel span.fa:hover .nbHover {
	display: block;
}
.nbchooseCountry {
	text-align: center;
}
.nbchooseCountry input[type="checkbox"], .nbchooseCountry input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.nbchooseCountry input + label {
    display: inline-block;
    float: left;
    width: auto;
    font-size: 12px;
    font-weight: 600;
    color: #111;
    position: relative;
    background: #fff;
    border: 1px solid #233f95;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 10px;
    height: auto;
    overflow: hidden;
    line-height: 34px;
    padding: 0;
}
.nbchooseCountry input:checked + label {
    background: #233f95;
    color: #fff;
}
.nbchooseCountry label img {
    max-width: 100%;
    height: 40px;
}
.nbchooseCountry label p {
    line-height: 1;
    padding: 5px;
}
.nbCountry, .nbSelect, .nbPercent {
	margin-bottom: 10px;
}
.nbinput {
	width: 100%;
	float: left;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 10px;
}
.nbPercent {
	width: 100%;
	float: left;
}
.nbinputs {
	text-align: center;
}
.nbinputs .div, .nbinputs .span {
	width: 40%;
	max-width: 150px;
	float: left;
}
.nbinputs .span {
	width: 50px;
	line-height: 30px;
}
.nbinputs input {
	text-align: center;
}
.nbSubmit {
	text-align: center;
}
.nbSubmit input, .nbSubmit button {
	display: inline-block;
	border: 1px solid #ed425a;
	background: #ed425a;
	color: #ffff;
	border-radius: 3px;
	cursor: pointer;
	padding: 10px;
	min-width: 200px;
	text-transform: uppercase;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.nbSubmit button.fbLogin{
    background: #507cc0;
    border:1px solid #4372bb;
}
/*.nbSubmit button {
	width: 49%;
	float: left;
	text-transform: inherit;
}*/
.nbSubmit button {
	margin:  0 10px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 600;
}
.nbSubmit button i {
	float: left;
	/*margin-right: 15px;*/
	line-height: 16px;
}
.nbSubmit button:nth-child(even) {
	/*float: right;*/
}
.nbSubmit input:hover, .nbSubmit button:hover {
	background: #c6293f;
}
.nbSubmit button.fbLogin:hover{
    background: #4372bb;
}
.orLogin {
	text-align: center;
	padding: 8px 0;
}
.orLogin:before {
	top: 20px;
	width: calc(50% - 20px);
	height: 1px;
	content: '';
	left: 0;
	background: #999;
	position: absolute;
}
.orLogin:after {
	top: 20px;
	width: calc(50% - 20px);
	height: 1px;
	content: '';
	right: 0;
	background: #999;
	position: absolute;
}
.orLogin span {
	display: inline-block;
	width: 40px;
	height: 30px;
	position: relative;
	z-index: 2;
	line-height: 30px;
}
.nbLogin input {
	width: 40%;
	margin-right: 10px;
}
.nbLogin button {
	float: right;
	width: calc(20% - 20px);
	border: 1px solid #c6293f;
	background: #ed425a;
	color: #ffff;
	border-radius: 3px;
	cursor: pointer;
	height: 32px;
	text-align: center;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 600;
}
.nbLogin button:hover {
	background: #c6293f;
}
/*nhPricing*/
.nhPricing {
	padding: 40px 0;
	text-align: center; 
}
.nhPricing .nhpLi {
    float:left;
	width: 25%;
	max-width: 350px;
	padding: 0 10px;
	margin-top: 30px;
}
.nhPricing .nhpLi .div {
	padding: 20px 15px;
	border-radius: 3px;
	color: #fff;
	padding-bottom: 80px;
	min-height: 420px;
	border: 1px solid #324d9e;
	background: linear-gradient(-50deg, #334d9e 0%, #dce2f6 100%);
	background: -webkit-linear-gradient(-50deg, #334d9e 0%, #dce2f6 100%);
	box-shadow: 0px 2px 20px -2px rgba(0,0,0,0.3)
}
.nhPricing .nhpLi .div h5 {
	font-size: 16px;
	font-weight: 400;
}
.nhPricing .nhpLi .div h4 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	margin-top:10px;
}
.nhPricing .nhpLi .div h4 span {
    display:block;
	font-weight: 400;
	margin-top:5px;
}
.nhPricing .nhpLi .div h3 {
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 1.5;
}
.nhPricing .nhpLi .div ul {
	padding: 0 15px;
	text-align: left;
	list-style-type: square;
	margin-top: 10px;
}
.nhPricing .nhpLi .div ul li {
	width: 100%;
	float: left;
	padding: 5px;
}
.nhpLi .npBtn {
	padding: 0 25%;
	position: absolute;
	bottom: 25px;
	left: 0;
}
.nhpLi .npBtn a {
	width: 100%;
	float: left;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	border: 1px solid #d12138;
	background: #ed3f56;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.nhpLi .npBtn a:hover {
	background: #d12138;
}
.counter {
    padding: 30px 0;
    background: #fff;
}
.counter ul {
    box-shadow: 0px 2px 14px -2px rgba(0,0,0,0.2)	
}
.aiImg2{
    display:none;
}

.errMsgReg.fail{
	color:red;
}
.errMsgReg.success{
	color:green;
}
.citySug{
	position:absolute;
	top:43px;
	left:10px;
	width:100%;
	max-width:500px;
	max-height:300px;
	overflow-y:auto;
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.2);
	z-index:5;
	display:none;
	text-align:left;
}
.citySug ul{
	background:#eee;
	padding:10px;
}
.citySug ul li {
	padding:5px;
	margin:0;
	border:0px;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0.05);
	line-height:1.2;
	background:none;
	cursor:pointer;
	border-bottom:1px solid #fff;
}
.term_policy{
    font-size:12px;
    line-height:1.2;
    margin:10px 0;
}
.term_policy a {
    color:#222;
    text-decoration:underline;
}
.form_box .nsbtn{
    margin:0px;
}
.errorMsg{
    font-size:12px;
}
#errMsgReg{
	color:red;
}
.highlight
{
	color:green !important;   
}
.loanPage {
    text-align: center;
}
.loanPage h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 15px 0;
    font-weight: 600;
}
.loanProcess li {
    width:25%;
    float:left;
    text-align: center;
    padding:15px;
    background-image: url(../images/arrowr.png);
    background-position: 100% 60px;
    background-repeat: no-repeat;
    background-size: 32px 27px, cover;
}
.loanProcess li:last-child {
    background-image: none
}
.loanProcess li .icon {
    width:100px;
    display:table;
    margin: 10px auto;
    height:100px;
    border-radius:100%;
    background:#233f95;
    padding:25px;
}
.loanProcess li .icon img {
    width:100%;
}
.loanProcessForm {
    margin-top: 25px;
    padding: 25px;
    background: #f5f5f5;
}
.loanProcessForm-left, .loanProcessForm-right {
    width:45%;
    float:left;
}
.loanProcessForm .orLogin {
    width: 10%;
    text-align:center;
}
.loanProcessForm-right {
    float:right;
}
.loanProcessForm .orLogin:before {
    top: 0;
    width: 1px;
    height: 100px;
    left: 50%;
}
.loanProcessForm .orLogin:after {
    display:none;
}
.loanProcessForm .orLogin span {
    background: #f5f5f5;
    margin-top: 25px;
}
.loanProcessForm input {
    height: 40px;
}
.loanProcessForm .nbLogin input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.lfpadd50{
    padding:0 25%;
    text-align:center;
}
.loanPagePartner {
    margin-top:20px;
    margin-bottom:40px;
}
.loanPagePartnerLi li {
    text-align:center;
    width:23.5%;
    margin-right:2%;
    float:left;
    border:1px solid #eee;
    padding:10px;
    margin-top: 10px;
}
.loanPagePartnerLi li:nth-child(4n+4) {
    margin-right:0;
}
.loanPagePartnerLi li img {
    max-width:100%;
    height:80px;
    display:inline-block;
}

.loanPageHIWLi li {
    text-align:left;
    width: 100%;
    float: left;
    position: relative;
    padding: 3px;
    padding-left: 20px;
}
.loanPageHIWLi li:before {
    position: absolute;
    top: 10px;
    left: 8px;
    width: 6px;
    height: 6px;
    content: '';
    background: #233f95;
}


@media screen and (max-width:1279px){
	.nbTxt .nbImg {
	    position: relative;
	    bottom: 0;
	    right: 0;
	    width: 100%;
	    float: left;
	    margin-top: 50px;
	}
	.nbTxt .nbImg img {
		max-height: 100px;
		width: 100px;
		margin: 0 20px;
	}
	.nhPricing .nhpLi .div ul {
		padding: 0
	}
}
@media screen and (max-width:979px){
	.nbTxt {
		width: 100%;
		padding-top: 0
	}
	.nbTxt h1 {
		margin-bottom: 0
	}
	.nbTxt .nbImg {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    width: 120px;
	    text-align: center;
	}
	.nbTxt .nbImg img {
	    display: inline-block;
	    max-width: 100%;
	    margin-top: 30px;
	}
	.nbForm {
		width: 100%;
		margin-top: 40px;
	}
	.nhPricing .nhpLi {
		padding: 0 10px;
	}
	.nhPricing .nhpLi .div {
		padding: 20px
	}
}
@media screen and (max-width:767px){
	.nbTxt h1 {
	    font-size: 24px;
	}
	.fixed_faq_btn {
		height: 62px;
	}
	.nbTxt {
	    font-size: 16px;
	    line-height: 1.5;
	    padding-right: 30px;
	}
	.nbTxt ul li {
		padding-top: 5px;
		padding-bottom: 5px
	}
	.nbTxt .nbImg {
	    position: relative;
	    bottom: 0;
	    right: 0;
	    width: 100%;
	    float: left;
	    margin-top: 30px;
	}
	.nbTxt .nbImg img {
	    width: 100%;
	    max-width: 100px;
	    margin: 0 20px;
	}
	.nbchooseCountry label img {
	    height: 36px;
	}
	.nbinputs {
		padding: 0
	}
	.nbSubmit button, .nbLogin input {
		width: 100%;
		margin: 5px 0
	}
	.nbLogin button {
		width: 100%;
		margin-top: 10px;
	}
	.nhPricing .nhpLi {
		width: 100%;
		float: left;
		padding: 0;
		min-height: 100px;
	}
	.nhPricing .nhpLi .div {
		min-height: 100px;
		padding: 30px;
		max-width: 100%;
		padding-bottom: 80px;
	}
	.nbTxt ul,.nbTxt p{
	    display:none;
	}
	.nbForm {
		margin-top: 10px;
		color:#fff;
		background:rgba(255,255,255,0.1);
		border:1px solid #fff;
	}
	.aiImg2 {
        position: absolute;
        top: 8px;
        right: 20px;
        width: 80px;
        display:block;
    }
    .aiImg {
        display:none;
    }
    .nbchooseCountry input:checked + label {
        background: #f4783b;
        color: #fff;
    }
    .loanPage h3 {
        font-size: 24px;
    }
    .loanProcess li {
        width:50%;
        background-image: none;
    }
    .loanProcessForm-left, .loanProcessForm-right, .loanProcessForm .orLogin {
        width:100%;
    }
    .loanProcessForm .orLogin {
        margin: 10px 0;
    }
    .loanProcessForm .orLogin span {
        margin: 0;
    }
    .loanProcessForm .orLogin::before {
        top: 20px;
        width: calc(50% - 20px);
        height: 1px;
        content: '';
        left: 0;
        background: #999;
        position: absolute;
    }
    .loanProcessForm .orLogin::after {
        display:block;
    }
    .loanPagePartnerLi li {
        width:49%;
        margin-right:0;
    }
    .loanPagePartnerLi li:nth-child(even) {
        float:right;
    }
    .lfpadd50{
        padding:0;
    }
    .nbForm h2{
        color:#fff;
    }
    .aiImg2{
        top:28px;
        right:5px;
    }
    .nhPricing .nhpLi{
        max-width:100%;
    }
}
@media screen and (max-width:359px){
    .loanProcess li {
        width:100%;
        background-image: none;
    }
    .loanPagePartnerLi li {
        width:100%;
    }
}