@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: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: 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;
	}
/*====Fonts====*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
    url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
    url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
    url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
    url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*=====================*/
/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----Header------*/
.header{
	float:left;
	width:100%;
	background:#000;
	padding:23px 0;
	}
.header_logo{
	float:left;
	}
/*=======COMMON-CSS======*/	
.common_heading{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
	color: #000000;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-top:50px;
	}
.common_text{
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-top: 30px;
	letter-spacing: -0.2px;
	}
.mt_0{margin-top:0 !important;}
.comn_sub_text{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-top:25px;
	}
.link-text {
    color: #0000ee;
    text-decoration: underline;
	font-weight:bold;
	}
	
/*======section1======*/
.main_section{
    float: left;
    width: 100%;
    padding:35px 0 80px;
	}
.section_content{
	float:left;
	width:100%;
	}
	
/*-------left-Section-------*/
.left_section{
    float: left;
    width:69.55%;
	}	
.nav_text{
	font-size:15px;
	line-height:21px;
	color:#757575;
	font-weight:400;
	text-align:left;
	}
.padding_lft{ padding-left:0 !important;}
.nav_text a{ padding:0 6px;}

.main_heading{
    font-size: 46px;
    line-height: 55px;
	color:#000;
    font-weight:bold;
	letter-spacing: -0.6px;
	text-align: left;
	margin-top:6px;
	}
.author_box {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin: 18px auto 0;
    padding:15px 0 18px;
	text-align: left;
	border-top:1px solid #c0c0c0;
	}
.author_row {
    padding-right:10px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.authorbx_text {
	font-size:15px;
	line-height:21px;
	color:#000;
	font-weight:400;
    padding-left:8px;
	}
.pd_lft{ padding-left:0;}
.authorbx_text span{
	color:#5c5c5c;
	}
.blue_tick {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 8px;
	}
	
.common_img{
	display:block;
	margin:30px auto 0;
	}
.border{
	border:2px solid #000;
	border-radius:13px;
	}
.common_img.comn_img1{ margin-top:0;}
ul.img_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin:45px auto 0;
	}	
ul.img_list li{
	width:23.57%;
	}
ul.img_list li img{
	display:block;
	margin:0 auto;
	border-radius:6px;
	}
.heading_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#222222;
	padding:15px 11px;
	text-align:left;
	margin-top:45px;
	}
.heading_bx .common_heading{
	line-height:40px;
	color:#fff;
	font-weight:bold;
	margin-top:0 !important;
	border-bottom:none;
	padding:0;
	}
.reason_head{
	font-size:32px;
    line-height: 40px;
    font-weight:700;
    color:#000000;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-top:60px;
	}
.reason_box{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin:35px auto 0;
	}
.reason_imgbx{
	width:46%;
	}
.reason_imgbx img{
	display:block;
	margin:0 auto;
	border:1px solid #d0d0d0;
	border-radius:10px;
	height: 373px;
    object-fit: cover;
	}
.reason_contbx{
	width:50.70%;
	}
.flex_direction{flex-direction: row-reverse;}

.small_image1{ margin:35px 0 0 25px;}
.shadow{
	border:3px solid #fff;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 2px rgba(0,0,0,0.1);
	border-radius:15px;
	}
.small_image2{
	margin:35px 30px 0 0;
	}
.margin_60{ margin-top:60px;}
.risk_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top: 60px;
	border:2px solid #23004e;
	border-radius:15px;
	position:relative;
	overflow:hidden;
	}
.risk_bx_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:15px;
	background:#23004e;
	}
.risk_bx_hdng{
	font-size:35px;
	line-height:41px;
	color:#fff;
	font-weight:800;
	}
.risk_bx_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:30px 230px 45px 25px;
	}
.risk_imgbx{
	position:absolute;
	top: 50%;
    right:55px;
    margin-top: -180px;
	}
.risk_imgbx_inr{
	display: inline-block;
    vertical-align: top;
    position: relative;
	}
.product_img{
	display:block;
	margin:0 auto;
	width:120px;
	}
.seal_img{
	position:absolute;
	top: 60px;
    left: -47px;
    width: 102px;
	}
