@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: 'Inter', 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;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.for-mob{display:none;}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'EquipW03';
    src: url('../assets/fonts/EquipW03-ExtraBold.woff2') format('woff2'),
        url('../assets/fonts/EquipW03-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	padding:13px 0;
	margin-top:-70px;
	top:70px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin: 9px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.5px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d7d7d7;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#023257;}
a.nav-btn{
    float: right;
	background:#ec7e00;
    color: #fff;
    font-size:18px;
    text-align: center;
    width: 140px;
    height: 42px;
    line-height:42px;
	border-radius:3px;
	margin-top:2px;
	font-weight:bold;
	}
	
.topStrip{
	background:#023257;
	float:left;
	width:100%;
	padding:6px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
	}
.topStrip p span{color:#ffd30a;}
	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 12px;
	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: 3px;
	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(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:20px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}
.logo {
	width: 160px;
}

/*-----------------------
		BANNER CSS
------------------------*/
.banner {
	background:#f5fcff;
    float:left;
    width:100%;
	overflow:hidden;
	padding-bottom:60px;
	}
.bnr-left{
    float:left;
    width:60%;
    text-align: left;
	position:relative;
	margin-top:60px;
	}
.bnr-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:500;
	}
.bnr-rvw-star{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#666;
	letter-spacing:0.5px;
	margin-top:8px;
	}
.bnr-str{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 2px;
	}
.vry-tk{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 0;
	}	
.banner-heading{
	float:left;
	width:100%;
	font-size:50px;
	line-height:58px;
	color:#0692db;
	font-weight:bold;
	margin-top:15px;
	}
.bnr-strip{
	float:left;
	width:100%;
	text-align:left;
	height:50px;
	background:url(../images/bnr-strip-bg.png) no-repeat center left;
	margin-top:25px;
	position:relative;
	padding-left:34px;
	}
.lens-icn{
	position:absolute;
	top:1px;
	left:6px;
	}	
.bnr-strip p{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	font-size:18px;
	line-height:50px;
	color:#001e2f;
	font-weight:600;
	padding:0 27px;
	}	
.bnr-strip p:after{
	content:"";
	position:absolute;
	right:-12px;
	top:2px;
	bottom:0;
	width:20px;
	height:46px;
	background:url(../images/bnr-srtp-img.png) no-repeat center center;
	}
.bnr-strip p:last-child{ padding-right:0;}
.bnr-strip p:last-child:after{ display:none;}
.bnr-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#000;
	margin-top:27px;
	letter-spacing:0.5px;
	padding-right:100px;
	}
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:420px;
	text-align:center;
	margin-top:30px;
	}
.banner .btnBlk{margin-top:40px;}
a.next-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	height: 65px;
	overflow: hidden;
	color: #ffffff;
	font-size: 28px;
	line-height: 65px;
	position: relative;
	padding-right: 45px;
	text-shadow:1px 1px #bd6500;
	font-weight:700;
	border-radius: 4px;
	background: #ec7e00;
	}
a.next-btn b{ color:#ffe400;}	
a.next-btn span {
    position: absolute;
    right: 0;
    top: 0;
	bottom:0;
	width:45px;
	}
a.next-btn span:after{
    content: '';
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -7px;
	background:url(../images/btn-arw.png) no-repeat center center;
	width:9px;
	height:15px;
	}	
.mbg-txt{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 5px;
	}
.mbg-txt span{
    display: inline-block;
    vertical-align: middle;
    background: #f5fcff;
    color: #000;
    font-size: 17px;
    padding: 0 6px;
    z-index: 2;
	font-weight:500;
    position: relative;
	letter-spacing:0.5px;
	}	
.mbg-txt:before{
    content: '';
    position: absolute;
    top: 12px;
    height: 1px;
    background: #bfd3dd;
    left: 0;
  right: 0;
	}	

.bnr-right{
	width:40%;
	float:right;
	position:relative;
	}
.bnr-right:before{
    content: '';
    position: absolute;
    left: 0;
    width: 923px;
    height: 670px;
    top: 0;
    bottom: 0;
    background: url(../images/adapter/adapt-hero-bg.png) no-repeat right center;
    background-size: cover;
	}
.bnr-prod{
	max-width:40%;
	position:absolute;
	top: 80px;
	right: 35px;
	}	
/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0 0;
	}
