.social_chat_wrapper{
    position: fixed;
    bottom: 80px;
    right: 7px;
    z-index: 1;
}
.social_wrapper{
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 1;
    padding:60px;
    /* background-color: #220fff; */
}
.social_chat_wrapper .chat_menu li{
    list-style-type: none;
}
.social_chat_wrapper .chat_menu li a{
   font-size: 20px;
    border-radius: 50%;
    color: white;
    text-align: center;
    cursor: pointer;
    outline: none;
    box-shadow: 0 9px 25px 0 rgba(132, 128, 177, 0.28);
    overflow: hidden;
}
.social_chat_wrapper .chat_menu .social_chat .comment_icon{
  font-size: 25px;
  background:  linear-gradient(180deg, #ff7c01, #f06b6b, #FF3547);
  padding: 11px 14px !important;
  border-radius: 50%; /**/
  color:#ffff; /**/
}
.social_chat_wrapper .chat_menu .hoverle ul li{
    margin:10px 10px;
}
.social_chat_wrapper .chat_menu .hoverle ul li .telegram{
    padding: 8px 12px;
    background: #2DA1D3;
    margin-left: 2px;
}
.social_wrapper .social_chat .telegram{
    position: absolute;
    right: -65px;
    bottom: 9px;
}
.social_chat_wrapper .chat_menu .hoverle ul li .whatsapp{
    padding: 8px 10px;
    background: #25D366;
}

.social_chat_wrapper .chat_menu .hoverle ul li .massenger{
    padding: 8px 10px;
    background:  linear-gradient(180deg, #bb1b1b, #220fff);
}
.social_chat_wrapper .chat_menu .social_chat a:hover i{
    transform: rotate(360deg);
    transition: 1s;
}
.social_chat_wrapper .chat_menu .social_chat{
    position: relative;
}
.social_chat_wrapper .chat_menu .hoverle ul{
    position: absolute;
    right: 70px;
    top: -48px;
    content: "";
    height: 100%;
    width: 100%;
    z-index:999;
    display: none;
    opacity: 0;
}

.social_wrapper:hover .hoverle ul {
    top: -50px;
    display: block;
   opacity: 1;
   transition: all 1s ease;

}

.social_wrapper .animated {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
  }
  @keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
  .social_wrapper:hover .animated{
      animation: none;
  }

  @media (max-width: 766px) {
    .social_chat_wrapper{
      bottom: 110px;
  }
  .social_chat_wrapper .chat_menu .social_chat .comment_icon{
    padding: 8px 12px !important;
  }

  .social_chat_wrapper .chat_menu .hoverle ul{
    right: 30px;

  }

  .social_chat_wrapper .chat_menu .hoverle ul li .telegram{
    padding: 6px 9px;
}

.social_wrapper .social_chat .telegram{
    right: -60px;
}

  .social_chat_wrapper .chat_menu .hoverle ul li .whatsapp{
    padding: 6px 8px;
}


.social_chat_wrapper .chat_menu .hoverle ul li .massenger{
    padding: 6px 8px;
}
.social_chat_wrapper .chat_menu .hoverle ul{
  right: 60px;
  top: -42px;
}
.social_chat_wrapper .chat_menu .social_chat:hover .hoverle ul {
  top: -44px;
}
   }


