 
	.weekMeta,
	.priceMeta{
		display: flex;
		align-items: center;
	}
	.weekMeta img,
	.priceMeta img{
		margin-right:10px;
	}
	.weekMeta p ,
	.priceMeta p {
		color: #fff;
		font-weight: 400;
	}
	h5.pg_title {
		color: #fff;
		font-size: 22px;
		font-weight:500;
	}
	span.pg_Type {
		border: 1px solid #fff;
		border-radius: 8px;
		color: #fff;
		padding: 3px 8px;
		display: inline-block;
		font-weight:400;
	}
	button.pg_preview {
		background-color: transparent;
		border: 0;
		color: red;
		font-size:16px;
	}
	.pg_bottom {
		display: flex;
		justify-content: space-between;
		margin-top: 150px;
	}
	
	/* Popup style  */
	.displayProgramPopup {
		position: fixed;
		background-color: #000000c4;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 99999;
		padding: 0 70px;
		display: flex!important;
		align-items: center;
	}
	.displayProgramPopup .bsm_progpopupInner {
		box-shadow: 0 0 14px #000;
		margin: 0 auto;
		position: relative;
		width: 65%;
		height: 600px;
		overflow: auto;
		background-color: #fff;
		padding: 10px 20px 20px 20px;
		border: 20px solid #fff;
		top: 6%;
		border-radius: 20px;
		    z-index: 2;
	}
	.bsm_progpopupInner::-webkit-scrollbar-thumb {
		background-color: transparent !important;
	}
	.bsm_progpopupInner::-webkit-scrollbar-track {
		box-shadow: inset 0 0 0 rgb(0 0 0 / 0%) !important;
		background-color: transparent !important;
	}
	.bsm_progpopupInner::-webkit-scrollbar {
		width: 2px;
	}
	button.bsm_prog_close {
		border: 0;
		background: transparent;
		position: absolute;
		right: 0;
		top: 0;
	}
	.popupmain_content {
		display: block;
		clear: both;
		margin-top: 20px;
	}
	.popupTop>h4 {
		color: #111;
		font-size: 25px;
		font-weight: 600;
	}
	.popupTop>h4>span {
		color: #FD0000;
	}
	.popupTop>span {
		border: 1px solid #11111160;
		border-radius: 8px;
		padding: 3px 12px;
		background: #fff;
	}
	.popupTop {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 12px;
	}
	span.price>img {
		height: 12px;
	}
	span.price {
		margin-right: 40px;
	}
	.popupmain_content .description {
		margin: 40px 0;
	}
	.popupmain_content .description>h4 {
		font-weight: 600;
		color: #111;
	}
	.popupmain_content .description{
		color:#111;
	}
	.popupmain_content .description h4 {
		margin-top: 20px;
	}
	.priceMeta>img {
		height: 16px;
	}
	.priceMeta {
		margin-right: 25px;
		float:left;
	}
	.registerForm input[type=submit],
	 .register_program_btn
	{
		color: #FFFFFF!important;
		border-width: 0px!important;
		border-radius: 8px;
		font-size: 18px;
		background-color: #fd0000;
		padding: 8px 30px;
		display: inline-block;
	}
	.registerForm {
		margin-top: 30px;
	}
	
	.registerForm input:not([type=submit]) {
		border: 1px solid #111111;
		border-radius: 5px;
		margin-bottom: 7px;
	}
	.p_popup_overlay {
		background-color: #00000078;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	/* Popup style close */