@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Graphik';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*==========Header==============*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}

.logo{
	float:left;
	margin-top:2px;
	}
a.header-btn {
    float: right;
    width: 150px;
    font-size:20px;
    color: #ffffff;
    height:40px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 16px;
    border-radius: 20px;
    background: #00c797;
    text-shadow: 0 0 1px #000;
}
	
ul.mainMenu{
	float:right;
	margin-top:25px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	border-right:1px solid #e1e1e1;
	}
ul.mainMenu li a{
	float:left;
	color:#2d2d2d;
	font-size:18px;
	font-weight:500;
	line-height:20px;
	letter-spacing:0.5px;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#0093df;}



/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:175px;
    top:24px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #3a3a3c;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ccc;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
	
.stock-strip{
	float: left;
    width: 100%;
    background:#39648b;
    padding:6px 0 6px 0;
	}
.stock-strip p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
	line-height:20px;
    letter-spacing:1px;
	font-weight: 500;
	}
.strip-l-arw {
    display: inline-block;
    vertical-align: middle;
    margin:-5px 25px 0 0;
	}
.strip-r-arw {
    display: inline-block;
    vertical-align:middle;
    margin:-5px 0 0 25px;
	}
/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	padding:50px 0;
	background:url(../images/banner-bg.jpg) no-repeat center top;
	height:631px;
	}
.bnr-left{
	float:left;
	width:60%;
	text-align:left;
	}
.bnr-hdng{
	float:left;
	width:100%;
	font-size:51px;
	line-height:58px;
	color:#20517d;
	font-weight:600;
	letter-spacing:-1px;
	}
.bnr-hdng span{ color:#0093df;}
.bnr-txt1{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#333333;
	font-weight:500;
	margin-top:20px;
	padding-top:6px;
	border-top:1px solid #606c85;
	letter-spacing:0.5px;
	}
ul.bnr-strip{
	float:left;
	width:100%;
	background:#f9fcff;
	border-radius:10px;
	margin-top:20px;
	padding:15px 0;
	}
ul.bnr-strip li{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	padding:0 25px 0 80px;
	border-right:1px solid #d7d7d7;
	position:relative;
	font-size:22px;
	line-height:26px;
	color:#333333;
	font-weight:500;
	}
ul.bnr-strip li:last-child{ border:none;}
ul.bnr-strip li img{
	position:absolute;
	left:17px;
	top:0;
	}
ul.bnr-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.bnr-list li{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:24px;
	line-height:26px;
	color:#333333;
	background:url(../images/bnr-tik.png) no-repeat left 8px;
	padding-left:40px;
	text-align:left;
	}
.bnr-prvcy{
	float:left;
	width:100%;
	position:relative;
	margin-top:30px;
	padding:13px 0 0 50px;
	border-top:1px solid #606c85;
	}
.bnr-prvcy img{
	position:absolute;
	left:0;
	top:18px;
	}
.bnr-prvcy span{
	font-size:22px;
	line-height:28px;
	color:#20517d;
	font-weight:600;
	}
.bnr-prvcy p{
	font-size:19px;
	line-height:24px;
	color:#333333;
	margin-top:5px;
	}
.bnr-rght{
	float:right;
	width:35%;
	padding:0 0 0;
	}
.form-box {
    float: left;
    width: 100%;
	min-height:513px;
    background: #0093df;
    border-radius: 20px;
	border:1px solid #0093df;
	}
.frmhdng {
    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    color: #0ef3dc;
    font-weight: 600;
    text-align: center;
    background: #20517d;
    padding: 0 15px 15px 15px;
    border-radius: 20px 20px 0 0;
    position: relative;
	}
.frmhdng:after{
	position:absolute;
	bottom:-10px;
	content:"";
	border-top:10px solid #20517d;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	left:50%;
	margin-left:-15px;
	}
.frmbx-top-icon {
	display:block;
	margin:-40px auto 5px;
   }
.inr-brm-bx{
	float:left;
	width:100%;
	padding:20px 20px 20px;
	}
.pdng-frm{ padding-top:100px;}
.quiz-hdng{
	float:left;
	width:100%;
	font-size:21px;
	line-height:28px;
	color:#ffffff;
	text-align:center;
	margin-bottom:5px;
	}

.optBtn{
	float:left;
	width:100%;
	height:55px;
	margin:10px 0 0;
	position:relative;
	}
.optBtn input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
	}
