@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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/

@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;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url('Inter-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-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-Black.woff2') format('woff2'),
	url('Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.wrapper{overflow:hidden;}

/*========Header========*/
.header{
	float:left;
	width:100%;
	background:#edffe0;
	padding:12px 0;
	}
.logo{
	float:left;
	width:197px;
	}
	
/*=======COMMON-CSS======*/	
.sub_heading{
	color:#000000;
	font-size:22px;
	line-height:28px;
	font-weight:bold;
	text-align:left;
	}
.common_heading{
	color:#000000;
	font-size:38px;
	line-height:48px;
	font-weight:800;
	text-align:left;
	margin-top:50px;
	}
.common_heading span{color:#006900;}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	text-align:left;
	margin-top:25px;
	}

/*=========================*/	
/*-------Main-Section-------*/	
.main_section{
	float:left;
	width:100%;
	padding:45px 0 80px;
	}
.section_content{
	float:left;
	width:100%;
	}
	
/*-------left-Section-------*/
.left_section{
	float:left;
	width:68.4%;
	}	
.rating_text{
	float:left;
	width:100%;
	color:#000000;
    font-size:16px;
	line-height:26px;
	text-align:left;
	margin-top:10px;
	}
.rating_text span{font-weight:600;}
.rated_user_image{
	display:inline-block;
	vertical-align:top;
    margin:0 0 0 6px;
	width:166px;
	}
.main_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:46px;
	line-height:56px;
	text-align:left;
	font-weight:900;
	margin-top:15px;
	}
.author_content_box{
	float:left;
	width:100%;
	text-align:left;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding:19px 15px 17px;
	margin:25px 0 40px;
	}
.author_details_box{
	float:left;
	width:50%;
	text-align:left;
	}	
.author_box_list{
	float:left;
	width:100%;	
	}
.author_box_list li{
	float:left;
	width:50%;
	text-align:left;
	border-right:1px solid #e4e4e4;
	padding:0 22px 0 25px;
	position:relative;	
	}
.author_box_list li:first-child{padding-left:60px; width:45%;}
.author_box_list li:last-child{border-right:none;}
.author_image{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:50px;
	border-radius:50%;
	}
.author_paragraph{
	color:#000000;
	font-size:15px;
	line-height:21px;
	}
.author_paragraph span{
	font-weight:bold;
	}
.view_box{
	float:right;
	width:19%;
	text-align:left;
	padding-left:50px;
	position:relative;	
	}
.view_box p{
	color:#000000;
	font-size:15px;
	line-height:21px;
	}
.view_box p span{
	font-weight:bold;
	}
.graph_arrow{
	position:absolute;
    top:3px;
    left:0;	
	}
.content_image_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%;
	margin:30px 0 5px;
	}
.content_image_column{
	width:24%;
	}
.content_image{
	display:block;
	margin:0 auto;
	width:193px;
	border-radius:10px;
	}
.reason_section{
	display:inline-block;
    vertical-align:top;
	width:100%;
	margin-top:5px;
	}
.reason_box{
	float:left;
	width:100%;
	margin-top:60px;
	}
.reason_image_box{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center; 
	align-items:center;
	width:100%;
	height:100%;
	background:#c0c0c0;
	border-radius:5px;
	/*border:2px solid #fff;*/
	-webkit-box-shadow:0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow:0 3px 3px 1px rgb(0 0 0 / 0.2);
	margin:25px auto 10px;
	overflow:hidden;
	}
.reason_image{
	display:inline-block;
    vertical-align:middle;
	width:100%;
	border-radius:5px;
	-webkit-box-shadow:0 0 10px 1px rgb(0 0 0 / 0.1);
    -webkit-box-shadow:0 0 10px 1px rgb(0 0 0 / 0.1);
    margin:25px 0 10px;
	}
.reason_image2{
	display:inline-block;
    vertical-align:middle;
	}
.reason_heading{
	color:#000000;
	font-size:38px;
	line-height:48px;
	font-weight:800;
	text-align:left;
	padding-left:65px;
	position:relative;
	}
.reason_number{
	position:absolute;
	top:3px;
	left:0;
	width:50px;
	height:50px;
	border-radius:50%;
	background: rgb(237, 255, 224);
    background: linear-gradient(140deg, rgba(237, 255, 224, 1) 0%, rgba(233, 254, 222, 1) 30%, rgb(146 235 179) 100%);
	font-size:36px;
	line-height:48px;
	text-align:center;
	}	
.reason_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	text-align:left;
	margin-top:25px;
	}	
.product_box{
	float:left;
	width:100%;
	border-radius:15px;
	background:#ffffff;
	-webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	padding:40px 48px;
	margin:35px auto 0;
	}
.product_box_inner{
	float:left;
	width:100%;
	position:relative;
	}
.product_image{
	display:block;
	margin:0 auto;
	}
