/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
    font-family: 'Nunito', sans-serif;
	font-weight: normal;
	font-style: normal;
}
ul{
    margin: 0!important;
    padding: 0!important;
}
li{
    list-style: none;
    margin: 0!important;
}
img{
	max-width: 100%;
}

.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}


.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}

.Zindex_1{
    z-index: 1;
}
.column_mb-50{
    margin-bottom: 50px!important;
}

.bwdbh_week_time ul .bwdbh_mb0:last-child .bwdbh_single-item{
    margin-bottom: 0!important;
}
.bwdbh_timing-box ul .bwdbh_mb0:last-child .bwdbh_single-item{
    margin-bottom: 0!important;
}

.bwdbh_single-item, .bwdbh_day-time {
    transition: .4s ease-in-out;
}




/* bwdbh_business_our_1 */
.bwdbh_business_our_1 .bwdbh_timing-box{
    background-color: #000;
    border-radius: 10px;
    padding: 50px 70px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 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_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, 0.2) 0px 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: rgb(0, 0, 0);
    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: transparent;
}





/* bwdbh_business_our_3 */
.bwdbh_business_our_3 .bwdbh_main-title::before{
    display: none;
}
.bwdbh_business_our_3 .bwdbh_timing-box {
    padding: 50px 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.bwdbh_business_our_3 .bwdbh_main-title {
    background: #5FD068;
    margin-bottom: 40px;
    padding: 15px 50px;
    display: block;
}
.bwdbh_business_our_3 .bwdbh_week_time {
    padding: 0 50px;
}
.bwdbh_business_our_3 .bwdbh_timing-box::before {
    opacity: .5;
}
.bwdbh_business_our_3 .bwdbh_business-time,
.bwdbh_business_our_3 .bwdbh_business-day {
    transition: none;
}
.bwdbh_business_our_3 .bwdbh_business-time {
    text-align: center;
}
.bwdbh_business_our_3 .bwdbh_single-item:hover .bwdbh_business-time{
    text-align: right;
    transition: .4s ease-in-out;
}
.bwdbh_business_our_3 .bwdbh_single-item:hover .bwdbh_business-day{
    text-align: left;
    transition: .4s ease-in-out;
}

.bwdbh_business_our_3 .bwdbh_single-item:hover  .bwdbh_day-time{
    color: #0F2027;
}
.bwdbh_business_our_3 .bwdbh_single-item:hover {
    background: #f7797d;
}






/* bwdbh_business_our_4 */
.bwdbh_business_our_4 .bwdbh_main-title {
    border-radius: 5px 5px 0 18px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    /* background-color: #6468ee; */
    background: #009FFF;
    text-align: center;
    margin-bottom: 40px!important;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.bwdbh_business_our_4 .bwdbh_main-title::after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -22px;
    width: 45px;
    height: 45px;
    /* background: #6468ee; */
    background: #009FFF;
    z-index: -1;
    transform: rotate(45deg);
}
.bwdbh_business_our_4 .bwdbh_single-item {
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}
.bwdbh_business_our_4 .bwdbh_single-item:hover {
    box-shadow: none;
    background: #009FFF;
}
.bwdbh_business_our_4 .bwdbh_single-item:last-child{
    border-bottom: 0;
}
.bwdbh_business_our_4 .bwdbh_business-day,
.bwdbh_business_our_4 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: capitalize;
}
.bwdbh_business_our_4 .bwdbh_business-time {
    text-align: right;
}
.bwdbh_business_our_4 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #fff;
}






/* bwdbh_business_our_5 */
.bwdbh_business_our_5 .bwdbh_main-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px!important;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, 
    rgb(0 0 0 / 30%) 0px 7px 13px -3px, 
    rgb(0 0 0 / 20%) 0px -3px 0px inset;
    background: linear-gradient(to right,#C33764, #1D2671);
}
.bwdbh_business_our_5 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 20px!important;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, 
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, 
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: .3s;
}
.bwdbh_business_our_5 .bwdbh_single-item:hover {
    background: linear-gradient(to right,#C33764, #1D2671);
}
.bwdbh_business_our_5 .bwdbh_business-day,
.bwdbh_business_our_5 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: capitalize;
}
.bwdbh_business_our_5 .bwdbh_business-time {
    text-align: right;
}
.bwdbh_business_our_5 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #fff;
}






