.faq_box_bg_npc_form img {
  width: 100%;
  height: 100%;

  max-width: auto;
}

.lp_row_npc {
  width: 100%;
  display: block;
  margin: 0 0 8px;
  overflow: none;
  text-align: center;
  font-size: 10px;
  font-family: "Figtree";
  line-height: 11px;
  font-weight: 300;
  color: white;

  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

.npc_pageform_box_content {
  top: 5%;
  left: 33%;
  right: 33%;

  position: absolute;
}

.leadform .npc-form-submit {
  font-family: "Figtree";
  letter-spacing: 0.8px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: Transparent;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

  text-transform: uppercase;
  font-size: 18px;

  box-shadow: none;

  padding: 0px;
  display: block;

  width: 200px;
  height: 35px;
  color: #ffffff;
  font-weight: 500;

  top: 50%;
  left: 50%;
}

.leadform .npc-form-submit:hover {
  background: #bac157;
  color: white !important;
  border-color: #bac157 !important;
}

@media only screen and (max-width: 1700px) {
  .npc_pageform_box_content {
    top: 3%;
  }
}

@media only screen and (max-width: 1480px) {
  .npc_pageform_box_content .lp_content {
    width: 380px;
  }

  .npc_pageform_box_content {
    top: 1%;
  }
}

@media only screen and (max-width: 780px) {
  .npc_pageform_box_content {
    max-width: 600px;
    left: 23%;

    display: block;
    z-index: 5;
    padding: 70px 0;

    position: relative;
  }

  .faq_box_bg_npc_form img {
    content: url("//browhaus.com/wp-content/uploads/2020/08/BH_BR_NPC_img_450.jpg");
    width: 100%;

    position: absolute;
    z-index: 3;
  }
}

@media only screen and (max-width: 670px) {
  .npc_pageform_box_content .lp_content {
    width: 420px;
    left: -5%;
  }
}

@media only screen and (max-width: 640px) {
  .npc_pageform_box_content .lp_content {
    width: 400px;
    left: -5%;
  }
}

@media only screen and (max-width: 580px) {
  .npc_pageform_box_content .lp_content {
    width: 380px;
    left: -10%;
  }
}

@media only screen and (max-width: 540px) {
  .npc_pageform_box_content .lp_content {
    width: 380px;
    left: -12%;
  }
}

@media only screen and (max-width: 500px) {
  .npc_pageform_box_content .lp_content {
    width: 380px;
    left: -11%;
  }
}

@media only screen and (max-width: 420px) {
  .npc_pageform_box_content .lp_content {
    width: 360px;

    left: -17%;
  }
}

@media only screen and (max-width: 380px) {
  .npc_pageform_box_content .lp_content {
    width: 320px;
    left: -15.5%;
  }
}

@media only screen and (max-width: 340px) {
  .npc_pageform_box_content .lp_content {
    width: 300px;
    left: -17%;
  }
}

@media only screen and (max-width: 320px) {
  .npc_pageform_box_content .lp_content {
    width: 280px;
    left: -15.5%;
  }
}
