@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Heldane Text';
    src: url('../fonts/HeldaneText-Regular.eot');
    src: url('../fonts/HeldaneText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeldaneText-Regular.woff2') format('woff2'),
        url('../fonts/HeldaneText-Regular.woff') format('woff'),
        url('../fonts/HeldaneText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heldane Text';
    src: url('../fonts/HeldaneText-Medium.eot');
    src: url('../fonts/HeldaneText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeldaneText-Medium.woff2') format('woff2'),
        url('../fonts/HeldaneText-Medium.woff') format('woff'),
        url('../fonts/HeldaneText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heldane Text';
    src: url('../fonts/HeldaneText-MediumItalic.eot');
    src: url('../fonts/HeldaneText-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeldaneText-MediumItalic.woff2') format('woff2'),
        url('../fonts/HeldaneText-MediumItalic.woff') format('woff'),
        url('../fonts/HeldaneText-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Heldane Text';
    src: url('../fonts/HeldaneText-RegularItalic.eot');
    src: url('../fonts/HeldaneText-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeldaneText-RegularItalic.woff2') format('woff2'),
        url('../fonts/HeldaneText-RegularItalic.woff') format('woff'),
        url('../fonts/HeldaneText-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Heldane Text';
    src: url('../fonts/HeldaneText-Bold.eot');
    src: url('../fonts/HeldaneText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeldaneText-Bold.woff2') format('woff2'),
        url('../fonts/HeldaneText-Bold.woff') format('woff'),
        url('../fonts/HeldaneText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heldane Text';
    src: url('../fonts/HeldaneText-BoldItalic.eot');
    src: url('../fonts/HeldaneText-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeldaneText-BoldItalic.woff2') format('woff2'),
        url('../fonts/HeldaneText-BoldItalic.woff') format('woff'),
        url('../fonts/HeldaneText-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Colors
2.0 Typography
3.0 Header Navbar
4.0 Sidebar
5.0 Footer
6.0 Public Pages
	6.1 Homepage
	6.2 Listings
	6.3 Single Listing
	6.4 Search
	6.5 Posts
	6.6 Single Post
	6.7 Profile
	6.8 About Us
	6.9 404 Error Page

7.0 User Area
	7.1 Create Listing
	7.2 Edit Password
	7.3 Forgot Password
	7.4 My Listings
	7.5 My Profile
	7.6 My Reviews
	7.7 Register
	7.8 Sign In

8.0 Admin Area
	8.1 Dashboard

9.0 Carousel
10.0 Pagination
11.0 Forms
12.0 Buttons
13.0 Tables
14.0 Modals
15.0 Cards
16.0 List groups
17.0 Dropdowns
18.0 Icons and cursors
19.0 Spacing
20.0 Animation
21.0 Global Classes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 Colors
--------------------------------------------------------------*/

/*
Light Background
	Layout Colors
		green: #8bc53e (brand color)
		low contrast neutral: #dee3e5
		high contrast neutral: #323537
		medium contrast neutral: #585a5d
		background color: #f1eff3

	Semantic Colors
		error: #d33b43
		success: #8bc53e
		disabled: #d2d2d2

	Interactive Colors
		blue lighter: #a6cbff
		blue light: #7eb3fc
		blue: #448ef6
		blue dark: #2860ad
		blue darker: #184380
*/

.bg-default {
	background-color: rgba(222,227,229,.25);
}

.bg-primary {
	background-color: #448ef6 !important;
}

.text-primary {
	color: #448ef6 !important;
}

.bg-low-contrast {
	background-color: #dee3e5;
}

.text-low-contrast {
	color: #dee3e5;
}

.bg-medium-contrast {
	background-color: #585a5d;
}

.text-medium-contrast {
	color: #585a5d;
}

.bg-muted {
	background-color: #dee3e5;
}

.text-muted {
	/*color: #d2d2d2 !important;*/
}

.bg-dark {
	background-color: #323537;
}

.text-dark {
	color: #323537!important;
}

.bg-low-contrast-blue {
	background: rgba(166,203,255,.1);
}

.text-green {
	color: #8bc53e;
}

.text-red {
	color: #d33b43;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #323537;
	font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #323537;
    font-family: 'Heldane Text';
	font-weight: 700;
}

h5 {
	font-size: 1.125rem;
}

a, a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
	color: #323537;
	text-decoration: none;
}

a:hover, a:focus {
	color: #323537;
	text-decoration: none;
}

.breadcrumbs a, .breadcrumbs {
	color: #323537;
	text-decoration: none;
	font-size: 0.85rem;
}

.breadcrumbs a:hover, .breadcrumb a:focus,.breadcrumb > .active {
	text-decoration: none;
}

.strikethrough-header {
	height: .82rem;
	border-bottom: 1px solid #dee3e5;
}

.strikethrough-header p {
	background: white;
	display: inline;
	padding-right: 1rem;
	font-weight: 700;
}

.smallest {
	font-size: .75rem;
}
.homebnr a.d-inline-block {
    display: block !important;
}
.homebnr img.img-fluid {
    width: 100%;
}
/*--------------------------------------------------------------
3.0 Header Navbar
--------------------------------------------------------------*/
ul.hotel-price {
    padding: 0 0 0px;
    margin: 0 0 3rem;
    display: flex;
    list-style: none;
    border: solid 1px #ddd;
}

ul.hotel-price li {
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 10px;
}

ul.hotel-price li:not(:last-child) {
    border-right: solid 1px #ddd;
}
/**/
.get-a-price {
    display: flex;
    min-height: calc(100vh - 59px);
    background: #fff;
}
.get-a-price .get-a-price-left {
    width: 30%;
    background: #fff;
    padding: 50px;
    display: flex;
	margin-top: 96px;
    align-items: start;
}
.get-a-price .get-a-price-right {
    width: calc(100% - 30%);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 30px;
    padding-top: 80px;
}
.je2-seller-landing-booking__sellers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.je2-seller-landing-booking__sellers li:not(:first-child) {
    margin-left: -13px;
}
.je2-seller-landing-booking__description ul {
    font-size: 16px;
    line-height: 20px;
}
.je2-seller-landing-booking__sellers li img {
    border-radius: 50%;
    border: 2px solid #fff;
}
.je2-seller-landing-booking__points {
    padding-left: 20px;
    list-style-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3894 1.46211L4.18314 9.12131L0 4.93816L1.41421 3.52395L4.23107 6.34081L11.0248 0L12.3894 1.46211Z' fill='%23006C75'/%3E%3C/svg%3E%0A");
    margin-bottom: 50px;
}
.je2-seller-landing-booking__points li {
    margin-bottom: 17px;
}
.je2-seller-landing-booking__description span {
    display: block;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
}
.je2-seller-landing-booking__description h2 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 20px;
}

/**/
.booking-re-banner {
    min-height: calc(100vh - 59px);
    display: flex;
    align-items: center;
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.booking-re-banner .container {
    max-width: 1598px;
}
.booking-re-banner h1 {
    overflow: hidden;
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
}
.je2-hero-light{
	color: #fff;
}
.je2-hero-light h1 span {
    overflow: hidden;
    font-family: inherit;
    display: block;
} 
.je2-hero-light h2 {
    font-family: inter,Arial,sans-serif;
    font-size: 22px;
    line-height: 32px;
    width: 450px;
    font-weight: 400;
    text-align: left;
    margin-top: 30px;
    color: #fff;
}
.je2-hero-light div:nth-child(2) .je2-button {
    padding: 0 34px;
    width: fit-content;
    height: 48px;
    z-index: 20;
    margin-top: 40px;
}
.je2-button._uppercase {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.je2-button {
    display: inline-flex;
    color: #151515;
    outline-color: #151515;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: color 80ms ease,background-color 80ms ease,border-color 80ms ease;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    font-family: inter,Arial,sans-serif;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding: 10px 15px;
    white-space: nowrap;
}
.js-scroll-down {
    position: absolute;
    bottom: -100px;
}
.js-scroll-down svg {
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.je2-landing-logos {
    display: flex;
    flex-direction: column;
    padding: 65px 190px 0;
}
.je2-landing-logos>div:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.je2-landing-logos>div:first-child div {
    margin: 20px 35px;
    flex-basis: 120px;
}
.je2-landing-logos>div:first-child div svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    stroke: none;
}
.je2-landing-logos>div:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.je2-landing-logos>div:nth-of-type(2) a {
    color: #006c75;
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    background-color: transparent;
}
.je2-button>span+svg, .je2-button>svg+span {
    margin-left: 8px;
    height: 20px;
    width: 20px;
}
.je2-button._noborder {
    border: 0;
}
section.testimonials-sec {
    width: 100%;
    padding: 120px 0;
}
.head-section span{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #adadad;
    text-align: center;
    display: block;
    font-weight: 500;
}
.testimonials-sec-inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
}
.head-section h1 {
    margin-top: 20px;
    text-align: center;
}

.testimonials-sec-inner .animate {
    visibility: visible;
    animation: fadeInUp 1s ease;
}
@keyframes fadeInUp{
	0%{opacity:0;transform:translateY(40px)}
	to{opacity:1;transform:translateY(0)}
}
.testimonials-sec-inner .je2-single-slider__slides {
    display: grid;
    grid-auto-flow: unset;
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: repeat(4,1fr);
    margin-top: 80px;
}
.je2-testimonial-card {
    margin-bottom: 50px;
}
.je2-testimonial-card__info {
    display: flex;
    align-items: center;
}
.je2-testimonial-card__info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}
.je2-testimonial-card__info div {
    display: flex;
    flex-direction: column;
    text-align: start;
}
.je2-testimonial-card__info div p {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}
.je2-testimonial-card__info div span {
    color: #606060;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}
.je2-testimonial-card__description {
    margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
    text-align: start;
}
.je2-seller-landing-re__who-is-it-for__text {
    box-sizing: border-box;
    text-align: left;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 80px auto 100px;
}
.je2-seller-landing-re__who-is-it-for__text img {
    width: 487px;
}
.je2-seller-landing-re__who-is-it-for__text ul {
    list-style: none;
    padding: 0;
}
.je2-seller-landing-re__who-is-it-for__text ul li {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    line-height: 32px;
    color: #151515;
    width: 414px;
    margin-bottom: 50px;
}
.je2-seller-landing-re__who-is-it-for__text ul li div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.je2-seller-landing-re__who-is-it-for__text ul li svg {
    width: 32px;
    height: 32px;
    fill: none;
    margin-right: 20px;
}
.je2-seller-landing-re__who-is-it-for__text ul li>span {
    font-size: 18px;
    line-height: 26px;
    color: #606060;
    padding-left: 52px;
}
.je2-seller-landing-how-it-works__videos {
    width: auto;
    max-width: 1100px;
    margin: 100px auto 0;
}
.je2-seller-landing-how-it-works__video {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
    width: 100%;
}
.je2-seller-landing-how-it-works__video__description {
    width: 370px;
    text-align: left;
}
.je2-seller-landing-how-it-works__video__description h3 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
}
.je2-seller-landing-how-it-works__video__description p {
    font-size: 18px;
    line-height: 28px;
}
.je2-seller-landing-how-it-works__video__source {
    position: relative;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.je2-seller-landing-how-it-works__video__source:before {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: 20px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
    box-sizing: border-box;
    top: -20px;
    left: -1px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.je2-seller-landing-how-it-works__video img, .je2-seller-landing-how-it-works__video video {
    width: 598px;
}
.je2-seller-landing-how-it-works__video:nth-of-type(6) .je2-seller-landing-how-it-works__video__source {
    border: 0;
}
.je2-seller-landing-how-it-works__video:nth-of-type(6) .je2-seller-landing-how-it-works__video__source:before {
    display: none;
}
.je2-seller-landing-re__price {
    width: 545px;
    margin: 100px auto 0;
    padding-bottom: 100px;
}
.je2-seller-landing-re__price>ul {
    list-style: none;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    width: 420px;
    margin: 0 auto;
    padding: 60px 0 10px;
    border-bottom: 1px solid #e0e0e0;
}
.je2-seller-landing-re__price>ul li {
    display: flex;
    margin-bottom: 20px;
}
.je2-seller-landing-re__price>ul li>svg {
    margin-right: 15px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    box-sizing: border-box;
}
.je2-seller-landing-re__price div:last-child {
    padding-top: 30px;
    text-align: center;
}
.je2-seller-landing-re__price div:last-child>.je2-button {
    width: 420px;
    height: 48px;
    margin-top: 20px;
}
.je2-button._cyan {
    background: #006c75;
    border-color: #006c75;
    color: #fff;
}
.je2-button._uppercase {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.je2-seller-landing-re__faq {
    padding-top: 50px;
    background: #f5f5f5;
    padding-bottom: 100px;
}

.je2-seller-listing-toggle__button p {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.3s;
}

.je2-seller-listing-toggle__button._opened>div {
    transform: rotateZ(180deg);
}
.je2-seller-listing-toggle__button._opened p {
    max-height: 1000px; /* Adjust this value based on your content */
}
.je2-seller-landing-re__faq .je2-seller-listing-toggle {
    width: 100%;
    max-width: 846px;
    text-align: left;
    box-sizing: border-box;
    margin: 74px auto 0;
    padding-bottom: 10px;
}
.je2-seller-listing-toggle+a, .je2-seller-listing-toggle__button+.je2-seller-listing-toggle__button {
    margin-top: 12px;
}
.je2-seller-listing-toggle__button {
    width: 100%;
    justify-content: flex-start;
    transition: border .1s ease-out,max-height .1s ease-out;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding: 18px 40px 0 20px;
    color: #151515;
    outline: 0;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #efefef;
}
.je2-seller-landing-re__faq .je2-seller-listing-toggle__button span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
        color: #151515;
}
.je2-seller-listing-toggle__icon {
    position: absolute;
    right: 24px;
    top: 20px;
    transition: transform 200ms ease;
}
.je2-seller-landing-re__faq .je2-seller-listing-toggle__icon {
    top: 34px;
}
.je2-seller-landing-re__faq .je2-seller-listing-toggle__button svg {
    width: 24px;
    height: 24px;
}
.je2-seller-landing-re__faq .je2-seller-listing-toggle__button, .je2-seller-landing-re__faq .je2-seller-listing-toggle__button p {
    padding-top: 31px;
}
.je2-seller-landing-re__faq .je2-seller-listing-toggle__button p {
    padding-top: 6px;
}
.je2-seller-landing-re__faq .je2-seller-listing-toggle__button{
    padding-bottom: 25px;
}
.je2-case-studies__cases {
    display: flex;
    margin: 40px auto 0;
    max-width: 1250px;
    justify-content: space-between;
}
.je2-case-studies {
    padding-top: 100px;
}
.je2-video-card {
    max-width: 400px;
    width: 100%;
    text-align: left;
}
.je2-seller-landing-re .js-animate {
    visibility: hidden;
    animation: none;
    transform-origin: left center 0;
}

.je2-video-card>div:first-of-type {
    position: relative;
    cursor: pointer;
    height: 262px;
}
.je2-video-card>div:first-of-type video {
    width: 100%;
}
.je2-video-card>div:first-of-type>div {
    width: 74px;
    height: 74px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100px;
}
.je2-video-card>div:first-of-type>div svg {
    width: 10px;
    height: 14px;
    margin: auto;
}
.je2-video-card p:nth-of-type(1) {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 0;
}
.je2-video-card p:nth-of-type(2) {
    color: #606060;
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
}

.range-slider{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 8px;
    margin-bottom: 5px;
}

#target_budget_home { -webkit-appearance: none; width: 100%;border-radius:10px; }
#target_budget_home:focus { outline: none; }

/*#target_budget_home::before, #target_budget_home::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.1);
    border-radius: 4px;
}
#target_budget_home::before { left: 0; content: attr(data-min); }
#target_budget_home::after { right: 0; content: attr(data-max); }*/

#target_budget_home::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #448ef6 var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 1rem;
}
#target_budget_home::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid #448ef6;
    box-shadow: 0 1px 3px rgba(0,0,255,.3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 24px; width: 24px;
    transform: translateY(calc(-50% + 3px));
}

#tooltip_home_range {
    position: absolute;
    top: -2.25rem;
}
#tooltip_home_range span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #fff;
    border-radius: 0.125rem;
    background: #448ef6;
    font-size: 1.25rem;
    left: 50%;
    transform: translate(-50%, 0);
}
#tooltip_home_range span:before {
    position: absolute;
    content: "";
    left: 50%; bottom: -8px;
    transform: translateX(-50%);
    width: 0; height: 0;
    border: 4px solid transparent;
    border-top-color: #448ef6;
}
.mobile-img {
    width: 100%;
    max-width: 375px;
    display: none;
    margin: 50px auto;
}
.je2-seller-landing-re__who-is-it-for__text ul li:last-child {
    margin-bottom: 0;
}
.pagenation-outer {
    display: none;
}
.slider-testimonials{
    margin-top: 30px;
}

ul.hotel-price {
    flex-wrap: wrap;
    white-space: nowrap;
    border-top: none;
}
.product-details ul.hotel-price {
    margin: 0;
}
ul.hotel-price li{
    border-top: solid 1px #ddd;
}
form.homeheadersearch {
    padding: 30px 10px 20px;
    background: #0000005e;
    margin: 30px 0 0;
    border-radius: 10px;
    border: solid 4px #ffffff40;
}
.homebnr-main {
    position: relative;
}

.homebnr-main:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 41%);
}

