@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;
	letter-spacing:0.5px;
	}
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; max-width:100%;}
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: 'Red Hat Display';
	src: url('RedHatDisplay-Regular.woff2') format('woff2'),
	url('RedHatDisplay-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Red Hat Display';
	src: url('RedHatDisplay-Bold.woff2') format('woff2'),
	url('RedHatDisplay-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Red Hat Display';
	src: url('RedHatDisplay-Black.woff2') format('woff2'),
	url('RedHatDisplay-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
	
/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.top-strip{
	float:left;
	width:100%;
	background:#ffd376;
	padding:5px 0 7px;
	}
.top-strip p{
	font-size:17px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.5px;
	}
	
/*====Header====*/
.header{
	float:left;
	width:100%;
	background:#000000;
	height:70px;
	position:relative;
	}
.logo{
	float:left;
	margin-top:18px;
	width:160px;
	}
.header_text{
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	line-height:70px;
	color:#fff;
	font-weight:bold;
	font-family: 'Red Hat Display';
	}
.header_right{
	float:right;
	text-align:left;
	position:relative;
	padding:0 0 0 35px;
	margin-top:14px;
	}
.header_right img{
	position:absolute;
	left:0;
	top:55%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
.header_right span{
	font-size:14px;
	line-height:22px;
	color:#fff;
	font-weight:400;
	font-family: 'Red Hat Display';
	}	
.header_right span:before {
    display: inline-block;
    vertical-align:middle;
    margin: -3px 6px 0 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
	}
.header_right p{
	font-size:18px;
	line-height:20px;
	color:#0ab95c;
	font-weight:700;
	font-family: 'Red Hat Display';
	}
	
/*====main_section====*/
.main_section{
	float:left;
	width:100%;
	position:relative;
	padding-bottom:50px;
	}
.main_section:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	right:0;
	height:617px;
	background:url(../images/main-banner.jpg) no-repeat center top #f4f5ed;
	}
.main_section.camp_lejeune:before{background:url(../images/camp_lejeune_banner.jpg) no-repeat center top #f4f5ed;}

.main_sec_banner{
	float:left;
	width:100%;
	height:617px;
	padding:50px 0 0;
	}
.banner_left{
	float:left;
	width:60%;
	}
.banner_about{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	}
.banner_sub_heading{
	float:left;
	width:100%;
	font-size:23px;
	line-height:30px;
	color:#ff0000;
	font-weight:bold;
	font-family: 'Red Hat Display';
	margin-bottom:15px;
	letter-spacing:0.5px;
	}
.banner_sub_heading:after{
	display:inline-block;
	vertical-align:middle;
	width:150px;
	margin:-1px 0 0 10px;
	border-bottom:2px solid #ff0000;
	content:"";
	}
.banner_about_head{
	float:left;
	width:100%;
	font-size:58px;
	line-height:64px;
	color:#000000;
	font-weight:900;
	letter-spacing:0;
	font-family: 'Red Hat Display';
	padding-bottom:25px;
	border-bottom:1px solid #cfcfcf;
	}
.common_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#010101;
	font-weight:normal;
	margin-top:25px;
	position: relative;
	}
.banner_left .common_text {
    width: 85%;
    text-shadow: 0 0 3px rgba(0,0,0,0.2);
}
ul.banner_about_point{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.banner_about_point li{
	float:left;
	width:100%;
	padding-left:35px;
	text-align:left;
	background:url(../images/bnr-tik.png) no-repeat left center;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:12px;
	}
	
/*====Banner_right====*/
.banner_right{
	float:right;
	width:35%;
	position: relative;
	}
.banner_right_inner{
	float:left;
	width:100%;
	background:#fff;
	border:2px solid #0ab95c;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 2px rgba(0,0,0,0.1);
	}
.bnr_rght_head{
	float:left;
	width:100%;
	background:#0ab95c;
	padding:18px 15px;
	text-align:center;
	}
.bnr_rgt_text1{
	float:left;
	width:100%;
	font-size:32px;
	line-height:36px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.3px;
	font-family: 'Red Hat Display';
	}
.bnr_rgt_text2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#fff;
	margin-top:10px;
	letter-spacing:0;
	}
.bnr_rgt_text2 span{ text-transform:uppercase;}
.banner_rght_strip{
	float:left;
	width:100%;
	padding:7px 10px;
	background:#08a250;
	color:#fff000;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.banner_right_inner_box{
	float:left;
	width:100%;
	padding:5px 25px 25px;
	background:#fff;
	text-align:left;
	}
.bnr_rgt_choose_row{
	float:left;
	width:100%;
	margin-top:22px;
	}
.choose_head{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	letter-spacing:0;
	}
.label-radio{
	display:inline-block;
	vertical-align:middle;
	width:130px;
	text-align: left;
    cursor: pointer;
    margin:8px 10px 0 0;
	border:1px solid #e1e1e1;
	border-radius:7px;
	padding:12px 12px 12px 12px;
	font-size:17px;
	line-height:20px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	}
.label-radio.active{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background:#0ac169;
	border:1px solid #0ac169;
	color:#fff;
	}
.label-radio.decline.active{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background:#ff2a2a;
	border:1px solid #ff2a2a;
	color:#fff;
	}
.all-radio{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:16px;
	height:16px;
	border:1px solid #b8b8b8;
	border-radius:50%;
	background:#fff;
	outline:none;
	position:relative;
	margin-right:5px;
	margin-top:-3px;
	cursor:pointer;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.all-radio:checked{
	border: 1px solid #fff;
	}
.all-radio:after{
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	left:3px;
	top:3px;
	background:#0ac169;
	border-radius:50%;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	}
.label-radio.decline .all-radio:after{
	background:#ff2a2a;
	}
.all-radio:checked:after{	
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}
.label-radio > p{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	letter-spacing:0.2px;
	}
.banner_right_form_box{
	float:left;
	width:100%;
	margin-top:5px;
	}
.frm_fld{
	float:left;
	width:100%;
	margin-top:12px;
	}
.frm_fld .input_fld{
	float:left;
	width:100%;
	height:48px;
	border-radius:4px;
	outline:none;
	-webkit-appearance:none;
	font-family: 'Inter';
	border:1px solid #e1e1e1;
	font-size:17px;
	line-height:22px;
	color:#000;
	font-weight:500;
	padding:10px 15px;
	}
.frm_fld select{
	background: url(../images/select-d-arw.png) right 12px center no-repeat #fff;
	}
.input_fld::placeholder{ color:#000; font-weight:400;}
.frm_fld textarea{
	min-height:110px;
	resize:none;
	padding:20px 20px;
	}
.qualifyBtn{
	float:left;
	width:100%;
	outline:none;
	border:none;
	cursor:pointer;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	height:62px;
	line-height:62px;
	text-align:center;
	box-shadow:0px 2px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 2px 5px 1px rgba(0,0,0,0.2);
	background:#ff8605;
	border-radius:7px;
	margin-top:15px;
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-4px -10px 0 15px;
	}
.btn_text{
	float:left;
	width:100%;
	font-size:10px;
	line-height:16px;
	color:#6b6b6b;
	font-weight:400;
	margin-top:20px;
	}

/*====main_sec1====*/
.main_sec1{
	float:left;
	width:100%;
	}
.main_s1_left{
	float:left;
	width:62%;
	}
.main_s1_left_body{
	float:left;
	width:100%;
	text-align:left;
	}
.warn_row{
	float:left;
	width:100%;
	margin-top:35px;
	display: flex;
    flex-wrap: wrap;
	border-radius:7px;
	overflow:hidden;
	}
.warn_col_1{
	width:55%;
	background:#f9f0e2;
	padding:15px 12px;
	text-align: left;
	display: flex;
    align-items: center;
	justify-content: center;
	}
.warn_col_1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 10px 0 0;
	}
.warn_col_1 span{
	width:calc(100% - 45px);
	font-size:20px;
	line-height:30px;
	color:#000000;
	font-weight: 900;
    letter-spacing: 2px;
	text-transform:uppercase;
    font-family: 'Red Hat Display';
	}
.warn_col_2{
	width:45%;
	background:#ff0000;
	padding:15px 10px;
	text-align: left;
	display: flex;
    align-items: center;
	justify-content: center;
	}
.warn_col_2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
.warn_col_2 span{
	width:calc(100% - 40px);
	font-size:20px;
	line-height:30px;
	color:#ffffff;
	font-weight: 900;
	text-transform:uppercase;
    font-family: 'Red Hat Display';
	}

	
.main_s1_box1{
	float:left;
	width:100%;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	margin:15px 0 0;
	}
.earplug_img1{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1_box1_inner{
	float:left;
	width:100%;
	padding:20px;
	}
.box1_head{
	float:left;
	font-size:22px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	}
.box1_strip{
	float:right;
	font-size:18px;
	line-height:20px;
	color:#000;
	font-family: 'Red Hat Display';
	letter-spacing:0.5px;
	font-weight:900;
	padding:12px 15px 12px 50px;
	background:url(../images/doller-ic.png) no-repeat 10px center #f9f0e2;
	position:relative;
	border:1px solid #e8dac5;
	}
.s1_box1_inner .common_text{ margin-top:15px;}
ul.s1_box1_list{
	float:left;
	width:100%;
	margin-top:25px;
	display: flex;
    align-items: center;
	}
ul.s1_box1_list li{
	float:left;
	padding:0 20px 0 50px;
	border-right:1px solid #c9c9c9;
	position:relative;
	margin-right:10px;
	}
ul.s1_box1_list li:last-child{ border-right:none; margin-right:0;}
ul.s1_box1_list li img{
	position:absolute;
	left:10px;
	top:50%;
	width:34px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
ul.s1_box1_list li p{
	font-size:16px;
	line-height:22px;
	font-weight:500;
	color:#101010;
	}
ul.s1_box1_list li p span{
	color:#525252;
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
	}
.resp_text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:35px;
	}
ul.s1_left_list2{
	float:left;
	width:90%;
	margin-top:10px;
	}
ul.s1_left_list2 li{
	float:left;
	width:50%;
	position:relative;
	padding-left:20px;
	font-size:18px;
	line-height:26px;
	color:#000000;
	text-align:left;
	margin-top:15px;
	}
ul.s1_left_list2 li:before{
	position:absolute;
	content:"";
	width:7px;
	height:7px;
	border-radius:20px;
	background:#ff0000;
	left:0;
	top:9px;
	}
.s1_left_box2{
	float:left;
	width:100%;
	margin-top:45px;
	background:#f1f2e9;
	padding:30px 30px 35px;
	overflow:hidden;
	}
.common_head{
	float:left;
	width:100%;
	font-size:40px;
	line-height:46px;
	color:#000000;
	font-family: 'Red Hat Display';
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px solid #c1c1c1;
	margin-top:40px;
	}
.s1_left_box2 .common_head{ margin-top:0;}
.common_text.s1_left_box2_text1{ width:64%;}
.about_box{
	float:left;
	width:100%;
	position:relative;
	}
.about_box.camp:before{
	content:"";
	position:absolute;
	right:-30px;
	top:0;
	width:310px;
	height:300px;
	background:url(../images/camp-about-bg.jpg) no-repeat right top;
	background-size:100%;
	}
.earplug_img2{
	position: absolute;
    right:-15px;
    top:15px;
	}
.powder-img2{
	position:absolute;
	right:-35px;
	top:0;
	}
.round-up-img2,.paraquat-img2{
	position:absolute;
	right:20px;
	top:25px;
	}
.s1_left_bx2_text2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	letter-spacing:0;
	position: relative;
	}
ul.s1_left_list3{
	float:left;
	width:100%;
	margin:15px 0;
	}
ul.s1_left_list3 li{
	float:left;
	width:57%;
	padding:0 15px 0 30px;
	text-align:left;
	position:relative;
	font-size:21px;
	line-height:28px;
	color:#000;
	font-weight:600;
	background:url(../images/list3-ico.png) no-repeat left center;
	margin-top:12px;
	letter-spacing:0;
	}
ul.s1_left_list3 li:nth-child(2n){ width:43%;}
ul.s1_left_list2.new{ width:100%;}
ul.s1_left_list2.new li{ width:100%; letter-spacing:0;}
ul.s1_left_list2.new li:before{
	background:#000;
	top:10px;
	transform:none;
	}
ul.s1_left_list3.full-list li{ width:100%;}
ul.s1_left_list4{
	float:left;
	width:100%;
	margin:0 0 25px;
	}
ul.s1_left_list4 li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding-left:55px;
	margin-top:35px;
	}
.step-list-dot{
	position:absolute;
	left:0px;
	top:0;
	}
ul.s1_left_list4 li:before{
	position:absolute;
	content:"";
	left:17px;
	top:34px;
	bottom:-30px;
	border-left:1px solid #0ab95c;
	height:auto;
	}
ul.s1_left_list4 li:last-child:before{ display:none;}
ul.s1_left_list4 li span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#0ab95c;
	font-weight:bold;
	font-family: 'Red Hat Display';
	}
ul.s1_left_list4 li h3{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#000;
	font-family: 'Red Hat Display';
	font-weight:bold;
	margin-top:5px;
	}
ul.s1_left_list4 li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:15px;
	}
.s1_left_btn_box{
	float:left;
	width:100%;
	padding:35px 30px;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	margin-top:30px;
	text-align:center;
	}
.btn_box_text{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:500;
	}
.btnBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	max-width:340px;
	}
