.white_text p {
  color: white !important;
}
.nf-form-fields-required {
  display: none;
}
input.nf-element {
  padding: 10px;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #154B98;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(21, 75, 152, 0.5);
}
@media only screen and (max-width: 768px) {
  div#theme-page {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  body, html {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none;
  }
}
.container-fluid {
  padding: 0 !important;
  overflow: hidden !important;
}
.progress {
  display: none;
}
button.btn.btn-success.fileinput-button {
  width: 100%;
}
.nf-response-msg {
  font-family: "Gilroy", Sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #FFFFFF;
}
@media (max-width: 769px) {
  input#nf-field-19 {
    width: 100% !important;
  }
  div.elementor-157 .elementor-element.elementor-element-7239807 #nf-field-21 {
    font-size: 18px !important;
  }
}
