body {
	overflow: auto !important;
}

.datepickerInnerContainer {
	width: 40%;
	height: 40%;
	display: flex;
	flex-direction: column;
	background-color: #ffffffbf;
	padding: 25px;
	box-sizing: border-box;
	justify-content: flex-start;
}

.bookingDetailsInnerContainer {
	width: 30%;
	height: 65%;
	display: flex;
	flex-direction: column;
	background-color: #ffffffbf;
	padding: 25px;
	margin-right: 10px;
	box-sizing: border-box;
	justify-content: flex-start;
	overflow: auto;
}

.paymentsInnerContainer {
	width: 30%;
	height: 65%;
	display: flex;
	flex-direction: column;
	background-color: #ffffffbf;
	padding: 25px;
	box-sizing: border-box;
	justify-content: flex-start;
	overflow: auto;
	margin-right: 10px;
}

.reservationInnerContainer {
	width: 30%;
	height: 65%;
	display: flex;
	flex-direction: column;
	background-color: #ffffffbf;
	padding: 25px;
	box-sizing: border-box;
	justify-content: flex-start;
	overflow: auto;
	margin-right: 10px;
}

/* .bookingCloseIcon {
	position: absolute;
	top: 16.5%;
	cursor: pointer;
	font-size: 23px;
	right: 29%;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat SemiBold';
} */

.dateCloseIcon {
	position: absolute;
	top: 29%;
	cursor: pointer;
	font-size: 23px;
	right: 29.5%;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat SemiBold';
}

/* .paymentCloseIcon {
	position: absolute;
	top: 16.5%;
	cursor: pointer;
	font-size: 23px;
	right: 29%;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat SemiBold';
} */

.reservationCloseIcon {
	position: absolute;
	top: 16.5%;
	cursor: pointer;
	font-size: 23px;
	right: 29%;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat SemiBold';
}

.multi-select-container {
	display: inline-block;
	position: relative;
	width: 80%;
	margin-top: 15px;
}

.multi-select-menu {
	position: absolute;
	left: 0;
	top: 0.8em;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	padding: 0.4em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1;
}

.multi-select-menu input {
	margin-right: 0.3em;
	vertical-align: 0.1em;
}

.multi-select-button {
	display: inline-block;
	font-size: 15px;
	padding: 0.2em 0.6em;
	width: calc(80% - 14px);
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: 2.9px;
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 4px;
	cursor: default;
	margin-bottom: 7px;
	text-align: center;
	line-height: 30px;
}

.multi-select-button:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0.4em 0 0.4em;
	border-color: #999 transparent transparent transparent;
	margin-left: 0.4em;
	vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
	display: block;
	width: 80% !important;
	max-height: 300px !important;
	overflow: auto;
}

.multi-select-container--open .multi-select-button:after {
	border-width: 0 0.4em 0.4em 0.4em;
	border-color: transparent transparent #999 transparent;
}

.multi-select-menuitems {
	display: flex;
	flex-direction: column;
}

.multi-select-menuitem {
	text-align: start;
}

.filter-selection-container {
	width: 78%;
	left: 20%;
	right: 2%;
	bottom: 0;
	height: 70px;
	display: flex;
	position: absolute;
	z-index: 999;
}

.filter-left-container {
	width: 8%;
	height: 100%;
	border-top-left-radius: 75%;
	background-color: #ffffffad;
}

.filter-right-container {
	width: 8%;
	height: 100%;
	border-top-right-radius: 75%;
	background-color: #ffffffad;
}

.filter-inner-container {
	width: 84%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 5px;
	background-color: #ffffffad;
}

.input-design,
.input {
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 37px;
	vertical-align: 2.9px;
	font-size: 15px;
	width: 15%;
	text-align: center;
	margin-right: 20px;
	white-space: nowrap;
}

.initial-date-picker {
	width: 170px !important;
	font-size: 13.5px !important;
	outline: none;
}

.initial-date-picker-new {
	width: 200px !important;
	font-size: 13.5px !important;
	outline: none;
}

.amenities-select {
	width: 162px !important;
}

.category-select, .category-select-new {
	width: 210px !important;
}

.select {
	margin-right: 20px;
}

.ms-choice {
	background-color: white;
	border: 1px solid #cccccc;
	color: black;
}

