.unsub-panel input.error {
    border: 1px #F00 solid !important;
}
.unsub-panel input.success {
    border: 1px #34a10e solid !important;
}
.fade-bg {
    background-color: #FFF;
    border: 1px #BBB solid;
    border-radius: 7px;
    margin: 30px 0;
    padding: 5px;
    text-align: center;
}
.footer-legal {
    padding-top: 15px;
}
.col-inputs {
    padding-left: 0;
    padding-right: 0;
}


#recaptchapopup {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(119, 117, 117, 0.639);
    align-items: center;
    justify-content: center;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
  }
  
  .recaptchacontainer {
    padding: 30px;
  background: #fff;
  border-radius: 10px;
  }
  
  .recaptchacontainer h3 {
    font-size: 20px;
    color: #646464 ;
    font-weight: 300;
  }

@media only screen and (max-width : 767px) {
    .hq-inner-wrap:after, .hq-inner-wrap-c:after {
        clear: both;
        content: '';
        display: table;
    }
}