/* bwdbh_business_our_6 */
.bwdbh_business_our_6 .bwdbh_main-title {
    border-radius: 0;
    color: #ff9966;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 0!important;
    text-align: left;
    border: 1px solid #dddddd4d;
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
}
.bwdbh_business_our_6 .bwdbh_main-title:after{
    display: none;
}
.bwdbh_business_our_6 .bwdbh_business-day,
.bwdbh_business_our_6 .bwdbh_business-time {
    color: #fff;
}
.bwdbh_business_our_6 .bwdbh_single-item {
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
    border: 1px solid #dddddd4d;
    box-shadow: none;
}
.bwdbh_business_our_6 .bwdbh_single-item:hover {
    background: linear-gradient(to right, #4286f4, #4A00E0);
}
.bwdbh_business_our_6 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #ff9966;
}






/* bwdbh_business_our_7 */
.bwdbh_business_our_7 .bwdbh_main-title {
    color: #111;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 900;
    padding: 0;
    border: 0;
    display: block;
    background: transparent;
}
.bwdbh_business_our_7 .bwdbh_single-item.bwdbh_first_child{
    display: block;
}
.bwdbh_business_our_6.bwdbh_business_our_7 .bwdbh_single-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 20px!important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    transition: .4s ease-in-out;
}
.bwdbh_business_our_7 .bwdbh_single-item:hover{
    box-shadow: none;
    background: linear-gradient(to right, #1fddff, #ff4b1f); 
}
.bwdbh_business_our_7 .bwdbh_business-day,
.bwdbh_business_our_7 .bwdbh_business-time {
    color: #ff5e62;
}
.bwdbh_business_our_7 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #fff;
}






/* bwdbh_business_our_8 */
.bwdbh_business_our_8 .bwdbh_main-title,
.bwdbh_business_our_9 .bwdbh_main-title {
    color: rgb(255, 255, 255);
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 20px!important;
}
.bwdbh_business_our_8 .bwdbh_single-item {
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    border-radius: 50px;
    padding: 30px;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 15px!important;
}
.bwdbh_business_our_8 .bwdbh_business-day,
.bwdbh_business_our_8 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 700;
    text-transform: uppercase;
}
.bwdbh_business_our_8 .bwdbh_single-item:hover {
    background: #005C97;
}
.bwdbh_business_our_8 .bwdbh_single-item:hover .bwdbh_day-time {
    color: #fff;
}





/* bwdbh_business_our_9 */
.bwdbh_business_our_9 .bwdbh_timing-box {
    padding: 25px;
    background: #fff;
    box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 6%);
    border-radius: 8px;
}
.bwdbh_business_our_9 .bwdbh_timing-box ul .bwdbh_mb0:nth-child(odd) .bwdbh_single-item {
    background: #F7F7F7;
}
.bwdbh_business_our_9 .bwdbh_timing-box ul .bwdbh_mb0:nth-child(odd) .bwdbh_single-item:hover{
    background: #136a8a;
}
.bwdbh_business_our_9 .bwdbh_timing-box ul .bwdbh_mb0:nth-child(even) .bwdbh_single-item:hover{
    background: #267871;
}
.bwdbh_business_our_9 .bwdbh_single-item{
    display: flex;
    padding: 20px;
    border-radius: 5px;
}
.bwdbh_business_our_9 .bwdbh_business-day,
.bwdbh_business_our_9 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 900;
    text-transform: capitalize;
}
.bwdbh_business_our_9 .bwdbh_business-time{
    text-align: right;
}
.bwdbh_business_our_9 .bwdbh_single-item:hover .bwdbh_day-time {
    color: #fff;
}




