/*
Theme Name:   Shimanto Bank child theme
Description:  Write here a brief description about your child-theme
Author:       Shimanto Bank
Author URL:   Write here the author's blog or website url
Template:     shimantobank
Version:      1.3.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  shimantobank-child
*/

/* Write here your own personal stylesheet */

.footer-wrapper{
    position:relative;
}
.chat-button-custom{
    position:fixed;
    right:144px;
    bottom:2px;
    height:50px;
    width:50px;
    /*background:url(images/chat-image-custom.png) no-repeat center center;*/
    /*background-size:cover;*/
    background-color:#9c3836;
    color:#fff;
    border-radius:100%;
    border:none;
    z-index:1000;
    cursor:pointer;
}
