@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family:'Inter';
	font-weight:400;
	}
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; 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-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: 'Oxanium';
    src: url('Oxanium-Regular.woff2') format('woff2'),
        url('Oxanium-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oxanium';
    src: url('Oxanium-Bold.woff2') format('woff2'),
        url('Oxanium-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oxanium';
    src: url('Oxanium-ExtraBold.woff2') format('woff2'),
        url('Oxanium-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====*/
.fixed_header_bar{
	margin-bottom:67px;
	}
.header{
	height:67px;
	margin-top:-67px;
	top:67px;
	position:relative;
	background:#000;
	z-index: 999;
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
	width:100%;
	}
.fixed_nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.header_row{
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content: space-between;
	width:100%;
	height:67px;
	}
.logo{
	flex-shrink:0;
	width:165px;
	}				
ul.topMenu{
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content:center;
	margin:0 auto 0;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#fff;
	font-size:14px;
	line-height:14px;
	font-family:'Inter';
	font-weight:500;
	position:relative;
	}
.header_btn{
	float:right;
	padding:0 15px;
	width:222px;
	height:49px;
	background: #0ba91a;
	font-size:16px;
	line-height:49px;
	font-family: 'Oxanium';
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	}
.header_btn img{
	width:19px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 8px;
	}
	
/*----------------
Section 1
----------------*/
.section_1{
	background:url(../images/sec1-bg.webp) center top no-repeat #050505;
	background-size:cover;
	padding:35px 0 60px;
	overflow:hidden;
}
.section_1_inner{
	display:grid;
	grid-template-columns:570px 1fr;
	column-gap:40px;
	align-items:center;
}
.section_1_left{
	width:100%;
	text-align:left;
	position:relative;
	z-index:2;
}
.section_1_tag{
	color:#07b61d;
	font-size:21px;
	line-height:25px;
	font-weight:800;
	font-family: 'Oxanium';
	text-transform:uppercase;
}
.section_1_heading{
	margin-top:12px;
	font-size:54px;
	line-height:56px;
	font-family: 'Oxanium';
	font-weight:800;
	letter-spacing:-2px;
	color:#000;
	text-transform:uppercase;
}
.section_1_heading_green{
	display:block;
	color:#07b61d;
}
.section_1_text{
	margin-top:15px;
	font-size:16px;
	line-height:24px;
	max-width:470px;
}
.section_1_line{
	max-width:470px;
	width:96%;
	height:2px;
	background:#07b61d;
	margin-top:15px;
	position:relative;
}
.section_1_line img{
	position:absolute;
	width:34px;
	right:-20px;
	top:50%;
	transform:translateY(-50%);
}
.section_1_list{
	margin-top:25px;
}
.section_1_item{
	display:flex;
	align-items:flex-start;
	margin-bottom:12px;
}
.section_1_item:last-child{
	margin-bottom:0;
}
.section_1_check{
	width:20px;
	flex-shrink:0;
	margin-top:2px;
}
.section_1_item_text{
	width:calc(100% - 36px);
	margin-left:12px;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	color:#000;
}
.button_box{
	display:inline-block;
	vertical-align:top;
	max-width:470px;
	width:100%;
	margin-top:35px;
}
.button_rating{
	display:flex;
	align-items:center;
	justify-content:center;
}
.button_rating img{
	display:inline-block;
	vertical-align:middle;
	width:77px;
	margin:-1px 7px 0 0;
}
.button_rating p{
	font-size:14px;
	line-height:20px;
}
.common_button{
	width:100%;
	height:70px;
	margin-top:10px;
	background:#0ba91a;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:.3s;
	font-size:26px;
	line-height:26px;
	font-family: 'Oxanium';
	font-weight:800;
	letter-spacing:.5px;
	color:#fff;
	text-transform:uppercase;
}
.common_button:hover{
	transform:translateY(-2px);
}
.common_button img{
	width:19px;
	margin-left:12px;
}
.button_secure{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10px;
}
.button_secure img{
	width:18px;
	flex-shrink:0;
}
.button_secure p{
	margin-left:6px;
	font-size:14px;
	line-height:20px;
}

.section_1_right{
	width:100%;
	position:relative;
	margin:10px 0 0;
}
.section_1_image_box{
	width:100%;
	max-width:470px;
	margin:0 0 0 auto;
	position:relative;
}
.section_1_right_img{
	max-width:473px;
	width:100%;
	border-radius:0px 0px 15px 15px;
	display: inline-block;
	vertical-align: top;
}
.section_1_product{
	position:absolute;
	right:-30px;
	top:-20px;
	width:737px;
	z-index:1;
}
.section_1_badge{
	width: 89px;
	position: absolute;
	top: 255px;
	left: -115px;
	z-index: 5;
}
.section_1_info{
	width:100%;
	padding:15px 10px;
	background:rgba(0,0,0,.5);
	border-radius:0px 0px 15px 15px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	z-index:4;
	box-shadow:0 15px 35px rgba(0,0,0,.45);
}
.section_1_info_box{
	width:33.333%;
	padding:0 10px;
	text-align:center;
	border-right:1px solid rgba(255,255,255,.10);
}
.section_1_info_box:last-child{
	border-right:none;
}
.section_1_info_heading{
	font-size:22px;
	line-height:22px;
	font-family: 'Oxanium';
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
}
.section_1_info_text{
	margin-top:5px;
	font-size:13px;
	line-height:18px;
	color:#ffffff;
}

/*====feature-strip====*/
.feature-strip{
	background:#fff;
	padding:30px 0;
	border-bottom:1px solid #ccc;
	}
.feature-strip-heading{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content:center;
	column-gap:10px;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	position:relative;
	margin:0 auto;
	max-width:880px;
	z-index:1;
	}
.feature-strip-heading:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 11px;
	right: 0;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, transparent 0%, transparent 5%, #ccc 50%, transparent 95%, transparent 100%) 1;
	z-index:-1;
	}
.feature-strip-heading span{background:#fff; display:inline-block; vertical-align:middle; padding:0 20px;}
.feature-strip-row{
	width:100%;
	max-width:750px;
	display: flex;
	display: -webkit-flex;
    justify-content:center;
	margin:25px auto 0;
	}
.feature-strip-col{
	width:25%;
	text-align:center;
	padding:0 20px;
	}
.feature-strip-col:last-child{
	border-right:none;
	}
.feature-strip-img{
	display:block;
	margin:0 auto 6px;
	width:127px;
	max-width:100%;
	}
.feature-strip-text{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	}

/*----------------
Section 2
----------------*/
.section_2{
	background:url(../images/section-2-bg.webp) center top no-repeat #f4f2ee;
	background-size:cover;
	padding:65px 0;
	position:relative;
	overflow:hidden;
}
.section_2_inner{
	display:flex;
	justify-content:center;
	max-width:788px;
	width:100%;
	margin:0 auto;
}
.section_2_paper{
	background:url(../images/paper_bg.webp) center top no-repeat;
	background-size:cover;
	padding:18px;
	position:relative;
	border:1px solid #d9d2c8;
	box-shadow:0 20px 60px rgba(0,0,0,.12);
}
.section_2_paper:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	padding:18px;
	background:repeating-linear-gradient(-45deg,#111111 0,#111111 8px,#90a893 8px,#90a893 25px);
	-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
	-webkit-mask-composite:xor;
	mask-composite:exclude;
	pointer-events:none;
}
.section_2_top{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding:35px 35px 12px;
	position:relative;
	z-index:2;
}
.section_2_heading_box{
	width:420px;
	text-align:left;
}
.section_2_heading{
	font-family:'Oxanium';
	font-size:40px;
	line-height:44px;
	font-weight:800;
	color:#000;
	text-transform:uppercase;
	letter-spacing:-2px;
}
.section_2_heading span{color:#07b61d;}
.section_2_designation{
	margin-top:15px;
	font-size:14px;
	line-height:18px;
	color:#000;
}
.section_2_lines{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin:25px 0 0;
}
.section_2_profile_box{
	width:193px;
	border:1px solid #07b61d;
	padding:4px;
	background:#ffffff;
	box-sizing:content-box;
	margin-right:10px;
}
.section_2_profile{
	display:block;
	width:100%;
}
.section_2_border{
	height:2px;
	margin:0 18px;
	background:linear-gradient(to right,#34cf3b 0,#34cf3b 60%,transparent 100%);
}
.section_2_stamp{
	width: 110px;
    position: absolute;
    right: 235px;
    bottom: 10px;
}
.section_2_intro{
	padding:0 35px;
	position:relative;
	text-align:left;
	margin:-20px 0 0;
}
.section_2_title{
	font-family:'Oxanium';
	font-size:28px;
	line-height:30px;
	font-weight:800;
	color:#000;
	text-transform:uppercase;
	margin:20px 0 0;
}
.section_2_columns{
	display:flex;
	justify-content:space-between;
	padding:20px 18px 0;
}
.section_2_left{
	width:430px;
}
.section_2_right{
	width:235px;
}
.section_2_content_image{
	max-width:100%;
	float:right;
	margin:15px 0 0 10px;
}
.section_2_text{
	margin-top:18px;
	font-size:16px;
	line-height:24px;
}
.section_2_text:first-child{
	margin-top:0;
}
.section_2_text strong{
	font-weight:700;
}
.section_2_feature{
	margin:28px 0 0;
	padding:16px 0;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	display:flex;
	justify-content:space-between;
}
.section_2_feature_box{
	width:24.5%;
	display:flex;
	align-items:center;
}
.section_2_feature_icon{
	width:38px;
	flex-shrink:0;
}
.section_2_feature_text{
	width:calc(100% - 40px);
	margin-left:10px;
	font-size:18px;
	line-height:24px;
	font-family:'Oxanium';
	font-weight:700;
	text-align:left;
	letter-spacing:-1px;
}
.section_2_line{
	height:1px;
	background:#d9d9d9;
	margin:25px 18px;
}
.section_2_note{
	margin:30px 35px 0;
	padding:14px 18px;
	background:#3d8f4b;
	display:flex;
	align-items:center;
	border:1px solid #07b61d;
}
.section_2_note_icon{
	width:31px;
	flex-shrink:0;
}
.section_2_note_text{
	width:calc(100% - 28px);
	margin-left:10px;
	font-size:20px;
	line-height:24px;
	font-weight:600;
	color:#ffffff;
	text-align:left;
}
.section_2_bottom{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding:0 35px 35px;
}
.section_2_sign_box{
	width:320px;
	text-align:left;
	padding-top:35px;
}
.section_2_footer_text{
	font-size:16px;
	line-height:20px;
}
.section_2_sign{
	margin-top:12px;
	display:block;
	width:289px;
}
.section_2_name{
	margin-top:12px;
	font-size:17px;
	line-height:22px;
	font-weight:700;
	color:#111111;
}
.section_2_company{
	margin-top:4px;
	font-size:14px;
	line-height:18px;
}
.section_2_product_box{
	width:327px;
}
.section_2_product{
	display:block;
	width:100%;
}

/*----------------
Section 3
----------------*/
.section_3{
	background:url(../images/section-3-bg.webp) center top no-repeat #111111;
	background-size:cover;
	padding:65px 0;
}
.section_3_inner{
	display:grid;
	grid-template-columns:580px 1fr;
	column-gap:100px;
	align-items:flex-start;
	position:relative;
}
.section_3_left{
	width:100%;
	position:relative;
	z-index:2;
	text-align:left;
}
.common_heading{
	font-family:'Oxanium';
	font-size:55px;
	line-height:60px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:-2px;
}
.common_heading span{
	color:#07b61d;
}
.common_text{
	margin-top:18px;
	font-size:17px;
	line-height:25px;
}
.button_secure.color_white img{filter: brightness(0) invert(1);}
.section_3_center{
	position:absolute;
	z-index:3;
	right:445px;
	top:-130px;
}
.section_3_product{
	display:block;
	width:145px;
	margin:0 auto;
}
.section_3_right{
	width:100%;
	padding-top:10px;
	max-width:530px;
}
.section_3_image_box{
	position:relative;
	aspect-ratio: 530 / 529;
	border-radius: 14px;
	overflow: hidden;
}
.section_3_image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:center -110px;
}
.section_3_bottom{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	column-gap:18px;
	margin-top:45px;
	position:relative;
	z-index:3;
}
.section_3_card{
	background:#191919;
	border:1px solid rgba(255,255,255,.06);
	border-radius:12px;
	padding:22px;
	min-height:120px;
	text-align:left;
}
.section_3_card_top{
	display:flex;
	align-items:center;
}
.section_3_card_icon{
	width:34px;
}
.section_3_card_rating{
	margin-left:10px;
	font-size:34px;
	line-height:34px;
	font-weight:800;
	color:#ffffff;
}
.section_3_star{
	width:86px;
	margin:0 0 0 10px;
}
.section_3_card_heading{
	font-family:'Oxanium';
	font-size:26px;
	line-height:26px;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
}
.section_3_card_text{
	margin-top:12px;
	font-size:14px;
	line-height:20px;
	color:#c8c8c8;
}
.section_3_review_name{
	font-size:14px;
	line-height:18px;
	font-weight:500;
	color:#fff;
	margin:12px 0 0;
}
.section_3_review_name small{
	font-size:11px;
	line-height:14px;
}
.section_3_review_name small img{
	width:10px;
	margin:0 3px;
}

/*----------------
Section 4
----------------*/
.section_4{
	padding:60px 0;
	background:#ffffff;
}
.section_4_inner{
	width:100%;
	margin:40px auto 10px;
}
.section_4_grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}
.section_4_card{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	background:#101010;
	box-shadow:0 10px 30px rgba(0,0,0,.08);
	text-align:left;
}
.section_4_image{
	display:block;
	width:100%;
	transition:.4s;
}
.section_4_card:hover .section_4_image{
	transform:scale(1.05);
}
.section_4_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding:25px 30px;
	background:linear-gradient(to bottom,rgba(0,0,0,.10) 0%,rgba(0,0,0,.25) 25%,rgba(0,0,0,.05) 45%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.88) 100%);
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.section_4_title{
	display:flex;
	align-items:flex-start;
}
.section_4_icon{
	width:53px;
	flex-shrink:0;
}
.section_4_title_text{
	width:calc(100% - 42px);
	margin-left:12px;
	font-family:'Oxanium';
	font-size:26px;
	line-height:26px;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
}
.section_4_content{
	border-top:1px solid #095a18;
	width:calc(100% + 60px); 
	margin-left:-30px;
	padding:0 30px;
}
.section_4_card_text{
	font-size:15px;
	line-height:22px;
	color:#ffffff;
	padding:20px 0 0;
	position:relative;
}
.section_4_card:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid rgba(255,255,255,.08);
	border-radius:8px;
	pointer-events:none;
}
.section_4_card:hover:before{
	border-color:rgba(50,215,50,.45);
}
.section_4_card:hover{
	box-shadow:0 15px 35px rgba(0,0,0,.18);
}


/*----------------
Section 5
----------------*/
.section_5{
	padding:60px 0;
	background:#f1f6f2;
}
.section_5_inner{
	margin:50px auto 0;
}
.section_5_steps{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	column-gap:16px;
	position:relative;
	padding-top:44px;
}
.section_5_steps:before{
	content:"";
	position:absolute;
	left:12%;
	right:12%;
	top:4px;
	border-top:1px dashed #07b61d;
}
.section_5_step{
	position:relative;
	text-align:center;
}
.section_5_step_no{
	width:27px;
	height:27px;
	background:#07b61d;
	border-radius:50%;
	font-size:16px;
	line-height:27px;
	font-weight:700;
	color:#ffffff;
	position:absolute;
	left:50%;
	top:-54px;
	transform:translateX(-50%);
	z-index:2;
}
.section_5_step_box{
	height:170px;
	border:2px solid #07b61d;
	border-radius:10px;
	background:#ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	box-sizing:content-box;
}
.section_5_step_image{
	display:block;
	width:100%;
	transition:.35s;
}
.section_5_step:hover .section_5_step_image{
	transform:scale(1.05);
}
.section_5_step_text{
	margin-top:12px;
	padding:0 10px;
	font-size:16px;
	line-height:22px;
	font-weight:500;
}
.section_5_bottom{
	margin-top:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:40px;
}
.section_5_product_box{
	width:602px;
}
.section_5_product{
	display:block;
	width:100%;
}
.section_5_result{
	display:flex;
	align-items:center;
}
.section_5_result_icon{
	width:42px;
	flex-shrink:0;
}
.section_5_result_content{
	margin-left:14px;
}
.section_5_result_title{
	font-size:24px;
	line-height:30px;
	font-family:'Oxanium';
}
.section_5_result_text{
	margin-top:2px;
	font-family:'Oxanium';
	font-size:36px;
	line-height:36px;
	font-weight:800;
	color:#07b61d;
	text-transform:uppercase;
}

/*----------------
Section 6
----------------*/
.section_6{
	padding:60px 0 0;
	background:#ffffff;
}
.section_6_inner{
	display:grid;
	grid-template-columns:498px 1fr;
	column-gap:50px;
	align-items:center;
	max-width:1000px;
	margin:40px auto -70px;
}
.section_6_left{
	width:100%;
}
.section_6_product{
	display:block;
	width:100%;
}
.section_6_right{
	width:100%;
}
.section_6_list{
	width:100%;
}
.section_6_item{
	display:flex;
	align-items:center;
	min-height:62px;
	border-bottom:1px solid #e8e8e8;
}
.section_6_item:last-child{border-bottom:none;}
.section_6_icon{
	width:76px;
	flex-shrink:0;
	display:block;
}
.section_6_item_text{
	width:calc(100% - 66px);
	margin-left:20px;
	font-size:20px;
	line-height:28px;
	font-weight:700;
	color:#000;
	text-align:left;
}
.section_6_item:hover{
	background:#fafafa;
}
.section_6_item:hover .section_6_item_text{
	color:#18c52b;
}
.section_6_item:hover .section_6_icon{
	transform:scale(1.05);
}
.section_6_icon{
	transition:.3s;
}
.section_6_item_text{
	transition:.3s;
}

/*----------------
Section 7
----------------*/
.section_7{
	padding:60px 0 0;
	background:#ffffff;
}
.section_7_inner{
	width:100%;
	border: 15px solid transparent;
    border-image-source: url(../images/border-img.webp);
    border-image-repeat: repeat;
    border-image-slice: 15;
}
.section_7_box{
	background:url(../images/section-7-bg.webp) center center repeat;
	padding:40px;
	display:grid;
	grid-template-columns:320px 1fr;
	column-gap:45px;
	align-items:center;
	border:2px solid #07b61d;
}
.section_7_left{
	width:100%;
	text-align:center;
}
.section_7_badge{
	display:block;
	width:100%;
	max-width:280px;
	margin:0 auto;
}
.section_7_right{
	width:100%;
	text-align:left;
}
.contact_info_icon{
	width:20px;
	display:inline-block;
	vertical-align:middle;
	filter: brightness(0) invert(1);
	margin:-3px 6px 0 0;
}

/*----------------
Section 8
----------------*/
.section_8{
	padding:60px 0 0;
	background:#ffffff;
}
.section_8_inner{
	width:100%;
	margin:40px auto 0;
}
.section_8_grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px 30px;
}
.section_8_card{
	padding:22px;
	background:#f2f9f3;
	border:1px solid #363636;
	transition:.3s;
	text-align:left;
	display:flex;
	flex-direction:column;
}
.section_8_card:hover{
	border-color:#18c62d;
	box-shadow:0 10px 25px rgba(0,0,0,.08);
	transform:translateY(-3px);
}
.section_8_card_heading{
	font-size:20px;
	line-height:28px;
	font-weight:700;
	margin-bottom:10px;
}
.section_8_stars{
	display:block;
	width:92px;
	margin-bottom:10px;
}
.section_8_card_text{
	font-size:16px;
	line-height:23px;
	margin-bottom:20px;
}
.section_8_user{
	display:flex;
	align-items:center;
	margin-top:auto;
}
.section_8_user_image{
	width:42px;
	height:42px;
	border-radius:50%;
	display:block;
	flex-shrink:0;
}
.section_8_user_content{
	width:calc(100% - 54px);
	margin-left:12px;
}
.section_8_user_name{
	font-size:16px;
	line-height:20px;
	font-weight:700;
	color:#000;
}
.section_8_user_verify{
	margin-top:4px;
	font-size:11px;
	line-height:15px;
	font-weight:600;
	color:#049f0a;
	position:relative;
}
.section_8_user_verify img{
	width:10px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
}

