

.container {
      /*padding-top:50px;*/
      max-width: 968px;
}

.fixed{ position: fixed;}

.section {
    /*margin-top: 30px;*/
    border: 1px solid #efefef;
    border-radius: 5px;
}
.hero{
  position: relative;
}

.hero .title{
  position: relative;
  z-index: 10;
}

.hero:after{
    content: '';
    background-image: url(../img/Customer-Support_Banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 85%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: .2;
    bottom: 0;
    background-color: #f8f8f8;
}




.chat-box{
  padding: 2rem;
  background: #fff;
  bottom: 0;
  width: 100%;  
}

.chat-box .container:after{
    content: '';
    display: block;
    top: -2rem;
    width: 100%;
    height: 10px;
    position: absolute;
    border-top: 1px solid #eee;

}

.chat-message.in .content{
  text-align: right;
}

.chat-message.in{
  background: #efefef;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}


.chat-icon{
    background: #f8f8f8;
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    right: -15px;
    top: 70%;
    padding: 1%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.16), 0 2px 2px rgba(0,0,0,0.23);   
    -webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
        -ms-transition: all .25s ease-in;
         -o-transition: all .25s ease-in;
            transition: all .25s ease-in;

}

.chat-icon:hover{
    right: 0px;
}

.button-container .columns{
  width: 100%;
}