.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.dropdown-header,
.search-filter__option-heading {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000!important;
    height: 50px;
    border-radius: .345rem!important;
    padding: 10px 16px;
    font-size: 16px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background: #fff;
    outline: #fff!important;
}

element.style {}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle;
}

.round-edge {
    border-radius: .345rem!important;
}

.form-control--custom {
    font-size: 16px;
    font-size: 1rem;
    box-sizing: border-box;
}

.form-control--custom,
.form-control--select-wrap,
.input-group--custom {
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.dropdown,
.dropup {
    position: relative;
}

.form-control--custom,
.input-group--custom .input-group-btn>.booking__continue-button,
.input-group--custom .input-group-btn>.btn,
.input-group--custom .input-group-btn>.button,
.input-group--custom .input-group-btn>.category-box__link,
.input-group--custom .input-group-btn>.hen__enquiry-submit,
.input-group--custom .input-group-btn>.offer__flag,
.input-group--custom .offer--sb .input-group-btn>.offer__cta,
.input-group--custom .venue__offer-tabs>li.input-group-btn>a,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.booking__continue-button,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.button,
.input-group-lg>.input-group-btn>.category-box__link,
.input-group-lg>.input-group-btn>.hen__enquiry-submit,
.input-group-lg>.input-group-btn>.offer__flag,
.input-lg,
.offer--sb .input-group--custom .input-group-btn>.offer__cta,
.offer--sb .input-group-lg>.input-group-btn>.offer__cta,
.venue__offer-tabs.input-group-lg>li.input-group-btn>a {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}

.form-control {
    -webkit-transition: none!important;
    transition: none!important;
}

.button {
    transition: none!important;
}

.open>.dropdown-menu {
    display: grid!important;
}

.dropdown-header,
.dropdown-menu>li>a,
.search-filter__option-heading {
    display: block;
    padding: 3px 10px;
    line-height: 1.42857;
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 20px;
}

.h1-heading {
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: center;
    color: #1F879D;
}

.price-heading {
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    color: #1F879D;
}

.layout__item {
    margin-bottom: 0px;
}

.lead {
    font-family: 'Caveat'!important;
    font-size: 3.5em!important;
    ;
    line-height: 45px!important;
}

.desc {
    font-family: 'Caveat';
    font-size: 2.5em;
    line-height: 1.2em;
    color: #000;
    padding: 0 10%;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #000;
    opacity: 1;
}

@media screen and (min-width: 481px) {
    .hero-banner {
        height: 400px;
        min-height: 18.75em;
    }
}

.hero-banner__content {
    padding-top: 28px;
    padding-bottom: 28px;
}


/* 
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .heading-box {
        color: #1F879D;
        text-align: left;
        padding-bottom: 25px;
        font-size: 3.2em;
        font-family: 'Caveat';
        line-height: 1em;
    }
    .padding-section {
        padding: 20% 0;
    }
    .lead {
        width: 50%!important;
    }
    .heading-voucher {
        display: none;
    }
    .desc {
        font-family: 'Caveat';
        font-size: 2.5em;
        line-height: 1.2em;
        color: #000;
        padding: 2% 7% 2% 7%;
    }
    .box1-info {
        padding: 20px 20px 20px 30px;
    }
    .offer-container-slider {
        height: 346px;
    }
    .slider-layout {
        margin: 0 -15px 0 -15px!important;
    }
    .offer__content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 84px;
        height: 5.25rem;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        position: relative;
    }
    .slider-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0 auto;
        max-width: 90%;
    }
    .carousel-cell {
        width: 25%;
    }
}


/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
    */

@media (min-width: 1025px) and (max-width: 1280px) {
    .heading-box {
        color: #1F879D;
        text-align: left;
        padding-bottom: 25px;
        font-size: 3.2em;
        font-family: 'Caveat';
        line-height: 1em;
    }
    .padding-section {
        padding: 20% 0;
    }
    .lead {
        width: 50%!important;
    }
    .heading-voucher {
        display: none;
    }
    .desc {
        font-family: 'Caveat';
        font-size: 2.5em;
        line-height: 1.2em;
        color: #000;
        padding: 5% 10%;
        padding-top: 10%;
    }
    .offer-container-slider {
        height: 346px;
    }
    .box1-info {
        padding: 20px 20px 20px 30px;
    }
    .slider-layout {
        margin: 0 -15px 0 -15px!important;
    }
    .offer__content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 84px;
        height: 5.25rem;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        position: relative;
    }
    .slider-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0 auto;
        max-width: 90%;
    }
    .carousel-cell {
        width: 25%;
    }
}


/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
    */

