@charset "utf-8";

/*====CSS Document====*/


.custom-list li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
  }

  .custom-list li::before {
    content: "•"; /* Custom bullet */
    position: absolute;
    left: 0;
    color: blue;
  }




body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Fira Sans';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Fira Sans';
	src: url('FiraSans-Regular.woff2') format('woff2'),
	url('FiraSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Fira Sans';
	src: url('FiraSans-SemiBold.woff2') format('woff2'),
	url('FiraSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Fira Sans';
    src: url('FiraSans-Bold.woff2') format('woff2'),
	url('FiraSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*========Header========*/	
.header{
	float:left;
	width:100%;
	box-shadow:0 1px 9px 0 rgba(0,0,0,0.1);	
	-webkit-box-shadow:0 1px 9px 0 rgba(0,0,0,0.1);	
	padding:24px 0 22px;
	}		
.logo{
	display:inline-block;
	vertical-align:middle;
	width:138px;
	}	

/*-------COMMON-CSS-------*/	
.common_heading{
	color:#000000;
	font-size:32px;
	line-height:40px;
	font-weight:bold;
	border-top:3px solid #323a54;
	border-bottom:1px solid #323a54;
	padding:12px 50px 15px;
	margin-top:60px;
	}	
.common_heading.margin-top-0{margin-top:0;}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	text-align:left;
	margin-top:25px;
	}
.common_paragraph .bold{font-weight:bold;}	
.common_paragraph .highlight_text{
    line-height:31px;
	padding:0 5px;
	box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	background:#fff584;
	}
.common_image{
    display:inline-block;
    vertical-align:middle;
	width:95%;
	border:3px solid #ffffff;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    margin-top:35px;
	}
.common_image2{
	display:inline-block;
    vertical-align:middle;
	width:100%;
	margin-top:35px;
	}
.common_image3{
	display:inline-block;
    vertical-align:middle;
	border:3px solid #ffffff;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	}
.common_image.margin-top-0{margin-top:0;}
.link_text{
	color:#0167ff;
	text-decoration:underline;
	}
.button_box{
    display:inline-block;
    vertical-align:middle;
    max-width:512px;
	width:100%;
	text-align:center;
	margin-top:40px;
	}	
.offer_text{
	display:inline-block;
    vertical-align:middle;
	color:#000;
    font-size:17px;
    line-height:21px;
	letter-spacing:0.3px;
	background:#fffcdf;
    border:1px solid #e8ce9f;
    padding:8px 15px;
    border-radius:5px;
	position:relative;
	animation:jump ease-in-out 1.5s infinite;
	margin-bottom:10px;
	}
.offer_text span{
	color:#10ba14;
	font-weight:bold;
	text-transform:uppercase;
	}
.offer_text:after{
	content:"";
	position: absolute;
    left:37px;
    width:10px;
    height:10px;
    bottom:-6px;
    border-right:1px solid #e8ce9f;
    border-top:1px solid #e8ce9f;
    transform:rotate(137deg);
    background:#fffcdf;
	}
@keyframes jump{
	0%{transform: translateY(0);}
	50%{transform: translateY(-10px);}
	100%{transform: translateY(0);}
	}		
.dot_animate{
	animation:breath 1s ease-in-out infinite;
	}
@keyframes breath{
	0%{opacity:1;}
	30%{opacity:0;}
	100%{opacity:1;}
	}	
.common_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
    color:#ffffff;
    font-size:32px;
	line-height:32px;
    font-weight:bold;
    text-align:center;
	border-radius:6px;
	text-shadow:0 2px 1px #7e7a7a;
	background:#12a44d;
	box-shadow:0 3px 4px 1px rgb(203, 235, 216);
    -webkit-box-shadow: 0 3px 4px 1px rgb(203, 235, 216);
	padding:22px 0;
	cursor:pointer;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -10px 0 15px;
	width:14px;
	}		

/*-------Main-Section-------*/	
.main_section{
	float:left;
	width:100%;
	padding:45px 0;
	}
.section_content{
	float:left;
	width:100%;
	}
	
/*-------left-Section-------*/
.left_section{
	float:left;
	width:64.36%;
	}	
.tag_box{
	float:left;
	width:100%;
	text-align:left;
	}
.tag_box li{
	display:inline-block;
	vertical-align:middle;
	color:#000000;
	font-size:14px;
	line-height:14px;
	border-radius:5px;
	text-align:left;
	border:1px solid #cbcbcb;
	background:#ffffff;
	padding:9px 9px 7px;
    margin-right:10px;
	}
.tag_box li:last-child{
    margin-right:0;
	}
.tag_icon_image{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 6px -1px 0;
	width:15px;
	}
.main_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:43px;
	line-height:53px;
	text-align:left;
	font-weight:bold;
	margin-top:15px;
	}	
.main_paragraph{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:28px;
	text-align:left;
	font-weight:600;
	margin-top:10px;
	}
.author_box_list{
	float:left;
	width:100%;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding:12px 0 11px;
	margin:20px 0;
	}
.author_box_list li{
	float:left;
	width:40%;
	text-align:left;
	border-right:1px solid #e4e4e4;
	padding-left:70px;
	position:relative;	
	}
.author_box_list li:last-child{border-right:none;}
.author_image{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:10px;
	width:50px;
	border-radius:50%;
	}
.author_paragraph{
	color:#3f3f3f;
	font-size:14px;
	line-height:22px;
	}
.author_paragraph span{
	color:#000000;
	font-size:16px;
	font-weight:600;
	}
.author_box_list li:nth-child(2){
	width:55%;
	padding-left:105px;
	}	
.author_box_list li:nth-child(2) .author_image{left:35px;}
.site_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f8f8f8;
	padding:15px 20px;
	margin-top:30px;
	}	