/* section-9 */
.section_9{
	padding:60px 0 65px;
}
.offer_box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	border-radius:10px;
	background:#f2f9f3;
	padding:50px 70px;
	position:relative;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.offer_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    background: repeating-linear-gradient(-45deg, #111111 0, #111111 8px, #f2f9f3 8px, #f2f9f3 25px);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.offer_header{
	font-size:24px;
	line-height:30px;
	font-family: 'Oxanium';
	font-weight:700;
	padding:5px 30px 6px;
	background:#161616;
	color:#fff;
	position:absolute;
	left:0;
	top:-22px;
	width:100%;
	text-transform:uppercase;
}
.offer_box_prod{
	position:relative;
	margin:40px 0 0;
}
.offer_prod{
	max-width:515px;
	width:100%;
	position:relative;
	z-index:1;
	margin:-70px 0;
}
.offer_seal{
	position: absolute;
    right: 20px;
    top: 28px;
    width: 90px;
}
.offer_box_content{
	width:calc(100% - 470px);
	text-align:left;
}
.offer_review_text{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#000;
	margin:0 0 10px;
}
.offer_review_text img{
	display:inline-block;
	vertical-align:middle;
	width:68px;
	margin:-3px 4px 0 0;
}
.offer_text{
	font-size:50px;
	line-height:50px;
	font-family: 'Oxanium';
	font-weight:800;
	color:#000;
	text-transform:uppercase;
	letter-spacing:-2.5px;
}
.offer_text span{color:#30bc30;}
ul.offer_list{
	display:inline-block;
	vertical-align:top;
}
ul.offer_list li{
	font-size:17px;
	line-height:22px;
	font-weight:500;
	color:#000;
	background:url(../images/offer-tick.webp) left top no-repeat;
	background-size:19px;
	text-align:left;
	padding-left:28px;
	margin-top:12px;
}
ul.offer_list li.red{
	background:url(../images/offer-clock.webp) left top no-repeat;
	background-size:18px;
	color:#f00000;
}
.offer_price{
	font-size:35px;
	line-height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:0 15px;
	margin:0 0 20px;
}
.cut_price{
	color:#a6a6a6;
	position:relative;
}
.cut_price:after{
	content:'';
	position:absolute;
	left:0;
	top:25px;
	border-top:2px solid #f00;
	transform:rotate(-10deg);
	width:calc(100% + 20px);
	margin-left:-10px;
}
.main_price{
	font-weight:700;
	color:#000;
}
.ship_text{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	position:relative;
	}
.ship_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:9px;
	background:#1fa700;
	border-radius:50%;
	margin:-1px 7px 0 0;
	animation:breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
	}
