@charset "utf-8";
/*/ CSS Document /*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
    font-family: 'Mallory';
	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;}
a:hover {}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.scraped-container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}	
	
/*===FONTS===*/
@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Black.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/Mallory-Black.woff") format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Bold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/Mallory-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Medium.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/Mallory-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Book.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/Mallory-Book.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Super Display';
    src: url('GTSuperDisplay-Bold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/GTSuperDisplay-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Super Display';
    src: url('GTSuperDisplay-Medium.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/GTSuperDisplay-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.fl{ float:left;}
.fr{ float:right;}
.ovr{ overflow:hidden;}
.normal{ font-weight:normal;}

/*==========Top Strip==============*/
.top_strip{
	float:left;
	width:100%;
	padding:11px 0 11px;
	background:#000000;
	}
.top_strip p{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    text-transform:uppercase;
	}
		
/*==========Header==========*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:72px;
	}
.header{
	float:left;
	width:100%;
	height:72px;
	margin-top: -72px;
	position: relative;
	top:72px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 60;
	top: 0;
	background: #fff;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-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:15px;
	width:130px;
	}
ul.mainMenu{
	display: inline-block;
	vertical-align: middle;
	margin:28px 0 0 17px;
	}
ul.mainMenu li{
	float: left;
	padding: 0 20px;
	position:relative;
	border-right:1px solid #000;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	color: #000;
	font-size: 17px;
	line-height: 17px;
	text-transform: capitalize;
	}

ul.mainMenu li a:hover{ color:#bc78c5;}
ul.mainMenu li a.active{ color:#bc78c5;}
.fixed-nav .header ul.mainMenu li a{ color:#000;}
.fixed-nav .header ul.mainMenu li a:hover{ color:#bc78c5;}
.fixed-nav .header ul.mainMenu li a.active{ color:#bc78c5;}
	
.header_btn{
    float: right;
    width: 170px;
    margin-top: 12px;
    height: 48px;
    color: #fff;
    background: #000;
    font-size: 17px;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
	}
	
/*==========BANNER==========*/
.banner{
	float: left;
	width: 100%;
	padding:40px 0 45px;
	position:relative;
	background: #e8deef;
	}
.banner_content{
	float:left;
	width:49%;
	text-align:left;
	}
.banner_rating_text{
	font-size:17px;
	line-height:17px;
	color:#000;
	margin-bottom:10px;
	}
.banner_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:92px;
	margin:-3px 7px 0 0;
	}
.banner_heading{
	font-size: 58px;
	line-height: 66px;
	color: #000;
	font-weight:bold;
    font-family: 'GT Super Display';
	}	
.banner_strip{
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 12px 5px;
    font-size: 23px;
    line-height: 23px;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
    position: relative;
	}
.banner_strip:before, .banner_strip:after{
	content:'';
	position:absolute;
	left:0;
	right:4%;
	height:1px;
	background:#000;
	}
.banner_strip:before{ top:0;}
.banner_strip:after{ bottom:0;}
.banner_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:460px;
	margin-top:10px;
	}
.banner_points li{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	padding:7px 10px 11px 55px;
	margin-top:10px;
	position:relative;
	background: rgb(244,240,248);
	background: linear-gradient(90deg, rgba(244,240,248,1) 72%, rgba(233,223,239,1) 95%);
	}
.banner_points li img{
	position:absolute;
	top:50%;
	left:10px;
	width:31px;
	transform:translateY(-50%);
	filter: drop-shadow(3px 3px 3px #d7d4db);
	}

.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:35px;
	}
.button_width{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 435px;
    position: relative;
	text-align:center;
	}
.common_btn{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 74px;
	font-size: 25px;
	line-height:74px;
	color: #fff;
	border-radius: 10px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	background:#000;
	font-weight:bold;
	text-align:center;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
	}
.common_btn img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-3px 0 0 16px;
	}
.button_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	margin-top:10px;
	}
.button_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
	width:16px;
	}
	
.banner_right{
	float:right;
	width:51%;
	}


.banner_prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:515px;
	position:relative;
	margin-top:-20px;
	}