.site_box p{
	color:#515151;
	font-size:15px;
	line-height:25px;
	text-align:left;
	}
ul.top_moisturizer_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	}
ul.top_moisturizer_list li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:40px;
	margin-top:18px;
	position:relative;
	}
.top_moisturizer_number{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display:flex;
	justify-content:center;
	width:26px;
	height:26px;
	background:#323a54;
	border-radius:50%;
	color:#ffffff;
    font-size:15px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	}
.top_moisturizer_link{
	color:#0167ff;
	font-size:19px;
	line-height:23px;
	text-decoration:underline;
	}
.product_section{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.product_box{
	float:left;
    width:100%;
	border:1px solid #bec6de;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	margin-top:40px;
	overflow:hidden;
	}
.top_product{border:1px solid #323a54;}
.product_box_bottom{
	float:left;
    width:100%;
	padding:40px 33px 40px;
	}
.product_box_heading{
	float:left;
    width:100%;
	text-align:left;
	background:#ecf0ff;
	padding:24px 10px 24px 65px;
	position:relative;
	}
.top_product .product_box_heading{background:#323a54;}
.product_box_heading p{
	color:#000000;
	font-size:23px;
	line-height:23px;
	font-weight:bold;
	}
.top_product .product_box_heading p{
	color:#ffffff;
	font-size:25px;
	line-height:25px;
	}
.product_box_heading p span{
	position:absolute;
	top:22px;
	left:20px;
	font-size:28px;
	}
.top_product .product_box_heading p span{font-size:30px;}
.product_box_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	float:left;
    width:100%;
	}
.product_box_column1{
    width:45%;
	}
.product_box_column2{
    width:51%;
	}
.product_image_box{
	float:left;
    width:100%;
	position:relative;	
	}
.product_image{
	display:inline-block;
	vertical-align:middle;
	}
.top_product .product_image{margin-top:36px;}
.offer_tag{
	position:absolute;
	top:3px;
    right:38px;
	width:81px;
	}
.product_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#0b78ff;
	font-size:21px;
	line-height:26px;
	font-weight:600;
	text-decoration:underline;
	margin-top:30px;
	cursor:pointer;
	}
.product_box_text{
	color:#000000;
	font-size:18px;
	line-height:26px;
	text-align:left;
	margin-top:20px;
	}
.product_box_text.margin-top-0{margin-top:0;}
.pros_cons_content{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	float:left;
	width:100%;
	margin-top:40px;
	}
.pros_cons_box{
	width:48%;
	text-align:left;
	padding:20px 15px;	
	}
.pros_box{background:#efffeb;}
.cons_box{background:#fff3f3;}
.pros_cons_heading{
	color:#010233;
	font-size:19px;
	line-height:23px;	
	font-weight:600;	
	border-bottom:1px solid #e3e2e2;
	padding-bottom:15px;
	}
.pros_box .pros_cons_heading{color:#08b233;}
.cons_box .pros_cons_heading{color:#fa4141;}
ul.pros_cons_list{
	float:left;
	width:100%;
	margin-top:5px;
	}
ul.pros_cons_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:17px;
    line-height:25px;
	text-align:left;
    background: url(../images/tick.png)no-repeat left 6px;
	background-size:13px;
    padding-left:25px;	
	margin-top:15px;
	}
.cons_box ul.pros_cons_list li{background: url(../images/cross.png)no-repeat left 6px; background-size:11px;}   

.testimonial_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-top:10px;
	}
.testimonial_column{
	width:48%;
	border:1px solid #323a54;
	background:#ffffff;
	text-align:left;
	border-radius:10px;
	padding:30px 36px 30px 25px;
	margin-top:30px;
	position:relative;
	}
.testimonial_quote{
	position:absolute;
	top:-20px;
	right:30px;
	width:40px;
	border-radius:50%;
	}
.testimonial_star{
	display:block;	
	width:93px;
	}
.testimonial_paragraph{
	color:#000000;
	font-size:18px;
	line-height:26px;
	font-style:italic;
	min-height:208px;
	margin-top:12px;	
	}
.testimonial_user_name{
	color:#434343;
	font-size:14px;
	line-height:14px;
	margin-top:25px;		
	}
.testimonial_user_name span{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	}
.testimonial_verify_tick{
	display:inline-block;
    vertical-align:middle;
    width:14px;
    margin:-4px 5px 0 7px;
	}
.read_more_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#1784ea;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	letter-spacing:-0.5px;
	text-decoration:underline;
	margin-top:40px;
	cursor:pointer;	
	}
.before_after_image_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:50px 0 15px;
	position:relative;
	}
.arrow_icon{
	position:absolute;
	top:-50px;
	left:50%;
	transform:translateX(-50%);
	width:97px;
	}
.seal{
	float:right;
	margin:-20px 17px 0 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;	
	max-width:830px;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
	border:2px solid #f0f0f0;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	margin-top:15px;
	}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat right 3% center;
    padding:30px 50px 25px 30px;
	color:#1f1f1f;
    font-size:21px;
    line-height:21px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat right 3% center;
	}
