.promotion-wrapper .tab-content .promotionBox1 {
	height: auto;
    width: 588px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}

.promotion-wrapper .tab-content .promotionBox .promotionDesc1 {
	height: auto;
	padding: 20px;
}

.panel {
	float: left;
	width: 100%;
	position: relative;
}
.panel-body .promotionDetailsContent p {
	font-weight: normal !important;
	font-size: 16px !important;
}
.panel-collapse {
	margin: 20px 0 0 0;
}


/* Custom CSS for popup */
.custom-popover {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.popover {
	max-width: 100%;
    width: 800px;
}

@media (max-width: 1200px) {
	.popover {
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: 100vh;
	}
}

.popover .title {
	font-weight: 700;
	font-size: 20px;
}
.popover ul {
	padding: 5px 20px 20px;
    background-color: #fff;
    margin-top: 20px;
	color: #505050 !important;
}

.custom-popover .popover-content {
	display: none;
}

.custom-popover.show .popover-content {
	display: block;
}