.banner {
  padding: 200px 0 58px;
  background-image: url(/assets/images/contact-us-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.68px;
  text-transform: capitalize;
}
.banner p {
  color: #d7d7d7;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 24px;
}
.contact-us-form-sect {
  padding: 60px 0 100px;
}
.form-contact-us .form-label {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 16px;
  line-height: 160%;
}

.form-contact-us input,
.form-contact-us textarea {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 19px 32px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.form-contact-us textarea {
  resize: none;
}
.form-contact-us .form-control:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-contact-us input::placeholder,
.form-contact-us textarea::placeholder {
  color: #888 !important;
  opacity: 1 !important;
}
.form-control.is-invalid {
  border-color: #dc3545;
}
.invalid-feedback {
  display: none;
  color: #dc3545;
}
.form-control.is-invalid + .invalid-feedback {
  display: block;
}
.form-1-row,
.form-2-row {
  padding-bottom: 24px;
}
.form-3-row {
  padding-bottom: 48px;
}
.form-contact-us button {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 54px;
  text-transform: capitalize;
  border-radius: 999px;
  background: #54ccff;
  box-shadow: 0 67px 27px 0 rgba(0, 204, 255, 0.04),
    0 4px 9px 0 rgba(0, 204, 255, 0.29);
}
.form-contact-us {
  padding-bottom: 60px;
}
.contact-info {
  padding: 26px 32px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.contact-info h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding: 24px 0 8px;
}
.contact-info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 24px;
}
.contact-info a {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.96px;
  display: block;
  text-decoration: none;
}
.contact-info::after {
  position: absolute;
  content: url(/assets/images/grow-grad.png);
  bottom: -9px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .banner h1 {
    font-size: 36px;
  }
  .banner p {
    font-size: 14px;
  }
  .form-contact-us .form-label {
    font-size: 16px;
    padding-bottom: 0;
  }
  .form-contact-us button {
    font-size: 18px;
    padding: 15px 36px;
  }
  .form-3-row {
    padding-bottom: 32px;
  }
  .contact-info h3 {
    font-size: 18px;
    padding: 18px 0 8px;
  }
  .contact-info p {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .banner {
    padding: 209px 0 64px;
    background-image: url(/assets/images/contact-us-banner-m.jpg);
    background-position: center;
  }
  .contact-us-form-sect {
    padding: 15px 0 100px;
  }
  .contact-us-form-sect input {
    padding: 20px !important;
  }
  .contact-info {
    padding: 32px 20px;
  }
  .contact-info a {
    font-size: 24px;
  }
  .contact-info::after {
    bottom: -79px;
  }
   .banner h1 {
        font-size: 36px;
        width: 283px;
    }
        .banner p br{
        display: none;
    }
}
@media screen and (min-width:700px) and (max-width:1000px) {
 input {
    padding: 12px 14px 12px 14px !important;
}
  
}