/*!
Theme Name: DMCviet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dmcviet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DMCviet is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--brand: #ff3b57;
	--brand-blue: #1d508d;
	--hero-img: url('https://dmcviet.com/wp-content/uploads/2023/07/Untitled-design-8.png');
}

* {
	box-sizing: border-box
}

body {
	font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
	color: #233;
	margin: 0;
	background: #fff;
}

.navbar-brand {
	font-weight: 700;
	letter-spacing: 0.2px
}

img {
	max-width: 100%;
	height: auto;
}

/* HERO */
.banner-hero {
	position: relative;
	min-height: var(--hero-height);
	color: #fff;
	display: flex;
	align-items: flex-end;
	margin-bottom: 65px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), var(--hero-img);
	background-size: cover;
	background-position: center;
}

.banner-inner {
	z-index: 2;
	width: 100%;
	padding: 110px 15px 0;
	margin-bottom: -65px;
}

.banner-title {
	text-align: center;
	margin-top: 6vh;
	margin-bottom: .4rem;
	font-weight: 700;
	font-size: clamp(34px, 6.2vw, 72px);
	letter-spacing: .3px;
	text-shadow: 0 14px 36px rgba(0, 0, 0, .55);
}

.banner-sub {
	text-align: center;
	font-size: 1.05rem;
	margin-bottom: 1.4rem;
	opacity: .95;
}

/* ICON TABS ROW */
.icon-tabs {
	display: flex;
	gap: 2.25rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.25rem;
	overflow-x: auto;
	overflow-y: hidden;
	height: 62px;
}

.icon-tab {
	display: flex;
	gap: .8rem;
	align-items: center;
	cursor: pointer;
	color: rgba(255, 255, 255, .95);
	user-select: none;
}

.icon-tab .icon {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 1.2rem;
	transition: all .22s ease;
}

.icon-tab .label {
	font-weight: 600;
	font-size: .95rem;
	white-space: nowrap;
}

/* active */
.icon-tab.active .icon {
	background: var(--brand);
	box-shadow: 0 10px 24px rgba(255, 73, 96, .12);
	transform: translateY(-2px);
}

/* pointer under the active tab's icon */
/* .icon-tab.active::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	transform: translateY(18px);
	z-index: 3;
	left: calc(50% - 10px);
} */

#guests-done {
	background-color: var(--brand);
	color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--brand);
}

.woocommerce-loop-product__title {
	color: var(--brand);
}

.guests-panel strong {
	font-size: 16px;
}

#pane-taxis .col-divider {
	border-right: 1px solid rgba(0, 0, 0, .04);
}

#pane-taxis .search-panel {
	background: #fff;
	box-shadow: 0 12px 28px rgba(20, 20, 30, .06);
	padding: 0;
}

.language-selector .dropdown-menu[data-bs-popper],
.currency-selector .dropdown-menu[data-bs-popper] {
	left: 50%;
	position: fixed;
	top: 60px;
	transform: translateX(-50%);
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.listpage_form_wrapper {
	padding: 15px 10px;
	background: var(--brand);
	border-radius: 10px;
}

.listpage_form_wrapper form {
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
}

.nav {
	gap: 20px;
}

.nav li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.nav li .icon {
	background: var(--brand);
	box-shadow: 0 10px 24px rgba(255, 73, 96, .12);
	transform: translateY(-2px);
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2rem;
	transition: all .22s ease;
	color: #fff;
	font-size: 1.2rem;
}

.nav li a {
	text-decoration: none;
	color: #111;
}

.nav li a:hover {
	color: var(--brand);
}

.product-item-name {
	position: relative;
}

.specialoffer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--brand);
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
}

.sponsor_text {
	font-size: 13px;
	display: flex;
	gap: 7px;
}

.savings {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #ff3d57;
}

.priceoff {
	background-color: var(--brand);
	color: #fff;
	padding: 1px 5px;
	display: block;
	width: fit-content;
	font-size: 13px;
	margin-top: 5px;
}

