/** Shopify CDN: Minification failed

Line 2547:0 Unexpected "}"

**/
@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
    font-family: 'Inter';
	font-weight:400;
	}
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:#18181F; 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-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-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-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-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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*-----------------------
     MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*=======TOP STRIP=======*/
.top_strip{
	float:left;
	width:100%;
	padding:8px 0;
	background:#D16847;
	}
.top_strip_text{
	font-size:17px;
	line-height:18px;
	color:#fff;
	text-transform:uppercase;
	}	
.top_strip_text img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-3px 7px 0 0;
	}

/*=======HEADER=======*/
.header{
	float:left;
	width:100%;
	height:70px;
	border-bottom:1px solid #B7B1A6;
	position: relative;
	background:#fff;
	}
.logo{
	float:left;
	margin-top: 14px;
	width: 157px;
	}	
.header_btn{
    float: right;
    width:264px;
	height:44px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.3px;
	text-align: center;
	font-weight: bold;
    margin-top:12px;
	border-radius:6px;
	text-transform:capitalize;
	background:#D16847;
	}
.header_btn img{
	display:inline-block;
	vertical-align:middle;
	width:19px;
	margin:-3px 0 0 7px;
	}
		 
/*=====BANNER=====*/
.banner{
	float:left;
	width:100%;
	padding:45px 0 50px;
	background:#F2EBDC;
	overflow-x: clip;
	}
.banner_block{
	width:100%;
	margin:0 auto 0;
	
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	}
.banner_content{
	width:47%;
	text-align:left;
	position:relative;
	}
.banner_rated_text{
	font-size:17px;
	line-height:17px;
	color:#000;
	}
.banner_rated_text img{
	display:inline-block;
	vertical-align:middle;
	width:86px;
	margin:-3px 10px 0 0;
	}
.banner_heading{
	font-size:55px;
	line-height:58px;
	color:#000;
	font-weight:600;
	letter-spacing:1px;
	margin-top:10px;
	padding-bottom:20px;
	background:url(triple-dot.webp) no-repeat bottom left;
	}
.green_color{ color:#D16847;}
.banner_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:20px;
	}
.banner_points{
	float:left;
	width:100%;
	margin-top:12px;
	}
.banner_points li{
	float:left;
	width:100%;
	font-size:19px;
	line-height:22px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	margin-top:13px;
    padding-left:39px;
	background:url(banner-bullet.webp) no-repeat;
	background-size:24px;
	background-position:center left;
	}
	
.banner_content .common_button_box{ margin-top: 30px;}
.common_button_box{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:452px;
	text-align:center;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:74px;
	font-size:22px;
	line-height:74px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	background:#D16847;
	}
.common_button img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin: -5px 0 0 15px;
	}
.common_button_top{
	color:#000;
	margin-bottom:10px;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	}
.common_button_top li{
	font-size:15px;
	line-height:15px;
	font-weight:500;
	padding:0 10px;
	}
.common_button_top li:last-child{	
	display:-webkit-flex;
	display:flex;
    align-items: center;
    column-gap: 5px;
	}
.common_button_top li.green-dot{
	padding-left:18px;
	border-right:1px solid #B7B1A6;
	position:relative;
	}
.green-dot:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #D16847;
	animation: breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}

.low-stock{
    width: 70px;
    height: 13px;
	
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	}
.low-stock span{
	float: left;
	width: 17%;
	height: 100%;
	background: #B7B1A6;
	margin: 0 1px;
	transition: 0.5s;
	}
.low-stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
	
@keyframes fade{
0%{ opacity:1;}
50%{ opacity:0.2;}
100%{ opacity:1;}
	}
	
.common_button_benifit_list{
	margin:10px auto 0;
	column-gap:15px;
	
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.common_button_benifit_list li{
	font-size:13px;
	line-height:13px;
	color:#000;
	column-gap:8px;
	
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.diamond-dot{ width:13px;}
.card{
	display:block;
	margin:20px auto 0;
	width:330px;
	}

.banner_images{
	width:50%;
	text-align:right;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	}
.banner_skin_compare_box{
	width:100%;
	max-width:394px;
	margin:0;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.banner_skin_compare_col{
	width:49.5%;
	position:relative;
	}
.banner_skin_compare_col p{
	position:absolute;
	top:8px;
	left:8px;
	font-size:15px;
	line-height:15px;
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	padding: 6px 15px;
	border-radius:5px;
	background: rgb(255 255 255 / 40%);
	}
.bnr-skin-compare-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}

.banner_product_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	margin-top:50px;
	}

.banner-product-lot{
	display:block;
	margin:0 auto 0;
	width:726px;
    max-width: none;
	}
.banner-product{
	display:block;
	margin:0 auto 0 -80px;
	width:770px;
	max-width:none;
	}
.banner-seal{
	position:absolute;
	top: 20px;
	right: -20px;
	width:101px;
	}

/*=====SECTION 1=====*/	
.section1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	background:#fff;
	}
.common_heading{
	font-size:46px;
	line-height:53px;
	color:#D16847;
	font-weight:600;
	letter-spacing:0.7px;
	}
.common_sub_heading{
	font-size:20px;
	line-height:26px;
	color:#D16847;
	font-weight:500;
	margin-bottom:12px;
	}	
.common_text{	
    font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:20px;
	}
	
