.ParallaxContainer.ContactUs {
  background-image: url("../images/contact-us/tile_contact-us.jpg");
  background-position: center;
}
/*------------------------------------------------------ PreApp Combo Container ----------------------------------------------------- */
.ContactUsComboContainer {
  display: flex;
}
/*------------------------------------------------------ Contact Form ----------------------------------------------------- */
.ContactFormContainer {
  width: 50%;
  background-color: #f5f5f5;
  padding: 30px 50px;
}
/*------------------------------------------------------ Contact Us ----------------------------------------------------- */
.ContactUsContainer {
  width: 50%;
  padding: 30px 50px;
}
/*------------------------------------------------------ Contact Us Tiles ----------------------------------------------------- */
.ContactUsTilesContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.ContactUsTile {
  width: 100%;
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
}
.ContactUsTileIcon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 5px;
}
.ContactUsTileIcon img {
  height: 100%;
}
/*------------------------------------------------------ Phoine Tiles ----------------------------------------------------- */
.PhoneTilesContainer {
  display: flex;
  flex-wrap: wrap;
}
.PhoneTile {
  margin-right: 50px;
  margin-bottom: 30px;
}
.PhoneTileLabel {
  font-weight: bold;
}