@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: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-Regular.woff2') format('woff2'),
	url('PlusJakartaSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-ExtraBold.woff2') format('woff2'),
	url('PlusJakartaSans-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====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	height:75px;
	margin-top:-75px;
	top:75px;
	position:relative;
	background:#fff;
	}
.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);
	}				
.logo{
	float:left;
	width:200px;
	margin-top:14px;
	}
ul.topMenu{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:28px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#000000;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	letter-spacing:0.3px;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#00bb29;}
a.header_btn{
    float:right;
	font-size:13px;
    line-height:15px;
    color:#fff;
    text-align:center;
    border-radius:7px;
    background:#ff0000;
    font-weight:800;
    letter-spacing:0.5px;
	margin-top:12px;
	padding:15px 10px 17px;
	}
.top_strip{
	background:#e50808;
	float:left;
	width:100%;
	padding:10px 0;
	border-top:2px dashed #fff;
	}
.top_strip p{
	font-size:15px;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.3px;
	}	
/*====Banner====*/
.banner{
	float:left;
	width:100%;
	padding:40px 0;
	background:url(../images/banner.webp) no-repeat center top #252525;
	overflow-x: clip;
	}
.banner_right{
	float:right;
	width:55%;
	text-align:left;
	}
.rating_text{
	font-size:16px;
	line-height:18px;
	color:#fff;
	}
.btn_star{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	margin:-4px 5px 0 0;
	}
.btn_check{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-3px 5px 0;
	}
.banner_heading{
	font-size:47px;
	line-height:54px;
	color:#fff;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	letter-spacing:-0.3px;
	}
.banner_heading2{
	background:url(../images/bnr_hdgbg.webp) no-repeat -50px 11px;
	background-size:100%;
	margin:0 -68px;
	padding:0 68px 9px;
	font-family: 'Plus Jakarta Sans';
	color:#fff;
	font-weight:800;
	letter-spacing:-0.3px;
	font-size:47px;
	line-height:58px;
	}
.banner_sub_heading{
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:400;
	padding:12px 68px;
	margin:0 -68px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 95%);
	letter-spacing:0.3px;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:15px;
	}
ul.banner_point li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:10px;
	text-align:left;
	padding-left:35px;
	color:#fff;
	font-size:18px;
	line-height:26px;
	background:url(../images/bnr_check.webp) no-repeat left 3px;
	background-size:21px;
	}
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:450px;
	margin-top:40px;
	text-align:center;
	}
.btn_top_text{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#000;
	position:relative;
	padding-left:17px;
	}	
.btn_top_text:before{
	content:'';
	position:absolute;
	top:3px;
	left:0;
	background:#22b632;
	width:8px;
	height:8px;
	border-radius:50%;
	animation: blinker 1s infinite linear;
	}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
 	}	
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
	}
.button_text{
	font-size:14px;
	line-height:18px;
	color:#000;
	}
a.common_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:68px;
	font-size:20px;
	line-height:66px;
	color:#fff;
	font-weight:800;
	background:#ec1919;
	margin:5px 0 10px;
	border-radius:8px;
	border:none;
	-webkit-appearance:none;
	}
.btn_arrow{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	margin:-3px 0 0 15px;
	}
.btn_dollar{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-2px 7px 0 0;
	}
.button_text.white .btn_dollar{ filter:brightness(0) invert(1);}
.banner_prod{
	position:absolute;
	top:190px;
	left:-80px;
	}
.banner_dot{
	position:absolute;
	right:0;
	top:475px;
	width:123px;
	}
/*====Slider_Strip====*/
.slider_strip{
	float:left;
	width:100%;
	overflow:hidden;
	padding:22px 0 20px;
	background:#141414;
	}
