.popup_layer {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.popup {
    background: #f2f2f2;
    max-width: 600px;
}

.popup_content {
    padding: 20px 30px;
}
.popup-headlines img {
    width:140px;
}

.popup_close, .exit_popup_close {
    font-family: Arial;
    font-size: 16px;
    background-color:initial;
    color: #fff;
    padding: 4px 9px 4px 10px;
    position: absolute;
    right: 0 !important;
    top: 0;
    float: right;
    color: #3498db;
    cursor:pointer;
}

.popup .halfcolumn {
    width: 50%;
}

.popup .popup_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 20px;
}

.popup .popup_text {
    font-size: 15px;
    padding-right: 20px;
}

.popup input {
    font-size: 15px;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}
.popup-custom {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    bottom: 35% !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
   
    width: 40% !important;
    max-width: 40% !important;
    background-color:rgb(52,152,219, 1) !important;
    overflow: hidden !important;
}
#exit-popup.popup-custom { 
    background-color:rgb(255,255,255, 1) !important;
    top: initial !important;
    bottom: 5% !important;
    width: 25% !important;
}
#exit-popup .popup_close {
    color:#fff !important;   
}
#exit-popup .bg-yellow {
    background: #f5d530;   
}
#exit-popup .bg-yellow .form-control {
    border: 0px solid #ced4da;    
    height:40px;
}
#exit-popup button {
    margin-top: 10px;
    height:40px;
    width:100%;
    background-color:#4cd137 !important;
}
#exit-popup p {
    color: rgb(52,152,219, 1);   
}
.popup_content {
    text-align: center !important;
}
.popup_content p strong {
    color: #fff;
    font-size: 33px;
    
}
.popup_content p {
    color: #fff;
    font-size: 21px;
    text-align:left;
    margin-bottom:20px;
   text-align:center;
}
.popup_content a button {
    text-align: center;
    font-size: ;
    height: 35px;
    background: #fff;
    width: 100%;
    color: #3498db;
    font-size: 21px !important;
    cursor: pointer;
    border: initial;
    margin-top: 10px;
}
.popup-headlines {
    background-color:#fff;
    padding:5px;
}
#exit-popup .popup_content {
     padding:inherit !important;   
}