/*****************content & Title*********************************/
.site-content .ast-container { display: block; }
.ttbm_default__title {margin:0;padding:0 0 5px 0;}
div.ttbm_default_widget {
	display: block;
	font-size: var(--fs);
	color: var(--d_color);
	position: relative;
	margin: 0 0 var(--dmp) 0;
}
div > div.ttbm_default_widget:last-child {margin: 0;}
div.ttbm_default_widget .ttbm_widget_title {padding: var(--ttbm_mp_xs) var(--dmp);text-align: center;margin: 0;background-color: var(--color_theme);color: var(--color_theme_alter);}
.ttbm_widget_content {padding: var(--ttbm_mp_xs);}
div.ttbm_default_widget .ttbm_widget_content {background-color: var(--color_section);border: 1px solid #DDD;}
/*div.ttbm_default_widget .ttbm_widget_content a {margin: 0 0 7px 0;}*/
div.ttbm_default_widget .ttbm_title_style_3,
div.ttbm_default_widget .ttbm_title_style_2 {padding: 0 0 var(--ttbm_mp_xs) 0;}
div.ttbm_default_widget .ttbm_title_style_2 ~ .ttbm_widget_content,
div.ttbm_default_widget .ttbm_title_style_3 ~ .ttbm_widget_content {border: none;background-color: transparent;padding: 0;}

div.ttbm_default_widget .ttbm_title_style_2 ~ .ttbm_widget_content.ttbm_day_wise_details {
	padding-left: 7px;
	padding: 20px;
}

div.ttbm_default_widget .ttbm_title_style_3 {border-bottom: 2px solid var(--color_theme_77);padding: 10px 10px;}
div.ttbm_default_widget .ttbm_widget_content.ttbm_day_wise_details {padding: 20px;}
div.ttbm_default_widget .ttbm_title_style_2{
	background: rgba(var(--color_theme_rbg),0.1);
	padding: 12px var(--dmp);
	font-weight: bold; 
	margin-bottom: var(--dmp);
	border-radius: 10px 10px 0 0;
}

/*****************List*********************************/
.ttbm_widget_content ul li:not(.ttbm_wp_editor li) {width: 100%;}
.ttbm_widget_content ul li i,
.ttbm_widget_content ul li span {margin: 0 var(--ttbm_mp_xs) 0 0;}
.ttbm_widget_content ul li:not(.ttbm_wp_editor li) {
	margin: 5px 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
	font-size: var(--fs);
	display: -webkit-flex;
	display: flex;-webkit-align-items: center;
	align-items: center;
	width: auto;
}
.ttbm_widget_content ul li:not(.ttbm_wp_editor li):last-child{
	border:0;
}
.ttbm_widget_content ul li a:not(.ttbm_wp_editor li a) {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
/*************************************************/
div.ttbm_registration_area {position: relative;margin: 0 0 var(--dmp) 0;
	background-color: #fff;
	box-shadow: 0 5px 15px #ddd;
	border-radius: 12px;
}
/***/

div.ttbm_booking_panel .ttbm_widget_content {padding: 0;border: none;}
div.ttbm_booking_panel table tbody tr:nth-of-type(even) {background-color: #FFF;}
div.ttbm_booking_panel table tbody tr:nth-of-type(even) td {padding: 0;}

div.ttbm_booking_panel table tbody tr td .ttbm_attendee_form_item:not(:last-child) {border-bottom: 1px solid #DDD;}
.ttbm_style table th, .ttbm_style table td{ border: 0;}
div.ttbm_booking_panel table thead th,
div.ttbm_booking_panel table td:last-child {text-align: center;padding: 8px;}
div.ttbm_booking_panel table thead th:first-child{text-align: left;padding: 10px;}
div.ttbm_booking_panel table td:last-child > div {display: inline-block;min-width: 100px;}
div.ttbm_booking_panel table th {
	background-color: #fff;
	text-align: left;
	padding: 10px 15px; 
	vertical-align: middle;
	
}

div.ttbm_booking_panel table thead th {
	background-color: #f1f3f5;
	border: 0;
	padding: 20px 0;
	
}

div.ttbm_booking_panel table tbody th,div.ttbm_booking_panel table tbody td{
	border: 0 !important;
}
div.ttbm_booking_panel .ttbm_book_now_area{
	border: 0;
	margin-top: 30px;
}
div.ttbm_booking_panel .ttbm_book_now_area .tour_qty,
div.ttbm_booking_panel .ttbm_book_now_area .tour_price{
	font-size: 20px;
	font-weight: bold;
}

div.ttbm_booking_panel table.mp_tour_ticket_type{
	box-shadow: 0 0 1px #ddd;
	border-radius: 12px 12px 0 0;
}
div.ttbm_booking_panel table.mp_tour_ticket_type thead tr th:first-child{
	border-top-left-radius: 10px;
}
div.ttbm_booking_panel table.mp_tour_ticket_type thead tr th:last-child{
	border-top-right-radius: 10px;
}
div.ttbm_booking_panel table.mp_tour_ticket_type tbody td, table.mp_tour_ticket_type tbody th{

	border-bottom: 1px dotted #ddd;
}
div.ttbm_booking_panel  .qtyIncDec .decQty,
div.ttbm_booking_panel  .qtyIncDec .incQty{
	border-radius: 100px;
}
div.ttbm_booking_panel  .qtyIncDec label{
	border: 0;
	font-weight: bold;
}
div.ttbm_booking_panel table td {background-color: #fff;}
/*************************************************/
div.ttbm_date_time_select {margin:0;border-bottom: 1px solid #f2f2f2;}
div.ttbm_select_date_area {
	padding: var(--ttbm_mp_xs);
	background-color: var(--color_theme);
	width: 100%;
	border-radius:12px 12px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}

.ttbm_select_date_area .ttbm-title{
	color: var(--color_white);
	font-weight: bold;
	font-size: 20px;
}

.ttbm_select_date_area .date-picker{
	display: flex;
  	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap:10px;
}
.ttbm_select_date_area .booking-button{
	color: var(--color_white);
	display: flex;
	justify-content: start;
	align-items: center;
	gap:10px;
}
.ttbm_select_date_area .ttbm_check_ability{
	margin: 0;
}

.ttbm_select_date_area .navy_blueButton.ttbm_check_ability{
	background-color: var(--button_bg);
    color: var(--color_button);
    padding: 12px;
    border: 1px solid var(--color_button);
	font-size: 16px;
}
.date-picker-icon{
	position: relative;
}
div.ttbm_style #ttbm_select_date.formControl {
	padding: 20px;
	padding-left: 20px;
}
.date-picker-icon i{
	position:absolute;
	top: 10px;
	left:10px;
	color: var(--color_theme);
	font-size: 20px;
}

@media (max-width: 767px) {
	div.ttbm_select_date_area {
		flex-direction: column;
		align-items: center;
	}
	.ttbm_select_date_area .booking-button{
		flex-direction: column;
		justify-content: end;
		align-items: center;
	}
	.ttbm_select_date_area .date-picker{
		justify-content: center;
	}
	
}



div.availability_section div.ttbm_date_time_select {-webkit-flex-direction: column;flex-direction: column;}
#ttbm_select_date{
	text-align: center;
}
/************************************************/
button.ttbm_hotel_open_room_list {
	background-color: var(--color_theme);
	color: #FFF;
	padding: 10px 20px;

}
div.daterangepicker select.monthselect,
div.daterangepicker select.yearselect {display: inline-block !important;}
div.daterangepicker .calendar-table table {border: none;box-shadow: none;}
div.daterangepicker .drp-calendar {max-width: 100%;}
div.drp-calendar .calendar-table .table-condensed thead {color: #FFF;background-color: var(--color_theme);}
div.drp-calendar .calendar-table .table-condensed thead th {border-color: var(--color_theme);}
div.drp-calendar .calendar-table .table-condensed tbody {background-color: #FFF;}
div.daterangepicker {border: none;background-color: var(--color_theme);}
div.daterangepicker .drp-calendar .calendar-table {padding: 0 !important;border: none !important;background-color: var(--color_theme);border-radius: 0;}
div.daterangepicker th.month {font-size: 22px;}
div.daterangepicker .calendar-table .prev span,
div.daterangepicker .calendar-table .next span {border-width: 0 4px 4px 0;padding: 5px;border-color: #FFF;}
div.daterangepicker .calendar-table .prev span:hover,
div.daterangepicker .calendar-table .next span:hover {border-color: var(--button_bg);}
div.daterangepicker th.available:hover {background-color: transparent;}
div.daterangepicker .calendar-table td,
div.daterangepicker .calendar-table th {font-size: 16px;border-radius: 0;width: 40px;height: 40px;padding: 0;}
/**************particular date***********************************/
div.particular_date_area {
	background: #FFF;
	border-radius: var(--dbr_d);
	margin-bottom: 26px;
	padding: 15px;
	transition: max-height .3s ease-out;
}
div.particular_date_area:nth-child(odd){background-color: #f5f5f5; border: 1px solid #ededed;}
div.particular_date_area:nth-child(even){background-color: #CDF5F6;}
div.particular_date_item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
}
div.particular_date_area .mp_tour_ticket_form {margin: var(--ttbm_mp_xs)  0 0 0;}
div.ttbm_hotel_area {margin: 0 0 var(--dmp) 0;}
div.ttbm_hotel_item {
	border: 1px solid #C6C6C6;
	padding: 16px;margin: 16px 0;
	background-color: #FFF;
	border-radius: var(--dbr_d);
}
div.ttbm_hotel_details_item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	gap: 24px;
}

.hotel_list_top_right_left.fdColumn.textRight {

	padding: 5px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
}


@media(min-width: 992px) {
	div.ttbm_hotel_details_item .bg_image_area {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 200px;
	}
}

div.ttbm_hotel_list_details {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: calc(100% - 216px);
}

@media(max-width: 991px) {
	div.ttbm_hotel_details_item {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	div.ttbm_hotel_list_details {
		width: 100%;
	}

	.ttbm_hotel_details_item .bg_image_area {
		height: auto;
	}
}

div.hotel_list_top_left h4 {
	color: #0a0a0a;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}

.ttbm_hotel_list_details h4.textTheme {
	margin-bottom: 20px;
}
div.hotel_rating{
	display: block;
}
div.hotel_rating span {color: #FEBB02;padding: 3px;font-size: 12px;}
div.hotel_list_top_area {display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
div.hotel_list_top_left ul li {	padding: 5px 10px 5px 0;	line-height: 18px;}
div.hotel_list_top_left ul li a {color: #0071C2;
	line-height: 18px;
	text-decoration: underline !important;
	font-weight: 600;}
div.hotel_list_top_right_right {
	align-items: center;
	background: var(--color_theme);
	border-radius: 5.8181818182px 5.8181818182px 5.8181818182px 0;
	color: #FFF;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	justify-content: center;
	min-width: 32px;
	vertical-align: baseline;
	width: 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-left: 10px;
}
div.hotel_list_top_right_left h6 {
	color: #262626;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
div.hotel_list_top_right_left span {
	margin-top: -4px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}
div.hotel_list_middle_left {
	margin-bottom: 24px;
}
span.load_more_text{cursor: pointer;color: var(--color_theme_cc);}
@media only screen and (max-width: 767px) {
	div.ttbm_hotel_details_item,
	div.ttbm_date_time_select label span {
		/*margin: 0 0 var(--ttbm_mp_xs) 0;*/
		display: inline-block;
		line-height: 1;
	}
	div.ttbm_date_time_select label {margin: var(--ttbm_mp_xs) 0;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
	div.ttbm_hotel_list_details{width: 100%;margin: 20px 0 0 0;}

}
@media only screen and (max-width: 600px) {
	div.ttbm_booking_panel table td:last-child > div {min-width: auto;}
}
div.ttbm_smart_theme div.ttbm_date_time_select label{margin: 0 0 10px 0;width: 100%;display: block;}
div.ttbm_smart_theme .ttbm-rating-stars {padding: 0 20px 0 0; margin: 0;border-right: 2px solid #ddd;}
div.ttbm_smart_theme div.ttbm_details_page .location_name{padding: 0 20px; margin: 0;border-right: 2px solid #ddd;}