ul li.whatsapp{
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 50%;
    z-index: 1;
}

ul li.whatsapp a{
    background-color:rgb(31, 197, 106);
    font-size: 33px;
    width: 50px;
    height: 50px;
    transition: all .3s;
}


ul li.whatsapp a:hover{
    background-color:rgb(7, 161, 76);
}

ul li.whatsapp a i{
    line-height: 50px;
    color: white;
    position: relative;
    top: -1px;
}

a.scrollToTop{
    bottom: 90px;
}

.contactFooter{
    margin-top: 30px;
}

.contactFooter .form-control{
    height: 30px;
}

.contactFooter textarea.form-control{
    height: auto;
}