

.genius-sms-spinner
{
    margin: 0;
    padding: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.loader-genius-sms
{
    top: 50%;
    left: 0;
    /*transform: translate(-50%,-50%);*/
    width: 55vh;
    height: 55vh;
    box-sizing:border-box;
    background: transparent;
}

.genius-sms-logo
{
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%,-50%);
    /*background-size: cover;*/
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*background-image: url("../images/banner2024/genius-sms.png");*/

}

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

.loader-genius-sms .face-genius-sms.face-genius-sms1
{
    top: 11%;
    left: 8%;
    right: 11%;
    bottom: 8%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: 4px solid #E3EBC4;
    animation: animate 20s linear reverse infinite;
}

.loader-genius-sms .face-genius-sms.face-genius-sms2
 {
     top: 37%;
     left: 28%;
     right: 12%;
     bottom: 3%;
     background: rgb(196, 206, 211);
     box-shadow: 0 0 10px rgba(0,0,0,0);
     border-radius: 50%;
     border: 2px solid #C4CED3;
     /*animation: animate 25s linear reverse infinite;*/
 }

.loader-genius-sms .face-genius-sms.face-genius-sms3
{
    top: 24%;
    left: 2%;
    right: 24%;
    bottom: 2%;
    background: rgba(0, 0, 0, 0);
    /* background-image: url("images/genius-sms-Banner_final.png");*/
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: 2px solid #E3EBC4;
    /* animation: animate 45s linear infinite;*/
}

.loader-genius-sms .face-genius-sms.face-genius-sms4
{
    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);
    /*animation: animate 40s linear infinite;*/
}

/* micro circle grey movement */
.loader-genius-sms .face-genius-sms.face-genius-sms5
{
    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%;
    /*border: 1px solid #C4CED3;*/
    animation: animate 120s linear infinite;
}



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

}

.loader-genius-sms .face-genius-sms.face-genius-sms1 .circle
{
    transform: rotate(-90deg);
}

.loader-genius-sms .face-genius-sms.face-genius-sms2 .circle
{

    transform: rotate(-45deg);
}
.loader-genius-sms .face-genius-sms.face-genius-sms3 .circle
{

    transform: rotate(60deg);
}

.loader-genius-sms .face-genius-sms.face-genius-sms4 .circle
{

    transform: rotate(110deg);
}


.loader-genius-sms .face-genius-sms.face-genius-sms5 .circle
{

    transform: rotate(200deg);
}

.loader-genius-sms .face-genius-sms.face-genius-sms1 .circle:before
{
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    top: -18px;
    right: -26px;
}

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

.loader-genius-sms .face-genius-sms.face-genius-sms3 .circle:before
{
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    top: -34px;
    right: -36px;
}

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

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

.loader-genius-sms .face-genius-sms.face-genius-sms1 .circle:before
{
    background: #E3EBC4;
    /*box-shadow: 0 0 20px #ff0,*/
    /*            0 0 80px #ff0,*/
    /*            0 0 100px #ff0,*/
    /*            0 0 5px rgba(255, 255, 0, .1);*/
}

.loader-genius-sms .face-genius-sms.face-genius-sms2 .circle:before
{
    background: #C4CED3;
}

.loader-genius-sms .face-genius-sms.face-genius-sms3 .circle:before {
    background: #E3EBC4;
}

.loader-genius-sms .face-genius-sms.face-genius-sms4 .circle:before {
    background: #C4CED3;
}

.loader-genius-sms .face-genius-sms.face-genius-sms5 .circle:before {
    background: #C4CED3;
}

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

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



    .loader-genius-sms {
        top: 50%;
        left: 6%;
        min-width: 550px;
        min-height: 550px;
        max-width: 550px;
        max-height: 550px;
        width: 58vh;
        height: 58vh;
    }

}

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

    .loader-genius-sms {
        top: 50%;
        left: 0;
        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-genius-sms {
        top: 45%;
        left: 0;
        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-genius-sms {
        top: 40px;
        left: -10px;
        width: 315px;
        height: 315px;
    }

}

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

    #banner-genius-sms .calltoaction {
        margin-top: 40px;
        margin-left: 20px
    }

    .loader-genius-sms {
        top: 5px;
        left: -30px;
        width: 250px;
        height: 250px;
    }


    .loader-genius-sms .face-genius-sms.face-genius-sms1 .circle:before
    {
        width: 26px;
        height: 26px;
        top: -19px;
        right: -13px;
    }

    .loader-genius-sms .face-genius-sms.face-genius-sms2 .circle:before
    {
        width: 15px;
        height: 15px;
    }

    .loader-genius-sms .face-genius-sms.face-genius-sms3 .circle:before
    {
        width: 34px;
        height: 34px;
    }

    .loader-genius-sms .face-genius-sms.face-genius-sms4 .circle:before
    {
        width: 20px;
        height: 20px;
    }

    .loader-genius-sms .face-genius-sms.face-genius-sms5 .circle:before
    {

        width: 8px;
        height: 8px;
    }

    .loader-genius-sms .face-genius-sms.face-genius-sms1 {

        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-genius-sms {
        top: 25%;
        left: -30px;
        width: 200px;
        height: 200px;
    }

    #banner-genius-sms .calltoaction {
        margin-top: -20px;
        margin-left: 10px
    }
}

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

    /*.genius-sms-spinner {*/
    /*    display: none;*/
    /*}*/


}