.preloader-wrap.p-3{
margin-top: 8%;	
position: absolute;
z-index: 999;
width: 100%;
background: #fff;
height: 100vh;
}
.preloader-wrap .box {
    position: relative;
    width: 100%;
    height: 30vh;
    margin: 0px 0 0px 0;
    display: block;
    background: transparent;
}
.preloader-wrap .box .lines {
    position: absolute;
    width: calc(100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.preloader-wrap .box .line {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0px 0 5px 0;
    border-radius: 5px;
}
.preloader-wrap .box .s_shimmer {
    background: rgba(0, 0, 0, 0.08);
}
.preloader-wrap .box .line:nth-child(odd) {
    height: calc(30% - 5px);
}