.contact-us-section {
  padding: 75px 0;
}
.contact-us-section-container {
  background-image: url(../img/cta-form.png);
  background-size: cover;
  background-position: center;
  /* padding: 50px; */
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.contact-us-section-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10404185;
  
  border-radius: 25px;
  z-index: -1;
}
.contact-us-text-rhs {
  padding: 70px;
  background-color: transparent;
  border-radius: 25px;
  color: #fff;
}
.contact-us-text-rhs h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-us-text-rhs p {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 300;
}
.contact-us-text-rhs h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-us-text-rhs .contact-info i,
.contact-us-text-rhs .contact-info span {
  font-size: 1.1rem;
  font-weight: 300;
}

.contact-us-form-lhs {
  padding: 50px 30px;
  background-color: transparent;
  border-radius: 25px;
  color: #fff;
}
.contact-us-section-container form input {
  border-radius: 999px;
  padding: 10px 20px;
  margin: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.16);
  text-align: right;
  color: #fff;
  line-height: 26.78px;
  font-size: revert;
}
.contact-us-section-container form input::placeholder {
  color: #fff;
}
.contact-us-section-container textarea {
  border-radius: 10px;
  padding: 10px 20px;
  margin: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.16);
  text-align: right;
  color: #fff;
  line-height: 26.78px;
  font-size: 1rem;
}

.contact-us-section-container form input:focus,
.contact-us-section-container form textarea:focus {
  border: 1px solid #fff;
}

.contact-us-map {
  height: 550px;
  position: relative;
/*  z-index: -1;*/
  margin-top: -225px;
}
.contact-us-map iframe {
  width: 100%;
  height: 100%;
}
