body.showLoader {
    position: relative;
    overflow-y: hidden
}

.spanner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    flex-direction: column;
    padding: 25px;
    width: 100%
}

.over-lay {
    height: 100vh;
    background-color: #ffffffe3;
    position: absolute;
    width: 100%;
    z-index: -1
}

.loader-content .loader-body {
    left: 65px;
    top: 54px;
    position: absolute;
    animation: loader-content linear 1s infinite;
    background: #00A5A1;
    width: 55px;
    height: 38px;
    border-radius: 0 / 0;
    transform-origin: 19px 48px;
    clip-path: polygon(41% 0,107% 0,69% 70%,41% 69%);
    margin: 0 5px
}

.loader-parent-div {
    width: 175px;
    height: 175px;
    display: inline-block;
    overflow: hidden;
    position: relative
}

.loader-content {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    display: flex;
    align-items: end;
    justify-content: center
}

    .loader-content div {
        box-sizing: content-box
    }

.white-bg {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 42px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    font-size: 26px;
    background-color: #fff;
    margin-left: 4px;
    color: #000
}

.loader-footer {
    margin-top: -65px;
    text-align: center;
    width: 100%
}

.border {
    position: absolute;
    height: 124px;
    width: 124px;
    border-radius: 50%;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99
}

.spanner img {
    width: 250px
}

#count1 {
    font-size: 16px;
    color: #000
}

#dots {
    position: absolute
}

.loader-content {
    font-size: 18px;
    color: #000
}

.spanner h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: -15px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.loader-footer img {
    max-width: 250px
}

.percentage_box {
    margin-bottom: 30px;
    color: #000
}

.countPercentage span, .countPercentage p {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .loader-footer img {
        width: 100%
    }
}
