@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-weight:400;
	font-family: 'Inter';
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*====Fonts====*/
@font-face {
	font-family: '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-Black.woff2') format('woff2'),
	url('Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN_CSS_START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*====Nav_Strip====*/
.nav_strip{
	float:left;
	width:100%;
	background:#effe97;
	padding:4px 0 7px;
	}
.nav_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	}
.nav_text img{
	display:inline-block;
	vertical-align:middle;
	width:21px;
	margin:-4px 5px 0 0;
	}	
/*====Header====*/
.top_fix_bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	background:#fff;
	}
.fixed_nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	margin-top:20px;
	width:175px
	}
a.headerBtn{
    float:right;
	width:174px;
	height:48px;
	font-size:20px;
    line-height:46px;
    color:#fff;
    text-align:center;
    border-radius:7px;
    background:#315050;
    font-weight:700;
    letter-spacing:0.5px;
	margin-top:12px;
	}
/*====Banner====*/
.banner{
	float:left;
	width:100%;
	padding:20px 0 50px;
	background:#234142;
	overflow:hidden;
	}
.bnr_asterisk1{
	position:absolute;
	top:-108px;
	right:525px;
	z-index:1;
	}
.banner_girl{
	position:absolute;
	width:892px;
	right:-207px;
	top:-13px;
	}
.banner_prod{
	position:absolute;
	right:-290px;
	top:150px;
	width:250px;
	}
.banner_seal{
	position:absolute;
	right:572px;
	top:290px;
	z-index:2;
	width:151px;
	}
.bnr_sleepBox{
	position:absolute;
	right:-460px;
	bottom:-20px;
	background:#234142;
	padding:10px 8px 14px;
	border-radius:8px;
	border:1px solid #effe97;
	text-align:center;
	width:130px;
	}
.bnr_sleepBox p{
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:900;
	}
.bnr_timer{
	display:block;
	margin:7px auto 0;
	width:84px;
	}
.banner_left{
	float:left;
	width:43%;
	text-align:left;
	position:relative;
	z-index:1;
	}
.banner_heading{
	font-size:60px;
	line-height:62px;
	color:#effe97;
	font-weight:700;
	}
.banner_strip{
	width:100%;
	background:#2d4c4d;
	border-radius:6px;
	border:1px solid #effe97;
	overflow:hidden;
	margin-top:20px;
	display:flex;
	display:-webkit-flex;
	}
.banner_strip span{
	background:#effe97;
	float:left;
	display:flex;
	display:-webkit-flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:flex-end;
	width:88px;
	margin:-10px 0 -10px -15px;
	border-radius:0 40px 40px 0;
	}
.banner_strip span img{
	width:61px;
	}
.banner_strip p{
	font-size:22px;
	line-height:28px;
	color:#fff;
	font-weight:500;
	padding:10px 40px 11px 25px;
	text-align:left;
	}
.banner_text{
	font-size:17px;
	line-height:27px;
	color:#fff;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:20px;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
ul.banner_point li{
	display:flex;
	display:-webkit-flex;
	-webkit-box-align:center;
	align-items:center;
	width:100%;
	text-align:left;
	padding:2px 0;
	}
ul.banner_point li img{
	float:left;
	width:35px;
	 margin-right:10px;
	}
ul.banner_point li p{
	font-size:19px;
	line-height:27px;
	color:#fff;
	font-weight:700;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:445px;
	text-align:center;
	margin-top:35px;
	}
.banner .button_box{ margin-top:25px;}
.button_caption{
	font-size:13px;
	line-height:20px;
	display:inline-block;
	vertical-align:top;
	font-weight:600;
	color:#000000;
	letter-spacing:0.3px;
	background:#fffddf;
	border:1px solid #ebebeb;
	padding:5px 25px 5px;
	border-radius:7px;
	margin-bottom:12px;
	}
.button_caption img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-2px 6px 0 0;
	}
a.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:80px;
	font-size:26px;
	line-height:76px;
	color:#fff;
	font-weight:700;
	background:#2e5050;
	border-radius:15px;
	border:2px solid #effe97;
	box-shadow:3px 4px 0 1px rgba(239,254,151,1);
	-webkit-box-shadow:3px 4px 0 1px rgba(239,254,151,1);
	-webkit-appearance:none;
	letter-spacing:-0.3px;
	outline:none;
	position:relative;
	overflow:hidden;
	}
a.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-5px 0 0 20px;
	filter:brightness(0) invert(1);
	}
a.common_button.yellow_button{
	background:#dde04b;
	color:#000000;
	}
a.common_button.yellow_button img{filter:brightness(0);}

.bnr-slider {
	float: left;
	width:500px;
	height:80px;
	background: url(../images/btn_flsh.png) no-repeat;
	animation: AnimationName 3s cubic-bezier(0.43, 0.61, 1, 1) infinite;
	-webkit-animation: AnimationName 3s cubic-bezier(0.43, 0.61, 1, 1) infinite;
	position: absolute;
	left:-30px;
	top:0;
	z-index: 9;
}
.s1seals{margin:120px auto 0 auto;display:block;}
@-webkit-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}

