.required-field::before {
  content: "*";
  color: red;
  float: right;
}
.hidden {
  display: none;
}

.partner-container {
  background-image: url("/static2/images/new-partner/hero-desktop.png");
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-size: cover;
}

.text-color {
  color: white;
}

.thankyou {
  color: #1f3965;
  padding: 40px;
  border: 1px solid #1f3965;
  font-weight: 500;
  font-size: 23px;
}

#thank-you-message-container {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.partner-heading {
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
  color: #ffffff;
}

.partner-para {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}

.label-color {
  color: white;
}

.input-color {
  background-color: #f4f4f4;
}

.form-container {
  padding-right: 120px;
  padding-left: 100px;
}

.hero-section {
  padding-left: 120px;
  padding-right: 50px;
}

.collaborate-input {
  width: 594px;
}

.input-width {
  width: 253px;
}

.phone-input {
  width: 140px;
}

.text-color1 {
  color: #a5a5a5;
}

@media (max-width: 1467px) {
  .collaborate-input {
    width: 534px;
  }
}

@media (max-width: 1290px) {
  .collaborate-input {
    width: 235px;
  }

  .text-content {
    margin-top: 250px;
  }

  .form-container {
    align-items: center;
  }

  .form-container {
    padding: 0px;
  }

  .input-width {
    width: 200px;
  }

  .collaborate-input {
    width: 426px;
  }

  .phone-input {
    width: 100px;
  }

  .phoneField {
    width: 100px;
  }
}

@media (max-width: 1022px) {
  .form-container {
    /* padding-right: 10px;
    padding-left: 100px;
    margin-top: 40px; */
  }

  .input-width {
    width: 256px;
  }

  .label-color {
    color: #2f3c51;
  }

  .hero-section {
    background-image: url("/static2/images/new-partner/hero-mobile.png");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 30px;
  }

  .hero-container {
    background-color: white;
  }

  .input-color {
    background-color: white;
    border: 1px solid #2f3c51 !important;
    border-radius: 6px;
  }

  .inputTmx {
    margin-top: 10px;
  }

  .form-container {
    padding: 60px;
  }

  .submit-button {
    margin-top: 35px;
  }

  .nameInputField {
    margin-top: 80px;
  }

  .collaborate-input {
    width: 256px;
  }

  .text-color1 {
    background-color: white;
  }

  .phone-input {
    width: 120px;
  }

  .state {
    margin-bottom: 20px;
  }

  .phoneField {
    width: 122px;
  }

  .partner-heading {
    font-size: 32px;
    line-height: 41.6px;
    text-align: center;
  }

  .partner-para {
    font-size: 14px;
    text-align: center;
  }

  .hero-section {
    height: 387px;
    margin-top: 70px;
    height: 387px;
  }
}

@media (max-width: 555px) {
  .hero-section {
    height: 387px !important;
    margin-top: 70px;
  }

  .hero-container {
    background-color: white;
  }

  .form-container {
    margin-top: 50px;
  }

  .input-color {
    border: 0.5px solid #2f3c51;
    box-shadow: 0px 2px 4px 0px #9db6d933;
    width: 282px;
    height: 50px;
    border-radius: 10px;
  }

  .phoneField {
    margin-top: -5px;
    height: 45px;
    border: none;
    box-shadow: none;
  }

  .text-content {
    margin-top: 230px;
  }
}
