@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*====fonts====*/
@font-face {
	font-family: 'UniformCondensed';
	src: url('UniformCondensed-Bold.woff2') format('woff2'),
	url('UniformCondensed-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN_CSS_START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top_strip{
	float:left;
	width:100%;
	padding:4px 0 6px;
	background:#fff;
	}
.top_strip_img{
	display:inline-block;
	vertical-align:middle;
	}

/*====banner====*/
.banner{
	float:left;
	width:100%;
	padding:20px 0 40px;
	background:#090909;
	}
.banner_heading{
	float:left;
	width:100%;
	font-size:50px;
	line-height:52px;
	color:#fff;
	font-weight:bold;
	font-family: 'UniformCondensed';
	}
.banner_video_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1095px;
	background:#000;
	border:5px solid #fff;
	margin-top:30px;
	}
.banner_video_box_m {
	display: none;
}

@media screen and (max-width: 480px) {
	.banner_video_box {
		display: none;
	}
	.banner_video_box_m {
		display: inline-block;
		vertical-align:middle;
		width:100%;
		max-width:480px;
		background:#000;
		border:5px solid #fff;
		margin-top:10px;
	}
}

.video_img{
	display:block;
	margin:0 auto 0;
	width:100%;
	cursor:pointer;
	}
.video_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#3b3b3b;
	margin-top:15px;
	}
.speaker{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	width:20px;
	}
.speaker2{
	margin:-4px 0 0 8px;
	transform:rotate(180deg);
	}
/*====as_seen_strip====*/
.as_seen_strip{
	float:left;
	width:100%;
	padding:35px 0;
	}
.as_seen_text{
	float:left;
	width:100%;
	font-size:21px;
	line-height:26px;
	color:#000;
	font-weight:500;
	position:relative;
	}
.as_seen_text:before, .as_seen_text:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin:-2px 15px 0 0;
	height:1px;
	width:120px;
	background:#d1d1d1;
	}
.as_seen_text:after{margin-left:15px;}
ul.as_seen_list{
	display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
	}
ul.as_seen_list li{
	margin-top:25px;
	}
ul.as_seen_list li img{
	max-height:60px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}
/*====claim_disc_strip====*/
.claim_disc_strip{
	float:left;
	width:100%;
	background:#171718;
	padding:30px 0 0;
	}
.claim_strip_heading{
	float:left;
	width:100%;
	font-size:46px;
	line-height:52px;
	color:#fff;
	font-weight:bold;
	font-family: 'UniformCondensed';
	}
.timer_text{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	font-size:50px;
	line-height:50px;
	color:#ffde00;
	text-transform:uppercase;
	font-weight:bold;
	}
.info_strip{
	float:left;
	width:100%;
	background:#2f2f2f;
	padding:20px 0;
	margin-top:30px;
	}
ul.info_strip_list{
	float:left;
	width:100%;
	}
ul.info_strip_list li{
	display:inline-block;
	padding:0 30px;
	font-size:22px;
	line-height:32px;
	color:#fff;
	text-align:center;
	border-right:1px solid #fff;
	}
ul.info_strip_list li:first-child{ padding-left:0;}
ul.info_strip_list li:last-child{ border-right:none; padding-right:0;}
ul.info_strip_list li p span{font-weight:bold;}
ul.info_strip_list li:last-child p span{ display:inline-block; width:70px;}
.strip3-txt1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 10px 0 0;
    width: 12px;
    height: 12px;
    background: #74ea01;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }	
.hourglass {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 6px 0 0;
    animation: rotateP 2.5s ease-in-out forwards infinite;
	}
@keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
  @keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
  }
.timer{
	display: inline-block;
    vertical-align: middle;
    margin: -5px 6px 0 0;
	}
/*====package_section====*/
.package_section{
	float:left;
	width:100%;
	padding:60px 0 65px;
	background:#fff;
	}
/*==========package_box==========*/
.package_box{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
	max-width:1105px;
	width:100%;
	margin:20px auto 0;
	z-index:1;
	}
.package{
	float:left;
	width:31%;
	background:#fff;
	border-radius:12px;
	border:2px solid #d7d7d7;
	}	
.package.left{order:1;}
.package.mid{
	order:2;
	margin:-13px 0 -14px;
	box-shadow:0 0 15px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 15px 5px rgba(0,0,0,0.2);
	position:relative;
	z-index:1;
	border-radius:12px;
	background:#fffee6;
	border:2px solid #e9d078;
	}
.populer{
	position: absolute;
    top:-8px;
    left:-10px;
    max-width: 100%;
    z-index: 2;
	}	
.package.right{order:3;}
.pakge_head{
	float:left;
	width:100%;
	padding:40px 10px 0;
	position:relative;
	}
