.page-header.contact.float_l {
  background-image: url("../images/contact-header.jpg");
}
.page-header.float_l {
  background-repeat: no-repeat;
  background-position: center top;
}
.page-header.float_l h1 {
  float: left;
  font-family: antonio;
  font-size: 60px;
  margin: 293px 0 0 0;
  padding: 0;
  line-height: 70px;
  color: #fff;
  font-weight: normal;
}
.contact-main.float_l {
  background-color: #eaeaea;
  padding: 30px 0 60px 0;
}
.contact-left {
  background-image: url("../images/white80.png");
  float: left;
  width: 66%;
}
.contact-right {
  background-image: url("../images/white80.png");
  float: right;
  width: 32%;
  padding: 45px 25px 30px 25px;
}
.contact-right .heading {
  font-family: antonio;
  font-size: 36px;
  line-height: 48px;
  margin: 0 0 22px 0;
}
.contact-right .con-info {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 55px 0;
}
.contact-right .con-map img {
  float: left;
}
.contact-left {
  background-image: url("../images/white80.png");
  float: left;
  width: 66%;
  padding: 45px 15px 35px 35px;
}
.contact-left .simple-text {
  line-height: 26px;
}
.contact-form {
  margin: 32px 0 0 0;
}
.contact-form label {
  font-family: antonio;
  font-size: 20px;
  line-height: 30px;
  float: left;
  width: 23%;
  padding: 3px 0 0 0;
}
.contact-form input[type="text"],
.contact-form select,
.contact-form textarea {
  float: left;
  border: 1px solid #aeaeae;
  width: 75%;
  font-family: Open Sans;
  font-size: 16px;
  padding: 3px;
  margin: 0 0 23px 0;
}
.contact-form textarea {
  height: 255px;
}
.contact-form input.sbmit-btn {
  font-family: antonio;
  font-size: 23px;
  line-height: 33px;
  float: right;
  border: none;
  margin: 2px 2% 0 0;
  color: #fff;
  padding: 5px 60px 0 60px;
  cursor: pointer;
  background-color: #146192;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-form input.sbmit-btn:hover {
  background-color: #151515;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1200px) {
  .contact-form label {
    width: 25%;
  }
  .contact-form {
    margin: 20px 0 0;
  }
  .contact-form input[type="text"],
  .contact-form select,
  .contact-form textarea {
    margin: 0 0 15px;
  }
  .contact-form textarea {
    height: 180px;
  }
}
@media screen and (max-width: 990px) {
  .contact-right {
    padding: 25px;
    width: 40%;
  }
  .contact-left {
    padding: 30px;
    width: 57%;
  }
  .contact-form label,
  .contact-form input[type="text"],
  .contact-form select,
  .contact-form textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-left,
  .contact-right {
    width: 100%;
  }
  .contact-right {
    float: left;
    margin: 30px 0 0;
    max-width: 350px;
  }
}
