.hero {
  height: 800px;
  padding-top: 142px;
  padding-right: 0px;
  background-image: url('../images/moving-company.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.image {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: none;
  clear: none;
}

.heading {
  float: right;
  color: #2678bd;
  line-height: 26px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .85);
  box-shadow: 6px 6px 7px 0 rgba(0, 0, 0, .31);
  font-family: Roboto, sans-serif;
}

.nav-link {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.heading-2 {
  position: absolute;
  left: 0px;
  top: 150px;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #2678bd;
  text-align: left;
}

.heading-3 {
  float: none;
}

.text-span {
  color: #333;
  line-height: 22px;
}

.text-span-2 {
  font-size: 22px;
  line-height: 18px;
}

.wrapper_form {
  width: 350px;
  padding-top: 10px;
  padding-bottom: 5px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .58);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 3px 3px 7px 0 #000;
}

.heading-4 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.form-block {
  padding-right: 15px;
  padding-left: 15px;
}

.text-field {
  border: 1px solid #000;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
}

.submit-button {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.link-block {
  margin-top: 23px;
  margin-left: 10px;
  float: right;
  background-color: transparent;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-block-2 {
  display: none;
  margin-top: 0px;
  margin-left: 10px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-field-2 {
  padding-left: 33px;
  background-image: url('../images/084-calendar-40.png');
  background-position: 3px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-field-3 {
  padding-left: 33px;
  background-image: url('../images/084-calendar-40.png');
  background-position: 3px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.wrapper_form-send {
  width: 350px;
  padding-top: 25px;
  padding-bottom: 25px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .58);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 3px 3px 7px 0 #000;
}

.text-block-2 {
  margin-bottom: 10px;
  padding-top: 0px;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
}

.text-block-3 {
  font-size: 20px;
  text-align: center;
}

html.w-mod-js *[data-ix="loadform"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .hero {
    height: 750px;
    background-position: -58px 50%;
  }
  .wrapper_form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .wrapper_form-send {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

@media (max-width: 767px) {
  .hero {
    display: block;
    height: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .wrapper_form {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .link-block {
    display: none;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container {
    display: block;
    padding-right: 0px;
  }
  .wrapper_form-send {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 800px;
    padding-right: 0px;
  }
  .heading {
    margin-top: 26px;
    font-size: 35px;
    line-height: 18px;
  }
  .text-span {
    font-size: 23px;
  }
  .text-span-2 {
    font-size: 15px;
  }
  .wrapper_form {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }
  .menu-button {
    position: static;
    display: block;
    overflow: visible;
    float: right;
  }
  .text-block {
    margin-left: 10px;
  }
  .wrapper_form-send {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }
}

