@media (max-width: 1050px) {
  .header-wp .menu-item {
    display: none;
  }

  /* .header-wp .nav-icon {
        display: block;
    } */

  .header-wp .logo img {
    /* width: 100px; */
    width: 46px;
  }

  /* .header-wp .reg-btn{
        display: block;
    } */

  .header-wp .mobile-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .header-wp-mobile {
    height: 100vh;
    width: 320px;
  }

  .echo-theme .mid-span img {
    height: auto;
  }

  .echo-footer .right-span {
    border-left: none;
    padding-left: 0;
  }

  .reg-form {
    width: 95%;
    padding: 40px 15px;
  }

  .single-page-head h1 {
    font-size: 36px;
  }
  #echo-theme .col-md-5 > img {
    position: static;
    width: 100%;
  }
  #formTab li {
    flex-basis: 43% !important;
  }

  #formTab button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 7px;
    font-size: 15px;
  }
  .theme-download {
    position: static;
  }
}
.header-wp {
  z-index: 999999999;
}
