@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: 'Open 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;
	}
/*========Fonts========*/
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.woff2') format('woff2'),
    url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraBold.woff2') format('woff2'),
    url('OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Medium.woff2') format('woff2'),
    url('OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-MediumItalic.woff2') format('woff2'),
    url('OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.woff2') format('woff2'),
    url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff2') format('woff2'),
    url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    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-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-Regular.woff2') format('woff2'),
    url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1112px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*====HEADER====*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	position:relative;
	padding:14px 0;
	}
.header_text{
	position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    color: #393939;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
	}
.logo{
    float: left;
    width: 270px;
    margin-top: 10px;
	}
/*=====MAIN SECTION=====*/
.main_section{
	float:left;
	width:100%;
	padding:30px 0 60px;
	}
.section_content{
    float: left;
    width: 100%;
	}
.left_section{
	float: left;
    width: 71.77%;
    text-align: left;
	}
.main_heading{
    font-size: 42px;
    line-height: 52px;
    color: #000000;
    font-weight: 800;
    font-family: 'Open Sans';
/* 	margin-top:10px; */
	}
.main_heading2{
    font-size: 40px;
    line-height: 48px;
	color: #000000;
    font-weight: bold;
	margin-top:20px;
	}
.author_box{
	width: 100%;
	margin:25px auto 0;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:12px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
ul.author_list{
	width:calc(100% - 150px);
	display: -webkit-flex;
	display: flex;
	align-items: center;
	}
ul.author_list li{	
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	color:#000;
	font-weight:700;
	text-transform:capitalize;
	position:relative;
	padding:0 30px;
	}
ul.author_list li:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:1px;
	background:#cbcbcb;
	}
ul.author_list li:first-child:before{
	display:none;}
ul.author_list li:first-child{
	padding-left:62px;
	}
ul.author_list li:last-child{
	padding-right:0;}
ul.author_list li img{
	border-radius:50%;
	position:absolute;
	top:-5px;
	left:0;
	width:49px;
	}
ul.author_list li span{
	color:#636363;
	font-weight:normal;
	text-transform:none;
	}
.trnd_sec{
	float:right;
	width: 150px;
	position:relative;
	text-align:left;
	padding-left:50px;
	margin-top:4px;
	}
.trnd_img{
	position:absolute;
	left:8px;
	top:1px;
	}
.trnd_sec p{
	font-size:16px;
	line-height:20px;
	color:#636363;
	text-transform: capitalize;
	}
.trnd_sec p span{
	font-weight:700;
	color:#000;
	}
/*===========*/
.common_img_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin:35px 0 0;
	}
.common_img_width{
	display:inline-block;
	vertical-align:top;
	box-shadow:0px 0px 0px 1px #e2e2e2;
	}
.common-img{
	display:block;
	margin:0 auto 0;
	}
.iframe_box{
	position:relative;
	padding-bottom:56.3%;
}
.iframe_box iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.small_image1 {
    margin: 20px 0 0 66px;
}
.small_image2 {
    margin: 5px -28px 5px 6px;
    width: 312px;
}
.common_img_width.news_width{
	border:2px solid #000;
	box-shadow:none;
	}
/*===========*/
.common_heading{
    font-size: 44px;
    line-height: 55px;
	color: #000000;
    font-weight: 800;
    border-bottom: 1px solid #878787;
    padding:0 0 20px 0;
    margin-top:35px;
	letter-spacing: -1.5px;
	}
.common_text{
	font-size:18px;
	line-height:28px;
	color:#000000;
	margin-top:28px;
	}
.common_text.marginTop{ margin-top:0;}
.hyper_link{ color:#267dff; text-decoration:underline; font-weight:700;}
/*===========*/
.everyday_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top: 30px;
	background:#f8e6e6;
    padding: 0 20px 15px;
	}
