
/* ===== ABOUT PAGE CONTACT NUMBER ROW FIX ===== */

form.quote-form .contact-number-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 54px !important;
  gap: 0 !important;
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

form.quote-form .contact-number-row select.country-code-select {
  display: block !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #cfdbe7 !important;
  border-right: 0 !important;
  background: #f6fbff !important;
  font-size: 16px !important;
  color: #071327 !important;
  box-sizing: border-box !important;
}

form.quote-form .contact-number-row input.contact-number-input {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #cfdbe7 !important;
  background: #f6fbff !important;
  font-size: 16px !important;
  color: #071327 !important;
  box-sizing: border-box !important;
}


/* ===== MAKE COUNTRY CODE AREA 30% SMALLER ===== */

form.quote-form .contact-number-row select.country-code-select {
  width: 182px !important;
  min-width: 182px !important;
  max-width: 182px !important;
}

form.quote-form .contact-number-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

form.quote-form .contact-number-row input.contact-number-input {
  flex: 1 1 auto !important;
  width: auto !important;
}


/* ===== MAKE COUNTRY CODE AREA 30% SMALLER ===== */

form.quote-form .contact-number-row select.country-code-select {
  width: 182px !important;
  min-width: 182px !important;
  max-width: 182px !important;
}

form.quote-form .contact-number-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

form.quote-form .contact-number-row input.contact-number-input {
  flex: 1 1 auto !important;
  width: auto !important;
}

