<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* FeaturedAds carousel cards*/
.carousel-inner {
/*padding: 1em;*/
}
.carousel {
	padding-right: 0 !important;
}
.card {
	margin: 0 20px 0 0;
	/*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
	border: none;
	background: none !important;
	color: #fff !important;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.8px;
	text-align: left !important;
	padding: 0 !important;
	border-radius: 15px;
}
.card a, .card a:hover {
	color: #fff !important;
}
.card .img-wrapper {
	max-width: 100%;
	height: 250px;
	/*justify-content: center;
	align-items: center;*/
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius: 15px;
}
.card div.cont-wrapper div.ttl-wrapper,
.card div.cont-wrapper div.d-flex {
	min-height: 90px !important;
}
.card div.cont-wrapper{
	padding: 25px 20px 20px 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 49.5%) !important;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.card .avt_wrap{
	width: 10% !important;
	padding-top: 60px;
}
.prc_wrap{
	width: 90% !important;
	padding-top: 60px;
}
.card span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.56px;
}
.card .float-end {
	/*margin-top: -7px !important;*/
}
.card i{
	font-size: 12px !important;
	margin-left: 3px;
}
.card .img-wrapper .float-start:nth-child(1){
	/*width: 50%;*/
}
.card .img-wrapper .float-end:nth-child(1){
	width: 30%;
}
.card .img-circle{
	width: 45px ;
	height: 45px;
	border: 2px solid rgba(255,255,255,.7) !important;
	margin: 13px 0 0 0;
	padding: 0 !important;
}
.card_prc_from {
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	padding: 7px 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-top: 15px;
	max-width: 200px;
	text-align: center;
	float: right;
}

.card_prc_from b {
	font-size: 22px !important;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.88px;
}
.carousel-control-prev2,
.carousel-control-next2 {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border: 0 !important;
	border-radius: 50%;
	margin-top: 20px;
	/*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.carousel-control-prev2 i,
.carousel-control-next2 i{
	font-size: 21px;
	margin-top: 6px;
	margin-right: 4px;
}

@media (min-width: 320px) {
	.card i {
		font-size: 11px !important;
	}
} 
@media (min-width: 576px) {
	.carousel-inner {
		display: flex;
		}
	.carousel-item {
		display: block;
		margin-right: 0;
		flex: 0 0 calc(90%/3); /* or 100% */
	}
}

@media (max-width: 767px) {
	.card {
		margin: 0 15px;
	}
	.card .img-wrapper {
	/*height: 250px;*/
	}
}

@media (min-width: 576px) and (max-width: 1199px){
	.card,
	.card a {
		font-size: 16px !important;
	} 
	.card i {
		margin: 0 5px 0 0 !important;
	}
	.card .img-wrapper .float-start{
		width: 100% !important;
	}
	/*.card .img-wrapper .float-end{
		width: 100%;
		text-align: left !important;
		margin-left: -5px !important;
		margin-top: 0px !important;
	}*/
	.card span{
		font-size: 10px !important;
	}
	.card .img-circle{
		width: 40px !important;
		height: 40px !important;
		margin-right: 20px !important;
	}
	.card .card_prc_from {
		padding: 5px;
		font-size: 10px !important;
		float: left !important;
	}
	.card .card_prc_from b {
		font-size: 14px !important;
	}
}
/* carousel cards END */</pre></body></html>