.input-design,
.input,
.select,
.ms-choice {
	height: 35px !important;
	line-height: 35px !important;
}

.multi-select-container {
	display: inline-block;
	position: relative;
	width: 180px;
	margin-top: 15px;
}

.multi-select-menu {
	position: absolute;
	left: 0;
	top: 0.8em;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	padding: 0.4em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
}

.multi-select-menu input {
	margin-right: 0.3em;
	vertical-align: 0.1em;
}

.multi-select-menu {
	position: absolute;
	left: -12px;
	top: unset !important;
	bottom: 33px !important;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	padding: 0.4em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
}

.guest {
	display: flex;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
	width: auto;
	height: auto;
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	position: absolute;
	left: -10%;
	bottom: 40px;
	z-index: 999;
}

.guest-info {
	align-items: center;
	margin-bottom: 10px;
}

.guest-info label {
	margin-right: 10px;
	text-align: left;
}

.guest-btn {
	width: 30px;
	height: 30px;
	border: none;
	background-color: #007bff;
	color: white;
	font-size: 16px;
	cursor: pointer;
	border-radius: 20%;
}

.pet-btn {
	width: 60px;
	height: 30px;
	border: solid 1px #007bff;
	background-color: #007bff;
	color: white;
	font-size: 16px;
	cursor: pointer;
	border-radius: 20px;
}

.guest-btn:hover {
	background-color: #007bff;
}

.geust-input {
	width: 50px;
	height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: white;
	margin-left: 20px;
	margin: 0% !important;
}

.guest,
.length-info {
	display: none;
}

.length-info {
	align-items: left;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 8px;
	position: absolute;
	left: -50%;
	bottom: 40px;
	z-index: 999;
}

.length-info label {
	margin-bottom: 10px !important;
}

.length-input {
	width: 85px;
	height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: white;
	margin-right: 10px;
	margin-left: 10px;
}

.length-btn {
	width: 65px;
	height: 30px;
	border: 1px solid #007bff;
	background-color: #007bff;
	color: white;
	font-size: 14px;
	cursor: pointer;
	border-radius: 10px;
}

.map-button {
	position: absolute;
	z-index: 999;
	padding: 5px;
	right: 17px;
	top: 80px;
}

.ms-drop {
	line-height: initial;
}

.ms-choice>span.placeholder, .ms-choice>span {
	color: black !important;
	text-align: center;
}

.ms-drop {
	bottom: 100% !important;
	top: unset !important;
	box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15) !important;
}

#bookSite {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(61, 171, 218);
	border: rgb(61, 171, 218);
	color: white;
	cursor: pointer;
	margin-right: 0px !important;
	width: auto;
	z-index: 999;
	padding: 5px 10px;
	font-size: 22px;
	font-weight: bolder;
	height: auto !important;
	visibility: hidden;
	position: absolute;
	left: 50%;
	bottom: 115px;
	transform: translateX(-50%);
}

.loader-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

.loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3b82f6;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.price-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 999;
}

.paymentsInnerContainer {
	background: #ffffffbf;
	width: 30%;
	height: 65%;
	border-radius: 12px;
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	margin-right: 18.5px;
	margin-top: 15px;
	padding: 15px;
}

.price-header {
	padding: 24px 24px 20px;
	position: relative;
}

.price-title {
	font-size: 24px;
	font-weight: 600;
	color: #111827;
	text-align: center;
}

.paymentCloseIcon {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f3f4f6;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #50555e;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.paymentCloseIcon:hover {
	background: #e5e7eb;
	color: #111827;
}

.price-content {
	padding: 24px 24px 0px;
	overflow-y: auto;
	flex: 1;
}

.booking-info-section {
	background: #f9fafb;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 20px;
}

.section-title {
	font-size: 20px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.detail-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #e5e7eb;
}

.detail-row:last-child {
	border-bottom: none;
}

.price-detail-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #e5e7eb;
}

.price-breakdown .price-detail-row:nth-last-child(2) {
	border-bottom: none;
}

.detail-label {
	font-size: 18px;
	color: #4b5563;
}

.detail-value {
	font-size: 17px;
	color: #111827;
	font-weight: bold;
}

.price-breakdown {
	background: white;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 20px;
}

