body{
	font-family: 'Lexend Deca', sans-serif;
	background: #f5f5f5;
}
.row {
    --bs-gutter-x: 0px;
}
ul{
	padding: 0px;
}
/***************************************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 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-light .navbar-toggler {
	color: #111;
	border-color: #111;
	margin-top: -1px;
  }
	.navbar-nav {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		list-style: none;
		margin: auto;
		
	}
	.navbar-toggler{
		font-size: 17px;
		padding: 5px !important;
		margin-right: 10px;
		
	}
	.navbar-toggler-icon {
		color: #000 !important;
	}
	.navbar-light .navbar-nav .nav-link{
		color: #111;
	}
	.box_quote{
		display: flex;
	}
	.logo{
		width: 215px;
		margin-top: 4px;
		margin-bottom: 2px;
	  
	}
	.menu_btn{
		font-size: 22px;
		float: right;
	}
	.mobile_logo{
		width: 182px;
	}
	.fa-envelope{
		color: #025b9f !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: #f8931d;
	
	}
    .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;
		height: 215px;
    }
    .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: 10px;
	}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: 5px;
    }
	.dropdown-item{
		border-bottom: 1px dotted #025b9f;
		font-size: 13px;
	}
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display: block !important;
		margin-top: -8px;
		width: 85%;
		height: auto !important;
	}
	  .flex-column{
		border-right: 1px solid #ccc;
	
		margin-right: 10px;
	  }
	  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
		color: rgba(0,0,0,.9);
		border-bottom: 1px dotted #111;
		font-size: 13px;
	  }
    a.navbar-brand {
        color: white;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(12, 12, 12, 0.55);
    }
	a.nav-link.active {
	
		font-size: 14px;
		background-color:  #f2f2f2;
	}
	.nav_mail{
		color: #111;
		text-decoration: none;
		font-size: 16px;
	}
	.nav_mail:hover{
		color:#f8931d ;
		text-decoration: none;
		font-size: 16px;
	}
	.top_call  {
		color:#111;
		text-decoration: none;
		margin-left: -1px;
		font-size: 14px;
	}
	.top_call :hover{
		color: #f8931d;
		text-decoration: none;
		margin-left: -1px;
		font-size: 14px;
	}
	.top_navbar{
		background-color:#025b9f;
	}
	
	.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: 5px;
		font-size: 14px !important;
		margin-left: 27px;
		color: #111;
		background-color: #fff;
		width: 135px;
		height: 37px;
	}
	.fa-paper-plane{
		border: 1px solid #eee;
		width: 42px;
		height: 37px;
		padding: 10px;
		margin-left: -64px;
		margin-top: -7px;
		margin-right: 14px;
		background: #f8931d;
		color: #fff;
	  }
	  .fa-right-to-bracket{
		border: 1px solid #eee;
		width: 42px;
		height: 37px;
		padding: 10px;
		margin-left: -64px;
		margin-top: -7px;
		margin-right: 14px;
		background: #f8931d;
		color: #fff !important;
	  
	  }
	
	  .frm_quote{
		border: 1px solid #eee;
		padding: 20px;
		width: 95%;
		margin-top: 15px;
		background-color: #f8931d;
	  }
	  .cat_bar{
		margin-right: 38px;
		  color: #fff !important;
	  }
	.top-navmenu{
		border-top:5px solid #025b9f;
		padding: 5px;
	}
	.search_form{
		margin-left: 10px;
	}
	.search {
		margin-top: 2px;
	}
	.nav_table {
		margin-top: 4px !important;
	}
	.fa-user{
		margin-right: 10px;
		color: #025b9f;
	}
	.fa-right-to-bracket{
		margin-right: 10px;
		color: #025b9f;
	}
	.span_letter{
		color: #025b9f;
		font-weight: 700;
		font-size: 25px;
	}
	.frm_cntrl{
		width: 180% !important;
	}
	.li_pbc{
		cursor: pointer;
		font-weight: 500;
		color: #111;
	}
	.span_pbc{
		
		color: #5a5959;
	}
	.modal-footer {
		display: flex;
		flex-wrap: wrap;
		flex-shrink: 0;
		align-items: center;
		justify-content: flex-end;
		padding: .75rem;
		border: none !important;
		float: right;
		margin-right: -75% !important;
		margin-top: -11px;
	  
	}
	  .line_modal{
		border: 1px solid #c5c1c1;
		width: 181%;
		margin-left: -28px;
		margin-top: 5px;
	  
	  }

	/**************************breadcrumbs******************************************/
   /* Style the list */
   ul.breadcrumb {
    padding: 2px 28px;
    list-style: none;
    background-color: #f2f2f2;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
 
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #005ea4;
    text-decoration: none;
    font-size: 16px;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
    font-size: 16px;
  } 

	/**********************************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: #025b9f;
		height: 55px;
	 }
	  .nav_a {
		color: #fff !important;
	  }
	  .cate_drp {
		text-align: left;
		color: #fff;
		font-size: 16px;
		background: #111;
		width: 250px;
		margin-top: -3px;
		height: 42px;
	  }
	  .span_menu{
		margin-right:5px;
	  }
	  .color_span{
		background-color:#025b9f;
		color:#fff;
		
	  }
	  .dropdown_li{
		margin-top:5px;
		margin-bottom:5px;
	  }

	/********************************searcbar**************************/
	.header-search {
		padding: 15px 0px;
		margin-top: -3px;
	}
	  .input {
		height: 35px;
		margin-top: 0px;
		padding: 0px 15px;
		border: 1px solid #E4E7ED;
		background-color: #FFF;
		width: 68%;
		font-size: 11px;
	  }
	  .header-search form .search-btn {
		height: 36px;
		width: 100px;
		background: #f8931d;
		color: #FFF;
		font-weight: 700;
		border: none;
		border-radius: 0px 40px 40px 0px;
		margin-top: -5px;
	  }
	  .header-search form .input {
		width:77%;
		margin-right: -55px;
		margin-top: 3px;
	  }
	.fa, .fas {
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
	
	}
	.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;
		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_text1{
		 color: #f8931d;
		
	 }
	 .about_text{
		 font-size: 15px;
		 text-align: justify;
	
	 }
	 .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 {
	margin-bottom: 16px;
	margin-top: 8px;
	color:#025b9f;
	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: #025b9f;
    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 #025b9f;
	padding: -4px;
	border-radius: 46px;
	height: 30px;
	width: 30px;
}
.pc_next {
	margin-right: 15px;
	margin-left: -16px;
	border: 1px solid #025b9f;
	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;

}
.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;
	height: 70px;
}
.pp_paragrh {
	margin-top: 24px;
	color: #111;
	font-size: 14px;
	text-align: left;
}
.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: #025b9f;
}
.list_fp{
	list-style: none;
	margin-top: 35px;
}
.list_fphead{
	font-size: 22px;
	border: 1px solid #eee;
	background-color: #fff;
	color: #111;
	margin-left: -17px;
	margin-top: -46px;
	margin-right: 34px;
	padding: 5px;
	border-right: 1px solid #f8931d;
	border-top: 4px solid #f8931d;
	border-left: 1px solid #f8931d;
	padding-top: 8px;
	padding-left: 10px;
  
}
.fp_ln{
	border: 1px solid #eee;
	margin-top: 10px;
}
.fp_v a {
	color: #f8931d;
	margin-top: -18px;
	font-weight: 600;
	float: left;
  }
.fp_pills{
	padding: 23px;
	padding-top: 15px;
	margin-top: -3px;

}
.fp_pp{
	font-size: 14px;
	margin-top: 10px;
}
.fp_side{
	display: flex;
	border: 1px solid #eee;
	margin-top: 10px;
	height: 101px;
}
.fp_lists{
	margin-left: -17px;
    margin-right: 34px;	
	font-size: 15px;
	padding: 5px 10px;
	background-color:#fff;
	margin-top: 3px;
	color: #111;
	border: 1px solid #eee;
}
.fp_lists:hover{
	border-left: 1px solid #025b9f;
}
.fp_lists a{
	color: #111;
}
.fp_lists a:hover{
	color:#025b9f;
}
.span_bs {
	border: 1px solid #eee;
	padding: 6px;
	width: 117%;
	color: #f8931d;
	font-size: 15px;
	background-color: #000;
}
.bs_side{
	color: #025b9f;
}
/******************************Tabpills************************/
.section{	
	font-family: 'Nunito Sans', sans-serif;
}
.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
.text-dark {
	color: #212529 !important;
	font-size: 15px;
	font-weight: 600;
	background: #f2f2f2;
	padding: 15px;
}
 
.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 #025b9f;
}
.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  width: 108%;
}
.img-fluid {
	padding: 43px;
}
.item-box a {
  display: inline-block;
}
.item-box .item-mask {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  border: 1px solid #025b9f;
}

