@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;}
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: #1c9dde;
	float:left;
	width:100%;
	text-align:center;
	padding:7px 0;
	}
.top-lft-txt{
	float: left;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	letter-spacing:1px;
	margin-top:3px;	
	}
.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 #fff;
	padding-left:12px;
	font-size:15px;
	line-height:15px;
	color:#fff;
	letter-spacing:0.5px;
	}			

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 90px;
	}
.header{
	float:left;
	width:100%;
	background:#035da6;
	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:13px;
	}		
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:#fff;
	font-size:19px;
	line-height:19px;
	}
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#1c9dde;}

.promoBox{
	float:right;
	text-align:center;
	width:236px;
	}
.promo-txt{
	display:inline-block;
	vertical-align:top;	
	font-size:18px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.5px;
	}
.promo-txt span{ font-weight:500;}
.promo-txt img{
	display:inline-block;
	vertical-align:top;
	margin:3px 2px 0;
	}
a.free-btn{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:600;
	text-transform:uppercase;
	padding:6px 22px 4px;
	border:1px solid #fff;
	border-radius:5px;
	margin-top:8px;	
	}
	
.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: #fff;
	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:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:106px;
	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:671px;
	padding:60px 0;
	overflow:hidden;
	}
.bnr-left{
	float:left;
	width:60%;
	text-align:left;
	}
.bnr-txt1{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	}	
.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: 55px;
	line-height: 58px;
	color: #fff;
	font-weight: 600;
	margin-top:25px;
	}
.bnr-head span{
	color:#1c9dde;
	font-style:italic;
	margin-left:-15px;
	}		
					
.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: 26px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    padding-left: 40px;
	margin-top:12px;
	}
.bnr-list li:last-child{ margin-bottom:0;}
.bnr-list li span{ color:#2aabe1;}	
	
.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;
	width:410px;
	text-align:center;
	margin-top:40px;
	}
.banner .btnBlk{margin-top:40px;}
a.pg-btn{
	float:left;
	width:100%;
	height:67px;
	border-radius:40px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	background:#01bc20;
	}
a.pg-btn p{
	float:left;
	width:100%;
	color:#fff;
	line-height:67px;
	font-size:32px;
	font-weight:700;
	}
.btn-arw{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 24px;
	}	
.mbg-txt{
	float:left;
	width:100%;
	position:relative;
	margin-top:10px;
	}
.mbg-txt:before, .mbg-txt:after{
	content:'';
	position:absolute;
	top:12px;
	left:24px;
	border-top:2px solid #919095;
	width:40px;
	}
.mbg-txt:after{
	left:auto;
	right:24px;
	}	
.mbg-txt span{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:18px;
	padding:0 5px;
	z-index:2;
	position:relative;
	}	
.bnrProd{
    max-width: 100%;
    position: absolute;
    right: -80px;
    top: -22px;
	}

/*-----------------------
		STRIP
------------------------*/		
.bnrStrp{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0;
	border-bottom:1px solid #d7d7d7;
	}
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:#fff;
	float:left;
	width:100%;
	padding-top:60px;
	}	
.section1 .common-head{ background:none; padding:0;}		
.common-head{
	background:url(../images/comon-bdr2.png) no-repeat center bottom;
	float:left;
	width:100%;
	font-size:45px;
	line-height:50px;
	color:#333333;
	font-weight:600;
	padding-bottom:20px;
	}
