/*----- Magnific Pop Up -----*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 50px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto;
    border-radius: 10px;
    max-height: 90%;
    overflow-y: auto;
}
