@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: 'Open Sans';
	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: 'Open Sans';
	src: url('OpenSans-Regular.woff2') format('woff2'),
	url('OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Italic.woff2') format('woff2'),
    url('OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Medium.woff2') format('woff2'),
	url('OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Open Sans';
	src: url('OpenSans-Semibold.woff2') format('woff2'),
	url('OpenSans-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Open Sans';
	src: url('OpenSans-Bold.woff2') format('woff2'),
	url('OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-BoldItalic.woff2') format('woff2'),
    url('OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
	
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraBold.woff2') format('woff2'),
    url('OpenSans-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-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}	

/*-----------------------
MAIN CSS START
------------------------*/

.container{
	width:1110px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----Header------*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	padding:22px 0;
	position:relative;
	}
.header_text{
	position:absolute;
	top:-18px;
	left:50%;
	transform:translateX(-50%);
	color:#818181;
    font-size:13px;
    line-height:21px;
	letter-spacing:0.5px;
	}
.logo{
	float:left;
	width: 196px;
	}

/*=======COMMON-CSS======*/	
.common_heading{
    color: #000000;
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    text-align: left;
    letter-spacing: -0.5px;
    font-family: 'Inter';
    border-bottom: 1px solid #545454;
    padding: 0 0 12px;
    margin: 55px 0 0;
	}
.common_heading span{
	font-size:25px;
	}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	text-align:left;
	margin-top:30px;
	}
.common_paragraph.margin-top-0{margin-top:0;}
.common_paragraph.center{text-align:center;}
.common_paragraph span{
	background: #fff6a6;
    padding: 0 7px;
	display: inline;
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	}
.common_paragraph2{
	color:#000000;
	font-size:22px;
	line-height:32px;
	text-align:left;
	margin-top:25px;
	}
.common_image{
	display:inline-block;
    vertical-align:middle;
	border-radius:10px;
    margin:35px 0 5px;
	box-sizing:content-box;
	max-width:100%;
	}
.common_image.margin-top-0{margin-top:0;}
.common_image2{
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    margin: 30px 0 5px;
    box-sizing: content-box;
    max-width: 100%;
	}
.common_image3 {
	display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    margin: 30px 0 5px;
    box-sizing: content-box;
    max-width: 100%;
	}
.compare_image {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
	border: none;
    margin: 30px 0 5px;
	width:738px;
	}
.common_image6{
	display:inline-block;
    vertical-align:middle;
	border-radius:12px;
	-webkit-box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    margin:30px 0 5px;
	}
.common_image7{
	display:inline-block;
    vertical-align:middle;
    margin:30px 0 5px;
	}
.link_text{
	color:#0081e5;
	text-decoration:underline;
	font-weight:bold;
	}	
.small_image1{
	float:right;
	border-radius:0px;
    margin:35px 0 0 25px;
	}
.small_image2{
	float:right;
	border-radius:10px;
	border:3px solid #ffffff;
	-webkit-box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    margin:35px 0 0 25px;
	}
.small_image3{
	float:right;
	border-radius:10px;
	border:3px solid #ffffff;
	-webkit-box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
	margin:30px 0 10px 25px;
	}
.small_image4{
	float:right;
	border-radius:10px;
	border:3px solid #ffffff;
	-webkit-box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
	margin:25px 0 0 20px;
	}
.small_image5{
	float:right;
    margin:35px 0 0 30px;
	}
.stomach_img{
	float:right;
    margin: 20px 0 0px 50px;
	width:247px;
	}

	
/*=========================*/	
/*-------Main-Section-------*/	
.main_section{
	float:left;
	width:100%;
	padding:45px 0 60px;
	}
.section_content{
	float:left;
	width:100%;
	}
	
/*-------left-Section-------*/
.left_section{
	float:left;
	width:72%;
	}	
.alert_box{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 6px;
    border: 1px dashed #ffba82;
    background: #fffaee;
    padding: 15px 25px 15px 90px;
    margin-top: 0px;
    position: relative;
	text-align:left;
	}
.alert_icon{
    position: absolute;
    top: 18px;
    left: 25px;
    width: 44px;
	}
.alert_box_text{
	font-size:16px;
	line-height:26px;
	color:#000;
	}
.alert_box_text span{
	font-weight:700;
}
.red{ color:#d50507;}
.blue{ color:#4199e6;}
.main_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:40px;
	line-height:52px;
	font-family: 'Inter';
	letter-spacing:-0.5px;
	text-align:left;
	font-weight:800;
	margin-top:15px;
	}
.main_heading span{color:#2587d3;}
.author_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	border-top:1px solid #e4e4e4;
	padding:25px 0 30px;
	margin-top:15px;
	}	
.author_box_list{
	float:left;
	width:100%;	
	}
.author_box_list li{
	float:left;
	text-align:left;
	border-right:1px solid #cbcbcb;
	padding:0 12px;
	position:relative;	
	}
.author_box_list li:first-child{padding-left:55px;}
.author_box_list li:last-child{border-right:none;}
.author_image{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:44px;
	border-radius:50%;
	}
.author_paragraph{
	color:#3f3f3f;
	font-size:15px;
	line-height:15px;
	}
.author_paragraph span{
	color:#000000;
	font-weight:bold;
	}	
.quote_box{
    display: inline-block;
    vertical-align: middle;
    margin-top: 35px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    text-align: left;
    border: 1px solid #283b35;
    padding: 15px 30px;
	}
.quote_box_text{
	color:#000;
	font-size:22px;
	line-height:40px;
	font-weight:700;
	}
.quote_box_text span{ border-bottom:2px solid #000;}

.quote_box2{
    display: inline-block;
    vertical-align: middle;
    margin-top: 35px;
    background: #ffe9e9;
    border-radius: 10px;
    position: relative;
    text-align: left;
    border: 2px dashed #ff8787;
	padding: 15px 20px;
    float: left;
	}
.quote_box2 .common_paragraph{ color:#db0000; margin-top:0;}

ul.benefit_points{
	float: left;
    width: 100%;
    margin-top: 15px;
	}
ul.benefit_points li {
    float: left;
    width: 100%;
    margin-top: 15px;
    background: url(../images/benefit_point_icn.png) no-repeat 0 5px;
    background-size: 22px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    padding-left: 38px;
    text-align: left;
}
.prdt_example_box{
	display: inline-block;
    vertical-align: middle;
	width:100%;
	}
.prdt_example_box_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    text-align: left;
    border: 1px solid #283b35;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 25px 20px;
    margin-top: 35px;
	}
.row_right{
    width: 210px;
	}
.row_left{
	width:calc(100% - 220px);
	text-align:left;
	}
.prdt_rit_img{
	display: block;
    margin: 0 auto;
    width: 100%;	
	}
.row_left_paragraph{
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
	}
ul.reason_point{
	margin-top:10px;
	width:100%;
	display: inline-block;
    vertical-align: top;
	}
ul.reason_point li {
	width:100%;
    text-align: left;
    padding: 5px 0 5px 60px;
    margin-top: 25px;
	position:relative;
}
ul.reason_point li h1 {
    position: absolute;
    top: 50%;
	margin-top:-20px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #234143;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}
ul.reason_point li p {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
	font-weight:700;
}
ul.reason_point li:before{
	position:absolute;
	content:"";
	border-left:2px dotted #000;
	top: 35px;
    left: 18px;
    bottom: -25px;
	}
ul.reason_point li:last-child:before{ display:none;}

.ingredients_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:740px;
	margin-top:25px;
	}
.ingredient_row{
	display: flex;
    justify-content: space-between;
    justify-items: center;
	width:100%;
	padding:20px 5px;
	background:#f4f5f5;
	border-radius:10px;
	margin-top:20px;
	position:relative;
	}
.ingredient_imageBx{
	float:left;
	width:22%;
	max-width:160px;
	border-right:2px solid #fff;
	padding:0 4px;
	}
.ingredient_img{
	display:block;
	width:150px;
	}
.ingredient_row_inner{
	float:right;
	width:calc(100% - 22%);
	text-align:left;
	padding:5px 25px 5px 20px;
	}
.ing_head{
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:700;
	}
.ingredient_row_inner p{
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:400;
	margin-top:15px;
	position:relative;
	}
.ingredient_row_inner p sup {
    position: relative;
    font-size: 60%;
    line-height: 100%;
    color: #000;
}
	
.note_text{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:400;
	margin-top:40px;
	text-align:left;
	}
.small_img2{
	float:right;
	border-radius:10px;
	width:348px;
	margin:35px 0 15px 30px;
	}
.font600{ font-weight:600;}
.italictext{ font-style:italic;}	
.prod_seal_img{
	float:right;
	width:234px;
	margin:20px 0 0 60px;
	}
.work_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.work_box_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	position:relative;
	padding:0 40px 0 110px;
	margin-top:40px;
	}
.work_row_icon{
	position:absolute;
	left:10px;
	top:10px;
	width:72px;
	}	
.work_box_row h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:700;
	}
.work_box_row p{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	margin-top:12px;
	}	
.review_box{
	width:100%;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding:0px;
	}
.people_col_row{
	position:relative;
	margin-top:40px;
	padding-left:45px;
	text-align:left;
	}
.people_comnt_img{
	position:absolute;
	left:0;
	top:2px;
	border-radius:50%;
	box-sizing:content-box;
	width:40px;
	}
.people_comment{
	display:inline-block;
	vertical-align:middle;
	padding:20px 20px;
	border-radius:10px;
	background:#f0f2f5;
	position:relative;
	text-align:left;
	}
.comment_people_name{
	font-size:16px;
	line-height:20px;
	color:#000000;
	font-weight:700;
	}
.comment_text{
	font-size:16px;
	line-height:26px;
	color:#000000;
	margin-top:15px;
	}
.cmnt_fire{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 5px;
	}
.people_comment_react{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items: center;
	margin-top:8px;
	padding:0 15px;
	}
.comment_like_rep_day{
	float:left;
	width:70%;
	font-size:13px;
	line-height:13px;
	color:#0e0e0e;
	font-weight:500;
	text-align:left;
	}
.comment_like_rep_day span{ padding:0 10px 0 0;}
.comment_like_rep_day span.bold_text{	font-weight:600;}
.comment_like_rep_count{
	float:right;
	font-size:12px;
	line-height:18px;
	}
.commnt_like{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 5px;
	}	
.yellw_bg{
	background:#f6ff61;
    padding: 3px 5px 3px;
	}
.sleepBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:40px;
	border-radius:10px;
	margin-top:40px;
	box-shadow:0 0 12px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 12px 4px rgba(0,0,0,0.1);
	}
.attention_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px;
	background:#fdf0f0;
	border:2px dashed #000000;
	text-align:left;
	}
.attention_row_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	}
.attention_row_text strong{ font-weight:700;}
.attention_row_text span{ text-transform:uppercase; color:#ff0000;}
.sleep_heading{
	font-size:34px;
	line-height:40px;
	color:#000;
	font-weight:800;
	font-family: 'Inter';
	text-align:left;
	margin-top:40px;
	}
.sleep_imgBx{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width:100%;
	margin:20px auto 0;
	row-gap:10px;
	}
.sleep_imgBx_col{
	width:24%;
	max-width:171px;
	}
.sleep_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.ofer_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:45px;
	text-align:left;
	padding-right:200px;
	position:relative;
	}