@media(max-width:991px) {
	.modal_filter {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #ffffff;
		z-index: 9999;
		overflow-y: auto;
		transform: translateX(100%);
		/* hidden off-screen */
		transition: transform 0.35s ease-in-out;
		/* smooth slide */
		display: block;
		/* ensure it takes space but starts hidden */
	}

	.modal_filter.open {
		transform: translateX(0);
		/* slide in */
	}

	/* The dark overlay background */
	.filter_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 9998;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s ease;
	}

	.filter_overlay.show {
		opacity: 1;
		pointer-events: auto;
	}

	/* Make the back arrow clickable */
	.filter_heading i {
		cursor: pointer;
	}

	.modal_filter .nav {
		display: block;
	}

	.modal_filter .nav li {
		margin-bottom: 7px;
	}

	.card-body.product-info-center {
		padding: 0px 10px 0;
	}
}

@media(max-width:768px) {
	#pane-taxis .col-divider {
		border-right: 0
	}

	.cat-menu-breadcrumb {
		cursor: pointer;
		padding: 8px 12px;
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 20px;
		font-weight: 500;
	}

	.cat-slide-menu {
		position: fixed;
		top: 0;
		left: -100%;
		width: 80%;
		max-width: 300px;
		height: 100vh;
		background: #fff;
		z-index: 99999;
		transition: .3s ease;
		padding: 20px;
	}

	.cat-slide-menu.open {
		left: 0;
	}

	.cat-slide-menu .nav li {
		margin-bottom: 10px;
	}

	.cat-slide-menu .nav li a {
		color: var(--brand);
		font-weight: 700;
	}

	.close-cat-menu {
		background: none;
		border: none;
		font-size: 24px;
		cursor: pointer;
		margin-bottom: 10px;
		display: block;
	}

	.nav li {
		width: 100%;
	}

	.listpage_form_wrapper form {
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}

	.listpage_form_wrapper form .p-3 {
		padding: 0.4rem 1rem !important;
	}
}

/* SEARCH PANEL (overlapping) */
.search-panel {
	max-width: 1180px;
	margin: 0 auto;
	background: #fff;
	border-radius: .6rem;
	box-shadow: 0 18px 48px rgba(20, 20, 30, .08);
	border: 1px solid rgba(0, 0, 0, .04);
	position: relative;
	z-index: 4;
}

.search-panel .col-divider {
	border-right: 1px solid rgba(0, 0, 0, .04);
}

.search-panel .form-label {
	font-size: .72rem;
	text-transform: uppercase;
	color: #7a7a7a;
	font-weight: 700;
	margin-bottom: .5rem
}

.search-panel .form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #dee2e6;
	border-radius: 0;
	box-shadow: none;
	padding: .375rem 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

#taxi-passengers {
	border: 0;
}

.search-panel .form-control::placeholder {
	color: #9aa0a6;
	font-weight: 600;
}

.search-btn {
	background: var(--accent);
	color: #fff;
	border: 0;
	padding: .68rem 1.1rem;
	border-radius: .45rem;
}

.height_input {
	height: 48.6px;
}

/* guests panel */
.guests-panel {
	position: absolute;
	right: 2px;
	top: calc(100% + 12px);
	width: 280px;
	display: none;
	z-index: 1200;
}

.qty-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.guests-panel .card {
	border-radius: .6rem;
}

.guests-summary,
.form-select {
	font-weight: 600;
	font-size: 13px;
	color: #222;
}

.contact_banner {
	min-height: 400px;
	display: flex;
	align-items: center;
	padding-top: 80px;
	margin-bottom: 55px;
}

.contact_banner,
.contact_banner a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

.contact_banner h1 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.5;
}

.form_sec {
	padding-top: 50px;
}

h2.heading {
	color: #111827;
	margin: 0 0 15px;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 45px;
	position: relative;
	text-align: center;
}

