@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; 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;
	}
.wrapper { overflow: hidden;}

/*--------FONTS--------*/

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/Inter-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/Inter-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/Inter-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/Inter-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/Inter-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*--------MAIN CSS START--------*/
.scraped-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:#ffffff;
	height:105px;
	/* padding:9px 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;
	margin-top:10px;
	width:130px;
	}
ul.topMenu{
	float:right;
	margin:15px 20px 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000000;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	letter-spacing:0.3px;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#00bb29;}
a.headerBtn{
    float: right;
    color: #1db762;
    font-size:16px;
	margin-top:13px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}
	
/*--------HAMBURGER MENU--------*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 17px;
	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: 25px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:105px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:105px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

.topStrip{
	background:#1f1f1f;
	float:left;
	width:100%;
	padding:6px 0;
	}
.topStrip p{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:20px;
	color:#fff;
	letter-spacing:0.3px;
	font-weight:bold;
	text-transform:uppercase;
	background: -webkit-linear-gradient(0deg, rgba(0,174,236,1) 0%, rgba(177,234,255,1) 25%, rgba(38,198,255,1) 50%, rgba(177,234,255,1) 75%, rgba(0,174,236,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}

/*------BANNER CSS------*/
.banner {
    float:left;
    width:100%;
	overflow:hidden;
	padding:40px 0 50px;
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/banner.jpg") no-repeat center top;
	background-size:cover;
	}
.bannerLeft{
	float:left;
	width:62%;
	text-align:left;
	position:relative;
	}
.bnrStrip{
	float:left;
	position:relative;
	background:#dc7511;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#fff;
	letter-spacing:0.5px;
	text-transform:uppercase;
	padding:5px 40px 5px 20px;
	}
.bnrStrip:after{
	content: '';
    position: absolute;
    right: -9px;
    top: 0;
    border-right: 10px solid transparent;
    border-top: 15px solid #dc7511;
    border-bottom: 15px solid #dc7511;
	}
.bnrHead{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:56px;
	line-height:64px;
	font-weight:bold;
	color:#13335c;
	}
.bnrProd{
	position:absolute;
	right:-330px;
	top:-10px;
	}
.bnrSeal{
	position:absolute;
	right:70px;
	top:370px;
	}
.saleStrip{
	float:left;
	width:74%;
    background:#dff1fd;
	text-align:left;
    padding:8px 10px;
	margin-top:30px;
    position:relative;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
	}
.saleStripLeft{
	width:55px;
	}
.freeColInr{
	display:inline-block;
	vertical-align:middle;
	width:65px;
	height:65px;
	text-align:center;
	padding:10px 0 0;
	position:relative;
	}
.freeColInr p{
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	position:relative;
	z-index:1;
	}
.freeSeal{
	position:absolute;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
	}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.bnr-strip-prod{
	display: inline-block;
    vertical-align: middle;
	width:36px;
	margin-left: 12px;
	}
.saleStripRight {
    width: calc(100% - 55px);
    text-align: left;
    padding-left: 20px;
	}
.strip-txt1{
	color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
	letter-spacing:0.5px;
	}
.strip-txt2{
	color:#000000;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	margin-top:3px;
	}
.strip-txt2 span{color:#ff0000;}
.green-dot{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	animation:fade 1s ease-in-out infinite
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }
.warning{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0;
	width:16px;
	}
.bannerList{
	float:left;
	width:100%;
	margin-top:20px;
	}
.bannerList li{
	float:left;
	width:100%;
	padding-left:40px;
	margin-top:15px;
	font-size:24px;
	line-height:26px;
	font-weight:600;
	color:#000;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/bnr-list-check.png") no-repeat left 2px;
	}
.btnBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:470px;
	margin-top:40px;
	text-align:center;
	}
.bannerLeft .btnBox{
	margin-top:60px;
	}
.btnTop{
	float:left;
	width:100%;
	font-size:15px;
	line-height:15px;
	font-weight:500;
	color:#000;
	}
.btnStar{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 10px 0 0;
	}
.packageBtn{
	float:left;
	width:100%;
	background:#1db762;
    color: #fff;
    font-size:24px;
    text-align: center;
    height: 70px;
    line-height:68px;
	border-radius:50px;
	font-weight:bold;
	letter-spacing:0.5px;
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	margin-top:10px;
	}