.banner-product{
	display:block;
	margin:0 auto 0;
	width:515px;
	filter: drop-shadow(0px 10px 35px #b09bc3);
	}
.banner-seal{
    position: absolute;
    bottom: 75px;
    left: -90px;
    width: 122px;
	}
.banner_review{
	width:100%;
	max-width:457px;
	background:#fff;
	border:1px solid #c9b7d5; 
	margin:0 auto 0; 
	padding:6px; 
	display: flex; 
	flex-wrap: nowrap; 
	-webkit-box-align: center; 
	align-items: center;
	}
.banner_review_img_box{ width:125px;}
.banner_review_img_box img{ 
	width:125px; 
	display:block; 
	margin:0 auto 0;
	}
.banner_review_content{ 
	width:calc(100% - 125px); 
	padding-left:16px; 
	text-align:left;
	}
.banner-review-star{ 
	display:inline-block; 
	vertical-align:top; 
	width:85px; 
	margin-bottom:4px;
	}
.banner_review_text{ 
	font-size:16px; 
	line-height: 20px; 
	color:#000;
	}
.banner_review_vfy_text{ 
	font-size:13px; 
	line-height: 15px; 
	color:#000; 
	margin-top:15px;
	}
.banner_review_vfy_text span{ 
	font-size:14px; 
	font-weight:bold; 
	margin-right:5px;
	}
.banner_review_vfy_text img{ 
	display:inline-block; 
	vertical-align:middle; 
	width:14px; 
	margin:-3px 3px 0 5px;
	}	
	
/*==========LOGO STRIP==========*/
.logo_strip{
	float: left;
	width: 100%;
	padding:20px 0 16px;
	border-bottom:1px solid #d7d7d7;
	background:#fff;
	}
.logo_strip_hdg{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}
.brand_list{
    width: 100%;
	max-width:1130px;
	margin:12px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.brand_list li{
	}
.brand_list li img{
	display:block;
	margin:0 auto;
	max-width:none;
	height: 50px;
	width:auto;
	max-height: 100%;
	}
	 	
/*==========SECTION 1==========*/
.section1{
	background:#fff;
	float: left;
	width: 100%;
	padding:60px 0 70px;
	}	
.common_heading{
	font-size:45px;
	line-height:53px;
	color:#000;
	font-weight:bold;
    font-family: 'GT Super Display';
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}

.s1_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	padding:16px;
	margin-top:30px;
	border:1px solid #ed1c24;
	position:relative;
	}
.s1_img_box{
	float:left;
	width:42.395%;
	}
.s1-img{
	display:block;
	margin:0 auto 0;
	width:418px;
	}
.s1_cont{
	float:right;
	width:53.5%;
	}
.s1_box{
    display: inline-block;
    vertical-align: top;
	width: 100%;
	}
.s1_col{
	width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
	border-bottom:1px solid #d7d7d7;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s1_col:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
	}
.s1_col_cont{
	width:calc(100% - 96px);
	padding-right:9px;
	text-align:left;
	}
.s1_col img{
	display:block;
	margin:0 auto 0;
	width:96px;
	padding:4px;
	border-radius:50%;
	border:1px solid #ef373e;
	background:#fff;
	}
.s1_col_cont h3{
	font-size:22px;
	line-height:27px;
	color:#000;
	font-weight:bold;
	}
.s1_col_cont p{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:10px;
	}
	
.s1_sub_heading{
	font-size:25px;
	line-height:32px;
	color:#532d78;
	font-weight:bold;
	margin-top:35px;
	}
	
/*==========SECTION 2==========*/
.section2{
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	position:relative;
	overflow:hidden;
	background:#fcf3ff;
	}
	
.s2_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	position:relative;
	margin:35px 0 15px;
	border:1px solid #562f7a;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
	}
.s2_box_mob{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding: 0;
	}
.s2_box_mob_inr{
	float:left;
	width:100%;
	padding: 30px 45% 50px 35px;
	text-align:left;
	}
.recovery-icn{
	position:absolute;
	top:-36px;
	left:35px;
	width:61px;
	}
	
.s2_points{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width:560px;
    margin-top: 0;
    /* padding-left: 30px; */
 }
.s2_points li{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding:0 0 15px 20px;
	position:relative;
	text-align:left;
	}
.s2_points li:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #542d79;
	}
.s2_points li:after{
    content: '';
    position: absolute;
	bottom:0;
    left: 20px;
    right: 0;
    height: 1px;
    background: #d8c8e2;
	}
.s2_points li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	}
.s2_points li:last-child:after{ display:none;}
.s2_points li h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.s2_points li p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}

.s2_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 45px 50% 30px 35px;
    border-top: 1px solid #603b82;
    text-align:left;
	position:relative;
    background: #eee3f7;
 }
.s2_box h3{
	font-size:26px;
	line-height:32px;
	color:#542d79;
	font-weight:bold;
	font-family:'GT Super Display';
	}
.s2_box p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
.s2-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 433px;
	z-index:1;
	}
.s2-product{
	position:absolute;
	bottom: 15px;
	right: 22.5%;
	width: 242px;
	z-index:1;
	}

/*====black_scroll_strip====*/
.black_scroll_strip{
	float:left;
	width:100%;
	padding:15px 0 16px;
	overflow: hidden;
	background: #000;
	
	display: -webkit-flex;
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_strip_list{
	display: -webkit-flex;
    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 20s linear infinite;
	}
ul.scroll_strip_list li{
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 20px;
	position:relative;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	}
ul.scroll_strip_list li:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:3px 40px 0 0;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#fff;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
	
/*==========SECTION 3==========*/
.section3{
	float: left;
	width: 100%;
	background: #fff;
	padding:60px 0 70px;
	}
.s3_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:30px 0 25px;
	}
.s3_img_box{
	float:left;
	width:100%;
	}
.s3-img{
	display:block;
	margin:0 auto 0;
	width:887px;
	}
.s3_content{
	float:right;
	width:100%;
    margin-top: -50px;
	}
.s3_box{
    width: 100%;
	row-gap:30px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s3_col{
	width:31.33%;
	padding:20px 20px 25px;
	border-radius:10px;
	-webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .1);
	background: #fff;
	}
.s3-icn{
	display:block;
	margin:0 auto 14px;
	width:87px;
	}
.s3_col_content{
	float:left;
	width:100%;
	}
.s3_col_content h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.s3_col_content p{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 12px;
	}
	
/*==========SECTION 4==========*/
.section4{
	float: left;
	width: 100%;
	padding: 70px 0 20px;
	position:relative;
	background: #462a5b;
	}
.section4:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height: 179px;
	background:#fff;
	}
.s4_block{
	float:left;
    width: 100%;
	position:relative;
    margin-bottom: 25px;
	}
.s4_content{
	float:right;
	width:51%;
	text-align:left;
	}
.s4_sub_heading{
	font-size:20px;
	line-height:20px;
	color:#f3d1b6;
	font-weight:500;
	margin-bottom:12px;
	}
.s4_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	border-radius:10px 10px 0 0;
	overflow:hidden;
	background:#fff;
	}
.s4_box_header{
	float:left;
	width:100%;
	padding:15px 20px 17px;
	background:#603d7a;
	}
.s4_box_header h4{
	font-size:26px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	}
.s4_box_content{
	float:left;
	width:100%;
	padding:20px 20px 25px;
	}
