@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*=========Fonts=======*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Bold.woff2') format('woff2'),
        url('Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-SemiBold.woff2') format('woff2'),
        url('Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


	
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
CSS FOR TOP STRIP
------------------------*/	
.top_strip{
	background:#cf9442;
	float:left;
	width:100%;
	padding:7px 0 8px;
	}
.top_strip p{
	font-size:18px;
	line-height:20px;
	color:#fff;
	font-weight:600;
	}			

/*-----------------------
CSS FOR HEADER
------------------------*/	
.header{
	background:#000;
	float:left;
	width:100%;
	padding:10px 0 8px;
	}
.logo{
	float:left;
	width:85px;
	margin-top: 3px;
	}
.header_button{
	float:right;
	width: 210px;
	height:50px;
	line-height:50px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius:5px;
	text-align: center;
	background:#d4b462;
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
	}
.header_button img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin: -3px 0 0 12px;
	}	
 	
/*-----------------------
		BANNER
------------------------*/	
.banner_section{
	background:#fff;
	float:left;
	width:100%;
	padding:45px 0 50px;
	}	
.bnr_product_wrap{
	float:left;
	width:100%;
	}	
.prod_bnr_lft{
	float:left;
	width:49%;
	position:relative;
	}
.prd-sldr{
	float:left;
	width:100%;
	}
.prd-sldr-inr{
	float:left;
	width:100%;
	}
.prd-sld{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
.thumb-sldr{
	float:left;
	width:100%;
	margin-top:20px;
	}
.thum-sldr-inr{
	width:calc(100% - 8px) !important;
	cursor:pointer;
	border-radius:6px;
	}	
.thum-sldr-inr img{border-radius:4px;}	

.bnr_testi_row{
	float: left;
    width: 100%;
	margin-top:30px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	}
.bnr_testi_lft{
	float:left;
	width:40px;
	}
.bnr_testi_lft img{
	display:block;
	margin:0 auto 0;
	border-radius:50%;
	}

.bnr_testi_rgt{
    float: right;
    width: calc(100% - 40px);
    padding-left: 15px;
	}
.bnr_testi_rgt_top{
	float:left;
	width:100%;
	background: #e6ebf3;
    padding: 20px;
    text-align: left;
    position: relative;
    border-radius: 15px;
	}	
.bnr_testi_heading{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.bnr_testi_text{
	font-size:17px;
	line-height:23px;
	color:#000;
	margin-top:8px;
	}	
.bnr_testi_rgt_btm{
	float:left;
	width:100%;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0 10px;
	margin-top:10px;
	}
.bnr_btm_left{
	font-size:13px;
	line-height:13px;
	color:#444444;
	font-weight:500;
	display: -webkit-flex;
    display: flex;
	column-gap: 14px;
	}
.bnr_btm_left:first-child span{ font-size:11px;}
.bnr_btm_right{
	font-size:14px;
	line-height:14px;
	color:#444444;
	font-weight:500;
	}
.bnr_btm_right img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin: -4px 0 0 5px;
	}

.prod_bnr_rgt{
	float:right;
	width:47%;
	text-align:left;
	}		
.bnr_heading{
	font-size:42px;
	line-height:48px;
	color:#000;
	font-family: 'Oswald';
	font-weight:600;
	letter-spacing: -1px;
	}
.bnr_heading sup{
	font-size:60%;
	line-height:100%;
	}
.bnr_rating_text{
	font-size: 16px;
    line-height: 16px;
	color:#000;
	margin-top:18px;
	}
.bnr_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:107px;
	margin:-5px 15px 0 0;
	}	
.bnr_txt1{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-top:25px;
	}
.bnr_txt2{
	font-size:17px;
	line-height:24px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.bnr_offer_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 415px;
    text-align: left;
    background: #fff499;
    border: 1px dashed #e1a145;
    padding: 0 40px 10px 12px;
    border-radius: 4px;
    margin-top: 40px;
	}	
.bnr_ofr_txt{
    display: inline-block;
    vertical-align: top;
    height: 24px;
    background: #e82c29;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0 14px 0 9px;
    margin-top: -12px;	
	}
.bnr_ofr_txt:after{
    content: '';
    position: absolute;
    right: -10px;
    border-bottom: 12px solid #e82c29;
    border-top: 12px solid #e82c29;
    border-right: 10px solid transparent;
    top: 0;
	}	
.bnr_ofr_inner{
	float:left;
	width:100%;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	}	
.free_seal_bx{
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    background-size: 58px;
    text-align: center;
    position: relative;
	}
.free_seal_bx p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
	}
.free_seal_bx p span{ display:block;}	
.free_seal{
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;	
	}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.bnr_ofr_cont{
	width:calc(100% - 58px);
	text-align:left;
	padding-left:12px;
	}
.bnr_ofr_cont h3{
	font-size:22px;
	line-height:22px;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	}
.bnr_ofr_cont p{
	font-size:14px;
	line-height:14px;
	color:#ff0000;
	font-weight:bold;
	margin-top:8px;
	}	
.bnr_ofr_cont p img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-4px 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)}
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}		

ul.bnr_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}		
ul.bnr_list li{
	background: url(../images/bnr-lst-tike.webp) no-repeat left 1px;
    float: left;
    width: 100%;
	background-size: 21px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 0 12px 34px;
	margin: 0 0 12px 0;
	}
ul.bnr_list li:last-child{ 
	border:none;
	margin-bottom:0;
	padding-bottom:0;
	}	

.bnr_price_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.bnr_price_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 12px;
	}	
.total_txt{
	font-size:30px;
	line-height:30px;
	color:#000;
	}
.price_text{
	font-size:48px;
	line-height:48px;
	color:#000;
	font-weight:800;
	}
.price_text span{
	display: inline-block;
	font-weight:normal;
	position:relative;
	margin-right:20px;
	}	
.price_text span:before{
	content: "";
    position: absolute;
    left: -3px;
    top: 44%;
    border-bottom: 2px solid #ff0000;
    right: -8px;
    transform: rotate(-17deg);
	}