.packageBtn img{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
	}
.btnTxt{
	float:left;
	width:100%;
	color:#000;
	margin-top:8px;
	}
.btnTxt p{
	display:inline-block;
	vertical-align:middle;
	padding:0 8px;
	font-size:14px;
	line-height:17px;
	letter-spacing:0;
	}
.btnTxt p span{
	font-weight:500;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 3px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
	@keyframes rotateP{
		0%{transform:rotate(0)}
		50%{transform:rotate(180deg)}
		100%{transform:rotate(180deg)}
	} 
	@keyframes rotate{
		0%{transform:rotate(00deg)}
		100%{transform:rotate(360deg)}
	}
.btnText1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #6fb620;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
    }
.bnrRightList{
	float:right;
	width:100%;
	max-width:100px;
	margin-top:70px;
	}
.bnrRightList li{
	float:right;
	width:100%;
	text-align:center;
	}
.bnrRightList li:first-child{ margin:0 75px 0 0;}
.bnrRightList li:nth-child(2){ margin:15px 25px 0 0;}
.bnrRightList li:nth-child(3){ margin:15px 0 0 0;}
.bnrRightList li:nth-child(4){ margin:15px 20px 0 0;}
.bnrRightList li:nth-child(5){ margin:15px 55px 0 0;}
.bnrRightList li:last-child{ margin:5px 140px 0 0;}
.bnrRightList li img{
	border-radius:50%;
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.bnrRightList li p{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	color:#000;
	}

/*----SEEN SECTION----*/
.seenSec{
	float:left;
	width:100%;
	padding:25px 0 30px;
	background:#fff;
	border-bottom:1px solid #d8d8d8;
	}
.seenHead{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	color:#13335c;
	letter-spacing:0.3px;
	}
.seenIcon {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	}
.seenIcon li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	}
.seenIcon li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}

/*----SECTION-1----*/
.sec1{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#FFF;
	position:relative;
	text-align:center;
	}
.commonHead{
	float:left;
	width:100%;
	font-size:50px;
	line-height:56px;
	font-weight:bold;
	color:#13335c;
	}
.s1Mid{
	float:left;
	width:100%;
	margin-top:50px;
	}
.s1Left{
	float:left;
	width:100%;
	max-width:520px;
	border-radius:20px;
	overflow:hidden;
	}
.s1LeftImg{
	float:left;
	max-width:100%;
	}
.s1LeftTextBox{
	float:left;
	width:100%;
	padding:20px 90px 25px 15px;
	text-align:left;
	position:relative;
	}
.s1LeftHead{
	float:left;
	width:100%;
	font-size:23px;
	line-height:26px;
	font-weight:bold;
	color:#0e9bea;
	letter-spacing:0.3px;
	}
.s1LeftText{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.3px;
	margin-top:10px;
	}
.s1LeftBoxProd{
	position:absolute;
	top:-90px;
	right:15px;
	}
.s1Right{
	float:right;
	width:calc(100% - 550px);
	text-align:left;
	margin-top:15px;
	}
.commonText{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	color:#000;
	letter-spacing:0.3px;
	margin-top:20px;
	}
.s1ListHead{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#13335c;
	letter-spacing:0.3px;
	margin-top:30px;
	}
.s1List{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-top:15px;
	}
.s1List li{
	width:30%;
	display:flex;
	align-items:center;
	margin-top:30px;
	font-size:16px;
	line-height:22px;
	font-weight:600;
	color:#000;
	letter-spacing:0.3px;
	}
.s1ListImg{
	margin-right:10px;
	border:1px solid #115083;
	border-radius:50%;
	width:64px;
	padding:5px;
	}

