.desk_display_none {
    display: none !important;
    }
    @media only screen
    and (min-device-width: 260px)
    and (max-device-width: 760px) {
    .mb_display_none {
    display: none !important;
    }
    .desk_display_none {
    display: block !important;
    }
    }

  header svg {
    cursor: pointer;
  }
  .headerbg {
    background-color: #ebebeb;
  }

  @media (min-width: 768px) {
    header .d-flex {
      max-width: 100%;
    }
  }

    