.item-box .item-mask .item-caption {
  position: absolute;
  width: 100%;
  bottom: 10px;
  opacity: 0;
}

.heading{
	font-size: 24px;
	margin-top: -19px;
	width: 101%;
	padding: 2px;
	border-right: 1px solid #f8931d;
	border-top: 4px solid #f8931d;
	border-left: 1px solid #f8931d;
	padding-top: 8px;
	padding-left: 10px;
  
}

.services-box {
  padding: 45px 25px 45px 25px;
}
/****************************************Product Category*************************/
.procuctcategory{
	margin-left: 6%;
	margin-top: 6%;
}
.pp_bigbox{
	border: 1px solid #e6e4e4;
	width: 94%;
	border-radius: 5px;
	margin-bottom: 25px;
	margin-left: -21px;
	margin-top: 13px;
  
}
.pp_bigbox:hover{
	border: 1px solid #ccc;        
	box-shadow: 0px 1px 5px 3px #ccc;
}
.p_box{
		text-align: center;
		padding: 18px 13px;
}
.category_img{
	width: 70%;
}
.p_text {
	font-size: 15px;
	color: rgb(36, 36, 36);
	margin-bottom: 10px;
	margin-top: 15px;

}
.p_box{
	text-align: center;
	padding: 24px;
}
.category_img{
	width: 70%;
}
.pp_a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	margin: 10px;
	float: left;
	
}
.pp_a:hover{
	color: #f8931d;
	
}
.pp_aa{
	color: #fff;
	text-decoration: none;
	margin: 12px;
	font-size: 15px;
	
	float: right;
  
}
.pp_aa:hover{
	color: #f8931d;
	
}
.view-more{
	width: 12%;
	background-color: #025b9f;
	color:#fff;
	margin: auto;
	margin-top: 10px;
	font-weight: 400;
 }
 .view-more:hover{
	color:#fff;
 }
 .pc_bb{
	 border-bottom: 1px solid #eee;
	 display: flex;
	 background: #025b9f;
 }
/**********************************Tabpills Product-description*********************/

 .auto-tabpill{
	justify-items: center;          
}
.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-ul{
	margin-left: 20px;
}
.auto-tabpill{
	justify-items: center;
}
.tabs {
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	margin-top: 15px;
	margin: auto;
	text-align: center !important;
	display: inline-block !important;
}
ul#tabs-nav {
	list-style: none;
	padding: 7px;
	overflow: auto;
	margin-top: -74px;
	float: right;
}
ul#tabs-nav li {
	float: left;
	cursor: pointer;
	color: #025b9f;
	margin: auto;
	border-top: none;
	margin: 0px;
	padding: 10px;
	margin-left: 7px;
}
ul#tabs-nav li:hover{
	background-color: #025b9f;
}
#tabs-nav li a {
	color: #111;
    font-size: 16px;
    padding: 0px;
}
#tabs-nav li a:hover {
	color: #fff !important;


}
.tab-content {
	padding: 10px;
	display: flex;
}
.airsm-li{
	list-style: none;
	margin-right: 10px;
}
.fa-chevron-right{
	color: #025b9f;
	font-size: 13px;
}
.pd_des{
	margin-top: 25px;
}
.pdd-header{
	color: #025b9f;
}
#overflowtest {
	width: 90%;
	overflow: scroll;
	margin: auto;
}
.pp_lists {
	font-size: 11px;
	float: left;
	margin-left: -14px;
} 
/************************************* Products *******************************/
		.product-item {
			border: 1px solid #f3f3f3;
			margin-bottom: 30px;
			margin-right: 27px;
			width: 97%;
			background-color: #fff;
		}
		.product-item:hover{
			border-color: #025b9f;
		}
		.product-item .pp_img {
		width: 92%;
		overflow: hidden;
		padding: 41px;
		margin-left: -16px;
		}
		.product-items{
			border: 1px solid #f3f3f3;
			margin-bottom: 30px;
			margin-right: 27px;
			width: 97%;
			background-color: #fff;
		}
		.product-items:hover{
			border-color: #025b9f;
		}
		.product-items .pp_img {
		width: 92%;
		overflow: hidden;
		padding: 41px;
		margin-left: -16px;
		}
		.product-items .down-content {
			padding: 9px;
			position: relative;
			text-align: center;
			margin-top: 2px;
			border-top: 1px solid #eee;
			background-color: #fff;
		}
		
		.product-items .down-content p {
			font-size: 13px;
			color: #111;
		}
		.product-items .down-content :hover{
			
			color:#025b9f;
		}	
	
		.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: #fff;
		}
		
		.product-item .down-content p {
			font-size: 13px;
			color: #111;
		}
		.product-item .down-content :hover{
			
			color:#025b9f;
		}		
		.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:#025b9f;
			border-radius:3px;
			font-weight:700;
		}
		.button6:hover{
			background-color:#025b9f;
			cursor:pointer;
			color:#fff;
		}	
		.content_para{
			font-size:15px;
		}
/******************************Popular Products****************************/

.rop_products {
	border: 1px solid #eee !important;
	text-align: center;
	width: 31%;
	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:#025b9f  !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;
}
.fa-calendar-alt{
	color:#025b9f !important ;
}

.fp_image{
	width: 96%;
	margin-top: 8px;
	padding: 10px;
	margin-left: 13px;
}
.pp_li{
	font-size: 13px;
	font-weight: 600;
	color: #737373;
}
.pp_list{
	list-style: none;
	text-align: left;
	margin-bottom: 30px;

}
.fa-circle-check{
	margin-right: 14px;
	color: #025b9f;
	
}
.btn-white {
	color: #575859 !important;
	font-size: 15px !important;
	margin-left: -12px;
}