/*----SECTION-2----*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#f4f7fb;
	position:relative;
	text-align:center;
	}
.s2Row{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s2Col{
	float:left;
	border-radius:12px;
	padding:30px 30px 35px 35px;
	position:relative;
	margin-top:40px;
	text-align:left;
	}
    
.s2Col1{
	width:57.2%;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/s2-col-bg1.jpg") no-repeat bottom right #161f40;
	}
.s2Col2{
	width:40%;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/s2-col-bg2.jpg") no-repeat bottom right #335487;
	}
.s2Col3{
	width:100%;
	padding: 70px 30px 80px 35px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/s2-col-bg3.jpg") no-repeat bottom right #141414;
	}
.s2Col4{
	width:40%;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/s2-col-bg4.jpg") no-repeat bottom right #d8e0f2;
	min-height:432px;
	}
.s2Col5{
	width:57.2%;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/s2-col-bg5.jpg") no-repeat bottom right #545454;
	}
.s2ColIcon{
	position:absolute;
	top:30px;
	right:30px;
	border-radius:50%;
	}
.s2ColHead{
	float:left;
	width:100%;
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.5px;
	}
.s2ColText1{
	float:left;
	width:100%;
	color:#fff;
	}
.s2Col1 .s2ColText1{ width:50%;}
.s2Col2 .s2ColText1{ width:90%;}
.s2Col3 .s2ColText1{ width:38%;}
.s2Col4 .s2ColText1{ width:61%;}
.s2Col5 .s2ColText1{ width:45%;}
.s2ColInr{
	float:left;
	width:100%;
	margin-top:10px;
	display:flex;
	flex-wrap:wrap;
	}
.s2ColInrBox{
	float:left;
	width:310px;
	border:1px solid #454c66;
	border-radius:12px;
	padding:10px 10px 7px 10px;
	margin-top:15px;
	}
.s2ColBoxSmall{
	width:148px;
	margin-right:15px;
	}
.s2ColText2{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.3px;
	}
.s2ColText2 span{
	font-size:22px;
	line-height:28px;
	font-weight:600;
	color:#02afee;
	}
.s2ColText2 span .subText{
	font-size:16px;
	}
.s2Col3Inr{
	position:absolute;
	right:20px;
	bottom:20px;
	width:130px;
	}
.s2Col3Inr li{
	float: left;
    width: 100%;
    margin-top: 15px;
	border: 1px solid #d8e0f2;
    border-radius: 12px;
    padding: 10px 10px 7px 10px;
	}	
.s2Col3Inr li .s2ColText2{ color:#000; text-align:right;}
.s2Col3Inr li .s2ColText2 span{ color:#000;}
	
	
	
/*----SECTION-3----*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 30px;
	background:#FFF;
	position:relative;
	}
.s3Mid{
	float:left;
	width:100%;
	margin-top:50px;
	position:relative;
	}
.s3Prod{
	position:absolute;
	top:-60px;
	left:50%;
	transform:translateX(-50%);
	}
.s3RowHead{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	font-weight:bold;
	letter-spacing:0.3px;
	color:#13335c;
	}
.s3Row .commonText{ margin-top:10px;}
.s3Col{	width:36%;}
.s3Row{
	float:left;
	width:100%;
	position:relative;
	margin-top:35px;
	border-bottom:1px solid #b6b6b6;
	}
.s3Row:last-child{ border:none;}
.s3Col.fl{ text-align:left;}
.s3Col.fr{ text-align:right;}
.s3Col.fl .s3Row{
	padding:0 20px 30px 110px;
	}
.s3Col.fr .s3Row{
	padding:0 110px 30px 20px;
	}
.s3Icon{
	border:2px solid #13335c;
	border-radius:50%;
	position:absolute;
	top:10px;
	}
.s3Col.fl .s3Row .s3Icon{ left:0;}
.s3Col.fr .s3Row .s3Icon{ right:0;}



/*----SECTION-4----*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#4784a9;
	position:relative;
	}
.s4Head{
	float:left;
	width:100%;
	font-size:40px;
	line-height:46px;
	font-weight:bold;
	color:#fff;
	}
.sec4 .commonText{
	color:#fff;
	}
.sec4Slide{
	float: left;
    width: 100%;
	margin-top:40px;
	}
.s4SlideBox{
	display:inline-block;
	vertical-align:top;
	width:200px !important;
	margin:0 15px 20px;
	overflow:hidden;
	}
.s4SlideImg{
	float:left;
	width:100%;
	max-width:100%;
	border:3px solid #fff;
	border-radius:12px;
	}
.s4SlideText{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	color:#fff;
	margin-top:10px;
	}
.sec4 .btnTop ,.sec4 .btnTxt{ color:#fff;}


/*----SECTION-5----*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 0;
	background:#FFF;
	position:relative;
	}
.s5CompBox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	background:#e7edf5;
	border-radius:20px;
	margin-top:260px;
	margin-bottom:30px;
	border:1px solid #9dadc2;
	}
.s5Col1{
	float:left;
	width:40%;
	padding:0 0 20px 0;
	position:relative;
	}
.s5Col1 ul{
	float:left;
	width:100%;
	}
.s5Col1 ul li{
	float:left;
	width:100%;
	height:70px;
	background:#e7edf5;
	text-align:left;
	font-size:20px;
	line-height:74px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:600;
	padding:0 0 0 30px;
	position:relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.s5Col1 ul li:first-child{ border-radius:20px 0 0 0;}
.s5Col1 ul li:nth-child(even) { background: #f8fafc;}
.s5Col2{
	float:left;
	width:18%;
	background:#13335c;
	border-radius:20px;
	margin:-130px 0 -25px 0;
	}
.s5Col2Top{
	float:left;
	width:100%;
	height:125px;
	}
.s5Col2Prod{
	display:block;
	margin:-105px auto 0;
	max-width:100%;
	}
.vortex-logo-w{
	display:block;
	margin:5px auto 0;
	max-width:95%;
	}
.s5Col2Top p{
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.s5Col2 ul{
	float:left;
	width:100%;
	padding-top:5px;
	}
.s5Col2 ul li{
	float:left;
	width:100%;
	height:70px;
	text-align:center;
	padding:20px 0;
	}
.s5Col2 ul li:last-child{ border:none; height:115px;}
.s5ColStrip{
	float:left;
	width:2%;
	}
.s5ColStrip ul{
	float:left;
	width:100%;
	}
.s5ColStrip ul li{
	float:left;
	width:100%;
	height:70px;
	background:#e7edf5;
	}
.s5ColStrip ul li:nth-child(even) { background: #f8fafc;}
.s5ColStrip ul li:first-child{ border-radius:0 20px 0 0;}
.s5Col3Prod{
	display:block;
	margin:-20px auto 15px;
	max-width:100%;
	}
.s5Col4Prod{
	display:block;
	margin:-35px auto 14px;
	max-width:100%;
	}
.s5Col3Top p, .s5Col4Top p{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#000;
	}
.s5Col3{ background:#fff; border:1px solid #d3d3d3;}
.s5Col4{ background:#fff; border:1px solid #d3d3d3;}

.moneyBackBox{
	display:inline-block;
	vertical-align:top;
	max-width:1030px;
	background:#13335c;
	border-radius:14px;
	margin-top:40px;
	padding:60px 70px 60px 330px;
	text-align:left;
	position:relative;
	}
.moneyBackBox .commonText{ color:#fff; font-weight:300;}
.moneyBackSeal{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:45px;
	}
.sec5:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:160px;
	background:#f4f7fb;
	}


/*----SECTION-6----*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#f4f7fb;
	position:relative;
	}
.s6Mid{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s6Left{
	float:left;
	width:46%;
	text-align:center;
	}
.s6Prod{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
.s6Right{
	float:right;
	width:52%;
	text-align:left;
	margin-top:40px;
	}
.featureSlideDown{
	float:left;
	width:100%;
	}
.featureHeading {
	float: left;
	width: 100%;
	text-align: left;
	padding: 22px 30px 20px 0;
	font-size: 20px;
	line-height: 24px;
	color: #13335c;
	cursor: pointer;
	position: relative;
	font-weight:bold;
	letter-spacing:0.5px;
	border-bottom:1px solid #c5c6c6;
	}
.featureHeading:after{
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-16px;
	font-size:26px;
	line-height:26px;
	content:"+";
	}
.featureHeading.active:after {
	content:"-";
	}
.featureAcdnContent {
	float: left;
	width: 100%;
	padding: 10px 30px 10px 0;
	text-align:left;
	border-bottom:1px solid #c5c6c6;
	}
.featureAcdnContent table{
	float:left;
	width:100%;
	border:none;
	position:relative;
	}
.featureAcdnContent table tr td{
	color:#000000;
	font-size:18px;
	line-height:26px;
	text-align:left;
	border:none;
	padding:10px 0;
	}
.featureAcdnContent table tr td:first-child{ padding-right:25px;}
.featureAcdnContent p{
	color: #000000;
    font-size: 17px;
    line-height: 24px;
	letter-spacing:0.5px;
    text-align: left;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:10px;
	}
.featureAcdnContent p span{padding: 0 8px;}
.featureAcdnContent p span:first-child {padding-left: 0;}
.featureAcdnContent p span img {
    display: inline-block;
    vertical-align: middle;
    margin: -8px 4px 0 0;
	}
ul.feature-list{
	float:left;
	width:100%;
	padding:10px 0 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.feature-list li{
	float:left;
	width:48%;
	color: #000000;
    font-size: 18px;
    line-height: 26px;
	letter-spacing:0.3px;
    text-align: left;
	margin:10px 0 0 0;
	padding-left:25px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/comp-chk.png") no-repeat left 6px;
	background-size:17px;
	}
ul.include-list li{
	background:none;
	padding-left:0;
	}

/*----SECTION-7----*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#FFF;
	position:relative;
	}
.s7Mid{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:70px;
	padding-bottom:20px;
	}
.s7Col{
	width:23.5%;
	position:relative;
	}
.s7Img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border:1px solid #829bbc;
	border-radius:12px;
	}
.s7ColNo{
	position:absolute;
	top:-34px;
	left:50%;
	transform:translateX(-50%);
	width:68px;
	height:68px;
	border:3px solid #fff;
	border-radius:50%;
	background:#13335c;
	font-size:36px;
	line-height:60px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	}
.s7ColText{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#13335c;
	margin-top:15px;
	}

/*----SECTION-8----*/
.sec8{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#f4f7fb;
	position:relative;
	}