/* bwdbh_business_our_10 */
.bwdbh_business_our_10 {
    margin-top: 30px;
}
.bwdbh_business_our_10 .bwdbh_business-day, 
.bwdbh_business_our_10 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: capitalize;
    color: #fff;
}
.bwdbh_business_our_10 .bwdbh_business-time.bwdbh_day-time{
    text-align: right;
}
.bwdbh_business_our_10 .bwdbh_single-item {
    display: flex;
    padding: 15px;
    margin-bottom: 15px!important;
    border-radius: 6px;
    background: linear-gradient(to right, #dd1818, #333333);
}
.bwdbh_business_our_10 .bwdbh_timing-box {
    padding: 80px 20px 20px;
    border: 2px solid #fff;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.bwdbh_business_our_10 .bwdbh_content {
    position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    transform: translate(-50%, -50%);
}
.bwdbh_business_our_10 .bwdbh_main-title {
    color: #111;
    background: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 20px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
}
.bwdbh_business_our_10 .bwdbh_single-item:hover .bwdbh_day-time {
    color: #fff;
}
.bwdbh_business_our_10 .bwdbh_single-item:hover {
    background: #c31432;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    
}





/* bwdbh_business_our_11 */
.bwdbh_business_our_11 .bwdbh_timing-box{
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(163, 168, 177, 0.19);
    border-radius: 10px 10px 0px 0px;
}
.bwdbh_business_our_11 .bwdbh_main-title {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1;
    padding: 30px 10px;
    background-color: #2a2730;
    border-radius: 10px 10px 0px 0px;
}
.bwdbh_business_our_11 .bwdbh_single-item {
    display: flex;
    border-bottom: 1px dashed #1111111f;
    padding: 20px 10px;
    position: relative;
}
.bwdbh_business_our_11 .bwdbh_single-item:hover{
    background: #fc6767;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.bwdbh_business_our_11 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #fff;
}
.bwdbh_business_our_11 .bwdbh_business-day, 
.bwdbh_business_our_11 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: capitalize;
}
.bwdbh_business_our_11 .bwdbh_business-time{
    text-align: right;
}
.bwdbh_business_our_11 .bwdbh_all-item {
    padding: 60px 30px;
}
.bwdbh_business_our_11 .bwdbh_sub-content {
    text-align: center;
    margin-top: 30px;
}
.bwdbh_business_our_11 .bwdbh_disce-text {
    font-size: 18px;
    line-height: 1;
    color: #111;
    font-weight: 900;
    margin-bottom: 15px;
}
.bwdbh_business_our_11 .bwdbh_phone_number {
    font-weight: 900;
    color: #111;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 15px;
}
.bwdbh_business_our_11 .bwdbh_bttn_text {
    display: inline-block;
    text-decoration: none;
    background: #fc6767;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    border-radius: 30vmax;
    padding: 15px 30px;
    transition: .3s ease-in-out;
}
.bwdbh_business_our_11 .bwdbh_bttn_text:hover{
    background: #fc676792;
}





/* bwdbh_business_our_12 */
.bwdbh_business_our_12 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #fc6767;
}
.bwdbh_business_our_12 .bwdbh_content-image {
    position: relative;
}
.bwdbh_business_our_12 .bwdbh_content-image img{
    border-radius: 10px;
}
.bwdbh_business_our_12 .bwdbh_timing-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background: #fff;
    padding: 50px;
    z-index: 1;
    margin-left: -200px;
    border-radius: 6px;
    position: relative;
}
.bwdbh_business_our_12 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.bwdbh_business_our_12 .bwdbh_business-time {
    text-align: right;
}
.bwdbh_business_our_12 .bwdbh_business-day,
.bwdbh_business_our_12 .bwdbh_business-time{
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 900;
    text-transform: capitalize;
}