.fp_icon{
	width: 24px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	
}.pp_right a{
	margin-right: 20px;
	color: #111;
	float: right;
	margin-top: -130px;
	font-size: 17px;
	font-weight: 500;
}
.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 {
	height: 3px;
	width: 55px;
	background: #025b9f;
	margin-bottom: 19px;
  }
  .line2 {
	height: 3px;
	width: 55px;
	background:#f8931d ;
	margin-bottom: 19px;
  }
  /*************************Product AT Galance*********************/
  .section-title {
	position: relative;

  }
  .section-title::after, .produtct-combo-tab__head::after {
	position: absolute;
	content: "";
	top: 68%;
	transform: translateY(-50%);
	left: 11%;
	height: 1px;
	width: 87%;
	background: #111;
  }
  .section-title h2 {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	line-height: 3rem;
	padding: 0 2.5rem 0 1rem;
	font-size: 23px;
	color: #2c2e3d;
	background: #fff;
	z-index: 1;
	margin-bottom: 21px;
	font-weight: 600;
  }
  /*********************************************About us ***********************/
  li{
	cursor: pointer;
  }
  .breadcrumb-item a{
	color: #111;
	text-decoration: none;
  }
  .breadcrumb-item a:hover{
	color: #025b9f;
	text-decoration: none;
  }
  .brcrumb{
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	margin-left: 10px;
  }
  .ab_us{
	padding: 55px;
	background: #f6f6f6;
	margin-top: 31px;

  }
  .ab_banner{
		width: 100%;
	}
	.ab_img {
			width: 100%;
			margin-left: 10px;
			margin-top: 60px;
	  }
	  .ab_txt{
		font-size: 18px;
		color: #242020;
	  }
	  .ab_subpara{
		color: rgb(50, 50, 50);
		font-size: 14px;
		margin-right: 22px;
		text-align: justify;
	  }
	  .ab_para {
		color: rgb(50, 50, 50);
		font-size: 14px;
		text-align: justify;
		margin-top: 25px;
		margin-right: 20px;
	  }
	  .ab_h1 {
		font-size: 23px !important;
	  }
	 .ab_lab{
		background: #fff;
		padding: 23px;
	  }
	  .fa-certificate{
		  color:#f8931d;
		  margin-right: 10px;
	  }
	  .line_ab{
		height: 2px;
		width: 76px;
		background: #111;
		margin-bottom: 19px;
		margin-top: -1px;
	  
	  }
	  .span_ab{
			color: #f8931d;
			font-size: 22px;
			font-weight: 700;
	  }
	  .frm_cntrl{
		width:180%;
	  }
  /*************************************Contact Us***********************************/
  .c_banner{
	  width: 100%;
  }
  .contact_h1{
	font-size: 22px;
font-weight: 600;

  }
  .line3 {
	height: 3px;
	width: 75px;
	background: #025b9f;
	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 #025b9f;
		width: 90%;
		box-shadow: 5px 5px 5px 5px #f3f3f3;
	 }
	 .contact-infoo{
		 font-size: 20px;
		 color: #025b9f;
		 display: inline-block;
		 width: 40px;
		 height: 40px;
		 line-height: 40px;
		 border: 1px solid #025b9f;
		 text-align: center;
		 border-radius: 100%;
		 margin-right: 20px;
		 margin-bottom: 50px;
	 }
	.contact-display{
		display: flex;
	 }
	 .c_box1 {
		border: 1px solid #eee;
		margin-top: 9%;
		padding: 39px;
		margin-right: 9px;
		width: 32%;
		margin-bottom: 3%;
	 }
	 /*******************GET Quote form*******************/
	 .quote_frm{
		padding: 11px;
	 }
	 .q_header{
		font-size: 22px;
		margin: 23px;
		color: #025b9f;
		font-weight: 600;
	 }
	 .q_head{
		 border-bottom: 3px solid #025b9f;
	 }
	 .contct_us {
		padding: 48px;
		background: #025b9f;
		margin-top: 33px;
		width: 60%;
	
	 }
	 .c_label {
		color: #fff !important;
		margin-bottom: 2px;
		font-weight: 600;
	 }
	 .c_h1{
		font-size: 23px;
		color: #fff !important;
		font-weight: 600;
	 }
	 .c_send {
		background: #fff !important;
		color: #f8931d !important;
		width: 97%;
		margin-top: 2%;
		font-weight: 500;
		border: #025b9f !important;
	 }
	 .c_send:hover{
		color: #025b9f !important; 
	 }
	 .c_icons {
		width: 59%;
		margin-top: 2px;
		border: 1px solid #eee;
		border-radius: 40px;
		height: 60px;
		padding: 8px;
		background: #f2f2f2;
	  
	 }
	 .c_box1{
		border: 1px solid #eee;
		margin-top: 9%;
		padding: 22px;
		margin-right: 9px;
		width: 24%;
		margin-bottom: 3%;
	  
	 }
	 .c_box1{
		border: 1px solid #ccc;        
		box-shadow: 0px 5px 5px 3px #eee;
	 }
	 .c_para{
		font-size: 13px;
		color: #4f4f4f;
	 }
	 .custom-form{
		background-color: #fff;
		width: 233%;
		margin-bottom: 12px;
		font-size: 12px!important;
	 }
	 .form-control {
		background-color: #fff;
		width: 193%;
		margin-bottom: 12px;
		font-size: 12px!important;
	 }
	 .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 #025b9f;
		 margin-left: 80px;
		 box-shadow: 5px 5px 5px 5px #f3f3f3;
		
	 }
	 .Contact-Info{
		 margin: 25px;
	 }
	 .contact-forms{
		 border: 0.5px solid #ccc;
	 }
	 .btn-send{
		 background-color: #025b9f;
		 color: #ffff;
		 margin-top: 15px;
		 font-size: 17px;
		 width: 99%;
		 font-weight: 600;
	 }
	 .btn-send:hover{
		 background-color: #025b9f;
		 color:#fff;
	 }

	 .icons-contact{
		 color:#025b9f;
		 font-size: 13px;
	 }
 
	.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;
	  
	  }
	  .mapouter{
		  position:relative;
		  text-align:right;
		  height:500px;
		  width:400px;
		}
		.gmap_canvas {
			overflow:hidden;
			background:none!important;
			height:500px;
			width:400px;
		}
  /***************************************Certifications****************************************/
.certification-item{
	width: 95%;
	border: 1px solid #eee;
	text-align: center;
	height: 431px;
	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 #025b9f;

}
.certificate-img{
	height: 95%;
	margin-top: 20px;
	width:100%;
}
.c_block{
	display: flex;
}

/******************************************Compare Products***************************************************/
.compare-product tr td {
	color: #111;
	font-size: 14px;
	padding: 17px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 15px;
	width: 10%;
	text-align: center;
	vertical-align: middle;
	background: #f8f8f8;
}
.compare-header{
    color:#f8931d;
    font-weight: 500;
	font-size: 15px;
	height: 30px;
	margin-top: 25px;
}
.compare-product tr td.compare-headers{
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #025b9f;
	font-size: 15px;  
}
.compare_img {
	width: 55%;
	border: 1px solid #eee;
	border-radius: 61px;
	height: 55%;
	padding: 23px;
	background: #fff;
}
.table-responsive{
	background-color: #fff;
}
.fa-trash-alt{
	border: 1px solid #f8931d;
	height: 40px;
	width: 40px;
	padding: 12px;
	border-radius: 29px;
	background: #f7931d;
	color: #fff;
}
/****************************search products***********************************/
.search_header {
	font-size: 22px;
	margin-left: 18px;
}
.search-box1{
	border: 1px solid #eee;
    padding: 25px;
}
.search-text{
	font-size: 15px;
	margin-top: -14px;
	color: #111;
	height: 53px;
	margin-bottom: 5px;
	background: #eee;
	margin-left: 15px;
	border: 1px solid #eee;
	padding: 7px;
}
.search-img {
	width: 68%;
	padding: 17px;
}
.search_span{
	color:  #f8931d;
	margin-left: 12px;

}
.search_bx1{
	background-color: #fff;
}
/***********************************************Error Page******************************************/
.error_header{
	font-size: 69px;
	margin-top: 100px;
}
.error_text{
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 100px;
}
.span_text{
	color: #025b9f;
}
.span_error{
	color: #025b9f;
}
.thanku_header{
	font-family: 'Sarabun', sans-serif;
	font-size: 100px;
	margin-top: 10%;

}
.error_bc{
	background-color: #f8931d;
	border-color: #f8931d;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
}
.tq_line{
	border: 1px solid #111;
	width: 250px;
	margin: auto;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 50px;
}
  /*********************************Footer*******************************/
  .ft_block{
	 padding-left: 15px;
  }
  .footer{
	  border-top:1px solid #eee;
	  margin-top: 15px;
	  padding: 45px;
	  background-color: #fff;
	  
	  margin-top: 30px;
color: #fff !important;
  }
    .footer_logo {
		width: 265px;
		margin-top: 27px;
		margin-bottom: 15px;
		background: #FFF;
		margin-left: -75px;
		padding: 12px;
  }
  .footer_para{
	  color: #fff;
	  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{
    height: 3px;
    width: 76px;
    background: #025b9f;
    margin-bottom: 19px;
	margin-top: 0px;
}
.footer_list{
	color: rgb(110, 107, 107);
	line-height: 2;
	font-size: 15px;
}

.footer_list2{
	color: #FFF;
	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: #fff;
}
.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: #025b9f;
	  margin-right: 10px;
  }
  .fp_follow{
	color: #f8931d;
	margin-left: -67px;
  }
	.nav_icon2 {
		color: #fff;
		margin-left: 10px;
		border: 1px solid #eee;
		height: 40px;
		width: 40px;
		margin-top: -2px;
		padding: 11px;
		border-radius: 57px;
   }
   .copywrite{
	float: right;
	margin-right: -115px;
   }
   .span_copywrite{
	   color: #f8931d;
	   margin-left: 10px;
	   margin-right: 8px;
   }
   .anchor_links{
	   color: #fff;
	   font-size: 15px;
   }
   .anchor_links:hover{
	color: #025b9f;
   }
/*******************************Terms of Use*************************************/
.terms_para {
	color: #8d8d8d;
	font-size: 15px;
	margin-left: -27px;
  }
  .li_terms{
	margin-left: 24px;
	margin-bottom: 18px;
  }
