.sticky-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 1; 
  background-color: rgba(0,0,0,0.6);
  left: 0px!important;
  border: none!important;
}


/*.footer-btn-container{
  padding: 0px!important;margin:0!important;
}*/
/*.footer-btn-container a {
  margin: auto;
}*/


.call {
  background: #E46969;
  color: white;
}

.whatsapp {
  background: #139675;
  color: white;
}
.whatsapp:hover {
  background: #0d6952;
}

.sms {
  background: #1D81A1;
  color: white;
}
.sms:hover {
  background: #b74f9f;
}

div.footer-btn-container a {
  font-size: 12px;
  width: 31.5%;
  border-radius: 0px;
}

.footer__wrapper {
  margin-bottom: 50px;
}
a.btn.btn-default.call, a.btn.btn-default.sms, a.btn.btn-default.whatsapp {
  padding: 0px;margin: 0px;
  height: 31px;
  line-height: 31px;
  color: white!important;
}

a.btn.btn-default.call::after, a.btn.btn-default.sms::after, a.btn.btn-default.whatsapp::after {
  display: none;
}


/*new sticky footer with chat*/
  div.sticky-show-more {
    bottom: 92px;
    right: 0px;
    /*height: 170px;*/
    width: 58px;
    position: fixed;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 1001;
    padding: 4px;
  }
  .st-footer {
    bottom: 0px;
    height: 50px;
    background:green;
    width: 100%;
    position: fixed;
    z-index: 1002;
  }
  .sticky-icon {
    height: 50px;
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: white!important;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
  }
  .sticky-icon a {
    color: white!important;
  }
  .sticky-icon:hover {
    box-shadow: 0 0 11px rgba(255,255,255,.4);
    opacity: .9;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .sticky-icon.wechat {
    background: #7AB42F;
  }
  .sticky-icon.facebook {
    background: #3B5898;
  }
  .sticky-icon.whatsapp-icon {
    background: #1CD741;
  }
  .sticky-icon.close-icon {
    line-height: 0px;
    height: 10px;
    text-align: right;
    padding-right: 5px;
    cursor: pointer;
    box-shadow: none;
    margin-top: 10px;
    font-size: 14px;
  }

  #showMore {
    color:white;
  }

  .circle-icon {
      color: white;
      background: red;
      width: 100px;
      height: 100px;
      padding:5px;
      border-radius: 50%;
  }

  #chatBtn {
    display: block;
    position: fixed;
    bottom: 2.5em;
    right: 2em;
    width: 58px;
    height: 58px;
    background: transparent url('../app/webroot/img/chat.png') no-repeat;
    background-size: contain;
    border-radius: 50%;
    border: 2px solid #3E80C1;
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.8);
    z-index: 999;
    text-indent: -9999px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.sticky-footer {
  position: fixed;bottom: 0px;z-index: 999;width: 100%;
}
.footer-copyright, .footer-btn-container {
  margin: auto;
  text-align: center;
}

@media (max-width: 480px) {
  .mobile--hidden {
    display: none!important;
  }
}

@media (min-width: 481px) {
  .desktop--hidden {
    display: none;
  }
}

/*.footer-btn-container a.btn.btn-default.call, .footer-btn-container a.btn.btn-default.sms, .footer-btn-container a.btn.btn-default.whatsapp {
  padding: 10px;
}*/

/*.footer-btn-container.group a{
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding-right: 25px!important;
  padding-left: 25px!important;
}
.sticky-footer.group {
  background: rgba(0,0,0,.3);
}*/
.p-btn-sm {
  padding: 4px;
  border: 1px solid #555;
}
.p-btn {
  border: 2px solid #555;
  padding: 8px;
}