.everyday_box_row{
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #bebebe;
    margin-top: 20px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.everyday_box_row:last-child{ border-bottom:none; padding-bottom:0;}
.percent_bx_bg{
    background: #fff;
    width: 92px;
    height: 92px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	}
.percent_bx{
	width:75px;
	height:75px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content:center;
  	border-radius: 50%;
	}
.percent_bx_innr{
  position: absolute;
  width: calc(92px - 30px);
  height: calc(92px - 30px);
  border-radius: 50%;
  background-color:#fff;
	}
.percent_text{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	position:relative;
	}
.everyday_box_row_content{
	width: calc(100% - 115px);
    padding-left: 20px;
    text-align: left;
    position: relative;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: space-between;
	}
.everyday_box_row_icon{
	width: 131px;
    display: inline-block;
    vertical-align: middle;
	}	
.everyday_box_row_content p{
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
	}
.everyday_box_row_content sup {
	font-size: 60%;
    line-height: 100%;
    font-weight: 400;
    position: relative;
}
.problem_box{
    width: 100%;
    margin-top: 10px;
	display: flex;
	display:-webkit-flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	}
.problem_box_col{
    width: 31.6%;
    margin-top: 25px;
    position: relative;
    text-align: center;
    border: 2px solid #f00;
    padding: 4px;
	}
.problem_box_col p{
	font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
	position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
	}
.problem_img{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:248px;
	}
.points_list{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	}
.points_list li{
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    padding-left: 30px;
    margin-top: 18px;
    background: url(../images/cross-icn.png) no-repeat top 2px left;
    background-size: 21px;
	}
.common-img3{
	display:flex;
	justify-content: space-between;
}
.common-img3 div{width:49.7%;}
.common-img3 img{display:inline-block; vertical-align:top;}
.common-img3 video {
    object-fit: cover;
    height: 100%;
}

.relax_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	margin-top:30px;
	overflow: hidden;
	}
.review_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:0;
	}
.review_box_row{
	display: flex;
    justify-content: space-between;
    justify-items: center;
	width:100%;
	padding: 15px 15px 15px;
	margin-top:25px;
	position:relative;
	background:#e7ecf1;
	}
.review_box_row:last-child{ border-bottom:none;}
.review__imageBx{
    width: 29.43%;
	}
.review_img{
	display: inline-block;
    vertical-align: middle;
	width:226px;
	margin: 0 auto;
	}
.review_row_inner{
	width:calc(100% - 33%);
	text-align:left;
	}
.review__star{
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	}
.review_row_text{
    font-size: 19px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    margin-top: 15px;
    position: relative;
    font-style: italic;
	}
.verify_column{
	float: left;
    width: 87%;
    margin-top: 22px;
    position: relative;
	}
.verify_name{
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:700;
	}
.verify_name span{
	display: block;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    margin-top: 8px;
    border-top: 1px solid #a4a4a4;
    padding-top: 8px;
	}
.work_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top: 20px;
	}
.work_box_row{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 0px 18px 88px;
    border-bottom: 1px solid #cdcdcd;
    margin-top: 22px;
	}
.work_box_row:last-child{ border-bottom:none; padding-bottom: 0;}
.work_row_icon{
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	}	
.work_box_row h2{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:700;
	}
.work_box_row p{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
	}
.customer_rvw_box{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    text-align: left;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    background: #ffffff;
    padding: 20px 28px;
    margin-top: 25px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	}
