/*|==================================================================================
    Book Now Section
====================================================================================|*/
.bookNow-section{}
.bookNow-section .bookNow-form{}
.bookNow-form .form-control,.bookNow-form .form-select{
    border-radius: 8px;
    background: #F9F9F9;
    height: 30px;
    margin-bottom: 20px;
}
.bookNow-form textarea.form-control{
    min-height: 100px;
}
/*| Media Query ====================================================================|*/
@media (min-width: 992px){
    .bookNow-form .form-control,.bookNow-form .form-select{
        height: 50px;
        margin-bottom: 24px;
    }
}
@media (max-width: 991.98px){}

.col-sep {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.col-timer {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.row-offer-clock{
    background: #00ae99;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 5px 11px;
    border-radius: 6px;
    margin: 10px 0 10px 0;
    text-align: center;
    max-width: 140px;

}
.mid_oder_packges{
    text-align: left;
    position: relative;
}
.mid_oder_packges .btn-solid{
margin-bottom:10px !important;
}
#sync2 .owl-stage-outer .owl-stage{
    width: auto !important;
}
.bookNow-resend-otp {
    top: 25%;
    right: 3%;
}

.sub-title {
    font-size:20px;
    margin: 23px 0 8px 0;
    font-weight:600;
}

.clander_main_box_holder{
    max-width: max-content;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.clander_main_box_holder span {
    display: block;
}

.WeeksDaysBox {
    text-decoration: none;
    margin: 0 -1.5px;
}

.WeeksDaysLabelName {
    font-size: 15px;
    text-decoration: none;
    color: #868686;
    background: #F2F2F2;
    width: 70px;
    border-bottom: 1px solid #CCCCCC;
    padding: 6px 0px;
}
.DateLabelName {
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 600;
    display: inline-block;
    padding-top: 3px;
}
.MonthsLabelName {
    font-size: 16px;
    color: #2C2C2C;
    padding-bottom: 10px;
}

.WeeksDaysBox:hover .WeeksDaysLabelName,  
    .WeeksDaysBox:hover .MonthsLabelName, 
    .WeeksDaysBox:hover .DateLabelName,
    .WeeksDaysBox.active .WeeksDaysLabelName,  
    .WeeksDaysBox.active .MonthsLabelName, 
    .WeeksDaysBox.active .DateLabelName
    {
    background: #03AD98;
    color: #fff;
}

.weeks_of_days_box {
	display: inline-block;
	box-shadow: none;
	margin-top: 18px;
	border-radius: 6px;
	border: 1px solid #eee;
	margin-right: 5px;
	}

.weeks_of_days_box:last-child {
	margin-right: 0
}

.weeks_of_days_box:hover,
.weeks_of_days_box.active_d_t {	
	/* background: #EBFBF8; */
    background: #03AD98;
    color: #fff;

}

.weeks_of_days_box:hover .days_name_date,
.weeks_of_days_box:hover .days_name_lable,
.weeks_of_days_box.active_d_t .days_name_date,
.weeks_of_days_box.active_d_t .days_name_lable {
	/* color: #222; */
    color: #fff;
}
.weeks_of_days_row{
    max-width: 490px;
    margin: 0px auto 0 auto;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 0 25px 0;
}