.discount-widget {
	border: 1px solid #e3e3e3;
	background-color: white;
    border-radius: 10px;
	padding: 0 81px 14px 14px;
	margin-top: 28px;
	margin-bottom: 20px;
	position: relative;	
}

.discount-widget h4 {
	margin-top: -14px !important;
	margin-bottom: 6px !important;
	margin-left: -5px !important;
}

.discount-widget h4 span {
	font-weight: bold;
	font-size: 22px;
	color: #ffbc00;
	background-color: white;
	padding: 0 5px;
}

.discount-widget .blue-circle {
	position: absolute;
	top: -19px;
	right: 7px;
	color: white;
	background-color: #001d5c;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 30px;
}

.discount-widget .blue-circle h5 {
	color: white;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin-top: 12px;
	margin-bottom: 0;
}

.discount-widget .blue-circle h6 {
	color: white;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	line-height: 8px;
	margin-top: 0;
	margin-bottom: 0;
}