.low-stock-row{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	width:80px;
	margin:0 10px;
	}
.low-stock-indicater{
	width:13px;
	height:14px;
	background:#e6e6e6;
	}
.low-stock-indicater.active > span{
	background:#ef2000;
	width:100%;
	height:100%;
	float:left;
	}
.fade{
	animation:fade 1.2s ease infinite;
	}
@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0.1;}
	100%{ opacity:1;}
	}
.offer_box_prod:before{
	content:'';
	position:absolute;
	width:385px;
	height:385px;
	border:1px solid #07b61d;
	background:#fff;
	border-radius:50%;
	left:50px;
}


/* section-10 */
.section_10{
	padding: 60px 0px 65px;
	background:#f2f9f3;
	background-size:cover;
}
.sec10_inner{
	max-width:770px;
	width:100%;
	margin:40px auto 0;
}
.faq_section{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.faq_slide_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#fff;
	border:1px solid #d7d7d7;
	margin-top:10px;
	}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close.webp) no-repeat right 15px center;
    background-size:20px;
    padding:20px 30px 20px 20px;
    position:relative;
    cursor:pointer;
    font-size:18px;
    line-height:22px;
    color:#000;
    font-weight: 700;
	border-bottom:none;
	}
.acdn_heading.accordion_open{
	background:url(../images/open.webp) no-repeat right 15px center;
	background-size:20px;
	color:#000;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 30px 15px 20px;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-bottom:20px;
	}
 
 
