@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Segoe UI';
	font-weight: 400;
	display: flex; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	}
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: flex; display: -webkit-flex; flex-wrap:wrap;}
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: 'Segoe UI';
    src: url('SegoeUI.woff2') format('woff2'),
        url('SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Bold.woff2') format('woff2'),
        url('SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Semibold.woff2') format('woff2'),
        url('SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUIBlack.woff2') format('woff2'),
        url('SegoeUIBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/*-----------------------
MAIN CSS START
------------------------*/

.container{
	width:1170px;
	position:relative;
	flex-direction: column;
	}
.wrapper{
	width:100%;
	overflow:hidden;
	}
	
/*-----TOP STRIP------*/	
.top_strip{
	justify-content: center;
    flex-basis: 100%;
	background: #b6f4ff;
	padding:8px 0;
	}
.top_strip_text{
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
	}

/*------HEADER-------*/	
.header_section{
	justify-content: center;
    flex-basis: 100%;
    background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	position:relative;
	}
header{
	justify-content: center;
	flex-basis: 100%;
	margin-bottom:75px;
	position:relative;
	z-index:9;
	}
.header__inner{
	height:75px;
	margin-top: -75px;
	top:75px;
	justify-content: center;
	flex-basis: 100%;
	position:relative;
	z-index:1;
	}
.fixed-nav .header__inner{
	width:100%;
	background:#fff;
	position: fixed;
	transition: margin .3s ease-out;
	-webkit-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);	
	}	
.header_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	}		
.logo{
	width:185px;
	margin-top:14px;
	}
.header_button{
	width: 200px;
    height: 50px;
    background: #fdcf00;
    border-radius: 10px;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.5px;
	margin-top:12px;
	}	
	
/*------SHIPPING STRIP-------*/	
.shipping_strip{
	justify-content: center;
    flex-basis: 100%;
	padding:14px 0 10px;
	background:#fffced;
	}
.shipping_strip_row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.shipping_strip_point{
	font-size:13px;
	line-height:13px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	text-transform:uppercase;
	}
.shipping_strip_point img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-2px 3px 0 0;
	}		
	
/*-------Banner------*/
.banner{
	justify-content: center;
    flex-basis: 100%;
    position: relative;
	background: url(../images/bnr-bg.jpg) no-repeat center top #effdfe;
	background-size:cover;
	padding:40px 0 60px;
	}
.banner__row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
.banner_left{
	width: 56%;
    text-align: left;
	}
.banner_heading{
	font-size: 56px;
    line-height: 66px;
    font-weight: bold;
    color: #000;
	}
.banner_text{
	font-size:18px;
	line-height:28px;
	color:#000;
	margin-top:20px;
	}	
ul.banner_list{
	max-width: 74%;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	flex-direction: column;
	margin-top:15px;
	}
ul.banner_list li{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: left;
    padding-left: 35px;
    background: url(../images/banner_list-tik.png) no-repeat left 4px;
    background-size: 23px;
    margin-bottom: 6px;
    padding-bottom:10px;
    position: relative;
	}
ul.banner_list li:last-child{ padding-bottom:0; margin-bottom:0;}	
ul.banner_list li:before{
	content:'';
	position:absolute;
	left:40px;
	right:0;
	bottom:0;
	border-bottom:1px dashed #c9dac8;
	}	
ul.banner_list li:last-child:before{ display:none;}	

.banner_product_type{
	max-width: 445px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 40px;
    text-align: center;
	}
.banner_product_type p{
    font-size: 17px;
    line-height: 17px;
    color: #000;
    font-weight: bold;
    position: relative;
	}
.banner_product_type p span{
	position:relative;
	z-index:1;
	background:#effdfe;
	padding:0 10px;
	}	
.banner_product_type p:before{
	content:'';
	position:absolute;
	top:10px;
	left:30px;
	right:30px;
	background:#cbcbcb;
	height:1px;
	}
.banner_product_type ul{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px auto 0;
	}	
.banner_product_type ul li{
	width:25%;
	}			
