#exitpopup {
    text-align: center;
    width: 470px;
    height: 500px;
    margin: 0px auto;
    display: none;
    position: fixed;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 999999;
    background: rgb(20, 20, 20);
}

#exitpopup h3 {
    font-family: 'Hiragino Sans' !important;
    font-weight: 200;
}

#exitpopup .content-text h3 {
    font-family: 'Hiragino Sans';
    font-weight: 200;
    font-size: 16px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 7%;
}



#exitpopup h1 {
    margin-top: 0px;
    padding-top: 0px;
}

#exitpopup .padding {}

#exitpopup p {
    text-align: left;
}

#exitpopup img {
    width: 400px;
    border: 0px;
    margin: 0px auto;
}

#exitpopup h3 {
    font-family: 'Hiragino Sans';
    font-size: 40px;
    font-weight: 200;
    color: white !important;
    text-align: center;
}

#exitpopup .sl-text25 {
    color: white !important;
    padding-bottom: 20px;
    font-weight: normal;
}

#exitpopup .bold {
    font-weight: bold;
}

#exitpopup .font-white {
    color: white;
}

#exitpopup .font-poppins {
    font-family: 'Open Sans' !important;
}

#exitpopup .button1 {
    font-family: 'Hiragino Sans' !important;
    font-weight: 200 !important;
    border: 2px solid black;
    color: black;
    background-color: white;
    border-radius: 0 !important;
    font-size: 1.5rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#exitpopup .button2 {
    font-family: 'Hiragino Sans' !important;
    font-weight: 200 !important;
    border: 2px solid white;
    color: white;
    background-color: black;
    border-radius: 0 !important;
    font-size: 1.5rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
}