.asseenBox{
	float:left;
	width:100%;
	margin-top:45px;
	text-align:center;
	}
.asseen_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	background:url(../images/as-seen-line.png) no-repeat center center;
	}
.asseenBox ul{
	float:left;
	width:100%;
	margin-top:10px;
	}
.asseenBox ul li{
	float:left;
	width:33.333%;
	text-align:center;
	padding:0 10px;
	margin-top:15px;
	}
.asseenBox ul li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:100px;
	}
.as-seen-logo{
	display:block;
	margin:25px auto 0;
	max-width:100%;
	}
	
/*====footer====*/
.footer{
	float:left;
	width:100%;
	padding:45px 0 30px;
	background:#272727;
	}
.footer_logo{
	display:inline-block;
	vertical-align:top;
	margin:0 auto 20px;
	width:160px;
	}
.footer_text{
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#bebebe;
	margin-top:15px;
	}
.footer_text a{
	text-transform:uppercase;
	padding:0 5px;
	}
.dsclmr_text{
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
	width:100%;
	max-width:970px;
	padding:20px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	color:#bebebe;
	border:1px solid #535353;
	}

/*======================*/
.fl{ float:left;}
.fr{ float:right;}

.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}


/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_left{ width:58%;}
.banner_about_head{ font-size:48px; line-height:56px;}
.banner_sub_heading:after{width: 120px;}
.banner_rght_strip{ font-size:15px;}


