.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{text-align:center;}
.btn-default:hover{
	background-color: #a48e82;
    border-color: #a48e82;
	color: #fff !important;
}
.bootstrap-select .btn{color: #333333 !important;}

.exp-card {
    --exp-bg: #ffffff;
    --exp-bg-alt: linear-gradient(180deg, #fcfdff 0%, #f5f8fc 100%);
    --exp-border: #d9e2ec;
    --exp-border-strong: #fff;
	--exp-text: #a48e82;
    --exp-muted: #333333;
    --exp-soft: #a48e82;
    --exp-accent: #26c281;
    --exp-accent-dark: #a48e82;
    --exp-shadow: 0 18px 48px rgba(17, 38, 60, 0.08);
    --exp-radius: 24px;
 
    position: relative;
    margin: 0 0 28px;
    padding: 24px;
    border: 1px solid var(--exp-border);
    border-radius: var(--exp-radius);
    background: var(--exp-bg);
    box-shadow: var(--exp-shadow);
    overflow: visible;
}
 
/*.exp-card--alt {
   background: var(--exp-bg-alt);
}*/
 
.exp-card.is-selected {
    border-color: #a48e82;
    box-shadow: 0 24px 60px rgb(249 245 243);
}
 
.exp-card.is-selected::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #a48e82 0%, #a48e82 100%);

}

.exp-card.is-selected::before {
    top: 15px;
    bottom: 15px;
}

.exp-card.is-selected .exp-card__select-text{
	color: #fff !important;
}
 
.exp-card__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
 
.exp-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(185, 201, 216, 0.55);
}
 
.exp-card__select {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid #a48e82;
    background: transparent;
    cursor: pointer;
    transition: 0.25s ease;
    text-decoration: none;
    margin: 0;
}
 
.exp-card__select:hover {
    border-color: var(--exp-accent);
    /*box-shadow: 0 10px 24px rgba(10, 126, 164, 0.14);*/
    transform: translateY(-1px);
}
 
.exp-card__select-control {
    width: 24px;
    height: 24px;
    border: 2px solid #a48e82;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
 
.exp-card__select-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
}
 
.exp-card.is-selected .exp-card__select {
    border-color: #26c281;
    background: #26c281;
}
 
.exp-card.is-selected .exp-card__select-control {
    border-color: var(--exp-accent);
    background: #fff;
}
 
.exp-card.is-selected .exp-card__select-dot {
    background: var(--exp-accent);
}
 
.exp-card__select-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #333;
}
 
.exp-card__price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 3px;
}
 
.exp-card__price-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--exp-muted);
}
 
.exp-card__price-value {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: var(--exp-accent-dark);
}
 
.exp-card__price-meta {
    font-size: 13px;
    color: var(--exp-muted);
}
 
.exp-card__body {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}
 
.exp-card__image-link {
    display: block;
    border-radius: 22px;
    overflow: hidden;
    background: #e8eef3;
    box-shadow: 0 12px 30px rgba(17, 38, 60, 0.08);
}
 
.exp-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
 
.exp-card__title {

    margin: 0 0 8px;

    font-size: 24px;

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -0.02em;

    color: var(--exp-text);

}
 
.exp-card__title a,

.exp-card__subtitle a {

    color: #a48e82;

    text-decoration: none;

}
 
.exp-card__subtitle {

    margin: 0 0 14px;

    font-size: 18px;

    line-height: 1.35;

    font-weight: 600;

    color: #333333;

}
.exp-card__block-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* optional hover */
.exp-card__block-link:hover {
    color: inherit;
}

/* hover effect for card */
.exp-card__header:hover {
    cursor: pointer;
}
 
.exp-card__meta {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 14px;

}
 
.exp-card__meta-item {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 8px 12px;

    border-radius: 999px;
    background: #f9f5f3;
    color: #333333;

    font-size: 14px;

    font-weight: 600;

}
 
.exp-card__description {

    color: var(--exp-muted);

    font-size: 15px;

    line-height: 1.7;

    max-width: 70ch;

}
 
.exp-card__booking-panel {

    display: none;

    margin-top: 20px;

    grid-template-columns: minmax(320px, 460px) minmax(260px, 320px);

    gap: 22px;

    align-items: start;

}
 
.exp-card.is-selected .exp-card__booking-panel {

    display: grid;

}
 
.exp-calendar {

    border: 1px solid var(--exp-border);

    border-radius: 22px;

    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);

    padding: 18px;

}
 
.exp-calendar__head {

    margin-bottom: 14px;

}
 
