.popup.feature-popup.on-feature {
    display: block;
    position: relative;
    z-index: 9999;
}
.popupopen {
    position: fixed;
    overflow: hidden;
}
/* The Modal (background) */
div#myModal .hs-fieldtype-text label {
    font-weight: 100;
    padding-top: 10px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
/*   overflow: auto; /* Enable scroll if needed */ */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.modal input[type="checkbox"]+span:before {
    left: 0px !important;
}
.modal .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 20px;
}
.modal .inputs-list li.hs-form-booleancheckbox span p {
    margin-left: 35px;
}
.modal ul.inputs-list {
    list-style: none;
}

.modal .inputs-list input[type="checkbox"]:checked+span:before {
    background: #009ca5;
    color: #373737;
    border-color: #009ca5;
}
.modal li.hs-form-booleancheckbox {
    position: relative;
}
.modal .hs-fieldtype-text.field.hs-form-field {
    padding-bottom: 10px;
}
.modal li.hs-form-booleancheckbox {
    font-size: 14px;
}

.modal  .inputs-list input[type="checkbox"]:checked + span:after {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    content: "\f00c";
    font-family: 'FontAwesome';
    width: 20px;
    line-height: 20px;
}
.modal  .inputs-list input[type="checkbox"], .modal  .form-section .inputs-list input[type="radio"] {
    position: absolute;
    left: 0;
    margin: 0;
    top: 0;
    opacity: 0;
    width: 20px;
    height: 20px;
}

.modal input[type="checkbox"]+span:before {
    position: absolute;
    left: -25px;
    top: 0;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    color: #fafafa;
    background: #fafafa;
}
.modal-content ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    margin-bottom: 0px;
    font-size: 12px;
    color: red;
}
.modal-content .hs_error_rollup {
  display:none !important;
}
/* .modal-content .hs-input {
    font-size: 14px;
    padding: 12px 10px !important;
    width: 100% !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 3px !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    color: #66696d !important;
    -webkit-appearance: none;
} */

.modal-content .span4 {
      text-align: center;
}
.modal-content .span8 {
    border-right: 1px solid #ccc;
    padding-right: 40px;
}
.modal-content .span4 a {
    background: #0699a7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.modal-content .row-fluid {
    display: flex;
    flex-wrap: wrap;
      align-items: center;
}
.modal-content .span4 h2 {
    font-size: 24px;
    padding-bottom: 40px;
}


/* Modal Content/Box */
.modal-content {
    background-color: transparent;
    margin: 8% auto;
    padding: 20px;
    border: none;
    max-width: 850px;
    text-align: center;
}
.modal-content h2 {
    padding-bottom: 15px;
    font-weight: 700;
    color:#fff;
    line-height: 40px;
}
.modal-content p{
  font-weight: 600;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #FFFFFF;
}
.modal-content fieldset {
    max-width: 100% !important;
}
/* .modal-content .actions {
    background: #099ca6;
    color: #fff;
    text-align: center;
    border: 0;
    margin: 0px auto;
    display: table;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
} */

.modal-content .actions .hs-button {
    background: transparent;
    border: 0;
    padding: 15px 40px !important;
    color: #fff;
    text-transform: uppercase;
}
.modal-content .actions {
    text-align: center;
    margin-top: 30px;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.feature-popup label{
    display:none;
}
.feature-popup .hs-form-field{
    display: inline-flex;
    width:380px;
    margin: 0;
    align-items: baseline;
    vertical-align: top;
}
.feature-popup .hs-submit{
    display: inline-flex;
    align-items: baseline;
    vertical-align: top;
}
.feature-popup .hs-form-field input{
    border-radius:25px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border: none;
    padding: 12px 20px !important;
    height: 53px;
    width: 100% !important;
  outline: none;
  font-size:16px;
}
.feature-popup .hs-form-field input:focus-visible{
  border:none;
  offset:none;
}
.feature-popup .actions{
    margin:0;
    padding:0;
}
.feature-popup .actions .hs-button,
.feature-popup .actions .hs-button:hover,
.feature-popup .actions .hs-button:hover:not(.inactive){
    border-radius:25px;
    padding: 16px 30px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    mix-blend-mode: normal;
    border: 1px solid #10B8ED;
    background: #10B8ED;
    position: relative;
    /* top: -2px; */
}

.feature-popup .input {
    width: 100%;
}

.feature-popup form{
    text-align:center;
}


@media(max-width:767px){
  .feature-popup .hs-form-field input {
      font-size: 14px;
      padding: 12px 15px !important;
      height: unset;
  }
  .feature-popup .actions .hs-button {
      font-size: 12px;
      padding: 11px 10px !important;
      width: 135px;
  }

  .feature-popup form {
      display: flex;
      align-items: stretch;
  }
  .modal-content .row-fluid {
      display: block;
  }
  .modal-content p {
/*         font-weight: 400; */
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
  }
 .modal-content h2 {
     padding-bottom: 10px;
    font-size: 20px !important;
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
  }
    .modal-content .span8 {
      border-right: 0px solid #ccc;
      padding-right: 0px;
  }
    .modal { 
      overflow: scroll;  
  }
    .modal-content .span4 {
      text-align: center;
      padding-top: 40px;
  }
  .feature-popup   .hs-form-field{
        max-width: 450px;
    width: 100%;
    }
 /*  .feature-popup   .hs-form-field input{
          border-top-right-radius:25px;
    border-bottom-right-radius:25px;
        max-width:100%;
    }
  .feature-popup   .actions .hs-button,
.feature-popup .actions .hs-button:hover,
.feature-popup .actions .hs-button:hover:not(.inactive){
        border-top-left-radius:25px;
    border-bottom-left-radius:25px;
    margin:20px 0px 0px;
} */
}

/*  */
  
/*  */
@media(max-width:450px){
  .feature-popup .hs-form-field input, .feature-popup .actions .hs-button {
      border-radius: 25px;
  }

  .feature-popup form {
      display: block;
  }

  .feature-popup .actions .hs-button {
      padding: 10px 20px !important;
      width: unset;
      margin-bottom: 15px;
  }

  .modal-content {
      padding: 20px 15px;
  }
}