/*====Section1====*/
.section1{
	float:left;
	width:100%;
	padding:65px 0 35px;
	background:#fff;
	}
.common_sub_heading{
	font-size:20px;
	line-height:26px;
	font-weight:600;
	margin-bottom:10px;
	letter-spacing:0.3px;
	}
.common_heading{
	font-size:45px;
	line-height:54px;
	color:#234142;
	font-weight:700;
	}
.common_paragraph{
	font-size:18px;
	line-height:28px;
	color:#000000;
	font-weight:400;
	margin-top:20px;
	letter-spacing:0;
	}
.customer_review{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:2030px;
	margin-top:40px;
	}
.customer_slider{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.customer_col{
	display:inline-block;
	vertical-align:top;
	width:385px !important;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
	border:1px solid #000000;
	padding:22px 22px 25px;
	margin:0 10px 0;
	text-align:left;
	}
.cust_star{
	display:block;
	width:100px;
	margin-bottom:10px;
	}
.customer_heading{
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:700;
	min-height:56px;
	}
.customer_text{
	font-size:17px;
	line-height:26px;
	color:#000;
	font-weight:400;
	margin-top:12px;
	min-height:130px;
	}
.customer_name{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:500;
	margin-top:20px;
	}
.customer_name img{
	display:inline-block !important;
	vertical-align:middle;
	width:11px;
	margin:-3px 3px 0 7px;
	}
.customer_name span{
	font-size:20px;
	line-height:26px;
	font-weight:700;
	}
/*sec1_slider_row*/
.sec1_slider_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:45px;
	}
.sec1_slider_col{
	display:inline-block;
	vertical-align:top;
	width:264px !important;
	margin:0 10px;
	}
.s1_slider_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
/*====Section2====*/
.section2{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:#effe99;
	}
.s1_image{
	float:left;
	width:46%;
	max-width:535px;
	border-radius:15px;
	}
.sec2_right{
	float:right;
	text-align:left;
	width:49.5%;
	}
.s2_round{
	display:block;
	width:30px;
	margin-bottom:15px;
	}
/*====strip====*/
.strip{
	float:left;
	width:100%;
	background:#234142;
	padding:10px 0;
	}
ul.strip_list{
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:space-between;
	margin:0 auto 0;
	width:100%;
	}
ul.strip_list li{
	text-align:left;
	margin:0;
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:space-between;
	}
ul.strip_list li img{
	float:left;
	width:35px;
	}
ul.strip_list li p{
	float:right;
	padding-left:10px;
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	}
/*====Section3====*/
.section3{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:#fff;
	}
.sec3_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:920px;
	margin:45px 0 10px;
	}
.s3_prod{
	float:left;
	}
.se3_right{
	float:right;
	width:50.7%;
	padding-left:45px;
	}
.s3_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	padding:13px 0 13px 80px;
	border:1px solid #234142;
	text-align:left;
	margin-bottom:25px;
	}
.s3_row1{ margin-top:7px;}
.s3_row:after{
	position:absolute;
	content:"";
	left:-290px;
	top:-20px;
	background:url(../images/s3_line1.png) no-repeat left top;
	width:230px;
	height:83px;
	}
.s3_row2:after{
	left:-245px;
	top:-65px;
	background:url(../images/s3_line2.png) no-repeat left top;
	width:191px;
	height:132px;
	}
.s3_row3:after{
	left:-245px;
	top:-160px;
	background:url(../images/s3_line3.png) no-repeat left top;
	width:190px;
	height:224px;
	}
.s3_row4:after{
	left:-245px;
	top:-20px;
	background:url(../images/s3_line4.png) no-repeat left top;
	width:190px;
	height:83px;
	}
.s3_row_icon{
	position:absolute;
	left:-46px;
	top:50%;
	width:92px;
	margin-top:-46px;
	}
.s3_row_head{
	font-size:22px;
	line-height:28px;
	color:#234142;
	font-weight:700;
	padding-bottom:12px;
	border-bottom:1px solid #234142;
	}
.s3_row_text{
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:400;
	margin-top:12px;
	}
/*====Section4====*/
.section4{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:#234142;
	}
.sec4_mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	}
.sec4_row{
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:space-between;
	column-gap: 90px;
	width:100%;
	margin:10px 0 0;
	}	
.sec4_row.row_reverse{flex-direction: row-reverse;}
.s4_row_content{
	text-align:left;
	width:50%;
	}
.sec4_row.row_reverse .s4_row_content{ text-align:right;}
.s4_row_content h3{
	font-size:28px;
	line-height:34px;
	color:#effe97;
	font-weight:700;
	}