/* bwdbh_business_our_13 */
.bwdbh_business_our_13 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #2b5876;
}
.bwdbh_business_our_13 .bwdbh_timing-box{
    position: relative;
    background: linear-gradient(45deg,#FF609F,#6974CB);
    color: #fff;
    padding: 50px;
    z-index: 1;
    text-align: center;
}
.bwdbh_business_our_13 .bwdbh_content-box{
    margin-bottom: 40px!important;
}
.bwdbh_business_our_13 .bwdbh_timing-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    width: 95%;
    height: 95%;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .4s;
}
.bwdbh_business_our_13 .bwdbh_timing-box:hover::after{
    clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
}
.bwdbh_business_our_13 .bwdbh_main-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 5px!important;
}
.bwdbh_business_our_13 .bwdbh_sub-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.bwdbh_business_our_13 .bwdbh_single-item {
    display: flex;
    padding: 0 10px;
    margin-bottom: 15px!important;
}
.bwdbh_business_our_13 .bwdbh_timing-box ul .bwdbh_mb0:nth-child(odd) .bwdbh_single-item {
    background: #ffffff1a;
}
.bwdbh_business_our_13 .bwdbh_business-day, 
.bwdbh_business_our_13 .bwdbh_business-time{
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: uppercase;
}
.bwdbh_business_our_13 .bwdbh_business-day{
    text-align: left;
}
.bwdbh_business_our_13 .bwdbh_business-time {
    text-align: right;
}






/* bwdbh_business_our_14 */

.bwdbh_business_our_14 .bwdbh_main-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 5px!important;
}
.bwdbh_business_our_14 .bwdbh_sub-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.bwdbh_business_our_14 .bwdbh_business-day, 
.bwdbh_business_our_14 .bwdbh_business-time{
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: uppercase;
}
.bwdbh_business_our_14 .bwdbh_content-box{
    margin-bottom: 40px!important;
}

.bwdbh_business_our_14 .bwdbh_content-box {
    padding: 15px;
    border: 1px solid #ffffff38;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, 
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 8px;
}
.bwdbh_business_our_14 .bwdbh_timing-box {
    background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
    padding: 50px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}
.bwdbh_business_our_14 .bwdbh_timing-box ul .bwdbh_mb0:nth-child(odd) .bwdbh_single-item {
    text-align: center;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background: #ffffff1a;
    text-align: left;
}
.bwdbh_business_our_14 .bwdbh_timing-box ul .bwdbh_mb0:nth-child(odd) .bwdbh_single-item:hover {
    background: linear-gradient(to right, #DD2476, #FF512F);
}
.bwdbh_business_our_14 .bwdbh_timing-box ul .bwdbh_mb0:nth-child(even) .bwdbh_single-item:hover {
    background: linear-gradient(to right, #DD2476, #FF512F);
}
.bwdbh_business_our_14 .bwdbh_single-item {
    display: flex;
    padding: 5px 10px;
    margin-bottom: 20px!important;
}
.bwdbh_business_our_14 .bwdbh_business-time {
    display: flex;
    text-align: inherit;
}
.bwdbh_business_our_14 .bwdbh_opening, 
.bwdbh_business_our_14 .bwdbh_closing {
    flex: 0 0 50%;
    max-width: 50%;
}






/* bwdbh_business_our_15 */
.bwdbh_business_our_15 .bwdbh_main-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 5px!important;
    color: #fff;
}
.bwdbh_business_our_15 .bwdbh_sub-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}
.bwdbh_business_our_15 .bwdbh_content-box {
    padding: 15px;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0!important;
    border: 3px solid #fff;
    border-radius: 10px 10px 0 0;
}
.bwdbh_business_our_15 .bwdbh_timing-box {
    background-image: linear-gradient(150deg, #A873EB, #1E89CC, #ff0000);
    padding: 50px;
    border-radius: 10px;
}
.bwdbh_business_our_15 .bwdbh_all-item {
    border: 3px solid rgb(255, 255, 255);
    border-radius: 0 0 10px 10px;
    border-top: transparent;
    padding: 40px 30px!important;
}
.bwdbh_business_our_15 .bwdbh_business-time {
    text-align: right;
    justify-content: end;
}
.bwdbh_business_our_15 .bwdbh_single-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px!important;
    padding: 10px 5px;
}
.bwdbh_business_our_15 .bwdbh_business-day, 
.bwdbh_business_our_15 .bwdbh_business-time{
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: uppercase;
    color: #fff;
}
.bwdbh_business_our_15 .bwdbh_single-item::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    border-bottom: 1px dashed #fff;
    width: 45%;
    height: 0;
    transition: .4s ease-in-out;
}
.bwdbh_business_our_15 .bwdbh_single-item:hover::before{
    width: 100%;
    border-bottom: 1px solid #fff;
}






