@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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@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: '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-SemiboldItalic.woff2') format('woff2'),
	url('OpenSans-SemiboldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}
	
@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: '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;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*======Header======*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	padding:16px 0;
	position:relative;
	}
.header_text{
	position:absolute;
    top:-3px;
    left:50%;
    transform:translateX(-50%);
    color:#a6a6a6;
    font-size:12px;
    line-height:20px;
    letter-spacing:0.3px;
	text-transform:uppercase;
	}
.logo{
	float:left;
    width:150px;
	}
.header_button{
	float:right;
	width:215px;
	height:48px;
    color:#ffffff;
	font-size:18px;
	line-height:48px;
	font-weight:bold;
	font-family: 'Inter';
	text-align:center;
	background:#00c46f;
	-webkit-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	}
.header_button_arrow{
	display:inline-block;
	vertical-align:middle;
    width:20px;
    margin:-2px -6px 0 6px;	
	}
	
/*=======COMMON-CSS======*/	
.common_heading{
	color:#000000;
	font-size:40px;
	line-height:48px;
	font-weight:800;
	text-align:left;
	font-family: 'Inter';
	border-bottom:1px solid #d4d4d4;
	padding-bottom:15px;
	}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	text-align:left;
	margin-top:25px;
	}
.common_paragraph.margin-top-15{margin-top:15px;}
.common_paragraph.center{text-align:center;}
.link_text{
	color:#0661c7;
	font-weight:bold;
	text-decoration:underline;
	}
.common_image{
	display:inline-block;
    vertical-align:middle;
    margin:30px 0 5px;
	}
.common_image.margin-top-0{margin-top:0;}	
.common_button{
	display:inline-block;
    vertical-align:middle;
	max-width:575px;
    width:100%;
    color:#ffffff;
    font-size:30px;
    line-height:30px;
    font-weight:bold;
    text-align:center;
    border-radius:5px;
    background:#00c46f;
	padding:22px 0;
	margin:40px auto 0;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
    width:20px;
    margin:-2px 0 0 10px;
	}
	
/*=========================*/	
/*=======Main-Section=======*/	
.main_section{
	float:left;
	width:100%;
	}
.section_content{
	float:left;
	width:100%;
	padding:40px 0 70px;
	}
	
/*=======left-Section=======*/
.left_section{
	float:left;
	width:70.44%;
	border-right:1px solid #cccccc;
	padding-right:50px;
	}	
.main_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:46px;
	line-height:50px;
	text-align:left;
	letter-spacing:-0.5px;
	font-family: 'Inter';
	font-weight:800;
	}	
.main_heading span{color:#044b97;}
.author_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	border-top:2px solid #000000;
	padding:30px 0;
	margin-top:20px;
	}	
.author_box_list{
	float:left;
	width:100%;	
	}
.author_box_list li{
	float:left;
	text-align:left;
	padding:0 16px 0 20px;
	position:relative;	
	}
.author_box_list li:first-child{padding-left:65px;}
.author_box_list li:last-child{border-right:none;}
.author_box_list li:before{
	content:"";
    position:absolute;
   	top:50%;
	left:0;
	transform:translateY(-50%);
	height:8px;
    width:8px;
    background:#090909;
    border-radius:50%;
	}
.author_box_list li:first-child:before{display:none;}
.author_image{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:49px;
	border-radius:50%;
	}
.author_paragraph{
	color:#5c5c5c;
	font-size:16px;
	line-height:16px;
	}
.author_paragraph span{
	color:#121212;
	font-weight:600;
	}	
.author_tick_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 6px;
	width:16px;
	}	
		
ul.helped_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	margin:10px 0;
	}
ul.helped_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	background:url(../images/tick-bullet.webp)no-repeat left 4px;
	background-size:21px;
	padding-left:35px;
	margin-top:20px;
	position:relative;	
	}	
.reasons_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.reasons_box{
	float:left;
	width:100%;
	margin-top:45px;
	}
.reasons_number{
	float:left;
	color:#ffffff;
	font-size:22px;
	line-height:22px;
	font-family: 'Inter';
	font-weight:800;
	background:#044b97;
	border-radius:50px;
	padding:8px 18px 10px;
	}
.reasons_box .common_heading{
	float:left;
	width:100%;
	margin-top:10px;
	}
.reasons_box .common_paragraph{
	float:left;
	width:100%;
	}	
ul.ashamed_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	margin:10px 0 5px;
	}
