.nf-form-fields-required {
  display: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #B7C4BF;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(183, 196, 191, 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;
  }
}
.jupiterx-main-header {
  display: none !important;
}
div#jupiterx-primary {
  padding: 0 !important;
}
p, h4 {
  font-family: "brother-1816", sans-serif;
}
input#nf-field-25 {
  fill: #0C3043;
  color: #0C3043;
  background-color: var(--e-global-color-secondary);
  transition-duration: 1s;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  font-weight: 500;
  width: 150px;
}
input#nf-field-25:hover {
  color: var(--e-global-color-secondary);
  background-color: #02010100;
  border-color: var(--e-global-color-secondary);
}
input#nf-field-4 {
  fill: white;
  color: white;
  background-color: #0C3043;
  transition-duration: 1s;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #0C3043;
  border-radius: 30px 30px 30px 30px;
  font-weight: 500;
  width: 150px;
}
input#nf-field-4:hover {
  color: var(0C3043);
  background-color: #02010100;
  border-color: var(0C3043);
}
select::-ms-expand {
  display: none !important;
}
button.nf-add-fieldset {
  background: none;
  border: 0;
  height: 40px;
  font-size: 26px;
  /* color: #9FD8D6; */
  font-family: "Inter";
  font-weight: 400;
}
.item .description {
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0C3043;
}
.item a.elementor-button.elementor-button-link.elementor-size-sm {
  fill: #0C3043;
  color: #0C3043;
  background-color: var(--e-global-color-secondary);
  transition-duration: 1s;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  font-weight: 500;
}
.item a.elementor-button.elementor-button-link.elementor-size-sm:hover {
  color: var(--e-global-color-secondary);
  background-color: #02010100;
  border-color: var(--e-global-color-secondary);
}
.item h3 {
  font-family: "Edu NSW ACT Foundation", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.item .holder {
  position: relative;
  height: 280px;
  margin-bottom: 10px;
}
.item .holder .img_thumb {
  height: 250px;
  background-size: cover !important;
}
.item .holder span.price {
  background: #B7C4BF;
  padding: 10px;
  border-radius: 100%;
  color: #0C3043;
  font-family: "Inter";
  font-size: 13px;
  font-weight: 700;
  height: 55px;
  width: 55px;
  display: block;
  line-height: 31px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 10px;
  display: none;
}
label {
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
}
input, select {
  background: #F5F5F5;
  border: 0;
  border-radius: 30px;
  height: 45px !important;
  padding: 5px 10px;
}
legend {
  display: none !important;
}
.nf-field ul {
  display: flex;
  flex-direction: column;
}
.nf-field ul li {
  display: flex;
  align-items: center;
}
.nf-field ul li label {
  margin: 0;
}
.nf-repeater-fieldset nf-fields-wrap {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
textarea {
  background: #F5F5F5;
  border: 0;
  border-radius: 30px;
  padding: 5px 10px;
}
.container-fluid {
  padding: 0 !important;
}
.jupiterx-main-content {
  padding: 0 !important;
  overflow-x: hidden;
}
.mejs-overlay-button {
  border-radius: 100% !important;
  height: 130px !important;
  opacity: 1 !important;
  background: #9FD8D6 !important;
}
.raven-video-mejs-player .mejs-overlay-button:before {
  transform: translate(-40%, 84%) !important;
}
