.badge-app2.text-center {
  color: #fff;
}
.badge-app2.text-center a {
  color: #fff;
}
.badge-app2 {
  z-index: 800;
  position: fixed;
  bottom: 51px;
  right: 59px;
}
.text-center {
  text-align: center;
}
.badge-app,
.circle-object {
  background: #5c94a9;
}
.circle-object {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 700;
}
.circle-object {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 700;
}
.puff-out-center {
  -webkit-animation: puff-out-center 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite both;
  animation: puff-out-center 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite both;
}
@-webkit-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
}
@keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .boxStep {
    margin-bottom: 20px;
  }
  #pharmaQuiCont .storeLink {
    padding: 0px;
  }
/*  .badge-app2 p {
    position: relative;
    top: -7px;
    right: -26px;
  }*/
  .circle-object {
    width: 80px;
    bottom: 43px;
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .circle-object {
    right: 20px;
  }
  .badge-app2 {
    right: 42px;
    bottom: 30px;
  }
  .badge-app2 p {
    top: 2px;
    right: -4px;
  }
}
	@media (max-width:992px){
		.badge-app2 {
			z-index: 800;
			position: fixed;
			bottom: 31px;
			right: 51px;
		}
	}
	@media (max-width:480px){
		.badge-app2 {
			z-index: 800;
			position: fixed;
			bottom: 31px;
			right: 41px;
		}
	}