.homebnr-main .container {
    position: relative;
    z-index: 1;
}
span.splide-price-span {
    margin-top: 15px;
}

.filter_range_price .ui-widget-header {
    border: 1px solid #dddddd;
    background: #448ef6;
    color: #333333;
    height: 4px !important;
    font-weight: bold;
}
.filter_range_price .ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}
.filter_range_price div#target_budget_home {
    height: 6px;
    border: solid #448ef600 1px;
    background: #cfe3ff;
}
.filter_range_price .ui-state-default, 
.filter_range_price .ui-widget-content .ui-state-default{
    border: 2px solid #ffffff;
    background: #448ef6;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 27%);
}
.filter_range_price .range-slider .combine_input_range input {
    position: initial !important;
    margin: 0 0 13px;
    background: transparent !important;
    color: #448ef6 !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    width: auto !important;
    min-width: 0;
}
.filter_range_price .range-slider .combine_input_range input:last-child{
    text-align: right;
}
.combine_input_range {
    display: flex;
    justify-content: space-between;
}
.filter_range_price{
    margin-bottom: 20px !important;
}
.container-fluid.item-list {
    padding: 0;
}
.search-filter-box a.dropdown-item {
    white-space: normal;
}
/* map results page css */
/*.mobile_whole_container #map-col{
    display: none;
}
*/
.mobile_whole_container .search-filter-box {
    padding-top: 20px;
}

