@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	font-weight: normal;
	}
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; max-width: 100%; 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: '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;
	}
	
@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-Black.woff2') format('woff2'),
	url('Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Bebas Neue';
	src: url('BebasNeueBold.woff2') format('woff2'),
	     url('BebasNeueBold.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;
	}
	
/*========Header==========*/
.top_fix_bar{
	float:left;
	width:100%;
	margin-bottom:76px;
	}
.header{
	float:left;
	width:100%;
	top:76px;
	height:76px;
	background:url(../images/header-bg.webp) repeat-x #282828;
	padding:6px 0;
	margin-top:-76px;
	position:relative;
	z-index:2;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	width:100%;
	-webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
	box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
	}
.logo{
	float:left;
	width:84px;
	}	
.header_btn{
    float: right;
    width:150px;
    height:45px;
    font-size:16px;
    line-height:45px;
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
    background:#06c845;
    margin-top: 9px;
 	}
.header_btn img{
    float: right;
	width:21px;
	margin:17px 0 0;
	}
.nav_list{
	display:inline-block;
	vertical-align:middle;
	margin:21px 0 0 20px;
	}
.nav_list li{
	float:left;
	padding:0 20px;
	}
.nav_list li a{
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-transform:uppercase;
	}
	
/*=====BANNER=====*/
.banner{
	float:left;
	width:100%;
	height:969px;
	background:url(../images/bnr-bg.webp)no-repeat center top #181510;
	padding:52px 0 65px;
	}
.banner_content{
	float:left;
	width:100%;
	}
.banner_heading{
	color:#ffffff;
	font-size:70px;
	line-height:66px;
	font-weight:bold;
    font-family: 'Bebas Neue';
	}
.banner_paragraph{
	color:#ffffff;
	font-size:20px;
	line-height:30px;
	margin-top:10px;
	}	
ul.banner_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	margin:35px auto 0;
	}
ul.banner_list li{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	padding:0 43px;
	position:relative;
	}
ul.banner_list li:first-child{padding-left:0;}
ul.banner_list li:last-child{padding-right:0;}
ul.banner_list li:after{
    content:'';
    position:absolute;
	top:3px;
   	bottom:3px;
    right:0;
    width:1px;
    background:#A56D00;
	background:linear-gradient(180deg, rgba(165, 109, 0, 1) 0%, rgba(184, 131, 18, 1) 20%, rgba(245, 205, 76, 1) 50%, rgba(188, 136, 21, 1) 80%, rgba(165, 109, 0, 1) 100%);
	}
ul.banner_list li:last-child:after{display:none;}
ul.banner_list li p{
	color:#ffffff;
	font-size:22px;
	line-height:27px;
	text-align:left;
	}
.banner_list_icon_box{
	flex-shrink:0;
	}
.banner_list_icon_box img{
	display:inline-block;
	vertical-align:middle;	
	width:auto;
	object-fit:contain;
	height:48px;
	}
		
/*=======COMMON-CSS======*/		
.common_heading{
	color:#000000;
	font-size:70px;
	line-height:70px;
	font-weight:bold;
    font-family: 'Bebas Neue';
	}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:26px;
	margin-top:15px;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	max-width:415px;
	width:100%;
	height:65px;
	color:#ffffff;
	font-size:28px;
	line-height:65px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:0.3px;
	text-align:center;
	column-gap:20px;
	background: #00AC39;
	background: linear-gradient(90deg, rgba(0, 172, 57, 1) 15%, rgba(3, 186, 63, 1) 43%, rgba(3, 188, 64, 1) 63%, rgba(6, 200, 70, 1) 85%);
	-webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1);
	margin-top:35px;	
	text-shadow:1px 3px #03a538;
	position: relative;
	border:none;
	cursor:pointer;
	-webkit-appearance:none;
	}
.common_button img{
    display: inline-block;
    vertical-align: middle;
    width:22px;
    margin: -3px 0 0 15px;
	}
	
