.ui-widget-header b {
	min-width: 100%;
	text-align: center;
	display: block;
	color: gray;
	padding-top: 30px;
}

.confimbutton:hover {
	background-color: #1ababf;
}

.maxPassengers {
	color: red;
	display: none;
	padding: 0px 18px;
}

.addpass {
	width: 190px;
	color: #ee376e;
	padding: 5px 10px;
	display: block;
	cursor: pointer;
}

.confimbutton {
	width: 120px;
	border-radius: 20px;
	background-color: #1ababf;
	height: 36px;
}

.selectstyle {
	width: 110px;
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	font-size: 15px;
}

.addons_items {
	display: block;
	margin: 20px 0px 5px 0px;
	padding: 5px 1px;
	font-size: 16px;
	color: #800180;
}

select[multiple] {
	height: auto;
	padding: 0;
	min-width: 320px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	overflow: hidden;
	box-shadow: none;
	border: 1px solid #ddd;
}

select[multiple] option:checked {
	background-color: #800180 !important;
	color: white;
}

select[multiple] option {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 6px 0;
}
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}

.multi_selection_with_quantity div.headz b {
	width: 20%;
	display: block;
}

.multi_selection_with_quantity div.headz b:last-child {
	width: 20%;
	text-align: left;
	padding-left: 6px;
}

.multi_selection_with_quantity div.headz b:nth-child(2) {
	width: 60%;
}

.multi_selection_with_quantity .headz {
	width: 100%;
}

.multi_selection_with_quantity {
	max-width: 400px;
	padding: 10px;
	border: 1px solid #eae6e6;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.multi_selection_with_quantity div span {
	width: 85%;
}

.multi_selection_with_quantity div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 2px 2px 4px 0px;
	border-bottom: 1px solid #eae6e6;
}

.multi_selection_with_quantity input[type="number"] {
	width: 60px;
	padding: 8px;
	font-size: 15px;
	padding-top: 6px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.multi_selection_with_quantity input[type="checkbox"] {
	width: 28px;
	height: 20px;
	margin-left: 5px;
	border: 1px solid #eae6e6;
}

.one_selection {
	max-width: 100%;
	width: 300px;
	display: inline-block;
	margin: 0px 0px;
	padding: 5px 10px;
	font-size: 15px;
}

#slider-range {
	display: none;
	margin-top: 70px;
	margin-bottom: 35px;
	border-color: transparent;
	background-color: gray;
	background: gray;
	border: none;
	height: 8px;
}

#slider-range>span::after {
	content: ' ';
	position: absolute;
	background: transparent;
	right: 0;
	width: 100%;
	height: 0;
	border-color: #800180;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid;
	top: -44%;
	color: #800180;
}

#slider-range>span::before {
	content: ' ';
	position: absolute;
	background: transparent;
	right: 0;
	width: 100%;
	height: 0;
	border-color: #800180;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid;
	top: 95%;
	color: #800180;
}

#slider-range>span .now_aday,
#slider-range>span .next_aday {
	position: absolute;
	right: -4px;
	top: 24px;
}

#slider-range>span b {
	color: #1ababf;
	font-size: 16px;
	width: 65px;
	text-align: center;
	display: inline-block;
	margin-right: -16px;
	font-weight: normal;
	transform: translateY(-38px);
}

#slider-range>span.ui-state-focus {
	top: -0.3em !important;
}

#slider-range>span.ui-slider-handle {
	width: 20px;
	height: 20px;
	background-color: #800180;
	border: none;
	margin-top: -5px;
	outline: none;
	border-radius: 3px;
}

#slider-range>span.ui-slider-handle:focus {
	outline: none;
}

#slider-range>div {
	background-color: #800180;
	border-color: #800180;
}

#todaysmonth {
	text-align: center;
	display: none;
	font-size: 17px;
	padding-bottom: 80px;
	color: #1ababf;
}

#selecteddate {
	display: none;
	font-size: 17px;
	color: #1ababf;
	padding: 30px 0px 10px 0px;
}

.gpnf-field-1 {
	width: 35%;
}

.gpnf-field-2 {
	width: 25%;
}

.gpnf-field-3 {
	width: 15%;
	position: relative;
}

