.quote-form-container {
  height: 1070px;
  position: relative;
  background-color: #f2f4f8;
  width: 100%;
}
.quote-form-container .quote-form {
  background-color: #ffffff;
  border-radius: 16px;
  left: 50%;
  position: absolute;
  top: -350px;
  transform: translate(-50%, 0);
  width: 80%;
  z-index: 999;
}
.quote-form-container .quote-form h1, .quote-form-container .quote-form .h1 {
  color: #2676b6 !important;
}

.gap {
  margin-top: 50px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.input2 {
  width: 100%;
  background-color: #f2f4f8 !important;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Montserrat" !important;
  height: 50px !important;
  padding: 12px 16px 12px 16px !important;
}
.input2::-moz-placeholder {
  color: #333333 !important;
}
.input2::placeholder {
  color: #333333 !important;
}

.button2 {
  color: #2676b6;
  border: 1px solid #2676b6;
  background-color: transparent;
  width: 127px;
  height: 60px;
  border-radius: 8px;
  padding: 18px 22px 18px 22px;
  transition: all 0.3s ease-in-out;
}
.button2:hover {
  color: #ffffff;
  border: 1px solid #2676b6;
  background-color: #2676b6;
  transition: all 0.3s ease-in-out;
}

.form-group {
  gap: 16px;
}

.half-width {
  width: 50%;
}

.col {
  flex-grow: 1;
}

.spacing {
  background-color: #f2f4f8;
  height: 70px;
  width: 100%;
}

option {
  font-family: "Montserrat" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.form-select {
  border-radius: 0 !important;
  border: none !important;
}
