.contact-us .contact {
  margin-top: 90px;
  padding-bottom: 120px;
  background: url("/wp-content/uploads/Asset-14.png");
  background-position: center bottom;
  background-size: 100% 30%;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .contact-us .contact {
    background-size: 100% 30%;
    margin-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-us .contact {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-us .contact {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-us .contact .row {
    justify-content: center;
  }
}
.contact-us .contact .section-bg-img {
  z-index: 0;
  position: absolute;
  max-width: 23vw;
}
@media only screen and (max-width: 992px) {
  .contact-us .contact .section-bg-img {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 575px) {
  .contact-us .contact .section-bg-img {
    max-width: 70vw;
  }
}
.contact-us .contact .img-1 {
  top: 60px;
  right: 60px;
}
@media only screen and (max-width: 992px) {
  .contact-us .contact .img-1 {
    right: -90px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-us .contact .img-1 {
    right: -190px;
  }
}
.contact-us .contact .content-1 h1 {
  margin-bottom: 2rem;
}
.contact-us .contact .content-1 h1 span {
  font-weight: 800;
  border-bottom: 7px solid #FF7400;
}
.contact-us .contact .content-1 p {
  font-size: 1.45rem !important;
}
.contact-us .contact .content-1 .box-2 {
  background: #FF7400;
  padding: 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .contact-us .contact .content-1 .box-2 {
    padding: 25px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .contact-us .contact .content-1 .box-2 {
    max-width: 100%;
  }
}
.contact-us .contact .content-1 .box-2 * {
  color: #fff !important;
}
.contact-us .contact .content-1 .box-2 .phone {
  font-size: 1.85rem !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.contact-us .contact .content-1 .box-2 img {
  max-width: 40px;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .contact-us .contact .content-1 .box-2 img {
    max-width: 30px;
    width: 30px;
  }
}
.contact-us .contact .content-2 {
  padding: 45px;
  border-radius: 75px;
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .contact-us .contact .content-2 {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us .contact .content-2 {
    margin-left: 40px;
  }
}
.contact-us .contact .content-2 .title-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.contact-us .contact .content-2 .sub-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .contact-us .contact .content-2 .sub-title {
    padding: 0 30px;
  }
}
.contact-us .contact .content-2 .sub-title p {
  font-size: 1.45rem !important;
}
.contact-us .contact .content-2 .form-wrapper label {
  font-weight: 600;
  font-size: 1.15rem;
}
.contact-us .contact .content-2 .form-wrapper input, .contact-us .contact .content-2 .form-wrapper textarea {
  border-radius: 5px;
}
.contact-us .contact .content-2 .form-wrapper input:focus, .contact-us .contact .content-2 .form-wrapper textarea:focus {
  border: 1px solid #FFAB4C;
}
.contact-us .contact .content-2 .form-wrapper button {
  color: #fff;
  margin-top: 30px;
}
.contact-us .contact .content-2 .form-wrapper .wpforms-confirmation-container-full {
  background: #ffebbb;
  border: 0;
  border-radius: 10px;
  text-align: center;
}
.contact-us .contact .content-2 .form-wrapper .wpforms-confirmation-container-full * {
  color: #FF7400;
  font-weight: 600 !important;
}

#footer {
  position: unset !important;
  background: #fcbd33;
  margin-top: -1px;
}

/*# sourceMappingURL=contact-us.css.map */