.logoSlider{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider_track{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 30s linear infinite;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider_track li{
	font-size:16px;
	line-height:20px;
	color:#fff;
	position:relative;
	letter-spacing:0.5px;
	margin-right:40px;
	font-weight:700;
	}
.slider_track li p{
	display:inline-block;
	vertical-align:middle;
	}	
.strip_ic{
	display:inline-block;
	vertical-align:middle;
	margin:0 6px 0 0;
	width:17px;
	}
/*====Section_1====*/
.section_1{
	float:left;
	width:100%;
	padding:60px 0 80px;
	background:#fff;
	}
.section_1_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	background:url(../images/s1_box.webp) no-repeat bottom right #f4f4f4;
	border-top:2px dashed #42513c;
	}
.s1_box_header{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:40px 30px 40px 35px;
	border-bottom:10px solid #42513c;
	margin-bottom:4px;
	position:relative;
	border-left:2px dashed #42513c;
	border-right:2px dashed #42513c;
	}
.s1_jason_img{
	float:right;
	width:256px;
	margin:-10px 0 -180px 0;
	}
.s1_box_seal{
	position:absolute;
	right:340px;
	bottom:-100px;
	}
.s1_box_header_inner{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	align-items:center;
	width:calc(100% - 260px);
	}
.s1_hdr_iconbx{
	width:93px;
	}
.s1_hdr_icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1_hdr_contnt{
	width:calc(100% - 110px);
	text-align:left;
	}
.s1_hdr_contnt p{
	font-size:40px;
	line-height:40px;
	color:#000000;
	font-weight:500;
	}
.s1_hdr_contnt p span{
	font-weight:800;
	color:#42513c;
	}
.s1_box_inner{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border-top:5px solid #42513c;
	padding:30px 40px 35px;
	text-align:left;
	border-left:2px dashed #42513c;
	border-right:2px dashed #42513c;
	}
.s1_box_heading{
	font-size:30px;
	line-height:36px;
	color:#000;
	font-weight:800;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	margin-top:20px;
	}
.s1_signbx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	}
.s1_sign{
	display:block;
	margin:0 0;
	width:123px;
	}
.s1_signbx p{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:500;
	margin-top:5px;
	text-align:left;
	}
.s1_box_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:url(../images/s1_box_row.webp) no-repeat right center #42513c;
	padding:10px 40px;
	}
ul.s1_row_list{
	display: flex;
    display:-webkit-flex;
    justify-content:flex-start;
	align-items:center;
	width:100%;
	column-gap:30px;
	}
ul.s1_row_list li{
	display: flex;
    display:-webkit-flex;
    justify-content:flex-start;
	align-items:center;
	text-align:left;
	column-gap:10px;
	}
ul.s1_row_list li img{
	width:36px;
	}
ul.s1_row_list li p{
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	}
ul.s1_row_list li p span{
	font-weight:800
	}
.s1_warn_icon{
	display:block;
	margin:40px auto 25px;
	width:50px;
	}
.common_heading{
	font-size:50px;
	line-height:56px;
	color:#000;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	letter-spacing:-0.3px;
	}
.sec1_mid{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	align-items:center;
	margin:40px auto 0;
	width:100%;
	max-width:1040px;
	}
.s1_mid_imgbx{
	width:33.1%;
	max-width:340px;
	}
.s1_mid_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1_mid_content{
	width:64%;
	text-align:left;
	}
.s1_mid_text1{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	}
ul.s1_mid_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:15px 0 0;
	}
ul.s1_mid_list li{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 0;
	padding:10px 15px 10px 15px;
	border:1px solid #ff0012;
	border-radius:9px;
	background:#fff;
	}
ul.s1_mid_list li p{
	display: flex;
    display: -webkit-flex;
    justify-content:start;
	align-items:center;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	letter-spacing:0;
	}
ul.s1_mid_list li img{
	width:22px;
	margin-right:8px;
	}
.s1_strip{
	display: flex;
    display: -webkit-flex;
    justify-content:center;
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	margin:25px auto 0;
	}
.s1_strip p{ padding:4px 10px 5px;}
.s1_strip p.s1_strip_text1{ font-weight:800; background:#000000; padding-right:0;}
.s1_strip p.s1_strip_text2{
	background:#ec1919;
	padding-left:4px;
	}
.s1_text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	margin-top:20px;
	}
/*====Section_2====*/
.section_2{
	float:left;
	width:100%;
	padding:55px 0 65px;
	background:#141414;
	}
.sec2_left{
	float:left;
	width:46.5%;
	text-align:left;
	}