.acdn-content{
	float:left;
    width:100%;
    padding:0 50px 25px 30px;
	}
.acdn-para{
	float:left;
    width:100%;
	color:#000;
    font-size:18px;
    line-height:28px;
	letter-spacing:0.5px;
	}	
ul.faq_list{
	float:left;
	width:100%;
	margin-top:10px;
	padding-left:20px;
	}
ul.faq_list li{
	float:left;
	width:100%;
	color:#000;
    font-size:18px;
    line-height:26px;
	letter-spacing:0.5px;
	margin-top:15px;
	position:relative;
	list-style:disc;
	padding-left:5px;
	}
ul.list-style-dec li{ list-style:decimal;}
	
/*========Right-Section========*/
.right_section{
	float:right;
	width:30%;
	}
.order_box{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:10px;
	border:1px solid #1b7dd8;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	margin-top:10px;
	overflow:hidden;
	}
.sticky_order_box{
	float:right;
	width:30%;
	margin-top:30px;
	}
.sticky{
	top:30px;
	position: -webkit-sticky;
	position: sticky;
	}
.order_box_top{
	float:left;
	width:100%;
	background:#1b7dd8;
	padding:15px 10px;
	}
.order_box_title{
    color:#ffffff;
    font-size:24px;
    line-height:24px;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.order_box_bottom{
	float:left;
	width:100%;
	padding:20px 25px 30px;
	}
.brand-logo{
	display:block;
	margin:0 auto;
	widtH:98px;
	}
.order_box_heading{
	color:#020303;
	font-size:22px;
	line-height:24px;
	letter-spacing:0.4px;
	font-weight:600;
	margin-top:12px;	
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	max-width:310px;
	width:100%;
	margin-top:25px;
	position:relative;
	}
.order_product_image{
	display:inline-block;
	vertical-align:middle;
	width:218px;
	}
.order_seal{
	position:absolute;
    top:-15px;
    right:50px;
	width:57px;
	}
ul.order_box_list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.order_box_list li{
	float:left;
	width:100%;
	color:#000000;
    font-size:16px;
    line-height:24px;
	text-align:left;
	background:url(../images/tick.png) no-repeat left 7px;
	background-size:12px;
	padding-left:22px;
	margin-top:10px;
	}
.order_box .button_box{max-width:245px; margin-top:25px;}
.order_box .common_button{font-size:23px; line-height:23px; padding:15px 0 17px;}
.key_point_box{
	float:left;
	width:100%;
	text-align:left;
	background:#ffffff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	padding:22px 30px 25px 25px;
	margin-top:30px;	
	}
.key_point_box_heading{
	color:#020303;
	font-size:24px;
	line-height:34px;
	font-weight:600;	
	border-bottom:1px solid #c5c5c5;
	padding-bottom:12px;
	}
.key_point_box_paragraph{
	color:#2d2d2d;
	font-size:15px;
	line-height:22px;
	margin-top:18px;
	}
ul.key_point_list{
	float:left;
	width:100%;
	margin-top:14px;	
	}
ul.key_point_list li{
	float:left;
	width:100%;
	color:#000000;
    font-size:16px;
    line-height:24px;
	text-align:left;
	background:url(../images/black-tick.png) no-repeat left 7px;
	background-size:12px;
	padding-left:22px;
	margin-top:6px;
	}
	
/*========Article-Section========*/
.article_section{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.article_section_heading{
	color:#000000;
    font-size:30px;
    line-height:55px;
	font-weight:bold;
	text-align:left;
	padding-bottom:15px;
    border-bottom:3px solid #287cf0;
	}
.article_row{	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
    width:100%;
	}
.article_column{
	width:31%;
	text-align:left;
	margin-top:40px;
	}
.article_column_image{
	display:inline-block;
	vertical-align:middle;
	border-radius:12px;
	width:360px;
	}
.article_column_heading{
	color:#000000;
    font-size:22px;
    line-height:30px;
	font-weight:600;
	margin-top:16px;
	}
    

    
/*========footer===
.footer{
	float:left ;
	width:100%;
	border-top:1px solid #dbdbdb;
	padding:45px 0;
	}
	.footer_space{
		
		padding-top:10px;
		padding-bottom: 4px;
		}

.footer_text{
	color:#000000;
	font-size:16px;
	font-family:'Trebuchet MS', arial;
	line-height:24px;
	letter-spacing:0.5px;
	}
.footer_text.margin_top{margin-top:15px;}
.footer_text a{padding:0 5px;}	
=======*/

.footer {
	
	padding: 40px 20px;


	font-family: 'Trebuchet MS', sans-serif;
  }

  .left-align {
	text-align: left;
	align-items: center;
  }

  .social img {
	opacity: 0.8;
	width:;
  }
  
  .footer-button {
	display: inline-block;
	padding: 10px 20px;
	width:40%;
	margin: auto;
	
	background-color: #ffffff;
	border-color: #868686;
	text-decoration: none;
	font-size: 14px;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;
	font-weight: bold;
	transition: background-color 0.3s ease;
  }
  
  .footer-button:hover {
	background-color: #a4a4a4;
  }

  .footer-container {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d7d7d7;
	justify-content: space-between;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
  }
  
  .footer-column {
	flex: 1;
	min-width: 220px;
  }
  
  
  .footer-column h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
  }
  
  .footer-column a {
	display: block;
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 14px;
  }
  
  .footer-column a:hover {
	text-decoration: underline;
  }
  
  .footer-bottom {
	text-align: center;
	font-size: 10px;
	color: #666;
	margin-top: 30px;
  }


/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab, .hide-1200{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.common_heading{padding:12px 25px 15px;}

.left_section{width:66%;}
.main_heading{font-size:37px; line-height:47px;}
.author_box_list li {width:45%;}
.site_box{padding:15px 35px 15px 20px;}

.product_box_heading p{font-size:23px; line-height:29px;}
.product_box_heading{padding:20px 46px 20px 65px;}
.product_box_heading p span{top:20px;}
.testimonial_column{padding:30px 25px;}
.testimonial_paragraph{min-height:234px;}
.seal{margin:0 10px 0 0;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.common_heading{font-size:30px; line-height:38px; padding:12px 10px 15px; margin-top:35px;}
.common_paragraph{font-size:17px; line-height:26px; letter-spacing:0.3px;}
.common_image{margin-top:25px;}
.common_image2{margin-top:25px;}
.button_box{margin-top:25px;}
.offer_text{font-size:15px; line-height:21px; padding:6px 10px;}
.common_button{font-size:28px; line-height:28px; padding:18px 0 19px;}

.header{padding:16px 0 14px;}
.logo{width:130px;}

.main_section{padding:40px 0;}
.left_section{width:64%;}
.main_paragraph{font-size:17px; line-height:25px;}

.author_box_list{padding:12px 0 10px;margin:15px 0 20px;}
.author_box_list li{width:45%; padding-left:45px;}
.author_box_list li:nth-child(2){padding-left:65px;}
.author_image{left:0; width:40px;}
.author_box_list li:nth-child(2) .author_image{left:15px;}
.author_paragraph{font-size:12px; line-height:20px;}
.author_paragraph span{font-size:13px;}

.site_box{padding:15px 15px; margin-top:25px;}
.site_box p{font-size:13px; line-height:21px;}

ul.top_moisturizer_list{margin:10px 0 5px;}
ul.top_moisturizer_list li{margin-top:10px;}
.top_moisturizer_number{width:25px; height:25px;}
.top_moisturizer_link{font-size:17px; line-height:25px;}

.product_box{margin-top:30px;}
.product_box_heading p{font-size:22px; line-height:28px;}
.top_product .product_box_heading p span{top:19px;}
.product_box_bottom{padding:30px 20px;}

.product_box_column1{width:100%;}
.top_product .product_image_box{float:none; display:inline-block; vertical-align:middle; max-width:300px; widtH:100%;}
.top_product .product_image{margin-top:10px;}
.offer_tag{top:-12px; right:5px;}
.product_button{font-size:20px;}
.product_box_column2{width:100%; margin-top:25px;}
.product_box_text{font-size:17px; line-height:25px;}

.pros_cons_content{margin-top:10px;}
.pros_cons_box{width:100%; margin-top:15px;}
.pros_cons_heading{font-size:18px; line-height:24px;padding-bottom:15px;}
ul.pros_cons_list li{font-size:15px; line-height:23px; background-position:left 7px; background-size:13px; padding-left:22px; margin-top:12px;}

.testimonial_column{width:49%; padding:25px 15px;  margin-top:20px;}
.testimonial_quote{top:-15px; right:20px; width:30px;}
.testimonial_star{width:80px;}
.testimonial_paragraph{font-size:17px; line-height:25px; min-height:275px; margin-top:12px;}
.testimonial_user_name{font-size:13px; line-height:13px;}
.testimonial_user_name span{font-size:15px;}

.read_more_button{font-size:18px; line-height:26px; margin-top:30px;}
.before_after_image_box{margin:30px 0 0;}
.arrow_icon{top:-35px; width:80px;}
.seal{margin:0 0; width:150px;}
.faq-container{margin-top:15px;}
.accordion{font-size:20px; line-height:26px; padding:20px 50px 20px 20px;}
.acdn-content{padding:0 50px 25px 20px;}
.acdn-para{font-size:17px; line-height:25px;}
ul.faq_list{margin-top:5px;}
ul.faq_list li{font-size:17px; line-height:25px;}

.right_section{width:33%;}
.order_box_title{font-size:22px; line-height:22px;}
.order_box_bottom{padding:20px 15px 25px;}
.order_box_heading{font-size:20px;}
.order_product_box{max-width:165px;}
.order_seal{top:-10px; right:-15px; width:50px;}
ul.order_box_list{margin-top:12px;}
ul.order_box_list li {font-size:15px; line-height:23px;}
.order_box .common_button{font-size:22px; line-height:22px; padding:14px 0 17px;}
.order_box .button_box{max-width:245px; margin-top:15px;}
.sticky_order_box{width:33%; margin-top:25px;}
.key_point_box_heading{font-size:20px; line-height:30px;}
.key_point_box{padding:20px 15px; margin-top:25px;}
ul.key_point_list{margin-top:10px;}
ul.key_point_list li{font-size:15px; line-height:23px;}

.article_section{padding:40px 0;}
.article_section_heading{font-size:36px; line-height:44px;}
.article_column{margin-top:35px;}
.article_column_heading{font-size:21px; line-height:29px; margin-top:15px;}

.footer{padding:55px 0;}
.footer_text{font-size:14px; line-height:22px;}
}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.common_heading{font-size:22px; line-height:30px; padding:12px 0 15px; margin-top:30px;}
.common_paragraph{font-size:16px; line-height:25px; margin-top:20px;}
.common_image{margin-top:20px;}

.offer_text{font-size:11px; line-height:19px; padding:4px 6px;}
.common_button{font-size:24px; line-height:24px; letter-spacing:0.3px; padding:17px 0 19px;}
.button_arrow{margin:-2px -5px 0 10px; width:10px;}

.header{padding:13px 0 10px;}
.logo{width:120px;}

.main_section{padding:25px 0;}
.left_section{width:100%;}
.tag_box li{font-size:13px; line-height:13px; padding:8px 10px 8px 8px; margin-right:5px;}
.tag_icon_image{margin:-5px 6px -1px 0; width:14px;}

.main_heading{font-size:30px; line-height:38px; margin-top:12px;}
.main_paragraph{font-size:16px; line-height:24px; letter-spacing:0.5px;}

.author_box_list{border-bottom:none; margin:13px 0 8px;}
.author_box_list li{padding-left:45px;}
.author_box_list li:nth-child(2){width:50%; padding-left:65px;}
.author_image{left:0; width:40px;}
.author_box_list li:nth-child(2) .author_image{left:15px;}
.author_paragraph{font-size:11px; line-height:15px;}

.site_box{padding:10px 21px 10px 15px; margin:25px 0 5px;}
.site_box p{font-size:12px; line-height:20px;}

ul.top_moisturizer_list{margin:10px 0 0;}
ul.top_moisturizer_list li{padding-left:35px;}
.top_moisturizer_number{width:23px; height:23px; font-size:14px;}
.top_moisturizer_link{font-size:16px; line-height:25px; letter-spacing:0.3px;}

.product_box_heading{padding:20px 10px 20px 50px;}
.product_box_heading p{font-size:20px; line-height:26px;}
.top_product .product_box_heading p{font-size:20px; line-height:20px;}
.product_box_heading p span, .top_product .product_box_heading p span{font-size:26px; left:13px;}

.product_box_bottom{padding:25px 15px;}
.top_product .product_image{margin:10px auto 0;}
.product_button{font-size:18px; line-height:24px; margin-top:25px;}
.product_box_text{font-size:16px; line-height:25px; letter-spacing:0.3px; margin-top:15px;}
.pros_cons_heading{padding-bottom:12px;}

.mob_common_image2{display:inline-block; vertical-align:middle; margin:20px 0 0;}

.testimonial_row{margin-top:0;}
.testimonial_column{width: 100%; padding:22px 15px; margin-top:25px;}
.testimonial_paragraph{font-size:16px; letter-spacing:0.3px; min-height:auto; margin-top:15px;}
.read_more_button{font-size:16px; line-height:24px; margin-top:22px;}
.before_after_image_box{margin:35px 0 5px;}
.arrow_icon{width:70px;}
.seal{margin:17px -10px 0 7px; width:120px;}

.faq-container{margin-top:10px;}
.accordion{background-position:right 5% center; padding:15px 45px 13px 18px; font-size:18px; line-height:25px;}
.acdn-heading.accordion-open{background-position:right 5% center;}
.acdn-content{padding:0 20px 20px 18px;}   
.acdn-para{font-size:16px; line-height:26px; letter-spacing:0.5px;}
ul.faq_list li{font-size:16px; line-height:26px;}

.article_section{padding:25px 0 30px;}
.article_section_heading{font-size:25px; line-height:33px; padding-bottom:12px; border-bottom:2px solid #287cf0;}
.article_column{width:100%; margin-top:30px;}
.article_column_image{border-radius:10px; width:100%;}
.article_column_heading{font-size:22px; line-height:28px; margin-top:12px;}

.sticky {top:0; position:relative;}

.footer{padding:45px 0;}
.footer_text{font-size:12px; line-height:23px;}
.footer_text a{padding:0 3px;}
.footer-container {
		
		padding-top:50px;
		padding-bottom: 4px;
		}

}