/*====Footer====*/
.footer{
	padding:40px 0 45px;
	background:#fff;
	}
.footer_logo{
	display:inline-block;
	vertical-align:middle;
	width:125px;
	margin:0 auto 10px;
	filter: brightness(0%);
	}
.footer_text{
	font-size:16px;
	line-height:18px;
	color:#000;
	margin-top:12px;
	}
.footer_text a{ padding:0 8px;}
.footer_text a:first-child{ padding-left:0;}
.footer_text a:last-child{ padding-right:0;}


/*=======================*/
.showTab, .showMob{ display:none;}
.hideDesk{ display:none;}
.color_white{ color:#fff;}
.button_text.color_white img{filter: brightness(0) invert(1);}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.section_1_heading{font-size:48px; line-height:50px;}
.section_1_product{width:567px;}
.section_1_info_heading{font-size:18px;}
.section_1_info_text{font-size:12px;}
.section_1_line img{width:22px;}

.common_heading{font-size:45px; line-height:47px;}

.section_3_inner{column-gap: 40px;}
.section_3_center{right:285px;}

.section_4_overlay{padding:20px 15px;}
.section_4_title_text{font-size:22px; line-height:24px;}

.offer_box{padding:50px;}
.offer_box_content{width: calc(100% - 420px);}

}