.gpnf-field-3>input[type=text] {
	padding-right: 20px;
}

.gpnf-field-4 {
	width: 25%;
}

.deletespan {
	color: white;
	cursor: pointer;
	background-color: red;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-top: 5px;
	font-size: 25px;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
}

#passengersList tr {
	position: relative;
	padding-left: 25px;
}

#selectedtime {
	color: #1ababf;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	display: none;
	text-align: right;
}

span#selectedtime.nexdaty::after {
	content: '( اليوم التالي )';
	display: inline-block;
	padding: 0px 13px;
	color: #800081;
}

#basicprice {
	color: #1ababf;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	display: none;
	text-align: right;
}

#paymenttype {
	color: #1ababf;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	display: none;
	text-align: right;
}

#remainingAmount {
	color: #1ababf;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	display: none;
	text-align: right;
}

#tripstarttime {
	color: #1ababf;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	display: none;
	text-align: right;
}

#triplength {
	color: #1ababf;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	display: none;
	text-align: right;
}

#confirmselection {
	display: none;
	padding: 5px 10px 7px 10px;
	text-align: center;
	width: 200px;
	background-color: #1ababf;
	color: white;
	font-size: 16px;
	border-radius: 25px;
	margin-top: 40px;
	cursor: pointer;
}

#selectedslot div {
	width: 100%;
	padding-bottom: 15px;
}

#selectedslot div.headspan span {
	display: inline-block;
	width: 48%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0px;
}

#dayhours {
	padding: 0px 3px 0px 15px;
}

#dayhours span {
	display: inline-block;
	width: 4.16666667%;
	height: 4px;
	background-color: gray;
	position: relative;
}

#dayhours span.mon_span_start::after {
	content: ' ';
	position: absolute;
	background: transparent;
	right: 0;
	width: 80%;
	height: 0;
	border-color: #1ababf;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid;
	top: 0px;
}

#dayhours span.mon_span_start::before {
	content: ' ';
	position: absolute;
	background: transparent;
	right: 0;
	width: 80%;
	height: 0;
	border-color: #1ababf;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-top: 0px solid;
	top: 0px;
}

#dayhours span.mon_span_end::before {
	content: ' ';
	position: absolute;
	background: transparent;
	left: 0;
	width: 80%;
	height: 0;
	border-color: #1ababf;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid;
	top: 0px;
}

#dayhours span.mon_span_end::after {
	content: ' ';
	position: absolute;
	background: transparent;
	left: 0;
	width: 80%;
	height: 0;
	border-color: #1ababf;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-top: 0px solid;
	top: 0px;
}

span.selectedslot::after,
span.selectedslot::before {
	border-color: #800180 !important;
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
}

span.selectedslot b {
	color: #800180 !important;
}

span.mon_span_start b,
span.mon_span_end b {
	position: absolute;
	color: #1ababf;
	font-weight: normal;
	top: -25px;
	font-size: 85%;
	width: 100%;
	text-align: center;
}

.mon_span_end,
.mon_span_start,
.mon_span_start,
.mon_span_end {
	min-width: 59px;
}

span.mon_span_end b {
	right: -15px;
	padding-right: 0px;
}

span.mon_span_start b {
	left: 0px;
	padding-left: 0px;
}

#dayhours span.inrange {
	background-color: #1ababf;
	cursor: pointer;
}

#dayhours span.offrange {
	display: none;
}

#dayhours span:first-child {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

#dayhours span:last-child {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

#owlslide div.slecteddayclass {
	background-color: #800180 !important;
	border: 1px solid #800180 !important;
}

#owlslide div.slecteddayclass>span.status {
	color: transparent !important;
	background-image: url('https://zurnbak.com/wp-content/themes/eventchamp/img/availlogo.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

img.ajaImgLoad {
	width: 40px;
	height: 40px;
	margin: 5px 6px;
	padding: 0px;
	float: right;
	display: none;
}

img.ajaImg {
	width: 100%;
	margin: 0 auto;
	background-color: #1ababf;
	height: 100%;
	padding: 35px;
	border-radius: 19px;
}

#owlslide {
	padding: 2px 30px 2px 30px;
	background: white;
	margin-top: 18px;
}