/*=========================*/	
/*========Section1========*/
.section1{
	float:left;
	width:100%;
	padding:65px 0;
    position:relative;
	}
.section1:after{
    content:'';
    position:absolute;
   	bottom:-40px;
    height:145px;
    left:50%;
    transform:translateX(-50%);
    width:1px;
    background:#000000;
	z-index:1;
	}
.section1_box{
	display:inline-block;
	vertical-align:middle;
	max-width:735px;
	width:100%;
	}
.section1_block1{
	display:inline-block;
	vertical-align:middle;
	max-width:570px;
	width:100%;
	border:10px solid #fceed4;
	border-bottom:none;
	padding-top:40px;
	}
.section1_block2{
	display:inline-block;
	vertical-align:middle;
	max-width:570px;
	width:100%;
	border:10px solid #fceed4;
	border-top:none;
	padding-bottom:40px;
	}
.section1_content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:10px 0 20px;
	}
.section1_box_text{
	color:#000000;
	font-size:40px;
	line-height:45px;
	font-weight:bold;
	margin-top:20px;
	}
.section1_box_text span{	
	background: #A56D00;
	background: linear-gradient(180deg, rgba(165, 109, 0, 1) 0%, rgba(184, 131, 18, 1) 20%, rgba(245, 205, 76, 1) 50%, rgba(188, 136, 21, 1) 80%, rgba(165, 109, 0, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
	
/*========Section2========*/
.section2{
	float:left;
	width:100%;
	background:#fcf8ef;
	padding:70px 0;
	}		
.section2_content{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:1130px;
	width:100%;
	margin:0 auto;
	}
.section2_content_left{
	width:45%;
	}
.section2_content_box{
	float:left;
	width:100%;
	background:#ffffff;
	text-align:left;
	border-radius:12px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	padding:25px 20px 20px 25px;
	position:relative;
	}
.section2_content_box_heading{
    color:#000000;
    font-size:70px;
    line-height:70px;
    font-weight:bold;
    font-family:'Bebas Neue';
	}
.section2_content_box_paragraph{
    color:#000000;
    font-size:18px;
    line-height:26px;
    margin-top:10px;
	}
.section2_content_icon{
	position:absolute;
	top:30px;
	right:30px;
	width:65px;
	}
.section2_image{
	display:block;
	margin:10px auto 0;
	}
.section2_content_right{
	width:53%;
	}
.section2_row{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:20px;
	column-gap:1.5%;
	width:100%;
	}
.section2_column{
	width:48.5%;
	text-align:left;
	background:#ffffff;
	border-radius:12px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	padding:25px 20px 20px 25px;
	}
.section2_column:first-child{
	width:100%;
	padding:30px 275px 30px 25px;
	position:relative;
	}
.section2_column_top{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.section2_column_heading{
	width:calc(100% - 88px);
	color:#000000;
	font-size:27px;
	line-height:33px;
	font-weight:bold;
    padding-bottom:15px;
	position:relative;
	}
.section2_column_heading:after{
    content: '';
    position:absolute;
    bottom:0;
	left:0;
    background:#dca63e;
    height:3px;
    width:38px;
	}
.section2_column_icon_box{
	 width:88px;
	 flex-shrink: 0;
	}
.section2_column_icon_box img{
	display:block;
	margin:0 auto;
	}
.section2_column_icon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:40px;
	width:185px;
	}
.section2_column_paragraph{
	color:#000000;
	font-size:18px;
	line-height:26px;
	margin-top:20px;
	}
	
/*========Section3========*/
.section3{
	float:left;
	width:100%;
	padding:70px 0;
	}	
.ingredients_row{
	display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:40px 30px;
	width:100%;
	margin:35px auto 0;	
	}
.ingredients_column{
	display:flex;
    flex-wrap:wrap;
    flex-direction:column;
	}
.ingredients_image_box{
	width:100%;	
	}
.ingredients_image_box img{
	display:inline-block;
	vertical-align:middle;
	border-radius:15px;
	border:1px solid #d69626;
	}
.ingredients_content{
	width:100%;	
	padding:25px 24px 0;
	}
.ingredients_heading{
	color:#d69626;
	font-size:32px;
	line-height:27px;
	font-weight:bold;
    font-family:'Bebas Neue';
	}
.ingredients_paragraph{
	color:#000000;
	font-size:18px;
	line-height:26px;
	margin-top:10px;	
	}

/*========Section4========*/
.section4{
	float:left;
	width:100%;
	background:#fcf8ef;
	padding:70px 0;
	}	
.section4_image_box{
	display:inline-block;
	vertical-align:middle;
	max-width:1150px;
	width:100%;
	border:1px solid #a4a29d;
	padding:10px 10px;
	margin-top:30px;
	}
.section4_image{
	display:block;
	margin:0 auto;
	}
ul.section4_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	column-gap:35px;
	width:100%;
	margin:30px auto 0;
	}
ul.section4_list li{
	width:10.8%;
	position:relative;
	} 
.section4_list_logo{
	display:inline-block;
	vertical-align:middle;
	}

/*========Section5========*/
.section5{
	float:left;
	width:100%;
	padding:70px 0 40px;
	}	
.package_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:1086px;
	width:100%;
	margin:60px auto 0;
	}
.package_column{
	width:31.5%;
	border:1px solid #7d7d7d;
	background:#ffffff;
	border-radius:3px;
	text-align:center;
	overflow:hidden;
	}
.package_top{
	float:left;
	width:100%;
	background:#dfdfdf;
	padding:8px 0;
	}
.package_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	font-weight:600;
	text-transform:uppercase;
	}
