@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: 'Calibre';
	font-weight:400;
	}


p.footer-text.footerLinks a:last-child {
    border: 0;
}
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: 'Calibre';
	src: url('Calibre-Regular.woff2') format('woff2'),
	url('Calibre-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Calibre';
	src: url('Calibre-RegularItalic.woff2') format('woff2'),
	url('Calibre-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	}
@font-face {
	font-family: 'Calibre';
	src: url('Calibre-Medium.woff2') format('woff2'),
	url('Calibre-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Calibre';
	src: url('Calibre-Bold.woff2') format('woff2'),
	url('Calibre-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Calibre';
	src: url('Calibre-Black.woff2') format('woff2'),
	url('Calibre-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Prompt';
	src: url('Prompt-Bold.woff2') format('woff2'),
	url('Prompt-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Prompt';
	src: url('Prompt-ExtraBold.woff2') format('woff2'),
	url('Prompt-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
.over{ overflow:hidden;}
/*=====MAIN_CSS_START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top_strip{
	float:left;
	width:100%;
	padding:2px 0 4px;
	background:#ee3153;
	}
.top_strip_text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#fff;
	letter-spacing:0.5px;
	}
	
/*====Top-Fix-Bar====*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    z-index: 2;
    position: relative;
}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	background:#fef8cf;
	}				
.logo{
	float:left;
	width:170px;
	margin-top:10px;
	}
.limit_stock_text{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-top:21px;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	}
.limit_stock_text:before {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    width:8px;
    height:8px;
    background: #09de3f;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	100%{opacity:100%;}
	}
.limit_stock_text span{display:inline-block; width:52px;}
a.header_btn{
	float:right;
	width:161px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.5px;
	background:#00bf31;
	border-radius:100px;
	margin-top:13px;
	-webkit-appearance:none;
	border:none;
	box-shadow:3px 5px 0 0 rgba(0,0,0,1);
	-webkit-box-shadow:3px 5px 0 0 rgba(0,0,0,1);
	}
a.header_btn img{
	display:inline-block;
	vertical-align:middle;
	width:7px;
	margin:-2px 0 0 10px;
	}
/*====BANNER====*/
.banner{
	float:left;
	width:100%;
	background:url(../../images/index-v2/banner.jpg) no-repeat center top #fef8cf;
	background-size: cover;
	padding:0 0 60px;
	}
.banner_inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fafaf2;
	border-radius:20px;
	overflow:hidden;
	}
.banner_left{
	float:left;
	width:calc(100% - 431px);
	text-align:left;
	padding:30px 0 40px 35px;
	}
.banner_text1{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	}
.banner_text1 span{ font-weight:900;}
.banner_text1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 8px 0 0;
	width:90px;
	}
.banner_heading{
	font-size:70px;
	line-height:70px;
	font-family: 'Prompt';
	margin-top:15px;
	font-weight:800;
	letter-spacing:2.5px;
	}
.banner_heading p{
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-stroke: 2px #fff800;
	-webkit-text-stroke: 2px #fff800;
	z-index:1;
	/*text-shadow: -3px -3px 0 #1b8197, 3px -3px 0 #1b8197, -3px 3px 0 #1b8197, 3px 3px 0 #1b8197;*/
	}
.banner_heading span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	color:#e82c52;
	text-stroke: 2px #fff800;
	-webkit-text-stroke: 2px #fff800;
	z-index:1;
	/*text-shadow: -3px -3px 0 #1b8197, 3px -3px 0 #1b8197, -3px 3px 0 #1b8197, 3px 3px 0 #1b8197;*/
	}
.banner_heading p:after, .banner_heading span:after{
	content: attr(data-text);
	-webkit-text-stroke:7px #1b8197;
	color: #000;
	position: absolute;
	left: 0;
	z-index:-1;
	top:0;
	}
.banner_strip{
	display:inline-block;
	vertical-align:top;
	width:81%;
	position:relative;
	text-align:left;
	border-top:2px solid #cfe3dc;
	border-bottom:2px solid #cfe3dc;
	padding:8px 10px 10px 80px;
	margin-top:20px;
	}
.bnr_strip_icon{
	position:absolute;
	left:10px;
	width:56px;
	top:50%;
	margin-top:-28px;
	}
.banner_strip p{
	font-size:24px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:top;
	width:67%;
	margin-top:10px;
	}
ul.banner_point li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	background:url(../../images/index-v2/banner_point.png) no-repeat left -1px;
	background-size:22px;
	padding-left:30px;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:400;
	margin-top:15px;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:417px;
	text-align:center;
	margin-top:30px;
	}
.button_text1{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:500;
	letter-spacing:0.3px;
	margin-bottom:6px;
	}
.button_text1 img{
	width:19px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
a.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:60px;
	background:#00bf31;
	font-size:32px;
	line-height:59px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-appearance:none;
	outline:none;
	border-radius:100px;
	box-shadow:4px 5px 0 0 rgba(0,0,0,1);
	-webkit-box-shadow:4px 5px 0 0 rgba(0,0,0,1);
	text-shadow:2px 2px 0 rgba(43,43,43,0.2);
	color:#fff;
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-4px 0 0 20px;
	}
.button_text2{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	margin-top:12px;
	}	
.button_text2:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:50%;
	border-top:1px solid #a8a8a4;
	}
.button_text2 span{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	background:#fff;
	padding:0 10px;
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:400;
	}	
.banner_left .button_text2 span{background:#fafaf2;}	
.banner_product{
	position:absolute;
	right:130px;
	top:315px;
	z-index:1;
	}	
.banner_imgBx{
	float:right;
	width:431px;
	position:relative;
	}
.banner_image{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:20px;
	}
.banner_seal{
	position:absolute;
	right:25px;
	top:25px;
	width:94px;
	}
/*====SECTION_1====*/
.section_1{
	float:left;
	width:100%;
	padding:55px 0 65px;
	background:#fff;
	overflow:hidden;
	}
.se1_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.se1_left{
	float:left;
	width:48%;
	text-align:left;
	}
.common_heading{
	font-size:60px;
	line-height:58px;
	font-family: 'Prompt';
	margin-top:0;
	font-weight:800;
	letter-spacing:1px;
	}
.common_heading p{
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-stroke: 2px #fff800;
	-webkit-text-stroke: 2px #fff800;
	z-index:1;
	/*text-shadow: -3px -3px 0 #1b8197, 3px -3px 0 #1b8197, -3px 3px 0 #1b8197, 3px 3px 0 #1b8197;*/
	}
.common_heading p:after{
	content: attr(data-text);
	text-stroke:7px #1b8197;
	-webkit-text-stroke:7px #1b8197;
	color: #000;
	position: absolute;
	left: 0;
	z-index:-1;
	top:0;
	}
.common_heading span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	color:#e82c52;
	text-stroke: 2px #fff800;
	-webkit-text-stroke: 2px #fff800;
	z-index:1;
	/*text-shadow: -3px -3px 0 #1b8197, 3px -3px 0 #1b8197, -3px 3px 0 #1b8197, 3px 3px 0 #1b8197;*/
	}
.common_heading span:after{
	content: attr(data-text);
	text-stroke:7px #1b8197;
	-webkit-text-stroke:7px #1b8197;
	color: #000;
	position: absolute;
	left: 0;
	z-index:-1;
	top:0;
	}
.common_paragraph{
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:400;
	margin-top:20px;
	letter-spacing:0.3px;
	}
.se1_left .common_paragraph{ padding-right:20px;}
.se1_right{
	float:right;
	width:43%;
	position:relative;
	}
.s1_product1{
	position:absolute;
	left:-165px;
	top:150px;
	transform:rotate(-45deg);
	}
.s1_product2{
	position:absolute;
	right:-190px;
	top:145px;
	}
.s1_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-radius:15px;
	border:2px solid #000000;
	background:#fff;
	box-shadow:0 4px 0 0 #e82c52;
	position:relative;
	margin-top:15px;
	}
.s1_box_header{
	background:#e82c52;
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:36px;
	line-height:36px;
	color:#fff;
	font-weight:800;
	border-radius:14px 14px 0 0;
	font-family: 'Prompt';
	text-transform:uppercase;
	padding:20px 20px;
	}
.s1_box_header span{ color:#fff800;}
.s1_box_inner{
	background:#fff;
	border-radius:0 0 14px 14px;
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	}
.s1_box_row{
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	min-height:75px;
	border-bottom:2px solid #000000;
	position:relative;
	}
.s1_box_row:last-child{ border:none;}
.s1_rowLeft{
	width:40%;
	display: flex;
	align-items: center;
	padding:10px 15px;
	text-align:left;
	position:relative;
	}
.s1_box_row:after{
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	right:60%;
	border-right:2px solid #000000;
	}
.s1_row_icon{
	float:left;
	width:40px;
	}
.s1_rowLeft p{
	font-size:22px;
	line-height:24px;
	color:#000;
	padding-left:15px;
	font-weight:700;
	}
.s1_rowrigt{
	float:right;
	text-align:left;
	width:calc(100% - 40%);
	padding:10px 20px;
	}
.s1_rowrigt p{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:400;
	}
ul.s1_row_list{
	width:100%;
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.s1_row_list li{
	position:relative;
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:400;
	text-align:left;
	padding-left:15px;
	margin:2px 0;
	}
ul.s1_row_list li:nth-child(2), ul.s1_row_list li:nth-child(4){ width:41%;}
ul.s1_row_list li:before{
	position:absolute;
	left:0;
	content:"";
	top:50%;
	width:6px;
	height:6px;
	margin-top:-3px;
	background:#ee3e37;
	border-radius:50%;
	}
/*====SECTION_2====*/
.section_2{
	float:left;
	width:100%;
	padding:60px 0 65px;
	background:url(../../images/index-v2/section_7.jpg) no-repeat center top #fffff4;
	}
.se2_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin:15px 0 10px;
	}
.se2_row{
	 display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    align-items: center;
	justify-content: space-between;
	width:100%;
	margin-top:65px;
	position:relative;
	}
.se2_row:before{
	position:absolute;
	content:"";
	border-left:2px dotted #1b8197;
	top:45px;
	left:31px;
	bottom:-90px;
	}
.se2_row:last-child:before, .se2_row3:before{
	display:none;
	}
.se2_rowleft{
	position:relative;
	width:58%;
	text-align:left;
	padding-left:100px;
	}
.num_tag{
	position:absolute;
	left:0;
	top:0;
	width:64px;
	height:64px;
	background:#ee3e37;
	border:4px solid #fff800;
	border-radius:50%;
	text-align:center;
	font-size:30px;
	line-height:58px;
	color:#fff;
	font-weight:700;
	box-shadow:0 0 0 3px #1b8197;
	font-family: 'Prompt';
	}	
.se2_row_head{
	font-size:30px;
	line-height:34px;
	color:#000000;
	font-weight:700;
	font-family: 'Prompt';
	}
.se2_row_text1{
	font-size:17px;
	line-height:25px;
	color:#000;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:15px;
	font-weight:400;
	margin-top:2px;
	}
.se2_row_text2{
	margin-top:15px;
	letter-spacing:0;
	}
.se2_rowright{
	width:34%;
	position:relative;
	}
.s2_row_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:192px;
    object-fit: cover;
	border-radius:15px;
	}
.s2_text{
	font-size:16px;
	line-height:22px;
	color:#6a6a6a;
	font-weight:400;
	font-style:italic;
	text-align:left;
	padding-left:100px;
	width:76%;
	}
.section_2 .button_text2 span{ background:#fffff4;}
/*====SECTION_3====*/
.section_3{
	float:left;
	width:100%;
	padding:55px 0 30px;
	background:#fff;
	}
.compare_chart{
	display: flex;
	display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:150px auto 0;
	}
.compCol1{
	float:left;
	width:16.5%;
	}
.comp_colTop{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-radius:15px 15px 0 0;
	height:120px;
	}
ul.compList{
	float:left;
	width:100%;
	background:#383838;
	border:3px solid #000000;
	}
ul.compList li{
	float:left;
	width:100%;
	height:110px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom:3px solid #323232;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.compCol1 ul.compList{ border-radius:15px 0 0 15px; border-right:none;}
ul.compList li:last-child{ border:none; height:115px;}
.compCol1 ul.compList li p{
	font-size:24px;
	line-height:28px;
	color:#fff800;
	font-weight:700;
	padding:0 25px;
	text-align:left;
	}
.compCol2{
	float:left;
	width:14%;
	background:#ee3e37;
	border:3px solid #000000;
	border-radius:15px 15px 0 0;
	}
.compCol2 ul.compList{ background:none; border:none;}
.compCol2 ul.compList li{border-bottom:3px solid #ee3e37;justify-content: center;}
.compCol2 ul.compList li p{
	font-size:30px;
	line-height:30px;
	color:#fff;
	font-weight:700;
	padding:0 20px;
	text-align:center;
	}
.comp_check{
	display:block;
	margin:0 auto;
	width:42px;
	}
.compRight{
	float:left;
	width:69.5%
	}
.compCol{
	float:left;
	width:20%;
	}
.compCol ul.compList{ border-left:none;border-right:3px solid #323232;}
.compCol7 ul.compList{ border-radius:0 15px 15px 0;border-right:3px solid #000;}
.compCol ul.compList li{justify-content: center;}
.compCol ul.compList li p{
	font-size:20px;
	line-height:24px;
	color:#ffffff;
	font-weight:400;
	padding:0 10px;
	}
.compCol ul.compList li .price{
	font-size:30px;
	line-height:30px;
	color:#fff;
	font-weight:700;
	padding:0 20px;
	}
.compCol2 .comp_colTop p{
	font-size:37px;
	line-height:37px;
	color:#f5ef03;
	font-weight:700;
	}
.comp_prod1{
	display:inline-block;
	vertical-align:top;
	margin:-145px 0 -28px -14px;
	width:calc(100% + 30px);
	}	
.comp_prod{
	display:inline-block;
	vertical-align:top;
	margin:-100px 0 5px;
	}
.comp_prod2{ margin:-100px 0 5px;}
.compCol .comp_colTop p{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
/*====SECTION_4====*/
.section_4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.se4_row{
	display: flex;
	display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:45px auto 0;
	}
.se4_col{
	width:29.5%;
	text-align:left;
	}
.s4_img{
	display:block;
	margin:0 auto 25px;
	width:129px;
	}
.se4_col h3{
	font-size:40px;
	line-height:42px;
	color:#000000;
	font-weight:700;
	margin-top:0;
	}
.s4_col_text{
	font-size:20px;
	line-height:24px;
	color:#000;
	margin-top:15px;
	font-weight:400;
	}
.se4_col:nth-child(1) .s4_col_text{ padding-right:40px;}
.se4_note_box{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin:60px 0 0;
	padding:0 50px 30px;
	background:#fff929;
	border-radius:20px;
	}
.rocket{
	display:inline-block;
	vertical-align:top;
	width:64px;
	margin:-35px 0 0;
	}
.se4_note_box p{ margin-top:10px;}	
.s4_text{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin:15px 0 0;
	padding:0 10px;
	font-size:16px;
	line-height:22px;
	color:#6a6a6a;
	font-weight:400;
	font-style:italic;
	}
/*====SECTION_5====*/
.section_5{
	float:left;
	width:100%;
	padding:55px 0 70px;
	background:#383838;
	}
.s5_top_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s5_topLeft{
	float:left;
	width:50%;
	text-align:left;
	}	
.s5_topRight{
	float:right;
	width:45%;
	text-align:left;
	}
.s5_topRight p{
	font-size:24px;
	line-height:30px;
	color:#fff;
	}
ul.s5_top_list{
	display: flex;
	display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
	align-items: center;
	margin-top:35px;
	}
ul.s5_top_list li{
	padding-left:25px;
	background:url(../../images/index-v2/s5_tick.png) no-repeat left center;
	background-size:19px;
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:700;
	text-align:left;
	}
.se5_main_row{
	display: flex;
	display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:50px auto 0;
	}
.se5_col{
	width:32.4%;
	padding:20px 22px;
	border-radius:15px;
	background:#ee3e37;
	}
.s5_col_imgBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:12px;
	}
.s5_col_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s5_col_icon{
	position:absolute;
	left:50%;
	top:50%;
	transform:translateY(-50%) translateX(-50%);
	width:132px;
	}
.s5_col_inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 0 0;
	text-align:left;
	}
.s5_col_inner h3{
	font-size:40px;
	line-height:36px;
	color:#fff;
	font-weight:700;
	}
.s5_col_inner p{
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:400;
	margin-top:15px;
	padding-right:25px;
	}
.se5_col:nth-child(1) .s5_col_inner p{ padding:0;}
.section_5 .button_text2 span{ background:#383838; color:#fff;}
.button_text1.white img{ filter:brightness(0) invert(1);}
/*====SECTION_6====*/
.section_6{
	float:left;
	width:100%;
	padding:55px 0 70px;
	background:#fff;
	}
.rev_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	/* min-height:500px; */
	}
/*====SECTION_7====*/
.section_7{
	float:left;
	width:100%;
	padding:55px 0 70px;
	background:url(../../images/index-v2/section_7.jpg) no-repeat center top #fffff4;
	}
.section_7 .button_text2 span{ background:#fffff4;}
.faq_section{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	border-radius:0px;
	margin:20px 0 15px;
	}
.faq_slide_row{
	float:left;
	width:100%;
	border-radius:10px;
	background:#fff;
	border:2px solid #d7d7d7;
	margin-top:20px;
	}
.faq_slide_row.active{ border:2px solid #ee3e37;}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../../images/index-v2/close.png) no-repeat right 20px center;
	background-size:18px;
	padding:15px 30px 17px 25px;
	font-size:26px;
	line-height:24px;
	font-weight:700;
	color:#000;
	letter-spacing:0.5px;
	position:relative;
	cursor:pointer;
	}
.acdn_heading.accordion_open{
	background:url(../../images/index-v2/open.png) no-repeat right 20px center;
	background-size:18px;
	padding-bottom:17px;
	border-bottom:none;
	color:#ee3e37;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:5px 25px 10px 25px;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000000;
	margin-bottom:20px;
	font-weight:500;
	}
/*====FOOTER====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0 45px;
	}
.footer_logo{
	display:inline-block;
	vertical-align:top;
	margin:0 0 10px;
	width:170px;
	}
.footer_text1{
	font-size:14px;
	line-height:20px;
	color:#000;
	margin:15px 0 5px;
	padding:0 130px;
	}
.footer_text{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:400;
	margin-top:12px;
	letter-spacing:0.3px;
	}
.footer_text a{ padding:0 15px;}

/*=======================*/
.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_left {width: calc(100% - 410px); padding:25px 0 30px 25px;}
.banner_heading{ font-size:56px; line-height:58px;}
.banner_strip{ width:90%;}
.banner_strip p{ font-size:22px; line-height:26px;}
.banner_product{right:140px;top:305px;width:560px;}	
ul.banner_point li{ line-height:22px;}
.banner_imgBx{ width:410px;}

.se1_left{ width:53%;}
.common_heading{ font-size:56px;}
.se1_left .common_paragraph{ padding-right:80px;}
.se1_right{ width:46%;}
.s1_product1{ width:230px; left:-125px;}
.s1_product2{ width:230px; right:-120px; top:180px;}
.s1_rowLeft p{ font-size:20px; line-height:20px;}
.s1_rowrigt p{ font-size:18px; line-height:24px;}
ul.s1_row_list li{ font-size:16px; line-height:20px;}

.comp_prod1 {margin:-145px 0 -28px -30px;width:calc(100% + 60px);}
.compCol2 .comp_colTop p{ font-size:32px; line-height:32px;}
.compCol .comp_colTop p{ font-size:22px; line-height:22px;}
.compCol1 ul.compList li p{ font-size:22px; line-height:22px; padding:0 15px;}
.compCol2 ul.compList li p{ font-size:26px; line-height:26px;}
.compCol ul.compList li p{ font-size:18px; line-height:22px;}
.compCol ul.compList li .price{ font-size:26px; line-height:26px;}
.comp_check{ width:36px;}

.se4_col{ width:31%;}
.se4_col:nth-child(1) .s4_col_text{ padding-right:30px;}

.s5_topLeft{ width:53%;}
.s5_topRight{ width:46%;}
ul.s5_top_list li{ font-size:20px; line-height:20px;}

.se5_col{ padding:15px 17px;}
.s5_col_icon{ width:100px;}
.s5_col_inner h3{ font-size:36px; line-height:36px;}
.s5_col_inner p{ padding:0;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.banner_left {width: calc(100% - 290px);padding: 20px 0 20px 15px;}
.banner_heading{font-size: 43px;line-height: 46px;letter-spacing: 2px;}
.banner_strip{width: 100%;padding: 8px 10px 10px 60px;}
.bnr_strip_icon{ width:48px; margin-top:-24px;}
.banner_strip p{font-size: 19px;line-height: 22px;}
ul.banner_point{ width:96%;}
ul.banner_point li{ font-size:19px;}
.banner_product{right: -10px;top: 415px;width: 420px;}	
.banner_imgBx{ width:290px;}

.se1_row{ max-width:600px; text-align:center;}
.se1_left{ width:100%;}
.se1_right{ width:100%;}
.s1_box{ margin-top:30px;}

.se2_rowleft{ width:69%;}
.common_heading{font-size:44px;line-height:48px;}
.se2_row_text2.common_paragraph{ margin-top:8px;}
.s2_text{ width:65%; margin-top:20px;}
.se2_rowright{ width:30%;}

.comp_prod1 {margin: -110px 0 -28px -20px;width: calc(100% + 40px);}
.comp_prod2 {margin: -80px 0 5px;width:70px;}
.comp_prod3 {margin: -80px 0 5px;width:70px;}
.comp_prod4 {margin: -80px 0 5px;width:88px;}
.comp_prod5 {margin: -80px 0 5px;width:98px;}
.comp_prod6 {margin: -80px 0 5px;width:75px;}
.compCol1 ul.compList li p{ padding:0 10px; font-size:17px; line-height:20px;}
.compCol2 .comp_colTop p{ font-size:22px; line-height:22px;}
.compCol2 ul.compList li p{ font-size:22px; line-height:22px; padding:0 8px;}
.compCol ul.compList li p{ font-size:15px; line-height:18px; padding:0 5px;}
.compCol ul.compList li .price{font-size:22px; line-height:22px; padding:0 8px;}
.compCol .comp_colTop p{ font-size:20px; line-height:20px;}

.se4_col{ width:32%;}
.s4_img{ width:100px;}
.se4_col h3{ font-size:30px; line-height:32px;}
.se4_col:nth-child(1) .s4_col_text{ padding:0;}
.se4_note_box{ padding:0 30px 30px;}

.s5_top_row{ max-width:600px;}
.s5_topLeft{ width:100%; text-align:left;}
.s5_topRight{ width:100%;text-align:left; margin-top:25px;}
.s5_topRight p{ font-size:21px; line-height:24px;}
ul.s5_top_list{ padding:0 50px;}
.se5_col{ padding:10px;}
.s5_col_icon{ width:75px;}
.s5_col_inner{ padding:15px 5px 5px;}
.s5_col_inner h3{ font-size:30px; line-height:32px;}

.footer_text1{ padding:0 50px;}
}

@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:6px 0 7px;}
.top_strip_text{ font-size:14px; line-height:16px; letter-spacing:0;}

.top-fix-bar{margin-bottom:50px;}
.header{height:50px; margin-top: -50px; top:50px;}
.logo{ width:130px; margin-top:8px;}
.limit_stock_text{position:relative;float:right;text-align:left;font-size: 13px;line-height:16px;padding-left: 12px;margin-top:17px;letter-spacing:0;}
.limit_stock_text span{width:30px;}
.limit_stock_text:before{position:absolute;left:0;top:50%;margin: -3px 0 0; width:6px; height:6px;}

.banner{ padding-bottom:30px; overflow:hidden; background-size:cover;}
.banner_inner{width:calc(100% + 20px); margin:0 0 0 -10px;}
.banner_left{ width:100%;text-align:center; padding:15px 15px 25px;}
.banner_text1{ font-size:14px; line-height:18px;}
.banner_text1 img { width:60px; margin:-4px 5px 0 0;}
.banner_heading{ font-size:34px; line-height:36px; letter-spacing:1px; margin-top:10px;}
.banner_heading p, .banner_heading span {text-stroke: 1px #fff800;-webkit-text-stroke: 1px #fff800;}
.banner_heading p:after, .banner_heading span:after{-webkit-text-stroke: 4px #1b8197;}
.banner_strip{width: calc(100% + 30px);padding: 8px 10px 8px 52px;margin-left: -15px;border-bottom: navajowhite;}
.bnr_strip_icon{width: 36px;margin-top: -18px; left:7px;}
.banner_strip p{font-size: 16px;line-height: 20px;}
.banner_mobstyle{ display:inline-block; vertical-align:top; width:calc(100% + 30px); margin:0 0 0 -15px; position:relative;}
.banner_image_m{ display:block; margin:0 auto; max-width:100%;border-radius:10px;}
.banner_seal{ width:70px; top:12px; right:12px;}
.bam_img{ position:absolute; right:-15px; bottom:10px;}
.banner_product{right:auto; left:-80px;top:auto; bottom:-30px;width: 400px;}
ul.banner_point{ width:100%; max-width:300px; margin-top:20px;}	
ul.banner_point li{ font-size:18px; background-size:20px;}

.common_heading{ font-size:33px; line-height:36px; letter-spacing:1px;}
.common_heading span, .common_heading p{text-stroke: 1px #fff800; -webkit-text-stroke: 1px #fff800;}
.common_heading p:after, .common_heading span:after{text-stroke: 4px #1b8197;-webkit-text-stroke: 4px #1b8197;}
.common_paragraph{ font-size:18px; line-height:24px; letter-spacing:0.5px; margin-top:17px;}
a.common_button{ font-size:30px; letter-spacing:0.5px;}

.section_1{ padding:30px 0 35px;}
.se1_left .common_paragraph{ padding:0;}
.s1_box{ margin-top:25px;}
.s1_box_header{ font-size:26px; line-height:30px; padding:15px;}
.s1_box_row{ min-height:65px;}
.s1_box_row:after{ right:57%;}
.s1_rowLeft{ padding:10px; width:43%;}
.s1_row_icon{ width:35px;}
.s1_rowLeft p{ font-size:17px; line-height:18px; padding-left:10px;}
.s1_rowrigt {width: calc(100% - 43%); padding:10px;}
.s1_rowrigt p{ font-size:16px; line-height:20px;}
ul.s1_row_list li:nth-child(2), ul.s1_row_list li:nth-child(4), ul.s1_row_list li{ width:100%; font-size:14px; line-height:16px;}
.s1_product1{width: 120px;left: -55px; top:0;}
.s1_product2{width: 120px;right: -60px;top: 220px;}

.section_2{ padding:30px 0 35px;}
.se2_box{ margin-top:0;}
.se2_row{ margin-top:40px;flex-wrap:wrap; padding-left:55px;}
.se2_row:before{ top:20px; left:19px; bottom:-50px;}
.num_tag{ width:40px;height:40px;border:2px solid #fff800; font-size:20px; line-height:36px;box-shadow: 0 0 0 2px #1b8197; left:-55px; top:-10px;}
.se2_rowright{ width:100%; float:left; margin-top:15px;}
.s2_row_img { width:100%;border-radius: 10px;height:170px; object-fit:cover;}
.se2_rowleft{ width:100%; padding-left:0;}
.se2_row_head{ font-size:22px; line-height:28px;}
.se2_row_text2.common_paragraph{ margin-top:6px; font-size:17px;}
.s2_text{ width:100%; padding-left:55px; margin-top:15px; font-size:14px; letter-spacing:0.3px; line-height:18px;}

.section_3{ padding:30px 0 30px;overflow: hidden;}
.compare_chart{ width:calc(100% + 30px); margin:40px 0 0 -15px;justify-content: flex-start;/*flex-wrap: nowrap;*/}
.compCol1{ width:29.6%;}
.compCol1 ul.compList li p{ font-size:16px; line-height:20px; padding:0 8px;}
.compCol2{ width:29.6%;}
.compRight{ float:right; width:calc(100% - 59.2%);}
.compRight::-webkit-scrollbar { display: none;}
.compCol{ display:inline-block; vertical-align:top; /*width:111px !important;*/}
.compCol3{ margin-left:0;}
.compCol:last-child{ margin-right:0;}
.compCol2 ul.compList li p, .compCol ul.compList li .price{ font-size:18px; line-height:20px; font-weight:600;}
.comp_check{ width:25px;}
ul.compList li{ height:80px; border-bottom:2px solid #323232;}
ul.compList li:last-child{ height:85px;}
.compCol2 ul.compList li { border-bottom: 2px solid #ee3e37;}
ul.compList{ border:2px solid #000;}
.compCol2{border:2px solid #000;}
.comp_colTop{ height:135px; position:relative;}
.compRight .compCol7 .comp_colTop:after{ display:none;}
.comp_prod1 {margin: -50px 0 -10px -20px;width: calc(100% + 40px);}
.compCol2 .comp_colTop p{ font-size:18px; line-height:22px;}
.comp_prod2 {margin: 5px 0 7px;width: 50px;}
.comp_prod3 {margin: 5px 0 5px;width: 53px;}
.comp_prod4 {margin: 5px 0 5px;width: 64px;}
.comp_prod5 {margin: 5px 0 5px;width: 75px;}
.comp_prod6 {margin: 5px 0 5px;width: 56px;}
.compCol ul.compList {border-left: none; border-right: 2px solid #323232;}
.compCol .comp_colTop p{ font-size:16px; line-height:16px;}

.section_4{ padding:30px 0 35px;}
.se4_row{ max-width:345px; margin:5px auto 0;}
.se4_col{ width:100%; margin-top:30px;}
.se4_col h3{font-size:25px;line-height:30px;display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.s4_img{ margin:0 0 0 15px; width:70px;}
.s4_col_text{ font-size:18px; line-height:24px; letter-spacing:0.3px; margin-top:10px;}
.se4_note_box{ padding:0 20px 20px; border-radius:10px; max-width:345px;}
.s4_text{ padding:0; font-size:14px; line-height:19px; letter-spacing:0.3px;}

.section_5{ padding:30px 0 35px;}
.s5_topRight p{ font-size:18px; line-height:24px;}
ul.s5_top_list{ padding:0; margin-top:20px;}
ul.s5_top_list li{ font-size:16px; line-height:20px; background-size:14px; padding-left:20px; font-weight:500;}
.se5_main_row{ margin:10px 0 0;}
.se5_col{ width:100%; margin-top:25px; padding:15px;}
.s5_col_img{ width:100%;}
.s5_col_icon{ width:90px;}
.s5_col_inner{ padding:15px 0 0;}
.s5_col_inner h3{ font-size:25px; line-height:28px; letter-spacing:0.5px;}
.s5_col_inner p{ font-size:17px; line-height:24px; margin-top:10px;}

.section_6{ padding:30px 0 35px;}
.rev_box{ min-height:350px}

.section_7{ padding:30px 0 35px;}
.faq_section{ margin:15px 0 5px;}
.faq_slide_row{ margin-top:10px;}
.accordion{ font-size:19px; line-height:25px; padding:15px 30px 15px 15px; background-size:14px; background-position:right 10px center;}
.acdn_heading.accordion_open{ padding-bottom:15px; background-size:14px; background-position:right 10px center;}
.acdn_content{ padding:5px 15px;}
.acdn_para{ font-size:17px; line-height:22px;}

.footer{ padding:0 0 30px;}
.footer_logo{ width:130px; margin:25px 0 5px;}
.footer_text1{ font-size:12px; line-height:18px; padding:0 0; letter-spacing:0.3px;}
.footer_text{ font-size:13px; line-height:20px; width:100%;}
.footer_text a{ padding:0 4px;}

#ctabtn-mob{
	background:#000;
	padding:8px 10px 6px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 3;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .button_text2{ margin-top:5px;}
#ctabtn-mob .button_text2 span{ background:#000; color:#fff;}
}


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(https://www.tommychongshemp.com/ten-things-nc/app/desktop/images/checkout-images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}

#error_handler_overlay ul li {
    text-align: left;
}
span.product-supply {
    font-weight: 400;
    font-size: 17px;
}
.frm-submit:hover {
    background: #00c609 !important;
}
.footerLinks a {
    padding: 0 10px;
}
a.linkOpt {
    border-right: 1px solid #000;
}
.footerLinks {
    float: left;
    width: 100%;
    margin: 10px 0; 
}

@media (max-width: 490px) {
       .footerLinks {
        display: flex;
        flex-direction: row;
        gap: 0;
        align-items: center;
        justify-content: center;
    }
    a.linkOpt {
        border-right: none;
    }
}



#app_common_modal .app_modal_body iframe {
    min-height: 344px;
}
#error_handler_overlay .error_handler_body ul {
    padding: 0;
}
#error_handler_overlay .error_handler_body,
#app_common_modal .app_modal_body {
    min-height: auto;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}
#app_common_modal, #error_handler_overlay {
    overflow-y: hidden !important;
}
#app_common_modal_close, #error_handler_overlay_close {
    line-height: 26px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : landscape)
{
#error_handler_overlay .error_handler_body,
#app_common_modal .app_modal_body {
    min-height: 280px;
}
#app_common_modal .app_modal_body iframe {
    min-height: 242px;
}
}