.te_ul{
	list-style: none;
	line-height: 2.1rem;
	margin-left: 15px;
	text-align: justify;

}
.term_b{
	color:#111;
}
.term_para{
	color: #111;
	line-height: 1.8;
	text-align: justify;
	font-size: 15px;
}
.term_h1{
	font-size: 24px;
	color: #111;
	font-weight: 600;
	
}
.fa-star{
	color: #025b9f;
	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;
	}
	.list_fp {
		list-style: none;
		margin-top: 35px;
		margin-left: 75px;
		width: 79%;
	}
	.mobile_logo {
			margin-left: -7px;
			margin-bottom: 19px;
			width: 97%;
		margin-top: 6px;
	}
	.navbar-toggler {
		font-size: 14px;
		padding: 5px !important;
		margin-right: 10px;
		margin-top: -44px;
	}
	.logo {
			width: 124px;
			margin-top: 2px;
			margin-left: 41px;
			height: 23px;
	}
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 18%;
	}
	.form-control {
		background-color: #fff;
		width: 100%;
	}
	.fa-bars{
		color: #025b9f;
	}
	.header-search form .input{
		font-size: 13px;
	}

	.header-search form .search-btn {
		height: 35px;
		width: 100px;
		background: #f8931d;
		color: #FFF;
		font-weight: 700;
		border: none;
		border-radius: 0px 40px 40px 0px;
		margin-top: 5px;
	  }
	.ps_pd{
		display: none;
	}
	.section-title h2 {
		font-size: 16px;
		border: none;
	}
	.section-title::after, .produtct-combo-tab__head::after {
		position: absolute;
		content: "";
		top: 64%;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
		background-color:#fff;
	}
	.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;
		color: #fff !important;
		margin-left: -41px;
	}
	.top_mail:hover{
		font-size: 14px;
		color: #f8931d !important;
	}
	.top_navbar {
		background-color: #025b9f;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 37px;
		margin-right: 4px;
	}
	.list_head {
		font-size: 18px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #025b9f;
		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:#025b9f;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#fff !important;
		font-weight: 400;
	}
	.list_fpside{
		display: none;
	}

	ul#tabs-nav li {
		float: left;
		cursor: pointer;
		color: #FFF;
		margin: auto;
		border-top: none;
		margin: 0px;
		padding: 10px;
		margin-left: 7px;
		background: #025b9f;
		margin-top: 3px;
	}
	ul#tabs-nav {
		list-style: none;
		padding: 7px;
		overflow: auto;
		margin-top: -116px;
		float: right;
		margin-left: 10px;
	}
	#tabs-nav li a {
		color: #fff;
		font-size: 14px;
		padding: -1px;
	  }
	  .tab-content{
		margin-bottom: 10px;
	  }
	.product-item .pp_img {
		width: 100%;
		padding: 43px;
		margin-left: 7px;
	  
	  }
	.product-item {
		width: 100%;
		margin-right: 10px;
		margin-left: 1px;
	}
	.line {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.product-item .down-content p {
		font-size: 14px;
	}
	.heading {
		font-size: 18px;
		margin-top: -103px;
		margin-left: -10px;
		margin-bottom: 46%;
		width: 111%;
		border-bottom: 1px solid #eee;
		padding-bottom: 8px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.button6 {
		width: 88px;
		height: 37px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 12px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#025b9f;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 95%;
		padding: 10px;
	}
	.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: 2px;
	}
	.ab_banner {
		width: 90%;
		margin-left: 5%;
	}
	.about_us{
		display: none;
	}
	.pc_view{
		display: none;
	}
	.pp_right a {
		margin-right: 4px;
		color: #025b9f;
		font-size: 16px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #025b9f;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 38px;
	  }
	  .line2 {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px; 
	  }
	  .foot-link {
		font-size: 15px;
		margin-left: -9px;
	  }

	  /***********footer media query************/
	  .footer_para {
		color: #fff;
		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: #fff !important;
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .footer_list2 {
		color: #fff !important;
		line-height: 1.8;
		font-size: 15px;
		margin-left: -67px;
	  }
	  .nav_foot{
		margin-top: -14px;
		float: left;
		margin-left: -46px !important;
	  }
	  .footer_social{
		  margin-left: -28px;
	  }
	  .nav_icon2 {
		color: #7f7474;
		margin-left: -7px;
		border:none;
		height: 0px;
		width:0px;
		margin-top: 0px;
		padding: 13px;
      }
	  .copywrite {
		text-align: center;
		font-size: 14px;
		margin-top: 20px;
		margin-right: 0px !important;
	  }
	  .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 {
		width: 99%;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 8px;
		margin-bottom: 12px;
	  
	  }
	  .frm_cntrl{
		width: 120% !important;
	  }
	  /**************about us***************/
	  .ab_para {
		font-size: 13px;
		margin-right: 2px;
	  }
	  .span_ab {
		color: #f8931d;
		font-size: 18px;
		font-weight: 700;
	  }
	  .ab_h1 {
		font-size: 18px !important;
	  }
	  .ab_subpara {
		color: rgb(50, 50, 50);
		font-size: 12px;
		margin-right: -5px;
		text-align: justify;
	  }
	  .ab_img {
		width: 100%;
		margin-left: 0px;
	  }
	  /**************Certification***********/
	  .c_block{
		display: block;
	  }
	  .search-btn{
		border: 1px solid #eee;
		padding: 5px;
		width: 76px;
		font-size: 15px;
		background: #f8931d;
		color: #fff;
	  }
	  .navbar-light .navbar-toggler {
		color: #111;
		border-color: #eeecec;
		margin-top: -36px;
	  }
	  .contct_us {
		padding: 25px;
		background: #025b9f;
		margin-top: 33px;
		width: 85%;
	  }
	  .c_box1 {
		padding: 29px;
		margin-right: 0px;
		width: 95%;
		margin-bottom: 10px;
		margin-left: 5px;
		text-align: center;
	  }
	  .c_icons {
		width: 29%;
		height: 52px;
	  }
	  .compare_img {
		width: 71% !important;
		border: 1px solid #eee;
		border-radius: 0px !important;
		height: 47%;
		background: #fff;
		padding: 0px !important;
	  }
	  .compare-header {
		font-size: 12px;
	  }
	  .search-text {
		font-size: 15px;
		margin-top: -14px;
		color: #111;
		height: 84px;
		margin-bottom: 60px;
		background: #eee;
		margin-left: 0px !important;
		border: 1px solid #eee;
		padding: 7px;
		text-align: center;
	  }
}

@media only screen and (min-width: 480px) and (max-width:576px)
{
	.banner{
		display: none;
	}
	.mobile_logo {
			margin-left: -1px;
			margin-bottom: 19px;
			width: 85%;
			margin-top: 11px;
	}
	.logo {
		width: 187px;
		margin-top: 9px;
		margin-left: 6px;
	  }
	  .navbar-toggler {
		font-size: 16px;
		padding: 5px !important;
		margin-right: 0px;
		margin-top: 9px;
		margin-left: 10px;
		
	  }
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 18%;
	}
	.form-control {
		font-size: 13px;
		width: 100% !important;
		  
	}
	.fa-bars{
		color: #025b9f;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
		background-color:#fff;
	}
	.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;
		color: #fff !important;

	}
	.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: #025b9f;
	}
	.list_ul {
			list-style: none;
			margin-top: 35px;
			margin-left: 57px;
			margin-right: 10px;
			width: 84%;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #025b9f;
		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:#025b9f;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#025b9f;
		font-weight: 400;
	}
	ul#tabs-nav li {
		float: left;
		cursor: pointer;
		color: #FFF;
		margin: auto;
		border-top: none;
		margin: 0px;
		padding: 10px;
		margin-left: 7px;
		background: #025b9f;
		margin-top: 1px;
	}
	ul#tabs-nav {
		list-style: none;
		padding: 7px;
		overflow: auto;
		margin-top: -116px;
		float: right;
		margin-left: 10px;
	}
	#tabs-nav li a {
		color: #fff;
		font-size: 14px;
		padding: -1px;
	  }
	  .tab-content{
		margin-bottom: 10px;
	  }
	  .product-item .pp_img {
		width: 67%;
		padding: 30px;
	  }
	.product-item {
		width: 76%;
		margin-right: 10px;
		margin-left: 15%;
		margin-bottom: 10%;
		text-align: center;
	}
	.pp_right {
		margin-bottom: -4px;
		margin-top: -91px;
	  }
	.input-group-text {
		width: 12%;
	}
	.line {
		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{
		margin-left: -2px;
		margin-bottom: 23%;
		width: 102%;
		border-bottom: 1px solid #eee;
		padding-bottom: 8px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.button6 {
		width: 104px;
		height: 37px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 14px;
		border-radius: 3px;
		background-color: #025b9f;
		margin-top: 2px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#025b9f;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 83%;
		margin-left: 10%;
	}
	.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: #025b9f;
		font-size: 13px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #025b9f;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 35px;
	  }
	  .line2 {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer{
		margin-left: 0px !important;
	  }
	  .footer_para {
		color: #ffff;
		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: #fff;
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .footer_list2 {
		color: #fff;
		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;
	  }
	  .ps_pd{
		display: none;
	  }
	  .map {
		width: 96%;
		height: 10%;
		margin-top: -14px;
	  }
	  .frm_cntrl {
		width: 215% !important;
	  }
	  .nav_foot {
		margin-top: -14px;
		float: left;
		margin-left: -152px !important;
		}
		.list_fpside{
			display: none;
		}
		.compare-header {
			width: 132px;
		}
		/**************certification*****************/
		.certification-item {
			width: 80%;
			height: 462px;
			margin-left: 10%;
		}
		.c_block{
			display: block;
		}
		.search-btn {
			border: 1px solid #eee;
			padding: 5px;
			width: 76px;
			font-size: 15px;
			background: #f8931d;
			color: #fff;
		  }
		  .navbar-light .navbar-toggler {
			color: #111;
			border-color: #eeecec;
			margin-top: 0px;
		  }
		  .foot-link {
			font-size: 15px;
		  }
		  .c_icons {
			width: 20%;
			height: 51px;
		  }
		  .c_box1 {
			width: 66%;
			margin-bottom: -15px;
			margin-left: 73px;
			text-align: center;
		  }
		  .search-text {
			font-size: 15px;
			margin-top: -14px;
			color: #111;
			height: 55px;
			margin-bottom: 60px;
			background: #eee;
			margin-left: 23px !important;
			border: 1px solid #eee;
			padding: 7px;
			text-align: center;
			width: 90%;
		  }
}
@media only screen and (min-width: 576px) and (max-width:768px)
{
	.banner{
		display: none;
	}
	.mobile_logo {
		margin-left: -8px;
		margin-bottom: 19px;
		width: 90%;
		margin-top: 6px;
	}
	.logo {
		width: 165px;
		margin-top: 9px;
	}
	.navbar-toggler {
		font-size: 16px;
		padding: 5px !important;
		margin-right: 25px;
		margin-top: 11px;
		margin-left: 2px;
	  }
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section-title::after, .produtct-combo-tab__head::after {
		position: absolute;
		content: "";
		top: 34%;
	}
	.input-group-text {
		width: 18%;
	}
	.form-control {
		font-size: 13px;
	}
	.fa-bars{
		color: #025b9f;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
		background-color:#fff;
	}
	.nav_ul {
		margin-left: -55%;
		margin-bottom: 4px;
	}
	.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;
			color: #fff !important;
			margin-left: -41px;
	}
	.top_mail:hover {
		font-size: 15px;
		color: #f8931d;
	}
	.nav_distributer {
		float: right;
		display: block;
		margin-top: -27px;
		color: #fff;
		margin-right: 20px;
		font-size: 14px;
	  
	  }
	  .pp_paragrh {
		margin-top: 24px;
		color: #111;
		font-size: 13px;
		text-align: center;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		padding: 10px;
		background: #f2f2f247;
	  }
	  .nav_distributer:hover {
		color: #f8931d;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #025b9f;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 61px;
		margin-right: 10px;
		width: 83%;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #025b9f;
		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:#025b9f;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#025b9f;
		font-weight: 400;
	}

	.input-group-text {
		width: 12%;
	}
	.line {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.p_products{
		display: none;
	}
	.list_fpside{
		display: none;
	}
	.product-item .down-content p {
		font-size: 15px;
	}
	.product-item .down-content p:hover {
		font-size: 15px;
	}
	.heading{
			font-size: 20px;
			margin-top: -97px;
			margin-bottom: 99px;
			margin-left: 10px;
	}
	ul#tabs-nav li {
		float: left;
		cursor: pointer;
		color: #FFF;
		margin: auto;
		border-top: none;
		margin: 0px;
		padding: 10px;
		margin-left: 7px;
		background: #025b9f;
		margin-top: 1px;
	}
	ul#tabs-nav {
		list-style: none;
		padding: 7px;
		overflow: auto;
		margin-top: -116px;
		float: right;
		margin-left: 10px;
	}
	#tabs-nav li a {
		color: #fff;
		font-size: 14px;
		padding: -1px;
	  }
	  .tab-content{
		margin-bottom: 10px;
	  }
	  .ps_pd{
		  display: none;
	  }
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.button6 {
		width: 27%;
		height: 37px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 15px;
		border-radius: 3px;
		font-weight: 700;
		background-color:#025b9f;
		margin-top: 12px;
		margin-left: 23px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#025b9f;
	}

	.product-item .pp_img {
		width: 64%;
		padding: 47px;
	  }
	  .product-item {
		width: 96%;
		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;
	}
	.pp_right a {
		margin-right: 0px;
		color: #025b9f;
		font-size: 13px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #025b9f;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 35px;
	  }
	  .line2 {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer{
		margin-left: 13px;
	  }
	  .footer_para {
		color: #fff;
		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;
	  }
	  .nav_foot {
		margin-top: -14px;
		float: left;
		margin-left: -50px !important;
	  }
	  .copywrite {
		float: right;
		margin-right: 46px;
		margin-top: 7%;
		font-size: 15px;
	  }	  
	  .anchor_links {
		color: #fff;
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .footer_list2 {
		color: #fff;
		line-height: 1.8;
		font-size: 15px;
		margin-left: -67px;
	  }
	  
	  .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: 66px;
		width: 211px;
	  }
	  .contact-formarea {
		width: 95%;
		padding: 20px;
		margin-left: 29px;
	  }
	  .contact-form {
		padding: 28px;
		margin-left: 28px;
		width: 95%;
	  }
	  .compare-header {
		width: 96px;
		height: 60px;
		font-size: 14px;
	  }
	  .compare_img {
		width: 84%;
		height: 55%;
		padding: 8px;
		border-radius: 0px !important;
	  }
	  .search-btn {
		border: 1px solid #eee;
		padding: 5px;
		width: 76px;
		font-size: 15px;
		background: #f8931d;
		color: #fff;
	  }
	  .c_icons {
		width: 18%;
		height: 51px;
	  }
	  .section-title::after, .produtct-combo-tab__head::after {
		position: absolute;
		content: "";
		top: 61%;
	  }
}

