#custom-preloader {
    display: none; /* Initially hide the preloader */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Customize background color */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader-content {
    text-align: center;
}
.pre_img
{
    width: 250px;
}