.prod_img{
	display:block;
	margin:10px auto 0;
	}
.fs_20{ font-size:20px;}
.option_wrp{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.option_wrp_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:35px;
	text-align:left;
	}
.option_txt{
	display:inline-block;
	vertical-align:top;
	background:#000000;
	padding:6px 12px 9px;
	font-size:20px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	border-radius:4px;
	}
.small_image3{ margin: 30px 0 0 0;}
ul.opt_wrp_inr_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:380px;
	}
ul.opt_wrp_inr_list li{
	display: inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin-top:35px;
	padding-left:40px;
	position:relative;
	}
ul.opt_wrp_inr_list li:before{
    content: '';
    position: absolute;
  	top: 50%;
    left: 0;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #23004e;
    box-shadow: 0 0 0 4px rgb(224, 219, 230);
    -webkit-box-shadow: 0 0 0 4px rgb(224, 219, 230);
	z-index: 1;
	}
ul.opt_wrp_inr_list li:after{
	content:'';
	position:absolute;
	top: 20px;
    left: 5px;
    bottom: -45px;
    border-left: 2px dotted #a083c3;
	}
ul.opt_wrp_inr_list li:last-child:after{ display:none;}


.testi_blk{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.testi_bx{
	display: inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	border:1px solid #bcbcbc;
	padding:25px 35px;
	text-align:left;
	}
.testi_bx h3{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.testi_star{
	margin-top:10px;
	width:90px;
	}
.testi_txt{
	font-size:17px;
	line-height:23px;
	color:#3e3e3e;
	margin-top:15px;
	}
.testi_name_bx{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin:30px auto 0;
	}
.name_imgbx{
	width:52px;
	}
.name_imgbx img{
	display:block;
	margin:0 auto;
	border-radius:50%;
	}
.name_contbx{
	width:calc(100% - 52px);
	padding-left:15px;
	}
.name_txt{
	font-size:17px;
	line-height:22px;
	color:#000;
	font-weight:600;
	}
.vrfy_txt{
	font-size:13px;
	line-height:18px;
	color:#707070;
	margin-top:3px;
	}
.vrfy_icn{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
	}
a.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:500px;
	background:#23ac09;
	height:65px;
	font-size:27px;
	line-height:65px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:60px;
	border-radius:10px;
	text-transform:uppercase;
	box-shadow:0 5px 8px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 8px 2px rgba(0,0,0,0.2);
	}
.btn_arw{
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 15px;
	}

.review_box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap: wrap;
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	padding:0 38px;
	margin-top:30px;
	}
.people_col_row{
	width:100%;
	position:relative;
	margin-top:40px;
	padding-left:45px;
	}
.people_comnt_img{
	position:absolute;
	left:0;
	top:2px;
	border-radius:50%;
	box-sizing:content-box;
	width:40px;
	}
.people_comment{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:20px 20px;
	border-radius:10px;
	background:#f0f2f5;
	position:relative;
	text-align:left;
	}
.comment_people_name{
	font-size:16px;
	line-height:28px;
	color:#333;
	font-weight:bold;
	}
.comment_text{
	color:#333;
	font-size:16px;
	line-height:22px;
	}
.cmnt_fire{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 5px;
	}
.people_comment_react{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items: center;
	margin-top:8px;
	padding:0 0 0 15px;
	}
.comment_like_rep_day{
	float:left;
	width:70%;
	font-size:13px;
	line-height:13px;
	color: #333;
	font-weight:500;
	text-align:left;
	}
.comment_like_rep_day span{ padding:0 20px 0 0;}
.comment_like_rep_day span.bold_text{ font-weight:600;}
.comment_like_rep_count{
	float:right;
	width:13%;
	font-size:13px;
	line-height:18px;
	}
.commnt_like{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 5px;
    width:16px;
    box-shadow:0px 0px 0px 2px #fff;
    border-radius:50%;
	}
.like_icon{
	position:relative;
	z-index:1;
	margin:-1px -12px 0 5px;
	}
.heart_icon{ margin-top:-2px;}

/*====Right Slide====*/
.right_section{
	float:right;
	width:26%;
	position:sticky;
	top:20px;
	}
