.portlet-content {
  padding: 0px !important;
}
.portlet-content .portlet-header {
  display: none;
}

.rb-type-twelve-applynow-web .card-horizontal {
  margin-bottom: 0px;
}
.rb-type-twelve-applynow-web .control-label {
  display: none;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container {
  border-radius: 8px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid > div {
  flex-basis: calc(50% - 10px);
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid .fieldRequiredMarkStar .panel-heading .panel-title {
  color: #17054B;
  margin-bottom: 16px;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "rb-medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid .custom-radio-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid .custom-radio-btns .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid .custom-radio-btns label {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #5A6572;
  font-family: "rb-regular";
  padding-left: 26px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid .form-control,
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid select.form-control {
  color: #697787;
  background-color: #FFFFFF;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid .last-4-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .recaptcha .enquiry-captcha-label {
  display: none;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .recaptcha .taglib-captcha .refresh {
  margin: 15px 0 0 15px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-buttons {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-buttons .rbpw-primary-button.primary-submit-btn {
  background: #3fcfbe !important;
  color: #230871 !important;
  border: none !important;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-buttons .rbpw-primary-button.primary-submit-btn:hover {
  background: #30c0af !important;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-buttons .rbpw-secondary-button.secondary-cancel-btn {
  border: 1px solid #3fcfbe;
  color: #230871;
}
.rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-buttons .rbpw-secondary-button.secondary-cancel-btn:hover {
  border: 1px solid #3fcfbe;
  background: #00AF9A0D;
}
@media only screen and (max-width: 768px) {
  .rb-type-twelve-applynow-web .subtitle-container {
    margin-bottom: 12px;
  }
  .rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid > div {
    flex-basis: 100%;
  }
  .rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid .fieldRequiredMarkStar .panel-heading .panel-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
  }
  .rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-grid .custom-radio-btns label {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
  }
  .rb-type-twelve-applynow-web .type-twelve-applynow-container .type-twelve-applynow-buttons {
    margin-top: 32px;
    flex-direction: column;
  }
}

.type-twelve-captcha-error {
  display: none;
  color: #FF6d70;
}

.apply-now-error {
  display: none;
}

.apply-now-success {
  display: none;
}