.package_detail_box{
	float:left;
	width:100%;
	background:#ffffff;
	}
.package_sub_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:70px;
	line-height:56px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Bebas Neue';
	margin-top:25px;
	}
.supply_text{
	float:left;
	width:100%;
	color:#000000;
	font-size:24px;
	line-height:24px;
	margin-top:8px;
	}
.save_text{
	float:left;
	width:100%;
	color:#000000;
	font-size:35px;
	line-height:45px;
	letter-spacing:0.5px;
	font-weight:bold;
	}
.package_middle{
	float:left;
	width:100%;
	background:#ffffff;
	padding:15px 0 20px;
	}
.package_product_box{
	float:left;
	width:100%;
	position:relative;
	}
.package_product{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	object-fit:contain;
	height:240px;
	}
.cut_price_text{
	float:left;
	width:100%;
	color:#000000;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-top:10px;
	}
.cut_price_text span{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.cut_price_text span:before{
	content:'';
	position:absolute;
	left:-2px;
	right:-2px;
	top:12px;
	height:2px;
	background:#ff0000;
	transform:rotate(-12deg);
	}
.price_text{
	float:left;
	width:100%;
	color:#000000;
	font-size:16px;
	line-height:26px;
	letter-spacing:0.3px;
	margin-top:5px;
	}
.price_text span{
	vertical-align:sub;
	font-size:50px;
	line-height:40px;
	font-weight:bold;
	}	
.total_price_text{
	float:left;
	width:100%;
	color:#000000;
	font-size:17px;
	line-height:26px;
	font-weight:500;
	margin-top:8px;
	}	
.package_button{
	display:inline-block;
	vertical-align:top;
	max-width:310px;
	width:100%;
	height:65px;
	color:#ffffff;
	font-size:25px;
	line-height:65px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.3px;
	text-align:center;
	background:#05c745;
	-webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1);
	margin-top:12px;	
	text-shadow:1px 2px #03a538;
	cursor:pointer;
	}