.banner_product_type ul li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	width:92px;
	filter: drop-shadow(4px 5px 4px #dbdbdb);
	}
		
.banner_right{
	width: 44%;
    position: relative;
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	}
.banner_prod{
	display: inline-block;
    vertical-align: top;
    max-width: 100%;
	}
.bnr_points_list{
    width: 130px;
    position: absolute;
    top: 30px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 40px;
	}	
.bnr_points_list li{
	text-align:center;
	}	
.bnr_points_list li img{
	margin:0 auto 0;
	display:block;
	width:45px;
	}
.bnr_points_list li h3{
	display: inline-block;
    vertical-align: top;
    background: #bfffe0;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    padding: 1px 5px 4px;
    margin-top: 14px;
	}
.bnr_points_list li p{
	font-size:20px;
	line-height:20px;
	color:#1a1a1a;
	margin-top:4px;
	}					

/*-------COMMON-CSS-------*/
.common_heading{
	color:#000000;
	font-size: 45px;
    line-height: 54px;
    font-weight: bold;
	}	
.common_paragraph{
	color:#1a1a1a;
	font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
	}
.common_paragraph.margin-top-0{margin-top:0;}
.common_padding{ padding:0 100px;}

.button_box{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	margin-top:45px;
	justify-content: start;
	}
.button_center {
    justify-content: center;
	}
.banner_left .button_box{ margin-top:35px;}	 
.button_col{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width:436px;
	width:100%;
	text-align:center;
	}
.btn_cust_text{
	color:#006333;
    font-size:15px;
    line-height:15px;
	letter-spacing:0.3px;	
	margin-bottom: 12px;
	}
.btn_cust_text span{
    display: inline-block;
    vertical-align: top;
    margin: -1px 4px 0 6px;
	}	
.btn_star{
	display:inline-block;
    vertical-align:middle;
	margin:-5px 6px 0 0;
	width:85px;
	}
.common_button{
	width: 100%;
	display: inline-block;
    vertical-align: top;
    background: #fdcf00;
    height: 76px;
    line-height: 76px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    border-radius: 12px;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-5px 0 0 30px;
	}
.btn_mnybk_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:12px;
	}
.btn_mnybk_text img{
	display:inline-block;
	vertical-align:top;
	width:20px;
	margin:-1px 10px 0 0;
	}		

/*==========================*/
.as_seen_on{
	justify-content: center;
    flex-basis: 100%;
	padding:25px 0 22px;
	border-bottom:1px solid #ddd;
	}
.as_seen_text{
	font-size:17px;
	line-height:17px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#269f7f;
	text-transform:uppercase;
	}
ul.brand__list{
    display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	margin-top:30px;
	}
ul.brand__list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 60px;
	position:relative;
	}
ul.brand__list li img{
	height: 40px;
	max-width: none;
	width:auto;
	}
