/* mobile device */
@media (max-width: 600px) {
  #uspContainer {
    padding: 0 30px;
  }
  .customerGridContainer {
    gap: 1% 10px;
  }
  h3 {
    text-align: center;
  }
  #stepContentHolder {
    min-height: 700px;
  }
  #formContainer.prefill #submitbutton,
  #formContainer.prefill #superSubmitButton,
  #formContainer.prefill #superSubmitWarning{
    position: fixed;
  }
}

@media (max-width: 1024px) {
  .hideMobile {
    display: none;
  }
  .customerGridContainer, .threeTwoGrid {
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    grid-column-gap: 0px;
  }

  .intercom-lightweight-app-launcher {
    bottom:120px !important;
    display:none !important;
  }
}

/* desktop */
@media (min-width: 1024px) {
  .hideDesktop {
    display: none;
  }
  h3 {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }
  h4 {
    font-size: 18px;
  }
  .stepDesc {
    font-size: 16px;
  }
  .imgBgContainer2 {
    height: 255px;
  }
  .animateImg2 {
    animation: none;
  }
  #uspContainer {
    width: 100%;
  }
  #aboveFold .uspItemContainer > p {
    font-size: 18px;
  }
  #formContainer {
    box-shadow: 0px 43px 31px 0px rgb(0 0 0 / 12%);
    padding: 30px 35px;
    min-height: 305px;
  }
  #stepContent {
    min-height: 575px;
  }
  .padding {
    padding: 20px 41px;
  }
  .gridContainer > .grid {
    padding: 10px;
  }
  .paddingDesktop {
    padding: 10px 0;
  }
  .twoGridContainer {
    gap: 75px;
  }

  .spacerXXL {
    width: 100%;
    height: 120px;
  }
  .spacerXL {
    width: 100%;
    height: 90px;
  }
  .spacerL {
    width: 100%;
    height: 55px;
  }
  .spacerM {
    width: 100%;
    height: 30px;
  }
  .spacerS {
    width: 100%;
    height: 12px;
  }
  .spacerXs {
    width: 100%;
    height: 8px;
  }

  .content.coral {
    padding: 30px 4%;
  }

  div#faq.grid {
    padding: 15px;
  }

  .uspItemContainer {
    height: 50px;
    line-height: 33px;
  }
  .bulletCheck {
    height: 25px;
    width: 25px;
    background-size: 18px 14px;
    padding: 6px;
  }
  .horizontaSep {
    height: 1px;
    width: 100%;
    margin: 80px 0;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
  }
  #repaymentLoanAmountContainer, #showBgPaymentDetailsContainer {
    border:1px solid var(--lightGrey);
    background:var(--transWhite);
    border-radius: 5px;
  }
}
/* desktop */

/* desktop + tablet */
@media (min-width: 720px) {
  .hideTablet {
    display: none;
  }

  #submitbutton, #superSubmitButton, #superSubmitWarning {
    position: relative;
    border-radius: 5px;
  }

  #superSubmitWarning {
    top: -95.594px;
    margin-bottom: -95.594px;
  }
}
/* desktop */
