.lp__popup_signup {
  width: 97%;
  z-index: 10;
  background: #F0F2F4;
  padding: 20px 24px!important;
    display:none;
    position: fixed;
    border: 0;
    bottom:6rem;
    left:15px;
    top: auto;
}

@media (min-width: 768px) {
  .lp__popup_signup {
    width: 380px;
    right: 0;
        left:auto;
    bottom: auto;
    top: calc((100% - 12rem) / 2);

  }
}
@media (min-width: 992px) {
  .lp__popup_signup {
    width: 480px;
  }
}
.lp__popup_signup.fade.show {
  opacity: 1;
  transition: opacity 0.15s linear;
}

.lp__popup_signup:focus {
  outline: 2px solid #ffd380;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}
.lp__popup_signup_btn {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    overflow: hidden;
    height: 65px;
    position: fixed;
	left:15px;
    right:15px;
    bottom: 0;
    transition: all 0.2s ease 0s;
    top: auto;
    z-index: 10;
    background: #FFC72C;
    border:0px;
    box-shadow:none;
    color:#002345;
    width: 97%;
    text-align: left;
        padding: 20px 24px;
}
@media (min-width: 768px) {
.lp__popup_signup_btn {
     width: 380px;
        left: auto;
        right: 0;
    }
}
.lp__popup_signup .lp__lead_paragraph_sm a {
    color: #002345;
        text-decoration: underline;
        }
.modal-open .lp__popup_signup_btn {
    display:none;
        }
.minimize-model-button {
  background-color: transparent;
  border: 0px;
  display: inline-block;
  float: right;
  position: relative;
  top: -12px;
  right: -16px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.minimize-model-button:focus {
  outline: 2px solid #ffd380;
}

.lp__popup_signup .lp__btn {
  margin-bottom: 16px;
  font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 700;
    background-color: #002345;
    padding: 14px 32px 14px 32px;
    display: inline-block;
    border:0px;
     color: #fff;
}

.lp__popup_signup .search-input-field,
.lp__popup_signup .lp__lead_paragraph_sm {
  margin-bottom: 16px!important;
}
.lp__popup_signup .search-input-field {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0.5rem;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  font-size: 1rem;
  font-weight: 400;
}
.lp__popup_signup .lp__lead_paragraph_sm,
.lp__popup_signup .lp__lead_paragraph_xs,
.lp__popup_signup .lp-minus {
  color: #002345;
}
.lp__popup_signup .lp__lead_paragraph_sm {
  font-size: 16px;
font-weight: 400;
line-height: 24px;
}
@media (max-width:767px) {
  .lp__popup_signup .lp__lead_paragraph_sm {
    font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  }
}
.lp__popup_signup .lp__lead_paragraph_xs {
  font-size: 12px;
font-weight: 400;
line-height: 20px;
}
.lp__popup_signup ._loop_privacy_policy a {
    color: #002345;
    text-decoration: underline;
        }
        .lp__popup_signup ._loop_privacy_policy a:hover,
            .lp__popup_signup ._loop_privacy_policy a:focus {
              color: #002345;
        }
.lp__popup_signup .lp__lead_paragraph_sm span {
  display: table-cell;
}

.lp__popup_signup .lp__secondary_input input[type=text]:focus,
.lp__popup_signup .lp__secondary_input input[type=email]:focus,
.lp__popup_signup .lp__secondary_input input[type=search]:focus,
.lp__popup_signup .lp__secondary_search input[type=text]:focus,
.lp__popup_signup .lp__secondary_search input[type=email]:focus,
.lp__popup_signup .lp__secondary_search input[type=search]:focus {
  outline: 2px solid #ffd380;
  color: #002345;
}

.lp__signup_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #002345;
}
.lp__popup_signup_btn:after {
  content: url(../maximize-icon-2.html);
  display: inline-block;
  background: transparent;
            float: right;
}
.lp__popup_signup .lp-minus:before {
  content: url(../minimize-icon.html);
  display: inline-block;
  background: transparent;
            float: right;
}
.modal-open .lp__popup_signup_btn:after {
    display:none;
        }
html[lang="fr"] .lp__signup_title,
html[data-lang="fr"] .lp__signup_title{
  font-weight: 600;
  font-size: 18px;
  line-height:29px;
  color: #FFFFFF;
}

html[lang=ar] .lp__popup_signup {
    right: auto;
        left: 0;
}
#exampleModal {
    transition: all 0.2s;
}
#errorMessage .emailValidationError {
    width: 100%;
}
.nl_error {
    width: 95%;
    display: flex;
    font-size: 0.9rem;
    margin-bottom: 16px;
    text-align: left;
    display: none;
    transition: all 1s;
    position: relative;
    padding: 10px 20px;
    background: #fff;
    /* border: 0.1rem solid #f8d1d1;
    border-radius: 0.5rem; */
    background-color: #fff;
    color: #D70000 !important;
}
.emailValidationError {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    display: none;
}
.firstname {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
html[lang="fr"] .lp__popup_signup_btn {
        font-size: 18px;
    line-height: 24px;
}
.lp__select_dropdown {
  position: relative;
}
.lp__checkbox_wrap .sol-input-container,
.lp__select_dropdown select {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  padding: 8px 16px 8px 16px;
  width: 100%;
    height:40px;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lp__select_dropdown option {
  padding: 4px;
}
.lp__select_dropdown option:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.lp__select_dropdown .select-arrow {
  position: absolute;
  color: #0071bc;
  font-size: 13px;
  top: 8px;
  right: 14px;
  pointer-events: none;
}
.lp__select_dropdown .select-arrow::before {
  font-family: "loopicon";
  content: "\e116";
}
.lp__dropdown label {
        font-size: 0.875rem;
    line-height: 1.375rem;
    color:  #002345;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
    }
.modal-dialog {
    margin:0px;
            width: 100%;
    padding:0px;
}

.lp__checkbox_wrap {
    margin-bottom: 32px;
}
.lp__newsletter_list_msg .lp__solid_lightblue_btn {
  padding: 0px 0px 8px 0px;
    font-size: 1rem;
    line-height: 1.149rem;
    font-weight: 700;
    padding: 18px 20px 18px 20px;
    text-align: center;
    background-color: #002345;
    margin-right: 16px;
    color: #fff;
    border:0px;
        display: inline-block;
    margin-bottom: 16px;
}
.lp__newsletter_list_msg .lp__solid_lightblue_btn:active,
.lp__newsletter_list_msg .lp__solid_lightblue_btn:hover {
  background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
color: #fff;
box-shadow: none;
text-decoration: none;
}
.lp__checkbox_wrap .sol-inner-container {
border:0px;
height: 40px;
}
/* .lp__checkbox_wrap .sol-container {
position: relative;
}
.lp__checkbox_wrap .sol-selection {
  max-height: 250px;
}
.lp__checkbox_wrap .sol-selection-container{
position: absolute;
left: 0px!important;
top: 0px!important;
} */
.lp__checkbox_wrap .sol-selection {
  max-height: 250px;
}
.lp__primary_checkbox {
float:left;
}
.nothanks .lp__solid_lightblue_btn {
  font-weight: 700;
line-height: normal;
border: 1px solid var(--blue2, #00ADE4);
background: var(--white, #FFF);
padding: 15px 20px;
display: inline-block;
color: #002345;
}
.nothanks .lp__solid_lightblue_btn:active,
.nothanks .lp__solid_lightblue_btn:hover {
     border: 1px solid #00ade4;
  color: #002345;
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 );
  box-shadow: none;
  text-decoration: none;
    }