h2.heading::after {
	content: "";
	background-color: var(--brand);
	width: 40px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.page-id-155 .row.px-md-custom {
	max-width: 670px;
	margin: 0 auto;
}

.social_icon {
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map {
	padding: 70px 0 65px;
}

.map iframe {
	width: 100%;
}

.contact_form_sec .form-control {
	font-size: 14px;
	border-radius: 5px;
	height: 53px;
	font-weight: 400;
	line-height: 1.5;
	color: #3b444f;
	border: 2px solid #ebf0f7;
	background-color: #fff;
	padding: 15px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact_form_sec .form-control:focus {
	box-shadow: 0 0 25px rgba(255, 61, 87, 0.1);
	border-color: rgba(255, 61, 87, 0.5);
}

.contact_form_sec textarea.form-control {
	height: auto;
}

.contact_form_sec .submit_btn {
	width: 190px;
	height: 51px;
	background-color: #045cff;
	color: #fff;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.9rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
}

.language-selector img {
	width: 20px;
	height: 14px;
	margin-right: 8px;
	object-fit: cover;
}

.language-selector li {
	padding: 6px 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.language-selector li:hover {
	background: #f8f9fa;
	border-radius: 4px;
	padding-left: 4px;
}

.lang-dropdown {
	min-width: 600px;
	/* big dropdown like screenshot */
	max-width: 90vw;
	/* responsive on small screens */
}

.dropdown.language-selector button,
.dropdown.currency-selector button {
	font-size: 12px;
}

.dropdown.language-selector button img {
	margin-right: 7px !important;
}

.currency-dropdown {
	min-width: 700px;
	/* wider like screenshot */
	max-width: 95vw;
	/* responsive */
	max-height: 500px;
	/* limit height */
	overflow-y: auto;
	/* scroll if too tall */
}

.currency-dropdown h6 {
	font-size: 15px;
}

.currency-dropdown .row>div {
	font-size: 12px;
	cursor: pointer;
	padding: 4px 6px;
}

.currency-dropdown .row>div:hover {
	background: #f8f9fa;
	border-radius: 4px;
}

.currency-dropdown .row>div span {
	background: #eee;
	padding: 5px;
	border-radius: 5px;
	margin-right: 5px;
}

/* responsive */
@media (max-width: 991px) {
	.banner-hero {
		padding-bottom: 60px;
		min-height: 520px;
	}

	.search-panel {
		margin-left: 12px;
		margin-right: 12px;
	}

	.icon-tab {
		gap: .5rem
	}
}

@media (max-width: 767px) {

	.lang-dropdown,
	.currency-dropdown {
		min-width: 90vw;
	}

	.tips-cta {
		padding: 3rem 0;
	}
}

@media (max-width: 575px) {
	.guests-panel {
		position: static;
		width: 100%;
		margin-top: .6rem;
	}
}

/* SEARCH PANEL */
.search-panel {
	background: #fff;
	border-radius: .75rem;
	box-shadow: 0 12px 28px rgba(20, 20, 30, .08);
	border: 1px solid rgba(0, 0, 0, .04)
}

.search-panel .form-label {
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: 600;
	color: #666
}

.search-btn {
	background: var(--brand);
	color: #fff;
	border: 0;
	padding: .55rem 1rem;
	border: 1px solid var(--brand);
}

.search-btn:hover {
	color: var(--brand);
	border: 1px solid var(--brand);
}

/* DESTINATIONS */
.card-destination {
	overflow: hidden;
	border: 0;
	height: 350px;
	border-radius: 0;
}

.card-destination .card-img {
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	border-radius: 0;
}

.card-destination:hover .card-img {
	transform: scale(1.06)
}

.card-destination .overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0.08));
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-start;
	padding: 2rem;
}

.card-destination h5,
.card-destination h6 {
	color: #fff;
	margin: 0;
	text-shadow: 0 6px 18px rgba(0, 0, 0, .4)
}

.card-destination h5,
.card-destination h6 {
	position: relative;
	padding-bottom: 16px;
}

.card-destination h5::after,
.card-destination h6::after {
	content: '';
	height: 1px;
	width: 50px;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.page_heading {
	position: relative;
}

.page_heading::after {
	background-color: var(--brand);
	content: " ";
	display: block;
	width: 2.5rem;
	height: 0.125rem;
	margin: 1.5rem auto 0;
}

/* TRENDING */
#trendingTabs .nav-link {
	border-radius: 999px;
	padding: .35rem .9rem
}

#trendingTabs .nav-link {
	color: #222;
}

