html,
body {
  overflow-x: hidden;
}

.page-id-930 .nav_about_us_btn {
  display: none;
}

.card_lists .elementor-icon-list-icon {
  background-color: #fff;
  border-radius: 50%;
  height: 24px;
  width: 25px;
  justify-content: center;
  align-items: center;
}

.card_lists .elementor-icon-list-text {
  padding-left: 16px !important;
}

/* .form_inner{
    position: relative;
} */

.business_form .e-form__buttons {
  flex-direction: column-reverse;
  padding: 15px 0 0 0;
}

.e-form__buttons__wrapper__button-previous {
  border-color: #f0f0f0 !important;
  border-radius: 1px !important;
  color: #575a69 !important;
  font-size: 14px !important;
}

.select-caret-down-wrapper,
::-webkit-inner-spin-button,
.business_form .e-form__indicators--type-number_text {
  display: none;
}

/* select credit score */
.elementor-field-group-need_funds .elementor-field-subgroup,
.elementor-field-group-important_to_you .elementor-field-subgroup,
.elementor-field-group-bankruptcy .elementor-field-subgroup,
.elementor-field-group-avg_monthly_sales .elementor-field-subgroup,
.elementor-field-group-personal_credit_score .elementor-field-subgroup {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}

.elementor-field-group-need_funds input,
.elementor-field-group-loan_purpose input,
.elementor-field-group-important_to_you input,
.elementor-field-group-entity_of_business input,
.elementor-field-group-bankruptcy input,
.elementor-field-group-avg_monthly_sales input,
.elementor-field-group-personal_credit_score input,
.elementor-field-group-business_type input {
  display: none !important;
}

.elementor-field-group-need_funds
  .elementor-field-option:has(input[type="radio"])
  label,
.elementor-field-group-loan_purpose
  .elementor-field-option:has(input[type="checkbox"])
  label,
.elementor-field-group-important_to_you
  .elementor-field-option:has(input[type="radio"])
  label,
.elementor-field-group-entity_of_business
  .elementor-field-option:has(input[type="radio"])
  label,
.elementor-field-group-bankruptcy
  .elementor-field-option:has(input[type="radio"])
  label,
.elementor-field-group-avg_monthly_sales
  .elementor-field-option:has(input[type="radio"])
  label,
.elementor-field-group-personal_credit_score
  .elementor-field-option:has(input[type="radio"])
  label,
