.subscribe_content #email.error {
    border-color: rgb(229,24,55)!important;
}
.subscribe_content {
    border-radius: 10px;
    margin-bottom: 30px;
    background-image: url(/local/templates/cardio/img/icon/pulse-mini.svg);
    background-color: #7EAEC2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 18px 0;
    color: white;
}
.subscribe-titlebar {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 18px;
    padding: 0 20px;
}
.subscribe_content form {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
}
.subscribe_content form #email {
    padding: 8px;
    border-radius: 6px;
    outline: none;
    border: none;
    width: 100%;
    font-size: 16px;
    border: 1px solid transparent;
}
.subscribe_content form>label>span {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    display: block;
}
.consent-block {
    display: flex;
    align-items: center;
    margin: 18px 0;
}
.consent-block lable {
    display: inline-flex;
    font-size: 0;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.subscribe_content form .btn-success {
    background-color: #F14237;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: white;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 10px 31px;
    text-align: center;
    display: block;
    width: 180px;
    margin: 0 auto;
}
.subscribe_content .subscribe-footertitlebar {
    font-size: 12px;
    color: #fff;
    line-height: 110%;
    margin: 5px 0 0 0;
}
.subscribe_btn_mobile {
    text-align: center;
    margin-bottom: 20px;
}
.subscribe_btn_mobile>span {
    background-color: #5584B0;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: white;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 10px 25px;
    text-align: center;
    width: 180px;
}
@media (min-width:641px) {
    .subscribe_btn_mobile {
        display: none;
    }
}
@media (max-width:640px) {
  .subscribe_content {
    display: none;
  }
  .subscribe_btn_mobile .subscribe_content {
    display: block;
    max-width: 280px;
    text-align: left;
    margin: 0 auto 30px;
  }
}