.common-heading{
	float:left;
	width:100%;
	color:#0691db;
	font-size:48px;
	line-height:46px;
	font-weight:700;
	padding-bottom:50px;
	background:url(../images/heading-line.png) no-repeat center bottom;
	}
.common-heading span{
	font-size:22px;
	color:#333;
	font-weight:400;
	}			
.common-paragraph{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.com-pad{ padding:0 70px;}	
.bottom-spl-txt{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:30px;
	font-weight:600;
	padding:0 200px;
	}
ul.sec1box-list{
	float:left;
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:30px;		
	}	
ul.sec1box-list li{
    float: left;
    width:23%;
    border-radius: 10px;
    overflow: hidden;
	outline:none;
	}
.s1-bnr-imgs{
	margin:0 auto 0;
	display:block;
	width:100%;
	border-radius:10px;
	}
.s1-inner{
    display: inline-block;
    vertical-align: middle;
	width:92%;
    background: #f5fcff;
    border-radius: 22px;
    text-align: center;
    font-weight: 500;
    margin-top: -40px;
	padding:0 5px 28px;
	}
.s1-list-icns{
	margin:-27px auto 0;
	display:block;
	}
.s1-inner p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#031e32;
	font-weight:600;
	margin-top:16px;
	}	
.need-img{
	width: 100%;
	border-radius: 10px;
	height: 275px;
	object-fit: cover;
	}

/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
	background:url(../images/s2-backgr.jpg)#f5fcff no-repeat center top;	
	float:left;
	width:100%;
	padding:150px 0 70px;
	position:relative;
	background-size:100%;
	}	
.section-2:before{
	content:'';
	position:absolute;
	top:30px;
	left:50%;
	background:#0691db;
	width:1px;
	height:95px;
	}	

.sec2-block{
	background:url(../images/s2-list-bg.png) no-repeat center 20px;
    display: inline-block;
    vertical-align: middle;
	width:88%;
	text-align:center;
	position:relative;
	margin-top:30px;
	}
.s2-prod{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}		
.sec2-list{
	width:315px;
	}
.sec2-list li{
	float:left;
	width:100%;
	font-size:18px;
	color:#000;
	font-weight:500;
	margin-top:23px;
	}	
.sec2-list.fl{ text-align:right;}
.sec2-list.fr{ text-align:left;}
.sec2-list li:first-child{ margin-top:5px;}	
.sec2-list li:nth-child(2){ margin-top:67px;}
.sec2-list.fr li:first-child{ margin-top:0px;}	
.sec2-list.fr li:nth-child(2){ margin-top:74px;}	
.sec2-list2{
	display: inline-block;
	vertical-align: middle;
	margin-top:10px;
	}
.sec2-list2 li{
	display: inline-block;
	vertical-align: middle;
	font-size:18px;
	color:#000;
	font-weight:500;
	}
.sec2-list2 li:nth-child(1){ margin:-100px 0 0 70px;}
.sec2-list2 li:nth-child(3){ margin:-100px 0 0 0;}		
.video{
	width: 50%;
	margin-top: 20px;
	}

/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 0;
	}

.sec3Box{
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: auto;	
	}
.box-top{ margin-top:60px;}	
.s3Imgbox{
	width: 360px;
    margin: 0px 40px;
	position:relative;
	z-index:1;
	}
.s3Imgbox .s3-bnr-imgs{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius:30px;
	}	
.s3Contbox{
	width:360px;
	text-align:left;
    display: flex;
    justify-content: left;
    -webkit-box-align: center;
    align-items: center;
	}
.s3Contbox span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#041c39;
	font-weight:700;
	}
.s3bdrbox{
	padding-top: 120px;
    width: 183px;
    height: 246px;
    z-index: 1;
    left: -38px;
    margin-left: 75px;
    margin-right: 20px;
    position: relative;
	}
