
  .share-btn-container {
    background: #fff;
    display: flex;   
    flex-direction: column;
    padding: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    position: fixed;
    top:55%;
    transform: translateY(-50%);
    margin: 0px;
    z-index: 2000;
    left:0; 
  }

  .share-btn-container ul{
    list-style: none;
    padding-left: 0%;
    margin-bottom: 0%;
  }

  .share-btn-container ul li .share{
    background-color:rgb(6, 69, 104);
    color:#fff;
    width: 100%;
    border-radius: 0%;
  }
  
  .share-btn-container a i{
    font-size: 28px;
  }

  .share-btn-container ul li a {
    margin: 0px 0;
    transition: 500ms;
    display: inline-block;
    text-decoration: none;
    width: 40px;
  }
   
  .share-btn-container a:hover {
    background-color: rgba(217, 216, 212);
    border-radius: 0%;
  }

  .share-btn-container  .fa-facebook {
    color: #3b5998
  }
  
  .share-btn-container   .fa-twitter  {
    /* color: #1da1f2 */
    color:Black;
  }

  .fa-twitter {
    content: \e61b;
  }
  
  .share-btn-container  .fa-linkedin {
    color: #0077b5
  }

  .share-btn-container  .fa-whatsapp{
     color: #25D366
  }

  .share-btn-container  .fa-telegram{
    color: #0088cc
  }

  .share-btn-container  .fa-envelope{
    color: #0072C6
  }
  

  /************************************************************/
  
  @media(max-width:756px) {
    .content {
       padding: 8px 32px;
    }
  
    .share-btn-container {
       transform: none;
       top: auto;
       left: 0%;
       bottom: 0;
       width: 100%;
       flex-direction: row;
       box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
       justify-content: center;
    }

    .share-btn-container a:hover {
      background-color: rgb(217, 152, 50);
  
    }

    
    .share-btn-container li{
      display: inline-block;
      padding-right: 2px;
      padding-left: 2px;
    }

    .share-btn-container ul li a i{
      font-size: 42px;
    }

    .share-btn-container ul li .share{
      width:70px;
      border-radius: 0%;
    }

}

@media(max-width:768px) and (min-width:757px) {

  .share-btn-container {
     transform: none;
     top: auto;
     left: 0px;
     bottom: 0;
     width: 100%;
     flex-direction: row;
     box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
     justify-content: center;
  }

  .share-btn-container li {
    display: inline-block;
    padding-left: 28px;
    padding-right: 28px; 
  }

  .share-btn-container li:hover {
    background-color: rgb(217, 152, 50);
    border-radius: 0%;
  }
   
  .share-btn-container ul li a i{
    font-size: 42px;
  }

  .share-btn-container ul li .share{
    width:100px;
    border-radius: 0%;
  }

  .share-btn-container ul .sha{
    background-color:rgb(6, 69, 104);
  }


}

  /**************/