.mobile_whole_container .top-search {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    color: #b9b9b9;
}
.mobile_whole_container .top-search select#sort_by_price_results {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #b9b9b9;
}
.mobile_whole_container  span.cust_breadcrumb_filter {
    font-weight: 600;
    margin: 3px 0 13px;
    display: block;
}
.mobile_whole_container div#map-col {
    margin: 0 0 20px;
    display: none;
}
.mobile_whole_container .container-fluid.mt-3.mb-4 {
    display: none;
}
.search-filter-box button.btn-light {
    background: #448ef6 !important;
    border-radius: 0 !important;
    font-weight: 600;
    box-shadow: none !important;
    color: #fff !important;
    padding: 10px 30px;
    border: none !important;
    border-radius: 5px !important;
}
span.cust_breadcrumb_filter {
    font-weight: 600;
    margin: 3px 0;
    display: block;
}
.filter-result-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}
ul.hotel-price.mb-1 li {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

ul.hotel-price.mb-1 {
    border: none;
    padding: 0;
    margin: 0;
}

ul.hotel-price.mb-1 li span {
    display: block;
}
.sidebar select {
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 5px;
}
.sidebar form h6 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: #cfe3ff; 
}
 
/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #448ef6; 
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
form.homeheadersearch select {
    font-size: 16px;
    padding-left: 10px;
}
form.homeheadersearch button.btn.btn-lg.btn-primary.btn-block.mb-2 {
    font-size: 16px;
}
.flex-grow-1 h5.mb-0 span.featured-badge {
    display: table;
}
.container-fluid.mt-0 {
    margin-top: 0 !important;
}
.list-item .badge {
    display: table;
}
.gap-bottom-custom-65 {
	padding-bottom: 65px;
}
.gap-top-custom-65 {
	padding-top: 65px;
}
.coupon_daily_container h5 {
    border-bottom: 1px solid #dbdbdb;
    margin-top: 20px;
	font-size: 20px;
}
section.booking-re-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
@media (min-width: 768px) and (max-width: 1199px){
    .je2-seller-landing-how-it-works__video {
        width: 600px;
    }
    .je2-seller-landing-re__faq .je2-seller-listing-toggle {
        padding: 50px 20px 0;
    }
}
@media (max-width: 1199px){
	.get-a-price {
	    min-height: auto;
	    flex-direction: column;
	    gap: 30px;
	    padding: 40px 0 0;
	}
	.get-a-price .get-a-price-left{
		margin-top: 0px;
		width: 100%;
		padding: 0 15px;
	}
	.get-a-price .get-a-price-left .je2-seller-landing-booking__description {
	    max-width: 360px;
	    margin: 0 auto;
	    text-align: center;
	}
	.je2-seller-landing-booking__points{display: none;}
	.je2-seller-landing-booking__description h2 {
	    font-size: 28px;
	    line-height: 32px;
	    margin-bottom: 10px;
	}
	.je2-seller-landing-booking__description span {
	    font-size: 16px;
	    line-height: 24px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.je2-seller-landing-booking__sellers{
		justify-content: center;
	}
	.get-a-price .get-a-price-right {
	    width: 100%;
	    padding: 0 15px;
	    background-image: none !important;
	    padding-top: 0;
	}
    .head-section h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .je2-seller-landing-re__who-is-it-for {
        padding: 0;
    }
    .je2-seller-landing-re__who-is-it-for__text img {
        display: none;
    }
    .je2-seller-landing-re__who-is-it-for__text {
        width: 335px;
        margin: 0 auto;
        flex-direction: column;
    }
    .je2-seller-landing-how-it-works__videos {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .je2-seller-landing-how-it-works__video {
        flex-direction: column;
        align-items: unset;
        margin: 0 auto 60px;
    }
    .je2-seller-landing-how-it-works__video__description {
        width: 100%;
		margin-bottom: 30px;
		/* order: 2; */
    }
    .je2-seller-landing-how-it-works__video__description h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .je2-seller-landing-how-it-works__video__source {
        margin-bottom: 30px;
		/* order: 1; */
    }
    .je2-seller-landing-re__who-is-it-for__text ul li>span {
        font-size: 16px;
        line-height: 24px;
    }
    .je2-seller-landing-re__who-is-it-for__text ul li {
        width: 335px;
        font-size: 20px;
    }
    .je2-seller-landing-re__who-is-it-for__text ul li {
        width: 335px;
        font-size: 20px;
    }
    .who-is-it-for-sec {
        padding: 0 10px;
    }
    .je2-seller-landing-re__price {
        margin-top: 50px;
    }
    .head-section {
        margin: 0 0 40px;
    }
    .je2-seller-landing-re__price>ul{
        padding-top: 0px;
    }
    .je2-case-studies {
        padding-top: 50px;
    }
    .je2-case-studies__cases {
        flex-direction: column;
        max-width: calc(100vw - 40px);
        margin-top: 50px;
    }
    .je2-video-card>div:first-of-type {
        height: auto;
    }
    .je2-video-card {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .je2-seller-landing-re__faq {
        padding-bottom: 50px;
    }
    .mobile-img {
        display: block;
    }
    .je2-testimonial-card {
        height: 100%;
        padding: 25px 20px;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
        margin-bottom: 0px;
    }
    .slider-testimonials .swiper-slide {
        height: auto !important;
    }
    .pagenation-outer {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin: 30px 0 0;
    }
    .pagenation-outer > div {
        position: initial !important;
        width: auto !important;
    }
    .testimonials-sec {
        padding: 50px 0;
    }
    .pagenation-outer > div svg {
        stroke: #000;
    }
    .pagenation-outer > .swiper-prev {
        transform: rotate(180deg);
        transform-origin: center;
        margin: 4px 0 0;
    }
}
@media (max-width: 991px){
    .container-fluid.item-list .row.list-item.mb-4.mx-3.mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
	/* body section.booking-re-banner {
		align-items: start;
	} */
	body section.booking-re-banner > div.container{
		margin-top: -20%;
	}
}
@media (max-width: 767px){
	nav.navbar {
		max-height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	body section.booking-re-banner > div.container{
		margin-top: -25%;
	}

    .booking-re-banner h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .je2-hero-light h2 {
        width: auto;
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .je2-landing-logos {
        padding: 55px 18px 50px;
    }
    .je2-landing-logos>div:first-child div {
        flex-basis: 90px;
        margin: 15px 12px;
    }
    .je2-landing-logos>div:nth-of-type(2) {
        flex-direction: column;
        display: flex;
        text-align: center;
    }
    .je2-landing-logos>div:nth-of-type(2) a {
        padding-left: 15px;
        margin-top: 10px;
    }
    .je2-seller-landing-how-it-works {
        padding: 65px 10px 0 10px;
    }
    .je2-seller-landing-how-it-works__video {
        width: 335px;
    }
    .je2-seller-landing-how-it-works__video img, .je2-seller-landing-how-it-works__video video {
        width: 333px;
    }
    .je2-seller-landing-re__price {
        width: 100%;
        padding: 50px 20px 110px;
        box-sizing: border-box;
    }
    .je2-seller-landing-re__price>ul {
        width: 100%;
    }
    .je2-seller-landing-re__faq .je2-seller-listing-toggle {
        padding:0px 20px 0;
        margin: 0;
    }
    .je2-seller-landing-re__price div:last-child>.je2-button {
        width: 100%;
    }
    .search-filter-box button.btn.btn-sm.btn-light {
        font-size: 13px;
    }
}

#header-nav {
	background-color: #fff;
	border-bottom: 1px solid #dee3e5;
	z-index: 2000;
}

.tpl-home #header-nav {
	border-bottom: 0;
}

.tpl-home #header-nav .transparent {
	border-bottom: 0;
}

@media screen and (max-width: 768px) {
	#header-nav, #header-nav.transparent {
		background-color: white;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
	}

	#header-nav .nav-item .btn {
		display: block;
		text-align: left;
	}
}