.sec2_left .common_text{ margin-top:25px;}
.s2_text1{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:35px;
	padding-left:35px;
	}
.s2_text1:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:49%;
	border-top:2px solid #3d3d3d;
	}
.s2_text1 span{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	border:1px solid #464646;
	font-size:18px;
	font-weight:700;
	line-height:26px;
	color:#fff;
	background:#2c2c2c;
	border-radius:40px;
	padding-right:10px;
	padding-top:2px;
	}
.s2_quote{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	margin:-3px 5px 0 0;
	}
.s2_text2{
	width:92%;
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:400;
	font-style:italic;
	margin-top:25px;
	}
.line{
	height:1px;
	background:#3d3d3d;
	margin-top:28px;
	}
.sec2_right{
	float:right;
	width:52.2%;
	}
.se2_prod{
	display:inline-block;
	vertical-align:middle;
	margin:-100px -20px -17px 0;
	max-width:100%;
	position:relative;
	}
.s2_right_bx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:2px solid #373737;
	background:#0f0f0f;
	padding:4px;
	}
.s2_right_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
ul.s2_list{
	display: flex;
    display: -webkit-flex;
    justify-content:space-between;
	padding:25px 0;
	margin-top:20px;
	}
ul.s2_list li{
	width:33.33%;
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:500;
	padding:0 10px;
	position:relative;
	}
ul.s2_list li:after{
	position:absolute;
	content:"";
	left:50%;
	margin-left:-10px;
	top:-20px;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #42513c;
	}
/*====Section_3====*/
.section_3{
	float:left;
	width:100%;
	padding:55px 0 65px;
	background:#fff;
	}
.sec3_row{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:flex-start;
	margin:50px auto 0;
	column-gap:2.53%;
	row-gap:55px;
	}
.sec3_col{
	width:23.1%;
	}
.s3_col_imgbx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:1px solid #000000;
	margin-bottom:20px;
	}
.s3_col_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3_col_cont{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	}
.s3_col_cont h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}
ul.s3_col_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:10px;
	}
ul.s3_col_list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:6px;
	text-align:left;
	position:relative;
	padding-left:15px;
	font-size:15px;
	line-height:20px;
	color:#000000;
	letter-spacing:-0.2px;
	}
ul.s3_col_list li:before{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-3px;
	background:#d86a2a;
	width:6px;
	height:6px;
	border-radius:50%;
	}
/*====Section_4====*/
.section_4{
	float:left;
	width:100%;
	background:#141414;
	padding:50px 0 65px;
	position:relative;
	}
.sec4_left{
	float:left;
	width:50%;
	position:relative;
	}
.section_4:before{
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	right:50%;
	background:url(../images/s4_img.webp) no-repeat left center;
	background-size:cover;
	width:1002px;
	}
.sec4_right{
	float:right;
	width:50%;
	padding-left:25px;
	}
.s4_right_col{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top:35px;
	}
.s4_col_iconBox{
	width:71px;
	}
.s4_col_icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s4_col_content{
	width:calc(100% - 71px);
	padding-left:20px;
	text-align:left;
	}
.s4_col_content h3{
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:800;
	}
.s4_col_content p{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-top:5px;
	}
/*====Section_5====*/
.section_5{
	float:left;
	width:100%;
	background:#fff;
	padding:55px 0 65px;
	}
.sec5_mid{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:flex-start;
	margin:50px auto 0;
	column-gap:1.6%;
	row-gap:20px;
	}
.s5_col{
	width:49.2%;
	padding:3px;
	background:#fff;
	border:1px solid #b8b8b8;
	}
.s5_col_inr{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:space-between;
	align-items: center;
	width:100%;
	position:relative;
	background:#1e1e1e;
	}
.s5_col_inr:before{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:"";
	border:2px solid #000000;
	}
.s5_col_imgbx{
	width:39.3%;
	position:relative;
	}
.s5_col_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	-webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 0 46%, 0 0%);
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 0 46%, 0 0%);
	}
.s5_col_content{
	width:59.6%;
	text-align:left;
	padding:0 35px 0 15px;
	}
.s5_col_content h3{
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:800;
	}
.s5_col_content p{
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:400;
	margin-top:8px;
	}