.common_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	}
ul.sale_stock{
	display:inline-block;
	vertical-align:top;
	background:#feed7c;
	padding:0 14px 2px;
	border-radius:30px;
	margin-bottom:10px;
	}
ul.sale_stock li{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	padding:0 7px;
	letter-spacing:0.2px;
	border-right:1px solid #000;
	}
ul.sale_stock li span{ color:#ff0000;}	
ul.sale_stock li:last-child{ 
	border-right:none;
	}
ul.sale_stock li img{
	display:inline-block;
	vertical-align:middle;
	margin: -3px 5px 0 0;
	}	
ul.sale_stock li:last-child img{
	display:inline-block;
	vertical-align:middle;
	margin: -2px 5px 0 0;
	width:8px;
	animation:rotateP 2.5s  ease-in-out forwards infinite; 
	}	
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
 	}	
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}			
.common_button {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    height: 60px;
    line-height: 59px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    background: #d4b462;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:23px;
	margin:-6px 0 0 14px;
	}	
.common_button_bottom{
	font-size:15px;
	line-height:15px;
	color:#000;
	margin-top:10px;
	}
.common_button_bottom img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-4px 6px 0 0;
	}	

/*-----------------------
Brand Strip
------------------------*/	
.brand_strip{
	float:left;
	width:100%;
	padding:20px 0;
	background:#f5f4f4;
	}
.brand_box{
    width: 100%;
	max-width:720px;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}	
.feature_text{
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    width: 170px;
	text-transform:uppercase;
    border-right: 1px solid #000;
    padding: 20px 0;
	}	
ul.brand_list{
	width: calc(100% - 220px);
    max-width: 1060px;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	height:48px;
	width:auto;
	}
	
/*-----------------------
 Section 1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:70px 0 70px;
	}
.s1_circulation_wrap{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s1_circul_imgbx{ width:44.701%;}	
.s1_circul_imgbx img{
	margin:0 auto 0;
	display:block;
	border-radius:12px;
	}	
	
.s1_circul_content{
	width:51%;
	text-align:left;
	}	
.common_heading{
    font-size: 42px;
    line-height: 52px;
	color:#000;
	font-family: 'Oswald';
	font-weight:bold;
	}
.common_text{
    font-size: 19px;
    line-height: 28px;
	color:#000;
	margin-top:25px;
	}
.top_0{ margin-top:0 !important;}		
.s1_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#ffe0e0;
	text-align:left;
	border-radius:10px;
	padding:12px 15px;
	margin-top:35px;
	}
.s1_strip p{
	font-size: 19px;
    line-height: 27px;
	color:#000;
	font-weight:bold;
	border-left:3px solid #ff0000;
	padding-left:20px;
	}	
	
.s1_graph_wrap{
	margin:70px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding-right:75px;
	}
.s1_graph_content{
	width:46%;
	text-align:left;
	}	
.common_text--fs22{
	font-size:22px;
	line-height:30px;
	}	

.s1_graph_imgbx{ width: 43.8%;}
.s1_graph_imgbx img{
	margin:0 auto 0;
	display:block;
	}	

ul.s1_cause_list{
	margin:40px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:30px;
	}
ul.s1_cause_list li{
	float: left;
    width: 31.5%;
    background: #fff;
    text-align: left;
    border: 1px solid #e70909;
    border-radius: 5px;
    padding: 10px 25px 14px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
ul.s1_cause_list li img{ width:25px;}		
ul.s1_cause_list li p{
	width:calc(100% - 25px);
	text-align:left;
	padding-left:15px;
	font-size:20px;
	line-height:24px;
	color:#e70909;
	font-weight:bold;
	}	


.mt_40{ margin-top:40px !important;}
.semibold{ font-weight:600;}	
	
/*-----------------------
 Section 2
------------------------*/
.section_2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fcf9f0;
	}

.s2_block{
    width: 100%;
	margin:45px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}	
.s2_left{
	float:left;
	width:48%;
	}
.s2-product{
	display:block;
	margin:0 auto 0 -90px;
	width:646px;
	max-width:none;
	}
.s2_right{
	float:right;
	width:50.5%;
	text-align:left;
	}
.s2_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.s2_points li{
	float:left;
	width:100%;
	margin-top: 20px;
	padding-left: 40px;
	background:url(../images/green-tick.webp) no-repeat;
	background-position: top 3px left;
	background-size:24px;
	}
.s2_points li h3{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.s2_points li p{
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top: 7px;
	}
		
/*-----------------------
 Section 3
------------------------*/
.section_3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.before_after_box{
    width: 100%;
    max-width:531px;
    margin:45px auto 0;
    border:4px solid #fff;
    border-radius:15px;
    overflow:hidden;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.before_after_col{
	width:49.5%;
	}
.before_after_col img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.before_after_col div{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:22px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
	background:#737373;
	}

.s3_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:70px;
	position:relative;
	}
.s3_box{
    width: 100%;
	margin:0 auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    column-gap: 11%;
	}
.s3_col{
	width:300px;
	text-align:left;
	padding:20px;
	border-radius:10px;
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
	}
.s3_col h3{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:800;
	}
.s3_col p{
	font-size:18px;
	line-height:27px;
	color:#000;
	margin-top:7px;
	}
.s3_col:before{
	content:'';
	position:absolute;
	width: 20px;
	height: 20px;
	bottom: -10px;
	left:50%;
	transform: translateX(-50%) rotate(45deg);
	background: #fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 6px 6px 6px 1px rgba(0,0,0,.1);
	}
.s3_box2 .s3_col:before{
	bottom:auto;
	top: -3px;
	transform: rotate(-135deg) translateX(50%);
	}
.s3_box2{ margin-top: 100px;}

.s3_box02{ margin-top: 10px;}
.s3_block:before{
	content:'';
	position:absolute;
	top: 48%;
	left: 13%;
	right: 13%;
	border-top: 1px dashed #cf9442;
	}
.s3_col:after{
	content:'';
	position:absolute;
	bottom: -66px;
	left: 50%;
	transform: translateX(-50%););
	width: 12px;
	height: 12px;
	border-radius:50%;
	border: 6px solid #f6ebdb;
	background:#cf9442;
	animation: shadow-pulse 3s infinite;
	}