.product_seal{
	position:absolute;
	top:55px;
	right:60px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:114px;
	height:114px;
	background:#ff1414;
	border-radius:50%;
	border:1px solid #ffffff;
	-webkit-box-shadow: 0 0 0 12px #ff1414;
	box-shadow: 0 0 0 12px #ff1414;
	color:#ffffff;
	font-size:38px;
	line-height:38px;
	font-weight:800;
	text-transform:uppercase;
	}
ul.product_box_list{
	float:left;
	width:100%;
	margin-top:18px;
	}
ul.product_box_list li{
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:30px;
	padding-left:45px;
	position:relative;
	}
ul.product_box_list li:last-child{margin-bottom:0;}
.product_list_number{
	position:absolute;
	top:0;
	left:0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:30px;
	height:30px;
	background:#006900;
	border-radius:50%;
	color:#ffffff;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	text-align:center;
	}
.product_list_text{
	color:#000000;
	font-size:17px;
	line-height:26px;
	font-weight:500;
	}
.hint_box{
	float:left;
	width:100%;
	text-align:left;
	background:#fff7b6;
	border:1px solid #efdd4a;
	border-radius:10px;
	padding:16px 20px 14px 80px;
	margin-top:35px;
	position:relative;
	}
.hint_icon{
	position:absolute;
	top:22px;
	left:20px;
	width:45px;
	}
.hint_box_paragraph{
	color:#000000;
	font-size:17px;
	line-height:25px;
	}	
.common_button{
	display:inline-block;
	vertical-align:middle;
	max-width:575px;
	width:100%;
    color:#ffffff;
	font-size:29px;
	line-height:29px;
	text-align:center;
	font-weight:bold;
	text-align:center;
	background:#26aa2f;
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 0.2);
	border-radius:10px;
	padding:25px 0 26px;
	margin:25px auto 0;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	margin:-2px -6px 0 12px;
	}

/*========Right-Section========*/
.right_section{
	float:right;
	width:28%;
	}
.order_box{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:12px;
	-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:30px 15px;
	overflow:hidden;
	}
.order_box_heading{
	color:#000000;
	font-size:26px;
	line-height:34px;
	font-weight:800;	
	}
.order_box_heading span{color:#17ba2b;}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	position:relative;
	}
.order_product_image{
	display:block;
	margin:0 auto;
	}
.order_seal{
	position:absolute;
    top:-22px;
    right:60px;
	width:82px;
	}
ul.order_box_list{
	float:left;
	width:100%;
	padding:0 10px;
	margin-top:15px;
	}
ul.order_box_list li{
	float:left;
	width:100%;
	color:#000000;
    font-size:18px;
    line-height:26px;
	text-align:left;
	font-weight:500;
	background:url(../images/bullet.png) no-repeat left 5px;
	background-size:16px;
	padding-left:25px;
	margin-top:10px;
	}
.order_box .button_box{max-width:245px; margin-top:25px;}
.order_box .common_button{max-width:290px; font-size:23px; line-height:23px; padding:19px 0 20px; margin-top:20px;}
	
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #ebebeb;
	padding:45px 0 0;
	}	
.footer_logo{
	display:block;
	margin:0 auto 15px;
	width:140px;
	}
.footer_text{
	color:#4f4f4f;
	font-size:17px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-top:10px;
	}
.footer_text a{padding:0 5px;}

.btmfix{
	margin-top:40px;
	}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	padding:25px 0 20px;
	background:#051e5b;
	position:relative;
	bottom:0;
	z-index:99
	}
a.footer-btn{
    display: inline-block;
    vertical-align: middle;
    max-width: 575px;
    width: 100%;
    color: #ffffff;
    font-size: 29px;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    background: #26aa2f;
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 0.2);
    border-radius: 10px;
    padding: 25px 0 26px;
    margin: 0 auto 0;
	}
a.footer-btn img{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    margin: -2px -6px 0 12px;
	}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.common_heading{font-size:36px; line-height:46px;}

.main_heading{font-size:39px; line-height:49px;}
.author_details_box{width:60%;}
.view_box{width:22%;}

.reason_heading{font-size:35px; line-height:45px;}
.product_seal{top:30px; right:30px;}

.order_box{padding:25px 15px;}
.order_box_heading{font-size:24px; line-height:32px;}
.order_seal{top:-18px; right:60px; width:73px;}
ul.order_box_list{padding:0 0; margin-top:10px;}
ul.order_box_list li{font-size:16px; line-height:24px; background-position:left 5px;background-size:15px; padding-left:22px; margin-top:8px;}
.order_box .common_button{font-size:19px; line-height:19px; border-radius:5px; padding:20px 0 20px; margin-top:15px;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.sub_heading{font-size:20px; line-height:26px;}
.common_heading{font-size:30px; line-height:40px; margin-top:35px;}
.common_paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px; margin-top:20px;}

