* {
  margin: 0;
  padding: 0;
}
.contact-us-main {
  background: #f5f5f6;
}
.contact-us-hero-section {
  
  height: 70vh;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("assets/contact-us.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  color: white;
  font-weight: 400;
  font-family: "Inters", sans-serif;
}
.form-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0rem;
  flex-direction: column;
}
.heading h3{
  font-weight: 100;
  font-family: "Inters", sans-serif;

}
.heading h1 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Inters", sans-serif;
  color: orange;
}

.heading h4{
  font-weight: 100;
  font-family: "Inters", sans-serif;
}

.heading h6{
  font-weight: 100;
  font-family: "Inters", sans-serif;
}


.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: darkgoldenrod;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: orange;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, Helvetica, sans-serif;
}


.googleMap {
  background-color: #f5f5f6;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
}

.googleMap iframe {
  height: 50vh;
width: 100%;
}