.customer_rvw_box_top{
	float: left;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 15px 0;
    position: relative; 
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.review_user_image{
    width: 62px;
    border-radius: 50%;
	}
.customer_rvw_box_top_content{
	width: calc(100% - 62px);
    padding-left: 15px;
	}
.review_user_name{
	color:#000000;
	font-size:22px;
	line-height:28px;
	font-weight:bold;
	}
.review_user_name span{
	display:block;
	font-size:15px;
	line-height:26px;
	color:#000;
	margin-top:4px;
	font-weight:400;
	}
.customer_rvw_box_bottom{
	float:left;
	width:100%;
    padding: 18px 0 10px;
	}
.customer_review_star {
    display: inline-block;
    vertical-align: top;
    width: 135px;
	}
.customer_rvw_box_paragraph{
	float:left;
	width:100%;
	color:#000000;
	font-size:19px;
	line-height:28px;
	margin-top:20px;
	}	
.small_image3 {
	margin: -105px -35px 0px 0px;
}
.points_list2{
	margin-top:18px;
	}
.points_list2 li{
	font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    padding-left: 38px;
    margin-top: 15px;
    background: url(../images/right-tick.png) no-repeat top 6px left;
    background-size: 23px;
	}
.button_box{
	display: inline-block;
    vertical-align: middle;
	margin: 40px auto 0;
	width: 100%;
	text-align:center;
	}
.common_button{
	display: inline-block;
    vertical-align: middle;
	max-width: 467px;
	width: 100%;
	height:75px;
    color: #ffffff;
    font-size: 21px;
    line-height: 75px;
    font-weight: 700;
	font-family: 'Inter';
    text-align: center;
    border-radius: 6px;
	background: #00BCA1;
    background: linear-gradient(90deg, rgba(0, 188, 161, 1) 0%, rgba(0, 209, 131, 1) 100%);
	text-transform:uppercase;
    
}	

/* ------------------------- */
.people_col{
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	max-width:710px;
	width:100%;
	margin-top:30px;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:55px;
}
.people_col_row{
	position:relative;
	padding-left:55px;
	text-align:left;
	}
.people_comnt_img{
	position:absolute;
	left:0;
	top:2px;
	border-radius:50%;
	box-sizing:content-box;
	width:44px;
	}
.people_comment{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:15px;
	border-radius:20px;
	background:#f0f2f5;
	position:relative;
	text-align:left;
	}
.top_fan{
	margin:0;
}
.comment_people_name{
	font-size:16px;
	line-height:18px;
	color:#333;
	font-weight:700;
	}
.comment_text{
	font-size:16px;
	line-height:20px;
	color:#333;
	margin-top:10px;
	}
.cmnt_fire{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 5px;
	}
.people_comment_react{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items: center;
	margin-top:5px;
	padding: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;
	font-size:13px;
	line-height:11px;
	color:#1a1a1a;
	width:80px;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	}
.comment_like_rep_count span{margin-right:2px;}
.commnt_like{
	display:inline-block;
	vertical-align:middle;
	margin:-2px -3px 0 0;
	width:16px;
	box-shadow:0px 0px 0px 2px #fff;
	border-radius:50%;
	}
.like_icon{
	position:relative;
	z-index:1;
}
.smile_icon{z-index:2;}

/*====RIGHT_SIDE_CSS====*/
.section-right{
    float: right;
    width:24%;
	position:sticky;
	top:25px;
	}
.sec-right-inner{
	float:left;
	width:100%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	border-radius:8px;
	padding:20px 15px 30px;
	}
.sec-rgt-text1{
	font-size:16px;
	line-height:20px;
	color:#000;
	position:relative;
	}
.sec-rgt-text1 span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:0 15px;
	position:relative;
	}
.sec-rgt-text1:before{
	content:"";
	position:absolute;
	top:10px;
	border-top:1px solid #ccc;
	width:100%;
	left:0;
	}
.sec-right-heading{
	font-size:25px;
	line-height:30px;
	color:#000;
	font-weight:700;
	margin-top:10px;
	}
.sec-rgt-prod-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	margin-top:30px;
	}
.sec-right-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:235px;
	}
.seal-text{
	position:absolute;
	top:-15px;
	left:40px;
	font-size:14px;
	line-height:15px;
	color:#fff;
	font-weight:700;
	background:url(../images/seal-bg.png) no-repeat center center;
	background-size:100%;
	width:50px;
	height:50px;
	padding:10px 0;
	}
.sec-right-btn-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:300px;
	margin-top:30px;
	text-align:center;	
	}