.s5_col_icon{
	position:absolute;
	right:12px;
	top:12px;
	width:44px;
	}
/*====Section_6====*/
.section_6{
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:55px 0 65px;
	}
.se6_gunbox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	}
.s6_gunbx_text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	}
.s6_gunbx_text:before{
	position:absolute;
	content:"";
	left:86px;
	right:86px;
	top:63%;
	border-top:1px solid #cecece;
	}
.s6_gunbx_text span{
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:700;
	font-family: 'Plus Jakarta Sans';
	padding:0 8px;
	background:#f5f5f5;
	position:relative;
	}
.s6_gun_row{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:flex-start;
	margin:30px auto 0;
	width:100%;
	position:relative;
	column-gap:2.36%;
	}
.s6_gun_row:before, .s6_gun_row:after{
	position:absolute;
	content:"";
	left:86px;
	top:-38px;
	height:39px;
	background:#cecece;
	width:1px;
	}
.s6_gun_row:after{ left:auto; right:86px;}
.s6_gun_col{
	width:14.7%;
	border:1px solid #cecece;
	background:#fff;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
.s6_gun_imgbx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.s6_gun_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s6_gun_contnt{
	display: flex;
    justify-content:start;
    flex-direction: column;
    flex: 1;
	width:100%;
	padding:0 5px 15px;
	}
.s6_gun_contnt h3{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	}
.s6_gun_contnt p{
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-top:5px;
	}
.sec6_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	background:#1e1e1e;
	padding:10px;
	margin-top:30px;
	}
.s6_box_inner{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:2px solid #373737;
	padding:27px 0 30px 40px;
	}
.s6_bx_left{
	float:left;
	width:50%;
	text-align:left;
	}
.s6_bx_text{
	font-size:32px;
	line-height:36px;
	color:#fff;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	}
ul.s6_list{
	display:inline-block;
	vertical-align:middle;
	width:63%;
	margin-top:20px;
	}
ul.s6_list li{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:space-between;
	align-items: center;
	width:100%;
	padding:9px 0;
	border-bottom:1px solid #353535;
	}
ul.s6_list li:last-child{ border-bottom:none;}
.s6_list_num{
	float:left;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#d86a2a;
	font-size:16px;
	line-height:28px;
	color:#fff;
	text-align:center;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	}
ul.s6_list li p{
	float:right;
	width:calc(100% - 40px);
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:800;
	}
.s6_bx_left .button_box{ margin-top:20px;}
.s6_prod{
	position:absolute;
	right:0;
	bottom:0;
	}
/*====Section_7====*/
.section_7{
	float:left;
	width:100%;
	background:#fff;
	padding:55px 0 65px;
	}
.compare_chart{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	max-width:970px;
	margin:110px auto 0;
	}
.compare_col1{
	width:30.5%;
	}
ul.compare_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
ul.compare_list li{
	display:flex;
    display:-webkit-flex;
    justify-content:start;
	align-items:center;
	width:100%;
	height:62px;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:700;
	text-align:left;
	border-bottom:1px solid #464646;
	}
.compare_col1 ul.compare_list li{ padding:0 10px 0 30px;}
ul.compare_list li:nth-child(1){ border-bottom:none;}
ul.compare_list li:last-child{ border-bottom:none;}
.comp_top_bx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:30px;
	}
.com_col1_text{
	font-size:20px;
	line-height:24px;
	color:#d86a2a;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	text-align:left;
	}
.compare_col2{
	width:16.5%;
	background:#1e1e1e;
	border-radius:10px;
	padding-bottom:25px;
	}
.compare_col2 ul.compare_list li{justify-content:center; text-align:center;}
.comp_col2_text{
	font-size:16px;
	line-height:18px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	font-family: 'Plus Jakarta Sans';
	}
.compare_list_icon{
	display:block;
	margin:0 auto;
	width:25px;
	}
.compare_right{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:space-between;
	width:53%;
	}
.compare_col{
	width:33.33%;
	}
.compare_col ul.compare_list li{justify-content:center; text-align:center;}
.compare_col ul.compare_list li p{
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:700;
	}
.compare_prod1{
	display:block;
	margin:-75px auto 0;
	width:143px;
	max-width:100%;
	}
