#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;
}

/* ================================================
   PHONE FIELD WRAPPER
   ================================================ */

.rmf-phone-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1.5px solid #2D7DD2;
  border-radius: 6px;
  background: #fff;
  overflow: visible !important;
}

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

/* Flag button */
.rmf-flag-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 10px 10px;
  cursor: pointer;
  border-right: 1.5px solid #dde3ea;
  background: #f8f9fb;
  border-radius: 4px 0 0 4px;
  flex-shrink: 0;
  user-select: none;
  white-space: nowrap;
}

.rmf-flag-emoji {
  font-size: 18px;
  line-height: 1;
}

.rmf-dial-code {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.rmf-flag-arrow {
  font-size: 9px;
  color: #888;
}

/* Phone input inside wrapper */
.wpcf7-form input.rmf-phone,
.wpcf7 input.rmf-phone,
input.rmf-phone {
  flex: 1 !important;
  border: none !important;
  border-radius: 0 4px 4px 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  color: #333 !important;
  background: #fff !important;
  min-width: 0 !important;
  width: auto !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.wpcf7-form input.rmf-phone::placeholder,
input.rmf-phone::placeholder {
  color: #aab4c0 !important;
}


/* ================================================
   CHECKBOXES
   ================================================ */

.rmf-checkbox-group p{
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.rmf-checkbox-group .wpcf7-acceptance {
  display: inline-flex !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

.rmf-checkbox-group .wpcf7-list-item-label {
  display: none !important;
}

.rmf-checkbox-group input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  margin: 3px 0 0 0 !important;
  flex-shrink: 0 !important;
  cursor: pointer;
  accent-color: #2D7DD2;
}

.rmf-checkbox-text {
  font-size: 12px !important;
  color: #444 !important;
  line-height: 1.5 !important;
  flex: 1 !important;
  display: block !important;
}

/* ================================================
   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;
}

/* ================================================
   SUCCESS SCREEN
   ================================================ */

.rmf-form-fields-wrap.rmf-hidden {
  display: none !important;
}

.rmf-success-box {
  background: #f5f5f5;
  padding: 32px 24px 28px;
  text-align: left;
}

.rmf-success-heading {
  font-size: 36px;
  font-weight: 900;
  color: #111;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: inherit;
}

.rmf-success-para {
  font-size: 15px;
  color: #111;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.rmf-start-download-btn {
  display: block;
  width: 100%;
  background: #1a56e8;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  padding: 18px 24px;
  border-radius: 6px;
  margin-top: 24px;
  box-sizing: border-box;
  transition: background 0.2s ease;
  cursor: pointer;
}

.rmf-start-download-btn:hover {
  background: #1341c0;
  color: #fff !important;
}

.rmf-countdown-text {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.rmf-countdown-number {
  font-weight: 700;
  color: #1a56e8;
}

.rmf-manual-download {
  display: block;
  color: #1a56e8 !important;
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  text-decoration: underline !important;
  cursor: pointer;
}

/* ================================================
   CF7 MISC
   ================================================ */

.wpcf7-not-valid-tip {
  color: #e53e3e;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.rmf-flag-btn {
  pointer-events: all !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 9999 !important;
}