#enquire .form-control {
  font-family: 'Raleway', sans-serif !important;
	-webkit-appearance: none;
	margin-left: 0;
  border: 1px solid #ccc;
	border-bottom: 1px solid #edeade;
	border-top: none;
	border-radius: 0;
	border-left: none;
	border-right: none;
	text-align: left;
	font-weight: 400;
	color: #edeade;
	background-color: transparent;
	font-size: 16px;
	line-height: 230%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 99% !important;
	text-indent: 5px;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100%;
  letter-spacing: 0.07em;
}

#enquire select {
  width: 100% !important;
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  margin: 0;
  border-width: 0 0 1px 0;
  border-radius: 0px !important;
  background-image: unset;
  color: #edeade !important;
  border-color: #edeade !important;
  padding: 0 0 0 5px !important;
  overflow: visible;
  font-style: normal;
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px !important;
  margin-left: 0;
  border-bottom: 1px solid #edeade;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  font-weight: 500 !important;
  background-color: transparent;
  line-height: 230%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.07em;
}

#enquire select option {
  background: #edeade !important;
  color: #75ADDC !important;
}

#enquire div.dropdown {
  position: relative;
  margin-bottom: 16px;
}

#enquire div.dropdown::before {
  width: 18px;
  content: "";
  display: inline-block;
  top: 1px;
  bottom: 1px;
  right: 1px;
  border-left: 1px solid transparent;
  background-color: #edeade;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}

#enquire div.dropdown::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: #edeade transparent transparent transparent;
  position: absolute;
  border-style: solid;
  top: 44%;
  right: 5px;
  pointer-events: none;
  cursor: pointer;
}

#enquire div.dropdown select {
  appearance: none;
}

#enquire .form-control::placeholder {
  color: #dfd1b5;
}

#enquire input {
  transition: background-color 0.5s ease;
}

#enquire input:focus,
#enquire textarea:focus,
#enquire keygen:focus,
#enquire select:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
}

#enquire .btn-toolbar {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}


#enquire .btn-toolbar .action {
  width: 100%;
  border: 2px solid #edeade;
  padding: 10px 20px 12px;
  color: #B48444 !important;
  font-weight: 500;
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background: #edeade !important;
  text-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 10px 0 0 0;
  padding: 13px 0 16px;
  font-size: 16px !important;
  text-shadow: none !important;
}

#enquire .btn-toolbar .action:hover {
  background: rgba(20, 20, 20, 0.2) !important;
  color: #edeade !important;
  transition: all 1s ease;
}

#enquire .error.message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #edeade;
  color: #75ADDC;
  padding: 2px;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-radius: 0 !important;
  font-size: 12px;
  border: none;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  padding-left: 10px;
  position: relative;
  z-index: 900;
  right: auto;
  top: -5px;
}

#enquire .error.message::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 10px;
  height: 0px;
  width: 0px;
  border: 8px solid transparent;
  border-bottom-color: #666;
  border-bottom: 8px solid #edeade;
}