.package.mid .pakge_head{padding:54px 10px 0;}

.pakge_head-p1{
	font-size:45px;
	line-height:50px;
	color:#11274c;
	text-transform:uppercase;
	font-weight:700;
	}
.package.mid .pakge_head-p1{ color:#000;}
.pakge_head-p2{
	font-size:25px;
	line-height:32px;
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	}
.pakge_inner{
	float:left;
	width:100%;
	padding:10px 0 10px;
	border-radius:0 0 12px 12px;
	}
.pakge_prod_box{
	float:left;
	width:100%;
	padding:0 10px;
	position:relative;
	margin: 15px 0 15px 0;
	}
.package.mid .pakge_prod_box, .right .pakge_prod_box, .left .pakge_prod_box {margin: 7px 0 0 0;}
	
.free{
	background:#ffd200;
	border:2px solid #fff;
	border-radius:50%;
	width:100px;
	height:100px;
	position:absolute;
	top:40px;
	right:10px;
	}
.free p{
	font-size: 25px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin:23px 0 0 0;
	}		
.pakge_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:282px;
	}
.pakge_price_box{
	float:left;
	width:100%;
	}
.pakge_live_price{
	color:#000000;
	font-size:25px;
	line-height:30px;
	margin:10px 0 5px;
	}
.pakge_live_price span{
	font-size:80px;
	line-height:86px;
	color:#000;
	font-weight:bold;
	letter-spacing:-0.5px;
	}

.pakge_btn{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	max-width:100%;
	width:270px;
	}
.left .pakge_btn {
    margin-top: 26px;
}	
.pakge_retail_price{
	display: inline;
	font-size:30px;
	line-height:35px;
	color:#0e0e0e;
	font-weight:700;
	margin-top:10px;
	}
.total {
	display: inline;
}
.plus-ship {
  font-weight: 600;
  letter-spacing: 2px;
}
.pls-ship {
  font-size: 13px;
  margin-right: 20%;
  text-align: end;
}
.free-ship {
  font-size: 13px;
  margin-right: 12%;
  text-align: end;
}
.book-disclaimer {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}
.pakge_retail_price span{
	position:relative;
	margin:0 10px;
	font-weight:400;
	}
.pakge_retail_price span:after{
	position: absolute;
    content: "";
    left: -3px;
    right: -3px ;
    top: 48%;
    transform: rotate(-8deg);
    border-top: 2px solid #fe1f1f;
	}
.carts{
	display:block;
	margin:15px auto 10px;
	max-width:100%;
	width:235px;
	}
.cart-prt{
	margin-top:0;
	display:inline-block;
	vertical-align:middle;
	width:240px;
	}	
ul.cart-prt-list{
	margin:0 0 0 0;
	}	
ul.cart-prt-list li{
	background: url(../images/red-tk2.png) 10px 5px no-repeat;
    background-color: #0a895b;
    font-size: 20px;
    line-height: 21px;
    padding: 5px 0 3px 37px;
    border-radius: 4px;
    margin: 7px 0 0 0;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: 700;
    font-style: italic;
	letter-spacing:0.7px;
    text-transform: uppercase;
	}
ul.cart-prt-list li:last-child{  background-color: #bd3326;}

.plus-shipping li {
  background: #bd3326 !important;
  padding: 5px 20px !important;
}

.pakge_btm{
	float:left;
	width:100%;
	margin-top:50px;
	}
.cust_say{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	}
.star{
	display:block;
	margin:0 auto 0;
	width:290px;
	}
.cust_text{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:400;
	margin-top:15px;
	}
/*====alert_sec====*/
.alert_sec{
	float:left;
	width:100%;
	padding:20px 0;
	background:#171718;
	}
.warn_icon{
	display:block;
	margin:0 auto 15px;
	width:60px;
	}
.alert_heading{
	float:left;
	width:100%;
	font-size:35px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'UniformCondensed';
	}
.alert_text{
	float:left;
	width:100%;
	font-size:23px;
	line-height:28px;
	color:#fff;
	font-weight:500;
	letter-spacing:0.3px;
	}
/*====section_2====*/
.money_back_sec{
	float:left;
	width:100%;
	padding:60px 0 80px;
	background:#fff;
	}
.money_back_mid{
	float:left;
	width:100%;
	padding-left:260px;
	position:relative;
	}
.s2_text{
	float:left;
	width:100%;
	font-size:40px;
	line-height:44px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'UniformCondensed';
	}
.common_heading{
	float:left;
	width:100%;
	font-size:50px;
	line-height:54px;
	color:#000;
	font-weight:bold;
	font-family: 'UniformCondensed';
	}
.money_back_seal{
	position:absolute;
	left:0;
	top:-10%;
	width:220px;
	}
.common_text{
	float:left;
	width:100%;
	font-size:19px;
	line-height:29px;
	color:#000;
	font-weight:normal;
	letter-spacing:0.3px;
	margin-top:30px;
	}
.money_back_mid .common_text{ text-align:left;}
/*====yellow_strip====*/
.yellow_strip{
	float:left;
	width:100%;
	padding:20px 0 20px;
	background:#ffdb2c;
	}
.yellow_strip .common_heading{ font-size:45px; line-height:48px;}


/*====bonus_section====*/
.bonus_section{
	float:left;
	width:100%;
	padding:30px 0 70px;
	}
.down-arrow{
	width:50px;
	display:block;
	margin: 0 auto;
	}
.s2-row {
	width:100%;
	max-width:1080px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:0 auto;
    margin-top: 20px;
	}	
.s2-col{
	float:left;
	width:31.25%;
	text-align:center;
	position:relative;
	border:1px solid #707070;
	border-radius:15px;
	margin-top: 20px;
	overflow:hidden;
	box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.2);
	}
