.vacations-modal-popup {
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
}
.vacations-modal-popup .hide {
     display: none;
 }

.vacations-modal-popup .modal-popup-dialog {
    margin: 100px auto;
    width: 50%;
    z-index: 200;
}
@media (max-width: 768px) {
    .vacations-modal-popup .modal-popup-dialog {
        width: 90%;
    }
}
.vacations-modal-popup .modal-close-button {
    margin-top: -50px;
    margin-right: -5%;
    color: #fff;
    float: right;
    top: 10px;
    cursor: pointer;
    font-size: 50px;
}
.vacations-modal-popup .modal-info-wrapper {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
}
@media(max-width:480px){
    .vacations-modal-popup .modal-info-wrapper {
        padding: 1em;
    }
}
.vacations-modal-popup .modal-info-wrapper .flex-center{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.vacations-modal-popup .modal-info-wrapper p{
    color: #151B37;
    font-size: 22px;
}
.vacations-modal-popup .modal-close-text {
    display: inline-block;
    color: #151B37;
    border: 3px solid;
    text-transform: uppercase;
    font-size: 24px;
    padding: 15px 30px;
    border-radius: 40px;
    font-weight: 600;
    text-align: center;
    min-width: 300px;
    max-width: 100%;
    transition: 0.3s;
    background: transparent;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
}
.vacations-modal-popup .modal-close-text a{
    color: #151B37;
}
.vacations-modal-popup .modal-close-text:hover{
     cursor: pointer;
 }
.email-form{
    background-color: #151B37;
    padding-top: 120px;
}
.ml-form-embedHeader{
    display: none;
}
.white-bg{
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.white-bg h1{
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #151B37;
}