.s8Mid{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1320px;
	margin-top:40px;
	padding-bottom:20px;
	}
.testBox{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
	}
.testCol{
	float:left;
	width:31%;
	text-align: left;
	}
.testCol .commonText{ letter-spacing:0;}
.testImage{
	display:block;
	vertical-align:top;
	max-width:100%;
	border-radius:12px
	}
.testStar{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:10px;
	}
.testhead{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	color:#000;
	margin-top:25px;
	}
.testCol .commonText{ margin-top:10px;}
.testName{
	float:left;
	width:100%;
	font-size:17px;
	line-height:18px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:normal;
	margin-top:25px;
	}
.testName img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 10px;
	}
.testName span{
	color:#37b72d;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.5px;
	}

/*----SECTION-9----*/
.sec9{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	position:relative;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin:15px 0 15px;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:8px;
	-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);
	box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);
	margin-top:25px;
	padding:10px 25px 8px 30px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/close.jpg") no-repeat 100% center;
	padding:12px 45px 12px 0;
	font-size:18px;
	line-height:30px;
	font-weight:600;
	color:#000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/open.jpg") no-repeat 100% center;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 10px 0;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:10px;
	}
.acdn-para.acdnSubHead{
	font-weight:600;
	margin-top:20px;
	}
.acdnImg{
	display:inline-block;
	vertical-align:top;
	margin:20px 10px 0 0;
	max-width:100%;
	}