.brand_strip_scroller{
	width: 100%;
	padding: 25px 0 0;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_list{
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_brand_list li{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	position: relative;
	}
ul.scroll_brand_list li img{
	height:25px;
	width: auto;
	}

@keyframes marquee-horizontal {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}

/*========Section 1========*/
.section1{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	padding:60px 0 110px;
	}
.section1_content{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:0 auto 0;
	}
.section1_left{
	width:44%;
	text-align:left;
	}
.section1_right{
    width: 51.29%;
    text-align: left;
    margin-top: 20px;
	}
	
.section1_footbox{
	width:100%;
	background:#fff;
	border:1px solid #eaeaea;
	border-radius:15px;
	overflow:hidden;
	}		
.section1_footbox img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
	
.section1_note_text{
    font-size: 31px;
    line-height: 37px;
    color: #fe0000;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-top: 50px;
	}

/*========Section 2========*/
.section2{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	background:#effdfe;
	padding:60px 0 70px;
	position:relative;
	}
.section2:before{
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    height: 90px;
    margin-left: -1px;
    border-left: 2px solid #1fa884;
	}
.s2_top_strip{
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 520px;
    background: #fff;
    padding:3px 20px;
    border-radius: 10px;
    margin: 15px auto 0;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    }
.s2_top_strip p{
	width:calc(100% - 38px);
	font-size: 20px;
    line-height: 24px;
    color: #269f7f;
	text-align:left;
    font-weight: bold;
	padding-left:20px;
	}
.s2_strip_img{
	display:inline-block;
	vertical-align:top;
	width:38px;
	}

.section2 .common_heading{ margin-top: 30px;}

.s2_compare_block{
	width:100%;
	margin:50px auto 70px;
	position:relative;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s2_compare_box{
	width:100%;
	max-width:400px;
	border:2px solid #f68787;
	border-radius:10px;
	background:#ffffff;
	padding:25px 20px;
	position:relative;
	margin-top: 50px;
	}
.s2_topbx_img{
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -16px;
    width: 33px;
	}
.s2_bx_hdng{
	font-size: 22px;
    line-height: 23px;
    color: #e60d0d;
    font-weight: bold;
	}
.s2_compare_img{
	display:block;
	margin:25px auto 0;
	max-width:100%;
	}
ul.s2_bx_list{
	width: 100%;
    margin: 35px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
	}
ul.s2_bx_list li{
    background: #ffced0;
    border-radius: 20px;
    font-size: 19px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    padding: 3px 25px 5px;
	}	
.s2_compare_box_grn{ border:2px solid #269f7f}	
.s2_compare_box_grn .s2_bx_hdng{ color:#269f7f;}
.s2_compare_box_grn ul.s2_bx_list li{ background:#c9e7df;}
.s2_prod_img{
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -283px;
	}
.mt_60{ margin-top:60px !important;}

ul.s2_list_box{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin: 60px auto 0;
	}
ul.s2_list_box li{
	width: 33.33%;
    border-right: 1px solid #dbe1e1;
    padding: 0 40px;
	}
ul.s2_list_box li:last-child{ border-right:none;}
.s2_list_icn{
	display:block;
	margin:0 auto 0;
	width:76px;
	}
ul.s2_list_box li h3{
	font-size:22px;
    line-height:30px;
    color: #269f7f;
    font-weight:bold;
	letter-spacing:0.3px;
	margin-top:15px;
	}
ul.s2_list_box li .common_paragraph{
    margin-top:20px !important;
	}

/*========Section 3========*/
.section3{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	background:#fff;
	padding:60px 0 70px;
	position:relative;
	}
.section3_row{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:30px auto 0;
	}
.section3_row_left{
	width:53%;
	}
.section3_row_left img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}

.section3_row_right{
	width:45%;
	}
ul.s3_list{
	width:100%;
	text-align:left;
	margin:40px auto 0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	row-gap:35px;
	}
ul.s3_list li{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	width:100%;
	}
.s3_list_img{
	width:67px;
	}
.list_cont_bx{
	width:calc(100% - 67px);
	padding-left:20px;
	}
.list_cont_bx h3{
	font-size:22px;
    line-height:26px;
    color: #000;
    font-weight:bold;
	}
.list_cont_bx p{
	font-size:18px;
    line-height:26px;
    color: #000;
    font-weight:400;
	letter-spacing:0.2px;
	margin-top:5px;
	}
.section3 .button_box{ margin-top:0;}

/*========Section 4========*/
.section4{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	background:#000;
	padding:60px 0 0;
	}
.white_text{ color:#fff;}

.section4_row{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto 0;
	}
.section4_row_left{
    width: 50%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:40px auto 0;
	}
ul.s4_list{
	width:50%;
	}
ul.s4_list li{
    background: url(../images/s4-list-bullet.png) no-repeat left 2px;
    background-size: 22px;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
	text-align:left;
    font-weight: bold;
    margin-top:17px;
    position: relative;
    padding-left: 40px;
	}
.s4_list_last{
	background:none !important;
	color:#279f7f !important;
	}
.section4_row_right{
	width:46%;
	margin-top:-30px;
	}
.section4_row_right img, .section4_row_right video{
	margin:0 auto 0;
	display:block;
    max-width: 100%;
	}

/*========Section 5========*/
.section5{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	background:#effdfe;
	padding:60px 0 70px;
	}
.s5_block{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    column-gap: 4.7%;
	margin:50px auto 0;
	}
.s5_box{
	width:30.2%;
	text-align:center;
	}
.s5_box img, .s5_box video{
	display:block;
	margin:0 auto;
	border-radius:10px;
	max-width:100%;
	height:226px;
	object-fit: cover;
	}
.s5_box h3{
	font-size: 24px;
    line-height:30px;
    color: #000;
    font-weight: bold;
    margin-top:20px;
	}
.s5_box .common_paragraph{ margin-top:15px;}

/*========Section 6========*/
.section6{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	background:#fff;
	padding:60px 0 70px;
	}
.s6_prod_img{
	margin:60px auto 0;
	display:block;
	max-width:100%;
	}

/*========Section 7========*/
.section7{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	background:#effdfe;
	padding:60px 0 70px;
	}
.s7_block{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin-top:50px;
	}
.s7_list_box{
	width:24%;
	padding:0 10px;
	text-align:center;
	}
.s7_img_bx{
	margin:0 auto 0;
	width:148px;
	height:148px;
	border-radius:50%;
	background:#fff;
	border:1px dashed #3eaa8e;
	position:relative;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.s7_count_no{
    position: absolute;
    top: 10px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #269f7f;
    font-size: 14px;
	text-align:center;
    line-height: 23px;
    color: #fff;
    font-weight: bold;
	}
.s7_list_icn{
	max-width:100%;
	width:120px;
	}
.s7_list_box h3{
	font-size:22px;
    line-height:28px;
    color: #269f7f;
    font-weight: bold;
	margin-top:15px;
	}
.s7_list_box .common_paragraph{ margin-top:14px;}

/*========Section 8========*/
.section8{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	background:#fff;
	padding:60px 0 20px;
	}
.compare_block{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	max-width:800px;
	border-radius:15px;
	background:#f2fffc;
	margin:50px auto 0;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	}
.compare_block_inr{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:0 auto;
	padding: 40px 0 40px;
	position:relative;
	}
.compare_block_inr:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background:#fff3f3;
	}
.vs{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	position:absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    color: #1a1a1a;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    border-radius: 50%;
	text-transform:uppercase;
    border: 1px solid #e6e4e4;
    background: #fff;
	}
.compare_col{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:0 auto;
	}
.compare_box{
	width:50%;
	position:relative;
	z-index:1;
	}
.compare_box2 .compare_head{ background:#fff;}
.compare_head{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 190px;
    padding: 10px 10px 12px;
    font-size: 21px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
    border-radius: 50px;
    background: #d5f7ee;
	}
.compare-product{
	display:block;
	margin:25px auto 0;
	width:124px;
	}
.compare_points{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
	padding: 0 10px;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
	}
.compare_points li{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
    padding: 16px 0;
	}
.compare_points li:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.compare_points li p{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	width:100%;
    max-width: 550px;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
	}
.compare_points li img{ width:34px;}	
	
/*========Section 9========*/
.section9{
	justify-content: center;
	flex-basis: 100%;
    position: relative;
	background:#fff;
	padding:60px 0 70px;
	}
.rating_box{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin:35px auto 0;
	}
.rating_box h3{
	font-size:43px;
	line-height:43px;
	color:#000;
	font-weight:bold;
    width: 100%;
	}
.rating_box img{
	display:block;
	margin:10px auto 12px;
	width:135px;
	}
.rating_box p{
	font-size:14px;
	line-height:14px;
	color:#000;
	letter-spacing:0.3px;
    width: 100%;
	}

.testi_block{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	margin:50px auto 0;
	row-gap:40px;
	}
.testi_box{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	width:31.33%;
	border-radius:50%;
	border-radius:10px;
	overflow:hidden;
	text-align:left;
	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);
	}
.testi-img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.testi_cont{
	width:100%;
	padding:20px 20px 0;
	}
.testi_hdg{
	font-size:22px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.testi-star{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:102px;
	margin-top:20px;
	}
.testi_text{
	font-size:17px;
	line-height:24px;
	color:#000;
	margin-top:15px;
	}
.testi_vrfy_text{
	font-size:14px;
	line-height:18px;
	color:#269f7f;
	letter-spacing:0.5px;
	margin-top:25px;
	font-weight:600;
	padding:0 20px 30px;
	}
.testi_vrfy_text img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-4px 7px 0 0;
	}

/*========Section 10========*/
.section10{
	justify-content: center;
	flex-basis: 100%;
	background:#effdfe;
	padding:60px 0 70px;
	}	
	
.faq-container{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	margin:15px auto;
	max-width:830px;
	width:100%;
	margin:40px auto 0;
	}
.up-slide-dwn{
	border-bottom:1px solid #cccccc;
    position:relative;
	width:100%;
	}
.accordion{
	font-size:20px;
	line-height:28px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	background:url(../images/down.png) no-repeat 99% center;
	padding:24px 35px 24px 0;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/up.png) no-repeat 99% center;
	}
.acdn-content{
	text-align:left;
	padding:0 0 10px 0;
	}
.acdn-para{
	color:#000000;
	font-size:18px;
	line-height:26px;
	margin-bottom:15px;
	}
.up-slide-dwn:last-child{ border-bottom:none;}

/*====footer====*/
footer{
	flex-basis: 100%;
	justify-content: center;
	padding:40px 0;
	background:#fff;
	border-top:1px solid #c2c2c2;
	}
.footer_content{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	text-align:center;
	justify-content: center;
	}
.ftr_logo{
	margin:0 auto 0;
	display:block;
	width:145px;
	}	
.footer_links{
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	margin-top:30px;
	}
.footer_links a{color:#000000;}
.copyright_text{
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	margin-top:8px;
	}	

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}
.margin-0{ margin-top:0 !important;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.banner_left{ width:54%;}
.banner_heading{ font-size: 46px; line-height: 54px;}
.banner_right{ align-items: flex-start;}
.banner_prod{ width:330px;}

.common_heading{ font-size: 38px; line-height: 46px;}
.section1_note_text{ font-size: 28px; line-height: 34px;}

.s2_compare_box{ max-width: 344px; margin-top: 15px;}
ul.s2_bx_list li{ font-size: 16px; line-height: 23px;}
.s2_prod_img{ top: -32px; margin-left: -236px; width: 455px;}
ul.s2_list_box li{ padding: 0 20px;}

ul.s3_list{ margin: 10px auto 0;}
.section3 .button_box{ margin-top:40px;}

.section4_row_left{ width: 51%; margin: 15px auto 0;}

.s5_box img, .s5_box video{ height:190px;}
}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.banner{ padding:40px 0 50px; overflow:hidden;}
.banner_left{ width: 53%;}
.banner_heading{ font-size: 34px; line-height: 40px;}
.banner_text{ font-size: 17px; line-height: 27px;}
ul.banner_list li{ font-size: 18px; line-height: 26px; text-align: left; padding-left: 30px; background-size: 20px;}	
.banner_prod{ width: 250px;}	
.bnr_points_list{ right:-20px;}
.bnr_points_list li h3{ font-size:18px; line-height:18px;}
.bnr_points_list li p{ font-size:18px; line-height:18px;}

ul.brand__list li{ padding:0 35px;}

.section1{ padding:50px 0 80px;}
.section1_left{ width:52%;}
.common_heading{ font-size: 34px; line-height: 38px;}
.common_paragraph{ font-size: 17px; line-height: 26px; margin-top: 20px;}
.section1_right{ width: 44%;}
.section1_note_text{ font-size: 26px; line-height: 32px; margin-top: 40px;}

.section2{ padding:60px 0;}
.s2_compare_box{ max-width: 280px; margin-top: 15px;}
.s2_prod_img{ top: 70px; margin-left: -161px; width: 305px;}
ul.s2_list_box li{ padding: 0 20px;}
ul.s2_list_box li{ padding: 0 14px;}

.section3{ padding:50px 0 60px;}
.section3_row_right{ width:46%;}
ul.s3_list{ row-gap: 30px;}
.list_cont_bx p{ font-size: 17px; line-height: 25px;}

.section4{ padding:50px 0 60px;}
.section4_row{ margin: 30px auto 0;}
.section4_row_left{ width: 55%;}
ul.s4_list li{ font-size:18px;}
.section4_row_right{ width:45%; margin-top:0;}

.section5{ padding:50px 0 60px;}
.s5_block{ column-gap: 2%; margin: 45px auto 0;}
.s5_box{ width:32%;}
.s5_box img, .s5_box video{ height: 155px;}
.s5_box h3{ font-size: 22px; line-height: 28px;}

.section6{ padding:50px 0 60px;}
.section7{ padding:50px 0 60px;}

.section8{ padding:50px 0 20px;}

.section9{ padding:50px 0 60px;}
.testi_box{ width: 47.5%;}

.section10{ padding:50px 0 60px;}
.acdn-para{ font-size: 17px; line-height: 25px;}
}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.top_strip_text{ font-size: 11px; line-height: 11px;}


header{ margin-bottom: 48px;}
.header__inner { height: 48px; margin-top: -48px; top: 48px;}
.header_row{ justify-content: center;}
.logo{ width:130px; margin:14px 0 0;}

.shipping_strip{ padding:12px 0 8px;}
.shipping_strip_point{ font-size: 10px; line-height: 10px; letter-spacing:normal;}
.shipping_strip_point img{ width: 15px; margin: -2px 0px 0 0;}

.banner{ background:url(../images/bnr-bg-mob.jpg) no-repeat center top #effdfe; background-size:cover; padding:15px 0 25px;}
.banner_left{ width:100%; text-align:center;}
.banner_heading{ font-size: 29px; line-height: 35px;}
.banner_text{ font-size: 15px; line-height: 23px; margin-top:8px;}
ul.banner_list{ max-width:100%; margin-top: 20px;}
ul.banner_list li{ font-size: 15px; line-height: 23px; text-align: left; padding-left: 25px; letter-spacing: normal; background-size: 17px;}
ul.banner_list li:before{ left:0;}
.banner_product_type{ margin-top: 30px;}
.banner_product_type p{ font-size: 15px; line-height: 15px;}
.banner_product_type p:before{ left: 0; right: 0;}
.banner_right_mob{ width:100%; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;  margin: 10px auto 0; column-gap: 3%;}
.banner_prod_mob{ width:180px;}
.bnr_points_list{ position: static; width: auto; row-gap: 34px;}
.bnr_points_list li{ text-align:left; position:relative; padding-left:46px;}
.bnr_points_list li img{ margin: 0 auto 0; display: block; width: 34px; position: absolute; top: 50%; left: 0; margin-top: -14px;}
.bnr_points_list li h3{ font-size: 16px; line-height: 16px; margin: 0;}
.bnr_points_list li p{ font-size: 16px; line-height: 16px; margin: 0;}
.banner__testi{ margin:25px auto 0; width:100%; background:#fff;border:1px solid #2fe0ff; border-radius:12px; text-align:left; padding:15px 15px 25px;}
.testi__star{ width:72px;}
.testi__text{ font-size:15px; line-height:20px; font-style:italic; color:#000; margin-top:5px;}
.testi__name{ font-size:17px; line-height:17px; font-weight:bold; margin-top:14px;}

.banner_left .button_box{ margin-top: 30px;}
.button_box{ margin-top: 35px;}
.btn_cust_text{ font-size: 13px; line-height: 13px; margin-bottom: 10px;}
.btn_star{ margin: -4px 6px 0 0; width: 75px;}
.common_button{ height: 65px; line-height: 65px; font-size: 20px;}
.common_button img{ width:16px;}
.btn_mnybk_text{ font-size: 13px; line-height: 13px; margin-top: 10px;}
.btn_mnybk_text img{ width: 16px; margin: 0px 6px 0 0;}

.as_seen_on{ padding:20px 0;}
.as_seen_text{ font-size:12px; line-height:12px;}

.section1{ padding:30px 0 50px;}
.section1_left{ width:100%; text-align:center;}
.common_heading{ font-size: 29px; line-height: 35px;}
.common_paragraph{ font-size: 15px; line-height: 23px; margin-top: 20px;}
.section1_right{ width:100%; margin-top:28px;}
.section1_note_text{ font-size: 18px; line-height: 25px; margin-top: 22px;}

.section2{ padding:30px 0 35px;}
.section2:before{ top: -25px; height: 50px;}
.s2_top_strip{ padding:2px 8px; max-width:400px;}
.s2_strip_img{ width:26px;}
.s2_top_strip p{ width: calc(100% - 26px); font-size: 14px; line-height: 18px; padding-left: 6px;}
.s2_prod_box_mob{ margin:27px auto 0; width:100%; max-width:400px; position:relative;}
.section2 .common_heading{ margin:0; text-align:left; font-size: 32px; line-height: 42px;}
.s2_prod_img_mob{ width:237px; position:absolute; top:0; right:0; filter: drop-shadow(3px 10px 4px #dbdbdb);}
.s2_compare_block{ margin: 70px auto 0; max-width:400px;}
.s2_compare_box{ margin: 0; max-width: 100%; width: 48%; padding: 15px 10px 5px;}
.s2_topbx_img{ top: -11px; margin-left: -11px; width: 22px;}
.s2_bx_hdng{ font-size: 16px; line-height: 16px;} 
.s2_compare_img{ margin: 12px auto 0;}
ul.s2_bx_list{ margin: 12px auto 0;}
ul.s2_bx_list li{ font-size: 11px; width:140px; line-height: 15px; padding: 2px 18px;}	
.text_left_mob{ text-align:left;}	
ul.s2_list_box{ margin: 30px auto 0; row-gap:22px;}
ul.s2_list_box li{ padding: 0; width: 100%; border:none; background:#fff; border-radius:10px; box-shadow:0 0 8px 2px rgba(0,0,0,0.1); padding:10px 15px 15px; text-align:left; position:relative;}	
.s2_list_icn{ width: 56px; position: absolute; top: 16px; right: 5px;}	
ul.s2_list_box li h3{ font-size: 20px; line-height: 24px; margin-top: 0;}	
.s2_list_icn2_m{ transform: rotate(-92deg); top: 25px;}	
	
.section3{ padding:30px 0 35px;}
.section3_row_right{ width:100%; margin-top:20px;}
ul.s3_list{ row-gap: 27px;}
.s3_list_img{ width: 55px;}
.list_cont_bx{ width: calc(100% - 55px); padding-left: 16px;}
.list_cont_bx h3{ font-size: 20px; line-height: 24px;}
.list_cont_bx p{ font-size: 15px; line-height: 23px;}
.section3_row_left{ width:100%;}
.section3_row_image_mob{ max-width:100%; margin:0 auto 0; width:370px; filter: drop-shadow(3px 10px 4px #dbdbdb);}	
	
.section4{ padding:30px 0 0;}
.section4_row{ margin: 18px auto 0; justify-content: center;}	
.section4_row_left{ width: 100%; margin: 0 auto 0; max-width: 430px;}
ul.s4_list li{ background-size: 18px; font-size: 17px; line-height: 25px; padding-left: 34px; background-position-y: 3px; margin-top: 12px;}	
.section4_row_right{ width: 100%; margin-top: 30px;}
.section4_row_right img{ width:320px;}
	
.section5{ padding:30px 0 35px;}
.s5_block{ column-gap: normal; margin: 0 auto 0; justify-content: center;}
.s5_box{ width:100%; max-width:353px; text-align:left; border-bottom:1px solid #269f7f; padding:30px 0;}
.s5_box img, .s5_box video{ height: 200px;}
.s5_box:last-child{ border-bottom:none; padding-bottom:0;}
.s5_box h3{ font-size: 22px; line-height: 28px; margin:0 0 18px;}

.section6{ padding:30px 0 35px;}
.s6_prod_img{ margin: 35px auto 0;}

.section7{ padding:30px 0 35px;}
.s7_block{ margin-top: 40px; row-gap: 30px;}
.s7_list_box{ width:100%; padding:0; margin:0 auto 0; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center;}
.s7_img_bx{ width:125px; height:125px;}
.s7_list_icn{ width:98px;}
.s7_contbx_mob{ width:calc(100% - 125px); text-align:left; padding-left:15px;}
.s7_list_box h3{ font-size: 20px; line-height: 26px; margin-top:0;}
.s7_list_box .common_paragraph{ margin-top: 8px;}

.section8{ padding:30px 0 10px;}
.compare_block{ margin: 40px auto 0; width:calc(100% + 30px); margin-left:-15px; border-radius:0; box-shadow:none; background: rgb(255, 255, 255); background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(243, 255, 252, 1) 30%, rgba(243, 255, 252, 1) 70%, rgba(254, 255, 255, 1) 90%);}
.compare_block_inr:before{ background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(255,244,244,1) 30%, rgba(255,244,244,1) 70%, rgba(255,254,254,1) 90%);}
.compare_block_inr{ padding: 0 0 20px;}
.compare_head{ max-width: 135px; padding: 7px 10px 10px; font-size: 15px; line-height: 15px;}
.compare_box2 .compare_head{ background: #f4f4f4;}
.compare-product{ margin: 10px auto 0; width: 80px;}
.compare_points li{ padding: 12px 0;}
.vs{ width: 40px; height: 40px; font-size: 16px; line-height: 16px;}
.compare_points li p{ font-size: 16px; line-height: 16px; max-width: 375px;}
.compare_points li img{ width: 24px;}
.compare_points{ padding: 0 15px; margin: 15px auto 0;}

.section9{ padding:30px 0 35px;}
.rating_box{ margin:25px auto 0;}
.rating_box h3{ font-size: 36px; line-height: 36px;}
.rating_box img{ width: 105px;}
.rating_box p{ font-size: 12px; line-height: 12px;}

.testi_block{ margin: 35px auto 0; row-gap: 15px;}
.testi_box{ width:48.5%;}
.testi-img{ object-fit: cover; height: 140px;}
.testi_hdg{ font-size: 15px; line-height: 15px;}
.testi-star{ max-width: 75px; margin-top: 12px;}
.testi_cont{ padding: 15px 10px 0;}
.testi_text{ font-size: 13px; line-height: 19px; margin-top: 5px; letter-spacing:0.2px;}
.testi_vrfy_text{ font-size: 12px; line-height: 14px; margin-top: 20px; padding: 0 10px 20px;}
.testi_vrfy_text img{ width: 15px; margin: -4px 5px 0 0;}

.section10{ background:#f9fdfc; padding:30px 0 35px;}
.faq-container{ margin:10px auto 0;}
.accordion{ font-size: 15px; line-height: 23px;padding:15px 25px 15px 0; background-size:13px;}
.acdn-heading.accordion-open{background-size:13px;}
.acdn-para{ font-size: 15px; line-height: 23px;}
.section10 .button_box{ margin-top:25px;}

footer{ padding:30px 0;}
.ftr_logo{ width:115px;}
.footer_links{font-size: 15px; line-height: 21px; margin-top:20px;}
.copyright_text{ font-size: 15px; line-height: 21px;}

}


@media only screen and (max-width:360px){
.banner_prod_mob{ width:170px;}
ul.s2_bx_list li{ font-size:10px;}
ul.s2_list_box li h3{ font-size:19px;}
}