#overlay {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
}

#newoverlay {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.selector.selector_length_str {
	width: 445px !important;
}

.selector.selector_length_str_str {
	width: 350px !important;
}
.package_Details_main {
	display: none;
}

@media screen and (max-width: 1023px) {
	.footerspaceforsticky {
		margin-bottom: 175px;
	}
}

#overlay {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
}

#newoverlay {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.selector.selector_length_str {
	width: 445px !important;
}

.selector.selector_length_str_str {
	width: 350px !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--wide-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

#packageToursForm .calendar-table .table-condensed tr td[data-custom]::after {
	content: "";
}

.selectize-input.items.has-options.not-full,
.selectize-input.items.not-full {
	padding-left: 30px;
	padding-top: 10px;
}

select#select-location {
	padding-left: 30px !important;
}

.modal-header .close {
	opacity: 1;
	position: absolute !important;
	right: 11px !important;
	top: 11px !important;
	width: 50px;
	padding: 0 !important;
	height: 40px;
	line-height: 1.3 !important;
	font-size: 30px;
	font-weight: 300 !important;
}

.prd_dtl {
	float: left;
	width: 30%;
	border: 1px solid #ebebeb;
	box-shadow: 0px 2px 4px #00000029;
	margin: 10px;
	min-height: 450px;
	max-height: 450px;
}

@media only screen and (max-width: 768px) {
	.prd_dtl {
		float: left;
		width: 100%;
		border: 1px solid #ebebeb;
		box-shadow: 0px 2px 4px #00000029;
		margin: 1px;
		padding-bottom: 30px;
		min-height: 490px;
		max-height: 530px;
	}

	.modal-dialog {
		margin: 0 5%;
	}

	/*For new theme Emorphis start*/
	#footer .main-footer {
		margin-bottom: 50px;
	}

	/*For new theme Emorphis END*/
}

.container.more-tour {
	width: 100%;
}

/* css changes for booking engine plugin  */
#tour_pickup_locations {
	clear: both;
}

#tour_pickup_locations #location_error_label {
	display: block !important;
}

#tour_checkout_availability .add-cart-btn {
	margin-top: 0px !important;
}