#owlslide div.owl-nav {
	position: absolute;
	top: 20px;
	width: 100%;
	margin: 0;
}

#owlslide .owl-stage-outer {}

#owlslide .owl-nav button span {
	width: 30px;
	font-size: 50px;
	background-color: white;
	display: inline-block;
	height: 70px;
	line-height: 61px;
	color: #1ababf;
}

#owlslide .owl-nav button.owl-prev {
	position: absolute;
	top: 0px;
	right: -35px;
}

#owlslide .owl-nav button.owl-next {
	position: absolute;
	top: 0px;
	left: 15px;
}

#owlslide .owl-stage-outer .owl-stage div.owl-item {
	width: 100px !important;
	margin: 0 10px !important;
	height: 115px !important;
	border-radius: 20px !important;
	overflow: hidden;
}

#owlslide .owl-stage-outer .owl-stage div.owl-item.statusoff {
	border: 0px solid #707070;
}

#owlslide .owl-stage-outer .owl-stage div.owl-item div.statusoff {
	background-color: #707070;
}

#owlslide div.dayblock {
	background-color: #1ababf;
	border: 1px solid #1ababf;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

#owlslide div.dayblock.statusoff {
	background-color: #707070;
	border: 1px solid #707070;
	cursor: default;
}

#owlslide div.dayblock span {
	display: block;
	color: white;
	font-size: 15px;
	padding: 3px 0px 3px 0px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

#owlslide div.dayblock span.datez {
	padding: 5px ​0px 0px 0p;
	font-size: 20px;
}

#owlslide div.dayblock.statusoff span.status {
	background-image: url('https://zurnbak.com/wp-content/themes/eventchamp/img/notlogo.png');
	height: 34px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

#owlslide div.dayblock span.status {
	color: #1ababf;
	background-color: white;
}

td input.passitem {
	width: 100%;
	height: 35px;
	border: 1px solid #e5e5e5;
	padding: 5px 5px;
	text-align: center;
}

td select.passitem {
	width: 100%;
	height: 35px;
	border: 1px solid #e5e5e5;
	padding: 5px 5px;
}

@media (max-width: 768px) {
	#owlslide .owl-stage-outer .owl-stage div.owl-item {
		margin: 0 5px !important;
		width: 95px !important;
	}
	#dayhours span.mon_span_start::after {
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		border-bottom: 0px solid;
		top: 0px;
	}
	#dayhours span.mon_span_start::before {
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		border-top: 0px solid;
		top: 0px;
	}
	#dayhours span.mon_span_end::before {
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		border-bottom: 0px solid;
		top: 0px;
	}
	#dayhours span.mon_span_end::after {
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		border-top: 0px solid;
		top: 0px;
	}
	span.selectedslot::after,
	span.selectedslot::before {
		border-left: 4px solid transparent !important;
		border-right: 4px solid transparent !important;
	}
	#todaysmonth {
		padding-bottom: 40px;
	}
}

@media (max-width: 600px) {
	#owlslide div.dayblock span {
		font-size: 14px;
	}
	#owlslide div.dayblock span.datez {
		font-size: 18px;
		padding: 0px 0px 0px 0px;
	}
	#owlslide .owl-stage-outer .owl-stage div.owl-item {
		margin: 0px 6px 0px 0px !important;
		width: 80px !important;
	}
	#owlslide .owl-stage-outer .owl-stage div.owl-item {
		height: 100px;
	}
	#owlslide {
		padding: 2px 18px 2px 0px;
	}
	#owlslide .owl-nav button.owl-next {
		left: 10px;
	}
	#owlslide .owl-stage-outer {
		height: 115px;
		overflow-y: hidden;
	}
	span.mon_span_end b {
		padding: 0;
		width: 60px;
		left: -8px;
		right: auto;
		font-size: 13px;
	}
	span.mon_span_start b {
		padding: 0;
		width: 60px;
		right: -8px;
		left: auto;
		font-size: 13px;
	}
	.col-lg-12,
	.col-md-12,
	.col-sm-12,
	.col-xs-12 {
		padding-right: 8px;
		padding-left: 8px;
	}
	#dayhours {
		padding: 0px;
	}
	#todaysmonth {
		padding-bottom: 20px;
	}
}