.ContactFormComponent {
  background-color: #f7f7f7;
  padding: 5rem 0;
  position: relative;
}
.ContactFormComponent:before {
  content: " ";
  background-image: url(/css/images/icons/boat_3.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40rem;
  width: 40rem;
}
.ContactFormComponent h2 {
  margin-bottom: 2rem;
}
.ContactFormComponent h4 {
  margin-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}
.ContactFormComponent a:hover {
  font-weight: 400;
}
.ContactFormComponent .box-form {
  width: 65%;
  border-radius: 5px;
  z-index: 20;
  margin-left: -8rem;
  padding-left: 5rem;
}
@media (max-width: 991px) {
  .ContactFormComponent .box-form {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.ContactFormComponent .box-form > div {
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .ContactFormComponent .box-form > div {
    width: 100%;
  }
}
.ContactFormComponent .box-form > div .form {
  padding: 3rem;
  margin-left: 4rem;
}
@media (max-width: 991px) {
  .ContactFormComponent .box-form > div .form {
    margin-left: 0;
  }
}
.ContactFormComponent .box-form > div .form label {
  color: #24404E;
  font-size: 0.9rem;
  font-weight: 500;
}
.ContactFormComponent .box-form > div .form input {
  margin-bottom: 0.7rem;
  padding: 10px 16px;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  outline: none;
}
.ContactFormComponent .box-form > div .form input:focus {
  outline-color: transparent;
  outline-style: none;
  box-shadow: none;
}
.ContactFormComponent .box-form > div .form input[type=submit] {
  padding: 10px 20px;
}
.ContactFormComponent .box-form > div .form textarea {
  margin-bottom: 1rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ccc;
}
.ContactFormComponent .box {
  width: 45%;
  z-index: 25;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .ContactFormComponent .box {
    width: 100%;
  }
}
.ContactFormComponent .box > div {
  width: 100%;
  padding: 2rem 2rem 0;
  background-color: #113A4E;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.44);
  font-weight: 200;
  margin-top: 1rem;
}
.ContactFormComponent .box > div i {
  color: #289FCB;
  font-size: 1.1rem;
  padding-top: 0.5rem;
}
.ContactFormComponent .box h2 {
  color: #FFFFFF;
  position: relative;
}
.ContactFormComponent .box h2:before {
  content: " ";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 2rem;
  border-top: 4px solid #EB1E23;
}
.ContactFormComponent .box p, .ContactFormComponent .box div {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.ContactFormComponent .box p.f08, .ContactFormComponent .box div.f08 {
  border-top: 1px solid rgba(226, 226, 226, 0.29);
  padding-top: 0.3rem;
}
.ContactFormComponent .box p.f08 > div, .ContactFormComponent .box p.f08 p, .ContactFormComponent .box div.f08 > div, .ContactFormComponent .box div.f08 p {
  font-size: 0.8rem;
}
.ContactFormComponent .box a {
  color: #FFFFFF;
  font-weight: 200;
}
.ContactFormComponent .box a:hover {
  color: #289FCB;
}
.ContactFormComponent .box a.phone {
  color: #289FCB;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}
.ContactFormComponent .box a.phone:hover {
  color: #FFFFFF;
  font-weight: 600;
}
.ContactFormComponent .box .icons {
  margin-right: 0.6rem;
  width: 1.2rem;
  height: 1.1rem;
  min-width: 1rem;
}
.ContactFormComponent ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8A8DA0;
  font-size: 15px;
  font-weight: 100;
}
.ContactFormComponent :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8A8DA0;
  font-size: 15px;
  font-weight: 100;
}
.ContactFormComponent ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8A8DA0;
  font-size: 15px;
  font-weight: 100;
}
.ContactFormComponent :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8A8DA0;
  font-size: 15px;
  font-weight: 100;
}
