.applySteps_main .applySteps_row {
  display: flex;
  flex-wrap: wrap;
}

.applySteps_main .applySteps_col {
  width: 25%;
  padding: 10px;
}

.applySteps_main .applySteps_col {}

.applySteps_main .step_card {
  padding: 20px;
}

.applySteps_main p.step_num {
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 32px;
}

.applySteps_main h6.step_card_title {
  margin-bottom: 8px;
}
.applySteps_main .applySteps_button {
  text-align: center;
}

.applySteps_main .applySteps_button {
  text-align: center;
}

.applySteps_main a.hs-button.primary {
  text-transform: uppercase;
  padding: 12px 20px;
  border: 1px solid #E35AED;
  background: #E35AED;
  color: #fff;
  border-radius: 48px;
  min-width: 280px;
  text-align: center;
  justify-content: center;
  font-size: 20px;
}
.applySteps_main .btn_title {
  padding-top: 46px;
  text-align: center;
}
.applySteps_main a.hs-button.primary:hover {
  background: transparent;
  border-color: #e35aed;
  color: #e35aed;
}
.applySteps_main h2.applySteps_title {
  margin-bottom: 0;
  padding-bottom: 70px;
}
.applySteps_main .step_card *:last-child {
  margin: 0;
}
/* form css */

div#apply_steps {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.mfp-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
a.hs-button.primary.open-apply_steps {
  background: #c018ae;
  color: #fff;

}

div#apply_steps form {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}

.apply_steps form .hs-form-field {
  width: 50%;
  padding: 10px;
  margin: 0;
}

.apply_steps textarea.hs-input.hs-fieldtype-textarea {
  width: 100% !important;
}

.apply_steps .hs-fieldtype-textarea.field.hs-form-field {
  width: 100%;
}

.apply_steps .hs_address.hs-address {
  width: 100%;
}

.apply_steps .hs-fieldtype-checkbox.field.hs-form-field {
  width: 100%;
}

.apply_steps ul.inputs-list.multi-container {
  flex-wrap: wrap;
  display: flex;
}

.apply_steps li.hs-form-checkbox {
  width: 50%;
  padding: 0 0 5px;
}

.apply_steps li.hs-form-checkbox >label {
  margin: 0;
  padding: 0;
}
.apply_steps li.hs-form-checkbox>label {
  display: flex;
  align-items: flex-start;
}


.apply_steps li.hs-form-checkbox>label .hs-input {
  margin-top: 7px;
}

.apply_steps form label {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.apply_steps .hs_submit.hs-submit {
  padding: 20px 10px 0;
}

.form_sec {
    visibility: hidden;
    position: fixed;
    width: calc(100% - 80px);
    background: #fff;
    left: 0;
    top: 5%;
    z-index: 99;
    margin:40px;
}

.form_sec.open_form {
    visibility: visible;  
}
.form_sec .close {
    text-align: right;
}

.form_sec button.close_btn {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 30px;
    background: transparent;
}
.hsfc-Button {
    margin: 0 auto;
    background: #c018ae;
    color: #fff;
    border: 6px solid #c018ae;
    border-radius: 34px;
  
}

.hsfc-TextInput, .hsfc-TextareaInput {
    border: 1px solid #d7d9e3;
    padding: 10px;
    font-family: Avenir-Medium, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 0px;
    color: #000000cc;
    font-size: 16px;
}

.hsfc-PhoneInput__FlagAndCaret {
    border: 1px solid #d7d9e3;
    padding: 10px;
    font-family: Avenir-Medium, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 0px;
    color: #000000cc;
    font-size: 16px;
}
[data-hsfc-id=Renderer] .hsfc-Row {
    display: block !important;!i;!;
}
.hsfc-Step__Content {
    background: #fff;
}

[data-hsfc-id=Renderer] .hsfc-Form {
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media(min-width:1200px){
  .applySteps_main .applySteps_row {
    margin: 0 -10px;
  }
}
@media(max-width:990px){
  .applySteps_main .applySteps_col {
    width: 50%;
  }
}
@media(max-width:767px){
  .applySteps_main .applySteps_col {
    width: 100%;
    padding:0 0 20px;
  }

  div#apply_steps form {
    padding: 20px;
  }
  .apply_steps form .hs-form-field {
    width: 100%;
  }

  .apply_steps li.hs-form-checkbox {
    width: 100%;
  }
}