@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: 'Fakt Pro';
	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 ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=========FONTS===========*/
@font-face {
    font-family: 'Fakt Pro';
    src: url('FaktPro-Medium.woff2') format('woff2'),
        url('FaktPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fakt Pro';
    src: url('FaktPro-SemiBold.woff2') format('woff2'),
        url('FaktPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fakt Pro';
    src: url('FaktPro-Black.woff2') format('woff2'),
        url('FaktPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fakt Pro';
    src: url('FaktPro-Normal.woff2') format('woff2'),
        url('FaktPro-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fakt Pro';
    src: url('FaktPro-Bold.woff2') format('woff2'),
        url('FaktPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fakt Pro Blond';
    src: url('FaktPro-Blond.woff2') format('woff2'),
        url('FaktPro-Blond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}



/*==========Header==============*/

.header{
	float:left;
	width:100%;
	padding:10px 0;
    position: relative;
	}
.logo{
	float:left;
	}
ul.hdr-list{
	display:inline-block;
	vertical-align:middle;
	margin-top:20px;
	}
ul.hdr-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 25px;
	text-align:left;
	font-size:17px;
	line-height:20px;
	font-weight:500;
	background:url(../images/grn-tik.png) no-repeat left 5px;
	}
a.header-btn{ 
	float:right; 
	width:150px;
	font-size:17px;
	color:#ffffff;
	height:44px;
	border-radius:4px;
	font-weight:600;
	line-height:44px;
	background:#00d160;
	margin-top:13px;
	}
	
/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:830px;
	/*overflow:hidden*/;
	padding:70px 0;
	}
.bnr-hdng{
	font-size:55px;
	line-height:65px;
	color:#ffffff;
	font-weight:900;
	}
.bnr-text1{
	font-size:24px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#ffffff;
	margin-top:15px;
	font-family: 'Fakt Pro Blond';
	}
.frm-sec{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:480px;
	padding:35px 30px 40px;
	text-align:center;
	background:#0098a2;
	border-radius:10px;
	margin-top:40px;
	position:relative;
	z-index:99;
	}
.frm-hd{
	font-size:28px;
	line-height:32px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	text-align: center;
	}
.frm-hd img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 7px 0 -5px;
	}
.frmElement{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:58px;
	margin-top:17px;
	}
.frmField{
	float:left;
	width:100%;
	height:100%;
	font-family: 'Fakt Pro';
	color:#000;
	font-size:17px;
	line-height:20px;
	border:none;
	outline:none;
	border-radius:5px;
	padding:0 20px;
	letter-spacing:0.5px;
	-webkit-appearance:none;
	}
.frmElement input::placeholder{ color:#000;}
.frm-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:500px;
	height:72px;
	font-size:26px;
	line-height:72px;
	font-family: 'Fakt Pro';
	font-weight:bold;
	color:#ffffff;
	border-radius:5px;
	border:none;
	outline:none;
	margin:28px 0 0;
	-webkit-appearance:none;
	cursor:pointer;
	background:#00d160;
	padding:0;
	text-shadow:0 0 3px rgba(0,0,0,0.2);
	-webkit-text-shadow:0 0 3px rgba(0,0,0,0.2);
	}
.frm-btn:hover{
    background:#000;
}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-8px -5px 0 10px;
	}
.hero-img{
	position:absolute;
	left:-180px;
	bottom:-90px;
	}
ul.bnr-list{
	position:absolute;
	right:0;
	top:34%;
	width:310px;
	}
ul.bnr-list li{
	float:left;
	width:100%;
	text-align:left;
	padding:22px 0;
	position:relative;
	border-bottom:1px solid #386d82;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
	}
ul.bnr-list li:last-child{ border:none;}
ul.bnr-list li img{
	display: inline-block;
    vertical-align: middle;
	margin-right:10px;
	}
ul.bnr-list li p{
	display: inline-block;
    vertical-align: middle;
	width:calc(100% - 50px);
	font-size:20px;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
	}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:70px 0;
	}
.comnHdng{
	font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-weight: bold;
	}
.comn-para {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-top: 20px;
    letter-spacing: 0.3px;
	font-family: 'Fakt Pro Blond';
	}
ul.s1-row-list{
	display:inline-block;
	vertical-align:middle;
	max-width:710px;
	width:100%;
	margin-top:15px;
	}
ul.s1-row-list li{
	float:left;
	width:100%;
	min-height:78px;
	background:#ecfffe;
	padding:15px 30px 15px 85px;
	text-align:left;
	position:relative;
	font-size:20px;
	line-height:26px;
	color:#000000;
	border-radius:10px;
	margin-top:20px;
	border:1px solid #d9e1e9;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	box-shadow:0 3px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 9px 1px rgba(0,0,0,0.1);
	}
ul.s1-row-list li img{
	position:absolute;
	left:30px;
	top:50%;
	margin-top:-16px;
	}
.s1-text1{
	font-size:24px;
	line-height:30px;
	color:#333333;
	letter-spacing: 0.3px;
    font-family: 'Fakt Pro Blond';
	margin-top:40px;
	}
.s1-text2{
	font-size:36px;
	line-height:30px;
	color:#333333;
	letter-spacing: 0.3px;
	font-weight:900;
	margin-top:25px;
	}
.s1-text3{
	font-size:59px;
	line-height:50px;
	color:#008899;
	letter-spacing: 0.3px;
	font-weight:900;
	margin-top:22px;
	}
.timer{
	display:inline-block;
	vertical-align: text-bottom;
	}
.timer span{
	display:inline-block;
	vertical-align: text-bottom;
	margin:0 5px;
	width:72px;
	height:72px;
	padding:10px;
	border:1px solid #008899;
	border-radius:10px;
	}
.frm-btn2{ margin-top:40px;}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:70px 0;
	background:#ecfefe;
	}
.s2-box{
	display:inline-block;
	vertical-align:text-bottom;
	width:100%;
	max-width:1030px;
	margin-top:20px;
	}
.s2-row{
	float: left;
    width: 100%;
    background: #fff;
    padding:30px;
    margin:30px 0 0;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s2-col-1{
	width: 38%;
	position:relative;
	}
.s2-col-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s2-ic{
	position:absolute;
	right:12px;
	top:12px;
	}
.s2-col-2{
	width: 59%;
	text-align:left;
	}
.s2-col-hdng{
	font-size:26px;
	line-height:30px;
	color:#000000;
	}
.s2-text1{
	font-size:12px;
	line-height:19px;
	letter-spacing:0.3px;
	color:#909090;
	text-transform:uppercase;
	margin-top:5px;
	}
.s2-text2{
	font-size:19px;
	line-height:26px;
	letter-spacing:0.5px;
	font-family: 'Fakt Pro Blond';
	color:#333333;
	margin-top:15px;
	}
.s2-star{
	margin-top:20px;
	}
.s2-text3{
	font-size:18px;
	line-height:25px;
	letter-spacing:0.5px;
	font-family: 'Fakt Pro Blond';
	color:#333333;
	margin-top:8px;
	font-style:italic;
	}
.s2-btm-text{
	font-size:26px;
	line-height:30px;
	margin-top:50px;
	font-weight:bold;
	color:#000000;
	}

/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s3-row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	max-width:1030px;
	margin:0 auto;
	position:relative;
	}
.s3-row:after{
	position:absolute;
	left:50%;
	top:140px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	background:url(../images/s3-mdl-line.png) no-repeat center center;
	background-size:100%;
	width:647px;
	height:606px;
	content:"";
	}
.s3-col{
	width:37%;
	text-align:center;
	padding:50px 0;
	position:relative;
	z-index:3;
	}
.s3-ic{
	display:block;
	margin:0 auto 10px;
	}
.s3-col span{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
	background:#008899;
	border-radius:50%;
	font-size:18px;
	line-height:32px;
	color:#ffffff;
	font-weight:600;
	}
.s3-col h3{
	font-size:26px;
	line-height:28px;
	color:#008899;
	font-weight:bold;
	margin-top:15px;
	}
.s3-col p{
	font-size:19px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:12px;
	}


/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	background:#fafafa;
	padding:60px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin:20px 0 20px;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	margin-top:25px;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:25px 45px 25px 25px;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#08444b;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center #fff;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0 30px 15px 25px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	font-family: 'Fakt Pro Blond';
	color:#000000;
	margin-bottom:15px;
	}