.ship_text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#ff0000;
	font-size:17px;
	line-height:25px;
	letter-spacing:0.3px;
	font-weight:500;
	margin-top:10px;
	}
.shipping_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 0;
	width:25px;
	}
.package_cards_image{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	width:178px;
	}
.package2{border:none; margin-top:-20px; -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); position:relative; z-index:1; padding:3px;}
.package2:before{
	content:'';
    position:absolute;
	top:0;
   	bottom:0;
	left:0;
    right:0;
    background:#A56D00;
	background:linear-gradient(180deg, rgba(165, 109, 0, 1) 0%, rgba(184, 131, 18, 1) 20%, rgba(245, 205, 76, 1) 50%, rgba(188, 136, 21, 1) 80%, rgba(165, 109, 0, 1) 100%);
	z-index:-1;
	}
.package2 .package_top{background:#d69626;}
.package2 .package_heading{color:#ffffff;}
.package2 .package_middle{padding-top:30px;}
.package2 .cut_price_text{margin-top:15px;}
.guarantee_image{
	display:inline-block;
	vertical-align:middle;
	width:858px;
	margin-top:90px;
	}

/*========Section6========*/
.section6{
	float:left;
	width:100%;
	padding:40px 0 70px;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin-top:25px;
	}
.faq-row{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:6px;
	border:2px solid #000000;
	margin-top:10px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat 96% center;
	background-size:12px;
	padding:19px 65px 19px 25px;
	color:#000000;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat 96% center;
	background-size:10px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 25px 5px 25px;
	margin-top:-10px;
	}
.acdn-para{
	color:#000000;
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
	}	
	
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #afafaf;
	padding:40px 0;
	}	
.disclaimer_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0 95px;
	margin-bottom:35px;
	}
.disclaimer_text{
	color:#000000;
	font-size:13px;
	line-height:17px;
	margin-top:20px;
	text-align:left;				
	}	
.footer_text{
	color:#000000;
	font-size:15px;
	line-height:22px;
	margin-top:10px;
	}
