hr {
  color: #efefef;
}

#contact {
  width: 100%;
}

#contact .contact-banner {
  width: 100%;

  height: 80vh;

  position: relative;
}

#contact .contact-banner img {
  width: 100%;

  height: 100%;

  z-index: -1;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

.contact-banner-opacity {
  width: 100%;

  height: 100%;

  background-color: #2196548e;

  z-index: 0;

  position: absolute;

  top: 0;

  left: 0;
}

/* #contact .contact-banner h1 {
  z-index: 1;

  position: absolute;

  top: 75%;

  left: 17%;

  color: #fff;
  font-size: 3rem !important;
} */

.contact-card {
  width: 100% !important;

  /* min-height: 70vh; */

  background-color: #fff;

  border-radius: 10px;

  position: relative;

  top: -100px;

  left: 50%;

  z-index: 3;

  transform: translate(-50%, 0);
}

.contact-form {
  width: 100%;

  /* height: 100%; */

  background: #fff;

  padding: 30px;
}

.contact-form h3 {
  padding-bottom: 30px;

  color: #333;

  text-transform: capitalize;
}

.contact-form input,
.contact-form select {
  width: 100%;

  height: 50px;

  color: gray !important;

  /* background-color: transparent; */

  border: 1px solid #219654;

  padding: 0px 20px;

  transition: 0.5s;
}

.contact-form textarea {
  width: 100%;

  border: 1px solid #219654;

  padding: 20px;
}

.contact-form input:focus {
  outline: none;
}

.contact-form select:focus {
  outline: none;
}

.contact-form textarea:focus {
  outline: none;
}

.contact-info {
  width: 100%;

  /* height: 100%; */

  background-color: #219654;

  padding: 20px;

  border-radius: 0 10px 10px 0;
}

.contact-info h3 {
  padding-bottom: 30px;

  color: #fff;

  text-transform: capitalize;
}

.address p {
  color: #fff !important;

  font-weight: 500;

  font-size: 16px;
}

.address-header {
  font-size: 30px;

  margin-top: 1rem;

  font-weight: 500;

  color: #fff;
}
.contact-header {
  /* width: 70%;
  position: absolute;
  left: 13%;
  top: 45%;
  color: #fff; */
}

@media only screen and (max-width: 2100px) and (min-width: 1600px) {
  .contact-header {
    top: 60%;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1300px) {
  .contact-header {
    top: 50%;
    left: 8.5%;
    width: 80%;
  }
}
  @media only screen and (max-width: 1300px) and (min-width: 800px) {
    .contact-header {
      top: 40%;
      left: 7%;
      width: 85%;
    }
  }

@media only screen and (max-width: 768px) {
  .contact-form {
    border-radius: 10px 10px 0 0px;
  }

  .contact-info {
    border-radius: 0;
  }
}
