

.popup{
    background-color: #Fff;
    width: 500px;
    padding: 10px 15px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 45%;
    border-radius: 8px;
	border: 1px solid #EF1F22;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
	z-index: 99999;
}
.popup button{
    display: block;
    margin:  0 0 6px auto;
    background-color: transparent;
    font-size: 32px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 12px;
    text-align: justify;
    margin: 13px 0;
    line-height: 25px;
}