@media only screen and (min-width: 768px) and (max-width:991px)
{
	.banner{
		display: none;
	}
	.mobile_logo {
		margin-left: 3px;
		margin-bottom: 19px;
		width: 60%;
		margin-top: 5px; 
	}
	.logo {
		width: 165px;
		margin-top: 9px;
		margin-left: 18px;
	  }
	  .navbar-toggler {
		font-size: 16px;
		padding: 5px !important;
		margin-right: 35px;
		margin-top: 6px;
	  }
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 8%;
	  }
	.form-control {
		font-size: 13px;
		width: 194% !important;
	}
	.fa-bars{
		color: #025b9f;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
		background-color:#fff;
	}
	.nav_ul {
		margin-left: -55%;
		margin-bottom: 4px;
	}
	.menu_btn {
		font-size: 24px;
		float: right;
		margin-right: 29px;
		margin-top: 4px;
	}
	.mbl_mail{
		height: 23px;
		width: 23px;
		margin-left: -38px;
		margin-right: -2px;
		margin-top: -7px;
	}
	.top_mail {
		font-size: 14px;
			color: #fff !important;
			margin-left: -41px;
	}
	.top_mail:hover {
		font-size: 15px;
		color: #f8931d;
	}
	.nav_distributer {
		float: right;
		display: block;
		margin-top: -27px;
		color: #fff;
		margin-right: 20px;
		font-size: 14px;
	  }
	  .nav_distributer:hover {
		color: #f8931d;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #025b9f;
	}
	.product-item .pp_img {
		width: 100%;
		margin-left: 1px;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 10px;
		margin-right: 10px;
		width: 100%;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #f8931d;
		background-color:#ffff ;
		color: #025b9f;
		text-align: center;
		margin-left: 15%;
		margin-top: 10px;
		margin-right: 15%;
		padding: 5px;
	}
	.pl_list{
		margin-left: 15%;
		margin-right: 15%;
		text-align: center;
		font-size: 14px;
		padding: 5px 10px;
		background-color:#025b9f;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#025b9f;
		font-weight: 400;
	}
	ul#tabs-nav li {
		float: left;
		cursor: pointer;
		color: #FFF;
		margin: auto;
		border-top: none;
		margin: 0px;
		padding: 10px;
		margin-left: 7px;
		background: #025b9f;
		margin-top: 1px;
	}
	ul#tabs-nav {
		list-style: none;
		padding: 7px;
		overflow: auto;
		margin-top: -66px;
		float: right;
		margin-right: 88px;
	}
	#tabs-nav li a {
		color: #fff;
		font-size: 14px;
		padding: -1px;
	  }
	  .tab-content{
		margin-bottom: 10px;
	  }
	  .product-item {
		width: 97%;
		margin-right: 10px;
		}
	.input-group-text {
		width: 12%;
	}
	.tab-content {
			padding: 10px;
			width: 99%;
	}
	.line {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	
	.heading{
		font-size: 20px;
		margin-top: -89px;
		margin-bottom: 10px;
	}
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.button6 {
		width: 19%;
		height: 42px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 15px;
		border-radius: 3px;
		font-weight: 700;
		background-color: #025b9f;
		margin-top:4px;
		margin-left: 10px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#025b9f;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 67%;
		margin-left: 16%;
	  }
	  .fp_image {
		width: 46%;
		margin-top: 12px;
		padding: 25px;
	}
	.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: #025b9f;
		font-size: 13px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #025b9f;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 86px;
	  }
	  .line2 {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer{
		margin-left: 0px;
	  }
	  .footer_para {
		color: #fff;
		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: #fff;
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .footer_list2 {
		color: #fff;
		font-size: 12px;
		margin-left: -64px;
	  }
	  .nav_foot {
		margin-left: -88px !important;
	  }
	  .copywrite {
		font-size: 15px;
		text-align: center !important;
		margin-right: 5px;
	  }
	  .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: 66px;
		width: 211px;
		margin-left: 10px;
	  }
	  .map {
		width: 102%;
	  }
	  .contact-formarea {
		margin-top: 63px;
		width: 94%;
		height: 89%;
		padding: 20px;
		margin-left: 4%;
	  }
	  .header-search form .input {
		width: 91%;

	  }
	  .list_fpside{
		display: none;
	  }
	  .p_products{
		display: none;
	  }
	  .ps_pd{
		display: none;
	  }
	  .compare-header {
		width: 96px;
		height: 60px;
		font-size: 14px;
	  }
	  /*********Certification*************/
	  .certification-item {
		width: 78%;
		height: 512px;
		margin-left: 10%;
	  }
	  .c_block{
		  display: block;
	  }
	  .search-btn {
		border: 1px solid #eee;
		padding: 5px;
		width: 76px;
		font-size: 15px;
		background: #f8931d;
		color: #fff;
	  }
	  .c_box1 {
		text-align: center;
		width: 32%;
	  }
	  .c_icons {
		width: 28%;
		height: 46px;
	  }
	  .compare_img {
		width: 84%;
		height: 55%;
		padding: 8px;
		border-radius: 0px !important;
	  }
	 
}