.optBtn input[type=radio] + span {
	float: left;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    line-height:54px;
    color: #000000;
    padding:0 50px 0 15px;
    background: #fff;
    position: relative;
	transition:all ease 0.2s;
	text-align:left;
	}
.optBtn input[type=radio]:checked + span, .optBtn input[type=radio] + span:hover{
    color: #000000;
    background: #cceeff;
	}

.optBtn input[type=radio] + span:after{
	position: absolute;
    right:15px;
    top:50%;
	margin-top:-7px;
    width: 21px;
    height:15px;
    content: "";
	}
.optBtn input[type=radio]:checked + span:after, .optBtn input[type=radio] + span:hover:after{
    background: #cceeff url(../images/tik.png) no-repeat center center;
	}
	
	
/*================sectionOne=================*/
.sectionOne{
	float:left;
	width:100%;
	padding:60px 0;
	}
.comn-hdng{
	float:left;
	width:100%;
	font-size:40px;
	line-height:50px;
	color:#20517d;
	font-weight:600;
	}
.comn-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#333333;
	margin-top:20px;
	}
ul.s1-list{
	float:left;
	width:100%;
	margin:40px 0 0;
	padding:0 60px;
	}
ul.s1-list li{
	float:left;
	width:30.3333%;
	margin:0 1.5%;
	text-align:center;
	border:1px solid #e6e6e6;
	border-radius:5px;
	padding:30px 25px;
	box-shadow:0 0 25px 0.5px rgba(0,0,0,0.1);
	}
ul.s1-list li img {
	display:block;
	margin:0 auto;
	}
ul.s1-list li span{
	float: left;
    width: 100%;
    font-size: 22px;
    color: #333333;
    line-height: 28px;
    font-weight: 600;
	}
ul.s1-list li p{
	float: left;
    width: 100%;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    margin-top:10px;
	}
	
.s1-mdl{
	display:inline-block;
	vertical-align:middle;
	max-width:1030px;
	width:100%;
	position:relative;
	margin-top:40px;
	}
.s1-rght{
	float:right;
	width:55%;
	text-align:left;
	}
.s1-img{
	position:absolute;
	left:0;
	top:0;
	}
.s1-rght ul{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s1-rght ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 0 35px;
	font-size: 20px;
    color: #333333;
    line-height: 26px;
    margin-top: 15px;
	background:url(../images/s1-tik.png) no-repeat left 5px;
	}


.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:40px;
    text-align: center;
    width:345px;
	max-width:100%;
	}
.frm-btnBx{ margin-top:12px; width: 380px;}
a.packageBtn{
    display: block;
    width: 100%;
    margin:0 auto;
    border-radius:30px;
    height:65px;
    overflow: hidden;
    color: #ffffff;
    font-size:30px;
    line-height:62px;
	position:relative;
	background:#00c797;
	padding-right:55px;
	font-weight:600;
	text-shadow: 0 0 1px #000;
	}
a.next-btn{font-size:32px;}
.btn-arw{
	position:absolute;
	right:0;
	height:100%;
	width:55px;
	top:0;
	border-left:1px solid #3cd6b1;
	}
.btn-arw img{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-8px;
	}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f4fbff;
	}
ul.s2-list-box{
	float:left;
	width:100%;
	margin:40px 0 10px;
	}
ul.s2-list-box li{
	float:left;
	width:31.333%;
	margin-right:3%;
	border:1px solid #2ac1f3;
	border-radius:20px;
	text-align:left;
	position:relative;
	background:#fff;
	border-bottom: 5px solid #2087db;
	padding:45px 90px 30px 25px;
	}