.offer_heading{
	font-size:28px;
	line-height:38px;
	color:#000;
	font-weight:700;
	}
ul.offer_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
ul.offer_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:12px;
	text-align:left;
	font-size:19px;
	line-height:27px;
	color:#000;
	font-weight:700;
	background:url(../images/tick.png) no-repeat left 1px;
	background-size:22px;
	padding-left:35px;
	}
.money_back{
	position:absolute;
	right:92px;
	top:75px;
	width:92px;
	}	
.offer_prod{
	position:absolute;
	right:0;
	top:10px;
	width:131px;
	}
.refrence{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:50px;
	text-align:left;
	}
ul.refrence_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
ul.refrence_list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	list-style:decimal;
	font-size:14px;
	line-height:20px;
	color:#000;
	margin-top:15px;
	word-break:break-all;
	position:relative;
	padding-left: 28px;
	}
ul.refrence_list li span{
	position:absolute;
	top:0;
	left:0;
	}
	
.common_button{
	display:inline-block;
	vertical-align:middle;
	max-width:410px;
	width:100%;
    color:#ffffff;
	font-size:26px;
	line-height:64px;
	height:66px;
	text-align:center;
	font-weight:800;
	font-family: 'Inter';
	text-align:center;
	background:#29b40d;
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 0.2);
	border-radius:10px;
	margin:30px auto 0;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:29px;
	margin:-2px 0px 0 15px;
	}		
	
