#ntfx-exit-intent {
    z-index: 200000;
    background: rgba(0, 0, 0, 0.56);
}

#ntfx-exit-intent .modal-dialog {
    top: 100px;
}

#ntfx-exit-intent .modal-header {
    padding: 0;
}

#ntfx-exit-intent .modal-title {
    font-size: 1.5em;
    background-color: #252525;
    color: #fff;
    padding: 1em;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

#ntfx-exit-intent .modal-body h1 {
    max-width: 75%;
    color: black;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 25px;
    margin: auto;
    position: relative;
}

#ntfx-exit-intent .modal-body .btn-cta {
    margin-top: 1.2em;
    box-shadow: 0 3px 0 0 #007299 !important;
    background: #0099cc !important;;
    color: #ffffff !important;;
    padding: 14px 24px !important;;
    border: 0 none !important;;
    font-weight: 700 !important;;
    letter-spacing: 1px !important;
}

#ntfx-exit-intent .modal-footer {
    text-align: center;
}

#ntfx-exit-intent .modal-footer span {
    text-transform: none;
    cursor: pointer;
    font-size: 0.65em;
    border-bottom: 1px solid #344a5f;
}