@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

* {
  font-family: 'Barlow', sans-serif !important;
}

.middle {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
a{
  text-decoration: none !important;
}
body {
  font-size: 1vw;
padding: 0  !important;
}
@media (min-width: 1200px) {
  body {
    font-size: 1vw;
padding: 0  !important;
  }

  .container {
    padding: 0 2vw;
    width: 88vw !important;
    margin: 0 auto;
    max-width: 88vw !important;
  }

  .container-header {
    padding: 0 .85vw;
    width: 92vw;
    margin: 0 auto;
    max-width: 92vw;
  }

  .row>* {
    padding-left: .84vw;
    padding-right: .84vw;
  }

  .row {
    margin: 0 -.9vw;
  }

  .container-fluid {
    margin: 0 4.6vw;
    padding: 0;
  }
}


/*  drop down  */
.megasubmenu{ padding:1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu .dropdown-toggle::after{
    border-top: 0.4vw solid transparent;
    border-right: 0;
    border-bottom: 0.4vw solid transparent;
    border-left: 0.4vw solid; 
    margin-top: .6vw;
	}
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: fit-content;
}
	.megasubmenu{ 
		left:100%; top:0; min-height: 100%;   width: 50vw;;
	}

	.dropdown-menu > li:hover .megasubmenu{
		display: block;
	}
}	
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 1vw;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5vw !important;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 0.1vw solid #9c9c9c33 !important;
}
.dropdown-menu { 
  z-index: 1000; 
  min-width: 1vw;
  padding: 0vw !important;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1vw solid #9c9c9c33 !important;
  border-radius: 0vw !important;
}
/* ============ desktop view .end// ============ */

/* nav bar start */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0vw !important;
  padding-bottom: 0vw !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #333 !important;
  font-size: 1.2vw;
  font-weight: 500;
}
.fixed-top {
  position: fixed;
  top: 0.4vw !important;
  right: 0;
  left: 0;box-shadow: 0 1px 5px 3px rgba(161, 161, 161, .288) !important;
  z-index: 1030;    height: 5vw !important;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin: auto !important;
  list-style: none;
}
/* nav bar End */

header .color-line {
  height:1vw;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;  
  background-color: #1182ce;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2010;
}
header .color-line {
  height: 0.5vw;
}
header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}
 
header .corner.left {
  left: 0;
} 
header .corner {
  width: 46vw;
} 
header .corner {
  height: 10vw;
} 
header .corner {
  height: 90vw;
  width: 37vw;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
} 
header .corner {
  pointer-events: none;
}
header .corner {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 2020;
}
header .corner.left div {
  left: -10vw;
}
header .corner div {
  height: 7vw;
}
header .corner div {
  width: 36vw;
}
header .corner.left div {
  left: -8vw;

  box-shadow:0.2vw 0.2vw 2.3vw 0 rgb(0 0 0 / 23%);
  transform: skew(-50deg);
}
header .corner div {
  height: 6vw;
  width: 28vw;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  background-color: #fff;
  position: absolute;
  top: 0;
}
header .corner.right {
  right: 0;
}
header .corner.right div {
  right: -10vw;
}
header .corner.right div {
  right: -8vw;

  box-shadow: 0.2vw 0.2vw 2.3vw 0 rgb(0 0 0 / 23%);
  transform: skew(50deg);
}
/* logo */
header .logo {
  background-position: center center;
}
header .logo {
  background-size: 18vw;     
   height: 6vw;
  width: 17vw;
  background-size: 12vw;
-moz-transition: all .25s;
-webkit-transition: all .25s;
transition: all .25s; 
background-image: url("../images/logo.png"),linear-gradient(transparent, transparent);
background-repeat: no-repeat;
left: 0;
position: absolute;
top: 0;
z-index: 2030;
}