.s3bdrbox .s3-lns{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.s3-ln2{
    width: 276px;
    height: 364px;
    margin-left: 20px;
    margin-right: 75px;	
	}
	
.s3-strp-t1{
	float:left;
	width:100%;
	background:url(../images/s3-stp-ln.png) center center no-repeat;
	font-size:24px;
	line-height:24px;
	color:#041c39;
	font-weight:700;
	margin-top:80px;
	}
.s3-strp-t1 span{
	display:inline-block;
	background:#fff;
	padding:0 15px;
	}
ul.s3-points{
	float:left;
	width:100%;
	margin:40px 0 25px;
	}	
ul.s3-points li{
	float:left;
	width:12.5%;
	text-align:center;
	position:relative;
	}	
ul.s3-points li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
ul.s3-points li span{
	display:inline-block;
	font-size:16px;
	color:#000;
	margin-top:10px;
	}		
.benefit{
	border-radius: 25px;
}
/*-------------------------
    	SECTION-4
--------------------------*/
.section-4{
	background:url(../images/s2-backgr.jpg)#f5fcff no-repeat center top;	
	float:left;
	width:100%;
	padding:150px 0 70px;
	position:relative;
	background-size:100%;
	}
.s4-prod{
	float:left;
	max-width:40%;
	margin-top:20px;
	}	

.faq-container{
	float: right;
    width: 640px;
    text-align: left;
    margin: 40px 0 20px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	margin-top:12px;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png)#fff no-repeat 96% center;
    padding: 22px 30px 22px 26px;
    font-size: 22px;
    line-height: 22px;
	border-radius:2px;
    color: #041c39;
	border:1px solid #0691db;
    font-weight: bold;
	letter-spacing:0.5px;
    cursor: pointer;
	position:relative;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
	}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png)#0691db no-repeat 96% center;
	color:#fff;
	}	
	
.acdn-content {
    float: left;
    width: 100%;
    padding: 12px 10px 15px 26px;
	}	
.acdn-content p{ margin-top:0;}

/*-------------------------
    	SECTION-5
--------------------------*/	
.section-5{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 0;
	}
.compCart{
	float:left;
	width:100%;
	padding:0 35px;
	margin:250px 0 20px;
	}
ul.col-1{
    float: left;
    width: 37%;
    background: #fff;
    border-radius: 10px 0 0 10px;
	border:1px solid #d9d9d9;
	border-right: none;	
	position:relative;
	}	
ul.col-1 li{
	float:left;
	width:100%;
	text-align:left;
	height:65px;
	line-height:65px;
	font-size:20px; 
	font-weight:600;
	color:#000;
	border-bottom:1px solid #d9d9d9;
	padding:0 20px;
	}
ul.col-1 li:last-child{ border:none;}					
.colBox1{
	float:left;
	width: 21%;
	position:relative;
	margin-top:-205px;
	border-radius:10px;
	overflow:hidden;
	border:2px solid #fff;
	box-shadow:0 0 20px 10px rgba(8,56,69,0.3);
	-webkit-box-shadow:0 0 20px 10px rgba(8,56,69,0.3);
	z-index:2;
	}	
.colBox-head{
	float:left;
	width:100%;
	background: #0691db;
	padding:12px 0 15px;	
	}	
.prod-nm{
	float:left;
	width:100%;
	font-size:24px;
	color:#fff;
	font-weight:600;
	}
.camp-prods{
	margin:12px auto 0px;
	display:block;
	max-width:100%;
	height: 135px;
	object-fit: contain;
	}		
.comp-prc{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:22px;
	color:#0368a6;
	width:90px;
	background:#fff;
	text-transform:uppercase;
	padding:6px 0 4px;
	font-weight:600;
	border-radius:5px;	
	}	
ul.col-2{
    float: left;
    width: 100%;
    background: #ecf7fd;
	}	
ul.col-2 li{
	float:left;
	width:100%;
	height:65px;
	line-height:65px;
	border-bottom:1px solid #d2d9de;
	font-size:23px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	}	