/* bwdbh_business_our_16 */
.bwdbh_business_our_16 .bwdbh_timing-box {
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
    padding: 60px;
    border-radius: 10px;
}
.bwdbh_business_our_16 .bwdbh_timing-box:hover .bwdbh_single-item {
    background: #000;
    transition: .4s;
}
.bwdbh_business_our_16 .bwdbh_main-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px!important;
}
.bwdbh_business_our_16 .bwdbh_sub-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: #FF2A9B;
    line-height: 1;
    padding: 2px 25px;
    transform: translateX(-50%) skewX(-12deg) rotate(-10deg);
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transition: .4s ease;
}
.bwdbh_business_our_16 .bwdbh_timing-box:hover .bwdbh_sub-title{
    transform: translateX(-50%) skewX(0)  rotate(0);
}
.bwdbh_business_our_16 .bwdbh_timing-box:hover .bwd_week-date_item{
    box-shadow: none;
}
.bwdbh_business_our_16 .bwd_week-date_item {
    display: flex;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transition: .4s;
}
.bwdbh_business_our_16 .bwdbh_all-item {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #fff;
}
.bwdbh_business_our_16 .bwdbh_all-item:last-child{
    border-right: 0;
}
.bwdbh_business_our_16 .bwdbh_single-item {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px!important;
    color: #fff;

    padding: 10px;
}
.bwdbh_business_our_16 .bwdbh_text-content {
    position: relative;
}


/* bwd_business_our_17 */

.bwdbh_business_our_17 .bwdbh_content-box .bwdbh_main-title {
    padding: 20px 0px 20px 0px;
    background: #CC86A7;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.bwdbh_business_our_17 .bwdbh_timing-box {
    border-bottom: 7px solid #CC86A7;
    background-color: rgba(255, 255, 255, 0.73);
}
.bwdbh_business_our_17 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
    z-index: 1;
}
.bwdbh_business_our_17 .bwdbh_single-item::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #CC86A7;
    z-index: -1;
    transition: .4s ease-in-out;
}
.bwdbh_business_our_17 .bwdbh_single-item:hover::before{
    height: 100%;
    top: 0;
    bottom: auto;
}
.bwdbh_business_our_17 .bwdbh_single-item:last-child{
    border-bottom: 0;
}
.bwdbh_business_our_17 .bwdbh_business-day,
 .bwdbh_business_our_17 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 18px;
    font-weight: 700;
    transition: .4s ease-in-out;
    text-transform: capitalize;
}
.bwdbh_business_our_17 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #D7FBFF;
}
.bwdbh_business_our_17 .bwdbh_business-time {
    text-align: right;
}





/* bwd_business_our_18 */
.bwdbh_business_our_18 .bwdbh_main-title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding: 20px 30px;
    background: linear-gradient(45deg, #2BB8AF, #429AC2);
    border-radius: 20px 20px 0 0;
}
.bwdbh_business_our_18 .bwdbh_all-item {
    padding: 30px;
}
.bwdbh_business_our_18 .bwdbh_timing-box{
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
.bwdbh_business_our_18 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border-bottom: 1px solid #EAEAEA;
}
.bwdbh_business_our_18 .bwdbh_single-item:hover {
    background: linear-gradient(45deg, #2BB8AF, #429AC2);
}
.bwdbh_business_our_18 .bwdbh_single-item:hover .bwdbh_day-time {
    color: #fff;
}
.bwdbh_business_our_18 .bwdbh_timing-box ul .bwdbh_mb0:last-child .bwdbh_single-item{
    border-bottom: 0;
    border-radius: 0 0 20px 20px;
}
.bwdbh_business_our_18 .bwdbh_business-day,
 .bwdbh_business_our_18 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.bwdbh_business_our_18 .bwdbh_business-time {
    text-align: right;
}

/* bwd_business_our_19 */
.bwdbh_business_our_19 .bwdbh_timing-box {
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 11px 11px 11px 11px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
}
.bwdbh_business_our_19 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
    z-index: 1;
}
.bwdbh_business_our_19 .bwdbh_single-item::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 3px;
    height: 100%;
    border-radius: 50%;
    background: #222;
    z-index: -1;
    transform: translateX(-50%);
}
.bwdbh_business_our_19 .bwdbh_single-item:hover::before{
    width: 100%;
    transition: .5s;
    border-radius: 0;
}
.bwdbh_business_our_19 .bwdbh_timing-box ul .bwdbh_mb0:last-child .bwdbh_single-item{
    border-bottom: 0;
}
.bwdbh_business_our_19 .bwdbh_business-day,
 .bwdbh_business_our_19 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    transition: .4s;
}
.bwdbh_business_our_19 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #ff6347;
}
.bwdbh_business_our_19 .bwdbh_business-time{
    text-align: right;
}