ul.s2-list-box li:nth-child(2){border-bottom: 5px solid #2ac3f5;}
ul.s2-list-box li:last-child{ margin-right:0;border-bottom: 5px solid #00d0bb;}
.s2-img1{
	position:absolute;
	right:0;
	top:0;
	}
.s2-ico1{
	position:absolute;
	right:10px;
	bottom:50px;
	}
.dot1{
	float:left;
	margin:20px 0 20px 10px;
	}
.s2-stp-txt1{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
	font-weight:500;
    color: #0e0e0e;
	margin-bottom:10px;
	}
.s2-stp-txt1 span{
	color:#2087db;
	font-size:63px;
	line-height:62px;
	}
.s2-stp-txt3{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
	font-weight:600;
    color: #20517d;
	letter-spacing:-0.5px;
	}
.s2-stp-txt2{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-top:15px;
	}

ul.s2-list-box li:nth-child(2) .s2-stp-txt1 span{color: #2ac3f5;}
ul.s2-list-box li:last-child .s2-stp-txt1 span{color: #00d0bb;}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	text-align:center;
	}
.ftr-txt1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:30px;
	color:#333333;
	}
.ftr-txt1 a{ color:#333333; font-size:18px; padding:0 5px;}
.ftr-txt2{
	float:left;
	width:100%;
	font-size:14px;
	line-height:24px;
	color:#676767;
	margin:15px 0;
	padding:0 100px;
	}
	
	
/*===================================
POP-UP
======================================*/
.email-popup{
	position:fixed;
	width:100%;
	top:0;
	bottom:0;
	z-index:99;
	background:rgba(0,0,0,0.8);
	overflow:auto;
	display: none;
	}
.popup-box {
    display: block;
    width:865px;
	max-width:100%;
    margin:80px auto;
    background: #fff;
	border-radius:20px;
	overflow:hidden;
	text-align:center;
	}
.pop-hdng{
	float: left;
    width: 100%;
    background: #0093df;
    padding: 15px 20px 20px;
    font-size:34px;
    line-height:34px;
    color: #fff;
    font-weight: 600;
	}
.pop-mdl{
	float:left;
	width:100%;
	padding:20px 20px 30px;
	}
.pop-txt1{
	float: left;
    width: 100%;
    font-size:27px;
    line-height:30px;
    color: #000000;
    font-weight: 600;
	margin-bottom:10px;
	}
.pop-txt2{
	float: left;
    width: 100%;
    font-size:20px;
    line-height:26px;
    color: #000000;
	margin-top:10px;
	}
.pop-fld{
	float:left;
	width:100%;
	}
.mail-field{
	display:inline-block;
	vertical-align:middle;
	width:478px;
	height:56px;
	max-width:100%;
	border:1px solid #cdcdcd;
	margin-top:30px;
	}
.mail-field input{
	float:left;
	width:100%;
	height:100%;
	color: #000000;
    text-align: left;
	background:#f0f0f0 url(../images/mail-ic.png) 95% center no-repeat;
    line-height:56px;
    font-size: 18px;
    padding: 0 10px;
    font-family: 'Graphik';
    outline: none;
	border:none;
	-webkit-appearance:none;
	}
.btn-save-email{
	display:inline-block;
	vertical-align:middle;
	max-width:480px;
    width: 100%;
    margin:0 auto;
    border-radius:30px;
    height:65px;
    overflow: hidden;
    color: #ffffff;
    font-size:26px;
    line-height:64px;
	position:relative;
	background:#00c797;
	padding-right:55px;
	font-weight:600;
	text-shadow: 0 0 1px #000;
	border:none; outline:none;
	margin-top:20px;
	cursor:pointer;
	letter-spacing:-0.5px;
	}
.skip{
	display:inline-block;
	vertical-align:middle;
	margin:15px 0;
	font-size:20px;
	line-height:22px;
	color:#1046a8;
	font-weight:500;
	text-decoration:underline;
	}
.pop-txt3{
	float: left;
    width: 100%;
    font-size:18px;
    line-height:26px;
    color: #626262;
	margin-top:8px;
	font-weight:500;
	}