
.popup{
    background-color: #FFAB1F;
    width: auto;
	height:auto;
   
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: -60%;
  
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
	border:#073C7A solid 2px;
	z-index:900;
	
}
.popup button{
    display: block;
    margin:  0 0 0px auto;
    background-color:#000;
    font-size: 20px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    
    line-height: 25px;
}