.total-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 2px solid #111827;
	margin-top: 8px;
}

.total-label {
	font-size: 18px;
	color: #111827;
	font-weight: 700;
}

.total-value {
	font-size: 24px;
	color: #3b82f6;
	font-weight: 700;
}

.fee-checkbox-container {
	margin-bottom: 8px !important;
}

.site-option-box {
	background: white;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 20px;
}

.checkbox-container {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}

.checkbox-container input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 12px;
	margin-top: 2px;
	cursor: pointer;
	flex-shrink: 0;
}

.checkbox-label {
	font-size: 18px;
	color: #92400e;
	font-weight: 600;
	cursor: pointer;
}

.site-note {
	font-size: 15px;
	color: #78350f;
	line-height: 1.4;
	padding-left: 32px;
	text-align: justify;
}

.message-box {
	background: #fef2f2;
	border: 2px solid #fca5a5;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 20px;
}

.message-text {
	font-size: 16.5px;
	color: #991b1b;
	line-height: 1.6;
}

.price-footer {
	padding: 20px 24px;
}

.btn-continue {
	display: flex;
	text-align: center;
	background-color: #3b82f6; /* rgb(61, 171, 218);*/
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin: auto;
	padding: 5px;
	border-radius: 10px;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	width: 45%;
	border: none;
}

.btn-continue:active {
	transform: scale(0.98);
}

.booking-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 999;
}

.bookingDetailsInnerContainer {
	background: #ffffffbf;
	width: 30%;
	height: 65%;
	border-radius: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 18.5px;
	margin-top: 15px;
	padding: 15px;
}

.booking-header {
	padding: 24px;
	position: relative;
}

.booking-title {
	font-size: 24px;
	font-weight: 600;
	color: #111827;
	text-align: center;
}

.bookingCloseIcon {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f3f4f6;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #50555e;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.bookingCloseIcon:hover {
	background: #e5e7eb;
	color: #111827;
}

.back-btn {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f3f4f6;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #6b7280;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.back-btn:hover {
	background: #e5e7eb;
	color: #111827;
}

.booking-content {
	padding: 24px 24px 0px;
	overflow-y: auto;
	flex: 1;
}

.form-section {
	margin-bottom: 24px;
}

