.email-perspective{
    width: 65%;
    height: 45px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    border: none;
    background: #e7e5e6;
    border-radius: 0;
    box-sizing:border-box;
    float: left;
    margin: 5px;
    margin-bottom: 20px;
    border-radius: 3px;
    
}
.subscribe-perspective{
    height: 45px;
    width: 35%;
    font-size: 16px;
    float: left;
    margin: 5px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #b82e2e!important;
}

.subscribe-news{
    padding: 10px 0px !important;
    width: 104% !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #0b4688!important;
    border-radius: 20px;
}
.email-news{
    padding: 10px 0px !important;
    width: 94% !important;
    height: 40px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    border: none;
    background: #e7e5e6;
    border-radius: 0;
    box-sizing: border-box;
    float: left;
    margin-top: -15px;
}
.siderbar-form{
    padding: 18px 20px 0 20px; 
    width: 100%; 
    height: 180px;
    border: 1px solid #0b4688; 
    background-color: #ffffff; 
    box-sizing: border-box;
    /*text-align: center;*/
    /*float: left;*/
}
.wpcf7-response-output{
    display: none;
}
@media(max-width:768px){
    #email-home{
        display: none;
    }
}