header .widgets {
  height: 70px;
}
header .widgets {
  height: 56px;
  padding-right: 15px;
  right: 0;
}
header .widgets {
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  position: absolute;
  text-align: right;
  top: 0;
  z-index: 2020;
}
header .widgets .widget {
  padding: 0 1.5vw;
    padding-right: 15px;
  height: 7vw; 
  line-height: 6vw;
  font-size: 1.4vw;
}
.banner_searchbar_textbox {
  font-size: 1.2vw;
  background: #fff;
  border: 0.2vw solid #006838;
  border-radius: 2vw;
  height: 2.8vw;
  width: 100%;
  padding-left: 1vw;
}

 
.bgprimary {
  background-color: #fff!important;
}
.navbar-dark .navbar-brand {
  color: #fff; 
}


.area.content::before {
  top: -2vw;
  content: '';
  display: block;
  height: 2vw;
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  background: linear-gradient(30deg, #fff 0%, #fff 73px, rgba(255,255,255,0) 73px),linear-gradient(330deg, #fff 0%, #fff 73px, rgba(255,255,255,0) 73px);
 
}
.area.contentt::before {
  top: -2vw;
  content: '';
  display: block;
  height: 2vw;
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  background: linear-gradient(30deg, #f8f7f7  0%, #f8f7f7 73px, rgba(255,255,255,0) 73px),linear-gradient(330deg, #f8f7f7  0%, #f8f7f7  73px, rgba(255,255,255,0) 73px);
}
 
 
.area.content.hero {
  margin-top: 1vw;
}
.area.content.hero {
  min-height: 1.25vw;
}
.area.content.hero { 
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
}
.area.contentt.hero {
  margin-top: 1vw;
}
.area.contentt.hero {
  min-height: 1.25vw;
}
.area.contentt.hero { 
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
}
.area {
  margin: 0;
    margin-top: 0vw;
  padding: 0;
  display: block;
  position: relative;
}
.area.content.hero {
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  margin-top: 0.7vw;
  min-height: 10vw;
}
.area.contentt.hero {
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  margin-top: 0.7vw;
  min-height: 10vw;
}
.about_text {
  text-align: justify;
  margin-bottom: 0.2vw;
  font-size: 1.2vw;
  font-weight: 400;
}
.about_atag {
  color: #1182ce;
  font-weight: 600;
  text-decoration: none;
}
.ha_a {
  text-decoration: none;
  padding: 0 0 0 0.2vw;  color: #1182ce;
  font-size: 1.1vw;
  font-weight: 500 !important;
}
  /* .co_ab{ 
    padding: 4.6vw 0vw;
  } */

.head_cat{
  font-size: 24px;
  font-weight: 600;
  line-height: 3.5vw;
  letter-spacing: 0vw;
  color: #333;
}
 .view_co{
  float: right;
  font-size: 1.2vw;
  color: #006838;
  font-weight: 500;
 }
 .prod_item {
  padding: 2.5vw 1vw 1vw 1vw;
  position: relative;
  transition: 0.3s;
  z-index: 3;
  margin-bottom: 0.2vw;
  background-color: #f8f7f7 !important;
  border-radius: 0vw;
  text-align: center;
}
.prod_item:hover {
  background-color: #ffffff !important;
  box-shadow: 4px 10px 10px 3px rgba(97,112,128,0.15);
}
.ll{
  padding: 0.3vw !important;
}
.llx{
  padding: 0.3vw !important;
}
.prod_item a img {
  width: 80%;
  padding: 10px;
}
.prod_item h6 a{
  text-decoration: none;
  color: #222;
  font-size: 1.1vw;
}
.prod_item h6 {
  font-size: 1.1vw;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  min-height: 4.5vw;
  padding-top: 1vw;
  text-align: center;
}
.prod_item h6:hover a {
  color: #1182ce;
  text-decoration: none;
}
.fp_box {
  width: 100%;
  text-align: center;
  margin-top: 0vw;
  background-color: #f8f7f7;
}
  .fp_box:hover{
  background: #fff;
  box-shadow: inset 0 -3em 3em rgba(255, 255, 255, 0.1), 0 0 0 0  rgb(255,255,255), 0.3em 0.3em 1em rgba(177, 177, 177, 0.3);
}
.fp_img {
  width: 65%;
  padding: 20px;
  margin-top: 2.5vw;
}
.fp_head {
  font-size: 1.1vw;
  padding: 1vw 0.5vw 0vw 0.5vw;
  height: 6vw;
  font-weight: 500;
  color: #222;
  margin-bottom: 0vw !important;
}
.fp_head:hover{
  color: #1182ce;
  font-weight: 600;
}
.qview_box {
  color: #006838;
  border-top: #fff 0.1vw solid;
  padding: 0.6vw 2vw;
  text-decoration: none;
  display: block;
  font-size: 1.1vw;
  font-weight: 500;
}
.qview_box:hover {
  color: #ffffff;
  background-color: #006838; 
  text-decoration: none;
  display: block;
}

.single-features-item {
  padding: 1.5vw 0.8vw;
  background-color: #f8f7f7;
  margin-bottom: 1vw;
  
}
.single-features-item:hover{
  background-color: #ffffff !important;
box-shadow: 0.4vw 1.2vw 1.2vw 0.3vw rgba(97,112,128,0.15);
}
.features-product-image {
  overflow: hidden;
  text-align: center;
}
.features-product-image img {
  transition: all 0.3s ease-out 0s;
  width: 75%;
}
.p_content h6 {
  font-size: 1.4vw;
  line-height: 1.2;
  font-weight: 501;
  color: #222;
  margin-bottom: 0;
  padding-top: 1vw;
  padding-left: 0vw;
  padding-bottom: 1vw;
  text-align: center;
}
.scr_l {
  height: 21vw;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
}
 

.table-bordered > :not(caption) > * > * {
  border-width: 0 0vw !important;
  font-weight: 400 !important;
}
.table-bordered > :not(caption) > :hover {
  background-color: #eee;
}
 
.features-product-image img {
  transition: all 0.3s ease-out 0s;
width: 9vw;
padding: 5px;
}
.features-product-image {
  overflow: hidden;
  text-align: center;
}
.features-thum {
  position: relative;
}
.product__content h6 {
  font-size: 1.1vw;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  min-height: 4vw;
  padding-top: 1vw;
}
.product__content h6 a{
  color: #222;
}
.product__content h6 a:hover {
  color: #1182ce;
  font-weight: 600;
}
.single-features-item .p__name {
  height: auto;
  padding-bottom: 0vw;
}
.features-thum .p-img a img {
  width: 83%;
  padding: 10px;
}
.pq_content h6 {
  font-size: 1.3vw;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
  margin-bottom: 1vw;
  padding-top: 1vw;
  padding-left: 0rem;
}
.pq_content{
  padding: 0 1vw;
}
.btn_procat {
  display: inline-block;
  width: 7.6vw;
  padding: 0.4vw 1vw;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  background-color: #1182ce;
  border: 0.1vw solid #1182ce;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #1182ce;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.snd-msg, .snd-msg:hover {
  background-color: #006838 !important;
  color: #fff !important;
  width: 250px;
  margin-bottom: 25px;
}














.main-footer{
  position:relative;
  padding: 3vw 0vw 0vw !important;
  background-color: #f8f7f7 !important;
  background-repeat:repeat-x;
  background-position:right bottom;
}

/* .main-footer .footer-widget{
  position:relative;
  margin-bottom:4vw;
} */

.main-footer .widgets-section{
  position:relative;
  padding-bottom:0vw;
}

.main-footer .footer-widget h2{
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #1182ce;
  line-height: 1.2vw;
  margin-bottom: 20px;
  margin-top: 2.5vw;
  text-transform: capitalize;
}

.main-footer .about-widget{
  position:relative;
}
.logo img{
  width: 15vw;
}
.main-footer .about-widget .logo {
  position: relative;
  margin-bottom: 1.5vw;
  width: 21vw;
}
.main-footer .about-widget .text{
  position:relative;
}

.main-footer .about-widget .text p{
  position: relative;
  color: #222;
  font-size: 15px;
  line-height: 1.7vw;
  margin-bottom: 10px;
  font-weight: 400;
}

.main-footer .about-widget .text p:last-child{
  margin-bottom:0vw;
}

/* Footer List */

.main-footer .footer-list{
  position: relative;
  padding-left: 1rem;
}

.main-footer .footer-list li{
  position: relative;
  margin-bottom: 0.3vw;
}

.main-footer .footer-list li a{
  position:relative;
  color:#222;
  font-size:15px;
  font-weight: 400;
  padding-left:0vw;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
  text-decoration:underline;
  color:#1182ce;
  font-weight: 500;
}

.main-footer .footer-list li a:before{
  position:absolute;
  left:0px;
  top:0px;
  color:#222;
  font-weight:800;
  font-family: 'Font Awesome 5 Free';
}

/*Gallery Widget*/

.main-footer .gallery-widget{
  position:relative;
  max-width:35vw;
}

.main-footer .gallery-widget .images-outer{
  position:relative;
  margin:0vw -0.3vw;
}

.main-footer .gallery-widget .image-box{
  position:relative;
  float:left;
  width:33.333%;
  padding:0vw 0.5vw;
  margin-bottom:1vw;
}

.main-footer .gallery-widget .image-box img{
  position:relative;
  display:block;
  width:100%;
  border-radius:0.4vw;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
  opacity:0.70;   
}

/* Info List */

.main-footer .info-list{
  position:relative;
}

.main-footer .info-list li{
  position:relative;
  color:#222;
  font-size:1.2vw;
  font-weight: 400;
  line-height:1.8vw;
  margin-bottom: 0.2vw;
}

.main-footer .info-widget .social-links{
  position:relative;
  float:left;
  padding:1.5vw 0vw;
}

.main-footer .info-widget .social-links li{
  position:relative;
  margin-right:0.8vw;
  display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
  margin-right:0vw;
}

.main-footer .info-widget .social-links li a{
  position:relative;
  color: #ffffff;
  width:5vw;
  height:5vw;
  line-height:5vw;
  text-align:center;
  border-radius:50%;
  display:inline-block;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-footer .info-widget .social-links li.google a{
  background-color:#dd4b39;
}

.main-footer .info-widget .social-links li.facebook a{
  background-color:#4a6fbe;
}

.main-footer .info-widget .social-links li.twitter a{
  background-color:#55acee;
}

.main-footer .info-widget .social-links li.instagram a{
  background-color:#ea4c89;
}

.main-footer .info-widget .social-links li.vimeo a{
  background-color:#1ab7ea;
}

.main-footer .footer-bottom{
  position:relative;
  padding:1vw 0vw;
  border-top:1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav{
 position: relative;
  text-align: right;
  margin-bottom: 0rem !important;
}

.main-footer .footer-bottom .footer-nav li{
  position:relative;
  padding-right:1vw;
  margin-right:1vw;
  line-height:1.1vw;
  display:inline-block;
  border-right:1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child{
  padding-right:0px;
  margin-right:0px;
  border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
  position:relative;
  color:#222;
  font-size:1.2vw;font-weight: 400;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
  color:#1182ce;
  text-decoration:underline;
  font-weight: 500;
}

























@media only screen and (min-width: 280px) and (max-width: 480px){
  .we_logo {
    width: 126px;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #111 !important;
    font-size: 16px !important;
    text-align: center;
    border-top: 1px solid #f0f0f0;
  
}
.heading_mb {
  font-size: 19px !important;
padding: 10px 0 !important;
}
.list_pbc > a {
 font-size: 16px !important;
}
.head_cat {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 30px !important;
  padding: 20px 0px;
}
.fp_img {
  width: 44%;
  margin-top: 25px;
}
.fp_head { 
  font-size: 17px;
  padding: 1vw 0.5vw 0vw 0.5vw;
  height: 60px;
}
.qview_box{
  padding: 10px 20px;
  font-size: 17px !important;
}
.ll {
  padding: 10px 33px !important;
}
.features-product-image img{
  width:145px;
}
.p_content h6 {
  font-size: 20px;
}
.scr_l {
  height: 210px;
}
.product__content h6 {
  font-size: 16px;
}
.about_text {
  font-size: 16px;
}
.pq_content h6{
  font-size: 16px;
line-height: 2;
}
.llx {
  padding: 10px 33px !important;
}
.btn_procat { 
  width: 140px;
  padding: 6px 30px; 
  font-size: 16px;
}
.features-thum .p-img a img {
  width: 65%;
}
.fp_box{
  margin-bottom: 30px !important;
}
.banner_searchbar_button {
  width: 62px;
  padding: 4px 0 4px 0;
  border: none;
  color: #fff;
  background-color: #006838 !important;
  line-height: 21px;
  font-size: 14px; 
  font-weight: 400;
  background-image: none !important;
}
.banner_searchbar_textbox {
  font-size: 13px;
  background: #fff;
  border: 2px solid #006838;
  height: 29px;
  width: 122px;
  border-radius: 0vw !important;
  padding-left: 7px;
}
.logo img {
  width: 220px;
  padding: 10px;
}
.main-footer .about-widget .text p { 
  color: #222;
  font-size: 15px;
  line-height: 24px;
}
.main-footer .footer-widget h2{
  font-size: 20px;
  line-height: 10px;
}
.main-footer .footer-list li a{
  font-size: 16px;
}
}



@media only screen and (min-width: 480px) and (max-width: 576px){
  .we_logo {
    width: 140px;
  }
  .navbar-dark .navbar-nav .nav-link {
  color: #111 !important;
  font-size: 3vw !important;
text-align: center;
border-top: 1px solid #f0f0f0;
}
.banner_searchbar_button {
  width: 62px;
  padding: 4px 0 6px 0;
  border: none;
  color: #fff;
  background-color: #006838 !important;
  line-height: 23px;
  font-size: 16px;
  font-weight: 400;
  background-image: none !important;
}
.banner_searchbar_textbox {
  font-size: 15px;
  background: #fff;
  border: 1px solid #006838;
  height: 33px;
  width: 220px;
  border-radius: 0px !important;
  padding-left: 10px;
}
.xls{ 
  width: 50% !important;
  padding: 0px 10px 10px 10px !important;
 
}
.fp_img {
  width: 45%;
  margin-top: 25px;
}
.fp_head {
  font-size: 16px;
  padding: 10px 1px 0px 1px;
  height: 80px;
}
.qview_box {
  color: #006838;
  border-top: #fff 1px solid;
  padding: 12px 10px;
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.head_cat {
  font-size: 28px;
  font-weight: 600;
  line-height: 70px;
}
.p_content h6 {
  font-size: 20px;
  line-height: 1.7;
}
.scr_l {
  height: 198px;
}
.ll_bb{
  width: 50% !important;padding: 15px 15px 0px 15px !important;
}
.single-features-item{
  margin-bottom: 0px;
}
.features-product-image img{
  width: 123px;
}
.pq_content h6 {
  font-size: 20px;
  line-height: 1.5;
}
.about_text{
  font-size: 16px;
}
.btn_procat {
  display: inline-block;
  width: 120px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 16px;
}
.product__content h6 {
  font-size: 16px;
}
.llx {
  padding:3px 3px 0vw 3px !important;
  width: 50% !important;
}
.logo img {
  width: 40vw;
}

.main-footer .about-widget .text p{
  font-size: 16px;
line-height: 5.1vw;
}
.main-footer .footer-widget h2{
  font-size: 26px;
  line-height: 40px;
}
.main-footer .footer-list li a{
  font-size: 16px;
}
}


@media only screen and (min-width: 576px) and (max-width: 786px){
  .we_logo {
    width: 155px;
  }
  .banner_searchbar_button {
    width: 62px;
    padding: 5px 0 6px 0;
    border: none;
    color: #fff;
    background-color: #006838 !important;
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    background-image: none !important;
  }
  .banner_searchbar_textbox {
    font-size: 15px;
    background: #fff;
    border: 2px solid #006838;
    height: 35px;
    width: 205px;
    border-radius: 0vw !important;
    padding-left: 10px;
  }
  .fp_head {
    font-size: 16px;
    padding: 10px 5px 0px 5px;
    height: 80px;
  }
  .qview_box {
    color: #006838;
border-top: #fff 1px solid;
padding: 12px 10px;
display: block;
font-size: 17px;
font-weight: 500;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #111 !important;
  font-size: 16px !important;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  }
  .xls{  
    padding: 0vw 0vw 1vw 1vw !important;
   
  }
  .p_content h6 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 501;
    color: #222;
  }
  .ll_bb{
    width: 50% !important;
    padding: 1px 1px 1px 10px !important;
  }
  .product__content h6 {
    font-size: 16px;
    line-height: 1.4;
  }
  .llx{
    width: 50% !important;
  }
  .features-product-image img{
    width: 120px !important;
  }
  .pq_content h6 {
    font-size: 16px;
    line-height: 1.3;
  }
  .about_text{
    font-size: 16px;
  }
  .btn_procat {
    display: inline-block;
    width: 140px;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 16px;
  }
  .logo img {
    width: 230px;
  }
  .main-footer .about-widget .text p{
    font-size: 16px;
    line-height: 30px;
  }
  .main-footer .footer-widget h2 {
    font-size: 23px;
  }
  .main-footer .footer-list li a{
    font-size:16px;
  }
  .head_cat {
    font-size: 28px;
    line-height: 80px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5vw !important;
  padding-left: 0.5vw !important;
} 
.nav-link{
  padding-right: 0.5vw 1vw !important;
}  
.dropdown-item{
  font-size: 1vw;
}

@media only screen and (min-width: 786px) and (max-width: 991px){
  .we_logo {
    width: 145px;
  }
  .features-product-image img{
    width: 150px;
  }
  .heading_mb {
    font-size: 16px !important;
  }
  .main-footer .about-widget .text p {
    position: relative;
    color: #222;
    font-size: 20px;
    line-height: 30px;
  }
  .pq_content h6 {
    font-size:16px;
    line-height: 1.2;
  }
  .about_text{
    font-size: 16px;
  }
  .ll_bb{
    width: 50% !important; 
    padding: 0px 0px 1px 10px !important;
  }
  .product__content h6 {
    font-size: 16px;
    line-height: 1.4;
  }
  .head_cat {
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
  }
  .p_content h6 {
    font-size: 17px;
    line-height: 1.5;
  }
  .btn_procat { 
    width: 131px;
    padding: 6px 20px;
    font-size: 16px;
  }
  .xls {   
    padding: 4px !important;
  }
  .fp_img {
    width: 55%;
  }
  .fp_head {
    font-size: 16px;
    padding: 10px 6px 0px 6px;
    height: 80px;
  }
  .qview_box {
    color: #006838;
    border-top: #fff 1px solid;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    font-weight: 500;
  }
  .main-footer .footer-list li a{
    font-size: 16px;
  }
  .main-footer .footer-widget h2{
    line-height: 1.7vw;font-size: 3.1vw;
  }
  .logo img {
    width: 260px;
  }
  .navbar-dark .navbar-nav .nav-link {
  color: #111 !important;
font-size: 17px !important;
text-align: center;
border-top: 1px solid #f0f0f0;
}
.banner_searchbar_button {
  width: 80px;
  padding: 4px 10px 6px 10px;
  border: none;
  color: #fff;
  background-color: #006838 !important;
  line-height: 29px;
  font-size: 18px;
  font-weight: 400;
  background-image: none !important;
}
.banner_searchbar_textbox {
  font-size: 15px;
  background: #fff;
  border: 3px solid #006838;
  height: 39px;
  width: 270px;
  border-radius: 0px !important;
  padding-left: 10px;
}
}
@media only screen and (min-width: 280px) and (max-width: 991px){
  .no_mobile{
    display: none !important;
  }
  .navbar-brand{
    margin-right: 0px !important;
  }
  .navbar-nav{
    background: #fff !important;
padding: 0px 20px  !important;
  }
  .breadcrumb-item a {
    color: #222;
    font-size: 17px !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    line-height: 2.3 !important;
    font-size: 13px !important;
  }
  .footer-nav{
    display: none !important;
  }
.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/icon-menu.png") !important;
  color: #333;
}
.fixed-top{
  top: 0 !important;
  height: auto !important;
  padding: 1.5vw 0vw !important;
  box-shadow: 4px 12px 12px 3px rgba(97,112,128,0.15);
}
.navbar-brand{
  padding: 10px 0px !important;
}
/******************** contact us ********************/
.contact-info-dec a, .name-address p {
  margin-bottom: 1vw ;
  font-weight: 500;
  font-size: 15px !important;
  color: #222;
}
.contact-area .contact-form h3 {
  font-weight: 600;
  color: #1182ce;
  margin-bottom: 12px;
  font-size: 20px !important;
  text-align: center;
}
.contact_hh1 {
  margin: auto;
  margin-top: auto;
  font-size: 24px !important;
  margin-top: 150px !important;
  line-height: 19px !important;
text-align: center;
color: #006838 !important;

background-image: none !important;
}
.name-address h3 {
  margin-bottom: 1vw;
  color: #1182ce;
  font-size: 21px !important;
  font-weight: 600 !important;
}
.contact-area .contact-info-wrap .single-contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.contact-area .contact-info-wrap .single-contact-info .contact-icon i {
  font-size: 20px !important;
  background: #006838;
  color: #ffffff;
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  border: 1px solid #006838;
  text-align: center;
}
.CCCCCC{
  height: 40px !important;
}
.btnText {
  color: white;
  transition: .3s;
  margin-top: 10px !important;
  font-size: 14px !important;
  font-weight: 401 !important;
}
.contact-area .contact-form input, .contact-area .contact-form textarea {
  margin-bottom: 5px !important;
  margin-top: 3px !important;
  font-size: 14px !important;
}
/******************** contact us end ********************/
}
@media only screen and (min-width: 991px) and (max-width: 150000px){

.navbar-dark .navbar-brand {
  display: none !important;
}
.no_desktop{
  display: none !important;
}
.banner_searchbar_button {
  width: 3.3vw;
  padding: 1vw 0;
  border: none;
  background: url(../images/search.png) center center no-repeat #006838;
  background-size: auto;
  background-size: 33%;
  height: 2.8vw;
  top: 1.7vw;
  right: 1vw;
  position: absolute; 

}
}
@media only screen and (min-width: 991px) and (max-width: 1200px){

  .main-footer .footer-list li a{
    font-size: 16px ;
  }
  .main-footer .about-widget .text p{
    font-size: 16px;
line-height: 27px ;
  }
  .contact_hh1{
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 5000px){
  .xls {  
    width: 20% !important;
    padding: 4px !important;
  }
}

.quote_btn {
  background-color: #006838;
  font-weight: 500;
  margin-top: 5px;
  padding: 5px 15px !important;
  border-radius: 3px !important;
}


.heading_mb {
  font-size: 23px;
  font-weight: 401;
  background-color: #1182ce;
  padding: 0.8vw 0;
  color: #fff;
  width: 90%;
  margin: 3vw auto 0 auto;
  text-align: center;
}
.list_pbc {
  border: 1px double #1182ce5c;
  padding: 0.6vw 0.6vw 0.6vw 1vw;
  box-shadow: 0.1vw -0.1vw 0.1vw 0 #1182ce57;
  margin: 0.7vw auto 0.3vw;
  width: 90%;
  list-style: none;
  text-align: center
}
.list_pbc > a {
  color: #222 !important;
  font-weight: 400;
}
.contact_hh1 {
  margin: auto;
  margin-top: auto;
font-size: 2.4vw;
margin-top: 5vw;
line-height: 12vw;
text-align: center;
color: #fff;
  background-image: url(../images/backimg.webp);
  background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.brcrumb {
  margin-top: 10px; 
  margin-left: 10px;
  background-color: #fff;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 7px;
  list-style: none;
}
.breadcrumb {
  list-style: none;
}
.breadcrumb {
  color: #0275d8;
}
.breadcrumb-item a {
  color: #222;
  font-size: 1.2vw;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5vw;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  font-size: 1.2vw;
}
#myBtnss {
  display: none;
  position: fixed;
  bottom: 2vw;
  right: 3vw;
  z-index: 9999;
  font-size: 1.3vw;
  border: none;
  outline: 0;
  background-color: #006838 !important;
  color: #fff !important;
  cursor: pointer;
  padding: 0.8vw;
  border-radius: 0.4vw;
}
#myBtnss:hover {
  background-color: #006838 !important;
}



/*............... new styles...................... */




.cate_items a {
  display: block;
  font-size: 13px !important;
}



.cate_img_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

div#addcards {
  padding: 20px;
}


ul.footer_infooo li {
  text-decoration: none;
  list-style-type: none;
  padding: 5px 0px;
}
ul.footer_infooo {
  padding: 0px;
}

li.info_details a {
  color: #333;
  /* font-size: 14px; */
}




a.nav-link.quote_btn {
  font-size: 15px !important;
  margin: 6px 42px;
  /* padding: 20px; */
}

p.about_text {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.section_top{
  padding: 40px;
}




.go-top {
  position: fixed;
  bottom: 130px;
  right: 3%;
  padding: 7px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f102";
  background-color: #1e82d3;
  padding: 1px 11px;
  color: #fff;
  position: absolute;
  border-radius: 20px;
  bottom: -42px;
  font-size: 25px;
}



.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}

@media screen and (max-width:576px) {
  .catalog_contact {
    color: #333 !important;
  
  }
}





.p_content h6 {
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}

ul.no_desktop {
  margin: 130px 0px 0px 0px;
}
.single_page {
  margin: 79px 0px 0px 0px !important;
  text-align: center;
}

@media screen and (max-width:991px) {
.widget.with-menu.no_desktop.language {
    margin: 10px 10px;
    text-align: center;
   
}
div#allcatalogmodal {
  margin: 100px 0px;
}
.go-top:after {
  font-family: FontAwesome;
  content: "\f102";
  background-color: #1e82d3;
  padding: 1px 11px;
  color: #fff;
  position: absolute;
  border-radius: 20px;
  bottom: -42px;
  left: -34px;
  font-size: 25px;
}

.single_page {
  margin: 143px 0px 0px 0px !important;
}
.banner_searchbar_textbox {
  font-size: 15px;
  background: #fff;
  border: 2px solid #006838;
  height: 35px;
  width: 70%;
  margin: 0px auto;
  border-radius: 0vw !important;
  padding-left: 10px;
 
}
.banner_searchbar_button{
  height: 34px;
}


.section_top {
  padding: 5px;
}
}