@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(244, 239, 231, .9)}
    50% {box-shadow: 0 0 0 0 rgb(206 183 148 / 50%)}
    100% {box-shadow: 0 0 0 20px transparent}
	}
.s3_box2 .s3_col:after{
	bottom:auto;
	top:-58px;
	}
		
/*-----------------------
 Section 4
------------------------*/
.section_4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fcf9f0;
	}
	
.s4_block{
    width: 100%;
	margin:50px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s4_box{
	width: 32%;
	padding: 0 8px 20px;
	border: 1px solid #fe6763;
	border-radius:12px;
	position:relative;
	}
.s4_heading{
	font-size:22px;
	line-height:26px;
	color:#ff0000;
	font-weight:bold;
	margin-top:-15px;
	}
.s4_heading span{
	padding:0 12px;
	background:#fcf9f0;
	}
.s4_col{
	width:100%;
	margin:20px auto 0;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}
.s4_col_left{
	width: 102px;
	}
.s4-img{
	display:block;
	margin:0 auto 0;
	width:102px;
	}
.s4_col_right{
	width: calc(100% - 102px);
	padding-left: 10px;
	}
.s4_col_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
.s4_col_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size: 17px;
	line-height: 25px;
	color:#000;
	font-weight:600;
	margin-top: 7px;
	padding-left: 30px;
	background:url(../images/red-cross.webp) no-repeat;
	background-position: top 6px left !important;
	background-size:20px !important;
	}
.s4_col_list li:first-child{ margin-top:0;}
.s4_box.s4_box3{ border-color:#2c2827;}
.s4_box3 .s4_heading{ color:#000000;}
.s4_box3 .s4_col_list li{ background:url(../images/green-tick2.webp) no-repeat;}
		
/*-----------------------
 Section 5
------------------------*/
.section_5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	clear:both;
	}
	
.s5_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:910px;
	margin-top:50px;
	}
.s5_box{
	width:100%;
	margin-bottom:45px;
	padding-bottom:45px;
	border-bottom:1px solid #dedede;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.s5-research{
	width:436px;
	}
.s5_box_cont{
	text-align:left;
	padding-right:60px;
	}
.s5_box_text{
	font-size:20px;
	line-height:29px;
	color:#000;
	}
.green_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	padding:15px 20px;
	border-radius:8px;
	background:#e1ffe9;
	}
.green_strip p{
	font-size:19px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	padding-left:15px;
	border-left:4px solid #00b67a;
	}
.s5_box:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
	}
		
/*-----------------------
 Section 6
------------------------*/
.section_6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fcf9f0;
	clear:both;
	}
.rated_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	margin-top:25px;
	}
.rated_text img{
	display:inline-block;
	vertical-align:middle;
	width:107px;
	margin:-3px 10px 0 0;
	}
.rated_text small{ padding:0 8px;}

.testi_slider{
	float:left;
	width:100%;
	margin-top:45px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
	}
.testi_slider li img{
	display:block;
	margin:0 auto 0;
	border-radius:10px;
	}
	
.review_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:30px;
	}
.review_col{
	width: 100%;
	text-align:left;
	margin:30px auto 0;
    padding:35px 25px 30px;
	border-radius:12px;
    background: #fff;
	box-shadow:0 3px 8px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 8px 1px rgba(0,0,0,0.1);
	}
.review_col_star{
	display:block;
	width:107px;
	margin-bottom:10px;
	}
.review_col_hdng{
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
	}
.review_col_text{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
	}
	
.review_verify_row{
	width:100%;
	position:relative;
	margin:25px auto 0;
	
	display:-webkit-flex;
	display:flex;
	justify-content:flex-start;
	align-items: center;
	}
.review-img{
	width:49px;
	border-radius:50%;
	}	
.review_verify_col{
	text-align:left;
	padding-left: 12px;
	}
.review_verify_name_text{
  	font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
	}
.review_verify_text{
	font-size:13px;
	line-height:14px;
	color:#6a6a6a;
	margin-top:5px;
	}
.review_verify_text img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-3px 4px 0 0;
	}
	
/*-----------------------
 Section 7
------------------------*/
.section_7{
	float:left;
	width:100%;
	padding:80px 0 80px;
	background:#fff;
	}
.s7_block{
	float:left;
	width:100%;
	}
.s7_left{
	float:left;
	width:49.231%;
	}
.s7-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border-radius:15px;
	}
.s7_right{
	float:right;
	width:45%;
	text-align:left;
	}
.s7_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:5px;
	}
.s7_points li{
	width:100%;
	margin-top:30px;
	position:relative;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	}
.s7_points li div{
	width:46px;
	height:46px;
	font-size:25px;
	line-height:46px;
	color:#fff;
	font-weight:bold;
    font-family: 'Oswald';
	text-align:center;
	border-radius:50%;
	position:relative;
	z-index:1;
	background:#000;
	}
.s7_points li p{
	width:calc(100% - 46px);
	padding-left:18px;
	font-size:20px;
	line-height:29px;
	color:#000;
	font-weight:600;
	}
.s7_points li:before{
	content:'';
	position:absolute;
	top: 70%;
	left: 24px;
	bottom:-75%;
	border-left: 2px dotted #bfbfbf;
	}
.s7_points li:last-child:before{ display:none;}
	
		
	
/*-----------------------
 	Section 8
------------------------*/
.section_8{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}	

.package_section{
	width:100%;
	margin:60px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.package{
	float:left;
	width:32%;
	background:#fff;
	border:2px solid #dbdbdb;
	border-radius:10px;
	position:relative;
    background: #fffbf8;
	
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	}
.pkg_bx_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#dbdbdb;
	padding:18px 15px;
	border-radius: 8px 8px 0 0;
	}
.pkg_bx_top h3{
	font-size:30px;
	line-height:38px;
	color:#000;
	font-family:'Oswald';
	font-weight:bold;
	text-transform:uppercase;
	}
