body.widget-snippet .book-radio-btn a{
  background:#19164F;
  max-width: 250px;
}
.book-radio-btn a{
    text-transform: capitalize;
    padding: 10px 5px;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Alternate Gothic ATF';
    max-width: 213px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #0FBE9C;
    display: block;
    text-align: center;
    height: 44px;
    letter-spacing: 0.2px;
}
.book-radio-btn a:hover{
    background: #0FBE9C;
    color: #fff;
}
