body {
  background: #eeeeee45;
}

.contact-us-section {
  margin-top: 1rem;
}

.form-group {
  position: relative;
  padding-bottom: 0px !important;
}

.contact-us-section h1 {
  font-size: 3rem;
  color: coral;
}

.contact-us-p {
  font-family: sans-serif;
  margin-bottom: 1rem;
}

.gradient-brand-color {
  background-image: linear-gradient(120deg, #fda33b 0%, #fa8273 100%);
  color: #fff;
}

@media (max-width: 767px) {
  .contact-us-section {
    margin-top: 1.3rem;
    margin-bottom: 0 !important;
  }
}

.contact-info__wrapper {
  padding: 3rem 2rem !important;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}

.contact-form__wrapper {
  padding: 0rem 2rem !important;
}

@media (max-width: 390px) {
  .contact-us-section h1 {
    font-size: 2.4rem;
  }

  .contact-form__wrapper {
    padding: 0 1rem 0 1rem !important;
  }

  .contact-info__wrapper {
    padding: 3rem 1rem !important;
  }

  .my-buttons-hover {
    width: 130px !important;
    height: 40px !important;
  }
}

@media (min-width: 1024px) {
  .contact-info__wrapper {
    border-radius: 0 0.625rem 0.625rem 0;
    padding: 4rem 0rem 0rem 4rem !important;
  }

  .contact-form__wrapper {
    padding: 3rem 2rem !important;
  }

  .contact__wrapper {
    border-radius: 0.625rem 0 0.625rem 0.625rem;
  }
}

.contact-info__list span.position-absolute {
  left: 0;
}

.contact-info__wrapper ul {
  padding-left: 2rem !important;
}

.z-index-101 {
  z-index: 101;
}

.list-style--none {
  list-style: none;
}

.contact__wrapper {
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}

/* submit */

@media (max-width: 991px) {
  .submit-divclass {
    text-align: center;
  }
}

.my-buttons-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.my-buttons-hover:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.my-buttons-hover:focus {
  outline: none;
}

.my-buttons-hover.bn21 {
  background-image: linear-gradient(
    to right,
    #fc6076,
    #ff9a44,
    #ef9d43,
    #e75516
  );
  box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}

/* form design for contact form */
.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-group label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.form-group input,
.form-group textarea {
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  width: 100%;
  padding: 8px 0 5px 0;
  font-size: 16px;
  color: #000;
}

.form-group input:focus,
.form-group textarea:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #ff7f50;
}

.form-group input:focus ~ label,
.form-group input:valid ~ label {
  margin-top: -16px;
  font-size: 14px;
}

.form-group textarea:focus ~ label,
.form-group textarea:valid ~ label {
  margin-top: -18px;
  font-size: 14px;
}

/* for check box css  */
.form-check-input {
  border: 1px solid black;
}

.form-check-input:focus {
  box-shadow: none;
  border: 1px solid black;
}

.form-check-input:checked {
  background-color: #ff7f50 !important;
  border: #ff7f50;
}

.form-check-input:checked:focus {
  box-shadow: none;
  border: #ff7f50;
}

.was-validated .form-control:invalid:focus {
  box-shadow: none;
}

.was-validated .form-control:valid {
  box-shadow: none;
  border-bottom: 1px solid #ff7f50;
}

.was-validated .form-control:valid:focus {
  box-shadow: none;
  border-bottom: 1px solid #ff7f50;
}

/* new floating css  */

/* Floating Label Styles */
.form-group {
  position: relative !important;
  margin-bottom: 1.5rem !important;
}

.form-control {
 
  height: auto !important;
  background-color: transparent !important;
}

.form-group input {
  padding: 0.5rem ;
}

.form-group label {
  margin-top: -16px !important;
  position: absolute !important;
  top: 1.4rem !important;
  left: 0rem !important;
  transition: all 0.2s ease-out !important;
  pointer-events: none !important;
  color: #6c757d !important;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
}

/* Float the label when: focused, has value, or is autofilled */
.form-control:focus ~ label,
.form-control.filled ~ label,
.form-control:-webkit-autofill ~ label {
  color: #6c757d !important;
  margin-top: -16px !important;
  top: 0rem !important;
  left: 0rem !important;
  /* font-size: 0.75rem !important; */
}

/* Textarea specific styling */
textarea.form-control {
  min-height: 100px;
}

textarea.form-control ~ label {
  top: 1.8rem !important;
  color: #6c757d !important;
}

textarea.form-control:focus ~ label,
textarea.form-control.filled ~ label {
  margin-top: -16px !important;
  top: 0rem !important;
  color: #6c757d !important;
}

/* Error states */
.is-invalid ~ label {
  color: #dc3545 !important;
}

/* Checkbox alignment */
.form-check-input {
  margin-top: 0.2rem !important;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: none !important;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  box-shadow: none !important;
}
.was-validated .form-control:valid {
  box-shadow: none;
  border-bottom: 1px solid black !important;
}

.contact-us-section .contact-form .iti{
    width: 100% !important;
}

.form-group .static-label-ns{
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  margin-bottom: 0.5rem !important;
}