.pkg_bx_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 25px 20px;
	}
.pkage_heading{
	font-size:30px;
	line-height:38px;
	font-weight:bold;
	font-family:'Oswald';
	color:#000;
	}
.pkage_prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:307px;
	margin:25px auto 0;
	position:relative;
	}
.pkage_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.save_text{
	position: absolute;
    top: 0;
    right:10px;
    background: url(../images/seal-img.webp) no-repeat center;
    background-size:80px;
    width:80px;
    height:80px;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
	
	display:-webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
	}
.save_text span{
	font-size:25px;
	line-height:28px;
	font-weight:800;
	}
.pkage2 .save_text{ right: 0;}
ul.purchase-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:8px;
	}
.purchase-list li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Oswald';
    margin-top: 7px;
    padding-left: 30px;
    background: url(../images/green-tick.webp) no-repeat left 4px;
    background-size: 20px;
	}

.pkg_bx_btm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 25px 20px;
	}
.pkage_price{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
    flex-direction: column;
	margin:0 auto 0;
	}
.pkage_offer-price{
	font-size:62px;
	line-height:62px;
	color:#000;
	font-weight:bold;
	}
.pkage_offer-price span{
	font-size:17px;
	line-height:17px;
	font-weight:400;
	}
.pkage_offer-price small{
	display:inline-block;
	vertical-align:top;
	font-size:30px;
	position:relative;
	top:-8px;
	}
.save_strip{
	display:inline-block;
	vertical-align:top;
	background:#fffcf1;
	border:1px dashed #d29b4f;
	padding:8px 18px;
	border-radius:8px;
	font-size:19px;
	line-height:22px;
	color:#000;
	font-weight:800;
	margin-top:14px;
	}
.package_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:310px;
	height:60px;
	background:#09a106;
	font-size:26px;
	line-height:60px;
	color:#fff;
	font-weight:bold;
	margin-top:15px;
	border-radius:6px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	}
.pkg_btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin: -2px 0 0 13px;
	}
.pkage_card_img{
	display:block;
	margin:15px auto 0;
	}
.pkage_retail-price{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top: 15px;
	}
.pkage_retail-price span{
	display:inline-block;
	vertical-align:top;
	color:#b9b9b9;
	position:relative;
	margin-right:14px;
	}
.pkage_retail-price span:after{
	content:"";
	position:absolute;
	left:-2px;
	right:-2px;
	top:12px;
	border-top:2px solid #f00;
	transform:rotate(-10deg);
	}
.shipping_txt{
	font-size:15px;
	line-height:20px;
	color:#000;
	margin-top:15px;
	}
.ship_icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 7px 0 0;
	width:20px;
	}
	
.package.pkage2{

	border:3px solid #cf9442;
	-webkit-box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	position:relative;
	}
.pkage2 .pkg_bx_top{ background:#000;}
.pkage2 .pkg_bx_top h3{ color:#fff;}
.best_value{
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	background: #cf9442;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	padding:5px 25px 5px;
	border-radius: 20px;
	}
.best_value.popular_value{
    background:#f57300;
	width:171px;
	}
	
/*-----------------------
 	guarantee_section
------------------------*/
.guarantee_section{
	float:left;
	width:100%;
	padding:80px 0 10px;
	background:#fff;
	}	
.guarantee_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:965px;
	background:#fff8eb;
	border:2px solid #f3bf4f;
	position:relative;
	border-radius:12px;
	overflow:hidden;
	}
.guarantee_box:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:110px;
	background:#26221c;	
	}	
.guarantee_bx_inr{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	padding:45px 30px;
	}
.guarantee_seal{
	display:block;
	margin:0 auto;
	width:157px;
	position: relative;
	}
.guarantee_cont{
	width:calc(100% - 157px);
	padding-left:30px;
	text-align:left;
	}
.guarantee_cont h3{
	font-size:38px;
	line-height:44px;
	color:#000;
	font-family:'Oswald';
	font-weight:bold;
	}
.guarantee_cont p{
	font-size:19px;
	line-height:25px;
	color:#000;
	margin-top:18px;
	}
	
/*-----------------------
 	Section 9
------------------------*/
.section_9{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}		
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:835px;
	margin:20px 0 10px;
	}
.faq-row{
	float:left;
	width:100%;
	border:2px solid #888888;
	margin-top:18px;
	padding:0 25px;
	border-radius:10px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat;
	background-position: 99.5% center !important;
	background-size:21px !important;
	padding:25px 35px 25px 0;
	font-size: 20px;
    line-height: 28px;
	font-weight:bold;
	color:#000000;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat;
	}
.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 40px 10px 0;
    margin-top: -10px;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:15px;
	}

/*-----------------------
 	Section 10
------------------------*/
.section_10{
	float:left;
	width:100%;
	padding:40px 0 50px;
	position:relative;
	background:#fff;
	}
.section_10:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:#ffefa5;
	height:255px;
	}
.wraning_img{
	position:absolute;
	top:-90px;
	left:50%;
	transform: translateX(-50%);
	width:71px;
	}
.product_box{
	display:inline-block;
	vertical-align:top;
	width: 100%;
	max-width: 800px;
	background:#fff;
	margin:60px auto 0;
	border:2px dashed #000;
	padding: 40px 35px 25px;
	border-radius:12px;
	position:relative;
	}
.offer_txt{
	position:absolute;
	top: -23px;
	left:50%;
	transform: translateX(-50%);
	background:#000;
	font-size:20px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	padding: 7px 15px 9px;
	border-radius:6px;
	text-transform:uppercase;
	}
.prod_bx_inr{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:0 auto;
	}
.prod_imgbx{
	width: 42%;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
	}
ul.stamp_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:100%;
	max-width: 105px;
	row-gap:10px;
	}
ul.stamp_list li{
	width:100%;
	}
ul.stamp_list li img{
	display:block;
	margin:0 auto;
	width:111px;
	}
.product_img{
	display:block;
	margin:0 auto;
	width: 198px;
	}
	