.acdnList{
	float:left;
	width:100%;
	}
.acdnList li{
	float:left;
	width:100%;
	margin-top:16px;
	padding:0 0 10px 70px;
	position:relative;
	font-size:17px;
	line-height:23px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#000000;
	}
.acdnListNo{
	position:absolute;
	top:0;
	left:0;
	font-weight:600;
	}
.acdnList.acdnListStyle li{
	padding-left:25px;
	}
.acdnList.acdnListStyle li:before{
	position:absolute;
	top:5px;
	left:2px;
	content:'';
	width:8px;
	height:8px;
	background:#000;
	border-radius:50%;
	}

/*----FOOTER----*/
.footer{
	float:left;
	width:100%;
	padding:40px 0 50px;
	background:#FFF;
	position:relative;
	border-top:1px solid #CCC;
	}
.footerLogo{
	display:block;
	margin:	0 auto 10px;
	width:130px;
	}
.footerText{
	float:left;
	width:100%;
	font-size:17px;
	line-height:17px;
	font-weight:normal;
	color:#3a3a3a;
	margin-top:15px;
	}

.blackText{ color:#000;}
.whiteText{ color:#fff;}
.marT0{ margin-top:0;}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}

/*------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);}
}	



/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.scraped-container{width:1004px;}

.bnrHead{ font-size:48px; line-height:56px;}
.saleStrip{ width:90%;}
.bannerList li{ font-size:23px;}
.bnrProd { right: -300px; top: 30px; width: 400px;}
.bnrSeal { right: 30px; top: 350px;}
.bnrRightList li:first-child { margin: 0 50px 0 0;}
.bnrRightList li:nth-child(2) { margin: 15px 15px 0 0;}
.bnrRightList li:nth-child(4) { margin: 15px 15px 0 0;}
.bnrRightList li:nth-child(5) { margin: 15px 50px 0 0;}
.bnrRightList li:last-child { margin: 5px 110px 0 0;}

.seenIcon li{ padding:0 15px;}

.s1Left { max-width: 460px;}
.s1Right { width: calc(100% - 490px);margin-top: 0;}

.s2Col1{ background-position:0px 0px;}
.s2Col1 .s2ColText1 { width: 60%;}
.s2Col2{ background-size:100%;}
.s2Col5 { background-position:0px 0px;}
.s3Mid{ margin-top:10px;}
.s3Prod { top: 40px; width: 290px;}
.s3Col { width: 38%;}
.s3Col.fl .s3Row { padding: 0 0px 30px 100px;}
.s3Col.fr .s3Row { padding: 0px 100px 30px 0px;}

.s6Right{ margin-top:20px;}


}


@media only screen and (max-width:1021px){
.scraped-container{width:750px;}

.show-desk {display: none;}
.show-tab {display: block;}

.bannerLeft { width: 65%;}
.bnrHead { font-size: 35px; line-height: 44px;}
.saleStrip { width: 100%;}
.strip-txt2 { font-size: 14px; margin-top: 0;}
.bannerList { margin-top: 15px;}
.bannerList li { font-size: 21px; margin-top:12px;}
.bnrProd { right: -185px; top: 100px; width: 280px;}
.bnrSeal { right: -90px; top:70px; width: 90px;}
.bnrRightList { max-width: 80px; margin-top:20px;}
.bnrRightList li p{ font-size:15px;}

.commonHead { font-size: 38px; line-height: 46px;}

.s1Mid { margin-top: 40px;}
.s1Left { max-width: 340px;}
.s1LeftBoxProd { top: -80px; right: 10px;}
.s1Right { width: calc(100% - 360px);}
.s1List li{ flex-direction:column; text-align:center;}
.s1ListImg{ display:block; margin:0 auto 5px; width:55px;}

.packageBtn{ font-size:28px;}
.btnTxt p { padding: 0 5px;}

.s2Row { float: none; width: 85%; display: inline-block;  vertical-align: top;}
.s2Col2 { background-size: contain;}
.s2Col3 { background-size:cover; background-position:56% bottom; padding: 30px 30px 35px 35px;}
.s2Col1, .s2Col2, .s2Col4, .s2Col5{ width:100%;min-height: auto;}
.s2Col5{padding: 30px 30px 120px 35px;}
.s2Col3Inr{ max-width:60%;}
.s2Col1 .s2ColText1 { width: 53%;}
.s2Col4 .s2ColText1 { width: 43%;}
.s2Col3 .s2ColText1 {width: 50%;}

.s3Prod{ width:240px; top:125px;}
.s3Col { width: 36%;}
.s3Col.fl .s3Row { padding: 0 0px 20px 0;}
.s3Col.fr .s3Row { padding: 0px 0 20px 0px;}
.s3Row{ text-align:center; margin-top:25px}
.s3Icon{ position:static; display:block; margin:0 auto 10px;}

.moneyBackBox { padding: 40px 60px 40px 290px;}
.moneyBackSeal { left: 35px; width: 230px;}
.s4Head { font-size: 34px; line-height: 42px;}

.s5Col3Top p, .s5Col4Top p{ font-size:19px;}

.s6Left{ width:47%;}

.s7ColNo { top: -26px; width: 50px; height: 50px; font-size: 28px; line-height: 40px;}
.s7ColText { font-size: 18px; line-height: 24px;}


}

@media only screen and (max-width:767px){
.scraped-container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.top-fix-bar { margin-bottom: 50px;}
.header {  
    /* height: 50px;  */
    margin-top: -50px; 
    /* padding:10px 0;  */
    top: 50px;
}
.logo{ margin-top:5px; width:100px;}

