body {
  font-family: outfit;
}

.contact-us-div {
  background-color: #e6e9ed;
  height: 130px;
}

.contact-us-title {
  text-align: center;
  line-height: 121px;
  color: #012169;
  font-family: outfit;
  font-weight: 600;
}

.send-msg-btn {
  background-color: #012169;
  color: #ffffff;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  border-color: #012169;
}

.send-msg-btn:hover {
  background-color: #f9ad00;
  border-color: #f9ad00;
  color: #242021;
}

.google-map {
  padding-bottom: 30%;
  position: relative;
}

.google-map iframe {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

#message {
  resize: none;
}

.form-control {
  border-radius: 0;
  padding: 16px;
}