.prod_cont{
	width: 58%;
	text-align:left;
	padding-left: 31px;
	}
.prod_cont .common_heading{ font-size: 39px; line-height: 46px;}
.revw_text{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:500;
	}
.revw_text span{
	position:relative;
	padding-left:10px;
	margin-left:6px;
	}	
.revw_text span:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	border-left:1px solid #737373;
	}	
.revw_star{
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 105px;
	}
.txt_clr{ color:#ff0000;}
.prod_cont .common_heading{ margin-top:15px;}

ul.prod_bxinr_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width: 310px;
	text-align:left;
	margin-top:10px;
	}
ul.prod_bxinr_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background: url(../images/green-tick.webp) no-repeat;
	background-position:left 2px;
	background-size:22px;
	font-size:18px;
	line-height: 24px;
	color:#000;
	font-weight:600;
	margin-top: 8px;
	padding: 0 0 8px 35px;
	border-bottom:1px solid #efefef;
	}
ul.prod_bxinr_list li:last-child{ border-bottom:none; padding-bottom:0;}	

.prod_btn_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	text-align:center;
	margin-top:20px;
	}
.prod_btnbx_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:10px;
	}
.btn_top_price{
	font-size:44px;
	line-height:50px;
	color:#000;
	font-weight:600;
	}
.btn_top_price span{
	color:#b9b9b9;
    display: inline-block;
    position: relative;
    margin-right:15px;
	}
.btn_top_price span:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 47%;
    border-bottom: 3px solid #ff0000;
    right: -8px;
    transform: rotate(-17deg);
	}
a.prod_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:70px;
	background:#d4b462;
	font-size:28px;
	line-height:70px;
	color:#fff;
	font-weight:bold;
	border-radius:8px;
	box-shadow:0 2px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 1px 2px rgba(0,0,0,0.2);
	}
a.prod_btn img{
	display:inline-block;
	vertical-align:middle;
	margin: -1px 0 0 15px; 
	}	
.common-button_bottom{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:18px;
	font-weight:400;
	margin-top:12px;
	}
.common-button_bottom span{color:#ef0d0d;}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
    padding:40px 0;
	border-top:1px solid #f0f0f0;
	background:#fff;
	}
.ftr-logo{
	width:90px;
	margin:0 auto 20px;
	display:block;
	}	
.ftr-txt{
    font-size:18px;
    line-height:22px;
    color:#000;
	letter-spacing:0.5px;
	margin-top:14px;
	}	
.ftr-txt a{ padding:0 8px; color:#000;}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
	background:#fff;
    padding:40px 0;
	}
.ftr-logo{
	width:100px;
	margin:0 auto 0;
	display:block;
	}	
.ftr-txt{
    font-size:14px;
    line-height:20px;
    color:#484141;
	letter-spacing:0.5px;
	margin-top:15px;
	}	
.ftr-txt2{
    font-size:11px;
    line-height:15px;
    color:#484141;
	letter-spacing:0.5px;
	margin-top:15px;
	}	

/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	
.mrgT0{ margin-top:0 !important;}
sup{ font-size:70%; line-height:100%;}

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr_heading{ font-size: 36px; line-height: 42px;}
.common_heading{ font-size: 38px; line-height: 48px;}
.s1_graph_wrap{ padding:0;}

.s2-product{ margin: 0 auto 0 -80px; width: 556px;}

.s3_box{ column-gap: 6%;}
.s3_col{ width: 290px;}
.s3_block:before{ left: 14%; right: 14%; top:51%;}

.s4_col_left{ width: 85px;}
.s4_col_right{ width: calc(100% - 85px);}