@media only screen and (min-width: 991px) and (max-width:1200px)
{
	.banner{
		display: none;
	}
	.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;
		width: 198% !important;
	}
	.fa-bars{
		color: #025b9f;
	}
	.list_fpside{
		display: none;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
		background-color:#fff;
	}
	.nav_ul {
		margin-left: 83px;
		list-style: none;
	}
	.menu_btn {
		font-size: 26px;
		float: right;
		margin-right: 26%;
		margin-top: -1px;
	}
	.mbl_mail{
		height: 23px;
		width: 23px;
		margin-left: -38px;
		margin-right: -2px;
		margin-top: -7px;
	}
	.top_mail {
			font-size: 14px;
			color: #fff !important;
			margin-left: -95%;
	}
	.top_mail:hover {
		color: #f8931d;
	}
	.nav_distributer {
		float: right;
		margin-top: -27px !important;
		color: #fff;
		margin-right: 69px;
		font-size: 14px;
	  }
	  .nav_distributer:hover {
		color: #f8931d;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #025b9f;
	}
	.p_products{
		display: none;
	}
	.list_ul {
		list-style: none;
		margin-top: 35px;
		margin-left: 23%;
		margin-right: 10px;
		width: 61%;
	  }
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #025b9f;
		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:#025b9f;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#025b9f;
		font-weight: 400;
	}
	.fp_pills {
		padding: 23px;
		padding-top: 15px;
		margin-top: -24px;
		margin-bottom: 43px;
	}
	ul#tabs-nav li {
		float: left;
		cursor: pointer;
		color: #FFF;
		margin: auto;
		border-top: none;
		margin: 0px;
		padding: 10px;
		margin-left: 7px;
		background: #025b9f;
		margin-top: 1px;
	}
	ul#tabs-nav {
		list-style: none;
		padding: 7px;
		overflow: auto;
		margin-top: -66px;
		float: right;
		margin-right: 88px;
	}
	#tabs-nav li a {
		color: #fff;
		font-size: 14px;
		padding: -1px;
	  }
	  .tab-content{
		margin-bottom: 10px;
	  }
	  .product-item {
		width: 93%;
		margin-left: 0%;
		margin-top: 10px;
	  }
	.input-group-text {
		width: 12%;
	}
	.line {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	} 
	.heading {
		font-size: 20px;
		margin-top: -44px;
		margin-left: -44px;
		width: 119%;
	  }
	.pc_nav_container {
		position: absolute;
		right: -5px;
		bottom: 9px;
	}
	.header-search form .input {
		width: 90%;
		margin-right: -55px;
		margin-top: 10px;
	}
	.ps_pd{
		display: none;
	}
	.button6 {
		width: 17%;
			height: 42px;
			border: none;
			outline: none;
			color: #fff;
			font-size: 15px;
			border-radius: 3px;
			font-weight: 700;
			background-color: #025b9f;
			margin-top: 6px;
			margin-left: -38px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#025b9f;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.rop_products {
		width: 79%;
		margin-left: 15%;
	  }
	.fp_image {
		width: 46%;
		margin-top: 12px;
	}
	.sp_text {
		font-size: 17px;
	}
	.pp_li {
		font-size: 14px;
		margin-left: 9px;
	 }

	.about_us{
		display: none;
	}
	.pp_paragrh {
		margin-top: 24px;
		color: #111;
		font-size: 13px;
		text-align: center;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		padding: 10px;
		background: #f2f2f247;
	}
	.pc_view{
		display: none;
	}
	.pp_right a {
		font-size: 17px;
		margin-right: -54px;
		margin-top: -33px;
		float: right;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #025b9f;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 43px;
	  }
	  .line2 {
			width: 69px;
			margin-top: 0px;
			margin-left: -39px;
	  }
	  .footer{
		margin-left: 0px;
	  }
	  .nav_foot {
		margin-top: -14px;
		float: left;
		margin-left: -239px !important;
	  }
	.footer_para {
		color: #fff;
		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: #fff;
		font-size: 16px;
		margin-left: -38px;
	}
	.footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -39px;
	}
	.line {
		height: 3px;
		width: 76px;
		background: #025b9f;
		margin-bottom: 18px;
		margin-top: 0px;
		margin-left: -39px;
	}
	.footer_list2 {
		color: #fff;
		line-height: 1.8;
		font-size: 15px;
		margin-left: -39px;
	}
	.copywrite {
		float: right;
		margin-right: -133px;
		font-size: 16px;
		margin-top: -38px;
	}	  
	.nav_icon2 {
		margin-left: -2px;
		padding: 13px;
		font-size: 18px;
    }

	.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: 66px;
		width: 211px;
		margin-left: 10px;
	  }
	  .contact-form {
		width: 95%;
	  }
	  .compare_img {
		width: 71%;
		height: 55%;
		padding: 8px;
		border-radius: 0px !important;
	  }
	  /*********Certification*************/
			.certification-item {
				width: 78%;
				height: 512px;
				margin-left: 10%;
			  }
			  .c_block{
				  display: block;
			  }
			  .search-btn {
				border: 1px solid #eee;
				padding: 5px;
				width: 76px;
				font-size: 15px;
				background: #f8931d;
				color: #fff;
			  }
			  .product-item .down-content p {
				font-size: 13px;
				color: #111;
				height: 57px;
			  }
			  .foot-link {
				color: #fff !important;
				margin-left: -11px;
			  }
			  .input {
				font-size: 15px;
			  }
			  .c_icons {
				width: 33%;
				height: 55px;
			  }
			
}