ul.col-2 li:last-child{ border:none; height:85px;}	
ul.col-2 li img{ padding:19px 0;}
.colBox2{ border:1px solid #f2f2f2; box-shadow:none; z-index:1;}
.colBox2 .colBox-head{ background:#fafafa;}
.colBox2 .prod-nm{ color:#333333; font-size:18px;}
.colBox2 .comp-prc{ color:#000;}
.colBox2 .camp-prods{ margin: 15px auto 7px;}
ul.col-3{ background:#fff;}
ul.col-3 li{ border-bottom:1px solid #d2d9de;}
ul.col-3 li:last-child{ border:none;}
.colBox3{ border:1px solid #f1f1f1;  box-shadow:none;}
.colBox3 .colBox-head{ background:#f8f8f8;}
.colBox3 .prod-nm{ color:#333333; font-size:18px;}
.colBox3 .comp-prc{ color:#000;}
.colBox3 .camp-prods{ margin: 15px auto 7px;}
ul.col-4{ background:#f6f6f6;}
ul.col-4 li{border-bottom:1px solid #d2d9de;}
ul.col-4 li:last-child{ border-bottom:none;}	

/*-------------------------
    	SECTION-6
--------------------------*/	
.section-6{
	background:url(../images/s2-backgr.jpg)#f5fcff no-repeat center top;	
	float:left;
	width:100%;
	padding:150px 0 70px;
	position:relative;
	background-size:100%;
	}
.s6-reviewBox{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s6-revw-col{
	float:left;
	width:31.5%;
	margin-top:40px;
	}
.revw-bnr-imgs{
	display:block;
	width:100%;
	margin:0 auto;
	box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
	border:4px solid #fff;
	}	
.revw-innr{
	float:left;
	width:100%;
	padding:25px 8px;
	text-align:center;
	}
.revw-head{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}
.revw-para{ margin-top:12px;}
.revw-star{
	margin:14px auto 0;
	display:block;
	}
.revw-nm{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:500;
	margin-top:20px;	
	}			

		
.testi-sec{
	float:left;
	width:100%;
	padding:0 100px;
	margin-top:30px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 35px;
	margin:20px 0;
	border-bottom:1px solid #e3e3e3;
	}
.testi-row:last-child{ border:none; padding-bottom:0;}
.testi-row-lft{
	display: inline-block;
    vertical-align: top;
	width:24%;
	padding-right:15px;
	}
.testi-lft-abt{
	float:left;
	width:100%;
	padding:18px 0 18px 95px;
	position:relative;
	}
.testi-pics{
	position:absolute;
	left:0;
	top:0;
	}
.t-name{
	font-size:16px;
	font-weight:500;
	color:#000000;
	}
.t-vryfd{
	font-size:14px;
	color:#33af3a;
	margin-top:5px;
	letter-spacing:0.5px;
	}
.t-vryfd img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 0;
	}
.test-prod{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	margin-top:20px;
	padding:20px 0 20px 95px;
	border-top:1px solid #ccc;
	}
.test-prod-txt{
	float:left;
	width:100%;
	font-size:15px;
	line-height:20px;
	color:#3d3d3d;
	margin-top:15px;
	}
.test-prod-txt span{font-weight:600;}
.test-prod img{
	position:absolute;
	left:0;
	top:20px;
	border-radius:5px;
	}
.t-star{
	float:left;
	margin-top:10px;
	}
.testi-row-rght{
	display: inline-block;
    vertical-align: middle;
	width:75%;
	padding:8px 0 8px 25px;
	border-left:1px solid #e3e3e3;
	}
.testi-row-rght span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	}
.testi-row-rght p{ margin-top:15px;}	
.revw-bnr-imgs {
	height: 300px;
	object-fit: cover;
}
.test-prod-img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

/*-------------------------
    	SECTION-7
--------------------------*/	
.section-7{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s7-prod{
	margin:30px auto 0;
	display:block;
	max-width:100%;
	}
.s7-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f7fbfd;
	max-width:965px;
	border:1px solid #d1dfe9;
	border-radius:12px;
	margin-top:32px;
	}
.s7-list li{
	background:url(../images/s7-list-tk.png) no-repeat 10px 20px;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:22px;
	color:#031e32;
	font-weight:700;
	border-right:1px solid #d1dfe9;
	padding:17px 25px 17px 35px;	
	}
.s7-list li:last-child{ border:none;}	
.s7-list li span{ color:#007cca;}				

.mnybkBox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	background:#0691db;
	max-width:965px;
	padding:34px 100px 36px 250px;
	position:relative;
	margin-top:25px;	
	}
.mnybkBox img{
	position:absolute;
	top: 50%;
	left: 70px;
	margin-top: -68px;
	}
.mnybkBox span{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#fff;
	font-weight:700;
	}
.mnybkBox p{ color:#fff;}		
.s7-prod{
	height: 270px;
	object-fit: contain;
}		
/*-------------------------
     SECTION8 CSS
--------------------------*/
.sec-heading {
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 52px;
    color: #1365a4;
	font-family: 'EquipW03';
    font-weight: bold;
}
.section8{
	float: left;
	width:100%;
	padding:60px 0;
	background:#e9f7ff;
	}
.section8 .sec-heading,.section9 .sec-heading{padding-bottom: 50px; background: url(../images/hdg-bdr.png) no-repeat center bottom;}
.package-sec{
	float:left;
	width:100%;
	padding:0 50px;
	margin-top:70px;
	}
.package{
	float:left;
	width:325px;
	border-radius:8px;
	border:1px solid #062953;
	text-align: center;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
	background:#fff;
	}
.package.left{
	float:left;
	}
.package.right{
	float: right;
	}
.package.mid{
	position:absolute;
	left:50%;
	margin-left:-162.5px;
	background:#1365a4;
	border:1px solid #009fe3;
	box-shadow: 0 0 25px 5px rgb(0 159 227 / 30%);
	}
.pkg-hdg{
	float: left;
    width: 100%;
	padding:0 0 15px;
	background:#1365a4;
	position:relative;
    border-radius: 8px 8px 0 0;
	}
.package.mid .pkg-hdg{background:#0f5285;}
	
.pkg-hdg:after {
    content: '';
    position: absolute;
    left: 50%;
	margin-left:-20px;
    bottom: -12px;
    border-top: 12px solid #1365a4;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
	}
.pkg-hdg span{
	display:inline-block;
	vertical-align:middle;
	margin-top:-20px;
	font-size:15px;
	line-height:20px;
	color:#333333;
	font-weight:600;
	padding:5px 20px;
	border:1px solid #1365a4;
	background:#fff;
	border-radius:50px;
	}
.package.mid .pkg-hdg span{
	background:#f8a639;
	border:none;
	color:#fff;
	}
.package.right .pkg-hdg span{
	background:#f2f8fa;
	}
.pkg-hdg p{
	margin-top:10px;
	font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
	}
.prod-box{
	float:left;
	width:100%;
	position: relative;
	background:#e3f4fb;
	padding: 0 10px;
	border-bottom:1px solid #f9ece4;
	}
.package.mid .prod-box{
	background:#1365a4;
	border-bottom:1px solid #849fb7;
	}
.prod-box img{
	display:block;
	margin:25px auto 20px;
	position:relative;
	z-index:2;
	max-width:100%;
	}
.prod-box:after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
	height:140px;
    background: #fff;
	}
.package.mid .prod-box:after{ display:none;}
.price-sec{
	float:left;
	width:100%;
	padding:15px 10px 20px;
	}
.list-price{
	font-size:18px;
	line-height:26px;
	font-weight:600;
	color:#333333;
	}
.package.mid .list-price{ color:#fff;}
.strikeout { position: relative;}
.strikeout::after {
    border-bottom: 2px solid red;
    content: "";
    left: 0;
    margin-top: calc(0.125em/2 * -1);
    position: absolute;
    right: -2px;
    top: 54%;
	}
.prc-txt {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    color: #1365a4;
    font-weight:bold;
    margin-top: 15px;
	}
.save {
	float: left;
    width: 100%;
    margin-top: 15px;
    color: #062953;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
	}

.pkg-btn {
    display: inline-block;
    vertical-align: middle;
    width: 254px;
    margin: 15px 0 0 0;
    max-width: 100%;
	}
.selt-btn{
	float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #00c24f;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
	}
.selt-btn img{
	display:inline-block;
	vertical-align:middle;
	    margin: -5px -25px 0 25px;
	}
.pkg-btn p{
	float:left;
	width:100%;
	color:#333333;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	margin-top:5px;
	}

.btm-strip{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	}

.package.mid .pkg-btn p, .package.mid .selt-btn, .package.mid .save, .package.mid .prc-txt{ color:#ffffff;}
.bundle-img{
	height: 200px;
	object-fit: contain;
}

/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	background:#fff;
    padding: 40px 0;
	border-top:1px solid #d7d7d7;
	}
.ftr-logo{
	margin:0 auto 15px;
	display:block;
	width: 160px;
	}	
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height:24px;
    color: #1f1f1f;
	margin-top:6px;
	}	
.footer .ftr-txt a{
    padding: 0 5px;
    color: #1f1f1f;
	}	
	
/*-----------------------
		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);}
}	

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

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

.bnr-left{ width:65%;}
.bnr-prod{ right:-56px;}
.bnr-para{ padding-right:32px;}
.bnr-right{ width:35%;}

.bottom-spl-txt{padding:0 100px;}

.com-pad{ padding: 0 30px;}
ul.sec1box-list li{ width:24%;}

.sec2-block{ width:100%;}
ul.s3-points li span{ font-size:15px;}
.s4-prod{ width:300px; margin-top:150px;}

.compCart{ padding:0;}
.s6-revw-col{ width:32%;}

.testi-sec{ padding:0 50px;}
.testi-row-lft{ width:25%; padding-right:10px;}
.testi-row-rght{ width:74%;}
.package-sec {
    float: none;
    padding: 0;
}
.package.mid {
    position: inherit;
    margin-left: 0;
}
.package {
    float: unset;
    width: inherit;
    margin-bottom: 30px
}
.pkg-hdg, .prod-box, .price-sec, .sec-heading {
    float: unset;
}
.pkg-btn {
    display: block;
    width: inherit;
}
.need-img{
	height: 250px;
}

}

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

.topStrip p{ font-size:16px; line-height:22px;}

.banner{ padding-bottom:50px;}
.bnr-left{ margin-top:40px;}
.bnr-rvw-star{ font-size:12px; line-height:14px;}
.banner-heading{ font-size:37px; line-height:45px;}
.bnr-strip{ margin-top:20px; background:#d6eefb; border-radius:5px;}
.lens-icn{ width:30px; top:11px;}
.bnr-strip p{ font-size:14px; padding:0 15px;}
.bnr-para{ font-size:17px; line-height:23px; margin-top:22px; padding-right:50px;}
.banner .btnBlk{ margin-top:30px;}
.bnr-right:before{left: 0; width: 675px; background-position: right center;}
.bnr-prod{ width: 300px;top: 120px;right: -100px;}

.bottom-spl-txt{padding:0 50px;}

.section-1{ padding:50px 0 20px;}
.common-heading{ font-size:36px; line-height:48px; padding-bottom:38px;}
.common-paragraph{ font-size:17px; line-height:25px;}
.com-pad{ padding:0;}
.s1-inner p{ font-size:15px; line-height:23px;}
.s1-inner p br{display:none;}
.section-2:before{ height:70px; top:10px;}

.section-2{ padding:100px 0 60px;}
.sec2-block{ background: url(../images/s2-list-bg.png) no-repeat center 32px; background-size:100%;}
.sec2-list{ width:216px;}
.s2-prod{ width:300px;}
.sec2-list li{ margin-top:16px; font-size:17px;}
.sec2-list li:first-child{ margin-top:2px;}
.sec2-list li:nth-child(2){ margin-top:52px;}
.sec2-list.fr li:nth-child(2){ margin-top:56px;}

.section-3{ padding:50px 0 20px;}
.s3Contbox{ width:452px;}
.s3bdrbox{ display:none;}
.s3Contbox span{ font-size:24px; line-height:30px;}

.section-4{ padding:90px 0 60px;}
.s4-prod{ float: none; display: inline-block; vertical-align: middle; margin-top: 15px;}
.faq-container{ width: 90%; float: left; margin: 10px 5% 0;}

.section-5{ padding:50px 0 20px;}
.compCart{ margin-top:200px;}
.prod-nm{ font-size:20px;}
.camp-prods{ width:140px; height:95px}
.colBox1{ margin-top:-161px;}
ul.col-1 li{ font-size:18px;}
.colBox2 .camp-prods, .colBox3 .camp-prods{ margin: 4px auto -8px;}

.section-6{ padding:90px 0 60px;}
.testi-sec { padding: 0; margin-top:15px;}
.testi-row-lft { width: 31%;}
.testi-row-rght {width: 68%;}
.t-name-ic{ top:23px;}
.testi-row-rght p{ font-size:16px; line-height:22px;}

.section-7{ padding:50px 0 60px;}
.s7-list{ max-width:100%;}
.s7-list li{ font-size:15px; padding:15px 10px 15px 32px;}
.mnybkBox{ max-width:100%; padding:30px 40px 30px 205px;}
.mnybkBox img{ left:35px;}
.mnybkBox span{ font-size:26px; line-height:30px;}

.need-img{ height: 175px;}
}

@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;}

.topStrip{ padding:6px 0; overflow:hidden;}
.topStrip p{font-size:14px; line-height:20px;}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 8px 0;}
.logo{ width:120px;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:10px; right:10px;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top:55px;}

.banner{ padding:20px 0 25px;}
.bnr-left{ width:100%; text-align:center; margin-top:0;}
.bnr-txt1{font-size:16px; line-height:20px;}
.bnr-rvw-star{font-size:15px; line-height:21px;}
.banner-heading{ font-size: 26px; line-height: 32px; margin-top:12px; letter-spacing:0.3px;}
.bnr-mob{ float: left;width: calc(100% + 20px);margin: 20px 0 0 -10px; max-width:none;}
.bnr-strip{ width:calc(100% + 20px); margin:0 0 0 -10px; padding:0; background:#d6eefb; border-radius:0;  text-align:center; height:auto;}
.lens-icn{ display:none;}
.bnr-strip p{ padding:10px 20px 8px; font-size:15px; line-height:18px;}
.bnr-para{ padding:0; font-size:16px; line-height:24px; margin-top:15px;}
.bnr-right{ display:none;}

.section-1{ padding:25px 0;}
.common-heading{ font-size:22px; line-height:28px; padding-bottom:35px;}
.common-heading span{font-size:18px;}
.common-paragraph{line-height:25px; padding:0; margin-top:15px;}
ul.sec1box-list{ padding:0 15px; justify-content: center;}
ul.sec1box-list li{ width:80%; margin-bottom:40px;}
ul.sec1box-list li:last-child{ margin-bottom:0;}
.s1-inner{ border-radius:15px; padding:0 10px 22px;}
.s1-inner p{ margin-top:10px; font-size:20px; line-height:28px;}

.bottom-spl-txt{padding:0; font-size:17px; line-height:24px;}

.section-2{ padding:70px 0 30px;}
.section-2:before{ height:60px; top:0;}
.sec2-block{ background:none; margin:30px auto 0;}
.s2-prod{ margin:0 auto; width:370px;}
.s2-list-mob{ display:inline-block; vertical-align:middle; width:360px;}
.s2-list-mob li{ display:inline-block; vertical-align:middle; width: 49%; text-align:left; font-size: 12px; color: #000; font-weight: 500; margin-top: 15px;}
.s2-list-mob li span{ display:inline-block; vertical-align:middle; font-size:14px; color:#0691db; border-radius:50%; margin-right:2px;} 

.section-3{ padding:25px 0;}
.sec3Box{ width:100%; display:inline-block; vertical-align:middle; margin-top:40px;}
.box-top{ margin-top:25px;}
.s3Imgbox{ width:100%; margin:0;}
.s3Contbox{ width: 100%; text-align: center; margin-top: 15px; padding:0 20px;}
.s3Imgbox .s3-bnr-imgs{ max-width:85%;}
.s3Contbox span{ font-size:20px; line-height:28px;}
.s3-strp-t1{ font-size:20px; line-height:22px; margin-top:30px;}
.s3-strp-t1 span{ padding:0 2px;}
ul.s3-points{ margin:0;}
ul.s3-points li{ width:25%; margin-top:25px;}

.section-4{ padding:50px 0 35px;}
.s4-prod{ width:300px; margin-top:5px;}
.faq-container{ width:100%; margin:0;}
.accordion{ font-size:18px; line-height:25px; padding:16px 30px 16px 12px;}
.acdn-content{ padding:12px 5px 15px 10px;}

.section-5{ padding: 25px 0;}
.compCart{ margin:165px 0 0;}
ul.col-1{ width:40%;}
.colBox1{ width:30%; margin-top:-133px;}
.colBox-head{ padding:12px 0;}
ul.col-1 li{ padding:0 5px 0 12px;}
.col-1 .ln-h{ font-size:16px; line-height:22px; padding-top:10px;}
ul.col-2 li{ font-size:18px;}
ul.col-2 li img{ width:26px;}
.prod-nm{ font-size:16px; line-height: 16px; min-height:33px;}
.colBox2 .prod-nm{ font-size:14px; line-height: 16px; min-height:34px;}
/* .colBox2 .camp-prods, .colBox3 .camp-prods{ margin: 7px auto 5px;} */
.comp-prc{ font-size:20px; line-height:20px;}
.camp-prods{ width:50px; height: 60px}
.camp-prods.camp-prod2{margin: 5px auto;}

.section-6{ padding: 50px 0 25px;}
.s6-reviewBox{ padding:0 15px;}
.s6-revw-col{ width:100%; margin-top:30px;}
.revw-innr{ padding:20px 0 15px;}
.revw-head{font-size:18px;}
.revw-innr .t-vryfd{width:100%; margin-top:5px;}
.testi-sec{ margin:10px 0 0;}
.testi-row{ padding-bottom:15px; margin:0 0 10px;}
.testi-row-lft{ width:100%; border-right:none; padding-right:0; border-bottom:1px solid #e3e3e3; padding-bottom:20px;}
.testi-lft-abt{ width:51%;padding: 15px 0 0 62px;}
.testi-pics{ width:55px; top:20px;}
.t-name-ic{ width:55px; height:55px; line-height:55px; font-size:20px;}
.t-name{ float: left; margin-top: 13px; line-height: 18px;}
.t-vryfd{ float:left;margin-top:3px; letter-spacing:0; font-size:13px;}
.test-prod{ width:49%; border-top:none; margin-top:0;padding: 15px 0 0px 62px;}
.test-prod img{ width:55px; top:5px;}
.test-prod-txt{ font-size:13px; margin-top:15px;}
.t-star {margin:10px 0 0; display:block; width:100px;}
.testi-row-rght{ width:100%; padding:0; border:none;}
.testi-row-rght span{ font-size:18px; margin-top:10px;}
.testi-row-rght p{ font-size:16px;}



.section-7{ padding: 25px 0 30px;}
.s7-prod{ margin: 25px auto 0;}
.s7-list{ padding:15px 20px;}
.s7-list li{background: url(../images/s7-list-tk.png) no-repeat left 3px; float:left; width:100%; text-align:left; padding:0 0 0 32px; font-size:16px; border:none; margin-bottom:10px;}
.s7-list li:last-child{ margin-bottom:0;}
.mnybkBox{ padding:30px 12px; text-align:center;}
.mnybkBox img{ position:static; margin:0 auto 17px; display:block; width:125px;}
.mnybkBox span{ font-size:24px; line-height:30px;}


.footer{ padding: 0 0 20px; border-top:none;}
.ftr-logo{width:120px; margin:20px auto 10px;}
.footer .ftr-txt a{ padding:0 3px;}
.ftr-txt{ font-size:14px; line-height:20px;}

.need-img{ height: 350px;}
#ctabtn-mob{
	background: #0691db;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
a.next-btn{ font-size:24px;}


}