#trendingTabs .nav-link.active {
	background: var(--brand-blue);
	color: #fff;
	border: 0
}

.trending-card .card {
	border-radius: .5rem;
	overflow: hidden
}

.badge-subtle {
	background: rgba(255, 255, 255, .95);
	color: #111;
	font-weight: 600;
	padding: .35rem .55rem;
	border-radius: 999px;
	font-size: .75rem
}

/* CTA */
.tips-cta {
	padding: 10rem 0;
	color: #fff;
	background-image: url('https://dmcviet.com/wp-content/uploads/2022/02/img11920500.jpeg');
	background-size: cover;
	background-position: center;
	text-align: center
}

.tips-cta .btn-outline-light {
	border-color: rgba(255, 255, 255, .6);
	color: #fff;
}

.tips-cta .btn-outline-light:hover {
	color: #222;
}

/* WHY CHOOSE */
.why-icon {
	font-size: 2.2rem;
	color: var(--brand);
	margin-bottom: .8rem
}

/* FOOTER */
footer {
	background: #fff;
	color: #444;
	border-top: 1px solid rgba(0, 0, 0, .04);
	padding: 3.5rem 0 2rem
}

footer .form-control {
	height: 40px;
}

footer a {
	color: #444;
	text-decoration: none
}

/* Add by Subhasis 20-10-2025 */
.result-list-top {
	border-radius: 3px !important;
}

.result-list-top li a.nav-link.active,
.result-list-top li a.nav-link:hover {
	color: #000 !important
}

.result-list-top li a.nav-link {
	border-width: 0 1px 0 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	color: #67747c;
	font-size: 15.5px;
	border-color: #e7eaf3 !important;
	white-space: nowrap;
}

.result-list-top li:last-child a.nav-link {
	border-right: 0 !important;
}

.product-item-name a img {
	height: 300px !important;
	width: 100%;
}

.product-item-name a::after {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
}

.product-info-center .rating-star i {
	font-size: 12px;
	margin-right: 5px;
	color: #b0d12b !important;
}

.product-info-center h5.card-title a {
	font-size: 18px;
	font-family: "Rubik", sans-serif;
}

.location-city h5 {
	font-size: 14px;
	color: #67747c;
}

.review-text {
	font-size: 14px;
	color: #3b444f;
}

.location-city a.open-map {
	color: #ff3d57;
	font-size: 14px;
}

.product-itemrow .review-box .rt-number {
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-right: 10px;
	background-color: #ff3d57 !important;
	padding: 1px 5px;
}

.product-itemrow .review-box {
	font-size: 17px;
	font-weight: 600;
	color: #ff3d57 !important;
	;
}


.product-itemrow .price-tag {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}

.product-itemrow .price-tag .price-fr {
	font-size: 14px !important;
	color: #67747c !important;
}

span.woocommerce-Price-amount.amount {
	font-size: 18px;
	color: #3b444f;
	font-weight: 600;
}

ins {
	text-decoration: none;	
}

ins span.woocommerce-Price-amount.amount bdi {
	color: var(--brand);
	font-weight: 700;
	font-size: 20px;
}

del,
del .woocommerce-Price-amount {
	color: #6e6e6e;
	font-size: 12px !important;
}

/* Price Tag Slider */
.price-range-slider {
	width: 100%;
}

.price-range-slider .range-value {
	margin: 0;
}

.price-range-slider .range-value input {
	width: 100%;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: initial;
	box-shadow: none;
	border: none;
	margin: 20px 0 20px 0;
}

.price-range-slider .range-bar {
	border: none;
	background: #000;
	height: 3px;
	width: 96%;
	margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
	background: #06b9c0;
}

.price-range-slider .range-bar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #06b9c0;
	height: 17px;
	width: 17px;
	top: -0.52em;
	cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
	background: #06b9c0;
}

