body{
	font-family: 'Nunito Sans', sans-serif;
	background-color: #f8f8f8;
}
.row {
    --bs-gutter-x: 0px;
}
/**********************************top button***********************/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #85aa00;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 65%;
    width: 50px;
    height: 50px;
  }
  
  #myBtn:hover {
    background-color: #28696d;
  }
  .fa-arrow-up{
	  color: #fff !important;
  }
.breadcrumb {
    margin-bottom: 5px;
}
/***************************************Offcanvas**************************/
body.offcanvas-active{
	overflow:hidden;
}
.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
.mobile-offcanvas{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}
	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
}	
/*********************************Nav menu********************************/
	.navbar-nav {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		list-style: none;
		margin: auto;
	}
	.logo {
		width: 215px;
		margin-top: 4px;
	  }
	.menu_btn{
		font-size: 22px;
		float: right;
	}
	.mobile_logo{
		width: 182px;
	}
	.fa-envelope{
		color: #85aa00 !important;
	}
	.fa-angle-down{
		color: #111 !important;
	}
	.float-end {
		float: right !important;
		margin-top: 18px;
	}
	.nav-link{
		color: rgb(77, 75, 75);
	}
	.nav-link:hover{
		color: #85aa00;
		border-bottom: 2px solid #85aa00;
	}
    .dropdown-menu{
        width: 100%;
    }
    .navbar .dropdown-menu div[class*="col"] {
        margin-bottom: 1rem
    }
    .navbar .dropdown-menu {
        border: none;
        background-color: #ffff !important;
        margin-top: 8px;
    }
    .navbar .nav-item {
        padding: 4px;
        margin: 0px !important;
    }
    .navbar .dropdown {
        position: static
    }
    .navbar .dropdown-menu {
        width: 80%;
        left: 0;
        right: 0;
        top: 47px;  
       margin-left: 10%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: 5px;
    }
	.dropdown-item{
		border-bottom: 1px dotted #85aa00;
		font-size: 13px;
	}
    
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu{
        display: block !important;
    }
    a.navbar-brand {
        color: white;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(12, 12, 12, 0.55);
    }
	.top_mail{
		color: #fff;
		text-decoration: none;
		font-size: 16px;
	}
	.top_mail:hover{
		color: #fff;
		text-decoration: none;
		font-size: 16px;
	}
	.top_call  {
		color:#fff;
		text-decoration: none;
		margin-left: -1px;
		font-size: 14px;
	}
	.top_call :hover{
		color: #fff;
		text-decoration: none;
		margin-left: -1px;
		font-size: 14px;
	}
	.top_navbar{
		background-color:#85aa00;
	}
	.nav_icon{
		color: rgb(51, 50, 50);
		padding: 5px;
		margin: auto;
		margin-top: 10px;
		font-size: 14px;
	}
	.nav-lists{
		list-style: none;
	}
	.nav-topbar{
		text-decoration: none;
		float: right;
		padding: 10px;
	}
	.btn_quote {
		margin-top: 11px;
		font-size: 14px !important;
		margin-left: 28px;
		color: #fff;
		background-color: #28696d;
	}
	.btn_quote:hover{
		color: #fff;
	}
	  .cat_bar{
		margin-right: 26px;
		  color: #fff !important;
	  }
	.top-navmenu{
		border-top:5px solid #85aa00;
		background-color: #fff;
	}
	.search_form{
		margin-left: 10px;
	}
	.search {
		margin-top: 2px;
	}
	.nav_table {
		margin-top: 4px !important;
	}
	.fa-user{
		margin-right: 10px;
		color: #28696d;
	}
	.fa-right-to-bracket{
		margin-right: 10px;
		color: #28696d;
	}
	.span_letter{
		color: #85aa00;
		font-weight: 700;
		font-size: 25px;
	}
	/**********************************category dropmenu*********************************/
	.categories_menu {
		text-decoration: none;
		margin-top: 7px;
		list-style: none;
		padding-top: 1px;
		color: black !important;
		width: 75%;  
	 }
	 .cat_list{
		 background-color: #85aa00;
	 }
	  .nav_a {
		color: #fff !important;
	  }
	  .cate_drp {
		text-align: left;
		color: #fff;
        font-size: 16px;
	  }
	  .span_menu{
		margin-right:5px;
	  }
	  .color_span{
		background-color:#85aa00;
		color:#fff;		
	  }
	  .dropdown_li{
		margin-top:5px;
		margin-bottom:5px;
	  }

	/********************************searcbar**************************/
	.input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100% !important;
		margin-top: 4px;
		margin-left: 33px;
	}
	.form-control {
		border: 1px solid #eee;
		border-radius: 5px;
		width: 180%;
	}
	.input-group-text {
		display: flex;
		align-items: center;
		padding: .375rem .75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #7a7f84;
		text-align: center;
		white-space: nowrap;
		background-color: #f2f2f2;
		border: 1px solid #eee;
	}
	.input-group-text {
		display: flex;
		align-items: center;
		padding: .375rem .75rem;
		font-size: 17px !important;
		font-weight: 400;
		width: 10%;
	}
	.fa-search{
		margin-left: 15%;
		color: #85aa00 !important;
	}
	.form-control-lg {
		min-height: calc(1.5em + 1rem + 2px);
		padding: .5rem 1rem;
		font-size: 14px;
	}
	.fa, .fas {
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		color: #a4a1a1;
	}
	.mbl_mail{
		margin-left: 100px;
		height: 53px;
		width: 53px;
		border-radius: 30px;
		margin-top: 5px;
		margin-right: 13px;
	}
	.nav_login{
		margin-left: 100px;
		height: 46px;
		width: 42px;
		border-radius: 30px;
		margin-top: 0px;
		margin-right: 13px;
	}
	.nav_regi{
		color: #111;
		margin-left: 50px;
		margin-top: -5px;
		font-size: 15px;
	}
	.nav_regi:hover{
		color: #111;
	}
	.nav_log{
		color: #111;
		margin-left: 34px;
		margin-top: -5px;
		font-size: 15px;
	}
	 /**********************mobile logo***********************/
	 .moble_nab{
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #eee;
	 }
	 /**************************Body content*********************/
	 .banner{
		width: 100%;
		margin-bottom: 25px;	
	 }
	 .about_header{
		 font-size: 24px;
		 border-bottom: 5px solid #eee;
		 line-height: 2.2;
	 }
	 .about_para{
		color: rgb(110, 106, 106);
		font-size: 16px;
		text-align: justify;
		margin-top: 25px;
	 }
	 .about_image{
		 width: 90%;
		 height: 60%;
		 margin-left: 30px;
		 margin-top: 25px;
	 }
	.about_bottom{
		margin-bottom: -65px;
	}
	label {
		display: inline-block;
		margin-bottom: 5px;
		margin-top: 5px;
		color: #111;
	}

/**************************************************Carousel*****************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pc_main_container {
	padding: 11px;
}
/*.pc_title_container {
	border-bottom: solid 1px #f2f2f2;
	background: #fff;
	padding: 5px;
}*/
.heading{
	margin-left: 10px;
}
.pc_title {
	margin-bottom: 16px;
	margin-top: 8px;
	color:#85aa00;
	margin-left: 10px;
}

.pc_nav_container {
	position: absolute;
	right: -5px;
	bottom: 14px;
}
.pc_nav {
	display: inline-block;
	cursor: pointer;
}
.owl-carousel .owl-item img {
	display: block;
	width: 96%;
	padding: 10px;
  }
