body{
	font-family: 'Open Sans', sans-serif;
	background-color: #f8f8f8;
	font-weight: 500;
}
.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: #e23127;
    color: #fff!important;
    cursor: pointer;
    padding: 0px;
    border-radius: 65%;
    width: 50px;
    height: 50px;
  }
  
  #myBtn:hover {
    background-color: #363293;
  }
  .fa-arrow-up{
	  color: #fff !important;
  }
/************************Breadcrumbs*******************/
ul.breadcrumb {
 		padding: 4px 16px;
		list-style: none;
		background-color: #eee;
		width: 100%;
		margin-left: 0%;
		color: #363293 !important;
		
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color:#363293 !important ;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #e23127 !important;
  text-decoration: underline;
}

/***************************************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-bottom: 1px solid #f2f2f2;
}
.logo_row{
	border-bottom: 1px solid #eee;
}
.forms_modal{
  margin-left: 10px;
  width: 53%;
}
/* ============ 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-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: 14px;
	}
	.navbar-nav {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		list-style: none;
		margin: auto;
		color: red;
	}
	.logo {
		width: 219px;
		margin-top: 0px;
		margin-left: 10%;
	}
	.menu_btn{
		font-size: 22px;
		float: right;
	}
	.mobile_logo{
		width: 182px;
	}
	.nav_ul{
		list-style: none;
		display: flex;
		margin-left: 27px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.nav-link{
		color: rgb(110, 102, 102);
	}
	.nav-link:hover{
		color: #e23127;
		
	}
    .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;
    }
    
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block !important;
    }
    
    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #3660ab;
    }
    a.nav-link.active {
        font-weight: 600;
        font-size: 14px;
        background-color: #3660ab;
        color: white;
    }
    a.nav-link.active:hover{
        background-color: #e76b07;
    
    }
    a.navbar-brand {
        color: white;
    }
    
    span.navbar-toggler.icon {
        color: rgb(65, 5, 5);
    }
    
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(12, 12, 12, 0.55);
    }
	
	.email_image{
		width: 18px;
		margin-top: -5px;
	}
	.top_mail{
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}
	.top_mail:hover{
		color: #fff;
		text-decoration: none;
	}
	.top_call{
		color:#fff;
		text-decoration: none;
		margin-left: 10px;
		font-size: 14px;
	}
	.top_call:hover{
		color:#fff;
		text-decoration: none;
		margin-left: 10px;
		font-size: 14px;
	}
	.top_navbar{
		background-color:#363293;
	}
	.nav_icon{
		color: #fff;
		padding: 5px;
		margin: auto;
		margin-top: 10px;
		font-size: 14px;
	}
	.nav-lists{
		list-style: none;
	}
	.nav-topbar{
		text-decoration: none;
		float: right;
		padding: 10px;
	}
	/********************************searcbar**************************/
	.input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100% !important;
		margin-top: 0px;
	}
	.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;
	}
	.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;
	}
	.nav_login{
		margin-left: 100px;
		border: 1px solid #eee;
		height: 53px;
		width: 53px;
		padding: 9px;
		border-radius: 30px;
		margin-top: -10px;
		margin-right: 13px;
	}
	.nav_regi a{
		text-decoration: none;
		color: rgb(66, 63, 63);
		font-size:15px;
	}
	.nav_regi a:hover{
		text-decoration: none;
		color: #e23127;
		font-size:15px;
	}
	.nav_text{
		margin-top: 0px !important;
	}
	.nav_table {
		margin-top: -8px !important;
		margin-bottom: -16px;
	}
	.btn_quote {
		display: inline-block;
		font-weight: 400;
		line-height: 1.2;
		color: #6b7075;
		padding: 0px !important;
		font-size: 16px !important;
		border: none;
	 }
	 /**********************mobile logo***********************/
	 .moble_nab{
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
	 }
	 /**************************Body content*********************/
	 .banner{
		width: 100%;
		margin-bottom: 25px;
	
	 }
	 .about_header{
		 font-size: 24px;
		 border-bottom: 5px solid #eee;
		 line-height: 2.2;
	 }
	 .tabps{
		 color: #e23127;
		 font-weight: 600;
	 }
	 .about_para{
		color: rgb(21, 21, 21);
		font-size: 16px;
		text-align: justify;
		margin-top: 15px;
		margin-bottom: 0px !important;
	 }
	 .about_image{
		 width: 90%;
		 height: 60%;
		 margin-left: 30px;
		 margin-top: 25px;
	 }
