﻿.whatsapp_wrapper {
  position: fixed;
  bottom: 5%;
  right: 2.5%;
  z-index: 1000; }

.circleBase {
  border-radius: 50%;
  behavior: url(../scss/PIE.htc);
  /* remove if you don't care about IE8 */ }

.type1 {
  width: 75px;
  height: 75px;
  background: #25d366;
  border: 3px solid white;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3); }

.whatsapp_inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center; }
  .whatsapp_inner i {
    margin: 0 auto;
    font-size: 38px;
    color: #FFF; }
