.wrap {
  position: absolute;
  overflow: hidden;
  bottom: 100px;
  right: 0;
  /* bottom: 196px; */
  /* left: 76%; */
  /* padding: 20px 50px; */
  display: block;
  border-radius: 4px;
  /* transform: translateY(20px);
  transition: all 0.5s; */
  visibility: hidden;
      z-index: 99999;
}
/* .wrap .content {
  opacity: 0;
}
.wrap:before {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  content: "";
  bottom: 10px;
  left: 50%;
  top: 95%;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
} */
.wrap.active {
  display: block;
  visibility: visible;
  /* box-shadow: 2px 3px 16px silver; */
  /* transition: all 600ms;
  transform: translateY(0px);
  transition: all 0.5s; */
}
/* .wrap.active:before {
  height: 2000px;
  width: 2000px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -1000px;
  margin-top: -1000px;
  display: block;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap.active .content {
  width: 280px;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
} */

a.button {
  padding: 11px 11px 11px 11px;
  outline: none;
  border-radius: 50%;
  background: #007fed;
  color: #fff;
  font-size: 24px;
  display: block;
  position: fixed;
  /* left: 95%; */
  right: 20px;
  bottom: 40px;
  top: auto;
  transition: transform 0.25s;
  text-decoration: none!important;
}
/* a.button:hover {
  text-decoration: none!important;
  background: #2198ff;
}
a.button.active {
  transform: rotate(360deg);
  transition: transform 0.5s;
}
.glyphicon-send:before {
    content: "\e171";
    padding-right: 5px;
} */
/* @media (min-width:1900px){
  .wrap{
    top: 6%;
    bottom: 109px;
  }
}
@media (min-width:1290px) and (max-width:1466px){
  .wrap {
    bottom: 314px;
  }
}
@media (min-width:1466px) {
  .wrap{
    left: 77.7%;
  }
} */