/*========Right-Section========*/
.right_section{
	float:right;
	width:24.2%;
	}
.order_box{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	padding:25px 15px;
	margin-top:0px;
	overflow:hidden;
	}	
.order_box_title{
	color:#000000;
	font-size:16px;
	line-height:16px;	
	letter-spacing:0.3px;
	}
.order_box_title:before, .order_box_title:after {
    display: inline-block;
    vertical-align: middle;
    content:'';
    right:0;
    top:50%;
    width:35px;
    height:1px;
    background:#6c6c6c;
    opacity:0.6;
	margin:-2px 8px 0 0;
	}
.order_box_title:after{
    margin:-2px 0 0 8px;
	}	
.order_box_heading{
    color: #000000;
    font-size: 23px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 700;
    margin-top: 10px;
	}
.order_box_heading span{
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	margin-top: 22px;
	}
.order_product_image{
	display:block;
	margin:0 auto 5px;
	width:75px;
	}
.order_tag{
    position: absolute;
    top: 20px;
    right: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: url(../images/offer-tag-bg.png) no-repeat center top;
    background-size: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Inter';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-top: 2px;
	}	
.order_box .common_button{
	font-size:16px;
	line-height:46px;
	height:46px;
	border-radius:5px;
	letter-spacing:0.3px;
	text-transform:uppercase;
	margin-top:20px;
	z-index:1;
	position:relative;
	}