#accordionSidebar .accordion-button:not(.collapsed),
#accordionSidebar .accordion-button:focus,
.modal_filter .accordion-button:not(.collapsed),
.modal_filter .accordion-button:focus {
	background-color: transparent !important;
	box-shadow: none !important;
}

#accordionSidebar .accordion-button,
.modal_filter .accordion-button {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 600;
}

/* #accordionSidebar .accordion-item .card-body{
	padding:15px 10px ;
} */
#accordionSidebar .accordion-item .card-body .select-count a,
.modal_filter .accordion-item .card-body .select-count a {
	font-size: 14px;
	line-height: 1.8;
	color: #77838f !important;
	text-decoration: none;
}

#accordionSidebar .accordion-item .card-body .form-check-label i.bi,
.modal_filter .accordion-item .card-body .form-check-label i.bi {
	font-size: 13px;
	color: #b0d12b !important;
	margin-right: 4px;
}

.product-item-name .single-item .slick-dots {
	position: absolute;
	bottom: 15px;
}

.product-item-name .single-item .slick-dots li button:before {
	opacity: 0.6;
	color: #fff;
	font-size: 8px;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: #fff !important;
}

.product-item-name .single-item {
	margin-bottom: 0 !important;
}

#accordionSidebar .accordion-button::after,
.modal_filter .accordion-button::after {
	width: 15px !important;
	height: 15px !important;
	background-size: cover !important;
}

#accordionSidebar .accordion-item,
.modal_filter .accordion-item {
	padding-bottom: 20px;
	padding-top: 10px;
}

button#readmore {
	border: 0;
	font-size: 14px;
	background: none;
	color: #ff4c66;
}

.select-count .hidden {
	display: none !important;
}

/* Price Slider */
.price-range-slider .price-input {
	width: 50px;
	display: flex;
}

.price-range-slider .price-input .field {
	display: flex;
	width: 100%;
	align-items: center;
}

.price-range-slider .field input {
	width: 50px;
	height: auto;
	outline: none;
	font-size: 16px;
	margin-left: 0;
	border-radius: 0;
	padding: 0;
	text-align: left;
	border: 0;
	background-color: transparent;
}

.price-range-slider input[type="number"]::-webkit-outer-spin-button,
.price-range-slider input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price-range-slider .price-input .separator {
	width: 30px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.price-range-slider .slider {
	height: 5px;
	position: relative;
	background: #f1f1f1;
	border-radius: 5px;
}

.price-range-slider .slider .progress {
	height: 100%;
	left: 25%;
	right: 25%;
	position: absolute;
	border-radius: 5px;
	background: #ff3d57;
}

.price-range-slider .range-input {
	position: relative;
}

.price-range-slider .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.price-range-slider input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #ffffff;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	border: 2px solid #ff3d57;
}

.price-range-slider input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.btn.btn-filter {
	background-color: #ff3d57;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease-in-out 0s;
}

.btn.btn-filter:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .40);
}

/* Pagination */
.custom-pagination li a {
	border-radius: 0;
	border: 0;
	color: #77838f;
	font-size: 14px;
	border-radius: 0;
	border: 0;
	color: #77838f;
	font-size: 14px;
	margin: 0px 20px;
	padding: 8px 15px;

}

.custom-pagination li.active>.page-link,
.custom-pagination li.page-link.active {
	background-color: #ff3d57;
	color: #fff;
	border-radius: 5px;
	padding: 8px 15px;
}

p.sidebar-menu {
	color: #ff3d57;
	font-size: 18px;
	margin: 0;
	display: none;
}

.slick-dots li {
	width: 8px;
}

.single-item button.slick-next {
	right: 20px !important;
}

