#contact-us .contact_form {
  background: var(--color-white-opacity-75);
  padding: 25px 22px;
  width: 450px;
  min-height: 450px;
  max-height: fit-content;
  backdrop-filter: blur(10px);
}
@media(max-width:767px) {
  #contact-us .contact_form {
    min-height: unset;
  }
}

.imgcont {
  width: 100%;
  height: 545px;
  padding: 0px;
}
.imgcont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgcont .contact_form {
  top: 50%;
  left: 35px;
  transform: translatey(-50%);
}
#contact-us .contact_text {
  color: rgba(65, 65, 65, 0.75);
  text-align: justify;
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#contact-us .elite-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
#contact-us .contact_form textarea {
  color: var(--main);
  border-color: rgba(65, 65, 65, 0.75);
  background-color: transparent;
  width: 100%;
  outline: 0;
  border-bottom: 1px solid rgba(65, 65, 65, 0.75);
  border-radius: 0;
  height: 62px;
  margin-top: 30px;
}
#contact-us input,
#contact-us textarea {
  color: rgba(65, 65, 65, 0.75);
  text-align: justify;
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


#contact-us .contact_form input::placeholder {
  color: #777777;
  opacity: 1;
}

#contact-us .contact_form textarea::placeholder {
  color: #777777;
  opacity: 1;
}

#contact-us .contact_form .submit {
  margin-top: 14px;
  width: 100%;
  display: inline-block;
  line-height: 14px;
  padding: 1rem 1.3rem;
  font-weight: 300;
  transition: 0.2s all ease-in-out;
  color: #fff;
  box-shadow: 1px 2px 5px #575757;
  color: #ffffff;
  background: var(--main);
}
@media (max-width: 767px) {
  #contact-us input,
  #contact-us textarea,
  #contact-us .contact_text {
    font-size: var(--fs12);
  }
  #contact-us .contact_form .submit {
    padding: 10px 16px;
  }
}

#contact-us .contact_form .submit:hover {
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  box-shadow: 0px 0px 0px 0px;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 992px) {
  #contact-us .container {
    padding: 0px !important;
  }
}
@media (max-width: 780px) {
  #contact-us .contact_form .submit {
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: justify;
  }
  .imgcont .contact_form {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 503px) {
  #contact-us .contact_form {
    background: var(--color-white-opacity-75);
    padding: 25px 22px;
    width: 90%;
    backdrop-filter: blur(10px);
  }
}
