a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

.toggle-content {
  display: none;
}

.active {
  display: flex;
  background-color: #f1f1f1;
  border-radius: 15px;
}

.clicked {
  background-color: #f1f1f1;
}

button {
  border-color: #bf0118;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: medium;
}

select:valid {
  color: #000;
}

select:invalid {
  color: #c1bfbf;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="checkbox"] {
  /* 移除默认样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;

  /* 设置边框和背景 */
  border: 2px solid #999;
  background-color: #fff;

  /* 使复选框居中对齐 */
  vertical-align: middle;

  /* 添加过渡效果 */
  transition: all 0.3s ease;
}

/* 选中状态样式 */
input[type="checkbox"]:checked {
  /* 更改这里的颜色值来调整选中后的颜色 */
  background-color: #bf0118;
  border-color: white;
}

/* 勾选标记 */
input[type="checkbox"]:checked::before {
  content: "\2714";
  /* Unicode 字符为勾 */
  display: block;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 1000px) {
  .mobile-only {
    display: none;
  }

  .tablet-only {
    display: none;
  }

  .logo-container {
    width: 126.5px;
    position: relative;
    height: 60px;
    object-fit: cover;
  }

  /*
  .purchase-a-home {
    position: relative;
  }
  */

  .nav-active-wrapper {
    border-bottom: 4px solid #bf0118;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 12px 12px 8px;
  }

  .nav-inactive-wrapper {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }

  .nav-text-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 14px;
    text-align: left;
    color: #000;
    white-space: nowrap;
  }

  .nav-apply-online-content {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #bf0118;
    text-align: center;
    
  }

  .nav-apply-online-frame {
    align-self: stretch;
    border-radius: 14px;
    border: 1px solid #bf0118;
    box-sizing: border-box;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 18px;
  }

  .nav-apply-online-wrapper {
    width: 126px;
    height: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    text-align: justify;
    font-size: 14px;
    padding: 0px 12px;
  }

  .nav-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-right: 20px;
  }

  .nav-parent {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    font-size: 12px;
  }

  .hero-image {
    position: absolute;
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: #000;
    filter: brightness(80%);
  }

  .hero-main-heading-text {
    position: sticky;
    text-align: center;
    width: 560px;
    display: flex;
    margin-bottom: -10px;
    margin-top: 30px;
  }

  .hero-subheading-text {
    position: sticky;
    text-align: center;
    align-self: center;
    width: 555px;
    font-size: 28px;
  }

  .hero-contact-wrapper {
    position: sticky;
    border-radius: 15px;
    border: 3px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px 2px;
    margin: 8px 140px;
    font-size: 22px;
  }

  .hero-parent {
    max-width: 1440px;
    width: 90%;
    position: relative;
    height: 300px;
    font-size: 50px;
    color: white;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .buying-a-new {
    align-self: stretch;
    position: relative;
    font-weight: 600;
    padding: 20px 0px;
  }

  .frame-child {
    width: 60px;
    position: relative;
    height: 60px;
    border: none;
  }

  .frame-div {
    align-self: stretch;
    flex: 1;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    border: none;
  }

  .frame-div:hover {
    background-color: #f1f1f1;
    transform: scale(1.02);
  }
  
  /*
  .frame-item {
    width: 60px;
    position: relative;
    height: 60px;
    object-fit: cover;
    border: none;
  }

  .group-parent1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    gap: 20px;
  }

  .group-parent1:hover {
    background-color: #d9d9d9;
  }

  .group-parent2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    gap: 20px;
  }

  .group-parent2:hover {
    background-color: #d9d9d9;
  }

  .group-parent3 {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    gap: 20px;
  }

  .group-parent3:hover {
    background-color: #d9d9d9;
  }

  */

  .frame-group {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    color: #000;
    gap: 10px;
  }

  .buying-a-new-home-parent {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
  }

  .main-page-parent {
    max-width: 1300px;
    align-self: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6px 30px;
    text-align: center;
    color: #000e12;
  }

  .preapproval-letter-request {
    align-self: stretch;
    position: relative;
    font-weight: 600;
  }

  .a-pre-approval-letter {
    align-self: stretch;
    position: relative;
    font-size: 16px;
    color: #000;
  }

  .preapproval-letter-request-parent {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
  }

  .home-page-inner-letter {
    max-width: 1100px;
    align-self: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 120px;
    font-size: 25px;
    color: #000e12;
  }

  .user-name {
    align-self: stretch;
    position: relative;
  }

  .create-an-account-application {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #0158bf;
  }

  .frame-div-letter {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    width: 600px;
  }

  .frame-container-letter {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .frame-group-letter {
    align-self: stretch;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 40px;
    gap: 20px;
  }

  .user-name-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }

  .frame-child-letter {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    height: 49px;
  }

  .login-my-account-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #0158bf;
  }

  .create-an-account {
    flex: 1;
    position: relative;
  }

  .create-an-account-wrapper {
    width: 250px;
    background-color: #bf0118;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
  }

  .back1 {
    text-decoration: underline;
  }

  .back {
    align-self: stretch;
    position: relative;
    color: #0158bf;
    text-align: center;
    left: -5px;
  }

  .borrower-subtitle {
    position: relative;
  }

  .borrower-text-content {
    flex: 1;
    position: relative;
    color: #c1bfbf;
    border: none;
    outline: none;
    font-size: 16px;
    color: black;
  }

  .parent {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: inline-block;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 20px;
    gap: 10px;
  }

  .number-input {
    border: none;
    outline: none;
  }

  .vector-icon1 {
    width: 20px;
    position: relative;
    height: 20px;
  }

  .monthly-debt-payments-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .select-a-state {
    flex: 1;
    position: relative;
  }

  .frame-child1 {
    width: 12px;
    position: relative;
    height: 5px;
  }

  .select-a-state-parent {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    gap: 10px;
    color: #c1bfbf;
  }

  .down-payment-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .div5 {
    flex: 1;
    position: relative;
    color: #c1bfbf;
  }

  .year-fixed-parent {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    gap: 10px;
  }

  .div7 {
    position: relative;
    color: #000;
  }

  .parent1 {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 20px;
    gap: 10px;
    text-align: right;
    color: #c1bfbf;
  }

  .vector-icon3 {
    width: 14px;
    position: relative;
    height: 14px;
  }

  .span {
    font-weight: 700;
  }

  .frame-child3 {
    width: 240px;
    position: relative;
    height: 240px;
    object-fit: cover;
  }

  .frame-child4 {
    width: 20px;
    position: relative;
    background-color: #bf0118;
    height: 20px;
  }

  .frame-child5 {
    width: 20px;
    position: relative;
    background-color: #ea011d;
    height: 20px;
  }

  .frame-child6 {
    width: 20px;
    position: relative;
    background-color: #bf0118;
    height: 20px;
  }

  .frame-child7 {
    width: 20px;
    position: relative;
    background-color: #440009;
    height: 20px;
  }

  .frame-parent4 {
    width: 284px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    font-size: 16px;
  }

  .borrower-info-display-container {
    align-self: stretch;
    width: 780px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 40px;
    box-sizing: border-box;
    gap: 40px;
    font-size: 20px;
  }

  #borrower-content,
  #interest-content, 
  #save-content, 
  #rate-content {
    align-self: center;
  }
  
  .borrower-layout {
    max-width: 1330px;
    min-width: 100%;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    gap: 30px;
    color: #000;
  }

  .title {
    align-self: stretch;
    position: relative;
  }

  .borrower-info-container {
    align-self: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
  }

  .borrower-input-container {
    width: 420px;
    display: flex;
    flex-direction: column;
  }

  .borrower-loan-info {
    border-right: 2px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    padding: 20px 60px;
    gap: 20px;
  }

  .title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
  }

  .extend-symbol {
    width: 14px;
    position: relative;
    background-color: #0158bf;
    height: 2px;
  }

  .annual-gross-income-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 10px 0px;
  }

  .calculate-wrapper {
    align-self: stretch;
    background-color: #bf0118;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 20px 80px;
    cursor: pointer;
    border-radius: 8px;
  }

  .borrow-multi-selection {
    flex: 1;
    position: relative;
  }

  .disclaimer {
    margin-block-start: 0;
    margin-block-end: 5px;
  }
  .this-calculator-does {
    margin: 0;
  }
  .disclaimer-results-received-container {
    width: 84%;
    position: relative;
    font-size: 12px;
    font-family: Inter;
    color: #000;
    text-align: left;
    display: inline-block;
    
  }
  #loan-borrower-info-content, #property-tax-insurance-content,
  #debt-to-income-content {
    
  }





  .learn-about-interest {
    position: relative;
    font-size: 25px;
  }

  .loan-scenario {
    align-self: stretch;
    position: relative;
    font-size: 18px;
  }

  .purchase-price {
    align-self: stretch;
    position: relative;
  }

  .purchase-price-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }

  .primary-home {
    flex: 1;
    position: relative;
  }

  .primary-home-parent {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    gap: 10px;
    color: #000;
  }

  .primary-home-parent::before,
  .primary-home-parent::after {
    --size: 0.3rem;
    position: absolute;
    content: "";
    right: 1rem;
    pointer-events: none;
  }

  .primary-home::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid black;
    top: 40%;
    color: #c1bfbf;
  }

  .primary-home::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid black;
    top: 55%;
    color: #000;
  }

  .credit-score-wrapper {
    align-self: stretch;
    height: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .wrapper {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    height: 49px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 20px;
    color: #c1bfbf;
  }

  .frame-container-interest {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .frame-child-interest {
    width: 12px;
    position: relative;
    height: 5px;
  }

  .loan-term-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .group-child-interest {
    position: absolute;
    top: 13px;
    left: 11px;
    color: #bf0118;
    width: 20px;
    height: 20px;
  }

  .group-child-interest::before {
    border: white;
  }

  .group-child-interest::after {
    border: white;
  }

  .group-child-interest input:checked ~ {
    background-color: #bf0118;
  }

  .div {
    position: relative;
    font-size: 14px;
  }

  .vector-icon-interest {
    position: absolute;
  }

  .loan-scenario-parent {
    flex: 1;
    border-right: 2px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 60px 20px 120px;
    gap: 20px;
  }

  .preferred-time-to-call-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: center;
  }

  .rectangle-parent-interest {
    width: 49px;
    position: relative;
    height: 49px;
    background-color: #bf0118;
  }

  .group-parent-interest {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .frame-child1-interest {
    flex: 1;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    height: 49px;
    overflow: hidden;
  }

  .frame-child2 {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    height: 49px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .asap-wrapper-checkbox {
    display: none;
  }

  .asap-wrapper-label {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #bf0118;
    cursor: pointer;
    transition: all 0.4s ease;
    background-color: white;
    padding: 18px 20px;
    box-sizing: border-box;
    color: #bf0118;
  }

  .asap-wrapper-checkbox:checked + .asap-wrapper-label {
    background-color: #bf0118;
    color: white;
    border-color: #bf0118;
    font-weight: 500;
  }

  .frame-wrapper-interest {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .frame-parent1-interest {
    align-self: stretch;
    height: 49px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .specific-time-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .our-loan-officer {
    align-self: stretch;
    position: relative;
    color: #626161;
    text-align: center;
  }

  .contact-information-parent {
    align-self: stretch;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 120px 20px 60px;
    gap: 20px;
  }

  .frame-parent-interest {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .send-request-wrapper {
    width: 250px;
    border-radius: 8px;
    background-color: #bf0118;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
  }

  .learn-about-interest-rate-parent {
    max-width: 1330px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 120px;
    box-sizing: border-box;
    gap: 30px;
    text-align: left;
    font-size: 16px;
    color: #000;
  }

  .nmls-2610384 {
    position: relative;
    text-decoration: underline;
    color: #0158bf;
  }

  .jet-lending-group-inc-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
  }

  .jet-lending-group-inc-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }

  .about-us-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
  }

  .image-2-icon {
    width: 70px;
    position: relative;
    object-fit: cover;
  }

  .frame-parent5 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  .check-circle-24dp-e8eaed-fill0-icon {
    width: 60px;
    position: relative;
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .thank-you-for {
    margin-block-start: 0;
    margin-block-end: 10px;
  }

  .we-have-received {
    margin: 0;
  }

  .thank-you-for-container {
    width: 926px;
    position: relative;
    display: inline-block;
  }

  .check-circle-24dp-e8eaed-fill0-parent {
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 120px;
    gap: 10px;
    font-size: 16px;
  }

  .home-page-child {
    max-width: 1440px;
    width: 95%;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 120px;
    font-size: 14px;
  }

  .home-page {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    gap: 10px;
    text-align: left;
    font-size: 25px;
    color: #0158bf;
    font-family: Inter;
  }
}

/* Mobile styles */
@media (max-width: 999px) {
  .desktop-only {
    display: none;
  }

  .tablet-only {
    display: none;
  }

  .mobile-only {
    display: block;
    font-family: Inter;
  }

  /* mobile-nav-bar */
  .mobile-logo {
    position: relative;
    display: flex;
    max-height: 28px;
    object-fit: contain;
  }

  .mobile-logo-container {
    position: relative;
    display: flex;
    align-self: center;
    align-items: center;
    text-align: center;
  }

  /*
  .jet-lending-group {
    width: 60%;
    position: relative;
    font-size: 50px;
    display: inline-block;
    font-family: Inter;
    color: #fff;
    text-align: left;
  }
  */
  /* mobile-nav-bar END */

  .mobile-hero-subheading-text {
    font-size: 9px;
    display: flex;
    align-self: center;
    color: #0158bf;
  }

  .mobile-company-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
    color: #bf0118;
    margin: 0px 14px 0px;
    font-size: 15px;
    white-space: nowrap;
  }

  .mobile-icon-menu {
    width: 30px;
    position: relative;
    height: 20px;
    padding-left: 5px;
    padding-top: 6px;
  }

  .mobile-nav-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-parent {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
  }
  /* nav ending */

  img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 99.5px;
    object-fit: cover;
  }

  .mobile-menu-text-frame {
    position: relative;
    padding: 40px 0px;
  }

  .mobile-menu-wrapper {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 4px;
    overflow: hidden;
  }

  .faqs-wrapper {
    background-color: #bf0118;
  }

  .mobile-icon-phone {
    width: 18px;
    position: relative;
    height: 18px;
  }

  .mobile-contact-number {
    position: relative;
    line-height: 25px;
  }

  .mobile-contact-container {
    border-radius: 15px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px;
    box-sizing: border-box;
    gap: 10px;
  }

  .mobile-apply-online-wrapper {
    border-radius: 14px;
    border: 1px solid #bf0118;
    box-sizing: border-box;
    width: 130px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    text-align: justify;
  }

  .mobile-contact-text-color {
    color: white;
  }

  .mobile-apply-online-frame {
    border: 1px solid white;
    border-radius: 14px;
  }

  .mobile-contact-bar-color {
    background-color: #bf0118;
    height: 10px;
  }

  .mobile-contact-bar {
    align-self: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    gap: 20px;
    font-size: 14px;
    color: #bf0118;
  }

  .mobile-char {
    position: relative;
    color: #000;
  }

  .mobile-char a {
    color: #0158bf;
  }

  .nmls-num {
    text-decoration: underline;
    color: #0158bf;
  }

  .mobile-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .mobile-footer-icon {
    width: 35.4px;
    position: relative;
    height: 45px;
    object-fit: cover;
  }

  .mobile-footer-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
  }

  .mobile-footer {
    align-self: center;
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    gap: 10px;
    text-align: left;
    font-size: 14px;
    color: #0158bf;
  }

  .mobile-menu-items a {
    color: white;
  }

  .mobile-menu-parent a {
    align-self: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }

  .frame-title {
    align-self: stretch;
    position: relative;
    font-weight: 600;
  }

  .mobile-frame-child {
    width: 45px;
    position: relative;
    height: 45px;
  }

  .mobile-frame-div a {
    align-self: stretch;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 30px;
    gap: 15px;
  }

  .mobile-frame-div:hover {
    border-radius: 15px;
    background-color: #f1f1f1;
  }

  /*
  .mobile-frame-item {
    width: 45px;
    position: relative;
    height: 45px;
    object-fit: cover;
  }
  */

  .mobile-group-parent1 {
    align-self: stretch;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 30px;
    gap: 15px;
  }

  .mobile-group-parent1:hover {
    border-radius: 15px;
    background-color: #d9d9d9;
  }

  .mobile-frame-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    color: #000;
    gap: 4px;
  }

  .mobile-buying-a-new-home-parent {
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
  }

  .mobile-buying-a-new {
    font-weight: 600;
  }

  .mobile-text {
    position: relative;
  }

  .mobile-main-frame {
    padding: 14px 20px;
  }

  .mobile-inner {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    font-size: 16px;
    color: #000e12;
  }

  .mobile-stretch-div {
    width: 14px;
    position: relative;
    background-color: #0158bf;
    height: 2px;
  }

  .mobile-borrower-subtitle {
    position: relative;
  }

  .mobile-title {
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-stretch-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
    padding: 0px 0px;
  }

  .mobile-borrower-text-content {
    position: relative;
    color: black;
    border: none;
    outline: none;
    font-size: 16px;
    flex: 1;
    width: 100%;
  }

  .mobile-textarea-parent {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 20px;
    gap: 10px;
  }

  .mobile-borrow-item-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 12px 0px;
  }

  .tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  .tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

  .mobile-borrow-icon {
    width: 20px;
    position: relative;
    height: 20px;
    cursor: help;
    display: flex;
    align-items: center;
  }

  .mobile-borrow-icon1 {
    width: 12px;
    position: relative;
    height: 5px;
  }

  .mobile-borrow-multi-selection {
    flex: 1;
    position: relative;
  }

  .mobile-borrow-multi-selection-parent {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    gap: 10px;
    color: #c1bfbf;
  }

  .mobile-down-payment-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .mobile-year-fixed {
    width: 100px;
    position: relative;
    height: 26px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .mobile-year-fixed-parent {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    gap: 10px;
  }

  .mobile-text1 {
    position: relative;
    color: #000;
  }

  .mobile-borrow-interest-rate-parent {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 20px;
    gap: 10px;
    text-align: right;
    color: #c1bfbf;
  }

  .mobile-borrow-icon2 {
    width: 14px;
    position: relative;
    height: 14px;
  }

  .mobile-calculate-wrapper {
    align-self: stretch;
    background-color: #bf0118;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
  }

  .mobile-borrow-item-wrapper {
    align-self: stretch;
    color: #000;
    margin-top: -10px;
  }

  .mobile-learn-how-much-you-can-borrow-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 30px;
    gap: 15px;
    color: #000;
  }

  .mobile-borrower-img-pie {
    width: 240px;
    position: relative;
    height: 240px;
    object-fit: cover;
  }

  .mobile-borrower-loan-amount-annotation-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .mobile-borrower-loan-amount-annotation-item1 {
    width: 20px;
    position: relative;
    background-color: #bf0118;
    height: 20px;
  }

  .mobile-borrower-loan-amount-annotation-item2 {
    width: 20px;
    position: relative;
    background-color: #ea011d;
    height: 20px;
  }

  .mobile-borrower-loan-amount-annotation-item3 {
    width: 20px;
    position: relative;
    background-color: #bf0118;
    height: 20px;
  }

  .mobile-borrower-loan-amount-annotation-item4 {
    width: 20px;
    position: relative;
    background-color: #440009;
    height: 20px;
  }

  .mobile-borrower-loan-amount-annotation {
    width: 284px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }

  .mobile-estimated-loan-amount-parent {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    gap: 20px;
    color: #000;
  }

  #mobile-property-tax-insurance-content, #mobile-debt-to-income-content {
    width: 100%;
  }

  #mobile-borrower-content {
    width: 100%;
  }

  #mobile-interest-content {
    width: 100%;
  }
  .mobile-interest-form-content {
    display: flex;
    flex-direction: column;
    overflow: auto;
    
  }

  .mobile-interest-rate-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
    padding: 20px 16px;
  }

  .mobile-interest-frame-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    justify-content: flex-start;
    text-align: left;
    gap: 10px;
    font-size: 16px;
  }

  .mobile-interest-text-content {
    position: relative;
    font-size: 14px;
  }

  .mobile-interest-text-padding {
    position: relative;
    color: #c1bfbf;
  }

  .mobile-interest-item-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }

  .mobile-interest-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-interest-text-frame {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 20px;
    gap: 10px;
  }

  .mobile-interest-text-frame::after {
    color: black;
  }

  .mobile-interest-contact-text-frame {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    height: 49px;
    overflow: hidden;
    flex-shrink: 0;
    padding-left: 14px;
    font-size: 16px;
  }

  .mobile-interest-text-short-frame {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    height: 49px;
    font-size: 14px;
    padding-left: 10px;
  }

  .mobile-interest-text-frame {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 20px;
    gap: 10px;
  }

  .mobile-interest-icon {
    width: 12px;
    position: relative;
    height: 5px;
  }

  .mobile-interest-icon-check-mark-parent {
    width: 49px;
    position: relative;
    height: 49px;
    background-color: #bf0118;
    flex-shrink: 0;
  }

  .checkmark {
    position: absolute;
    top: 14px;
    left: 14px;
    height: 21px;
    width: 21px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .mobile-interest-icon-check-mark-parent input:checked ~ .checkmark {
    background-color: #bf0118;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .mobile-interest-icon-check-mark-parent input:checked ~ .checkmark:after {
    display: block;
  }

  .mobile-interest-icon-check-mark-parent .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .mobile-interest-icon-check-mark-frame {
    position: absolute;
    top: 13px;
    left: 12px;
    border-radius: 5px;
  }

  .mobile-interest-contact-parent {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
    padding: 20px 16px;
  }

  .mobile-interest-contact-frame-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: center;
  }

  /*
  .mobile-interest-contact-wrapper-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
  }
  
  .mobile-interest-contact-asap-wrapper {
    width: 100px;
    background-color: #bf0118;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  */

  .mobile-asap-wrapper-checkbox {
    display: none;
  }

  .mobile-interest-contact-asap-wrapper {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #bf0118;
    cursor: pointer;
    transition: all 0.4s ease;
    background-color: white;
    padding: 18px 20px;
    box-sizing: border-box;
    color: #bf0118;
    min-width: 50px;
    font-size: small;
  }

  .mobile-asap-wrapper-checkbox:checked
    + .mobile-interest-contact-asap-wrapper {
    background-color: #bf0118;
    color: white;
    border-color: #bf0118;
    font-weight: 500;
  }

  .mobile-interest-contact-frame {
    align-self: stretch;
    height: 49px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
    color: #bf0118;
  }

  .mobile-interest-contact-time-wrapper {
    flex: 1;
    border: 1px solid #bf0118;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 20px;
  }

  .mobile-interest-contact-time-frame {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .mobile-interest-contact-content {
    align-self: stretch;
    position: relative;
    color: #626161;
    text-align: center;
  }

  .mobile-interest-contact-request-wrapper {
    min-width: 200px;
    background-color: #bf0118;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
  }

  .mobile-interest-number-input {
    border: none;
    outline: none;
    font-size: 15px;
  }

  /*
  .mobile-state-licensing-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .mobile-nmls-2610384 {
    position: relative;
    text-decoration: underline;
    color: #0158bf;
  }

  .mobile-jet-lending-group-inc-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
  }

  .mobile-image-2-icon {
    width: 35.4px;
    position: relative;
    height: 45px;
    object-fit: cover;
  }

  .mobile-image-2-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .mobile-frame-parent3 {
    align-self: stretch;
    border-top: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    gap: 10px;
  }
  */

  .mobile-borrower-layout {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }

  /* Adjustments for mobile layout */
}
