@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	font-weight:normal;
	letter-spacing: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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
       Fonts
------------------------*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	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;
}

@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-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-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-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----------------------
CSS FOR TOP STRIP
------------------------*/
.top_strip{
	float:left;
	width:100%;
	background:#000;
	padding:7px 0;
}
.top_strip_inner{
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
	justify-content:center;
}
.top_strip p{
	font-size:16px;
	line-height:22px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	padding:0 0 0 10px;
}
.top_strip p span{
	font-weight:600;
}
.strip_icon{
	width:24px;
	margin:5px 0 0;
}
	
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:60px;
	}
.nav_section{
	background:#fff;
	float:left;
	width:100%;
	height:60px;
	top: 60px;
	padding:7px 0;
	position:relative;
	margin-top:-60px;
	}
.fixed-nav .nav_section{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#fff;
	margin-top:0;
	top:0;
	border-bottom:1px solid #d3d8dc;
	}	
	
.logo{
	float:left;
	width:153px;
	margin-top:10px;
	}	
ul.menu-list{
	display:inline-block;
	vertical-align:top;
	margin:18px 0 0 40px;
	}
ul.menu-list li{
	float: left;
	border-right: 1px solid #b3b3b3;
	}
ul.menu-list li:last-child{ border:none;}		
ul.menu-list li a{
	float:left;
    color: #000;
    font-size: 17px;
    line-height: 17px;
	padding:0 22px;
	}	
