
.lds-ripple {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #00ffc3;
  opacity: 1;
  border-radius: 126px;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 126px;
    left: 126px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 126px;
    left: 126px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 126px;
    left: 126px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 252px;
    height: 252px;
    opacity: 0;
  }
}

/*Small Screens*/
@media only screen and (min-width: 320px) {
  .lds-ripple{
  position:fixed;
  top: 10%;
  left: 10%
  }
}


/*iPads Screens*/
@media only screen and (min-width: 481px) {
  .lds-ripple{
  position:fixed;
  top: 30%;
  left: 25%
  }
}

/*Small screens, laptops.*/
@media only screen and (min-width: 769px) {
  .lds-ripple{
  position:fixed;
  top: 30%;
  left: 20%
  }
}

/*Small screens, laptops.*/
@media only screen and (min-width: 769px) {
  .lds-ripple{
  position:fixed;
  top: 40%;
  left: 40%
  }
}

/*Desktops, large screens*/
@media only screen and (min-width: 1025px) {
  .lds-ripple{
  position:fixed;
  top: 50%;
  left: 50%
  }
}


@media only screen and (min-width: 1201px) {
  .lds-ripple{
  position:fixed;
  top: 50%;
  left: 50%
  }
}