/* bwdbh_business_our_20 */
.bwdbh_business_our_20 .bwdbh_timing-box {
    padding: 50px;
    background: #3892E7;
}
.bwdbh_business_our_20 .bwdbh_single-item {
    display: flex;
    border: 1px dashed #fff;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px!important;
    transition: .3s;
}
.bwdbh_business_our_20 .bwdbh_single-item:hover{
    box-shadow: rgb(0 0 0 / 56%) 0px 22px 70px 4px;
}
.bwdbh_business_our_20 .bwdbh_business-day {
    border-right: 1px solid #fff;
}
.bwdbh_business_our_20 .bwdbh_business-day,
.bwdbh_business_our_20 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    color: #fff;
    font-size: 20px;
}
.bwdbh_business_our_20 .bwdbh_business-time {
    text-align: right;
}





/* bwdbh_business_our_21 */

.bwdbh_business_our_21 .bwdbh_timing-box{
    background-color: #fff;
    padding: 50px;
}
.bwdbh_business_our_21 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(30,30,30,.2);
    position: relative;
    z-index: 1;
}
.bwdbh_business_our_21 .bwdbh_single-item::before{
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ff6347;
    z-index: -1;
    transition: .3s;
}
.bwdbh_business_our_21 .bwdbh_single-item:hover::before{
    height: 100%;
}
.bwdbh_business_our_21 .bwdbh_business-day,
.bwdbh_business_our_21 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 20px;
    transition: .1s;
}
.bwdbh_business_our_21 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #ff6347;
}
.bwdbh_business_our_21 .bwdbh_business-time {
    text-align: right;
}






/* bwdbh_business_our_22 */
.bwdbh_business_our_22 .bwdbh_timing-box {
    margin-top: 70px;
}
.bwdbh_business_our_22 .bwdbh_main-title {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    z-index: 1;
}
.bwdbh_business_our_22 .bwdbh_main-title::after {
    content: attr(data-content);
    position: absolute;
    left: 50%;
    top: 45%;
    color: #F2F5F8;
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    z-index: -1;
    transform: translate(-50%, -45%);
}
.bwdbh_business_our_22 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(30,30,30,.2);
}
.bwdbh_business_our_22 .bwdbh_timing-box ul .bwdbh_mb0:last-child .bwdbh_single-item{
    border-bottom: 0;
}
.bwdbh_business_our_22 .bwdbh_business-day,
.bwdbh_business_our_22 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 20px;
    font-weight: 700;
}
.bwdbh_business_our_22 .bwdbh_business-time {
    text-align: right;
}
.bwdbh_business_our_22 .bwdbh_business-day{
    color: #939393;
}
.bwdbh_business_our_22 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #FF512F;
}





