@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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
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-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;
}	

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk, .show-tab{display:none;}

/*-----------------------
TOP STRIP
------------------------*/
.top_strip{
	float:left;
	width:100%;
	background:#fa5b3d;
	padding:3px 0;
	position:relative;
	z-index:2;
	}
.strip_iner{
	display:-webkit-flex;
	display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	column-gap:25px;
	}
.strip_text{
	font-size:18px;
	line-height:22px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	}
.offer_txt{
	font-size:17px;
	line-height:22px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	}
.discount_img{
	display:inline-block;
	vertical-align:middle;
	width:34px;
	}
.strip_cont{
	display:flex;
	align-items:center;
	gap:0 10px;
}
.timer-container2{
	display: flex;
    align-items: flex-start;
    justify-content: center;
	margin:0 0;
	}
.timer-container2 .time-box2{
	width: 35px;
	font-size: 20px;
	line-height:21px;
    color: #020202;
	font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
	}
.timer-container2 .label2{font-size: 11px; line-height:12px;color: #000;}
.timer-container2 .colon2 {
    font-size: 20px;
    margin: 0 5px;
    line-height: 35px;
    color:  #fff;
	font-weight:300;
	}
.time-group2{
	background-color: #ffffff;
	border-radius: 4px;
	padding:3px 1px 4px;
}

/*-----------------------
HEADER
------------------------*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:62px;
	background: #fff;
    position: relative;
    z-index: 2;
}
.header{
	background:#fff;
	float:left;
	width:100%;
	height:62px;
	margin-top: -62px;
	position: relative;
	top:62px;
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
}
.logo{
	float:left;
	margin-top:20px;
	width:197px;
}
.header_btn{
	float:right;
	width:166px;
	height:40px;
	background:#00bc40;
	border-radius:100px;
	font-size:17px;
	line-height:38px;
	font-weight:700;
	color:#fff;
	margin:11px 0 0;
}
.header_btn img{
	width:19px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 8px;
}

ul.menu_list{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:22px;
}
ul.menu_list li{
	float:left;
	padding:0 18px;
	position:relative;
}
ul.menu_list li a{
	font-size:16px;
	line-height:20px;
}

/*====scroll_strip====*/
.scroll_strip{
	float: left;
    width: 100%;
    padding: 10px 0 10px;
    overflow: hidden;
    background: #f2e9e7;
    display: flex;
    flex-wrap: nowrap;
	position:relative;
	z-index:1;
	}
ul.scroll_strip_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_strip_list li{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    position: relative;
    font-size: 14px;
    line-height: 14px;
	font-weight:500;
    color: #000;
	}
ul.scroll_strip_list li:before {
    content: '';
	width:5px;
	height:5px;
	background:#fa5b3d;
	border-radius:50%;
    position: absolute;
    left: 0;
    top: 4px;
}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}	


/*-----------------------
BANNER
------------------------*/
.banner{
	float:left;
	width:100%;
	padding:35px 0 80px;
	background: url(../images/banner-bg.webp) center top no-repeat;
	background-size:cover;
	}
.banner_inner{
	float:left;
	width:56.5%;
	text-align:left;
	}
.rating_view{
	font-size:16px;
	line-height:20px;
	color:#000;
	}
.rating_view img{
	width:92px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
}
.rating_view img.trust_logo{width:82px; margin:-3px 0 0 5px;}
.banner_heading{
	font-size:55px;
	line-height:58px;
	font-weight:700;
	letter-spacing:-1px;
	margin:12px 0 0;
	}
.banner_heading span{
	color:#fa5b3d;
	}
.banner_text{
	font-size:15px;
	line-height:22px;
	margin-top:10px;
	max-width:620px;
	position:relative;
	}

.banner__points{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	max-width:640px;
	margin-top:10px;
	}
.banner__points li{
	float:left;
	width:49%;
	margin-top:12px;
	font-size:16px;
	line-height:22px;
	font-weight:500;
	letter-spacing:-0.3px;
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	background:#f6efe9;
	padding:8px;
	border-radius:6px;
	text-align:left;
	}
.banner__points li img{
	width:33px;
	}
.banner__points li p{
	width:calc(100% - 30px);
	padding:0 0 0 5px;
}
.banner-product{
	position: absolute;
	top: -85px;
	right: 0;
	width: 540px;
	text-align:center;
	}
.banner_prod_img{
	width:152px;
	position:relative;
	margin:-35px auto;
}	

.button_box{
    display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	margin-top:35px;
	text-align:center;
	overflow: hidden;
	}
.button_arw{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin: -2px 0 0 10px;
	}

.ship_text{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	color:#000;
	margin-bottom:8px;
	position:relative;
	}
.ship_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:6px;
	height:6px;
	background:#16c60c;
	border-radius:50%;
	margin:-1px 7px 0 0;
	animation:breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
	}
.balance_icon{
	width:9px;
	margin:0 6px;
	animation:rotate 2.5s  ease-in-out forwards infinite 
}
@keyframes rotate{
0%{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{ transform:rotate(180deg)}
}
.low-stock-row{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	width:80px;
	margin:0 10px;
	}
.low-stock-indicater{
	width:13px;
	height:14px;
	background:#e6e6e6;
	}
.low-stock-indicater.active > span{
	background:#ef2000;
	width:100%;
	height:100%;
	float:left;
	}
.fade{
	animation:fade 1.2s ease infinite;
	}
@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0.1;}
	100%{ opacity:1;}
	}