/*-------------------------
    CSS FOR FOOTER
--------------------------*/

.footer{
	float:left;
	width:100%;
	padding:30px 0;
	border-top:1px solid #ddd;
	}
.ftr-txt{
	font-size:16px;
	line-height:28px;
	color:#727272;
	margin:15px 0;
	}
.ftr-txt2{
	font-size:14px;
	line-height:26px;
	color:#727272;
	margin:15px 0;
	}
.ftr-txt2 a{  padding:0 8px;}
.ftr-txt2 a:hover{ text-decoration:underline;}




/*==============Media=============*/

@media only screen and (max-width:1200px){
.container{ width:1004px;}

ul.bnr-list {top: 28%;width: 240px;}
.comnHdng {font-size: 46px;line-height: 54px;}


}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

ul.hdr-list{ display:none;}

.banner{height: auto; padding: 50px 0;}
.bnr-hdng{font-size: 40px; line-height: 46px;}
.hero-img {bottom: -50px;width: 500px;}
.frm-sec{ padding:30px 20px 30px;max-width: 400px;}
.frm-hd{font-size: 24px; line-height: 27px;text-align: center;}
.frm-hd img{ width:30px;}
ul.bnr-list{ width:170px;}
ul.bnr-list li img{ width:30px;}
ul.bnr-list li p{width: calc(100% - 40px);font-size: 16px;line-height: 22px;}
.frm-btn{font-size: 23px;}
.btn-arw {margin: -8px -5px 0 4px;}