/* bwdbh_business_our_23 */
.bwdbh_business_our_23 .bwdbh_content-box {
    text-align: center;
}
.bwdbh_business_our_23 .bwdbh_main-title{
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 3px;
    background: linear-gradient(150deg, #FB8D9A 0%, #804CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bwdbh_business_our_23 .bwdbh_sub-title {
    color: #fff;
}
.bwdbh_business_our_23 .bwdbh_single-item {
    display: flex;
    align-items: center;
    background-color: #444444;
    border-bottom: 1px solid #37373A;
    padding: 25px;
}
.bwdbh_business_our_23 .bwdbh_single-item:hover{
    background: #FF512F;
}
.bwdbh_business_our_23 .bwdbh_timing-box ul .bwdbh_mb0:last-child .bwdbh_single-item{
    border-bottom: 0;
}
.bwdbh_business_our_23 .bwdbh_business-day,
.bwdbh_business_our_23 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.bwdbh_business_our_23 .bwdbh_business-time {
    text-align: right;
}

/* bwdbh_business_our_24 */
.bwdbh_business_our_24 .bwdbh_timing-box {
    padding: 50px;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 30px 60px 0px rgba(96, 97, 105, 0.14);
    position: relative;
    z-index: 1;
}
.bwdbh_business_our_24 .bwdbh_timing-box::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.011);
    opacity: .1;
    z-index: -1;
}
.bwdbh_business_our_24 .bwdbh_content-box .bwdbh_main-title {
    color: #FC6C00;
    font-size: 35px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.bwdbh_business_our_24 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 100vmax;
    margin-bottom: 8px!important;
}   
.bwdbh_business_our_24 .bwdbh_timing-box ul .bwdbh_mb0:nth-child(odd) .bwdbh_single-item {
    background-color: #DCDEFF;
    border-radius: 100vmax;
}
.bwdbh_business_our_24 .bwdbh_business-day, 
.bwdbh_business_our_24 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 20px;
    color: #FC6C00;
}
.bwdbh_business_our_24 .bwdbh_business-time{
    text-align: right;
}
.bwdbh_business_our_24 .bwdbh_single-item:hover .bwdbh_day-time {
    color: #000;
}


/* bwdbh_business_our_25 */
.bwdbh_business_our_25  .bwdbh_main-title {
    text-align: center;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px!important;
}
.bwdbh_business_our_25 .bwdbh_single-item {
    display: flex;
    background: #fff;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 8px!important;
    box-shadow: 0px 30px 60px 0px rgb(96 97 105 / 14%);
}
.bwdbh_business_our_25 .bwdbh_single-item:hover{
    background: linear-gradient(to right, #DD2476, #FF512F);
}
.bwdbh_business_our_25 .bwdbh_business-day, 
.bwdbh_business_our_25 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #939393;
    transition: .3s ease-in-out;
}
.bwdbh_business_our_25 .bwdbh_business-time{
    text-align: right;
}
.bwdbh_business_our_25 .bwdbh_single-item:hover .bwdbh_day-time {
    color: #fff;
}

/* bwdbh_business_our_26 */
.bwdbh_business_our_26 .bwdbh_single-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDF2;
    background: #fff;
    padding: 22px 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 28px 53px 0px rgb(107 111 144 / 21%);
}
.bwdbh_business_our_26 .bwdbh_single-item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 100%;
    background: #1D2671;
    transition: .4s;
    z-index: -1;
}
.bwdbh_business_our_26 .bwdbh_single-item:hover::before{
    width: 100%;
}
.bwdbh_business_our_26 .bwdbh_timing-box ul .bwdbh_mb0:last-child .bwdbh_single-item{
    border-bottom: 0;
}
.bwdbh_business_our_26 .bwdbh_single-item.bwdbh_first_child {
    display: block;
}
.bwdbh_business_our_26 .bwdbh_business-day, 
.bwdbh_business_our_26 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    color: #1D2671;
    font-size: 18px;
    font-weight: 600;
    transition: .1s ease;
}
.bwdbh_business_our_26 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #fff;
}
.bwdbh_business_our_26 .bwdbh_business-time{
    text-align: right;
}
.bwdbh_business_our_26 .bwdbh_main-title {
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
    font-size: 30px;
}

/* bwdbh_business_our_27 */
.bwdbh_business_our_27 .bwdbh_timing-box {
    border: 1px solid #6C27FF;
    border-radius: 15px;
}
.bwdbh_business_our_27 .bwdbh_main-title {
    font-size: 35px;
    background: #6C27FF;
    color: #fff;
    line-height: 1;
    font-weight: 800;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    text-transform: capitalize;
}
.bwdbh_business_our_27 .bwdbh_single-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #6C27FF;
    padding: 15px 20px;
    transition: .4s;
}
.bwdbh_business_our_27 .bwdbh_single-item:hover{
    background: #6C27FF;
}
.bwdbh_business_our_27 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #fff;
}
.bwdbh_business_our_27 .bwdbh_timing-box ul .bwdbh_mb0:last-child .bwdbh_single-item{
    border-bottom: 0;
    border-radius: 0 0 15px 15px;
}
.bwdbh_business_our_27 .bwdbh_business-day, 
.bwdbh_business_our_27 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 800;
}
.bwdbh_business_our_27 .bwdbh_business-time{
    text-align: right;
}