@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.section_1_inner{grid-template-columns: 370px 1fr;}
.section_1_tag{font-size:16px; line-height:18px;}
.section_1_heading{font-size:34px; line-height:36px;}
.section_1_text{font-size:15px; line-height:22px;}
.section_1_item_text{font-size:15px; line-height:22px;}
.section_1_check{width:20px;}
.section_1_product{width:430px;}
.section_1_badge{width:70px; left:-85px; top:205px;}
.section_1_info_box{padding:0 5px;}
.section_1_info_text{font-size:11px; line-height:13px;}

.featured_logo.one{width:130px;}
.featured_logo.two{width:140px;}
.featured_logo.three{width:140px;}
.featured_logo.four{width:110px;}
.featured_logo.five{width:120px;}

.section_2{padding:40px 0 45px;}
.common_heading{font-size:36px; line-height:38px;}
.common_text{font-size:15px; line-height:22px; margin-top:15px;}

.button_box{max-width:400px;}
.common_button{font-size:22px;}
.button_rating p{font-size:12px; line-height:18px;}
.button_secure p{font-size:12px; line-height:18px;}

.section_3{padding:40px 0 45px;}
.section_3_inner{grid-template-columns: 370px 1fr;}
.section_3_center{top:-40px;}
.section_3_product{width:105px;}
.section_3_card{padding:15px;}

