.elementor-145 .elementor-element.elementor-element-2f83423d{--display:flex;--min-height:200px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-145 .elementor-element.elementor-element-2f83423d:not(.elementor-motion-effects-element-type-background), .elementor-145 .elementor-element.elementor-element-2f83423d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-145 .elementor-element.elementor-element-65ba0e26 > .elementor-widget-container{padding:25px 25px 25px 25px;}.elementor-145 .elementor-element.elementor-element-65ba0e26 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:42px;font-weight:600;text-transform:uppercase;color:var( --e-global-color-secondary );}.elementor-145 .elementor-element.elementor-element-717c6a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-145 .elementor-element.elementor-element-717c6a5.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-145 .elementor-element.elementor-element-2f83423d{--content-width:1200px;}.elementor-145 .elementor-element.elementor-element-717c6a5{--content-width:1200px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-6305b23 *//*bnm form font*/

#wrapper {
  margin-bottom: 0px !important;
}
.footer.custom-footer {
  display: none;
}

/*bnm general form container*/
.bnm-c-form-container {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  position: relative;
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
  border-radius: 5px;
  font-weight: 400;
  padding: 10px 20px;
  min-height: 600px;
}
.bnm-c-form-container i {
  font-size: 38px;
  background-color: #002c59;
  color: white;
  padding: 5px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
/*bnm general form container headers*/
.bnm-c-form-container h1,
.bnm-c-form-container h2,
.bnm-c-form-container h3,
.bnm-c-form-container p {
  margin: 0;
  padding: 0;
  font-weight: 400;
 
}
/*bnm general form container headers*/
.bnm-c-form-container a,
.bnm-c-form-container a:visited {
  text-decoration: none;
  color: white;
  width: 100%;
}
/*bnm general form main header*/
.bnm-c-form-container h1 {
  color: #002c59;
  letter-spacing: 1.25px;
  margin: 10px 0;
  font-size: 24px;
}
/**/
.bnm-general-container {
  margin-bottom: 15px;
}

/*bnm general form main header*/
.bnm-c-form-container h3 {
  color: #002c59;
  line-height: 1.3em;
  font-size: 18px !important;
}
/*slider*/
.slidecontainer {
  display: flex !important;
  flex-direction: column;
  min-height: 40px;
  justify-content: space-between;
  padding: 5px 0;
  gap: 15px;
  margin-bottom: 5x;
}

.slider {
  display: inline-block;
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #333333;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin: 0;
  z-index: -1;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-bottom: 0px;
  background: #002c59;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #002c59;
  cursor: pointer;
}

/*slider-2**/
.slider-2-container {
  padding: 0;
  margin: 10px 0px 30px;
  /* border-top: 1px solid grey; */
}
.slider-2-container p {
  margin: 0;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #33333397;
}

.values {
  padding: 0px 0px 10px;
  display: flex;
}

.max-value {
  margin-left: auto;
}

.range-slider {
  margin-top: 10px;
  position: relative;
}

.slider-track {
  width: 100%;

  background-color: #333333;
  height: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid grey;
  border-radius: 5px;
}

.slider-track-filled {
  display: block;
  width: 100%;
  background-color: grey;

  height: 8px;
  /* position: absolute; */
  transform-origin: 0 0;
}

.min-thumb,
.max-thumb {
  width: 25px;
  height: 25px;
  background: #002c59;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  user-select: none;
}

.min-thumb {
  left: 0%;
}

.max-thumb {
  right: 0;
}
/*bnm-slider*/

/*bnm general form internal page*/
.bnm-c-form-page {
  border-radius: 5px;
  min-height: 600px;
  padding: 10px;
  /* border: 1px solid rgba(128, 128, 128, 0.5); */
  margin: 5px auto;
  width: 95%;
}

/*bnm general form page internal*/
.bnm-c-form-page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  animation: appearUp 0.5s ease-in-out;
}
.bnm-c-form-page-content > div {
  /* border: 1px solid aquamarine; */
  text-align: center;
}
.bnm-c-form-page-content-text {
  max-width: 600px;
}
/*bnm general form question*/
.bnm-c-form-mc-question {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 25px;
}
.bnm-c-form-mc-question h1 {
  animation: fade 0.7s ease-in-out;
}
.bnm-image-header-container {
  /* border: 1px solid crimson; */
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.bnm-image-header-container img {
  width: 100%;
  max-width: calc(100px + 1vw);
}
/* .bnm-c-form-choice-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid crimson;
  width: 100%;
  gap: 20px;
} */
.bnm-c-form-choice-container {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 30px;
}

.bnm-c-form-choice {
  /* border: 1px solid rgba(128, 128, 128, 0.5); */
  width: 100%;
  margin: 0px;
  max-width: calc(150px + 10vw);
  min-height: 150px;
  padding: 30px 10px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   border: 1px solid rgba(128,128,128,0.25);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  animation: fadeUp 0.8s ease-in-out;
}
.bnm-c-form-choice h3 {
  color: #002c59 !important;
  margin: 20px 0;
}
.bnm-c-form-choice img {
  width: 100%;
  max-width: 150px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  /* animation: fadeUp 0.75s ease-in-out 0.2s; */
}
.bnm-c-form-content-image img {
  width: 100%;
  max-width: 300px;
  margin-bottom: -80px;
}

/*form*/
.bnm-c-form-segment {
  display: flex;
  flex-direction: column;
  gap: 0px;
  /* border: 1px solid crimson; */
  width: 100%;
}
.bnm-c-form-segment h3 {
  color: #002c59;
  text-align: left;
  margin-bottom: 20px;
}
.bnm-c-form-section {
  /* border: 1px solid crimson; */
  display: grid;
  grid-gap: 15px;
  letter-spacing: 1px;
  margin: 0px 0px 20px;
}
.double,
.triple {
  grid-template-columns: 1fr 1fr;
}
.double-alt {
  grid-template-columns: 1fr;
}
.triple-custom {
  grid-template-columns: 2fr 1fr 1fr;
}
.bnm-c-form-section > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  gap: 5px;
}