.s2-col-header{
	float:left;
	width:100%;
	min-height:192px;
	background:#141213;
	border-radius:15px 15px 0 0;
	padding:20px;
	}
.s2-col-header h3{
	display:inline-block;
	vertical-align:middle;
	background:#ff0000;
	border-radius:40px;
	padding:5px 15px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#ffffff;
	}
.s2-col-header p{
	font-size:28px;
	line-height:34px;
	color:#ffffff;
	font-weight:bold;
	margin-top:15px;
	}
.s2-col-mid{
	float:left;
	width:100%;
	padding:20px 20px;
	}
.s2-col-top{
	display:inline-block;
	vertical-align:middle;
	width:230px;
	max-width:100%;
	position: relative;
    z-index: 2;
	}
.book1{
	display:block;
	margin:0 auto;
	max-width:100%;
	}	
.freeseal{
	position:absolute;
	right:-30px;
	top:-10px;
	width:80px;
	}
	
.bonus-price{
	margin-top:25px;
	position:relative;
	color:#141213;
	font-size:22px;
	line-height:30px;
	letter-spacing:0.5px;
	font-weight:500;
	}
.rglr-prc{
	position: relative;
	margin-right:10px;
	}
.rglr-prc:before {
    content: " ";
    width: 100%;
    position: absolute;
	left:0;
	right:0;
	top:45%;
	transform: rotate(-8deg);
    border-top: 2px solid #fe1f1f;
	}
.yellow-text {
    color: #fef500;
	}