.warn_col_1{padding: 20px 10px;}
.warn_col_1 img {margin: -4px 8px 0 0;}
.warn_col_1 span{width: calc(100% - 34px);font-size: 17px; line-height: 26px;letter-spacing: 1px;}
.warn_col_2{padding: 20px 10px;}
.warn_col_2 span{font-size: 16px;line-height: 26px;}


ul.s1_box1_list li p{font-size: 14px;line-height: 20px;}
ul.s1_box1_list li p span{font-size: 12px;}

.box1_head{ font-size:17px;}
.box1_strip{ font-size:16px;}

.earplug_img2{ width:200px;margin: 30px 0 0 0;}
.about_box.camp:before{width: 320px;}

ul.s1_left_list3 li{ font-size:19px; line-height:25px;}
.btn_box_text{ font-size:20px;}

.bnr_rght_head{ padding:15px;}
.bnr_rgt_text1{ font-size:26px; line-height:30px;}
.bnr_rgt_text2{ font-size:14px; line-height:18px;}

.banner_right_inner_box{ padding:5px 15px 20px;}
.choose_head{ font-size:15px; line-height:22px;}

.frm_fld .input_fld{ font-size:16px; line-height:22px;}


}


@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}

.header_text{ font-size:20px;}

.main_section:before { height:550px; background-size:cover;background-position: 45% top;}
.main_section.camp_lejeune:before {background-position: 38% top;}