.mob-mnu-ic{ top:9px; right:15px;}
.mobilemenu{ top:105px;}
.mobimenu-top{ top:105px;}

.topStrip { padding: 3px 0;}

.banner { padding: 20px 0 30px;}
.bannerLeft { width: 100%; text-align:center;}
.bnrStrip { float: none; display: inline-block; vertical-align:top;  padding: 5px 15px 5px 15px;}
.bnrHead { font-size: 28px; line-height: 34px; margin-top:10px;}
.bnrProdMob{ display:inline-block; vertical-align:top;  max-width:100%; margin-top:10px;}

.saleStrip{ width:calc(100% + 30px); margin:15px 0 0 -15px; padding: 8px 10px;}
.saleStripLeft { width: 50px;}
.saleStripRight {width: calc(100% - 50px);padding-left: 25px;}
.freeColInr { width: 65px; height: 65px; padding: 8px 0 0;}
.freeColInr p { font-size: 13px; line-height: 15px;}
.freeSeal{ width:65px;}
.strip-txt1 {font-size: 16px;line-height: 24px;}
.strip-txt2 { font-size: 11px;}
.green-dot{ width:8px; margin:-2px 2px 0 0}
.warning{ width:11px; margin:-3px 2px 0 2px;}

.bannerList { margin-top: -20px; text-align:left;}

