#popup_overlay {
  /*background: none repeat scroll 0 0 #313131;*/
  background: rgba(49, 49, 49, 0.8);
  height: 100%;
  left: 0;
  /*opacity: 0.8;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
html{
    overflow-x: hidden;
}

.pop_cont {
  position: absolute;
  top: 50%;
  width: 300px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  z-index: 100;
  left: 50%;
  margin-left: -150px;
  padding: 15px;
  box-sizing: border-box;
}

.pop_cont p {
  padding-bottom: 15px;
}

input.error {
  background: url(https://cdn.subscribefunnels.com/e43ae2df-866a-42aa-a3bd-e764d11c5e3c/bloodEXP/assets/css/../images/error-input.png) no-repeat right center #ffffff !important;
  border: 1px solid #ff0000 !important;
}

input.valid {
  background: url(https://cdn.subscribefunnels.com/e43ae2df-866a-42aa-a3bd-e764d11c5e3c/bloodEXP/assets/css/../images/tick-input.png) no-repeat right center #ffffff !important;
  border: 1px solid #93DC69 !important;
}

select.valid {
  background: url(https://cdn.subscribefunnels.com/e43ae2df-866a-42aa-a3bd-e764d11c5e3c/bloodEXP/assets/css/../images/tick-input.png) no-repeat right center #ffffff !important;
  border: 1px solid #93DC69 !important;
}

select.error {
  background: url(https://cdn.subscribefunnels.com/e43ae2df-866a-42aa-a3bd-e764d11c5e3c/bloodEXP/assets/css/../images/error-input.png) no-repeat right center #ffffff !important;
  border: 1px solid #ff0000 !important;
}

#LoadingDiv {
  margin: 0px 0px 0px 0px;
  position: fixed;
  height: 100%;
  z-index: 9999;
  padding-top: 350px;
  width: 100%;
  clear: none;
  background: url(https://cdn.subscribefunnels.com/e43ae2df-866a-42aa-a3bd-e764d11c5e3c/bloodEXP/assets/css/../images/trans.png);
  text-align: center;
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 30px;
}

/*IE will need an 'adjustment'*/
* html #LoadingDiv {
  position: absolute;
  height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


ul.footer_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.footer_sec li {
  margin-left: 8px;
  text-decoration: none;
}

ul.footer_sec a {
  text-decoration: none;
  display: inline-block;
  color: gray;
  border-right: 1px solid gray;
  line-height: 1;
  padding-right: 8px;
}

ul.footer_sec li:last-child a {
  border-right: none;
  padding-right: 0;
}

.pulse{animation-name:pulse;-webkit-animation-name:pulse;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes pulse{0%{transform:scale(0.9);opacity:0.9}50%{transform:scale(1);opacity:1}100%{transform:scale(0.9);opacity:0.9}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.95);opacity:0.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(0.95);opacity:0.7}}