.form-row {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.form-section:last-child, .form-row:last-child {
	margin-bottom: 0px;
}

.form-group {
	margin-bottom: 16px;
	flex: 1;
	min-width: 0;
}

.form-group.full-width {
	flex: 1 1 100%;
}

.form-label {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.form-input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 16px;
	color: #111827;
	outline: none;
	transition: all 0.2s;
	box-sizing: border-box;
}

.form-input:focus {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-input:disabled {
	background-color: #f9fafb;
	color: #6b7280;
	cursor: not-allowed;
}

.form-select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 14px;
	color: #111827;
	outline: none;
	background: white;
	cursor: pointer;
	transition: all 0.2s;
	box-sizing: border-box;
}

.form-select:focus {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-select:disabled {
	background-color: #f9fafb;
	color: #6b7280;
	cursor: not-allowed;
}

.booking-footer {
	padding: 20px 24px;
}

.btn-book {
	display: flex;
	text-align: center;
	background-color: #3b82f6; /* rgb(61, 171, 218);*/
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin: auto;
	padding: 5px;
	border-radius: 10px;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	width: 45%;
	border: none;
}

.btn-book:active {
	transform: scale(0.98);
}

.summary-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 999;
	animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideIn {
	from { 
		opacity: 0;
		transform: translateY(-20px);
	}
	to { 
		opacity: 1;
		transform: translateY(0);
	}
}

.summaryDetailsInnerContainer {
	background: #ffffffbf;
	width: 30%;
	height: 65%;
	padding: 18px;
	border-radius: 12px;
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	animation: slideIn 0.3s ease;
	margin-right: 18.5px;
	margin-top: 15px;
	padding: 15px;
}

.summary-header {
	padding: 20px 24px 20px;
	text-align: center;
}

.summary-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.summary-icon.error {
	background: #fee2e2;
	color: #dc2626;
}

.summary-title {
	font-size: 25px;
	margin-bottom: 8px;
}

.summary-subtitle {
	font-size: 16px;
	color: #252b37;
}

.summary-content {
	padding: 24px 24px 15px;
	overflow: auto;
}

.booking-details-card {
	background: #f9fafb;
	border-radius: 8px;
	padding: 18px;
	margin-bottom: 15px;
}

.details-title {
	font-size: 19px;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
}

.detail-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #e5e7eb;
}

.detail-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.detail-label {
	font-size: 17px;
	color: #6b7280;
}

.detail-value {
	font-size: 17px;
	color: #111827;
}

.message-card {
	border-radius: 8px;
	padding: 18px;
	margin-bottom: 15px;
}

.message-card.error {
	background: #fee2e2;
	border: 2px solid #fca5a5;
}

.message-label {
	font-size: 17px;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.message-label.error {
	color: #991b1b;
}

.message-text {
	font-size: 16.5px;
	line-height: 1.5;
}

.message-text.error {
	color: #b91c1c;
}

.summary-footer {
	padding: 10px 24px 15px;
}

.btn-browse {
	display: flex;
	text-align: center;
	background-color: #3b82f6; /* rgb(61, 171, 218); existing blue color*/
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin: auto;
	padding: 5px;
	border-radius: 10px;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	width: 45%;
	border: none;
}

/* Landscape mode IPads/Tabs screen */
@media only screen and (min-width: 1024px) and (max-width: 1180px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
	#bookSite {
		width: 17%;
		font-size: 28px;
		bottom: 110px;
	}

	.filter-selection-container {
    	left: 50% !important;
		transform: translateX(-50%) !important;
		top: 0 !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.filter-left-container {
		border-bottom-left-radius: 75% !important;
		padding: 5px !important;
	}

	.filter-inner-container {
		justify-content: space-evenly !important;
	}

	.filter-right-container {
		border-bottom-right-radius: 75% !important;
		padding: 5px !important;
	}

	.initial-date-picker {
		height: 33px !important;
    	line-height: 33px !important;
		font-size: 13px !important;
		width: 175px !important;
	}

	.initial-date-picker-new {
		height: 33px !important;
    	line-height: 33px !important;
		font-size: 13px !important;
		width: 175px !important;
	}

	.category-select {
		width: 175px !important;
	}

	.category-select-new {
		width: 175px !important;
	}

	.paymentsInnerContainer {
		width: 40%;
		height: 70%;
		margin-right: 18.5px;
		margin-top: 15px;
		padding: 15px;
	}

	.price-header {
		padding: 18px 18px 18px;
	}

	.price-title {
		font-size: 20px;
	}

	.paymentCloseIcon {
		right: 12px;
		top: 12px;
		width: 30px;
		height: 30px;
	}

	.price-content {
		padding: 15px 20px;
	}

	.price-footer {
		padding: 10px 24px;
	}

	.section-title {
		font-size: 18px;
	}

	.detail-label {
		font-size: 16px;
	}

	.detail-value {
		font-size: 16px;
	}

	.total-label {
		font-size: 15px;
	}

	.total-value {
		font-size: 18px;
	}

	.bookingDetailsInnerContainer {
		width: 40%;
		height: 70%;
	}

	.booking-header {
		padding: 10px 24px 24px;
	}

	.booking-title {
		font-size: 24px;
	}

	.back-btn {
		left: 10px;
		top: 5px;
		width: 32px;
		height: 32px;
	}
	
	.bookingCloseIcon {
		right: 10px;
		top: 5px;
		width: 32px;
		height: 32px;
	}

	.form-row {
		gap: 15px;
	}

	.summaryDetailsInnerContainer {
		width: 40%;
	}

	.summary-header {
		padding: 10px 24px 15px;
	}

	.summary-content {
		padding: 0px 24px 20px;
	}
}

/* Portrait mode IPads/Tabs screen */
@media only screen and (max-width: 961px) and (orientation: portrait) {
	#bookSite {
		width: 28%;
		font-size: 30px;
		bottom: 155px;
	}

	.paymentsInnerContainer {
		width: 58%;
		height: 60%;
	}

	.price-content {
		padding: 15px;
	}

	.bookingDetailsInnerContainer {
		width: 58%;
		height: 65%;
	}

	.form-section, .form-group {
		margin-bottom: 12px;
	}

	.summaryDetailsInnerContainer {
		width: 58%;
		height: 55%;
		overflow: auto;
		margin-right: 18.5px;
		margin-top: 15px;
		padding: 15px;
	}

	.summary-header {
		padding: 10px 24px 15px;
	}

	.summary-content {
		padding-bottom: 0px;
	}

	.filter-inner-container {
		justify-content: space-evenly !important;
	}

	.initial-date-picker-new {
		width: 175px !important;
		height: 34px !important;
		line-height: 34px !important;
		font-size: 13px !important;
	}

	.category-select-new {
		width: 175px !important;
	}
}

@media only screen and (max-width:961px) {
	.ms-drop {
		bottom: unset !important;
		top: 100% !important;
		box-shadow: unset !important;
	}

	.category-select {
		width: 180px !important;
	}

	.input-design,
	.input,
	.select {
		margin-right: 10px;
	}

	.input {
		padding: 0px 5px;
		box-sizing: border-box;
	}

	.filter-selection-container {
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		height: 70px !important;
	}

	.filter-inner-container {
		width: 99%;
	}

	.filter-left-container,
	.filter-right-container {
		width: 0 !important;
	}

	.daterangepicker {
		top: 90px !important;
	}

	.multi-select-menu {
		bottom: unset !important;
		margin: 10px 0 !important;
		left: -80px !important;
	}

	.multi-select-container--open .multi-select-menu {
		width: 270px !important;
	}

	.guest {
		top: 80px;
		bottom: unset !important;
	}

	.length-info {
		top: 80px;
		bottom: unset;
	}

	.map-button {
		display: none;
	}

	.bookingDetailsInnerContainer {
		width: 49%;
		height: 40%;
	}

	.bookingCloseIcon {
		top: 29%;
		right: 47.5%;
	}

	.paymentsInnerContainer {
		width: 49%;
		height: 40%;
	}

	.paymentCloseIcon {
		top: 20px;
		right: 47.5px;
	}

	.paymentsInnerContainer {
		width: 58%;
		height: 60%;
	}

	.price-content {
		padding: 15px;
	}

	.bookingDetailsInnerContainer {
		width: 58%;
		height: 65%;
	}

	.form-section, .form-group {
		margin-bottom: 12px;
	}

	.summaryDetailsInnerContainer {
		width: 58%;
		height: 55%;
		overflow: auto;
		margin-right: 18.5px;
		margin-top: 15px;
		padding: 15px;
	}

	.summary-header {
		padding: 10px 24px 15px;
	}

	.summary-content {
		padding-bottom: 0px;
	}
}

/* Landscape mode mobile screen */
@media only screen and (min-width: 720px) and (max-width: 950px) and (orientation: landscape) {
	#bookSite {
		width: 24%;
		font-size: 28px;
		bottom: 60px;
	}

	.filter-selection-container {
		top: 0;
	}

	.filter-left-container {
		border-bottom-left-radius: 0% !important;
		border-top-left-radius: 0% !important;
		padding: 0% !important;
	}

	.filter-inner-container {
		justify-content: space-evenly !important;
	}

	.filter-right-container {
		border-bottom-right-radius: 0% !important;
		border-top-right-radius: 0% !important;
		padding: 0% !important;
	}

	.initial-date-picker-new {
		width: 175px !important;
		height: 33px !important;
		line-height: 33px !important;
		font-size: 13px !important;
	}

	.paymentsInnerContainer {
		width: 35%;
		height: 78%;
		margin-right: 18.5px;
		margin-top: 15px;
		padding: 15px;
	}

	.price-header {
		padding: 15px 15px 15px;
	}

	.price-title {
		font-size: 22px;
	}

	.price-content {
		padding: 10px;
	}

	.paymentCloseIcon {
		right: 8px;
		top: 13px;
		width: 28px;
		height: 28px;
	}

	.booking-info-section {
		padding: 10px;
	}

	.section-title {
		font-size: 16px;
	}

	.detail-row {
		padding: 6px;
	}

	.detail-label {
		font-size: 15px;
	}

	.detail-value {
		font-size: 15px;
	}

	.total-label {
		font-size: 15px;
	}

	.total-value {
		font-size: 18px;
	}

	.price-footer {
		padding: 2px 15px;
	}

	.price-content > *:last-child {
		margin-bottom: 0 !important;
	}

	.btn-continue {
		width: 70%;
	}

	.bookingDetailsInnerContainer {
		width: 50%;
		height: 75%;
	}

	.booking-header {
		padding: 10px;
	}

	.booking-content {
		padding: 24px 20px;
	}
	
	.back-btn {
		left: 0px;
		top: 5px;
		width: 28px;
		height: 28px;
	}

	.bookingCloseIcon {
		right: 0px;
		top: 5px;
		width: 28px;
		height: 28px;
	}

	.form-row {
		gap: 10px;
	}

	.btn-book {
		width: 50%;
	}

	.booking-footer {
		padding: 0px 24px;
	}

	.summaryDetailsInnerContainer {
		width: 50%;
		height: 72%;
		margin-right: 18.5px;
		margin-top: 15px;
		padding: 15px;
		overflow: auto;
	}

	.summary-header {
		padding: 0px 24px 5px;
	}

	.summary-icon {
		width: 38px;
		height: 38px;
	}

	.summary-title {
		font-size: 16px;
	}

	.summary-subtitle {
		font-size: 13px;
	}

	.summary-content {
		padding: 0px 20px;
	}

	.details-title {
		font-size: 16px;
	}

	.detail-label, .detail-value {
		font-size: 14px;
	}

	.message-label, .message-text {
		font-size: 14px;
	}

	.summary-footer {
		padding: 0px;
	}
}

