

a.action__btn {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 13px 30px;
}

a.action__btn:hover {
    background: #fff;
    color: #E22454;
}


a.action__btn3 {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #E22454;
    background: #E22454;
    padding: 13px 30px;
}

a.action__btn3:hover {
    background: #fff;
    color: #E22454;
}


a.cbtn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 35px;
    background: #E22454;
    color: #fff;
    position: relative;
    z-index: 2;
}

a.cbtn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background: #fff;
    transition: all .3s;
    z-index: -1;
}

a.cbtn:hover:after {
    width: 100%;
    transition: all .3s;
}

a.cbtn:hover {
    color: #E22454;
}

.button__group a:last-child {
    margin-left: 15px;
}




.cbtn1.active {
    background: #82B53F;
}

a.cbtn2 {
    background: #00287c;
}

.cbtn2.active {
    background: transparent;
    border: 1px solid #5f8be8
}

a.cbtn2:hover{
    color: #00287c;
}


a.cbtn3:after {
    background: #82B440;

}
a.cbtn3.active:after {
    background: #E12454;

}

a.cbtn3:hover {
    color: #fff;


}

a.cta__btn {
    display: block;
    padding: 70px 50PX;
    text-align: center;
    background: #E02454;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}
a.cta__btn:hover {
    background: #82B440;
}



/*SUBSCRIBE FORM BUTTON*/
a.subscribe__btrn {
    background: #82B53F;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
a.subscribe__btrn:hover {
    background: #233645;
}


a.readmore__btn {
    text-transform: capitalize;
}

a.readmore__btn i {
    padding-left: 2px;
    transition: all .3s;
}

a.readmore__btn:hover i {
    padding-left: 5px;
    transition: all .3s;
}