.validate_error_class {
    color:red!important;
}
.branch_notification{
    background: #EDF6F0;
}
.branch_white{
    background: white;
}
span{
    font-size:15px;
}
.box{
    padding:0px 0px;
    margin: 2px;
}

.box-part{
    background:#FFF;
    border-radius:6px;
    border:1px solid #00a950;
}
.text{
    margin:20px 0px;
    color:#ed1c24;
}

.view_more{
     color: rgb(174, 36, 91) !important;
    padding-right: 10px;
}
.view_more a {
    color: rgb(174, 36, 91)!important;
}