/*--------------------------------------------------*/
#pp-modal-offer *{
    padding: unset !important;
    line-height: 24px !important;
    letter-spacing: unset !important;
    font-weight: unset !important;
    text-decoration: unset !important;
    text-transform: unset !important;
}
#pp-modal-offer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 80%;
    margin: 5% 20%;
    padding: 1% 2%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    z-index: 9991;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
#pp-modal-offer h1{
    margin: 50px 0;
    font-size: 34px;
    color: #2c5a3d;
    text-align: center;
}
#pp-modal-offer h2{
    margin: 20px 0;
    font-size: 24px;
    color: #525252;
}
#pp-modal-offer p{
    font-size: 16px;
    color: #6e6e6e;
}
#pp-modal-offer center{
    margin: 30px 0 10px 0;
    font-size: 16px;
    font-style: italic;
}
/*--------------------------------------------------*/
#pp-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000;
    cursor:pointer;
    z-index: 9990;
}
#pp-x{
    position: absolute;
    right: 3%;
    width: 20px;
    color: #525252;    
    font-size: 34px;
    text-align: right;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    #pp-modal-offer{
        width: 92%;
        height: 96%;
        margin: 2%;
    }
}