#header-nav.transparent {
	transition: 700ms;
	background-color: transparent;
}

#header-nav.solid {
	transition: 700ms;
	background-color: white;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#explore-dropdown, #explore-dropdown2 {
	width: 600px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#explore-dropdown .dropdown-header, #explore-dropdown2 .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#explore-dropdown .dropdown-menu, #explore-dropdown2 .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

@media screen and (max-width: 768px) {
	#explore-dropdown .dropdown-menu, #explore-dropdown2 .dropdown-menu {
		height: 240px;
	}

	#explore-dropdown, #explore-dropdown2 {
		width: 100%;
	}
}

/* prevent select2 options dropdown from hiding beneath the navbar in mobile view */
.select2-container {
	z-index: 10000
}

/*--------------------------------------------------------------
4.0 Sidebar
--------------------------------------------------------------*/

.sidebar {
	height: 100%; /* 100% Full-height */
	left: 0;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 30px;
	position: fixed; /* Stay in place */
	top: 0;
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
	width: 0; /* 0 width - change this with JavaScript */
	z-index: 10000; /* Stay on top */
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 36px;
}

/* The button used to open the sidebar */
.openbtn {
	font-size: 1.2rem;
}

.openbtn:hover {

}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Contents
--------------------------------------------------------------*/

@media (min-width: 1200px) {
	.container {
			max-width: 1170px;
	}
}