/* Landscape mode mobile screen */
@media only screen and (min-width: 665px) and (max-width: 700px) and (orientation: landscape) {
	.initial-date-picker-new {
		width: 150px !important;
		font-size: 13px !important;
	}
	
	.category-select-new  {
		width: 135px !important;
	}
}

/* Portrait mode mobile screen */
@media only screen and (max-width: 480px) and (orientation: portrait) {
	#bookSite {
		width: 50% !important;
		font-size: 28px !important;
		bottom: 125px !important;
	}

	.paymentsInnerContainer {
		width: 91% !important;
		height: 65% !important;
		margin-right: 18.5px !important;
		margin-top: 15px !important;
	}

	.price-header {
		font-size: 23px;
	}

	.paymentCloseIcon {
		right: 0px;
		top: 5px;
	}

	.price-content {
		padding: 0px !important;
	}

	.price-content > *:last-child {
		margin-bottom: 0 !important;
	}

	.bookingDetailsInnerContainer {
		width: 91% !important;
		height: 65% !important;
		margin-right: 15.6px !important;
		margin-top: 10px !important;
		padding: 8px !important;
	}

	.booking-header {
		padding: 14px 24px;
	}

	.bookingCloseIcon {
		top: 17% !important;
		right: 3.5% !important;
	}

	.back-btn {
		top: 17% !important;
		left: 3.5% !important;
	}

	.booking-content {
		padding: 15px !important;
		padding-bottom: 0px !important;
	}

	.booking-content.form-section:last-child {
		margin-bottom: 0px !important;
	}

	.booking-footer {
		padding-top: 0px !important;
	}

	.form-section, .form-row {
		margin-bottom: 12px;
	}

	.summaryDetailsInnerContainer {
		width: 58%;
		height: 55%;
		overflow: auto;
		margin-right: 18.5px;
		margin-top: 15px;
		padding: 15px;
	}

	.summary-header {
		padding: 10px 24px 15px;
	}

	.summary-content {
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.datepickerInnerContainer {
		width: 90%;
		height: 40%;
	}

	.bookingDetailsInnerContainer {
		width: 91%;
		height: 65%;
		margin-right: 18px;
		margin-top: 10px;
	}

	.paymentsInnerContainer {
		width: 91%;
		height: 65%;
		margin-right: 18.5px;
		margin-top: 15px;
	}

	.bookingCloseIcon {
		top: 17%;
		right: 3.5%;
	}

	.paymentCloseIcon {
		top: 17.5%;
		right: 3.5%;
	}

	.dateCloseIcon {
		top: 29%;
		right: 2%;
	}

	.multi-select-container {
		width: 140px;
		margin-top: 8px;
	}

	.multi-select-button {
		width: 80%;
		margin-bottom: 0px;
	}

	.multi-select-menu {
		left: 0 !important;
	}

	.filter-inner-container {
		flex-wrap: wrap;
		justify-content: unset !important;
	}

	.filter-selection-container {
		height: 100px !important;
	}

	.input-design,
	.input {
		margin-right: 7px;
		width: 18%;
	}

	.open-guest {
		width: 105px;
	}

	.initial-date-picker {
		width: 160px !important;
		height: 34px !important;
    	line-height: 34px !important;
	}

	.initial-date-picker-new {
		width: 172px !important;
	}

	.amenities-select {
		width: 108px !important;
	}

	#length-div-new {
		width: 29% !important;
	}

	.category-select {
		width: 166px !important;
	}

	.category-select-new {
		width: 178px !important;
		margin-right: 8px !important;
	}

	.map-button {
		display: none;
	}

	.open-guest {
		margin-right: 7px !important;
		width: 108px !important;
	}

	.open-guest-new {
		width: 117px !important;
	}

	.length-info {
		right: 0;
		left: unset;
	}

	.exploresites-new {
		margin-right: 0px !important;
		height: 33px !important;
		line-height: 33px !important;
	}

	.paymentsInnerContainer {
		width: 91% !important;
		height: 65% !important;
		margin-right: 18.5px !important;
		margin-top: 15px !important;
	}

	.price-header {
		font-size: 23px;
	}

	.paymentCloseIcon {
		right: 0px;
		top: 5px;
	}

	.price-content {
		padding: 0px !important;
	}

	.price-content > *:last-child {
		margin-bottom: 0 !important;
	}

	.bookingDetailsInnerContainer {
		width: 91% !important;
		height: 65% !important;
		margin-right: 15.6px !important;
		margin-top: 10px !important;
		padding: 8px !important;
	}

	.booking-header {
		padding: 14px 24px;
	}

	.bookingCloseIcon {
		top: 17% !important;
		right: 3.5% !important;
	}

	.back-btn {
		top: 17% !important;
		left: 3.5% !important;
	}

	.booking-content {
		padding: 15px !important;
		padding-bottom: 0px !important;
	}

	.booking-content.form-section:last-child {
		margin-bottom: 0px !important;
	}

	.booking-footer {
		padding-top: 0px !important;
	}

	.form-section, .form-row {
		margin-bottom: 12px;
	}

	.summaryDetailsInnerContainer {
		width: 91% !important;
		height: 65% !important;
		margin-right: 18px !important;
		margin-top: 10px !important;
		overflow: auto !important;
		margin-left: 18.5px !important;
	}

	.btn-browse {
		width: 68% !important;
	}
}