/* bwdbh_business_our_28 */
.bwdbh_business_our_28 .bwdbh_single-item {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 15px 20px;
    background: #885EFF;
    margin-bottom: 10px!important;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.bwdbh_business_our_28 .bwdbh_single-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #F5EFE0;
    width: 10px;
    height: 135%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(35deg);
}
.bwdbh_business_our_28 .bwdbh_single-item:hover::before{
    transform: translate(-50%, -50%) rotate(0);
    width: 100%;
    height: 100%;
    transition: .4s;
}
.bwdbh_business_our_28 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #885EFF;;
}
.bwdbh_business_our_28 .bwdbh_business-day, 
.bwdbh_business_our_28 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    color: #fff;
}
.bwdbh_business_our_28 .bwdbh_business-time{
    text-align: right;
}

/* bwdbh_business_our_29 */
.bwdbh_business_our_29 .bwdbh_single-item {
    display: flex;
    align-items: center;
    border-radius: 50vmax;
    padding: 25px 35px;
    margin-bottom: 8px!important;
    background: #FF512F;
}
.bwdbh_business_our_29 .bwdbh_single-item:hover {
    background: #DD2476;
}
.bwdbh_business_our_29 .bwdbh_business-day, 
.bwdbh_business_our_29 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 22px;
    font-weight: 700;
    color: #2d2d2dcb;
}
.bwdbh_business_our_29 .bwdbh_business-time{
    text-align: right;
}
.bwdbh_business_our_29 .bwdbh_main-title {
    color: #FFFFFF;
    background-color: #DD2476;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    padding: 25px 35px;
    border-radius: 50vmax;
    margin-bottom: 20px;
}
.bwdbh_business_our_29 .bwdbh_single-item:hover .bwdbh_day-time {
    color: #F7F7F7;
}






/* bwdbh_business_our_30 */
.bwdbh_business_our_30 .bwdbh_single-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    padding: 30px;
    border: 1px solid #e8e8e8;
    transition: .4s ease-in-out;
}
.bwdbh_business_our_30 .bwdbh_timing-box:hover .bwdbh_single-item {
    filter: blur(2px);
}
.bwdbh_business_our_30 .bwdbh_timing-box .bwdbh_single-item:hover{
    filter: blur(0px);
}
.bwdbh_business_our_30 .bwdbh_business-day, 
.bwdbh_business_our_30 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.bwdbh_business_our_30 .bwdbh_business-time{
    text-align: right;
}






/* bwdbh_business_our_31 */
.bwdbh_business_our_31 {
    margin-top: 30px;
}
.bwdbh_business_our_31 .bwdbh_business-day, 
.bwdbh_business_our_31 .bwdbh_business-time {
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: capitalize;
    color: #fff;
    transition: .4s ease;
}
.bwdbh_business_our_31 .bwdbh_business-time{
    text-align: right;
}
.bwdbh_business_our_31 .bwdbh_single-item {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px!important;
    border-radius: 8px;
    border: 1px solid #fff;
    transition: .4s ease;
}
.bwdbh_business_our_31 .bwdbh_single-item:hover{
    background: #fff;
}
.bwdbh_business_our_31 .bwdbh_single-item:hover .bwdbh_day-time{
    color: #FF2A9B;
    font-weight: 900;
}
.bwdbh_business_our_31 .bwdbh_timing-box {
    padding: 80px 20px 20px;
    border-radius: 10px;
    position: relative;
    background-color: #FF2A9B;
}
.bwdbh_business_our_31 .bwdbh_content {
    position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    transform: translate(-50%, -50%);
}
.bwdbh_business_our_31 .bwdbh_main-title {
    color: #fff;
    background-color: #FF2A9B;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 25px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
}