.single-item button.slick-prev {
	left: 20px !important;
	z-index: 1;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.single-item .slick-next.slick-arrow .fa-angle-right:before,
.single-item .slick-prev .fa-angle-left:before {
	font-size: 22px;
	color: #ff3b57;
}

.single-item .slick-next.slick-arrow:hover,
.single-item .slick-prev.slick-arrow:hover {
	background-color: #fff;
}

.single-item button {
	width: 33px;
	height: 32px;
	border-radius: 50%;
}

.custom-modal-size {
	max-width: none;
	width: 80%;
}

#mapContainer iframe {
	height: 76vh !important;
}

#list_form_open,
.close_btn {
	display: none;
}

.listing_heading strong,
.listing_heading #list_form_open {
	font-size: 15px;
	font-weight: 400;
	color: #7c7c7c;
}

.listing_heading #list_form_open {
	color: var(--brand);
	text-decoration: none;
}

.listpage_form_wrapper form .close_btn {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	background: #eee;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: none;
}

.filteropen {
	display: flex;
	justify-content: space-evenly;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px 5px;
	border-radius: 15px;
}

@media (max-width:991px) {
	span.woocommerce-Price-amount.amount {
		margin-left: 0;
	}
}


@media (max-width:767px) {
	ul.nav.nav-tabs.border.result-list-top {
		overflow-y: hidden;
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.hero-inner h1 {
		font-size: 2.1rem
	}

	.hero-inner {
		padding: 40px 0 20px
	}

	.card-destination {
		height: 250px;
	}

	.card-destination .overlay {
		padding: 1rem;
	}

	.card-destination h5,
	.card-destination h6 {
		font-size: 16px;
	}

	.lead {
		font-size: 15px;
	}

	.gap,
	.tips-cta {
		padding: 30px 0;
	}

	.banner-inner,
	.banner-hero {
		margin-bottom: 0;
	}

	.icon-tabs {
		justify-content: unset;
		height: 95px;
	}

	.icon-tab {
		flex-direction: column;
	}

	.nav {
		gap: 0px;
	}

	ul.nav.nav-tabs.border.result-list-top {
		overflow: visible;
		flex-wrap: wrap;
		gap: 15px;
	}

	.result-list-top li {
		width: auto;
	}

	.result-list-top li a.nav-link {
		border: 0;
		padding: 0 20px !important;
	}

	#list_form_open {
		display: inline-block;
	}

	.listpage_form_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 22;
		display: none;
		justify-content: center;
		align-items: center;
		border-radius: 0;
		padding-top: 70px;
		background: rgba(255, 255, 255, 0.75);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}

	.listpage_form_wrapper form {
		position: relative;
	}

	.modal_filter .filter_heading {
		padding: 7px 10px;
		background-color: var(--brand);
		color: #fff;
	}

	.modal_filter .filter_heading h3 {
		font-size: 20px;
	}

	.modal_filter .filter_heading+.card,
	.modal_filter .filter_heading+.nav-tabs {
		margin-top: 10px;
	}

	.modal_filter .filter_heading~* {
		margin: 0 10px;
	}
}

@media (max-width:420px) {
	.banner-inner {
		padding: 0 15px;
	}

	.banner-title {
		margin-top: 3vh;
		font-size: 25px;
	}

	.banner-sub {
		font-size: 15px;
	}

	.product-item-name a img {
		height: 200px !important;
	}

	.share_text {
		font-size: 12px;
	}

	.icon-tab .icon {
		width: 40px;
		height: 40px;
	}

	.icon-tab .label {
		font-size: 13px;
	}

	.icon-tabs {
		height: 72px;
		margin-bottom: 10px;
	}

	header .navbar {
		padding: 10px 15px;
	}

	.flex_date_wrap {
		flex-wrap: wrap;
	}

	.banner-hero form .p-3 {
		padding: 3px 10px !important;
	}

	.banner-hero form .form-control {
		font-size: 13px;
	}

	.search-panel .form-label {
		margin-bottom: 4px;
	}

	.search-panel {
		margin: 0;
	}

	.height_input {
		height: 38px;
	}

	.search-btn {
		padding: 5px;
		font-size: 14px;
		margin-top: 15px;
	}

	.banner-hero {
		min-height: 475px;
		padding-bottom: 20px;
		align-items: center;
	}
}