.s4_row_content .common_paragraph{ margin-top:15px; color:#fff;}
.s4_row_img{
	float:left;
	max-width:100%;
	}
.plus{
	position:absolute;
	left:50%;
	margin-left:-32.5px;
	bottom:-100px;
	}
.s4_aster1{
	position:absolute;
	right:-10px;
	top:-65px;
	}
/*====Section5====*/
.section5{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:url(../images/s5_shape.jpg) no-repeat center -25px #fff;
	overflow:hidden;
	}	
.se5_mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.se5_prod{
	float:left;
	margin-left:-175px;
	margin-right:-10px;
	}
.s5_right{
	float:right;
	width:52%;
	text-align:left;
	}
.s5_text{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
	}
.s5_ingredients_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px solid #234142;
	margin-top:30px;
	}
.s5_ingredient_row{
	float:left;
	width:100%;
	border-bottom:1px solid #d7d7d7;
	padding:0 25px;
	}
.s5_ingredient_row.last{border-bottom:none;}
.s5_ingredient_heading{
	float:left;
	width:100%;
	text-align:left;
	padding:7px 25px 7px 0;
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:flex-start;
	font-size:18px;
	line-height:28px;
	color:#000;
	font-weight:700;
	background:url(../images/s5_close.png) no-repeat right center #fff;
	background-size:13px;
	cursor:pointer;
	}
.s5_ingredient_heading.active{
	background:url(../images/s5_open.png) no-repeat right center #fff;
	background-size:13px;
	}
.s5_ingredient_img{
	float:left;
	width:96px;
	margin-right:20px;
	}
.s5_ingredient_content{
	float:right;
	width:calc(100% - 116px);
	padding:5px 0;
	text-align:left;
	}
.s5_ingredient_text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#000;
	font-weight:400;
	margin-bottom:15px;
	}
.sleep_promise_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}	
.sleep_promise_heading{
	font-size:30px;
	line-height:38px;
	color:#2d4c4d;
	font-weight:700;
	}
ul.sleep_promise_list{
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	justify-content:center;
	column-gap:75px;
	margin:0 auto 15px;
	width:100%;
	}
ul.sleep_promise_list li{
	margin-top:35px;
	text-align:center;
	position:relative;
	}
ul.sleep_promise_list li img{
	display:block;
	margin:0 auto 0;
	width:60px;
	}
ul.sleep_promise_list li p{
	font-size:17px;
	line-height:23px;
	color:#000000;
	font-weight:500;
	margin-top:8px;
	letter-spacing:0.2px;
	}
	
/*====section6====*/
.section6{
	float:left;
	width:100%;
	background:url(../images/s6-bg.jpg) no-repeat center top;
	padding:60px 0 65px;
	background-size:cover;
	overflow:hidden;
	}
.s6-asterisk{
	position:absolute;
	width:165px;
	}
.s6-asterisk-one{
	right:0;
	top:-140px;
	}
.s6-asterisk-two{
	left:0;
	bottom:-150px;
	}
.s6-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	min-height:460px;
	position:relative;
	margin:80px auto 20px;
	}
.s6-step-row{
	width:100%;
	max-width:730px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
	}
.s6-step-col{
	width:270px;
	text-align:center;
	}
.s6-step-col-text{
	font-size:26px;
	line-height:32px;
	color:#fff;
	font-weight:700;
	}
.s6-step-col-text span{
	color:#effe97;
	}
.s6-step-col-two{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	}
.s6-step-col-three{
	width:300px;
	}
.s6-prod-img{
	display:block;
	margin:35px auto 0;
	max-width:100%;
	}
	
/*====section7====*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.compare-Box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:900px;
	margin-top:50px;
	border-radius:10px;
	}
.compare-col1{
	float: left;
    width:40%;
    position: relative;
	margin-top:193px;
	}
.compare-list{
	float:left;
	width:100%;
	}
.compare-list li{
	float:left;
	width:100%;
	height:85px;
	text-align:left;
	font-size:18px;
	line-height:22px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:500;
	position:relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	border-bottom:1px solid #ccc;
	}
.compare-list li:last-child{
	border-bottom:none;
	}
.compare-col1 .compare-list li{
	justify-content:start;
	padding:10px 10px 10px 5px;
	}
.compare-col2{
	float: left;
	width:19%;
	border:3px solid #234142;
	padding:0 0 25px;
	border-radius:12px;
	}
.compare-top{
	float:left;
	width:100%;
	height:190px;
	}	
.compare-top-text{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:600;
	padding:12px 0;
	}
.compare-col2 .compare-top-text{
	font-size:23px;
	font-weight:800;
	color:#fff;
	background:#234142;
	border-radius:6px 6px 0 0;
	}
.compare-logo{
	width:130px;
	max-width:100%;
	filter:brightness(0) invert(1);
	}
.compare-prod-img{
	display:block;
	margin:15px auto 0;
	max-width:100%;
	width:48px;
	}
.compare-brand-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:109px;
	}
.compare-icn{
	display:block;
	margin:0 auto;
	width:34px;
	}	
.compare-col3{
	float:left;
	width:19%;
	border:1px solid #ccc;
	border-radius:10px;
	margin-top:2px;
	padding-bottom:25px;
	}	
.compare-space-col{
	float:left;
	width:1.5%;
	margin-top:193px;
	}

.guarantee-box{
	width:100%;
	max-width:775px;
	background:url(../images/guarantee-box-bg.jpg) no-repeat center top;
	background-size:cover;
	border-radius:15px;
	padding:30px 30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
    justify-content: space-between;
	align-items:start;
	margin:55px auto 15px;
	}
.guarantee-seal-box{
	float:left;
	width:145px;
	}
.guarantee-seal{
	display:block;
	margin:0 auto;
	max-width:100%;
	position:relative;
	}
.guarantee-content{
	float:right;
	width:calc(100% - 145px);
	text-align:left;
	padding-left:20px;
	}
.guarantee-heading{
	font-size:30px;
	line-height:36px;
	color:#effe97;
	font-weight:900;
	text-transform:uppercase;
	}
.guarantee-text{
	font-size:17px;
	line-height:25px;
	color:#fff;
	margin-top:10px;
	}
	
/*====section8====*/
.section8{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	overflow:hidden;
	}
