.kcs-top-pop{
		top:0; 
		left: 50%;
		height: auto;
		max-width: 100%;
		transform: translate(-50%,0%);
}

.kcs-top-pop .kcs-layout-one{
	text-align: center;
	padding: 25px 45px;
}

.kcs-top-pop .kcs-close-btn{
	right: 0px;
	top: 0px;
	z-index: 99999999999;
}

.kcs-top-pop .kcs-popup-layout-two-header h4{
	color: white;
	font-size: 28px;
	line-height: 38px;
	padding: 10px 30px;
	border-bottom: 1px solid #ffffff8f;
	font-weight: bold;
}

.kcs-top-pop .kcs-popup_temp_2nd {
	padding: 0px 25px;
}
#popu_main_div {
					position: fixed;
					top: 0;
					left: 0;
					width: 100%;
					overflow-y: scroll;
					z-index: 1001;
				}
@media screen and (max-width:600px){
	.kcs-col-2 {
	    width: 49%;
	}
}