.chat_box{
   position:fixed;
   right:-50px;
   bottom:70px;
   width:65px;
   z-index:10000;
}

.chat_box2{
   position:fixed;
   right:-50px;
   top:75px;
   width:65px;
   z-index:10000;
}

.faArrow {
   float:right;
   margin-right:0px;
}

.chat_box:hover {
   right:0px;
}

.chat_box2:hover {
   right:0px;
}

.chat_head {
   background:#800000;
   color:white;
   padding:10px;
   height:65px;
   font-weight:bold;
   cursor:pointer;
   border-radius:5px 0px 0px 5px;
}









