.popupCont{
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.5);
			display:none;
			z-index:100;
		}

		.iframeCont{
			width: 950px;
			height: 450px;
			background-color: #fff;
			margin: 30px auto;
			position: relative;
			border-bottom: 10px solid #7C8749;
		}

		#popupCloseBtn{
			position: absolute;
			width: 20px;
			height: 20px;
			right: 10px;
			background-color: #fff;
			top: 3px;
			cursor: pointer;
			color: #7D8749;
			border-radius: 10px;
			text-align: center;
			font-size: 21px;
			line-height: 18px;
		}

		#pageLoader{
			width: 100%;
			box-sizing: border-box;
			height: 100%;
			border: none;
		}
		
		.popupHeader{
			height: 25px;
background-color: #7C8749;
		}	
		
		.multipTopics{
			height: 40px;
text-align: center;
		}

		#showPopupBtn, #showPopupBtn1, #showPopupBtn2{
			color: blue;
font-weight: bold;

cursor: pointer;
		}

 #showPopupBtn:hover{
 text-decoration: underline;
} 