@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: 'Outfit';
	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;
	}

/*====Fonts====*/
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Regular.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/Outfit-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Medium.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/Outfit-Medium.woff") format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-SemiBold.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/Outfit-SemiBold.woff") format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Bold.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/Outfit-Bold.woff") format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/
.scraped-container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*====TOP_STRIP====*/	
.top_strip{
	float:left;
	width:100%;
	padding:6px 0;
	background:#000000;
	position:relative;
	}
.top_strip_text{
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.3px;
	}
.top_strip_icon{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	margin:-3px 5px 0 0;
	}

/*====header====*/

.header{
	float:left;
	width:100%;
	height:75px;
	background:#fff;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	position: fixed;
	top: 32px;
	transition: top 0.1s ease;
	left: 0;
	z-index: 999;
	}
.header.fixed-nav {
	top: 0;
	}
.sticky-header{
	float:left;
	width:100%;
	height:75px;
	}				
.logo{
	float:left;
	width:132px;
	margin-top:20px;
	}
.header-btn{
	float:right;
	width:100%;
	max-width:150px;
	height:42px;
	background:#11c956;
	border-radius:5px;
	font-size:18px;
	line-height:44px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:center;
	font-weight:700;
	margin-top:17px;
	position:relative;
	}
.header-btn-arw{
	display:inline-block;
	vertical-align:middle;
	width:9px;
	margin:-2px 0 0 10px;
	}
.sell-fast{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:19px;
	background: #fffed8;
    border: 1px dashed #000;
    border-radius: 5px;
    padding:10px 15px 8px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	}
.sell-fast-text{
	font-size:17px;
	line-height:17px;
	color:#000;
	font-weight:700;
	}
.fire-icn{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-4px 5px 0 0;
	}

/*====banner-section====*/
.banner{
	float:left;
	width:100%;
	padding:40px 0 60px;
	background:#000;
	overflow:hidden;
	}
.banner-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.banner_left{
	width:51%;
	text-align:left;
	position:relative;
	z-index:2;
	}
.banner_text1{
	font-size:15px;
	line-height:21px;
	color:#fff;
	}
.banner_text1 img{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	margin:-5px 8px 0 0;
	}
.banner_heading{
	font-size:45px;
	line-height:51px;
	letter-spacing:-0.2px;
	color:#fff;
	margin-top:12px;
	font-weight:700;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	margin-top:13px;
	}
ul.banner_point li{
	font-size:19px;
	line-height:25px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:left;
	padding-left:35px;
	font-weight:600;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/banner_point.webp") no-repeat left 0;
	background-size:23px;
	margin-top:15px;
	}
ul.banner_point li span{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	line-height:15px;
	background:#f00;
	text-transform:uppercase;
	padding:2px 5px 0;
	border-radius:3px;
	margin:0 0 0 5px;
	}
.banner-price-row{
	width:100%;
	max-width:420px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	margin-top:30px;
	}
.start-prc {
	width:100%;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
	margin-bottom:18px;
	text-align:center;
	}
.banner-regular-price{
	font-size:34px;
	line-height:36px;
	color:#a1a1a1;
	position:relative;
	}
.banner-regular-price:after{
	content:"";
	position:absolute;
	left:-5px;
	right:-5px;
	border-top:3px solid #f00;
	top:15px;
	transform:rotate(-10deg);
	}
.banner-offer-price{
	font-size:34px;
	line-height:36px;
	color:#fff;
	font-weight:600;
	}

.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:420px;
	margin-top:35px;
	text-align:center;
	}
.button_shipp{
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	}
.button_shipp li{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	font-size:15px;
	line-height:15px;
	color:#000;
	padding:0 8px;
	column-gap:5px;
	}
.button_shipp li.green_dot{
	padding-left:25px;
	border-right:1px solid #000;
	position:relative;
	}
.button_shipp li.green_dot.white{
	border-color:#fff;
	}
.green_dot:after{
	content:'';
	position:absolute;
	top:4px;
	left:10px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#42c216;
	animation:breath 1.3s infinite;
	}
.low_stock{
    display:flex;
	display:-webkit-flex;
	justify-content:space-between;
    width:60px;
    margin:0 3px;
	}
.low_stock span{
	float:left;
	width:17%;
	height:10px;
	background:#e6e6e6;
	transition: 0.5s;
	}
.low_stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
.low_text{ font-weight:600;}	

.common_button{
    width:100%;
    display:inline-block;
    vertical-align:top;
    height:65px;
    color:#fff;
    font-size:24px;
	line-height:67px;
	letter-spacing:0.5px;
	font-weight:700;
    border-radius:8px;
    position:relative;
    text-align:center;
	background:#11c956;
	margin:10px 0;
	}
.btn_arrow{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-2px 0 0 15px;
	}
.btn_ship-text{
	font-size:16px;
	line-height:20px;
	color:#fff;
	margin-top:2px;
	}
.btn_ship-text img{
	display:inline-block;
	vertical-align:middle;
	width:19px;
	margin:-2px 15px 0;
	}
.btn-list{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	}
.btn-list li{
	text-align:left;
	padding:0 10px;
	font-size:15px;
	line-height:17px;
	color:#000;
	border-right:1px solid #000;
	}
.btn-list li:last-child{
	border-right:none;
	}
.btn-list li img{
	width:16px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}
.btn-list li.white { border-color:#fff;}
.btn-list li.white img { filter: invert(1);}

.banner_right{
	width:48%;
	position:relative;
	align-content: flex-end;
	}	
.banner-product{
	position:absolute;
	right: -315px;
    top: -60px;
	width:1100px;
	}
ul.banner_list{
	position:absolute;
	left:40px;
	top:0;
	width:375px;
	display: flex;
    justify-content: center;
	align-items: flex-start;
	
	}
ul.banner_list li{
	width:31.33%;
	position:relative;
	text-align:center;
	font-size:16px;
	line-height:20px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	padding:0 0 10px;
	}
ul.banner_list li span {
    z-index: 3;
    position: relative;
	}
ul.banner_list li:before{
	content:"";
	position:absolute;
	left:50%;
	margin-left:-1px;
	border-right:2px dotted #bbb0a2;
	height:130px;
	top:100%;
	}
ul.banner_list li:nth-child(2):before{
	height:200px;
	}
ul.banner_list li:after{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	content:"";
	border-bottom:8px solid #d86a2a;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	}
ul.banner_list li:first-child{
	margin-top:20px;
	}
ul.banner_list li:last-child{
	margin-top:20px;
	}
		
.gift_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:410px;
	margin-bottom:0;
	text-align:center;
	}
.gift_box-heading{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.3px;
	position:relative;
	padding:0 25px;
	}
.gift_box-heading:before, .gift_box-heading:after{
	border-bottom:1px solid #555555;
	content:"";
	flex-grow:1;
	}
.gift_box-heading p{
	padding:0 25px;
	}
.gift_box-heading p span{
	font-weight:600;
	text-transform:uppercase;
	}
.gift_box-row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top:20px;
	}