ul.menu-list li a:hover{ color:#1cb13d;}
ul.menu-list li a.active{ color:#1cb13d;}
a.nav_btn{
    float: right;
    width: 230px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin:1px 0 0 0;
    border-radius: 100px;
    background: #39B6FD;
	background: linear-gradient(90deg, rgba(57, 182, 253, 1) 0%, rgba(112, 210, 120, 1) 100%);
	}

/*====attention strip====*/
.atention_strip{
	float:left;
	width:100%;
	padding:5px 0;
	background:#fff65d;
	padding:12px 0;
	}
.atention_strip p{
	font-size:16px;
	line-height:16px;
	font-weight:500;
	text-transform:uppercase;
}
.atention_strip p img{
	width:35px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 10px;
}
.atention_strip p img:last-child{transform:scaleX(-1);}

/*--------BANNER--------*/
.banner{
	float:left;
	width:100%;
	padding:35px 0 50px;
	background: #000;
	color:#fff;
	}
.banner_inner{
	float:left;
	width:45.5%;
	text-align:left;
	}
.rating_view{
	font-size:15px;
	line-height:20px;
}
.rating_view img{
	width:70px;
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
}
.rating_view span{
	color:#39b6fc;
}
.banner_heading{
	font-size:51px;
	line-height:52px;
	color:#fff;
	font-weight:700;
	margin:10px 0 0;
	}
.banner_heading span{
	background: -webkit-linear-gradient(0deg, #3ab7f9 10%, #6fd279 55%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
.banner_text{
	font-size:18px;
	line-height:28px;
	margin-top:20px;
	}

.banner__points{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-top:15px;
	}
.banner__points li{
	float:left;
	width:49%;
	margin-top:12px;
	font-size:17px;
	line-height:24px;
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	background:#1d1d1f;
	padding:8px;
	border-radius:6px;
	text-align:left;
	}
.banner__points li img{
	width:29px;
	}
.banner__points li p{
	width:calc(100% - 30px);
	padding:0 0 0 10px;
}
	
.button_box{
	display:inline-block;
	vertical-align:top;
	max-width:457px;
	width:100%;
	text-align:center;
	margin:40px 0 0;
}
.button_top{
	font-size:15px;
	line-height:18px;
	position:relative;
	margin:0 0 10px;
}
.button_top:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	background:#42b74d;
	border-radius:50%;
	margin:-2px 10px 0 0;
	animation:breath 1.3s infinite;
}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background: #39B6FD;
	background: linear-gradient(90deg, rgba(57, 182, 253, 1) 0%, rgba(112, 210, 120, 1) 100%);
	height:74px;
	font-size:28px;
	line-height:74px;
	font-weight:700;
	color:#fff;
	border-radius:100px;
}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-5px 0 0 5px;
}
.button_btm{
	font-size:15px;
	line-height:18px;
	margin:10px 0 0;
}
.button_btm img{
	width:19px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
}
.white_color .button_btm img{
	filter: brightness(0) invert(1);
}


.banner-product{
	position: absolute;
	top: 35px;
	right: 40px;
	width: 447px;
	text-align:center;
	}
.banner_prod_bg{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	max-width:100%;
}
.banner_prod_img{
	width:152px;
	position:relative;
	margin:-35px auto;
}
ul.banner_prod_list{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
ul.banner_prod_list li{
	background:#000;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	padding:6px 15px;
	border-radius:100px;
	padding: 6px 20px 6px 35px;
	position:absolute;
	width: 150px;
	text-align:left;
}
ul.banner_prod_list li img{
	width:21px;
	position:absolute;
	left:6px;
	top:5px;
}
ul.banner_prod_list li:nth-child(1){left:-20px;}
ul.banner_prod_list li:nth-child(2){top:-80px; right:-20px;}
ul.banner_prod_list li:nth-child(3){top:80px; right:-20px;}

/*-----------------------
BRAND STRIP
------------------------*/	
.brand_strip{
	float:left;
	width:100%;
	padding:5px 0;
	position:relative;
	border-bottom:1px solid #9c9c9c;
	}
.brand_box{
	width:100%;
	max-width:880px;
	margin:0 auto;
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.aseen_text{
	/* width:98px; */
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:500;
	margin:4px 0 0;
	}	
ul.brand_list{
	width:calc(100% - 165px);
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	column-gap: 55px;
	position:relative;
	padding:5px 0;
	}
ul.brand_list:before{
	content:'';
	position:absolute;
	left:0;
	top:13px;
	height:52px;
	border-left:1px solid #9c9c9c;
}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	max-width:none;
	max-height:100%;
	width:auto;
	}
.brand-logo1{height:32px;}
.brand-logo2{height:25px;}
.brand-logo3{height:65px;}
.brand-logo4{height:36px;}


/*=======SECTION1======*/
.section1{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#fff;
	}	
.sub_heading{
	font-size:28px;
	line-height:34px;
	font-weight:700;
	background: -webkit-linear-gradient(0deg, #39B6FD 40%, #70D278 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding:0 0 10px;
}
.common_heading{
    font-size: 45px;
    line-height: 53px;
	color:#000;
	font-weight:700;
	}
.common_text{
    font-size: 18px;
    line-height: 26px;
	color:#000;
	margin-top:20px;
	}
.sec1_inner{
	max-width:955px;
	width:100%;
	margin:70px auto 0;
	padding:15px 30px 15px 420px;
	position:relative;
	z-index:1;
}
.sec1_inner:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:80%;
	bottom:0;
	background:#ededed;
	border-radius:25px;
	z-index:-1;
}
.sec1_prod{
	width:387px;
	position:absolute;
	left:10px;
	top:-30px;
}
ul.sec1_list{
	display:inline-block;
	vertical-align:top;
}
ul.sec1_list li{
	text-align:left;
	padding:20px 0 20px 45px;
	border-bottom:1px solid #c2c2c2;
	background:url(../images/sec1-list-arw.webp) left 25px no-repeat;
	background-size:30px
}
ul.sec1_list li:last-child{border-bottom:none;}
ul.sec1_list li h3{
	font-size:22px;
	line-height:28px;
	font-weight:700;
}
ul.sec1_list li p{
	font-size:18px;
	line-height:27px;
	margin:5px 0 0;
}
.sec1_btm_txt{
	font-size:28px;
	line-height:38px;
	font-weight:600;
	margin:60px 0 0;
}

/*=======SECTION2======*/
.section2{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:url(../images/sec2-bg.webp) center top no-repeat #000;
	}	
.s2_video_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 730px;
    margin-top:40px;
    background: #fff;
    /* border: 7px solid #fff; */
	border: 2px solid;
  	border-image: linear-gradient(45deg, #39b6fd, #70d278) 1;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
    padding-bottom: 35%;
    overflow: hidden;
	}
.s2_video_box img, .s2_video_box video{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	cursor:pointer;
	object-fit: cover;
	}
ul.sec2_list{
	display:flex;
	display:-webkit-flex;
	margin:50px 0 30px;
}
ul.sec2_list li{
	width:33.3%;
	padding:0 30px;
	color:#fff;
	position:relative;
}
ul.sec2_list li:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #383838;
}
ul.sec2_list li:last-child:after{border-right:none;}
ul.sec2_list li img{
	width:75px;
	display:block;
	margin:0 auto 15px;
}
ul.sec2_list li h3{
	font-size:22px;
	line-height:26px;
	font-weight:700;
}
ul.sec2_list li p{
	font-size:18px;
	line-height:26px;
	margin:8px 0 0;
}

/*=======SECTION3======*/
.section3{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#fff;
	overflow-x:clip;
	}	

.slider_wrapper {
  width: 100%;
  padding: 40px 0 20px;
}
.video_slider {
	/* max-width:2380px; */
	max-width:3020px;
	width: 100%;
	margin:0 auto;
}
.slide_item {
  padding: 55px 10px;
  outline: none;
}
.video_box {
  width: 310px;
  height: 480px;
  border-radius: 15px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sound_icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sound_icon img {
  width: 20px;
  height: 20px;
}
.slick-center .video_box {
  transform: scale(1.2);
  transition: 0.3s ease;
}

.slick-center .slide_item{padding:55px 40px;}

.rebulid_block{
	display:flex;
	display:-webkit-flex;
	gap:30px;
	width:100%;
	margin-top:5px;
	}
.rebulid_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	display: flex;
	display:-webkit-flex;
	flex-direction: column;
	text-align:left;
	}
.rebulid_col{
    width: 100%;
	}
.rebuild_percent{
    font-size:44px;
    line-height:44px;
	color:#000;
	font-weight:800;
	margin:0 0 5px;
	}
.rebuild_content p{
    font-size:18px;
    line-height:26px;
	color:#000;
	font-weight:500;
	margin:0 0 15px;
	}
.rebuild_time{
	display:inline-block;
	vertical-align:middle;
    font-size:14px;
    line-height:14px;
	color:#000;
	font-weight:500;
	padding:4px 10px 4px;
	margin-left:20px;
	border:1px dashed #0c6e37;
	border-radius:50px;
	background:#e4f9ee;
	}
.rebuild_time img{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-3px 6px 0 0;
	}
.rebulid_bar{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:10px;
	margin-top:12px;
	border-radius:50px;
	background:#e1e1e1;
	margin-top:auto;
	}
.rebulid_bar span{
	float:left;
	height:100%;
	border-radius:50px;
	background: #39B6FD;
    background: linear-gradient(90deg, rgba(57, 182, 253, 1) 0%, rgba(112, 210, 120, 1) 100%);
    transition: all ease 0.6s;
	}

/*=======SECTION4======*/
.section4{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#000;
	}
.s4_video_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 730px;
    margin-top:10px;
    background: #000;
    cursor: pointer;
    position: relative;
    padding-bottom: 35%;
    overflow: hidden;
	}
