.first__screen {
  min-height: calc(100vh - 238px);
  padding: 60px 0;
  display: flex;
  align-items: center;
  background: url(https://dispatch.lightningtruck.us/wp-content/themes/dispatch/assets/images/home.jpeg)
    no-repeat center;
  background-size: cover;
  position: relative;
}

.first__screen:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0000005e;
  z-index: 0;
}

.fs__container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.first__screen h1 {
  font-size: 80px;
}

.fs__container {
  align-items: center;
}

.fs__right {
  transition: all 0.4s;
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
  padding: 35px 30px 35px 30px;
  background-color: #fff;
}

.fs__title-top {
  font-weight: bold;
  color: #f1742b;
}

.fs__title h1 {
  color: #fff;
}
.fs__right .wrap-form.contact_form_2 span.text-input {
  margin-bottom: 20px;
}
.form-checkbox input {
  margin-right: 8px;
}
.wpcf7-list-item {
  margin: 0;
}
.fs__right .form-checkbox {
  margin-bottom: 8px;
}
.fs__right .submit {
  padding: 0;
}
.fs__right .submit input {
  background: transparent;
  font-size: inherit;
  width: 100%;
  height: 100%;
  padding: 14px 31px 12px 31px;
  border: none;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 0;
  border: none;
  font-size: 13px;
  line-height: 130%;
}
@media screen and (max-width: 1200px) {
  .form-checkbox label {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .first__screen h1 {
    line-height: 100%;
  }

  .fs__right {
    padding: 25px 15px 25px 20px;
  }
}

@media screen and (max-width: 768px) {
  .fs__left {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .title-header {
    text-align: center;
  }
  .fs__left .ttm-btn {
    margin-right: 0 !important;
    max-width: 280px;
  }
  .fs__right .submit {
    margin: 15px auto 0 !important;
    max-width: 280px;
    display: flex;
    justify-content: center;
  }
  .first__screen h1 {
    font-size: 65px;
  }
  .fs__right {
    margin: 0 15px;
    padding: 35px 20px;
  }

  .fs__right .wrap-form.contact_form_2 span.text-input {
    margin-bottom: 10px;
  }
}