@media only screen and (min-width: 992px) and (max-width:1199px)
{
	.banner{
		display: none;
	}
	.mobile_logo {
		margin-left: 54px;
		margin-bottom: 19px;
		width: 50%;
		margin-top: 5px;
	}
	.logo {
		width: 191px;
		margin-top: 5px;
	}
	.categories_menu {
		text-decoration: none;
		margin-top: 7px;
		list-style: none;
		padding-top: 1px;
		color: black !important;
		width: 87%;
		padding: 0px !important;
	}
	.header-search form .input {
		width: 64%;
		margin-right: -81px;
		margin-top: -2px !important;
		margin-left: 37px !important;
		height: 32px;
	  }
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 8%;
	  }
	.form-control {
		font-size: 13px;
	}
	.fa-bars{
		color: #025b9f;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
		background-color:#fff;
	}
	.nav_ul {
		margin-left: 83px;
	}
	.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;
	  
	}
	.nav_mail {
		display: none;
	}
	.top_mail:hover {
		font-size: 15px;
		color: #fff;
	}
	.top_call{
		display: none;
	}
	.nav_distributer {
			float: right;
			margin-top: -30px !important;
			color: #fff;
			margin-right: 69px;
			font-size: 16px;
	  }
	  .nav_distributer:hover {
		color: #fff;
	  }
	  .navbar .nav-item {
		padding: 0px;
		margin: 0px !important;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #025b9f;
	}
	.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: #025b9f;
		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:#025b9f;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#025b9f;
		font-weight: 400;
	}
	ul#tabs-nav li {
		float: left;
		cursor: pointer;
		color: #FFF;
		margin: auto;
		border-top: none;
		margin: 0px;
		padding: 10px;
		margin-left: 7px;
		background: #025b9f;
		margin-top: 1px;
	}
	ul#tabs-nav {
		list-style: none;
		padding: 7px;
		overflow: auto;
		margin-top: -119px;
		float: right;
		margin-right: -216px;

	}
	#tabs-nav li a {
		color: #fff;
		font-size: 14px;
		padding: -1px;
	  }
	  .fp_ln {
		border: 1px solid #eee;
		margin-top: 10px;
		margin-left: 17%;
		width: 100%;
	  }
	.tab-content {
		margin-bottom: 10px;
		width: 100%;
	}
	.product-item {
		width: 95%;
		margin-left: -24px;
	  }
	.input-group-text {
		width: 12%;
	}
	.line {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.heading {
		font-size: 20px;
		margin-top: -46px;
		margin-left: -33px;
	}
	.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: #025b9f;
		margin-top: 11px;
		margin-left: -38px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#025b9f;
	}
	.btn_quote {
		margin-top: 8px;
		font-size: 12px !important;
		margin-left: -3px;
		color: #111;
		background-color: #fff;
		width: 55%;
		height: 37px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 16px;
		padding: 14px;
		color: #111;
	}
	.rop_products {
			width: 31%;
			margin-left: 10px;
	
	  }
	  .fp_image {
		width: 113%;
		margin-top: 12px;
		margin-left: -8px;
	  }
	  .fp_pills {
		padding: 23px;
		padding-top: 15px;
		margin-top: -24px;
		margin-bottom: 43px;
		margin-left: 40px;
		width: 131%;
	  }
	.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: #025b9f;
		font-size: 16px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #025b9f;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2 {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer{
		margin-left: 0px;
	  }
	.footer_para {
		color: #fff;
		font-size: 14px;
		margin-left: 5px;
		text-align: justify;
	}
	.footer_logo {
			width: 206px;
			margin-top: 27px;
			margin-bottom: 15px;
			text-align: left;
			margin-left: -74px;
	}
	.anchor_links {
			color: #fff;
			font-size: 13px;
			margin-left: -59px;
	}
	.footer_head {

			font-size: 16px;
			margin-top: 34px;
			margin-left: -61px;
			margin-right: 27px;
	}
	.line {
		height: 3px;
		width: 76px;
		background: #025b9f;
		margin-bottom: 18px;
		margin-top: 0px;
		margin-left: -39px;
	}
	.footer_list2 {
			color: #fff;
			line-height: 1.8;
			font-size: 13px;
			margin-left: -68px;
		  
	}
	.nav_foot {
		margin-top: -14px;
		float: left;
		margin-left: -53px !important;
		font-size: 14px;
	}
	.copywrite {
			float: right;
			margin-right: -69px;
			font-size: 15px;
			margin-top: -4px;
	}
	.nav_icon2 {
			margin-left: 6px;
			padding: 12px;
			font-size: 14px;
	}

	.form-control {
		font-size: 16px;
		width: 219% !important;
	  }
	.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: 14px;
		height: 66px;
		width: 211px;
		margin-left: 10px;
	  }
	  .contact-formarea {
		width: 94%;
		padding: 6px;
		margin-left: 26px;
	  }
	  .map {
		width: 320px;
		height: 131px;
		border-radius: 0.75rem;
		margin-top: 10px;
	  }
	  .product-item .pp_img {
		width: 108%;
		overflow: hidden;
		padding: 45px;
		margin-left: -6px;
	  }
	   /*********Certification*************/
	   .certification-item {
			width: 92%;
			height: 421px;
	  	}
		 .c_block{
			 display: flex;
		}
		.search-btn {
			border: 1px solid #eee;
			padding: 5px;
			width: 76px;
			font-size: 15px;
			background: #f8931d;
			color: #fff;
		  }
		  .header-search form .search-btn {
			height: 32px;
			width: 100px;
			background: #f8931d;
			color: #FFF;
			font-weight: 700;
			border: none;
			border-radius: 0px 40px 40px 0px;
			margin-top: -4px !important;
		  }
		  .box_quote {
			display: flex;
			width: 25%;
		  }
		  .pp_right {
			margin-bottom: 0px;
			margin-top: 102px;
			margin-right: 48px;
		  }
		  .foot-link {
			color: #fff !important;
			margin-left: 2px;
		  }
		  .c_icons {
			width: 69%;
			height: 55px;
		  }
		  .contct_us {
			margin-top: 33px;
			width: 73%;
		  }
		  .c_box1 {
			margin-right: 12px;
			width: 32%;
		  }
		  .c_send {
			background: #fff !important;
			color: #f8931d !important;
			width: 149%;
			margin-top: 4%;
		  }
}

@media only screen and (min-width: 1200px) and (max-width:1400px)
{
	.banner{
		display: none;
	}
	.mobile_logo {
		margin-left: 54px;
		margin-bottom: 19px;
		width: 50%;
		margin-top: 5px;
	}
	.logo {
		width: 191px;
		margin-top: 5px;
	}
	.categories_menu {
		text-decoration: none;
		margin-top: 7px;
		list-style: none;
		padding-top: 1px;
		color: black !important;
		width: 87%;
	}
	.header-search form .input {
		width: 73%;
		margin-right: -55px;
		margin-top: -2px;
		margin-left: 16px;
	  
	}
	.header-search form .search-btn {
		height: 38px !important;
	  }
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 8%;
	  }
	.form-control {
		font-size: 13px;
	}
	.fa-bars{
		color: #025b9f;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
		background-color:#fff;
	}
	.nav_ul {
		margin-left: 83px;
	}
	.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;
	  }
	  .navbar .nav-item {
		padding: 0px;
		margin: 0px !important;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #025b9f;
	}
	.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: #025b9f;
		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:#025b9f;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#025b9f;
		font-weight: 400;
	}
	ul#tabs-nav li {
		float: left;
		cursor: pointer;
		color: #FFF;
		margin: auto;
		border-top: none;
		margin: 0px;
		padding: 10px;
		margin-left: 7px;
		background: #025b9f;
		margin-top: 1px;
	  }
	ul#tabs-nav {
			list-style: none;
			padding: 7px;
			overflow: auto;
			margin-top: -57px;
			float: right;
			margin-right: 19px;
	  }
	  #tabs-nav li a {
		color: #fff;
		font-size: 12px;
		padding: 0px;
	  }
	  .ps_pd {
		display: block;
	  }
	  .fp_ln {
		border: 1px solid #eee;
		margin-top: 5px;
		margin-left: -3%;
		width: 103%;
	  }
	.tab-content {
		margin-bottom: 10px;
		width: 100%;
	}
	.product-item {
		width: 95%;
		margin-left: -4%;
	  }
	.input-group-text {
		width: 12%;
	}
	.line {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.heading {
			font-size: 24px;
			margin-top: -22px;
			width: 103%;
			padding: 4px;
			margin-left: -3%;
			border-right: 1px solid #f8931d;
			border-top: 4px solid #f8931d;
			border-left: 1px solid #f8931d;
			padding-top: 8px;
			padding-left: 10px;
	  }
	
	.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: #025b9f;
		margin-top: 11px;
		margin-left: -38px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#025b9f;
	}
	.btn_quote {
		margin-top: 5px;
		font-size: 14px !important;
		margin-left: 60px;
		color: #111;
		background-color: #fff;
		width: 55%;
		height: 37px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 15px;
		padding: 8px;
		color: #111;
	  }
	.rop_products {
			width: 31%;
			margin-left: 10px;
	
	  }
	  .fp_image {
		width: 113%;
		margin-top: 12px;
		margin-left: -8px;
	  }
	  .fp_pills {
		padding: 23px;
		  padding-top: 23px;
		padding-top: 15px;
		margin-top: -3px;
		margin-bottom: -24px !important;
	  }
	.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: 19px;
		color: #111;
		font-size: 17px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #025b9f;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2 {
			width: 69px;
			margin-top: 0px;
			margin-left: -63px;
	  }
	  .footer {
		margin-left: 0px;
		overflow: hidden !important;
	  }
	.footer_para {
		color: #fff;
		font-size: 14px;
		margin-left: 5px;
		text-align: justify;
	}
	.footer_logo {
			width: 206px;
			margin-top: 27px;
			margin-bottom: 15px;
			text-align: left;
			margin-left: -74px;
	}
	.anchor_links {
			color: #fff;
			font-size: 13px;
			margin-left: -59px;
	}
	.footer_head {

			font-size: 16px;
			margin-top: 34px;
			margin-left: -61px;
			margin-right: 27px;
	}
	.line {
		height: 3px;
		width: 76px;
		background: #025b9f;
		margin-bottom: 18px;
		margin-top: 0px;
		margin-left: -39px;
	}
	.footer_list2 {

			color: #fff;
			line-height: 1.8;
			font-size: 13px;
			margin-left: -68px;
		  
	}
	.nav_foot {
		margin-top: -14px;
		float: left;
		margin-left: -53px !important;
		font-size: 14px;
	}
	.copywrite {
		float: right;
		margin-right: -79px;
		font-size: 16px;
		margin-top: -15px;
	  }
	.nav_icon2 {
			margin-left: 6px;
			padding: 12px;
			font-size: 14px;
	}

	.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;
		float: left;
	  }
	  .search-box1 {
		margin-bottom: 15px;
		margin-left: 15px;
	  }
	  .search-text {
		font-size: 14px;
		height: 66px;
		width: 240px;
		margin-left: 15px;
	  }
	  .contact-formarea {
		width: 94%;
		padding: 6px;
		margin-left: 26px;
	  }
	  .map {
		width: 320px;
		height: 131px;
		border-radius: 0.75rem;
		margin-top: 10px;
	  }
	  .product-item .pp_img {
		width: 108%;
		overflow: hidden;
		padding: 45px;
		margin-left: -6px;
	  }
	  .list_fpside {
		display: block;
	  }
	  .compare_img {
		width: 71%;
		height: 55%;
		padding: 8px;
		border-radius: 0px !important;
	  }
	  /*********Certification*************/
			 .certification-item {
				width: 92%;
				height: 421px;
			  }
			 .c_block{
				 display: flex;
			}
			.search-btn {
				border: 1px solid #eee;
				padding: 5px;
				width: 76px;
				font-size: 15px;
				background: #f8931d;
				color: #fff;
			  }
			  .box_quote {
				display: flex;
				width: 30%;
				margin-left: -5%;
			  }
			  .foot-link {
				color: #fff !important;
				margin-left: 25px;
			  }
			  .c_icons {
				width: 75%;
				height: 55px;
			  }
			  .c_box1 {
			
				margin-top: 9%;
				padding: 22px;
				margin-right: 14px;
				width: 32%;
				margin-bottom: 3%;
			  }
	}
	



