/* Start custom CSS for shortcode, class: .elementor-element-1dc49d4 */#reverse-mortgage-form .gform_title {
    font-weight: bold;
}

#reverse-mortgage-form .gform_description {
    color: black;
    font-size: 14pt;
}

#reverse-mortgage-form #gf_page_steps_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  width: 50%;
  border: none;
}

#reverse-mortgage-form .gf_step_number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0297D7;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  line-height: 1;
  z-index: 1;
  position: relative;
}

#reverse-mortgage-form .gf_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 5px;
  box-shadow: none !important;
  position: relative;
  z-index: 0;
}

#reverse-mortgage-form .gf_step_completed,
#reverse-mortgage-form .gf_step_previous {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#reverse-mortgage-form .gf_step_completed .gf_step_number {
  background-color: #607382;
}


#reverse-mortgage-form .gfield_label {
    font-weight: bold;
    color: rgb(0, 82, 155);
}

#reverse-mortgage-form .gfield_required_text {
    color: red;
    font-size: 12pt;
    font-style: italic;
    margin-left: 1em;
}

#reverse-mortgage-form .ginput_right input,
#reverse-mortgage-form .ginput_full input, 
#reverse-mortgage-form .ginput_container_number input,
#reverse-mortgage-form .name_first input,
#reverse-mortgage-form .name_last input,
#reverse-mortgage-form .ginput_container_phone input,
#reverse-mortgage-form .ginput_container_email input {
    width: 70%;
    border: 2px solid #0297D7;
    padding: 10px 20px;
    border-radius: 1000px;
}

#reverse-mortgage-form .gform_next_button,
#reverse-mortgage-form .gform_previous_button,
#reverse-mortgage-form #gform_submit_button_3 {
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 1000px;
    border: none;
}

#reverse-mortgage-form .gform_next_button,
#reverse-mortgage-form #gform_submit_button_3 {
    background-color: #0297D7;
}

#reverse-mortgage-form .gform_previous_button {
    background-color: #607382;
}

.noUi-connect {
    background-color: #0297D7 !important;
}/* End custom CSS */