.main_sec_banner{ height:550px;padding: 40px 0 0;}
.banner_left{ width:63%;}
.banner_sub_heading{font-size: 19px; line-height: 27px;}
.banner_sub_heading:after{width: 100px;}
.banner_about_head{ font-size:40px; line-height:50px;}
.common_text{ font-size:17px; line-height:24px; margin-top:20px;}
ul.banner_about_point li{ font-size:17px; line-height:24px;}
ul.banner_about_point{ margin-top:10px;}

.label-radio{width: 105px;}

.warn_col_1,.warn_col_2 {padding: 10px 10px;}
.warn_col_1 img{ width:25px;}
.warn_col_1 span {font-size: 16px; line-height: 21px; letter-spacing: 0.5px;width: calc(100% - 30px);}
.warn_col_2 span {font-size: 16px;line-height: 21px;}
.warn_col_2 img{ width:24px;margin: -3px 8px 0 0;}

.box1_head{ width:100%;font-size: 20px; margin:0;}
.box1_strip{ width:100%; margin-top:15px;}
ul.s1_box1_list{align-items: start;}
ul.s1_box1_list li{ padding:0 0; text-align:center; margin-right:0;width: 33.33%;}
ul.s1_box1_list li img{ position:static; display:block; margin:0 auto 5px; transform:none;}
ul.s1_box1_list li p {font-size: 13px;line-height: 19px;}