.home_ul{
	margin-top: 25px;
	margin-bottom: 5px;
}

	label {
		display: inline-block;
		margin-bottom: 5px;
		margin-top: 5px;
		color: #e23127;
	}


/**************************************************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 {
	background-color: #fff;
	padding: 11px;
}

.pc_title_container {
	border-bottom: solid 1px #f2f2f2;
}

.pc_title {
	margin-bottom: 16px;
	margin-top: 8px;
	color:#363293;
	margin-left: 10px;
	font-weight: 600;
}

.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%;
  }
.pc_nav i {
    color: #dadada;
    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 #d7d7d7;
	padding: -4px;
	border-radius: 46px;
	height: 30px;
	width: 30px;
}
.pc_next {
	margin-right: 15px;
	margin-left: -16px;
	border: 1px solid #d7d7d7;
	padding: -4px;
	border-radius: 46px;
	height: 30px;
	width: 30px;
}

.pc_slider_container {
	padding-top: 13px;
}

.pc_item {
	width: 100%;
	background: #FFFFFF;
	border-radius: 2px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
.pc_image {
	width: 150px;
	height: 150px;
	padding: 20px;
	margin-left: 13%;
}
.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;
	margin-top: 30px;
	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: 63px;
}
.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: #e23127;
}
.btn-danger {
	color: #fff;
	background-color: #e23127;
	border-color: #e23127;
  }
/******************************Popular Products****************************/
.pp_right a{
	margin-right: 20px;
	color: rgb(151, 150, 150);
}
.pp_right{
	margin-bottom: 0px;
}
.pp_block {
	border: 1px solid #eee;
	width: 95%;
	padding: 12px;
	text-align: center;
	margin-top: 23px;
	margin-left: 3px;
}
.pp_block:hover{
	box-shadow: 0px 2px 10px 8px #f8f8f8;
	border: 1px solid #eee;
}
.pp_img{
	margin-top: 10px;
	padding: 67px;
	width: 121%;
	margin-left: -17px;
  }
  .pp_text {
	color: rgb(113, 112, 112);
	margin-top: -6px;
	height: 44px;
  }
.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: 20px;
}
.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: #e23127;
	margin-bottom: 19px;
  }
  /*********************************************About us ***********************/
	.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: #242020;
		font-size: 16px;
		text-align: justify;
		margin-top: 25px;
		margin-right: 20px;
	  }
	  .ab_h1{
		font-size: 18px;
	  }
	  .line_ab{
		height: 3px;
		width: 76px;
		background: #e23127;
		margin-bottom: 19px;
		margin-top: 0px;
	  }
	  .span_ab{
		color: #e23127;
		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-headd{
	color: #111;
	font-size: 20px;
	font-weight: 600;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
 }
 .contact-header{
	font-size: 23px;
	font-weight: 600;
	margin-top: 3px;
	margin-bottom: 13px;
	color:  #e23127;
 }
 .contact_label{
	 color: #111;
 }
 .contact-head{
	color: #e23127;
	font-size: 26px;
	font-weight: 600;
	margin-top: 78px;
	margin-bottom: -27px;
	text-align: left;
 }
 .contact-frames {
	margin-top: 23px;
	border-right: 1px solid #f8f8f8 !important;
	width: 95%;
	padding: 39px;
	margin-left: 0px;
	background: #fff;
  }
 .contact-infoo{
	font-size: 20px;
	color: #111;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 50px;
	margin: auto;
	text-align: center;
	margin-bottom: 18px;
 }
.contact-display {
	display: block;
	text-align: center;
 }
 .form-cntrl{
	background-color: #fff;
	width: 98%;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 12px;
	box-shadow: 2px 2px #eee;
	font-size: 14px;
 }

 .form-controls{
	 background-color: #fff;
	 width: 99%;  
	 border: 1px solid #eee;
	 border-radius: 5px;
	 padding: 8px;
	 margin-bottom: 12px;
	 box-shadow: 2px 2px #eee;
 }
 .contact-form {
	margin-top: 45px;
	margin-left: 15%;
	padding: 3%;
	width: 75%;
	}
 .Contact-Info{
	 margin: 25px;
 }
 .contact-forms{
	 border: 0.5px solid #ccc;
 }
 .btn-send{
	 background-color:#e23127;
	 color: #ffff;
	 margin-top: 15px;
	 width: 99%;
 }
 .btn-send:hover{
	background-color: #007ba7  !important;
	color: #ffff !important;

}
.span-text {
	color: #737373;
  }

.icons-contact {
    color: #fff;
    font-size: 18px;
    background: #e23127;
    height: 60px;
    width: 60px;
    text-align: center;
    padding: 20px;
    border-radius: 55px;
  }
  .map {
	width: 983px;
	height: 380px;
	border-radius: 0.75rem;
	margin-top: 10px;
  }
  .contact_map{
	margin: auto;
	text-align: center;
  }
  /***************************************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 #e23127;

}
.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(121, 119, 119);
	font-size: 15px;
    padding: 17px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-top:15px;
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

.compare-header{
    color:#e23127;
    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;
    background-color: #007ba7;
}
.compare_img {
	width: 60%;
	padding: 10px;
}
.table-responsive{
	background-color: #fff;
}
.fa-trash-alt{
	color: #e23127;
}
/****************************search products***********************************/
.search_span{
	color: #e23127;
}
.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: #e23127;
}
.span_error{
	color: #e23127;
}
.thanku_header{
    font-family: 'Marck Script', cursive;
	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: 244px;
		margin-top: 38px;
		margin-bottom: 25px;
		margin-left: 6%;
	  }
  .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: 10px;
  }
  .footer_head{
	font-size: 25px;
	margin-top: 34px;
  }
  .line{
    height: 3px;
    width: 76px;
    background: #e23127;
    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_text{
	color: rgb(116, 111, 111);
}
.nav_social {
	margin-left: 40%;
	margin-top: -5px;
  }
.footer_icons{
	margin-right: 15px;
	color: #e23127;
}
.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: #e23127;
	  margin-right: 10px;
  }
	.nav_icon2 {
		color: #111;
		margin-left: 10px;
		border: 1px solid #eee;
		height: 40px;
		width: 40px;
		margin-top: -2px;
		padding: 11px;
		border-radius: 57px;
   }
   .copywrite{
	   float: right;
	   margin-right: 15px;
   }
   .span_copywrite{
	   color: #e23127;
	   margin-left: 10px;
	   margin-right: 8px;
   }
   .anchor_links{
	   color: rgb(110, 107, 107);
	   font-size: 15px;
   }
   .anchor_links:hover{
	color: #e23127;
   }
