

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

.loader-bulk-sms
{
    top: 50%;
    left: 10%;
    width: 64vh;
    height: 64vh;
    box-sizing:border-box;
    background: transparent;
}

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

}

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

.loader-bulk-sms .face-bulk-sms.face-bulk-sms1
{
    top: 12%;
    left: 4%;
    right: 18%;
    bottom: 10%;
    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 infinite;
}

.loader-bulk-sms .face-bulk-sms.face-bulk-sms2
 {
     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-bulk-sms .face-bulk-sms.face-bulk-sms3
{
    top: 26%;
    left: 39%;
    right: 9%;
    bottom: 22%;
    background: rgba(255, 255, 255, 0.82);
    /*background-image: url("images/bulk-sms-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-bulk-sms .face-bulk-sms.face-bulk-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);
}

/* micro circle grey movement */
.loader-bulk-sms .face-bulk-sms.face-bulk-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%;
    animation: animate 120s linear reverse infinite;
}



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

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

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

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

    transform: rotate(30deg);
}

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

    transform: rotate(10deg);
}


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

    transform: rotate(100deg);
}

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

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

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

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

.loader-bulk-sms .face-bulk-sms.face-bulk-sms1 .circle:before
{
    background: #C4CED3;

}

.loader-bulk-sms .face-bulk-sms.face-bulk-sms2 .circle:before
{
    background: #E3EBC4;
}


.loader-bulk-sms .face-bulk-sms.face-bulk-sms4 .circle:before {
    background: #E3EBC4;
}

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

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


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

    .loader-bulk-sms {
        top: 50%;
        left: 10%;
        min-width: 550px;
        min-height: 550px;
        max-width: 600px;
        max-height: 600px;
        width: 64vh;
        height: 64vh;
    }

}

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

    .loader-bulk-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-bulk-sms {
        top: 45%;
        left: 5%;
        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-bulk-sms {
        top: 40px;
        left: 30px;
        width: 315px;
        height: 315px;
    }

}

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


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

    .loader-bulk-sms {
        top: 10px;
        left: 15px;
        width: 250px;
        height: 250px;
    }

    .loader-bulk-sms .face-bulk-sms .circle
    {
        left: 46%;
        width: 46%;
    }

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

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

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

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

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

        width: 8px;
        height: 8px;
    }

    .loader-bulk-sms .face-bulk-sms.face-bulk-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) {

    #banner-sms .calltoaction {
        margin-top: 0;
    }

    .loader-bulk-sms {
        top: 55%;
        left: 5px;
        width: 200px;
        height: 200px;
    }

}

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

/*    #banner-sms .calltoaction {*/
/*        margin-top: 0;*/
/*        margin-left: 15px;*/
/*    }*/

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

/*}*/