.fixedcall {
  position: fixed;
  width: 180px;
  height: 65px;
  margin: 0;
  padding: 0;
  top: 48%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #2c1e19;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: none;
}
.fixedcall a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedcall a span {
  width: 45px;
  height: 70px;
  float: left;
  background: red;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixedcall a p {
  margin: 0;
  padding: 7px;
  color: #fff;
  font-size: 12px;
}
.fixedcall a svg {
  color: #fff;
  -webkit-animation: tada 1.25s infinite;
  -moz-animation: tada 1.25s infinite;
  -ms-animation: tada 1.25s infinite;
  animation: tada 1.25s infinite;
}
.fixedwhatapp {
  position: fixed;
  width: 180px;
  height: 65px;
  margin: 0;
  padding: 0;
  top: 57%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #2c1e19;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedwhatapp a {
  display: flex;
  font-size: 14px;
  align-items: center;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedwhatapp a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 65px;
  float: left;
  background: #3a9506;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedwhatapp a p {
  margin: 0;
  padding: 7px;
  color: #fff;
	font-size: 12px;
}
.fixedwhatapp a svg {
  color: #fff;
  -webkit-animation: tada 1.25s infinite;
  -moz-animation: tada 1.25s infinite;
  -ms-animation: tada 1.25s infinite;
  animation: tada 1.25s infinite;
}
.fixedwhatapp:hover {
  right: 0;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.fixedcall:hover {
  right: 0;
}

@media only screen and (max-width:767px) {
.fixedcall {
  display: block;
}
.fixedwhatapp {
  top: 60%;
}
}
