.request-loader {
        position: absolute;
        z-index: 1;
        right:-5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 250px;
        width: 250px;
        border-radius: 100%;
        background-color: transparent;
      }
      .request-loader.alt
       {
        position: absolute;
        right: auto;
        margin-top: 1100px;
        margin-left: -200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 150px;
        width: 150px;
        border-radius: 100%;
        background-color: transparent;
      }

      .request-loader::after {
        opacity: 0;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top:-80px;
        right: -80px;
        bottom: 0;
        content: '';

        height: 70%;
        width: 70%;
        background: -o-radial-gradient(
            center,
            ellipse,
            rgba(182, 225, 235, 0.1) 0,
            rgba(182, 190, 235, 0.226) 40%,
            rgba(131, 128, 167, 0.5) 80%
          );
          background: radial-gradient(
            ellipse at center,
            rgba(182, 225, 235, 0.1) 20%,
            rgba(182, 190, 235, 0.226) 40%,
            rgba(131, 128, 167, 0.5) 80%
            );
        border-radius: 100%;
        -webkit-animation-name: ripple;
                animation-name: ripple;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
                animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
      }

      .request-loader::before {
            z-index: -3;
            opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        position: absolute;
        top:-80px;
        right: -80px;
        bottom: 0;
        content: '';
        height: 70%;
        width: 70%;
        background: -o-radial-gradient(
            center,
            ellipse,
            rgba(182, 225, 235, 0.1) 0,
            rgba(182, 190, 235, 0.35) 40%,
            rgba(131, 128, 167, 0.5) 100%
          );
          background: radial-gradient(
            ellipse at center,
            rgba(182, 225, 235, 0.1) 20%,
            rgba(182, 190, 235, 0.35) 40%,
            rgba(131, 128, 167, 0.5) 100%
            );
        border-radius: 100%;
        -webkit-animation-name: ripple;
                animation-name: ripple;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
                animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
        z-index: -3;
      }
      .request-loader.alt::after {
        opacity: 0;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top:-80px;
        right: -80px;
        bottom: 0;
        content: '';
        height: 70%;
        width: 70%;
        background: -o-radial-gradient(
            center,
            ellipse,
            rgba(182, 225, 235, 0.1) 0,
            rgba(182, 190, 235, 0.226) 40%,
            rgba(131, 128, 167, 0.5) 80%
          );
          background: radial-gradient(
            ellipse at center,
            rgba(182, 225, 235, 0.1) 20%,
            rgba(182, 190, 235, 0.226) 40%,
            rgba(131, 128, 167, 0.5) 80%
            );
        border-radius: 100%;
        -webkit-animation-name: ripple;
                animation-name: ripple;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
                animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
      }

      .request-loader.alt::before {
            z-index: -3;
            opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        position: absolute;
        top:-80px;
        right: -80px;
        bottom: 0;
        content: '';
        height: 70%;
        width: 70%;
        background: -o-radial-gradient(
            center,
            ellipse,
            rgba(182, 225, 235, 0.1) 0,
            rgba(182, 190, 235, 0.35) 40%,
            rgba(131, 128, 167, 0.5) 100%
          );
          background: radial-gradient(
            ellipse at center,
            rgba(182, 225, 235, 0.1) 20%,
            rgba(182, 190, 235, 0.35) 40%,
            rgba(131, 128, 167, 0.5) 100%
            );
        border-radius: 100%;
        -webkit-animation-name: ripple;
                animation-name: ripple;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
                animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
        z-index: -3;
      }

  @-webkit-keyframes ripple {
    from {
      opacity: 1;
      -webkit-transform: scale3d(0, 0, 1);
      transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
}
    to {
      opacity: 0;
      -webkit-transform: scale3d(12.5, 12.5, 1);
      transform: scale3d(12.5, 12.5, 1);
      transform: scale3d(12.5, 12.5, 1);
}
  }

  @keyframes ripple {
    from {
      opacity: 1;
      -webkit-transform: scale3d(0, 0, 1);
      transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
}
    to {
      opacity: 0;
      -webkit-transform: scale3d(12.5, 12.5, 1);
      transform: scale3d(12.5, 12.5, 1);
      transform: scale3d(12.5, 12.5, 1);
}
  }