.s4_video_box img, .s4_video_box video{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	cursor:pointer;
	object-fit: cover;
	}
.s4_video_box:before{
	content: '';
    box-shadow: 0px 40px 22px rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: -65px;
    height: 50px;
    right: 0;
    z-index: 1;
}

.feature_wrapper {
	width: 100%;
	margin: 40px auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	}

.feature_card {
	background: #10161d;
	border-radius: 18px;
	padding: 25px;
	color: #fff;
	position: relative;
	overflow: hidden;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align:left;
	z-index:1;	
	border-radius: 30px;
	border: 1px solid transparent;
	background:
	linear-gradient(#10161d, #10161d) padding-box,
	linear-gradient(90deg, #39b6fd, #70d278) border-box;
}

.feature_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.85;
	pointer-events: none;
	z-index:-1;
}

.feature_title {
	font-size: 24px;
	line-height:30px;
	font-weight: 700;
	margin-bottom: 8px;
	color:#fff;
}

.feature_text {
	font-size: 18px;
	line-height: 26px;
	max-width: 90%;
}

/*=======SECTION5======*/
.section5{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#fff;
	}
.sec5_prod{
	max-width:100%;
	margin:10px auto -80px;
}
.flavor_heading{
	font-size:23px;
	line-height:27px;
	font-weight:700;
	margin:10px 0 0;
}
.flavor_wrapper {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin:30px auto 0;
}
.flavor_box {
	width:33.3%;
	background: #ededed;
	border-radius: 12px;
	padding: 15px 15px 20px;
	text-align: left;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	overflow: clip;
}
.flavor_box_top{
	margin:0 0 10px;
}
.flavor_title {
	font-size: 24px;
	line-height:30px;
	font-weight: 700;
	margin-bottom: 6px;
}
.flavor_desc {
	font-size: 17px;
	line-height:26px;
	color: #000;
	margin-bottom: 10px;
	letter-spacing: -0.3px;
}
.flavor_logo {
	float:right;
	width:111px;
	margin:0 0 0 15px;
	position:relative;
}
.flavor_logo img{
	width:100%;
}
.ingredients_box {
	display: flex;
	justify-content: space-between;
	border-top:1px solid #ccc;
	margin-top:auto;
	padding:15px 0 0;
}
.ing_item {
	width: 33.33%;
	text-align: center;
	position:relative;
	padding:0 6px;
}
.ing_item:after{
	content:'';
	position:absolute;
	right:0;
	top:5px;
	border-right:1px solid #ccc;
	height:70px;
}
.ing_item:last-child:after{border-right:none;}
.ing_img {
	width:63px;
	object-fit: contain;
}
.ing_name {
	font-size: 15px;
	line-height:20px;
	font-weight: 600;
	margin-top: 6px;
	letter-spacing:-0.3px;
}
.own_flavor_box{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	max-width:810px;
	width:100%;
	margin:40px auto 0;
	border: 2px solid transparent;
    background: linear-gradient(#f8f8f8, #f8f8f8) padding-box, linear-gradient(90deg, #39b6fd, #70d278) border-box;
	padding:5px 20px;
	border-radius:10px;
}
.own_flavor_box img{
	width:78px;
	margin:0 15px 0 0;
}
.own_flavor_box p{
	width:calc(100% - 40px);
	text-align:left;
	font-size:23px;
	line-height:30px;
	font-weight:700;
}

/* --------------------- */

.pulse{
  position:absolute;
  top:0;
  left:0;
  width:111px;
  height:111px;
  border-radius:50%;
  border:1px solid rgba(60,199,182,0.6);
  background:none;
  animation:pulse 2.4s ease-out infinite;
  pointer-events:none;
  z-index:1;
}
.flavor_box2 .pulse{border:1px solid rgba(255,120,80,0.7);}
.flavor_box3 .pulse{border:1px solid rgba(160,120,40,0.8);}
.wave1{ animation-delay:0s; }
.wave2{ animation-delay:0.6s; }
.wave3{ animation-delay:1.2s; }

@keyframes pulse{
  0%{transform:scale(1); opacity:0.9;}
  70%{transform:scale(1.4); opacity:0;}
  100%{transform:scale(1.4); opacity:0;}
}

/*=======SECTION6======*/
.section6{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#000;
	overflow:clip;
	}
.sec6_inner{
	float:left;
	width:100%;
	position:relative;
	margin:60px 0 0;
	padding:0 0 0 60px;
}
ul.sec6_list{
	float:left;
	width:48%;
}
ul.sec6_list li{
	text-align:left;
	position:relative;
	padding:0 0 50px 40px;
}
ul.sec6_list li:last-child{padding-bottom:10px;}
ul.sec6_list li:before{
	content:'';
	position:absolute;
	left:7px;
	border-left:1px solid #fff;
	top:10px;
	height:100%;
}
ul.sec6_list li:after{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#fff;
}
.sec6_steps{
	font-size:22px;
	line-height:26px;
	font-weight:600;
	color:#fff;
	padding:5px 25px 8px;
	border: 2px solid transparent;
	background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, #39b6fd, #70d278) border-box;
	border-radius:100px;
	width:fit-content;
}
ul.sec6_list li h3{
	font-size:22px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	margin:18px 0 0;
}
ul.sec6_list li p{
	font-size:18px;
	line-height:26px;
	margin:6px 0 0;
	color:#fff;
}
.sec6_prod{
	position:absolute;
	right:-200px;
	top:0;
}

/*=======SECTION7======*/
.section7{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#fff;
	}
.sec7_inner{
	float:left;
	width:100%;
	margin:40px auto 0;
}
.sec7_img{
	float:left;
	max-width:574px;
	width:50%;
}
ul.sec7_list{
	float:right;
	width:46%;
}
ul.sec7_list li{
	text-align:left;
	background:url(../images/sec7-tick.webp) left 16px no-repeat;
	background-size:27px;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	text-align:left;
	padding:16px 0 16px 40px;
	border-bottom:1px solid #d7d7d7;
}
ul.sec7_list li:last-child{border-bottom:none; padding-bottom:0px;}
.sec7_btm_text{
	font-size:28px;
	line-height:34px;
	font-weight:700;
	margin:40px auto 0;
}

/*=======SECTION8======*/
.section8{
    float: left;
    width: 100%;
	}	
.sec8_top{
	float:left;
	width:100%;
	background:#000;
	text-align:left;
	overflow:clip;
}
.sec8_top_content{
	padding:60px 0 260px;
	width:46.2%;
	position:relative;
	z-index:1;
}
.sec8_doc_img{
	position:absolute;
	right:-180px;
	bottom:0;
}
.sec8_bottom{
	float:left;
	width:100%;
}
.sec8_bottom_content{
	float:left;
	width:46.2%;
	background:#fff;
	border-radius:15px;
	padding:15px 30px 0;
	text-align:left;
	margin:-220px 0 0;
}
.sec8_bottom_content .common_text{font-size:20px; line-height:33px;}
.sec8_bottom .button_box{margin-left:-30px;}

.s8_video_box{
    float:right;
    width: 52%;
    max-width: 600px;
    margin-top:40px;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding-bottom: 32%;
    overflow: hidden;
	border-radius:20px;
	}
.s8_video_box video{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	cursor:pointer;
	object-fit: cover;
	}

/*=======SECTION9======*/
.section9{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#fff;
	}
.compare_box{
	display:flex;
	display:-webkit-flex;
	width:100%;
	max-width:770px;
	margin:80px auto 40px;
	border-radius:15px;
	}
.comp_col1{
	width:40%;
	}
ul.comp_col_list li{
	height:72px;
	display: flex;
    align-items: center;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	padding:0 25px;
	text-align:left;
	}
ul.comp_col_list li:nth-child(odd){ background:#fcfcfc; border:1px solid #f1f1f1;}
.comp_col1 ul.comp_col_list{
    border-right: none;
}

.comp_col2{
	width:28%;
	border-radius:8px;
	margin:0 0 -22px;
	background:#f4f4f4;
	}
.comp_col2 ul.comp_col_list li{justify-content: center; background:none;}
.comp_col2 ul.comp_col_list li:last-child{ height:20px;}
.comp_col_top{
	height:100px;
	text-align:center;
	}
.comp_col2 .comp_col_top{border-radius:8px 8px 0 0; height:100px;}
.main__product{
	margin:-50px auto 0;
	width:30px;
}
.comp-brnd-nm{
	font-size:24px;
	line-height:25px;
	font-weight:700;
	}
.comp_prod1{
	display:inline-block;
	vertical-align:middle;
	margin:-80px auto 8px;
	width:85px;
	}
.comp_logo{
	display:block;
	margin:30px auto 0;
	width:120px;
	filter:brightness(0) invert(1);
	}
.comp_icon{
	display:block;
	margin:0 auto 0;
	width:39px;
	}
.comp_box_right{
	width:32%;
	position:relative;
	display:flex;
	display:-webkit-flex;
	}
.comp_col{
	width:100%;
	}
.comp_brand{
	display:inline-block;
	vertical-align:middle;
	margin:-40px 0 0;
	width:45px;
	max-width:100%;
	}
.comp-brand-tx{
	font-size:24px;
	line-height:25px;
	font-weight:500;
	margin-top:10px;
}

.comp_col1 .comp_col_top{border-radius:15px 0 0;}
.comp_box_right ul.comp_col_list li{justify-content:center; -webkit-justify-content:center;}
.comp_col1 ul.comp_col_list li{border-right:none;}
.comp_col2 ul.comp_col_list li{border:none;}
.comp_box_right ul.comp_col_list li{border-left:none;}

/*=======SECTION10======*/
.section10{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#000;
	}
.kit_inner{
	display:inline-block;
	vertical-align:top;
	max-width:900px;
	width:100%;
	margin:60px auto 10px;
}
.kit-all_img{
	float:left;
	max-width:479px;
	width:55%;
}
ul.kit_list{
	width:37%;
	float:right;
}
ul.kit_list li{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	padding:20px 0;
}
ul.kit_list li img{
	width:106px;
	border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(45deg, #39b6fd, #70d278) border-box;
	border-radius:10px;
}
ul.kit_list li p{
	width:calc(100% - 106px);
	padding:0 0 0 20px;
	font-size:20px;
	line-height:28px;
	font-weight:600;
	color:#fff;
	text-align:left;
}

/*=======SECTION11======*/
.section11{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	}
.reviews_inner{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin:20px 0 0;
}
.reviews_box{
	padding:30px;
	border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #39b6fd, #70d278) border-box;
	border-radius:10px;
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
	margin:20px 0 0;
}
.reviews_box_content{
	width:calc(100% - 128px);
	text-align:left;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	padding:0 30px 0 0;
	min-height:210px;
	height:100%;
}
.review_heading{
	font-size:21px;
	line-height:25px;
	font-weight:700;
	margin:0 0 10px 0;
}
.reviews_star{
	width:88px;
	margin:0 0 10px 0;
}
.review_text{
	font-size:17px;
	line-height:26px;
	margin:0 0 15px;
}
.reviews_img{
	width:128px;
	border-radius:12px;
}
.review_name{
	margin-top:auto;
}
.review_name span{
	font-size:18px;
	line-height:20px;
	font-weight:700;
	position:relative;
	padding:0 10px 0 0;
}
.review_name span:after{
	content:'';
	position:absolute;
	right:0;
	top:5px;
	height:20px;
	border-right:2px solid #000;
}
.review_name small{
	font-size:16px;
	line-height:20px;
	color:#30ae4b;
}
.review_name small img{
	width:14px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 5px;
	
}
/*=======SECTION12======*/
.section12{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#000;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin:20px 0 10px;
	}
.up-slide-dwn{
	float: left;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
	border:1px solid #d5d8da;
	border-radius:8px;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.webp) no-repeat right 0 center;
	padding:22px 30px 22px 0;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.webp) no-repeat right 0 center;
	}
.acdn_heading{
	font-size:20px;
	line-height:27px;
	color:#000;
	font-weight:700;
	}		
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 10px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000;
	margin-bottom:15px;
	}
		
/*-----------------------
Footer
------------------------*/	
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	border-top:1px solid #dbdbdb;
	background:#fff;
	}