.rating_img{
	display:inline-block;
	vertical-align:top;
	margin:25px auto 0;
	width:237px;
	}

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #ebebeb;
	padding:35px 0;
	}	
.footer_text{
	color:#000;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-top:10px;
	}
.footer_text a{padding:0 5px;}

.btmfix{
	margin-top:40px;
	}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	padding:25px 0 20px;
	background:#051e5b;
	position:relative;
	bottom:0;
	z-index:99
	}
a.footer-btn{
    display: inline-block;
    vertical-align: middle;
    max-width: 510px;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 800;
    text-align: center;
    background: #29b40d;
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 0.2);
    border-radius: 10px;
    padding: 26px 0 20px;
    margin: 0 auto 0;
	}
a.footer-btn img{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    margin: -2px -6px 0 12px;
	}	
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.common_heading{font-size:33px; line-height:44px;}
.main_heading{font-size: 36px; line-height: 48px;}
.small_image1{margin:30px 0 15px 15px; }
.small_image3{max-width:46%; margin:30px 0 10px 25px;}
.small_image4{max-width:46%;}
.small_image5{max-width:38%; margin:25px 0 0 40px;}

.left_section{width:71%;}
.alert_box{padding: 15px 25px 15px 85px;}
.alert_icon{top:20px; left:20px;}
.prdt_example_box_row{padding: 20px 15px 20px;}
.row_right { width: 200px;}
.row_left { width: calc(100% - 205px);}

.comment_text { font-size: 14px;}

