#main-nav.affix .logo {
  height: 70px !important;
  padding: 5px 0 !important;
}

label,
label span,
label input {
  display: block;
  width: 100%;
}

.get-started {
  display: flex !important;
  height: 50px !important;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.get-started:hover {
  background: blue !important;
  text-decoration: none !important;
}
.get-started:hover a {
  /* background: blue !important; */
  text-decoration: none;
}

@media (max-width: 550px) {
  .vc_custom_1626565091721,
  .test-class {
    background-position-y: 0 !important;
    background-repeat: no-repeat;
  }
  .h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  .floating-menu.float-menu-1.fm-ready > ul {
    display: none;
  }
  .google-play,
  .app-store {
    width: 100%;
    /* margin-right: auto; */
    /* margin-left: auto; */
  }
}
