#popup {
    position: fixed;
    display: none;
    top: 3%;
    left: 10%;
      /* width: 990px; */
    background-color: #fff;
    z-index: 999999;
    border: 5px solid #222;
    border-radius: 5px;
    box-shadow: 0px 3px 22px 3px rgba(0, 0, 0, 0.75);
}
.popup-close {
	position: absolute;
	top: -25px;
	right: -23px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: url(/content/dam/smartraj/images/close.png);
}
.cover {
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	display: none;
}