.pc_nav i {
    color: #28696d;
    font-size: 15px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-left: 4px;
    margin-top: 2px;
}
.pc_nav:hover i {
	color: #606264;
}
.pc_prev {
	margin-right: 15px;
	border: 1px solid #28696d;
	padding: -4px;
	border-radius: 46px;
	height: 30px;
	width: 30px;
}
.pc_next {
	margin-right: 15px;
	margin-left: -16px;
	border: 1px solid #28696d;
	padding: -4px;
	border-radius: 46px;
	height: 30px;
	width: 30px;
}
.pc_slider_container {
	padding-top: 13px;
}
.pc_item {
  width: 95%;
  background: #FFFFFF;
  border-radius: 2px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #eee;
}
.pc_item:hover {
	box-shadow: 0px 2px 10px 8px #f8f8f8;
	border: 1px solid #eee;
}
.pc_image {
	width: 150px;
	height: 150px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 90px;
}
.pc_image img {
	display: block;
	max-width: 100%;
}
.pc_content {
	width: 100%;
	margin-top: 25px;
}
.pc_view a{
	font-size: 13px;
	color: #757070;
	font-weight: 500;
	text-decoration: none;
}
.pc_view span {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	margin-left: 8px;
}
.pc_view span::after {
	display: block;
	position: absolute;
	top: 6px;
	left: -2px;
	width: calc(100% + 4px);
	height: 1px;
	background: #8d8d8d;
	content: '';
}
.pc_header {
	margin-top: 3px;
}
.pc_header a {
	font-size: 15px;
	color: #3f3d3d;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
}

.pc_header a:hover {
	color: #85aa00;
}
/******************************Tabpills************************/
.section{	
	font-family: 'Nunito Sans', sans-serif;
}
.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 25px;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  background-color: #fff;
}
.text-dark {
	color: #212529 !important;
	font-size: 12px;
}
.container-filter li {
  list-style: none;
  display: inline-block;
}

.container-filter a {
  display: block;
  font-size: 14px;
  margin: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 1px solid transparent;
  color: #807c7c !important;
}

.container-filter a:hover {
  color: #222222 !important;
}

.container-filter a.active {
  color: #222222 !important;
  border-bottom: 2px solid #85aa00;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	margin: auto;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	width: 95%;
	margin-bottom: 18px;
}
.img-fluid {
	padding: 43px;
}
.item-box a {
  display: inline-block;
}
.item-box .item-mask {
  background:  repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  border: 1px solid #85aa00;
}

.item-box .item-mask .item-caption {
  position: absolute;
  width: 100%;
  bottom: -4px;
  opacity: 0;
}

.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
  cursor: pointer !important;
}

.item-box:hover .item-caption {
  opacity: 1;
}

.item-box:hover .item-container {
  width: 100%;
}

.services-box {
  padding: 45px 25px 45px 25px;
} 

   /**********************************Tabpills Product-description*********************/
   .pd_details{

		margin-top: 5%;
		margin-bottom: 10px;
		margin-left: 0px;
		width: 100%;
}
.auto-tabpill{
	justify-items: center;          
}
.autoclave-table tr td {
	color: rgb(63, 62, 62);
	font-size: 15px;
	padding: 5px;
	font-weight: 600;
	border: 1px solid #ccc;
	border-collapse: collapse;
   
}
.autoclaveproduct-slide{
	border:1px solid #ccc;
	margin-top: 15px;
}
.autoclave-header{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	color: #000;
	text-transform: capitalize;
	line-height: 16px;
	font-weight: 700;
	margin-top: 20px;
	justify-items: left;
}
.autoclave-head{
	background-color: #f2f2f2;
	color: #111;
}
.autoclave-ul{
	margin-left: 20px;
}
.auto-tabpill{
	justify-items: center;
}
.tabs {
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	margin-top: 35px;
}
ul#tabs-nav {
	list-style: none;  
	padding: 5px;
	overflow: auto;
	margin-left: 28%;
	margin-top: -96px;
}
ul#tabs-nav li {
	float: left;
	font-weight: bold;
	margin-right: 12px;
	padding: 8px 30px;
	cursor: pointer;
	background-color: #85aa00;
	border-radius:  0px;
	border: 1px solid #ccc;
	border-top: none;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {

	color: #28696d;
  
}
#tabs-nav li a {
	text-decoration: none;
	color: #fff;

}
#tabs-nav li a:hover{
	text-decoration: none;
	color: #FFF;
}
.tab-content {
	padding: 15px;
	border: none;
	background-color:none;
}
.airsm-li{
	list-style: none;
	margin-right: 10px;
}
.fa-chevron-right{
	color: #0076bc;
	font-size: 13px;
}
.pd_des{
	margin-top: 25px;
}
.pdd-header{
	color: #0076bc;
}
#overflowtest {
	width: 90%;
	overflow: scroll;
	margin: auto;
}
.compare-product tr td {
	color: rgb(63, 62, 62);
	font-size: 15px;
	padding: 8px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top:15px;
	width: 10%;
	text-align: center;
	vertical-align: middle;
  
}
.compare-header{
	color:#0076bc;
	font-weight: 600;
	font-size: 13px;
	margin-top: 13px;
}
.fa-trash{
	color: #0076bc;
}
.compare-product tr td.compare-headers{
color: #fff;
font-weight:600;
text-align: center;
background-color: #0076bc;
}
.compare-product tr td.scrollmenu {
	background-color: #333;
	overflow: auto;
	white-space: nowrap;
}
.compare-product tr td.scrollmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}
.compare-product tr td.scrollmenu a:hover {
	background-color: #777;
}
.compare-heading{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	color: #000;
	text-transform: capitalize;
	line-height: 16px;
	font-weight: 700;
	margin: 30px;
	text-align: center;
}
/************************************* Products *******************************/
		.product-item {
			border: 1px solid #f3f3f3;
			margin-bottom: 30px;
			margin-right: 27px;
			width: 97%;
			border-bottom: 4px solid #85aa00;
			background-color: #fff;
		}
		.product-item:hover{
			border-color: #85aa00;
		}
		.product-item .pp_img {
			width: 81%;
			overflow: hidden;
			padding: 37px;
		}
		.pp_img	{
			vertical-align: middle;
			border-style: none;
			width: 250px;
			height: 208px;
		}
		.product-item .down-content {
			padding: 9px;
			position: relative;
			text-align: center;
			margin-top: 2px;
			border-top: 1px solid#eee;
			background-color: #f2f2f2;
		}
		
		.product-item .down-content p {
			font-size: 16px;
			color: #111;
		}
		.product-item .down-content :hover{
			font-size: 16px;
			color:#85aa00;
		}		
		.button6{
			width:100px;
			height:37px;
			border:none;
			outline:none;
			color:#fff;
			font-size:15px;
			text-shadow:0 1px rgba(0,0,0,0.4);
			background-color:#85aa00;
			border-radius:3px;
			font-weight:700;
		}
		.button6:hover{
			background-color:#85aa00;
			cursor:pointer;
			color:#fff;
		}	
		.content_para{
			font-size:15px;
		}
/******************************Popular Products****************************/

.rop_products {
	border: 1px solid #eee !important;
	text-align: center;
	width: 32%;
	margin-left: 8px;
	margin-bottom: 15px;
	margin-right: 9px;
	margin-top: 10px;
	background-color: #fff;
}
.fp_para{
	color: #5e5c5c !important;
	margin-top: -19px !important;
  }
  .fp_para:hover{
	color:#85aa00  !important;
	margin-top: -19px !important;
  }