.pkg_bx_top h3{ font-size: 28px; line-height: 36px;}
.pkg_bx_inr{ padding: 20px 15px 20px;}
.purchase-list li{ font-size: 17px; line-height: 25px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.top_strip p{ font-size:17px; line-height:19px;}
.prod_bnr_lft{ width:46%;}
.bnr_testi_rgt_top{ padding:15px;}
.bnr_testi_text{ font-size: 16px; line-height: 22px;}
.prod_bnr_rgt{ width:50%;}
.bnr_heading{ font-size: 30px; line-height: 36px;}
.bnr_rating_text{ font-size: 15px; line-height: 15px;}
.bnr_rating_text img{ width:80px;}
.bnr_txt1{ font-size: 20px; line-height: 28px;}
.bnr_offer_box{ margin-top:35px;}
.bnr_ofr_cont h3{ font-size: 19px; line-height: 19px;}
ul.bnr_list{ margin-top:22px;}
ul.bnr_list li{ background-size: 19px; font-size: 17px; line-height: 21px; padding: 0 0 10px 28px; margin: 0 0 10px 0;}
.total_txt{ font-size: 28px; line-height: 28px;}
.price_text{ font-size: 44px; line-height: 44px;}
ul.sale_stock li{ font-size:12px; line-height:12px;}
.common_button_bottom{ font-size:13px; line-height:13px;}

ul.brand_list li img{ height:47px;}

.section_1{ padding:60px 0 50px;}
.s1_circulation_wrap{ align-items: flex-start;}
.common_heading, .prod_cont .common_heading{ font-size: 34px; line-height: 44px;}
.common_text{ font-size: 18px; line-height: 27px; margin-top: 20px;}
.s1_strip{ margin-top:28px;}
.s1_strip p{ font-size: 18px; line-height: 26px;}	
.s1_graph_imgbx{ width: 46.8%;}	
ul.s1_cause_list li{ padding: 10px 12px 12px;}
ul.s1_cause_list li p{ font-size:19px; line-height:24px;}

.section_2{ padding: 50px 0 60px;}
.s2_block{ margin:40px auto 0; -webkit-align-items: flex-start; align-items: flex-start;}
.s2_left{ width: 41%;}
.s2-product{ margin: 0 auto 0 -57px; width: 381px;}
.s2_right{ width: 54.5%;}
.s2_points li{ padding-left: 34px; background-size: 22px;}
.s2_points li h3{ font-size: 21px; line-height: 29px;}
.s2_points li p{ font-size: 18px; line-height: 27px;}

.section_3{ padding: 50px 0 60px;}
.s3_block{ margin-top: 55px;}
.s3_box{ column-gap: 3%;}
.s3_box2{ margin-top: 80px;}
.s3_box02{ margin-top: 80px;}
.s3_box02 p{font-size:11px;}
.s3_col{ width: 235px; padding: 20px 15px;}
.s3_col h3{ font-size: 18px; line-height: 20px;}
.s3_col p{ font-size: 17px; line-height: 26px;}
.s3_col:before{ width: 16px; height: 16px; bottom: -8px;}
.s3_box2 .s3_col:before{ top: -2px;}
.s3_block:before{ top: 48%; left: 15%;}
.s3_col:after{ bottom: -54px; left: 50%;}
.s3_box2 .s3_col:after{ top: -50px;}

.section_4{ padding: 50px 0 60px;}
.s4_block{ margin: 40px auto 0;}
.s4_heading{ font-size: 15px; line-height:26px;}
.s4_col_left{ width: 65px;}
.s4_col_right{ width: calc(100% - 65px);}
.s4_col_list li{ font-size: 14px; line-height: 20px; padding-left: 24px; background-size: 14px !important;}

.section_5{ padding: 50px 0 60px;}
.s5_block{ margin-top:40px;}
.s5_box{ margin-bottom: 40px; padding-bottom: 40px;}
.s5-research{ width: 322px;}
.s5_box_cont{ padding-right: 50px;}
.s5_box_text{ font-size: 19px; line-height: 28px; }
.green_strip p{ font-size: 18px; line-height: 27px;}

.section_6{ padding: 50px 0 60px;}

.section_7{ padding: 70px 0 70px;}
.s7_left{ width: 44%;}
.s7_right{ width: 49%;}
.s7_points li p{ font-size: 19px; line-height: 28px;}

.section_8{ padding: 50px 0 60px;}
.package_section{ margin: 50px auto 0;}
.pkg_bx_top{ padding: 14px 10px;}
.pkg_bx_top h3{ font-size: 21px; line-height: 30px;}
.pkg_bx_inr{ padding: 18px 12px 15px;}
.pkg_bx_btm{ padding: 0 12px 15px;}
.save_text{ background-size: 65px; width: 65px; height: 65px; font-size: 15px; line-height: 17px;}
.save_text span{ font-size: 20px; line-height: 20px;}
.purchase-list li{ font-size: 16px; line-height: 22px; padding-left: 24px; background-size: 17px;}
.pkage_offer-price{font-size: 55px; line-height: 55px;}
.save_strip{ font-size: 17px; line-height: 19px;}
.package_btn{ font-size: 22px;}
.pkg_btn_arw{ margin: -2px 0 0 10px; width: 22px;}
.best_value{ font-size: 13px; line-height: 16px; padding: 3px 18px 4px;}
.best_value.popular_value{ width:149px;}

.guarantee_section{ padding: 70px 0 10px;}
.guarantee_bx_inr{ padding: 25px 20px;}
.guarantee_cont h3{ font-size: 34px; line-height: 40px;}
.guarantee_cont p{ font-size: 18px; line-height: 22px; margin-top: 18px;}
	
	
.section_9{ padding: 50px 0 60px;}	
.faq-row{ margin-top: 20px; padding: 0 20px;}	
.accordion{ padding: 20px 30px 20px 0; font-size: 19px; line-height: 27px; background-size: 17px !important;}
.acdn-content{ padding: 0 30px 10px 0;}
.acdn-para{ font-size: 17px; line-height: 25px;}
	
	
.wraning_img{ top: -80px; width: 60px;}	
.offer_txt{ top:-21px; font-size: 18px; line-height: 20px;}
.product_box{ margin:55px auto 0; padding: 40px 25px 30px;}
ul.stamp_list{ max-width:100px;}
.product_img { width: 215px;}	
ul.prod_bxinr_list li{ background-size: 20px; font-size: 17px; line-height: 22px; padding: 0 0 10px 30px;}
.btn_top_price{ font-size: 40px; line-height: 40px;}
a.prod_btn{ height: 67px; font-size: 26px; line-height: 67px;}
.prod_cont{ width: 53%;}
.prod_imgbx{ width: 46%;}


.footer{ padding: 35px 0;}
.ftr-txt{ font-size: 17px; line-height: 20px; margin-top: 12px;}


}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding:6px 0;}
.top_strip p{ font-size: 15px; line-height: 15px;}

.header{ padding:7px 0 5px;}
.logo{ float: none; display: inline-block; vertical-align: top; width: 70px; margin-top:0;}

