

.banner-ussd-spinner
{
    margin: 0;
    padding: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 20px;
}

.loader-banner-ussd
{
    position: relative;
    top: 40%;
    left: 10%;
    width: 64vh;
    height: 64vh;
    box-sizing:border-box;
    background: transparent;
}

.banner-ussd-logo
{
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    box-sizing: border-box;

}

.loader-banner-ussd .face-banner-ussd
{
    position: absolute;
    border: 2px solid rgba(0,0,0,0)
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd1
{
    top: 6%;
    left:3%;
    right: 18%;
    bottom: 15%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: 4px solid #C4CED3;
    animation: animate 20s linear reverse infinite;
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd2
{
    top: 37%;
    left: 28%;
    right: 12%;
    bottom: 3%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: 2px solid #E3EBC4;
    /*animation: animate 25s linear reverse infinite;*/
}

/*.loader-banner-ussd .face-banner-ussd.face-banner-ussd3*/
/*{*/
/*    top: 22%;*/
/*    left: 9%;*/
/*    right: 39%;*/
/*    bottom: 26%;*/
/*    background: rgba(255, 255, 255, 0.82);*/
/*    !*background-image: url("images/banner-ussd-Banner_final.png");*!*/
/*    box-shadow: 0 0 10px rgba(0,0,0,0);*/
/*    border-radius: 50%;*/
/*    border: 2px solid #C4CED3;*/
/*    !*animation: animate 45s linear infinite;*!*/
/*}*/

.loader-banner-ussd .face-banner-ussd.face-banner-ussd4
{
    top: 14%;
    left: 14%;
    right: -2%;
    bottom: 11%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: 0px solid rgba(0,0,0,0);
}

/* micro circle grey movement */
.loader-banner-ussd .face-banner-ussd.face-banner-ussd5
{
    top: 20%;
    left: 17%;
    right: 10%;
    bottom: 15%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    animation: animate 120s linear reverse infinite;
}



.loader-banner-ussd .face-banner-ussd .circle
{
    position:absolute;
    top: calc(50% - 1%);
    left: 50%;
    width: 50%;
    height: 2%;
    transform-origin: left;
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd1 .circle
{
    transform: rotate(-90deg);
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd2 .circle
{

    transform: rotate(-45deg);
}
/*.loader-banner-ussd .face-banner-ussd.face-banner-ussd3 .circle*/
/*{*/

/*    transform: rotate(60deg);*/
/*}*/

.loader-banner-ussd .face-banner-ussd.face-banner-ussd4 .circle
{

    transform: rotate(110deg);
}


.loader-banner-ussd .face-banner-ussd.face-banner-ussd5 .circle
{

    transform: rotate(200deg);
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd1 .circle:before
{
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    top: -23px;
    right: -26px;
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd2 .circle:before
{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    top: -15px;
    right: -15px;
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd4 .circle:before
{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    top: 0px;
    right: 0px;
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd5 .circle:before
{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    top: -30px;
    right: -30px;
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd1 .circle:before
{
    background: #C4CED3;
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd2 .circle:before
{
    background: #E3EBC4;
}


.loader-banner-ussd .face-banner-ussd.face-banner-ussd4 .circle:before {
    background: #E3EBC4;
}

.loader-banner-ussd .face-banner-ussd.face-banner-ussd5 .circle:before {
    background: #C4CED3;
}

@keyframes animate
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}


@media all and (min-width: 1201px){

    .loader-banner-ussd {
        top: 20px;
        left: 10%;
        min-width: 450px;
        min-height: 450px;
        max-width: 550px;
        max-height: 550px;
        width: 64vh;
        height: 64vh;
    }

}

@media all and (min-width: 993px) and (max-width: 1200px) {

    .loader-banner-ussd {
        top: 50%;
        left: 10%;
        min-width: 320px;
        min-height: 320px;
        max-width: 450px;
        max-height: 450px;
        width: 64vh;
        height: 64vh;
    }


}

@media all and (min-width: 769px) and (max-width: 992px) {

    .loader-banner-ussd {
        top: 45%;
        left: 10%;
        min-width: 270px;
        min-height: 270px;
        max-width: 400px;
        max-height: 400px;
        width: 64vh;
        height: 64vh;
    }

}

@media all and (min-width: 577px) and (max-width: 768px) {

    .loader-banner-ussd {
        top: 40px;
        left: 30px;
        width: 315px;
        height: 315px;
    }

}

@media all and (max-width: 576px) {

    .loader-banner-ussd {
        top: 10px;
        left: 15px;
        width: 250px;
        height: 250px;
    }

    #banner-ussd .calltoaction {
        margin-top: 30px;
    }

    .loader-banner-ussd .face-banner-ussd .circle
    {
        width: 46%;
    }

    .loader-banner-ussd .face-banner-ussd.face-banner-ussd1 .circle:before
    {
        width: 25px;
        height: 25px;
        top: -19px;
        right: -21px;
    }

    .loader-banner-ussd .face-banner-ussd.face-banner-ussd2 .circle:before
    {
        width: 15px;
        height: 15px;
    }

    .loader-banner-ussd .face-banner-ussd.face-banner-ussd3 .circle:before
    {
        width: 34px;
        height: 34px;
    }

    .loader-banner-ussd .face-banner-ussd.face-banner-ussd4 .circle:before
    {
        width: 20px;
        height: 20px;
    }

    .loader-banner-ussd .face-banner-ussd.face-banner-ussd5 .circle:before
    {
        width: 8px;
        height: 8px;
    }

    .loader-banner-ussd .face-banner-ussd.face-banner-ussd1 {

        border-left:2px solid #E1E6E9;
        border-top:2px solid #E1E6E9;
        border-right:2px solid #E1E6E9;
        border-bottom:2px solid #E1E6E9;

    }

}

@media all and (max-width: 449px) {

    .loader-banner-ussd {
        top: 55%;
        left: 5px;
        width: 200px;
        height: 200px;
        margin-top: 20px;
    }

    #banner-ussd .calltoaction {
        margin-right: 5px; /* just a little padding, tight squeeze */
        margin-top: 10px;
    }

}

/*@media all and (max-width: 360px) {*/

/*    .banner-ussd-spinner {*/
/*        display: none;*/
/*    }*/

/*    #banner-ussd .calltoaction {*/
/*        margin-top: -50px;*/
/*    }*/

/*}*/