.sp_text{
	font-size: 16px;
	margin-top: 0px;
	margin: auto;
	text-align: center;
	padding: 9px;
	color: #333;
	margin-bottom: 18px;
	margin-top: 10px;
	height: 41px;
	font-weight: 500;
	border-bottom: 1px solid #f2f2f2;
}
.fa-calendar-alt{
	color:#85aa00 !important ;
}
.fp_image {
	width: 95%;
	margin-top: -22px;
	padding: 13px;
	margin-left: 0px;
}
.pp_li{
	font-size: 14px;
	font-weight: 600;
	color: #737373;
	margin-left: -31px;
	line-height: 1.5rem;
}
.pp_list{
	list-style: none;
	text-align: left;
	margin-bottom: 30px;

}
.fa-circle-check{
	margin-right: 10px;
	color: #28696d;
}
.btn-white {
	color: #575859 !important;
	font-size: 15px !important;
	margin-left: -88px;
	margin-bottom: 11px;
}

.fp_icon{
	width: 24px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	
}.pp_right a{
	margin-right: 20px;
	color:#28696d ;
}
.pp_right{
	margin-bottom: 0px;
}
.pp_block{
	border: 1px solid #eee;
	width: 100%;
	padding: 2px;
	text-align: center;
	margin-top: 22px;
	margin-left: 0px;
}
.pp_product {
	padding: 27px;
	text-align: center; 
	width: 95%;
	margin:auto;
	margin-top: 23px;  
	border: 1px solid #eee;
	margin-right: 25px;
}
.pp_product:hover{
	box-shadow: 0px 2px 10px 8px #f8f8f8;
	border: 1px solid #eee;
}
.pp_block:hover{
	box-shadow: 0px 2px 10px 8px #f8f8f8;
	border: 1px solid #eee;
}
.pp_img{
	margin-top: 10px;
}
.pp_text{
	color: rgb(113, 112, 112);
	margin-top: 31px;
}
.popular_products{
	margin-top: 20px;
}
.pp_box{
	padding: 10px; 
	text-align: center; 
	width: 95%;
	margin:auto;
	margin-top: 15px;  
}
.pp_box:hover{
	border: 1px solid #eee;  
}
.pop_img {
	width: 65%;
	margin-top: 28px;
  padding: 10px;
}
.rop_head{
	font-size: 15px;
	text-align: center;
	color: rgb(113, 112, 112);;
	margin-top: 14px;
}
.rop_head:hover{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color:#007ba7;
}
a{
	text-decoration: none;
}
.line_ab {
	height: 3px;
	width: 55px;
	background: #85aa00;
	margin-bottom: 19px;
  }
  .line2_ab {
	height: 3px;
	width: 55px;
	background: #85aa00;
	margin-bottom: 19px;
  }
  .pc_title_container{
  	background: #fff;
	padding: 5px;
  }
  /*********************************************About us ***********************/
  li{
	cursor: pointer;
  }
  .about_text{
	color: rgb(104, 104, 104);
  }
  .breadcrumb-item a{
	color: #111;
	text-decoration: none;
  }
  .breadcrumb-item a:hover{
	color: #85aa00;
	text-decoration: none;
  }
  .brcrumb{
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	margin-left: 10px;
  }
  .ab_us{
	  padding: 55px;

  }
  .ab_banner{
		width: 100%;
	}
	.ab_img {
		width: 96%;
		margin-top: 10px;
		margin-bottom: 15%;
	  }
	  .ab_txt{
		font-size: 18px;
		color: #242020;
	  }
	  .ab_subpara{
		color: rgb(128, 128, 128);
		font-size: 14px;
		margin-right: 22px;
		text-align: justify;
	  }
	  .ab_para{
		color: rgb(128, 128, 128);
		font-size: 14px;
		text-align: justify;
		margin-top: 25px;
		margin-right: 20px;
	  }
	  .ab_h1{
		font-size: 18px;
	  }
	  .line_ab{
		height: 3px;
		width: 76px;
		background: #85aa00;
		margin-bottom: 19px;
		margin-top: 0px;
	  }
	  .span_ab{
		color: #85aa00;
		font-size: 22px;
	  }
	h4.spb_heading, h4.about-heading {
		font-weight: normal;
		margin-top: 30px;
		border-bottom: 2px solid transparent;
		position: relative;
		margin-bottom: 34px;
		text-align: center;
		font-size: 24px;
	  
	}
	h4, h4 a, .carousel-wrap > a {
		color: rgb(54, 52, 52);
	}
	h4, .body-content.quote, #respond-wrap h3 {
		font-size: 15px;
		line-height: 20px;
	}
	h4.spb_heading::before, h4.about-heading::before {

		content: "";
		display: block;
		border-top: 2px solid rgb(153, 148, 148);
		width: 100%;
		height: 2px;
		position: absolute;
		top: 50%;
		z-index: 1;

	}
h4.spb_heading span, h4.about-heading span {
	background: #f8f8f8;
  }
  h4.spb_heading span, h4.about-heading span {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 1;
  }
  /*************************************Contact Us***********************************/
	.contact_h1{
		font-size: 30px;
		margin: auto;
		text-align: center;
		margin-top: 25px;
	}
	.line3_ab {
		height: 3px;
		width: 75px;
		background: #85aa00;
		margin-bottom: 19px;
		margin: auto;
		text-align: center;
		margin-top: 10px;
	}
	 .contact-headd{
		color: #111;
		font-size: 20px;
		font-weight: 600;
	 }
	 .contact-form{
		margin-top: 62px;
		border: 1px solid #ccc;
		height: 89%;
		padding: 28px;
		margin-left: 24px;
		border-top: 4px solid #85aa00;
		width: 90%;
		box-shadow: 5px 5px 5px 5px #f3f3f3;
		background-color: #fff !important;
	 }
	 .contact-infoo{
		 font-size: 25px;
		 color: #85aa00;
		 display: inline-block;
		 width: 40px;
		 height: 40px;
		 line-height: 40px;
		
		 text-align: center;
		
		 margin-right: 20px;
		 margin-bottom: 50px;
	 }
	.contact-display{
		display: flex;
	 }
	 .form-control{
		 background-color: #fff;
		 width: 98%;
	 }
	 .form-controls{
		 background-color: #fff;
		 width: 99%;  
		 border: 1px solid #ccc;
		 border-radius: 5px;
		 padding: 8px;
		 margin-bottom: 12px;
	 }
	 .contact-formarea{
		 border: 0.5px solid #ccc;
		 margin-top: 63px;
		 width: 85%;
		 height: 89%;
		 padding: 20px;
		 border-top: 3px solid #85aa00;
		 margin-left: 80px;
		 box-shadow: 5px 5px 5px 5px #f3f3f3;
		 background-color: #fff !important;
	 }
	 .Contact-Info{
		 margin: 25px;
	 }
	 .contact-forms{
		 border: 0.5px solid #ccc;
	 }
	 .btn-send{
		 background-color: #85aa00;
		 color: #ffff;
		 margin-top: 15px;
		 font-size: 17px;
		 width: 99%;
		 font-weight: 600;
	 }
	 .btn-send:hover{
		 background-color: #28696d;
		 color:#fff;
	 }
	 .icons-contact{
		 color:#85aa00;
		 font-size: 20px;
	 }
	.map {
		width:383px;
		height: 190px;
		border-radius: 0.75rem;
		margin-top: 10px;
	}
	.contact_map{
		margin: auto;
		text-align: center;
	}
	.span_ic{
		color: #888;
		font-size: 15px;
	}
	.form-controle {
		width: 98%;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 8px;
		margin-bottom: 12px;
	  
	  }
  /***************************************Certifications****************************************/