.featured {
	background: rgba(166,203,255,.1)!important;
}

.featured .card-body {
	padding: 0 6px 6px 6px!important;
}

.show-cats {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 20px;
	        column-gap: 20px;
}

.show-cats ul {
	list-style-type: none;
}

/*--------------------------------------------------------------
6.1 Homepage
--------------------------------------------------------------*/

/* Navbar */
.tpl-home #header-nav {
	background-color: transparent;
}

@media screen and (max-width: 768px) {
	.tpl-home #header-nav, .tpl-home #header-nav.transparent {
		background-color: white;
		border-bottom: 1px solid #dee3e5;
	}

	.tpl-home #header-nav .nav-item .btn {
		display: block;
		text-align: left;
	}
}

.tpl-home #header-nav.transparent {
	transition: 700ms;
	background-color: transparent;
}

.tpl-home #header-nav.solid {
	transition: 700ms;
	background-color: white;
}

/* Jumbotron */
.tpl-home .jumbotron {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 620px !important;
	background-color: #585a5d;
	border-radius: 0;
}

/* Home page slider */
.slide-btn {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 0;
	position: absolute;
	margin-top: -24px;
	text-align: center;
	top: 50%;
	z-index: 120;
	cursor: pointer;
	background-color: #fff;
	border-radius: 30px;
}

a.slide-btn:not([href]):not([tabindex]) {
	color: #fff;
	cursor: pointer;
}

.slideNext {
	right: -9px;
	position: absolute;
}

.slidePrev {
	left: -9px;
	position: absolute;
}


/* Cards */
.tpl-home .card {
	overflow: hidden;
}

.tpl-home .card-title {
	text-shadow: -1px 1px 3px rgba(0,0,0,0.2), -2px 2px 6px rgba(0,0,0,0.3);
}

.tpl-home .card-img-top {
	-o-object-fit: cover;
	   object-fit: cover;
}

.tpl-home .featured-listings {
	background: #f1eff3;
}

/* In case card columns are used */
@media (min-width: 34em) {
	.tpl-home .card-columns {
		-webkit-column-count: 3;
		        column-count: 3;
	}
}

@media (min-width: 62em) {
	.tpl-home .card-columns {
		-webkit-column-count: 4;
		        column-count: 4;
	}
}

.tpl-home .featured-city {
	height: 192px;
}

.tpl-home .city-img {
	width: 100%;
	height: 162px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: calc(.25rem - 1px);
}

.tpl-home .city-name {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	text-shadow: -1px 1px 3px rgba(0,0,0,0.2), -2px 2px 6px rgba(0,0,0,0.3);
}

/* home page select2 */
.tpl-home .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #495057;
	display: block;
	font-size: 1.25rem;
	height: calc(2.875rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	padding: .5rem 1rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
}

.tpl-home .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.875rem + 2px);
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.tpl-home .select2-container--default .select2-selection--single .select2-selection__rendered {
	opacity: 1;
	line-height: 28px;
}

.a-img-wrap {
	height: 162px;
	overflow: hidden;
}

.tpl-home .city-name {
	z-index: 10;
}