.gift_box-col{
	width:32%;
	text-align:center;
	border:1px dashed #fff;
	border-radius:8px;
	padding:0 5px 8px;
	}
.gift_box-col-inr{
	width:100%;
	position:relative;
	}
.gift_box-col-save{
	display:inline-block;
	vertical-align:top;
	margin:-10px 0 0;
	border-radius:3px;
	background:#c8202f;
	padding:3px 10px 1px;
	font-size:14px;
	line-height:14px;
	letter-spacing:0.3px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	}
.gift_box-col-text1{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:16px;
	color: #fff;
	}
.gift_prod{
	display:block;
	margin:-8px auto 3px;
	max-width:100%;
	width:90px;
	}
.gift_box-col-price{
	font-size:14px;
	line-height:16px;
	color: #fff;
	}
.gift_box-col-cut-prc{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin:0 5px 0 0;
	}
.gift_box-col-cut-prc:after{
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    border-top:1px solid #f00;
    top: 7px;
    transform: rotate(-15deg);
	}

.banner_review_slider{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.banner_rev_col{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.bnr_rev_img{
	float:left;
	width:32px;
	border-radius:50%;
	}
.banner_rev_inr{
	float:right;
	width:calc(100% - 40px);
	text-align:left;
	}
.banner_rev_inr_top{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f0f2f5;
	border-radius:15px;
	padding:15px 20px;
	}
.bnr_rev_name{
	font-size:16px;
	line-height:24px;
	color:#000000;
	font-weight:700
	}
.bnr_rev_cont{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:8px;
	}
.bnr_rev_like{
	float:right;
	margin:8px 5px 0 0;
	}

/*=====text-strip=====*/
.text-strip-section{
	float:left;
	width:100%;
	background:#fcf6f0;
	border-bottom:1px solid #000;
	padding:22px 0 18px;
	}
.text-strip{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	}
.text-strip-slide{
	width: auto;
	display:flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 18s linear infinite;
	}
.text-strip-slide span{
    font-size:18px;
    line-height:22px;
	color: #000;
	font-weight:700;
    letter-spacing:0.3px;
    padding:0 30px;
    white-space: nowrap;
	position:relative;
	}
.text-strip-slide span:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
	background:#000;
	border-radius:50%;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}

/*=====section1=====*/
.section1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.sub-heading{
	font-size:24px;
    line-height:30px;
	color: #000;
	font-weight:700;
	margin-bottom:10px;
	}
.common-heading{
	font-size:44px;
    line-height:50px;
	color: #000;
	font-weight:700;
	}
.common-text{
	font-size:20px;
    line-height:28px;
	color: #000;
	margin-top:20px;
	}

.s1-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:40px;
	border:1px solid #e1d9d0;
	padding:15px 30px 10px;
	box-shadow:0 5px 7px 1px rgba(0,0,0,0.1);
	border-radius:15px;
	}
.s1-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	border-bottom:1px solid #ccc;
	}
.s1-row:last-child{
	border-bottom:none;
	}
.s1-row-header{
	width:100%;
	padding:12px 30px 12px 0;
	position:relative;
	cursor:pointer;
	display:flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items:center;
	column-gap:10px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/down.webp") no-repeat right 5px center;
	background-size:16px;
	}
.s1-row-header.active{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/up.webp") no-repeat right 5px center;
	background-size:16px;
	position:relative;
	}
.s1-row-icn{	
	width:35px;
	flex-shrink:0;
	}
.s1-row-icn img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-row-heading{
	text-align:left;
	}
.s1-row-heading h3{
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#000;
	}
.s1-row-content{
	width:100%;
	padding:0 0 10px;
	position:relative;
	text-align:left;
	}
.s1-row-content-text{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:25px;
	}
.s1-row-list{
	display:inline-block;
	vertical-align:top;
	}
.s1-row-list li{
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:left;
	padding-left:20px;
	position:relative;
	margin-bottom:15px;
	}
.s1-row-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#d86a2a;
	}

/*=====section2=====*/
.section2{
	float:left;
	width:100%;
	background:#111111;
	padding:60px 0 70px;
	}

.s2-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:20px;
	}
.s2-row{
	display:flex;
	display:-webkit-flex;
	justify-content: flex-start;
	align-items:center;
	column-gap:70px;
	width:100%;
	border-bottom:2px solid #232323;
	padding:0 0 25px;
	margin-top:28px;
	}
.s2-row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.s2-row-left{	
	width:306px;
	flex-shrink:0;
	}
.s2-row-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s2-row-right{
	text-align:left;
	}
.s2-row-heading{
	font-size:26px;
	line-height:30px;
	letter-spacing:0.3px;
	font-weight:700;
	color:#fff;
	}