.compare_prod{
	display:block;
	margin:-45px auto 0;
	width:125px;
	max-width:100%;
	}
/*====Section_8====*/
.section_8{
	float:left;
	width:100%;
	background:#1e1e1e;
	padding:55px 0 65px;
	}
.s8_inner{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	max-width:1030px;
	margin:0 auto;
	}
.s8_seal_box{
	width:27.2%;
	max-width:280px;
	position:relative;
	}
.s8_seal_box:before{
	position:absolute;
	content:"";
	background:#d86a2a;
	top:50%;
	bottom:-50px;
	left:40px;
	right:40px;
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 50%, 0 75%, 0 25%);
	}
.mbk_gurantee{
	display:block;
	margin:0 auto;
	max-width:100%;
	position:relative;
	}
.s8_inner_right{
	width:69%;
	text-align:left;
	}
.guarantee_head{
	font-size:47px;
	line-height:50px;
	color:#fff;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	letter-spacing:-0.4px;
	}
.s8_inner_right .common_text a{ color:#d86a2a; font-weight:800;}
/*====Section_9====*/
.section_9{
	float:left;
	width:100%;
	background:#fff;
	padding:55px 0 65px;
	}
.review_box{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:40px auto 0;
	}
.review_col{
	width:31.2%;
	display: flex;
	display:-webkit-flex;
    justify-content: space-between;
    flex-direction: column;
	}
.rev_img_bx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-bottom:20px;
	}
.review_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.review_contentBx{
	width:100%;
	display:flex;
    display:-webkit-flex;
    justify-content:space-between;
	flex-direction: column;
	flex: 1;
	text-align:left;
	}
.review_inr{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	}
.review_star{
	display:inline-block;
	vertical-align:middle;
	width:105px;
	margin-bottom:10px;
	}
.review_heading{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin-bottom:10px;
	}
.review_text{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:400;
	margin-bottom:20px;
	}
.rev_name_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#8f8f8f;
	}
.rev_name_row span{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.rev_very{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 3px 0 7px;
	}
/*====Section_10====*/
.section_10{
	float:left;
	width:100%;
	background:#1e1e1e;
	padding:55px 0 65px;
	}
.faq_section{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:810px;
	margin:20px 0 10px;
	}
.faq_slide_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#ffffff;
	margin-top:20px;
	border-radius:10px;
	}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close.webp) no-repeat right 15px center;
    background-size:15px;
    padding:20px 30px 20px 20px;
    position:relative;
    cursor:pointer;
    font-size:20px;
    line-height:26px;
    color:#000;
    font-weight:600;
	border-bottom:none;
	}
.acdn_heading.accordion_open{
	background:url(../images/open.webp) no-repeat right 15px center;
	background-size:15px;
	color:#000;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 30px 5px 20px;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:20px;
	letter-spacing:0.3px;
	font-weight:400;
	}

