@charset "UTF-8";
/*.new_signin {
	min-height: 100vh;
	position: relative;
	background: #eee;
	overflow-x: hidden;
	overflow-y: auto;
}*/
#regPopupBox, #loginPopupBox, #univLoginPopupBox {
	display: none;
}
.new_signin {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	overflow-x: hidden;
	overflow-y: auto;
}
.univ_signin_box{
    position: absolute;
	top: 0;
	margin: 60px 0;
	left: 50%;
	width: 100%;
	max-width: 750px;
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	box-shadow: 0px 0px 20px -10px #999;
	transform: translateX(-50%);
	transition: all .5s;
}
.new_signin_box, .new_signup_box {
	position: absolute;
	top: 0;
	margin: 150px 0;
	left: 50%;
	width: 100%;
	max-width: 750px;
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	box-shadow: 0px 0px 20px -10px #999;
	transform: translateX(-50%);
	transition: all .5s;
}
.closeRegPop {
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 10;
	font-size: 20px;
	cursor: pointer;
}
.new_signin_box.translateX {
	left: 0;
	transform: translateX(-200%);
	transition: all .5s;
}
.new_signfp_box {
	position: absolute;
	top: 0;
	margin-top: 150px;
	left: 50%;
	width: 100%;
	max-width: 750px;
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	box-shadow: 0px 0px 20px -10px #999;
	transform: translateX(200%);
	transition: all .5s;
}
.new_signup_box {
	margin: 100px 0;
}
.new_signfp_box.translateX {
	transform: translateX(-50%);
	transition: all .5s;
}
.socail_box {
	width: 37%;
	margin-top: 50px;
	float: left;
}
.socail_box li {
	width: 100%;
	float: left;
	margin: 15px 0;
	position: relative;
}
.socail_box li a {
	width: 100%;
	float: left;
	height: 60px;
	padding: 0 15px;
	line-height: 60px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	transition: all .5s;
}
.socail_box li a i {
	font-size: 20px;
	float: left;
	line-height: 60px;
}
.socail_box li a.fb {
	width: 100%;
	float: left;
	height: 60px;
	padding: 0;
	line-height: 60px;
}
.socail_box li a.fb button {
	width: 100%;
	float: left;
	height: 60px;
	padding: 0 15px;
	line-height: 60px;
	border:0px;
	background:transparent;
	color:#fff;
	border-radius: 5px;
	cursor:pointer;
}
.socail_box li a.fb {
	background: #507cc0;
}
.socail_box li a.tw {
	background: #64ccf1;
}
.socail_box li a.gg {
	background: #df4930;
}
.socail_box li a.nsemail {
	background: transparent;
	color: #111;
	line-height: 20px;
	font-weight: 600;
	height: 20px;
	text-decoration: underline;
}
.socail_box li a.nsemail i {
	float: none;
	line-height: 20px;
	display: inline-block;
	margin-right: 10px;
}
.form_line {
	width: 26%;
	margin-top: 50px;
	position: relative;
	height: 100%;
	display: inline-block;
	text-align: center;
	height: 230px;
}
.form_line:before {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	background: #eee;
	width: 2px;
	content: '';
	transform: translateX(-50%);
}
.form_line span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	font-weight: 600;
	text-transform: uppercase;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 46px;
	border: 2px solid #eee;
	background: #fff;
}
.form_box {
	float: right;
	width: 37%;
	text-align: center;
}
.form_box h1 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
}
.form_box input.ns_input {
	width: 100%;
	float: left;
	height: 50px;
	background: #eee;
	border-radius: 5px;
	border: 0px;
	font-weight: 600;
	padding: 0 15px;
	color: #111;
	margin-bottom: 7px;
}
.form_box.reg_box input.ns_input {
	height: 40px;
}
.form_box label {
	font-weight: 600;
	float: left;
	font-size: 13px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 0;
	transition: all .5s;
}
.form_box input.ns_input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.form_box .nsbtn {
	margin: 20px 0;
}
.form_box.reg_box .nsbtn {
	margin-bottom: 0;
}
.form_box .nsbtn .checkbox {
	float: left;
	padding-left: 20px;
	line-height: 40px;
}
.form_box.reg_box .nsbtn .checkbox {
	line-height: 30px;
}
.form_box .nsbtn .checkbox input {
	width: 20px;
	opacity: 0;
}
.form_box .nsbtn .checkbox label {
	position: relative;
	left: 0;
	cursor: pointer;
	font-weight: 600;
}
.form_box .nsbtn .checkbox input + label:before {
	position: absolute;
	top: 12px;
	left: -20px;
	height: 16px;
	width: 16px;
	content: '';
	background: #ddd;
	border-radius: 3px;
	transition: all .5s;
}
.form_box.reg_box .nsbtn .checkbox input + label:before {
	top: 7px;
}
.form_box .nsbtn .checkbox input:checked + label:before {
	background: #ff5a5f;
	transition: all .5s;
}
.form_box .nsbtn input.nsBtn {
	height: 50px;
	border: 0px;
	float: right;
	line-height: 50px;
	background: #ff5a5f;
	color: #fff;
	border-radius: 5px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all .5s;
}
.form_box.reg_box .nsbtn input.nsBtn {
	height: 40px;
	line-height: 40px;
	transition: all .5s;
}
.form_box .nsbtn input.nsBtn:hover {
	background: #333;
	transition: all .5s;
}
.reg_links {
	margin-top: 15px;
}
.reg_links a {
	color: #777;
	float: right;
	font-weight: 600;
	transition: all .5s;
}
.reg_links a.regme {
	color: #ff5a5f;
	float: left;
	position: relative;
	transition: all .5s;
}
.reg_links a.regme:after {
	position: absolute;
	top: 0;
	right: -75px;
	height: 100%;
	width: 2px;
	content: '';
	background: #ddd;
}
/*faqPage*/
.faqPage {
	background: #eee;
	padding: 50px 0;
}
.faqPage h1 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
	display: block;
	margin-bottom: 40px;
}
.faq_block {
	margin-bottom: 40px;
}
.faq_block:last-child {
	margin-bottom: 0px;
}
.faq_block h2 {
	display: block;
	line-height: 1.2;
	color: #099891;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.faq_list {
	background: #fff;
	border-bottom: 1px dashed #ddd;
}
.faq_list:nth-child(even) {
	background: #f7f7f7;
}
.faq_list:last-child {
	border: 0px;
}
.faq_list h3 {
	padding: 15px 40px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all .5s;
}
.faq_list h3:before {
	position: absolute;
	top: 15px;
	left: 15px;
	content: 'Q';
	color: #999;
}
.faq_list h3:after {
	position: absolute;
	top: 15px;
	right: 15px;
	content: '+';
	color: #fff;
	background: #099891;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	line-height: 18px;
	text-align: center;
	transition: all .5s;
}
.faq_list h3.open:after {
	content: '-';
	transition: all .5s;
}
.faq_list h3.open {
	color: #099891;
}
.faq_text {
	padding: 15px 20px;
	border-top: 1px dashed #099891;
	display: none;
}
.fixed_faq_btn {
	position: fixed;
	top: 150px;
	right: 0;
	width: 50px;
	padding: 10px;
	background: #fff;
	z-index: 9999;
	text-align: center;
	box-shadow: -5px 0 15px -5px rgba(0,0,0,.4);
}
.fixed_faq_btn img {
	max-width: 20px;
}
.fixed_faq_btn span {
	display: block;
	color: #099891;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	margin-top: 5px;
}
.fixed_call_btn {
	position: fixed;
	top: 230px;
	right: 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: #fff;
	z-index: 9999;
	box-shadow: -5px 0 15px -5px rgba(0,0,0,.4);
	transition: all .5s;
}
.fixed_call_btn:hover {
	width: 240px;
	transition: all .5s;
}
.fixed_call_btn .img {
	width: 50px;
	height: 50px;
	float: left;
	padding: 10px;
	margin: 0;
	text-align: center;
}
.fixed_call_btn img {
	max-width: 100%;
}
.fixed_call_btn div {
	width: 190px;
	float: left;
	color: #099891;
	border-left: 2px solid #eee;
	text-align: center;
	padding: 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 15px;
}
.fixed_call_btn div span {
	display: block;
	color: #111;
	margin-top: 5px;
	font-size: 10px;
	font-weight: 400;
}
@media screen and (max-width : 1279px) {
    .new_signin_box, .new_signup_box {
        margin: 10% 0;
    }
}
@media screen and (max-width : 979px) {}
@media screen and (max-width : 767px) {
    .new_signin {
        padding: 30px 15px;
    }
    .new_signup_box{
        background:#233f95;
    }
    .new_signin_box, .new_signup_box {
        margin: 0;
        position: relative;
        top: 0;
        left:0;
        transform: translateX(0);
        float:left;
        padding: 30px 40px;
    }
    .socail_box, .form_box {
        width: 100%;
        margin-top: 0px;
    }
    .socail_box li {
        margin: 5px 0;
    }
    .socail_box li a.nsemail {
        margin-top: 15px;
    }
    .form_line {
        width: 100%;
        float: left;
        margin: 50px 0;
        display: block;
        height: 2px;
    }
    .form_line::before {
        height: 2px;
        width: 100%;
    }
     
}
@media screen and (max-width : 359px) {
    .new_signin_box, .new_signup_box {
        padding: 15px 20px;
    }
}