.custom-buttom-group{display:flex;flex-wrap:wrap}.custom-buttom-group .custom-buttom-item{margin-bottom:10px;padding-right:10px}.custom-buttom-group .custom-buttom-item .cta_button{background:#35b558;border-radius:5px;color:#fff;display:block;display:inline-block;font-size:20px;padding:10px 15px;position:relative;text-align:center;text-transform:capitalize;z-index:1}.custom-buttom-group .custom-buttom-item .cta_button:after{background-color:#0070b2;border-radius:5px;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;width:0;z-index:-1}.custom-buttom-group .custom-buttom-item .cta_button:hover:after{width:100%}