.Zindex_1 {
	z-index: 1;
}

.column_mb-50 {
	margin-bottom: 50px !important;
}

.bwdbh_timing-box ul .bwdbh_mb0:last-child .bwdbh_single-item, .bwdbh_week_time ul .bwdbh_mb0:last-child .bwdbh_single-item {
	margin-bottom: 0 !important;
}

.bwdbh_day-time, .bwdbh_single-item {
	transition: .4s ease-in-out;
}

.bwdbh_business_our_1 .bwdbh_timing-box {
	background-color: #000;
	border-radius: 10px;
	padding: 50px 70px;
	box-shadow: rgba(0, 0, 0, .45) 0 25px 20px -20px;
}

.bwdbh_business_our_1 .bwdbh_single-item {
	display: flex;
	align-items: center;
	margin-bottom: 5px !important;
	padding: 10px;
}

.bwdbh_business_our_1 .bwdbh_business-day, .bwdbh_business_our_1 .bwdbh_business-time {
	flex: 0 0 50%;
	text-transform: uppercase;
	max-width: 50%;
	color: #fff;
}

.bwdbh_business_our_1 .bwdbh_business-time {
	text-align: right;
}

.bwdbh_business_our_1 .bwdbh_main-title, .bwdbh_business_our_2 .bwdbh_main-title {
	text-transform: capitalize;
	font-size: 35px;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

.bwdbh_business_our_1 .bwdbh_single-item:hover .bwdbh_day-time {
	color: #f7797d;
}

.bwdbh_business_our_1 .bwdbh_single-item:hover {
	background: #2c5364;
}

.bwdbh_business_our_2 .bwdbh_timing-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, .2) 0 60px 40px -7px;
}

.bwdbh_business_our_2 .bwdbh_timing-box::before {
	content: "";
	width: 100%;
	height: 100%;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	background: #000;
	opacity: .7;
	z-index: -1;
}

.bwdbh_business_our_2 .bwdbh_main-title {
	position: relative;
	display: inline-block;
}

.bwdbh_business_our_2 .bwdbh_main-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	background: #e90f15;
	width: 100%;
	height: 10%;
	z-index: -1;
	border-radius: 50%;
}

.bwdbh_business_our_2 .bwdbh_single-item:hover {
	background: 0 0;
}

@media (max-width:767px) {
	.bwdbh_business_our_1 .bwdbh_timing-box, .bwdbh_business_our_2 .bwdbh_timing-box {
		padding: 35px 25px;
	}
	
	.bwdbh_business_our_1 .bwdbh_main-title {
		font-size: 30px;
	}
}

.bwdbh_week_time ul {
	padding: 0 !important;
	margin: 0 !important;
}

.bwdbh_timing-box ul {
	padding: 0 !important;
	margin: 0 !important;
}