.ship_text span{
	color:#ff0000;
	font-weight:900;
}
.common_button{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	border-radius: 50px;
	background: #00bc40;
	transition: all 0.25s ease;
	font-size: 22px;
	line-height: 58px;
	color: #fff;
	font-weight: 800;
	column-gap: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
	animation-name: pulse;
    -webkit-animation-name: pulse;   

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	}
.button_arrow {
    width: 20px;
}
@keyframes pulse {
0% {transform: scale(0.9);}
50% { transform: scale(1);  }   
100% {transform: scale(0.9);}           
}
@-webkit-keyframes pulse {
0% { -webkit-transform: scale(0.95); }
50% {-webkit-transform: scale(1);   }   
100% {-webkit-transform: scale(0.95);}           
}

.button_bottom-text{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:16px;
	color:#010101;
	font-weight:500;
	margin-top:8px;
}
.button_bottom-text img{
	width:17px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 3px 0 0;
}

/*-----------------------
RESEARCH SECTION
------------------------*/
.sec1{
	float:left;
	width:100%;
	border-bottom:1px solid #c7c7c7;
}

.research_container{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.research_left{
	display:flex;
	align-items:center;
	gap:10px;
}

.research_image img{
	width:183px;
	height:auto;
	display:block;
	margin:-45px auto 0;
}

.research_text{
	text-align:left;
}

.research_small{
	margin:0;
	font-size:18px;
	line-height:22px;
	color:#555;
}

.research_name{
	margin:5px 0 0 0;
	font-size:20px;
	line-height:28px;
	font-weight:700;
	color:#000;
}

.research_divider{
	width:1px;
	height:105px;
	background:#dcdcdc;
	margin:0 20px;
}

.research_right{
	text-align:center;
	flex:1;
}

.research_title{
	margin:0 0 10px 0;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#000;
}

.research_logos{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:20px;
	flex-wrap:wrap;
}

.research_logos img{
	width:auto;
	object-fit:contain;
}
.pubmed_logo{height:41px;}
.wiley_logo{height:24px;}
.ascpt_logo{height:19px;}
.sciencedirect_logo{height:32px;}
.mdpi_logo{height:47px;}

/*-----------------------
SECTION-2
------------------------*/
.sec2{
	float: left;
    width: 100%;
    padding: 50px 0 60px;
    position: relative;
    overflow: clip;
    z-index: 1;
}
.common_heading{
	font-size:47px;
	line-height:52px;
	font-weight:700;
	position:relative;
	z-index:1;
	letter-spacing:-0.5px;
}
.common_heading span{color:#fa5b3d;}
.sec2 .common_heading span{color:#ec0303;}
.common_text-center{
	max-width: 670px;
    margin: auto;
    width: 100%;
}
.common_text {
    font-size: 18px;
    line-height: 26px;
	color:#000;
    margin-top: 20px;
}

.thermo_image_wrapper {
    margin: 40px auto 10px;
    width: 581px;
}

.thermo_image_wrapper img {
    width: 100%;
    border-radius: 200px;
    display: block;
	position: relative;
    z-index: 1;
}

.thermo_card_wrapper {
    border-radius: 18px;
	position:relative;
}
.thermo_card_wrapper:before{
	content:'';
	left:50%;
	transform:translateX(-50%);
	bottom:0;
	height:340px;
	position:absolute;
	max-width:930px;
	width:100%;
	border:1px dashed #cbcbcb;
	border-bottom:none;
	border-radius:30px;
}

.thermo_when {
    font-size: 20px;
	line-height:24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.thermo_cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.thermo_card {
    background: #f5f5f5;
	border:1px solid #d7d7d7;
    padding: 20px 8px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.thermo_icon {
    position: relative;
    margin-bottom: 10px;
}

.thermo_icon{
    width: 90px;
}

.thermo_cross {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 19px;
}

.thermo_card p {
    font-size: 17px;
	line-height:25px;
	font-weight:600;
    color: #000;
}

.thermo_people {
    margin-top: 20px;
}

.thermo_people img {
    width: 171px;
}

.thermo_footer {
    margin-top: 10px;
    font-size: 20px;
	line-height:28px;
	font-weight:700;
    color: #000;
}

/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float:left;
	width:100%;
	background:url(../images/meet-bg.webp) center top no-repeat;
	background-size:cover;
}
.meet_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.meet_left {
	width: 40%;
	text-align:left;
	padding:60px 0 70px;
}
.feature_list {
  list-style: none;
  margin-top: 15px;
}
.feature_list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height:24px;
  font-weight: 700;
  padding:8px 0 8px;
  border-bottom:1px solid #ccc;
}
.feature_list li:last-child{border-bottom:none;}
.feature_list img {
  width: 20px;
  margin-right: 10px;
}
.meet_center {
	width: 474px;
	text-align: center;
	position:absolute;
	right:260px;
	bottom:0;
}

.meet_right {
	width: 26.5%;
	position:relative;
}
.product_card {
	background: #fff;
	border-radius: 12px;
	padding:35px 25px;
	text-align: center;
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
	margin-bottom: 15px;
	border:1px solid #ffdca6;
	position:relative;
}
.product_card_icon{
	position:absolute;
	left:20px;
	top:20px;
	width:48px;
}
.product_card_img {
	width: 160px;
	display:inline-block;
	vertical-align:top;
}
.rating_row {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 14px;
	margin-bottom: 15px;
}
.rating_row_star{
	width:19px;
	margin:-2px 5px 0 0;
}
.rating_row span {
	margin:0 0 0 5px;
}
.chart_box {
	max-width:307px;
	margin:50px 0 0;
}
.chart_box img {
	width: 100%;
	display:inline-block;
	vertical-align:top;
}
.max_width{max-width:420px; width:100%;}

.meet_right .rating_view{
	font-size: 12px;
    line-height: 18px;
	}
.meet_right .rating_view img{
	width: 70px;
    margin: -3px 2px 0 0;
	}

/*-----------------------
SECTION-4
------------------------*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 70px;
}

.fat_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
	position:relative;
	margin:30px auto 10px;
}
.fat_cards:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:14px;
	width:70%;
	border-top:2px dotted #000;
	z-index:-1;
}

.fat_card {
    text-align: center;
	display: flex;
    flex-direction: column;
}
.fat_step_num{
	width:29px;
	height:29px;
	border-radius:50%;
	background:#fa5b3d;
	font-size:18px;
	line-height:29px;
	font-weight:700;
	color:#fff;
	margin:0 auto 25px;
}
.fat_card_inner{
	background:#fffaf9;
	border: 1px solid #fad5ce;
    border-radius: 10px;
    padding: 30px 30px 35px;
	display: flex;
    flex-direction: column;
    flex: 1;
}

.fat_title {
    font-size: 26px;
	line-height:32px;
    font-weight: 700;
    color: #fa5b3d;
    margin-bottom: 15px;
}

.fat_text {
    font-size: 16px;
	line-height:22px;
    color: #000;
    margin-bottom: 25px;
}

.fat_image {
	width:100%;
	height:245px;
	object-fit:cover;
	margin:auto auto 0;
}

/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:url(../images/common-bg.webp) center top no-repeat;
	background-size:cover;
}

.benefit_container {
    margin: 10px auto 0;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.benefit_left,
.benefit_right {
    display: flex;
    flex-direction: column;
	max-width:360px;
	width:40%;
}
.benefit_item {
    display: flex;
    align-items: flex-start;
	flex-direction:column;
	padding:18px 0;
	border-bottom:1px solid #d1cac7;
}
.benefit_left .benefit_item:last-child, .benefit_right .benefit_item:last-child{border-bottom:none;}
.benefit_icon {
    width:53px;
}

.benefit_icon img {
	width:100%;
}
.benefit_content{
	text-align:left;
}
.benefit_content h3 {
    font-size: 24px;
	line-height:30px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #4a1a11;
}

.benefit_content p {
    font-size: 18px;
	line-height:26px;
    color: #000;
    margin: 0;
}
.benefit_center {
	width:485px;
	position:absolute;
	left: calc(50% - 20px);
	transform:translateX(-50%);
	top:30px;
}


/*-----------------------
SECTION-6
------------------------*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
}
.ingred_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
	margin:30px auto 0;
}

.ingred_item img {
    width: 240px;
    height: auto;
    margin-bottom: 10px;
}

.ingred_item h4 {
    font-size: 24px;
	line-height:30px;
	font-weight:700;
	color:#4a1a11;
    margin-bottom: 10px;
}

.ingred_item p {
    font-size: 16px;
	line-height:22px;
    color: #000;
    margin: 0 auto;
	padding:0 7px;
}

.ingred_badges {
    background: #feeeeb;
    padding: 30px 20px;
    border-radius: 14px;
	max-width:1030px;
	width:100%;
    margin: 60px auto 0;
}

.ingred_badges h4 {
    font-size: 25px;
	line-height:30px;
    margin-bottom: 25px;
    font-weight: 800;
}

.ingred_badge_row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
}

.ingred_badge img {
    width: 85px;
	display:block;
    margin:0 auto 12px;
}

.ingred_badge span {
    font-size: 16px;
	line-height:22px;
    font-weight: 600;
    color: #000;
}

/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:url(../images/common-bg.webp) center top no-repeat;
	background-size:cover;
}
.review_card_container{
	max-width:900px;
	width:100%;
	margin:40px auto 0;
	display:flex;
	flex-direction:column;
	gap:30px 0;
}
.review_card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.review_card.reverse {
    flex-direction: row-reverse;
}

.review_image img {
    width: 216px;
    border-radius: 14px;
    border: 2px solid #fa5b3d;
	box-sizing:content-box;
}

.review_content {
    flex: 1;
	text-align:left;
	padding:0 30px;
}

.review_content h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.review_stars {
    width:112px;
    margin-bottom: 12px;
}

.review_content p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
}

.review_author {
    font-size: 16px;
	line-height:22px;
    color: #696969;
}
.review_author span{
	color:#000;
	font-weight:700;
}

.review_quote {
	width:42px;
    position: absolute;
	top:50%;
}

.right_quote {
    right: -20px;
    bottom: 15px;
	transform:translateY(-50%);
}

.left_quote {
    left: -20px;
    bottom: 15px;
	transform:scaleX(-1) translateY(-50%);
}

/*-----------------------
SECTION-8
------------------------*/
.sec8{
	float:left;
	width:100%;
	padding:60px 0 0;
}
.compare-chart{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin-top:80px;
	margin-bottom:10px;
	}
.chart-col1{
	float:left;
	width:36%;
	text-align:left;
	}
.chart-row{
	float:left;
	width:100%;
	height:58px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-bottom:1px solid #2b4d31;
	}
.chart-col1	.chart-row{ padding: 0 15px 0 0;}
.chart-round-tick{width:25px;}
.chart-round-tick.big{width:32px;}
.chart-col1	.chart-row p{
	font-size:16px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	}
.chart-row:first-child{
	height:110px;
	}
.chart-col2{
	float:left;
	width:22%;
	border-radius:12px;
	background:#fa5b3d;
	margin:20px 0 0;
	}	
.chart-col2 .chart-row{justify-content: center; flex-direction:column; border-bottom:none;}		
.chart-col2 .chart-prod{display:block; margin:-80px auto 0; width:60px;}
.chart-col2 .chart-row p{
	text-align:center;
	font-size:16px;
	line-height:18px;
	font-weight:600;
	}
.chart-row p span{font-size:13px; line-height:13px; font-weight:600;}
.chart-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.chart-row p{
	font-size:19px;
	line-height:26px;
	color:#000;
	}
.chart-right{
	float:left;
	width:42%;
	}	
.chart-col{
	float:left;
	width:50%;
	}
.chart-col .chart-row{justify-content: center;}
.chart-col .chart-row p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	text-align:center;
	padding:10px 20px;
	}
.chart_logo{width:108px; margin-top:15px; filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1);}
.chart-col2 .chart-row:first-child{height:90px; border-bottom:none;}
.chart-col2 .chart-row:last-child{height:25px; border-bottom:none;}
.chart-col2 .chart-row:nth-last-child(2){border-bottom:none;}
.chart-prod{margin:-30px auto -20px; width:76px;}

.moneyback_col{
	max-width:770px;
	width:100%;
	margin:100px auto 0;
	background:#fa5b3d;
	border-radius:30px;
	padding:20px 50px 25px;
}
.guaranty-seal{
	display:block;
	margin:-90px auto 25px;
	width:129px;
	box-shadow:0px 0px 0px 8px #fff;
	border-radius:50%;
}
.moneyback_heading{
	font-size:36px;
	line-height:40px;
	font-weight:800;
	color:#fff;
}
.moneyback_btm{
	display:inline-block;
	vertical-align:top;
}
.moneyback_text{
	font-size:17px;
	line-height:25px;
	margin-top:15px;
	color:#fff;
}

/*-----------------------
SECTION-9
------------------------*/
.sec9{
	float:left;
	width:100%;
	padding:60px 0 70px;
}
.bonus_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items: start;
	margin:50px auto 0;
}

