/***************** Star Rating ***************************/
.fa-star.checked {
	color: #fdca1b;
    padding-right: 1px;
}
/***************** Price Slider ***************************/
.tanxe #slider-div {
	display: flex;
}
.tanxe #slider-div>div {
	margin: 0 10px;
}
/***************** jQuery UI Datepicker Customization ***************************/
.ui-datepicker th {
	background: #1EC4ED;
}

.ui-datepicker .ui-datepicker-header {
	background: #1d2730;
	color: white;
	border-radius: 0 !important;
	border-bottom: 0 !important;
	border-color: #1d2730;
	border-top: 5px solid #1d2730;
}
.ui-datepicker .ui-datepicker-prev{
	left: 9px !important;
}
.ui-datepicker .ui-datepicker-next {
	right: 9px !important;
}

.ui-datepicker td,
.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
	opacity: 1 !important;
	background: #ffffff !important;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 100% !important;
	margin: 0 !important;
}

.ui-datepicker-calendar thead {
	border: 10px solid #1d2730;
	border-top: 0;
}

.ui-datepicker th {
	padding: 1px .3em !important;
}

.ui-icon {
	background-image: url(../img/ui-icons_1ec4ed_256x240.png) !important;
}

.ui-state-disabled span.ui-state-default {
	color: #45454540;
}
/************************ Select2 jQuery Plugin Customization ***************************************/
.tanxe .select2 {
	flex: 1 1 auto;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.tanxe .select2 .select2-selection{
	border: 0;
}
.tanxe .select2 .select2-selection__arrow{
	top: 7px !important;
	right: 15px !important;
}

/******************* KAVA Theme Fixes ************************/
.tanxe .btn,.indexmap .btn, .packages_below_map small{
	text-transform: initial;
	background: #00BCD4;
	color: #fff;
}
/*********************** newDatePicker *********************/
.newDatePicker{
	position: absolute;
	display: none;
	z-index: 9999;
}
.newDatePicker > div{
	background-color: #F0F0F0;
	position: relative;
	top: -30px;
}
.newDatePicker .fa-caret-up {
	background-color: transparent;
	color: #F0F0F0;
	position: relative;
	left: 15px;
	top: -15px;
}
.cur-pointer{
	cursor: pointer;
}
/****************** Page: HomePage **********************/
@media only screen and (max-width: 576px) {
	.homepage-search-col{
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}

/****************** Page: Search Result Packages **********************/
.rev {
	transform: rotate(180deg);
}
.tanxe.search_result_packages{
	background-color: #F0F2F5;
	font-family: "Open Sans", Sans-serif;
}

.details-hotel [title]{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.priceLoader{
	width: 100%;
	height: 100%;
	opacity: .75!important;
	position: absolute;
	display: flex!important;
	justify-content: center!important;
}
.priceLoader div{
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 1.1s linear infinite !important;
	animation: spin 1.1s linear infinite !important;
}
.airline-timing img{
}
/******************* Grid view in Search Package Results **************************/
#hotel-results-table{
	display: none;
}

.enforce-grid #hotel-results-table {
	display: table;
	width: 100%;
}

.enforce-grid .details-hotel {
	display: none;
}

#hotel-results-table th{
	font-size: 0.9em;
}

#search_results .bg-white{
    box-shadow: 1px 8px 15px 0px rgb(0 0 0 / 5%);
}

#search_results .hotel-name-holder{
	line-height: 2rem;
	border-bottom: 1px dotted#e1e1e1;
	border-top: 1px dotted #e1e1e1;
	margin: 0 10px!important;
}


#search_results .vertical-space{
	display: block;
	float: left;
	width: 1%;
}

#search_results .airline-timing .fw-bold{
	line-height: 0.7rem;
    padding-left: 22px;
}

.position-relative .background-image{
    height: 195px;
    /* padding: 0 20px!important; */
    /* max-height: 185px; */
    background-size: cover !important;
    /* border-radius: 8px; */
    border: 15px solid white;
    box-shadow: 1px 8px 15px 0px rgb(0 0 0 / 05%);
}

#search_results .right-border-holder{
	border-right: 1px solid #e1e1e1;
}

@media only screen and (max-width: 576px) {
	#search_results .hotel-name-holder{
		font-size: 0.875em;
		color: #6c757d;
	}

	#search_results .hotel-name-holder .ps-0{
		padding-left: 0.75rem !important;
	}

	#search_results .bg-light{
		background-color: transparent !important;
	}

	#search_results .right-border-holder{
		border-right: none;
		padding: 0;
	}

	#search_results .fa-star{
		font-size: 0.6rem;
	}
}

@media screen and (max-width: 992px) and (orientation:landscape) {
	/* landscape-specific styles */
	#hotel-results-table {
		display: table;
		width: 100%;
	}

	.details-hotel {
		display: none;
	}
}

