.showpopmain{
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
    overflow-y: auto;
}
.popupinner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 82px;
}
a.closeicond {
    text-decoration: none;
    position: absolute;
    right: -9px;
    top: -9px;
    background-color: #fff;
    border-radius: 100px;
}
.textheighs{
    height:125px;
}