.certification-item{
	width: 90%;
	border: 1px solid #eee;
	text-align: center;        
	height: 450px;   
	display: block;
	margin-top: 25px;
	padding: 12px;
	box-shadow: 0px 1px 5px 3px rgba(161, 161, 161, 0.288);
}
.certification-item:hover{      
	border: 1px solid #85aa00;
	background-color: #ffff;

}
.certificate-img{
	height: 95%;
	margin-top: 20px;
	width:100%;
}
h4.spb_heading, h4.certi_heading {
    font-weight: normal;
    margin-top: 30px;
    border-bottom: 2px solid transparent;
    position: relative;
    margin-bottom: 34px;
    text-align: center;
    font-size: 24px;

}
h4, h4 a, .carousel-wrap > a {
    color: rgb(54, 52, 52);
}
h4, .body-content.quote, #respond-wrap h3 {
    font-size: 24x;
    line-height: 20px;
}
h4.spb_heading::before, h4.certi_heading::before {
    content: "";
    display: block;
    border-top: 2px solid rgb(153, 148, 148);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
h4.spb_heading span, h4.certi_heading span {
    background: #f8f8f8;
}
h4.spb_heading span, h4.certi_heading span {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
/******************************************Compare Products***************************************************/
.compare-product tr td {
	color: rgb(168, 168, 168);
	font-size: 14px;
    padding: 17px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-top:15px;
    width: 10%;
    text-align: center;
    vertical-align: middle;
}
.compare-header{
    color:#85aa00;
    font-weight: 600;
	font-size: 15px;
	height: 30px;
	margin-top: 25px;
}
.compare-product tr td.compare-headers{
	color: #fff;
    font-weight: 600;
    text-align: center;
    color: #111;
}
.compare_img {
	width: 60%;
	padding: 10px;
}
.table-responsive{
	background-color: #fff;
}
.fa-trash-alt{
	color: #85aa00;
}
/****************************search products***********************************/
.search_span{
	color: #85aa00;
}
.search-box1{
	border: 1px solid #eee;
    padding: 25px;
}
.search-text{
	font-size: 15px;
	margin-top: 40px;
	color: #8e8e8e;
}
.search-img{
	width: 70%;
	padding: 10px;
}
.search_span{
	font-weight: 700;
	margin-left: 12px;

}
.search_bx1{
	background-color: #fff;
}
/***********************************************Error Page******************************************/
.error_header{
	font-size: 92px;
	margin-top: 10%;
}
.error_text{
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 10%;
}
.span_text{
	color: #85aa00;
}
.span_error{
	color: #85aa00;
}
.thanku_header{
	font-family: 'Sarabun', sans-serif;
	font-size: 100px;
	margin-top: 10%;
	margin-bottom: 10%;
}

  /*********************************Footer*******************************/
  .footer{
	  border-top:1px solid #eee;
	  margin-top: 15px;
	  padding: 45px;
	  background-color: #fff;
	  margin-top: 30px;
  }
    .footer_logo {
		width: 280px;
		margin-top: 27px;
		margin-bottom: 15px;
  }
  .footer_para{
	  color: rgb(109, 104, 104);
	  font-size: 14px;
	  margin-left: 20px;
	  text-align: justify;
	  margin-right: 15px;
  }
  .footer_ul{
	list-style: none;
	margin-left: -11px;
  }
  .footer_head{
	font-size: 23px;
	margin-top: 34px;
  }
  .line_ab{
    height: 3px;
    width: 76px;
    background: #85aa00;
    margin-bottom: 19px;
	margin-top: 0px;
}
.footer_list{
	color: rgb(110, 107, 107);
	line-height: 2;
	font-size: 15px;
}
.footer_list2{
	color: rgb(110, 107, 107);
	line-height: 1.8;
	font-size: 15px;
}
.fa-angle-right{
	margin-right: 10px;
	color: #111;
}
.footer_social{
	margin: auto;
	margin-top: 15px;
}
.footer_text{
	color: rgb(116, 111, 111);
}
.nav_social{
	margin-left: 10%;
}
.footer_icons{
	margin-right: 15px;
	color: #85aa00;
}
.footer_map{
	margin: auto;
	text-align: center;
}
.ft_map {
	width: 303px;
	height: 130px;
	border-radius: 0.75rem;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  .ft_icons{
	  color: #85aa00;
	  margin-right: 10px;
  }
	.nav_icon2 {
		color: #28696d;
		margin-left: 10px;
		border: 1px solid #eee;
		height: 40px;
		width: 40px;
		margin-top: -2px;
		padding: 11px;
		border-radius: 57px;
   }
 
   .span_copywrite{
	   color: #85aa00;
	   margin-left: 10px;
	   margin-right: 8px;
   }
   .anchor_links{
	   color: rgb(110, 107, 107);
	   font-size: 15px;
   }
   .anchor_links:hover{
	color: #85aa00;
   }
/*******************************Terms of Use*************************************/
.terms_para{
	color: #8d8d8d;
}
.term_b{
	color:#111;
}
.term_para{
	color: #8d8d8d;
	line-height: 1.8;
	text-align: justify;
}
.term_h1{
	font-size: 24px;
}
.fa-star{
	color: #85aa00;
	font-size: 12px;
	margin-right: 15px;
  
}
.policie_h1{
	font-size: 18px;
	margin-top: 15px;
}
.police_block{
	background-color: #fff;
	padding: 25px ;
	margin-top: 10px;
}

@media only screen and (min-width: 280px) and (max-width:480px)
{
	.banner{
		display: none;
	}
	.body{
		background-color: #fff;
	}
	.mobile_logo {
		margin-left: -8px;
		margin-bottom: 19px;
		width: 103%;
		margin-top: 6px;
	}
	.logo {
		width: 165px;
		margin-top: 9px;
	}
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 18%;
	}
	.form-control {
		font-size: 13px;
		width: 120% !important;
		
	}
	.fa-bars{
		color: #28696d;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
	}
	.nav_ul {
		margin-left: 28px;
		margin-bottom: 4px;
		list-style: none;
	}
	.menu_btn {
		font-size: 18px;
		float: right;
		margin-right: -12px;
	}
	.mbl_mail{
		height: 23px;
		width: 23px;
		margin-left: -46px;
		margin-right: -2px;
		margin-top: -7px;
	}
	.top_mail {
		font-size: 14px;
	}
	.top_mail:hover{
		font-size: 14px;
	}
	.top_navbar {
		background-color: #28696d;
	}
	.list_ul{
		list-style: none;
		margin-top: 35px;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #85aa00;
		color: #fff;
		text-align: center;
		margin-left: -20px;
		margin-top: 10px;
		margin-right: 10px;
		padding: 5px;
	}
	.pl_list{
		margin-left: -20px;
		margin-right: 10px;
		text-align: center;
		font-size: 14px;
		padding: 5px 10px;
		background-color:#28696d;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#85aa00;
		font-weight: 400;
	}
	.container-filter {	
		margin-right: 0px;
		margin-left: 33px;
		width: 75%;
	  }
	  .contact_h1 {
		font-size: 21px;
	  }
	  .container-filter a {
		font-size: 12px;
		color: #807c7c !important;
	  }
	.product-item .pp_img {
		width: 78%;
		padding: 26px;
	  }
	.product-item {
		width: 100%;
		margin-right: 10px;
		margin-left: 6px;
	}
	.line_ab {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.product-item .down-content p {
		font-size: 13px;
	}
	.heading {
		font-size: 18px;
		margin-top: -25px;
		margin-left: -2px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.pc_image {
		width: 210px;
		height: 210px;
		
		border-radius: 108px;
	  }
	  .btn_quote {
		margin-top: 3px;
		font-size: 13px !important;
		margin-left: 5px;
		color: #fff;
		background-color: #28696d;
		width: 152%;
	  }
	.button6{
		width: 91px;
		height: 37px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 13px;
		border-radius: 3px;
		font-weight: 700;
		background-color:#85aa00;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#28696d;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 95%;	
	}
	.fp_image {
		width: 63%;
		margin-top: 12px;
	}
	.sp_text {
		font-size: 13px;
	}
	.pp_li {
		font-size: 12px;
		margin-left: -12px;
	}
	.ab_us {
		padding: 18px;
		margin-left: 10px;
	}
	.ab_banner {
		width: 90%;
		margin-left: 5%;
		height: 25%;
	}
	.about_us{
		display: none;
	}
	.pc_view{
		display: none;
	}
	.pp_right a {
		margin-right: 0px;
		color: #28696d;
		font-size: 13px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #85aa00;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2_ab{
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: -28px;
		text-align: justify;
	  }
	  .footer_logo {
		width: 180px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -34px;
	  }
	  .anchor_links {
		color: rgb(110, 107, 107);
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -67px;
	  }
	  .footer_social{
		  margin-left: -28px;
	  }
	  .nav_icon2 {
		color: #7f7474;
		margin-left: -7px;
		border:none;
		height: 0px;
		width:0px;
		margin-top: 0px;
		padding: 13px;
      }
	  .copywrite {
		float: right;
		margin-left: -21px;
		font-size: 11px;
		margin-top: 20px;
	  }
	  .nav_distributer {
	    display: none;
	  }
	  .search-box1 {
		margin-bottom: 11px;
		text-align: center;
	  }
	  .header {
		  font-size: 20px;
	  }
	  .contact-formarea{
		margin-left: 0px;
		width: 99%;
		padding: 0px;
	  }
	  .contact-infoo {
		font-size: -2px;
		border:none;
	  }
	  .icons-contact {
		font-size: 18px;
	  }
	  .contact-headd {
		font-size: 16px;
	  }
	  .span_ic {
		color: #888;
		font-size: 11px;
	  }
	  .map {
		width: 214px;
		height: 101px;
		margin-top: -17px;
	  }
	  .contact-form {
			padding: 28px;
			margin-left: 0px;
			width: 100%;
	  }
	  .form-controle {
		padding: 2px;
	
	  }
	  .form-controls {
		padding: 2px;
	  }
	  .item-box {
		width: 100%;
		margin-bottom: 18px;
		margin-left: 32px;
	  }
	   .pp_right {
		  margin-bottom: -11px;
		}
		.btn-white {
		  margin-left: 4%;
		}
		ul#tabs-nav li {
		  margin-bottom: 5px;
		}
		.tabs{
			margin-top: 74px;
			margin-left: -12%;
		}
		.text-dark{
			padding: 2px;
		}

}

@media only screen and (min-width: 480px) and (max-width:576px)
{
	.banner{
		display: none;
	}
	.body{
		background-color: #fff;
	}
	.mobile_logo {
		margin-left: -8px;
		margin-bottom: 19px;
		width: 93%;
		margin-top: 6px;
	}
	.form-control {
		font-size: 13px;
		width: 87% !important;
	}
	.logo {
		width: 165px;
		margin-top: 9px;
	}
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 18%;
	}
	.form-control {
		font-size: 13px;
	}
	.fa-bars{
		color: #28696d;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
	}
	.nav_ul {
		margin-left: -55%;
		margin-bottom: 4px;
		list-style: none;
	}
	.menu_btn {
		font-size: 24px;
		float: right;
		margin-right: 22px;
		margin-top: 6px;
	}
	.mbl_mail{
		height: 23px;
		width: 23px;
		margin-left: -38px;
		margin-right: -2px;
		margin-top: -7px;
	}
	.top_mail {
		font-size: 14px;
	}
	.top_mail:hover {
		font-size: 14px;
		color: #fff;
	}
	.nav_distributer {
		float: right;
		display: block;
		margin-top: -27px;
		color: #fff;
		margin-right: 20px;
		font-size: 14px;
	  }
	  .nav_distributer:hover {
		color: #fff;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #28696d;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #85aa00;
		color: #fff;
		text-align: center;
		margin-left: -20px;
		margin-top: 10px;
		margin-right: 10px;
		padding: 5px;
	}
	.pl_list{
		margin-left: -20px;
		margin-right: 10px;
		text-align: center;
		font-size: 14px;
		padding: 5px 10px;
		background-color:#28696d;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#85aa00;
		font-weight: 400;
	}
	.container-filter {
		margin-left: 10%;
		width: 85%;
	}
	.item-box {
		margin-left: 53px;
		width: 100%;
	}
	.product-item .pp_img {
		width: 78%;
		padding: 26px;
	  }
	.product-item {
		width: 100%;
		margin-right: 10px;
		margin-left: 6px;
	}

	.input-group-text {
		width: 12%;
	}
	.line_ab {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.product-item .down-content p {
		font-size: 15px;
	}
	.product-item .down-content p:hover {
		font-size: 15px;
	}
	.heading{
		font-size: 20px;
		margin-top: -44px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.btn_quote {
		margin-top: 14px;
		font-size: 13px !important;
		margin-left: 5px;
		color: #fff;
		background-color: #28696d;
		width: 106%;
	}
	.button6{
		width: 93%;
		height: 37px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 15px;
		border-radius: 3px;
		font-weight: 700;
		background-color:#85aa00;
		margin-top: 12px;
		margin-left: 23px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#28696d;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 95%;	
	}
	.fp_image {
		width: 47%;
		margin-top: 12px;
	}
	.sp_text {
		font-size: 17px;
	}
	.pp_li {
		font-size: 14px;
		margin-left: 9px;
	 }
	 .btn-white {
		color: #575859 !important;
		font-size: 15px !important;
		margin-left: -2px;
	 }
	.about_us{
		display: none;
	}
	.pc_view{
		display: none;
	}
	.pp_right a {
		margin-right: 0px;
		color: #28696d;
		font-size: 13px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #85aa00;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2_ab {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer{
		margin-left: 13px;
	  }
	  .footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: -28px;
		text-align: justify;
	  }
	  .footer_logo {
		width: 180px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -34px;
	  }
	  .anchor_links {
		color: rgb(110, 107, 107);
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -67px;
	  }
	  .copywrite {
		font-size: 15px;
	  }
	  .search-box1 {
		margin-bottom: 15px;
		text-align: center;
		margin-left: 24px;
		margin-right: 24px;
	  }
	  .search-img {
		width: 58%;
		padding: 17px;
	  }
	  .map {
		width: 96%;
		height: 29%;
		margin-top: -14px;
	  }
	  .span_ic {
		color: #888;
		font-size: 13px;
	  }
	  .contact-infoo {
		font-size: -2px;
		border:none;
	  }
	  
}
@media only screen and (min-width: 576px) and (max-width:768px)
{
	.banner{
		display: none;
	}
	.body{
		background-color: #fff;
	}
	.mobile_logo {
		
	  margin-left: 22px;
	  margin-bottom: 12px;
	  width: 64%;
	  margin-top: 6px;

	}
	.item-box {
		margin-left: 9px;
		width: 95%;
	}
	.logo {
		width: 165px;
		margin-top: 9px;
	}
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 18%;
	}
	.form-control {
		font-size: 13px;
	}
	.fa-bars{
		color: #28696d;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
	}
	.nav_ul {
		margin-left: -55%;
		margin-bottom: 4px;
		list-style: none;
	}
	.menu_btn {
		font-size: 24px;
		float: right;
		margin-right: 22px;
		margin-top: 6px;
	}
	.mbl_mail {
		height: 20px;
		width: 20px;
		margin-left: -38px;
		margin-right: -2px;
		margin-top: -2px;
	}
	.top_mail {
		font-size: 15px;
	}
	.top_mail:hover {
		font-size: 15px;
		color: #fff;
	}
	.nav_distributer {
		float: right;
		display: block;
		margin-top: -27px;
		color: #fff;
		margin-right: 20px;
		font-size: 14px;
	  }
	  .nav_distributer:hover {
		color: #fff;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #28696d;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #85aa00;
		color: #fff;
		text-align: center;
		margin-left: -20px;
		margin-top: 10px;
		margin-right: 10px;
		padding: 5px;
	}
	.pl_list{
		margin-left: -20px;
		margin-right: 10px;
		text-align: center;
		font-size: 14px;
		padding: 5px 10px;
		background-color:#28696d;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#85aa00;
		font-weight: 400;
	}

	.input-group-text {
		width: 12%;
	}
	.line_ab {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.product-item .down-content p {
		font-size: 15px;
	}
	.product-item .down-content p:hover {
		font-size: 15px;
	}
	.heading{
		font-size: 20px;
		margin-top: -44px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.button6{
		width: 93%;
		height: 37px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 15px;
		border-radius: 3px;
		font-weight: 700;
		background-color:#85aa00;
		margin-top: 12px;
		margin-left: 23px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#28696d;
	}

	.product-item .pp_img {
		width: 78%;
		padding: 26px;
	  }
	.product-item {
		width: 100%;
		margin-right: 10px;
		margin-left: 6px;
	}
	.input-group-text {
		width: 12%;
	}
	.tab-content {
			padding: 10px;
			width: 99%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 79%;
		margin-left: 10%;
	  }
	.fp_image {
		width: 46%;
		margin-top: 12px;
	}
	.sp_text {
		font-size: 17px;
	}
	.pp_li {
		font-size: 14px;
		margin-left: 9px;
	 }
	 .btn-white {
		color: #575859 !important;
		font-size: 15px !important;
		margin-left: -2px;
	 }
	.about_us{
		display: none;
	}
	.pc_view{
		display: none;
	}
	.pc_title_container {
		background: #fff;
		padding: 5px;
	}
	.pp_right a {
		margin-right: 0px;
		color: #28696d;
		font-size: 13px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #85aa00;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2_ab {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer{
		margin-left: 13px;
	  }
	  .footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: -28px;
		text-align: justify;
	  }
	  .footer_logo {
		width: 180px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -34px;
	  }
	  .anchor_links {
		color: rgb(110, 107, 107);
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -67px;
	  }
	  .copywrite {
		font-size: 15px;
	  }
	  .search-box1 {
		margin-bottom: 23px;
		text-align: center;
		margin-left: 10px;
		margin-right: 14px;
	  }
	  .search-img {
		width: 90%;
		padding: 17px;
	  }
	  .search-text {
		font-size: 14px;
		height: 30px;
	  }
	  .contact-formarea {
		width: 95%;
		padding: 20px;
		margin-left: 21px;
	  }
	  .contact-form {
		padding: 28px;
		margin-left: 25px;
		width: 95%;
	  }
	  .contact-infoo {
		font-size: -2px;
		border:none;
	  }
}
@media only screen and (min-width: 577px) and (max-width:767px)
{
	.contact-infoo {
		font-size: -2px;
		border:none;
	  }
	  .body{
		background-color: #fff;
	}
	 
		
}
@media only screen and (min-width: 768px) and (max-width:991px)
{
	.banner{
		display: none;
	}
	.body{
		background-color: #fff;
	}
	.mobile_logo {
		margin-left: 3px;
		margin-bottom: 19px;
		width: 60%;
		margin-top: 5px; 
	}
	.tabs {
		margin-top: 55px;
	}
	.logo {
		width: 165px;
		margin-top: 9px;
	}
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 8%;
	  }
	.form-control {
		font-size: 13px;
	}
	.fa-bars{
		color: #28696d;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
	}
	.nav_ul {
		margin-left: -55%;
		margin-bottom: 4px;
		list-style: none;
	}
	.menu_btn {
		font-size: 24px;
		float: right;
		margin-right: 29px;
		margin-top: 12px;
	}
	.mbl_mail{
		height: 23px;
		width: 23px;
		margin-left: -11%;
		margin-right: -2px;
		margin-top: -7px;
	}
	.top_mail {
		font-size: 15px;
	}
	.top_mail:hover {
		font-size: 15px;
		color: #fff;
	}
	.nav_distributer {
		float: right;
		display: block;
		margin-top: -27px;
		color: #fff;
		margin-right: 35px;
		font-size: 14px;
	  }
	  .nav_distributer:hover {
		color: #fff;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #28696d;
	}
	.product-item .pp_img {
		width: 95%;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.list_head{
			margin-left: 54px;
			margin-top: 10px;
			margin-right: 54px;
	}
	.pl_list{
			margin-left: 55px;
			margin-right: 55px;
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#85aa00;
		font-weight: 400;
	}
	.container-filter {
			margin-left: 53px;
			width: 91%;
	  }
	  .item-box {
		margin-left: 16px;
		width: 96%;
	  }
	.product-item {
		width: 100%;
		margin-right: 10px;
	}
	.input-group-text {
		width: 12%;
	}
	.tab-content {
			padding: 10px;
			width: 99%;
	}
	.line_ab {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.heading {
		font-size: 23px;
		margin-top: -44px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.button6{
		width: 93%;
		height: 42px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 15px;
		border-radius: 3px;
		font-weight: 700;
		background-color: #85aa00;
		margin-top: 11px;
		margin-left: 10px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#28696d;
	}
	.btn_quote {
		margin-top: 11px;
		font-size: 14px !important;
		margin-left: -12px;
		color: #fff;
		background-color: #28696d;
		width: 100%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 79%;
		margin-left: 10%;
	  }
	.fp_image {
		width: 46%;
		margin-top: 12px;
	}
	.sp_text {
		font-size: 17px;
	}
	.pp_li {
		font-size: 14px;
		margin-left: 9px;
	 }
	 .btn-white {
		color: #575859 !important;
		font-size: 15px !important;
		margin-left: -2px;
	 }
	.about_us{
		display: none;
	}
	.pc_view{
		display: none;
	}
	.pp_right a {
		margin-right: 0px;
		color: #28696d;
		font-size: 19px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #85aa00;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2_ab {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer{
		margin-left: 13px;
	  }
	  .footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: -28px;
		text-align: justify;
	  }
	  .footer_logo {
		width: 180px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -34px;
	  }
	  .anchor_links {
		color: rgb(110, 107, 107);
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -67px;
	  }
	  .copywrite {
		font-size: 15px;
	  }
	  .search-box1 {
		margin-bottom: 23px;
		text-align: center;
		margin-left: 10px;
		margin-right: 14px;
	  }
	  .search-img {
		width: 90%;
		padding: 17px;
	  }
	  .search-text {
		font-size: 14px;
		height: 30px;
	  }
	  .map {
		width: 102%;
	  }
	  .contact-formarea {
		margin-top: 63px;
		width: 94%;
		height: 89%;
		padding: 20px;
		margin-left: 4%;
	  }
}

@media only screen and (min-width: 991px) and (max-width:1200px)
{
	.banner{
		display: none;
	}
	.body{
		background-color: #fff;
	}
	.mobile_logo {
		margin-left: 54px;
		margin-bottom: 19px;
		width: 50%;
		margin-top: 5px;
	}
	.logo {
		width: 165px;
		margin-top: 9px;
	}
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 9%;
	  }
	.form-control {
		font-size: 13px;
	}
	.fa-bars{
		color: #28696d;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
	}
	.nav_ul {
		margin-left: -72%;
		list-style: none;
	  }
	.menu_btn {
		font-size: 26px;
		float: right;
		margin-right: 70px;
		margin-top: 4px;
	}
	.mbl_mail{
		height: 23px;
		width: 23px;
		margin-left: -38px;
		margin-right: -2px;
		margin-top: -7px;
	}
	.top_mail {
		font-size: 18px;
	  
	}
	.top_mail:hover {
		font-size: 15px;
		color: #fff;
	}
	.nav_distributer {
			float: right;
			margin-top: -30px !important;
			color: #fff;
			margin-right: 69px;
			font-size: 16px;
	  }
	  .nav_distributer:hover {
		color: #fff;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #28696d;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.list_head{
			font-size: 20px;
			font-weight: 600;
			border: 1px solid #eee;
			background-color: #85aa00;
			color: #fff;
			text-align: center;
			margin-left: 97px;
			margin-top: 10px;
			margin-right: 97px;
	}
	.pl_list{
		margin-left: 98px;
		margin-right: 98px;
		text-align: center;
		font-size: 14px;
		padding: 5px 10px;
		background-color:#28696d;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#85aa00;
		font-weight: 400;
	}

	.product-item{
		width: 100%;
	}
	.input-group-text {
		width: 12%;
	}
	.line_ab {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.heading{
		font-size: 20px;
		margin-top: -44px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.button6{
		width: 93%;
		height: 42px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 15px;
		border-radius: 3px;
		font-weight: 700;
		background-color: #85aa00;
		margin-top: 11px;
		margin-left: -38px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#28696d;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 79%;
		margin-left: 10%;
	  }
	.fp_image {
		width: 46%;
		margin-top: 12px;
	}
	.sp_text {
		font-size: 17px;
	}
	.pp_li {
		font-size: 14px;
		margin-left: 9px;
	 }
	 .btn-white {
		color: #575859 !important;
		font-size: 15px !important;
		margin-left: -2px;
	 }
	.about_us{
		display: none;
	}
	
	.pc_view{
		display: none;
	}
	.pp_right a {
		margin-right: 0px;
		color: #28696d;
		font-size: 13px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #85aa00;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2_ab {
		width: 69px;
		margin-top: 0px;
		margin-left: -37px;
	  }
	  .footer{
		margin-left: 13px;
	  }
	.footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: 5px;
		text-align: justify;
	}
	.footer_logo {
		width: 226px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -12px;
	}
	.anchor_links {
		color: rgb(110, 107, 107);
		font-size: 16px;
		margin-left: -38px;
	}
	.footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -39px;
	}
	.line_ab {
		height: 3px;
		width: 76px;
		background: #85aa00;
		margin-bottom: 18px;
		margin-top: 0px;
		margin-left: -39px;
	}
	.footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -39px;
	}
	.nav_icon2 {
		margin-left: -2px;
		padding: 13px;
		font-size: 18px;
    }
	.copywrite {
		float: right;
		margin-right: -13px;
		font-size: 18px;
		margin-top: -4px;
	}
	.form-control {
		font-size: 16px;
	  }
	.fa-sign-in-alt{
		  color: #fff;
	}
	.ab_para {
		color: rgb(128, 128, 128);
		font-size: 14px;
		text-align: justify;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
	 }
	 .ab_h1 {
		font-size: 16px;
		margin-left: 10px;
	  }
	  .line_ab {
		margin-left: 10px;
	  }
	  .ab_txt {
		margin-left: 10px;
	  }
	  .ab_subpara {
		margin-left: 10px;
		text-align: justify;
		margin-right: 10px;
	  }
	  .ab_img {
		width: 100%;
	  }
	  .footer_map {
		  text-align: left;
	  }
	  .search-box1 {
		margin-bottom: 23px;
		text-align: center;
		margin-left: 10px;
		margin-right: 14px;
	  }
	  .search-img {
		width: 90%;
		padding: 17px;
	  }
	  .search-text {
		font-size: 14px;
		height: 30px;
	  }
	  .contact-form {
		width: 95%;
	  }
	  .contact-infoo {
		font-size: -2px;
		border:none;
	  }
	  ul#tabs-nav {
		list-style: none;
		padding: 5px;
		overflow: auto;
		margin-left: 19%;
	  }


}
@media only screen and (min-width: 992px) and (max-width:1199px)
{
	.banner{
		display: none;
	}
	.body{
		background-color: #fff;
	}
	.mobile_logo {
		margin-left: 54px;
		margin-bottom: 19px;
		width: 50%;
		margin-top: 5px;
	}
	.logo {
		width: 165px;
		margin-top: 9px;
	}
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 8%;
	  }
	.form-control {
		font-size: 13px;
	}
	.cate_drp {
		margin-left: 4px;
	  }
	.fa-bars{
		color: #28696d;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
	}
	.nav_ul {
		margin-left: 83px;
		list-style: none;
	}
	.nav_login {
		margin-left: 36px;
	}
	.menu_btn {
		font-size: 26px;
		float: right;
		margin-right: 70px;
		margin-top: 4px;
	}
	.mbl_mail{
		height: 23px;
		width: 23px;
		margin-left: -38px;
		margin-right: -2px;
		margin-top: -7px;
	}
	.top_mail {
		font-size: 15px;
	}
	.top_mail:hover {
		font-size: 15px;
		color: #fff;
	}
	.top_call {
		font-size: 13px;
	  }
	.nav_distributer {
			float: right;
			margin-top: -30px !important;
			color: #fff;
			margin-right: 69px;
			font-size: 16px;
	}
	  .nav_distributer:hover {
		color: #fff;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #28696d;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #85aa00;
		color: #fff;
		text-align: center;
		margin-left: -20px;
		margin-top: 10px;
		margin-right: 10px;
		padding: 5px;
	}
	.pl_list{
		margin-left: -20px;
		margin-right: 10px;
		text-align: center;
		font-size: 14px;
		padding: 5px 10px;
		background-color:#28696d;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#85aa00;
		font-weight: 400;
	}
	
	.product-item{
		width: 100%;
	}
	.input-group-text {
		width: 12%;
	}
	.input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100% !important;
		margin-top: 4px;
		margin-left: 16px;
	  }
	.heading{
		font-size: 20px;
		margin-top: -44px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.btn_quote {
		margin-top: 14px;
		font-size: 13px !important;
		margin-left: 38px;
	}
	.btn_quote:hover {
		margin-top: 14px;
		font-size: 13px !important;
		margin-left: 38px;
	}
	
	.button6{
		width: 93%;
		height: 42px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 15px;
		border-radius: 3px;
		font-weight: 700;
		background-color: #85aa00;
		margin-top: 11px;
		margin-left: -38px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#28696d;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 79%;
		margin-left: 10%;
	  }
	  .fp_image {
		width: 62%;
		margin-top: -33px;

	  }
	.sp_text {
		font-size: 17px;
	}
	.pp_li {
		font-size: 14px;
		margin-left: 9px;
	 }
	 .btn-white {
		color: #575859 !important;
		font-size: 15px !important;
		margin-left: -2px;
	 }
	.about_us{
		display: none;
	}
	.pc_view{
		display: none;
	}
	.pp_right a {
		margin-right: 0px;
		color: #28696d;
		font-size: 13px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #85aa00;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2_ab {
		width: 64px;
		margin-top: 0px;
		margin-left: -36px;
	  }
	  .footer{
		margin-left: 13px;
	  }
	.footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: 5px;
		text-align: justify;
	}
	.footer_logo {
		width: 226px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -12px;
	}
	.anchor_links {
		color: rgb(110, 107, 107);
		font-size: 12px;
		margin-left: -36px;
	  }
	  .footer_head {
		font-size: 17px;
		margin-top: 34px;
		margin-left: -39px;
	}
	.line_ab {
		height: 3px;
		width: 99px;
		background: #85aa00;
		margin-bottom: 18px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.navbar .nav-item {
		padding: 1px;
		margin: 0px !important;
		font-size: 11px;
	  }
	.footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 12px;
		margin-left: -39px;
	  }
	.copywrite {
		float: right;
		margin-right: -24px;
		font-size: 15px;
		margin-top: -32px;
	}
	.nav_icon2 {
		margin-left: 0px;
		padding: 13px;
		font-size: 12px;
	}
	.copywrite {
		float: right;
		margin-right: -13px;
		font-size: 18px;
		margin-top: -6px;
	}
	.form-control {
		font-size: 16px;
	  }
	.fa-sign-in-alt{
		  color: #fff;
	}
	.ab_para {
		color: rgb(128, 128, 128);
		font-size: 14px;
		text-align: justify;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
	 }
	 .ab_h1 {
		font-size: 16px;
		margin-left: 10px;
	  }
	  .line_ab {
		margin-left: 10px;
	  }
	  .ab_txt {
		margin-left: 10px;
	  }
	  .ab_subpara {
		margin-left: 10px;
		text-align: justify;
		margin-right: 10px;
	  }
	  .ab_img {
		width: 100%;
	  }
	  .ab_img {
		width: 100%;
	  }
	  .footer_map {
		  text-align: left;
	  }
	  .search_bx1 {
		background-color: #fff;
		text-align: center;
	  }
	  .search-box1 {
		margin-bottom: 15px;
		margin-left: 15px;
	  }
	  .search-text {
		font-size: 13px;
		margin-top: 40px;
		color: #8e8e8e;
		height: 40px;
		margin-bottom: 10px;
	  }
	  .contact-formarea {
		width: 94%;
		padding: 6px;
		margin-left: 26px;
	  }
	  .map {
		width: 320px;
		height: 131px;
		border-radius: 0.75rem;
		margin-top: 10px;
	  }
	  .text-dark {
		padding: 1px;
	  }

}

