
.contact_body_subcontainer {
	width: 100%;
 /* padding: 30px 0 0 0; */
}

.contact_main_container {
	width: 100%;
	/* background-image: url("https://youdeserveawealthierretirement.com/wp-content/uploads/2026/08/parks.jpg"); */
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}

.contact_main_subcontainer {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.contact_main_item {
	height: 550px;
}

.contact_main_item h1 {
  font-size: 4rem;
	background-image: linear-gradient(to right, #ccb181, #eadba1, #ccb181);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; 
  background-color: #FFDF00;
  margin: 0;
}

.contact_main_item h5 {
  font-size: 1.8rem;
	background-image: linear-gradient(to right, #ccb181, #eadba1, #ccb181);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; 
  background-color: #FFDF00;
  font-weight: 100;
  margin: 0;
}

.contact_main_img {
	width: 350px;
  height: 400px;
}

.contact_sig_img {
	width: 300px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.contact-right {
	display: flex;
	flex-direction: row;
  justify-content: center;
	align-items: center;
}

.contact-left {
	display: flex;
	flex-direction: column;
  justify-content: center;
	align-items: center;
}

.contact_icon_textbox {
  height: 30px;
  margin: 13px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  margin: 13px 0;
}

.contact-left-textbox {
  text-align: center;
}

.contact-left {
	display: flex;
	flex-direction: column;
  justify-content: center;
	align-items: center;
}

.contact_icon_textbox img {
  margin-right: 20px;
}

.contact_start_p {
  font-size: 2rem;
  background-image: linear-gradient(to right, #ccb181, #eadba1, #ccb181);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; 
  background-color: #FFDF00;
}




.contact_icon_textbox img {
  margin-right: 20px;
  width: 40px !important;
  height: 40px !important;
}

.contact_icon_textbox p {
  font-size: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
}

.contact_start_p {
  font-size: 2rem;
  background-image: linear-gradient(to right, #ccb181, #eadba1, #ccb181);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; 
  background-color: #FFDF00;
}


.gold_contact_divide {
	width: 100%;
	height: 12px;
	background-image: linear-gradient(to right, #ccb181, #eadba1, #ccb181);
}

#header h2 {
  display: none !important;
}

.redesigned-theme-2018 .wufoo .info h2 {
  display: none !important;
}

.contact_form_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background-image: url("https://youdeserveawealthierretirement.com/wp-content/uploads/2026/08/home-body-a1_inverted-scaled-1.jpg");
	background-size: contain;
	background-position: bottom center;
}

.contact_wealthier_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.contact_wealthier_title h5 {
  width: 300px;
  font-size: 1.8rem;
  color: #163A5B;
  margin-bottom: 15px;
}

.cfc {
  width: 40%;
  height: 100%;
}

.form-wrapper-cfc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cfc-p {
  font-size: .9rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: -15px;
  margin-left: 12px;
  margin-top: 50px;
}

.gold_divide {
	width: 100%;
	padding: 7px 0px;
	background-image: linear-gradient(to right, #ccb181, #eadba1, #ccb181);
	width: 100%;
  padding: 15px 0px;
  background-image: linear-gradient(to right, #ccb181, #eadba1, #ccb181);
  -webkit-text-fill-color: #163A5B;
  border: 0px !important;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact_contact_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 50px;
}

.recaptcha-text {
  display: none !important;
}

.contact_contact_info img {
  width: 350px;
}

iframe {
  overflow: hidden !important;
}

@media (max-width: 1200px) {

.cfc {
  width: 45%;
  height: 100%;
  /* border: 1px solid red; */
}

}



@media (max-width: 970px) {

  .contact_form_container {
    flex-direction: column;
    
  }

  .contact_wealthier_title {
    width: 100%;
            align-items: center;
  }

  .cfc {
    width: 90%;
    height: 1100px;
    /* border: 1px solid red; */
    margin: 0 auto;
  }

.contact_contact_info {
     margin: 0 auto; 
     width: 90%;
}

.img-qoute-marks {
    height: 70px;
}



}