.s2-row-list{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
.s2-row-list li{
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:left;
	padding-left:25px;
	margin-bottom:8px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/s2-list-tick.webp") no-repeat left 5px;
	background-size:15px;
	}
.s2-row-list li:last-child{
	margin-bottom:0;
	}

/*=====section3=====*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.s3-row{
	width:100%;
	max-width:1030px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto 0;
	}
.s3-left{	
	width:53%;
	margin-top:25px;
	}
.s3-vdo-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	height:496px;
	border-radius:15px;
	overflow:hidden;
	}
.s3-vdo-img-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	cursor:pointer;
	}
.s3-vdo-img{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-radius:15px;
	object-fit: cover;
	}
.s3-play{
	position:absolute;
	left:50%;
	top:50%;
	margin:-42px 0 0 -42px;
	width:85px;
	}
.s3-vdo-box video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
	object-fit: cover;
	}
.s3-certification-row{
	width:83%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:-55px auto 0;
	position:relative;
	}
.s3-certification-left{
	width:109px;
	flex-shrink: 0;
	}
.s3-certification-left img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-certification-right{
	width:calc(100% - 109px);
	text-align:left;
	background:#fff;
	border:1px solid #e08755;
	border-left:none;
	border-radius:0 10px 10px 0;
	padding:10px 15px 7px;
	}
.s3-certification-text{
	font-size:23px;
	line-height:27px;
	font-weight:600;
	color:#000;
	}	
	
.s3-right{
	width:43%;
	text-align:left;
    align-content: center;
	}
.s3-list{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
.s3-list li{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:18px;
	margin-bottom:20px;
	}
.s3-list-left{
	width:33px;
	flex-shrink:0;
	margin-top:4px;
	}
.s3-list-left img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-list-right{
	text-align:left;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	}
.s3-list li:last-child{
	margin-bottom:0;
	}
.s3-list li:last-child .s3-list-right{
	border:none;
	padding-bottom:0;
	}
.s3-list-right h3{
	font-size:24px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:700;
	}
.s3-list-right p{
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:5px;
	}
.s6-pro-tip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:760px;
	margin-top:65px;
	background:#202020;
	border:2px dashed #d86a2a;
	border-radius:12px;
	padding:25px 20px 25px 28px;
	text-align:left;
	position:relative;
	}
.s6-pro-tip-text1{
	position:absolute;
	left:30px;
	top:-17px;
	background:#f4c426;
	border-radius:5px;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:600;
	padding:5px 10px 3px
	}
.pro-tip-icn{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-6px 5px 0 0;
	}
.s6-pro-tip-text2{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:10px;
	}
.section3 .s6-pro-tip {
    background: #fffbe9;
	}
.section3 .s6-pro-tip-text2 {
    color: #000;
	}

/*=====section4=====*/
.section4{
	float:left;
	width:100%;
	background:#111111;
	padding:60px 0 70px;
	}
.s4-box{
	width:100%;
	max-width:1115px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:55px auto 20px;
	border:1px solid #363636;
	background:#252525;
	padding:35px 30px;
	}
.s4-left{
	width:52%;
	}
.lab-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s4-right{
	width:43%;
	text-align:left;
	}
.s4-result-heading-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:15px;
	}
.s4-result-heading{
	font-size:26px;
	line-height:30px;
	color:#fff;
	font-weight:700;
	}
.s4-result-icn{
	width:30px;
	flex-shrink:0;
	}
.lab-box{
	float:left;
	width:100%;
	margin-top:30px;
	}
.lab-list{
	float:left;
	width:100%;
	}
.lab-list li{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid #3b3b3b;
	position:relative;
	padding:0 0 12px 0;
	margin-bottom:15px;
	}
.lab-list li:last-child{
	border-bottom:none;
	margin:0;
	}
.lab-left-box{
	width:calc(100% - 80px);
	text-align:left;
	padding:0 0 0 20px;
	}
.lab-left-box:before{
	content:"";
	background:#fff;
	width:5px;
	height:5px;
	border-radius:50%;
	left:0;
	top:33%;
	position:absolute;
	transform:translateY(-50%);
	}
.lab-list-txt{
	font-size:19px;
	line-height:25px;
	color:#fff;
	font-weight:500;
	}
.lab-pass-box{
	width:80px;
	flex-shrink:0;
	}
.lab-pass-tick{
	display:block;
	width:100%;
	}

/*=====section5=====*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	overflow:hidden;
	}
.s5-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px auto 0;
	}
.s5-left{
	width:48.5%;
	margin-top:50px;
	}
.s5-benefit-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	}
.s5-benefit-col{
	width:22%;
	text-align:center;
	padding:0 15px;
	position:relative;
	}
.s5-benefit-col:before{
	content:"";
	position:absolute;
	border-right:1px solid #c7c7c7;
	height:40px;
	bottom:0;
	right:0;
	}
.s5-benefit-col:last-child:before{
	border:none;
	}
.s5-benefit-icn{
	display:block;
	margin:0 auto;
	width:45px;
	}
.s5-benefit-col-text{
	font-size:17px;
	line-height:23px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.s5-prod-img{
	display:block;
	margin:-10px 0 0 0;
	width:600px;
	}
.s5-slide-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	}
.s5-slide-col{
	float:left;
	width:100%;
	}
.s5-slide-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}

.s5-right{
	width:44.5%;
	}
.s5-slidedown-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s5-slidedown-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	border:2px solid #000;
	border-radius:10px;
	margin-top:18px;
	}

.s5-slidedown-header{
	width:100%;
	padding:10px 45px 10px 20px;
	position:relative;
	cursor:pointer;
	display:flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items:center;
	column-gap:10px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/plus.webp") no-repeat right 20px center;
	background-size:16px;
	}
.s5-slidedown-header.active{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/minus.webp") no-repeat right 20px center;
	background-size:16px;
	position:relative;
	}
.s5-slidedown-icn{	
	width:46px;
	flex-shrink:0;
	}
.s5-slidedown-icn img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s5-slidedown-heading{
	text-align:left;
	}
.s5-slidedown-heading h3{
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#000;
	}
.s5-slidedown-content{
	width:100%;
	padding:0 20px 25px;
	position:relative;
	text-align:left;
	}
.s5-slidedown-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.s5-slidedown-img video{border-radius:10px;}
.s5-slidedown-text{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:25px;
	}


/*=====section6=====*/
.section6{
	float:left;
	width:100%;
	background:#000;
	padding:60px 0 70px;
	}
.s6-row{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	width:100%;
	max-width:1030px;
	background:#181818;
	border:2px solid #262626;
	border-radius:15px;
	margin:50px auto 0;
	padding:0 40px;
	position:relative;
	overflow:hidden;
	}
.s6-row:before{
	content:"";
	position:absolute;
	left:50%;
	border-right:1px solid #262626;
	top:0;
	bottom:0;
	}
.s6-product-img{
	position:absolute;
	left:50%;
	bottom:-130px;
	margin-left:-180px;
	width:360px;
	z-index:1;
	}
.s6-col{ 
	width:30%;
	max-width:275px;
	padding:45px 0 60px;
	}
.s6-col-heading{
	font-size:24px;
	line-height:28px;
	color:#ff0000;
	font-weight:700;
	text-align:left;
	}
.s6-col-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.s6-col-list li{
	width:100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
	position:relative;
	padding:12px 0;
	position:relative;
    text-align: left;
	}
