.contact_cont{
  display: flex;
  flex-direction: row-reverse;
  gap: 1vw;
  position: fixed;
  bottom: 32vw;
  right: 0vw;
  z-index: 12;
  transform: translate(0%, 100%);
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 1vw;
  bottom: 16vw;
}
.whatsappCont, .callCont {
  display: flex;
  justify-content: center;
  border-radius: 3vw;
  width: 50%;
  padding: 1vw;
}
.whatsappCont{
  background-color: #29a61a;
}
.callCont{
  background-color: #ec765c;
}
.whatsappIcon {
  background-color: transparent;
  /* box-shadow: -1px -1px 10px -5px black; */
  border: none;
  height: 12vw;
  width: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-cta {
  transform: translate(0%, 0%);
}
.callIcon {
  background-color: white;
  /* box-shadow: -1px -1px 10px -5px black; */
  border: none;
  height: 12vw;
  width: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