.order_box{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	padding:18px 25px 25px; 
	overflow:hidden;
	margin-top:15px;
	}	
.order_box_heading{
    color:#000000;
    font-size:28px;
    line-height:36px;
    font-weight:bold;
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	max-width:264px;
	width:100%;
	margin-top:25px;
	position:relative;
	}
.order_product_image{
	display:block;
	margin:0 auto;
	width:172px;
	}
.order_tag{
    position:absolute;
    top:55px;
    left:35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width:52px;
    height:52px;
    background:url(../images/offer-tag-bg.webp) no-repeat center top;
    background-size:52px;
    color:#ffffff;
    font-size:14px;
    line-height:14px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:-1px;
    padding-top:0;
	}		
.order_box .common_button{
    background: #24ad09;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-top:18px;
    border-radius: 8px;
    text-transform: none;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
	}
.order_box .btn_arw{
    width:22px;
    margin:-2px 0 0 8px;
	}	

.rating_section{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.rating_text{
	color:#000000;
    font-size:14px;
    line-height:26px;  
	}
.rating_text span{
	font-size:16px;
	font-weight:bold;
	}
.rating_star{
	display:inline-block;
    vertical-align:top;
    width:94px;
    margin:4px 8px 0 0;
	}
.rating_list{
    display:inline-block;
    vertical-align:middle;
    width:100%;
    margin-top:5px;
	}
.rating_list li{
    float:left;
    width:100%;
    color:#000;
    font-size:14px;
    line-height:16px;
    text-align:left;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:10px;
	}
.rating_list_left{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    flex-shrink:0;
	}
.rating_list li img{
    display:inline-block;
    vertical-align:middle;
    margin:-2px 0 0 5px;
    width:13px;
	}
.rating_list li span {
    float:right;
	color:#7f7f7f;	
    text-align:left;
	min-width:43px;
    margin-left:12px;	
	}
.rating_list_right{
    display: flex;
    justify-content: end;
    align-items:center;
    width:calc(100% - 24px);
    padding-left:10px;
	}
.review_progress{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 43px);
	height:7px;
	border-radius:35px;
	background:#e8e8e8;
	}
.review_progress_bar{
	float:left;
	height:100%;
	background:#ff9d1e;
	border-radius:45px 0 0 45px;
	}

/*====FOOTER====*/
.footer{
	float:left;
	width:100%;
	padding:25px 0 45px;
	background:#fff;
	border-top:1px solid #e0e0e0;
	}
.footer_text{
	font-size:18px;
    line-height:22px;
    color: #000;
    letter-spacing: 0.5px;
	margin-top: 18px;
	}	
.footer_text a{ padding:0 18px;}

/*====COMMON CSS====*/
.fr{ float:right;}
.fl{ float:left;}

/*====MEDIA_QUERY====*/
.showMob, .showTab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.left_section{ width:71%;}
.main_heading{ font-size: 40px; line-height: 48px;}

.heading_bx .common_heading{ font-size: 31px; line-height: 39px;}

.small_image1{ margin: 25px 0 0 25px;}
	
.reason_head{ font-size: 29px; line-height: 38px;}
.reason_imgbx img{ height: 335px;}
	
.margin_60{ margin-top: 15px;}

	
.risk_box{ margin-top: 50px;}
.risk_bx_hdng{ font-size: 32px; line-height: 40px;}
.small_image3{ margin: 35px 0 0 0; width: 332px;}
	
.beauty_bx_img{ top: -23px; width: 200px;}
	
.margin_70{ margin-top: 40px;}
	
.order_box{ padding: 23px 20px 25px;}
.order_box_heading{ font-size: 24px; line-height: 30px;}
		
}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.showTab{ display:block;}
.showDesk{ display:none;}

.header{ padding: 20px 0;}
.header_logo{ width: 220px;}
	
.main_section{ padding: 30px 0 60px;}
.left_section{ width:70%;}
.main_heading{ font-size: 30px; line-height: 38px;}

.author_box{ margin: 15px auto 0; padding: 13px 0 15px;}
.border{ border-radius: 9px;}	
.comn_sub_text{ font-size: 20px; line-height: 28px; margin-top: 20px;}
.common_text{ font-size: 17px; line-height: 26px; margin-top: 25px;}
	