/********************** Index Map ***************/
.indexmap .map{
	background-image: url('../img/map.png');
	height: 470px;
	background-repeat: no-repeat;
}
legend{
	all: revert;
	top: -15px;
	position: relative;
	padding: 2px 11px;
}
#lowest_prices .body .row:nth-child(even) {background: #e1e1e1}
/*************** Hotel Description in Package specific page *************/
.hotel-facilities .bui-list{
	list-style: none;
}
.hotel-facilities .bui-list__body{
	display: inline-block;
}
.hotel-facilities .hotel-facilities-group__icon{
	margin-right: 5px;
}
/*************** Dropdown Search Box on homepage *************/

.dropdown-search-box{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.dropdown-search-box .dropdown-cover-image{
	height: 200px;
	background-size: cover !important;
}

.dropdown-search-box .dropdown-text-holder{
	padding: 1rem;
	background-color: white;
}

.dropdown-search-box .dropdown-search-text p{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
}
.dropdown-search-box .dropdown-search-text span{
	font-size: 13px;
}

.dropdown-search-box .dropdown-rating{
	    background-color: #f2f2f2;
    font-size: 1.0rem!important;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
}

.dropdown-search-text {line-height:15px; padding-bottom:10px;}
.dropdown-search-text2 {line-height:15px; font-weight: bold;font-size: 14px;}

.dropdown-search-box .dropdown-price{
	display: block;
	font-size: 1.5rem;
	border-radius: 8px;
	padding: 4px 15px 4px 15px;
}

.dropdown-search-box hr{
	height: 10px;
	opacity: 1;

}

.packages_below_map > div{
  padding: 0 10px;
}


#ui-datepicker-div{
	z-index: 100000!important;
}

.searchTopBar div {
	color:#333;font-size: 14px;}

.abovetab {font-size:14px; line-height:19px;padding:15px 20px}

.depcity {font-weight:bold; font-size:15px}
.dates {padding-left: 20px!important;}
.depcity2 {font-weight:bold; font-size:35px}
.bg-light {
	background: #e9e9e9!important;}

.boldgrama  {font-weight:bold;}
.btn-light2 {background:#333; color:#fff;padding: 5px 15px }
.searchback {background:#333; padding:20px!important;}
.sltext {color:#333;}

element.style {
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.float-start {
    font-weight: bold;
    font-size: 17px;
    padding-left: 15px;
}
.text-secondary {
        margin-right: 25px;
    font-weight: 700;
    font-size: 14px;
}
.perilambanei {font-size:12px!important}

.bg-primary2 {
    background-color: #f1f1f1!important;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    border: 1px solid #ece7e7;
}
.btn-primary2 {
    background: #25cff2!important;
    font-weight: 700!important;
    font-size: 25px!important;
    letter-spacing: -0.05em!important;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 69%);
    text-transform: none!important;
    border: 1px solid white;
}

.bg-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.select2-container--default .select2-results__group {
    color: #fff;
    font-size: 16px;
    width: 100%;
	background-color: rgb(61 59 59);}

.hotel_name {font-size:14px;padding-right: 10px;}
.small, small {font-size:12px}
.btn-secondary {
    background: #e9e9e9!important;
    padding: 5px 20px;
    border-radius: 6px!important;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #333!important;
    border: 1px solid #fff!important;
}
.table-striped {box-shadow: 1px 4px 9px 0px rgb(0 0 0 / 25%);
    padding: 20px 30px;
	border:0px solid #fff;
	border-radius: 8px;}

.nights {padding-left:30px; font-size: 15px;}
.fa {padding-right:7px;}
.loc-nights {margin-top:-10px}
.details-hotel {margin-bottom:40px!important}
.hotel {width:90%;margin-right:12px}
.sort_by {font-size:15px; font-weight:500}
.fs-4 {font-size: 1.2rem!important;font-weight: 700;}
.text-end { text-align: center!important;}
.text-end2 { text-align: right!important;}
.fa-angle-right {padding-left:7px;}
.fa-angle-left {padding-right:7px;}
.acybutton { text-transform: none!important; border-radius:20px!important;max-width:100%!important;}
.pointer{
	cursor: pointer;
}

@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}


@media only screen and (min-width: 900px) {
	#cheapest-packages .lowest-price-list-holder:nth-child(2){
		padding-right: 3rem;
	}

	#cheapest-packages .lowest-price-list-holder:nth-child(3){
		padding-left: 1.5rem; padding-right: 1.5rem;
	}

	#cheapest-packages .lowest-price-list-holder:nth-child(4){
		padding-left: 3rem;
	}
}


.lowest-price-list-holder{
	display: none;
}

.lowest-price-list-holder span{
	font-size: 0.75rem;
	font-weight: bold;
}

.lowest-price-list-holder .row{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.cheapest-holder{
	border: 5px solid white;
}

.lowest-price-list-holder .cheapest-holder:nth-child(odd) .row {
    background: white;
}