.bonus_item {
    padding: 0 15px;
    position: relative;
}

.bonus_divider {
    border-left: 1px solid #d8d8d8;
	height:100%;
}

.bonus_image_wrap {
    position: relative;
    margin-bottom: 25px;
}

.bonus_image_wrap img {
    max-width: 100%;
    height: auto;
}

.bonus_badge {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 90px;
}

.bonus_badge_shipping {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 80px;
}

.bonus_heading {
    font-size: 24px;
	line-height:30px;
    font-weight: 700;
    color: #4a1a11;
    margin-bottom: 18px;
}

.bonus_text {
    font-size: 18px;
	line-height:26px;
    color: #000;
    margin: 0 auto;
}

/*-----------------------
SECTION-10
------------------------*/
.flt {
    float: left;
    width: 100%;
}
.strip1{background:#fa5e41;padding:35px 0 24px 0;color:#fff;}
.countertxt{
	font-weight:bold;
	font-size:52px;
	line-height:60px;
	color:#fff000;
	text-align:center;
	margin-top:2px;
}
/*--------------------strip3------------------*/
.strip3{
	padding:20px 0;
	color:#fff;
	background-image: linear-gradient(to right, rgba(248,93,64,1), rgba(123,46,32,1), rgba(248,93,64,1));
}
ul.strip3-list{display:flex;justify-content:center;text-align:center;flex-wrap:wrap;}
ul.strip3-list li{
	padding:0 22px;
	position:relative;
	font-size:20px;
	line-height:28px;
	color:#fff;
	text-align:center;
}
ul.strip3-list li::after{
	content:"";
	position:absolute;
	right:0;
	top:6px;
	height:18px;
	background:#e6dede;
	width:2px;
}
ul.strip3-list li:last-child::after{display:none;}
ul.strip3-list li:nth-child(1):before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
    width: 14px;
    height: 14px;
    background: #11b142;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
}
.hourglass {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    animation: rotateP 2.5s ease-in-out forwards infinite;
}	
@keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
	50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
} 
@keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
}
.clock{margin:0 8px -5px 0;display:inline-block;animation: fade 1s ease-in-out infinite;}