.footer_text a{padding:0 5px;}		

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}
.golden_color{color:#d69626;}
.mt-0{margin-top:0 !important;}

@media only screen and (max-width:1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.ingredients_row{gap:35px 20px;}
.ingredients_content{padding:25px 14px 0;}

.section2_content_box_heading{font-size:62px; line-height:62px;}
.section2_content_box_paragraph{padding-right:0;}
.section2_content_icon{top:35px; right:25px; width:60px;}
.section2_column{padding:20px 20px 20px 20px;}
.section2_column:first-child{padding:22px 190px 25px 20px;}
.section2_column_icon{right:25px; width:140px;}
.section2_column_icon_box{width:80px;}
.section2_column_heading{width: calc(100% - 80px); font-size:22px;  line-height:27px;}

.package_column{width:32.5%;}
.package_top{padding:10px 0;}
.package_heading{font-size:22px; line-height:22px;}
.package_product{width:auto; height:230px;}
.package_button{max-width:290px;}

.disclaimer_box{padding:0 50px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.common_heading{font-size:52px; line-height:52px;}
.common_paragraph{font-size:17px; line-height:24px;}
.common_button{max-width:345px; height:60px; font-size:24px; line-height:60px; margin-top:30px;}

.top_fix_bar{margin-bottom:65px;}
.header{top:65px; height:65px; padding:3px 0; margin-top:-65px;}
.logo{width:75px;}
.header_btn{height:42px; line-height:42px;}
.nav_list{margin:20px 0 0 20px;}
.nav_list li{padding:0 10px;}
.nav_list li a{font-size:12px; line-height:12px;}

.banner{height:795px; background-size:cover; padding:40px 0 45px;}
.banner_heading{font-size:50px; line-height:54px;}
.banner_paragraph{font-size:17px; line-height:25px;}
ul.banner_list{margin:30px auto 0;}
ul.banner_list li{padding:0 30px;}
ul.banner_list li p{font-size:20px; line-height:26px;}
.banner_list_icon_box img{height:40px;}

.section1{padding:45px 0;}
.section1:after{bottom:-28px; height:110px;}
.section1_box{max-width:650px;}
.section1_block1, .section1_block2{max-width:530px;}
.section1_block1{padding-top:30px;}
.section1_block2{padding-bottom:30px;}
.section1_box_text{font-size:32px; line-height:40px;}

.section2{padding:50px 0 45px;}
.section2_content{padding:0 15px;}
.section2_content_left{width:100%;}
.section2_content_box{padding:25px 40px 25px 25px;}
.section2_content_box_heading{font-size:43px; line-height:43px;}
.section2_content_icon{top:30px; right:45px; width:60px;}
.section2_content_box_paragraph{font-size:17px; line-height:25px;}
.section2_content_right{width:100%; margin-top:20px;}
.section2_column:first-child{padding:20px 15px;}
.section2_column_paragraph{font-size:17px; line-height:25px;}

.section3{padding:45px 0;}
.ingredients_row{gap:30px 15px; margin:30px auto 0;}
.ingredients_content{padding:20px 10px 0;}
.ingredients_heading{font-size:30px; line-height:25px;}
.ingredients_paragraph{font-size:16px; line-height:24px; margin-top:8px;}

.section4{padding:45px 0;}
.section4_image_box{padding:5px 5px; margin-top:25px;}
ul.section4_list{column-gap:20px;}
ul.section4_list li{width:14%;}

.section5{padding:45px 0 25px;}
.package_row{margin-top:45px;}
.package_heading{font-size:17px; line-height:17px;}
.package_sub_heading{font-size:50px; line-height:42px; margin-top:20px;}
.supply_text{font-size:17px; line-height:17px; margin-top:5px;}
.package_middle{padding:5px 0 20px;}
.package_product{height:150px;}
.cut_price_text{line-height:20px;}
.price_text{font-size:20px; line-height:45px;}
.price_text span{font-size:45px;}
.total_price_text{font-size:17px; line-height:21px;}
.package_button{max-width:215px; height:60px; font-size:22px; line-height:60px; margin-top:10px;}
.ship_text{font-size:15px; line-height:21px; margin-top:8px;}
.shipping_icon{margin:0 8px 0 0;width:22px;}
.package2 .package_middle{padding-top:18px;}
.guarantee_image{margin-top:60px;}

.section6{padding:30px 0 45px;}
.faq-box{margin-top:5px;}
.faq-row{margin-top:15px;}
.acdn-heading.accordion-open:before{left:20px; right:20px;}
.accordion{padding:19px 55px 18px 20px;}
.acdn-content{padding:0 20px 5px; margin-top:-5px;}

.footer{padding:35px 0;}
.disclaimer_box{padding:0 0; margin-bottom:30px;}
.disclaimer_text{margin-top:15px;}

}

@media only screen and (max-width:767px){
body{letter-spacing:-0.3px;}
.container{max-width:600px; width:100%; padding:0px 20px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.common_heading{font-size:36px; line-height:36px;}
.common_paragraph{font-size:16px; line-height:24px; margin-top:10px; letter-spacing:-0.5px;}
.common_button{font-size:20px; margin-top:25px; max-width:320px;}

.top_fix_bar{margin-bottom:55px;}
.header{top:55px; height:55px; padding:4px 0; margin-top:-55px; box-shadow:none;}
.fixed-nav .header{-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1); box-shadow:0 5px 8px 0 rgba(0, 0, 0, .1);}
.logo{width:59px;}
.header_btn{width:130px; height:36px; font-size:15px; line-height:36px; margin-top:5px;}
.nav_list{display:none;}

.banner{height:auto; background:url(../images/mob-bnr-bg.webp)no-repeat center bottom #090704; background-size:100%; padding:25px 0 0; padding-bottom:95%;}
.banner_content{width:100%; text-align:center;}
.banner_heading{font-size:40px; line-height:40px;}
.banner_paragraph{font-size:16px; line-height:22px; margin-top:6px;}
.banner_content_image{float: none; width:100%; border-radius:10px; margin:20px auto 0;}
ul.banner_list{width:calc(100% + 30px); margin-left:-15px; margin-top:20px;}
ul.banner_list li{column-gap:8px; padding:0 10px;}
ul.banner_list li p{font-size:15px; line-height:23px;}
.banner_list_icon_box img{height:26px;}

.section1{padding:40px 0;}
.section1:after{bottom:-23px; height:90px;}
.section1_block1, .section1_block2{border-width:5px;}
.section1_block1{padding-top:20px; max-width: 280px;}
.section1_block2{padding-bottom:26px; max-width: 280px;}
.section1_content{padding:10px 0 15px;}
.section1_box_text{font-size:20px; line-height:26px; margin-top:15px; letter-spacing:-0.5px;}

.section2{padding:45px 0 40px;}
.section2_content{max-width:365px; padding:0 0;}
.section2_content_box{padding:20px 15px;}
.section2_content_box_heading{font-size:32px; line-height:34px;}
.section2_content_icon{top:20px; right:20px; width:50px;}
.section2_content_box_paragraph{font-size:16px; line-height:24px;}
.section2_content_right{margin-top:15px;}
.section2_row{row-gap:15px; column-gap:normal;}
.section2_column{width:100%; padding:20px 15px;}
.section2_column_heading{font-size:22px; line-height:26px;}
.section2_column_icon_box{width:70px;}
.section2_column_paragraph{font-size:16px; line-height:22px; margin-top:15px; letter-spacing:-0.5px;}

.section3{padding:40px 0;}
.ingredients_row{grid-template-columns:1fr; margin:30px auto 0; gap: 40px 15px;}
.ingredients_content{padding:15px 0 0; text-align:left;}
.ingredients_heading{font-size:28px; line-height:26px;}
.ingredients_paragraph{font-size:16px; line-height:24px;}

.section4{padding:40px 0;}
.section4_image_box{max-width:452px; padding:2px 2px; margin-top:20px;}
ul.section4_list{row-gap:15px; column-gap:15px; margin:25px auto 0;}
ul.section4_list li{width:23%;}

.section5{padding:30px 0 25px;}
.package_row{row-gap:20px; margin-top:10px;}
.package_column{width:100%; margin-top:10px;}
.package2{order:1;}
.package3{order:2;}
.package1{order:3;}
.package_heading{font-size:21px; line-height:21px; letter-spacing:0.5px;}
.supply_text{font-size:16px; line-height:16px; margin-top:8px;}
.package_middle{padding:5px 15px 20px;}
.package_product{height:auto;}
.cut_price_text span:before{top:9px; transform:rotate(-7deg);}
.price_text{font-size:20px; line-height: 30px;}
.total_price_text{font-size:16px; line-height:20px;}
.package_button{max-width:310px; font-size:26px;}
.package2 .package_middle{padding-top:15px;}
.guarantee_image{margin-top:30px;}

.section6{padding:25px 0 30px;}
.accordion{font-size:17px; line-height:24px; padding:10px 50px 11px 15px; background-size:13px;}
.acdn-heading.accordion-open{background-size:13px;}
.acdn-heading.accordion-open:before{left:15px; right:15px;}
.acdn-content{padding:0px 15px 5px 15px;}
.acdn-para{font-size:15px; line-height:23px; margin-bottom:15px;}

.footer{padding:25px 0;}
.disclaimer_box{margin-bottom:20px;}
.disclaimer_text{font-size:11px; line-height:17px;}
.footer_text{font-size:12px; line-height:18px;}
.footer_text a{padding:0 1px;}
.footer_text .margin_top{margin-top:8px;}

}