.s8-asterisk-top{
	position:absolute;
	right:-380px;
	top:-60px;
	width:176px;
	}
.s8-asterisk-icn{
	position:absolute;
	width:141px;
	}
.s8-asterisk-icn-one{
	left:-300px;
	top:60%;
	}
.s8-asterisk-icn-two{

	right:-320px;
	bottom:9%;
	}
.rating-top-row{
	width:100%;
	margin:40px auto 0;
	display:flex;
	display:-webkit-box;
	flex-wrap:wrap;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	}
.rating-col1{
	width:37%;
	}
.rating-list{
	float:left;
	width:100%;
	}
.rating-list li{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	text-align:left;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:12px;
	}
.rating-list-left{
	width:130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.rating-list li span{
	float:right;
	margin-left:8px;
	min-width:35px;
	text-align:right;
	}
.rating-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 8px;
	width:109px;
	}
.rating-list-right{
	display:flex;
    justify-content:end;
	align-items:center;
	width:calc(100% - 140px);
	}
.review-progres{
	display:inline-block;
	vertical-align:middle;
	border-radius:35px;
	background:#d7d7d7;
	width:100%;
	max-width:240px;
	height:10px;
	}
.review-progres-bar{
	float:left;
	background:#ff9d1e;
	height:100%;
	border-radius:45px;
	}
.rating-col2{
	width:19%;
	}
.rating-col2 p{
	font-size:40px;
	line-height:36px;
	color:#000;
	font-weight:700;
	}
.rating-col2 img{
	display:block;
	margin: 12px auto 0;
	width:142px;
	}
.rating-col2 span{
	display:inline-block;
	vertical-align:top;
	color:#000;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.5px;
	font-weight:700;
	margin-top:12px;
	}
.rating-col3{
	width:37%;
	}
.rating-img-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap:10px
	}
.rating-img-col{
	width:24%;
	position:relative;
	cursor:pointer;
	}
.rating-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:8px;
	}
.rating-play-icn{
	position:absolute;
	left:50%;
	top:50%;
	margin:-16px 0 0 -16px;
	width:33px;
	}
	
.review-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:40px auto 0;
	position:relative;
	}
.review-col{
	width:31.3%;
	background:#effe97;
	border-radius:20px;
	box-shadow:0 0 12px 0 rgba(0,0,0,0.2);
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column; 
	}
.review-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:18px 18px 0 0;
	}
.review-col-content{
	float:left;
	width:100%;
	text-align:left;
	padding:25px 15px;
	position:relative;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    flex-direction: column;   
	}
.review-col-content-top{
	float:left;
	width:100%;
	}
.review-col-icn{
	position:absolute;
	right:20px;
	top:-20px;
	width:42px;
	}
.review-col-text1{
	font-size:22px;
	line-height:28px;
	color:#234142;
	font-weight:700;
	}
.review-star{
	display:block;
	width:80px;
	margin:10px 0 0;
	}	
.review-col-text2{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:12px;
	}
.review-col-content-btm{
	float:left;
	width:100%;
	}
.review-col-text3{
	font-size:20px;
	line-height:26px;
	color:#234142;
	font-weight:700;
	margin-top:15px;
	}
.testi-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:50px auto 30px;
	row-gap:20px;
	position:relative;
	}
.testi-col{
	width:48.5%;
	background:#fff;
	border-radius:10px;
	box-shadow:0 3px 12px 2px rgba(0,0,0,0.1);
	padding:20px 20px;
	}