.foot-logo{
	display:block;
	margin:0 auto 30px;
	width:130px;
	}
.foot_txt1{
	font-size:16px;
	line-height:18px;
	color:#000;
	margin-top:15px;
	}
.foot_txt1 a{ color:#000; padding:0 8px;}


/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	
.white_color{ color:#fff;}
.mrgT0{ margin-top:0 !important;}

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_inner{ width: 51%;}
.banner-product{width:420px;}

.sec8_top_content{width:50%;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner_heading{ font-size: 37px; line-height: 42px;}
.banner-product{width:320px;}
.banner_prod_img{width:112px;}
.banner__points li{font-size:16px; line-height:20px;}

ul.brand_list{column-gap: 38px;}
.brand-logo1{height:26px;}
.brand-logo2{height:19px;}
.brand-logo3{height:59px;}
.brand-logo4{height:30px;}

.section1{  padding: 50px 0 60px;}
.common_heading{ font-size: 40px; line-height: 46px;}
.sec1_btm_txt{font-size:26px;}
.common_button{font-size: 24px;}

.section2{  padding: 50px 0 60px;}
ul.sec2_list li{padding:0 20px;}

.section3{  padding: 50px 0 60px;}

.section4{  padding: 50px 0 60px;}

.section5{  padding: 50px 0 60px;}
.flavor_wrapper{gap:10px;}
.flavor_box{padding:15px 10px 20px;}
.flavor_logo{margin: 0 -30px 0 8px;}
.flavor_title{font-size:20px; line-height:24px;}
.flavor_desc{font-size:16px; line-height:22px;}
.ingredients_box{width: calc(100% + 20px);margin-left: -10px;}
.ing_img{width:42px;}
.ing_name{font-size:12px; line-height:16px;}
.own_flavor_box p{font-size:20px; line-height:28px;}


.section6{  padding: 50px 0 60px;}
.sec6_inner{padding:0 0 0 10px;}
.sec6_prod{right:-340px;}

.section7{ padding: 50px 0 60px;}
ul.sec7_list li{font-size:18px; line-height:24px; padding:12px 0 12px 28px; background-size: 18px;}
.sec7_btm_text{font-size:24px; line-height:30px;}

.section8{overflow-x:clip;}
.sec8_top_content{width:60%; padding:30px 0 260px;}
.sec8_doc_img{right:-360px;}
.sec8_bottom_content{width:55%;}
.s8_video_box{width:45%;}

.section9{ padding:50px 0 60px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding:5px 0;}
.top_strip p{font-size:12px; line-height:18px;}
.strip_icon{width:18px; margin:4px 0 0;}

.top-fix-bar{ margin-bottom: 38px;}
a.nav_btn{ display:none;}
.logo{ width: 105px; margin-top: 3px; float:none;}
.nav_section{ height: 38px; top: 38px; margin-top: -38px;}

.atention_strip{padding:8px 0 6px;}
.atention_strip p{font-size:13px; line-height:13px;}
.atention_strip p img{width:25px;}

.banner{ padding: 20px 0 30px;}
.banner_inner { width: 100%; text-align:center;}
.rating_view{font-size:12px; line-height:16px;}
.rating_view img{width:55px; margin: -4px 4px 0 0;}
.banner_heading { font-size: 32px; line-height: 36px;}
.banner_text{ font-size: 16px; line-height: 22px; margin-top: 15px;}
.banner__points li{font-size:12px; line-height:16px; padding:6px; margin-top:8px;}
.banner__points li img{width:15px;}
.banner__points li p{width:calc(100% - 15px); padding:0 0 0 6px;}

.banner-product{
	width: 320px;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	margin: 60px auto 15px;
}
ul.banner_prod_list li{font-size:12px; line-height:15px; width:115px; padding:6px 10px 6px 30px;}
ul.banner_prod_list li img{width:17px;}

.button_box{ margin-top: 30px;}
.button_top{font-size:12px; line-height:15px;}
.button_top:before{width:7px; height:7px; margin:-2px 6px 0 0;}
.common_button{height:60px; font-size:22px; line-height:60px;}
.common_button img{width:18px;margin: 0px 0 0 5px;}
.button_btm{font-size:12px; line-height:15px;}
.button_btm img{width:13px;}

.banner_reviews{
	max-width:350px;
	width:100%;
	background:#272727;
	padding: 15px 15px 15px 90px;
	border-radius:10px;
	margin:25px auto 0;
	position:relative;
	text-align:left;
}
.banner_reivew_img{
	position:absolute;
	left:15px;
	top:15px;
	border-radius:6px;
}
.banner_review_rating{
	font-size:14px;
	line-height:18px;
	color:#b8b8b8;
}
.banner_review_rating img{
	width:68px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 3px;
}
.banner_review_text{
	font-size:13px;
	line-height:18px;
	color:#fff;
	margin:5px 0 0;
}

/*====brand_strip_scroll====*/
.aseen_text{ width:100%; font-size:12px; line-height:14px; color:#000;}
.brand_strip{padding:10px 0;}
.brand_strip_scroll{ float:left; width:100%; background:#fff; padding: 14px 0 16px; border-bottom:1px solid #eeeeee;}
.brand_strip_scroller{
	float:left;
	width:100%;
	padding:14px 0 0;
	overflow: hidden;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_brand_list{
    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_brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 15px;
	position:relative;
	}
.brand-logo1{height:22px;}
.brand-logo2{height:15px;}
.brand-logo3{height:52px;}
.brand-logo4{height:25px;}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}

.section1{ padding: 30px 0 35px;}
.sub_heading{font-size:20px; line-height:26px;}
.common_heading{ font-size:29px; line-height: 35px;}
.common_text{ font-size: 17px; line-height: 26px; margin-top:15px;}
.sec1_inner{padding:20px; margin:205px auto 0;}
.sec1_inner:before{width:100%;}
.sec1_prod{position:static; margin:-200px auto 0;}
ul.sec1_list li{background-size:24px; background-position:left 18px; padding: 18px 0 15px 35px;}
ul.sec1_list li h3{font-size:20px; line-height:24px;}
ul.sec1_list li p{font-size:16px; line-height:22px;}
.sec1_btm_txt{font-size:22px; line-height:28px; margin:25px 0 0;}

.section2{ padding: 55% 0 35px; background:url(../images/sec2-mob.webp) center top no-repeat #000; background-size:100%;}
ul.sec2_list{flex-wrap:wrap; gap: 25px 0; margin:35px auto 10px;}
.s2_video_box{padding-bottom:68%; margin-top:35px;}
.sec2_mob{position:relative; max-width:350px; width:100%; margin:0 auto;}
ul.sec2_list li{width:100%; position:relative; text-align:left; padding: 0 110px 0 50px;}
ul.sec2_list li:after{border-top:1px solid #383838; border-right:none; width:120px; right:20px; top:40px; bottom:auto;}
ul.sec2_list li img{width:40px; position:absolute; left:0; top:0;}
ul.sec2_list li h3{font-size:18px; line-height:21px;}
ul.sec2_list li p{font-size:14px; line-height:20px;}
.sec2_prod_mob{position:absolute; width:105px; right:0; top:0; bottom:0;}

.section3{ padding: 30px 0 35px;}
.slider_wrapper{padding:15px 0 0;}
.video_box{width:235px; height:380px;}
.slick-center .slide_item {padding: 55px 30px;}
.sound_icon img{width:15px; height:15px;}
.rebulid_block{flex-wrap:wrap; gap:15px; margin:5px auto;}
.rebulid_col{display:flex; display:-webkit-flex; align-items:center;}
.rebuild_percent{font-size:30px; line-height:30px;}
.rebuild_content{width:calc(100% - 70px); padding:0 0 0 10px;}
.rebuild_content p{font-size:17px; line-height:24px; margin:0 0 8px;}

.section4{ padding: 30px 0 35px;}
.s4_video_box{width:calc(100% + 30px); margin-left:-15px; padding-bottom:75%;}
.feature_wrapper{grid-template-columns: repeat(1, 1fr); margin:-15px auto 0;}
.feature_card{height:360px;}
.feature_title{font-size:22px; line-height:28px;}
.feature_text{font-size:16px; line-height:22px;}

.section5{ padding: 30px 0 35px;}
.sec5_prod{width:calc(100% + 30px); margin:10px 0 -70px -15px; max-width:none;}
.flavor_heading{font-size:18px; line-height:24px; margin:25px 0 0;}
.flavor_wrapper{flex-wrap:wrap; margin:25px auto 0;}
.flavor_box{width:100%;}
.flavor_logo{margin:0 0 0 10px;}
.ingredients_box{width:100%; margin-left:0;}
.ing_name{font-size:14px; line-height:18px;}
.ing_item:after{height:55px;}
.own_flavor_box img{width:70px;}
.own_flavor_box p{font-size:17px; line-height:22px;}

.section6{ padding: 30px 0 35px;}
.sec6_inner{margin:30px auto 0; max-width:350px; width:100%; float:none;}
.sec6_prod{right:auto; left:-250px; transform:scaleX(-1); top:50px;}
ul.sec6_list{float:right; width:70%;}
ul.sec6_list li{padding:0 0 30px 22px;}
ul.sec6_list li:before{left:5px;}
ul.sec6_list li:after{width:10px; height:10px;}
.sec6_steps{font-size:16px; line-height:20px; padding:2px 20px 4px;}
ul.sec6_list li h3{font-size:17px; line-height:22px; margin:10px 0 0;}
ul.sec6_list li p{font-size:15px; line-height:20px; margin:4px 0 0;}

.section7{ padding: 30px 0 35px;}
.sec7_inner{margin:30px auto 0;}
.sec7_img{width:100%;}
ul.sec7_list{width:100%; margin:12px 0 0;}
.sec7_btm_text{font-size:20px; line-height:26px; margin:35px auto 0;}

.section8{}
.sec8_top_content, .sec8_bottom_content{width:100%;}
.sec8_top_content{padding:30px 0 0; text-align:center;}
.sec8_bottom_content .common_text{color:#fff;}
.sec8_doc_img{
	position:static; 
	width: calc(100% + 30px); 
	max-width:none; 
	display:block; 
	margin:20px 0 0 -15px; 
	border-top:1px solid #ddd; 
	border-bottom:1px solid #ddd;
}
.s8_video_box{width:100%;}
.sec8_bottom{background:#000; padding:0 0 35px;}
.sec8_bottom_content{background:none; border-radius:0px; padding:0; margin:0;}
.sec8_bottom_content .common_text{font-size:17px; line-height:26px;}
.sec8_bottom .button_box{float:none; color:#fff; margin:30px auto 0;}
.s8_video_box{margin-top:30px; padding-bottom:62%;}

.section9{ padding: 30px 0 35px;}
.compare_box{width:calc(100% + 30px); margin: 80px 0 25px -15px;}
ul.comp_col_list li{height:62px; padding:0 12px;}
.comp_col1 ul.comp_col_list li{border-left:none; font-size:14px; line-height:16px;}
.comp_box_right ul.comp_col_list li{border-right:none;}
.comp_col2 .comp_col_top{height:85px;}
.comp_col_top{height:85px;}
.main__product{width:25px;}
.comp_icon{width:25px;}
.comp-brnd-nm{font-size:16px; line-height:20px;}
.comp-brand-tx{font-size:16px; line-height:20px;}
.comp_brand{width:38px;}

.section10{ padding: 30px 0 35px;}
.kit_inner{margin:30px auto 0;}
.kit-all_img{width:100%; float:none;}
ul.kit_list{width:100%; margin:10px auto 0;}
ul.kit_list li{padding: 10px 0;}
ul.kit_list li:last-child{padding-bottom:0px;}

.section11{padding:30px 0 35px;}
.reviews_box{padding:15px 12px 20px; flex-wrap:wrap;}
.reviews_box_content{width:100%; min-height:auto;}
.review_heading{font-size:18px; line-height:24px;}
.review_text{font-size:16px; line-height:22px;}
.review_name span{font-size:16px; line-height:18px;}
.review_name small{font-size:14px; line-height:16px;}
.reviews_img{width:110px; margin:20px 0 0;}

.section12{ padding: 30px 0;}
.faq-container{ margin: 5px 0 0;}
.up-slide-dwn{padding:0 12px;}
.accordion{ background-size: 12px !important; padding: 15px 20px 15px 0; font-size: 18px; line-height: 26px;}
.acdn_heading{font-size:17px; line-height:22px;}
.acdn-content{ padding: 0 10px 5px 0; margin-top: -5px;}
.acdn-para{ font-size: 16px; line-height: 24px;}	

.footer{ padding: 0 0 30px; border-top:none;}
.foot-logo{ width: 112px; margin:15px auto 25px;}
.foot_txt1{ font-size: 15px; line-height: 16px; margin-top: 13px;}
.foot_txt1 a{ padding: 0 4px;}

#ctabtn-mob{
	padding:6px;
	position: fixed;
	bottom:10px;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	max-width:none;
	padding-top:40px;
}
#ctabtn-mob.btn-bx{margin-top:0;}
#ctabtn-mob .common_button{margin-top:0; box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);}
}