.right_section{width:25%;}
.order_box{margin-top:10px;}
.order_box_title:before, .order_box_title:after{width:25px;}
.order_box_heading{font-size:21px; line-height:28px;}
.order_box_heading span{}
.order_box .common_button{font-size:16px; line-height:16px;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.common_heading{font-size:26px; line-height:36px; letter-spacing:0.3px; padding:0 0 10px; margin:35px 0 0;}
.common_paragraph{font-size:17px; line-height:26px; letter-spacing:0.3px; margin-top:20px;}
.common_paragraph2{font-size:17px; line-height:26px; letter-spacing:0.3px;}
.common_image{margin:25px 0 5px;}
.small_image1{margin:32px 0 0 20px; max-width:45%;}
.common_image3{ margin:30px 0 10px; max-width:100%;}

.header{padding:17px 0;}
.logo{width:230px;}

.main_section{padding:40px 0 50px;}
.left_section{width:69%;}
.main_heading{font-size:28px; line-height:38px;}
.author_box{margin-top:15px;}

.quote_box{ padding: 12px 15px; margin-top: 30px;}
.quote_box_text { font-size: 16px; line-height: 28px;}
.quote_box_text span {border-bottom: 1px solid #000;}
.quote_box2 { margin-top: 30px; padding: 15px 15px;}

ul.benefit_points li { margin-top: 10px; background-size: 20px; font-size: 17px;line-height: 28px;padding-left: 35px;}

.prdt_example_box{margin:10px auto 0;}
.prdt_example_box_row{width: 100%; border-radius: 8px; padding: 20px 20px; margin-top: 15px;}
.row_right{width: 175px;}
.row_left{ width: calc(100% - 185px);}
.prdt_rit_img{}
.row_left_paragraph{font-size:16px; line-height:26px;}

ul.reason_point li{ margin-top:25px; }

.stomach_img { margin: 25px 0 28px 25px;}

.ing_head{ font-size:20px; }
.ingredient_row_inner p { font-size: 16px;}

.small_img2{ width:230px; margin:25px 0 15px 15px;}
.prod_seal_img{ width:180px; margin:30px 0 0 30px;}
.work_box_row h3{ font-size:20px; line-height:26px;}

.people_col_row{ margin-top:35px; margin-bottom:0;}
.comment_text { font-size: 15px;}

.sleepBox{ padding:20px;}
.attention_row{ padding:10px;}
.attention_row_text{ font-size:17px;}
.sleep_heading{ font-size:26px; line-height:32px;}
.ofer_box{ padding-right:140px;}
.offer_heading{ font-size:24px; line-height:30px;}
.offer_prod{ width:101px;}
.money_back{ right:60px; top:35px; width:82px;}

ul.offer_list li{ font-size:18px; line-height:26px;}

.offer_box{border-radius:8px; padding:25px 20px 30px; margin-top:25px;}
.offer_box_heading{font-size:19px; line-height:29px;}
.offer_box_heading span{font-size:23px;}
.alert_box{padding:15px 15px 15px 65px;}
.alert_icon{top:20px; left:15px; width:35px;}
.offer_tag{width:85px; height:85px; background-size:85px; font-size:22px; line-height:23px; padding-top:3px;}
.common_button{font-size:22px; line-height:22px; padding:23px 0 18px; margin:25px auto 0;}

.right_section{width:28%;}
.order_box{padding:25px 12px; margin-top:0;}
.order_box_title{font-size:14px; line-height:14px;}
.order_box_title:before, .order_box_title:after{width:16px;}
.order_box_heading{font-size:19px; line-height:26px;}
.order_box_heading span{font-size:18px;}
.order_tag{ font-size: 16px; padding-top: 1px; right: 40px;}
.order_box .common_button{font-size:14px; line-height:14px; padding:17px 0;}

.footer{padding:20px 0 30px;}
.footer_text{font-size:16px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.common_heading{font-size:22px; line-height:28px; margin:30px 0 0; letter-spacing:0;}
.common_paragraph{font-size: 17px;line-height: 25px;margin-top: 25px; letter-spacing:0.3px;}
.common_image{border-radius:6px; margin:30px 0 5px; height:230px; object-fit:cover;}
.small_image1{float:none; display:inline-block; vertical-align:middle; max-width:100%; margin:20px auto 0; border:none; width:280px;}
.common_button{font-size:20px; line-height:56px; height:58px;margin:20px auto 0; padding:0;}
.button_arrow{ width:22px;}

.header{padding:6px 0;}
.header_text{font-size:11px; line-height:19px; position:static; display:inline-block; vertical-align:top; transform:none;}
.logo{float:none; display:block;width: 138px; margin:3px auto 0;}

.main_section{padding:25px 0 30px;}
.left_section{width:100%;}

.alert_box{padding:10px 10px 10px 50px; margin-top:5px;}
.alert_icon{width:30px; left:10px; top:15px;}
.alert_box_text{ font-size:15px; line-height:22px;}

.main_heading{font-size:28px; line-height:35px; letter-spacing:0; margin-top:15px;}

.author_box{padding:15px 0; margin-top:15px; border-right:none;}
.author_box_list li{border-right:none;}
.author_box_list li:nth-child(2){display:none;}
.author_paragraph{font-size:13px; line-height:20px;}
.author_paragraph span{font-size:15px;}

.quote_box { padding: 10px 15px; margin-top: 25px;}
.quote_box_text { font-size: 16px; line-height: 26px;}


.prdt_example_box{ margin:15px auto 0px;}
.prdt_example_box_row{padding: 15px 16px; flex-direction: column;}
.row_right{width:100%;}
.row_left{ width:100%;}
.prdt_rit_img{width: 160px; margin: 0 auto 15px;}
.row_left_paragraph { font-size: 17px;line-height: 27px;}

ul.reason_point{ margin-top:0;}
ul.reason_point li { margin-top: 18px; padding:5px 0 5px 50px;}
ul.reason_point li p{ font-size:17px; }
ul.reason_point li h1 { width: 36px; height: 36px; font-size: 20px; line-height: 24px;}

.stomach_img { float: none; display: block; max-width: 100%; margin: 25px auto 0px; width: 180px;}

.quote_box2{ margin-top:25px; padding:10px;}

.common_image3 { margin: 25px 0 0; max-width: 100%; height: 230px; object-fit: cover; object-position: 0 70%;}
.compare_image{ margin:25px 0 0 -15px; width:calc(100% + 30px); max-width:none; border-radius:0;}

.ingredients_box{ margin-top:10px;}
.ingredient_row{flex-wrap: wrap; padding:10px 20px 25px;}
.ingredient_imageBx{ width:100%; max-width:100%; border-right:none;padding:0;display: flex;justify-content:flex-start;align-items: center;text-align:left;}
.ingredient_img{ width:120px; margin-right:10px;}
.ingredient_row_inner{ width:100%; padding:5px 0 0; margin-top:15px; border-top:2px solid #fff;}
.ing_head{ font-size:19px; line-height:26px;}
.ingredient_row_inner p{ font-size:17px; line-height:25px;}

.small_img2{float:none; display:inline-block; vertical-align:middle; width:100%; max-width:100%; margin:25px auto 10px;height: 230px;object-fit: cover; object-position: 0 70%;}
.prod_seal_img{ float:none; display:inline-block; vertical-align:top; margin:30px auto 5px; width:200px; }

.work_box_row{ padding:0 0 0 75px;}
.work_row_icon{ width:60px; top:0; left:0;}
.work_box_row h3{ font-size:19px; line-height:27px;}
.work_box_row p{ font-size:17px; line-height:25px; margin-top:7px; letter-spacing:0.3px;}

.review_box{ padding:0;}
.people_col_row{ padding-left:42px;}
.people_comnt_img{ width:36px;}
.people_comment{ padding:15px;}
.comment_text{ line-height:24px; font-size:15px;}
.comment_like_rep_day{ font-size:12px; line-height:12px;}

.sleepBox{width:calc(100% + 10px); margin:30px 0 0 -5px; padding:15px 15px 20px;}
.sleep_imgBx { row-gap: 5px;}
.sleep_img{ border-radius:5px;}
.sleep_heading{ font-size:20px; line-height:26px; margin-top:25px;}
.ofer_box{ padding-right:0; margin-top:25px;}
.offer_heading{ font-size:18px; line-height:27px; margin-top:0;}
.offer_prod{ position:static; display:block; margin:25px auto 0;}
.money_back { width:80px; left:60px; right:auto; top:100px;}
ul.offer_list li{ font-size:17px; background-size:20px; line-height:25px; padding-left:28px; background-position:0 2px;}

.refrence{ font-size:16px; line-height:22px; margin-top:30px;}
ul.refrence_list{ margin-top:10px;}
ul.refrence_list li{ font-size:12px; line-height:18px; margin-top:6px; padding-left: 25px;}

.footer{padding:15px 0 0;}
.footer_text{font-size:13px; line-height:23px;}
.footer_text.margin_top{margin-top:8px;}

.footer-cta{ padding: 0; background: none;}
.btmfix{ margin-top: 25px;}
a.footer-btn img{ width:24px; margin:-3px 0 0 13px;}
a.footer-btn{ width:100%; border-radius:0; height:56px; font-size:20px; letter-spacing:0.5px; padding:17px 0;}

}