.s6-col-list li:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	background:linear-gradient(90deg, #262626 60%, #181818 100%, transparent);
	height:1px;
	bottom:0;
	}
.s6-col-list li:last-child:before{
	display:none;
	}
.s6-list-icn{
	width:20px;
	flex-shrink:0;
	}
.s6-col-list-text{
	font-size:20px;
	line-height:26px;
	color:#fff;
	}
.s6-col-2 .s6-col-heading{
	color:#0bbd4e;
	}
.s6-col-2 .s6-col-list li:before{
	background:linear-gradient(90deg, #181818 -50%, #262626 100%);
	}
.s6-pro-tip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:760px;
	margin-top:65px;
	background:#202020;
	border:2px dashed #d86a2a;
	border-radius:12px;
	padding:25px 20px 25px 28px;
	text-align:left;
	position:relative;
	}
.s6-pro-tip-text1{
	position:absolute;
	left:30px;
	top:-17px;
	background:#f4c426;
	border-radius:5px;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:600;
	padding:5px 10px 3px
	}
.pro-tip-icn{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-6px 5px 0 0;
	}
.s6-pro-tip-text2{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:10px;
	}
.s6-text1{
	font-size:24px;
	line-height:32px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:600;
	margin:40px 0 10px;
	}

/*=====section7=====*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	overflow:hidden;
	}
.why_sub-heading{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin:30px 0 0;
	}
.sec7_row{
	width:100%;
	margin:30px auto 0;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	}
.sec7-col{
	width:32.33%;
	background-color:#000;
	border-radius:15px;
	padding:340px 15px 35px;
	text-align:center;
	}
.sec7-col-bg1{ 
	background-image:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/sec7-col-bg1.webp");
	background-size:100%;
	background-position:top center;
	background-repeat:no-repeat;
	}
.sec7-col-bg2{ 
	background-image:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/sec7-col-bg2.webp");
	background-size:100%;
	background-position:top center;
	background-repeat:no-repeat;
	}
.sec7-col-bg3{ 
	background-image:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/sec7-col-bg3.webp");
	background-size:100%;
	background-position:top center;
	background-repeat:no-repeat;
	}
.sec7-col h3{
	font-size:24px;
	line-height:30px;
	color:#ffffff;
	font-weight:bold;
	}
.sec7-col p{
	font-size:18px;
	line-height:25px;
	color:#ffffff;
	margin-top:10px;
	}
.sec7_btm-text{
	font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin: 35px 0 0;
	}
	
/*=====section8=====*/
.section8{
	float:left;
	width:100%;
	background:#000000;
	padding:60px 0;
	overflow:hidden;
	}
.sec8_top-text{
	font-size:17px;
	line-height:20px;
	color:#ffffff;
	margin-bottom:15px;
	}
.sec8_top-text img{
	display:inline-block;
	vertical-align:middle;
	width:90px;
	margin:-5px 10px 0 0;
	}
.s8-slider{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 2000px;
	}
.s8-slider-row{
	display: -webkit-flex !important;
	display:flex !important;
	flex-direction: column;
	width:100%;
	margin:30px 0 0 0;
	}
.s8_video-col{
	display:inline-block;
	vertical-align:top;
	width:362px !important;
	position:relative;
	cursor:pointer;
	border-radius:10px;
	overflow:hidden;
	background:#202950;
	margin:15px 14px;
	}
.s8_video-col .ugc-poster{
	max-width:100%;
	margin:0 auto;
	display:block;
	transition:all ease 0.5s;
	}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit: cover;
	}
.s8_video-col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	width:60px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	}
	
/*=====section9=====*/
.section9{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.s9-row{
	width: 100%;
    max-width:970px;
	display: flex;
    display: -webkit-flex;
	flex-wrap:wrap;
    justify-content: space-between;
    margin:45px auto 0;
	}
.s9-col{
	width:48%;
	background:#000;
	border-radius:10px;
	padding:20px 30px 25px;
	}
.s9-col-header{
	width: 100%;
    max-width:970px;
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
	align-items:center;
	column-gap:15px;
	border-bottom:1px solid #2f2929;
	padding:0 0 15px;
	}
.s9-col-header-left{
	width:95px;
	flex-shrink:0;
	}
.guaranty-seal{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s9-col-header-right{
	text-align:left;
	}
.s9-col-heading{
	font-size:26px;
	line-height:32px;
	color:#fff;
	font-weight:700;
	}
.s9-col-btm{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	}
.s9-col-text{
	font-size:18px;
	line-height:25px;
	color:#fff;
	margin-top:15px;
	}
.s9-text1{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
	margin-top:45px;
	}
.s9-text2{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	margin-top:15px;
	}
	
/*=====section10=====*/
.section10{
	float:left;
	width:100%;
	background:#111111;
	padding:60px 0;
	}
.compare-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin:60px 0 25px;
	}
.compare-col1{
	float:left;
	width:33%;
	}
.compare-list{
	float:left;
	width:100%;
	}
.compare-list li{
	float:left;
	width:100%;
	height:60px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	font-size:19px;
	line-height:23px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:500;
	border-bottom:1px solid #292626;
	}
.compare-list li:last-child{
	border-bottom:none;
	}
.compare-col1 .compare-list li{
	justify-content:left;
	text-align:left;
	padding:0 10px 0 10px;
	}
.compare-col2{
	float:left;
	width:16%;
	background:#fff;
	border-radius:15px;
	padding:0 0 15px;
	}
.compare-col-top{
	float:left;
	width:100%;
	height:60px;
	display: flex;
	display:-webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
.compare-logo{
	display:block;
	margin:0 auto;
	width:90px;
	}
.compare-col-top p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#fff;
	font-weight:500;
	}
.compare-col2 .compare-list li{
	border-bottom:none;
	color:#000;
	}
.compare-tick{
	width:27px;
	}
.compare-col3{
	float:left;
	background:#181818;
	width:15%;
	border:1px solid #292626;
	border-radius:15px;
	padding:0 0 15px;
	}
.compare-col3 .compare-list li{
	border-bottom:none;
	}
.compare-cross{
	width:25px;
	}
.compare-space-col{
	float:left;
	width:2%;
	}	

/*====section11====*/
.section11{
	float:left;
	width:100%;
	padding:60px 0;
	}
.common_heading{
	font-size:44px;
	line-height:48px;
	color:#000;
	font-weight:bold;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.testi_row {
	width:100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 45px auto 0;
	}
.testi_col {
    width: 31.74%;
    position: relative;
	display: flex !important;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	}
.testi_col_top {
    display: inline-block;
	vertical-align:top;
    width: 100%;
	}
.testi_col_img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	border-radius:5px;
	}
.testi_col_btm {
	padding-top:25px;
    width: 100%;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
    flex: 1;
	}
.testi_col_btm_content{
	width: 100%;
	text-align:left;
	}
.testi_rvw_star{
	display:block;
	width:105px;
	}
.testi_col_btm_text1 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
	margin-top: 15px;
	}
