.quoterbox__form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.quoterbox__form-select {
  width: 100%;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  margin-top: 0.4rem;
  max-height: 2.8rem;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
}
.quoterbox__form-select::-ms-expand {
  display: none;
}

.quoterbox__form-select-wrapper {
  position: relative;
  text-align: left;
}

.quoterbox__form-select-wrapper:after {
  content: "";
  display: inline-block;
  right: 1.8rem;
  position: absolute;
  bottom: 1rem;
  z-index: 0;
  color: #007dbb;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #007dbb;
}
.quoterbox__form-select-wrapper:focus-within {
  position: relative;
}

.quoterbox__cp-submit-wrapper {
  display: flex;
  align-items: flex-end;
}

.quoterbox__form-cp-wrapper {
  text-align: left;
  width: 50%;
  margin-right: 1rem;
}

.quoterbox__form-cp {
  width: 6.8rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0.6rem;
  display: block;
  border: 1px solid #d4d4d4;
  margin-top: 0.4rem;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
}

.quoter__form-submit {
  background: #fff;
  border: 0;
  height: 100%;
  height: 2.8rem;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  background-color: #007dbb;
  transition: 0.15s ease-in-out;
  border-radius: 0.3rem;
  font-family: "roboto-bold", "Geneva", sans-serif;
  font-weight: 700;
  border: 1px solid #007bff;
  min-height: 30px;
  width: 50%;
  margin-left: 1rem;
}
.quoter__form-submit:hover {
  background-color: #232e83;
}
.quoter__form-submit:focus {
  color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.quoterbox__form-label {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #212121;
  font-family: roboto;
  font-weight: 700;
  bottom: 0.4rem;
}

#postalCodeMask {
  display: none;
}

.quoterbox {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  background-color: #eaf6f6;
  justify-content: space-around;
  padding: 1rem 0;
}

.quoterbox__header #quoterbox__title {
  margin: 0;
  text-align: center;
  font-family: roboto;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #212121;
}
.quoterbox__header #quoterbox__title span {
  display: block;
  font-weight: 700;
}

.quoter__tel {
  display: inline-block;
  color: #212121;
  font-size: 1.4rem;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.6rem;
}
.quoter__tel:focus {
  outline: 0;
  color: black;
  box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.quoterbox__main {
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem 0;
  display: flex;
  height: 100%;
}

.quoterbox__footer {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: roboto;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #212121;
  margin-top: 0.8rem;
}
.quoterbox__footer p {
  margin: 0;
}

.quoterbox__cta {
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
}

.quoterbox__cta-link--white {
  color: #fff;
}
.quoterbox__cta-link--white:focus {
  background-color: #fff;
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: "Roboto", Arial, sans-serif;
}

html,
body {
  height: 100%;
}

input[type="text"]:focus,
select:focus {
  box-shadow: inset 0px 0px 0px 2px black;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Ajustements Next 2024 */
.next .quoterbox__form-cp-wrapper {
  display: none;
}

.next .quoter__form-submit {
  width: 100%;
}