.btn, .btn-large, .btn-container .btn1{
    background: #e25f0f !important;
    border-radius: 5px;
}
.btn:hover, .btn-large:hover, .btn-large:active, .btn-large:focus{
    background:#e25f0f !important;
}
.btn:hover, .btn:active, .btn:focus{
    background:#e25f0f !important;
}
button.subscribe-btn.subscribe{
    background: #3eabbb !important;
}
button.subscribe-btn.subscribe:hover{
    background:#55cbdc !important;
}