.red-text{ color:#ff0000;}
	
	
.s2-col-txt1{
	font-size:18px;
	line-height:27px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:20px;
	}
.red{ color:#ff0000;}
.skit {
    position: relative;
	}	
.skit:after {
    position: absolute;
    content: "";
    left: -3px;
    right: -3px;
    top: 48%;
    transform: rotate(-8deg);
    border-top: 3px solid #fe1f1f;
	}
.s2-col-txt2{
	font-size:18px;
	line-height:28px;
	color:#191919;
	font-weight:600;
	margin-top:20px;
	}	
ul.s2-col-list{
	margin:10px 0 0 0;
	}
ul.s2-col-list li{
    font-size: 18px;
    line-height: 24px;
	letter-spacing:0.3px;
    color: #191919;
    margin: 5px 0 0 0;
    padding: 0 0 0 21px;
	position:relative;
	}
ul.s2-col-list li:before{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-4px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#191919;
	}
	
/*====section1====*/
.section1{
	float:left;
	width:100%;
	padding:60px 0 80px;
	text-align:center;
	background:#f8f8f8;
	}
.s1-row {
	float:left;
	width:100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 20px;
	}
.s1-col{
	width:48.5%;
	border:1px solid #e6e6e6;
	border-radius:10px;
	padding:15px 15px;
	margin-top:25px;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	background:#fff;
	}	
.s1-ing-img{
	width:200px;
	}
.s1-img{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:5px;
	border:4px solid #fff;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	}
.s1-col-content {
    width: calc(100% - 200px);
    padding-left: 25px;
    text-align: left;
	}							
.s1-col-content-txt{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000;
	}
.s1-col-content-txt sup{
	line-height:100%;
	font-size:60%;
	}
.s1-col-content-txt span{
	display:block;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	margin-bottom:10px;
	}
	
/*====section2====*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	text-align:center;
	background:url(../images/section2.jpg) no-repeat center top #fff;
	background-size:cover;
	}
ul.promise_list{
	float:left;
	width:100%;
	
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
ul.promise_list li{
	margin-top:50px;
	text-align:center;
	}
ul.promise_list li img{
	display:block;
	margin:0 auto 10px;
	}
ul.promise_list li p{
	float:left;
	width:100%;
	font-size:21px;
	line-height:28px;
	color:#000;
	font-weight:500;
	}
.btn_box{
	display:inline-block;
	vertical-align:middle;
	margin-top:60px;
	width:100%;
	max-width:530px;
	text-align:center;
	}
a.common_btn{
	width:100%;
	height:82px;
	width:100%;
	margin:0 auto;
	display:block;
	background:#19bf0a;
	border-radius:10px;
	border:none;
	border-bottom:5px solid #297e22;
	font-weight:900;
	font-size:30px;
	line-height:82px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	}
a.common_btn img{margin:0 0 0 20px;display:inline-block; width:25px;}
.btn_text{
	font-size:17px;
	line-height:22px;
	text-align:center;
	margin-top:8px;
	position:relative;
	}
.btn_text:before, .btn_text:after{
	content:"";
	position:absolute;
	top:50%;
	height:1px;
	width:120px;
	background:#d1d1d1;
	}
.btn_text:before{left:10px;}
.btn_text:after{right:10px;}

/*====section3====*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 80px;
	background:#f8f8f8;
	}
.s3_people_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:790px;
	margin-top:40px;
	}
.s3_people_col{
	float:left;
	width:25%;
	padding:5px 5px 5px;
	background:#fff;
	box-shadow:0 6px 10px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 6px 10px 3px rgba(0,0,0,0.1);
	border-radius:0;
	}
.s3_people_col:nth-child(2){transform: rotate(4deg); -webkit-transform: rotate(4deg);}
.s3_people_col:nth-child(3){transform: rotate(-4deg); -webkit-transform: rotate(-4deg);}
.s3_people_col:nth-child(4){transform: rotate(4deg); -webkit-transform: rotate(4deg);}

.s3_people_col  img{
    display: block;
    margin: 0 auto 5px;
    max-width: 100%;
	}
.s3_people_col p{
	float:left;
	width:100%;
	font-size:19px;
	line-height:26px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	}
.review_sec{
	display:inline-block;
	vertical-align:middle;
	max-width:1030px;
	width:100%;
	}
.review_box{
	float:left;
	width:100%;
	margin-top:60px;
	background:#fff;
	box-shadow:0 0 10px 4px rgba(202,226,236,0.2);
	-webkit-box-shadow:0 0 10px 4px rgba(202,226,236,0.2);
	border-radius:10px;
	position:relative;
	padding:40px;
	text-align:left;
	}
.quote_icon{
	position:absolute;
	left:40px;
	top:-17px;
	}
.quote_icon2{
	left:auto;
	right:40px;
	top:auto;
	bottom:-10px;
	}
.rev_heading{
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:700;
	letter-spacing:0.5px;
	font-family: 'UniformCondensed';
	}
.rev_img{
	float:right;
	margin:0 0 20px 20px;
	border:5px solid #fff;
	border-radius:30px;
	background:#fff;
	box-shadow:0 0 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 4px 2px rgba(0,0,0,0.1);
	}
.rev_text{
	font-size:19px;
	line-height:29px;
	color:#000;
	font-weight:400;
	letter-spacing:0.3px;
	margin-top:25px;
	}
.rev_name{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:normal;
	margin-top:35px;
	}
.rev_name span{ font-weight:700;}
/*====section4====*/
.section4{
	float:left;
	width:100%;
	padding:60px 0 80px;
	background:#f8f8f8;
	}
.faq-container{
	display: inline-block;
	vertical-align:middle;
	max-width:1010px;
	width:100%;
	margin:20px 0 0;
	}
.up-slide-dwn{
	float: left;
    width: 100%;
	padding:0 20px;
	background:#fff;
	box-shadow:0 0 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,0.1);
	border-radius:6px;
	margin-top:25px;
	}
.accordion{
    text-align: left;
    background: url(../images/close-btn.png) no-repeat right 15px center;
	background-size:18px;
    padding:20px 60px 20px 0;
    font-size: 21px;
    line-height: 27px;
    color: #000000;
    font-weight:600;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background: url(../images/open-btn.png) no-repeat right 15px center;
    border-bottom:none;
	background-size:18px;
	padding-bottom:20px;
	border-bottom:1px solid #d5d7d8;
	}
.acdn-content{
    padding:20px 35px 20px 0;
	text-align:left;
	}
.acdn-para{
	font-size:19px;
    line-height:29px;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:20px;
	}
.mrg0{ margin-top:0;}
/*====section5====*/
.section5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#ffffff;
	}
.s5_text{
	float:left;
	width:100%;
	text-align:left;
	font-size:19px;
	line-height:27px;
	color:#000;
	font-weight:400;
	letter-spacing:0.5px;
	}
ul.reference_list{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top:30px;
	padding-left:20px;
	}
ul.reference_list li{
	width:48%;
	font-size:14px;
	line-height:22px;
	color:#000000;
	text-align:left;
	letter-spacing:0.5px;
	text-decoration:underline;
	margin-top:20px;
	list-style:decimal;
	}
	
.section5 {
    font-family:'Poppins';
}
/*====footer===*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	background:#1a1a1a;
	}
.footer_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:0.5px;
	margin-bottom:5px;
	}
.footer_text a{ padding:0 10px;}
.footer_text2{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	margin-top:20px;
	letter-spacing:0.5px;
	color:#fff;
	padding:0 7px;
	}

/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_heading{ font-size:60px; line-height:64px;}
.money_back_seal{ top:20px;}

.s1-ing-img{ width:150px;}
.s1-col-content {width: calc(100% - 150px);}

ul.promise_list li p{ font-size:19px; line-height:27px;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.banner_heading{ font-size:44px; line-height:48px;}

.claim_strip_heading{ font-size:36px; line-height:40px;}
.timer_text{ margin-top:10px;}
.timer_text{ font-size:44px; line-height:44px;}

.info_strip { padding:17px 0;}
ul.info_strip_list li{ font-size:16px; line-height:26px; letter-spacing:0; padding:0 15px;}

.package { width: 32%;}
.pakge_head-p1 {font-size: 39px; line-height: 49px;}
.populer { top: -6px; width: 83px; left:-7px;}
.pakge_head-p2 { font-size: 20px; line-height: 27px;}
.pakge_live_price span {font-size: 50px;line-height: 55px;}
.pakge_live_price {font-size: 18px;line-height: 26px;}
ul.cart-prt-list li {font-size: 17px;line-height: 20px;background-size: 14px; padding: 5px 0 3px 30px;}
.cart-prt {width: 199px;}
.free { width: 82px; height: 82px;  top: 14px;}
.free p {font-size: 21px;line-height: 24px; margin: 20px 0 0 0;}
.carts { width: 161px;}
.pakge_retail_price {font-size: 24px; line-height: 28px;}
.carts {width: 134px; margin: 7px auto 0;}
.pakge_btn {padding: 0 10px;margin-top: 15px;}
.ship-content-hding {font-size: 26px;line-height: 33px;}
.ship-content-txt {font-size: 16px;line-height: 22px;}
.ship {width: 106px;}
.ship-content { width: calc(100% - 106px);}
.left .pakge_btn {margin-top: 27px;}

.cust_say{ font-size:22px; line-height:30px;}
.cust_text{ font-size:18px; line-height:26px;}
.star{ width:230px;}

.as_seen_text{ font-size:20px;}
.as_seen_text:before, .as_seen_text:after{ width:90px;}
ul.as_seen_list li img{ max-height:55px;}

.alert_heading{ font-size:30px; line-height:32px;}
.alert_text{ font-size:20px; line-height:26px;}
.s2_text{ font-size:32px; line-height:38px;}
.common_heading, .yellow_strip .common_heading{ font-size:40px; line-height:46px;}

.s2-col{ width:48%;}

.s1-col { padding: 20px 15px;justify-content: center;}
.s1-ing-img {margin: 0 auto 20px;}
.s1-col-content {width:100%;padding: 0 0 0; text-align:center;}
.s1-col-content-txt span {font-size: 19px;line-height: 23px;}
.s1-col-content-txt { font-size: 17px; line-height: 25px;}
.common_text{ font-size:17px; line-height:25px;}

ul.promise_list li{ width:12%;}
ul.promise_list li img{ width:60px;}
ul.promise_list li p{ letter-spacing:0.5px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top_strip{padding:4px 0 6px;}
.top_strip_img{ width:225px;}

.banner{ padding:10px 0 20px;}
.banner_heading{ font-size:22px; line-height:26px;}
.banner_video_box{ margin-top:15px; max-width:375px;}
.speaker{ width:12px; margin:-3px 4px 0 0;}
.speaker2 {margin:-3px 0 0 4px;}
.video_text{ font-size:12px; line-height:18px; padding:0 5px; margin-top:8px; letter-spacing:0;}

.as_seen_strip{ padding:16px 0 24px;}
.as_seen_text{ font-size:13px; line-height:22px;}
.as_seen_text:before, .as_seen_text:after{ display:none;}
ul.as_seen_list {justify-content:center;-webkit-justify-content:center;flex-wrap:wrap;column-gap:19px;}
ul.as_seen_list li{ margin-top:15px;width: 100%;}
ul.as_seen_list li:nth-child(2){margin:15px 0;}
ul.as_seen_list li img{ max-height:40px;}
ul.as_seen_list li:nth-child(2) img{ max-height:55px;}


.claim_disc_strip{ padding:20px 0 0;}
.claim_strip_heading{ font-size:24px; line-height:30px;}
.timer_text{ font-size:36px; line-height:36px; margin-top:10px;}

.info_strip{ padding:12px 0 14px; margin-top:22px;}
ul.info_strip_list li{ font-size:14px; line-height:18px; letter-spacing:0; padding:0 10px;}
ul.info_strip_list li:nth-child(2){ padding-right:0; border-right:none;}
ul.info_strip_list li:last-child{ display:none;}
.hourglass{ width:13px;}
.strip3-txt1:before{ width:9px; height:9px; margin:-2px 5px 0 0;}

.package_section{ padding:20px 0 30px;}
.package_box{ margin:0 auto; max-width:400px; float:none; padding:0 0; margin-bottom:0;}
.package{ width:100%; margin-top:20px; }
.pakge_inner {padding: 15px 0 15px;}
.pakge_head, .package.mid .pakge_head{padding: 0 0 0;}
.pakge_head-p1 { font-size: 28px;line-height:34px;}
.pakge_head-p2 {font-size: 17px;line-height: 22px;}
.package.mid{order:1; margin:25px 0 0;}
.package.right{order:2; }
.package.left{order:3;}
.pakge_box_mob {float: left;width: 100%;display: flex;align-items: center;justify-content: space-between; padding:0 10px;}
.left .pakge_btn {margin-top: 11px;}
.pakge_prod_box, .package.mid .pakge_prod_box {float: left;width: 95%;padding: 0;margin: 0 0 0 0;}
.pakge_mob {float: right; width: 100%;}
.populer {top: -5px;width: 70px;}
.cart-prt { width: auto;padding: 4px 3px;}
ul.cart-prt-list li {font-size: 12px;line-height: 17px;background-size: 15px; padding:4px 8px 4px 25px; background-position:6px 5px;}
.free { width: 65px;height: 65px;top: -10px; right:0}
.free p {font-size: 15px;line-height:18px;  margin:14px 0 0 0}
.pakge_retail_price {font-size: 20px; line-height: 25px;}
.pakge_live_price span {font-size: 36px; line-height: 31px;}
.pakge_live_price {font-size: 15px;line-height: 22px;}
.pakge_btn {padding: 0 0;margin-top: 10px;}
.mob-prdbx{position:relative; float:left; width:100%; margin-top:15px;}
.carts {margin: 11px auto 0;}
.pakge_btm{ margin-top:25px;}
.cust_say{ font-size:20px; margin-bottom:5px; line-height:26px;}
.star{ width:200px;}
.cust_text{ margin-top:10px; font-size:17px; line-height:22px;}
.warn_icon{ width:50px;}
.alert_heading{ font-size:25px; line-height:30px;}
.alert_text{ font-size:18px; line-height:26px;}

.money_back_sec{ padding:25px 0 30px;}
.money_back_seal_mob{ margin:0 auto 20px; width:140px;}
.s2_text{ font-size:24px; line-height:30px;}
.common_heading, .yellow_strip .common_heading{ font-size:30px; line-height:36px;}
.money_back_mid{ padding:0 0 0 0;}
.common_text{ margin-top:20px;font-size:17px; line-height:25px; }
.money_back_mid .common_text{ letter-spacing:0; margin-top:15px; }

.yellow_strip{ padding:15px 0;}

.bonus_section{ padding:20px 0 40px;}
.down-arrow{ width:30px;}
.s2-row{ margin:0 auto; padding:0 5px;}
.s2-col{ width:100%;}
.s2-col-header{ min-height:auto;padding: 15px;}
.s2-col-header h3{font-size: 16px;line-height: 20px;}
.s2-col-header p {font-size: 24px; line-height: 30px;}
.s2-col-top{width: 200px;}
.bonus-price{ font-size:19px;}
.rglr-prc {margin-right: 8px;}
.s2-col-txt1 {font-size: 17px; line-height: 25px; margin-top: 15px;}

.section1{ padding:25px 0 35px;}
.s1-row {padding: 0 10px; margin-top:0;}
.s1-col { padding: 25px 25px;width: 100%;}
.s1-col-content { width: 100%;text-align: center; padding-left:0;}
.s1-ing-img { width:170px; margin: 0 auto 21px;}
.s1-col-content-txt {font-size:16px;line-height: 25px;}
.s1-col-content-txt span {font-size:22px; line-height:26px;}

.section2{ padding:30px 0 35px;}
ul.promise_list{ margin-top:10px;}
ul.promise_list li{ width:33.33%; margin-top:25px;}
ul.promise_list li p{ font-size:17px; line-height:22px;}

.btn_box{ margin-top:30px; max-width:360px;}
a.common_btn{ height:66px; line-height:64px; font-size:19px;}
a.common_btn img{ width:20px; margin:-4px 0 0 15px; vertical-align:middle;} 
.btn_text{ font-size:15px;}
.btn_text:before, .btn_text:after{ width:48px;}
.btn_text:before{ left:5px;}
.btn_text:after{ right:5px;}

.section3{ padding:30px 0 45px;}
.s3_people_row{  margin-top:20px;}
.s3_people_col{  margin-top:5px;padding: 3px 4px 3px;}
.s3_people_col img { margin: 0 auto 2px;}
.s3_people_col p{ font-size:14px; line-height:19px;}

.review_sec{ max-width:375px; margin-top:10px;}
.review_box{ padding:25px 20px; margin-top:40px;}
.quote_icon{ width:30px; top:-10px; left:25px;}
.quote_icon2{ bottom:-9px; top:auto; left:auto; right:25px;}
.rev_mob{width:100%;display: flex;align-items: center;}
.rev_img{ float:left; width:100px; border:3px solid #fff; margin:0 15px 0 0; border-radius:10px;}
.rev_name{ font-size:17px; line-height:25px; margin:0; text-align:left; letter-spacing:0;}
.rev_name span{ font-size:20px; line-height:30px;}
.rev_heading{ width:100%; margin-top:20px; display:inline-block; vertical-align:top; font-size:24px; line-height:30px;}
.rev_text{ font-size:17px; line-height:25px; letter-spacing:0.3px; margin-top:15px;}

.section4{ padding:30px 0 40px;}
.faq-container{ max-width:370px; margin:10px 0 0;}
.up-slide-dwn{ padding:0 15px; margin-top:15px;}
.accordion{ padding:15px 30px 15px 0; font-size:18px; line-height:25px; background-size:15px; background-position:100% center;}
.acdn-heading.accordion-open{ background-size:15px; background-position:100% center; padding-bottom:15px;}
.acdn-content{ padding:15px 0 20px 0;}
.acdn-para{ font-size:17px; line-height:25px;}

.section5{ padding:30px 0 40px;}
ul.reference_list{ margin-top:10px; padding-left:26px;}
ul.reference_list li{ width:100%; margin-top:15px; font-size:13px; letter-spacing:0.3px;}

.footer{ padding:25px 0 28px;}
.footer_text{ font-size:13px; line-height:22px; letter-spacing:0.3px;}
.footer_text a{ padding:0 3px;}
.footer_text a:nth-child(1){ padding-left:0;}
.footer_text2{ font-size:12px; line-height:20px; padding:0; margin-top:10px;}
}

@media only screen and (max-width:364px){

.video_text{ font-size:11px;}
.as_seen_text { font-size: 12px;}
.claim_strip_heading{ font-size:24px;}
ul.info_strip_list li{ font-size:13px;}

.pakge_head-p1{ font-size:27px;}
.common_heading, .yellow_strip .common_heading{ font-size:28px;}

.rev_heading{ font-size:22px; line-height:26px;}
	
}


/*=======SUPPORT_PAGE=============*/
.support_header{
	float:left;
	width:100%;
	background:#000;
	padding:18px 0;
	}
.support-logo{
	display:block;
	margin:0 auto;
	}
.head-logo{
	display:block;
	}
.support_section{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
.support-hdng{
	font-size:44px;
	line-height:50px;
	font-weight:bold;
	color:#000;
	}
.support-hdng2{
	font-size:35px;
	line-height:38px;
	font-weight:bold;
	color:#000;
	margin-top:50px;
	}
.support_box{
	width: 100%;
    max-width: 980px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
    margin:30px auto 0;
	border:3px solid #000;
	}
.support_row{
	width:100%;
	 display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #ddd;
	}
.support_row:nth-child(even){ background:#f8f8f8;}
.support_row:last-child{ border:none;}
.suppoet-col-1{
	width:55%;
	padding:14px 20px;
	text-align:left;
	border-right:1px solid #ddd;
	}
.suppoet-col-1 h3{
	font-size:21px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.suppoet-col-1 p{
	font-size:17px;
	line-height:24px;
	color:#000;
	}
.suppoet-col-2{
	width:45%;
	text-align:left;
	padding:15px 20px;
	}
.suppoet-col-2 p{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.suppoet-col-2 p a{ color:#006dc4;word-break: break-all;}
.support_tab-box{
	width: 100%;
    max-width: 980px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
	}
ul.tab-list{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: center;
	position:relative;
	overflow:hidden;
	}
ul.tab-list li{
	padding:20px 35px;
	text-align:center;
	border:1px solid #fff;
	border-bottom:none;
	font-size:28px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	}
ul.tab-list li.active{
	border:1px solid #ddd;
	border-bottom:none;
	}
ul.tab-list li:hover{ background:#f1f1f1;}
ul.tab-list li.active:hover{ background:#fff;}
ul.tab-list li.active:before{
	position:absolute;
	left:-1000px;
	right:100%;
	bottom:0;
	content:"";
	border-bottom:1px solid #ddd;
	}
ul.tab-list li.active:after{
	position:absolute;
	right:-1000px;
	left:100%;
	bottom:0;
	content:"";
	border-bottom:1px solid #ddd;
	}
.tabCont{
	float:left;
	width:100%;
	margin-top:20px;
	}
.text-left{
	text-align:left;
	}
.table-shipng{
	float:left;
	width:100%;
	margin-top:30px;
	}
.table-shipng th{
	padding:15px;
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:left;
	font-weight:bold;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.table-shipng th span{
	color:grey;
	font-size:18px;
	}
.table-shipng td{
	padding:15px;
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:left;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.return-subhdng{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 29px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-top: 40px;
	text-align:left;
	}
	
@media only screen and (max-width:767px){
.support_header {padding: 15px 0;}
.support-logo{ width:180px;}
.support_section{ padding:20px 0 30px;}
.support-hdng {font-size: 30px;line-height: 30px;}
.support-hdng2 {font-size: 25px;line-height: 33px; margin-top: 40px;}
.support_box{ margin:20px auto 0;}
.suppoet-col-1{ padding:10px 10px;}
.suppoet-col-1 h3 {font-size: 15px;line-height: 22px;}
.suppoet-col-1 p { font-size: 14px;line-height: 19px;}
.suppoet-col-2 { padding: 10px 10px;}
.suppoet-col-2 p {font-size: 14px;line-height: 16px;}

.support_tab-box{ margin:30px auto 0;}
ul.tab-list{ width:calc(100% + 20px); margin-left:-10px;}
ul.tab-list li{ padding:15px 15px; font-size:18px; line-height:22px;}

.table-shipng th,.table-shipng td{ padding:15px 12px; font-size:16px; line-height:22px;}
.table-shipng th span {font-size: 13px;}
.return-subhdng {font-size: 20px;line-height: 26px;margin-top: 35px;}

}

.info-inner {
  text-align: left;
  border: 5px solid black;
  border-radius: 15px;
  padding: 0px 20px 20px 20px;
  margin-top: 20px;
}

.info-inner h3 {
  font-weight: 600;
  margin-top: 20px;
}

.info-inner li {
  list-style: disc !important;
  margin-left: 5%;
  margin-top: 5px;
}

.info-inner p {
  padding-bottom: 10px;
}

.topbar img {
  padding: 5px 0 0 0;
  max-width: 400px;
}

.cb-disclaimer {
  background: white;
  padding: 20px 0px;
}

.cb-disclaimer p {
  font-size: 14px;
  margin-bottom: 10px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	padding-left: 20px;
	padding-right: 20px;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 8px solid red;
  border-radius: 10px;
  max-width: 600px;
}

.modal-content p {
  font-family: 'Inter';
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  margin-top: 30px;
}

.modal-content h2 {
  font-size: 100px;
  line-height: 60px;
  color: red;
  font-weight: 900;
  font-family: 'Inter';
  text-shadow: 0 1px 0 #931515, 0 0.02em 0 #811212, 0 0.03em 0 #6b0c0c, 0 0.06em 1px rgba(0,0,0,.0980392), 0 0 0.05em rgba(0,0,0,.0980392), 0 1px 3px rgba(0,0,0,.298039), 0 0.03em 0.05em rgba(0,0,0,.2);
}

.modal-content span {
  color: red;
}

.close {
  color: black !important;
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(180deg,#fceabb 0,#fbdf93 28%,#fbdf93 0,#f8b500);
  padding: 10px;
  display: block;
  margin-top: 20px;
  border: 1px solid #b78300;
  border-radius: 10px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.info-inner.thank {
  text-align: center;
  max-width: 800px;
  margin: 30px auto 0px auto;
}

.er {
  color: red;
  font-weight: 800;
}

.thank h2 {
  margin-top: 20px;
}

.thank a {
  color: blue;
}

.accent {
	color: #cea240;
}

.bonus-head {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 8px;
}