body h5 {
  font-size: 20px;
  font-weight: bold;
}
body h4 {
  font-size: 23px;
  font-weight: bold;
}
body h3 {
  font-size: 30px;
  font-weight: bold;
}
body p {
  margin: 0 0 30px 0;
}
body .btn {
  border: 3px solid transparent;
}
body .btn:hover {
  background: #e30613 !important;
  border: 3px solid #fff;
}
body .blue {
  color: #0081c6;
}
body input[type=text], body input[type=email] {
  height: 41px;
}
body #bi-head {
  background: url(../../../../images/business-int-banner.jpg) no-repeat;
  background-size: cover;
  min-height: 450px;
  margin-top: 0px;
  background-position: bottom center;
  color: #fff;
}
body #bi-head h1 {
  font-size: 57px;
  line-height: 61px;
  padding: 160px 0 140px;
  font-weight: bold;
}
body #bi-head #form-bi h5 {
  font-size: 18px;
  margin-top: 60px;
}
body #bi-main {
  padding: 50px 0;
}
body #bi-main h4 {
  color: #e2001a;
}
body #bi-main h4 a {
  color: #e2001a;
}
body #bi-grey {
  background: #f0f0f0;
  padding: 50px 0 20px;
}
body #bi-grey img {
  display: inline-block;
  margin-bottom: 30px;
}
body #bi-bot {
  padding: 50px 0 20px;
}
body #top #logotop {
  position: absolute;
  top: 20px;
  margin-top: 0 !important;
}
body #top #menu {
  float: left;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 17px;
}
body #top #bi-phone {
  margin-top: 15px;
  color: #0081c6;
}
body #top #bi-phone a {
  color: #0081c6;
}

.has-error .control-label, .help-block, #form-error {
  color: #e30613 !important;
  background: #ffc0cb;
  padding-top: 0;
  padding-left: 3px;
  padding-right: 3px;
  margin: 3px 0;
}

.has-success .control-label {
  color: #fff !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  body #bi-head h1 {
    font-size: 47px;
    line-height: 56px;
    padding: 140px 0;
  }
  body #bi-head #form-bi h5 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #bi-head h1 {
    font-size: 40px;
    line-height: 48px;
    padding: 130px 0;
  }
  .form-horizontal .control-label {
    text-align: left;
    font-size: 15px;
  }
  body #bi-head {
    background-position: bottom left;
  }
}
@media (max-width: 767px) {
  body #top #logotop {
    top: 20px;
  }
  body #bi-head h1 {
    font-size: 28px;
    line-height: 35px;
    padding: 90px 0 0;
  }
}/*# sourceMappingURL=custom.css.map */