.single-sfwd-quiz .loader_wrap
{
  z-index: 250;
  border: none !important;
  margin-bottom: 0px !important;
  display: block !important;
  text-align: center;
  margin-top: 30px;
}
.single-sfwd-quiz .spinner
{
  width: 96px;
  height: 26px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  position: static;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-sfwd-quiz .spinner > div
{
  width: 24px;
  height: 24px;
  background-color: #5270ff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both
}
.single-sfwd-quiz .spinner .bounce1
{
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s
}
.single-sfwd-quiz .spinner .bounce2
{
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s
}
@-webkit-keyframes sk-bouncedelay
{
  0%, 80%, 100%
  {
    -webkit-transform: scale(0)
  }
  40%
  {
    -webkit-transform: scale(1)
  }
}
@keyframes sk-bouncedelay
{
  0%, 80%, 100%
  {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40%
  {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}