@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: 'Euclid Square';
	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;}
img { border: none; 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;
	}	
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
@font-face {
    font-family: 'Euclid Square';
    src: url('EuclidSquare-Regular.woff2') format('woff2'),
        url('EuclidSquare-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('EuclidSquare-SemiBold.woff2') format('woff2'),
        url('EuclidSquare-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('EuclidSquare-Medium.woff2') format('woff2'),
        url('EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('EuclidSquare-Light.woff2') format('woff2'),
        url('EuclidSquare-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('EuclidSquare-Bold.woff2') format('woff2'),
        url('EuclidSquare-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'Euclid Square';
	src: url('EuclidSquare-Italic.woff2') format('woff2'),
		url('EuclidSquare-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	}

@font-face {
	 font-family: 'Euclid Square';
	src: url('EuclidSquare-SemiBoldItalic.woff2') format('woff2'),
		url('EuclidSquare-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}

/*=======Top Header=======*/
.top-header{
	background: #e1e0e1;
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0;
	}
.top-lft-txt{
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #1a1a1a;
	letter-spacing:1px;
	margin-top:2px;	
	}
.top-rgt{
	float:right;
	text-align:left;
	}
.top-rgt img{
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
	}
.top-rgt p{
	display:inline-block;
	vertical-align:middle;
	border-left:1px solid #cccccc;
	padding-left:12px;
	font-size:16px;
	line-height:16px;
	color:#1a1a1a;
	font-weight:500;
	letter-spacing:0.5px;
	}
.top-rgt p a{ color:#1977c6;}				

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 90px;
	}
.header{
	float:left;
	width:100%;
	background:#f7f7f8;
	height:90px;
	padding:12px 0;
	
	margin-top:-90px;
	top:90px;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	}		
.logo{
	float:left;
	margin-top:14px;
	}		
ul.topMenu{
	position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	}
ul.topMenu li{
	float:left;
	padding:0 20px;
	position:relative;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#cccccc;
	top:2px;
	bottom:2px;
	position:absolute;
	right:0;
	}
ul.topMenu li a{
	color:#121212;
	font-size:18px;
	line-height:18px;
	font-weight:500;
	}
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#1977c6;}

a.hdr-btn{
    float: right;
    color: #fff;
    width: 170px;
    height: 42px;
    font-size: 16px;
    line-height: 43px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #01bc20;
    border-radius: 10px;
    margin-top: 12px;
	}
	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 18px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;

	background-color: #000;
	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:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:112px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.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:20px;
	color:#000;
	}
.mobilemenu li a:hover, .mobilemenu li a.active{color:#0080bb;}				
	
/*-----------------------
		BANNER
------------------------*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	height:760px;
	padding:60px 0;
	overflow:hidden;
	}
.bnr-left{
	float:left;
	width:68%;
	text-align:left;
	}
.bnr-txt1{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	color: #1a1a1a;
	font-weight:500;
	}	
.bnr-star{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
	}
.bnr-vry{
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
	}				
.bnr-head{
	float: left;
	width: 100%;
	font-size: 54px;
	line-height: 58px;
	color: #1a1a1a;
	font-weight: 600;
	margin-top:25px;
	}
.bnr-head span{
	color:#1977c6;
	font-weight:bold;
	text-transform:uppercase;
	}		
					
.bnr-list{
	float:left;
	width:100%;
	margin-top:18px;
	}
.bnr-list li{
	background: url(../images/bnr-tike.png) no-repeat left 3px;
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    color: #010101;
    text-align: left;
	font-weight:600;
    padding-left: 40px;
	margin-top:12px;
	}
.bnr-list li:last-child{ margin-bottom:0;}
	
.rsk-t1{
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	font-weight:300;
	letter-spacing:0.5px;
	margin-bottom:12px;	
	}	
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:360px;
	text-align:center;
	margin-top:45px;
	}
.banner .btnBlk{
	margin-top:30px;
	}
a.pg-btn{
	float:left;
	width:100%;
	height:67px;
	border-radius:12px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	background:#01bc20;
	box-shadow:0 3px 3px 3px rgba(0,0,0,0.1);
	}
a.pg-btn p{
	float:left;
	width:100%;
	color:#fff;
	line-height:67px;
	font-size:23px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:2px 2px #019f1b;	
	}	
.btn-arw{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 24px;
	}	
.mbg-txt{
	float:left;
	width:100%;
	position:relative;
	margin-top:5px;
	}
.mbg-txt:before, .mbg-txt:after{
	content:'';
	position:absolute;
	top:12px;
	left:20px;
	border-top:1px solid #c2c8ce;
	width:30px;
	}
.mbg-txt:after{
	left:auto;
	right:20px;
	}	
.mbg-txt span{
	display:inline-block;
	vertical-align:middle;
	color:#010101;
	font-size:16px;
	padding:0 5px;
	z-index:2;
	font-weight:500;
	position:relative;
	}	
.bnrProd{
    position: absolute;
    right: 384px;
    top: 204px;
	}
.bnr-seal{
    position: absolute;
    right: 668px;
    top: 403px;
	}	
.bnr-unit-img{
    position: absolute;
    right:215px;
    top: 503px;
	}	

/*-----------------------
		STRIP
------------------------*/		
.bnrStrp{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0;
	border-top:2px solid #eaeaea;
	}
ul.bnrStrp-list{
    float: left;
    width: 100%;
	}
ul.bnrStrp-list li{
    float: left;
    text-align: left;
    position: relative;
    padding-left: 55px;
    padding-right: 34px;
    margin-right: 24px;
	}
ul.bnrStrp-list li:last-child{ padding-right:0; margin-right:0;}	
ul.bnrStrp-list li:after{
    content: '';
    width: 1px;
    height: 60px;
    right: 0;
    top: 24px;
    transform: translateY(-50%);
    background: #ebebeb;
    position: absolute;
	}	
ul.bnrStrp-list li:last-child:after{ display:none;}	
ul.bnrStrp-list li img{
	position:absolute;
	top:0;
	left:0;
	}		
ul.bnrStrp-list li span{
	font-size:20px;
	color:#000;
	font-weight:600;
	}
ul.bnrStrp-list li p{
	font-size:16px;
	color:#000;
	margin-top:5px;
	}		
	
/*-----------------------
		SECTION 1
------------------------*/	
.section1{
	background:#e5f2fd;
	float:left;
	width:100%;
	padding:60px 0 70px;
	overflow:hidden;
	}	
.section1 .common-head{ background:none; padding:0;}		
.common-head{
	float:left;
	width:100%;
	font-size:50px;
	line-height:56px;
	color:#333333;
	font-weight:600;
	}
.common-head span{ color:#1977c6;}
.common-para{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
    position: relative;
    z-index: 1;
	}	

.s1-strip{
	display:inline-block;
	vertical-align:top;
	background:#1977c6;
	padding:10px 50px;
	font-size:26px;
	line-height:34px;
	color:#fff;
	font-weight:600;
	border-radius:40px;
	margin-top:30px;
	}
.s1-list{
	float:left;
	width:60%;
	margin-top:30px;
	}
.s1-list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:70px;
	margin-top:20px;
	}
.s1-list li div{	
	float:left;
	width:100%;
	border-bottom:1px dashed #3789ce;
	padding-bottom:25px;
	}	
.s1-list li:last-child div{ border:none; padding-bottom:0;}	
.s1-list li img{
	position:absolute;
	top:10px;
	left:0;
	}
.s1-list li span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:34px;
	color:#000;
	font-weight:600;
	}	
.s1-list li p{ margin-top:8px;}				
.s1-prod{
	max-width:100%;
    position: absolute;
    top: 300px;
    right: -100px;
	}

/*-----------------------
		SECTION 2
------------------------*/	
.section2{
    background:#fff;
    float: left;
    width: 100%;
	}
.s2-mid-wrap{
	float:left;
	width:100%;
	}
.s2-cont{
	float: left;
    width: 50%;
    height: 90vh;
    background: #282d3e;
    padding: 40px 0;
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	}
.s2-cont:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:-3000px;
	bottom:0;
	background:#000;
    height: auto;
	}	
.s2-cont .commn-hdg{
	font-size:32px;
	line-height:44px;
	}	
	
/*===Sticky==*/
.sticky{
	top:80px;
	position: -webkit-sticky;
	position: sticky;
	}
.s2-left-inner{
	float: right;
    width: 100%;
	max-width:560px;
	text-align:left;
    will-change: min-height;
	}
.s2-left-inner .sidebar__inner{
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
	}	
			
.commn-hdg-lft{
	background: url(../images/bdr-btm.png)no-repeat left bottom;     
	padding-bottom: 45px;
	}
.tag-head{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
	margin-bottom:15px;	
	}			

.s2-cont-list{
	float:left;
	width:100%;
	margin-top:10px;
	}	
.s2-cont-list li{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top:30px;
	}
.s2-cont-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	}
.s2-cont-list li p{
	display:inline-block;
	vertical-align:middle;	
 	font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
	}	
	
.s2-rgt{
	width:50%;
	padding:60px 50px 60px 75px;
	
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
	}	
.s2-rgt-list{
	float:left;
	width:100%;
	text-align:left;
	}
.s2-rgt-list li{
	float:left;
	width:100%;
	margin-bottom:50px;
	}
.s2-rgt-list li:last-child{ margin-bottom:0;}		
.s2-top-list{
	float:left;
	width:100%;
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;	
	}
.s2-list-steps{
	background:#1977c6;
	width:40px;
	height:40px;
	border-radius:50%;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:600;
	line-height:40px;
	margin-right:10px;
	}	
.s2-list-head{
	font-size:26px;
	line-height:32px;
	color:#000;
	font-weight:600;
	}	
.s2-points{
	float:left;
	width:100%;
	margin-top:10px;
	}
.s2-points li{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	margin:10px 0 0;
	position:relative;
	padding-left:20px;
	}	
.s2-points li span{
	position:absolute;
	top:0;
	left:0; 
	font-weight:600;
	}		
.s2-rgt-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
		
	
/*-----------------------
		SECTION 3
------------------------*/	
.section3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0;
	}
.s3-img-blk{	
	float:left;
	width:100%; 
	position:relative; 
	margin-top:40px;
	}	
.s3-block{
	float:left;
	width:100%;
	position:relative;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s3-box{
	float:left;
	width:34%;
	background: #fff;
	text-align:center;
	border:3px solid #1977c6;
	border-radius:10px;
	box-shadow:0 0 10px 10px rgba(0,0,0,0.2);
	margin-top:40px;
	position:relative;
	z-index:1;
	}
.s3-box-header{
	float:left;
	width:100%;
	background:#1977c6;
	border-radius:5px 5px 0 0;
	padding:0 10px 32px;
	}
.s3-hd-pics{
	display: inline-block;
    vertical-align: top;
    border-radius: 12px;
    border: 3px solid #fff;
    margin-top: -45px;
	}	
.s3-box-header p{
	font-size:22px; 
	line-height:26px;
	color:#fff;
	font-weight:bold;
	margin-top:20px;
	}
.s3-box-cont{
	float:left;
	width:100%;
	background:#fff;
	padding:0 25px 80px;
	border-radius:0 0 10px 10px;
	}	
.s3-cont-str{
    display: inline-block;
    vertical-align: top;
    background: #1977c6;
    padding: 10px 15px;
    border-radius: 20px;
    margin-top: -22px;
	}	
.s3-bx-nm{
	width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    font-size: 18px;
    line-height: 20px;
    color: #1977c6;
    font-weight: bold;
	}
.s3-bx-nm span{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:16px;
	color:#6e6e6e;
	font-weight:300;
	border-left:2px solid #848484;
	padding-left:10px;
	margin:-4px 0 0 10px;
	}	
.s3-people{
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -216px;
	}						
				
/*-----------------------
		SECTION 4
------------------------*/	
.section4{
	float:left;
	width:100%;
	background:#fafafa;
	padding:60px 0 70px;
	}
.s4-cont{
	float:left;
	width:48%;
	text-align:left;
	}
.s4-graph-img{
	max-width:100%;
	float:right;
	margin-top:60px;
	}
.s4-box{
	float:left;
	width:100%;
	background:#fff;
	border-radius:30px;
	padding:35px;
	margin-top:50px;
	}	
.s4-box-inner{
	float:left;
	width:100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;		
	}	
.s4-box-cont{
	width:50%;
	text-align:center;
	}	
.s4-box-cont p{
	font-size:26px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	}
.s4-box-cont img{
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
	max-width:100%;
	}	
.s4-dir{ position:relative;}
.s4-dir:after{
	content: '';
    position: absolute;
    top: 50%;
    right: -56px;
    margin-top: -40px;
    background: url(../images/s4-arw.png) no-repeat center center;
    width: 66px;
    height: 94px;
	}
.section4 .btnBlk{ margin-top:-10px;}					

/*-----------------------
		SECTION 5
------------------------*/	
.section5{
	background: #191919;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.testiBox{
    float: left;
    width: 100%;
    position: relative;
	padding:0 20px;
	}	
.testi-list{
    float: left;
    width: 100%;
	}	
.testi-list li{
    float: left;
    width: 100%;
	margin:12px 0;
	}	
.testi-list li img{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
	}
.testiCont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    width: 57%;
    padding: 20px;
	}	
.t-data{
    float: left;
    width: 100%;
	}	
.testi-hd{
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
	}
.testiBox .btnBlk{
	margin-top:20px;
	}
.testiBox .btnBlk p{
	font-size:23px;
	text-transform:uppercase;
	}			
	
/*-----------------------
		SECTION 6
------------------------*/	
.section6{
	background: #fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.testi-sec{
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 0 80px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 35px;
	margin:20px 0;
	border-bottom:1px solid #d7d7d7;
	}
.testi-row:last-child{ 
	border:none; 
	padding-bottom:0; 
	margin-bottom:0;
	}
.testi-row-lft{
	display: inline-block;
    vertical-align:top;
	width:305px;
	padding-right:15px;
	}
.testi-lft-abt{
    float: left;
    width: 100%;
    padding:14px 0 18px 120px;
    position: relative;
	}
.testi-pics{
	position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
	}
.t-name{
    font-size: 18px;
    line-height: 20px;
    color: #0f0f0f;
    font-weight: bold;
	}
.t-name span{
	display:block;
	font-size:16px;
	font-weight:normal;
	}	
.t-vryfd{
    font-size: 16px;
    line-height: 16px;
    color: #6e6e6e;
    font-weight: 300;
    margin-top: 10px;
	}
.t-vryfd img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 2px 0 0;
	}
.test-prod{
	float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 20px;
    padding: 20px 0 20px 90px;
    border-top: 1px solid #d7d7d7;
	}
.test-prod-txt{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #242424;
    margin-top: 8px;
    letter-spacing: 0.3px;
	}
.test-prod-txt span{
	font-size:18px;
	font-weight:bold;
	}	
.t-prod-dv{
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 6px;
    background: #ebebeb;
    width: 70px;
    height: 70px;
    line-height: 63px;
    padding: 1px 1px;
    text-align: center;
	}
.t-prod-dv img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	border-radius:5px;
	}
.testi-row-rght{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
	padding-left:40px;
	}
.t-star{
	float:left;
	}
.testi-row-rght span{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    color: #1977c6;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 15px;
	}
.testi-paragraph{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
	letter-spacing:0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 15px;		
	}
.testi-img{
	float:left;
	margin:25px 10px 0 0;
	max-width:100%;
	box-shadow:0 0 8px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 1px rgba(0,0,0,0.1);
	padding:1px;
	}	

/*-----------------------
		SECTION 7
------------------------*/	
.section7{
	background:#045599;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	}
.fs-22{
	font-size:22px;
	line-height:30px;
	}	
ul.s7-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:40px;
	}
ul.s7-list li{
    float: left;
    width: 24%;
	background:#044c89;
	border:1px solid #4e98b7;
	border-radius:20px;
    text-align: left;
	position:relative;
	padding:22px 4px 22px 108px;
	}		
ul.s7-list li .s7-icns{
	max-width: 100%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -39px;
	}
ul.s7-list li span{
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	}
ul.s7-list li:nth-child(1) span{ color:#ffdc65;}
ul.s7-list li:nth-child(2) span{ color:#1bbbff;}
ul.s7-list li:nth-child(3) span{ color:#ffbb19;}
ul.s7-list li:nth-child(4) span{ color:#16f5a2;}		
ul.s7-list li p{ 
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    margin-top: 8px;
	}
ul.s7-list li p sup{
	font-size:60%; 
	line-height:100%;
	}		
.s7-arws{
    position: absolute;
    top: 32px;
    left: 75px;
	}	
.slu-t1{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #1bf2ff;
    font-weight: 600;
    margin-top: 30px;
	}
.white{ color:#fff;}					
.mbg-txt-w span{ color:#fff;}								

/*-----------------------
		SECTION 8
------------------------*/		
.section8{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 0;
	}	
	
.ing-slider{
	float:left;
	width:100%;
	margin-top:50px;
	}	
.ing-slide{
    float: left;
    text-align: left;
    padding: 0 21px;
	border-right:1px solid #e1e1e1;
    position: relative;
	}	
.ing-slide img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.ing-slide span{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
	letter-spacing:0.5px;
    margin-top: 10px;	
	}	
.ing-slide p{ margin-top:10px;}		
	
.promise-txt{
	float:left;
	width:100%;
	margin-top:50px;
	}
.promise-txt span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	font-size:24px;
	line-height:26px;
	color:#333333;
	letter-spacing:0.5px;
	font-weight:600;
	position:relative;
	}
.promise-txt span:before, .promise-txt span:after{
	content: '';
    position: absolute;
    top: 12px;
    left: -105px;
    border-top: 1px solid #b6b6b6;
    width: 90px;	
	}	
.promise-txt span:after{
	left:auto;
	right:-105px;
	}		
ul.s8-logos-lst{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
	}	
ul.s8-logos-lst li{
	float:left;
    width: 16.66%;
	position:relative;
	}	
ul.s8-logos-lst li:after{
	content:'';
	position:absolute;
	top:20px;
	bottom:20px;
	right:0;
	background:#f0f0f0;
	width:2px;
	}
ul.s8-logos-lst li:last-child:after{ display:none;}	
ul.s8-logos-lst li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
	
.mnybkBox{
	float:left;
	width:100%;
	background:#212121;
	border-radius:12px;
	padding:50px 40px;
	margin-top:60px;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.mnybk-seal{
	float:left;
	width:242px;
	}
.mnybk-cont{
	float:right;
	width:calc(100% - 242px);
	text-align:left;
	padding-left:50px;
	}
.mnybk-txt1{
	float:left;
	width:100%;
	font-size:66px;
	line-height:66px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:bold;
	text-transform:uppercase;
	}
.mnybk-txt2{
	float:left;
	width:100%;
	font-size:36px;
	line-height:36px;
	color:#2bb2ea;
	letter-spacing:0.5px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:5px;
	}	
.mny-t{ color:#fff; margin-top:25px;}						

/*-----------------------
		SECTION 9
------------------------*/	
.section9{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.faq-container{
	float: left;
    width: 100%;
	padding:0 70px;
    text-align: left;
    margin-top: 45px;
	}
.up-slide-dwn{
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 0 35px;
    margin: 15px 0;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 100% center;
    padding: 27px 46px 27px 0;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
	}	
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 100% center;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding-bottom:27px;
	}
.faq-txt{
	float:left;
	width:100%; 
    font-size: 18px;
    line-height: 26px;
    color: #000;
	}
.faq-txt-top{margin-top:20px;}
.faq-list{
	float:left;
	width:100%;
	padding-left:20px;
	}
.faq-list li{
	float:left;
	width:100%;
	margin-top:12px;
	list-style-type:disc;
    font-size: 18px;
    line-height: 26px;
    color: #000;	
	}		
	
/*-----------------------
		SECTION 10
------------------------*/	
.section10{
	float:left;
	width:100%;
	background:url(../images/s10-bg.jpg) no-repeat center top;
	height:701px;
	padding:60px 0;
	overflow:hidden;
	}
.s10-cont{
	float:left;
	width:49%;
	text-align:left;
	margin-top:30px;
	}
.s10-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#fff;
	font-weight:500;
	margin-top:35px;
	}			
.s10-cont .btnBlk{ margin-top:50px;}
.s10-prod{
    position: absolute;
    top: 18px;
    right: -80px;
	}

/*-----------------------
		Blue Strip
------------------------*/
.blue-strip{
	float:left;
	width:100%;
	background:#026b98;
	padding:20px 0;
	}
ul.blueStrp-list{
    float: left;
    width: 100%;
	}
ul.blueStrp-list li{
    float: left;
    text-align: left;
    position: relative;
    padding-left: 70px;
    padding-right: 29px;
    margin-right: 29px;
	}
ul.blueStrp-list li:last-child{ padding-right:0; margin-right:0;}	
ul.blueStrp-list li:after{
    content: '';
    width: 1px;
    height: 60px;
    right: 0;
    top: 24px;
    transform: translateY(-50%);
    background: #fff;
    position: absolute;
	}	
ul.blueStrp-list li:last-child:after{ display:none;}	
ul.blueStrp-list li img{
	position:absolute;
	top:0;
	left:0;
	}		
ul.blueStrp-list li span{
	font-size:20px;
	color:#fff;
	font-weight:600;
	}
ul.blueStrp-list li p{
	font-size:16px;
	color:#fff;
	margin-top:5px;
	}		
																			
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	}	
.footerBox1{
	float:left;
	width:100%;
	background:#0f0f0f;
	padding:60px 0 70px;
	}		
.ftrBox1{
	float:left;
	width:29%;
	text-align:left;
	border-right: 1px solid #626262;
	}
.ftr-logo{
	display:inline-block;
	vertical-align:top;
	}	
.ftrbx1-t1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:30px;
	color:#fff;
	letter-spacing:0.2px;
	margin-top:30px;
	}
.ftr-seals{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
	margin-top:20px;	
	}
.ftrBox2{
	width: 42%;
	padding-left: 80px;
	}		
.ftrbx2-hd{
	float:left;
	width:100%;
	font-size:23px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:600;
	}
ul.frt-list{
	float:left;
	width:50%;
	margin-top:15px;
	}
ul.frt-list li{
	float:left;
	width:100%;
	font-size:18px;
	color:#fff;
	letter-spacing:0.2px;	
	margin-top:12px;
	}	
ul.frt-list li a{ color:#fff;}

.ftrBox3{
	border:none;
	width:29%;
	padding-left:55px;
	}		
ul.ftr-nav{
	float:left;
	width:100%;
	text-align:left;
	}
ul.ftr-nav li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#fff;
	letter-spacing:0.2px;
	margin-top:25px;
	padding-left:50px;
	position:relative;
	}
ul.ftr-nav li a{color:#fff;}
ul.ftr-nav li img{
	position:absolute;
	top:5px;
	left:0;
	}
.ftr-description{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#fff;
	border:1px solid #fff;
	letter-spacing:0.3px;
	padding:20px;
	margin-top:60px;
	}			

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	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.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	

/*-----------------------
		Tadda
------------------------*/
.tadda{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}

.tadda2 {
	animation-name: tadda;
	-webkit-animation-name: tadda2;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(-10px);}
	100% {transform: translateY(0px);}
	}
@keyframes tadda2 {
	0% {transform:translateY(0px)}
	50% {transform: translateY(10px);}
	100% {transform: translateY(0px);}
	}	



.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}
/*---------Media Querry---------*/

@media only screen and (max-width:1185px){
.container{width:1004px;}

ul.topMenu li{ padding:0 14px;}

.bnr-head{ font-size:46px; line-height:50px;}
.bnrProd{ right:218px;}
.bnr-unit-img{ right:55px;}
.bnr-seal{ right:500px;}
.s1-list{ width:50%;}
.s1-prod{ width:500px; right:0;}
.mbg-txt:before, .mbg-txt:after{ width:30px;}

ul.bnrStrp-list li{ padding:0 16px 0 48px; margin-right: 14px;}
ul.bnrStrp-list li img{ width:40px;}
ul.bnrStrp-list li span{ font-size:18px;}
ul.bnrStrp-list li p{ font-size:14px;}

.common-head{ font-size:40px; line-height:46px;}
.s2-left-inner{ padding:0 20px;}
.tag-head{ font-size:22px; line-height:26px;}
.s2-rgt{ padding: 55px 20px 55px 40px;}

.s3-people{ top:38px;}

.s4-cont{ width:52%;}
.s4-graph-img{ width:442px;}
.s4-dir:after{ background-size:30px;}

.testi-hd{ font-size:40px; line-height:48px;}

.testi-sec{ padding:0 20px;}

.faq-container{ padding:0 20px;}

ul.blueStrp-list li{ padding-left: 62px; padding-right: 15px; margin-right: 15px;}
ul.blueStrp-list li img{ width:45px; top:2px;}
ul.blueStrp-list li span{ font-size:18px;}
ul.blueStrp-list li p{ font-size:15px;}
	
.ftrBox2{ width: 37%; padding-left: 50px;}
.ftrBox3{ width: 34%; padding-left: 35px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.top-fix-bar{ margin-bottom:70px;}
.header{ height: 70px; padding: 5px 0; margin-top: -70px; top: 70px;}
.logo{ margin-top: 11px;}

.banner{ height: auto; background-size: cover; padding:50px 0 100px; background-position: right 46% top; background-size: 1600px;}
.bnr-left{ width:71%;}
.bnr-txt1{ font-size: 18px; line-height: 18px;}
.bnr-star{ width:100px; margin-top:-2px;}
.bnr-vry{ width:18px;}
.bnr-head{ font-size: 36px; line-height: 42px; margin-top:20px;}
.bnr-list{ margin-top:10px;}
.bnr-list li{ font-size:22px; line-height:24px;}
.bnrProd{ right: 102px; width: 274px; top: 184px;}
.bnr-seal{ right: 296px; width: 80px; top: 324px;}
.bnr-unit-img{ right: 10px; width: 125px; top: 415px;}

ul.bnrStrp-list li{ padding: 0 0 0 48px; margin-right: 14px; width: 23.6%;}

.section1{ padding:50px 0 60px;}
.common-head{ font-size: 34px; line-height: 42px;}
.s1-strip{ font-size:22px; line-height:28px;}
.s1-prod{ position:static; display:inline-block; vertical-align:top; margin-top:40px;}
.s1-list{ width:100%; margin-top:0;}
.s1-list li span{ font-size:24px; line-height:30px;}

.tag-head{ font-size: 20px; line-height: 26px; margin-bottom:10px;}
.s2-left-inner{ padding: 0 10px;}
.commn-hdg-lft{ padding-bottom:35px;}
.s2-cont-list li{ margin-top:20px;}
.s2-cont-list li img{ width:35px; margin-right:15px;}
.s2-cont-list li p{ font-size:20px; line-height:26px;}
.s2-rgt{ padding: 45px 15px 45px 30px;}
.s2-list-steps{ width: 30px; height: 30px; font-size: 16px;line-height: 30px;margin-right: 7px;}
.s2-list-head{ font-size: 20px; line-height: 26px;}

.section3{ padding:50px 0 60px;}
.s3-box{ width:40%;}
.s3-box-header p{ font-size: 19px; line-height: 23px;}
.s3-box-cont{ padding:0 14px 80px;}
.s3-bx-nm span{ font-size: 14px; line-height: 14px; padding-left: 6px; margin: -4px 0 0 6px;}
.s3-bx-nm{ font-size:16px; line-height:18px;}
.s3-people{ margin-left: -136px; width: 380px; top: 32px;}

.section4{ padding:50px 0 60px;}
.s4-cont{ width:100%;}
.s4-graph-img{ float:none; margin:40px auto 10px;}
.erect-img-mob{ width:260px;}

.section5{ padding:50px 0;}
.testiBox{ padding:0;}
.testi-hd{ font-size: 30px; line-height: 34px;}
.testiBox .btnBlk{ margin-top: 15px;}

.section6{ padding:50px 0 60px;}
.testi-sec{ padding: 0;}
.testi-row-lft{ width:305px;}
.testi-row-rght{ width: calc(100% - 310px); padding-left: 20px;}

.section7{ padding:50px 0 60px;}
ul.s7-list li{ padding:25px 5px 25px 68px;}
ul.s7-list li .s7-icns{ width: 36px;  margin-top: -18px;}
ul.s7-list li:nth-child(3) .s7-icns{ width: 47px;}
.s7-arws{ left:44px;}
ul.s7-list li span{ font-size:32px; line-height:34px;}
ul.s7-list li p{ font-size:17px; line-height:21px;}
.slu-t1{ font-size:20px; line-height:28px;}

.section8{ padding:50px 0 0;}
.ing-slide{ padding: 0 45px;}
.ing-slide span{ font-size:22px; line-height:26px;}
.ing-slide img{ width:145px;}
ul.s8-logos-lst li{ padding:0 15px;}
.mnybk-seal{ width:170px;}
.mnybk-cont{ width: calc(100% - 170px); padding-left: 35px;}
.mnybk-txt1{ font-size:55px; line-height:55px;}
.mnybk-txt2{ font-size:30px; line-height:30px;}

.section9{ padding: 50px 0 60px;}
.faq-container{ padding: 0 10px;}

.section10{ height:auto; padding: 50px 0;}
.s10-cont{ width: 66%; margin-top: 0;}
.s10-para{ font-size:18px; line-height:26px; margin-top:20px;}
.s10-cont .btnBlk{ margin-top: 30px;}
.s10-prod{	width: 350px; top: 74px; right: -50px;}

ul.blueStrp-list li{ padding-left: 34px; padding-right: 6px; margin-right: 6px;}
ul.blueStrp-list li img{ top: 9px; width: 27px;}
ul.blueStrp-list li span{ font-size:16px;}
ul.blueStrp-list li p{ font-size:13px; margin-top:2px;}
ul.blueStrp-list li:after{ height:37px;}

.footerBox1{ padding: 50px 0 60px;}
.ftr-logo{ width:140px;}
.ftrbx1-t1{ font-size:15px; line-height:27px;}
.ftr-seals{ max-width:94%;}
.ftrBox2{ width: 36%; padding-left: 20px;}
.ftrbx2-hd{ font-size:22px;}
ul.frt-list li{ font-size: 16px; margin-top: 11px;}
.ftrBox3{ width: 35%; padding-left: 20px;}
ul.ftr-nav li{ font-size: 16px; line-height: 24px; padding-left: 38px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.top-header{ padding:3px 0 5px;}
.top-header p{ font-size: 14px; line-height: 14px; padding-left: 8px;}
.top-rgt{ float:none; display:inline-block; vertical-align:middle;}
.top-rgt img{ margin-right: 3px; margin-top: -3px;}
.top-lft-txt{display:none;}

.top-fix-bar{ margin-bottom: 50px;}
.header{ height:50px; margin-top: -50px; top: 50px; padding:13px 0;}
.logo{ width:165px; margin-top:0;}
.mob-mnu-ic{ top:0px; right:10px;}
.mobilemenu{ top:78px;}
.mobimenu-top{ top:50px;}

.banner{ background: #f7f7f8; padding:20px 0 25px;}
.bnr-left{ width:100%; text-align:center;}
.bnr-txt1{ font-size: 14px; line-height: 18px;}
.bnr-star{ margin: 0 5px 0 0; width: 92px;}
.bnr-vry{ margin: 0 4px; width: 16px;}
.bnr-head{ font-size: 30px; line-height: 36px; margin-top: 14px;}
.bnrProd-mob{ float: left; margin: 0 auto 0; max-width: none; width: calc(100% + 30px);
margin: 0 0 0 -15px;}
.bnr-list{ float: none; display: inline-block;vertical-align: top; width: 340px; margin-top: 10px;}
.bnr-list li{ font-size: 18px; line-height: 24px; padding-left: 30px; margin-top: 8px; letter-spacing:0.5px; background-size: 20px;}

.bnrStrp{ padding:15px 0 20px;}
ul.bnrStrp-list{ width: calc(100% + 20px); margin-left: -10px;}
ul.bnrStrp-list li{ width: 50%; float: left; text-align: center; padding: 10px 0; margin-right: 0;}
ul.bnrStrp-list li:nth-child(1){ border-right:1px solid #ccc;}
ul.bnrStrp-list li:nth-child(3), ul.bnrStrp-list li:nth-child(4){ border-top:1px solid #ccc;}
ul.bnrStrp-list li:nth-child(3){  border-right:1px solid #ccc;}
ul.bnrStrp-list li img{ position:static; display:inline-block; vertical-align:middle;}
ul.bnrStrp-list li span{ float:left; width:100%;}
ul.bnrStrp-list li p{ float:left; width:100%; font-size:15px;}
ul.bnrStrp-list li:after{ display:none;}

.section1{ padding:25px 0 30px;}
.common-head{ font-size: 28px; line-height: 32px;}
.common-para{ font-size: 17px; line-height: 25px; margin-top:15px;}
.s1-strip{ font-size: 20px; line-height: 26px; padding: 10px 25px; margin-top: 25px;}
.s1-prod{ margin-top:20px;}
.s1-list li{ padding-left: 60px; margin-top: 15px;}
.s1-list li img{ top:7px;}
.s1-list li div{ padding-bottom:20px;}
.s1-list li span{ font-size: 22px; line-height: 28px;}


.s2-cont{ width:100%; padding: 25px 0; height: auto;}
.sticky{ top: 0; position: relative;}
.s2-mid-wrap{ float: left; width: calc(100% + 30px); margin-left: -15px;}
.s2-left-inner{ padding:0 15px;}
.tag-head{ font-size: 17px; line-height: 21px; margin-bottom: 8px;}
.s2-cont-list{ padding:0 10px;}
.s2-cont-list li{ margin-top:12px; padding:4px 0 4px 50px;}
.s2-cont-list li img{ position:absolute; top:0; left:0; margin:0; width:30px;}
.s2-cont-list li p{ font-size:18px; line-height:28px;}
.s2-cont-list li p span{ font-size:20px;}
.s2-rgt{ width:100%; padding:25px 15px 20px;}
.s2-rgt-list li{ margin-bottom:40px;}
.s2-points li{ font-size:17px; line-height:25px; margin-bottom:0;}

.section3{ padding:25px 0 35px;}
.s3-img-blk{ margin-top:0;}
.s3-block{ margin-top:-100px;}
.s3-box{ width:100%; margin-top:80px; box-shadow:none;}
.s3-box:first-child{ margin-top:65px;}
.s3-box-cont{ padding: 0 15px 25px;}
.s3-bx-nm{ position: static; float: left; margin-top: 22px;}
.s3-people{ float: none; position: static; max-width: none; margin: 22px auto 0; width: 300px;}

.section4{ padding:25px 0 35px;}
.s4-graph-img{ margin: 25px auto 10px -8px; width: 335px;}
.s4-box { border-radius: 12px; padding: 20px 10px 25px; margin-top: 40px;}
.s4-box-cont{ width:100%;}
.s4-dir:after{ background-size: 40px; top: auto; bottom: -82px; left: 50%; margin: 0 0 0 -32px;
transform: rotate(90deg);}
.s4-dir{ margin-bottom:70px;}
.s4-box-cont p{ font-size: 22px; line-height: 28px;}
.s4-box-cont img{ margin-top:20px;}
.erect-img-mob{ width:auto;}

.section5{ padding:20px 0;}
.testi-list li{ margin:0;}
.testiCont{ float: left; width: 100%; padding: 15px 10px 25px; position: static; transform: none;}
.testi-hd{ font-size: 26px; line-height: 32px;}

.section6{ padding:25px 0 35px;}
.testi-sec{ margin:8px 0 0;}
.testi-row{ margin: 22px 0 0 -15px; border-bottom: 3px solid #655a5a; width: calc(100% + 30px); padding: 0 15px 22px;}
.testi-row-lft{ width:100%; border-right:none; padding-right:0; border-bottom:1px solid #e3e3e3; padding-bottom:14px;}
.testi-lft-abt{ width:59%;padding: 5px 0 5px 70px;}
.testi-pics{ width:60px; height:60px; border-radius:5px;}
.t-name{ float: left; line-height: 18px;font-size: 18px;}
.t-name span{ font-size:12px;}
.t-vryfd{ float:left;letter-spacing:0; font-size:10px; margin-top:2px;}
.test-prod{ width: 40%; border-top: none;  margin-top: 7px; padding: 0; display: flex; flex-wrap: wrap; align-items: center;}
.t-prod-dv{ float: left; position: static; width: 45px; height: 45px; padding: 4px; top: 2px;
line-height: 37px;}
.test-prod-txt{ width: calc(100% - 50px); margin-top: 0; font-size: 13px; line-height: 16px;
letter-spacing: 0; padding-left: 8px;}
.test-prod-txt span{ font-size:12px;}
.testi-row-rght{ width:100%; padding:14px 0 0; border:none;}
.testi-row-rght span{ font-size:20px; margin-top:12px;}
.testi-img { margin: 15px 8px 0 0; width:82px;}
.testi-img:last-child{ margin-right:0;}

.section7{ padding:25px 0 30px;}
ul.s7-list{ margin:7px 0 10px;}
ul.s7-list li{ width:100%; margin-top:20px; padding:25px 5px 25px 120px;}
ul.s7-list li .s7-icns{ width: 60px; margin-top: -35px;}
ul.s7-list li:nth-child(3) .s7-icns{ width: 60px;}
.s7-arws{ left: 75px;}
ul.s7-list li span{ font-size: 34px; line-height: 34px;}
ul.s7-list li p{ font-size: 18px; line-height: 24px;}
.slu-t1{ font-size: 17px; line-height: 25px; margin-top: 15px;}

.section8{ padding:25px 0 0;}
.ing-slider{ margin-top:25px;}
.ing-slide{ padding: 0 20px; text-align: center; border: none;}
.ing-slide img{ width: 170px;}
.ing-slide span{ font-size:20px;}
.ing-slide p{ font-size: 17px; line-height: 25px;}
.promise-txt{ margin-top:30px;}
.promise-txt span{ font-size:22px; line-height:24px;}
.promise-txt span:before, .promise-txt span:after{ left: -50px;width: 40px;}
.promise-txt span:after{ left:auto; right:-50px;}
ul.s8-logos-lst{ margin-top:5px;}
ul.s8-logos-lst li{ width: 33.33%; padding: 0 15px; margin-top: 20px;}
ul.s8-logos-lst li:after{ display:none;}
.mnybkBox{ padding: 30px 10px 25px; margin: 30px 0 0;display: inline-block;vertical-align: top;}
.mnybk-seal{ width: 150px; float: none; margin: 0 auto 0; display: block;}
.mnybk-cont{ width:100%; padding:0; text-align:center;}
.mnybk-txt1{ font-size: 45px; line-height: 45px; margin-top: 15px;}
.mnybk-txt2{ font-size: 24px; line-height: 26px;}
.mnybk-txt3{ font-size:18px; line-height:26px;}
.mny-t{ margin-top: 15px; letter-spacing:0.3px;}

.section9{ padding:30px 0;}
.faq-container{ padding: 0 8px; margin-top: 25px;}
.up-slide-dwn{ padding: 0 12px; margin: 10px 0;}
.accordion{ padding: 15px 24px 15px 0; font-size: 19px; line-height: 25px;}
.acdn-content{ padding-bottom:15px;}
.faq-txt{ font-size:17px; line-height:25px;}
.faq-list li{ font-size:17px; line-height:25px;}

.section10{
	background: rgb(9,15,31);
	background: -moz-linear-gradient(107deg, rgba(9,15,31,1) 0%, rgba(19,52,105,1) 99%);
	background: -webkit-linear-gradient(107deg, rgba(9,15,31,1) 0%, rgba(19,52,105,1) 99%);
	background: linear-gradient(107deg, rgba(9,15,31,1) 0%, rgba(19,52,105,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090f1f",endColorstr="#133469",GradientType=1);
	padding:30px 0 0;
	}
.s10-cont{ width:100%; text-align:center; margin-top:0;}
.s10-para{ font-size: 17px; line-height: 25px; margin-top: 15px;}
.s10-prod{ position:static; display:inline-block; vertical-align:top; margin: 25px 0 -26px;}

ul.blueStrp-list li{ width: 50%; float: left; text-align: center; padding: 0; margin-right: 0;}
ul.blueStrp-list li:nth-child(3), ul.blueStrp-list li:nth-child(4){ margin-top:20px;}
ul.blueStrp-list li img{ position:static;display:inline-block;vertical-align:middle;width:45px;}
ul.blueStrp-list li span{ float:left; width:100%; font-size: 18px; margin-top: 5px;}
ul.blueStrp-list li p{ float:left; width:100%; font-size:12px;}
ul.blueStrp-list li:after{ display:none;}

.footerBox1{ padding:25px 0;}
.ftrBox1{ width:100%; border:none; text-align:center;}
.ftr-logo{ width:190px;}
.ftrbx1-t1{ font-size: 15px; line-height: 23px; margin-top:14px;}
.ftr-seals{ margin-top:12px;}
.ftrBox2{ padding: 0; display: inline-block; vertical-align: top; margin-top: 30px; text-align: left; float: none; width: 260px;}
.ftrbx2-hd{ font-size: 20px;}
ul.frt-list{ margin-top:5px; width:42%;}
ul.frt-list li{ margin-top:8px;}
ul.ftr-nav li img{ top:-1px;}
ul.frt-list-r{ float:right;}
.ftrBox3{ padding: 0; display: inline-block; vertical-align: top; margin-top: 30px; text-align: left; float: none; width: 260px;}
ul.ftr-nav li{ margin-top:15px;}
.ftr-description{ font-size: 14px; line-height: 18px; padding: 15px; margin-top: 35px;}

#ctabtn-mob{
	background: #000;
	padding:5px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .btnBlk{ margin:0; width:100%;}	
a.pg-btn{ float:none; display:inline-block; vertical-align:middle; height:60px;}
a.pg-btn p{ font-size:24px; line-height:62px;}
.btn-arw{ margin:-2px -10px 0 12px;}

}
	
@media only screen and (max-width:360px){
.bnr-star{ width:86px;}
ul.bnrStrp-list li span{ font-size: 17px;}
.s1-strip{ padding:10px 20px;}
.testi-hd{ font-size: 14px; line-height: 23px;}
.t-name span{ font-size: 11px;}
ul.blueStrp-list li span{ font-size:17px;}
.ftrbx1-t1{ font-size:14px;}
}