.exp-calendar__eyebrow {

  display: inline-block;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  color: var(--exp-accent-dark);

}
 
.exp-card__form {

    padding: 18px;

    border: 1px solid var(--exp-border);

    border-radius: 22px;

    background: #fff;

}
 
.exp-card__selectors {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 14px;

    margin-bottom: 14px;

}
 
.exp-card__field {

    margin-bottom: 0;

}
 
.exp-card__field-label {

    display: block;

    margin-bottom: 8px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: var(--exp-muted);

}
 
.exp-card__field-control .form-control,

.exp-card__field-control .bootstrap-select > .dropdown-toggle{
    height: 46px;
    border-radius: 14px;
    /*border: 1px solid var(--exp-border);*/
    box-shadow: none;
}

.exp-card__summary {
    margin-top: 20px;
}
.exp-card__sessions {
    margin-top: 12px;
	 margin-bottom: 16px; 
}
 
.js-calendar-mount,
.js-calendar-mount .hb-calendar {
    width: 100%;
}
 
.hb-calendar {
    width: 100%;
}
 
.hb-calendar table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
}
 
.hb-calendar th {

    padding: 6px 0;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    color: #7b90a3;

    text-align: center;

}
 
.hb-calendar td {

    height: 44px;

    border: 1px solid #d8e3ec;

    border-radius: 12px;

    background: #fff;

    text-align: center;

    vertical-align: middle;

    transition: 0.2s ease;

}
 
.hb-calendar td a,

.hb-calendar td span {

    display: flex;

    width: 100%;

    min-height: 44px;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    color: var(--exp-text);

    font-weight: 700;

}
 
.hb-calendar td.available:hover,

.hb-calendar td.selectable:hover {

    border-color: var(--exp-accent);

    background: #eef9fd;

    box-shadow: 0 0 0 2px rgba(10, 126, 164, 0.08);

}
 
.hb-calendar td.selected,

.hb-calendar td.active {

    background: linear-gradient(180deg, #a48e82 0%, #a48e82  100%);

    border-color: #a48e82;

}
 
.hb-calendar td.selected a,

.hb-calendar td.selected span,

.hb-calendar td.active a,

.hb-calendar td.active span {

    color: #fff;

}
 
.hb-calendar td.unavailable,

.hb-calendar td.disabled,

.hb-calendar td.off {

    background: #f4f7fa;

    opacity: 0.45;

}
 
.hb-calendar .month-title,

.hb-calendar .calendar-title {

    margin-bottom: 12px;

    font-size: 18px;

    font-weight: 800;

    text-align: center;

    color: var(--exp-text);

}
 
.hb-calendar .calendar-nav,

.hb-calendar .month-nav {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 12px;

}
 
.hb-calendar .calendar-nav a,

.hb-calendar .month-nav a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 38px;

    height: 38px;

    border-radius: 12px;

    border: 1px solid var(--exp-border);

    background: #fff;

    text-decoration: none;

    color: var(--exp-text);

}
 
@media (max-width: 1199px) {

    .exp-card {

        padding: 20px;

    }
 
    .exp-card__body {

        grid-template-columns: 1fr;

    }
 
    .exp-card__booking-panel {

        grid-template-columns: 1fr;

    }

}
 
@media (max-width: 991px) {

    .exp-card__top {

        flex-direction: column;

        align-items: stretch;

    }
 
    .exp-card__price-block {

        align-items: flex-start;

        text-align: left;

    }
 
    .exp-card__title {

        font-size: 26px;

    }
 
    .exp-card__subtitle {

        font-size: 17px;

    }
 
    .exp-card__selectors {

        grid-template-columns: 1fr;

    }

}
 
@media (max-width: 767px) {

    .exp-card {

        padding: 16px;

        border-radius: 18px;

    }
 
    .exp-card__select {

        width: 100%;

        justify-content: center;

    }
 
    .exp-card__title {

        font-size: 23px;

    }
 
    .exp-calendar,

    .exp-card__form {

        padding: 14px;

        border-radius: 16px;

    }
 
    .hb-calendar table {

        border-spacing: 4px;

    }
 
    .hb-calendar td {

        height: 38px;

    }
 
    .hb-calendar td a,

    .hb-calendar td span {

        min-height: 38px;

        font-size: 13px;

    }

}

@media (max-width: 768px) {

    #page #content > .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	
	#content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.explore-margin-top{padding: 0px 15px;}
	.contentpadd{padding: 0px 20px !important;}
	.bradthpadd{padding: 0px 0px !important;}

}