@media only screen and (min-width: 375px) and (max-width: 390px) and (orientation: portrait) {
	.initial-date-picker {
		width: 150px !important;
		height: 34px !important;
		line-height: 34px !important;
		font-size: 13px;
		margin-right: 8px !important;
	}

	.initial-date-picker-new {
		width: 154px !important;
		height: 34px !important;
		line-height: 34px !important;
	}

	#length-div {
		margin-right: 0px !important;
	}

	#length-div-new {
		margin-left: 1px !important;
	}

	.category-select {
		width: 155px !important;
		margin-right: 7px !important;
	}

	.category-select-new {
		width: 160px !important;
	}

	.open-guest {
		width: 108px !important;
		margin-right: 7px !important;
	}

	.exploresites {
		margin-right: 0px !important;
		height: 33px !important;
		line-height: 33px !important;
	}
}

@media only screen and (min-width: 360px) and (max-width: 374px) and (orientation: portrait) {
	.initial-date-picker {
		width: 150px !important;
		height: 34px !important;
		line-height: 34px !important;
	}

	.initial-date-picker-new {
		width: 146px !important;
		height: 34px !important;
		line-height: 34px !important;
	}

	#length-div {
		margin-right: 0px !important;
	}

	#length-div-new {
		width:33.5% !important;
	}

	.category-select {
		width: 155px !important;
		margin-right: 7px !important;
	}

	.category-select-new {
		width: 150px !important;
	}

	.open-guest {
		width: 108px !important;
		margin-right: 7px !important;
	}

	.exploresites {
		margin-right: 0px !important;
		height: 33px !important;
		line-height: 33px !important;
	}
}