.custom_btn {
  margin-top: 35px;
}


.input-box {
  position: relative;
}


.button-box {
  position: relative;
}


/* intl-tel-input wraps input[name="phone_raw"] in a new .iti div that
   becomes the actual grid item, so the span-2 class on the original
   input no longer applies to layout. Mirror it onto the wrapper. */
@media (width>=40rem) {
  .signup_form .iti {
    grid-column: span 2 / span 2;
  }
}
.logo {
  max-width: 30px;
  display: block;
  float: left;
}

.my-horizontal-box {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  max-width: 100%;
  scrollbar-width: none;
}

.my-horizontal-box::-webkit-scrollbar {
  display: none;
}

.my-horizontal-box button {
  flex: 0 0 auto;
  white-space: nowrap;
}

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

  .logo-text {
    display: none;
  }
}