ul.ashamed_list li{
	float:left;
	width:26%;
	color:#000000;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	border-radius:6px;
	background:url(../images/cross-bullet.webp)no-repeat 13px 18px #ffeeee;
	background-size:21px;
	padding:8px 10px 8px 45px;
	margin-top:15px;
	margin-right:15px;
	}
ul.ashamed_list li:last-child{margin-right:0;}
.worse_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#fff2f2;
	border-radius:10px;
	padding:45px 30px 20px;
	margin:75px 0 5px;
	position:relative;
	}
.alert_icon{
	position:absolute;
	top:-35px;
	left:50%;
	transform:translateX(-50%);
	width:73px;
	}
.worse_box_heading{
	color:#c11218;
	font-size:35px;
	line-height:42px;
	font-weight:800;
	font-family: 'Inter';
	}
ul.worse_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
	border-bottom:3px solid #e7d2d2;
	padding:25px 0 20px;
	}
ul.worse_list li{
	width:19%;
	}
ul.worse_list li p{
	color:#000000;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin-top:10px;
	}
.worse_list_image_box{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #de0c13;
	border-radius:10px;
	padding:3px;
	}
.worse_list_image{
	display:block;
	margin:0 auto;
	border-radius:8px;
	}
.concern_row{
	display:inline-block;
    vertical-align:middle;
	width:100%;
	margin:25px 0 5px;
	}
.concern_box{
	display:inline-block;
    vertical-align:middle;
	width:49%;
	background:#fff1f9;
	border:1px solid #f2aed4;
	border-radius:10px;	
	text-align:left;
	font-style:italic;
	padding:15px 53px 15px 20px;
	margin-right:1%;
	}
.concern_box:last-child{margin-right:0;}
.concern_box_heading{
	color:#044b97;
    font-size:20px;
    line-height:26px;
    font-weight:bold;
	}
.concern_box_paragraph{
	color:#000000;
    font-size:18px;
    line-height:26px;
    font-weight:600;
	margin-top:6px;
	}
.comparision-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:770px;
	margin-top:130px;
	margin-bottom:30px;
	}
.comp_col-1{
	float: left;
    width: 46%;
    position: relative;
	background:#fff;
	}
.comp_col-1 ul{
	float:left;
	width:100%;
	}
.comp_col-1 ul li{
	float:left;
	width:100%;
	border-bottom:1px solid #f4f4f4;
	border-left:1px solid #f4f4f4;
	height:85px;
	color:#1a1a1a;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	text-align:left;
	padding:0 10px 0 15px;
	border-radius:8px 0 0 8px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	position:relative;
	}
.comp_col-line{
	float:left;
	width:2%;
	background:#fff;
	}
.comp_col-line ul{
	float:left;
	width:100%;
	}
.comp_col-line ul li{
	float:left;
	width:100%;
	height:85px;
	border-bottom:1px solid #f4f4f4;
	}