.about_box.camp:before{ right:-15px; width:230px;}

ul.s1_left_list2{ width:100%;margin-top: 0;}
ul.s1_left_list2 li{ font-size:16px; line-height:24px;}

.s1_left_box2{ padding:15px;}
.common_head{ font-size:29px; line-height:35px;}

.common_text.s1_left_box2_text1{ width:70%;}
.earplug_img2{ width:130px;margin: 30px 0px 0 0;}
.paraquat-img2{ width:130px; right:10px; top:15px;}
.s1_left_bx2_text2{ font-size:18px; line-height:24px;}

ul.s1_left_list3 li{ font-size:17px; line-height:24px; background-position:0 4px;}
ul.s1_left_list4 li span{ font-size:20px; line-height:26px;}
ul.s1_left_list4 li h3{font-size: 22px;line-height: 26px;}
ul.s1_left_list4 li p {font-size: 17px;line-height: 24px;}

.bnr_rght_head{ padding:10px;}
.bnr_rgt_text1{ font-size:22px; line-height:26px; letter-spacing:0;}
.banner_rght_strip{ font-size:14px; line-height:22px;}
.banner_right_inner_box{ padding:0 10px 15px;}
.qualifyBtn{ font-size:20px; height:56px; line-height:54px;}
.s1_left_btn_box{padding: 35px 15px;}


}


@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-strip p{font-size: 15px; line-height: 19px;}

.header{height:55px;}
.logo{ width:140px; margin-top:11px;}
.header_text{ display:none;}
.header_right{ margin-top:6px; padding: 0 0 0 35px;}
.header_right span{ font-size:13px;letter-spacing:0;}
.header_right p{ font-size:15px; line-height:16px; letter-spacing:0;}

.banner_sub_heading {font-size: 16px;line-height: 25px;margin-bottom: 10px;}
.banner_sub_heading:after {width: 25px;}
.banner_left .common_text {width: 100%;}