.cat-wrapper {
	height: 128px;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.cat-wrapper:hover, .cat-wrapper:active {
	background: #7eb3fc !important;
	color: #fff;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.cat-icons .cat-icon {
	display: block;
	font-size: 48px;
	line-height: 1;
}

/*--------------------------------------------------------------
6.2 Listings and Results
--------------------------------------------------------------*/
.tpl-listings #map-col, .tpl-results #map-col {
	margin-left: 58.33%;
	padding:0;
}

@media (max-width: 992px) {
	.tpl-listings #map-col, .tpl-results #map-col {
		margin-left: 0;
		padding:0;
		margin-top:0;
		height: 300px;
	}

	.tpl-listings #sticker, .tpl-results #sticker {
		height: 300px;
	}

	.tpl-listings #map-canvas, .tpl-results #map-canvas {
		height: 300px;
	}
}

.mb-2.eminities {
    position: relative;
} 
small.hovershow:hover + .showonhover {
    display: block;
}
.showonhover {
    display: none;
    position: absolute;
    top: -24px;
    right: 0;
    background: #fff;
    border-radius: 4px;
    padding: 3px 5px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #28a745;
    color: #28a745;
    vertical-align: middle;
    font-size: 12px;
}

.list-item {
	background: #fff;
	border-radius: .25rem;
}

.list-item .badge {
	font-size: 50%;
	vertical-align: middle;
}

.tpl-listings .map-wrapper, .tpl-results .map-wrapper {
	z-index: 998;
	width: 100%;
	height: 100%
}

.list-item .address, .list-item .tel {
	font-size: 0.8125rem
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #448ef6;
	background-color: #448ef6;
}

/* sidebar select2 */
#select2-sidebar .select2-container--default .select2-selection--single,
#create-listing-form .select2-container--default .select2-selection--single,
#edit-listing-form .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #495057;
	display: block;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

#select2-sidebar .select2-container--default .select2-selection--single {
	font-size: 1rem;
}

#select2-sidebar .select2-container .select2-selection--single .select2-selection__rendered,
#create-listing-form .select2-container .select2-selection--single .select2-selection__rendered,
#edit-listing-form .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 2px;
	padding-right: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#select2-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__rendered ,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #495057;
	line-height: 24px;
}

#select2-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.25rem;
	display: none !important;
}

/*--------------------------------------------------------------
6.3 Single Listing
--------------------------------------------------------------*/
.tpl-listing .breadcrumbs {
	font-size: 0.85rem;
}

.tpl-listing .business-phone, .tpl-listing .icons8-world-wide-web {
	font-size: 2rem;
}

.tpl-listing .place-thumb {
	width: 120px;
}

#share-dropdown {
	width: 240px;
}

#share-dropdown .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#share-dropdown .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

@media screen and (max-width: 768px) {
	#share-dropdown .dropdown-menu {
		height: 240px;
	}

	#share-dropdown {
		width: 100%;
	}
}

#place-map-wrapper {
	width: 100%;
	height: 422px;
	border: 1px solid #dee3e5;
}

.tpl-listing #place-map-canvas {
	width: 100%;
	height: 100%;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
	font-size: 1rem!important;
	color: #ff9529;
}

/*--------------------------------------------------------------
6.4 Search, Advanced Search
--------------------------------------------------------------*/
.tpl-search #map-col, .tpl-advanced-results #map-col {
	margin-left: 58.33%;
	padding:0;
}

@media (max-width: 768px) {
	.tpl-search #map-col, .tpl-advanced-results #map-col {
		margin-left: 0;
		padding:0;
		margin-top:0;
		height: 300px;
	}

	.tpl-search #sticker, .tpl-advanced-results #sticker {
		height: 300px;
	}

	.tpl-search #map-canvas, .tpl-advanced-results #map-canvas {
		height: 300px;
	}
    .tpl-home .jumbotron {
        height: 820px !important;
    }
}

.tpl-search .card {
	border: 1px solid #dee3e5;
}

/*--------------------------------------------------------------
6.5 Posts
--------------------------------------------------------------*/
.blog-search {
	position: relative;
}

.blog-search input[type=text] {
	width: 100%;
	padding-right: 123px;
}

.blog-search .iss {
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	z-index:9;
}

/*--------------------------------------------------------------
6.6 Single Post
--------------------------------------------------------------*/
.tpl-post .author-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.author-img img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
6.7 Profile
--------------------------------------------------------------*/
@media (max-width: 992px) {
	.tpl-profile .container {
		width: 100%;
		max-width: none;
	}
}

.main-profile-pic {
	width: 128px;
	height: 128px;
	min-width: 128px;
	max-width: 128px;
}

/*--------------------------------------------------------------
6.8 About Us
--------------------------------------------------------------*/
.tpl-about .team-pic {
	width: 100px;
	height: 100px;
	max-width: 100px;
}

/*--------------------------------------------------------------
6.9 404 Error Page
--------------------------------------------------------------*/
.not-found h1 {
	font-size: 230px;
	margin: 0px;
	font-weight: 900;
}

/*--------------------------------------------------------------
7.0 User Dashboard
--------------------------------------------------------------*/

/* create listing map */
#map-wrapper {
	width: 100%;
	height: 360px;
	border: 1px solid #dee3e5;
}

.thumbs-preloader {
	width: 132px;
	padding-top: 32px;
	padding-left: 58px;
}

.tpl-user-create-listing #videos-block .col:first-child,
.tpl-user-edit-listing #videos-block .col:first-child {
	max-width:400px;
}

.tpl-user-create-listing label,
.tpl-user-edit-listing label {
	font-weight: 600;
	font-size: .9rem;
}
/*--------------------------------------------------------------
8.0 Admin Area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.1 Dashboard
--------------------------------------------------------------*/
.charts {
	width: 100%;
	height: 100%;
}

.triangle {
	display: inline-block;
	padding-top: 0.5rem;
	font-size: 12px;
	vertical-align: top;
}

.triangle:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
}

.triangle-up:after {
	border-bottom: 6px solid;
}

.triangle-down:after {
	border-top: 6px solid;
}
/*--------------------------------------------------------------
9.0 Carousel
--------------------------------------------------------------*/
.splide__arrow {
	background: transparent;
	color: #fff;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border-color: #343a40;
}

.splide svg {
	fill: #fff;
}

.splide__arrow svg {
	width: 2em;
	height: 2em;
}