.comp_col-line ul li:first-child{border-top:1px solid #f4f4f4;}	
.comp_col-2{
	float:left;
	width:26%;
	background:#1d5da1;
	border-radius:10px;
	margin:-97px 0 -25px 0;
	border:1px solid #5283b7;
	}
.comp_col2-top{
	float:left;
	width:100%;
	height:95px;
	}
.comp_col2-top img{
	margin:-135px auto 35px;
	display:block;
	max-width:100%;
	}
.comp_col2-top p {
    font-size: 23px;
    line-height: 28px;
    color:#fff;
    font-weight:700;
	padding-top:18px;
	}
.comp_col-2 ul{
	float:left;
	width:100%;
	}
.comp_col-2 ul li{
	float:left;
	width:100%;
	height:85px;
	text-align:center;
	display: flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
	border-bottom:1px solid #4676a9;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	color:#fff;
	padding:0 5px;
	}
.comp_col-1 ul li:first-child{border-top:1px solid #f4f4f4;}
.comp_col-2 ul li:first-child{border-top:1px solid #4676a9;}
.comp_col-3 ul li:first-child{border-top:1px solid #e0e0e0;}
.comp_col-2 ul li span{color:#b0ef8f; font-weight:800;}
.comp_col-2 ul li img{width:40px;}
.comp_col-2 ul li:last-child{height:20px; border-bottom:none; background:#044b97; border-radius:0 0 8px 8px;}
.comp_col-2 ul li:nth-last-child(2){border-bottom:none;}
.comp_col-3{background:#ececec; border:2px solid #3b3b3b}
.comp_col2-top{background:#044b97; border-radius:8px 8px 0 0;}
.comp_col-3 ul li:last-child{background:#eaeaea;}
.comp_col-3 .comp_col2-top{background:#eaeaea; border-radius:7px 7px 0 0; }
.comp_col-3 .comp_col2-top p{font-size:20px; color:#000;}
.comp_col-3 ul li{border-bottom:1px solid #e0e0e0; color:#000;}
.comp_col-2 ul li p{font-size:20px; line-height:24px; font-weight:700;}	
	
.important_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:2px dashed #636363;
	padding:25px 50px 30px 25px;
	margin-top:50px;
	}
.important_box_heading{
	color:#000000;
    font-size:30px;
    line-height:36px;
    font-weight:800;
	text-align:left;
	font-family: 'Inter';
	}
.important_box_heading span{
	color:#ff0000;
	text-transform:uppercase;	
	}
.important_box_product{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	position:relative;
	}
.important_product_image{
	display:block;
	margin:0 auto;	
	}
.important_product_seal{
	position:absolute;
	top:-18px;
    right:90px;
	width:132px;	
	}
.important_box_text{
	color:#000000;
    font-size:20px;
    line-height:26px;
    font-weight:bold;
	margin-top:25px;
	}      
.important_box .common_button{margin-top:20px;}	





.review_box{
	float:left;
	width:100%;
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	margin-top:35px;
	}	
.review_box_form{
	float:left;
	width:100%;
	}
.review_box_form_heading{
	color:#000000;
    font-size:16px;
    line-height:24px;
    font-weight:bold;
	text-align:left;
	}
.input-field{
	float:left;
	width:100%;
	height:55px;
	color:#202020;
	font-size:14px;
	background:#fff;
	-webkit-appearance:none;
	font-family: 'Open Sans';
	border:1px solid #b7b7b7;
	outline:none;
	padding:0 10px;
	margin-top:25px;
	}
.review_box_inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width:100%;
	}
.people_col_box{
	float:left;
	width:100%;
	cursor:auto;
	}
.people_col_box_inner{
	padding-left:10px;
	margin-left:52px;
	position:relative;
	}
.people_col_box_inner:before{
	content:'';
	position:absolute;
	top:26px;
	bottom:6px;
	left:0;
	border-left:1px solid #d8d8d8;
	}
.people_col_row{
	float:left;
	width:100%;
	padding-left:40px;
	margin-top:25px;
	position:relative;
	}
.people_comnt_img{
	position:absolute;
	left:0;
	top:2px;
	box-sizing:content-box;
	width:40px;
	}
.people_comment{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	padding-left:10px;
	position:relative;
	}
.comment_people_name{
	font-size:14px;
	line-height:22px;
	color:#3b5998;
	font-weight:bold;
	}
.comment_text{
	color:#000000;
	font-size:14px;
	line-height:20px;
	}
.blue_tick{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 5px;
    width:16px;
	}
	
.review_image_box{
	float:left;
	width:100%;
	margin:8px 0 0 12px;	
	}	
.review_image{
	float:left;
	margin-right:5px;
	}		
ul.people_comment_react{
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	flex-wrap: wrap;
	float:left;
	width:30%;
	padding-left:10px;
	margin-top:5px;
	}
ul.people_comment_react li{
	color:#627aad;
	font-size:12px;
	line-height:22px;
	font-weight:600;
	text-align:left;
	padding:0 10px;
	position:relative;
	cursor:pointer;
	}
ul.people_comment_react li:hover{ text-decoration:underline;}
ul.people_comment_react li:first-child{padding-left:0;}
ul.people_comment_react li:last-child{padding-right:0;}
ul.people_comment_react li:nth-child(3), ul.people_comment_react li:nth-child(4){
	color:#000000;
	font-weight:500;
	}
ul.people_comment_react li:after{
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#7f7f7f;
	}
ul.people_comment_react li:last-child:after{display:none;}
.commnt_like{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
    width:16px;
	}
















	
/*========Right-Section========*/
.order_box{
	float:right;
	width:26.5%;
	background:#ffffff;
	border:1px solid #d4d4d4;
	-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:20px 25px 25px; 
	position:relative;
	}
.sticky{
    top:20px;
    position:-webkit-sticky;
    position:sticky;
	}
.order_box_logo{
	display:block;
	margin:0 auto;
	width:184px;
	}	
.order_box_sub_heading{
    color:#000000;
    font-size:18px;
    line-height:26px;
    font-weight:bold;
	margin-top:10px;
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:15px;
	}
.order_product_image{
	display:block;
	margin:0 auto;
	}
ul.order-box-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:8px;
	}
ul.order-box-list li{
	float:left;
	width:100%;
	background:url(../images/order-tick-bullet.webp)no-repeat left 6px;
	background-size:15px;
	color:#000000;
    font-size:17px;
    line-height:23px;
    font-weight:600;
	text-align:left;
	padding-left:25px;
	margin-top:8px;
	}
.order_box .common_button{
	max-width:254px;
	font-size:21px;
	line-height:21px;
	padding:17px 0 16px;
	margin:20px auto 0;
	}
.order_box .button_arrow{
    width:20px;
    margin:-4px 0 0 10px;
	}
.rating_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	}
.rating_box_logo{
	display:block;
	margin:0 auto;
	width:101px;
	}
.rating_box_text{
	color:#000000;
	font-size:16px;
    line-height:24px;
	margin-top:10px;
	}
.rating_box_text span{font-weight:600;}
	
/*======Footer=======*/
.footer{
	float:left;
	width:100%;
	padding:50px 0 40px;
	background:#ffffff;
	border-top:1px solid #d8d8d8;
	}
.footer_text{
	color:#000000;
	font-size:14px;
    line-height:20px;
    letter-spacing:0.3px;
	margin-top:10px;
	}	
.footer_text.margin-top-0{margin-top:0;}
.footer_text a{padding:0 5px;}			
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.left_section{padding-right:30px;}
.main_heading{font-size:39px; line-height:47px;}
ul.ashamed_list li{width:30%;}
.important_product_seal{top:-6px; right:65px; width:100px;}

.order_box{padding:20px 20px 25px;}
.order_box_sub_heading{font-size:15px; line-height:23px;}
.order_product_box{margin-top:15px;}
ul.order-box-list li{background-position:left 5px; font-size:16px; line-height:22px;}
.order_box .common_button{max-width:215px; letter-spacing:0.5px; padding:15px 0 14px; margin:15px auto 0;}
.order_box .button_arrow{width:17px; margin:-2px 0 0 10px;}
.rating_box_text{font-size:14px; line-height:22px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.common_heading{font-size:32px; line-height:40px; padding-bottom:10px; margin-top:35px;}
.common_paragraph{font-size:17px; line-height:25px; margin-top:20px;}
.common_paragraph.margin-top-15{margin-top:10px;}
.common_image{margin:25px 0 5px;}
.common_button{font-size:26px; line-height:26px; padding:19px 0; margin:20px auto 0;}
.button_arrow{margin:-2px 0 0 15px;}

.header{padding:11px 0;}
.logo{width:119px}
.header_text{top:-5px;}
.header_button{width:170px; height:43px; font-size:17px; line-height:43px;}
.header_button_arrow{width:15px;}

.section_content{padding:35px 0 45px;}
.left_section{width:67%; border-right:none; padding-right:0;}
.main_heading{font-size:36px; line-height:44px;}
.author_box{padding:25px 0; margin-top:15px;}
.author_box_list li:first-child{padding-left:45px;}
.author_image{top:36%; width:35px;}
.author_paragraph{font-size:14px; line-height:14px;}
.author_tick_icon{margin:-3px 0 0 8px; width:15px;}

ul.helped_list{margin:8px 0 5px;}
ul.helped_list li{font-size:17px; line-height:25px; background-position:left 4px; background-size:18px; padding-left:30px; margin-top:10px;}

.reasons_box{margin-top:40px;}
.reasons_number{font-size:20px; line-height:20px;}

ul.ashamed_list{margin:8px 0 5px;}
ul.ashamed_list li{width:48%; font-size:17px; line-height:23px; letter-spacing:0.3px; background-position:12px 12px; background-size:18px; padding:8px 10px 8px 38px; margin-right:10px;}

.worse_box{padding:35px 20px 20px; margin:45px 0 5px;}
.alert_icon{top:-25px; width:55px;}
.worse_box_heading{font-size:28px; line-height:36px;}
ul.worse_list{justify-content:start; row-gap:25px; column-gap:3.5%; padding:20px 0 15px;}
ul.worse_list li{width:31%;}

.concern_box{padding:15px 40px 15px 20px;}
.concern_box_paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px;}

.comp_col2-top img{margin:-105px auto 0;}
.comp_col2-top p{font-size:19px; line-height:24px;}
.comp_col-2 ul li p{font-size:18px; line-height:22px;}
.comp_col-3 .comp_col2-top p{font-size:17px; line-height:22px;}

.important_box{padding:25px 20px 30px; margin-top:40px;}
.important_box_heading{font-size:28px; line-height:34px;}
.important_box_product{margin-top:25px;}
.important_product_image{max-width:85%;}
.important_product_seal{width:75px;}
.important_box_text{font-size:18px; line-height:26px; margin-top:20px;}

.review_box{margin-top:30px;}
.input-field{height:50px; margin-top:10px;}
.review_image{width:100px;}

.order_box{width:30%; padding:20px 15px 25px;}
.order_box_logo{width:100px;}	
.order_box_sub_heading{font-size:13px; line-height:21px; margin-top:10px;}
.order_product_box{margin-top:15px;}
ul.order-box-list li{background-size:13px; font-size:13px; line-height:18px; padding-left:20px;}
.order_box .common_button{font-size:19px; line-height:19px;}
.rating_box_text{font-size:12px; line-height:20px;}
		
.footer{padding:35px 0;}

}

@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:28px; line-height:36px; margin-top:30px;}
.common_image{min-height:220px; object-fit:cover; margin:20px 0 3px;}
.common_image4, .common_image3{min-height:auto; object-fit:contain;}
.common_button{font-size:22px; line-height:22px; padding:19px 0; letter-spacing:0.3px;}

.header{padding:10px 0;}
.logo{float:none; display:inline-block; vertical-align:middle; width:100px; margin-top:16px;}
.header_text{font-size:11px; line-height:15px;}

.section_content{padding:20px 0 30px;}
.left_section{width:100%;}
.main_heading{font-size:32px; line-height:38px; letter-spacing:0.3px;}
.author_box{padding:15px 0; margin-top:12px; border-right:none;}
.author_box_list li{border-right:none;}
.author_box_list li:first-child{padding-left:48px;}
.author_box_list li:nth-child(2){display:none;}
.author_image{top:50%; width:40px;}
.author_paragraph{font-size:13px; line-height:20px;}
.author_paragraph span{font-size:15px;}

ul.helped_list{margin:5px 0 0;}
.reasons_box{margin-top:35px;}
.reasons_number{font-size:18px; line-height:18px; padding:7px 18px 8px;}

ul.ashamed_list{margin:5px 0 0;}
ul.ashamed_list li{width:100%; line-height:25px; background-position:15px 15px; background-size:18px; padding:11px 10px 10px 42px; margin-top:10px; margin-right:0;}

.worse_box{width:calc(100% + 30px); padding:30px 15px 25px; margin:35px 0 5px -15px;}
.alert_icon{top:-20px; width:50px;}
.worse_box_heading{font-size:26px; line-height:34px;}
ul.worse_list{justify-content:center; row-gap:25px; column-gap:1%; padding:20px 0 15px;}
ul.worse_list li{width:49%;}

.concern_row{margin:10px 0 2px;}
.concern_box{width:100%; padding:15px 15px; margin-top:10px;}

.comparision-box{margin-top:80px;}
.comp_col-1 ul li{font-size:15px; line-height:20px; height:65px;}
.comp_col-2{margin:-51px 0 -25px;}
.comp_col2-top{height:50px;}
.comp_col2-top img{margin:-60px auto 16px;}
.comp_col2-top p{font-size:13px; line-height:15px; padding-top:10px;}
.comp_col-2 ul li{height:65px;}
.comp_col-2 ul li img{width:25px;}
.comp_col-3 .comp_col2-top p{font-size:13px; line-height:15px;}
.comp_col-2 ul li p{font-size:12px; line-height:16px;}
.comp_col-line ul li{height:65px;}

.important_box{padding:20px 15px 25px; margin-top:35px;}
.important_box_heading{font-size:24px; line-height:34px;}
.important_product_image{max-width:100%;}
.important_product_seal{width:65px; right:22px;}
.important_box_text{font-size:17px; line-height:25px; letter-spacing:0.3px;}

.review_box{margin-top:30px;}
.review_image{width:80px;}
ul.people_comment_react{width:100%;}

.footer{padding:25px 0 90px;}
.footer_text{font-size:14px; line-height:22px;}
.footer_text a{padding:0 3px;}

.btmfix{margin-top:20px;}
.footer-cta{
	width:calc(100% - 30px);
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	position:fixed;
	padding:0;
	bottom:15px;
	left:15px;
	right:15px;
	z-index:99;
	
	}
.footer-cta .common_button{margin:0; -webkit-box-shadow:0 5px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow:0 5px 5px 1px rgba(0, 0, 0, 0.3);}

}