
#ibChatWidget {
  position: relative;
  bottom:0px;
  right:0x;
}
#ib-chat-widget {

    position:fixed;
    right:20px;
    bottom:50px;
    z-index:100;
    width: 60px;
  
  }
  
  .chat-widget-menu {
    text-align: center;
    display: none;
  }

  .chat-widget-item  {
    display: inline-block; 
    margin-bottom:10px;
  
  }
  
  .chat-widget-item a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #0047c9;
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px;
    box-shadow: 0px 0px 5px #003ce5ad;
    text-decoration: none;
    transition: 0.5s;
  }
  .chat-widget-item a.chat-btn-line {
    background-color: #1fcb00 ;
    box-shadow: 0px 0px 5px #1fcb00 ;
  }
  .chat-widget-item a.chat-btn-facebook {
    background-color: #0072ff;
    box-shadow: 0px 0px 5px #0072ff;
  }
  .chat-widget-item a.chat-btn-phone {
    background-color: #ffc600;
    box-shadow: 0px 0px 5px #ffb10061;
  }
  .chat-widget-item a:hover{
    opacity: 0.8;
    transform: scale(1.1);
  } 
  
  .chat-widget-toggle-menu {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #005aff;
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px;
    box-shadow: 0px 0px 5px #003ce5ad;
  
   
    cursor: pointer;
  }
  .chat-widget-toggle-menu i {
    transform: rotate(90deg);
    transform: scaleX(-1);
  }




  /* message box hello */
  /* Message box starts here */
.chat-widget-hello-box {
  clear: both;
  position: relative;
}

.chat-widget-hello-box .arrow {
  width: 12px;
  height: 20px;
  overflow: hidden;
  position: relative;
  float: left;
  top: 6px;
  right: -1px;
}

.chat-widget-hello-box .arrow .outer {
  width: 0;
  height: 0;
  border-right: 20px solid #000000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.chat-widget-hello-box .arrow .inner {
  width: 0;
  height: 0;
  border-right: 20px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 2px;
}

.chat-widget-hello-box .message-body {
   display:inline-block;
  width: auto;
  height: auto;
  border: 1px solid #CCC;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 6px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.chat-widget-hello-box .message-body p {
  margin: 0;
}




/**** FOOTER STYLE */

#ib-chat-widget.chat-footer {
  left:0px;
  right:0px;
  position:fixed;
  bottom:0px;
  height: 42px;
  background:#ffffff00 ;
  width:100%;
  display:none;
}

#ib-chat-widget.chat-footer 
.chat-widget-menu {
  display: flex;
  flex-wrap: wrap;
}

#ib-chat-widget.chat-footer 
.chat-widget-item {
  flex: 1 1 30%;
  margin: 2px 2px;
}

#ib-chat-widget.chat-footer 
.chat-widget-item a {
   
  
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  height: 36px;

  
  border-radius: 2px;
  background-color: #0047c9;
  color: #FFF;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  padding: 2px 0px;
  box-shadow: 0px 0px 5px #003ce5ad;
  text-decoration: none;
  transition: 0.5s;
  background-size: 200% auto;
}

#ib-chat-widget.chat-footer .chat-widget-item a.chat-btn-line {
    color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
    background-color: #356300 !important;
    background-image: linear-gradient(to right, #4CAF50 0%, #8BC34A 51%, #8BC34A 100%);
    box-shadow: 0px 0px 5px #ffffff00;
    border-radius: 3px;
    border: 1px solid #4CAF50;
}

#ib-chat-widget.chat-footer 
.chat-widget-item a.chat-btn-facebook {
  background-color: #0072ff;
  box-shadow: 0px 0px 5px #0072ff;
}

#ib-chat-widget.chat-footer 
.chat-widget-item a.chat-btn-phone {
  background-color: #ffc600;
  box-shadow: 0px 0px 5px #ffb10061;
}

#ib-chat-widget.chat-footer 
.chat-widget-item a:hover{
  opacity: 0.8;
  transform: scale(1);
} 

#ib-chat-widget.chat-footer 
.chat-widget-toggle-menu {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #0047c9;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 15px 0px;
  box-shadow: 0px 0px 5px #003ce5ad;

 
  cursor: pointer;
}

#ib-chat-widget.chat-footer 
.chat-widget-toggle-menu i {
  transform: rotate(90deg);
  transform: scaleX(-1);
}

#ibChatWidget {
    display: none;
    transition: all 0.3s ease;
}
@media (max-width: 480px) {  

  #ib-chat-widget {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 100;
    width: 60px;
  }

  #ib-chat-widget.chat-footer {
   
     display:none;
  }
  #ib-chat-widget.chat-footer.mmShow {
    display:block;
  }

  
}