.s1_block{
	width:100%;
	max-width:930px;
	margin:45px auto 40px;
	border:1px solid #D16847;
	border-radius:12px;
	background:#F2EBDC;
	
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
.s1_box{
	width:50%;
	padding: 35px 20px 35px 30px;
	border-right:1px solid #D16847;
	column-gap:10px;
	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.s1_box:nth-child(2n){ border-right:none;}
.s1_box:nth-child(n + 3){ border-top:1px solid #D16847;}
.s1_box_cont{
	text-align:left;
	}
.s1_box_cont h3{
    font-size:22px;
	line-height:28px;
	color:#0A182E;
	font-weight:500;
	}
.problem_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.problem_list li{
	float:left;
	width:100%;
    font-size:16px;
	line-height:22px;
	color:#555;
	font-weight:500;
    margin-top: 10px;
    padding-left: 24px;
	background:url(cross-bullet.webp) no-repeat;
	background-position:top 6px left;
	background-size:12px;
	}
.problematic-product{
	width:84px;
	flex-shrink:0;
	}

/*=====SECTION 2=====*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	background:#F2EBDC;
	}
	
.s2_block{
	width:100%;
	max-width:980px;
	margin:45px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	align-items:center;
	}
.s2_left{
	width:51.03%;
	}
.s2-img{
	float:left;
	width:100%;
	border-radius:10px;
	}
.s2_right{
	width:43%;
	text-align:left;
	}
.s2_sub_heading{
	font-size:25px;
	line-height: 25px;
	color: #18181F;
	font-weight:600;
	}
.s2_box{
	float:left;
	width:100%;
	margin-top:35px;
	}
.s2_col{
	width:100%;
	position:relative;
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:1px solid #B7B1A6;
	column-gap: 14px;

    display: -webkit-flex;
    display: flex;
	justify-content: flex-start;
    align-items: center;
	}
.s2-col-img{
	width:38px;
	flex-shrink: 0;
	}
.s2_col_cont{
	text-align:left;
	}
.s2_col_cont p{
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	}
.s2_col:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
	}	
	
.s2_mid_box{
	width:100%;
	max-width:580px;
	margin:50px auto 0;

    display: -webkit-flex;
    display: flex;
	justify-content:space-between;
	}
.s2_mid_col{
	width:28%;
	}
.s2-mid-img{
	display:block;
	margin:0 auto 15px;
	width:144px;
	border:1px solid #D16847;
	border-radius:5px;
	}
.s2_mid_col p{
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	font-weight:600;
	}

/*=====SECTION 3=====*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#0A182E;
	}
.s3_review_text{
	font-size:17px;
	line-height:18px;
	color:#fff;
	margin-bottom:20px;
	}
.s3_review_text img{
	display:inline-block;
	vertical-align:middle;
	width: 126px;
	margin: -9px 10px 0 0;
	}
.review_slide_row_otr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1230px;
	margin-top:40px;
	}
.review_slide_row{
	width:100%;
	margin:0 auto 0;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.review_slide_item{
	width: 23.6%;
	}
.review_slide_col{
	width: 100%;
	border-radius:10px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	background:#0A182E;
	}
.ugc_caption{
	text-align:center;
	margin-top:12px;
	}
.ugc_name{
	color:#ffffff;
	font-size:15px;
	line-height:20px;
	font-weight:600;
	}
.ugc_loc{
	color:#B7B1A6;
	font-size:13px;
	line-height:18px;
	margin-top:2px;
	}
.review_slide_col .ugc-poster{
	max-width:100%;
	margin:0 auto;
	display:block;
	transition:all ease 0.5s;
	}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit: cover;
	}
.review_slide_col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	top:50%;
	left:50%;
	width:52px;
	margin:-26px 0 0 -26px;
	}

/*=====SECTION 4=====*/	
.section4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s4_block{
	width:100%;
	margin:50px auto 10px;
	row-gap:30px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s4_box{
	width:31.6%;
	border:1px solid #D16847;
	border-radius:12px;
	overflow:hidden;
	background:#fff;
	padding-bottom:20px;

    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
	}
.s4_box_top{
	float:left;
	width:100%;
	}
.s4_compare_box{
	width:100%;

    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	align-items:center;
	}
.s4_compare_col{ width:49.5%;}
.s4-compare-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.s4-single-img{
	display:block;
	width:100%;
	}
.s4_icn_box{
	width:62px;
	height:62px;
	margin:-28px auto 0;
	border-radius:50%;
	position:relative;
	background:#fff;

    display: -webkit-flex;
    display: flex;
    justify-content:center;
	align-items:center;
	}
.s4-box-icn{
	display:block;
	margin:0 auto 0;
	width:38px;
	}
.s4_content{
	float:left;
	width:100%;
	padding:10px 20px;
	}
.s4_box_heading{
	font-size:26px;
	line-height:32px;
	color: #000000;
	}
.s4_box_text{
	font-size:17px;
	line-height:24px;
	color: #000;
	margin-top:10px;
	}
.s4_reduction_strip{
	width:100%;
	max-width:89%;
	margin:20px auto 0;
	padding:10px 10px;
	text-align:left;
	border-radius:8px;
	background:#F2EBDC;
	column-gap:10px;

    display: -webkit-flex;
    display: flex;
    justify-content:flex-start;
	align-items:center;
	}
.s4_reduction_strip h3{
	font-size: 30px;
	line-height: 32px;
	color: #000;
	font-weight:500;
	flex-shrink:0;
	}
.s4_reduction_strip p{
	font-size: 16px;
	line-height: 24px;
	color: #000;
	}

/*=====SECTION 5=====*/
.section5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#F2EBDC;
	}
.s5_block{
	width:100%;
	margin:50px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s5_img_box{ width:46.58%;}
.ingredient-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.s5_content{
	width:49%;
	}
.ingredient__faq_section{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 20px;
	border:1px solid #B7B1A6;
	border-radius:18px;
	background:#fff;
	}
.ingredient__faq_slide_row{
	float:left;
	width:100%;
	border-bottom:1px solid #B7B1A6;
	}
.ingredient__faq_slide_row:last-child{ border-bottom:none;}
.ingredient__accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(close.webp) no-repeat;
	background-position: right 5px center !important;
	background-size:18px !important;
	padding:20px 25px 20px 0;
	position:relative;
	cursor:pointer;
	}
.ingredient__acdn_heading.ingredient__accordion_open{
	background:url(open.webp) no-repeat;
	}
.ingredient__faq_img{
	position:absolute;
	left:0;
	top:50%;
	width:52px;
	max-width:100%;
	transform:translateY(-50%);
	border-radius:50%;
	box-sizing: content-box;
	}
.ingredient__heading{
	font-size: 24px;
	line-height: 30px;
	color:#18181F;
	font-weight:400;
	letter-spacing:0.5px;
	}
.ingredient__acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding: 0 30px 15px 0;
	margin-top: -10px;
	}
.ingredient__acdn_strip{
	display:inline-block;
	vertical-align:top;
	font-size: 16px;
	line-height: 22px;
	font-weight:500;
	color:#D16847;
	margin-bottom:20px;
	padding:3px 15px;
	border:1px solid #B7B1A6;
	border-radius:50px;
	background:#F2EBDC;
	}
.ingredient__acdn-img{
	float:right;
	width:146px;
	margin:0 0 0 20px;
	border-radius:8px;
	}
.ingredient__acdn_para{
	font-size: 18px;
	line-height: 26px;
	color:#18181F;
	margin-bottom:20px;
	}

/*=====SECTION 6=====*/	
.section6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s6_box{
	width:100%;
	max-width:970px;
	margin:45px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s6_col{
	width:31.33%;
	position:relative;
	}
.s6_col_video_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-radius:10px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	}
.s6-video-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.s6_col_video_box video{
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
	}

.s6_col:before{
	content:'';
	position:absolute;
	left: 60%;
	right: -49%;
	top: 23px;
	border-top: 2px dotted #D16847;
	}
.s6_col:last-child:before{ display:none;}
.s6_col_num{
	display:inline-block;
	vertical-align:top;
	width: 46px;
	height: 46px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	text-align:center;
	margin-bottom:30px;
	border-radius:50%;
	position: relative;
	z-index: 1;
	background:#D16847;
	}
.s6_col h3{
	font-size: 26px;
	line-height:26px;
	color: #000;
	font-weight:bold;
	margin-top:25px;
	}
.s6_col p{
	font-size:17px;
	line-height:25px;
	color: #000;
	margin-top:15px;
	}
	
.s6_sub_text{
	font-size:24px;
	line-height:30px;
	color: #D16847;
	font-weight:bold;
	margin-top:35px;
	}

/*=====SECTION 7=====*/
.section7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#F2EBDC;
	}
.compare_box{
	width:100%;
	max-width:770px;
	margin:100px auto 20px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.compare_col1{
	width:25%;
	}
.compare_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:80px;
	text-align:left;
	padding:10px 10px 10px 50px;
	position:relative;
	}
.compare_list{
	float:left;
	width:100%;
	}
.compare_list li{
	width:100%;
	height:80px;
	font-size:17px;
	line-height:24px;
	color:#000;
	padding:12px;
	border-top:1px solid #000;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	}
.compare_col1 .compare_list li{ padding-left:0; text-align:left;}
	
.compare-icon{
	display: block;
	margin: -70px auto 44px;
	width: 44px;
	}	
.compare-product{
	position:absolute;
	bottom:20px;
	left:10px;
	width:33px;
	}
.compare_top h3{
	font-size:20px;
	line-height:22px;
	color:#18181F;
	font-weight:bold;
	text-transform:uppercase;
	} 
.compare_col2{
	width:38%;
	background:#0A182E;
	}
.compare_col3{
	width:34%;
	border:1px solid #B7B1A6;
	margin-top:-1px;
	background:#F2EBDC;
	}
.compare_col2 .compare_list li{ color:#fff;}
.compare_col1 .compare_list li{ justify-content: flex-start;}
.compare_col2 .compare_list li:last-child{ padding:0;}
.compare_col2 .compare_top h3{ color:#fff;}

.compare_void_col{ width:3%;}
.compare_void_col .compare_list li, .compare_void_col .compare_top{ padding:0;}


/*=====SECTION 8=====*/
.section8{
	float:left;
	width:100%;
	padding: 60px 0 70px;
	background:#fff;
	}
	

.result_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin-top:50px;
	}
.result_row-nav{
	width:100%;
	column-gap:15px;

	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	}
.result_row-nav-col{
	float:left;
	width:auto !important;
	cursor:pointer;
	padding: 10px 19px 12px;
	border-radius:50px;
	border:1px solid #B7B1A6;
	background:#fff;
	}
.active.result_row-nav-col{
	background:#D16847;
	border-color:#D16847;
	}	
.result_row-nav-col p{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:500;
	}
.active.result_row-nav-col p{
	color:#fff;
	font-weight:bold;
	}
	
.result_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:60px 0 20px;
	position:relative;
	}
.default-line, .draw-line{
	position: absolute;
	left:10px;
	width:3px;
	margin-left:0;
	top: 10px;
	}
.default-line{
    content: "";
    background: #B7B1A6;
    height: 80%;
	}
.draw-line{
    height: 0;
    background: #D16847;
	}
	
.result_row{
	width:100%;
	position:relative;
	padding-left: 60px;
	padding-bottom:60px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
.result_row:last-child{ padding-bottom:0;}
.result_row:before{
	content:'';
	position:absolute;
	top: 5px;
	left:0;
	width: 10px;
	height: 10px;
	border:6px solid #fff;
	border-radius:50%;
	background:#B7B1A6;
	box-shadow: 0 0 0 2px #B7B1A6;
	}
.result_row.active:before{
	background:#D16847;
	box-shadow: 0 0 0 2px #D16847;
	}
.result_row_content{
	width:50%;
	text-align:left;
	}
.result_row_heading{
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight:bold;
	}
.result_points{
	float:left;
	width:100%;
	margin-top:10px;
	}
.result_points li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	color: #18181F;
	margin-top:12px;
	position:relative;
	padding-left: 24px;
	}
.result_points li:before{
	content:'';
	position:absolute;
	top: 8px;
	left:0;
	width: 8px;
	height: 8px;
	border-radius:50%;
	background:#D16847;
	}
.result_row_img_box{width: 38.84%;}
.result-row-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border-radius:7px;
	}	
	
/*=====SECTION 9=====*/
.section9{
	float:left;
	width:100%;
	padding: 60px 0 70px;
	position:relative;
	background:#F2EBDC;
	}
.s9_block{
    width: 100%;
	max-width:1030px;
	margin: 75px auto 20px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s9_left{
	width:47.9%;
	text-align:left;
	}
.s9_right{
	width:47.1%;
	}
.doctor_box{
	float:left;
	width:100%;
	border:1px solid #D16847;
	border-radius:12px;
	background:#fff;
	}
.doctor_img_box{
	float:left;
	width:100%;
	}
.doctor-img{
	display:block;
	margin:-65px auto 0;
	width:483px;
	}
.doctor_strip{
    width: 100%;
	margin: 25px auto 0;
	padding-top:15px;
	border-top:1px solid #B7B1A6;
	column-gap:30px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.doctor_strip_content{
	text-align:left;
	}
.doctor_strip_content h3{
    font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}
.doctor_strip_content p{
    font-size:14px;
	line-height:18px;
	color:#000;
	margin-top:5px;
	}
.medical-symbol{
	width:52px;
	flex-shrink:0;
	}
.doctor_points{
    width: 100%;
	margin: 0 auto 0;
	border-top:1px solid #D16847;
	border-radius:0 0 11px 11px;
	background:#0A182E;
	
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	}
.doctor_points li{
	padding:20px 20px 20px;
    font-size:14px;
	line-height:18px;
	color:#fff;
	text-align:left;
	border-right:1px solid #D16847;
	}
.doctor_points li:last-child{ border-right:none;}

	
/*=====SECTION 10=====*/
.section10{
	float:left;
	width:100%;
	padding: 60px 0 90px;
	position:relative;
	background:#fff;
    overflow-x: clip;
	}
.s10_block{
	width:100%;
	max-width:710px;
	margin:30px auto 0px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
	}
.s10_block_col1 {
	width: 220px;
    text-align: center;
	}
.review-rating {
    font-size: 40px;
    line-height: 42px;
    color: #0A182E;
    font-weight: 500;
	}
.reviews-star {
    display: block;
    margin: 10px auto 0;
    max-width: 100%;
    width: 149px;
	}
.reviews-text{
	font-size: 16px;
    line-height: 24px;
    color: #000;
	font-weight:400;
    margin-top: 15px;
	}
.s10_block_col2{
	width:62%;
	}
ul.rating-list{
	float:left;
	width:100%;
	}
ul.rating-list li{
	float:left;
	width:100%;
	border-bottom:1px solid #B7B1A6;
	padding:8px 0px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	}
ul.rating-list li:last-child{ border-bottom:none;}
.rating-list-txt1{
	font-size:15px;
	line-height:20px;
	letter-spacing:0.3px;
	font-weight:400;
	color:#000000;
	text-align:left;
	}
.rating-list-txt2{
	font-size:15px;
	line-height:18px;
	font-weight:500;
	color:#000000;
	}
.rating-list-txt2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 12px 0 0;
	width:89px;
	}
.s10_text{
	display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-top: 30px;
	}
.s10_text span {
    background: #F2EBDC;
    padding: 5px 25px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	}
	
.testimonial_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:40px auto 0;
	}
.testimonial_row{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
	}
.testimonial_column{
	width: 371px !important;
    border-radius: 10px;
    border: 1px solid #D16847;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
	padding-bottom: 25px;
	}
.testimonial_column__cont{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 0px;
	}
.testimonial_column_top{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	background:#ffffff;
	overflow:hidden;
	}
.testimonial_image_column{
	width:100%;
	position:relative;
	}
.testimonial_image{
	display:block;
	margin:0 auto 0;
	width: 100%;
	}
.testimonial_column_bottom{
	width:100%;
	text-align:left;
	padding:25px 15px 0;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
	}
.testimonial_star{
	display:block !important;
	width:106px;
	
	}
.testimonial_paragrapgh{
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 15px;
    font-style: italic;
	}
.testimonial_user_box{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	margin-top: 25px;
	padding:0 15px;
	}
.testimonial_user_name{
	font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
	}
.testimonial_user_loc{
	font-size: 13px;
    line-height: 16px;
    color: #6b6b6b;
    font-weight: 400;
    margin-top: 3px;
	}
.testimonial_user_name2 span{
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    background: #F2EBDC;
    padding: 5px 8px;
    border-radius: 4px;
	}
.testimonial_tick{
	display: inline-block !important;
    vertical-align: middle;
    margin: -2px 4px 0;
    width: 13px;
	}
.bfraftr_box{
	color: #000;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    border-radius: 5px;
    padding: 4px 10px 4px;
    background:rgba(255,255,255,0.4);
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 5px;
	text-align:center;
	}

.guarantee-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:920px;
	margin:60px 0 0;
	background:#0A182E;
	border-radius:10px;
	padding:40px 50px;
	}