.comnHdng {font-size: 40px;line-height: 48px;}
.s2-row{ padding:25px 20px;}
.s2-text2{font-size: 17px; line-height: 24px;margin-top: 10px;}
.s2-text3{font-size: 16px; line-height: 24px;}
.s2-btm-text{font-size: 24px;line-height: 28px;}

.s3-col{width: 41%;}
.s3-row:after{top: 160px;}



}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.header{ padding:5px 0;}
.logo{ width:130px;}
a.header-btn{width: 130px; font-size: 16px;height: 40px;line-height: 40px;margin-top: 6px; letter-spacing:0.5px;}

.banner{ padding:25px 0 10px; background-size:cover;}
.bnr-hdng {font-size: 28px; line-height: 34px;}
.bnr-text1{font-size: 19px;line-height: 26px;margin-top: 10px;letter-spacing: 0.7px;}
.frm-sec{ margin-top:15px; padding: 20px 10px 40px 10px;}
.frm-hd { font-size: 21px;line-height: 26px; margin-bottom:3px;text-align: center;}
.frm-hd img {width: 23px;margin: -10px 7px 0 -3px;}
.frmElement{height: 52px; margin-top: 14px;}
.frm-btn{margin: 20px 0 0;height: 65px;font-size: 20px;line-height: 65px;}
.btn-arw { margin: -6px -3px 0 4px; width: 10px;}
.frm-btn2 { margin-top: 25px;}

.bnr-mob-bottom{ display:inline-block; vertical-align:top; position:relative; width:100%;}
.hero-img{width: 250px;position: static;display: inline-block; vertical-align: bottom;     margin: 0px 0 -10px -76px;}
ul.bnr-list{ position:static;  display:inline-block; vertical-align:top; width:46%; margin-top:10px;}
ul.bnr-list li{ padding:10px 0;}
ul.bnr-list li p { font-size: 14px;line-height: 18px;letter-spacing: 0.5px;}

.sectionOne{ padding:30px 0;}
.comnHdng {font-size: 26px;line-height: 32px;letter-spacing: 0.3px;}
.comn-para {font-size: 17px;line-height: 24px; margin-top: 15px;letter-spacing: 0.5px;}
ul.s1-row-list{ margin-top: 5px;}
ul.s1-row-list li{padding: 15px 15px 15px 45px;font-size: 18px;line-height: 25px; letter-spacing:0.5px;min-height: auto;}
ul.s1-row-list li img {left: 13px;top: 18px;width: 22px;margin-top: 0;}
.s1-text1 {font-size: 20px;line-height: 27px; margin-top: 30px;}
.s1-text2 {font-size: 24px; line-height: 27px; margin-top: 15px;}
.s1-text3{font-size: 32px; line-height: 40px;margin-top: 20px;}
.timer span{margin: 0 3px; width: 40px;height: 42px;padding: 0px;border-radius: 5px;}

.sectionTwo{ padding:30px 0;}
.s2-box{ margin:0;}
.s2-row{ padding:20px;justify-content: center;}
.s2-col-1{ width:100%; max-width:368px; margin-bottom:17px;}
.s2-col-img {border-radius: 5px;}
.s2-col-2{ width:100%;}
.s2-col-hdng { font-size: 22px;line-height: 28px;}
.s2-star {margin-top: 15px;}
.s2-text3 {font-size: 15px;line-height: 22px;}
.s2-btm-text {font-size: 19px;line-height: 26px;margin-top: 25px;}

.sectionThree{ padding:30px 0;}
.s3-row:after{ display:none;}
.s3-col{ width:100%; padding:0 20px; margin-top:30px;}
.s3-ic {margin: 0 auto 5px;}
.s3-col h3{font-size: 23px;line-height: 26px;}
.s3-col p{font-size: 17px;line-height: 24px; letter-spacing: 0.5px;}

.sectionFour{ padding:30px 0;}
.faq-container{ margin:0;padding: 0 7px 10px;}
.accordion{padding: 15px 35px 15px 20px; font-size: 18px; line-height: 24px;}
.acdn-content {padding: 0 20px 10px 20px;}
.acdn-para {font-size: 17px;line-height: 24px;}


.footer{ padding:20px 0 25px;}
.ftr-txt{ margin:15px 0 0;font-size: 15px; line-height: 23px;}

.ftr-txt2{ margin:10px 0;font-size: 12px; line-height: 24px;}
.ftr-txt2 a{ padding:0 3px;}



}

@media only screen and (max-width:360px){
	
}