ul.img_list{ margin: 30px auto 0;}

.heading_bx{ margin-top: 35px;}
.heading_bx .common_heading{ font-size:30px; line-height:38px;}	
.reason_imgbx{ width:42%;}
.reason_imgbx img{ height: 225px;}
.reason_contbx{ width: 54.7%;}
.reason_head{ font-size:28px; line-height: 34px; padding-bottom: 12px; margin-top: 45px;}	
.reason_box{ align-items: flex-start; margin: 30px auto 0;}	
	
.common_heading{ font-size: 30px; line-height:38px; padding-bottom: 12px; margin-top: 40px;}

.small_image1{ margin: 35px 0 0 18px; width: 225px;}
.small_image2{ margin: 25px 20px 0 0; width: 225px;}
.small_image3{ margin: 30px 0 0 0; width: 200px;}

.risk_bx_hdng{ font-size: 23px; line-height: 33px; }
.risk_bx_top{ padding: 12px;}
.risk_bx_inr{ padding: 25px 155px 30px 20px;}
.risk_imgbx{ right:25px;}
.product_img{ width: 100px;}
.seal_img{ left: -35px; width: 80px;}
.risk_box .common_text{ margin-top: 20px;}

.option_txt{ padding: 4px 12px 7px; font-size: 17px; line-height: 24px; border-radius: 4px;}
ul.opt_wrp_inr_list{ max-width: 320px;}
ul.opt_wrp_inr_list li{ font-size: 17px; line-height: 20px; margin-top: 30px; padding-left: 28px;}
	
	
.testi_blk{ margin-top: 15px;}
.testi_bx{ margin-top: 20px; padding: 20px 18px;}
.testi_bx h3{ font-size: 18px; line-height: 26px;}
.name_imgbx{ width: 40px;}
.name_contbx{ width: calc(100% - 40px);}
.name_txt{ font-size: 15px; line-height: 20px;}
a.common_button{ font-size: 24px; margin-top: 45px;}
	
.people_col_row{ width:100%; margin-top:35px;}
ul.advice_list{ margin:8px 0 5px;}
ul.advice_list li{ font-size:18px; line-height:26px; margin-top:12px;}

.right_section{ width:27%;}
.order_box{ padding:20px 12px 25px; margin-top: 15px;}
.order_box_heading{ font-size:19px; line-height:27px;}
.order_product_image{ max-width:70%;}
.order_tag{ left:15px; width:50px; height:50px; background-size:50px; font-size:14px; line-height:15px; padding-top:5px;}
.order_box .common_button{ height: 47px; font-size: 15px; line-height: 47px; margin-top: 14px;}
.order_box .btn_arw{ width: 18px; margin: -2px 0 0 4px;}
.rating_list{ margin-to:5px;}
.rating_list li span{ min-width: 30px;}
.rating_text{ font-size:12px; line-height:22px;}
.rating_star{ width:80px; margin:4px 8px 0 0;}