.section_4{padding:40px 0 45px; background-size: 230%;}
.section_4_grid{grid-template-columns:repeat(2,1fr); gap:15px;}
.section_4_overlay{padding:20px;}
.section_4_icon{width:30px; margin: 4px 0 0;}
.section_4_title_text{width:calc(100% - 42px); margin-left:12px; font-size:23px; line-height:24px;}
.section_4_card_text{font-size:14px; line-height:20px;}

.section_5{padding:40px 0 45px;}
.section_5_steps{column-gap: 8px;}
.section_5_step_text{padding:0 8px;}

.section_6{padding:40px 0 0;}
.section_6_inner{grid-template-columns: 380px 1fr; column-gap: 20px; margin:35px auto -20px;}
.section_6_item{min-height:55px;}
.section_6_item_text{font-size:16px; line-height:24px;}

.section_7{padding:40px 0 0;}
.section_7_box{padding:20px 15px 25px; column-gap: 10px; grid-template-columns: 230px 1fr;}
.section_7_badge{max-width:200px;}

.section_8{padding:40px 0 0;}
.section_8_grid{gap:20px 10px;}
.section_8_card{padding:12px;}
.section_8_card_heading{font-size:17px; line-height:24px;}
.section_8_card_text{font-size:15px; line-height:20px; margin-bottom:15px;}

.section_9{padding:40px 0 45px;}
.offer_box{padding:35px;}
.offer_box_prod:before{width:285px; height:285px; left:20px;}
.offer_box_content{width: calc(100% - 180px);}
.offer_review_text{font-size:12px; line-height:18px;}
.offer_review_text img{width:58px;}
.offer_text{font-size:32px; line-height:36px;}
ul.offer_list li{font-size:15px; line-height:20px;}
.offer_prod{margin:-30px 0;}

