* {
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* overflow: hidden !important; */
}

.contact_main_vh {
  width: 100%;
  /* height: 100vh; */
}

.contact-hero-container {
  width: 100%;
  height: 70vh;
  background-position: center bottom;
  background-image: url('http://35.163.1.123/wp-content/uploads/2026/08/contact_hero.jpg');
background-size: cover;
}

.contact_h5_container {
  width: 100%;
  text-align: center;
margin: 0 auto;
background-image: url(http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/4gbC2ONRcdH0_XArInRIMih70YUB4802y5iZeapJP3c.jpeg) !important;
}


.contact_h5_container h5 {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 50px 0;
}

.contact-hero-container h1 {
padding: 180px 0 0 120px;
color: #ffffff;
font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
font-weight: 700;
text-shadow: -0.05rem 0.03rem 0.04rem rgba(0, 0, 0, 0.4);
width: 66%;
line-height: 1.2;
font-size: 4.5rem;
}

.home-submain-container {
  width: 90%;
  display: flex;
  flex-direction: row;
}

.home-submain-container h3 {
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #1c2d46 !important;
    line-height: 1.2rem;
}

.home-submain-container p {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1rem;
}

.home-submain-img {
  width: 300px;
  height: 161px;
  background-size: contain;
  background-image: url("http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/handsome-senior-and-young-businessmen-using-a-la-2023-11-27-05-29-24-utc.webp");
  padding-top: 8%;
  padding-bottom: 8%;
  transform: scaleX(-1);
}

.cfc-img {
background-blend-mode: multiply;
    background-image: url(http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/4gbC2ONRcdH0_XArInRIMih70YUB4802y5iZeapJP3c.jpg);
    background-color: #CBA651;
    box-shadow: 0px 100px 100px -60px rgba(0, 0, 0, 0.3);
    z-index: 10 !important;
    position: relative;

    display: flex;
    align-items: flex-end;
    justify-content: center;
        max-width: 240px;
}



.contact-form-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
    border-top: 6px solid #1c2d46;
}

.contact-form-subcontainer {
  width: 50%;
}

.cfc-form {
  background-color: #1c2d46;
  width: 50%;
  /* border: 1px solid magenta; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

.cfc-form-item {
  width: 90%;
  max-width: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-mp-1 {
  width: 100%;
  /* height: 500px; */
  margin-bottom: -9px;
  overflow: hidden;
}

@media (max-width: 1200px) {

  .cfc-img {
    display: none;
  }

  .cfc-form {
    width: 100%;
  }

  .contact-form-container {
    width: 100%;
  }


  
  
}