.guarantee-seal-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}

.guarantee-seal{
	display:block;
	margin:25px auto 0;
	width:195px;
	height:auto;
	max-width:100%;
	position:relative;
	}
.guarantee-content{
	display:inline-block;
	vertical-align:top;
	width:100%;
    width: 100%;
    text-align: center;
	}
.guarantee-heading{
	color:#fff;
	}
.guarantee-text{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#fff;
	margin-top:25px;
	}
.gurantee_box_row {
    width: 100%;
	max-width: 752px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 40px auto 0px;
	}
.gurantee_box_col {
    width: 30.8%;
    background:#fff;
    border-radius: 10px;
    padding: 20px 15px 20px;
	text-align:center;
	}
.gurantee_box_col img {
    display: block;
    width: 49px;
    margin: 0px auto;
	}
.gurantee_box_col h3 {
    font-size: 17px;
    line-height: 25px;
    color:#000;
    font-weight: 500;
    margin-top: 15px;
	}
	
/*=====ORDER SECTION=====*/
.order_section{
	float:left;
	width:100%;
    background:#0A182E;
	}
.order_section_div{
	float:left;
	width:100%;
	padding:0 0 40px;
	}
.stop-watch{
	display:block;
	margin:-35px auto 15px;
	width:70px;
	position:relative;
	z-index:1;
	}
