#header {
  background: url("/images/backgrounds/header/header-background.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .header-wrapper .social-links {
  display: none;
}

#main {
  background: #F9F9F9;
}

#main .hero-section .section-wrapper {
  width: 90%;
  padding: 230px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main .hero-section .section-wrapper .heading-container {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

#main .hero-section .section-wrapper .heading-container .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 133%;
  color: #333333;
}

#main .hero-section .section-wrapper .heading-container .text-container .company-name {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 229%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #333333;
}

#main .hero-section .section-wrapper .heading-container .text-container .address {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 229%;
  letter-spacing: 0.03em;
  color: #333333;
}

#main .hero-section .section-wrapper .heading-container .text-container .contact-container .contact-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 0.03em;
  color: #333333;
}

#main .hero-section .section-wrapper .form {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main .hero-section .section-wrapper .form label {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 121.5%;
  color: #333333;
  margin-bottom: 20px;
}

#main .hero-section .section-wrapper .form input {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 164.5%;
  color: #9C9C9C;
  height: 50px;
  width: 100%;
  padding: 0 10px;
}

#main .hero-section .section-wrapper .form input[type="radio"] {
  width: 20px;
  height: 20px;
}

#main .hero-section .section-wrapper .form .radio-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 164.5%;
  color: #9C9C9C;
}

#main .hero-section .section-wrapper .form hr {
  width: 100%;
  margin: 60px 0;
}

#main .hero-section .section-wrapper .form .contact-container {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main .hero-section .section-wrapper .form .contact-container .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#main .hero-section .section-wrapper .form .contact-container .top input {
  width: 240px;
}

#main .hero-section .section-wrapper .form .contact-container .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .hero-section .section-wrapper .form .contact-container .bottom input {
  width: 240px;
}

#main .hero-section .section-wrapper .form .pickup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .hero-section .section-wrapper .form .pickup-container .left {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main .hero-section .section-wrapper .form .pickup-container .left input {
  margin-bottom: 20px;
}

#main .hero-section .section-wrapper .form .pickup-container .left input:last-child {
  margin: 0;
}

#main .hero-section .section-wrapper .form .pickup-container .right {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main .hero-section .section-wrapper .form .pickup-container .right input {
  margin-bottom: 20px;
}

#main .hero-section .section-wrapper .form .pickup-container .right input:last-child {
  margin: 0;
}

#main .hero-section .section-wrapper .form .additional-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .hero-section .section-wrapper .form .additional-container .left {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main .hero-section .section-wrapper .form .additional-container .left input {
  margin-bottom: 20px;
}

#main .hero-section .section-wrapper .form .additional-container .left .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .hero-section .section-wrapper .form .additional-container .left .checks label {
  margin: 0;
}

#main .hero-section .section-wrapper .form .additional-container .left .checks label:nth-child(2) {
  margin-right: 35px;
}

#main .hero-section .section-wrapper .form .additional-container .left .checks input {
  margin: 0;
  margin-right: 8px;
}

#main .hero-section .section-wrapper .form .additional-container .right {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main .hero-section .section-wrapper .form .additional-container .right label {
  margin: 20px 0;
}

#main .hero-section .section-wrapper .form .additional-container .right label:first-child {
  margin: 0 0 20px;
}

#main .hero-section .section-wrapper .form .additional-container .right .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .hero-section .section-wrapper .form .additional-container .right .checks label {
  margin: 0;
}

#main .hero-section .section-wrapper .form .additional-container .right .checks label:nth-child(2) {
  margin-right: 35px;
}

#main .hero-section .section-wrapper .form .additional-container .right .checks input {
  margin: 0;
  margin-right: 8px;
}

#main .hero-section .section-wrapper .form button {
  width: 200px;
  height: 50px;
  background: #C92B21;
  border-radius: 25px;
  border: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 60px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

#main .hero-section .section-wrapper .form button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/*# sourceMappingURL=request-a-quote.css.map */