/*Feature 17a Partner LP*/
.lp-hero {
  position: relative;
  padding: 115px 0 100px;
}

.lp-hero.single {
  min-height: calc(100vh - 130px);
}

/* When there are more blocks except hero */
.lp-hero:not(.single) {
  height: auto;
} 

.lp-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(48.44%, rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 48.44%, rgba(0, 0, 0, .9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 48.44%, rgba(0, 0, 0, .9) 100%);
  -webkit-box-shadow: 0 8px 42px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 42px 0 rgba(0, 0, 0, 0.04);
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-content>* { max-width: 700px; }
.hero-content h1 { font: 700 56px/70px 'Poppins', sans-serif; }
.hero-content p { font: 400 24px/36px 'Poppins', sans-serif; }
.hero__logo {
  width: auto;
  max-height: 60px;
}
.misspelled-partner-text a { color: #a0c0d9; }
.misspelled-partner-text {
  background: rgba(3, 28, 43, .7);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 20px 30px;
  border-radius: 10px;
}

/* Form Styles */
.form-control {
  position: relative;
  padding: 5px 0;
  display: block;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #f0f0f0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #6f6f6f;
  -webkit-transition: border-color .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
  text-overflow: ellipsis;
}
.form-control:focus,
.form-select:focus {
  border-color: #f0f0f0;
  color: #f0f0f0;
  background-color: transparent;
  box-shadow: 0 0 0 0;
}
.form-group .required {
  font-size: smaller;
  color: #eb8a81;
}
.form-control:focus+.input-group-append .btn-toggle-password { border-color: #f0f0f0; }
.form-group.label-floating label.control-label { will-change: left, top, contents; }
.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-static label.control-label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}
.label-floating.is-focused label.control-label { transform: translateY(10px);}
.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: 5px;
  font-size: 14px;
  line-height: 30px;
  z-index: 4;
}
.form-group label.control-label {
  font-weight: 400;
  color: #f0f0f0;
}
.form-group label.select-label {
  position: absolute;
  top: -18px;
  color: #f0f0f0;
  font-size: 13px;
}
.form-group.label-floating.is-focused label.control-label,
.form-group.label-static label.control-label {
  top: -25px;
  left: 0;
  font-size: 12px;
  line-height: 1.07142857;
}
.form-group {
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}
.lp-form__wrapper input[type="checkbox"] {
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.lp-form__wrapper input[type="checkbox"]:checked::before { background: #fff; }
.lp-form__wrapper input[type="checkbox"]:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  z-index: 9;
  border-radius: 0;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /* gap: 10px;                */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px rgba(3, 28, 43, .7) inset !important;
  -webkit-text-fill-color: #f0f0f0 !important;
}
input::selection {
  background: rgba(3, 28, 43, 0.7) !important; 
  color: #f0f0f0 !important; 
} 
.form-control:disabled {
  background-color: rgba(3, 28, 43, .7);
  color: #f0f0f0;
}
.lp-form__wrapper input[type="checkbox"]:checked:after {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 5px;
  background: #fff;
  -webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.form-holder input[type="checkbox"]:checked::before {
  background: #a0c0d9;
}
.wpcf7-list-item { margin: 0; }
.wpcf7-submit {
  font-size: 18px;
  margin: 0;
  width: 100%;
  min-height: 60px;
  background-color: #eb8a81 !important;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
}
.wpcf7-submit:hover { background-color: #d37c74 !important; color: #fff; }
.form-spinner {
  margin: auto;
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  stroke: #ffffff;
  display: none;
}
.form-spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 2.5s ease-in-out infinite;
          animation: dash 2.5s ease-in-out infinite;
  stroke-linecap: round;
}
.lp-form__wrapper .form-control::-webkit-input-placeholder {
  text-transform: none;
  color: #999;
}
.lp-form__wrapper .form-control:-ms-input-placeholder {
  text-transform: none;
  color: #999;
}
.lp-form__wrapper .form-control::placeholder {
  text-transform: none;
  color: #999;
}
.bootstrap-select {
  min-height: auto;
}
.form-holder {
  padding: 25px;
  border-radius: 10px;
  background: rgba(3, 28, 43, .7);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #f0f0f0;
}
.form-content a {
  color: #a0c0d9;
  text-decoration: underline;
}
.form-holder a:hover {
  text-decoration: none;
}
.lp-hero__form h3 {
  text-align: center;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  padding: 25px 25px 0;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
}
.lp-hero__form h3::before {
  content: '';
  width: 150px;
  height: 3px;
  background: #e74632;
  display: block;
  margin: 0 auto 20px;
}
.dropdown-menu {
  display: none;
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  top: 0px;
  left: -8px;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
  margin: 0.125rem 0 0;
  color: #1f1f1f;
  text-align: left;
  list-style: none;
  background-color: #031c2b;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 4px 20px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  scrollbar-width: thin;
}
.dropdown-menu-item:first-child {
  pointer-events: none;
  opacity: .6;
  background-color: transparent;
}
.dropdown-menu-item {
  padding: 8px 12px;
  cursor: pointer;
  background-color: initial;
  width: 100%;
}
.dropdown-menu-item:hover {
  color: #1f1f1f;
  background-color: #e9ecef;
}
.dropdown-menu-search {
  width: 100%;
  max-width: 575px;
  margin: 0 auto 10px;
  display: block;
  padding: 8px 15px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ced4da;
  background-color: #031c2b;
  color: #fff;
  outline: none;
  height: auto;
  font-size: 16px;
}
.form-select,
.dropdown-select {
  width: 100%;
  height: auto;
  padding: 7px 15px 5px 0;
  border: 0;
  border-bottom: 1px solid #6f6f6f;
  border-radius: 0;
  position: relative;
  font-family: inherit;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: 98% center;
  background-size: 13px;
}
.form-select::after,
.dropdown-select::after {
  content: '';
  padding: 3px;
  border: solid #f0f0f0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  top: 43%;
  right: 10px;
  -ms-transform: rotate(45deg) translateY(-43%);
  transform: rotate(45deg) translateY(-43%);
  -webkit-transform: rotate(45deg) translateY(-43%);
}
.lp-form__wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.bootstrap-select >.dropdown-toggle.bs-placeholder .filter-option-inner-inner { color: #999; }

/* .lp-hero .form-control,
.lp-hero .chzn-container-single .chzn-single,
.lp-hero .chzn-container-active.chzn-with-drop .chzn-single {
  border: 2px solid #f2ece5;
} */
select.wpcf7-select + .error-message { 
  position: absolute;
  bottom: -25px;
}
.wpcf7-form-control-wrap {
  display: block;
	position: relative;
}
.wpcf7-not-valid-tip {
color: #eb8a81 !important;
  font-size: 12px !important;
  position: absolute;
}
.error-msg-lp {
  color: #eb8a81;
  position: absolute;
  bottom: -5px; 
  left: 0;
  font-size: 12px;
}
.error-msg-lp.hidden {
  display: none !important;
}
.alert-success {
  color: #4e4e4e;
  border: none;
  border-radius: 0;
  font-size: 16px;
}
#captchavalidation {
  margin: -15px 0 15px;
}
.loader__wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
}
.loader {
  width: 50px;
  height: 50px;
  border: 5px solid;
  border-color: #2dca73 transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
.wpcf7-acceptance .wpcf7-list-item { margin: 0; }

@media(min-width: 1200px) {
  .hero-content+div { min-height: 660px; }
}
@media (max-width: 1199px) {
  .lp-hero { 
    padding-top: 150px;
  }
  .misspelled-partner-text { text-align: center; }
  .hero-content {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .hero-content>* { max-width: 100%; }
  .hero__logo { margin: auto; }
}
@media(max-width: 991px) { 
  .hero::before { background: rgba(0, 0, 0, .4); }
}
@media(max-width: 575px) { 
  .hero-content h1 {
    line-height: 60px;
    font-size: 42px;
  }
}