#popup{background-color:#fff;border:1px solid #ccc;border-radius:10px;bottom:20px;display:none;max-width:500px;padding:30px 20px 20px;position:fixed;right:20px;width:100%;z-index:999}#popup h5{font-weight:600;margin-bottom:10px}#popup .popup-content li,#popup .popup-content p{font-size:14px;line-height:20px}#popup span#closePopup{display:inline-block;height:20px;position:absolute;right:10px;top:10px;width:20px}#popup span#closePopup svg{cursor:pointer}#popup span#closePopup svg:hover{fill:#ffd35f}@media(max-width:767px){#popup{right:10px;width:94%}#popup .popup-content li,#popup .popup-content p{font-size:12px}}