.reserve-wrapper {
  padding-top: 60px;
  height: 100vh;
  min-height: 680px;
  margin: 0;
  min-width: 1200px; }
  @media (max-width: 767.98px) {
    .reserve-wrapper {
      padding-top: 50px;
      height: auto;
      min-height: auto;
      min-width: auto;
      flex-direction: column-reverse; } }
  .reserve-wrapper .form-box {
    padding-left: 240px; }
    @media (max-width: 767.98px) {
      .reserve-wrapper .form-box {
        padding: 24px;
        margin-left: 0;
        justify-content: flex-start !important; } }
  .reserve-wrapper form {
    width: 320px;
    margin-top: 85px; }
    @media (max-width: 767.98px) {
      .reserve-wrapper form {
        margin-top: 0;
        width: auto;
        flex: 1; } }
    .reserve-wrapper form .form-group label {
      font-weight: 400;
      color: rgba(6, 12, 25, 0.65); }
      .reserve-wrapper form .form-group label:after {
        content: "*";
        color: #FF4D4F;
        margin-left: 4px; }
    .reserve-wrapper form .form-group input.form-control {
      padding: 8px 12px;
      height: auto;
      border-radius: 4px;
      background-image: none; }
      .reserve-wrapper form .form-group input.form-control::placeholder {
        color: rgba(6, 12, 25, 0.25); }
    .reserve-wrapper form .form-group .error-msg {
      display: none;
      width: 100%;
      margin-top: 0.25rem;
      font-size: 0.875em;
      color: #dc3545; }
    .reserve-wrapper form .form-group .reserveForm-phone-input-wrapper {
      position: relative; }
      .reserve-wrapper form .form-group .reserveForm-phone-input-wrapper input {
        padding-right: 100px; }
      .reserve-wrapper form .form-group .reserveForm-phone-input-wrapper button {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%; }
        .reserve-wrapper form .form-group .reserveForm-phone-input-wrapper button:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 18px;
          background: #D3D5DB;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
    .reserve-wrapper form #confirmReserve {
      margin-top: 20px;
      width: 100%;
      padding: 8px 12px; }
      .reserve-wrapper form #confirmReserve[disabled='disabled'] .spinner-border {
        display: inline-block; }
      .reserve-wrapper form #confirmReserve .spinner-border {
        display: none; }
    .reserve-wrapper form .reserve-succeed-tip {
      margin-top: 16px;
      color: rgba(6, 12, 25, 0.65);
      font-size: 14px;
      line-height: normal; }
      .reserve-wrapper form .reserve-succeed-tip::before {
        content: "";
        display: inline-block;
        background: url("../images/checked-solid.svg") no-repeat center center;
        background-size: contain;
        width: 16px;
        height: 16px;
        margin-right: 6px;
        transform: translateY(2px); }
    .reserve-wrapper form .reserve-failed-tip {
      margin-top: 16px;
      color: #FF4D4F;
      font-size: 14px;
      line-height: normal; }
  .reserve-wrapper .form-title {
    color: #007bff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 8px; }
  .reserve-wrapper .description {
    color: rgba(6, 12, 25, 0.65);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-bottom: 32px; }

.intro-box {
  overflow: hidden;
  padding-bottom: 160px;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (max-width: 767.98px) {
    .intro-box {
      justify-content: center;
      align-items: flex-start;
      padding: 24px; } }
  .intro-box-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: top left;
    transform: translateX(-50%) scale(1.5);
    z-index: -1; }
  .intro-box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }

.intro-box-title {
  margin-top: 80px;
  width: 248px;
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -0.72px;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .intro-box-title {
      margin-top: 0; } }

.intro-box-list {
  margin-top: 32px; }
  .intro-box-list .intro-box-list-item {
    color: #fff;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-bottom: 24px; }
    .intro-box-list .intro-box-list-item:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url("../images/checked.svg") no-repeat center center;
      background-size: contain;
      margin-right: 12px;
      transform: translateY(2px); }

.intro-box-footer {
  margin-top: 40px;
  color: #fff; }
  @media (max-width: 767.98px) {
    .intro-box-footer {
      margin-top: 16px; } }
  .intro-box-footer .phone-des {
    margin-bottom: 12px; }
  .intro-box-footer .phone {
    font-family: DIN Alternate;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px; }