.splide__arrow.splide-arrow-small svg {
	width: 1em;
	height: 1em;
}

.filter-shadow {
	filter: drop-shadow(1px 0 1px #1d2124);
}

.splide__video__play {
	background: #343a40;
	width: 60px;
	height: 60px;
	opacity: .7;
}

.splide__video__play:after {
	border-left-color: #fff!important;
	display: inline-block;
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 14px 0 14px 24px;
}

/*--------------------------------------------------------------
10.0 Pagination
--------------------------------------------------------------*/
.page-item.active .page-link {
	color: #323537;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	font-weight: 600;
}

.page-link {
	color: #323537;
	border: 1px solid #dae0e5;
}

/*--------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/

input, select {
	font: inherit;
}

/*
Placeholder color
*/

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.20;
}

::-ms-input-placeholder { /* Microsoft Edge */
	opacity: 0.20;
}

.form-control::-webkit-input-placeholder { opacity: 0.20; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { opacity: 0.20; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { opacity: 0.20; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { opacity: 0.20; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { opacity: 0.20; }  /* Microsoft Edge */

/*
Input group prepend/append overwrite Bootstrap styles
*/

.input-group-text {
	font-weight: 400;
	color: #323537;
	text-align: center;
	background-color: #fff;
}

.form-control {
	border: 1px solid #dee3e5;
}

/* general select2 */
.select2-container--default .select2-selection--single,
#edit-listing-form .select2-container--default .select2-selection--single,
#create-listing-form .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #323537;
	display: block;
	font-size: 1rem;
	height: calc(2.25rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.85rem + 2px);
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

/* Main search select2 styles */
#mainSearch {
	z-index: 1100;
}

#mainSearch .select2 {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

#mainSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
	color: #323537;
	line-height: 1.5;
}

#mainSearch .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #585a5d;
}

#mainSearch .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #323537;
	display: block;
	font-size: 1.25rem;
	height: calc(2.85rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

#mainSearch .select2-selection .select2-selection--single {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.select2-dropdown {
	z-index: 1101;
}

.select2-selection__clear {
	opacity: 0.20;
}

.select2-selection__arrow {
	display: none;
}

.select2-selection__placeholder {
	opacity: 0.20;
}

/*
Custom select dropdown
*/

.custom-select-wrapper {
	background-color: #dee3e5;
	/* calc(1.5em + .5rem + 2px) is same height as Bootstrap .form-control-sm height */
	line-height: calc(1.5em + .5rem + 2px);
	overflow: hidden;
	padding-right: calc(12px + 15px + 12px); /* 12px padding each side + font icon width */
	position: relative;
	height: 30px;
	height: calc(1.5em + .5rem + 2px);
}

.custom-select-wrapper select {
	background: transparent;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 1px;
	border: 0;
	height: calc(1.5em + .5rem + 2px);
	line-height: 1.5;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
12.0 Buttons
--------------------------------------------------------------*/

.delete_pic, .delete_existing_pic {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #448ef6;
	border-color: #448ef6;
}

.btn-primary:hover {
	color: #fff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-outline-primary {
	color: #448ef6;
	border-color: #448ef6;
}

.btn-outline-primary:hover {
	background-color: #448ef6;
	color: #fff;
	border-color: #448ef6;
}

/*
Light Background
	Layout Colors
		green: #8bc53e (brand color)
		low contrast neutral: #dee3e5
		high contrast neutral: #323537
		medium contrast neutral: #585a5d
		background color: #f1eff3

	Semantic Colors
		error: #d33b43
		success: #8bc53e
		disabled: #d2d2d2

	Interactive Colors
		blue lighter: #a6cbff
		blue light: #7eb3fc
		blue: #448ef6
		blue dark: #2860ad
		blue darker: #184380
*/

.btn-blue-light {
	color: #fff;
	background-color: #7eb3fc;
	border-color: #7eb3fc;
}

.btn-blue-light:hover {
	color: #a6cbff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-blue-lighter {
	color: #2860ad;
	background-color: #a6cbff;
	border-color: #a6cbff;
}

.btn-blue-lighter:hover {
	color: #2860ad;
	background-color: #448ef6;
	border-color: #448ef6;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-light-darker {
	color: #212529;
	background-color: #dee3e5;
	border-color: #dee3e5;
}

body[class^='tpl-admin'] table button,
body[class^='tpl-admin'] table a.btn {
	width: 32px;
}

body[class^='tpl-admin'] table .btn-light {
	color: #212529;
	background-color: #f1eff3;
	border-color: #dee3e5;
}

.btn-outline-secondary {
	border-color: #dee3e5;
}

.btn-outline-secondary:hover {
	border-color: #dee3e5;
}

body[class^='tpl-admin'] table button {
	width: 32px;
}

body[class^='tpl-admin'] table .btn-light {
	color: #212529;
	background-color: #f1eff3;
	border-color: #dee3e5;
}

.featured-badge {
	font-size: 0.5em;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #28a745;
	color: #28a745;
	padding: 0.1em 0.2em;
	vertical-align: middle;
}


.social [class*="fab fa-"], .social [class*="lar la-"], .social [class*="las la-"], .social [class*="lab la-"] {
	background-color: #343a40;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: auto 3px;
	width: 30px;
	font-size: 15px;
	text-align: center;
}

/*
.social [class*="fab fa-"], .social [class*="lar la-"], .social [class*="las la-"], .social [class*="lab la-"] {
	border-radius: 2rem;
	border: 2px solid #343a40;
	color: #343a40;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	margin: auto 3px;
	width: 2rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
*/
.nav-link {
	font-size: 0.9em;
}

.nav-link.active {
	font-weight: 600;
}

/*--------------------------------------------------------------
13.0 Tables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
14.0 Modals
--------------------------------------------------------------*/
.modal {
	z-index: 2000;
}

/*--------------------------------------------------------------
15.0 Cards
--------------------------------------------------------------*/
.card-featured {
	background-color: #dee3e5;
}

.card-img {
	width: 100%;
	height: 192px;
	height: 160px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.card {
	border: 1px solid #dee3e5;
	border-radius: .25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #dee3e5;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #fff;
	border-top: 1px solid #dee3e5;
}

.card-img-container {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.card-img-container img {
	display: block;
	height: 168px;
	width: auto;
	width: 100%;
	margin: 0 auto;
	max-width: none;
	object-fit: cover;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 576px) {
	.card-img-container img {
		height: auto;
	}
	body section.booking-re-banner > div.container{
		margin-top: -30%;
	}
}

/*--------------------------------------------------------------
16.0 List groups
--------------------------------------------------------------*/

.list-group-item {
	border: 1px solid #dee3e5;
}

/*--------------------------------------------------------------
17.0 Dropdowns
--------------------------------------------------------------*/
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #323537;
	text-align: inherit;
	white-space: nowrap;
	background-color: #0000;
	border: 0;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #585a5d;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #323537;
	text-decoration: none;
	background-color: #f1eff3;
}

/*--------------------------------------------------------------
18.0 Icons and cursors
--------------------------------------------------------------*/
.cursor-grab {
	cursor: -webkit-grab;
	cursor: grab;
}

.las, .lar, .lab {
	font-size: 1.5rem;
	vertical-align: top;
	text-align: center;
}

.btn-sm .las, .btn-sm .lar, .btn-sm .lab {
	font-size: 1.25rem;
	vertical-align: top;
}

.la-lg {
	font-size: 2rem;
}

td .btn {
	padding: .375rem 0rem;
}

.svg-sm {
	font-size: 0.75em;
}

.svg-md {
	font-size: 1em;
}

.svg-lg {
	font-size: 1.5em;
}

/* Set the width and height to be 1em, which
   will be the font-size of its parent element */
.svg-icon {
	width: 1em;
	height: 1em;
	vertical-align: inherit;
}

/*--------------------------------------------------------------
19.0 Spacing
--------------------------------------------------------------*/

.mb-30px {
	margin-bottom: 30px;
}

.mb-6 {
	margin-bottom: 5rem !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

td.shrink {
	white-space: nowrap;
	width: 1px;
}

.min-w-40 {
	width: 40px;
	min-width: 40px;
}

.min-h-40 {
	height: 40px;
	min-height: 40px;
}

.min-w-60 {
	width: 60px;
	min-width: 60px;
}

.min-h-60 {
	height: 60px;
	min-height: 60px;
}

/*--------------------------------------------------------------
20.0 Animations
--------------------------------------------------------------*/

.animated {
	-webkit-animation-duration: 0.1s;
	        animation-duration: 0.1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	        animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

/*--------------------------------------------------------------
21.0 Global Classes
--------------------------------------------------------------*/

hr {
	border-top: 1px solid #dee3e5;
}

img {
	max-width: 100%;
}

img.cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

/* Dim classes to create HDR effect */
.dimmer-dark {
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	opacity: .6!important;
	background: linear-gradient(to top, #000 0%, #0000 50%)!important;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 15px;
}

.dimmer-light {
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 2;
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 15px;
}

/* Scroll back to top button */
.back-to-top {
	display: none;
	width: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
	background: rgba(0, 0, 0, 0.8);
	border-radius: .25rem;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 44px;
}

a.back-to-top:hover, a.back-to-top:focus {
	color: #fff;
	text-decoration: none;
}

/* Shadows */
.shadow-1 {
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
}

#profile-pic-wrapper {
	width: 150px;
}

#twitter-widget-0 {
	display: inline-block;
	vertical-align: middle;
}

.zebra>div:nth-child(odd), .white-box {
	background-color: #fff;
	border: 1px solid #dee3e5;
	border-radius: 4px;
}

/* edit in place buttons */
.editable {
	display: inline;

}

.dummy {
	padding-top: 100%;
}

.container-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.date-sm {
	font-size: 75%;
}

svg.icon {
	width: 18px;
	height: 18px;
}

.page-item {
	margin-bottom: 5px;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	top: -2px;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.shadow-a {
	box-shadow: 3px 12px 24px 2px rgba(0, 0, 0, .02);
}

.cat-name-figure {
	background-color: #0003;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	position: absolute;
	right: 24px;
	text-transform: uppercase;
	top: 24px;
}

.dot-divider:after {
	content: '\00B7';
}

.pointer {
	cursor: pointer;
}

.profile-thumb {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
}




.form-create-coupon .form-group .append_repeater_daily, .form-edit-coupon .form-group .append_repeater_daily {
	margin-bottom: 0.5rem;
}
.form-create-coupon .form-group .daily_button_high_cont.row, .form-create-coupon .form-group .append_repeater_daily .offer_daily_repeater.row,
.form-edit-coupon .form-group .daily_button_high_cont.row, .form-edit-coupon .form-group .append_repeater_daily .offer_daily_repeater.row {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
	margin: 0px 0px 0.5rem 0px !important;
}

.form-create-coupon .form-group .append_repeater_weekly, .form-edit-coupon .form-group .append_repeater_weekly {
	margin-bottom: 0.5rem;
}
.form-create-coupon .form-group .weekly_button_high_cont.row, .form-create-coupon .form-group .append_repeater_weekly .offer_weekly_repeater.row,
.form-edit-coupon .form-group .weekly_button_high_cont.row, .form-edit-coupon .form-group .append_repeater_weekly .offer_weekly_repeater.row {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
	margin: 0px 0px 0.5rem 0px !important;
}

.form-create-coupon .form-group .append_repeater_monthly, .form-edit-coupon .form-group .append_repeater_monthly {
	margin-bottom: 0.5rem;
}
.form-create-coupon .form-group .monthly_button_high_cont.row, .form-create-coupon .form-group .append_repeater_monthly .offer_monthly_repeater.row,
.form-edit-coupon .form-group .monthly_button_high_cont.row, .form-edit-coupon .form-group .append_repeater_monthly .offer_monthly_repeater.row {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
	margin: 0px 0px 0.5rem 0px !important;
}




span.note_for_prices {
    font-size: 11px;
    color: #a7a7a7;
}

.getdatesection .calendly-inline-widget{
	overflow: hidden !important;
}
@media only screen and (max-width: 1515px) and (min-width: 1199.98px) {
	.getdatesection .calendly-inline-widget{
		height: 1100px !important;
	}
}

@media only screen and (max-width: 1129.98px) {
	.getdatesection .calendly-inline-widget{
		height: 1100px !important;
	}
}

@media only screen and (max-width: 679.98px) {
	.getdatesection .calendly-inline-widget{
		height: 1065px !important;
	}
}


