/*form section css*/
.form-section {
  margin: 16rem 0 10rem 0;
}
.form-section-heading-content {
  margin-bottom: 6rem;
}
.form-section-heading-content h2 {
  font-family: sf_pro_displaymedium;
}
.form-section-heading-content span {
  color: red;
  font-size: 3rem;
}
.form-field span {
  color: red;
  font-size: 3rem;
}
.captcha-wrapper-outer span {
  color: red;
  font-size: 3rem;
}
.enterprise-popup-inline-field-wrapper span{
    color: red;
    font-size: 3rem;
}
.request-for-services {
  padding: 70px 0;
}
.request-for-services-content-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .color-background > div label {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .color-background input[type="checkbox"] {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .form-field.color-background > div {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
}
.request-for-services-image {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .request-for-services-content-mobile {
    display: block;
  }
  .form-field.color-background > div {
    margin-top: 0;
  }
  .request-for-services-content {
    display: none;
  }
  .request-for-services-image {
    padding: 0;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.error-message {
  font-size: 2rem;
  margin-bottom: 0;
}
.assessment-form-outer form {
  width: 100%;
}
.assessment-form-outer .form-field {
  margin-bottom: 20px;
}
.form-field:last-of-type {
  margin-bottom: 0;
}
.flex-field {
  width: 100%;
}
.first-field {
  width: 100%;
  padding-bottom: 2rem;
}
.second-field {
  width: 100%;
}
.form-field label {
  display: block;
  font-size: 2.2rem;
  line-height: 130%;
  font-family: "Roboto", sans-serif;
  color: #4b5b63;
  padding-bottom: 1rem;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field select {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  height: 50px;
  width: 100%;
  border: 1px solid #b1b8c4;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  color: #4b5b63;
  margin-bottom: 10px;
}
.form-field select {
  cursor: pointer;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/9471087/header/xenonstack-downarrow.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 16px;
  padding-right: 2rem;
  background-size: 20px;
  color: grey;
  background-color: #fff;
}
.form-field input[type="submit"] {
  display: block;
  color: white !important;
  padding: 0 30px;
  line-height: 45px;
  animation: pulse 2s infinite;
  font-size: 2.3rem;
  font-family: Roboto, sans-serif;
  background-color: #1450a8;
  border-radius: 32px;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  margin-top: 35px;
}
.form-field input:focus {
  border: 1px solid #1450a8;
}
.color-background > div label {
  display: inline;
  margin-left: 10px;
  cursor: pointer;
}
.color-background > div:last-of-type {
  margin-bottom: 20px;
}
.color-background input[type="checkbox"] {
  margin-top: 20px;
}
.form-field.color-background > label {
  color: #4b5b63;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .assessment-form-outer {
    margin-left: 0;
    margin-top: 30px;
  }
  .first-field{
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .flex-field {
    flex-direction: column;
  }
  .first-field,
  .second-field {
    width: 100%;
  }
  .second-field {
    margin-top: 20px;
  }
}
.captcha-wrapper-xenonstack {
  display: flex;
}
.captach-heading-wrapper,
.captach-heading-wrapper div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.captach-heading-wrapper canvas {
  width: 200px;
  height: 70px;
}
.captcha-wrapper-xenonstack input {
  border: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b1b8c4;
  border-radius: 5px;
  text-align: left;
  height: 55px;
  width: 100%;
  padding-left: 10px;
  font-size: 2.4rem;
  font-family: "Roboto", "sans-serif";
  color: #222c3a;
}
.captcha-wrapper-xenonstack div:nth-of-type(1) {
  width: 100%;
}
.captach-heading-wrapper .refreshButton {
  border: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #1450a826;
  border: 1px solid #e6ecf4;
  border-radius: 5px;
  text-align: left;
  height: 50px;
  width: 7%;
  font-size: 2.4rem;
  font-family: "Roboto", "sans-serif";
  color: #222c3a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.errorMsgCaptcha {
  color: red;
  margin-top: 6px;
  font-size: 16px;
  font-family: "Roboto", "sans-serif";
}
@media (max-width: 500px) {
  .captach-heading-wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
  .captach-heading-wrapper .refreshButton {
    width: 100px;
    margin-bottom: 30px;
  }
}
@media (max-width: 356px) {
  .captach-heading-wrapper canvas {
    margin-left: -20px;
  }
  .request-for-service-form-side-wrapper {
    padding: 25px !important;
  }
}
.color-background input[type="checkbox"] {
  margin-top: 20px;
  cursor: pointer;
}
.enterprise-popup-inline-field-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}
.enterprise-popup-inline-field-wrapper label {
  display: block;
  font-size: 2.2rem;
  line-height: 130%;
  font-family: "Roboto", sans-serif;
  color: #4b5b63;
  padding-bottom: 1rem;
}
.enterprise-popup-inline-field-wrapper textarea {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #b1b8c4;
  border-radius: 5px;
  color: #222c3a;
  font-family: Roboto, sans-serif;
  font-size: 2.4rem;
  min-height: 70px;
  padding: 10px;
  resize: vertical;
  text-align: left;
  width: 100%;
}
.enterprise-popup-inline-field-wrapper input[type="email"]::placeholder,
.enterprise-popup-inline-field-wrapper input[type="text"]::placeholder,
.enterprise-popup-inline-field-wrapper textarea::placeholder {
  color: #4b5b63;
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  .enterprise-popup-inline-field-wrapper {
    flex-direction: column;
    margin-bottom: 25px;
  }
}