/********************New loader css start***********************/
body.showLoader {
    position: relative;
    overflow-y: hidden;
}

.spanner {
    position: fixed;
    /* height: 100vh; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* width: 100vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    flex-direction: column;
    padding: 25px;
    width: 100%;
    box-shadow: 0 0 0 1000px #ffffff91;
    background-color: #ffffff91;
    z-index: 1111111;
}

.loader-content .loader-body {
    left: 65px;
    top: 54px;
    position: absolute;
    animation: loader-content linear 1s infinite;
    background: #00A5A1;
    width: 55px;
    height: 38px;
    border-radius: 0px / 0px;
    transform-origin: 19px 48px;
    clip-path: polygon(41% 0, 107% 0, 69% 70%, 41% 69%);
    margin: 0px 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;
    /* see note above */
}

    .loader-content div {
        box-sizing: content-box;
    }

/* generated by https://loading.io/ */
.white-bg {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    font-size: 26px;
}

.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: 30px;
    font-weight: 500;
    margin-top: 30px;
    color: gray;
}

.loader-footer img {
    max-width: 833px;
    width: 30%;
    margin-top: 25px;
}
/********************New loader css END***********************/
