#contact-form {
  position: relative;
}
#contact-form .card {
  background-color: transparent;
  border: none;
  width: 600px;
  max-width: 90%;
  position: relative;
  z-index: 1;
}
#contact-form .card .card-header {
  background-color: inherit;
  border: none;
}
#contact-form .card .card-header .card-title {
  text-transform: uppercase;
}
#contact-form .card .card-body .form-fields .list {
  width: 100%;
}
#contact-form .card .card-body .form-fields .custom-file {
  position: relative;
}
#contact-form .card .card-body .form-fields .custom-file .file-upload-name {
  cursor: pointer;
}
#contact-form .card .card-body .form-fields .custom-file .custom-file-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#contact-form .right-plant {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(20%, -50%);
  width: 18%;
}
@media (max-width: 1250px) {
  #contact-form .right-plant {
    display: none;
  }
}