.testi-col-content{
	float:left;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
.testi-col-text1{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}
.testi-star{
	display:block;
	margin:12px 0 0;
	width:98px;
	}
.testi-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}
.testi-col-verify{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.testi-col-verify-left{
	width:62px;
	height:62px;
	background:#dcecec;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	font-size:25px;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	}
.testi-col-verify-right{
	width:calc(100% - 62px);
	text-align:left;
	padding-left:15px;
	}
.testi-col-verify-name{
	font-size:17px;
	line-height:23px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:700;
	}
.testi-col-verify-text{
	font-size:13px;
	line-height:19px;
	letter-spacing:0.3px;
	color:#0ab83f;
	margin-top:3px;
	}
.testi-col-verify-text img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-2px 5px 0 0;
	}


/*=====section9=====*/
.section9{
	float:left;
	width:100%;
	background:#effe97;
	padding:60px 0 65px;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:780px;
	margin:35px 0 15px;
	}
.faq-row{
	float:left;
	width:100%;
	border-bottom:1px solid #CCC;
	text-align:left;
	}
.accordion{
	float:left;
	width:100%;
	font-size:21px;
	line-height:27px;
	color:#234142;
	font-weight:600;
	padding:22px 40px 22px 0;
	cursor:pointer;
	background:url(../images/down.png) no-repeat 99% center;
	background-size:25px;
	}
.acdn-heading.accordion-open{
	background:url(../images/up.png) no-repeat 99% center;
	background-size:25px;
	}
.acdn-content{
	float:left;
	width:100%;
	padding:0 45px 0 0;
	}
.acdn-content p{
	font-size:17px;
	line-height:25px;
	letter-spacing:0.2px;
	color:#000;
	margin-bottom:25px;
	}

/*=====section10=====*/
.section10{
	float:left;
	width:100%;
	background:url(../images/s10-bg-img.jpg) no-repeat center top;
	padding:60px 0 65px;
	background-size:cover;
	}
.s10-img{
	display:block;
	margin:0 auto 30px;
	width:215px;
	}
.s10-heading{
	font-size:50px;
	line-height:58px;
	color:#effe97;
	font-weight:700;
	}
.s10-text1{
	font-size:20px;
	line-height:28px;
	color:#fff;
	margin-top:15px;
	}

/*=====section11=====*/
.section11{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 15px;
	}
.product-box{
	width:100%;
	max-width:970px;
	background:url(../images/product-box-bg.jpg) no-repeat center top #f2ffb8;
	background-size:cover;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:0 auto 0;
	border:4px solid #2d4c4d;
	padding:25px 35px;
	border-radius:15px;
	}
.product-box-left{
	width:35%;
	position:relative;
	}
.s11_seal{
	position:absolute;
	right:-30px;
	top:30px;
	width:151px;
	}
.product-box-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.product-box-right{
	width:62%;
	text-align:center;
	}
.product-box-logo{
	display:block;
	margin:0 auto 15px;
	width:200px;
	}
.product-box-text1{
	font-size:30px;
	line-height:36px;
	color:#234142;
	font-weight:800;
	}
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	}
.footer_logo{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto 15px;
	width:175px;
	}
.footer_text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000000;
	margin-top:10px;
	letter-spacing:0.3px;
	}
.footer_text a{
	color:#000;
	padding:0 10px;
	}