.main_section{ padding-bottom:30px;}
.main_section:before{ height: 430px;background-position: 38% top; background:#edf0e5 !important;}

.main_sec_banner{ padding:22px 0 0; height:auto;}
.banner_left{ width:100%; padding:0;}
.banner_about{ padding:0;}
.banner_about_head{ font-size:29px; line-height:38px; padding-bottom:15px;}
ul.banner_about_point{ margin-top:15px;}
ul.banner_about_point li{ font-size:15px; line-height:20px; background-position:0 4px;}


.warn_col_1 span,.warn_col_2 span {font-size: 14px;line-height: 20px;width: calc(100% - 30px);}
.warn_col_1 img {width: 24px;}

.banner_right{ width:100%; margin-top:20px;}
.bnr_rght_head {padding:12px 15px;}
.bnr_rgt_text1{ font-size:26px;}
.bnr_rgt_text2 {font-size: 15px;line-height: 18px; letter-spacing:0.5px;}
.choose_head {font-size: 16px; line-height: 24px;}
.label-radio{font-size: 16px;width: 130px;}
.qualifyBtn{ font-size:22px; line-height:56px;}

.main_s1_left{ width:100%;}
.warn_row .common_text{ line-height:22px;}

.earplug_img1 {height: 140px;object-fit: cover;}

.main_s1_box1{ margin:15px 0 5px;}
.s1_box1_inner{ padding:15px 15px 15px;}
.box1_head{ float:left;width:100%;}
.box1_strip{ width:100%; margin-top:18px; letter-spacing:0.5px;}
ul.s1_box1_list{ align-items: start;}
ul.s1_box1_list li{ border:none;}

.resp_text{ font-size:18px; line-height:26px;margin-top: 25px;}
ul.s1_left_list2 li{ width:100%;}

.s1_left_box2{ margin:30px 0 0;padding: 20px;}
.common_head{ margin-top:30px; font-size:24px; line-height:30px; position:relative;}
.s1_left_box2 .common_head {padding-bottom: 18px; margin-bottom:20px;}
.earplug_img2{ width:auto; margin:0 auto; display:block; float:none; position:static;}

.about_box.camp:before{ display:none;}
.camp-mob-img{ width:100%; margin:0 auto;}
.powder-img2{ display:none;}
.round-up-img2{margin:0 auto; display:block; float:none; position:static;}
.paraquat-img2{margin:0 auto; display:block; float:none; position:static;}

.common_text.s1_left_box2_text1{ width:100%;}
.common_text{ font-size:16px; line-height:24px;    margin-top: 15px;}

ul.s1_left_list3{ margin:15px 0 0;}
ul.s1_left_list3 li, ul.s1_left_list3 li:nth-child(2n){ width:100%;}

ul.s1_left_list4{ margin:0 0 10px;}
ul.s1_left_list4 li{ padding-left:45px;}
ul.s1_left_list4 li:before{ bottom:-35px;left: 15px;top: 28px;}
ul.s1_left_list4 li:last-child:before{ bottom:25px;}
ul.s1_left_list4 li span {font-size: 18px;line-height: 26px;}
ul.s1_left_list4 li h3 {font-size: 20px;line-height: 25px;}
ul.s1_left_list4 li p{ font-size:17px; line-height:24px;margin-top: 10px;}
.step-list-dot{ width:30px;}

.s1_left_btn_box{ padding:15px 0 20px; margin-top:20px;}
.btn_box_text{ font-size:20px; line-height:28px;}

.asseenBox{ margin-top:30px;}

.footer{ padding:0 0 25px 0;}
.footer_logo{ margin:30px auto 0;}
.footer_text{ font-size:12px; line-height:20px; margin-top:20px;}
.dsclmr_text{ padding:15px;}



#call-btn {
    float: left;
    width: 100%;
    padding: 10px 10px 10px;
    background: #0ab95c;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn .qualifyBtn{ margin:0;}


}