.banner_section{ padding:20px 0 30px;}
.prod_bnr_lft{ width:100%;}
.thumb-sldr{ margin-top:10px;}
.thum-sldr-inr{ width: calc(100% - 4px) !important;}
.prod_bnr_rgt{ width:100%; margin-top:12px;}
.bnr_heading{ font-size: 30px; line-height: 35px;}
.bnr_rating_text{ font-size: 14px; line-height: 14px; margin-top: 18px;}
.bnr_rating_text img{ width: 80px; margin: -5px 11px 0 0;}
.bnr_txt1{ font-size: 19px; line-height: 26px; margin-top: 20px;}
.bnr_txt2{ font-size: 16px; line-height: 22px; margin-top: 12px;}
.bnr_offer_box{ margin-top:30px; padding:0 15px 10px 10px;}
.bnr_ofr_txt{ height: 22px; font-size: 12px; line-height: 22px; padding: 0 10px 0 8px; margin-top: -11px;}
.bnr_ofr_txt:after{ border-bottom: 11px solid #e82c29; border-top: 11px solid #e82c29;}
.free_seal_bx{ width: 54px; height: 54px; background-size: 54px;}
.free_seal_bx p{ font-size:14px; line-height:14px;}
ul.bnr_list li{background-size: 18px;font-size: 18px;line-height: 23px;padding: 0 0 8px 28px;margin: 0 0 8px 0;background-position-y: 2px;}
.bnr_price_box{ margin-top:25px;}
.total_txt{ font-size: 23px; line-height: 23px;}
.price_text{ font-size: 32px; line-height: 32px;}
.price_text span{ margin-right:12px;}
.bnr_testi_row{ margin-top:25px;}
.bnr_testi_rgt{ padding-left:8px;}
.bnr_testi_rgt_top{ padding: 10px;}
.bnr_testi_heading{ font-size:15px; line-height:16px;}
.bnr_testi_text{ font-size: 14px; line-height: 20px;}

.common_button_box{ margin-top:25px;}
ul.sale_stock{ padding: 0 6px 2px; margin-bottom:8px;}
ul.sale_stock li{ font-size: 12px; line-height: 12px; padding:0 8px 0 3px;}
.common_button{ height: 60px; line-height: 60px; font-size: 24px;}
.common_button img{ width:20px;}
.common_button_bottom{ font-size: 12px; line-height: 12px;}

.brand_strip{ padding:12px 0;}
ul.brand_list{ width:100%; padding:0 12px;}
ul.brand_list li img{ height: 38px;}

.section_1{ padding:30px 0 35px;}
.s1_circul_imgbx{ width:100%;}
.s1_circul_content{ width:100%; margin-top:14px;}
.common_heading, .prod_cont .common_heading{ font-size: 29px; line-height: 35px;}
.common_text{ font-size: 17px; line-height: 26px;}
.s1_strip p{ font-size: 17px; line-height: 25px;}

.s1_graph_wrap{ margin:25px auto 0;}
.s1_graph_content{ width:100%;}
.s1_graph_imgbx{ width:100%; margin-top:30px;}
ul.s1_cause_list{ margin: 28px auto 0; row-gap: 14px;}
ul.s1_cause_list li{ width:100%;}
ul.s1_cause_list li img{ width:20px;}
ul.s1_cause_list li p{ width: calc(100% - 20px); font-size: 18px; line-height: 24px; padding-left: 12px;}
.mt_40{ margin-top: 24px !important; text-align: left;}

.section_2{ padding:30px 0 35px; text-align:left;}
.s2_block{ margin-top:35px;}
.s2_left{ width:100%;}
.s2-product{ margin: 0 auto 0 -15px; width: calc(100% + 30px); max-width: none;}
.s2_right{ width:100%; margin-top:25px;}
.s2_points{ margin-top: 20px;}
.s2_points li{ padding-left: 32px; margin-top:0; background-size: 20px; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #dedede;}
.s2_points li h3{ font-size: 19px; line-height: 27px;}
.s2_points li p{ font-size: 16px; line-height: 26px;}
.s2_points li:last-child{ padding-bottom:0; margin-bottom:0; border-bottom:none;}

.section_3{ padding:30px 0 35px; text-align:left;}
.before_after_box{ margin: 25px auto 0; text-align:center; border: 3px solid #fff;}
.before_after_col div{ font-size: 15px; line-height: 15px; padding: 8px 10px;}

.s3_block{ margin-top: 15px;}
.s3_block:before{ display:none;}
.s3_col_inr{ position:relative;}
.s3_col_inr:before{content:'';position: absolute;top: 0;left: -58px;bottom: -80px;border-left: 1px dashed #cf9442;}
.s3_col:last-child .s3_col_inr:before{ display:none;}
.s3_col:after{ bottom: auto; left: -38px; top: 19px; width: 12px; height: 12px; border: 7px solid #f6ebdb;}
.s3_box{ column-gap: 0; padding-left: 50px;}
.s3_col{ width:100%; padding:20px; margin-top: 25px;}
.s3_col:before{ bottom: auto; top: 22px; left: -8px; transform: rotate(135deg);}
.s3_col h3{ font-size: 17px; line-height: 20px;}

.section_4{ padding:30px 0 35px;}
.s4_block{ margin: 35px auto 0; row-gap: 40px;}
.s4_box{ width: 100%; padding: 0 12px 20px;}
.s4_heading{ font-size: 20px; line-height: 25px;}
.s4_col{ justify-content: center; align-items: center;}
.s4_col_list li{ font-size: 16px; line-height: 23px; margin-top:5px;}
.s4_col_left{ width: 79px;}
.s4_col_right{ width: calc(100% - 79px);}

.section_5{ padding:30px 0 35px; text-align:left;}
.s5_block{ margin-top: 25px;}
.s5_box{ -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: column-reverse; flex-direction: column-reverse; margin-bottom: 35px; padding-bottom: 30px;}
.s5-research-m{ margin:0 auto 0; width: 100%;}
.s5_box_cont{ width:100%; padding-right: 0; margin-top:20px;}
.s5_box_text{ font-size: 18px; line-height: 27px;}
.green_strip{ margin-top: 25px; padding: 15px 12px;}
.green_strip p{ padding-left: 12px; border-left: 3px solid #00b67a;}

.section_6{ padding:30px 0 35px;}
.rated_text{ font-size: 15px; line-height: 15px; margin-top: 20px;}
.rated_text img{ width: 90px; margin:-3px 8px 0 0;}

.testi_slider{ float:none; margin: 25px auto 0; row-gap:10px; padding:0 15px; width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap;  flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; column-gap:0;}
.testi_slider li{ width:31.33%;}
.testi_slider li img{ border-radius: 6px;}

.review_box{ margin-top: 15px;}
.review_col{ margin: 25px auto 0; padding: 25px 20px 25px; border-radius:10px;}
.review_col_star{ mwidth: 97px; margin-bottom: 12px;}
.review_col_hdng{ font-size: 18px; line-height: 25px;}
.review_col_text{ font-size: 17px; line-height: 25px; margin-top: 12px;}	
.review_verify_row{ margin: 20px auto 0;}
.review-img{ width: 42px;}
.review_verify_name_text{ font-size: 15px; line-height: 19px;}
.review_verify_text{ font-size: 12px; line-height: 13px;}
.review_verify_text img{ width:12px; margin:-3px 4px 0 0;}

.section_7{ padding:30px 0 35px;}
.s7_right{ width:100%;}
.s7-img-m{ width:100%; margin:20px auto 0; border-radius:10px;}
.s7_points{ margin-top:0;}
.s7_points li{ margin-top: 25px;}
.s7_points li div{ width: 43px; height: 43px; font-size: 22px; line-height: 43px;}
.s7_points li p{ width:calc(100% - 43px); padding-left:15px; font-size: 18px; line-height: 27px;}
.s7_points li:before{ left: 21px;}

.section_8{ padding: 30px 0 35px;}    
.package_section{ margin: 10px auto 0; max-width:400px; padding:0 5px;}
.package{ width: 100%; margin-top:30px;}
.pkg_bx_inr{ padding: 18px 20px 15px;}
.best_value{ font-size: 15px; line-height: 19px; padding: 4px 20px 3px;}
.pkg_bx_top{ padding: 16px 10px;}
ul.purchase-list{ max-width: 265px;}
.pkg_bx_top h3{ font-size: 29px; line-height: 37px;}
.pkage_offer-price{ font-size: 62px; line-height: 62px;}
.save_strip{ font-size: 19px; line-height: 22px;}
.package_btn{ font-size: 26px;}
.best_value.popular_value{ width:auto;}	
.save_text{ background-size: 80px; width: 80px; height: 80px; font-size: 17px; line-height: 20px;}
.save_text span{ font-size: 25px; line-height: 28px;}	
.pkage1{ order: 3;}
.pkage3{ order: 2; margin-top:45px;}

	
.guarantee_section{ padding: 40px 0 10px;}
.guarantee_box:before { display:none;}
.guarantee_box:after{ content: ''; position: absolute; top: 0; left: 0; right: 0; height:90px; background: #26221c;}	
.guarantee_bx_inr{ padding: 22px 11px 28px;}
.guarantee_seal{ width: 130px; z-index: 1;}
.guarantee_cont { width: 100%; padding-left: 0; text-align: center; margin-top: 12px;}
.guarantee_cont h3{ font-size: 30px; line-height: 38px;}
.guarantee_cont p{ font-size: 17px; line-height: 25px; margin-top: 15px;}
		
.section_9{ padding: 30px 0 40px;}	
.faq-box{ margin: 10px 0 5px;}
.faq-row{ margin-top: 14px; padding: 0 12px}
.accordion{ padding: 16px 20px 16px 0; font-size: 18px; line-height: 26px;background-size: 15px !important;}
.acdn-content{ padding: 0 0 10px 0;}
.acdn-para{ font-size: 17px; line-height: 25px; margin-bottom: 10px;}
	
.section_10{ padding: 30px 0 40px;}
.wraning_img{ top: -55px; width: 46px;}	
.section_10 .common_text--fs22{ font-size:18px; line-height:24px; font-weight:500 !important; margin-top: 10px;}
.section_10:before{ height: 320px;}
.product_box{ margin: 50px auto 0;padding:40px 13px 25px; max-width: 365px;}
.offer_txt{ font-size: 17px; line-height: 18px; top: -19px; padding: 7px 12px 8px; width: 198px;}
.prod_imgbx{ width: 100%; max-width: 230px; margin: 25px auto 0;}
.prod_cont{ width: 100%; text-align: center; padding-left:0;}
.revw_star{ margin: -5px 6px 0 0; width: 90px;}	
.revw_text span{ padding-left: 7px; margin-left: 4px;}
.product_img{ width: 143px; }
ul.stamp_list{ max-width: 67px; row-gap: 6px;}

ul.prod_bxinr_list{ max-width: 284px;}
ul.prod_bxinr_list li{ background-size: 18px; background-position: left 4px; padding: 0 0 10px 28px;}
.prod_btnbx_top{ margin-bottom: 25px;}
.btn_top_price{ font-size: 43px; line-height: 43px;}
a.prod_btn{ height: 60px; font-size: 25px; line-height: 60px;}
a.prod_btn img{ margin: -2px 0 0 13px;}	
.common-button_bottom{ font-size: 14px; line-height: 16px; margin-top: 11px;}

.claim_box{ width: 100%; padding:14px 10px; background:#fff; -webkit-box-shadow: 0px -9px 8px 2px rgba(0,0,0,.1); box-shadow: 0px -9px 8px 2px rgba(0,0,0,.1); position: relative; display: -webkit-flex; display: flex;/* -webkit-flex-wrap: wrap;  flex-wrap: wrap;*/ -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center;}
.claim_cont{ padding-right:14px; text-align:left;}
.claim_heading{ font-size:17px; line-height:20px; color:#000; font-weight:600; font-family:'Oswald';}
.claim_price{ font-size:17px; line-height:20px; color:#000; font-weight:bold; margin-top:5px;}
.claim_price span{ color:#737373; font-weight:400; margin-right:7px;} 
.claim_price div{ display:inline-block; vertical-align:middle; padding:3px 10px 3px; border-radius:3px; font-size:13px; line-height:14px; color:#000; font-weight:800; background:#ffea73; margin-left:7px;}
.claim_btn{ display:inline-block; vertical-align:middle; width:126px; height:38px; font-size:17px; line-height:38px; color:#fff; font-weight:bold; border-radius:5px; background:#000;}

.footer{ padding:0 0 20px; border-top:none;}
.ftr-logo{ width: 76px; margin: 0 auto 10px;}
.ftr-txt{ font-size: 14px; line-height:21px; margin-top: 10px;}
.ftr-txt a{ padding: 0 6px;}
	
.footer_mob{ border-top:1px solid #f0f0f0; padding-top:20px;}
.footer-cta{ padding: 0; background: none;}
.btmfix{ margin-top:0;}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	bottom:0;
	z-index:99;
	background:#fff;
	}
}
@media only screen and (max-width:380px){
	
.green_strip p{ font-size:17px; line-height:25px;}

.claim_heading{ font-size: 16px; line-height:20px;}
.claim_price{ font-size: 16px; line-height:20px;}
.claim_btn{ width: 122px; font-size: 16px;}

}