@media only screen and (min-width: 1400px) and (max-width:1500px)
{
	.banner{
		display: block;
	}
	.mobile_logo {
		margin-left: 54px;
		margin-bottom: 19px;
		width: 50%;
		margin-top: 5px;
	}
	.logo {
		width: 206px;
		margin-top: 5px;
		margin-left: 18px;
	}
	.categories_menu {
		text-decoration: none;
		margin-top: 7px;
		list-style: none;
		padding-top: 1px;
		color: black !important;
		width: 87%;
	}

	.header-search form .search-btn {
		height: 38px !important;
	}
	.header-search form .input {
		width: 523px;
		margin-right: -55px;
		margin-top: -3px;
		margin-left: 16px;
		font-size: 15px;
	}
	.search_form {
		margin-left: -37px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.input-group-text {
		width: 8%;
	  }
	.form-control {
		font-size: 13px;
	}
	.fa-bars{
		color: #025b9f;
	}
	.top-navmenu {
		border-top: 1px solid #eee;
		background-color: #fff;
	}
	.nav_ul {
		margin-left: 83px;
	}
	.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;
	  }
	  .navbar .nav-item {
		padding: 0px;
		margin: 0px !important;
	  }
	  .mbl_lg{
		  width: 18px;
		  margin-right: 8px;
	  }
	.top_navbar {
		background-color: #025b9f;
	}
	.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: #025b9f;
		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:#025b9f;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#025b9f;
		font-weight: 400;
	}
	ul#tabs-nav li {
		float: left;
		cursor: pointer;
		color: #FFF;
		margin: auto;
		border-top: none;
		margin: 0px;
		padding: 10px;
		margin-left: 7px;
		background: #025b9f;
		margin-top: 1px;
	  }
	ul#tabs-nav {
			list-style: none;
			padding: 7px;
			overflow: auto;
			margin-top: -57px;
			float: right;
			margin-right: 19px;
	  }
	  #tabs-nav li a {
		color: #fff;
		font-size: 16px;
		padding: 0px;
	  }
	  .ps_pd {
		display: block;
	  }
	  .fp_ln {
		border: 1px solid #eee;
		margin-top: 5px;
		margin-left: -3%;
		width: 103%;
	  }
	.tab-content {
		margin-bottom: 10px;
		width: 100%;
	}
	.product-item {
		width: 95%;
		margin-left: -4%;
	  }
	.input-group-text {
		width: 12%;
	}
	.line {
		width: 99px;
		margin-top: 0px;
		margin-left: -1px;
	}
	.heading {
			font-size: 24px;
			margin-top: -22px;
			width: 103%;
			padding: 4px;
			margin-left: -3%;
		border-right: 1px solid #f8931d;
		border-top: 4px solid #f8931d;
		border-left: 1px solid #f8931d;
		padding-top: 8px;
		padding-left: 10px;
	  }
	
	.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: #025b9f;
		margin-top: 11px;
		margin-left: -38px;
	}
	.button6:hover{
		cursor:pointer;
		color:#fff;
		background-color:#025b9f;
	}
	.btn_quote {
		margin-top: 9px;
		font-size: 14px !important;
		margin-left: 46px;
		color: #111;
		background-color: #fff;
		width: 55%;
		height: 37px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 15px;
		padding: 8px;
		color: #111;
		margin-right: 6px;
	}
	.rop_products {
		width: 23%;
		margin-left: 10px;
	  }
	  .fp_image {
		width: 113%;
		margin-top: 12px;
		margin-left: -8px;
		padding: 19px;
	  }
	  .fp_pills {
		padding: 23px;
		  padding-top: 23px;
		padding-top: 15px;
		margin-top: -3px;
		margin-bottom: -24px !important;
	  }
	.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: 19px;
		color: #111;
		font-size: 17px;
	  }
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #025b9f;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_ul {
		list-style: none;
		margin-left: 6px;
	  }
	  .line2 {
		width: 69px;
		margin-top: 14px;
		margin-left: -56px;
	  }
	  .footer {
		margin-left: 0px;
		overflow: hidden !important;
	  }
	.footer_para {
		color: #fff;
		font-size: 15px;
		margin-left: 5px;
		text-align: justify;
	}
	.footer_logo {
			width: 206px;
			margin-top: 27px;
			margin-bottom: 15px;
			text-align: left;
			margin-left: -74px;
	}
	.anchor_links {
			color: #fff;
			font-size: 15px;
			margin-left: -59px;
	}
	.footer_head {
		font-size: 20px;
			margin-top: 34px;
			margin-left: -61px;
			margin-right: 27px;
	}
	.line {
		height: 3px;
		width: 76px;
		background: #025b9f;
		margin-bottom: 18px;
		margin-top: 0px;
		margin-left: -39px;
	}
	.footer_list2 {
			color: #fff;
			line-height: 1.8;
			font-size: 15px;
			margin-left: -68px;
		  
	}
	.nav_foot {
		margin-top: -14px;
		float: left;
		margin-left: -145px !important;
		font-size: 14px;
	}
	.copywrite {
			float: right;
			margin-right: -160px;
			font-size: 15px;
			margin-top: -4px;
	}
	.nav_icon2 {
			margin-left: 6px;
			padding: 12px;
			font-size: 14px;
	}

	.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: left;
	  }
	  .search-box1 {
		margin-bottom: 15px;
		margin-left: 15px;
	  }
	  .search-text {
		font-size: 14px;
		height: 66px;
		width: 300px;
		margin-left: 15px;
		margin-bottom: 15px;
	  }
	  .contact-formarea {
		width: 94%;
		padding: 6px;
		margin-left: 26px;
	  }
	  .map {
		width: 320px;
		height: 131px;
		border-radius: 0.75rem;
		margin-top: 10px;
	  }
	  .product-item .pp_img {
		width: 108%;
		overflow: hidden;
		padding: 45px;
		margin-left: -6px;
	  }
	  .list_fpside {
		display: block;
	  }
	  .c_box1 {
		border: 1px solid #eee;
		margin-top: 9%;
		padding: 39px;
		margin-right: 9px;
		width: 32%;
		margin-bottom: 3%;
	 }
	 .compare_img {
		width: 44%;
		border: 1px solid #eee;
		border-radius: 61px;
		height: 48%;
		padding: 16px;
		background: #fff;
	 }
}
@media only screen and (min-width: 333px) and (max-width:991px)
{
	.pc_title {
		margin-left: 0px;
		font-size: 18px;
	  }
	  .pp_right a {
		font-size: 17px;
		margin-right: 2px;
		margin-top: -33px;
	  }
	  .form-control{
		  width: 130%;
	  }
	  .span_ic {
		color: #888;
		font-size: 14px;
	  }
	  .product-item .pp_img {
		width: 84%;
		padding: 49px;
		margin-left: 23px;
	  }
	  .logo {
		width: 143px;
		margin-top: 2px;
		margin-left: 4px;
		height: 32px;
	  }
	  .custom-form{
		width: 110%;
	  }
}


@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;
    }
	.custom-form{
		width: 200% !important;
	}
	.c_send{
		width: 100%;
	}

}

@media only screen and (min-width: 1200px) and (max-width:5000px)
{
.lx {
	width: 25%;
	text-align: center;
	padding: 5px 5px;
	border-radius: 3px;
}
}
