/* Whatsapp Button */
.btnw{
    border:none;
    padding:12px 28px;
    text-transform:capitalize;
    border-radius:6px;
    cursor:pointer;
    color:white;
    display:inline-block;
    font-size:16px;
    background-size:200%;
    transition:0.6s;
    box-shadow:0px 7px 21px 0px rgba(0,0,0,0.12);
    background-color: #25d366;
    text-align:center;
    font-weight: bold;
    font-family: sans-serif;
}

.btnw:hover{
    background-color: #075E54;
}