.sec-right-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:45px;
	background: linear-gradient(90deg, #00bca1, #00d282);
	border-radius:5px;
	font-size:16px;
	line-height:45px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:700;
	}
.sec-rgt-rating-text{
	font-size:16px;
	line-height:18px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:700;
	margin-top:20px;
	}
.sec-right-star{
	display:inline-block;
	vertical-align:middle;
	width:94px;
	margin:-4px 8px 0 0;
	}
.sec-rgt-rating-text2{
	font-size:14px;
	line-height:18px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:10px;
	}
.rating-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
.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 span{
	float:right;
	margin-left:12px;
	min-width:43px;
	color:#7f7f7f;
	text-align:left;
	}
.rating-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 5px;
	width:13px;
	}
.rating-list-right{
	display:flex;
    justify-content:end;
	align-items:center;
	width:calc(100% - 24px);
	padding-left:10px;
	}
.review-progres{
	display:inline-block;
	vertical-align:middle;
	border-radius:35px;
	background:#e8e8e8;
	width:calc(100% - 43px);
	height:7px;
	}
.review-progres-bar{
	float:left;
	background:#ff9d1e;
	height:100%;
	border-radius:45px 0 0 45px;
	}

	
/*===REFERENCES===*/		
.references_div{
	float: left;
    width: 100%;
    margin-top: 50px;
    text-align: left;
	}
.references_div h3{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:600;
	}
.refrence_list{
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
	-ms-flex-pack: justify !important;
    justify-content: space-between !important;
	margin-top:15px;
	}
.refrence_list ul{
	width:100%;
	}
.refrence_list ul li{
	text-align:left;
	font-size:14px;
	line-height:18px;
	color:#898989;
	margin-top:15px;
	word-break:break-all;
	position:relative;
	padding-left:20px;
	}
.refrence_list ul li span{
	position:absolute;
	left:0;
	top:0;
	}
/*====FOOTER====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	background:#fff;
	border-top:1px solid #c8c8c8;
	}
.footer_text{
	font-size: 18px;
    line-height: 20px;
    color: #454545;
    letter-spacing: 0.5px;
	margin-top: 10px;
	}	
.footer_text a{ padding:0 12px;}
.footer_impdscm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:833px;
	font-size:13px;
	line-height:20px;
	color:#000;
	padding:12px 15px;
	border:1px solid #dadada;
	margin:20px 0;
	}

.italic{ font-style:italic;}
.letspc03{ letter-spacing:0.3px;}	
.mt-40{margin-top:40px;}
.font-24{font-size:24px; line-height:30px;}
.plain-brush {
    background: 0 0;
    padding: 0;
    margin: 0;
}
span.yellow-strip-large {
    padding: 0 8px 0 8px;
    line-height: 30px;
    background: #fdfc42;
}
	
/*====COMMON CSS====*/
.fr{ float:right;}
.fl{ float:left;}

/*====MEDIA_QUERY====*/
.showMob, .showTab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.main_heading { font-size: 40px;line-height: 50px; letter-spacing: -1.3px;}

.common_heading { font-size: 40px;line-height: 50px;}

.small_image1{ width:330px; margin: 30px 0 0 18px;}
.small_image2 {margin: 15px -39px -15px 6px;}

.review_row_text { font-size: 17px;line-height: 27px;margin-top: 12px;}
.verify_column{ width:100%; margin-top: 15px;}

.work_box_row{ padding:0 0 15px 80px;}