.testi_col_btm_text2 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-top: 10px;
	letter-spacing:0.3px;
	}
.testi_verify_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:12px;
	text-align:left;
	}
.test_verify_name{
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	}
.test_verify_name span{
	font-weight:600;
	}
.test_verify_name img{
	display:inline-block !important;
	vertical-align:middle;
	margin:-4px 7px 0 0;
	width:17px;
	}
.testi_mid_row{
	width:100%;
	max-width:770px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 15px;
	}
.testi_mid_col{
	width:100%;
	padding:20px 25px;
	position:relative;
	border:2px solid #777777;
	border-radius:10px;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:15px;
	}
.testi_mid_col_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
.testi_mid_col_top_dt{
	position:relative;
	width:100%;
	}
.testi_mid_rvw_star{
	display:block;
	width:100px;
	}
.testi_mid_col_date{
	position:absolute;
	top:0;
	right:0;
	font-size:16px;
	line-height:20px;
	color:#000;
	}
.testi_mid_col_text1 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
	margin-top: 15px;
	}
.testi_mid_col_text2 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-top: 10px;
	letter-spacing:0.3px;
	}
.testi_verify_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	text-align:left;
	}
.testi_verify_name{
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	}
.testi_verify_name span{
	font-weight:600;
	}
.testi_verify_name img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 3px 0 8px;
	width:17px;
	}
.testi_mid_col_btm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:18px;
	}
.customer_revw_img{
	display:block;
	margin:0;
	max-width:100%;
	border-radius:8px;
	width:160px;
	}
	
/*===bonus_section===*/
.bonus_section{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
.special-bonus-strip{
	display:inline-block;
	vertical-align:middle;
	padding:14px 25px 11px;
	border-radius:5px;
	font-size:24px;
	line-height:24px;
	letter-spacing:0.5px;
	font-weight:bold;
	background:#f4c426;
	border:2px dashed #000;
	color:#000;
	margin-bottom:30px;
	}
.bonus_set-img{
	display:block;
	margin:30px auto;
	width:800px;
	max-width:100%;
	}
.bonus_row{
	width: 100%;
    margin: 45px auto 0;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	}
.bonus_col{
	width:50%;
    text-align: left;
    border-bottom: 1px solid #c2c2c2;
	position:relative;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding:40px 0;
	}
.bonus_col:nth-child(odd) {
    padding: 40px 25px 50px 0;
    border-right: 1px solid #c2c2c2;
	}
.bonus_col:nth-child(even) {
    padding: 40px 0 50px 0;
	}
.bonus_col:last-child, .bonus_col:nth-child(5){
	border-bottom:none;
	}
.bonus__col_prod{
	width:180px;
	flex-shrink:0;
	}
.bonus__col_prod img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.bonus_col-right{
	width:calc(100% - 180px);
	text-align:left;
	padding-left:20px;
	}
.bonus_col-top{
    width: 100%;
	display: flex;
	display: -webkit-flex;
	position:relative;
	}
.bonus_ebook-name h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	padding-right: 100px;
	}
.bonus-number{
	position:absolute;
	width:100px;
	right:0;
	top:10px;
	color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 8px 10px 8px 15px;
    background: rgb(249, 191, 66);
    background: linear-gradient(90deg, rgba(249, 191, 66, 1) 0%, rgba(181, 125, 21, 1) 100%);
	}
.bonus-number:after {
    content: '';
    position: absolute;
    top: 0;
    left:0;
	bottom:0;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 0%);
    border-left: 8px solid #fff;
	}
.bonus_price{
	margin-top:15px;
	font-size:24px;
	line-height:26px;
	font-weight:600;
	color: #d86a2a;
	}
.bonus_price span{
	color:#000;
	margin-right:15px;
	position:relative;
	}
.bonus_price span:before{
	position:absolute;
	left:-5px;
	top:48%;
	right:-5px;
	content:"";
	border-bottom:2px solid #F00;
	}
.bonus_common-text{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
	}
ul.bonus_list{
	width:100%;
	margin-top:20px;
	}
ul.bonus_list li{
	text-align:left;
	font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 15px;
	position:relative;
	padding-left:20px;
	}
ul.bonus_list li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d86a2a;
	}

.bonus_buttom-text{
	display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    background: #fffbe9;
    border: 2px dashed #d86a2a;
    border-radius: 7px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.bonus_buttom-text span{
	color:#F00;
	}
	
/*====FAQ Section====*/
.faq_section{
	float:left;
	width:100%;
	padding:60px 0;
	background:#111;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:30px;
	}
.faq-row{
	float:left;
	width:100%;
	border-bottom:1px solid #434343;
	text-align:left;
	}
.faq-row:last-child{
	border-bottom:none;
	}
.accordion{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:700;
	padding:25px 40px 25px 0;
	cursor:pointer;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/faq-down.webp") no-repeat 99% center;
	background-size:12px;
	}
.acdn-heading.accordion-open{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/d5d173b3-4020-408e-bddd-e68400f4e508/faq-up.webp") no-repeat 99% center;
	background-size:12px;
	}
.acdn-content{
	float:left;
	width:100%;
	}
.acdn-content p{
	font-size:17px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#fff;
	margin-bottom:25px;
	}


/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:45px 0 50px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 20px;
	width:132px;
	}
.footer-txt1{
	font-size:17px;
	line-height:23px;
	color:#000;
	margin-top:7px;
	}
.footer-txt1 a{ padding:0 5px;}




@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}
	
@keyframes fade{
0%{ opacity:100%;}
50%{ opacity:20%;}
75%{ opacity:100%;}
100%{ opacity:100%;}
	}