.header{padding:11px 0;}
.logo{width:165px;}

.main_section{padding:40px 0 50px;}
.left_section{width:67%;}
.rating_text{font-size:15px; line-height:25px; margin-top:0;}
.rated_user_image{width:150px; margin:2px 0 0 6px;}
.main_heading{font-size:37px; line-height:45px; margin-top:10px;}

.author_content_box{padding:19px 0 17px; margin:20px 0 30px;}
.author_details_box{width:70%;}
.author_box_list li{padding:0 15px 0;}	
.author_paragraph{font-size:14px; line-height:20px;}
.view_box{width:26%; padding-left:45px;}
.view_box p{font-size:14px; line-height:20px;}

.content_image_row{margin:25px 0 5px;}
.reason_box{margin-top:40px;}
.reason_heading{font-size:28px; line-height:38px; padding-left:55px;}
.reason_number{width:45px; height:45px; font-size:28px; line-height:45px;}
.reason_image{margin:16px 0 5px;}
.reason_image_box{margin:16px 0 5px;}
.reason_paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px; margin-top:20px;}

.product_box{padding:30px 25px; margin:30px auto 0;}
.product_seal{top:25px;width:100px; height:100px; -webkit-box-shadow:0 0 0 8px #ff1414;  box-shadow:0 0 0 8px #ff1414; font-size:26px; line-height:26px;}
ul.product_box_list li{margin-bottom:15px; padding-left:33px;}
.product_list_number{top:1px; width:25px; height:25px; font-size:14px; line-height:13px;}
.product_list_text{line-height:25px; letter-spacing:0.3px;}
.hint_box{padding:16px 20px 14px 75px; margin-top:25px;}
.common_button{font-size:25px; line-height:25px;}

.right_section{width:30%;}
.order_box_heading{font-size:20px; line-height:28px;}
.order_seal{top:-16px; right:34px; width:65px;}	
ul.order_box_list li{font-size:14px; line-height:22px; background-position:left 3px; background-size:14px; padding-left:20px; margin-top:8px;}
.order_box .common_button{font-size:22px; line-height:22px; padding:17px 0; margin-top:15px;}

.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;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.sub_heading{font-size:20px; line-height:28px;}
.common_heading{font-size:24px; line-height:32px; margin-top:25px;}
.common_paragraph{letter-spacing:0.5px;}

.header{padding:9px 0;}
.logo{float:none; display:block; margin:0 auto; width:145px;}
.main_section{padding:25px 0 30px;}
.left_section{width:100%;}
.rating_text{font-size:13px; line-height:21px;}
.rated_user_image{margin:1px 0 0 5px; width:115px;}
.main_heading{font-size:26px; line-height:34px; letter-spacing:0.5px;}

.author_content_box{padding:15px 0 14px; margin:10px 0 25px;}
.author_details_box{width:100%;}
.author_box_list li{padding:0 15px 0 20px;}	
.author_box_list li:first-child{padding-left:55px;}
.author_image{width:45px;}
.author_paragraph{font-size:14px; line-height:20px;}

.content_image_row{justify-content:center; column-gap:10px; margin:10px 0 0;}
.content_image_column{width:48%; margin-top:10px;}

.reason_box{margin-top:35px;}
.reason_heading{font-size:24px; line-height:30px; padding-left:50px;}
.reason_number{top:0; width:40px; height:40px; font-size:24px; line-height:40px;}
.reason_paragraph{letter-spacing:0.5px;}
.reason_image{height:250px; object-fit:cover; margin:15px 0 5px;}
.reason_image_box{margin:15px 0 25px;}
.reason_image2{height:250px; object-fit:cover;}
.reason_image8{height:280px;}

.product_box{padding:25px 15px; margin:25px auto 0;}
.product_seal{top:10px; width:80px; height:80px; -webkit-box-shadow: 0 0 0 5px #ff1414; box-shadow: 0 0 0 5px #ff1414; font-size:24px; line-height:25px;}
.hint_box{padding:25px 15px 20px;}
.hint_box_heading{color:#000000; font-size:18px; line-height:26px; font-weight:bold; padding-left:40px; position:relative;}
.hint_icon{top:-8px; left:0; width:30px;}
.hint_box_paragraph{margin-top:14px;}
.common_button{font-size:19px; line-height:19px; letter-spacing:0.3px;}
.button_arrow{width:20px; margin:-2px -4px 0 8px;}

.footer{padding:25px 0 0;}
.footer_logo{margin:0 auto 18px; width:130px;}
.footer_text{font-size:13px; line-height:23px;}
.footer_text.margin_top{margin-top:8px;}

.footer-cta{ padding: 0; background: none;}
.btmfix{ margin-top: 25px;}
a.footer-btn img{ width: 17px; margin: -3px 0 0 13px;}
a.footer-btn{ width:100%; border-radius:0; height: 55px; font-size: 20px; padding:14px 0;}

}