.section_10{padding:40px 0 45px;}


}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.hideMob{display:none;}
.showMob{display:block;}

.fixed_header_bar{margin-bottom:56px;}
.header{height: 56px;margin-top:-56px;top:56px;}
.header_row{height:56px;}
.logo{ width:115px;}
.header_btn{height:36px;font-size:13px; padding:0 8px;line-height:36px; width:165px;}
.header_btn img{width:15px;}

.section_1{padding:25px 0 35px;}
.section_1_info{padding:15px 5px;}
.section_1_info_box{padding:0; border-right:none;}
.section_1_info_heading{font-size:16px;}
.section_1_inner{grid-template-columns: 1fr;}
.section_1_product{right:-100px; top:-30px; width:455px;}
.section_1_right{max-width:300px; margin:15px auto 0;}
.section_1_list{margin-top:20px;}
.section_1_item{margin-bottom:10px;}
.section_1_item_text{font-size:15px; line-height:22px; width:calc(100% - 17px); letter-spacing:-0.3px; margin-left:10px;}
.section_1_check{width:17px;}

.button_box{margin:25px 0 0;}
.button_rating img{width:48px;}
.common_button{height:55px; margin-top:6px;}
.button_secure{margin-top:6px;}
.button_secure img{width:15px;}

.feature-strip-heading{font-size:17px;}
.feature-strip-row{ flex-wrap:wrap;}
.feature-strip-col { width:50%; padding: 0 20px; position:relative;  border-right: 1px solid #ccc;}
.feature-strip-col:nth-child(2){ border-right:none;}
.feature-strip-col:nth-child(n+3){ margin-top:20px; padding-top:10px;}
.feature-strip-col:nth-child(n+3):before{ content:""; position:absolute; top:-10px; left:10px; right:10px; border-top:1px solid #ccc;}
.feature-strip-text{ margin-top:5px; font-size:14px; line-height:16px;}

.section_2{padding:30px 0 35px;}
.section_2_paper{padding:10px;}
.section_2_paper:before{padding:5px;}
.section_2_top{display:block; padding:20px 12px 12px;}
.section_2_heading_box{width:100%; text-align:center;}
.section_2_heading{font-size:30px; line-height:32px;}
.section_2_lines{margin:12px 0 0;}
.common_heading{margin-top:5px; font-size:30px; line-height:30px; letter-spacing:-0.5px;}
.section_2_designation{margin-top:8px; font-size:12px; line-height:18px;}
.section_2_profile_box{width:200px; margin:20px auto;}
.section_2_intro{padding:18px 12px 0; text-align:center;}
.section_2_stamp{display:none;}
.section_2_title{text-align:left; font-size:22px; line-height:24px; margin:0;}
.section_2_content_image{margin:25px auto 0; float:none;}
.section_2_text{margin-top:15px; font-size:14px; line-height:22px; text-align:left;}
.section_2_feature{margin:20px 12px 0; padding:16px 0; display:block;}
.section_2_feature_box{width:100%; justify-content:flex-start; margin-bottom:12px;}
.section_2_feature_box:last-child{margin-bottom:0;}
.section_2_feature_icon{width:30px;}
.section_2_feature_text{width:auto; margin-left:10px;}
.section_2_line{margin:20px 12px;}
.section_2_note{margin:20px 12px 0; padding:12px;}
.section_2_note_text{font-size:13px; line-height:19px;}
.section_2_bottom{padding:0 12px 20px; flex-direction: column-reverse; gap:10px 0;}
.section_2_sign_box{text-align:center; margin:0 auto; padding-top:0;}
.section_2_footer_text{text-align:center;}
.section_2_sign{margin:10px auto 0; width:150px;}
.section_2_name{text-align:center; font-size:16px;}
.section_2_company{text-align:center; font-size:12px;}
.section_2_product_box{width:100%; max-width:260px; margin:0 auto;}

.section_3{padding:30px 0 35px; overflow-x:clip;}
.section_3_inner{grid-template-columns:1fr;}
.section_3_bottom{grid-template-columns: 1fr; row-gap:20px;}
.section_3_image_box{margin-top:40px;}
.section_3_left .common_text{padding-right:55px;}
.section_3_product{width:65px; position:absolute; right:-20px; top:0;}

.section_4{padding:30px 0 35px; background-size:330%;}
.section_4_inner{margin:30px auto 0;}
.section_4_grid{grid-template-columns:1fr; gap:15px;}
.section_4_card{max-width:420px; margin:0 auto;}
.section_4_title_text{width:calc(100% - 40px); margin-left:12px;}

.section_5{padding:35px 0;}
.section_5_inner{margin:35px auto 0;}
.section_5_steps{grid-template-columns:1fr; padding-top:0;}
.section_5_steps:before{display:none;} 
.section_5_step{max-width:360px; margin:0 auto; position:relative; padding:0 0 40px 40px; text-align:left;}
.section_5_step:before{
	content:'';
	position:absolute;
	left:14px;
	border-left:1px dashed #07b61d;
	top:0;
	bottom:0;
}
.section_5_step:last-child{padding-bottom:0;}
.section_5_step:last-child:before{display:none;}
.section_5_step_no{margin-bottom:10px; left:0; top:0; transform:none; text-align:center;}
.section_5_step_box{height:auto; aspect-ratio:280/170;}
.section_5_step_image{height:100%; object-fit:cover;}
.section_5_step_text{margin-top:12px; padding:0 8px; font-size:14px; line-height:21px;}
.section_5_bottom{margin-top:30px; flex-direction:column;}
.section_5_product_box{width:100%; max-width:340px;}
.section_5_result{margin-top:22px; align-items:center;}
.section_5_result_icon{width:34px;}
.section_5_result_content{margin-left:10px;}
.section_5_result_title{font-size:15px; line-height:20px;}
.section_5_result_text{font-size:30px; line-height:30px;}

.section_6{padding:30px 0 45px;}
.section_6_inner{display:block;}
.section_6_left{max-width:100%; margin:0 auto;}
.section_6_product{width:100%;}
.section_6_right{margin-top:0;}
.section_6_item{min-height:52px; padding:10px 0;}
.section_6_icon{width:60px;}
.section_6_item_text{width:calc(100% - 48px); margin-left:12px;}

.section_7{padding:30px 0 0;}
.section_7_inner{border: 8px solid transparent; border-image-source: url(../images/border-img.webp); border-image-repeat: repeat; border-image-slice: 15;}
.section_7_box{display:block; padding:20px 15px; border-radius:10px;}
.section_7_left{text-align:center;}
.section_7_badge{max-width: 100px; margin: -70px auto -10px;}
.section_7_right{margin-top:20px;}
.section_7_text{margin-top:14px; font-size:15px; line-height:24px; text-align:center;}

.section_8{padding:30px 0;}
.section_8_inner{margin:35px auto 0;}
.section_8_grid{grid-template-columns:1fr; gap:15px;}
.section_8_card{max-width:420px; margin:0 auto; padding:18px;}
.section_8_card_heading{font-size:18px; line-height:24px;}
.section_8_stars{width:84px;}
.section_8_card_text{min-height:auto; font-size:14px; line-height:22px;}
.section_8_user{padding-top:5px;}
.section_8_user_image{width:38px; height:38px;}
.section_8_user_content{width:calc(100% - 50px); margin-left:12px;}
.section_8_user_name{font-size:14px; line-height:18px;}
.section_8_user_verify{margin-top:3px; font-size:11px; line-height:15px;}
.section_8_user_verify:before{width:7px; height:7px; top:4px;}

.section_9{padding:30px 0 40px;}
.offer_box{flex-wrap:wrap; -webkit-flex-wrap:wrap; padding: 40px 20px 30px;}
.offer_box:before{padding:8px; background: repeating-linear-gradient(-45deg, #111111 0, #111111 5px, #f2f9f3 5px, #f2f9f3 10px);}
.offer_header{font-size:15px; line-height:20px; padding: 6px 15px; width:100%; top:-17px;}
.offer_box_prod{width:100%; margin:20px 0 0;}
.offer_box_prod:before {width: 215px; height: 215px; left: 50%; transform: translateX(-50%); top:20px;}
.offer_prod{max-width:265px; margin: -10px 0 -35px;}
.offer_box_seal{right:160px; top:0;}
.offer_box_content{width:100%; text-align:center;}
.offer_text{font-size:28px; line-height:34px; letter-spacing:-1.5px;}
ul.offer_list li{font-size:16px; line-height:22px; padding-left:26px; background-size:18px; margin-top:10px;}
.offer_box .ship_text{font-size:11px; line-height:12px;}
ul.offer_list li.red{background-size:17px;}
.cut_price:after{top:20px;}

.section_10{padding:30px 0;}
.sec10_inner{margin:35px auto 0;}
.faq_slide_row{margin-top:10px;}
.accordion{font-size:16px; line-height:20px; padding: 12px 35px 12px 12px; background-position:right 12px center;background-size: 12px;}
.acdn_heading.accordion_open{background-position:right 12px center;background-size: 12px;}
.acdn_content{padding: 0 15px 0 12px;}
.acdn_para{font-size:15px; line-height:22px;}

.footer{ padding:0 0 25px;}
.footer_logo{ width:95px; margin:25px 0 5px;}
.footer_text{ font-size:15px; line-height:20px; letter-spacing:0.3px;}
.footer_text a{ padding:7px;}

/*====stickybtn====*/
#ctabtn-mob{
	background: #000;
	padding:10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 999;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .button_box{ margin-top:0;}
#ctabtn-mob .button_text{ margin-top:7px;}
}

.mt-0{margin-top:0;}