.act-modal {z-index: 99999999999;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.8);width: 100%;height: 100%;color: #FFF;text-align: center; display: none;}
.act-modal.showm {display: block;}

.act-modal h1 {color: #FFF; padding: 0 20px; font-family: 'Segoe UI Semilight'; margin-bottom: 25px;}
.act-modal p {color: #fff; padding: 0 20px; font-family: 'Segoe UI Semilight';}

.act-modal li {color: #fff; padding: 0 20px; font-family: 'Segoe UI Semilight'; list-style: none; margin-bottom: 7px;}
.act-modal ul {padding-left: 0px;}

.actmodal-content {width: 50%; min-width: 1000px; margin: 30vh auto;}
.close-modal {max-width: 40px; margin-top: 50px; cursor: pointer;}

.close-modal {opacity: 0.5;}
.close-modal:hover {opacity: 1;}
.close-modal:hover, .close-modal {transition: all 0.4s ease; -webkit-transition: all 0.4s ease;}

.box33 {cursor: pointer;}

