
#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 5px #4343434d;
  
   
    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: 45px;
  background:#1d64cb ;
  width:100%;
  display:none;
}
#ib-chat-widget.chat-footer 
.chat-widget-item.chat-widget-home a  {
   margin-top: -15px;
}
#ib-chat-widget.chat-footer 
.chat-widget-item.chat-widget-home a i {
  background: #FFF;
    color: #0a6af5;
    width: 45px;
    height: 45px;
   
    line-height: 45px;
    box-shadow: 0px 0px 3px 5px #43434336;
}

#ib-chat-widget.chat-footer 
.chat-widget-menu {
  display: flex;
    flex-wrap: wrap;
       gap: 3px;
}

#ib-chat-widget.chat-footer 
.chat-widget-item {
 flex: 1 1 0;
  box-sizing: border-box;
  margin: 0;
}

#ib-chat-widget.chat-footer 
.chat-widget-item a {
   
  
      display: inline-block;
    width: 100%;
    height: 45px;
    font-size: 1.55rem;
    line-height: 20px;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    background: #ffffff00 !important;
    box-shadow: none !important;
    border: 0 !important;
    text-decoration: none;
    transition: 0.5s;
    justify-content: center;
    background-size: 200% auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

#ib-chat-widget.chat-footer .chat-widget-item a i {
   display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
   /* border: 1px solid #ffffff6e; */
    margin: 0 auto;
    border-radius: 4px;

}

#ib-chat-widget.chat-footer 
.chat-widget-item a.chat-btn-line {
    color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
     
    border-radius: 3px;
  
}
#ib-chat-widget.chat-footer 
.chat-widget-item a.chat-btn-line i {
    font-size:25px;  
}

#ib-chat-widget.chat-footer 
.chat-widget-item a.chat-btn-facebook {
  
}

#ib-chat-widget.chat-footer 
.chat-widget-item a.chat-btn-phone {
     
    background-size: 200% auto;
}

#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);
}


@media (max-width: 480px) {  

  #ib-chat-widget {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 100;
    width: 60px;
  }

  #ib-chat-widget.chat-footer {
   
    display:block;
  }

  
  
}


#ibChatWidget {
    display: none;
    transition: all 0.3s ease;
}

 
 
 
 