@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
  	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	}
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;}
img {border: none; max-width: 100%; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@font-face {
	font-family: 'Lab Grotesque';
	src: url('LabGrotesque-Black.woff2') format('woff2'),
		url('LabGrotesque-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.overflow{overflow:hidden;}	

/*-------Top-Caption-------*/
.top-caption{
	float:left;
	width:100%;
	min-width:1170px;
	padding:7px 0;
	background:#000000;
	}
.top-caption p{
	font-size:17px;
	line-height:20px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	}
.top-caption span{color:#fff000;}
.top-caption img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	}
	
/*---------Banner------------*/
.bnr-sec{
	background:url(../images/bnr-bg.jpg) no-repeat center top;
    float:left;
    width:100%;
	min-width:1170px;
	height:849px;
	}	
.bnr-left{
    float:left;
	width:690px;
	text-align:left;
	margin-top:50px;
	}
.top-logo{
	margin:15px 0;
	}
.bnr-sub-hdg{
	font-size:40px;
    line-height:46px;
	color:#000000;
	font-family: 'Lab Grotesque';
	font-weight:900;
	}
.bnr-hdg{
	font-size:70px;
    line-height:72px;
	color:#216db4;
	font-family: 'Lab Grotesque';
	font-weight:900;
	margin-top:12px;
	}
.bnr-hdg img{
	display:inline-block;
	vertical-align:middle;
	}	

.bnr-strip{
	float:left;
	width:100%;
	max-width:615px;
	border:1px solid #98e8f7;
	border-radius:12px;
	text-align:left;
	position:relative;
	overflow:hidden;
	margin-top:30px;
	}
.bnr-strp-img{
	position:absolute;
	top:50%;
	left:18px;
	margin-top:-34px;
	}	
.bnr-stp-top{
	float:left;
	width:100%;
	background:#e5f7ff;
	padding:10px 0;
	font-size:22px;
	line-height:26px;
	color:#000;
	font-family: 'Lab Grotesque';
	font-weight:900;
	letter-spacing:0.5px;
	padding-left:105px;
	}
.bnr-strp-list{
	float:left;
	width:100%;
	padding:14px 0 14px 105px;	
	}
.bnr-strp-list li{
	float:left;
	margin-right:20px;
	font-size:16px;
	line-height:18px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:700;
	}
.bnr-strp-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	}				
.bnr-para{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:20px;
	}
ul.bnr-list{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.bnr-list li{
	background: url(../images/bnr-list-tk.png)#3b6cd2 no-repeat 10px 8px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-size:24px;
    line-height:30px;
	font-weight:bold;
	padding-left:42px;
	margin-top:12px;
	border-radius:5px;
	padding:2px 20px 2px 40px;
	}
	
.revw-bx{
	display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 100%;
    max-width: 510px;
    text-align: left;
    margin-top: 40px;
    border-radius: 60px;
    position: relative;
    padding: 10px 15px 10px 100px;
	}
.revw-user{
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -32px;
	}	
.revw-star{
	display:inline-block;
	vertical-align:middle;
	}		
.revw-txt{
	color:#000000;
	font-size:17px;
    line-height:22px;
	font-style:italic;
	}
.revw-nm{
	color:#1890dc;
	font-size:14px;
    line-height:14px;
	font-weight:700;
	font-style:italic;
	margin-top:12px;
	}	
.bnr-product{
	width:228px;
    position: absolute;
    top: 410px;
    right: 342px;
	}

/*=========Form=========*/	
.frm-rgt{
	float:right;
	width:330px;
	margin-top:5px;
	}
.frmBox{
	float:left;
	width:100%;
	background:#f7cf5f;
	border-radius:10px;
	position:relative;
	margin-top:10px;
	}	
.frm-seals{
	margin:0 auto 0;
	display:block;
	}	
.frmtxt{
	float:left;
	width:100%;
    padding:10px 0;
	background: #f00;
	border-radius:10px 10px 0 0;
    }
.frm-txt1{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.5px;
	font-weight:700;	
	}
	
.frmtxt-img{
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-66px;
	}
.step1{
	position:absolute;
	top:-5px;
	left:50%;
	margin-left:-55px;
	width:115px;
	color:#ffffff;
	font-size:15px;
    line-height:21px;
	font-weight:500;
	background:#9a164b;
	letter-spacing:0.5px;
	border-radius:50px;
	text-transform:uppercase;
	}
.frm-hd-txt1{
	color:#fee69e;
	font-size:16px;
    line-height:20px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}	 		
.frm-hd{
	float:left;
	width:100%;
	background:#000;
	padding:12px 0;
	}
.frm-hd p{
	float:left;
	width:100%;	
	color:#ffffff;
	font-size:22px;
	line-height:24px;
	letter-spacing:0.5px;
	}
.frm-hd span{
	float:left;
	width:100%;
	color:#ffa92d;
	font-size:40px;
	line-height:42px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:4px;
	}
.frm-sec{
	float:left;
	width:100%;
	padding:0 15px 15px;
	}
	
.code-bx{
	float:left;
	width:100%;
	padding:20px 15px;
	}
.code-bx-txt1{
	color:#000;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.5px;
	text-align:left;
	}
.code-bx-txt1 span{
	font-size:14px;
	font-weight:bold;
	}
.code-bx-txt1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0px 0 1px;
	}
.code-bx-txt2{
	display:block;
    color:#3c58bc;
    font-size:18px;
    line-height:18px;
    font-weight:bold;
    background:#fff;
    text-align:center;
    border-radius:5px;
    border:1px dashed #3c58bc;
    padding:8px 20px;
	}	
	
.inp-fld{
	float:left;
	width:100%;
	height:40px;
	color:#000;
	font-size:15px;
	background:#fff;
	-webkit-appearance:none;
	font-family: 'Noto Sans', sans-serif;
	border:1px solid #b7b7b7;
	border-radius:3px;
	outline:none;
	padding:0 10px;
	margin-bottom:10px;
	}
select.inp-fld{background:url(../images/select-d-arw.png) right 10px center no-repeat #fff;}

.ofr-text{
	float:left;
	width:100%;
	color:#000;
	font-size:17px;
	line-height:20px;
	letter-spacing:0.5px;
	padding:10px 0 5px;
	}
.frm-rgt .ofr-text{ color:#fff;}
.ofr-text span{ color:#e11a1a; font-weight:500;}
.frm-rgt .ofr-text span{ color:#ffe952;}

.frmbtn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:485px;
	width:100%;
	text-align:center;
	margin-top:5px;
	}
.frm-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#fff;
	font-size:28px;
	line-height:65px;
	height:65px;
	border-radius:6px;
	font-family: 'Lab Grotesque';
	font-weight:900;
	text-shadow:1px 1px 1px #004705;
	margin-top:5px;
	text-transform:uppercase;
	overflow:hidden;
	background:#00d10f;
	border:none;
	-webkit-appearance:none;
	box-shadow:0 2px 4px 2px rgba(0,0,0,0.1);
	cursor:pointer;
	}
	
.frm-btnTxt{
	float:left;
	width:100%;
	color:#000;
	margin-top:10px;
	font-size:11px;
	line-height:15px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
	}
.frm-btnTxt p{
	display:inline-block;
	vertical-align:middle;
	padding:0 5px;
	}
.frm-btnTxt p span{
	font-weight:700;
	color: #000;
	}
.frm-hourglass{
	display:inline-block;
	vertical-align:middle;
	width:7px;
	margin:-2px 2px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
	@keyframes rotateP{
		0%{transform:rotate(0)}
		50%{transform:rotate(180deg)}
		100%{transform:rotate(180deg)}
	} 
	@keyframes rotate{
		0%{transform:rotate(00deg)}
		100%{transform:rotate(360deg)}
	}
.frm-btnText1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #36ee4e;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
    }

.frm-secur-log{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	}
.secure-bg{
	float:left;
	width:100%;
	background:#000000;
	padding:5px;
	border-radius:0 0 10px 10px;
	font-size:12px;
	color:#fff;	
	}
.secure-bg img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	}	
		
/*------------animate------------*/		
.frm-arrw{
    transform:rotate(-2deg);
    position:absolute;
    top:170px;
    right:-112px;
	}
.frm-animate-arrow{
	transform:rotate(5deg);
	transition:all 1s ease 0s;
	top:210px;
	right:-108px;
	z-index:9;
	opacity:1;
	}
	
/*======Section-1==========*/
.sec-1{
	background:#fff;
	float:left;
	width:100%;
	min-width:1170px;
	padding:110px 0 70px;
	}
.s1-hdg{
	background:url(../images/s1-btm-ln.png) no-repeat center bottom;
	font-size:50px;
    line-height:56px;
	color:#d81e1e;
	font-family: 'Lab Grotesque';
	font-weight:900;
	padding-bottom:40px;	
	}
.common-para{
	font-size:19px;
    line-height:27px;
	color:#000000;
	letter-spacing:0.5px;
	margin-top:20px;
	}
		
.s1-point{
    float: left;
    width: 100%;
	margin-top:40px;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s1-point li{
	float: left;
	width: 31%;
	text-align: center;
	position: relative;
	}
.s1-point li:after{
    content: "";
    position: absolute;
    right: -130px;
    top: 6px;
    height: 3px;
    width: 222px;
    border-bottom: 2px dotted #ebb4b8;
	}
.s1-point li:last-child:after{ display:none;}
.s1-lst-arw{
    margin: 0 auto 0;
    display: block;
	}
.s1-list-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	border-radius: 20px;
	}
.s1-point li h3{
	color: #eb0000;
    font-size: 23px;
	line-height:30px;
	font-weight:700;
    margin-top: 20px;
	}
.s1-list-para{ margin-top:12px;}

.s1-btmBox{
	background:url(../images/s1-btm-bg.png) no-repeat center 100px;
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.s1-prodbox{
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    width: 100%;
    position: relative;
	}
.s1-pnt-img{
	content:'';
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-21px
	}	
.s1-prod1, .s1-prod2{
	width:110px;
	}
.s1-prod1{
	transform: rotate(-25deg);
	}
.s1-prod2{
	transform: rotate(25deg);
	}				
.s1-btm-txt{
	font-size:26px;
	line-height:34px;
	color:#000;
	font-weight:700;
	margin-top:30px;
	}
		
/*======Section-2==========*/	
.sec-2{
	background:#f3f9fe;
	float:left;
	width:100%;
	min-width:1170px;
	padding:65px 0 0;
	position:relative;
	}
.sec-2:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	height:270px;
	}	
.s2-cont{
	float:left;
	width:60%;
	text-align:left;
	}	
.commn-hdg{
	background:url(../images/comon-bdr1.png) no-repeat center bottom;
	color:#000000;
	font-size:55px;
    line-height:60px;
	font-family: 'Lab Grotesque';
	font-weight:900;
	padding-bottom:45px;
	}
.commn-hdg span{ color:#216db4;}
.commn-hdg-lft{ background:url(../images/comon-bdr2.png) no-repeat left bottom;}

.s2-prodbox{
	float:right;
	width:40%;
	position:relative;
	}
.s2-prod{
    float: left;
    margin-left: 52px;
    position: relative;
    z-index: 1;
	width:240px;	
	}	
.s2-prod-list{
    position: absolute;
    top: 130px;
    right: 0;
    width: 165px;
	z-index:2;
	}
.s2-prod-list li{
	margin: 0 auto;
	background:#fff;
	border:1px solid #3c58bc;
	border-radius:30px;
	padding:5px 12px;
	margin-top:20px;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
	}	
.s2-prod-list li:before{
	content:'';
	position:absolute;
	left:-28px;
	top:50%;
	margin-top:-5.5px;
	background:url(../images/s2-list-shp.png) no-repeat;
	width:28px;
	height:11px;	
	}	
.s2-prod-list li img{ width:24px;}		
.s2-prd-cont{
	width:calc(100% - 32px);
	text-align:left;
	border-left:1px solid #e1e1e1;
	padding-left:8px;
	}	
.s2-prd-cont p{
	font-size:14px;
	color:#8d8d8d;
	}
.s2-prd-cont h4{
	font-size:18px;
	color:#3c58bd;
	font-family: 'Lab Grotesque';
	font-weight:900;	
	}		
.meter-img{
	position:absolute;
	bottom:0;
	left:-60px;
	}	
	
.s2-box{
	float:left;
	width:100%;
	border-radius:22px;
	overflow:hidden;
	position:relative;
	margin-top: -40px;
	}	
.s2-box-header{
	background: url(../images/s2-bx-topbg.png) no-repeat center top;
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    background-size: cover;
	}	
.s2-box-header p{
	font-size:36px;
	line-height:42px;
	color:#fff;
	font-family: 'Lab Grotesque';
	font-weight:900;
	}	
.s2-box-cont{
	background:url(../images/s2-bxcont-bg.png)#216db4 no-repeat center bottom;
	float:left;
	width:100%;
	padding:25px 30px 40px;	
	}
.cont-left{
	float:left;
	width:51%;
	text-align:left;
	}	

.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:500px;
	width:100%;
	text-align:center;
	margin-top:45px;
	}
.cont-left .btn-bx{ margin-top:25px;}	
.comn-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#fff;
	font-size:32px;
	line-height:78px;
	height:75px;
	border-radius:6px;
	font-family: 'Lab Grotesque';
	font-weight:900;
	text-shadow: 1px 1px 1px #004705;
	margin-top:5px;
	text-transform:uppercase;
	overflow:hidden;
	background:#00d10f;
	}	
.btn-arw-img{
	display:inline-block;
	vertical-align:middle;
	margin: -5px 0 0 10px;
	}
	
	
.btnTxt{
	float:left;
	width:100%;
	color:#000;
	margin-top:12px;
	font-size:15px;
	line-height:17px;
	}
.btnTxt p{
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
	letter-spacing:0.3px;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 3px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
	@keyframes rotateP{
		0%{transform:rotate(0)}
		50%{transform:rotate(180deg)}
		100%{transform:rotate(180deg)}
	} 
	@keyframes rotate{
		0%{transform:rotate(00deg)}
		100%{transform:rotate(360deg)}
	}
.btnText1:before{
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    width: 11px;
    height: 11px;
    background: #36ee4e;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
    }
	
.top-0{ margin-top:0;}	
.white{ color:#fff;}	

.media-img{
	position: absolute;
    top: 80px;
    right: 0;
	}	
	
/*======Section-3==========*/	
.sec-3{
	background:#fff;
	float:left;
	width:100%;
	min-width:1170px;
	padding:65px 0;
	position:relative;
	}
.s3-prodbox{
	float: left;
    width: 656px;
    position: relative;
    margin:40px 0 0 -140px;
	padding-bottom:13%;
	}
.s3-bnr-img{
	margin:0 auto 0;
	display:block;
	}		
.s3-prod{
	position:absolute;
	right:70px;
	bottom:0;
	}	
.s3-arw{
    position: absolute;
    left: 144px;
    bottom: 12%;
	}	
	
.s3-cont{
	float:right;
	width:650px;
	text-align:left;
	}
.s3-list{
	float:left;
	width:100%;
	position:relative;
	margin-top:50px;
	}
.s3-list:before{
	content:'';
	position:absolute;
	top:0;
	left:102px;
	bottom:0;
	background:#cccccc;
	width:2px;
	}		
.s3-list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	border-bottom:2px solid #cccccc;
	padding:20px 0 20px 135px;
	}	
.s3-list li:first-child{ padding-top:0;}	
.s3-list li:last-child{ border:none; padding-bottom:0;}	
.s3-list li img{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-37px;
	}	
.s3-list li h4{
	font-size:27px;
	line-height:32px;
	color:#3c58bd;
	font-weight:700;	
	}			
.s3-list-para{ margin-top:7px;}	
	
/*======Section-4==========*/	
.sec-4{
	background:url(../images/s4-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	min-width:1170px;
	padding:65px 0;
	}
.s4-cont{
	float:left;
	width:630px;
	text-align:left;
	}
	
.s4-container{
	width: 1300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
	}		
.s4-block{
	float:left;
	width:100%;
	background:#fff;
	padding:20px 40px;
	margin-top:30px;
	position:relative;	
	}
.s4-block:before{
	content:'';
	position:absolute;
	top:0;
	left:53px;
	background:url(../images/s4-shap.png) no-repeat;
	width:29px;
	height:16px;
	}	
.s4-left{
	float:left;
	text-align:left;
	width:666px;
	}		
.s4-list{
	float:left;
	width:100%;
	position:relative;
	}	
.s4-list li{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #d8dfee;
	padding:15px 0 15px 95px;
	}	
.s4-list li:last-child{ border:none;}	
.stps-txt{
	position:absolute;
	top:20px;
	left:0;
	background:#216db4;
	width:57px;
	height:57px;
	font-size:26px;
	line-height:57px;
	color:#fff;
	font-weight:700;
	text-align:center;
	border-radius:50%;
	}
.s4-list-head{
	font-size: 25px;
    line-height: 28px;
    color: #3c58bd;
    font-weight: 700;	
	}
.s4-list-para{ margin-top:7px;}	
.s4-left .btn-bx{ margin-top:15px;}

.s4-rgt{
	float:right;
	width:511px;
	position:relative;
	margin-top:-304px;
	}
.s4-doctor-img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.s4-seal{
    position: absolute;
    top: -62px;
    right: 52px;
	}	
.s4-scnbox{
	float:left;
	width:100%;
	background:#216db4;
	padding:20px 20px 0;
	}
.s4-scn-head{
	font-size: 26px;
    line-height:30px;
    color: #fff;
    font-family: 'Lab Grotesque';
    font-weight: 900;		
	}
.s4-scn-list{
	float:left;
	width:100%;
	}	
.s4-scn-list li{
	float:left;
	width:33.33%;
	padding:30px 0 50px;
	}	
.s4-scn-list li:nth-child(2){
	background:url(../images/s4-scn-lstbg.png) no-repeat center top;
	}	
.s4-scn-list li img{
	margin:0 auto 10px;
	display:block;
	}
.s4-scn-list li p{
	font-size:18px;
	line-height:20px;
	color:#fff;
	}			

/*======Section-5==========*/	
.sec-5{
	background:url(../images/s5-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	height:1195px;
	min-width:1170px;
	padding:65px 0;
	}
.s5-block{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.s5-list{ width:400px;}	
.s5-list.fl{ text-align:left;}
.s5-list li{
	float:left;
	width:100%;
	margin-top:40px;
	position:relative;
	}
.s5-list li h4{
	font-size: 25px;
    line-height:30px;
    color: #000;
    font-weight: 700;
	position:relative;	
	}
.s5-list li img{
	position:absolute;
	top: 40px;
	}
.s5-list li:last-child img{ top:6px;}	
.s5-list.fl li img{ left:0;}		
.s5-list li p{ margin-top:22px;}
.s5-list.fl li p{ padding-right:68px;}	
.s5-list.fl li:last-child p{ padding-right:0;}		

.s5-list.fr{ text-align:right;}
.s5-list.fr li img{ right:0;}		
.s5-list.fr li p{ padding-left:60px;}	
.s5-list.fr li:last-child p{ padding-left:0;}	
.s5-seals{
	position:static !important;
	float:right;
	margin-top:20px;
	}
.ingbox{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 2;
	}
.animated-img{
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-92px;
	margin-top:-96px;

	
	-webkit-animation:spin 45s linear infinite;
    -moz-animation:spin 45s linear infinite;
    animation:spin 45s linear infinite;			
	}		
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
				
/*======Section-6==========*/	
.sec-6{
	background:#fff;
	float:left;
	width:100%;
	min-width:1170px;
	padding:65px 0 40px;
	}
.comp-chart{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1010px;
	background:#fff;
	border-radius:25px;
	margin-top:50px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.chart-col-1{
	float:left;
	width:33.33%;
	margin-top:125px;
	}
.chart-col-1 ul{
	float:left;
	width:100%;
	}
.chart-col-1 ul li{
	float:left;
	width:100%;
	height:86px;
	text-align:left;
	padding:10px 20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	}
.chart-col-1 ul li img{
	display:inline-block;
	vertical-align:middle;
	}
.chart-col-1 ul li p{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 14px);
    padding-left: 15px;
    font-size: 20px;
    line-height: 26px;
    color: #002553;
    font-weight: 700;
	}

.chart-col-2{
	float:left;
	width:30%;
	}
.chart-col-3{
	float:left;
	width:36.6666%;
	}	
.chart-prod-top{
	float:left;
	width:100%;
	height:125px;
	padding:5px 20px 5px 40px;
	text-align:left;
	position:relative;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;	
	}
.chart-prod-top:after{
    content: "";
    position: absolute;
    right: -23px;
    top: 34%;
    background: url(../images/vs.png) no-repeat center center;
    width: 50px;
    height: 50px;
	}
.chart-col-3 .chart-prod-top:after{ display:none;}
.chart-prod-top .chart-prod1{
	display:inline-block;
	vertical-align:middle;
	width:58px;
	}
.chart-prod-top .chart-prod2{
	display:inline-block;
	vertical-align:middle;
	margin-top:4px;
	}	
.chart-prod-top p{
	display:inline-block;
	vertical-align:middle;
	font-size:26px;
	line-height:30px;
	color:#216db4;
	font-weight:700;
	padding-left:15px;
	}
.chart-col-3 .chart-prod-top p{ color:#787878;}

.chart-col-2 ul{
	float:left;
	width:100%;
	}
.chart-col-2 ul li{
	float:left;
	width:100%;
	height:86px;
	text-align:left;
	padding:10px 20px 10px 45px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	}
.chart-col-2 ul li img{
	display:inline-block;
	vertical-align:middle;
	}
.chart-col-2 ul li p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 40px);
	padding-left:40px;
	font-size:20px;
	line-height:26px;
	color:#002553;
	}
.chart-col-3 ul li{ border-right:0;}
.chart-col-3 ul li p{ color:#171717;}	

.mnybkBox{
	width:100%;
	max-width:1010px;
	background:#3672ac;
	border-radius:22px;
	padding:30px 30px 40px;
	margin:60px auto 0;
	position:relative;
	overflow:hidden;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.mnybkBox:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:#3c7fbd;
	height:180px;
	}	
.mnybk-seal{ 	
	position:relative;
	z-index:1;
	}
.mnybk-cont{
	width:calc(100% - 248px);
	text-align:left;
	padding-left:40px;
	position:relative;
	z-index:1;
	}
.mnybk-heading{
	font-size:55px;
	line-height:60px;
	color:#fff;
    font-family: 'Lab Grotesque';
    font-weight: 900;
	position:relative;
	z-index:1;	
	}
.mnybk-para{
	color:#fff;
	margin-top:30px;
	font-weight:300;
	}	
.mb-tp{ margin-top:50px;}

/*======Section-7==========*/	
.sec-7{
	background:#fff;
	float:left;
	width:100%;
	min-width:1170px;
	padding:65px 0;
	}
.rev-slider{
    float: left;
    width: 100%;
    background: #fff;
    margin: 70px auto 0;
    padding: 0 45px 45px;
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	}
.rev-bx{
	float:left;
	width:100%;
	display:flex !important;
	align-item:center;
	justify-content:space-between;
	}
.rev-lft-slide{
	float:left;
	max-width:45%;
	width:100%;
	}
.rev-lft-slide img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}		
.rev-rgt-slide{
    float: right;
    width: 51%;
    text-align: left;
	margin-top:0!important;
	position:relative;
	}	
.rev-rgt-slide:after{
	content:"";
	position:absolute;
	right:0;
	top:10px;
	background:url(../images/rev-quote.png) no-repeat top left;
	width:661px;
	height:70px;
	}	
.testi-star{
	display:inline-block;
	vertical-align:middle;
	margin:95px 0 0 0;
	width:97px;
	}
.sldr-sepr{
	float:left;
	width:100%;
	}
.slide-para{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #000;
	font-style:italic;
	min-height: 190px;
    margin-top: 20px;
	}
.slide-nm{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #216db4;
    font-weight: 700;
	}	
.slide-nm small{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#19bd62;
	text-transform:uppercase;
	}
.very-tik{
	display:inline-block !important;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}
	
/*======Section-8==========*/	
.sec-8{
	background:#f2f7ff;
	float:left;
	width:100%;
	min-width:1170px;
	padding:65px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	width:75%;
	text-align:left;
	padding:0 10px;
	margin-top:40px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	margin:10px 0;
	padding:0 15px;
	border-radius:7px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}
.accordion{
    background: url(../images/close-btn.png) no-repeat 98% center;	
	float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
	padding: 22px 40px 22px 20px;
	}
.acdn-heading.accordion-open{
    background: url(../images/open-btn.png) no-repeat 98% center;
	border:none;
	}
.acdn-content{
    float: left;
    width: 100%;
    padding: 0 10px 10px 20px;
	}
.acdn-para{ margin:0 0 20px;}	

/*-----------------------
FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;	
	min-width:1170px;
	text-align:center;
	padding:40px 0;
	}
.ftr-txt{
	float:left;
	width:100%;
	color:#2d2d2d;
	font-size:17px;
	line-height:24px;
	letter-spacing:0.5px;
	margin-top:10px;
	}			
.ftr-txt a{
	color:#2d2d2d;
	text-decoration:none;
	}
.ftr-txt2{
	float:left;
	width:100%;
	color:#2d2d2d;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.5px;
	margin-top:20px;
	}		
			
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.9);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.9);
}
}	

/*--------------------Tadda--------------------*/	
.hand-tadda{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda{
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}