@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-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: '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-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:14px 0;
	position:relative;
	}
.header_text{
	position:absolute;
    top:5px;
    left:50%;
    transform:translateX(-50%);
    color:#a6a6a6;
    font-size:12px;
    line-height:20px;
    letter-spacing:0.5px;
	text-transform:uppercase;
	font-family: 'Inter';
	}
.logo{
	float:left;
    width:150px;
	margin-top:7px;
	}
.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:#0ba62c;
	-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:-4px -6px 0 6px;	
	}

/*=======COMMON-CSS======*/	
.common_heading{
	color:#000000;
	font-size:40px;
	line-height:46px;
	font-weight:800;
	text-align:left;
	font-family: 'Inter';
	border-bottom:1px solid #d4d4d4;
	padding-bottom:10px;
	margin-top:45px;             
	}
.common_heading.letter-spacing{letter-spacing:-0.2px;}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	text-align:left;
	margin-top:25px;
	}
.common_paragraph span{
	display:inline;
    background:#f0ee37;
    line-height:30px;
    padding:1px 8px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	}
.link_text{
	color:#146dc1;
	font-weight:bold;
	text-decoration:underline;
	}
.common_paragraph.margin-top-0{margin-top:0;}
.common_paragraph.margin-top-15{margin-top:15px;}
.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:635px;
    width:100%;
    color:#ffffff;
    font-size:25px;
    line-height:25px;
    font-weight:bold;
    text-align:center;
    border-radius:5px;
    background:#0ba62c;
	-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);
	padding:25px 0;
	margin:35px auto 0;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
    width:20px;
    margin:-2px 0 0 12px;
	}
	
/*=========================*/	
/*=======Main-Section=======*/	
.main_section{
	float:left;
	width:100%;
	}
.section_content{
	float:left;
	width:100%;
	padding:45px 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:52px;
	font-family: 'Inter';
	text-align:left;
	font-weight:800;
	}	
.main_highlight_text{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	font-family: 'Inter';
	text-align:left;
	margin-top:13px;
	}
.main_highlight_text span{
	display:inline;
    background:#fef26d;
    line-height:34px;
    padding:0 8px 2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	}
.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:52px;
	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;
	}	
.yellow_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#fefff1;
	padding:14px 18px;
	margin-top:-5px;
	}
	
	
ul.flaws_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:15px 0 5px;
	}
ul.flaws_list li{
	float:left;
	width:100%;
	color:#000000;
    font-size:18px;
    line-height:26px;
	text-align:left;
	padding-left:25px;
	margin-top:12px;
	position:relative;	
	}
ul.flaws_list li:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	width:8px;
	height:8px;
	background:#000000;
	border-radius:50%;
	}	
ul.features_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:0 0 5px;
	}
ul.features_list li{
	float:left;
	width:100%;
	background:url(../images/features-tick.webp)no-repeat left 4px;
	background-size:22px;
	color:#000000;
    font-size:18px;
    line-height:28px;
    font-weight:bold;
	text-align:left;
	padding-left:35px;
	margin-top:30px;
	}	
.testimonial_row{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	margin:25px 0 5px;
	}
.testimonial_box{
	width:32.5%;
	text-align:left;
	border:1px solid #e0e0e0;
	}
.testimonial_image{
	display:block;
	marign:0 auto;	
	}
.testimonial_box_content{
	float:left;
	width:100%;
	padding:18px 12px 15px;
	}
.testimonial_user_name{
	color:#000000;
    font-size:13px;
    line-height:23px;
	}
.testimonial_user_name span{
	font-size:16px;
	font-weight:600;
	}
.testimonial_verify_tick{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 0;
	width:14px;
	}
.testimonial_star{
	display:block;
	width:95px;
	margin-top:8px;
	}
.testimonial_box_heading{
	min-height:48px;
	color:#000000;
    font-size:18px;
    line-height:24px;
    font-weight:bold;
	margin-top:10px;
	}
.testimonial_box_paragraph{
	color:#000000;
    font-size:18px;
    line-height:28px;
	margin-top:10px;
	}
.user_review_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:10px 0 5px;
	}
.user_review_box{
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	width:100%;
	border:1px solid #bebebe;
	padding:15px 20px 20px;
	margin-top:25px;
	}
.user_review_image_box{
	width:266px;
	}
.user_review_image{
	display:inline-block;
	vertical-align:middle;
	}
.user_review_box_content{
	width:calc(100% - 266px);
	text-align:left;
	padding-left:22px;
	}
.user_review_star{
	display:block;
	width:114px;
	margin-top:5px;
	}
.user_review_box_heading{
	color:#000000;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
	margin-top:10px;
	}
.user_review_box_paragraph{
	color:#000000;
    font-size:18px;
    line-height:28px;
	margin-top:10px;
	}
.user_review_name{
	color:#000000;
    font-size:14px;
    line-height:24px;
	margin-top:25px;
	}
.user_review_name span{
	font-size:16px;
	font-weight:600;	
	}
