
/* nav .nav-item,
nav .nav-item button,
nav .nav-item .dropdown,
nav .nav-item .dropdown-item,
nav .nav-item input,
nav .nav-item a {
   color: rgb(3, 3, 3) !important; 
} */

/* .heading-content {
  width: 920px;
} */

.nav-search {
  display: none !important;
}

#desktop-main {
  margin-top: -75px;
}

#desktop-main.header-section {
  height: 600px;
}

.header-section {
  padding-block: 60px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url('../../img/blog/iStock-1257456703.jpg'); */
}

.header-inner {
  color:rgb(8, 8, 8);
  position:relative;
  z-index: 1;
}

.header-section:after{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(0 0 0 / 50%);
}

.h-box .address, .h-box .phone, .h-box {
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

@media (min-width: 1200px){
  .category-box-row {
    width: 85%;
  }
}