﻿
/* Setting whtsapp icon at bottom */
.whatsapp 
{
    z-index: 99;
    width: 100%;
    position: fixed;
    bottom: 60px;
    float: right!important;
}

.whatsapp img 
{
    float: right!important;
    margin: 0px 25px 25px 0px;
}

/* End Setting whtsapp icon at bottom */

.text-center {
    text-align: center;
}

