

.card-wallet {
	background-color: #f9f9f9;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
}
.owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.nav-btn {
	height: 49px;
	position: absolute;
	width: 30px;
	cursor: pointer;
	top: 65px !important;
}
.prev-slide {
	background: url(/apps/resources/assets/ui-libs/busx_ticket/img/icons/back.svg) no-repeat scroll 0 0;
	background-size: 25px 40px;
	left: -25px;
}
.next-slide {	
	background: url(/apps/resources/assets/ui-libs/busx_ticket/img/icons/next.svg) no-repeat scroll 0 0;
	background-size: 25px 40px;
	right: -30px;
}
.owl-nav{
	overflow: hidden;
	height: 0px;
}
.img-fluid {
	max-width: 100%;
	height: 120px;
}

.btn-link:hover{
	color: #017ACC !important;
}