.small_image3 {width: 425px; margin: -100px -40px 0px 0px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.showTab{ display:block;}
.showDesk{ display:none;}

.logo { width: 188px;}

.left_section {width: 68%;}
.main_heading {font-size: 32px; line-height: 40px; letter-spacing:0;}

ul.author_list {width: calc(100% - 100px);}
ul.author_list li{padding:0 12px; font-size: 13px;line-height: 16px;}
ul.author_list li:first-child {padding-left: 45px;}
ul.author_list li img{width:40px;}

.trnd_sec {width: 118px; padding-left: 40px;}
.trnd_sec p {font-size: 13px; line-height: 18px;}
.trnd_img{top:0px; width: 25px;}

.common_img_box{margin:30px 0 0;}

.common_heading { font-size: 30px;line-height: 40px; letter-spacing: 0; padding: 0 0 15px 0; margin-top: 30px;}
.common_text{margin-top:25px;}

.everyday_box{margin-top:25px;padding:0 15px 15px;}
.percent_bx_bg{ width:80px; height:80px;}
.percent_bx { width: 70px; height: 70px;}
.percent_text{ font-size:20px; line-height:26px;}
.everyday_box_row_content { width: calc(100% - 80px); padding-left: 16px;}
.everyday_box_row_content p {font-size: 18px; line-height: 26px;}
.everyday_box_row_icon { width: 118px;}

.problem_box_col { width: 32%; margin-top: 20px;}
.problem_box_col p {font-size: 14px;line-height: 24px;}

.small_image1 { width: 245px;}
.small_image2 { margin: -20px -25px 5px 0px;}
.small_image3{ float:none; display:block; margin:20px auto 0; width: 355px; }

.review__imageBx {width: 26%;}
.review_row_inner { width: calc(100% - 30%);}
.review__star{ width:110px;}
.review_row_text { font-size: 16px; line-height: 26px; margin-top: 10px;}
.verify_column{ margin-top:10px;}
.verify_name {font-size: 18px;}
.verify_name span {font-size: 13px; line-height: 18px; margin-top: 5px; padding-top: 5px;}

.work_box_row { padding: 0 0 15px 65px;}
.work_row_icon{ width:55px;}
.work_box_row h2{ font-size:20px;}
.work_box_row p { font-size: 17px; line-height: 27px;}

.customer_rvw_box{ padding:15px 15px;}
.review_user_image { width: 54px;}
.customer_rvw_box_top_content { width: calc(100% - 54px);}
.review_user_name{ font-size:20px;}
.review_user_name span {font-size: 14px; line-height: 24px; margin-top: 2px;}
.customer_review_star{ width:125px;}
.customer_rvw_box_paragraph{ margin-top:15px; font-size:17px; line-height:27px;}

.points_list2{ margin-top:15px;}
.points_list2 li {background-size: 20px;font-size: 18px; line-height: 28px; margin-top:10px;}

.button_box{ margin-top:30px;}
.common_button {max-width: 425px;height: 65px;font-size: 18px;line-height: 65px;}

.references_div{ margin-top:40px;}

.right_section {width: 28.5%;}
.sticky_box{padding: 0 0 20px;}
.sticky_heading{font-size: 18px; line-height: 26px;}
.sticky_text{font-size: 16px; line-height: 24px; padding:10px 0;}
.offer-text {top: 5px; left: 10px; width:50px; height:50px;}

.footer{ padding:30px 0;}
.footer_text {font-size: 16px;}

}


@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:5px 0 7px;}
.header_text {font-size: 11px; line-height: 19px; position: static; display: inline-block; vertical-align: top; transform: none;}
.logo { float: none; display: block; width: 170px; margin: 5px auto 0;}

.main_section { padding: 25px 0 30px;}
.left_section{ width:100%;}
.main_heading { font-size: 28px; line-height: 36px;}

.author_box { margin: 15px auto 0; padding: 8px 0;}
ul.author_list{ width:100%;}
ul.author_list li{ padding:0 10px; font-size: 11px; line-height: 16px;}
ul.author_list li:first-child { padding-left: 38px;}
ul.author_list li img { width: 32px; top: -1px;}

.common_img_box { margin: 25px 0 0;}
.common_heading { font-size: 26px; line-height: 34px; padding: 0 0 12px 0; margin-top: 30px;}
.common_text {margin-top: 20px; font-size: 17px; line-height: 26px;}
.font-24{font-size:19px;}