.bnm-c-form-section label {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400;
}
.bnm-c-form-section input,
.bnm-c-form-select,
.bnm-c-form-select option {
  width: 100%;
  padding: 5px;
  margin: 0 !important;
  border: 1px solid grey;
  border-radius: 5px;
}
.address-input,
.contact-input {
  max-width: 300px;
  padding: 10px 5px !important;
  border: 1px solid red;
}
option {
  background-color: #002c59 !important;
}

/**/

.bnm-c-form-button {
  width: 100%;
  max-width: 225px;
  margin: 20px auto;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-weight: 900;
  background-color: #b70e2b;
  color: white;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  animation: fadeIn 0.8s ease-in-out;
  font-size: 22px;
  font-weight: 500;
}
.bnm-c-form-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
  display: none;
}
.bnm-c-form-button-prev img {
  width: 100%;
  max-width: 30px;
}

/*loading*/

.loading-container {
  /* border: 1px solid steelblue; */
  /* height: 600px; */
  width: 100%;
  display: flex;

  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out;
  animation: fade 0.8s ease-in-out;
}
.loader-image-container {
  position: absolute;
  min-height: 300px;
  min-width: 300px;
  max-width: 350px;
  min-height: 350px;
  transform: translate(-50%, 0%);
  top: 0%;
  left: 50%;
  /* border: 1px solid crimson; */
}
.loading-container img {
  /* border: 1px solid green; */
  width: 100%;
}
.square-container {
  /* border: 1px solid green; */
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 150px;
}
.loading-square {
  position: absolute;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
}

.ls-1 {
  /* background-color: aliceblue; */
  top: 25%;
}
.ls-2 {
  /* background-color: #bfd7ea; */
  left: 45%;
  height: 195px;
  width: 195px;
}
@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
.loading-dots {
  text-align: center;
  width: 100%;
}
.loading-dots--dot {
  -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
  animation: dot-keyframes 1.5s infinite ease-in-out;
  background-color: #002c59;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.loading-dots--dot:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading-dots--dot:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bnm-hide {
  display: none;
}

@media only screen and (min-width: 700px) {
  .address-input,
  .contact-input {
    max-width: 500px;
  }
  .bnm-c-form-page-content {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px; */
  }
  .bnm-c-form-content-image img {
    max-width: 375px;
 
    margin-bottom:-100px;
  }
  .bnm-c-form-choice {
    max-width: 280px;
    min-height: 300px;
  }
  .bnm-c-form-button:hover {
    background-color: #333333;
    transform: translateY(-7.5px);
  }
  .bnm-c-form-choice:hover {
    background-color: #b70e2b;
  }

  .bnm-c-form-container h1 {
    font-size: 28px !important;
  }
  .bnm-c-form-container h3 {
    font-size: 20px !important;
  }
  .triple {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .double-alt {
    grid-template-columns: 2fr 1fr;
  }

  .bnm-c-form-section input,
  .bnm-c-form-select,
  .bnm-c-form-select option {
    width: 100%;
    padding: 5px;
  }
  .bnm-c-form-section textarea {
    padding: 10px;
  }
  .bnm-image-header-container {
    flex-direction: row;
  }
  .bnm-image-header-container img {
    max-width: 225px;
  }
  .bnm-c-form-page h1{
      font-weight:600;
      letter-spacing:1px;
  }
  .bnm-c-form-page h3{
      font-weight:700;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}

#form-next-step {
  display: none;
}
/* @keyframes appearUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
} *//* End custom CSS */