.orange{ color:#d86a2a;}
.white{ color:#fff !important;}
.red-text{ color:#ff0000;}

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.scraped-container{width:1004px;}

.banner_left { width: 53%;}
.banner_heading { font-size: 40px; line-height: 50px;}
.banner_right { width:45%;}
.banner-product { right: -330px; top: -30px; width: 1000px;}
.gift_box { margin-bottom: 0;}

.s5-prod-img { margin: 0 0 0 -70px; width: 620px;}
.s5-slidedown-heading h3 {font-size: 23px; line-height: 28px;}

.sec7-col{padding: 300px 10px 35px;}
.sec7-col h3{ font-size:21px;}

.bonus_ebook-name h3{font-size: 20px;line-height: 26px;}


}


@media only screen and (max-width:1021px){
.scraped-container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}

.banner_left { width: 52%;}
.banner_heading { font-size: 34px; line-height: 42px;}
ul.banner_point li { font-size: 17px; line-height: 23px; background-size:20px;}

.banner_right { width:45%;}
ul.banner_list { width: 330px;}
.banner-product { right: -350px; top: -20px; width: 850px;}
.gift_box-heading { padding: 0 15px;}
.gift_box-heading p { padding: 0 15px;}

.sub-heading { font-size: 20px; line-height: 26px; margin-bottom:8px;}
.common-heading { font-size: 32px; line-height: 40px;}
.common-text { font-size: 18px; line-height: 26px;}

.s3-row { max-width:600px; margin: 35px auto 0;}
.s3-left { width:100%; margin-top: 0;}
.s3-right { width: 100%; text-align:center; margin-top:15px;}

.s4-box { max-width:600px; padding: 30px 25px;}
.s4-left { width: 100%;}
.s4-right { width: 100%; margin-top:35px;}

.s5-row{max-width:600px;}
.s5-left { width:100%; margin-top: 0;}
.s5-prod-img { margin: 0 0 0 0; width: 600px;}
.s5-right { width:100%; margin-top:0px;}

.s6-row{padding: 0 20px;}
.s6-row{ margin:-150px 0 0;}
.s6-col{ width:40%;max-width: 100%;}
.s6-product-img {position: static;margin: 5px auto 0;width: 300px;}

.s9-col { padding: 20px 25px 25px;}
.s9-col-heading { font-size:25px; line-height: 31px;}

.testi_col{ width:32%;}
.testi_col_btm_text1{ font-size:19px;}

.bonus_col { width: 100%;}
.bonus_col:nth-child(odd){ border-right:none; padding: 40px 0 40px 0;}
.bonus_col:nth-child(even){ padding: 40px 0 40px 0;}
.bonus_ebook-name h3 { padding-right: 120px;}
.bonus_col:nth-child(5){ border-bottom: 1px solid #c2c2c2;}
}


@media only screen and (max-width:767px){
.scraped-container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}


.top_strip_text { font-size: 14px; line-height:20px; letter-spacing:0.3px;}
.top_strip_icon { width: 30px; margin: -1px 5px 0 0;}

.sticky-header { height:auto;}
.header { height:48px; top:0; position:relative;}
.logo { width: 100px; margin:11px auto 0;}
.header-btn { max-width: 115px; height: 32px; font-size: 14px; line-height: 34px; margin-top:8px;}
.header-btn-arw { width: 7px; margin: -2px 0 0 8px;}

.banner { padding:20px 0 30px; background:#000; background-size:100%;}
.banner_left {width:100%; text-align:center;}

.banner_text1 { font-size: 13px; line-height: 19px; letter-spacing:0.3px;}
.banner_text1 img { width: 75px; margin: -5px 8px 0 0;}
.banner_heading { font-size: 30px;line-height: 35px; position:relative;}

.banner_right { width:100%}
ul.banner_list { position:static; width: 50%; flex-wrap:wrap; row-gap:10px; margin-top:40px;}
ul.banner_list li { width: 100%; font-size: 16px; line-height: 20px; padding: 0 0 0 15px; text-align: left;}
ul.banner_list li:first-child { margin-top: 0;}
ul.banner_list li:before { border-top: 2px dotted #584e41; width:50%; border-right: none; left:90%; top: 10px; height:auto; z-index:-1;}
ul.banner_list li:after { left: 0; top: 5px; transform: rotate(90deg); bottom: auto;}
ul.banner_list li:last-child { margin-top: 0;}

.banner-product-mob{ vertical-align:middle; width:calc(100% + 30px); margin:-50px 0 -50px -15px;}

.sell-fast{ position:static; transform:none; display:inline-block; vertical-align:top; margin:25px auto 0; padding: 7px 10px 7px;}
.sell-fast-text {font-size: 16px; line-height: 20px;}
.fire-icn { width: 13px; margin: -4px 5px 0 0;}

ul.banner_point li { font-size:16px; line-height:22px; background-size: 17px; border-bottom:1px solid #1f1f1f; padding:0 0 5px 24px; margin-top:5px; background-position:0 1px;}
ul.banner_point li span {font-size: 10px; line-height: 12px; padding: 1px 3px; border-radius: 2px; margin: 0 0 0 3px;}
ul.banner_point li:last-child{ border-bottom:none; padding-bottom:0;}

.gift_box{ margin-top:25px; width:calc(100% + 12px); margin-left:-6px;}
.gift_box-heading {padding: 0 0; font-size:16px; line-height:20px;}
.gift_box-heading p span{ font-weight:800;}
.gift_box-row { margin-top: 25px;}
.gift_box-col{ width:32.33%;}
.gift_box-col-save{ font-size:12px;}

.start-prc { width: 100%;text-align: center; margin-bottom: 15px;}
.banner-regular-price { font-size: 26px; line-height: 30px;}
.banner-regular-price:after { top: 12px;}
.banner-offer-price { font-size: 26px; line-height: 30px;}

.button_box {margin-top: 25px;}
.button_shipp li{ font-size:13px; line-height:13px; padding: 0 5px;}
.common_button { height: 55px; font-size: 20px; line-height: 56px; box-shadow:0 4px 3px 1px rgba(0,0,0,0.1);}
.btn_arrow { width: 20px; margin: -2px 0 0 10px;}
.btn_ship-text { font-size: 14px; line-height: 18px;}
.btn_ship-text img { width: 19px; margin: -2px 10px 0;}

.btn-list li { padding: 0 8px; font-size: 13px; line-height: 15px;}
.btn-list li img { width: 14px; margin: -2px 5px 0 0;}

.bnr-slide-row{ display:inline-block; vertical-align:top; width:100%; margin:30px 0 0 0;}
.bnr-slide-col{ float:left; width:100%;}
.bnr-slide-img{ display:block; margin:0 auto; max-width:100%;}

.text-strip-section { padding: 20px 0 16px;}
.text-strip-slide span {font-size: 16px; line-height: 20px; padding: 0 20px;}

.section1{ padding:30px 0 35px;}
.sub-heading { font-size: 20px; line-height: 26px; margin-bottom: 8px;}
.common-heading { font-size:30px; line-height: 35px;}
.common-text { font-size: 16px; line-height: 22px; letter-spacing:0.3px; margin-top:20px;}

.s1-box { margin-top: 20px; padding: 5px 18px 5px; box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1); border-radius: 8px;}
.s1-row-header { background-size: 14px; padding: 10px 25px 10px 0;}
.s1-row-header.active { background-size: 14px;}
.s1-row-icn { width: 25px;}
.s1-row-heading h3 { font-size: 18px; line-height: 22px;}
.s1-row-content-text { font-size: 16px; line-height: 21px; margin-bottom:18px;}
.s1-row-list li { font-size: 16px; line-height: 20px; padding-left: 18px; margin-bottom:10px;}
.s1-row-list li:before { top: 6px; width: 6px; height: 6px;}

.section2 { padding: 30px 0 35px;}
.s2-toxic-img{ position:absolute; top:60px; left:0; right:0; width:100%;}
.s2-box{ width:calc(100% + 30px); margin:10px 0 0 -15px; position:relative; max-width:420px;}
.s2-row { column-gap: 10px; padding: 0 0 20px; margin-top: 20px; border-color: #464646; position:relative;}
.s2-row-left {  width: 117px;}
.s2-row-heading { font-size: 20px; line-height: 24px;}
.s2-row-list { margin-top: 10px;}
.s2-row-list li {font-size: 15px; line-height: 18px; background-size:11px; background-position:0 3px; margin-bottom:5px; padding-left: 20px;}

.section3 { padding: 30px 0 35px;}
.s3-row { margin: 25px auto 0;}
.s3-vdo-box { height: 316px;}
.s3-play { margin: -28px 0 0 -28px; width: 55px;}
.s3-certification-row { margin: -35px auto 0;}
.s3-certification-left { width:70px;}
.s3-certification-right { width: calc(100% - 70px); padding: 10px 12px 7px;}
.s3-certification-text {font-size: 14px; line-height:18px;}

.s3-list li { column-gap:16px; margin-bottom: 30px;}
.s3-list-left { width: 28px; margin-top:2px;}
.s3-list-right{ border-bottom:none; padding-bottom:0;}
.s3-list-right h3 { font-size: 19px; line-height: 24px;}
.s3-list-right p {font-size: 16px; line-height: 22px;}

.section4 { padding:0 0 35px; overflow:hidden;}
.s4-top-img-m{ margin:-40px 0 20px -25px; width:calc(100% + 50px);}
.s4-box { padding: 15px 10px; margin: 30px auto 10px;}
.s4-right { width: 100%; margin-top: 25px;}
.s4-result-icn { width: 24px;}
.s4-result-heading { font-size:24px; line-height:30px; margin-top: 3px;}
.lab-box { margin-top: 20px;}
.lab-list li { padding: 0 0 8px 0; margin-bottom: 8px;}
.lab-left-box { width: calc(100% - 70px); padding: 0 0 0 15px;}
.lab-list-txt { font-size: 16px; line-height: 21px;}
.lab-pass-box { width: 70px;}

.section5 { padding: 30px 0 35px;}
.section5 .common-heading{ font-size:28px;}
.s5-row{ margin:10px auto 12px; justify-content: center;}
.s5-left{ position:relative; max-width:360px;}
.s5-benefit-row{ float:right; width:20%; flex-direction:column; row-gap:12px;}
.s5-benefit-col { width: 100%; padding: 0 0;}
.s5-benefit-col:before{ display:none;}
.s5-benefit-icn { width: 32px;}
.s5-benefit-col-text { font-size: 13px; line-height: 14px; margin-top:3px;}
.s5-prod-img { position:absolute; left:-10px; top:40px; width: 290px;}

.s5-slidedown-header { padding: 10px 35px 10px 15px; background-size:12px; background-position: right 15px center;}
.s5-slidedown-header.active{background-size:12px;background-position: right 15px center;}
.s5-slidedown-icn { width: 30px;}
.s5-slidedown-heading h3 { font-size: 20px; line-height: 24px;}
.s5-slidedown-content { padding: 0 12px 20px;}
.s5-slidedown-text { font-size: 17px; line-height: 24px; margin-top: 20px;}

.section6 { padding: 30px 0 30px; overflow: hidden;}
.s6-product-img{ position:static; margin:5px auto 0; width:300px;}
.s6-row { border-width: 1px; margin: -160px 0 0 -8px ; padding: 0 0; width:calc(100% + 16px); max-width:none;}
.s6-col {width: 50%; padding: 15px 0 20px 10px;}
.s6-col-heading { font-size: 18px; line-height: 22px; text-align:center;}
.s6-col-list { margin-top: 20px;}
.s6-col-list li{padding:0; column-gap:5px; margin-bottom:15px; align-items: flex-start;}
.s6-col-list li:before{ display:none;}
.s6-list-icn { width: 12px; margin-top:2px;}
.s6-col-list-text {font-size: 13px; line-height: 17px;}
.s6-col-2 .s6-col-heading{ text-align:center;}

.s6-pro-tip { margin-top: 30px; padding: 10px 12px 15px 20px;}
.s6-pro-tip-text1 { left:20px; top: -15px;font-size: 15px; line-height: 21px; padding: 3px 8px 2px;}
.pro-tip-icn { width: 17px; margin: -4px 5px 0 0;}
.s6-pro-tip-text2 { font-size: 16px; line-height: 22px;}

.s6-text1 { font-size: 20px; line-height: 26px;}
.s6-product2-mob{ margin: -230px 0 -170px -15px; width:calc(100% + 30px);}

.section7 { padding: 30px 0 35px;}
.why_sub-heading {font-size: 20px; line-height: 26px; margin: 25px 0 0;}
.sec7_row { width: calc(100% + 30px); margin-left: -15px;  margin-top: 20px; padding-left:15px;flex-wrap: wrap;}
.sec7-col{ width:320px !important; padding: 250px 15px 20px}
.sec7-col h3 { font-size: 20px; line-height: 26px;}
.sec7-col p { font-size: 16px; line-height: 22px; margin-top: 5px;}
.sec7_btm-text { font-size: 18px; line-height: 24px; margin: 20px 0 0;}
.swipe_text{ font-size: 14px; line-height: 20px; font-weight:600; margin-top:25px;}
.swipe_text img{ display:inline-block; vertical-align:middle; margin:-2px 0 0 5px;}

.section8 { padding: 30px 0 35px;}
.sec8_top-text { font-size: 15px; line-height: 20px; margin-bottom: 15px;}
.sec8_top-text img {width: 80px;margin: -2px 5px 0 0;}
.s8-slider-row { margin: 10px 0 0 0; padding-left:10px;}
.s8_video-col { width: 320px !important; margin: 15px 8px;}

.section9 { padding: 30px 0 35px;}
.s9-row{ margin:25px auto 0; row-gap:15px;}
.s9-col{ width:100%; padding: 15px 25px 20px;}
.s9-col-header {column-gap: 10px; padding: 0 0 10px;}
.s9-col-header-left { width: 75px;}
.s9-col-heading { font-size: 22px; line-height: 28px;}
.s9-col-text { font-size: 16px; line-height: 23px;}
.s9-col-btm {padding-right: 10px;}
.s9-text1 {font-size: 20px; line-height: 27px; margin-top:25px;}
.s9-text2 { font-size: 16px; line-height: 20px; margin-top: 12px;}

.section10 { padding: 30px 0 35px;}
.compare-row { width:calc(100% + 20px); margin: 25px 0 15px -10px;}
.compare-col1 { width: 28%;}
.compare-list li { height: 60px; font-size: 13px; line-height: 18px;}
.compare-col2 { width: 19%; border-radius: 8px; padding: 0 0 0;}
.compare-col3 { width: 16%; border-radius: 8px; padding: 0 0 0;}
.compare-col-top p {font-size: 12px; line-height: 16px;}
.compare-logo { width: 55px;}
.compare-tick{ width:22px;}
.compare-cross { width: 18px;}
.compare-col3 .compare-list li{ font-size:13px;}
.compare-space-col { width: 1.5%}

.section11 { padding: 25px 0 30px;}
.testi_row { margin: 20px 0 0 -15px; width:calc(100% + 30px); padding-left:15px;}
.testi_col{ width:290px !important; height:100%;}
.testi_col_btm { padding-top: 15px;}
.testi_rvw_star { width: 90px;}
.testi_col_btm_text1 { font-size: 20px; line-height: 25px; margin-top: 12px;}
.testi_col_btm_text2 { font-size: 16px; line-height: 22px; margin-top: 6px;}
.test_verify_name { font-size: 16px; line-height: 22px;}

.testi_mid_row { margin:15px auto 5px;}
.testi_mid_col { padding: 20px 18px;}
.testi_mid_rvw_star { width: 90px;}
.testi_mid_col_date { font-size: 14px; line-height: 18px;}
.testi_mid_col_text1 {font-size: 20px; line-height: 25px; margin-top: 12px;}
.testi_mid_col_text2 { font-size: 16px; line-height: 22px; margin-top: 7px;}
.testi_verify_bx { margin-top: 15px;}
.testi_verify_name{ font-size:15px;}
.testi_verify_name img{ width:15px; margin: -3px 4px 0 5px;}
.customer_revw_img { width: 130px;}

.bonus_section{ padding:20px 0 35px;}
.special-bonus-strip{padding: 10px 15px 8px;font-size: 19px; line-height: 21px; margin-bottom:25px;}
.bonus_set-img{margin: 25px auto;}
.bonus_row{ margin:10px auto 0;}
.bonus_col{ width:100%; padding:25px 0;}
.bonus_col:nth-child(odd){ border-right:none; padding:25px 0 20px 0;}
.bonus_col:nth-child(even){ padding: 25px 0 20px 0;}
.bonus_col:last-child{ border-bottom:none; padding-bottom:0;}
.bonus_col-right{ width:100%; padding:0;}
.bonus_col-top{}
.bonus__col_prod{ width:140px;flex-shrink: 0; margin-left:-30px;}
.bonus_ebook-name{ width:calc(100% - 110px); padding-left:15px; align-content: center;}
.bonus_ebook-name h3{ padding:0; font-size: 19px; line-height: 23px;}
.bonus-number{ position: relative; top:0;display: inline-block; vertical-align: top; margin-bottom:15px; padding:7px 12px 5px 10px;}
.bonus-number:after{ left:auto; right:0; border-left:0;border-right: 8px solid #fff;clip-path: polygon(0% 50%, 105% 0, 105% 100%, 0% 50%);}
.bonus_price{ margin-top: 10px;font-size: 20px;line-height: 22px;}
.bonus_common-text {font-size: 16px; line-height: 22px;letter-spacing: 0.3px; margin-top: 15px;}
ul.bonus_list li{font-size: 16px; line-height: 22px;letter-spacing: 0.3px; }
.bonus_buttom-text{font-size: 17px; line-height: 22px; padding: 10px 15px; margin-top: 20px;}

.faq_section { padding: 30px 0 35px;}
.accordion { font-size: 18px; line-height: 24px; padding: 12px 25px 12px 0; background-size: 12px;}
.acdn-heading.accordion-open { background-size: 12px;}
.acdn-content p { font-size: 16px; line-height: 22px; margin-bottom: 20px;}

.footer { padding:0 0 25px;}
.ftr-logo { margin:25px auto 15px; width: 100px;}
.footer-txt1 { font-size: 15px; line-height: 20px; margin-top:7px;}

#call-btn{
	background:#000;
	padding:10px 10px 0;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#call-btn .commonBtn{ margin:8px 0 0;}

.margin-top10{ margin-top:12px;}
}


/*CSS FOR UGC MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:0;
	z-index:-9;
	transition: opacity .2s;
	}
.ugc-modal.active{
	opacity:1;
	z-index: 99;
	}
.video-container{
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:640px;
	background:#000;
	}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}
.video-container iframe{
	width:100%;
	height:100%;
	}
@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}
}