.elementor-field-group-business_type
  .elementor-field-option:has(input[type="radio"])
  label {
  border: 1px solid rgb(209, 212, 224);
  padding: 12px;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.elementor-field-group-need_funds
  .elementor-field-option:has(input[type="radio"])
  label:hover,
.elementor-field-group-loan_purpose
  .elementor-field-option:has(input[type="checkbox"])
  label:hover,
.elementor-field-group-important_to_you
  .elementor-field-option:has(input[type="radio"])
  label:hover,
.elementor-field-group-entity_of_business
  .elementor-field-option:has(input[type="radio"])
  label:hover,
.elementor-field-group-bankruptcy
  .elementor-field-option:has(input[type="radio"])
  label:hover,
.elementor-field-group-avg_monthly_sales
  .elementor-field-option:has(input[type="radio"])
  label:hover,
.elementor-field-group-personal_credit_score
  .elementor-field-option:has(input[type="radio"])
  label:hover,
.elementor-field-group-business_type
  .elementor-field-option:has(input[type="radio"])
  label:hover {
  background-color: #00a2c7;
  color: #fff;
  border: 1px solid #00a2c7 !important;
}

.elementor-field-group-need_funds
  .elementor-field-option:has(input:checked)
  label,
.elementor-field-group-loan_purpose
  .elementor-field-option:has(input:checked)
  label,
.elementor-field-group-important_to_you
  .elementor-field-option:has(input:checked)
  label,
.elementor-field-group-entity_of_business
  .elementor-field-option:has(input:checked)
  label,
.elementor-field-group-bankruptcy
  .elementor-field-option:has(input:checked)
  label,
.elementor-field-group-avg_monthly_sales
  .elementor-field-option:has(input:checked)
  label,
.elementor-field-group-personal_credit_score
  .elementor-field-option:has(input:checked)
  label,
.elementor-field-group-business_type
  .elementor-field-option:has(input:checked)
  label {
  background-color: #00a2c7;
  border-color: #00a2c7 !important;
  border-radius: 5px;
  color: #fff !important;
}

.elementor-field-group-loan_purpose .elementor-field-subgroup,
.elementor-field-group-entity_of_business .elementor-field-subgroup,
.elementor-field-group-business_type .elementor-field-subgroup {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

.elementor-field-group-loan_purpose input[type="checkbox"] {
  display: none !important;
}


.elementor-field-group-business_type .elementor-field-option label::before {
  content: "";
  display: block;
  width: 50px;
  cursor: pointer;
  min-width: 60px;
  margin-bottom: 5px;
  height: 50px;
  position: relative;
  background-color: #00a2c7;
}


.elementor-field-group-business_type
  .elementor-field-option:first-child
  label::before {
  -webkit-mask: url("/wp-content/uploads/2024/04/bankruptcy.svg") no-repeat 50%
    50%;
  mask: url("/wp-content/uploads/2024/04/bankruptcy.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.elementor-field-group-business_type
  .elementor-field-option:nth-child(2)
  label::before {
  -webkit-mask: url("/wp-content/uploads/2024/04/franchise.svg") no-repeat 50%
    50%;
  mask: url("/wp-content/uploads/2024/04/franchise.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.elementor-field-group-business_type
  .elementor-field-option:nth-child(3)
  label::before {
  -webkit-mask: url("/wp-content/uploads/2024/04/invoice-customers.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/uploads/2024/04/invoice-customers.svg") no-repeat 50%
    50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.elementor-field-group-business_type
  .elementor-field-option:last-child
  label::before {
  -webkit-mask: url("/wp-content/uploads/2024/04/test-icon.svg") no-repeat 50%
    50%;
  mask: url("/wp-content/uploads/2024/04/test-icon.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}


.elementor-field-group-business_type
  .elementor-field-option:has(input:checked)
  label::before {
  background-color: #fff !important;
  color: #fff !important;
}

.elementor-field-group-business_type .elementor-field-option label:hover::before{
  background-color: #fff !important;
}


  .elementor-field-group-business_type .elementor-field-option label {
    text-align: left !important;
  } 



.business_info,
.owner_info,
.final_review {
  display: none;
}

.business_form .elementor-field-type-previous button {
  color: #9e9e9e !important;
}

.business_form .elementor-field-type-next {
  margin-bottom: 10px !important;
}

/* datepicker */
#ui-datepicker-div {
  top: 392.594px !important;
}

.ui-datepicker-calendar,
.ui-datepicker-month,
.ui-datepicker-current,
.ui-datepicker-prev,
.ui-datepicker-next {
  display: none;
}

.ui-datepicker-year {
  border-color: var(--e-global-color-2d82f70);
}

.card_lists ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.active {
  position: relative;
  background: #00a2c7;
}

/* .active::after {
  content: "";
  position: absolute;
  border-left: 0px solid #00a2c7;
  border-top: 29px solid transparent;
  border-bottom: 26px solid transparent;
} */

.active::before {
  content: "";
  position: absolute;
  right: -20px;
  border-left: 20px solid #00a2c7;
  border-top: 28px solid transparent;
  border-bottom: 26px solid transparent;
}

.card_lists .elementor-icon-list-item {
  padding: 15px 0px 15px 10px !important;
  margin: 0 !important;
}

/* keyframe animation */
.animation-fade {
  animation-name: fade_in;
  animation-duration: 1500ms;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* form step 16 */
.elementor-field-group-monthly_business_loan_payments,
.elementor-field-group-existing_business_loan_amt,
.elementor-field-group-month,
.elementor-field-group-year {
  display: none;
}

.elementor-field-group-field_a6f423a {
  display: none !important;
}

/* Step 3 */
.elementor-field-group-business_started input,
label {
  cursor: pointer;
}

.has-error {
  border-color: red !important;
}

#form-field-annual_profits,
#form-field-existing_business_loan_amt,
#form-field-monthly_business_loan_payments,
#form-field-annual_personal_income,
#form-field-how_much_you_need {
  padding-left: 25px;
}

.elementor-field-group-existing_business_loan_amt::before,
.elementor-field-group-annual_profits::before,
.elementor-field-group-monthly_business_loan_payments::before,
.elementor-field-group-annual_personal_income::before,
.elementor-field-group-how_much_you_need::before {
  content: "$";
  position: absolute;
  font-size: 19px;
  bottom: 10px;
  left: 15px;
}

/* final review */
.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container p {
  margin: 0;
}

.business-info,
.owner-info {
  display: flex;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  flex-direction: column;
  cursor: pointer;
}

.business-info .title,
.owner-info .title {
  border-bottom: 1px solid #f0f0f0;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  transition: 0.3s ease;

  display: flex;
  align-items: center;
}

.business-info .data,
.owner-info .data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: text;
  max-height: 236px;
  overflow-y: scroll;
}

.content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 15px;
}

.content p {
  font-size: 14px;
  line-height: normal;
}

.content p:nth-child(2) {
  color: blue;
}

/* .title::before{
  content: url('/wp-content/uploads/2024/05/arrow-down-black-24.svg');
  float: left;
} */

.img{
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 0.5s linear;
}

.img.up{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}