.body_content{
        background-color: #f5f5f5;
        position: relative;
        margin-top:10px;
    }
    
    .bot-content{
        box-shadow: 0px 3px 10px #696969;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-radius: 10px;
    }
    .button-messenger{
        background-color: #0084ff;
        color: #fff;
        border: 1px solid transparent;
    }
    .button-messenger:hover{
        background-color: #0084ff;
        color: #fff;
    }
    .copy_right,.copy_right:hover{
        width: 100%;
        display: inline-block;
        color: #9E9E9E;
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 10px;
        text-decoration: none;
    }
    .bot-info-container{
        padding: 15px;
    }
    .clear-30{
        clear: both;
        height: 30px;
    }
    .fb_iframe_widget span iframe{
        width:auto !important;
        height: auto !important;
    } 
    .banner img{
        width: 100%;
        border-radius:10px 10px 0 0;
    }
    .visible_sm{
        display: none;
    }
    @media screen and (max-width: 600px) {
        .bot-content,.body_content{
            border-radius: 0px;
            margin-top:0;
        }
        .banner img{
            border-radius:0px;
        }
        img{
            max-width: 100%;
        }
        .banner{
            margin-top:0px;
        }
        .visible_sm{
            display: block;
        }
        .hidden_sm{
            display: none;
        }
        .copy_right,.copy_right:hover{
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }
    .fb_iframe_widget span iframe{
        width:auto !important;
        height:auto!important;
    }