.user_review_verify_tick{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 8px;
	width:17px;
	}
.update_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#fffde9;
	border:2px dashed #ff0000;
	padding:25px 30px 50px;
	margin-top:40px;
	}
.update_box_heading{
	color:#000000;
    font-size:24px;
    line-height:30px;
    font-weight:bold;	
	text-align:left;
	padding-left:45px;
	position:relative;
	}
.alert_icon{
	position:absolute;
	top:1px;
	left:0;
	width:31px;
	}
.review_box{
	float:left;
	width:100%;
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	margin-top:45px;
	}	
.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:-3px 0 0 5px;
    width:15px;
	}	
.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:45%;
	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 20px 25px; 
	margin-top:10px;
	position:relative;
	}
.sticky{
    top:30px;
    position:-webkit-sticky;
    position:sticky;
	}
.order_box_logo{
	display:block;
	margin:0 auto;
	width:150px;
	}	
.order_box_sub_heading{
    color:#000000;
    font-size:22px;
    line-height:28px;
    font-weight:bold;
	margin-top:15px;
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	}
.order_product_image{
	display:block;
	margin:0 auto;
	}
ul.order-box-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:-10px;
	}
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;
	}
	
/*======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;}

.common_heading{font-size:36px; line-height:46px;}

.left_section{padding-right:30px;}
.main_heading{font-size:40px; line-height:50px;}
.main_highlight_text{font-size:18px; line-height:28px;}
.user_review_box_paragraph{font-size:17px; line-height:27px;}

.order_box{padding:20px 15px 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:15px; line-height:23px; letter-spacing:-0.3px;}
.order_box .common_button{max-width:215px; font-size:20px; line-height:20px; letter-spacing:0.5px; padding:15px 0 14px; margin:15px auto 0;}
.order_box .button_arrow{width:17px; margin:-2px 0 0 10px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.common_heading{font-size:30px; line-height:40px; margin-top:35px;}
.common_paragraph{font-size:17px; line-height:25px; margin-top:20px;}
.common_image{margin:22px 0 2px;}
.common_button{font-size:21px; line-height:20px; padding:20px 0; margin:20px auto 0;}
.button_arrow{margin:-2px 0 0 10px;}

.header{padding:11px 0;}
.logo{width:130px}
.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:46px;}
.main_highlight_text{font-size:17px; line-height:25px; margin-top:10px;}
.main_highlight_text span{line-height:32px;}

.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;}

.yellow_box{padding:14px 15px;}

ul.flaws_list{margin:5px 0;}
ul.flaws_list li{font-size:17px; line-height:25px; padding-left:22px; margin-top:10px;}

ul.features_list{margin:10px 0 5px;}
ul.features_list li{background-position:left 4px; background-size:18px; font-size:17px; line-height:25px; padding-left:30px; margin-top:10px;}

.testimonial_box{width:49%;}
.testimonial_box_content{padding:15px 10px;}
.testimonial_star{width:95px;}
.testimonial_box_paragraph{font-size:17px; line-height:25px;}
.testimonial_verify_tick{width:15px;}

.user_review_box{padding:20px 15px; margin-top:15px;}
.user_review_box_content{width:100%; padding-left:0;}
.user_review_star{width:95px; margin-top:0;}
.user_review_box_paragraph{font-size:17px; line-height:25px; margin-top:5px;}
.user_review_user_name{font-size:14px; line-height:22px; margin-top:20px;}
.mob_user_review_image{display:block; margin-top:15px;}

.update_box{padding:25px 20px 30px; margin-top:35px;}
.update_box_heading{padding-left:38px;}
.alert_icon{top:3px; width:28px;}

.review_box{margin-top:30px;}
.input-field{height:50px; margin-top:10px;}
.review_image{width:100px;}

.order_box{width:30%; padding:20px 15px 25px; margin-top:0;}
.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:26px; line-height:34px; margin-top:33px;}
.common_image{min-height:220px; object-fit:cover; margin:20px 0 3px;}
.common_image2, .common_image7, .common_image9, .common_image10, .common_image12{min-height:auto; object-fit:contain;}
.common_image12{margin:22px 0 5px;}
.common_button{font-size:22px; line-height:22px; padding:19px 0; letter-spacing:0.3px; margin:20px auto 0;}

.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:28px; line-height:36px;}
.main_highlight_text{font-size:15px; line-height:23px;}
.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.features_list{margin:10px 0 0;}
.testimonial_row{margin:5px 0 0;}
.testimonial_box_heading{min-height:auto; font-size:17px; line-height:25px;}
.testimonial_verify_tick{margin:-4px 6px 0 0;}
.user_review_box_heading{font-size:19px; line-height:27px;}
.user_review_verify_tick{width:15px;}
.mob_user_review_image{width:200px;}        

.update_box{padding:25px 20px 30px; margin-top:25px;}
.update_box_heading{font-size:21px; line-height:29px; padding-left:35px;}
.alert_icon{width:25px;}
.update_box .common_button{line-height:28px; padding:12px 0 14px;}

.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);
	}
}