.problem_box{ margin:0 auto;}
.problem_box_col{ width: 100%; max-width: 256px; margin: 20px auto 0;}
.problem_img{max-width: 100%;}
.problem_box_col p { font-size: 18px;line-height: 26px;}

.small_image1 { width: 360px; float: none; display: block;margin: 25px auto 5px;}
.small_image2{ float:none; display:block; margin: 30px auto 0;}
.small_image3 {  float: right;  margin: 10px -10px 0 -10px;  width: 185px;}

.everyday_box { margin-top: 22px; padding: 0 10px 15px;}
.everyday_box_row{ row-gap: 12px; margin-top: 15px; padding-bottom:10px; justify-content: space-between;}
.percent_bx_bg { width: 65px; height: 65px;}
.percent_bx { width: 55px; height: 55px;}
.percent_bx_innr { position: absolute; width: calc(55px - 8px); height: calc(55px - 8px); border-radius: 50%; background-color: #fff;}
.percent_text {font-size: 16px; line-height: 23px;}
.everyday_box_row_content { width: calc(100% - 65px); padding-left: 12px;}
.everyday_box_row_icon { width: 90px;}
.everyday_box_row_content p {font-size: 15px;line-height: 22px;}

.points_list li { font-size: 18px; line-height: 26px;margin-top: 15px;}

.points_list2 li { font-size: 15px;line-height: 20px; margin-top: 12px; background-size: 16px;padding-left: 25px;}

.relax_box { margin-top: 25px;}

.review_box_row{ padding:15px 15px;}
.review__imageBx { width: 25%;}
.review_row_inner { width: 100%;}
.review__star { width: 88px;}
.review_row_text { font-size: 17px; line-height: 24px;}
.verify_column_btm{display:flex; display:-webkit-flex; justify-content:space-between; align-items: center; margin:20px 0 0;}
.verify_column{ margin:0; padding-left:15px; width:75%;}
.verify_name {font-size: 16px;line-height: 26px;}

.work_box_row { padding: 0 0 12px 65px;}
.work_row_icon{ width:55px;}
.work_box_row h2 {font-size: 18px; line-height: 27px;}
.work_box_row p { font-size: 16px; line-height: 26px;}

.customer_rvw_box{ margin-top:20px;}
.review_user_image { width: 50px;}
.customer_review_star { width: 90px;}
.customer_rvw_box_paragraph { margin-top: 12px;font-size: 17px;line-height: 25px;}

.points_list2 { margin-top: 15px; width: 62%;}
.points_list2 li {  font-size: 15px; line-height: 20px; margin-top: 12px; background-size: 16px; padding-left: 25px;}

.people_col{row-gap:40px;}
.people_col_row{padding-left:35px;}
.people_comnt_img{width:28px;}
.comment_people_name{font-size:13px; line-height:14px;}
.comment_text{font-size:14px; line-height:20px;}

.references_div { margin-top: 35px;}
.refrence_list{ margin-top:10px;}
.references_div h3 {font-size: 18px;line-height: 22px;}
.refrence_list ul{ width:100%;}

.footer {padding: 20px 0 0;}
.footer_text {font-size: 14px;}
.footer_text a { padding: 0 8px}
.footer_impdscm{ font-size:12px; line-height:18px;}
.refrence_list ul li{ font-size:13px;}


.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:58px;
    font-size:20px;
    line-height:58px;
    text-align: center;
    font-weight: bold;
	font-family: 'Inter';
    background: #00BCA1;
    background: linear-gradient(90deg, rgba(0, 188, 161, 1) 0%, rgba(0, 209, 131, 1) 100%);
    border-radius:0;
    margin: 0 auto 0;
	text-transform:uppercase;
	}
a.footer_btn img{
    display: inline-block;
    vertical-align: middle;
    width:10px;
    margin: -2px -3px 0 16px;
	}
	
.mt-40{margin-top:32px;}
}