@media only screen and (min-width: 1200px) and (max-width:1400px)
{
	.banner{
		display: block;
	}
	.body{
		background-color: #fff;
	}
	.list_ul{
		list-style: none;
	}
	.logo {
		width: 224px;
		margin-top: -5px;
		margin-left: -4px;
	}
	  .nav_login {
		margin-left: 39px;
		height: 48px;
		width: 48px;
		padding: 9px;
		margin-top: -8px;
		margin-right: 13px;
	}
	.btn_quote {
		font-size: 14px !important;
	}
	.nav_table {
		margin-top: 0px !important;
	}
	.nav_regi a {
		font-size: 14px;
	}
	.navbar .nav-item {
		padding: 4px;
		margin: 0px !important;
		font-size: 13px;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #85aa00;
		color: #fff;
		text-align: center;
		margin-left: -20px;
		margin-top: 10px;
		margin-right: 10px;
		padding: 5px;
	}
	.pl_list{
		margin-left: -20px;
		margin-right: 10px;
		text-align: center;
		font-size: 14px;
		padding: 5px 10px;
		background-color:#28696d;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#85aa00;
		font-weight: 400;
	}
	.button6{
		width: 140px;
		height: 45px;
		border: none;
		outline: none;
		color: #605d5d;
		font-size: 16px;
		text-shadow: 0 1px rgba(0,0,0,0.4);
		border-radius: 3px;
		font-weight: 700;
		margin-top: 15px;
		background-color:#85aa00;
		color:#fff;
	}
	.button6:hover{
		background-color:#85aa00;
		cursor:pointer;
		color:#fff;
	}
	.mobile_logo {
		width: 264px;
		margin-left: 7px;
		padding-bottom: 20px;
		padding-top: 13px;
	}
	.menu_btn {
		font-size: 32px;
		float: right;
		margin-right: 29px;
		margin-top: 8px;
	}
	.about_us{
		display: none;
	}
	.pc_view{
		display: none;
	}
	.pp_right a {
		margin-right: 12px;
		color: rgb(21, 18, 18);
		font-size: 17px;
	}
	.pp_block {
		border: 1px solid #eee;
		width: 90%;
		padding: 12px;
		text-align: center;
		margin-top: 23px;
		margin-left: 17px;
		margin-bottom: 10px;
	}
	.pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #85aa00;
		margin-left: 8px;
		font-size: 25px;
	}
	.pp_text {
		color: rgb(113, 112, 112);
		margin-top: 31px;
		font-size: 15px;
	}
	.footer_para {
		font-size: 14px;
		margin-left: -20px;
		text-align: justify;
		margin-right: 26px;
	}
	.footer_logo {
		width: 211px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -27px;
	}
	.anchor_links {
		color: rgb(110, 107, 107);
		font-size: 14px;
		margin-left: -30px;
	}
	.footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -30px;
	}
	.line_ab {
		margin-left: -30px;
	}
	.footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -39px;
	}
	.line2_ab {
		width: 69px;
		margin-top: 0px;
		margin-left: -28px;
	}
	.nav_icon2 {
		margin-left: -2px;
		padding: 10px;
		font-size: 18px;
    }
	.copywrite {
		float: right;
		margin-right: -2px;
		font-size: 18px;
		margin-top: 8px;
	}
	.nav_distributer {
		display: none;
	 }
	.fa-sign-in-alt{
		  color: #fff;
	}
	.ab_img {
		width: 100%;
	  }
	  .contact-frames {
		width: 95%;
		padding: 39px;
		height: 85%;
	  }
	  .search-box1 {
		margin-bottom: 23px;
		text-align: center;
		margin-left: 0px;
		margin-right: 9px;
	  }
	  .search-img {
		width: 90%;
		padding: 17px;
	  }
	  .search-text {
		font-size: 14px;
		height: 30px;
	  }
	  .map {
		width: 329px;
		height: 139px;
		border-radius: 0.75rem;
		margin-top: 10px;
	  }
	  .contact-infoo {
		line-height: 33px;
	  }
	  .icons-contact{
		font-size: 22px !important;
	  }
}
@media only screen and (min-width: 333px) and (max-width:479px)
{
	.pc_title {
		margin-left: 0px;
		font-size: 18px;
	  }
	  .body{
		background-color: #fff;
	}
	  .pp_right a {
		font-size: 15px;
		margin-right: 2px;
	  }
	  .form-control{
		  width: 130%;
	  }
	  .span_ic {
		color: #888;
		font-size: 14px;
	  }
	  .button6 {
		margin-left: 24px;
	  }
	  .container-filter {
		margin-left: 63px;
		width: 63%;
	  }
	  .item-box {
		margin-left: -5px;
	  }
	 
}


@media only screen and (min-width: 280px) and (max-width:991px)
{
    .no_mobile{
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width:5000px)
{
    .no_desktop{
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width:5000px)
{
.lx {
	width: 20%;
	text-align: center;
	padding: 5px 5px;
	border-radius: 3px;
}

}