.bannerList li { font-size: 17px; line-height: 24px; margin-top: 10px; padding-left: 30px; background-position:0 3px; background-size: 19px;}

.bnrRightList { display:none;}


.seenSec{ padding:20px 0;}
.seenIcon{ margin-top:5px;flex-wrap: wrap;}
.seenIcon li{ padding:0 10px;width: 25%; margin-top:10px;}
.seenIcon li:nth-child(2) img{ width:50px;}
.seenIcon li:nth-child(3) img{ width:50px;}
.seenIcon li:nth-child(4) img{ width:40px;}
.seenIcon li:nth-child(5) img{ width:35px;}

.sec1 { text-align:left; padding: 30px 0 30px;}
.commonHead { font-size: 27px; line-height: 34px; text-align:center;}
.commonText { font-size: 17px; line-height: 25px; margin-top:15px;}
.s1Mid { margin-top: 25px;}
.s1Left{ max-width:100%;}
.s1LeftHead { font-size: 21px;}
.s1Right{ width:100%; margin-top:15px;}
.s1ListHead { font-size: 20px; line-height: 26px; text-align: center;}

.sec2{ padding:30px 0 30px;}
.s2Row { float: left; width: 100%;}
.s2Col{ height:auto; padding: 20px 20px 25px 20px; margin-top:25px;}

