body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #2c3e50;
}

h1 {
  font-size: 26px;
  letter-spacing: 0.6px;
  font-weight: 400;
}

h2 {
  font-size: 18px;
  letter-spacing: 0.6px;
  font-weight: 500;
}

h1,
h2 {
  margin: 10px auto;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffa300;
}

#step0 img {
  display: block;
  margin: 56px auto 80px auto;
}

#step3 img {
  display: block;
  margin: 156px auto;
}

.autocomplete {
  position: absolute;
  top: 2.7em;
  left: 0;
  background: #f1f1f1;
  width: 100%;
  z-index: 99;
  text-align: left;
  padding-bottom: 60px;
  border-radius: 0 0 6px 6px;
  max-height: 300px;
  overflow: scroll;
  cursor: pointer;
}

.features {
  margin: 80px auto;
}

.feature {
  max-width: 270px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

.feature:last-child {
  margin-right: 0;
}

.feature h3 {
  min-height: 2.4em;
  line-height: 1.2em;
  text-align: left;
  margin-top: 35px;
}

.feature__img {
  display: block;
  width: 100%;
  height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.feature__description {
  display: inline-block;
  text-align: left;
}

.form-item {
  width: 360px;
  max-width: 95%;
  margin: 0 auto 40px auto;
  position: relative;
}

.form-item:first-child {
  margin-top: 70px;
}

.form-item label {
  font-size: 16px;
  color: #999999;
  line-height: 2em;
  position: absolute;
  top: -1.6em;
  left: 0;
}

.quote label.error {
  text-align: left;
  font-weight: 500;
  color: red;
  display: block;
  width: 360px;
  margin: 5px auto 20px auto;
  position: relative;
  top: 0;
}

.quote input.error {
  margin-bottom: 0;
}

.step {
  position: relative;
  width: 100%;
  width: 100vw;
  text-align: center;
  left: 100%;
  top: 0;
  transition: linear 0.2s;
  display: none;
  padding: 20px;
  box-sizing: border-box;
}

.step .btn {
  display: inline-block;
  border: solid 1px #ffa300;
  background-color: #ffa300;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 60px;
  padding: 13px 50px;
  width: auto;
  height: auto;
  cursor: pointer;
  text-decoration: none;
}

.step .btn-secondary {
  background-color: transparent;
  color: #c1c1c1;
  border-color: #c1c1c1;
  margin-right: 5px;
}

.step.selected {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  min-height: 100%;
  min-height: 100vh;
}

.step__content {
  display: inline-block;
}

.steps {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 100vw;
  min-height: 100%;
  min-height: 100vh;
}

.step input {
  font-size: 16px;
  color: #999999;
  line-height: 2em;
  border: 0;
  border-bottom: solid 1px #cccccc;
  display: block;
  width: 100%;
}