/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}
.lightgreen{color:#effe97;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_left{ width:48%;}
.banner_strip p{ padding:12px 20px 13px;}
.banner_girl{right:-248px;top:111px;width:800px;}
.banner_seal{ right:420px;}
.bnr_asterisk1{ right:330px;}

.section4{overflow-x: clip;}
.sec4_row{column-gap: 50px;}
.s4_row_img{ width:450px;}

.se5_prod{margin-left: -130px;margin-right:-10px;width:620px;}
ul.sleep_promise_list{column-gap:55px;}

.s8-asterisk-top { right: -100px; width: 140px;}
.s8-asterisk-icn-one { left: -65px; top: 53%;}
.s8-asterisk-icn-two { right: -100px; bottom:8%;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.banner_left{ width:55%;}
.banner_heading{ font-size:46px; line-height:50px;}
.banner_strip p{padding: 12px 15px 13px;font-size: 20px;}
.banner_text{ font-size:17px; line-height:27px;}
ul.banner_point li p{ font-size:18px; line-height:26px;}
.banner_girl{right:-248px;top: 195px;width: 680px;}
.banner_seal{right: 280px;width: 110px;}
.bnr_asterisk1{right: 180px;width: 100px;top: -70px;}
.banner_prod{right: -250px;top: 230px;width:230px;}
.bnr_sleepBox{right: -155px;top: 45px;bottom: auto;}

a.common_button{ font-size:24px;}

.common_heading{ font-size:38px; line-height:44px;}


.customer_col{ width:377px !important;}
.sec1_slider_col{ width:235px !important;}

ul.strip_list li img{ width:30px; display:block; margin:0 auto;}
ul.strip_list li p{ font-size:15px;}

.s3_prod{ width:220px;}
.s4_aster1{ width:100px;}

.s4_row_img{ width:300px;}
.s4_row_content{ width:56%;}

.se5_prod{margin-left: -80px;margin-right:-10px;width: 350px;}
.s5_right{ width:65%;}
.s5_ingredient_heading{ font-size:18px;}
ul.sleep_promise_list{column-gap: 15px;justify-content: space-between;}
ul.sleep_promise_list li p{ font-size:16px;}

.s6-asterisk { width: 100px;}
.s6-asterisk-one { right: 0; top: -110px;}
.s6-asterisk-two {left: 0; bottom: -115px;}

.s6-box{ min-height:370px;}
.s6-step-row { max-width:600px;}
.s6-step-col-text { font-size: 23px; line-height: 29px;}

.compare-list li{ font-size:16px;}
.guarantee-heading { font-size: 29px; line-height: 35px;}

.rating-list-left { width:110px;}
.rating-list li img { width:90px;}
.rating-list-right { width: calc(100% - 120px);}
.review-progres{ height:8px;}
.rating-col2 img{ width:130px;}
.rating-col2 span { font-size: 12px; line-height: 16px;}
.rating-img-row{ row-gap:3px;}

.review-col-text2 { font-size: 16px; line-height: 24px;}
.testi-col-text2 { font-size: 16px; line-height: 24px;}

.accordion { font-size:19px; line-height: 25px;}

.s10-img { margin: 0 auto 20px;}
.s10-heading { font-size: 40px; line-height: 48px;}
.s10-text1 { font-size: 18px; line-height: 26px;}

.product-box-text1 { font-size: 23px; line-height: 33px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.nav_strip{ padding:6px 0 8px;}
.nav_text{ font-size:15px; line-height:18px;}
.nav_text img{ width:18px;}

.top_fix_bar{ margin-bottom:46px;}
.header{height:46px;margin-top:-46px;top:46px;}
.logo{ width:125px; margin:13px auto 0; float:none; display:block;}

.banner{ background:url(../images/banner_m.jpg) no-repeat center top #eef8f8; background-size:390px; padding:25px 0 30px;}
.banner_left{ width:100%; display:inline-block; vertical-align:top; max-width:365px; float:none;}
.banner_heading{ font-size:42px; line-height:46px;}
.banner_strip{ margin-top:20px;}
.banner_strip p{font-size:17px;line-height: 23px;padding: 8px 11px 10px;}
.banner_strip span{ width:75px;}
.banner_strip span img{ width:50px;}
.banner_mid_mob{ display:inline-block; position:relative; vertical-align:top; width:100%; margin:35px 0 0;}
.banner_prod{ position:static; float:left; width:186px;}
.banner_seal{ right:30px; top:285px; width:90px;}
.bnr_sleepBox{ right:5%; top:auto; bottom:85px; width:110px; padding:7px 8px;}
.bnr_sleepBox p{ font-size:15px; line-height:16px;}
.bnr_timer{ width:50px;}
.banner_text{ font-size:15px; line-height:22px; color:#000;}
ul.banner_point li p{ color:#000;}
ul.banner_point li img{ width:35px;}

.button_box{ margin-top:30px;}
.banner .button_box{ margin-top:25px;}
.button_caption{ font-size:12px; line-height:18px; padding:5px 10px;}
a.common_button{ font-size:20px; height:68px; line-height:64px; border-radius:12px; letter-spacing:0.3px;}
a.common_button img{ width:20px; margin:-5px 0 0 15px;}
.banner a.common_button{ background:#234142; color:#fff;}
.banner a.common_button img{filter:brightness(0) invert(1);}
.best_sller_m{ width:calc(100% + 30px); margin:35px 0 0 -15px; background:#fff;display: -webkit-flex;display: flex;align-items: center;float: left;justify-content: center; padding:10px 15px;}
.best_seller_seal{ float:left; width:76px; margin-right:10px;}
.best_sller_m p{ font-size:18px; line-height:26px; color:#234142; text-transform:uppercase; text-align:left; font-weight:700;}

.section1{ padding:30px 0 15px;}
.common_sub_heading{ font-size:18px; line-height:24px;}
.common_heading{ font-size:32px; line-height:40px;}
.common_paragraph{ font-size:16px; line-height:24px;}

.customer_review{ margin-top:30px;}
.customer_col{ width:322px !important; padding:16px 16px 20px; margin:0 0 0 20px;}
.customer_heading{ font-size:18px; line-height:25px; min-height:50px;}
.customer_text{ font-size:16px; line-height:22px; min-height:110px;}
.customer_name{ font-size:14px;}
.customer_name span{ font-size:18px;}
.sec1_slider_row{ margin-top:40px;}
.sec1_slider_col{ width:140px !important; margin:0 7px;}

.section2{ padding:30px 0 30px;}
.sec2_right{ width:100%; text-align:center;}
.s2_round{ margin:0 auto 10px;}
.s1_image{ width:100%; max-width:390px; margin:25px auto 0; float:none;}

.strip{ padding:7px 0 5px;}
ul.strip_list{width:calc(100% + 30px); margin:0 0 0 -15px;}
ul.strip_list li{ margin:0 13px; padding:7px 5px 7px 37px; position:relative;}
ul.strip_list li p{ float:left; padding:0;}
ul.strip_list li img{ width:30px; position:absolute; left:0; top:50%; margin-top:-14px;}

.section3{ padding:30px 0 35px;}
.sec3_block{ max-width:345px; margin:20px 0 0;}
.se3_right{ width:100%; padding:0; position:relative;}
.s3_prod_m{ width:calc(100% + 30px); margin:0 0 0 -15px;}
.s3_row{ padding:0 0; width:165px; position:absolute; z-index:1; background:#fff;}
.s3_row1{ left:0; top:3px;}
.s3_row_icon{ width:46px; margin:0;}
.s3_row2{ left:0; bottom:50px; width:160px;}
.s3_row3{ right:0; top:115px; width:148px;}
.s3_row4{ right:0; bottom:10px; width:165px;}
.s3_row1 .s3_row_icon{ left:auto; right:-28px; top:10px;}
.s3_row2 .s3_row_icon{ left:auto; right:10px; top:-30px;}
.s3_row3 .s3_row_icon{ left:auto; right:12px; bottom:-25px; top:auto;}
.s3_row4 .s3_row_icon{ left:auto; right:12px; top:-25px;}
.s3_row_head{ font-size:16px; line-height:20px; padding:8px 9px; letter-spacing:-0.3px;}
.s3_row_text{ font-size:14px; line-height:20px; padding:8px 7px; margin-top:0;}
.s3_row:after{ display:none;}
.s3_row2 .s3_row_text{ padding:8px 7px; letter-spacing:-0.3px;}

.section4{ padding:30px 0 45px;}
.s4_aster1{width: 70px;right: 10px;top: -33px;}
.sec4_mid{ margin-top:0;}
.sec4_row{column-gap: 0;flex-wrap: wrap; margin-top:45px;}
.s4_row_content, .sec4_row.row_reverse .s4_row_content{ width:100%;text-align:center; margin-top:15px; padding:0 15px;}
.s4_row_img{ width:100%; max-width:none; float:none;}
.s4_row_content h3{ font-size:24px; line-height:30px;}
.s4_row_content .common_paragraph{ margin-top:10px;}
.plus{margin-left: -20px;bottom: -63px;width: 40px;}
.s4_aster2{position:absolute;left: -20px;top:200px;width: 70px;transform: rotate(-90deg);}

.section5{ padding:30px 0 0; background-size:490px;}
.se5_prod{ display:none;}
.section5 .common_paragraph{ text-align:left;}
.se5_mid{ margin-top:30px;}
.s5_right{ width:100%;}
.s5_text{ font-size:20px; line-height:26px;}
.s5_ingredients_box{ width:calc(100% + 30px); margin:25px 0 0 -15px; border:none;}
.s5_ingredient_row{ padding:0 10px;}
.s5_ingredient_heading{ background-size:11px; background-position:center right 5px; font-size:17px; padding:8px 25px 8px 0;}
.s5_ingredient_heading.active{ background-size:11px; background-position:center right 5px;}
.s5_ingredient_content{ padding:0 10px 5px; width:calc(100% - 85px); }
.s5_ingredient_text{ font-size:16px; line-height:24px;letter-spacing:0.3px;}
.s5_ingredient_img{ width:85px; margin-right:10px;}

.sleep_promise_row{padding:30px 15px 35px; width:calc(100% + 30px); margin:25px 0 0 -15px; background:#effe97;}
.sleep_promise_heading{ font-size:26px; line-height:34px;}
ul.sleep_promise_list{column-gap: 0;justify-content: space-between;flex-wrap: wrap; margin:10px auto 5px;}
ul.sleep_promise_list li{ width:33.33%; margin-top:20px;}
ul.sleep_promise_list li p{ font-size:12px; line-height:17px;}

.section6{ padding:0 0 35px; background:url(../images/s6-bg-mob.jpg) no-repeat center top; background-size:cover;}
.s6-top-img-mob{ width:calc(100% + 30px); margin:0 0 0 -15px;}
.s6-heading-box{ display:inline-block; vertical-align:top; width:100%; max-width:280px; position:relative; background:#effe97; border:2px solid #264445; border-radius:10px; padding:8px 5px 5px 58px; text-align:left; margin-top:-42px;}
.s6-heading-text1{ position:absolute; left:10px; top:50%; transform:translateY(-50%); font-size:63px; line-height:60px; color:#234142; font-weight:700;}
.s6-heading-text2{ font-size:36px; line-height:32px; color:#234142; font-weight:700;}
.s6-heading-text2 span{ display:block; font-size:20px;}
.s6-heading-box-icn{ position:absolute; right:40px; top:-16px; width:32px;}

.s6-box{ margin:0 auto; max-width:400px;}
.s6-step-col{ position:absolute; width:135px; text-align:left;}
.s6-step-col-one{left:0; top:20%;}
.s6-step-col-two{right:0; top:38%; left:auto; transform:none; text-align:right;}
.s6-step-col-three{ left:0; top:62%;}
.s6-step-col-text { font-size: 22px; line-height: 26px;}
.s6-prod-img{ margin:0 auto;}

.section7{ padding:30px 0 0;}
.compare-Box{ margin-top:30px;}
.compare-col1 { width: 35%; margin-top:132px;}
.compare-list li { height:70px; font-size: 14px; line-height:18px;}
.compare-col2 { width:23%; border-width:2px; border-radius:8px; padding: 0 0 15px;}
.compare-logo { width: 68px;}
.compare-col2 .compare-top-text{ padding:10px 0 11px;}
.compare-top { height: 130px;}
.compare-prod-img { margin: 10px auto 0; width: 35px;}
.compare-col3 { width:21%; border-left:none; margin-top:1px; padding: 0 0 15px;}
.compare-top-text { font-size:11px; line-height:15px; padding: 8px 0;}
.compare-brand-img{ width:70px; margin:10px auto 0;}
.compare-icn{ width:22px;}

.guarantee-box{ width:calc(100% + 30px); background:url(../images/guarantee-box-bg-mob.jpg) no-repeat center top; background-size:cover; border-radius:0; margin:70px 0 0 -15px; padding:65px 20px 35px; position:relative;}
.guarantee-seal-box{ width:95px; position:absolute; top:-47px; left:50%; margin-left:-47px;}
.guarantee-content{ width:100%; padding-left:0; text-align:center;}
.guarantee-heading { font-size: 26px; line-height: 32px;}
.guarantee-text { font-size: 16px; line-height: 24px;}

.section8{ padding:30px 0 35px;}
.s8-asterisk-top { right: -40px; width: 85px; top:-40px;}
.s8-asterisk-icn { width: 100px;}
.s8-asterisk-icn-one { left: 70%; top: 38%;}
.s8-asterisk-icn-two { right:auto; bottom:auto; top:49%; left:-15px;}

.rating-top-row { margin:20px auto 0; max-width:400px;}
.rating-col1{ width:100%;}
.rating-list li { font-size:14px; line-height:18px; margin-top:10px;}
.rating-list li img { width: 85px;}
.rating-list-right { width: calc(100% - 110px);}
.review-progres { height: 7px;}
.rating-list li span { margin-left:3px;}
.rating-col2{ width:100%; margin-top:20px;}
.rating-col2 img { width: 130px; margin:10px auto 0;}
.rating-col2 span { font-size: 16px; line-height:12px; margin-top:10px;}
.rating-col3{ width:100%; margin-top:25px;}

.review-row{ margin:20px 0 0 -15px; width:calc(100% + 30px);}
.review-col{ width:100%; max-width:320px;}
.review-col-text1 {font-size: 20px; line-height: 26px;}
.review-star { width: 80px; margin: 8px 0 0;}
.review-col-text2 { font-size: 16px; line-height:24px; margin-top:10px; min-height:96px;}
.review-col-text3 {font-size: 20px; line-height: 26px;}

.testi-row{ margin:20px auto 0;}
.testi-col {width: 100%; padding: 15px 20px 20px;}
.testi-col-verify-left { width:55px; height:55px; font-size:22px;}
.testi-col-verify-right { width: calc(100% - 55px); padding-left:15px;}
.testi-col-verify-name { font-size: 16px; line-height: 22px;}
.testi-col-verify-text { font-size: 12px; line-height: 18px;}
.testi-col-verify-text img{ width:10px;}
.testi-col-text1 {font-size:18px; line-height: 24px;}
.testi-col-text2 { font-size: 16px; line-height: 24px;}

.section9 { padding: 30px 0 30px;}
.faq-box{ margin:15px 0 0;}
.accordion { font-size: 18px; line-height: 24px; padding:20px 35px 20px 0; background-size:15px;}
.acdn-heading.accordion-open{background-size:15px;}
.acdn-content {padding: 0;}
.acdn-content p { font-size: 16px; line-height: 24px; margin-bottom:20px; letter-spacing:0;}

.section10{ padding:30px 0 40px;}
.s10-img{ width:140px;}
.s10-heading { font-size:32px; line-height:36px;}
.s10-text1 { font-size: 16px; line-height: 24px; letter-spacing:0.3px;}

.section11{ padding:25px 0 30px;}
.product-box{ max-width:380px; padding:20px 15px 20px; border-radius:10px; border-width:2px;}
.product-box-left{ width:100%; max-width:360px; margin-top:20px;}
.product-box-img{ width:150px;}
.product-box-right{ width:100%;}
.product-box-logo{ width:150px; margin:0 auto 10px;}
.product-box-text1 {font-size: 23px; line-height:29px; letter-spacing:0.3px;}
.product-box a.common_button{ font-size:18px;}
.s11_seal {right:30px;top:20px;width:100px;}

.footer{ padding:0 0 25px;}
.footer_text{ font-size:14px; line-height:20px;}
.footer_text a:first-child{ padding-left:0;}
.footer_text a:last-child{ padding-right:0;}
.footer_logo{ width:125px; margin:25px auto 5px;}

#ctabtn-mob{
	background: #f2ffb8;
	padding:10px 10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob a.common_button{box-shadow: 1px 1px 0 1px rgba(239,254,151,1);-webkit-box-shadow: 1px 1px 0 1px rgba(239,254,151,1);}
}