/*====FOOTER====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0 45px;
	}
.footer_logo{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	margin:0 0 10px;
	}
.footer_text{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:500;
	letter-spacing:0.3px;
	margin-top:12px;
	}
.footer_text a{ padding:0 10px;}
.footer_text a:first-child{ padding-left:0;}
.footer_text a:last-child{ padding-right:0;}

.overflow{ overflow:hidden;}

/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}

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

ul.topMenu li{ padding:0 9px;}

.banner_right{ width:58%;}
.banner_heading{ font-size:43px; line-height:46px;}
.banner_heading2{ font-size:43px;line-height:46px; padding:5px 68px 9px;}
.banner_prod{ width:480px; top:210px;}
.banner_dot{ width:100px; top:510px;}

ul.s1_mid_list li p{ font-size:17px;}

.common_heading{ font-size:43px; line-height:48px;}

.s5_col_content h3{ font-size:21px; line-height:25px; padding-right:25px;}

.s6_gun_row {column-gap: 1.4%;}
.s6_gun_col{ width:15.5%;}
.s6_gunbx_text:before{ left:80px; right:80px;}
.s6_gun_row:before{ left:80px;}
.s6_gun_row:after{ right:80px;}
ul.s6_list{ width:71%;}
.s6_prod{ width:540px;}

.guarantee_head{ font-size:44px; line-height:50px;}

}


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

.banner_right{width: 62%;}
.banner_heading{font-size: 34px;line-height: 40px;}
.banner_heading2{ font-size:34px; line-height:40px;}
.banner_prod{width: 330px;top: 250px;left: -50px;}
.banner_dot{ width:100px; top:550px; left:100px; right:auto;}
ul.banner_point li{ font-size:16px;}

.s1_box_seal{right:240px;bottom:-70px;width:170px;}
.s1_box_header{ padding:30px;}
.s1_hdr_contnt p{ font-size:36px; line-height:40px;}
.s1_jason_img{ width:195px;}

.common_heading{ font-size:36px; line-height:42px;}
.common_text{ font-size:17px; line-height:25px;}
a.common_button{ font-size:18px;}

.sec2_left{ width:53.5%;}
.s2_text1 span{ font-size:16px; line-height:20px;}
.sec2_right{ width:46%;}
ul.s2_list li{ font-size:12px; line-height:16px;}

.sec3_row{ column-gap:2%;}
.sec3_col{ width:32%;}

.section_4:before{ right:62%;}
.sec4_right{ width:62%;}

.sec5_mid{ max-width:85%;}
.s5_col{ width:100%;}

.s6_gun_row {column-gap: 0.8%;}
.s6_gun_col{width: 16%;}
.s6_gunbx_text:before{left: 60px;right: 60px;}
.s6_gun_row:before{left: 60px;}
.s6_gun_row:after{right: 60px;}
.s6_gun_contnt h3{ font-size:16px; line-height:22px;}
.s6_gun_contnt p{ font-size:13px; line-height:18px;}

.sec6_box{ padding:5px;max-width:650px;}
.s6_box_inner{padding: 0;}
.s6_bx_left{padding: 20px; width:100%;}
.s6_bx_text{font-size:26px;line-height:32px;}
.s6_prod{ position:static; width:100%;}

.compare_prod1{ margin:-55px auto 0;}
.compare_col1 ul.compare_list li{ padding:0 10px;}

.s8_seal_box:before{top:40%;bottom:0px;left:30px;right:30px;}
.s8_inner_right{ width:71%;}
.guarantee_head{ font-size:36px; line-height:40px;}

.review_col{ width:32%;}
}

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

.top-fix-bar{ margin-bottom:55px;}
.header{height:55px;margin-top:-55px;top:55px;}
.logo{ float:none; margin:12px auto 0; width:140px;}
a.header_btn{ display:none;}

.top_strip{ padding:5px 0 8px;}
.top_strip p{ font-size:14px; line-height:14px;}

.banner{ padding:15px 0 30px; background:url(../images/banner_m.webp) no-repeat center bottom #252525; background-size:100%;}
.banner_right{ width:100%; text-align:center;}
.rating_text{font-size: 13px;line-height: 16px; margin-bottom:5px;}
.btn_star{width: 70px;}
.btn_check{width: 13px;}
.banner_heading{ font-size:27px; line-height:34px; letter-spacing:-0.5px;}
.banner_heading2{ position:relative;font-size:28px; line-height:32px;letter-spacing:-1px; width:calc(100% + 30px); margin:0 0 0 -15px; background:url(../images/bnr_hdgbg_m.webp) no-repeat center 8px; padding:5px 0 7px; background-size:100%;}
.banner_prod_m{ display:block;margin:20px auto 0; width:320px;}
.banner_sub_heading{ font-size:15px; line-height:20px; padding:10px 15px 12px; position:relative; text-align:left;margin:0 0 0 -15px;width:calc(100% + 30px); background:#141310; letter-spacing:0;}
ul.banner_point{ margin-top:5px;}
ul.banner_point li{font-size:17px;line-height:23px;margin-top:15px;background-size:20px; padding-left:32px;}

.button_box{ margin-top:30px;}
.btn_top_text{ font-size:12px; line-height:12px;}
.btn_top_text:before{ width:7px; height:7px;}
a.common_button{font-size: 16px;height: 60px;line-height:59px;}
.button_text{ font-size:13px; line-height:17px;}
.btn_arrow{ width:20px; margin:-3px 0 0 10px;}

.slider_strip{ padding:16px 0 17px;}
.slider_track li{ margin-right:35px; font-size:15px;}

.section_1{ padding:28px 0 35px;}
.s1_box_inner{ padding:25px 15px 25px;}
.s1_box_row{ padding:15px 15px; background-size:cover;}
ul.s1_row_list{flex-wrap: wrap; row-gap:20px;}
ul.s1_row_list li p{ font-size:16px; line-height:22px;}

.s1_box_seal{right: 120px;bottom: -50px;width: 90px;}
.s1_box_header{padding: 15px 15px 20px;}
.s1_box_header_inner{ width:100%;}
.s1_hdr_contnt p{font-size: 22px;line-height: 24px;}
.s1_hdr_contnt {width: calc(100% - 70px);}
.s1_jason_img{width: 95px;margin: 45px -5px -150px 0;}
.s1_hdr_iconbx{ width:60px;}
.s1_box_heading{ font-size:24px; line-height:28px;}

.s1_warn_icon{ width:40px; margin:20px auto 15px;}
.sec1_mid{margin:25px auto 0;flex-wrap: wrap;justify-content: center;}
.s1_mid_imgbx{ width:100%; max-width:280px; margin:0 auto 20px;}
.s1_mid_content{ width:100%;}
.s1_text2{ font-size:17px; line-height:24px;}
.s1_strip{flex-wrap: wrap;justify-content: center;}
.s1_strip p{ width:100%;}
.s1_mid_text1{ font-size:21px; line-height:28px;}
.s1_strip p.s1_strip_text1{ padding:5px 10px 6px;}
.s1_strip p.s1_strip_text2{ padding:5px 10px 6px;}
ul.s1_mid_list li p{ font-size:16px; line-height:22px;}
.line{ display:none;}

.section_2{ padding:28px 0 35px;}
.sec2_left{ width:100%;}
.sec2_right{ width:100%;}
.s2_right_bx{ padding:2px;}
ul.s2_list{ margin:5px auto 0; flex-wrap: wrap; padding:15px 15px;}
ul.s2_list li{ text-align:left; width:100%; padding:7px 0 7px 25px; font-size:15px; line-height:20px;}
ul.s2_list li:after{  border-top:10px solid transparent; border-left:10px solid #42513c;border-bottom:10px solid transparent; left:0; margin:-10px 0 0; top:50%;}
.s2_text2{ width:100%;}
.s2_text1{ padding-left:30px;}
.s2_quote{ width:26px;}
.se2_prod{ margin:20px auto -15px;}

.common_heading{ font-size:26px; line-height:32px; letter-spacing:-0.5px;}
.common_text{ font-size:17px; line-height:24px;}

.section_3{ padding:28px 0 35px;}
.sec3_row{margin:30px auto 0;row-gap:35px;justify-content: space-between; padding:0 25px;}
.sec3_col{width: 100%;}
.s3_col_imgbx{ margin-bottom:15px;}
.s3_col_img{ width:100%;}
ul.s3_col_list{ margin-top:5px;}
ul.s3_col_list li{margin-top: 6px;font-size:16px;line-height:22px; padding-left:15px;}
ul.s3_col_list li:before{ top:50%; margin-top:-2px;}
.s3_col_cont h3{ font-size:20px; line-height:20px;}

.section_4{ padding:28px 0 35px;}
.section_4:before{ display:none;}
.s4_img_m{ display:inline-block; vertical-align:middle; width:calc(100% + 30px); margin:25px 0 0 -15px;}
.sec4_right{ width:100%; padding:0;}
.s4_right_col {align-items: start;}
.s4_col_iconBox{ width:60px;}
.s4_col_content {width: calc(100% - 60px);padding-left: 13px;}
.s4_col_content h3{ font-size:20px; line-height:26px;}

.section_5{ padding:25px 0 32px;}
.sec5_mid{ max-width:none; margin:28px 0 0 -15px; width:calc(100% + 30px);}

.s5_col{ width:325px !important; margin:0; height:100%;display: flex !important;}
.s5_col_inr{justify-content: start;flex-direction: column;}

.s5_col_imgbx{ width:100%;}
.s5_col_img {-webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 50% 100%, 0 80%, 0% 0%);clip-path: polygon(100% 0, 100% 85%, 50% 100%, 50% 100%, 0 85%, 0% 0%);height: 210px;object-fit: cover;width: 100%;}
.s5_col_content{ width:100%; position:relative; padding:10px 20px 20px;display: flex;justify-content: start;flex-direction: column;flex: 1;}
.s5_col_icon{ top:5px;}

.section_6{ padding:28px 0 0;}
.se6_gunbox{ margin-top:25px;}
.s6_gunbx_text span{ font-size:20px; line-height:24px;}
.s6_gunbx_text:before{ left:0; right:0;}
.s6_gun_row {column-gap: 0;row-gap: 10px;}
.s6_gun_col{width: 100%;flex-direction: row;align-items: center;}
.s6_gun_row:before, .s6_gun_row:after{ display:none;}
.s6_gun_imgbx{ width:40%;}
.s6_gun_contnt{ width:60%; text-align:left; padding:10px 10px;}
.s6_gun_contnt h3{ font-size:20px; line-height:24px; margin-bottom:5px;}
.s6_gun_contnt p{ font-size:15px; line-height:20px;}

.sec6_box{ width:calc(100% + 30px); max-width:none; margin:25px 0 0 -15px;}
.s6_bx_left{ padding:20px 10px 25px;}
.s6_bx_text{ font-size:22px; line-height:26px;}
ul.s6_list{ width:100%;}
ul.s6_list li{ padding:5px 0;}
ul.s6_list li p{ font-size:16px; line-height:22px;}

.section_7{ padding:28px 0 35px;}
.compare_chart{ width:calc(100% + 30px); max-width:none; margin:65px 0 0 -15px;}
.compare_col .comp_top_bx{ padding:0 5px;}
.comp_top_bx{ height:20px;}
.compare_col1{ width:29%;}
.compare_col2{ width:21%; padding-bottom:10px;}
.compare_right{ width:50%;}
.com_col1_text{ font-size:16px;}
ul.compare_list li{ height:56px; font-size:12px; line-height:16px;}
.comp_col2_text{ font-size:11px; line-height:15px;}
.compare_col ul.compare_list li p{ font-size:11px; line-height:15px;}
.compare_prod1{ margin:-45px auto 0;}
.compare_list_icon{ width:20px;}
.compare_prod{ margin:-15px auto 0;}

.section_8{ padding:28px 0 35px;}
.s8_inr_header{display:flex;display:-webkit-flex;justify-content:space-between;width:100%;align-items: center;}
.s8_seal_box{ width:115px;}
.guarantee_head{ font-size:28px; line-height:34px; text-align:left; width:calc(100% - 135px);}
.s8_inner_right{ width:100%;}
.s8_seal_box:before{ display:none;}

.section_9{ padding:28px 0 35px;}
.review_box{ margin:30px auto 0; row-gap:35px; padding:0 5px;}
.review_col{ width:100%;}
.rev_img_bx{ margin-bottom:15px;}
.review_star{ width:90px;}
.review_heading{ font-size:18px; line-height:24px;}
.review_text{ margin-bottom:15px;}
.rev_name_row{ font-size:12px; line-height:16px;}
.rev_name_row span{ font-size:16px; line-height:16px;}

.section_10{ padding:28px 0 35px;}
.faq_section{ margin:20px 0 0;}
.faq_slide_row{ border-radius:8px; margin-top:15px;}
.accordion{ font-size:18px; line-height:24px; padding:15px 25px 15px 15px; background-size:11px; background-position:98% center;}
.acdn_heading.accordion_open{background-size:11px; background-position:98% center;}
.acdn_content{ padding:0 15px 5px 15px;}
.acdn_para{ font-size:16px; line-height:22px; letter-spacing:0;}

.footer{ padding:0 0 25px;}
.footer_logo{ width:140px; margin:25px auto 10px;}
.footer_text{ font-size:14px; margin-top:8px; line-height:20px; letter-spacing:0;}
.footer_text a{ padding:0 5px;}

#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 .common_button{ margin:0;}
}