@media only screen and (max-width: 996px) {
  .menu__bar .navbar {
    position: fixed;
    z-index: 1111;
    top: 0;
    right: 0;
    background: none;
  }

  .menu__bar .navbar .navbar-toggler {
    background: var(--secondary-color);
  }

  .img-box3 .img2 {
    display: none;
  }

  .img-box3 .img3 {
    display: none;
  }

  .img-box3 .shape1 {
    display: none;
  }

  .counter__content {
    position: relative;
    top: auto;
  }

  .counter__icon {
    display: none;
  }

  .coun_head::before {
    height: 69px;
    width: 420px;
    top: -22px;
    left: -20px;
  }

  .years::after {
    right: 15px;
  }
}