/*******************************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: #e23127;
	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_ul{
		list-style: none;
	}
	.form-control {
		border: 1px solid #eee;
		border-radius: 5px;
		width: 106%;
	}
	.nav_ul {
		list-style: none;
		display: flex;
		margin-left: 22px;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #e23127;
		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: #363293;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#e23127;
		font-weight: 400;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.button6{
		width: 91px;
		height: 37px;
		border: none;
		outline: none;
		color: #605d5d;
		font-size: 13px;
		text-shadow: 0 1px rgba(0,0,0,0.4);
		border-radius: 3px;
		font-weight: 700;
	}
	.button6:hover{
		background-color:#e23127;
		cursor:pointer;
		color:#fff;
	}
	.mobile_logo {
		width: 126px;
		margin-left: -5px;
	}
	.menu_btn {
		font-size: 17px;
		float: right;
		margin-right: -5px;
	}
	.about_us{
		display: none;
	}
	.pc_view{
		display: none;
	}
	.pp_right a {
		margin-right: 0px;
		color: rgb(21, 18, 18);
		font-size: 11px;
	}
	  .pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #e23127;
		margin-left: -4px;
		font-size: 17px;
	  }
	  .footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: -21px;
		text-align: justify;
	  }
	  .footer_logo {
		width: 153px;
		margin-top: 27px;
		margin-bottom: 20px;
		text-align: left;
		margin-left: -20px;
	  }
	  .anchor_links {
		color: rgb(110, 107, 107);
		font-size: 14px;
		margin-left: -60px;
	  }
	  .footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -63px;
	  }
	  .line {
		height: 3px;
		width: 76px;
		background: #e23127;
		margin-bottom: 19px;
		margin-top: 0px;
		margin-left: -61px;
	  }
	  .footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 13px;
		margin-left: -67px;
	  }
	  .footer_map {
		text-align: left;
	}
	.ft_map {
		width: 245px;
		height: 106px;
		border-radius: 0.75rem;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: -28px;
	  }
	  .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: 13px;
		margin-top: 20px;
	  }
	  .nav_distributer {
	    display: none;
	 }
	 .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%;
	  }
	  .contact-frames {
		width: 100%;
	  }
	  .h4.spb_heading, h4.about-heading {
		font-size: 17px;
	  }
	  .span-text {
		margin-left: -15px;
	  }
	  .contact-form {
		margin-left: 0px;
		width: 100%;
	  }
	  .map-container {
		margin-left: 10px;
		margin-right: 10px;
	  }
	  .search_bx1 {
		background-color: #fff;
		text-align: center;
	  }
	  .search-box1 {
		margin-bottom: 15px;
	  }
	  .certification-item {
		width: 100%;
		margin-bottom: 10px;	
	  }
	  .certification-item:hover{   
		width: 100%;
		margin-bottom: 10px;
	  }
	   .forms_modal {
      margin-left: 5px;
      width: 53%;
    }

}

@media only screen and (min-width: 480px) and (max-width:576px)
{
	.banner{
		display: none;
	}
	.list_ul{
		list-style: none;
	}
	.form-control {
		border: 1px solid #eee;
		border-radius: 5px;
		width: 188% !important;
		  
	}
	.nav_ul {
		list-style: none;
		display: flex;
		margin-left: 10%;
	}
	.top_mail {
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		margin-left: -55px;
	  }
	  .nav_distributer {
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 20px;
	  }
	  .nav_distributer:hover {
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 20px;
	  }
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #e23127;
		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: #363293;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#e23127;
		font-weight: 400;
	}
	.button6{
		width: 107px;
		height: 37px;
		border: none;
		outline: none;
		color: #605d5d;
		font-size: 15px;
		text-shadow: 0 1px rgba(0,0,0,0.4);
		border-radius: 3px;
		font-weight: 700;
		margin-top: 4px;
	}
	.button6:hover{
		background-color:#e23127;
		cursor:pointer;
		color:#fff;
	}
	.mobile_logo {
		width: 179px;
		margin-left: 7px;
		padding-bottom: 9px;
		padding-top: 5px;
	}
	.menu_btn {
		font-size: 24px;
		float: right;
		margin-right: 7px;
	}
	.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: 92%;
		padding: 12px;
		text-align: center;
		margin-top: 23px;
		margin-left: 6px;
		margin-bottom: 10px;
	}
	.pc_title {
		margin-bottom: 16px;
		margin-top: 8px;
		color: #e23127;
		margin-left: 5px;
		font-size: 22px;
	}
	.pp_text {
		color: rgb(113, 112, 112);
		margin-top: 31px;
		font-size: 14px;
	}
	.footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: -9px;
		text-align: justify;
	}
	.footer_logo {
		width: 203px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -23px;
	}
	.anchor_links {
		color: rgb(110, 107, 107);
		font-size: 15px;
		margin-left: -50px;
	}
	.footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -52px;
	}
	.line {
		height: 3px;
		width: 76px;
		background: #e23127;
		margin-bottom: 19px;
		margin-top: 0px;
		margin-left: -51px;
	}
	.footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -50px;
	}
	.footer_map {
		text-align: left;
	}
	.ft_map {
		width: 260px;
		height: 120px;
		border-radius: 0.75rem;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: -10px;
	  }
	  .footer_social{
		margin-left: -15px;
	  }
	.nav_icon2 {
		color: #7f7474;
		margin-left: -10px;
		border: none;
		height: 0px;
		width: 0px;
		margin-top: 0px;
		padding: 13px;
		font-size: 14px;
    }
	.copywrite {
		float: right;
		margin-right: 12px;
		font-size: 13px;
		margin-top: 11px;
	  }
	  .nav_distributer {
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 37px;
	  }
	  .nav_distributer:hover {
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 37px;
	  }
	.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%;
	  }
	  .search_bx1 {
		background-color: #fff;
		text-align: center;
	  }
	  .search-box1 {
		margin-bottom: 15px;
	  }
	  .certification-item {
		width: 80%;
		margin-bottom: 10px;	
		margin-left: 10%;
	}
	  .certification-item:hover{   
		width: 80%;
		margin-bottom: 10px;
		
	}
	  .forms_modal {
		margin-left: 5px;
		width: 73%;
    }
	  
}
@media only screen and (min-width: 576px) and (max-width:768px)
{
	.banner{
		display: none;
	}
	.list_ul{
		list-style: none;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #e23127;
		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: #363293;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#e23127;
		font-weight: 400;
	}
	.nav_distributer {
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 20px;
	  }
	  .nav_distributer:hover {
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 20px;
	  }
	.button6{
		width: 107px;
		height: 37px;
		border: none;
		outline: none;
		font-size: 15px;
		border-radius: 3px;
		font-weight: 700;
		margin-top: 4px;
	}
	.button6:hover{
		background-color:#e23127;
		cursor:pointer;
		color:#fff;
	}
	.mobile_logo {
		width: 179px;
		margin-left: 7px;
		padding-bottom: 9px;
		padding-top: 5px;
	}
	.menu_btn {
		font-size: 24px;
		float: right;
		margin-right: 7px;
	}
	.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: #e23127;
		margin-left: 5px;
		font-size: 22px;
	}
	.pp_text {
		color: rgb(113, 112, 112);
		margin-top: 31px;
		font-size: 14px;
	}
	.footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: -9px;
		text-align: justify;
	}
	.footer_logo {
		width: 203px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: -23px;
	}
	.anchor_links {
		color: rgb(110, 107, 107);
		font-size: 15px;
		margin-left: -50px;
	}
	.footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -52px;
	}
	.line {
		margin-bottom: 19px;
		margin-top: 0px;
		margin-left: -51px;
	}
	.footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -50px;
	}
	.footer_map {
		text-align: left;
	}
	.nav_icon2 {
		margin-left: -7px;
		border:none;
		height: 0px;
		width:0px;
		margin-top: 0px;
		padding: 13px;
    }
	.copywrite {
		margin-right: -33px;
		font-size: 13px;
		margin-top: -23px;
	  }
	  .span_copywrite{
		margin-left: 2px;
		margin-right: 2px;
	  }
	.nav_distributer {
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 37px;
	 }
	.nav_distributer:hover{
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 37px;
	}
	.fa-sign-in-alt{
		  color: #fff;
	}
	 .ab_para {
		font-size: 14px;
		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%;
	  }
	  .contact-frames {
		width: 100%;
	  }
	  .contact-form {
		margin-left: 0px;
		width: 100%;
	  }
	  .map-container {
		margin-left: 10px;
		margin-right: 10px;
	  }
	  .search_bx1 {
		background-color: #fff;
		text-align: center;
	  }
	  .search-box1 {
		margin-bottom: 15px;
		margin-left: 15px;
	  }
	  .certification-item {
		width: 80%;
		margin-bottom: 10px;	
	  }
	  .certification-item:hover{   
		width: 80%;
		margin-bottom: 10px;
	  }
	
}
@media only screen and (min-width: 769px) and (max-width:990px)
{
	.search_bx1 {
		background-color: #fff;
		text-align: center;
	  }
	  .search-box1 {
		margin-bottom: 15px;
		margin-left: 15px;
	  }
	    .forms_modal {
        margin-left: 10px;
        width: 73%;
      }
}
@media only screen and (min-width: 768px) and (max-width:991px)
{
	.banner{
		display: none;
	}
	.list_ul{
		list-style: none;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #e23127;
		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: #363293;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#e23127;
		font-weight: 400;
	}
	nav_distributer {
		float: right;
		margin-top: 4px;
		color: #fff;
		margin-right: 20px;
	  }
	  .nav_distributer:hover {
		float: right;
		margin-top: -33px;
		color: #fff;
		margin-right: 20px;
	  }
	.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;
	}
	.button6:hover{
		background-color:#e23127;
		cursor:pointer;
		color:#fff;
	}
	.mobile_logo {
		width: 239px;
		margin-left: 12px;
		padding-bottom: 14px;
		padding-top: 10px;
	}
	.menu_btn {
		font-size: 28px;
		float: right;
		margin-right: 24px;
		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: #e23127;
		margin-left: 8px;
		font-size: 25px;
	}
	.pp_text {
		color: rgb(113, 112, 112);
		margin-top: 31px;
		font-size: 15px;
	}
	.footer_para {
		color: rgb(109, 104, 104);
		font-size: 14px;
		margin-left: 5px;
		text-align: justify;
	}
	.footer_logo {
		width: 217px;
		margin-top: 27px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: 5px;
	}
	.anchor_links {
		color: rgb(110, 107, 107);
		font-size: 15px;
		margin-left: -38px;
	}
	.footer_head {
		font-size: 19px;
		margin-top: 34px;
		margin-left: -39px;
	}
	.line {
		height: 3px;
		width: 76px;
		background: #e23127;
		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;
	}
	.footer_map {
		text-align: left;
	}

	.nav_icon2 {
		color: #7f7474;
		margin-left: -2px;
		border: none;
		padding: 13px;
		font-size: 18px;
    }
	.copywrite {
		float: right;
		margin-right: -33px;
		font-size: 14px;
		margin-top: -26px;
	}
	.nav_distributer {
		float: right;
		margin-top: 10px;
		color: #fff;
		margin-right: 50px;
	 }
	.nav_distributer:hover{
		float: right;
		margin-top: -39px;
		color: #fff;
		margin-right: 37px;
	}
	.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%;
	  }
	  .search_bx1 {
		background-color: #fff;
		text-align: center;
	  }
	  .search-box1 {
		margin-bottom: 15px;
		margin-left: 15px;
	  }
	  .certification-item {
		width: 75%;
		margin-bottom: 10px;
		margin-left: 14%;
		height: 88%;
	  }
	  .certification-item:hover{   
		width: 75%;
		margin-bottom: 10px;
		margin-left: 14%;
		height: 88%;
	  }
}

@media only screen and (min-width: 991px) and (max-width:1200px)
{
	.banner{
		display: none;
	}
	.list_ul{
		list-style: none;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #e23127;
		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: #363293;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#e23127;
		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:#e23127;
		color:#fff;
	}
	.button6:hover{
		background-color:#e23127;
		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: #e23127;
		margin-left: 8px;
		font-size: 25px;
	}
	.pp_text {
		color: rgb(113, 112, 112);
		margin-top: 31px;
		font-size: 15px;
	}
	.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 {
		height: 3px;
		width: 76px;
		background: #e23127;
		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;
	}
	.copywrite {
		float: right;
		margin-right: -24px;
		font-size: 15px;
		margin-top: -32px;
	}
	.nav_icon2 {
		margin-left: -2px;
		padding: 13px;
		font-size: 18px;
    }
	.copywrite {
		float: right;
		margin-right: -13px;
		font-size: 18px;
		margin-top: -32px;
	}
	.nav_distributer {
		float: right;
		margin-top: 10px;
		color: #fff;
		margin-right: 61px;
	 }
	.nav_distributer:hover{
		color: #fff;

	}
	.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;
	  }

}
@media only screen and (min-width: 992px) and (max-width:1199px)
{
	.banner{
		display: block;
	}
	.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: -9px !important;
	}
	.nav_regi a {
		font-size: 14px;
	}
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #e23127;
		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: #363293;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#e23127;
		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:#e23127;
		color:#fff;
	}
	.button6:hover{
		background-color:#e23127;
		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: #e23127;
		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 {
		margin-left: -30px;
	}
	.footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -39px;
	}
	.ft_map {
		width: 236px;
		height: 110px;
	}
	.nav_icon2 {
		margin-left: -2px;
		padding: 10px;
		font-size: 18px;
    }
	.copywrite {
		float: right;
		margin-right: -2px;
		font-size: 15px;
		margin-top: 8px;
	}
	.nav_distributer {
		display: none;
	 }
	
	.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%;
	  }
	  .span-text {
		color: #737373;
		height: 40px;
	  }
	  .contact-frames {
		width: 95%;
		padding: 39px;
		height: 85%;
	  }
	  .nav_icon2 {
		margin-left: 3px;
	}
	.search_bx1 {
		background-color: #fff;
		text-align: center;
	  }
	  .search-box1 {
		margin-bottom: 15px;
	  }

}

@media only screen and (min-width: 1200px) and (max-width:1400px)
{
	.banner{
		display: block;
	}
	.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: -8px !important;
	}
	.nav_regi a {
		font-size: 14px;
	}
	
	.list_head{
		font-size: 20px;
		font-weight: 600;
		border: 1px solid #eee;
		background-color: #e23127;
		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: #363293;
		margin-top: 3px;
		color: #ffff;
		box-shadow: 1px 1px rgb(201 201 201);
	}
	.pl_list a{
		color: #ffff;
	}
	.pl_list a:hover{
		color:#e23127;
		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:#e23127;
		color:#fff;
	}
	.button6:hover{
		background-color:#e23127;
		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: #e23127;
		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 {
		margin-left: -30px;
	}
	.footer_list2 {
		color: rgb(102, 97, 97);
		line-height: 1.8;
		font-size: 15px;
		margin-left: -39px;
	}
	.gmap_canvas {
		width: 230px;
	}
	.mapouter {
		width: 600px;
		margin-left: -4px;
	}
	.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%;
	  }
}
@media only screen and (min-width: 333px) and (max-width:991px)
{
	.pc_title {
		margin-left: 0px;
		font-size: 18px;
	  }
	  .pp_right a {
		font-size: 15px;
		margin-right: 2px;
	  }
	  .form-control{
		  width: 130%;
	  }
	   .forms_modal {
		    margin-left: 5px;
		    width: 74%;
		  }
	 
}


@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;
}

}

