@media only screen and (max-width: 575.98px) {

  .safety-boots-bg {
    background-position-y: -105px;
  }
  .spec-icons div {
    margin-bottom:10px;
  }
}
@media only screen and (max-width: 767.98px) {

  .header {
    height: 200px;
  }
  .contact-bg {
    background-position-y: 0px;
    background-position-x: -120px;
  }
  .about-bg {
    background-position-y: 0px;
  }
  .cold-storage-bg {
    background-position-y: 0px;
  }
  .certification-bg {
    background-position-y: 0px;
  }
  .clients-bg {
    background-position-y: -30px;
  }
  .processed-seafood-bg {
    background-position-y: 0px;
  }
  .footer-links {
    line-height: 1.3rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .safety-boots-bg {
    background-position-y: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* .home-icons div img {
        width:35px;
        height:35px;
        background-color:white;
        padding:5px;
        border-radius:5px;
      } */
  .safety-boots-bg {
    background-position-y: -150px;
  }
}

@media only screen and (max-width: 991.98px) {
  .carousel-height {
    height: calc(100vh - 135px);
  }

  .carousel-height > .carousel-item {
    height: calc(100vh - 135px);
  }
  .carousel-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1199.98px) {
  .bread-crumb-box {
    width: 100%;
    margin: 0px 50px;
    height: 40px;
    background-color: white;
    padding: 0px 10px;
    border-bottom:1px solid #c0c0c0;
  }
  .bread-crumb-box > div {
    color: black;
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 0.1rem;
  }
  .safety-shoe-main-image {
    max-width:75%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-item {
    width:fit-content;
  }
  .navbar-nav {
    width:fit-content;
    border:1px solid #c0c0c0;
    background-color: white;
    padding-right:5px;
  }
  .submenu-dropdown {
    border:none;
  }
}

@media only screen and (max-width: 1259.98px) {
  .navbar-container {
    font-size:0.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .about-bg {
    background-position-y: 0px;
  }
  .contact-bg {
    background-position-y: 0px;
    background-position-x: 0px;
  }
  .clients-bg {
    background-position-y: 0px;
  }
  .certification-bg {
    background-position-y: 0px;
  }
}
