@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.social-share
   {
        margin: 20px 0px 20px 0px;
        padding: 15px 0px 0px 0px;
        border-top: solid 1px #dddddd;
   }

#social-links ul li:before {
  content: none;
}

#social-links ul li{
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  padding: 0;
}

#social-links ul li a{
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#social-links span.fa{
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 37px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#social-links span.fab{
  color: #fff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#social-links span.fa-facebook{
     background-color: #4267B2;
}
#social-links span.fa-x-twitter{
     background-color: #000000;
}
#social-links span.fa-whatsapp{
     background-color: #25D366;
}
#social-links span.fa-whatsapp{
     background-color: #25D366;
}
#social-links span.fa-pinterest{
     background-color: #E60023;
}


.social-share h5
{
      font-size: 16px;
      margin:0;
      padding:0;
}




/* whats-chat
================*/
#whats-chat {
  position: fixed;
  right: 7%;
  bottom: 5%;
  height: 40px;
  width: 170px;
  background: #25D366;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  z-index: 99999;
}
#whats-chat:hover {
  cursor: pointer;
  transition: .5s;
}
#chat-box {
  position: fixed;
  right: -500px;
  bottom: 24%;
  width: 280px;
  height: 200px;
  transition: all .5s;
  z-index: 99999;
}
@media(max-width:480px) {
#chat-box {
  bottom: 25%;
  }
}
.chat-logo {
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
#chat-top {
  font-family: 'Fira Sans', sans-serif;;
  width: 100%;
  line-height: 2;
  background: rgb(18, 140, 126);
  color: white;
  border-radius: 5px 5px 0 0;
  padding: 10px 10px;
  font-family: inherit;
}
#chat-msg {
  background: url(../images/whatsapp-chat-bg.png);
  background-size: cover;
  padding: 20px 20px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 25px -10px #999;
}
#chat-msg p {
  font-size: 14px;
  padding: 10px;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 10px;
}
#chat-msg p:after {
  content: '';
  position: absolute;
  top: 82px;
  left: 10px;
  z-index: 1000;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 14px solid #ffffff;
}
#chat-form {
  display: flex;
  margin-top: 35px;
}
.chat-in {
  width: 80%;
}
#chat-form input {
  border-radius: 20px;
  border: none;
  outline: none;
  font-size: 13px;
  padding: 5px 10px;
  line-height: 2;
}
#send-btn {
  width: 20%;
  padding: 0 5px;
}
#chat-top-right {
  float: right;
  padding: 5px 0;
}
#chat-box:after {
  content: '';
  position: absolute;
  bottom: -32%;
  right: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #ece5dd;
}
.whatsapp-txt {
  font-family: 'Fira Sans', sans-serif;;
  color: #fff;
  margin-left: 10px;
  font-weight: 500;
}
.comp {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(253, 161, 43, 1);
}