.order_section_div h2{
	font-size:46px;
	line-height:46px;
	color:#fff;
	font-weight:bold;
	}
.order_yellow_strip{
	float:left;
	width:100%;
	padding:8px 0;
	background:#F2EBDC;
	}
.order_yellow_strip p{
	font-size:17px;
	line-height:17px;
	color:#000;
	font-weight:500;
	}
		
/*=========SECTION11========*/
.section11{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}

	
.s11_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}

.s11_left{
	float:left;
	width:47.87%;
	}
.package_slider_box{
	float:left;
	width:100%;
	position:relative;
	}
.package_slider{
	float:left;
	width:100%;
	height:100%;
	position:relative;
	}
.package_slider div{
	}	
.pakge-slide-img{
	margin:0 auto 0;
	width:100%;
	border-radius:20px;
	}
.pakge-slide-prod{ margin:43px auto 0;}
.pkg-seal{
    position: absolute;
    top: 12px;
    left: 12px;
	}
.prd-nav1{ width:50px;}
.soothing{
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    padding: 5px 12px 6px;
    text-transform: capitalize;
    border-radius: 50px;
    background: #fff;
    z-index: 2;
	}
	
	
.s11_right{
	float:right;
	width:46.5%;
	}	
.s11_pkg_heading{
	font-size:37px;
	line-height:37px;
	color:#000;
	font-weight:bold;
	}
.s11_right .common_heading{ font-size: 44px; letter-spacing:normal; text-align:left;}
.pkg_verfy_text{
	font-size:15px;
	line-height:17px;
	color:#000;
	font-weight:500;
	text-align:left;
	margin-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #B7B1A6;
	}
.pkg_verfy_text img{
	display:inline-block;
	vertical-align:middle;
	width:86px;
	margin:-3px 10px 0 0;
	}
.pkg_verfy_points{
	float:left;
	width:100%;
	margin-top:15px;
	}
.pkg_verfy_points li{
	float:left;
	width:100%;
	font-size:18px;
	line-height: 24px;
	color:#000;
	font-weight:600;
	text-align:left;
	margin-top:13px;
	padding-left:39px;
	background:url(banner-bullet.webp) no-repeat;
	background-size:24px;
	background-position: top 1px left;
	}
	
.bundle_heading{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color: #000;
	font-weight:600;
	margin:40px auto 0;
    position: relative;
	
	display: flex;
    justify-content: center;
    align-items: center;
	}
.bundle_heading span{ padding:0 22px;}
.bundle_heading:before, .bundle_heading:after{
	border-bottom:1px solid #B7B1A6;
	content:"";
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow:1;
	}

/*PACKAGE CSS*/
.purchase_box{
	float:left;
	width:100%;
	margin-top:30px;
	}
