.sticky1 {
    top: 86%
  }
  .sticky1 {
    position: fixed;
    top: 9%;
    right: 6%;
    background-color: transparent;
    padding: 35px;
    font-size: 20px;
    float: right;
    z-index: 100
  }
  i.fa.fa-whatsapp.whatsappimg {
    color: #fff;
    font-size: 34px !important;
    width: auto;
    text-align: center
  }
  a.wc2c-wrap.wc2c-floating-circle-right {
    width: 50px;
    height: 50px;
    border-radius: 32%;
    bottom: 30px;
    text-align: center;
    padding-left: 10px;
    padding-right: 12px;
    padding-top: 13px;
    padding-bottom: 2px;
    background-color: #50C878;
  }
  .fa-whatsapp:before {
    content: "\f232";
  }
  a{
    color: #337ab7;
    text-decoration: none;
  }
  a {
    cursor: pointer;
    outline: 0;
    transition: all .5s;
  }