.s4_col{
    width: 100%;
    margin:0 auto 15px;
	border-bottom:1px solid #d6d8dc;
	padding-bottom:15px;
	text-align:left;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s4_col:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
	}
.s4_col_left{
	width:111px;
	font-size:40px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	}
.s4_col_right{
	width:calc(100% - 111px);
	padding-left:12px;
	font-size:20px;
	line-height:28px;
	color:#0a0a0a;
	}
.s4-img{
	position:absolute;
	bottom:0;
	left: -70px;
	width: 588px;
	}
.s4-product{
	position:absolute;
	bottom:-9px;
	left:260px;
	width:280px;
	}
	
/*==========SECTION 5==========*/
.section5{
	float: left;
	width: 100%;
	padding:60px 0 70px;
	background: #fff;
	}
.s5_block{
    width: 100%;
	margin:35px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s5_product_box{
	width:47.436%;
	}
.s5-product{
	display:block;
	margin:0 auto 0;
	width:555px;
	}
.s5_content{
	width:50%;
	}
.s5_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s5_col{
    width: 100%;
	margin:25px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s5_col:first-child{ margin-top:0;}
.s5-col-img{
	display:block;
	margin:0 auto 0;
	width:118px;
	border-radius:8px;
	}
.s5_col_content{
	width:calc(100% - 118px);
	padding-left:25px;
	text-align:left;
	}
.s5_col_content h3{
	font-size:22px;
	line-height:28px;
	color:#542d79;
	font-weight:bold;
	}
.s5_col_content p{
	font-size:18px;
	line-height:26px;
	color:#333333;
	margin-top:8px;
	}
	
.promise_head{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:500px;
	font-size:23px;
	line-height:24px;
	color:#542d79;
	font-weight:500;
	margin-top:40px;
	position:relative;
	}	
.promise_head span{
	position:relative;
	padding:0 30px;
	background:#fff;
	z-index:1;
	}
.promise_head:before{
	content:'';
	position:absolute;
	top:45%;
	left:0;
	right:0;
	height:2px;
	background:#6688a3;
	}
.s5_mid_list{
    width: 100%;
	margin:45px auto 20px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s5_mid_list li{
	width:15%;
	}
.s5_mid_list li img{
	display:block;
	margin:0 auto 10px;
	width:74px;
	}
.s5_mid_list li p{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	}
	
	
	
/*==========SECTION 6==========*/
.section6{
	float: left;
	width: 100%;
	padding:60px 0 70px;
	background: #fcf3ff;
	}
.s6_strip{
	width: 100%;
	max-width: 584px;
	padding: 12px 20px 12px;
	margin: 20px auto 0;
	border:1px solid #000;
	text-align:left;
	background:#ffeaea;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s6_strip p{
	width:calc(100% - 58px);
	padding-right:10px;
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:500;
	}
.s6_strip img{
	display:block;
	margin:0 auto 0;
	width:58px;
	}
	
.s6_block{
	width:100%;
	max-width:830px;
	margin:40px auto 20px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s6_video_box{
	float:left;
	width:100%;
	}
.s6_video_box video{
	margin:0 auto 0;
	display:block;
    width: 100%;
    height: 474px;
	border-radius:10px;
    background: #000;
    object-fit: cover;	
	}	
.s6_img_box{
	float:left;
	width:28.435%;
	}
.s6-img{
	display:block;
	margin:0 auto 0;
	width:236px;
	border-radius:10px;
	}	
.s6_cont{
	float:right;
	width:65%;
	}
.s6_points{
	float:left;
	width:100%;
	}
.s6_points li{
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-left: 50px;
    text-align: left;
    position: relative;
	}
.s6_points li:first-child{ margin-top:0;}
.s6_points li:before, .s6_points li:after{
	content:'';
	position:absolute;
	}
.s6_points li:before{
    top: 10px;
    left: 9px;
    bottom: -53px;
    border-left: 2px dotted #83649e;
	}
.s6_points li:last-child:before{ display:none;}
.s6_points li:after{
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/star-bullet.png") no-repeat center center;
	background-size:cover;
	}
.s6_points li h3{
	font-size:22px;
	line-height:22px;
	color:#542d79;
	font-weight:bold;
	}
.s6_points li p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
	
/*==========SECTION 7==========*/
.section7{
	float: left;
	width: 100%;
	padding:60px 0 70px;
	background: #fff;
	}
	
.compare_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:640px;
	margin:45px 0 0;
	position:relative;
	z-index:5;
	}
.comp_col1{
	float: left;
	width: 43%;
	}
ul.comp_col_list{
	float:left;
	width:100%;
	}
ul.comp_col_list li{
	float:left;
	width:100%;
	height:92px;
	font-size:19px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	padding:0;
	border-bottom:2px solid #fff;
	text-align:left;
	
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	}
.comp_col1 ul.comp_col_list li{ justify-content: flex-start;}
.comp_col2 ul.comp_col_list li:last-child, .comp_col ul.comp_col_list li:last-child{ height:20px;}
ul.comp_col_list li p{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}
.comp_col2{
	float:left;
	width:26%;
	border-radius:20px;
	padding:0 10px;
	background:#542d79;
	}
.comp_box_right .comp_col_blank ul.comp_col_list li{ padding:0;}
.comp_col_blank ul.comp_col_list li{ border-bottom:none;}
.comp_col1 ul.comp_col_list li{ border-bottom:2px solid #542d79;}
.comp_col2 ul.comp_col_list li:nth-last-child(2), .comp_box_right ul.comp_col_list li:nth-last-child(2){ border-bottom:none;}
ul.comp_col_list li:last-child{ border-bottom:none;}
.comp_col_top{
	float:left;
	width:100%;
	height:153px;
	text-align:center;
	position:relative;
	}
.comp_col_top img{
	display: block;
	width: 100px;
	}	
.compare-product1{
	margin: 30px auto 0;
	}	
.compare-product2{
	margin: 15px auto 10px;
	}
.comp_box_right{
	float:right;
	width:29%;
	position:relative;
	}
.comp_col{
	float:left;
	width:87%;
	background:#e9eaea;
	padding:0 10px;
	border-radius:20px;
	}
.comp_col.comp_col_blank{ width:2%; background:none; padding:0;}
.comp_box_right .comp_col.comp_col_blank{ width: 13%;}
.move_txt{
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
	}
ul.comp_col_list li img{
	display:block;
	margin:0 auto 0;
	width:36px;
	}

.grnty_box{
    width: 100%;
	max-width:850px;
	margin:30px auto 10px;
	padding:25px 30px 25px;
	background:#542d79;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.grnty-seal{ width:159px;}
.grnty_box_cont{
	width:calc(100% - 159px);
	padding-left:25px;
	text-align:left;
	} 
.grnty_box_cont h3{
	font-size:43px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
    font-family: 'GT Super Display';
	}
.grnty_box_cont p{ margin-top:15px;}
	
/*==========SECTION 8==========*/
.section8{
	float: left;
	width: 100%;
	padding:60px 0 70px;
	background: #fcf3ff;
	}

.review_top_col{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	text-align:center;
	}
.review_top_col_rat_text{
	font-size:50px;
	line-height:50px;
	color:#1f275a;
	font-weight:bold;
	}
.star2{
	display:inline-block;
	vertical-align:middle;
	margin:7px auto 0;
	width:140px;
	}
.rev_text_very{
	font-size:20px;
	line-height:24px;
	color:#1f275a;
	margin-top:15px;
	}
	
.review_slide_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.review_slide_row{
	width:100%;
	margin-top:40px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.review_slide_col{
    width: 24%;
    overflow: hidden;
    position: relative;
    background: #202950;
    cursor: pointer;
	border-radius:10px;
	}
.review_slide_col .ugc-poster{
	max-width:100%;
	margin:0 auto;
	display:block;
	transition:all ease 0.5s;
	}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:274px;
	height:100%;
	object-fit: cover;
	}
.review_slide_col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	width:55px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	}

.testimonial_block{
	width:100%;
	margin:50px auto 15px;
	
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:30px;
	}
.testimonial_box{
	width:48.5%;
	background:#fff;
	padding:30px 25px;
	text-align:left;
	border-radius:10px;
	box-shadow:0 3px 10px 4px #f5e8fd;
	-webkit-box-shadow:0 3px 10px 4px #f5e8fd;
	
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	justify-content:space-between;
	}
.testimonial_col{
	float:left;
	width:100%;
	}
.testimonial_heading{
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
	}
.testimonial_heading img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 8px;
	}
.testimonial-star{
	display:inline-block;
	vertical-align:top;
	width:114px;
	margin-top:8px;
	}
.testimonial_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}
.testi_verify{
	width:100%;
	margin-top:20px;
	
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	}
.testi_verify_name{
    width: 58px;
    height: 58px;
    font-size:30px;
    line-height:58px;
    color: #000;
	text-transform:uppercase;
    border-radius: 50%;
    background: #e7cdff;
	
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
	}
.testi_verify_content{
	width:calc(100% - 58px);
	text-align:left;
	padding-left:15px;
	}
.testi_verify_name_text{
    font-size: 18px;
    line-height: 24px;
    color: #000;
	}
.testi_verify_text{
	font-size:13px;
	line-height:17px;
	color:#0ab83f;
	margin-top:3px;
	}
.verify-icn{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-3px 5px 0 0;
	}	
	
	
/*==========SECTION 9==========*/
.section9{
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background:#fff;
	}
	
.pkg_block{
    width: 100%;
	margin:50px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
.pkg_box{
	width:31.33%;
	border:2px solid #542d79;
	border-radius:10px;
	position:relative;
	background:#fff;
	overflow:hidden;
	-webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,.3);
	box-shadow: 0 0 12px 4px rgba(0,0,0,.3);
	
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
	}
.pkg_header{
	width:100%;
	padding: 10px 10px 15px;
	background:#542d79; 
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.best-value-text{
	display:inline-block;
	vertical-align:top;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50px;
	font-weight: bold;
	padding: 4px 22px 6px;
	margin-bottom: 7px;
	background: #ffcb2c;
	}
.pkg_box3 .best-value-text{ background:#7bffa0;}
.pkg_hdg{
	float:left;
	width:100%;
	font-size:32px;
	line-height:36px;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	}
.pkg_container{
	float:left;
	width:100%;
	padding:20px 15px 30px;
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
.pkg_prod_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
	}
.pkg_prod_box img{
	display:block;
	margin:0 auto;
	width:316px;
	}
.pkg_seal{
    position: absolute;
    top: 0px;
    right: 5px;
    width: 65px;
    height: 65px;
    font-size: 19px;
    line-height: 19px;
	padding-top:15px;
    color: #000;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    text-transform: uppercase;
    background: #ffcb2c;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .1);
	}
.pkg_cut_price{
	font-size:20px;
	line-height:20px;
	color:#6f6f6f;
	font-weight:500;
	margin-top:25px;
	}
.pkg_cut_price span{
	font-size:24px;
	position:relative;
	}
.pkg_cut_price span:before{
	content:'';
	position:absolute;
	top:50%;
	left:-2px;
	right:-2px;
	margin-top:1px;
	border-bottom:2px solid #6f6f6f;
	}
.pkg_price{
	font-size:43px;
	line-height:43px;
	color:#000;
	font-weight:500;
	margin-top:15px;
	}
.pkg_ship{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	margin-top:15px;
	}
.btn_box.pkg_btn_box{ margin-top:35px;}
.pkg_btn_box .brt_width{ max-width:336px;}
.pkg_btn_box .common_btn{
    height: 55px;
    line-height: 53px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
	}
.pkg_btn_box .btn_text{
	font-size:11px;
	line-height:11px;
	margin-top:8px;
	}
.pkg_btn_box .btn_text img{
	width:13px;
	margin:-2px 5px 0 0;
	}

.autoship-select {
	float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/lp1_select_arw.png") no-repeat 96% center #fff;
    background-size: 15px;
	appearance: none;
	padding:5px 20px 5px 20px;
	border: 1px solid #dcdcdc;
	border-radius:4px;
	font-size: 17px;
	line-height:36px;
	color: #000000;
	text-align: left;
	font-family: 'Mallory';
	}
.pkg_box .button_box{ margin-top:25px;}
	
/*==========SECTION 10==========*/
.section10{
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	background:#fcf3ff;
	}
.s10_left{
	float:left;
	width:37.5%;
	text-align:left;
	}
.s10-prod{
	display:block;
	margin:40px auto 20px;
	width:390px;
    filter: drop-shadow(0px 10px 25px #b8b1ba);
	}
	
.s10_right{
	float:right;
	width:56.5%;
	text-align:left;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:780px;
	width:100%;
	}
.up-slide-dwn{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #636363;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/close-btn.png") no-repeat right 15px center;
    padding: 20px 40px 20px 0;
    font-size:20px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    position: relative;
	}
.acdn-heading.accordion-open{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/open-btn.png") no-repeat right 15px center;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 30px 5px 0;
	}
.acdn-para{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
	}
.acdn_list{
	float:left;
	width:100%;
	}
.acdn_list li{
	float:left;
	width:100%;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
	padding-left:25px;
	position:relative;
	}
.acdn_list li span{
	position:absolute;
	top:6px;
	left:0;
	font-size:16px;
	line-height:16px;
	color:#000;
	}
.acdn_list2 li{ padding-left:15px;}
.acdn_list2 li:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
	}
	
.up-slide-dwn:first-child .accordion{ padding-top:0;}

/*=====Footer=====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0 40px;
	background:#fff;
	}
.foot-logo{
	display:block;
	margin:0 auto 25px;
	width:109px;
	}
.foot_txt{
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	margin-top: 15px;
	}
.foot_txt a{ padding:0 6px;}		
	

/*==========COMMON CODE==========*/
.white_text{ color:#fff;}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.mrgT0{ margin-top:0 !important;}
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){         
.scraped-container{width:1004px;}

.banner_content{ width: 57%;}
.banner_right{ width: 39.018%;}
.banner-seal{ bottom: 45px; left: -70px; width: 102px;}

.s4-img{ width: 548px;}
.s4-product{ left: 219px; width: 260px;}

}

@media only screen and (max-width:1021px){	    
.scraped-container{width:750px;}
.show-tab{display:block;}
.show-desk{ display:none;}

ul.mainMenu{ display:none;}

.banner_content{ width: 58%;}
.banner_heading{ font-size: 44px; line-height: 48px;}
.banner_strip{ padding: 12px 0 12px 5px; font-size: 20px; line-height: 20px;}

.banner_right{ width: 37.018%;}
.banner-seal{ bottom: 22px; left: -20px; width: 56px;}
.banner_points li{ font-size: 19px; line-height: 25px; padding: 7px 10px 11px 49px;}
.banner_points li img{ width: 25px;}
.brand_list li img{ height: 39px;}
.banner_review_img_box{ width: 90px;}
.banner_review_content{ width: calc(100% - 90px); padding-left: 7px;}
.banner-review-star{ width: 70px;}
.banner_review_text{ font-size: 13px; line-height: 15px; margin-top: -6px;}
.banner_review_vfy_text{ font-size: 10px; line-height: 11px; margin-top: 8px;}
.banner_review_vfy_text span{ font-size: 11px; margin-right: 5px;}
.banner_review_vfy_text img{ width: 9px; margin: -3px 3px 0 5px;}

.common_heading{ font-size: 36px; line-height: 44px;}
.common_text{ font-size: 17px; line-height: 25px;}

.section1{ padding: 50px 0 20px;}
.s1_img_box{ width: 37.395%;}
.s1_cont{ width: 57.5%;}
.s1_col_cont h3{ font-size: 21px; line-height: 27px;}
.s1_col_cont p{ font-size: 16px; line-height: 24px;}
.s1_sub_heading{ font-size: 23px; line-height: 30px; margin-top: 30px;}

.section2{ padding: 50px 0 60px;}
.s2_box_mob_inr{ padding: 30px 40% 50px 35px;}
.s2-img{ width: 354px;}
.s2_box{ padding: 45px 44% 30px 35px;}
.s2-product{ right: 16.5%; width:192px;}

.section3{ padding: 50px 0 60px;}
.s3_col{ width: 31.50%; padding: 20px 15px 25px;}
.s3-icn{ width: 70px;}
.s3_col_content h3{ font-size: 19px; line-height: 26px;}
.s3_col_content p{ font-size: 16px; line-height: 23px; letter-spacing:normal;}

.section4{ padding: 60px 0 20px;}
.section4:before{ height: 179px;}
.s4_content{ width: 62%;}
.s4_sub_heading{ font-size: 18px; line-height: 18px;}
.s4-img{ width: 348px;}
.s4-product{ left: 129px; width: 150px;}
.s4_box_header h4{ font-size: 24px; line-height: 24px;}
.s4_col_left{ width: 97px; font-size: 35px; line-height: 35px;}
.s4_col_right{ width: calc(100% - 97px); font-size: 19px; line-height: 27px;}

.section5{ padding: 50px 0 60px;}
.s5_block{ align-items: flex-start;}
.s5_product_box{ width: 37.436%;}
.s5_content{ width: 58%;}
.s5_col_content h3{ font-size: 21px; line-height: 27px;}
.s5_col_content p{ font-size: 17px; line-height: 25px;}
.promise_head{ font-size: 22px; line-height: 22px;}
.s5_mid_list li img{ width: 60px;}
.s5_mid_list li p{ font-size: 16px; line-height: 24px;}

.section6{ padding: 50px 0 60px;}

.section7{ padding: 50px 0 60px;}
.grnty_box_cont h3{ font-size: 36px; line-height: 40px;}

.section8{ padding: 50px 0 60px;}
.testimonial_text{ font-size: 17px; line-height: 25px;}

.section9{ padding: 50px 0 60px;}
.pkg_box{ width:32%;}
.pkg_hdg{ font-size: 25px; line-height: 25px;}
.pkg_cut_price{ font-size: 16px; line-height: 16px;}
.pkg_cut_price span{ font-size: 20px;}
.pkg_price{ font-size: 32px; line-height: 32px;}
.pkg_total_price{ font-size: 20px; line-height: 20px;}
.pkg_ship{ font-size: 16px; line-height: 16px;}
.pkg_points_row{ padding: 10px 5px;}
.pkg_points_row p{ font-size: 12px; line-height: 15px;}
.button_box.pkg_btn_box{ margin-top:30px;}
.pkg_btn_box .common_btn{ height: 45px; line-height: 46px; font-size: 16px;}
.pkg_btn_box .button_text{ font-size: 11px; line-height: 11px;}
.pkg_btn_box .button_text img{ width: 13px;}
.autoship-select{ padding:5px 15px; font-size:15px;}

.section10{ padding: 50px 0 60px;}
.s10_left{ width: 38.5%;}
.s10_left .common_heading{ font-size: 37px; line-height: 46px;}
.s10_left .common_btn{ height: 54px; font-size: 15px; line-height: 54px;}
.s10_left .btn_box{ margin-top: 30px;}
.s10_left .btn_text{ font-size: 12px; line-height: 12px;}
.s10_left .btn_text img{ margin: -3px 6px 0 0; width: 14px;}
.s10_right{ width: 56%;}

}

@media only screen and (max-width:767px){
.scraped-container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.top_strip{ padding:9px 0 9px;}
.top_strip p{ font-size: 13px; line-height: 14px;}

.top-fix-bar{ margin-bottom: 50px;}
.header{ height: 50px; margin-top: -50px; top: 50px; padding: 9px 0;}
.logo{ float: none; width: 96px; display: block; margin: 0 auto 0;}

.banner{ padding: 20px 0 35px;}
.banner_content{ width:100%;}
.banner_rating_text{ font-size: 12px; line-height: 12px;}
.banner_rating_text img{ width: 75px;}
.banner_heading{ font-size: 30px; line-height: 36px;}
.banner_strip{ padding: 8px 0 8px 2px; font-size: 13px; line-height: 13px; font-weight: normal;}
.banner_points li{ font-size: 14px; line-height: 20px; padding: 6px 91px 9px 36px;}
.banner_points li img{ width: 18px;}
.banner_div_mob{ float:left; width:calc(100% + 30px); margin-left:-15px; position:relative;}
.banner_product_box_mob{ position:absolute; top:-31px; right:0; width:100%; max-width:173px; z-index:1;}
.banner-product-mob{ display:block; margin:0 auto 0; width:173px;} 
.banner-seal{ left: auto; width: 66px; bottom: -60px; top: auto; right: 20px;}

.banner_review{ width:100%; max-width: 410px; border:1px solid #c9b7d5; margin:25px auto 0; padding:6px; display: flex; flex-wrap: nowrap; -webkit-box-align: center; align-items: center; background:none;}
.banner_review_img_box{ width:125px;}
.banner_review_img_box img{ width:125px; display:block; margin:0 auto 0;}
.banner_review_content{ width:calc(100% - 125px); padding-left:10px; text-align:left;}
.banner-review-star{ display:inline-block; vertical-align:top; width:85px; margin-bottom:4px;}
.banner_review_text{ font-size:14px; line-height: 18px; color:#000;}
.banner_review_vfy_text{ font-size:13px; line-height: 15px; color:#000; margin-top:9px;}
.banner_review_vfy_text span{ font-size:14px; font-weight:bold; margin-right:5px;}
.banner_review_vfy_text img{ display:inline-block; vertical-align:middle; width:14px; margin:-3px 3px 0 5px;}
.banner_strip:before, .banner_strip:after{ right: 0;}

.button_box{ margin-top: 30px; text-align:center;}
.button_width{ max-width: 350px;}
.common_btn{ height: 58px; font-size: 19px; line-height: 58px;}
.button_text{ font-size: 13px; line-height: 13px; margin-top: 8px;}
.button_text img{ margin: -3px 6px 0 0; width: 14px;}
.common_btn img{ margin: -5px 0 0 10px;}

.logo_strip{ padding: 14px 0 13px;}
.logo_strip_hdg{ font-size: 14px; line-height: 14px;}
.scroller_strip{ float:left; width:100%; max-width: 100%; overflow: hidden; margin-top:10px; position:relative;}
.marquee{ float:left; width:100%; display: flex; flex-wrap: nowrap;}
.scroll__img_box{ 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 25s linear infinite;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.scroll__img_box li{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
	}
.scroll__img_box li img{
    display: block;
    margin: 0 auto;
    max-width: none;
    height: 36px;
    width: auto;
	}

.common_heading{ font-size: 29px; line-height: 37px;}
.common_text{ font-size: 16px; line-height: 22px; margin-top: 12px; position:relative; z-index:1;}

.section1{ padding:30px 0 70px;}
.s1_block{ padding:5px 0 20px; margin-top: 25px;}
.s1_img_box{ width:100%;}
.s1-img-mob{ margin:0 auto 0; width:97%}
.s1_cont{ width:100%; margin-top:20px;}
.s1_col{ align-items: flex-start; padding:0 15px 15px 15px}
.s1_col_cont h3{ font-size: 18px; line-height: 24px;}
.s1_col_cont p{ font-size: 14px; line-height: 20px; margin-top: 7px;}
.s1_col img{ width: 58px; padding: 3px;}
.s1_col_cont{ width: calc(100% - 58px); padding-right: 9px;}
.s1_sub_heading{ font-size: 16px; line-height: 22px; margin-top: 20px;}

.section2{ padding: 85px 0 35px; overflow:visible;}
.section2:before{ display:none;}
.s2-product-mob{ position:absolute; top:-119px; left:50%; transform:translateX(-50%) rotate(25deg); width:115px; filter: drop-shadow(12px 10px 5px #9d989f);}
.s2_block{ padding-right: 0; text-align:center; border:none; margin:0; padding:0; border-radius:0; background:none;}
.s2_box_mob{ display:inline-block; vertical-align:top; width:100%; max-width:390px; margin-top:25px; padding:20px 0 0; border:1px solid #562f7a; border-radius:10px; position:relative; overflow:hidden; background:#fff;}
.s2_box_mob_inr{ float:left; width:100%; position:relative; padding:0; padding-bottom:70px;}
.s2_points{ margin-top:0;}
.s2_points li{ padding: 0 120px 15px 28px;}
.s2_points li h3{ font-size: 18px; line-height: 24px;}
.s2_points li p{ font-size: 13px; line-height: 18px; margin-top:7px;}
.s2_points li:before{ width: 7px; height: 7px; left:10px;}
.s2_points li:after{ left: 0;}
.s2_box{ margin-top: 0; padding: 42px 20px 25px; position:relative; border:none; border-top:1px solid #603b82;}
.s2_box h3{ font-size: 22px; line-height: 30px;}
.s2_box p{ font-size: 16px; line-height: 23px; margin-top: 7px;}
.s2-img-mob{ position:absolute; bottom: 65px; right: -23px; width:247px;}
.s2-product{ width: 165px ;bottom: -26px; z-index:2; right:0;}
.recovery-icn{ position:absolute; top:-36px; left:25px; width:61px;}

.black_scroll_strip{ padding: 30px 0 30px; background: none;}
ul.scroll_strip_list li{ padding: 0 12px; font-size: 16px; line-height: 16px; color:#000;}
ul.scroll_strip_list li:before{ margin: 3px 24px 0 0; width: 6px; height: 6px; background: #000000;}

.section3{ padding: 30px 0 35px;}
.s3_block{ margin: -10px 0 0;}
.s3_box{ row-gap: 12px;}
.s3_img_box{ width:100%;}
.s3-img-mob{ float:left; width:350px; margin-left:-15px;}
.s3_content{ width:100%; margin-top:-36px;}
.s3_col{ width:100%; padding: 15px 20px 15px 15px; margin-top: 0; border-radius:100px; -webkit-box-shadow: 0 8px 12px 4px rgba(0,0,0,.3); box-shadow: 0 7px 7px 2px rgba(0,0,0,.2); background:#fff; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.s3-icn{  width: 60px;}
.s3_col_content{ width: calc(100% - 60px); padding-left: 14px; text-align:left;}
.s3_col_content h3{ font-size: 16px; line-height: 20px;}
.s3_col_content p{ font-size: 14px; line-height: 19px; margin-top: 7px;}

.section4{ padding:0 0 10px;}
.s4_block{ width:calc(100% + 30px); margin-left:-15px; margin-bottom: 10px; padding:30px 15px 0; background:url("https://assets.checkoutchamp.com/Funnel/assets/images/ccfd164b-bcbb-45a9-b82c-05fe50fc2520/448a0eee-3806-4f4a-9be1-e8cc3a3d2ae6/s4-bg-mob.jpg") no-repeat top center; background-size:cover;}
.s4_header_box_mob{ float:left; width:100%; text-align:left; padding-left:34%;}
.s4_box{ max-width:317px;}
.s4_content{ width:100%; text-align:center;}
.s4_sub_heading{ font-size: 16px; line-height: 16px;}
.s4_box_header{ text-align:center; padding:10px 20px 12px;}
.s4_box_content{ padding: 20px 20px 15px;}
.s4_box_header h4{ font-size: 18px; line-height: 18px;}
.s4_col_left{ width: 83px; font-size: 30px; line-height: 30px;}
.s4_col_right{ width: calc(100% - 83px); font-size: 16px; line-height: 20px;}

.section5{ padding:30px 0 35px;}
.s5_block{ margin-top:25px;}
.s5_product_box{ width:100%;}
.s5-product-mob{ margin:0 auto 0; width:100%;}
.s5_content{width:100%; margin-top: 35px;}
.s5-col-img{ width: 95px;}
.s5_col_content{ width: calc(100% - 95px); padding-left: 15px;}
.s5_col_content h3{ font-size: 18px; line-height: 22px;}
.s5_col_content p{ font-size: 14px; line-height: 19px; margin-top: 7px;}
.promise_head{ max-width: 350px; font-size: 16px; line-height: 16px; margin-top: 30px;}
.promise_head span{ padding: 0 20px;}
.promise_head:before{ height: 1px;}
.s5_mid_list{ margin:30px auto 5px; row-gap: 25px;}
.s5_mid_list li{ width: 31.33%;}
.s5_mid_list li p{ font-size: 14px; line-height: 20px;}

.section6{ padding:30px 0 35px;}
.s6_block{ margin: 12px auto 5px; max-width: 355px;}
.s6_video_box video{ height:447px; border:1px solid #000000; border-radius:0;}
.s6_img_box{ width: 150px;}
.s6-img-mob{ margin:0 auto 0; width: 150px; border:1px solid #000000;}
.s6_strip{ max-width: 374px;}
.s6_cont{ width: calc(100% - 150px); padding-left: 10px;}
.s6_strip p{ font-size: 18px; line-height: 25px;}
.s6_points li{ margin-top: 25px; padding-left: 23px;}
.s6_points li:before{ top: 9px; left: 6px; bottom: -32px;}
.s6_points li:after{ top: 6px; width: 13px; height: 13px;}
.s6_points li h3{ font-size: 15px; line-height: 15px;}
.s6_points li p{ font-size: 14px; line-height: 18px; margin-top: 6px;}

.section7{ padding:30px 0 10px;}
.compare_box_mob{ float:left; width:100%; position:relative;}
.compare-product-mob{ position:absolute; top:0; left:-15px; width:166px; filter: drop-shadow(10px 2px 4px #d4d4d4);}
ul.comp_col_list li{ height: 78px; font-size: 16px; line-height: 22px; border-bottom: 1px solid #fff;}
.comp_col1 ul.comp_col_list li{ border-bottom: 1px solid #542d79;}
ul.comp_col_list li:last-child{ border-bottom: none;}
.comp_col_top{ height: 120px;}
ul.comp_col_list li img{ width: 29px;}
.move_txt{ font-size: 16px; line-height: 16px;}
.comp_col2 ul.comp_col_list li:last-child, .comp_col ul.comp_col_list li:last-child{ height: 15px;}
.comp_col2, .comp_col{ border-radius: 15px;}

.grnty_box{ margin:30px 0 5px -15px; width:calc(100% + 30px); margin-left:-15px; padding:15px 25px 20px; border-radius:0; display:inline-block; vertical-align:top;}
.grnty_box_cont{ width:100%; padding-left:0;}
.grnty_box_cont h3 img{ width: 90px; position:absolute; top:0; left:0;}
.grnty_box_cont h3{ font-size: 24px; line-height: 30px; position:relative; padding:17px 0 12px 100px;}
.grnty_box_cont p{ margin-top: 10px;}

.section8{ padding:30px 0 10px; background:#fff;}
.review_slide_row{ margin-top: 25px; row-gap: 10px; justify-content: flex-start; column-gap: 3%;}
.review_slide_col{ width: 31.33%; border-radius: 6px;}
.testimonial_box{ width: 100%; padding:20px 20px 25px;}
.testimonial_heading{ font-size: 18px; line-height: 24px;}
.testimonial-star{ width: 100px;}
.testimonial_text{ font-size: 16px; line-height: 24px;}
.testimonial_block{ margin: 40px auto 5px; row-gap: 20px;}
.testi_verify{ margin-top: 15px;}
.testi_verify_name{ width: 44px; height: 44px; font-size: 18px; line-height: 44px; font-weight: normal;}
.testi_verify_content{ width: calc(100% - 44px); padding-left: 12px;}
.testi_verify_name_text{ font-size: 16px; line-height: 22px;}
.testi_verify_text{ font-size: 12px; line-height: 16px; margin-top: 2px;}
.verify-icn{ width: 10px; margin: -3px 4px 0 0;}	

.section9{ padding:30px 0 35px;}
.pkg_block{ margin: 30px auto 0; row-gap: 25px; max-width:414px; padding:0 10px;}
.pkg_box{ width: 100%;}
.pkg_cut_price{ font-size: 18px; line-height: 18px;}
.pkg_cut_price span{ font-size: 22px;}
.pkg_price{ font-size: 40px; line-height: 40px;}
.pkg_ship{ font-size: 18px; line-height: 18px;}
.pkg_box1{ order:2;}
.pkg_box2{ order:1;}
.pkg_box3{ order:3;}
.best-value-text{ font-size: 14px; line-height: 14px; padding: 4px 16px 5px;}
.pkg_hdg{ font-size: 26px; line-height: 28px;}
.pkg_deliver{ font-size: 17px; line-height: 17px;}
.pkg_points_row{ padding: 12px 5px;}
.pkg_points_row p{ font-size: 14px; line-height: 14px;}
.pkg_btn_box .common_btn{ height: 55px; line-height: 55px; font-size: 18px;}
.pkg_btn_box .button_text{ font-size: 13px; line-height: 13px;}
.pkg_btn_box .button_text img{ width: 14px;}

.section10{ padding:30px 0 35px;}
.s10_left{ width:100%; text-align:center;}
.s10_right{ width:100%; margin-top:30px;}
.accordion{ background-position: right 12px center; padding: 15px 35px 15px 0; font-size: 16px; line-height: 22px;}
.acdn-heading.accordion-open{ padding: 15px 35px 15px 0;}
.acdn-para{ font-size: 16px; line-height: 24px;}
.acdn-content{ padding-right:0;}
.acdn_list li{ font-size: 14px; line-height: 22px;}
.acdn_list li span{ font-size: 14px; line-height: 14px;}
.acdn_list2 li{ padding-left: 12px;}
.acdn_list2 li:before{ top: 9px; width: 4px; height: 4px;}

.footer{ padding: 30px 0 30px;}
.foot-logo{ width: 92px;}
.foot_txt{ font-size: 14px; line-height: 20px; margin-top: 10px;}
.foot_txt a{ padding: 0 4px;}
}

/*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;}
}