html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Media queries */
/*$tablet-width: 768px;*/
/* +250px  */
/*colors*/
/* Media queries */
/*$tablet-width: 768px;*/
/* +250px  */
/*colors*/
/* flex */
.hero-module {
  background-image: url("../images/home/home-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -91px;
  width: 100%;
  height: auto;
  padding-top: 125px;
  padding-bottom: 40px;
  position: relative;
}
    .hero-module .cover-text {
        position: absolute;
        bottom: 5px;
        left: 2px;
        color: white;
        font-weight: 100;
        opacity: 0.8;
    }
  @media (min-width: 720px) {
    .hero-module {
      padding-top: 200px; } }
  @media (min-width: 1220px) {
    .hero-module {
      height: 689px; } }
  .hero-module .map-search {
    display: inline-block;
    background: #89b048;
    color: #fff;
    padding: 16px 23px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    word-spacing: 2px;
    vertical-align: top;
    background-color: #89b048;
    background-image: -webkit-linear-gradient(#89b048, #89b048);
    background-image: linear-gradient(#89b048, #89b048);
    -webkit-box-shadow: 0px 0px 9px 1px #666;
    -moz-box-shadow: 0px 0px 9px 1px #666;
    box-shadow: 0px 0px 9px 1px #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .hero-module .map-search > span {
      font-size: 22px;
      vertical-align: middle;
      margin-right: 5px; }
    @media (min-width: 720px) {
      .hero-module .map-search {
        font-size: 19px; }
        .hero-module .map-search > span {
          font-size: 30px; } }
    .hero-module .map-search:hover {
      background-color: #89b048;
      background-image: -webkit-linear-gradient(#89b048, #67a304);
      background-image: linear-gradient(#89b048, #67a304); }
  .hero-module p {
    font-size: 22px;
    line-height: normal;
    line-height: 36px;
    padding-bottom: 15px;
    color: #fff; }
    @media (min-width: 720px) {
      .hero-module p {
        font-size: 35px; } }
  .hero-module.hero-img-1 {
    background-image: url("../images/home/home-1.jpg"); }
  .hero-module.hero-img-2 {
    background-image: url("../images/home/home-2.jpg"); }
  .hero-module.hero-img-3 {
    background-image: url("../images/home/home-3.jpg"); }
  .hero-module.hero-img-4 {
    background-image: url("../images/home/home-4.jpg"); }
  .hero-module.hero-img-general {
    background-image: url("../images/home/home-general.jpg"); }

.search-widget {
  /*margin-top: 258px;*/
  max-width: 1210px;
  margin: 0 auto;
  text-align: center; }
  .search-widget form {
    background: rgba(225, 225, 225, 0.7);
    padding: 20px 15px 8px 15px;
    color: #5c5c5c;
    min-height: 96px; }
    .search-widget form button {
      font-size: 16px;
      line-height: 24px;
      display: inline-block;
      vertical-align: top;
      width: auto;
      padding: 16px 16px;
      /*line-height: 56px;
            padding: 0;
            font-weight: 200;
            width: auto;*/
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .search-widget form button span {
        font-size: 21px;
        display: inline-block;
        vertical-align: top;
        line-height: 24px;
        padding-right: 7px; }
        @media (min-width: 1025px) {
          .search-widget form button span {
            padding-right: 14px; } }
      @media (min-width: 1025px) {
        .search-widget form button {
          padding: 16px 0;
          width: 200px; } }
  .search-widget .alert {
    width: 100%;
    margin: 10px 0;
    text-align: left; }
    @media (min-width: 1220px) {
      .search-widget .alert {
        margin-bottom: 0;
        position: absolute;
        right: 0;
        width: 360px;
        top: -55px;
        z-index: 13; } }
    @media (min-width: 1440px) {
      .search-widget .alert {
        top: auto;
        bottom: -43px; } }
  .search-widget .custom-select {
    width: 220px; }

.search-dropdown {
  min-width: 220px; }
  .search-dropdown .service-dropdown {
    top: 24px; }
