#post-71542 .breadcrumbs-wrapper {display:none}

#post-71542 .header-wrapper {display:none}

.page-id-71558 .breadcrumbs-wrapper {display:none}

.page-id-71558 .header-wrapper {display:none}


 .elementor-accordion-item{

padding-top: 30px;
padding-bottom: 16px;
	border-bottom: 1px solid rgba(226, 226, 226, 1)!important;
	 padding-left:0;
	 padding-right:0

}

.elementor-accordion-item svg {
    border: 1px solid rgba(36, 163, 216, 1);
    border-radius: 100px;
    padding: 10px;
    width: 30px !important;
    height: 30px !important;
}

.container-small{
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 1100px){
	
.container-small{
	padding-left: 40px;
	padding-right: 40px;
}
}

@media (max-width: 992px){
	
.container-small{
	padding-left: 0px;
	padding-right: 0px;
}
}

@media (max-width: 767px){
	.elementor-button{
		min-width: 250px
	}
}

.dtg{
	cursor: pointer
}

.box-sc {
    display: flex;
    align-items: baseline;
    justify-content: center;

    height: 115px;
    padding: 18px 29px;

    text-align: left;
    box-sizing: border-box;
}

.elementor-button:hover{
box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
	}



/* guide form */

/* ================================================
   REVERSE MORTGAGE FORM — FULL CSS
   ================================================ */

/* ================================================
   REVERSE MORTGAGE FORM — FULL CSS v5
   ================================================ */

.rmf-form-fields-wrap {
  padding: 4px 0;
}

.rmf-field-group {
  margin-bottom: 16px;
}

.rmf-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
  font-family: inherit;
}

.rmf-required {
  color: #1a1a1a;
  margin-left: 2px;
}

/* --- Inputs --- */
.wpcf7-form .rmf-input,
.wpcf7 .rmf-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #2D7DD2;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.wpcf7-form .rmf-input::placeholder,
.wpcf7 .rmf-input::placeholder {
  color: #aab4c0;
  font-size: 14px;
}

.wpcf7-form .rmf-input:focus,
.wpcf7 .rmf-input:focus {
  border-color: #1a5fa8;
  box-shadow: 0 0 0 3px rgba(45, 125, 210, 0.15);
}

/* --- Email envelope icon --- */
.wpcf7-form input.rmf-email,
.wpcf7 input.rmf-email {
  padding-left: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14'%3E%3Crect width='18' height='14' rx='2' fill='none' stroke='%23aab4c0' stroke-width='1.2'/%3E%3Cpath d='M1 1l8 7 8-7' fill='none' stroke='%23aab4c0' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 18px 14px;
}

/* ================================================
   CHECKBOXES - CF7 with use_label_element
   ================================================ */

.rmf-checkbox-group {
  margin-bottom: 16px;
}

.rmf-checkbox-group .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rmf-checkbox-group .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer;
  font-size: 12px !important;
  color: #444 !important;
  line-height: 1.5 !important;
}

.rmf-checkbox-group input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 2px 0 0 0 !important;
  flex-shrink: 0 !important;
  cursor: pointer;
  accent-color: #2D7DD2;
  border: 2px solid #2D7DD2 !important;
  border-radius: 4px !important;
  background: #fff !important;
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  display: inline-block !important;
}

.rmf-checkbox-group input[type="checkbox"]:checked {
  accent-color: #2D7DD2;
}

/* ================================================
   SUBMIT BUTTON
   ================================================ */

.wpcf7-form input.wpcf7-submit.rmf-submit,
input.wpcf7-submit.rmf-submit {
  display: block;
  width: 100%;
  padding: 16px;
  background: #2D7DD2;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 16px;
  transition: background 0.2s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.wpcf7-form input.wpcf7-submit.rmf-submit:hover,
input.wpcf7-submit.rmf-submit:hover {
  background: #1a5fa8;
}

/* ================================================
   FOOTER LINKS
   ================================================ */

.rmf-footer-links {
  text-align: center;
  font-size: 13px;
  margin-top: 4px;
}

.rmf-footer-links a {
  color: #2D7DD2;
  text-decoration: underline;
  font-size: 13px;
}

.rmf-footer-links a:hover {
  color: #1a5fa8;
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 480px) {
  .rmf-checkbox-group .wpcf7-list-item label {
    gap: 8px !important;
    font-size: 11px !important;
  }
  
  .rmf-checkbox-group input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
  }
}

/* ================================================
   OVERRIDE THEME'S YELLOW ERROR STYLES
   ================================================ */

/* Force override the yellow box */
.wpcf7-response-output,
div.wpcf7-response-output,
.wpcf7-form .wpcf7-response-output {
  background: #f8d7da !important;
  border: 2px solid #dc3545 !important;
  color: #721c24 !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  margin: 16px 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: 1.5em !important;
  box-shadow: none !important;
}

/* Success message - BLUE */
.wpcf7-form .wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ok {
  background: #cce5ff !important;
  border: 2px solid #007bff !important;
  color: #004085 !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  margin: 16px 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: 1.5em !important;
}

/* Error message - RED */
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-validation-errors {
  background: #f8d7da !important;
  border: 2px solid #dc3545 !important;
  color: #721c24 !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  margin: 16px 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: 1.5em !important;
}

/* Acceptance missing error */
.wpcf7-form .wpcf7-acceptance-missing,
.wpcf7-acceptance-missing {
  background: #f8d7da !important;
  border: 2px solid #dc3545 !important;
  color: #721c24 !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  margin: 16px 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: 1.5em !important;
}

/* Individual field error text */
.wpcf7-not-valid-tip {
  color: #dc3545 !important;
  font-size: 13px !important;
  margin-top: 4px !important;
  display: block !important;
  font-weight: 500 !important;
}

/* Error border on fields */
.wpcf7-form .wpcf7-not-valid,
.wpcf7-not-valid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15) !important;
}

/* Error fields focus state */
.wpcf7-form .wpcf7-not-valid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25) !important;
}

/* Spinner */
.wpcf7-form .wpcf7-spinner,
.wpcf7-spinner {
  display: inline-block;
  margin: 0 10px;
}