@media (min-width: 768px) and (max-width: 1024px) {
    .heading-box {
        color: #1F879D;
        text-align: left;
        padding-bottom: 25px;
        font-size: 3.2em;
        font-family: 'Caveat';
        line-height: 1em;
    }
    .heading-voucher {
        display: none;
    }
    .desc {
        font-family: 'Caveat';
        font-size: 2.5em;
        line-height: 1.2em;
        color: #000;
        padding: 20% 10%;
        padding-top: 10%;
    }
    .slider-layout {
        margin: 0 -15px 0 -15px!important;
    }
    .offer__content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 84px;
        height: 5.25rem;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        position: relative;
    }
    .slider-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0 auto;
        max-width: 90%;
    }
    .carousel-cell {
        width: 33.3%;
    }
}


/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
    */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .heading-box {
        color: #1F879D;
        text-align: left;
        padding-bottom: 25px;
        font-size: 3.2em;
        font-family: 'Caveat';
        line-height: 1em;
    }
    .heading-voucher {
        display: none;
    }
    .desc {
        font-family: 'Caveat';
        font-size: 2.5em;
        line-height: 1.2em;
        color: #000;
        padding: 20% 10%;
        padding-top: 10%;
    }
    .slider-layout {
        margin: 0 -15px 0 -15px!important;
    }
    .offer__content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 84px;
        height: 5.25rem;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        position: relative;
    }
    .slider-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0 auto;
        max-width: 90%;
    }
    .carousel-cell {
        width: 33.3%;
    }
}


/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
    */

@media (min-width: 481px) and (max-width: 767px) {
    .heading-box {
        color: #1F879D;
        text-align: left;
        padding-bottom: 25px;
        font-size: 3em;
        font-family: 'Caveat';
        line-height: 1em;
    }
    .img-voucher {
        display: none;
    }
    .desc {
        font-family: 'Caveat';
        font-size: 2.5em;
        line-height: 1.2em;
        color: #000;
        padding: 0;
    }
    .hero-banner {
        background-position: right;
    }
    .hero-banner:before {
        background: rgba(0, 0, 0, .3);
    }
    .lead {
        font-size: 40px!important;
        line-height: 45px!important;
    }
    .offer-container-slider {
        height: 437px;
    }
    .slider-layout {
        margin: 0 -15px 0 -15px!important;
    }
    .offer__content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 84px;
        height: 12rem;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        position: relative;
    }
    .slider-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0 40px;
        max-width: 90%;
    }
    .carousel-cell {
        width: 50%;
    }
}


/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
    */

@media (min-width: 320px) and (max-width: 480px) {
    .heading-box {
        color: #1F879D;
        text-align: left;
        padding-bottom: 25px;
        font-size: 3em;
        font-family: 'Caveat';
        line-height: 1em;
    }
    .img-voucher {
        display: none;
    }
    .desc {
        font-family: 'Caveat';
        font-size: 2.5em;
        line-height: 1.2em;
        color: #000;
        padding-bottom: 0;
        text-align: center;
        padding: 0;
    }
    .hero-banner {
        background-position: right;
    }
    .hero-banner:before {
        background: rgba(0, 0, 0, .3);
    }
    .lead {
        font-size: 40px!important;
        line-height: 45px!important;
    }
    .offer-container-slider {
        height: 437px;
    }
    .slider-layout {
        margin: 0 -15px 0 -15px!important;
    }
    .offer__content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 84px;
        height: 12rem;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        position: relative;
    }
    .slider-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0 40px;
        max-width: 90%;
    }
    .carousel-cell {
        width: 100%;
    }
    .flickity-prev-next-button.previous {
        left: -20px!important;
    }
    .flickity-prev-next-button.next {
        right: -20px!important;
    }
    .flickity-button {
        position: absolute!important;
        background: #1f879d!important;
        border: none!important;
        color: #fff!important;
    }
    .flickity-button:hover {
        background: #1f879d!important;
        cursor: pointer!important;
    }
}

@media screen and (max-width:480px) {
    .u-1\/1-small-palm {
        width: 100%!important;
    }
    .u-1\/2-small-palm {
        width: 49%!important;
    }
}

.bootstrap-select .dropdown-menu li a.opt.spas-covid {
    position: relative;
    padding-left: 20px;
    color: #1f879d;
}

.bootstrap-select .dropdown-menu li a.opt.spas {
    position: relative;
    padding-left: 20px;
    color: #000;
}

.flickity-prev-next-button.previous {
    left: -20px!important;
}

.flickity-prev-next-button.next {
    right: -20px!important;
}

.flickity-button {
    position: absolute!important;
    background: #1f879d!important;
    border: none!important;
    color: #fff!important;
}

.flickity-button:hover {
    background: #1f879d!important;
    cursor: pointer!important;
}

.lead p {
    font-family: 'Caveat';
    color: #fff;
    text-align: left;
}