.common-head span{ color:#0991ca;}
.red{ color:#ff0000;}	
.common-head-lft{ background:url(../images/comon-bdr.png) no-repeat left bottom;}	
.comon-bdr{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	}
.common-para{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-top: 20px;
    position: relative;
    z-index: 1;
	}	
ul.s1-hazards-lst{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:15px;
	}
ul.s1-hazards-lst li{
	float:left;
	width:25%;
	position:relative;
	}
ul.s1-hazards-lst li:after{
	content: '';
    right: -26px;
    top: 114px;
    position: absolute;
    border-top: 2px dashed #e7e7e7;
    width: 50px;
	}
ul.s1-hazards-lst li:last-child:after{ display:none;}			
ul.s1-hazards-lst li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.s1-hazards-lst p{
	float:left;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#ff0000;
	font-weight:600;
	margin-top:5px;
	}	
.solutionBox{
	float:left;
	width:100%;
	background:#f9fdff;
	border-radius:30px;
    box-shadow: 15px 15px 15px 0px rgb(0,0,0,0.1);
    -webkit-box-shadow: 15px 15px 15px 0px rgb(0,0,0,0.1);
	margin-top: 60px;
	position:relative;
	}
.solutionBox:before{
    content: '';
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 22px solid #f9fdff;
    bottom: -22px;
    left: 50%;
    margin-left: -22px;
	}	
.slu-hd{
    display: inline-block;
	vertical-align:middle;
    width: 100%;
    max-width: 920px;
    position: relative;
    margin-top: -25px;
	}	
.slu-hd:before, .slu-hd:after{
	content:'';
	position:absolute;
	top:23px;
	left:-27px;
	background:url(../images/s1-slu-img1.png) no-repeat center left;
	width:196px;
	height:7px;
	}	
.slu-hd:after{
	left:auto;
	right:-27px;
	background:url(../images/s1-slu-img2.png) no-repeat center right;
	}	
.slu-hd span{
	display:inline-block;
	vertical-align:middle;
	background:#0991ca;
	font-size:30px;
	line-height:34px;
	color:#fff;
    font-weight: 600;
    padding: 8px 35px;
    border-radius: 30px;
	}	
.slu-t1{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #1f1f1f;
    font-weight: 500;
    margin-top: 10px;
    padding: 0 205px;
	}
.berafBox{
	float:left;
	width:100%;
	margin-top:25px;
	padding:0 170px 70px;
	position:relative;
	}	
.befBox{
    float: left;
    width: 150px;
    background: #006792;
    border-radius: 25px;
    overflow: hidden;
	margin-top:10px;
	}
.befBox img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	margin-top:20px;
	}	
.befBox p{
	float:left;
	width:100%;
	background:#00425e;
	font-size:14px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	padding:5px;
	}
.buyBox{
    float: left;
    width: calc(100% - 300px);
    position: relative;
	}
.buyBox .buy-t1{
	float:left;
	width:100%;
	font-size:36px;
	line-height:40px;
	color:#333333;
	font-weight:600;
	}
.buyBox .buy-t1 span{ color:#0080b6;}
.buyBox .btnBlk{
	margin-top:18px;
	}
.s1-arw{
    position: absolute;
    left: 50%;
    bottom: -88px;
    margin-left: -178px;
	}							

/*-----------------------
		SECTION 2
------------------------*/	
.section2{
    background: url(../images/sec2-bg.jpg)#f9f9f9 no-repeat center top;
    float: left;
    width: 100%;
    padding: 160px 0 190px;
    margin-top: -90px;
	overflow:hidden;
	background-size:cover;
	}
.sec2-lft{
	float:left;
	width:84%;
	text-align:left;
	}	
.sec2-lft .common-para{ padding-right:100px;}		

.s2-vid-sec{
	float:left;
	max-width:630px;
	width:100%;
	height: 354px;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	margin-top:40px;	
	}
.s2-vid-sec img, .s2-vid-sec iframe{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	}

.section2 .btnBlk{ margin-top:50px;}		
.mbg-txt-blk span{ color:#5a5a5a;}			
.s2-ppl-img{
    position: absolute;
    top: 156px;
    right: -285px;
	}	
.s2-prod{
    position: absolute;
    top: 431px;
    right: 296px;
	}	
.s2-seal{
    position: absolute;
    top: 372px;
    right: 378px;
	}
.s2-arw{
    position: absolute;
    top: 737px;
    right: 433px;
	}

/*-----------------------
		SECTION 3
------------------------*/	
.section3{
	background:#fff;
	float:left;
	width:100%;
	padding-bottom:30px;
	}
.white{ color:#fff;}
.s3-Box{
	float:left;
	width:100%;
	background:#2d2d2d;	
	border-radius:17px;
    box-shadow: 0 0 8px 3px rgb(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 3px rgb(0,0,0,0.1);
	padding:45px 28px 35px;	
	margin-top:-120px;	
	}	
.s3-Box .common-head{ background:none; padding:0;}	
ul.s3-list{
	float:left;
	width:100%;
	margin:40px 0 15px;
	
 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s3-list li{
    float: left;
    width: 33.33%;
	text-align:left;
    position: relative;
    padding: 0 25px;
	}		
ul.s3-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	border-radius:7px;
	}
.s3-list-steps{
	float:left;
	width:100%;
	font-size:25px;
	line-height:25px;
	color:#13a4e1;
	font-weight:600;
	letter-spacing:0.5px;
	text-transform:uppercase;
	margin-top:25px;
	}
.s3-list-hd{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:15px;
	min-height:90px;	
	}	
.s3-list-para{
	color:#fff;
	margin-top:15px;
	}	
				
/*-----------------------
		SECTION 4
------------------------*/	
.section4{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
	
.sec4Box{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	}	
.s4-box-cont{
	width:498px;
	}	
.s4-box-cont.fl{ text-align:left;}	
.s4-box-cont.fr{ text-align:right;}	
.s4-cont-list{
	float:left;
	width:100%;
	}
.s4-cont-list li{
	float:left;
	width:100%;
	position:relative;
	margin-top:70px;
	}
.fl .s4-cont-list li{ padding-right:122px;}	
.fr .s4-cont-list li{ padding-left:122px;}		
.s4-list-icns{
	display:inline-block;
	vertical-align:top;
	position:relative; 
	z-index:1;
	}	
.s4-cont-list li span{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:bold;
	margin-top:10px;
	}	
.s4-cont-list li p{
	font-size:19px;
	line-height:25px; 
	margin-top:8px;
	}
.s4-list-shp1{
	position: absolute;
    top: 24px;
    left: 45px;
	}
.s4-list-shp2{
	position: absolute;
    top: 24px;
    right: 45px;
	}			
.s4-list-imgs{
	position: absolute;
	background:#fff;
	padding:2px;
	border-radius:50%;
	box-shadow:0 10px 8px 2px rgba(0,0,0,0.1);
	width:165px;
	}
.s4-lst-img1{
	top:-7px;
	right:0;
	}	
.s4-lst-img2{
    top: -48px;
    right: 85px;
	}
.s4-lst-img3{
	top:-7px;
	left:0;
	}	
.s4-lst-img4{
    top: -48px;
    left: 85px;
	}				
.s4-list-prod{
    max-width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -166px;
    top: 200px;
    z-index: 1;
	}	

/*-----------------------
		SECTION 5
------------------------*/	
.section5{
	background: url(../images/sec5-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	padding:60px 0 0;
	}
.s5-t1{
    color: #fff;
    padding: 0 110px;
    margin-top: 30px;
	}
ul.s5-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:40px;
	}
ul.s5-list li{
    float: left;
    width: 24%;
	background:#026690;
	border:1px solid #4e98b7;
	border-radius:20px;
    text-align: left;
	position:relative;
	padding:25px 4px 25px 114px;
	}		
ul.s5-list li .s5-icns{
	max-width: 100%;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 70px;
    margin-top: -35px;
	}
ul.s5-list li:nth-child(3) .s5-icns{ width:81px;}	
ul.s5-list li em{font-style:normal;}
ul.s5-list li span{
	float:left;
	width:100%;
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	}
ul.s5-list li:nth-child(1) span{ color:#1bbbff;}
ul.s5-list li:nth-child(2) span{ color:#ffbb19;}
ul.s5-list li:nth-child(3) span{ color:#16f5a2;}
ul.s5-list li:nth-child(4) span{ color:#ffdc65;}		
ul.s5-list li p{ 
	float:left;
	width:100%;
	font-size:19px;
	line-height:23px;
	color:#fff;
	font-weight:500;
	margin-top:8px;
	}	
.s5-arws{
    position: absolute;
    top: 26px;
    left: 80px;
	}	
.fs-26{
	color:#1bf2ff;
	font-size:26px;
	}	
.s5-logos{
	max-width:100%;
	margin:30px auto 0;
	display:block;
	}			
								
/*-----------------------
		SECTION 6
------------------------*/	
.section6{
	background: #fff;
	float:left;
	width:100%;
	padding:60px 0 30px;
	}
.s6-testiBox{
	float:left;
	width:100%;
	background:#fff;	
	border-radius:20px;
    box-shadow: 0 12px 12px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 12px 12px 2px rgba(0,0,0,0.1);
	padding:25px 10px 35px;	
	margin-top:40px;	
	}	
ul.s6-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:30px;
	}
ul.s6-list li{
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
    padding: 0 25px;
	}	
ul.s6-list li:after{
    content: '';
	position: absolute;
    right: 0px;
    top: 40px;
	bottom:20px;
	background:#e1e1e1;
    width: 1px;
	}	
ul.s6-list li:last-child:after{ display:none;}	
ul.s6-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
ul.s6-list li .s6-testi-hd{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#026b98;
	font-weight:600;
	margin:10px 0 5px;
	}	
ul.s6-list li .s6-testi-para{ margin-top:15px;}	
ul.s6-list li .s6-testi-user{
	float:left;
	width:100%;
	font-size:13px;
	line-height:22px;
	color:#6a6a6a;
	font-weight:300;
	margin-top:15px;	
	}
ul.s6-list li .s6-testi-user span{
	font-size:20px;
	color:#026b98;
	font-weight:600;
	}						
		
/*-----------------------
		SECTION 7
------------------------*/		
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 30px;
	}	
	
.ing-slider{
	float:left;
	width:100%;
	margin-top:70px;
	}	
.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: 21px;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
	letter-spacing:0.5px;
    margin-top: 25px;	
	}	
.ing-slide p{
	font-size:18px;
	line-height:24px;
    margin-top:10px;	
	}		
	
.promise-txt{
	float:left;
	width:100%;
	margin-top:40px;
	}
.promise-txt span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	font-size:24px;
	line-height:26px;
	color:#313131;
	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.s7-logos-lst{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
	}	
ul.s7-logos-lst li{
	float:left;
    width: 16.66%;
	position:relative;
	}	
ul.s7-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:60px 0 15px;
	
    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:#035da6;
	letter-spacing:0.5px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:5px;
	}
.mnybk-txt3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#fff;
	letter-spacing:0.2px;
	font-weight:500;
	margin-top:10px;
	}	
.mny-t{ margin-top:30px;}						
	
/*-----------------------
		SECTION 8
------------------------*/
.section8{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}	
.testiBox{
	float:left;
	width:100%;
	position:relative;
	margin:40px 0;
	}
.testi-list{
	float:left;
	width:100%;
	}
.testi-list li{
	float:left;
	width:16.66%;
	position:relative;
	cursor:pointer;
	}
.testi-list li div{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgb(0,44,65);
	opacity:0.8;
	}	
.testi-list li.active  div{ opacity: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: 71.68%;
    background: #fff;
    padding: 45px 65px 45px;
	}
.t-data{float:left; width:100%;}	
.testi-hd{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#333333;
	font-weight:600;
	}
.testi-star{
	display:inline-block;
	vertical-align:middle;
	margin:8px 0;
	}	
.testi-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#313131;
	}
.s8-rev-block{
	float:left;
	width:100%;
	padding:0 140px;
	}							
.s8-rev-row{
	display:inline-block;
    width: 100%;
    padding-left: 90px;
    position: relative;
    text-align: left;
    margin-top: 25px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
	}
.s8-rev-row:last-child{ border:none;}	
.name-icon{
    position: absolute;
    left: 0;
    top: 10px;
	width:65px;
	}
.s8-star{
	display:inline-block;
	vertical-align:middle;
	}	
.rev-hd{
	float:left;
	width:100%;	
	font-size:22px;
	color:#333333;
	font-weight:500;
	margin-top:10px;
	}		
.s8-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#313131;	
	}
.usr-name{
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	color:#313131;
	font-weight:600;
	margin-top:15px;
	}
.usr-name span{
	color:#838383;
	font-weight:300; 
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #5d5d5d;
    margin-left: 10px;
    padding-left: 10px;
	}

/*-----------------------
		SECTION 9
------------------------*/	
.section9{
	float:left;
	width:100%;
	background:url(../images/s9-bg.jpg) no-repeat center top;
	height:681px;
	padding:60px 0;
	overflow:hidden;
	}
.s9-cont{
	float:left;
	width:60%;
	text-align:left;
	margin-top:20px;
	}
.s9-txt1{
	float:left;
	width:100%;
	font-size:35px;
	line-height:39px;
	color:#fbb00f;
	font-weight:600;
	letter-spacing:0.5px;
	}
.s9-heading{
	float:left;
	width:100%;
	font-size:60px;
	line-height:70px;
	color:#fff;
	font-weight:600;
	margin-top:25px;
	}			
.s9-cont .btnBlk{ margin-top:100px;}
.s9-prod{
	position:absolute;
	top:0;
	right:-80px;
	max-width:100%;
	}

/*-----------------------
		SECTION 10
------------------------*/	
.section10{
	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: 18px;
    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: 500;
    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: 24px;
    color: #313131;
	}
.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: 24px;
    color: #313131;	
	}		
																			
/*-----------------------
		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:16px;
	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;}
.show-desk {display: block;}
.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-txt1{ font-size:20px; line-height:20px;}
.bnr-head{ font-size:48px; line-height:50px;}
.bnr-list li{ font-size:22px; line-height:24px;}
.bnrProd{ width: 482px; right: 0; top: 0;}

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:36px; line-height:42px;}
.common-para{ font-size:18px; line-height:24px;}
ul.s1-hazards-lst p{ font-size:20px; line-height:22px;}
.slu-hd span{ font-size:26px; line-height:30px;}
.slu-t1{ padding:0 100px; font-size:22px; line-height:30px;}
.berafBox{ padding:0 110px 50px;}

.s2-vid-sec{ max-width:540px; height: 305px;}
.s2-ppl-img{ right:-318px;}
.s2-prod{ right:244px;}
.s2-seal{ right:344px;}
.s2-arw{ right:320px;}

.s4-box-cont{ width: 455px;}
.s4-list-imgs{ width:130px;}

.ing-slide{ padding:0 10px;}
.s8-rev-block{ padding:0 40px;}

.s9-txt1{ font-size:30px; line-height:34px;}
.s9-heading{ font-size:48px; line-height:60px;}
.s9-prod{ top: 64px; right: 0; width: 412px;}

.faq-container{ padding:0 40px;}

.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{ width:140px;}
.promoBox{ display:none;}

.banner{ height: auto; background-size: cover; padding:50px 0;}
.bnr-left{ width:71%;}
.bnr-txt1{ font-size: 18px; line-height: 18px;}
.bnr-head{ font-size: 40px; line-height: 44px; margin-top:20px;}
.bnr-list{ margin-top:10px;}
.bnr-list li{ font-size:18px;}
.bnrProd{ right: 0; top: 125px; width: 342px;}
a.pg-btn p{ font-size:30px;}

ul.bnrStrp-list li{ padding: 0 0 0 48px; margin-right: 14px; width: 23.6%;}

.section1{ padding-top:50px;}
.common-head{ font-size: 34px; line-height: 42px;}
ul.s1-hazards-lst li{ width:22%;}
ul.s1-hazards-lst p{ font-size:18px; line-height:20px;}
ul.s1-hazards-lst li:after{ right: -53px; top: 90px;}
.slu-hd span{ font-size: 20px; line-height: 24px;}
.slu-t1{padding: 0 10px; font-size: 20px; line-height: 28px;}
.slu-hd:before, .slu-hd:after{ top:15px; left:0; width:176px;}
.slu-hd:after{ left:auto; right:0;}
.berafBox{ padding: 0 10px 40px;}

.section2{ height:auto;}
.sec2-lft{ width: 100%;}
.sec2-lft .common-para{ padding:0;}
.s2-vid-sec{ max-width: 440px; height: 248px; margin-top: 35px;}
.s2-ppl-img{ right: -208px; width: 500px; top: 294px;}
.s2-prod{ right: 130px; top: 454px; width: 173px;}
.s2-seal{ right: 194px; top: 390px;}
.s2-arw{ right: 165px; top: 720px;}

.s3-Box{ padding: 35px 10px 35px; margin-top: -95px;}
ul.s3-list{ margin:30px 0 0;}
ul.s3-list li{ padding:12px;}
.s3-list-hd{ font-size:22px; line-height:28px;}

.section4{ padding:60px 0;}
.s4-list-prod{ position:static; margin: 50px auto 0; display: block;}
.s4-box-cont{ width:50%;}
.s4-cont-list li{ margin-top:50px;}
.fl .s4-cont-list li{ padding-right:10px;}
.fr .s4-cont-list li{ padding-left:10px;}
.s4-cont-list li span{ font-size:26px; line-height:30px;}
.s4-cont-list li p{ font-size:18px; line-height:26px;}
.s4-list-imgs{ width: 110px;}
.s4-lst-img1{ right:22px;}
.s4-lst-img3{ left:22px;}
.s4-lst-img2{ top: -16px; right: 25px;}
.s4-lst-img4{ top: -16px; left: 25px;}

.section5{ padding:50px 0 0;}
ul.s5-list li{ padding:25px 5px 25px 68px;}
ul.s5-list li .s5-icns{ width: 36px;  margin-top: -18px;}
ul.s5-list li:nth-child(3) .s5-icns{ width: 47px;}
.s5-arws{ left:44px;}
ul.s5-list li span{ font-size:32px; line-height:34px;}
ul.s5-list li p{ font-size:17px; line-height:21px;}

.section6{ padding:50px 0 20px;}
ul.s6-list li{ padding:0 10px;}

.section7{ padding:50px 0 20px;}
.ing-slide{ padding: 0 45px;}
.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;}

.section8{ padding:50px 0 60px;}
.testiCont{ width: 74.68%; padding: 35px 10px 35px;}
.testi-para{ font-size:17px; line-height:23px;}
.s8-rev-block{ padding:0;}

.section9{ height:auto; background-size:cover;  padding: 40px 0 60px;}
.s9-txt1{ font-size: 26px; line-height: 30px;}
.s9-heading{ font-size: 38px; line-height: 48px; margin-top: 15px;}
.s9-cont .btnBlk{ margin-top: 45px;}
.s9-prod { top: 136px; right: 0; width: 293px;}

.faq-container{ padding: 0 10px;}

.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 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.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:100px; margin-top:0;}
.mob-mnu-ic{ top:0px; right:10px;}
.mobilemenu{ top:78px;}
.mobimenu-top{ top:50px;}

.banner{ background: #2b2b2b; 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: 28px; line-height: 36px; margin-top: 14px;}
.bnrProd-mob{ margin:22px auto 0; max-width:100%; width:300px;}
.bnr-list{ float: none; display: inline-block;vertical-align: top; width: 320px; margin-top: 18px;}
.bnr-list li{ font-size: 19px; line-height: 25px; padding-left: 30px; margin-top: 12px; letter-spacing:0.5px;}

.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-top:25px;}
.common-head{ font-size: 26px; line-height: 32px;}
.common-para{ font-size: 18px; line-height: 26px; margin-top:15px;}
ul.s1-hazards-lst li:after{ display:none;}
.slu-hd:before, .slu-hd:after{ display:none;}
ul.s1-hazards-lst li{ width:100%;}
ul.s1-hazards-lst p{ font-size:20px; line-height:22px; margin-top:10px;}
.solutionBox{ margin:50px 0 0 -10px; border-radius:0; width: calc(100% + 20px); padding:0 10px;}
.slu-hd span{ float: left; width: 100%; font-size: 18px; line-height: 22px; padding: 8px;}
.slu-t1{ font-size:18px; line-height:26px; padding:0;}
.buyBox .btnBlk{ display:none;}
.buyBox{ display:none;}
.berafBox{ padding: 0 0 50px; margin-top:14px;}
.befBox{ float: none; display: inline-block; vertical-align: middle; margin: 14px 12px 0; width: 42%;}
.buy-t1{float: left; width: 100%; font-size: 24px; line-height: 30px; color: #333333; font-weight: 600;}
.buy-t1 span{ color:#0080b6;}
.s1-arw{ bottom: 2px; margin-left: -88px; width: 176px;}

.section2{ margin-top:0; padding:35px 0 130px;}
.common-head-lft{ background: url(../images/comon-bdr2.png) no-repeat center bottom;}
.sec2-lft{ width:100%; text-align:center;}
.s2-ppl-img, .s2-seal, .s2-prod, .s2-arw{ display:none;}
.s2-img-mob{ float: left; width: calc(100% + 20px); margin: 15px 0 0 -10px;}
.s2-vid-sec{margin-top: 25px; padding-bottom: 56%; float: none;
display: inline-block; vertical-align: top; height: 200px;}

.section3{ padding-bottom:0;}
.s3-Box{ padding:22px 15px 20px;}
ul.s3-list{ margin-bottom:10px;}
ul.s3-list li{ width:100%; margin-bottom:40px; padding:0;}
ul.s3-list li:last-child{ margin-bottom:0;}
ul.s3-list li img{ width:100%;}
.s3-list-steps{ font-size:23px; line-height:23px; margin-top:20px;}
.s3-list-hd{ font-size: 22px; line-height: 26px; margin-top:10px; min-height:auto;}
.s3-list-para{ margin-top:12px;}

.section4{ padding:30px 0 35px;}
.s4-list-prod{ display:none;}
.s4-box-cont{ width:100%;}
.fl .s4-cont-list li, .fr .s4-cont-list li{ padding:0;}
.s4-box-cont.fr{ text-align:left;}
.s4-cont-list{ margin-top:30px;}
.s4-cont-list li{ margin:0 0 40px;}
.s4-cont-list li:last-child{ margin-bottom:0;}
.s4-list-imgs{ position:static; float:right; width:90px;}
.s4-lst-img3, .s4-lst-img4{ left:auto;}
.s4-cont-list li span{ float:none; width:auto; font-size: 24px; line-height: 28px;}
.s4-cont-list li p{ margin-top: 10px; float: none; width: auto;}
.s4-list-shp1, .s4-list-shp2, .s4-list-icns{ display:none;}

.section5{ padding:25px 0 0; background-size:cover;}
.s5-t1{ margin-top:20px; font-size:16px;}
ul.s5-list{ margin-top:7px;}
ul.s5-list li{ width:100%; margin-top:20px; padding:25px 5px 25px 120px;}
ul.s5-list li .s5-icns{ width: 70px; margin-top: -35px;}
ul.s5-list li:nth-child(3) .s5-icns{ width: 86px;}
.s5-arws{ left: 85px; top: 50%; margin-top: -46px;}

.section6{ padding:30px 0 5px;}
.s6-testiBox{ margin-top:25px; padding:22px 15px 25px; 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);}
ul.s6-list{ margin-bottom:10px;}
ul.s6-list li{ width:100%; margin-bottom:25px; padding:0 0 25px; border-bottom:1px solid #e1e1e1;}
ul.s6-list li:last-child{ margin-bottom:0;}
ul.s6-list li:after{ display:none;}

.section7{ padding:30px 0 5px;}
.ing-slider{ margin-top:25px;}
.ing-slide{ padding: 0 20px; text-align: center; border: none;}
.ing-slide p{ font-size:18px; line-height:26px;}
.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.s7-logos-lst{ margin-top:5px;}
ul.s7-logos-lst li{ width: 33.33%; padding: 0 15px; margin-top: 20px;}
.mnybkBox{ padding: 30px 10px 25px; margin: 35px 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;}


.section8{ padding:30px 0 35px;}
.testiBox{ background: url(../images/testi-bg-mob.jpg) no-repeat center top; float: left;
width: calc(100% + 20px); margin: 15px 0 0 -10px; padding: 30px; background-size: cover;}
.testiContSlide{width:100%; float:left; background:#fff; padding:15px 10px 20px;}
.test-imgs{ margin: 0 auto 15px;display: block; border-radius: 50%; width: 100px; height: 100px;
border: 1px solid #ccc;}
.testi-hd{ font-size:22px; line-height:26px;}
.testi-para{ font-size:17px;}
.testi-star{ width:95px;}

.s8-rev-row:last-child{ padding-bottom:0;}
.s8-rev-row{ padding-left:75px;}
.rev-hd{ font-size:20px; margin:7px 0;}
.s8-para{ font-size:18px; line-height:26px; margin-top:0;}
.usr-name{ font-size:17px; line-height:17px;}

.section9{
	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;
	}
.s9-cont{ width:100%; text-align:center; margin-top:0;}
.s9-prod{ position:static; display:inline-block; vertical-align:top;}
.s9-txt1{ font-size: 20px; line-height: 22px;}
.s9-heading{ font-size: 28px; line-height: 36px; margin-top: 14px;}	
.s9-prod{ margin: 25px 0 -26px;}

.section10{ padding:30px 0;}
.faq-container{ padding: 0 8px; margin-top: 25px;}
.up-slide-dwn{ padding: 0 12px; margin: 10px 0;}
.accordion{ padding: 20px 24px 20px 0;font-size: 19px; line-height: 23px; background-size:18px;}
.faq-txt{ font-size:18px; line-height:26px;}
.acdn-heading.accordion-open{ background-size:18px;}

.footerBox1{ padding:30px 0;}
.ftrBox1{ width:100%; border:none; text-align:center;}
.ftr-logo{ width:120px;}
.ftrbx1-t1{ font-size: 16px; line-height: 26px; 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:0; width:42%;}
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: #026b98;
	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%;}	
.rsk-t1{ font-size:14px; line-height:14px;}
.mbg-txt{ margin-top:6px;}
.mbg-txt span{ background:#026b98; font-size:14px;}
a.pg-btn{ float:none; display:inline-block; vertical-align:middle; height:60px;}
a.pg-btn p{ font-size:26px; line-height:60px;}
.btn-arw{ margin:-2px -10px 0 12px;}

}
	