.s2Col1 { background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/s2-col-bg1-mob.jpg") no-repeat right bottom #161f40; height:560px;}
.s2ColIcon { top: 20px; right: 20px; width:40px;}
.s2ColHead { font-size: 26px; line-height: 30px; padding: 0 55px 0 0;}
.s2ColText2 span{ font-size:18px;}
.s2Col1 .s2ColText1, 
.s2Col2 .s2ColText1{ width: 100%;}
.s2Col3 .s2ColText1{width: 89%;}
.s2Col4 .s2ColText1 { width:76%;}
.s2Col5 .s2ColText1 {width:66%;}
.s2ColInr{ max-width:100%;justify-content: space-between;}
.s2ColBoxSmall {width: 48%;margin-right: 0;}
.s2Col2 { background-size:contain; height:330px;}
.s2Col3 { background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/s2-col-bg3-mob.jpg") no-repeat right bottom #141414; height:440px;}
.s2Col4 { background-size:100%; height:350px;}
.s2Col5 { background:url("https://assets.checkoutchamp.com/Funnel/assets/images/28f5a980-6011-4d3e-9e04-55656ca715b3/30400179-54d1-4803-83cd-f8917b4d286e/s2-col-bg5-mob.jpg") no-repeat right bottom #545454; height:380px;}
.s2Col3Inr { margin-top:20px; width: 120px;}


.sec3{ padding:30px 0 30px;}
.s3Mid{ text-align:center;}
.s3Prod-mob{ display:inline-block; vertical-align:top; max-width:100%; width:220px; transform:rotate(15deg);}
.s3Col { width: 100%; margin-top:0; padding:0 20px;}
.s3RowHead{font-size: 20px; line-height: 25px;}
.s3Row{ border-bottom:none;}
.s3Col.fl .s3Row { padding:0; margin:15px 0;}
.s3Col.fr .s3Row { padding:0; margin:15px 0;}

.sec4 { padding: 30px 0;}
.s4Head { font-size: 24px; line-height: 32px;}
.sec4 .commonText{ padding:0 15px; margin-top:15px;}
.sec4Slide { margin-top: 30px;}
.s4SlideText{ font-size:18px; letter-spacing:0.3px;}
.s4SlideBox{ margin:0 10px;}

.sec5 { padding: 30px 0 0;}
.s5CompBox{ margin-top:180px;}
.s5Col1 { width: 50%;}
.s5Col2 { width: 23%; margin: -90px 0 -25px 0;}
.s5Col2Top { height: 85px;}
.s5ColStrip { width: 2%;}
.s5ColStrip ul li:first-child { border-radius: 0 20px 0 0; margin-top: 10px; height: 60px;}
.s5Col1 ul li { font-size: 16px; line-height: 22px;  padding: 0 10px 0 10px;}
.s5Col2Prod{ width:65px;margin: -80px auto 0;}
.s5Col2Top p { font-size: 13px;}
.s5Col3Top p, .s5Col4Top p { font-size: 12px;}
.s5Col3Prod { margin: -15px auto 12px;}

.moneyBackBox { padding: 25px 15px; text-align:center;}
.moneyBackSeal{ position:static; transform:none; display:block; margin:0 auto 15px; width:200px;}


.sec6{ padding:30px 0;}
.s6Mid{ margin-top:10px;}
.s6Left { width: 100%;}
.s6Right{ width:100%; margin-top:0;}
.featureHeading { padding: 14px 30px 14px 0; font-size: 17px; line-height: 20px;}
.featureAcdnContent table tr td { font-size: 14px; line-height: 18px;}
.featureAcdnContent table tr td:first-child {padding-right: 10px;}
ul.feature-list{ padding:5px 0 10px;}
ul.feature-list li{ width:100%; font-size:15px;}

.sec7{ padding:30px 0;}
.s7Mid { margin-top: 0px; padding-bottom:0;justify-content: center;}
.s7Col { width:350px !important; margin:50px 0 0;}
.s7ColText{ padding:0 15px;font-size: 19px;line-height: 28px; letter-spacing: 0.3px;}

.sec8{ padding:30px 0 10px;}
.s8Mid{ width:100%; margin:0 0;}
.testCol { width: 100%; margin: 40px 0 0;}
.testBox { padding:0 12px;}
.testhead { font-size: 20px; line-height: 23px;margin-top: 20px;}
.testName { margin-top:10px;}

.sec9{ padding:30px 0;}
.faq-container{ margin:0;}
.up-slide-dwn { margin-top: 20px; padding: 5px 15px 5px 15px;}
.accordion { padding: 10px 20px 10px 0; line-height:24px;}

.footer{ padding:0 0 30px 0;}
.footerLogo { width: 100px; margin-top:30px;}
.footerText { font-size: 14px; line-height: 18px;}



#ctabtn-mob{
	background: #2d2d2d;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob a.order-btn{ margin:0;}
a.packageBtn{ font-size:24px; height:60px; line-height:60px; margin-top:0;}
}
.topbar {
    width: 100%;
    z-index: 999;
    text-align: center;
    background-color: #fe1103 !important;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbar img {
    margin: -4px 5px;
}
.text-decoration-underline {
    border-bottom: 2px solid #fff;
}
.fw-bold {
    font-weight: 600;
}
@media(max-width:767px) {
    .topbar {
        margin-bottom: 10px;
    }
}