.pd_tp {
    padding-top: 0px;
}
.scale-animation {
    animation: scale 2s infinite alternate;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.loder_1{
    position: absolute;
    background: white;
    height: 100vh;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}