.switch_optBox{
	width:100%;
	margin:0 auto 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.option_row{
    width: 48%;
    border: 1px solid #D16847;
    border-radius: 10px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding:19px 12px 20px;
	}
.regular-opt.active{
	font-weight:bold;
	background:#0A182E;
	color:#fff;
	}
.extra-opt.active{
	font-weight:bold;
	background:#0A182E;
	color:#fff;
	}

.package_row{
	width: 100%;
    margin-top:50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 17px;
	}
.package_col{
	width: 100%;
    float: left;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #B7B1A6;
    cursor: pointer;
	position:relative;
	padding:15px 15px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
    justify-content: space-between;
	}
.package_col.package2{ margin-top:10px;}
.regular-pkg .package_col.active {
    background: #F2EBDC;
    border-color: #D16847;
    box-shadow: 0 0 0 1px #D16847;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.extra-pkg .package_col.active {
    background: #F2EBDC;
    border-color: #D16847;
    box-shadow: 0 0 0 1px #D16847;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.radio_opt{
	width:5%;
	padding:0;
	margin-top:0;
	}
.radio_opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.radio_opt input[type='radio'] + span{
	width:22px;
	height:22px;
	border-radius:50%;
	border:1px solid #B7B1A6;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.radio_opt input[type='radio']:checked + span{background:#fff; border:1px solid #B7B1A6;}
.radio_opt input[type='radio']:checked + span:before{
	content:'';
	position:absolute;
	width:11px;
	height:11px;
	background:#D16847;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	}
.package_col.active .radio_opt input[type='radio']:checked + span{border:1px solid #D16847; background:none;}
.package_col.active .radio_opt input[type='radio']:checked + span:before{background: #D16847;}
	
.purchase_offerBx{
    width: 48%;
    text-align: left;
    padding-left: 10px;
	}
.pkg-hdg-text{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}	
.pkg-qty-text{
	font-size:14px;
	line-height:14px;
	color:#000;
	margin-top:7px;
	}		
.pkg_save_strip{
    display: inline-block;
    vertical-align: top;
	width:86px;
    background: #D16847;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding:8px 12px 7px;
	}	
.extra-pkg .pkg-save-text{background: #D16847;}
	
.purchase_priceBx{
	width:28%;
	text-align:right;
	}	
.pkg-list-price{
	font-size: 24px;
	line-height: 24px;
	color:#000;
	font-weight:bold;
	}	
.pkg-cut-price{
	font-size:17px;
	line-height:17px;
	color:#B7B1A6;
	margin-bottom:9px;
	}	
.pkg-cut-price span{ position:relative; padding:0 5px;}	
.pkg-cut-price span:before{
	content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: #fe0b0b;
    height: 1px;
    transform: rotate(-9deg);
	}		
.pkg-ship-text{
	font-size:14px;
	line-height:14px;
	color:#B7B1A6;
	margin-top:6px;
	}
.pkg_strip{
	position:absolute;
	top: -18px;
	left: 20px;
	width:112px;
	font-size:11px;
	line-height:11px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	margin-top:6px;
	padding:5px 12px 5px;
	border-radius:50px;
	background:#B98733;
	}
.package2 .pkg_strip{ background:#D16847;}	
	
.cart_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:472px;
	margin-top:40px;
	}
.cart_btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.cart_button_order{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	line-height:14px;
	color:#000;
	margin-bottom:20px;
	padding:7px 12px 7px;
	border:1px dashed #B98733;
	border-radius:5px;
	position:relative;
	background:#F2EBDC;
	}
.cart_button_order:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
	width: 8px;
	height: 8px;
	border-radius:50%;
	background:#D16847;
	}	
.cart_button_order:after{
	content:'';
	position:absolute;
	bottom: -6px;
	left:20px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	border-right: 1px dashed #B98733;
	border-bottom: 1px dashed #B98733;
	background:#F2EBDC;
	}	
.cart_common_btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 70px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 70px;
    background: #D16847;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 0.3px;
    position: relative;
	border:none;
	cursor:pointer;
	-webkit-appearance:none;
	}
.cart_common_btn img{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin: -6px 0 0 12px;
	}
.shipping-card{
	display:block;
	margin:20px auto 0;
	width:330px;
	}	

/*=====SECTION 12=====*/
.section12{
	float:left;
	width:100%;
	padding: 60px 0 70px;
	position:relative;
    background: #F2EBDC;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin:30px 0 10px;
	}
.up-slide-dwn {
	float: left;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    padding: 0 35px 0 20px;
    border: 1px solid #B7B1A6;
    margin-top: 15px;
	}
.up-slide-dwn.active {
    border-color: #0A182E;
	}
.faq-row{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(close.webp) no-repeat;
	background-position: 99.5% center !important;
	padding:28px 35px 28px 0;
	background-size: 20px;
	font-size: 20px;
    line-height: 24px;
	font-weight:400;
	color:#000000;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(open.webp) no-repeat;
	background-size: 20px;
	border-bottom: 1px solid #B7B1A6;
	font-weight:700;
	padding-bottom: 25px;
	}
.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 60px 10px 0;
    margin-top: 10px;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:18px;
	}
.faq-row:last-child{}

/*-----------------------
         FOOTER
------------------------*/	
.footer{
	float:left;
    width:100%;
    padding:40px 0;
	background:#fff;
	}
.footer_logo{
	display:block;
	margin:0 auto 18px;
	width:169px;
	}	
.footer_text{
    font-size:17px;
    line-height:22px;
    color:#000000;
	margin-top:15px;
	}		
.footer_text a{ padding:0 8px; color:#000;}

/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	
.extrabold{ font-weight:800;}
.semi_bold{ font-weight:600;}
.medium{ font-weight:500;}
.white_color{ color:#fff !important;}
.mrgT0{ margin-top:0 !important;}
.red_color{ color:#ff0000;}
.brown_color{ color:#18181F;}


@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_content{ width: 49%;}
.banner_heading{ font-size: 49px; line-height: 55px;}
.banner-product-lot{ width: 686px;}
.banner-product{ width: 670px;}

.s4_box_heading{ font-size: 25px; line-height: 30px;}
.s4_reduction_strip h3{ font-size: 28px; line-height: 30px;}
.s4_reduction_strip p{ font-size: 15px; line-height: 23px;}

.doctor_points li{ padding: 20px 18px 20px;}

.option_row{ font-size: 17px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner{ padding: 40px 0 45px;}
.banner_rated_text{ font-size: 15px; line-height: 15px;}
.banner_rated_text img{ width: 76px; margin: -3px 7px 0 0;}
.banner_content{ width: 58%;}
.banner_heading{ font-size: 43px; line-height: 48px;}
.banner_text{ font-size: 16px; line-height: 24px;}
.banner_points li{ font-size: 18px; line-height: 21px; padding-left: 37px; background-size: 23px;}
.banner_images{ width: 38%;}
.banner-product-lot{ width: 446px;}
.banner-product{ width: 406px; margin: 0 auto 0 -60px;}
.banner-seal{ top: 0px; right: -3px; width: 71px;}

.section1{ padding: 50px 0 60px;}
.common_heading{ font-size: 38px; line-height: 46px;}
.common_text{ font-size: 16px; line-height: 24px;}

.s1_box{ padding: 30px 15px 30px 25px;}
.problematic-product{ width: 75px;}
.s1_box_cont h3{ font-size: 21px; line-height: 26px;}
.problem_list li{ font-size: 15px; line-height: 21px; background-size: 11px;}

.section2{ padding: 50px 0 60px;}
.s2_block{ align-items: flex-start;}
.s2_left{ width: 47%;}
.s2_right{ width: 48%;}
.s2_sub_heading{ font-size: 22px; line-height: 22px;}
.s2_box{ margin-top: 25px;}
.s2_col{ column-gap: 12px;}
.s2-col-img{ width: 33px;}
.s2_col_cont p{ font-size: 16px; line-height: 24px;}

.section3{ padding: 50px 0 60px;}
.ugc-play{ width: 40px; margin: -20px 0 0 -20px;}

.section4{ padding: 50px 0 60px;}
.s4_box{ width: 48%;}
.s4_box_text{ font-size: 16px; line-height:24px;}

.section5{ padding: 50px 0 60px;}
.s5_block{ row-gap:20px; justify-content: center; max-width:545px;}
.s5_img_box{ width:100%;}
.s5_content{ width:100%;}
.ingredient__heading{ font-size: 22px; line-height: 28px;}
.ingredient__acdn_strip{ font-size: 14px; line-height: 22px;}
.ingredient__acdn-img{ width: 126px;}
.ingredient__acdn_para{ font-size: 16px; line-height: 24px;}

.section6{ padding: 50px 0 60px;}
.s6_col h3{ font-size: 24px; line-height: 24px;}
.s6_col p{ font-size: 16px; line-height: 24px;}

.section7{ padding: 50px 0 60px;}
.compare_col1{ width: 24%;}
.compare_col2{ width: 39%;}

.section8{ padding: 50px 0 60px;}
.result_row-nav-col p{ font-size: 17px; line-height: 21px;}
.result_row_content{ width: 51%;}
.result_row_img_box{ width: 43.34%;}

.section9{ padding: 50px 0 60px;}
.s9_right{ width: 45%;}
.doctor_strip{ column-gap: 16px;}
.medical-symbol{ width: 48px;}
.doctor_points li{ padding: 10px 12px 10px; font-size: 10px; line-height: 13px;}

.section10{ padding: 50px 0 80px;}
.guarantee-box{ padding: 40px 39px;}

.order_section_div h2{ font-size: 40px; line-height: 40px;}

.section11 {padding: 60px 0 70px;}
.s11_left{ width: 42%;}
.s11_right{ width: 52%;}
.s11_right .common_heading{ font-size: 31px; line-height: 36px;}
.pkg_verfy_text{ font-size: 14px; line-height: 16px;}
.pkg_verfy_text img{ width: 79px;}
.pkg_verfy_points{ margin-top:12px;}
.pkg_verfy_points li{ font-size: 17px; line-height: 23px; margin-top:13px; padding-left: 35px; background-size: 22px;}


.bundle_heading{ font-size: 22px; line-height: 24px; margin: 35px auto 0;}

.option_row{ font-size: 14px; line-height:15px; width: 49%; padding: 16px 10px 17px;}
.purchase_info{ width: 16%;}
.package_col{ padding: 12px 10px;}
.purchase_offerBx{ width: 52%;}
.pkg-hdg-text{ font-size: 18px; line-height: 18px;}
.pkg-qty-text{ font-size: 12px; line-height: 16px;}
.pkg_save_strip{ font-size:11px; line-height:11px; padding: 8px 11px 7px;}
.pkg-cut-price span{ padding:0;}
.pkg_ship_text{ font-size: 9px; line-height: 9px;}	
.radio_opt{ width: 8%;}
.radio_opt input[type='radio'] + span{ width:20px; height:20px;}

}

@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: 8px 0 7px;}
.top_strip_text{ font-size: 12px; line-height: 12px;}	
.top_strip_text img{ display:none;}

.header{ height:47px;}
.logo{ float: none; display:block; margin: 6px auto 0; width: 130px;}
.header_btn{ display:none;}

.banner{ padding: 20px 0 35px; overflow:hidden;}
.banner_block{ flex-wrap: wrap;}
.banner_content{ width:100%; text-align:center;}
.banner_rated_text{ font-size: 12px; line-height: 12px;}
.banner_rated_text img{ width: 60px; margin: -2px 6px 0 0;}
.banner_heading{ font-size: 35px; line-height: 40px; letter-spacing: 0.5px; margin-top: 10px; background:url(triple-dot-m.webp) no-repeat bottom center; background-size:100%;}
.banner_text{ font-size: 13px; line-height: 20px; margin-top: 15px;}
.banner_points{ float: none; width: auto; text-align: center; display: inline-block; vertical-align: top;}
.banner_points li{ font-size: 16px; line-height: 20px; text-align: left; margin-top: 12px; padding-left: 33px; background-size: 22px; background-position: top -1px left; float: none; width: auto;}

.banner_content .common_button_box{ margin-top: 25px;}
.common_button_box{ margin-top: 30px; text-align:center;}
.common_button_width{ max-width: 355px;}
.common_button_top li{ font-size: 12px; line-height: 12px; padding: 0 7px;}
.common_button_top li.green-dot{ padding-left: 13px;}
.green-dot:after{ top: 2px; width: 7px; height: 7px;}
.low-stock{ width: 60px; height: 9px;}
.common_button_benifit_list li{ font-size: 11px; line-height: 12px;}
.diamond-dot{ width: 11px;}
.common_button{ height: 59px; font-size: 20px; line-height: 59px;}
.common_button img{ width: 21px; margin: -3px 0 0 8px;}
.card{ margin:25px auto 0; width: 275px;}

.banner_images{ width:100%; margin: 25px auto 0; max-width: 345px;}
.banner_skin_compare_box{ max-width: 264px;}
.banner_skin_compare_col p{ top: 6px; left: 6px; font-size: 10px; line-height: 10px; padding: 4px 10px;}
.banner_product_box{ margin-top: 20px;}
.banner-product-lot{ width: 416px;}
.banner-product{ width: calc(100% + 30px); margin: 0 auto 0 -15px;}
.banner-seal{ top: 23px; right: -1px; width: 66px;}

.expert_review_box{ display:inline-block; vertical-align:top; width:100%; margin-top:30px; text-align:left; position:relative; border:1px solid #0A182E; background:#F2EBDC;}
.expert_review_strip{ float:left; width:100%; font-size:14px; line-height:15px; color:#000; font-weight:500; padding:3px 40px 7px 12px; background:#F2EBDC;}
.expert_review_strip span{ font-size:20px;}
.expert_review_content{ float:left; width:100%; padding:10px 67px 12px 12px;}
.expert_review_text{ font-size:13px; line-height:18px; color:#000;}
.expert_reviewer{ font-size:11px; line-height:18px; color:#B7B1A6; margin-top:14px;}
.expert_reviewer span{ font-size:12px; color:#000; font-weight:500;}
.expert-reviewer-img{ position:absolute; bottom:0; right:0; width:110px;}

.common_sub_heading{ font-size: 14px; line-height: 16px; margin-bottom: 8px;}
.common_heading{ font-size: 30px; line-height: 37px; letter-spacing:0.1px;}
.common_text{ font-size: 14px; line-height: 20px; margin-top: 12px; position:relative; z-index:1;}
.common_heading.bold_mob{ font-weight:bold; letter-spacing: -0.3px;}

.section1{ padding: 30px 0 35px; text-align:left;}
.section1 .common_sub_heading, .section1 .common_heading{ text-align:center;}
.s1-img-mob{ width:100%; margin:20px auto 0; padding:5px; border:1px solid #000; background:#fff;}
.s1_block{ width:calc(100% + 30px); margin:0 auto 0 -15px; border:none; border-radius:0;}
.s1_box{ width:100%; padding:20px 15px 20px 22px	; border-right:none !important;}
.s1_box_cont h3{ font-size: 18px; line-height: 22px;}
.problem_list li{ font-size: 14px; line-height: 20px; background-size: 10px; padding-left: 21px;}
.s1_box:nth-child(n + 2){ border-top:1px solid #D16847;}

.section2{ padding: 35px 0 35px;}
.s2_block{ margin: 25px auto 0; row-gap:30px;}
.s2_left{ width:100%;}
.s2-product-mob{ margin:0 auto 0; width:100%;}
.s2_right{ width:100%;}
.s2_sub_heading{ font-size: 20px; line-height: 20px;}
.s2-col-img{ width: 26px;}
.s2_col_cont p{ font-size: 14px; line-height: 20px;}

.s2_mid_box{ margin: 30px auto 5px;}
.s2_mid_col{ width: 30%;}
.s2-mid-img{ margin: 0 auto 10px;}
.s2_mid_col p{ font-size: 14px; line-height: 19px;}

.section3{ padding: 30px 0 45px;}
.s3_review_text{ font-size: 14px; line-height: 14px; margin-bottom:12px;}
.s3_review_text img{ width: 86px; margin: -5px 8px 0 0;}
.review_slide_row_otr{ margin-top: 20px; padding: 0 20px;}
.review_slide_row{ row-gap: 20px;}
.review_slide_item{ width: 49%;}

.section4{ padding: 30px 0 35px;}
.s4_block{ margin:25px auto 5px; row-gap: 20px;}
.s4_box{ width:100%;}
.s4_content{ padding: 10px 15px 0;}
.s4_icn_box{ width: 56px; height: 56px; margin: -28px auto 0;}
.s4-box-icn{ width:32px;}
.s4_box_heading{ font-size: 24px; line-height: 29px;}
.s4_box_text{ font-size: 14px; line-height: 21px;}
.s4_reduction_strip{ max-width: 91.25%; padding: 10px 12px;} 
.s4_reduction_strip h3{ font-size: 24px; line-height: 24px;}
.s4_reduction_strip p{ font-size: 14px; line-height: 21px;}

.section5{ padding: 30px 0 35px;}
.s5_block{ margin: 10px auto 0; row-gap: 3px;}
.s5_img_box{ position:relative;}
.s5_img_box:before{ content:''; position:absolute; bottom:-16px; left:50%; margin-left:-0.5px; width:1px; height:36px; background:#D16847;}

.ingredient__faq_section{ padding:0; border:none; border-radius:0; background:none;}
.ingredient__faq_slide_row{ margin-top:25px; padding:5px; border:1px solid #B7B1A6; border-radius:15px; background:#fff;}
.ingredient__accordion{ background: none !important; padding: 0; cursor:none;}
.ingredient__heading{ font-size: 20px; line-height: 26px; margin-bottom:12px;}
.ingredient__acdn_content{ padding: 0 10px 5px 0; margin-top: -2px;}
.ingredient__acdn_strip{ font-size: 12px; line-height: 18px; margin-bottom: 9px; padding: 2px 13px;}
.ingredient__acdn-img{ width: 90px; margin: 0 0 0 13px;}
.ingredient__acdn_para{ font-size: 14px; line-height: 20px; margin-bottom: 15px;}
.ingredient__acdn-img-mob{ margin:0 auto 0; width:100%; border-radius:10px 10px 0 0;}
.ingredient__acdn_content{ padding: 20px 12px 0px; margin-top: 0; display:block !important;}
.ingredient__faq_slide_row:last-child{ border-bottom: 1px solid #B7B1A6;}

.section6{ padding: 30px 0 35px;}
.s6_box{ margin: 25px auto 0; row-gap: 25px;}
.s6_col{ width:100%; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center;}
.s6_col:before{ display:none;}
.s6_col_video_box{ width: 166px; flex-shrink: 0;}
.s6_col_content{ padding-left:14px; text-align:left;}
.s6_col h3{ margin-top:0;}
.s6_video-poster:after{ width: 32px; height: 32px; margin-top: -16px; margin-left: -16px;}
.s6_col_num{ width: 29px; height: 29px; font-size: 15px; line-height: 29px; font-weight: 400; margin: -2px 6px 0 0; border:none;}
.s6_col p{ font-size: 14px; line-height: 22px; margin-top:12px;}
.s6_sub_text{ font-size: 16px; line-height: 23px; margin-top:25px;}

.section7{ padding: 30px 0 35px;}
.compare_box{ width:calc(100% + 24px); margin:95px auto 5px -12px;}
.compare-product{ bottom: 15px; left: 6px;}
.compare-icon{ margin: -60px auto 37px; width: 34px;}
.compare_top{ padding: 10px 13px 10px 47px;}
.compare_list li{ font-size: 12px; line-height: 18px; padding: 7px;}
.compare_col1 .compare_list li{ font-size: 14px; line-height: 20px;}
.compare_top h3{ font-size: 14px; line-height: 18px;}
.compare_col1{ width: 26%;}
.compare_void_col{ width: 1%;}

.section8{padding: 30px 0 35px;}
.result_block{ margin-top: 30px;}
.result_row-nav{ flex-wrap: wrap; column-gap:0; row-gap:10px;}
.result_row-nav-col{ width:49% !important; padding:7px 10px 9px;}
.result_row-nav-col p{ font-size: 14px; line-height: 20px;}

.result_box{ margin: 30px 0 5px;}
.result_row_content{ width:100%;}
.result_row_img_box{ width:100%; margin-top:15px;}
.default-line{ height: 77%;}
.result_row:before{ width: 8px; height: 8px; border: 5px solid #fff;}
.default-line, .draw-line{ left: 8px;}
.result_row{ padding-left: 40px; padding-bottom: 35px;}
.result_row_heading{ font-size: 20px; line-height: 28px;}
.result_points li{ font-size: 14px; line-height: 18px; margin-top: 7px; padding-left: 17px;}
.result_points li:before{ top: 5px; width: 6px; height: 6px;}

#qus-3 .default-line{ height: 78%;}
#qus-4 .default-line, #qus-2 .default-line{ height: 77.5%;}

.section9{ padding: 40px 0 35px;}
.s9_header_box{ display:inline-block; vertical-align:top; width:100%; padding-right:83px; text-align:left; position:relative;}
.doctor-img-mob{ position:absolute; bottom:-110px; right:-15px; width:189px;}
.s9_block{ flex-direction: column-reverse; margin:20px auto 5px; row-gap:20px;}
.s9_left{ width:100%;}
.s9_right{ width:100%; position:relative; z-index:1;}
.doctor_box{ overflow:hidden;}
.doctor_strip{ padding: 11px 15px 10px; margin:0 auto 0; background:#0A182E;}
.doctor_strip_content h3{ color:#fff;}
.doctor_strip_content p{ color:#fff;}
.medical-symbol{ width: 39px;}
.doctor_points li{ padding: 10px 10px 10px; font-size: 11px; line-height: 14px;}
.common_text.top_line{ margin: 15px 0 0; padding: 15px 0; border-bottom: 1px solid #B7B1A6;}

.section10 {padding: 30px 0 50px;}
.s10_block{row-gap: 20px;justify-content: center;margin: 20px auto 0;}
.s10_block_col1 {width: 100%;}
.s10_block_col2 {width: 100%; border: none;padding-left: 0;}
ul.rating-list li{ padding: 8px 0;}
.review-rating {font-size: 36px;line-height: 36px;}
.reviews-star{width:100px;}
.rating-list-txt1{font-size:13px;}
.rating-list-txt2 img{ width: 75px;}
.rating-list-txt2{ font-size: 13px;}
.reviews-text {font-size: 13px;line-height: 22px;}
.s10_text {font-size: 15px;line-height: 35px;margin-top: 25px;}
.s10_text span{ padding:5px 10px;}

.testimonial_box{margin:30px auto 0;}
.testimonial_row {row-gap: 20px;}
.testimonial_column {padding-bottom: 20px;}
.testimonial_star{width:80px;}
.testimonial_paragrapgh{font-size:14px; line-height:22px;}
.testimonial_user_name {font-size: 14px;}

.guarantee-box {margin: 35px auto 0;padding: 25px 10px;}
.guarantee-text {font-size: 14px;line-height: 22px;}
.guarantee-seal {margin: 15px auto -10px; width: 150px;}
.gurantee_box_row{margin:30px auto 0;}
.gurantee_box_col { width: 31.8%; padding: 9px 8px 12px;}
.gurantee_box_col img{ width:36px;}
.gurantee_box_col h3 {font-size: 13px;line-height: 18px;margin-top: 8px;}

.order_section_div{ padding: 0 0 30px;}
.stop-watch{ margin: -27px auto 10px; width: 60px;}
.order_section_div h2{ font-size: 30px; line-height: 38px;}
.order_yellow_strip p{ font-size: 16px; line-height: 16px;}

.section11{ padding:30px 0 35px;}
.s11_left{ width:100%;}
.s11_right{ width:100%; margin-top:20px;}
.s11_right .common_heading{ font-size: 27px; line-height: 32px;}
.package_row{ margin-top: 35px;}
.pkg_verfy_text{ font-size:12px; line-height:15px;}
.pkg_verfy_text img{ width: 69px; margin: -3px 7px 0 0;}
.pkg_verfy_points li{ font-size: 16px; line-height: 22px; margin-top: 10px; padding-left: 31px; background-size: 20px;}
.bundle_heading{ font-size: 20px; line-height: 22px; margin: 30px auto 0;}
.bundle_heading span{ padding: 0 20px;}
.option_row{ padding: 16px 8px 17px;}
.pkg_strip{ width: 96px; font-size: 9px; line-height: 9px;}
.pkg-hdg-text{ font-size: 16px; line-height: 16px;}
.pkg-qty-text{ font-size: 11px; line-height: 15px; margin-top: 5px;}
.pkg_save_strip{ font-size: 10px; line-height: 10px; padding: 6px 7px 6px; width: 71px;}
.pkg-cut-price{ font-size: 13px; line-height: 14px;}
.purchase_priceBx{ width: 18%;}
.pkg-list-price{ font-size: 16px; line-height: 16px;}
.cart_btn_box{ margin-top: 30px;}
.cart_button_order{ font-size: 11px; line-height: 12px; margin-bottom: 17px;}
.cart_common_btn{ height: 55px; font-size: 19px; line-height: 55px;}
.cart_common_btn img{ width: 17px;}
.shipping-card{ width:290px;}	

.section12{padding: 30px 0 35px;}
.faq-box{margin: 10px 0 5px;}
.up-slide-dwn{padding:0 20px;}
.accordion{background-size: 15px !important;padding: 16px 30px 16px 0;font-size: 17px;line-height: 25px;}
.acdn-content{padding: 0 10px 5px 0; margin-top: 15px;}
.acdn-heading.accordion-open {padding-bottom: 16px;}
.acdn-para{font-size: 16px;line-height: 26px;margin-bottom: 15px;}

.footer{ padding:0 0 25px;}
.footer_logo{ margin: 20px auto 20px; width: 145px;}		
.footer_text{ font-size:13px; line-height:19px; margin-top:7px;}	
.footer_text a{ padding: 0 5px; color:#000;}

.align-center-mob{ text-align:center;}

#call-btn{
	padding: 0 15px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width: 100%;
	}
#call-btn .common_button{-webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, .2);box-shadow: 0 0 12px 4px rgba(0, 0, 0, .2);}}
 
}

/*CSS FOR UGC MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:0;
	z-index:-9;
	transition: opacity .2s;
	}
.ugc-modal.active{
	opacity:1;
	z-index: 99;
	}
.video-container{
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:640px;
	background:#000;
	}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}
.video-container iframe{
	width:100%;
	height:100%;
	}
@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}

}



/*SLIDER CSS*/
/* Slider */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	}

.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding:0 0 0;
	}
.s2-featuresBx .slick-list{ padding:20px 0 20px !important;}
.slick-list:focus{outline: none;}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
	}

.slick-slider .slick-track, .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
	}
.slick-track:after{clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	}

[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
	}
.slick-arrow.slick-hidden { display: none;}


/* Arrows */
.slick-prev, .slick-next, .s4-list .slick-prev, .s4-list .slick-next{
    position: absolute;
    top: 38%;
    display: block;
    padding: 0;
    outline: none;
    border: none;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 9px !important;
	}
.slick-prev{
    left: -60px;
    background: url(prev.webp) no-repeat center center #fff;
	}
.slick-next{
	right:-60px;
	background: url(next.webp) no-repeat center center #fff;
	}
	


/*============dots=======*/
ul.slick-dots{
	width:100%;
	text-align:center;
	margin-top:20px;
	}
ul.slick-dots li{
	display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    cursor: pointer;
    width: 11px;
    padding: 0;
    border: none;
    border-radius: 50%;
	text-align:center;
	float:none;
	cursor:pointer;
	}
ul.slick-dots li button{
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
	text-indent: -9999px;
	display: block;
	outline:none;
	border:1px solid #B7B1A6;
	padding:0;
	cursor:pointer;
	}	
ul.slick-dots li.slick-active button{ background:#D16847; border:none;}

/*=======section8_block===========*/
.testimonial_row .slick-prev, .testimonial_row .slick-next{
	top:50%;
	width:55px;
	height:55px;
    background-size:100% !important;
	margin-top:-28px;
	box-shadow:none;
	}
.testimonial_row .slick-prev{
	left:-60px;
	background: url(pkg-prev.webp) no-repeat center;
	}
.testimonial_row .slick-next{
	right:-60px;
	background: url(pkg-next.webp) no-repeat;
	}	
.testimonial_row .slick-slide{ margin:10px 14px;height:auto;}
.testimonial_row .slick-track{ display:flex;}
.testimonial_row .slick-slide > div{ display:flex; flex-wrap: wrap; height:100%;}


/*/PACKAGE SLIDER/*/
.pakge_slide_img{
    display: block;
    width:100%;
    height: 100%;
    margin: 0 auto;
	max-width:100%;
	border-radius:10px;
	}
.package_slider_nav{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
	}
.package_slider_nav .slick-slide{
	margin:0 3px;
    display:inline-block;
    float: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
	padding:0;
	opacity:0.6px;
	border:2px solid transparent;
	}
.package_slider_nav img{
    display: block;
    max-width:100%;
    margin:0 auto 0;
	border-radius:5px;
	border:2px solid #ddd;
	}
.package_slider_nav .slick-slide.slick-current{
	opacity:1;
	}
.package_slider_nav .slick-slide.slick-current img{ border-color:#D16847;}
.package_slider .slick-prev, .package_slider .slick-next{
	top:50%;
	width:55px;
	height:55px;
    background-size:100% !important;
	margin-top:-28px;
	box-shadow:none;
	}
.package_slider .slick-prev{
	left:-30px;
	background: url(pkg-prev.webp) no-repeat center;
	}
.package_slider .slick-next{
	right:-30px;
	background: url(pkg-next.webp) no-repeat;
	}	


@media only screen and (max-width:1200px){
.slick-prev{ left: 0;}
.slick-next{ right:0;}

.testimonial_row .slick-prev{left:-15px;}
.testimonial_row .slick-next{right:-15px;}

}
@media only screen and (max-width:1021px){

.testimonial_row .slick-prev, .testimonial_row .slick-next{ width:35px; height:35px; background-size:6px;background-position: 50% center;}
.testimonial_row .slick-prev{left:-5px;}
.testimonial_row .slick-next{right:-5px;}


.package_slider .slick-prev, .package_slider .slick-next{ width: 45px; height: 45px;}
.package_slider .slick-prev{ left:-20px;}
.package_slider .slick-next{ right:-20px;}
}

@media only screen and (max-width:767px){
	
.slick-prev{ left: -10px;}
.slick-next{ right:-10px;}

.header_strip_points .slick-slide{ margin:0 9px;}

.review_block .slick-slide{ margin: 10px 10px; max-width: 290px; height:auto;}

.testimonial_row ul.slick-dots li{width: 10px;}
.testimonial_row ul.slick-dots li button { width: 10px;height: 10px;}


.package_slider_nav .slick-slide{ border:none;}
.package_slider .slick-prev, .package_slider .slick-next{ width: 45px; height: 45px;}
.package_slider .slick-prev{ left:-15px;}
.package_slider .slick-next{ right:-15px;}

.package_slider_nav .slick-slide{ margin:0 4px;}	

}
