#exit-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.btn-exit-pop-close{
    height: 30px;
}
#exit-popup{
    padding: 40px;
    top: 60%;
    width: 630px;
    max-width: 100%;
    /* height: 478px; */
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
#exit-popup h2{
    height: 44px;
    font-family: 'Lato-Light';
    margin-bottom: 13px;
}
#exit-popup p {
    font-size: 20px;
   height: 32px;
}
#survey-form label input{
    margin-right:16px;  
}
#survey-form label{
   font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px; 
}
#survey-form button {
    height: 50px;
    margin-top: 10px;
}
.pop-options-wrap{
    padding: 10px;
}
#survey-form .btn-exit-pop-submit{
    height : 50px;
    margin-right: 30px;
    padding: 14px 28px;
}
.section-btn, button.regular-cta-btn {
    padding: 14px 28px;
}