/*-------------------section10-----------------*/
.sec10{padding:50px 0;position:relative;background:#fff;}
.triangle-down {
	position:absolute;
	left:50%;
	top:0;
	margin-left:-15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 18px solid #7b2e20;
}
.pkgcontainer{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: flex-start;
}
.pkg1, .pkg2, .pkg3{width:32%;position:relative;}
.pkg1{
	order:2;
	border:3px solid #fa5e41;
	border-radius:11px;
	background:#fefedd;
	position:relative;
	box-shadow:0 0 10px #c9c9c9;
}
.pkg2{order:3;}
.pkg3{order:1;}
.pkg2, .pkg3{
	border:3px solid #d7d7d7;
	background:#fff;
	margin-top:34px;
	border-radius:11px;
}
.pkg1-hding1, .pkg2-hding1{
	background:#fa5e41;
	padding:8px 10px;
	border-radius:7px 7px 0 0;
	font-weight:600;
	font-size:24px;
	line-height:34px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.pkg2-hding1{background:#e6ecf1;color:#000;}
.pkg1btm, .pkg2btm{padding:20px 22px;border-radius:0 0 11px 11px;}
.pkg1-hding2, .pkg2-hding2{
	font-weight:bold;
	font-size:49px;
	line-height:49px;
	color:#114d85;
	text-align:center;
	text-transform:uppercase;
}
.pkg2-hding2{color:#000;}
.pkg1-hding3{
	font-weight:bold;
	font-size:23px;
	line-height:33px;
	text-align:center;
	text-transform:uppercase;
	margin-top:4px;
}
.pkgimgbx{position:relative;}
.pkg1btl, .pkg2btl, .pkg3btl{margin:12px auto 0 auto;display:block;max-width:100%;}
.pkg2btl{margin:6px auto 0 auto;}
.pkg3btl{margin:20px auto 0 auto;}
.bestseller-seal{position:absolute;right:-10px;top:-10px;}
.pkg_free_prod{position:absolute; right:-15px; bottom:-10px; max-width:151px; width:50%;}

ul.pkgprclist{display:flex;justify-content:center;flex-wrap:nowrap;padding:5px 0 0 0;}
ul.pkg2prclist{padding:0 0 0 0;}
ul.pkg3prclist{padding:15px 0 0 0;}
ul.pkgprclist li{margin:0 5px;}
ul.pkgprclist li:nth-child(1){
	font-weight:bold;
	font-size:98px;
	line-height:98px;
	text-align:right;
}
ul.pkgprclist li:nth-child(1) sup{font-size:30px;line-height:30px;position:relative;top:-15px;font-weight:600;}
ul.pkgprclist li:nth-child(2){
	font-size:24px;
	line-height:28px;
	text-align:left;
	padding-top:28px;
}
ul.pkg1list{padding:2px 36px 0 36px;}
ul.pkg1list li{	
	padding:1px 10px 1px 35px;
	font-weight:bold;
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	margin-top:4px;
	border-radius:30px;
}
ul.pkg1list li.one{background:#d83644 url(../images/bullet2.png) 5px center no-repeat;}
ul.pkg1list li.two{background:#276eb6 url(../images/bullet2.png) 5px center no-repeat;}
ul.pkg1list li.three{background:#de9e0d url(../images/bullet2.png) 5px center no-repeat;}
.pkg1save{
	font-weight:bold;
	font-size:25px;
	line-height:32px;
	color:#ff0000;
	text-align:center;
	margin-top:8px;
}
.cards{margin:18px auto 0 auto;display:block;}
.pkgprc{
	font-weight:bold;
	font-size:28px;
	line-height:36px;
	text-align:center;
	margin-top:12px;
}
.pkgprc span{color:#6e6e6e;font-weight:normal;margin-right:5px;padding:0 2px;}

.pkgbtn{
    height: 70px;
    width: 100%;
    background: #00bc40;
    border-radius: 6px;
    font-weight: bold;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    border: none;
    margin: 25px auto 0 auto;
    display: block;
    box-shadow: 0 5px 0 #cdcbcb;
}
.btnarw3 {
    margin: 0 0 0 10px;
}

.strikeout {
    position: relative;
}
.strikeout::after {
    border-bottom: 0.10em solid #ff0000;
    content: "";
    left: 0;
    margin-top: calc(0.120em / 2 * -1);
    position: absolute;
    right: 0;
    top: 54%;
    transform: rotate(-10deg);
}
.pkgshipping{font-weight:500;font-size:20px;line-height:26px;text-align:center;margin-top:4px;}

@media only screen and (max-width: 1200px){
.countertxt {font-size: 48px;line-height: 56px;}
.pkg1btm, .pkg2btm {padding: 20px 15px;}	
.pkg1btl, .pkg2btl, .pkg3btl{height:auto;}	
ul.pkg1list {padding: 2px 20px 0 20px;}	
}
@media only screen and (max-width: 1030px){
.strip1 {padding: 30px 0 24px 0;}	
.countertxt {font-size: 42px;line-height: 50px;}
.strip3 {padding: 15px 0;}
ul.strip3-list li {
    padding: 0 12px;
    font-size: 16px;
    line-height: 24px;
}	
ul.strip3-list li{font-size:17px;line-height:25px;}
ul.strip3-list li:nth-child(2)::after{display:none;}
ul.strip3-list li:nth-child(1):before{margin:0 10px 2px 0;width: 10px;height: 10px;}
ul.strip3-list li::after{top:4px;height:16px;}	
.hourglass{width:12px;height:auto;}

.pkg1-hding1, .pkg2-hding1 {padding: 6px 10px;font-size: 22px;line-height: 32px;}
.pkg1btm, .pkg2btm {padding: 18px 10px;}
.pkg1-hding2, .pkg2-hding2 {font-size: 39px;line-height: 39px;}
.pkg1-hding3 {font-size: 20px;line-height: 30px;}
.bestseller-seal{width:80px;height:auto;}
ul.pkgprclist li:nth-child(1) {
    font-size: 78px;
    line-height: 78px;
}
ul.pkgprclist li:nth-child(1) sup {font-size: 25px;line-height: 25px;}
ul.pkgprclist li:nth-child(2) {font-size: 18px;line-height: 20px;}
ul.pkg1list {padding: 2px 6px 0 6px;}
ul.pkg1list li {
    padding: 1px 10px 1px 32px;
    font-size: 14px;
    line-height: 24px;
}
.pkg1save {font-size: 21px;line-height: 28px;}
.cards{width:150px;height:auto;}
.pkgprc {
    font-size: 22px;
    line-height: 30px;
}
.pkgshipping {font-size: 16px;line-height: 22px;}
}
@media only screen and (max-width: 767px){
.strip1 {padding: 26px 0 20px 0;}
.countertxt {font-size: 34px;line-height: 44px;}

.strip3 {padding: 10px 0;}
ul.strip3-list li{font-size:14px;line-height:22px;padding:0 15px 0 0;}
ul.strip3-list li:nth-child(2){padding:0 0 0 15px;}	
ul.strip3-list li:nth-child(1):before{margin:0 8px 2px 0;height:10px;width:10px;}
.hourglass{width:12px;margin: -5px 5px -3px 0;}
ul.strip3-list li::after{top:4px;height:16px;}
.triangle-down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #7b2e20;
}

.sec2 {padding: 38px 0;}
.pkgcontainer{justify-content:center;}
.pkg1, .pkg2, .pkg3{
	width:400px;
	margin:20px 0 0 0;
}
.pkg1{order:1;margin:0 0 0 0;}
.pkg2{order:2;}
.pkg3{order:3;}
.pkg1btm, .pkg2btm {padding: 18px 30px;}
.pkg1btl, .pkg2btl, .pkg3btl{margin:10px auto 0 auto;}
.bestseller-seal{right:10px;top:0;}
ul.pkg1list {padding: 2px 46px 0 46px;}
}
@media only screen and (max-width: 479px){
.pkg1, .pkg2, .pkg3{width:100%;}	
ul.pkg1list {padding: 2px 36px 0 36px;}	
}
@media only screen and (max-width: 389px){
ul.strip3-list li{font-size:13px;line-height:21px;padding:0 11px 0 0;}
ul.strip3-list li:nth-child(2){padding:0 0 0 11px;}		
.pkg1btm, .pkg2btm {padding: 18px 15px;}	
ul.pkg1list {padding: 2px 20px 0 20px;}	
}

/*-----------------------
SECTION-11
------------------------*/
.sec11{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:url(../images/common-bg.webp) center top no-repeat;
	background-size:cover;
}
.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;
	background-size:13px;
	padding:22px 30px 22px 0;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.webp) no-repeat right 0 center;
	background-size:13px;
	}
.acdn_heading{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}		
.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{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0;
	}
.foot-logo{
	display:block;
	margin:0 auto 30px;
	width:180px;
	}
.footer_disc{
	font-size:12px;
	line-height:18px;
	max-width:896px;
	width:100%;
	padding:20px;
	background:#fbfbfb;
	border:1px solid #d7d7d7;
	margin:15px auto 0;
}
.foot_txt1{
	font-size:13px;
	line-height:15px;
	color:#000;
	margin-top:15px;
	}
.foot_txt1 a{ color:#000; padding:0 8px; font-size:16px;}
.foot_txt2{font-size:16px;}


/*-----------------------
MEDIA CSS
------------------------*/
@media only screen and (max-width:1180px){
.container{width:1000px;}
.hide-1024{display:none;}

.banner_heading{font-size:44px; line-height:48px; margin:8px 0 0;}
.banner-product{width:450px;}

.research_logos{gap:10px 15px;}
.pubmed_logo{height:31px;}
.wiley_logo{height:14px;}
.ascpt_logo{height:14px;}
.sciencedirect_logo{height:22px;}
.mdpi_logo{height:37px;}

.common_heading{font-size:38px; line-height:42px;}
.common_text{font-size:16px; line-height:24px;}

.meet_center{right:200px; width:435px;}

.benefit_left, .benefit_right{width:30%;}
.benefit_center{width:380px;}
}

@media only screen and (max-width:1023px){
.container{width:750px;}
.hide-tab{display:none;}
.show-tab{display:block;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    left:10px;
    top:23px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 2px;
	background-color: #000;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-3.5px, 5px);
	transform: rotate(-45deg) translate(-3.5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -6px);
	transform: rotate(45deg) translate(-5px, -6px);
	background:#000;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:112px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:62px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:15px 20px;
	font-size:16px;
	font-weight:500;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
.logo{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.banner{padding:30px 0 0;}
.rating_view{font-size:14px; line-height:16px;}
.rating_view img{width:75px;}
.rating_view img.trust_logo{width:75px;}
.banner_heading{font-size:38px; line-height:44px;}
.banner-product{width:350px; top:0;}

.common_heading{font-size:34px; line-height:40px;}

.research_image img{width:105px;}
.research_small{font-size:15px; line-height:15px;}
.research_name{font-size:16px; line-height:18px;}
.research_divider{margin:0 12px;}
.research_title{font-size:16px; line-height:20px;}
.research_image img{margin:25px auto 0;}
.pubmed_logo{height:22px;}
.wiley_logo{height:12px;}
.ascpt_logo{height:12px;}
.sciencedirect_logo{height:18px;}
.mdpi_logo{height:25px;}

.sec2{padding:40px 0 50px;}
.thermo_cards{gap:8px;}
.thermo_icon{width:70px;}
.thermo_cross{width:15px;}
.thermo_card p{font-size:15px; line-height:20px;}

.meet_container{flex-wrap:wrap;}
.meet_left{width:50%; padding:40px 0 30px;}
.meet_center{position: static; width: 250px; height: 250px; margin: 0 auto; object-fit: cover; object-position: center top;}
.meet_right{width:42%;}

.sec4{padding:40px 0 50px;}
.fat_cards{gap:10px;}
.fat_card_inner{padding:25px 15px 30px;}
.fat_title{font-size:20px; line-height:24px;}

.sec5{padding:40px 0 50px;}
.benefit_left, .benefit_right{width:25%;}
.benefit_content h3{font-size:20px; line-height:24px;}
.benefit_center{width:380px; margin-top:-190px; top:50%;}

.sec6{padding:40px 0 50px;}
.ingred_item img{width:180px;}
.ingred_item h4{font-size:20px; line-height:24px;}
.ingred_badges{margin:45px auto 0;}
.ingred_badge_row{grid-template-columns: repeat(3, 1fr);}

.sec7{padding:40px 0 50px;}
.review_card{width:96%; margin:0 auto;}

.sec8{padding:40px 0 0;}
.moneyback_col{padding: 20px 40px 25px;}

.sec9{padding:40px 0 50px;}
.bonus_heading{font-size:20px; line-height:26px; margin-bottom:10px;}
.pkg_free_prod{right:-8px;}

.sec11{padding:40px 0 50px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.strip_cont{text-align:left; gap:0 6px;}
.strip_text{font-size:12px; line-height:15px;}
.offer_txt{font-size:11px; line-height:14px;}
.discount_img{width:24px;}
.timer-container2 .time-box2{width:28px; font-size:16px; line-height:16px;}
.timer-container2 .label2{font-size:8px; line-height:8px;}
.timer-container2 .colon2{font-size:16px; line-height:28px;}

.top-fix-bar{margin-bottom:47px;}
.header{height:47px; margin-top: -47px; top:47px;}
.logo{width:130px; float:left; margin-top:16px; position:static; transform:none;}
.header_btn{font-size:15px; line-height:32px; margin:6px 0 0; width:135px; height:34px;}
.header_btn img{width:15px; margin:-3px 0 0 6px;}

.mob-mnu-ic{left:auto; right:15px; top:15px;}
.mobilemenu{top:84px}
.mobimenu-top{top:47px;}

ul.scroll_strip_list li{font-size:12px; line-height:12px; padding:0 15px;}

.banner{padding:25px 0 0;}
.banner_inner{width:100%; text-align:center;}
.rating_view{margin:0 auto;}
.banner_heading{font-size:30px; line-height:34px; position:relative;}
.banner__points li{font-size:12px; line-height:16px; padding:6px; margin-top:8px;}
.banner__points li img{width:30px;}
.banner__points li p{width:calc(100% - 15px); padding:0 0 0 4px;}
.banner-product{position:static; max-width:400px; width:100%; margin: 15px auto -5px;}

.ship_text{font-size:12px; line-height:12px;}
.button_box{margin-top:30px; position:relative;}

.research_container{flex-wrap:wrap; width: calc(100% + 30px); margin-left: -15px;}
.research_left{width:100%; box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1); width:94%; margin:25px 3%; border-radius:10px;}
.research_image img{width:105px; margin:10px auto 0;}
.research_divider{display:none;} 
.research_right{padding:18px 0; border-top:1px solid #ddd;}
.research_logos{gap:10px;}
.pubmed_logo{height:20px;}
.wiley_logo{height:10px;}
.ascpt_logo{height:12px;}
.sciencedirect_logo{height:17px;}
.mdpi_logo{height:22px;}

.common_heading{font-size:26px; line-height:32px;}
.common_text{font-size:16px; line-height:24px; margin-top:10px;}

.sec2{padding: 30px 0 35px;}
.thermo_image_wrapper{width:100%; margin:25px auto 15px;}
.thermo_card_wrapper:before{border:none;}
.thermo_when{font-size:18px; line-height:22px;}
.thermo_cards{display: flex; flex-wrap: wrap; justify-content: center;}
.thermo_card{padding: 10px 8px; border-radius:10px; width:31.5%;}
.thermo_icon{width:45px; margin-bottom:5px;}
.thermo_cross{width:14px; top:8px; right:8px;}
.thermo_card p{font-size:12px; line-height:17px;}
.thermo_footer{font-size:19px; line-height:26px;}

.sec3{background:#fffdf3; padding:0 0 35px;}
.meet_left, .meet_right{width:100%;}
.meet_left{padding:30px 0 0;}
.feature_list{margin-top:10px;}
.feature_list li{font-size:16px; line-height:20px;}
.chart_box{margin:30px auto 0;}
.meet_center{margin:25px auto 0; width:100%; height:auto;}
.product_card{margin:25px auto 20px; padding:25px 15px;}
.product_card_img{margin:0 auto 18px;}
.rating_row{margin-bottom:0; margin-top:15px;}
.product_card .rating_view{ font-size:12px;}
.product_card .rating_view img {width: 65px; margin: -3px 3px 0 0;}

.sec4{padding:30px 0 35px;}
.fat_cards{grid-template-columns: repeat(1, 1fr); gap:20px;}
.fat_cards:before{display:none;}
.fat_card{position:relative;}
.fat_card_inner{padding: 15px 15px 20px;}
.fat_step_num{margin:0 auto -15px; position:relative;}
.fat_title{margin-top:15px;}
.fat_image{height:215px;}

.sec5{padding:30px 0 40px; background:#fffdf3;}
.benefit_container{flex-wrap:wrap;}
.benefit_left, .benefit_right{width:100%; max-width:100%;}
.benefit_center{position:static; transform:none; margin:-15px auto -8px; width:300px;}
.benefit_icon{margin:0 auto;}
.benefit_content{text-align:center; padding:0 15px;}
.benefit_content p{font-size:16px; line-height:24px;}
.benefit_left .benefit_item:last-child{border-bottom: 1px solid #d1cac7;}
.benefit_right .benefit_item:last-child{padding-bottom:6px;}

.sec6{padding:30px 0 40px;}
.ingred_grid{grid-template-columns: repeat(1, 1fr); gap:0; margin:15px auto 0;}
.ingred_item{display:flex; align-items:center; padding:15px 0; border-bottom:1px solid #dadada;}
.ingred_item:last-child{padding-bottom:0; border-bottom:none;}
.ingred_item img{width:90px; margin-bottom:0; margin-right:8px;}
.ingred_item_content{text-align:left;}
.ingred_item h4{font-size:18px; line-height:22px; margin-bottom:8px;}
.ingred_item p{font-size:15px; line-height:20px; padding:0;}
.ingred_badge_row{gap:15px 3px;}
.ingred_badges{margin:35px auto 0; padding:18px 10px 20px;}
.ingred_badges h4{font-size:20px; line-height:22px; margin-bottom:18px;}
.ingred_badge img{width:55px; margin:0 auto;}
.ingred_badge span{font-size:12px; line-height:16px;}

.sec7{padding:30px 0 35px; background:#fffdf3;}
.review_card{width:100%; flex-wrap:wrap; padding:20px 15px 25px; justify-content:center; flex-direction:column;}
.review_card.reverse{flex-direction:column;}
.review_image img{width:180px;}
.review_content{padding:20px 0 0;}
.review_author{font-size:12px; line-height:16px;}
.left_quote, .right_quote{bottom:auto; left:20px; top:0; transform: scaleX(-1) translateY(-50%); width:28px;}

.sec8{padding:30px 0 0;}
.compare-chart{margin-top:50px;}
.chart_logo{width:70px; margin-top:12px;}
.chart-round-tick{width:20px;}
.chart-round-tick.big{width:28px;}
.chart-col .chart-row p{font-size:10px; line-height:13px; padding:10px 3px;}
.chart-col1{width:38%;}
.chart-col2{width:27%;}
.chart-col1 .chart-row p{font-size:14px; line-height:18px;}
.chart-col2 .chart-prod{width:42px; margin: -60px auto 0;}
.chart-row:first-child{height:90px;}
.chart-col2 .chart-row:first-child{height:70px; flex-direction: column;}
.chart-right{width:35%;}
.chart-prod{width:45px; margin: -20px auto -8px;}
.moneyback_col{padding:20px 18px 25px; margin:85px auto 0; border-radius:20px;}
.guaranty-seal{width:100px; margin:-70px auto 25px;}
.moneyback_heading{font-size:28px; line-height:35px;}
.moneyback_text{font-size:14px; line-height:22px;}

.sec9{padding:30px 0 40px;}
.bonus_row{grid-template-columns: repeat(1, 1fr); margin:10px auto 0;}
.bonus_item{padding:25px 15px;}
.bonus_item:last-child{padding-bottom:0;}
.bonus_image_wrap{margin:0 auto 5px; width:215px;}
.bonus_text{font-size:16px; line-height:24px;}
.bonus_divider{height: auto; border-top: 1px solid #d8d8d8; border-left:none;}

.sec10{padding:40px 0;}

.sec11{padding:30px 0 35px; background:#fffdf3;}
.faq-container{margin:15px 0 0;}
.up-slide-dwn{padding:0 15px; margin-top:12px;}
.accordion{ background-size: 12px !important; padding: 15px 30px 15px 0; font-size: 18px; line-height: 26px;}
.acdn_heading{font-size:18px; line-height:24px;}
.acdn-content{ padding: 0 20px 5px 0; margin-top: -5px;}
.acdn-para{ font-size: 15px; line-height: 22px; margin-bottom: 15px;}

.footer{ padding: 15px 0 25px;}
.foot-logo{ width: 155px; margin:15px auto 25px;}
.foot_txt1{ font-size: 10px; line-height: 16px; margin-top: 13px;}
.foot_txt1 a{ padding: 0 4px; font-size:13px;}
.foot_txt2{font-size:13px;}
.footer_disc{padding:12px;}

#call-btn{
	background:#fa5b3d;
	padding:10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
/* #call-btn .common_button{ margin:0 0 8px;} */
.button_bottom-text{font-size:12px; line-height:14px; filter: brightness(0) invert(1);}
.button_bottom-text img{width:15px;}

.mob_text_center{text-align:center;}
}

