body{
background:url("/uploads/logo/userBackground.jpg");

}

.special-offers-abstracts {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 280px;
	overflow: hidden;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #023E8A;
}
.special-offers .swiper-outer:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 4;
    display: none;
	width: 2px;
	background-color: #023E8A;
}