.footer{ padding: 30px 0;}
.footer_text{ font-size: 16px; line-height: 20px; letter-spacing: 0; margin-top: 14px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.showMob{ display:block;}
.hideMob{ display:none;}

.header{ padding: 15px 0;}
.header_logo{ width: 200px; float: none; display: block; margin:0 auto;}

.main_section {padding: 20px 0 30px;}
.left_section{width:100%;}
.nav_text{ font-size: 13px; line-height: 20px;}
.nav_text a{ padding: 0 4px;}
.main_heading {font-size:30px;line-height: 36px; letter-spacing:-0.5px;}

.author_box{ margin: 13px auto 0; padding:12px 0 14px;}
.author_row{ padding-right: 0;}
.authorbx_text{ font-size: 13px; line-height:18px; padding-left:5px;}
.blue_tick{ margin: -2px 0 0 5px; width: 13px;}
.border{ border-radius: 5px;}		

.comn_sub_text{ font-size: 18px; line-height: 26px; margin-top: 20px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 20px;}

ul.img_list{ margin: 25px auto 0; row-gap: 20px; max-width: 345px;}
ul.img_list li{ width: 47%;}

.heading_bx{ margin-top: 30px;}
.heading_bx .common_heading { font-size:19px; line-height:27px;}

.reason_head{ font-size: 25px; line-height: 32px; padding-bottom: 10px; margin-top: 30px;}
.reason_box{ align-items: flex-start; row-gap: 22px; margin: 25px auto 0;}
.reason_imgbx{ width: 100%;}
.reason_imgbx img{ border-radius: 6px; height: 345px; max-width:345px;}
.reason_contbx{ width: 100%;}

.common_heading{ font-size: 24px; line-height: 32px; padding-bottom: 10px; margin-top: 25px;}
.small_image1{ margin: 25px auto 0; width: 280px;}
.shadow{ border: 2px solid #fff; border-radius: 10px;}
.small_image2{ margin: 25px auto 0; width: 270px;}

.risk_box{ margin-top: 28px; border-radius: 10px;}
.risk_bx_top{ padding: 6px 12px 10px;}
.risk_bx_hdng{ font-size: 21px; line-height: 30px;}	
.risk_bx_inr{ padding: 20px 14px 25px;}
.risk_imgbx{ margin-top: 20px; position: static;}
.product_img{ width: 80px;}
.seal_img{ left: -22px; width: 70px;}

.option_wrp_inr{ margin-top: 25px;}
.option_txt{ padding: 4px 10px 7px; font-size: 16px; line-height: 22px; border-radius: 4px;}
.small_image3{ margin: 20px auto 0; width: 295px;}

ul.opt_wrp_inr_list{ max-width: 100%;}
ul.opt_wrp_inr_list li{ font-size: 16px; line-height: 22px; margin-top: 22px; padding-left: 25px; }
ul.opt_wrp_inr_list li:before{ margin-top: -3px; width: 9px; height: 9px;
 box-shadow: 0 0 0 3px rgb(224, 219, 230); -webkit-box-shadow: 0 0 0 3px rgb(224, 219, 230);}
ul.opt_wrp_inr_list li:after{ left: 4px; bottom: -40px;}


.beauty_box{ padding: 25px 14px 18px; margin-top: 30px; text-align: center;}
.beauty_bx_head{ font-size: 18px; line-height: 22px;}
.beauty_bx_img{ box-shadow: -3px 2px 2px 1px rgba(0, 0, 0, 0.1); position: static; margin: 0 auto 20px; display: block;}


.testi_blk{ margin-top: 10px;}
.testi_bx{ padding: 18px 12px;}
.name_imgbx{ width: 38px;}
.testi_txt{ font-size: 16px; line-height: 22px; margin-top: 10px;}
.testi_name_bx{ margin: 20px auto 0;}
.vrfy_icn{ margin: -3px 5px 0 0; width: 10px;}
.name_contbx{ width: calc(100% - 38px);}

a.common_button{ font-size: 20px; margin-top: 35px; height: 62px; line-height: 62px; box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);}
.btn_arw{ margin: -4px 0 0 13px; width: 27px;}

.review_box{padding:0; margin-top: 20px;}
.people_col_row{padding-left:42px; margin-top:25px;}
.people_comnt_img{width:36px;}
.people_comment{padding:15px;}
.comment_text{font-size:15px; line-height:23px;}
.comment_like_rep_day{font-size:12px; line-height:12px;}

.footer{padding:15px 0 0;}
.footer_text{font-size:14px; line-height:22px; margin-top: 10px;}
.footer_text a{padding:0 3px;}

.btmfix{margin-top:20px;}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:fixed;
	padding:0;
	bottom:0;
	z-index:99;
	}
a.footer_btn{
    display: inline-block;
    vertical-align: middle;
    max-width: 510px;
    width: 100%;
    color: #ffffff;
	height:55px;
    font-size:20px;
    line-height:55px;
    text-align: center;
    font-weight: bold;
	font-family: 'Inter';
    background:#23ac09;
    border-radius:0;
    margin: 0 auto 0;
	}
a.footer_btn img{
	display:inline-block;
	vertical-align:middle;
	margin: 1px 0 0 10px;
    width: 22px;
	}
}