﻿@charset "UTF-8";
/*
    This file was auto-generated by InVision DSM from the P&O Guidelines design library. 
    To keep style values in sync across teams, changes to this file should be made directly from DSM.

*/
/*
    Colors:
*/
/* Core palette */
/* Other Colors */
/* Secondary palette */
/*
    Font Styles:
*/
/* Large / Body / Centered / Dark font style */
/* Large / Body / Left / Dark font style */
/* Large / Body / Left / White font style */
/* Large / H1 LARGE font style */
/* Large / H1 LARGE / CENTRED / DARK font style */
/* Large / H1 Large / Left / Dark font style */
/* Large / H1 Small font style */
/* Large / H1 Small / Centre / Dark font style */
/* Large / H2 font style */
/* Large / H2 / Centered / Dark font style */
/* Large / H2 / Centered / White font style */
/* Large / H2 / Left / Dark font style */
/* Large / H2 / Left / Dark font style */
/* Large / H2 / Left / White font style */
/* Large / H2 / Left / White font style */
/* Large / H2 / Right / Dark font style */
/* Large / H3 / Centered / Dark font style */
/* Large / H3 / Left / Dark font style */
/* Large / H3 / Left / White font style */
/* Large / H4 font style */
/* Large / H4 / Centered / Dark font style */
/* Large / H4 / Centered / White font style */
/* Large / H4 / Centrered / Dark font style */
/* Large / H4 / Left / Dark font style */
/* Large / H4 / White / Dark font style */
/* Large / H5 font style */
/* Large / H5 / Centered / Dark font style */
/* Large / H5 / Left / Cyan font style */
/* Large / H5 / Left / Dark font style */
/* Large / H5 / Left / White font style */
/* Large / H5 / Left / White font style */
/* Large / H5 / Right / Dark font style */
/* Large / H5 / Right / White font style */
/* Large / Standfirst font style */
/* Medium / Body font style */
/* Medium / Body / Centered / Dark font style */
/* Medium / H1 LARGE font style */
/* Medium / H1 small font style */
/* Medium / H2 font style */
/* Medium / H3 font style */
/* Medium / H3 font style */
/* Medium / H4 / Left / Dark font style */
/* Medium / H5 / Left / Dark font style */
/* Medium / standfirst font style */
/* Misc / Caption / Centered / Dark font style */
/* Misc / Caption / Left / Cyan font style */
/* Misc / Caption / Left / Dark font style */
/* Misc / Caption / Left / White font style */
/* Misc / Caption / Right / Dark font style */
/* Misc / Label / Centered / Cyan font style */
/* Misc / Label / Centered / Teal font style */
/* Misc / Label / Centered / White font style */
/* Misc / Label / Cyan font style */
/* Misc / Label / Left / Cyan font style */
/* Misc / Label / Left / Dark font style */
/* Misc / Label / Left / Dark / Bold font style */
/* Misc / Label / Left / Teal font style */
/* Misc / Label / Left / White font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Left / Dark font style */
/* Misc / link / Centered / Dark font style */
/* Misc / link / Left / Dark font style */
/* Misc / link / Right / Dark font style */
/* Small / Body / Centered / Dark font style */
/* Small / Body / Left / Dark font style */
/* Small / Body / Left / White font style */
/* Small / H1 Large font style */
/* Small / H1 Large / Left / Centered font style */
/* Small / H1 Large / Left / Dark font style */
/* Small / H1 small / Left / Centered font style */
/* Small / H1 small / Left / Dark font style */
/* Small / H2 / Centered / Dark font style */
/* Small / H2 / Left / Dark font style */
/* Small / H2 / Left / White font style */
/* Small / H3 / Centered / Dark font style */
/* Small / H3 / Left / Dark font style */
/* Small / H4 / Centered / Dark font style */
/* Small / H4 / Left / Dark font style */
/* Small / H5 / Centered / Dark font style */
/* Small / H5 / Left / Cyan font style */
/* Small / H5 / Left / Dark font style */
/* Small / H5 / Left / White font style */
/* Small / Standfirst font style */
@font-face {
    font-family: "Museo Sans-light";
    src: url("../fonts/SF-UI-Text-Light.woff") format("woff"), url("../fonts/SF-UI-Text-Light.otf");
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/SF-UI-Text-Medium.woff") format("woff"), url("../fonts/SF-UI-Text-Medium.otf");
}

@font-face {
    font-family: "Museo Sans-300";
    src: url("../fonts/MuseoSans-300.woff");
}

@font-face {
    font-family: "Museo Sans-small";
    src: url("../fonts/MuseoSans-500.otf");
}

@font-face {
    font-family: "Museo Sans-medium";
    src: url("../fonts/MuseoSans-700.otf");
}

@font-face {
    font-family: "Museo Sans-bold";
    src: url("../fonts/MuseoSans-900.otf");
}

body {
    color: #4c4c4c;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.font-family-initial {
    font-family: initial !important;
}

@media (max-width: 949px) {
    .main-container {
        max-width: 510px;
        margin: 0 auto;
        width: 100%;
    }

    .video-xs {
        height: 210px !important;
        min-height: 210px !important;
    }

    /***** dropdown responsive *****/
    .responsivewrap {
        display: inline;
    }
    /***** dropdown responsive *****/
    div.dropdown-menu.open {
        max-height: 300px !important;
        overflow: hidden;
    }

    .collection-tag {
        margin-left: 0;
    }

    .my-detail {
        min-height: 850px;
    }

    .pref-wrap-pos {
        margin-top: -60px !important;
    }

    .xs-mb80 {
        margin-bottom: -80px !important;
    }

    .pref-tab .nav-tabs-horizontal > li {
        width: auto !important;
    }

    .pref-tab .nav-tabs-horizontal {
        display: none;
        border-radius: 10px;
        padding: 20px;
        background: #fff;
        max-width: 100% !important;
        margin: 0 20px !important;
        border-radius: 0 !important;
    }

    .label-sm-none {
        display: none;
    }

    .ml-sm-1 {
        margin-left: 1rem !important;
    }

    .xs-light-blue-bg {
        background-color: #e5f5fa !important;
        padding-top: 20px;
    }
}

@media (min-width: 1024px) {
    .main-container {
        max-width: 950px;
        margin: 0 auto;
        width: 100%;
    }

    a:focus {
        outline: 1px solid rgba(0, 123, 255, 0.25) !important;
    }

    div.dropdown-menu.open {
        max-height: 500px !important;
        overflow: hidden;
    }

    .img-ht {
        height: 268px !important;
    }

    .collection-tag {
        margin-left: -6em;
    }

    .vert-line {
        border-right: 1px dashed #a2a2a2;
    }

    .my-detail {
        min-height: 950px;
    }

    .neg-marg {
        margin-left: -152px !important;
    }

    .iframe-wrapper {
        padding: 30px 150px !important;
    }
}

@media (min-width: 1025px) {
    .main-container {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    .collection-tag {
        margin-left: -6em;
    }
}

@media (min-width: 1200px) {
    .main-container {
        max-width:  1300px;
        margin:  0 auto;
        width: 100%;
    }

    a:focus {
        outline: 1px solid rgba(0, 123, 255, 0.25) !important;
    }

    .collection-tag {
        margin-left: -6em;
    }
}

p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #4c4c4c;
    letter-spacing: -0.2px;
    font-style: normal;
    font-weight: 300;
    font-family: Museo Sans;
    font-family: 'Museo Sans-light';
}

h1 {
    font-size: 60px;
    line-height: 66px;
    text-align: left;
    color: #4c4c4c;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: bold;
    font-family: Museo Sans;
    font-size: 3em;
    font-family: 'Museo Sans-bold';
    word-break: break-word;
}

h2 {
    font-size: 38px;
    line-height: 44px;
    text-align: left;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    font-size: 2.126em;
    font-family: 'Museo Sans-medium';
}

h3 {
    font-size: 34px;
    line-height: 40px;
    text-align: start;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    font-size: 1.876em;
    font-family: 'Museo Sans-medium';
}

h4.white {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-family: Museo Sans;
    font-family: 'Museo Sans-medium';
}

h4 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    font-size: 1.25em;
    font-family: 'Museo Sans-medium';
}

    h4 a {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        font-family: 'Museo Sans-medium';
    }

h5 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    font-family: 'Museo Sans-medium';
}

    h5.cyan {
        font-size: 18px;
        line-height: 24px;
        text-align: start;
        color: #29a0a3;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        font-family: 'Museo Sans-medium';
    }

    h5.color-cyan {
        color: #009dd1;
    }

h6.cyan {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #009dd1;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    font-family: 'Museo Sans-medium';
}

h6 {
    font-size: 14px;
    line-height: 22px;
    text-align: start;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    font-family: 'Museo Sans-medium';
}

h5.dark  {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #000000;
    letter-spacing: -0.2px;
    font-style: normal;
    font-weight: 300;
    font-family: Museo Sans;
    font-family:   "Museo Sans-medium";
}

h5.light  {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #000000;
    letter-spacing: -0.2px;
    font-style: normal;
    font-weight: 300;
    font-family: Museo Sans;
    font-family: 'Museo Sans-small';
}

i.food-describe {
    font-size: .625em;
    font-weight: 300;
    font-family: 'Museo Sans-light';
    border-radius: 50%;
    padding: 2px;
    vertical-align: text-bottom;
}

i.vg {
    color: #fff;
    background-color: #29a0a3;
    text-transform: capitalize;
    font-style: normal;
    padding: 3px !important;
}

i.v {
    color: #29a0a3;
    padding: 2px 5px 2px 4px !important;
    border: 1px solid #29a0a3;
    font-style: normal;
    text-transform: uppercase;
}

i.g {
    border: 1px solid #000000;
    font-family: 'Museo Sans-bold' !important;
    text-transform: uppercase;
    font-style: normal;
    padding: 3px 3px 1px 2px !important;
}

.museo-sans-bold {
    font-family: 'Museo Sans-bold' !important;
}

.museo-sans-light {
    font-family: 'Museo Sans-light' !important;
}

.museo-sans-300 {
    font-family: 'Museo Sans-300' !important;
}

.Museo-sans-medium {
    font-family: 'Museo Sans-medium' !important;
}

.Museo-sans {
    font-family: 'Museo Sans' !important;
}

.font-medium-body {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #000000;
    letter-spacing: -0.2px;
    font-style: normal;
    font-weight: 300;
    font-family: Museo Sans;
    font-family: 'Museo Sans-light';
    color: #4c4c4c;
    font-weight: 700;
}

.font-weight-light-bold {
    font-weight: 500 !important;
}

.slider-thumb-img {
    background-image: url(../images/accommodation3.jpg);
    height: 200px !important;
}

.slider-thumb-img2 {
    background-image: url(../images/accommodation2.jpg);
    height: 200px !important;
}

.mb-n50 {
    margin-bottom: -50px;
}

.mypref-carousel {
    background-color: #fff;
    position: relative;
    margin-top: -90px;
    padding: 30px;
}

.mypref-slider figure, .mypref-slider .figure-content {
    display: block !important;
    width: 100% !important;
}

.bg-img {
    background-image: url(../images/service-group-hub.jpg) !important;
    min-height: 350px;
}

.tab-marg {
    margin: 0 15px;
}

.hm-5 {
    margin: 0 5px;
}

.pref-tab .nav-item {
    margin-right: 0px !important;
}

.pref-tab .nav-tabs {
    border: 0 !important;
    padding-top: 20px;
}

.pref-tab .nav-item a.active, .pref-tab .nav-item a:hover {
    border-bottom: none !important;
}

h6.light  {
    font-size: 14px;
    line-height: 22px;
    text-align: start;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    font-family:   "Museo Sans-medium";
}

label {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    font-family: 'Museo Sans-medium';
}

    label.center {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        font-family: 'Museo Sans-medium';
        display: block;
    }

.light-blue-bg {
    background-color: #e5f5fa !important;
}

.light-blue-bg-cal-block {
    background: -moz-linear-gradient(top, #e5f5fa 1%, #e5f5fa 65%, #ffffff 65%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5f5fa 1%, #e5f5fa 65%, #ffffff 65%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5f5fa 1%, #e5f5fa 65%, #ffffff 65%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f5fa', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
}

.light-bg-offer-card {
    background: -moz-linear-gradient(top, #e5f5fa 1%, #e5f5fa 90%, #f4f3f4 90%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5f5fa 1%, #e5f5fa 90%, #f4f3f4 90%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5f5fa 1%, #e5f5fa 90%, #f4f3f4 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f5fa', endColorstr='#f4f3f4',GradientType=0 );
    /* IE6-9 */
}

.grey-bg {
    background-color: #f4f3f4 !important;
}

.cyan-bg {
    background-color: #009dd1;
}

    .cyan-bg.color-white {
        color: #fff;
    }

        .cyan-bg.color-white h4 {
            color: #fff;
        }

.color-light-gray {
    color: #d3d3d3 !important;
}

.white-bg {
    background-color: #fff;
}

.red-bg {
    background-color: #d10000 !important;
}

.bg-repeat-no {
    background-repeat: no-repeat;
}

.orange-bg {
    background-color: #f08212;
}

.purple-strip {
    background-color: #964b98;
    color: #fff;
}

.bg-none {
    background-color: inherit;
}

    .bg-none.banner-card {
        background-color: inherit;
    }

.bg-inherit {
    background-color: inherit !important;
}

.custom-dropdown .btn-bg-inherit.white-bg {
    background-color: #fff;
}

.light-blue-bg-overlay {
    background-image: -webkit-linear-gradient(top, transparent 30%, #e5f5fa 0%);
    background-size: 100% 77%;
}

:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #29a0a3;
}

a:focus, .btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.balc-anc {
    letter-spacing: 0.3px;
    border-bottom: 2px solid #009dd1;
    font-family: "Museo Sans-Medium";
    color: #4c4c4c;
}

.content-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-section-margin {
    margin-top: 80px;
    margin-bottom: 80px;
}

.sub-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-info-section {
    padding-top: 45px;
    background-color: #fff;
}

    .page-info-section h1 {
        margin-bottom: 20px;
        font-weight: inherit;
    }

    .page-info-section p {
        margin-bottom: 0;
    }

    .page-info-section .fa-exclamation-circle {
        color: #29a0a3;
    }

.sub-title h2 {
    margin-bottom: 20px;
    font-weight: inherit;
}

.sub-title p {
    margin-bottom: 0;
}

.sub-title-no-copy h2 {
    margin-bottom: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.pt-40 {
    padding-top: 40px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-25-20 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.p-30-20 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.p-0-40 {
    padding: 0 40px;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-30 {
    padding-left: 30px;
}

.pt-80 {
    padding-top: 80px;
}

.p-60-40 {
    padding: 60px 40px;
}

.px-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.p-40-60 {
    padding: 40px 60px;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-inherit {
    left: inherit !important;
}

.line-height-13 {
    line-height: 13px;
}

.btn.border-2 {
    padding: 8px 30px;
    border: 3px solid;
}

.btn.border-1 {
    padding: 8px 30px;
    border: 1px solid;
}

.img-pos {
    top: -3px;
    position: relative;
}

.mb-120-60 {
    margin-bottom: 120px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-1n {
    margin-top: -1px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.fixed-height-overlay-card {
    height: 443px;
}

.column-equal {
    display: flex;
    flex-wrap: wrap;
}

.btn.m-w-auto {
    min-width: auto;
}

.d-table-cell {
    display: table-cell;
}

.sm_btn {
    padding: 10px !important;
    min-width: 50px !important;
    max-width: 100px !important;
    border: 0;
}

.bk-white-smoke {
    background-color: #f8f8f8;
}

.bk-deep-cyan-blue {
    background-color: #143D56;
}

.color-purple {
    color: #964b98;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000000;
}

.bg-dark-gray {
    background-color: #4c4c4c;
}

.bg-dark-orange {
    background-color: #f08212;
}

.aa-30 {
    width: 30px;
}

.aa-40 {
    width: 40px;
}

.orange-font-color {
    color: #e1780e;
}

.z-index-99 {
    z-index: 99;
}

.fa-check {
    color: #29a0a3;
    font-size: 1em;
}

.color-aqua {
    color: #29a0a3;
}

.color-cyan {
    color: #009dd1 !important;
}

.color-dark-grey {
    color: #4c4c4c !important;
}

.hr-line {
    height: 1px;
    color: #e2e2e2;
}

.hr-black-line {
    border-top: 1px solid #000;
}

.hr-light-black-line {
    border-top: 1px solid #A0A0A0;
}

.gradient-border {
    height: 10px;
    background-image: -ms-linear-gradient(to right, #009dd1, #00CCEA);
    background-image: -o-linear-gradient(to right, #009dd1, #00CCEA);
    background-image: -moz-linear-gradient(to right, #009dd1, #00CCEA);
    background-image: -webkit-linear-gradient(to right, #009dd1, #00CCEA);
    background-image: linear-gradient(to right, #009dd1, #00CCEA);
}

div.line-white-dashed {
    height: 2px;
    background-image: linear-gradient(to left, transparent 20%, #fff 10%);
    background-size: 20px 100%;
}

div.line-gray-dashed {
    height: 2px;
    background-image: linear-gradient(to left, transparent 35%, #F0F0F0 10%);
    background-size: 20px 100%;
}

    div.line-gray-dashed.half-circle-ash::before {
        content: '';
        width: 30px;
        height: 30px;
        background: #f4f3f4;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -20px;
        top: -13px;
    }

    div.line-gray-dashed.half-circle-ash::after {
        content: '';
        width: 30px;
        height: 30px;
        background: #f4f3f4;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: -20px;
        top: -13px;
    }

    div.line-gray-dashed.res {
        background-image: linear-gradient(to left, #fff 35%, #F0F0F0 10%);
    }

        div.line-gray-dashed.res::before {
            width: 0;
        }

        div.line-gray-dashed.res::after {
            width: 0;
        }

.profile-logo-60x60 {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
}

.rac-logo {
    border: 1px solid #ccc;
    padding: 25px 15px;
    border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
}

.opacity-1 {
    opacity: 1;
}

.font-10 {
    font-size: .625em !important;
}

.font-12 {
    font-size: .75em !important;
}

.font-14 {
    font-size: .875em !important;
}

.font-16 {
    font-size: 1em !important;
}

.font-18 {
    font-size: 1.125em !important;
}

.font-20 {
    font-size: 1.25em !important;
}

.font-22 {
    font-size: 1.375em !important;
}

.font-24 {
    font-size: 1.5em !important;
}

.font-36 {
    font-size: 2.250em !important;
}

.bb-blue {
    border-bottom: 5px solid #009dd1;
}

button.disabled {
    color: #D3D3D3 !important;
}

.cyan-border {
    border-top: 5px solid #009dd1;
}

.apply-booking {
    margin: auto auto;
}

.toggle-btn {
    background-color: #009dd1;
    border-radius: 50%;
    padding: 3px 7px;
    position: absolute;
    right: 30px;
    top: 15px;
}

    .toggle-btn .fa-chevron-down, .toggle-btn .fa-chevron-up {
        color: #fff;
    }

.center_marg {
    margin: auto;
}

.min-width-200 {
    min-width: 200px;
}

.min-h-inherit {
    min-height: inherit !important;
}

.p-30-40 {
    padding: 30px 40px;
}

.pt-60-pb-120 {
    padding-top: 60px;
    padding-bottom: 120px;
}

.image-content-card .image-section {
    max-height: 290px;
    overflow: hidden;
}

.aa-logo-position {
    position: absolute;
    top: 0;
    transform: translatey(-50%);
}

.max-height-inherit {
    max-height: inherit !important;
}

.cross-small {
    font-size: .688em;
    padding: 3.4px 4.4px;
    border-radius: 50%;
    top: -2px;
}

.min-width-340 {
    min-width: 340px !important;
}

.root-seclection-dropdown-btn {
    min-width: 312px !important;
}

.gainsboro-border {
    border: 1px solid #e2e2e2;
}

.info-icon-blue {
    font-size: .625em;
    background: #009dd1;
    padding: 3px 9px 3px 7px;
    color: #fff;
    border-radius: 50%;
}

a.blue {
    text-decoration: #000000;
}

a.text-underline, .text-underline {
    text-decoration: underline;
}

a.text-underline-none {
    text-decoration: none !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-50 {
    border-radius: 50% !important;
}

.aqua-strip {
    background-color: #29a0a3;
    color: #fff;
}

.border-radius-5 {
    border-radius: 5px;
}

.course-menu-price, .orange-strip {
    background-color: #f08212;
    padding: 11px 21px;
    font-size: .875em;
    color: #fff;
    display: inline-block;
    font-family: 'Museo Sans-medium';
    letter-spacing: 0.8px;
}

    .course-menu-price.badge-position-l-b, .orange-strip.badge-position-l-b {
        position: absolute;
        bottom: 0;
    }

    .course-menu-price.badge-position-l-t, .orange-strip.badge-position-l-t {
        position: absolute;
        top: 0;
        left: 0px;
    }

    .course-menu-price.left-n-20, .orange-strip.left-n-20 {
        left: -20px;
    }

    .course-menu-price.badge-position-l-15-b, .orange-strip.badge-position-l-15-b {
        position: absolute;
        bottom: 0;
        left: 15px;
        display: block;
    }

    .course-menu-price.badge-position-l-10-b, .orange-strip.badge-position-l-10-b {
        position: absolute;
        bottom: 0;
        left: 10px;
    }

    .course-menu-price.badge-position-left, .orange-strip.badge-position-left {
        position: relative;
        left: -46px;
    }

.offer-cards-addon .offer-card-info {
    background-color: #e5f5fa;
    border-radius: 6px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

    .offer-cards-addon .offer-card-info h5 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        font-size: .875em;
    }

.offer-cards-addon .plus-icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.offer-cards-addon .fa-plus {
    color: #009dd1;
}

.hash-color-box {
    background-color: #f4f3f4;
    min-height: 10px;
    width: 100%;
}

.twoway-route-singleline {
    background: url(../images/route-icon-left-bg-ash.png) left center no-repeat, url(../images/route-icon_right.png) center right no-repeat;
    min-width: 120px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.color-green {
    color: #00d146;
}

.color-red {
    color: #d10000;
}

.color-yellow {
    color: #e1780e;
}

.color-orange {
    color: #f08212;
}

.color-hash {
    color: #e1e1e1;
}

.color-dark-hash {
    color: #B7C1C5;
}

.height-fit-content {
    height: fit-content;
}

.social-media {
    color: #009dd1;
    font-size: 1.375em;
}

.height-40 {
    height: 40px;
}

.background-position-left {
    background-position: left !important;
}

.input-resize-none {
    resize: none;
}

.display-none {
    display: none;
}

.letter-spacing-03 {
    letter-spacing: 0.3px;
}

.placeholder-italic::-webkit-input-placeholder {
    font-style: italic;
    font-family: 'Museo Sans-light';
}

.placeholder-italic:-moz-placeholder {
    font-style: italic;
    font-family: 'Museo Sans-light';
}

.placeholder-italic::-moz-placeholder {
    font-style: italic;
    font-family: 'Museo Sans-light';
}

.placeholder-italic:-ms-input-placeholder {
    font-style: italic;
    font-family: 'Museo Sans-light';
}

.font-italic-light {
    font-style: italic;
    font-family: 'Museo Sans-light';
}

.select-wrapper.select-wrapper-normal::after {
    font-style: normal;
    top: 30px;
}

.slide-count-wrap {
    font-family: 'Museo Sans-medium';
}

.w-20 {
    width: 20px;
}

.h-fit-content {
    height: fit-content;
}

.from-to-route {
    max-width: 60px;
    width: 100%;
}

    .from-to-route.min-90 {
        min-width: 90px;
    }

.content-center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.v-align-top {
    vertical-align: top;
}

.loading-block {
    min-height: 100px;
    height: 100%;
}

::-ms-clear {
    display: none;
}

.ticket-curve-right {
    background: -moz-radial-gradient(0 100%, circle, #fff 0, #fff 15px), -moz-radial-gradient(100% 100%, circle, #f4f3f4 14px, #fff 15px), -moz-radial-gradient(100% 0, circle, #f4f3f4 14px, #fff 15px), -moz-radial-gradient(0 0, circle, #fff 0, #fff 15px);
    background: -o-radial-gradient(0 100%, circle, #fff 0, #fff 15px), -o-radial-gradient(100% 100%, circle, #f4f3f4 14px, #fff 15px), -o-radial-gradient(100% 0, circle, #f4f3f4 14px, #fff 15px), -o-radial-gradient(0 0, circle, #fff 0, #fff 15px);
    background: -webkit-radial-gradient(0 100%, circle, #fff 0, #fff 15px), -webkit-radial-gradient(100% 100%, circle, #f4f3f4 14px, #fff 15px), -webkit-radial-gradient(100% 0, circle, #f4f3f4 14px, #fff 15px), -webkit-radial-gradient(0 0, circle, #fff 0, #fff 15px);
    background: -ms-radial-gradient(0 100%, circle, #fff 0, #fff 15px), -ms-radial-gradient(100% 100%, circle, #f4f3f4 14px, #fff 15px), -ms-radial-gradient(100% 0, circle, #f4f3f4 14px, #fff 15px), -ms-radial-gradient(0 0, circle, #fff 0, #fff 15px);
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.ticket-curve-left {
    background: -moz-radial-gradient(0 100%, circle, #f4f3f4 14px, #fff 15px), -moz-radial-gradient(100% 100%, circle, #fff 0, #fff 15px), -moz-radial-gradient(100% 0, circle, #fff 0, #fff 15px), -moz-radial-gradient(0 0, circle, #f4f3f4 14px, #fff 15px);
    background: -o-radial-gradient(0 100%, circle, #f4f3f4 14px, #fff 15px), -o-radial-gradient(100% 100%, circle, #fff 0, #fff 15px), -o-radial-gradient(100% 0, circle, #fff 0, #fff 15px), -o-radial-gradient(0 0, circle, #f4f3f4 14px, #fff 15px);
    background: -webkit-radial-gradient(0 100%, circle, #f4f3f4 14px, #fff 15px), -webkit-radial-gradient(100% 100%, circle, #fff 0, #fff 15px), -webkit-radial-gradient(100% 0, circle, #fff 0, #fff 15px), -webkit-radial-gradient(0 0, circle, #f4f3f4 14px, #fff 15px);
    background: -ms-radial-gradient(0 100%, circle, #f4f3f4 14px, #fff 15px), -ms-radial-gradient(100% 100%, circle, #fff 0, #fff 15px), -ms-radial-gradient(100% 0, circle, #fff 0, #fff 15px), -ms-radial-gradient(0 0, circle, #f4f3f4 14px, #fff 15px);
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.dashed-right-border {
    border-right-style: dashed;
    border-right-color: #f4f3f4;
    border-right-width: 3px;
}

.text-center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-right-center-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.content-left-center-flex {
    display: flex;
    justify-content: left;
    align-items: center;
}

.text-bottom-center-flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.text-bottom-right-flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.text-bottom-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

/****** date range picker  *******/
.daterangepicker {
    background-color: #e5f5fa;
    border: none;
}

    .daterangepicker .calendar-table {
        background-color: #e5f5fa;
        border: none;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #009dd1;
    }

    .daterangepicker td.in-range {
        background-color: #fff;
    }

    .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
        background-color: #e5f5fa !important;
        color: #ccc;
    }

    .daterangepicker td.end-date, .daterangepicker td.start-date {
        background-color: #009dd1 !important;
    }

    .daterangepicker:after {
        border-bottom: 6px solid #e5f5fa;
        top: 0;
    }

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        min-width: 36px;
        width: 36px;
        height: 32px;
        line-height: 32px;
        font-size: .938em;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
    }

        .daterangepicker .calendar-table th.prev {
            background-color: #009dd1;
            border-radius: 50%;
            position: absolute;
            top: 45%;
            left: -4%;
            height: 36px;
            line-height: 36px;
        }

        .daterangepicker .calendar-table th.next {
            background-color: #009dd1;
            border-radius: 50%;
            position: absolute;
            top: 45%;
            right: -4%;
            height: 36px;
            line-height: 36px;
        }

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid #fff;
        border-width: 0 5px 5px 0;
        border-radius: 0;
        display: inline-block;
        padding: 4px;
        background-color: #009dd1;
    }

    .daterangepicker.opensright:before {
        left: 50%;
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #e5f5fa;
    }

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

.morethan9 {
    margin-top: 100px;
    padding: 10px;
}

.trip-selected {
    border: 2px solid #009dd1;
}

.l-space-3 {
    letter-spacing: 0.3px;
}

.person-svg-icon {
    min-height: 40px;
}

.dark_anc {
    color: #4c4c4c;
    font-weight: bold;
    border-bottom: 2px solid #009dd1;
    padding-bottom: 2px;
}

    .dark_anc:hover {
        color: #4c4c4c;
        font-weight: bold;
        border-bottom: 2px solid #009dd1;
    }

.inline-icon {
    display: inline-block;
}

.w-210 {
    max-width: 210px !important;
    width: 100%;
}

.w-180 {
    max-width: 180px !important;
    width: 100%;
}

@media (max-width: 949px) {
    .ticket-curve-right.res-bottom {
        background: -moz-radial-gradient(0 100%, circle, #f4f3f4 14px, #fff 15px), -moz-radial-gradient(100% 100%, circle, #f4f3f4 14px, #fff 15px), -moz-radial-gradient(100% 0, circle, #fff 0px, #fff 15px), -moz-radial-gradient(0 0, circle, #fff 0, #fff 15px);
        background: -o-radial-gradient(0 100%, circle, #f4f3f4 14px, #fff 15px), -o-radial-gradient(100% 100%, circle, #f4f3f4 14px, #fff 15px), -o-radial-gradient(100% 0, circle, #fff 0px, #fff 15px), -o-radial-gradient(0 0, circle, #fff 0, #fff 15px);
        background: -webkit-radial-gradient(0 100%, circle, #f4f3f4 14px, #fff 15px), -webkit-radial-gradient(100% 100%, circle, #f4f3f4 14px, #fff 15px), -webkit-radial-gradient(100% 0, circle, #fff 0px, #fff 15px), -webkit-radial-gradient(0 0, circle, #fff 0, #fff 15px);
        background: -ms-radial-gradient(0 100%, circle, #f4f3f4 14px, #fff 15px), -ms-radial-gradient(100% 100%, circle, #f4f3f4 14px, #fff 15px), -ms-radial-gradient(100% 0, circle, #fff 0px, #fff 15px), -ms-radial-gradient(0 0, circle, #fff 0, #fff 15px);
        background-position: bottom left, bottom right, top right, top left;
        -moz-background-size: 50% 50%;
        -webkit-background-size: 50% 50%;
        background-size: 50% 50%;
        background-repeat: no-repeat;
    }

    .ticket-curve-right.dashed-right-border {
        border-right-width: 0;
    }

    .text-center-flex-res {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ticket-curve-left.res-top {
        background: -moz-radial-gradient(0 100%, circle, #fff 0, #fff 15px), -moz-radial-gradient(100% 100%, circle, #fff 0, #fff 15px), -moz-radial-gradient(100% 0, circle, #f4f3f4 14px, #fff 15px), -moz-radial-gradient(0 0, circle, #f4f3f4 14px, #fff 15px);
        background: -o-radial-gradient(0 100%, circle, #fff 0, #fff 15px), -o-radial-gradient(100% 100%, circle, #fff 0, #fff 15px), -o-radial-gradient(100% 0, circle, #f4f3f4 14px, #fff 15px), -o-radial-gradient(0 0, circle, #f4f3f4 14px, #fff 15px);
        background: -webkit-radial-gradient(0 100%, circle, #fff 0, #fff 15px), -webkit-radial-gradient(100% 100%, circle, #fff 0, #fff 15px), -webkit-radial-gradient(100% 0, circle, #f4f3f4 14px, #fff 15px), -webkit-radial-gradient(0 0, circle, #f4f3f4 14px, #fff 15px);
        background: -ms-radial-gradient(0 100%, circle, #fff 0, #fff 15px), -ms-radial-gradient(100% 100%, circle, #fff 0, #fff 15px), -ms-radial-gradient(100% 0, circle, #f4f3f4 14px, #fff 15px), -ms-radial-gradient(0 0, circle, #f4f3f4 14px, #fff 15px);
        background-position: bottom left, bottom right, top right, top left;
        -moz-background-size: 50% 50%;
        -webkit-background-size: 50% 50%;
        background-size: 50% 50%;
        background-repeat: no-repeat;
    }

    .content-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .text-mobile-center {
        text-align: center;
    }

    h1 {
        font-size: 40px;
        line-height: 46px;
        text-align: left;
        color: #4c4c4c;
        letter-spacing: -0.5px;
        font-style: normal;
        font-weight: bold;
        font-family: Museo Sans;
        font-family: 'Museo Sans-bold';
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: left;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        font-family: 'Museo Sans-medium';
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        font-family: 'Museo Sans-medium';
    }

    h5 {
        font-size: 16px;
        line-height: 21px;
        text-align: left;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        font-family: 'Museo Sans-medium';
    }

    .font-m-16 {
        font-size: 1em !important;
    }

    .page-info-section {
        padding-top: 50px;
    }

    .mb-120-60 {
        margin-bottom: 60px;
    }

    .sub-content-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .m-w-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .m-w-100 {
        width: 100%;
    }

    .m-w-100px {
        min-width: 100px !important;
        max-width: 100px;
    }

    .fixed-height-overlay-card {
        height: 281px;
    }

    .slider-padding-offset .slick-list {
        padding: 0 10% 0 0;
    }

    .px-40 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pb-40 {
        padding-bottom: 20px !important;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pt-xs-20 {
        padding-top: 20px;
    }

    .btn.m-w-100 {
        max-width: 343px;
    }

    .pt-60-pb-120 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .p-40 {
        padding: 20px !important;
    }

    .p-60 {
        padding: 20px !important;
    }

    .px-60 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

        .px-60.padding-x-0 {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .py-60 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .pb-60 {
        padding-bottom: 20px;
    }

    .course-menu-price.badge-position-l-10-b, .orange-strip.badge-position-l-10-b {
        position: absolute;
        bottom: 0;
        left: 15px;
    }

    .course-menu-price.badge-position-top, .orange-strip.badge-position-top {
        margin-bottom: -15px !important;
        position: relative;
        top: -46px;
        left: -20px;
    }

    .mobile-hidden {
        display: none;
    }

    .wifi-360-iframe iframe {
        height: 210px !important;
    }

    select {
        /* Here's the code we need */
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    .select-wrapper {
        position: relative;
    }

    .date-select:after {
        font-family: FontAwesome;
        content: '\f107';
        font-size: 1.75em;
        font-weight: bold;
        position: absolute;
        top: 5px;
        right: 20px;
        color: #009dd1;
        pointer-events: none;
    }

    .select-wrapper:after {
        font-family: FontAwesome;
        content: '\f107';
        font-size: 1.75em;
        font-weight: bold;
        position: absolute;
        top: 35px;
        right: 20px;
        color: #009dd1;
        pointer-events: none;
    }

    select::-ms-expand {
        display: none;
    }

    .sm_tabs {
        display: none;
        text-transform: capitalize;
        color: #009dd1 !important;
        font-family: 'Museo Sans-bold';
        text-align: left !important;
        border: none !important;
        border-bottom: 2px solid #e2e2e2 !important;
        border-radius: 0 !important;
        background-color: transparent !important;
    }

    .my-detail .form-control:focus {
        border: 1px solid #009dd1;
    }

    .banner-myaccount-withcard {
        background-size: auto 211px !important;
        background-position: top !important;
        height: 500px !important;
    }

        .banner-myaccount-withcard > .banner-card.banner-card-postion {
            top: 0;
            transform: translateY(0);
        }
}

@media (min-width: 950px) {
    /***** dropdown responsive *****/
    .responsivewrap {
        display: inline-flex !important;
    }
    /***** dropdown responsive *****/
    .text-lg-inherit {
        text-align: inherit !important;
    }

    .p-lg-40 {
        padding: 40px;
    }

    h4.font-lg-30 {
        font-size: 1.846em;
    }

        h4.font-lg-30 .fa-chevron-right {
            font-size: 1.375em;
        }

    .lg-mt-130 {
        margin-top: 130px;
    }

    .pl-60-lg {
        padding-left: 60px;
    }

    .mb-lg-60 {
        margin-bottom: 60px;
    }

    .mt-lg-120 {
        margin-top: 120px;
    }

    .mt-offset-lg-n90 {
        margin-top: -90px;
    }

    .leftsidefix .select-postion-left {
        left: 95px;
    }

    .leftsidefix {
        margin-left: -90px !important;
    }

        .leftsidefix .offset-banner {
            padding-left: 94px;
            padding-right: 54px;
        }

    .px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    select {
        /* Here's the code we need */
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    .select-wrapper {
        position: relative;
    }

    .date-select:after {
        font-family: FontAwesome;
        content: '\f107';
        font-size: 1.75em;
        font-weight: bold;
        position: absolute;
        top: 5px;
        right: 20px;
        color: #009dd1;
        pointer-events: none;
    }

    .select-wrapper:after {
        font-family: FontAwesome;
        content: '\f107';
        font-size: 1.75em;
        font-weight: bold;
        position: absolute;
        top: 35px;
        right: 20px;
        color: #009dd1;
        pointer-events: none;
    }

    .select-wrapper.select-arrow-adjust:after {
        top: 16px;
    }

    .flagstrap:after {
        font-family: FontAwesome;
        content: '\f107';
        font-size: 1.75em;
        font-weight: bold;
        position: absolute;
        top: 35px;
        right: 20px;
        color: #009dd1;
        pointer-events: none;
    }

    select::-ms-expand {
        display: none;
    }

    .my-detail .form-control:focus {
        border: 1px solid #009dd1;
    }

    .ticket-40-svg-icon_lg {
        background: url(../svg-icons/Ticket.svg) no-repeat 100%;
        background-position: center center;
        background-size: 40px;
        min-width: 20px;
    }

    .tel-number {
        color: #4c4c4c;
        cursor: none;
    }
}

/*the container must be positioned relative:*/
.custom-select-new {
    position: relative;
}

    .custom-select-new select {
        display: none;
        /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 15px;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        display: none;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #495057 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #495057 transparent;
        top: 7px;
    }

.select-selected {
    border: 1px solid #e2e2e2;
}

.select-items div {
    padding: 10px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #495057;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    user-select: none;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px -1px 14px 1px #d0cfcf;
    max-height: 200px;
    overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background: url(../svg-icons/tick.svg) no-repeat 94% center #e5f5fa;
    color: #000;
}

.country_flags ul {
    box-shadow: 0px -1px 14px 1px #d0cfcf;
    padding: 0;
}

.country_flags .dropdown-menu {
    border: none;
}

    .country_flags .dropdown-menu a {
        cursor: pointer;
        display: block;
        padding: .9rem 1rem;
        font-size: 0.9rem !important;
        font-weight: 700;
        border-bottom: 1px solid #e2e2e2;
    }

.country_flags ul li:first-child {
    display: none;
}

.aqua-span {
    background-color: #29a0a3;
    border-radius: 25px;
    color: #fff;
    padding: 3px 15px;
    font-family: 'Museo Sans-medium';
}

/* updates from Uttam system */
.season-tickets .orange-strip {
    margin-bottom: -15px !important;
    position: relative;
    top: -46px;
    left: 20px;
}

.season-tickets .overlay-section-content-res {
    margin-top: 190px !important;
}

.season-tickets .p-40 {
    padding: 20px 0 0 !important;
}

.banner-card.banner-card-res-show {
    display: block;
    top: 145px;
}

.banner-card.banner-card-white {
    background-color: #fff;
    width: auto;
}

    .banner-card.banner-card-white h4, .banner-card.banner-card-white p, .banner-card.banner-card-white h3 {
        color: #4c4c4c;
        font-weight: inherit;
    }

.slider-caption {
    background-color: #fff;
    bottom: 0;
    position: absolute;
    padding: 10px;
    width: 100%;
    color: #4C4C4C;
}

.pref-tab .nav-item a, .pref-tab .nav-item a.active, .pref-tab .nav-item a:hover {
    padding: 0 !important;
    border: none !important;
}

    .pref-tab .nav-item a .round-icon::before {
        font-family: FontAwesome;
        content: "\f10c";
        font-size: 1em;
        line-height: 24px;
        color: #d3d3d3;
    }

    .pref-tab .nav-item a.active .round-icon::before, .pref-tab .nav-item a:hover .round-icon::before {
        font-family: FontAwesome;
        content: "\f111";
        font-size: 1em;
        line-height: 24px;
        color: #009dd1;
    }

    .pref-tab .nav-item a:visited .round-icon::before {
        font-family: FontAwesome;
        content: "\f111";
        font-size: 1em;
        line-height: 24px;
        color: #009dd1;
    }

.lg-switch .radio-btn-switch {
    position: relative;
    display: inline-block;
    width: 73px;
    height: 38px;
}

.lg-switch .radio-btn-slider:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 2px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.lg-switch input:checked + .radio-btn-slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.lg-switch input[type="checkbox"]:not(:checked) + .radio-btn-slider {
    background-color: #ccc !important;
    border-top: 2px solid #ccc;
}

.desable {
    background-color: #d3d3d3 !important;
}

.cust-radio {
    padding-left: 0px !important;
}

.pref-cards {
    background-image: url("../images/pub-image1.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}

.mtn-50 {
    margin-top: -50px !important;
}

.pref-wrap-pos {
    top: -100px;
}

.bg-img-pos {
    top: 100px;
    min-height: 500px;
}

.pref-wrap {
    min-height: 500px;
    position: relative;
}

.pref-text-pos {
    position: absolute;
    top: 30%;
    left: 15%;
    right: 15%;
}

.pref-tab .nav-item {
    margin-right: 10px !important;
}

.my-detail {
    min-height: 950px;
}

.pref-tab .tab-content > .tab-pane {
    display: block;
    height: 0 !important;
    max-height: 0 !important;
    visibility: hidden;
}

.pref-tab .tab-content > .active {
    display: block;
    max-height: auto !important;
    height: auto !important;
    visibility: visible;
}

.custom-banner-pos {
    background-position: top !important;
}

.my-pre-conf-section {
    display: none;
}

.vert-line-gray-dashed.half-circle-ash::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #f4f3f4;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -11px;
    right: 215px;
}

.vert-line-gray-dashed.half-circle-ash::after {
    content: '';
    width: 30px;
    height: 30px;
    background: #f4f3f4;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    /* right: -20px; */
    /* top: -13px; */
    bottom: -11px;
    right: 215px;
}

.vert-line-gray-dashed {
    height: 2px;
    background-image: linear-gradient(to left, transparent 35%, #F0F0F0 10%);
    background-size: 20px 100%;
}

.zeroindex {
    z-index: 0 !important;
}

.lh-43 {
    line-height: 43px;
}

.cust-dropdown > .bootstrap-select > .btn, .cust-dropdown > .bootstrap-select > .btn:hover, .cust-dropdown > .bootstrap-select > .btn:focus {
    border-radius: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    background: transparent !important;
    border: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

.cust-dropdown .dropdown-menu {
    border: none;
    will-change: transform;
    background-color: white !important;
    border-radius: 0;
    width: 100%;
    z-index: 99;
    box-shadow: #d0cfcf 0px -1px 14px 1px !important;
    padding: 0;
}

.cust-dropdown .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .055em;
    vertical-align: .255em;
    border: none;
    font-family: FontAwesome;
    content: '\f078';
    font-size: 1.125em;
    font-weight: bold;
    top: 12px;
    position: absolute;
    color: #009dd1;
}

.cust-dropdown .bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
}

.cust-dropdown .bootstrap-select .dropdown-menu li {
    color: #495057;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .cust-dropdown .bootstrap-select .dropdown-menu li a:hover {
        background-color: #e5f5fa;
        background: url(../svg-icons/Tick.svg) no-repeat 94% center #e5f5fa;
        color: #495057;
    }

.cust-dropdown .dropdown-item.active, .cust-dropdown .dropdown-item:active {
    background-color: #e5f5fa;
    background: url(../svg-icons/Tick.svg) no-repeat 94% center #e5f5fa;
    color: #495057;
}

.cust-dropdown .bootstrap-select .dropdown-menu li a {
    padding: .23rem 1.5rem;
}

.validation-modal {
    border-radius: 15px;
    box-shadow: #d0cfcf 0px -1px 14px 1px;
    border: none;
    padding: 20px;
}

#DobYear-error {
    display: none !important;
}

.cust-dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 1.8em;
}

.cust-dropdown .bootstrap-select .dropdown-toggle .filter-option {
    height: 46px !important;
    padding: 10px;
    vertical-align: middle;
}

.cust-dropdown .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .055em;
    vertical-align: .255em;
    border: none;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 1.75em;
    font-weight: bold;
    top: 12px;
    position: absolute;
    color: #009dd1;
}

.cust-dropdown .dropdown-toggle.rotate-icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 30px;
    right: 10px;
}

.cust-dropdown .bootstrap-select {
    height: auto !important;
}

    .cust-dropdown .bootstrap-select.h-50 {
        height: 50px !important;
    }

.error-text::before {
    content: "\f06a";
    color: #d10000;
    font-family: "FontAwesome";
    font-size: .875em;
    line-height: 22px;
    padding-right: 5px;
}

.error-text a, .error-text a:hover, .error-text a:visited {
    color: #d10000;
    font-family: "Museo Sans";
    font-size: 1em;
    line-height: 16px;
    text-decoration: underline;
    padding-left: 5px;
}

@media (max-width: 949px) {
    .cust-dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        text-overflow: ellipsis;
        padding-right: 20px;
    }

    .collection-tag {
        margin-left: 0;
    }

    .cust-dropdown .bootstrap-select .dropdown-menu ul li a {
        text-overflow: ellipsis;
        padding-right: 33px;
        white-space: nowrap;
        overflow: hidden;
    }
}

.horn-svg-icon {
    height: 60px;
}

.cyan-list {
    padding-inline-start: 20px;
}

.custom-ht-banner {
    height: 413px !important;
}

.cyan-list li::before {
    content: "\2022";
    color: #009dd1;
    font-weight: bold;
    font-size: 1.2em;
    display: inline-block;
    width: 1em;
}

.tick-pos li {
    background-position: 0 5px !important;
}

.cyan-tick {
    background: #009dd1;
    color: #fff;
    font-size: .875em;
    padding: 10px;
    border-radius: 50%;
}

.ui-datepicker {
    height: 21em !important;
}

.nonclickable {
    pointer-events: none;
    cursor: default;
}

.cyan-circle li::before {
    content: "\25CB";
    color: #009dd1;
    font-weight: 900;
    display: inline-block;
    width: 1.5em;
    margin-left: 0em;
}

.car-insurance-card {
    background-image: url("../images/barsandrestaurants.jpg");
    height: 250px !important;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.otherlinks a {
    font-size: .875em;
    color: #4c4c4c;
    font-family: Museo sans-small;
    font-weight: 400;
}

.allterms {
    font-family: Museo sans-small;
}

    .allterms h1 {
        text-transform: none;
        line-height: 58px;
        font-family: museo sans-small;
    }

    .allterms p {
        font-size: .875em;
        font-family: Museo sans-300;
        font-weight: 300;
    }

    .allterms .condition {
        font-size: .875em;
    }

    .allterms ul li {
        font-size: .875em;
        font-family: Museo sans-300;
        font-weight: 300;
        list-style: none;
    }

    .allterms ol li {
        font-size: .875em;
        font-family: Museo sans-300;
        font-weight: 300;
    }

    .allterms table, .allterms tr, .allterms td {
        font-size: .875em;
        font-family: Museo sans-300;
        font-weight: 300;
        list-style: none;
    }

    .allterms ul li::before {
        content: "\2022";
        color: #009DD1;
        display: inline-block;
        width: 1.5em;
        margin-left: -1.5em;
    }

.letter-spacing-0 {
    letter-spacing: 0;
}

.left-cyan-bord {
    border-left: 5px solid #009dd1;
}

.museo-light-text {
    color: #4c4c4c;
    font-family: 'Museo Sans-small';
}

.cookie-popover {
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.vehicle-circle .radio-unselected-svg-icon {
    height: 60px;
}

.dropdown-italic-font {
    font-family: unset;
    color: #212529;
    font-style: italic !important;
}

.fa-chevron-right {
    background: transparent !important;
}

.counter-pos {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 99;
}

.slider-arrow-pos {
    position: absolute;
    top: 50%;
    z-index: 99;
}

.border-radius-15 {
    border-radius: 15px;
}

.terms-section a {
    letter-spacing: 0.3px;
    border-bottom: 2px solid #009dd1;
    font-family: "Museo Sans-Medium";
    color: #4c4c4c;
}

.inspire-filter li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 1.5rem !important;
}

    .inspire-filter li a {
        background-color: #fff;
        padding: 10px 12px;
        border-radius: 5px;
        color: #D3D3D3;
        font-size: .875em;
        line-height: 24px;
    }

        .inspire-filter li a.active {
            background-color: #fff;
            color: #4C4C4C;
            line-height: 24px;
            font-weight: 700;
        }

.date-cyan-bg {
    background-color: #007EA8;
    background-image: none;
    color: #fff;
}

.reset-btn span {
    color: #4c4c4c;
    font-weight: 600;
}

.reset-btn i {
    font-size: 1.75em;
}

.custom-gallery-img {
    background-position: unset !important;
    background-size: 100% !important;
}

.clickable {
    cursor: pointer;
}

/* Pagination styles*/
ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .simple-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .simple-pagination li {
        list-style: none;
        padding: 0 7px;
        margin: 0;
        float: left;
    }

span.ellipse.clickable {
    cursor: pointer;
}

.simple-pagination .page-link:focus {
    box-shadow: none;
}

.ellipse input {
    padding: 0 3px;
    width: 50px;
    color: #009dd1;
    font-weight: bold;
}

.pagination-wrap .simple-pagination .page-link {
    padding: 0 5px;
}

.simple-pagination .page-link:hover {
    color: #009dd1;
}

/*------------------------------------*\
  Light Theme Styles
\*------------------------------------*/
.light-theme span {
    cursor: pointer;
}

.light-theme a, .light-theme span {
    float: left;
    color: #009dd1;
    font-size: 1em;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    min-width: 14px;
    padding: 0 7px;
    margin: 0;
    border-radius: 0px;
    background: #fff;
    /* Old browsers */
}

    .light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
        text-decoration: none;
        background: #FCFCFC;
    }

.light-theme .current {
    background: #009dd1;
    color: #FFF;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.light-theme .current.prev, .light-theme .current.next {
    background: none;
}

@media (max-width: 480px) {
    .simple-pagination li {
        padding: 0 4px;
    }

    .ellipse input {
        width: 35px;
    }

    span.ellipse.clickable {
        padding: 0;
    }

    .pagination-wrap .simple-pagination .page-link {
        padding: 0 5px 0 0;
    }
}

.carvan-clock {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 2.126em;
}

    .carvan-clock > div {
        display: inline-block;
        border-radius: 4px;
    }

    .carvan-clock div > h3 {
        width: 80px;
        padding: 18px 19px;
        background: #fff;
        border-radius: 4px;
        display: inline-block;
        font-size: 1em;
    }

    .carvan-clock span {
        margin-top: 36px;
        display: inline-block;
        color: transparent;
        vertical-align: top;
        width: 8px;
        padding-top: 40px;
        border-top: 2px solid #000000;
        line-height: 0px;
    }

/* Pagination styles close*/
/* news details custom css starts here*/
.news-details-slider {
    border-left: 5px solid #009dd1;
    font-size: 1.25em;
    padding-left: 20px;
    float: left;
    width: 70%;
    line-height: 32px;
    font-weight: bold;
}

.news-details-quote {
    background: url(../images/apostrophe.jpg) no-repeat top right 100%;
    font-size: 1.25em;
    font-weight: bold;
    padding-left: 50px;
    width: 65%;
    float: left;
}

.pressRelease-wrap p {
    width: 100%;
    float: left;
}

/* news details custom css ends here*/
.country_flags .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

    .country_flags .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        margin-right: 10px;
    }

        .country_flags .select2-container--default .select2-selection--single .select2-selection__arrow span {
            /*background: url("../svg-icons/Chevron down.svg") no-repeat;*/
            background: url("../svg-icons/selectarrowdown.svg") no-repeat;
            display: block;
            /*margin-top: 10px;*/
            margin-top: 2px;
            margin-left: -10px;
        }

    .country_flags .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-weight: 600;
        /*font-weight: 700;*/
    }

.country_flags .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow span {
    /*background: url("../svg-icons/Chevron up.svg") no-repeat;*/
    background: url("../svg-icons/selectarrowdown.svg") no-repeat;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top: 18px;
}

.country_flags .select2-container .select2-selection--single {
    height: auto;
    padding: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 267px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: url(../svg-icons/tick.svg) no-repeat 94% center #e5f5fa;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: url(../svg-icons/tick.svg) no-repeat 94% center #e5f5fa;
    color: #4c4c4c;
}

.select2-dropdown {
    border: none;
    box-shadow: 0px -1px 14px 1px #d0cfcf;
}

    .select2-dropdown .select2-results__option {
        border-bottom: 1px solid #e2e2e2;
        padding: .9rem 1rem;
    }

        .select2-dropdown .select2-results__option .flag-text {
            font-weight: 700 !important;
            font-size: .875em;
        }

        .select2-dropdown .select2-results__option .flag-icon-squared {
            margin-right: 10px;
        }

.season-tickets  .season-ticket-peakday  .box  {
        width:  13px;
        height:  13px;
        background-color:   #1a81a3;
}

    /***** season tickets calender ******/
    .season-tickets  .season-ticket-peakday  .box  .peak-daysLabel  {
            display:  inline-block;
    }

/***** season tickets calender ******/
/*************************************Flag Icons - Select2 Starts***************************************/
.select2-container--default {
    width: 100% !important;
}

.flag-icon,
.flag-icon-background {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.flag-icon {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/flags.png) no-repeat;
    position: relative;
    display: inline-block;
    line-height: 1em;
    margin: 9px 0 0 10px !important;
}

    .flag-icon.flag-icon-ad {
        background-position: -16px 0;
    }

    .flag-icon.flag-icon-ae {
        background-position: -32px 0;
    }

    .flag-icon.flag-icon-af {
        background-position: -48px 0;
    }

    .flag-icon.flag-icon-ag {
        background-position: -64px 0;
    }

    .flag-icon.flag-icon-ai {
        background-position: -80px 0;
    }

    .flag-icon.flag-icon-al {
        background-position: -96px 0;
    }

    .flag-icon.flag-icon-am {
        background-position: -112px 0;
    }

    .flag-icon.flag-icon-an {
        background-position: -128px 0;
    }

    .flag-icon.flag-icon-ao {
        background-position: -144px 0;
    }

    .flag-icon.flag-icon-ar {
        background-position: -160px 0;
    }

    .flag-icon.flag-icon-as {
        background-position: -176px 0;
    }

    .flag-icon.flag-icon-at {
        background-position: -192px 0;
    }

    .flag-icon.flag-icon-au {
        background-position: -208px 0;
    }

    .flag-icon.flag-icon-aw {
        background-position: -224px 0;
    }

    .flag-icon.flag-icon-az {
        background-position: -240px 0;
    }

    .flag-icon.flag-icon-ba {
        background-position: 0 -11px;
    }

    .flag-icon.flag-icon-bb {
        background-position: -16px -11px;
    }

    .flag-icon.flag-icon-bd {
        background-position: -32px -11px;
    }

    .flag-icon.flag-icon-be {
        background-position: -48px -11px;
    }

    .flag-icon.flag-icon-bf {
        background-position: -64px -11px;
    }

    .flag-icon.flag-icon-bg {
        background-position: -80px -11px;
    }

    .flag-icon.flag-icon-bh {
        background-position: -96px -11px;
    }

    .flag-icon.flag-icon-bi {
        background-position: -112px -11px;
    }

    .flag-icon.flag-icon-bj {
        background-position: -128px -11px;
    }

    .flag-icon.flag-icon-bm {
        background-position: -144px -11px;
    }

    .flag-icon.flag-icon-bn {
        background-position: -160px -11px;
    }

    .flag-icon.flag-icon-bo {
        background-position: -176px -11px;
    }

    .flag-icon.flag-icon-br {
        background-position: -192px -11px;
    }

    .flag-icon.flag-icon-bs {
        background-position: -208px -11px;
    }

    .flag-icon.flag-icon-bt {
        background-position: -224px -11px;
    }

    .flag-icon.flag-icon-bv {
        background-position: -240px -11px;
    }

    .flag-icon.flag-icon-bw {
        background-position: 0 -22px;
    }

    .flag-icon.flag-icon-by {
        background-position: -16px -22px;
    }

    .flag-icon.flag-icon-bz {
        background-position: -32px -22px;
    }

    .flag-icon.flag-icon-ca {
        background-position: -48px -22px;
    }

    .flag-icon.flag-icon-catalonia {
        background-position: -64px -22px;
    }

    .flag-icon.flag-icon-cd {
        background-position: -80px -22px;
    }

    .flag-icon.flag-icon-cf {
        background-position: -96px -22px;
    }

    .flag-icon.flag-icon-cg {
        background-position: -112px -22px;
    }

    .flag-icon.flag-icon-ch {
        background-position: -128px -22px;
    }

    .flag-icon.flag-icon-ci {
        background-position: -144px -22px;
    }

    .flag-icon.flag-icon-ck {
        background-position: -160px -22px;
    }

    .flag-icon.flag-icon-cl {
        background-position: -176px -22px;
    }

    .flag-icon.flag-icon-cm {
        background-position: -192px -22px;
    }

    .flag-icon.flag-icon-cn {
        background-position: -208px -22px;
    }

    .flag-icon.flag-icon-co {
        background-position: -224px -22px;
    }

    .flag-icon.flag-icon-cr {
        background-position: -240px -22px;
    }

    .flag-icon.flag-icon-cu {
        background-position: 0 -33px;
    }

    .flag-icon.flag-icon-cv {
        background-position: -16px -33px;
    }

    .flag-icon.flag-icon-cw {
        background-position: -32px -33px;
    }

    .flag-icon.flag-icon-cy {
        background-position: -48px -33px;
    }

    .flag-icon.flag-icon-cz {
        background-position: -64px -33px;
    }

    .flag-icon.flag-icon-de {
        background-position: -80px -33px;
    }

    .flag-icon.flag-icon-dj {
        background-position: -96px -33px;
    }

    .flag-icon.flag-icon-dk {
        background-position: -112px -33px;
    }

    .flag-icon.flag-icon-dm {
        background-position: -128px -33px;
    }

    .flag-icon.flag-icon-do {
        background-position: -144px -33px;
    }

    .flag-icon.flag-icon-dz {
        background-position: -160px -33px;
    }

    .flag-icon.flag-icon-ec {
        background-position: -176px -33px;
    }

    .flag-icon.flag-icon-ee {
        background-position: -192px -33px;
    }

    .flag-icon.flag-icon-eg {
        background-position: -208px -33px;
    }

    .flag-icon.flag-icon-eh {
        background-position: -224px -33px;
    }

    .flag-icon.flag-icon-england {
        background-position: -240px -33px;
    }

    .flag-icon.flag-icon-er {
        background-position: 0 -44px;
    }

    .flag-icon.flag-icon-es {
        background-position: -16px -44px;
    }

    .flag-icon.flag-icon-et {
        background-position: -32px -44px;
    }

    .flag-icon.flag-icon-eu {
        background-position: -48px -44px;
    }

    .flag-icon.flag-icon-fi {
        background-position: -64px -44px;
    }

    .flag-icon.flag-icon-fj {
        background-position: -80px -44px;
    }

    .flag-icon.flag-icon-fk {
        background-position: -96px -44px;
    }

    .flag-icon.flag-icon-fm {
        background-position: -112px -44px;
    }

    .flag-icon.flag-icon-fo {
        background-position: -128px -44px;
    }

    .flag-icon.flag-icon-fr {
        background-position: -144px -44px;
    }

    .flag-icon.flag-icon-ga {
        background-position: -160px -44px;
    }

    .flag-icon.flag-icon-gb {
        background-position: -176px -44px;
    }

    .flag-icon.flag-icon-gd {
        background-position: -192px -44px;
    }

    .flag-icon.flag-icon-ge {
        background-position: -208px -44px;
    }

    .flag-icon.flag-icon-gf {
        background-position: -224px -44px;
    }

    .flag-icon.flag-icon-gg {
        background-position: -240px -44px;
    }

    .flag-icon.flag-icon-gh {
        background-position: 0 -55px;
    }

    .flag-icon.flag-icon-gi {
        background-position: -16px -55px;
    }

    .flag-icon.flag-icon-gl {
        background-position: -32px -55px;
    }

    .flag-icon.flag-icon-gm {
        background-position: -48px -55px;
    }

    .flag-icon.flag-icon-gn {
        background-position: -64px -55px;
    }

    .flag-icon.flag-icon-gp {
        background-position: -80px -55px;
    }

    .flag-icon.flag-icon-gq {
        background-position: -96px -55px;
    }

    .flag-icon.flag-icon-gr {
        background-position: -112px -55px;
    }

    .flag-icon.flag-icon-gs {
        background-position: -128px -55px;
    }

    .flag-icon.flag-icon-gt {
        background-position: -144px -55px;
    }

    .flag-icon.flag-icon-gu {
        background-position: -160px -55px;
    }

    .flag-icon.flag-icon-gw {
        background-position: -176px -55px;
    }

    .flag-icon.flag-icon-gy {
        background-position: -192px -55px;
    }

    .flag-icon.flag-icon-hk {
        background-position: -208px -55px;
    }

    .flag-icon.flag-icon-hm {
        background-position: -224px -55px;
    }

    .flag-icon.flag-icon-hn {
        background-position: -240px -55px;
    }

    .flag-icon.flag-icon-hr {
        background-position: 0 -66px;
    }

    .flag-icon.flag-icon-ht {
        background-position: -16px -66px;
    }

    .flag-icon.flag-icon-hu {
        background-position: -32px -66px;
    }

    .flag-icon.flag-icon-ic {
        background-position: -48px -66px;
    }

    .flag-icon.flag-icon-id {
        background-position: -64px -66px;
    }

    .flag-icon.flag-icon-ie {
        background-position: -80px -66px;
    }

    .flag-icon.flag-icon-il {
        background-position: -96px -66px;
    }

    .flag-icon.flag-icon-im {
        background-position: -112px -66px;
    }

    .flag-icon.flag-icon-in {
        background-position: -128px -66px;
    }

    .flag-icon.flag-icon-io {
        background-position: -144px -66px;
    }

    .flag-icon.flag-icon-iq {
        background-position: -160px -66px;
    }

    .flag-icon.flag-icon-ir {
        background-position: -176px -66px;
    }

    .flag-icon.flag-icon-is {
        background-position: -192px -66px;
    }

    .flag-icon.flag-icon-it {
        background-position: -208px -66px;
    }

    .flag-icon.flag-icon-je {
        background-position: -224px -66px;
    }

    .flag-icon.flag-icon-jm {
        background-position: -240px -66px;
    }

    .flag-icon.flag-icon-jo {
        background-position: 0 -77px;
    }

    .flag-icon.flag-icon-jp {
        background-position: -16px -77px;
    }

    .flag-icon.flag-icon-ke {
        background-position: -32px -77px;
    }

    .flag-icon.flag-icon-kg {
        background-position: -48px -77px;
    }

    .flag-icon.flag-icon-kh {
        background-position: -64px -77px;
    }

    .flag-icon.flag-icon-ki {
        background-position: -80px -77px;
    }

    .flag-icon.flag-icon-km {
        background-position: -96px -77px;
    }

    .flag-icon.flag-icon-kn {
        background-position: -112px -77px;
    }

    .flag-icon.flag-icon-kp {
        background-position: -128px -77px;
    }

    .flag-icon.flag-icon-kr {
        background-position: -144px -77px;
    }

    .flag-icon.flag-icon-kurdistan {
        background-position: -160px -77px;
    }

    .flag-icon.flag-icon-kw {
        background-position: -176px -77px;
    }

    .flag-icon.flag-icon-ky {
        background-position: -192px -77px;
    }

    .flag-icon.flag-icon-kz {
        background-position: -208px -77px;
    }

    .flag-icon.flag-icon-la {
        background-position: -224px -77px;
    }

    .flag-icon.flag-icon-lb {
        background-position: -240px -77px;
    }

    .flag-icon.flag-icon-lc {
        background-position: 0 -88px;
    }

    .flag-icon.flag-icon-li {
        background-position: -16px -88px;
    }

    .flag-icon.flag-icon-lk {
        background-position: -32px -88px;
    }

    .flag-icon.flag-icon-lr {
        background-position: -48px -88px;
    }

    .flag-icon.flag-icon-ls {
        background-position: -64px -88px;
    }

    .flag-icon.flag-icon-lt {
        background-position: -80px -88px;
    }

    .flag-icon.flag-icon-lu {
        background-position: -96px -88px;
    }

    .flag-icon.flag-icon-lv {
        background-position: -112px -88px;
    }

    .flag-icon.flag-icon-ly {
        background-position: -128px -88px;
    }

    .flag-icon.flag-icon-ma {
        background-position: -144px -88px;
    }

    .flag-icon.flag-icon-mc {
        background-position: -160px -88px;
    }

    .flag-icon.flag-icon-md {
        background-position: -176px -88px;
    }

    .flag-icon.flag-icon-me {
        background-position: -192px -88px;
    }

    .flag-icon.flag-icon-mg {
        background-position: -208px -88px;
    }

    .flag-icon.flag-icon-mh {
        background-position: -224px -88px;
    }

    .flag-icon.flag-icon-mk {
        background-position: -240px -88px;
    }

    .flag-icon.flag-icon-ml {
        background-position: 0 -99px;
    }

    .flag-icon.flag-icon-mm {
        background-position: -16px -99px;
    }

    .flag-icon.flag-icon-mn {
        background-position: -32px -99px;
    }

    .flag-icon.flag-icon-mo {
        background-position: -48px -99px;
    }

    .flag-icon.flag-icon-mp {
        background-position: -64px -99px;
    }

    .flag-icon.flag-icon-mq {
        background-position: -80px -99px;
    }

    .flag-icon.flag-icon-mr {
        background-position: -96px -99px;
    }

    .flag-icon.flag-icon-ms {
        background-position: -112px -99px;
    }

    .flag-icon.flag-icon-mt {
        background-position: -128px -99px;
    }

    .flag-icon.flag-icon-mu {
        background-position: -144px -99px;
    }

    .flag-icon.flag-icon-mv {
        background-position: -160px -99px;
    }

    .flag-icon.flag-icon-mw {
        background-position: -176px -99px;
    }

    .flag-icon.flag-icon-mx {
        background-position: -192px -99px;
    }

    .flag-icon.flag-icon-my {
        background-position: -208px -99px;
    }

    .flag-icon.flag-icon-mz {
        background-position: -224px -99px;
    }

    .flag-icon.flag-icon-na {
        background-position: -240px -99px;
    }

    .flag-icon.flag-icon-nc {
        background-position: 0 -110px;
    }

    .flag-icon.flag-icon-ne {
        background-position: -16px -110px;
    }

    .flag-icon.flag-icon-nf {
        background-position: -32px -110px;
    }

    .flag-icon.flag-icon-ng {
        background-position: -48px -110px;
    }

    .flag-icon.flag-icon-ni {
        background-position: -64px -110px;
    }

    .flag-icon.flag-icon-nl {
        background-position: -80px -110px;
    }

    .flag-icon.flag-icon-no {
        background-position: -96px -110px;
    }

    .flag-icon.flag-icon-np {
        background-position: -112px -110px;
    }

    .flag-icon.flag-icon-nr {
        background-position: -128px -110px;
    }

    .flag-icon.flag-icon-nu {
        background-position: -144px -110px;
    }

    .flag-icon.flag-icon-nz {
        background-position: -160px -110px;
    }

    .flag-icon.flag-icon-om {
        background-position: -176px -110px;
    }

    .flag-icon.flag-icon-pa {
        background-position: -192px -110px;
    }

    .flag-icon.flag-icon-pe {
        background-position: -208px -110px;
    }

    .flag-icon.flag-icon-pf {
        background-position: -224px -110px;
    }

    .flag-icon.flag-icon-pg {
        background-position: -240px -110px;
    }

    .flag-icon.flag-icon-ph {
        background-position: 0 -121px;
    }

    .flag-icon.flag-icon-pk {
        background-position: -16px -121px;
    }

    .flag-icon.flag-icon-pl {
        background-position: -32px -121px;
    }

    .flag-icon.flag-icon-pm {
        background-position: -48px -121px;
    }

    .flag-icon.flag-icon-pn {
        background-position: -64px -121px;
    }

    .flag-icon.flag-icon-pr {
        background-position: -80px -121px;
    }

    .flag-icon.flag-icon-ps {
        background-position: -96px -121px;
    }

    .flag-icon.flag-icon-pt {
        background-position: -112px -121px;
    }

    .flag-icon.flag-icon-pw {
        background-position: -128px -121px;
    }

    .flag-icon.flag-icon-py {
        background-position: -144px -121px;
    }

    .flag-icon.flag-icon-qa {
        background-position: -160px -121px;
    }

    .flag-icon.flag-icon-re {
        background-position: -176px -121px;
    }

    .flag-icon.flag-icon-ro {
        background-position: -192px -121px;
    }

    .flag-icon.flag-icon-rs {
        background-position: -208px -121px;
    }

    .flag-icon.flag-icon-ru {
        background-position: -224px -121px;
    }

    .flag-icon.flag-icon-rw {
        background-position: -240px -121px;
    }

    .flag-icon.flag-icon-sa {
        background-position: 0 -132px;
    }

    .flag-icon.flag-icon-sb {
        background-position: -16px -132px;
    }

    .flag-icon.flag-icon-sc {
        background-position: -32px -132px;
    }

    .flag-icon.flag-icon-scotland {
        background-position: -48px -132px;
    }

    .flag-icon.flag-icon-sd {
        background-position: -64px -132px;
    }

    .flag-icon.flag-icon-se {
        background-position: -80px -132px;
    }

    .flag-icon.flag-icon-sg {
        background-position: -96px -132px;
    }

    .flag-icon.flag-icon-sh {
        background-position: -112px -132px;
    }

    .flag-icon.flag-icon-si {
        background-position: -128px -132px;
    }

    .flag-icon.flag-icon-sk {
        background-position: -144px -132px;
    }

    .flag-icon.flag-icon-sl {
        background-position: -160px -132px;
    }

    .flag-icon.flag-icon-sm {
        background-position: -176px -132px;
    }

    .flag-icon.flag-icon-sn {
        background-position: -192px -132px;
    }

    .flag-icon.flag-icon-so {
        background-position: -208px -132px;
    }

    .flag-icon.flag-icon-somaliland {
        background-position: -224px -132px;
    }

    .flag-icon.flag-icon-sr {
        background-position: -240px -132px;
    }

    .flag-icon.flag-icon-ss {
        background-position: 0 -143px;
    }

    .flag-icon.flag-icon-st {
        background-position: -16px -143px;
    }

    .flag-icon.flag-icon-sv {
        background-position: -32px -143px;
    }

    .flag-icon.flag-icon-sx {
        background-position: -48px -143px;
    }

    .flag-icon.flag-icon-sy {
        background-position: -64px -143px;
    }

    .flag-icon.flag-icon-sz {
        background-position: -80px -143px;
    }

    .flag-icon.flag-icon-tc {
        background-position: -96px -143px;
    }

    .flag-icon.flag-icon-td {
        background-position: -112px -143px;
    }

    .flag-icon.flag-icon-tf {
        background-position: -128px -143px;
    }

    .flag-icon.flag-icon-tg {
        background-position: -144px -143px;
    }

    .flag-icon.flag-icon-th {
        background-position: -160px -143px;
    }

    .flag-icon.flag-icon-tj {
        background-position: -176px -143px;
    }

    .flag-icon.flag-icon-tk {
        background-position: -192px -143px;
    }

    .flag-icon.flag-icon-tl {
        background-position: -208px -143px;
    }

    .flag-icon.flag-icon-tm {
        background-position: -224px -143px;
    }

    .flag-icon.flag-icon-tn {
        background-position: -240px -143px;
    }

    .flag-icon.flag-icon-to {
        background-position: 0 -154px;
    }

    .flag-icon.flag-icon-tr {
        background-position: -16px -154px;
    }

    .flag-icon.flag-icon-tt {
        background-position: -32px -154px;
    }

    .flag-icon.flag-icon-tv {
        background-position: -48px -154px;
    }

    .flag-icon.flag-icon-tw {
        background-position: -64px -154px;
    }

    .flag-icon.flag-icon-tz {
        background-position: -80px -154px;
    }

    .flag-icon.flag-icon-ua {
        background-position: -96px -154px;
    }

    .flag-icon.flag-icon-ug {
        background-position: -112px -154px;
    }

    .flag-icon.flag-icon-um {
        background-position: -128px -154px;
    }

    .flag-icon.flag-icon-us {
        background-position: -144px -154px;
    }

    .flag-icon.flag-icon-uy {
        background-position: -160px -154px;
    }

    .flag-icon.flag-icon-uz {
        background-position: -176px -154px;
    }

    .flag-icon.flag-icon-va {
        background-position: -192px -154px;
    }

    .flag-icon.flag-icon-vc {
        background-position: -208px -154px;
    }

    .flag-icon.flag-icon-ve {
        background-position: -224px -154px;
    }

    .flag-icon.flag-icon-vg {
        background-position: -240px -154px;
    }

    .flag-icon.flag-icon-vi {
        background-position: 0 -165px;
    }

    .flag-icon.flag-icon-vn {
        background-position: -16px -165px;
    }

    .flag-icon.flag-icon-vu {
        background-position: -32px -165px;
    }

    .flag-icon.flag-icon-wales {
        background-position: -48px -165px;
    }

    .flag-icon.flag-icon-wf {
        background-position: -64px -165px;
    }

    .flag-icon.flag-icon-ws {
        background-position: -80px -165px;
    }

    .flag-icon.flag-icon-ye {
        background-position: -96px -165px;
    }

    .flag-icon.flag-icon-yt {
        background-position: -112px -165px;
    }

    .flag-icon.flag-icon-za {
        background-position: -128px -165px;
    }

    .flag-icon.flag-icon-zanzibar {
        background-position: -144px -165px;
    }

    .flag-icon.flag-icon-zm {
        background-position: -160px -165px;
    }

    .flag-icon.flag-icon-zw {
        background-position: -176px -165px;
    }

/*************************************Flag Icons - Select2 Ends*****************************************/
.vehicle-svg-icon {
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    min-width: 50px;
}

/***** RTE CSS Updates Starts ******/
.rte_list_disc ul {
    list-style-type: disc;
}

.rte-pt-4 p {
    padding-top: 1.5rem !important;
}

.rte-p-mb-0 p, .rte-p-mb-0 h6 {
    margin-bottom: 0px;
}

.rte-mb-4 h5, .rte-mb-4 p {
    margin-bottom: 1.5rem !important;
}

.rte-banner-text h2, .rte-banner-text p {
    color: #fff;
}

.rte-banner-text p {
    font-size: .875em;
}

.rte-banner-text span {
    font-family: "Museo Sans-medium";
}

.rte-banner-text p > span {
    font-size: .75em;
}

.rte-text-center p {
    text-align: center;
}

.rte-text-anchor a {
    color: #4c4c4c;
    font-weight: bold;
    border-bottom: 2px solid #009dd1;
    padding-bottom: 2px;
    font-family: "Museo Sans-medium";
}

    .rte-text-anchor a:hover {
        color: #4c4c4c;
        font-weight: bold;
        border-bottom: 2px solid #009dd1;
        font-family: "Museo Sans-medium";
    }

.rte-text-justify p {
    text-align: justify;
}

.rte-contact-page p {
    text-align: justify;
    font-family: "Museo Sans-300";
}

.rte-contact-page a {
    color: #4c4c4c;
    font-weight: bold;
    border-bottom: 2px solid #009dd1;
    padding-bottom: 2px;
    font-family: "Museo Sans-medium";
}

    .rte-contact-page a:hover {
        color: #4c4c4c;
        font-weight: bold;
        border-bottom: 2px solid #009dd1;
        font-family: "Museo Sans-medium";
    }

.rte-contact-page span {
    font-family: "Museo Sans-medium";
}

.rte-p-14 p {
    font-size: .875em;
}

.rte-mb-4 h5, .rte-mb-4 p, .rte-mb-4 h2 {
    margin-bottom: 1.5rem !important;
}

.rte-offer-card h4 {
    margin-bottom: 0;
    text-align: center;
}

.rte-offer-card h6 {
    margin-bottom: 1rem !important;
    text-align: center;
}

.rte-offer-desc span {
    color: #009dd1 !important;
    padding-bottom: 1.5rem !important;
    font-family: 'Museo Sans-bold' !important;
}

.rte-valid-section h4 {
    text-align: center;
    padding-bottom: 0.5rem !important;
}

.rte-valid-section p {
    margin-bottom: 1.5rem !important;
    text-align: center;
}

@media (min-width: 950px) {
    .rte-mt-lg-4 h5, .rte-mt-lg-4 p {
        margin-top: 1.5rem !important;
    }

    a:focus {
        outline: 1px solid rgba(0, 123, 255, 0.25) !important;
    }
}

/*************************************RTE Changes Ends*****************************************/
.text-capitalise {
    text-transform: capitalize;
}

/*** style for pre loader overlay ***/
.overlayLoader {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
}

/*** style for pre loader overlay ***/
div.divLoad {
    display: none;
    /*display: inline-block;*/
}

    div.divLoad.display {
        display: inline-block;
    }

#loadMore {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.notification-a-dark a {
    color: #4c4c4c !important;
}

.currency-symbol {
    display: inline-block;
    float: left;
}

.ml-2x {
    margin-left: 2 rem !important;
}

.ml-30 {
    margin-left: 30px;
}

/************ Style to prevent number input spinners in firefox ***************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/************ Style to prevent number input spinners in firefox ***************/
.newsletter button.dropdown-toggle[aria-expanded='true']:after {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #009dd1;
    top: 35px;
    right: 10px;
}

.generic-table table, .generic-table th, .generic-table td {
    border: 1px solid black;
    border-collapse: collapse;
}

.flex-box {
    display: block;
    height: 100%;
}

.customh1 {
    line-height: 66px;
    text-align: left;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    display: block;
    font-family: 'Museo Sans-bold';
    word-break: break-word;
}

.customh5 {
    font-size: 1.125em;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    display: block;
    font-family: 'Museo Sans-medium';
}

.customh6 {
    font-size: .875em;
    line-height: 22px;
    text-align: start;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    display: block;
    font-family: 'Museo Sans-medium';
}

.customh2 {
    line-height: 44px;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 1.126em;
    display: block;
    font-family: 'Museo Sans-medium';
}

.customh4 {
    line-height: 30px;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
    display: block;
    font-family: 'Museo Sans-medium';
}

.customh4-inline {
    line-height: 30px;
    text-align: left;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
    font-family: 'Museo Sans-medium';
}

.text-nocase {
    text-transform: none;
}

.right-22 {
    right: -22px;
}

.right-10 {
    right: 10px;
}

.mr-10 {
    margin-right: -10px;
}

.pt-45 {
    padding-top: 4.5rem;
}

.right-5 {
    right: 5px;
}

div.divLoad {
    display: none;
}

    div.divLoad.display {
        display: block;
    }

.loadMore {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.img-80 {
    height: 80px;
    width: 80px;
}

.img-60 {
    height: 60px;
    width: 60px;
}

.lh-1.8 {
    line-height: 1.8rem;
}

.datepicker table tbody tr td.disabled {
    border: none;
    background: #E5F5FA;
    font-weight: normal;
    color: #4C4C4C;
    cursor: default !important;
    pointer-events: none;
    opacity: .35;
}

.radio label input[type="radio"] {
    height: 0px;
    display: block !important;
}

    .radio label input[type="radio"]:focus {
        outline: auto !important;
    }

/* sitemap css */
.sitemaplinks a {
    padding: 5px 0;
    display: block;
}

.sitemaplinks ul {
    padding-left: 18px;
    margin-bottom: 5px;
}

/* End- sitemap css*/
/* Accessibility css - Shravan */
a.skip-main {
    left: 0px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #964b98;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        overflow: auto;
        margin: 10px 0;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
        font-family: 'Museo Sans-light';
        font-size: 0.9em;
        z-index: 999;
    }

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

input:focus {
    outline: 1px solid #009dd1 !important;
}

select:focus {
    outline: 1px solid #009dd1 !important;
}

.focus-highlight:focus {
    outline: 1px solid #009dd1 !important;
}

.radio-focus input:focus span {
    border: 2px solid red !important;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #009dd1;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .mr0:before {
    margin-right: 0 !important;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rebeccapurple;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #009dd1;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #009dd1;
    /* focus style */
}

.font-size {
    font-size: .8rem;
    display: inline;
    float: right;
    line-height: 23px;
}

.update_fontsize {
    float: right;
    margin: 0;
    padding: 0;
}

    .update_fontsize li {
        display: list-item;
        float: left;
        list-style: none;
    }

        .update_fontsize li button {
            border: none;
            background: transparent;
            font-family: 'Museo Sans-medium';
        }

.fontsize-small {
    font-size: .7em;
}

.fontsize-big {
    font-size: 1rem;
}

.fontsize-reset {
    font-size: .875em;
}

.range-slider .slider-handle:focus {
    box-shadow: inset 0px 0px 0px 2px #009dd1;
}

@media (max-width: 949px) {
    #ui-datepicker-div.ui-datepicker {
        width: 16em !important;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .7em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker {
        height: 18.5em !important;
    }
}

input[type="checkbox"]:focus + .checkmark-disableBdr {
    outline: 1px solid #009dd1;
}

.slider-focus:focus {
    box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.js-route-reverse:focus .route-reverse {
    outline:  1px solid  #009dd1   !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.ship_icons {
    height: 40px !important;
    width: 40px !important;
}

.font-30 {
    font-size: 1.87em;
}

.btn-cyan-bg a {
    color: #fff !important;
}

.text-break {
    overflow-wrap:  break-word;
}

.font-215em {
    font-size: 2.15em;
}

.country_flags .select2-container .select2-selection--single:focus {
    outline: 1px solid #009dd1;
}

.bg-40 {
    background-size: 40px;
    height: 40px;
}

a.nonfocus {
    outline: none !important;
}

@media (max-width: 375px) {
    .xsfont-2em {
        font-size: 2em;
    }

    .xsfont-1em {
        font-size: 1em;
    }

    .xspr-0 {
        padding-right: 0 !important;
    }

    .xs-w-40 {
        width: 40% !important;
    }

    .xs-dest-table .xsmr-2 {
        margin-right: 0.5rem !important;
    }

    .xs-dest-table .xs-px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .xsfont-09em {
        font-size: 0.9em !important;
    }

    .res-main-menu li {
        font-size: 0.75em !important;
    }
}

.vehicle-circle img {
    height: 35px;
    margin-top: 12px;
}

.ml-auto {
    margin-left: auto;
}

.close-btn {
    position: absolute;
    top: -15%;
    right: 0;
    font-size: 2.2em;
    line-height: 2.3em;
    opacity: 1;
}

.modal-header {
    border-radius: 0;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.modal-content {
    border: none;
}

.js-route-reverse:focus .route-reverse {
    outline: 1px solid #009dd1 !important;
}

.js-route-reverse:focus {
    outline: none !important;
    border: none;
}

.route-reverse {
    z-index: 1;
}

/********** Css for scroll bar starts here *******/
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e5f5fa;
    border-radius: 8px;
    background: #e5f5fa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #67d5f7;
    border-radius: 8px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #009dd1;
    }

.popup-scroll {
    max-height: 250px;
    overflow-y: scroll;
}

/********** Css for scroll bar ends here *******/
body.disableOutline *:focus {
    outline: none !important;
}

/*** New checkbox style starts here ***/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            border: 2px solid #009dd1;
        }

    .styled-checkbox:hover + label:before {
        background: #fff;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 1px #009dd1;
        border: 2px solid #009dd1;
    }

    .styled-checkbox:checked + label:before {
        background: #fff;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 8px;
        background: #009dd1;
        width: 3px;
        height: 3px;
        box-shadow: 2px 0 0 #009dd1, 4px 0 0 #009dd1, 4px -2px 0 #009dd1, 4px -4px 0 #009dd1, 4px -6px 0 #009dd1, 4px -8px 0 #009dd1;
        transform: rotate(45deg);
    }

/*** Style for new checkbox ends here ***/
/*
    This file was auto-generated by InVision DSM from the P&O Guidelines design library. 
    To keep style values in sync across teams, changes to this file should be made directly from DSM.

*/
/*
    Colors:
*/
/* Core palette */
/* Other Colors */
/* Secondary palette */
/*
    Font Styles:
*/
/* Large / Body / Centered / Dark font style */
/* Large / Body / Left / Dark font style */
/* Large / Body / Left / White font style */
/* Large / H1 LARGE font style */
/* Large / H1 LARGE / CENTRED / DARK font style */
/* Large / H1 Large / Left / Dark font style */
/* Large / H1 Small font style */
/* Large / H1 Small / Centre / Dark font style */
/* Large / H2 font style */
/* Large / H2 / Centered / Dark font style */
/* Large / H2 / Centered / White font style */
/* Large / H2 / Left / Dark font style */
/* Large / H2 / Left / Dark font style */
/* Large / H2 / Left / White font style */
/* Large / H2 / Left / White font style */
/* Large / H2 / Right / Dark font style */
/* Large / H3 / Centered / Dark font style */
/* Large / H3 / Left / Dark font style */
/* Large / H3 / Left / White font style */
/* Large / H4 font style */
/* Large / H4 / Centered / Dark font style */
/* Large / H4 / Centered / White font style */
/* Large / H4 / Centrered / Dark font style */
/* Large / H4 / Left / Dark font style */
/* Large / H4 / White / Dark font style */
/* Large / H5 font style */
/* Large / H5 / Centered / Dark font style */
/* Large / H5 / Left / Cyan font style */
/* Large / H5 / Left / Dark font style */
/* Large / H5 / Left / White font style */
/* Large / H5 / Left / White font style */
/* Large / H5 / Right / Dark font style */
/* Large / H5 / Right / White font style */
/* Large / Standfirst font style */
/* Medium / Body font style */
/* Medium / Body / Centered / Dark font style */
/* Medium / H1 LARGE font style */
/* Medium / H1 small font style */
/* Medium / H2 font style */
/* Medium / H3 font style */
/* Medium / H3 font style */
/* Medium / H4 / Left / Dark font style */
/* Medium / H5 / Left / Dark font style */
/* Medium / standfirst font style */
/* Misc / Caption / Centered / Dark font style */
/* Misc / Caption / Left / Cyan font style */
/* Misc / Caption / Left / Dark font style */
/* Misc / Caption / Left / White font style */
/* Misc / Caption / Right / Dark font style */
/* Misc / Label / Centered / Cyan font style */
/* Misc / Label / Centered / Teal font style */
/* Misc / Label / Centered / White font style */
/* Misc / Label / Cyan font style */
/* Misc / Label / Left / Cyan font style */
/* Misc / Label / Left / Dark font style */
/* Misc / Label / Left / Dark / Bold font style */
/* Misc / Label / Left / Teal font style */
/* Misc / Label / Left / White font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Left / Dark font style */
/* Misc / link / Centered / Dark font style */
/* Misc / link / Left / Dark font style */
/* Misc / link / Right / Dark font style */
/* Small / Body / Centered / Dark font style */
/* Small / Body / Left / Dark font style */
/* Small / Body / Left / White font style */
/* Small / H1 Large font style */
/* Small / H1 Large / Left / Centered font style */
/* Small / H1 Large / Left / Dark font style */
/* Small / H1 small / Left / Centered font style */
/* Small / H1 small / Left / Dark font style */
/* Small / H2 / Centered / Dark font style */
/* Small / H2 / Left / Dark font style */
/* Small / H2 / Left / White font style */
/* Small / H3 / Centered / Dark font style */
/* Small / H3 / Left / Dark font style */
/* Small / H4 / Centered / Dark font style */
/* Small / H4 / Left / Dark font style */
/* Small / H5 / Centered / Dark font style */
/* Small / H5 / Left / Cyan font style */
/* Small / H5 / Left / Dark font style */
/* Small / H5 / Left / White font style */
/* Small / Standfirst font style */
.balc-anc:hover {
    box-shadow: none;
    background-color: #009dd1;
    color: #fff;
}

a {
    color: #009dd1;
}

.text-inherit {
    text-transform: inherit;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.datepicker table tr td {
    padding: 10px 12px;
}

.datepicker .switch {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
    padding-bottom: 40px;
}

.datepicker table tr td.day:hover {
    background: #009dd1;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
    background: inherit;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active {
    background-color: #fff;
    color: #000;
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    border-radius: 50px;
}

@media (min-width: 0px) {
    .d-lg-inline-block-always {
        display: inline-block !important;
    }
}

@media (min-width: 950px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
    .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11,
    .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl,
    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
    .col-xl-9, .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-lg-po {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-po-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-po-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-po-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-po-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-po-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-po-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-po-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-po-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-po-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-po-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-po-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-po-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-po-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 0.7rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 0.7rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

.btn {
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4c4c4c;
    letter-spacing: -0.18px;
    font-style: normal;
    font-weight: 300;
    font-family: Museo Sans;
    font-family: 'Museo Sans-medium';
    min-width: 200px;
    max-width: 343px;
}

/*.btn:hover{
  background-color: $color-dark-cyan;
}*/
.btn-cyan {
    color: #009dd1 !important;
    /*background-color: $white;
}
.btn-cyan:hover, .btn-cyan:focus{
  color: $color-dark-cyan;
  background-color: $white;
}
.btn-inactive {
  color: $color-light-grey;*/
    background-color: #fff;
}

.btn-inactive-gray-bg {
    background-color: #d3d3d3;
    color: #fff;
}

.btn-disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    color: #fff;
}

.btn-cyan-bg {
    background-color: #009dd1;
    color: #fff;
}

    .btn-cyan-bg:hover {
        color: #fff;
        background-color: #1a81a3;
    }

.dropdown-toggle.content-none:after {
    display: none;
}

.ticket-dropdown-ellipsis {
    border: 0;
    padding: 10px 80px 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 6px 22px 0 rgba(0, 0, 0, 0.1);
}

    .ticket-dropdown-ellipsis .dropdown-item {
        padding: 0;
    }

        .ticket-dropdown-ellipsis .dropdown-item:active, .ticket-dropdown-ellipsis .dropdown-item:hover {
            color: #000;
            background-color: #fff;
        }

.btn-100 {
    width: 100%;
}

.btn-min-0 {
    min-width: 0;
}

.btn-min-w-150 {
    min-width: 150px;
}

.min-w-auto {
    min-width: auto;
}

.min-w-100 {
    min-width: 100%;
}

.min-h-auto {
    min-height: auto;
}

.max-w-inherit {
    max-width: inherit !important;
}

@media (max-width: 949px) {
    .btn.min-245 {
        min-width: 245px;
    }

    .ticket-dropdown-ellipsis.show {
        right: -10px !important;
        left: inherit !important;
        top: -35px !important;
        transform: translate3d(0px, 36px, 0px) !important;
    }
}

@media (min-width: 950px) {
    .btn.max-245 {
        max-width: 245px;
    }
}

.addmoredetails {
    display: block;
}

.header-section {
    padding: 15px 0 0 0;
}

    .header-section img.logo {
        width: 84px;
    }

    .header-section.no-menu {
        padding-bottom: 20px;
    }

.header-menu .navbar-nav a {
    color: #d3d3d3;
}

    .header-menu .navbar-nav a.active {
        color: #009dd1;
    }

.main-search-block .search-form input {
    width: 75%;
}

.main-search-block .search-form a.js-close-search i {
    color: #009dd1;
}

.main-search-block .search-btn {
    border: 0;
    color: #009dd1;
    font-family: "Museo Sans-medium";
    font-size: .875em;
    vertical-align: text-top;
}

.main-search-block .f-border-right {
    border-right: 1px solid #009dd1;
}

.main-search-block .border-cyan-bottom {
    border-bottom: 1px solid #009dd1;
}

.main-search-block form input {
    border: 0;
}

.main-search-block .fa-times-circle {
    font-size: 1.25em;
}

.search-q-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

    .search-q-links li {
        float: left;
        font-size: .875em;
    }

        .search-q-links li a {
            padding: 10px;
            font-family: "Museo Sans-medium";
            color: #009dd1;
        }

.logo-res-menu .js-search-block {
    margin-left: 10px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0;
}

.js-search-block.active {
    border-bottom: 2px solid #009dd1;
    padding-bottom: 2px;
}

@media (max-width: 949px) {
    .main-search-block .search-form input {
        width: 80%;
    }

    .header-section {
        padding: 16px 0 0 0;
    }

        .header-section header {
            position: relative;
        }

        .header-section img.logo {
            width: 63px;
        }

        .header-section .logo.text-md-left {
            text-align: center !important;
        }

    .ext-links {
        padding-right: 0;
    }

        .ext-links .js-search-block {
            display: none;
        }

            .ext-links .js-search-block:focus {
                content: "\f002";
                font: normal normal normal 14px/1 FontAwesome;
            }
}

.footer-border-top {
    border-top: 1px solid #E2E2E2;
}

footer {
    border-top: 2px solid #f4f3f4;
    font-family: 'Museo Sans-small';
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #4c4c4c;
    letter-spacing: -0.18px;
    font-style: normal;
    font-weight: 300;
    font-family: Museo Sans;
}

    footer .fa-refresh {
        background: #009dd1;
        color: #fff;
        transform: rotate(-90deg);
        font-size: 1.188em;
        padding: 10px;
        border-radius: 50%;
    }

    footer .container {
        padding: 48px 0 8px 0;
    }

    footer p {
        font-size: .875em;
        font-family: 'Museo Sans-light';
    }

    footer .site-name {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        color: #000000;
        font-size: .875em;
    }

    footer .footer-social-media {
        text-align: right;
        color: #009dd1;
        font-size: 1.375em;
    }

        footer .footer-social-media a i.fa {
            font-size: 1.27em;
        }

    footer .cookie-statement li {
        text-align: right;
    }

        footer .cookie-statement li a {
            font-size: 14px;
            line-height: 22px;
            text-align: right;
            color: #4c4c4c;
            font-style: normal;
            font-weight: 600;
            font-family: Museo Sans;
            font-size: .75em;
        }

        footer .cookie-statement li:last-child {
            font-size: 14px;
            line-height: 22px;
            text-align: right;
            color: #4c4c4c;
            font-style: normal;
            font-weight: 600;
            font-family: Museo Sans;
            font-size: .75em;
            font-family: 'Museo Sans-light';
        }

    footer .footer-bg-block {
        background-image: url(../svg-icons/sign-in-footer-bg.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% 65px;
        min-height: 100px;
        border-top: 1px solid #e2e2e2;
        padding-top: 25px;
    }

    footer .footer-q-links {
        text-align: center;
        list-style: none;
        font-family: Museo Sans-small;
    }

        footer .footer-q-links li {
            float: left;
        }

            footer .footer-q-links li a {
                padding: 10px;
                font-size: .75em;
            }

    footer .ul-links .customh5 {
        margin-bottom: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

        footer .ul-links .customh5 a {
            font-size: .875em;
            color: #4c4c4c;
        }

    footer .ul-links ul {
        list-style: none;
        padding: 0;
    }

        footer .ul-links ul li a {
            color: #4c4c4c;
            font-size: .75em;
            font-family: 'Museo Sans-small';
        }

@media (max-width: 949px) {
    footer .ul-links .customh5 {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #e2e2e2;
    }

        footer .ul-links .customh5 a {
            display: inherit;
        }

            footer .ul-links .customh5 a i.fa-chevron-right {
                -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                float: right;
                margin-right: 10px;
            }

            footer .ul-links .customh5 a i.icon-rotate {
                -webkit-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                transform: rotate(270deg);
            }

    footer .ul-links ul {
        display: none;
        margin-bottom: 0;
    }

        footer .ul-links ul.active {
            display: block;
            border-bottom: 1px solid #e2e2e2;
            padding: 0 0 10px 0;
        }

    footer .footer-social-media {
        text-align: left;
    }

        footer .footer-social-media a:first-child {
            padding-left: 0;
        }

    footer .newsletter h4 {
        font-size: 1.125em;
    }

    footer .newsletter .text-right-center-flex {
        display: initial;
    }

    footer .newsletter .content-left-center-flex {
        display: initial;
    }

    footer .newsletter .select-wrapper:after {
        top: 15px;
    }

    footer .newsletter .select-selected {
        padding: 15px 10px;
    }

    footer .newsletter .ts-text {
        font-size: .875em;
        font-family: "Museo Sans-light";
        vertical-align: middle !important;
    }

        footer .newsletter .ts-text a {
            font-family: "Museo Sans-medium";
            text-decoration: none;
            color: #4c4c4c;
            letter-spacing: 0.5px;
            width: 1px;
            margin: 0px auto;
            border-bottom: 2px solid #009dd1;
        }

    footer .cookie-statement {
        margin-bottom: 0;
    }

        footer .cookie-statement li {
            text-align: left;
        }

            footer .cookie-statement li:last-child {
                text-align: left;
            }
}

.newsletter.top-border {
    border-top: 1px solid #d3d3d3;
}

.cabin {
    padding-top: 120px;
}

    .cabin .heading-section h2 {
        font-size: 38px;
        line-height: 44px;
        text-align: center;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans-medium;
    }

    .cabin .heading-section p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #4c4c4c;
        letter-spacing: -0.18px;
        font-style: normal;
        font-weight: 300;
        font-family: Museo Sans;
        font-family: Museo Sans-light;
    }

    .cabin .carousel-section .full-page-carousel-image img {
        width: 100%;
    }

    .cabin .carousel-section .full-page-carousel-image.magnify-carousel-image {
        background-color: #163d58;
    }

        .cabin .carousel-section .full-page-carousel-image.magnify-carousel-image .background-default {
            padding: 2% 0 3%;
        }

    .cabin .carousel-section .full-page-carousel-info {
        background-color: #fff;
        position: relative;
        margin-top: -90px;
        padding: 60px;
        padding-bottom: 120px;
    }

        .cabin .carousel-section .full-page-carousel-info a.next {
            left: 25px;
        }

        .cabin .carousel-section .full-page-carousel-info a.prev, .cabin .carousel-section .full-page-carousel-info a.next {
            opacity: inherit;
            bottom: inherit;
        }

            .cabin .carousel-section .full-page-carousel-info a.prev i, .cabin .carousel-section .full-page-carousel-info a.next i {
                color: #009dd1;
                font-size: 2.083em;
                font-weight: bold;
            }

        .cabin .carousel-section .full-page-carousel-info a.slick-disabled i {
            color: #d3d3d3;
            cursor: initial;
        }

@media (max-width: 949px) {
    .cabin {
        padding-top: 60px;
    }

        .cabin .heading-section h2 {
            font-size: 30px;
            line-height: 36px;
            text-align: center;
            color: #4c4c4c;
            font-style: normal;
            font-weight: 600;
            font-family: Museo Sans;
        }

        .cabin .carousel-section .full-page-carousel-info {
            margin-top: -20px;
            padding: 25px 20px;
            padding-bottom: 50px;
        }

            .cabin .carousel-section .full-page-carousel-info .btn {
                width: 100%;
            }

        .cabin .carousel-section .full-page-carousel-image img {
            height: 257px;
        }

        .cabin .carousel-section .full-page-carousel-image.magnify-carousel-image img {
            height: auto;
            min-height: 120px;
        }
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    max-width: 1440px;
}

    .banner.banner-400 {
        height: 350px;
    }

    .banner.banner-350 {
        height: 350px;
    }

.offset-banner {
    z-index: 1;
    transform: translateY(-50px);
    background: #fff;
    margin-bottom: -50px;
}

    .offset-banner.offset-banner-top-60 {
        transform: translateY(-50px);
        background: #fff;
        margin-bottom: -50px;
    }

    .offset-banner.offset-banner-top-50 {
        transform: translateY(-50px);
        background: #fff;
        margin-bottom: -50px;
    }

.leftsidefix .reset-offset-banner {
    transform: none;
    margin-bottom: 0;
}

.major-hub-banner {
    background-image: url("../images/major-hub-banner.jpg");
}

.finedining-drinks-banner {
    background-image: url("../images/finedining-drinks.jpg");
}

.deals-details-banner {
    background-image: url("../images/deals-detail.jpg");
}

.restaurant-bars-banner {
    background-image: url("../images/restaurant-bars-banner.jpg");
}

.standarcabin-banner {
    background-image: url("../images/standardcabin-banner.jpg");
}

.wifi-banner {
    background-image: url("../images/wifi-detail.jpg");
}

.mini-cruise-grouphub-banner {
    background-image: url("../images/mini-cruise-group-banner.png");
}

.mini-cruise-detail-banner {
    background-image: url("../images/mini-cruise-detail-banner.png");
}

.timetable-detail-banner {
    background-image: url("../images/timetables-detail-banner.jpg");
}

.service-info-group-hub {
    background-image: url("../images/timetables-detail-banner.jpg");
}

.service-group-hub {
    background-image: url("../images/service-group-hub.jpg");
}

.minicruises-group-hub {
    background-image: url("../images/mini-cruise-group-banner.jpg");
}

.restaurent-bars-banner {
    background-image: url("../images/restaurant-bars-banner.jpg");
}

.ship-details-banner {
    background-image: url("../images/ship-details-banner.jpg");
}

.passenger-information-detail-banner {
    background-image: url("../images/wifi-detail.jpg");
}

.myaccount-land-banner {
    background-image: url("../images/timetables-detail-banner.jpg");
}

.deals-majorhub-banner {
    background-image: url("../images/deals-grouphub-banner.jpg");
}

.help-center-banner {
    background-image: url("../images/help.png");
}

.press-release-banner {
    background-image: url("../images/pressrelease.png");
}

.cycling-canals-banner {
    height: 375px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image: url("../images/mini-cruise-cycling.jpg");*/
    max-width: 1440px;
}

    .cycling-canals-banner img {
        width: 100%;
    }

.timetable-detail-banner {
    background-image: url("../images/timetables-detail-banner.jpg");
}

.error-404-details-banner {
    background-image: url("../images/error-404.jpg");
    height: 468px;
    max-width: 1440px;
    background-size: cover;
}

.error-bglayover {
    background-image: url(../svg-icons/error-footer-bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 65px;
    min-height: 100px;
    margin-left: -15px;
    padding-top: 25px;
    margin-top: 367px;
    margin-right: -15px;
}

.bigfont-404 {
    font-size: 6.25em;
    font-family: 'Museo Sans-bold';
}

.help-404 {
    background-image: url("../svg-icons/help_404.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 72px;
    color: #fff;
    display: inline-block;
}

.error-404-details-banner a {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 600;
    padding-bottom: 4px;
    font-size: .875em;
}

.links-404 li {
    list-style: none;
    padding: 0;
    margin-right: 3px;
}

    .links-404 li a {
        border: 0;
        line-height: 10px;
    }

.banner-card {
    width: 304px;
    background-color: #009dd1;
    color: #fff;
    padding: 30px 30px;
}

    .banner-card h4 {
        margin-bottom: 13px;
        color: #fff;
    }

    .banner-card h3 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #ffffff;
        font-style: normal;
        font-weight: bold;
        font-family: Museo Sans;
        font-size: 1.25em;
        font-family: 'Museo Sans-medium';
    }

    .banner-card .btn {
        font-family: 'Museo Sans-bold';
    }

    .banner-card.banner-card-white {
        background-color: #fff;
        width: auto;
    }

        .banner-card.banner-card-white h4, .banner-card.banner-card-white p, .banner-card.banner-card-white h3 {
            color: #4c4c4c;
        }

        .banner-card.banner-card-white.banner-card-postion {
            top: 0;
            transform: translateY(0);
        }

    .banner-card.bg-none.banner-card-postion {
        top: 0;
        transform: translateY(0);
    }

    .banner-card.banner-card-small-postion {
        top: 18%;
        transform: translateY(18%);
    }

.banner-card-postion {
    position: absolute;
    top: 40%;
    transform: translateY(40%);
    right: 0;
}

.res-banner-card {
    width: 100%;
    display: none;
}

@media (max-width: 949px) {
    .banner-card.res-banner-card {
        display: block;
    }

    .banner-card.banner-card-res-show {
        display: block;
        top: 145px !important;
    }

    .cycling-canals-banner {
        height: 220px;
    }

    .offset-banner {
        transform: translateY(0px);
        background: #fff;
        margin-bottom: 0px;
    }

        .offset-banner.offset-banner-top-60 {
            transform: translateY(0px);
            margin-bottom: 0px;
        }

        .offset-banner.offset-banner-top-50 {
            transform: translateY(0px);
            background: #fff;
            margin-bottom: 0px;
        }

        .offset-banner.home-page {
            transform: translateY(-30px);
            padding-left: 15px;
            padding-right: 15px;
        }

    .banner-card {
        display: none;
    }

    .banner {
        height: 211px !important;
        background-size: cover !important;
    }

        .banner.banner-350 {
            height: 211px;
        }

        .banner.banner-400 {
            height: 211px;
        }

    .error-404-details-banner {
        height: 567px !important;
    }

        .error-404-details-banner .banner-card {
            display: block;
        }

    .error-bglayover {
        margin-top: 466px;
    }
}

.route-custom-dropdown {
    max-width: 342px;
    width: 100%;
}

    .route-custom-dropdown .root-seclection-dropdown-btn {
        width: 100%;
    }

.root-seclection-dropdown-list {
    overflow-y: auto;
    max-height: 200px;
}

.offset-banner .custom-dropdown {
    z-index: 99;
}

.custom-dropdown {
    z-index: 99;
    display: inline-block;
    font-family: 'Museo Sans-light';
}

    .custom-dropdown button:active, .custom-dropdown button:hover {
        border: 3px solid #1a81a3;
        color: #1a81a3;
    }

        .custom-dropdown button:active span.fromtoto, .custom-dropdown button:hover span.fromtoto {
            background-image: url(../images/rout-icon1.png), url(../images/rout-icon2.png);
        }

    .custom-dropdown.show button {
        border: 3px solid #1a81a3;
        color: #1a81a3;
        position: relative;
    }

        .custom-dropdown.show button span.fromtoto {
            background-image: url(../images/rout-icon1.png), url(../images/rout-icon2.png);
        }

        .custom-dropdown.show button:active, .custom-dropdown.show button:hover {
            border: 3px solid #1a81a3;
            color: #1a81a3;
        }

            .custom-dropdown.show button:active span.fromtoto, .custom-dropdown.show button:hover span.fromtoto {
                background-image: url(../images/rout-icon1.png), url(../images/rout-icon2.png);
            }

        .custom-dropdown.show button i {
            transform: rotateX(-180deg);
        }

    .custom-dropdown .dropdown-item {
        padding: 15px 20px;
        font-size: 0.9rem !important;
        font-weight: 700;
        border-bottom: 1px solid #e2e2e2;
    }

    .custom-dropdown button {
        min-width: 225px;
        border: 3px solid #009dd1;
        border-radius: 23px;
        color: #009dd1;
        background-color: #FFFFFF;
        font-family: 'Museo Sans-bold';
        padding: 8px 15px;
    }

        .custom-dropdown button span.fromtoto {
            background-image: url(../images/route-icon_left.png), url(../images/route-icon_right.png);
            background-position: left, right;
            min-width: 20px;
            max-width: 120px;
            width: 100%;
            height: 12px;
            display: inline-block;
            background-repeat: no-repeat;
            margin: 0 10px;
        }

        .custom-dropdown button i {
            font-size: 1.063em;
            font-weight: bold;
            position: absolute;
            right: 22px;
        }

        .custom-dropdown button:hover {
            border: 3px solid #1a81a3;
            background-color: #fff;
            color: #1a81a3;
        }

        .custom-dropdown button:after {
            display: none;
        }

    .custom-dropdown .dropdown-menu {
        margin-top: 10px;
        width: 100%;
        padding: 0;
        max-height: 500px;
        overflow: auto;
        z-index: 99;
        box-shadow: 0px -1px 14px 1px #d0cfcf;
        border: 0;
    }

        .custom-dropdown .dropdown-menu a.active, .custom-dropdown .dropdown-menu a:active {
            background: url(../svg-icons/tick.svg) no-repeat 94% center;
            color: #000;
            font-size: .9rem;
        }

        .custom-dropdown .dropdown-menu a:hover {
            background: url(../svg-icons/tick.svg) no-repeat 94% center #e5f5fa;
            color: #000;
            font-size: .9rem;
        }

    .custom-dropdown .btn-bg-inherit {
        background: transparent;
    }

        .custom-dropdown .btn-bg-inherit .fa-plus {
            top: 0px;
        }

    .custom-dropdown .route-fropdown-info {
        max-width: 280px;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .custom-dropdown.select-dropdown {
        position: relative;
        max-width: 300px;
        width: 100%;
    }

        .custom-dropdown.select-dropdown button {
            width: 100%;
            padding: 8px 30px;
        }

            .custom-dropdown.select-dropdown button i {
                right: 30px;
            }

            .custom-dropdown.select-dropdown button:after {
                border: 0;
            }

.select-position {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 950px) {
    .select-postion-left {
        left: 30px;
        transform: translate(0%, -50%);
    }
}

@media (max-width: 374px) {
    .root-seclection-dropdown-btn {
        min-width: 290px !important;
    }

    .route-custom-dropdown {
        max-width: 300px;
    }

    .custom-dropdown .route-fropdown-info {
        overflow: hidden;
        max-width: 239px;
    }

    .custom-dropdown button span.fromtoto {
        max-width: 80px;
    }

    .custom-dropdown button.root-seclection-dropdown-btn i {
        right: 15px;
        top: 28%;
    }
}

.opening-timings {
    padding: 45px 30px;
    padding-bottom: 67px;
}

    .opening-timings i {
        color: #009dd1;
        font-size: 3.333em;
    }

    .opening-timings h4 {
        margin-bottom: 48px;
    }

span.line {
    height: 1px;
    width: 45px;
    margin: 0px 15px;
    margin-bottom: 5px;
    background-color: #000000;
    display: inline-block;
}

@media (max-width: 767px) {
    .opening-timings {
        padding: 38px 0px;
        padding-bottom: 12px;
    }

        .opening-timings h4 {
            margin-bottom: 20px;
        }
}

@media (min-width: 768px) {
    .opening-timings {
        max-height: 338px;
    }

        .opening-timings.accesibility {
            max-height: 360px;
        }
}

.contact-footer {
    padding-top: 64px;
    padding-bottom: 120px;
}

    .contact-footer .fa-phone {
        font-size: 1.5em;
    }

    .contact-footer .fa-envelope {
        font-size: 1.375em;
    }

@media (min-width: 950px) {
    .need-help-block::after {
        border-right: 1px solid #d3d3d3;
        content: "";
        display: block;
        height: 100%;
        position: relative;
        left: -48px;
        top: -59px;
    }
}

@media (max-width: 949px) {
    .need-help-block h2 {
        padding-bottom: 22px;
        border-bottom: 1px solid #d3d3d3;
        margin-bottom: 16px;
    }

    .contact-footer {
        padding-top: 42px;
        padding-bottom: 42px;
    }
}

@media (min-width: 950px) and (max-width: 1200px) {
    .need-help-block::after {
        left: -18px;
    }
}

.timetable-card {
    background-color: #f4f3f4;
    padding: 30px 40px;
    margin-top: 10px;
}

    .timetable-card p {
        font-family: 'Museo Sans-medium';
    }

    .timetable-card ul li {
        font-family: 'Museo Sans-medium';
        font-size: 14px;
    }

    .timetable-card .ticket-vertical-arrow {
        background-image: url("../images/twoway-direction-icon-vertical.JPG");
        background-repeat: no-repeat;
        background-position: right 5px top;
    }

    .timetable-card .fa-check {
        color: #4c4c4c;
        font-size: 1.25em;
    }

@media (max-width: 949px) {
    .timetable-card {
        padding: 30px 20px;
    }
}

@media (max-width: 375px) {
    .timetable-card .ticket-vertical-arrow {
        background-position: right -10px top;
    }
}

.mini-cruise-page-wrapper .datepicker table tr td {
    padding: 6px 8px;
}

.about-mini-cruise {
    padding: 60px 40px;
    margin-top: 60px;
}

.sub-mini-cruise {
    padding: 34px 20px;
}

    .sub-mini-cruise .feature-card-h {
        height: 287px;
    }

    .sub-mini-cruise .fa-star-circle {
        margin-top: 0px;
        font-size: 1em;
    }

.mini-cruise-dropdown i {
    color: #009dd1;
}

.mini-cruise-dropdown button {
    color: #4c4c4c;
    font-size: 1.125em;
    padding: 14px 25px;
    font-family: 'Museo Sans-medium';
}

.mini-cruise-dropdown.show i {
    /* color: $white;*/
}

.about-mini-cruise-offers p, .about-mini-cruise-includes ul li {
    font-size: .875em;
}

.about-mini-cruise-offers {
    background-size: 37px 37px;
    background-repeat: no-repeat;
    background-position: left top;
}

    .about-mini-cruise-offers.ship {
        background-image: url("../images/ship_small.png");
    }

    .about-mini-cruise-offers.root {
        background-image: url("../images/root.png");
    }

    .about-mini-cruise-offers.building {
        background-image: url("../images/building.png");
        background-size: 40px 45px;
    }

.about-mini-cruise-includes ul {
    list-style: none;
}

    .about-mini-cruise-includes ul li {
        font-weight: 500;
        line-height: 28px;
    }

    .about-mini-cruise-includes ul i.fa-check {
        color: #29a0a3;
    }

.mini-cruise-random-images {
    position: relative;
}

    .mini-cruise-random-images .second-section {
        position: absolute;
        top: 275px;
        max-width: 387px;
    }

    .mini-cruise-random-images .third-section {
        max-width: 280px;
    }

.calendar-section {
    padding: 60px 20px 120px 60px;
}

.minicruises-linklabel-1 {
    background-image: url("../images/Image@3x.jpg");
    height: 230px !important;
}

.minicruises-linklabel-3 {
    background-image: url("../images/cabin.jpg");
    height: 230px !important;
}

.three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/music1.jpg");
    height: 315px;
}

.three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.three-card-music-minicruise .slider-position-left {
    right: 60px;
    left: inherit;
}

.three-card-music-minicruise .fa-star-circle {
    margin-top: 0px;
    font-size: 1em;
}

.three-card-music-minicruise .sub-mini-cruise {
    padding: 34px 20px;
}

    .three-card-music-minicruise .sub-mini-cruise .feature-card-h {
        height: 287px;
    }

.three-card-music-minicruise .mini-cruises-main-cards {
    padding-left: 12px;
}

.three-card-music-minicruise .music-gallery-sub-1 {
    background-image: url("../images/pub-image1.jpg");
    height: 170px;
}

.three-card-music-minicruise .music-gallery-sub-2 {
    background-image: url("../images/pub-image1.jpg");
    height: 170px;
}

@media (min-width: 950px) {
    .mini-cruise-dropdown {
        min-width: 225px;
        max-width: 285px;
        width: 100%;
    }

        .mini-cruise-dropdown button {
            min-width: 225px;
            width: 100%;
        }

    .calendar-section {
        padding: 20px 0 20px 0;
    }

    .sub-mini-cruise.sub-mini-cruise-position {
        position: absolute;
        right: 15px;
    }

    .whats-on-section {
        margin-bottom: 180px;
    }

    .sub-mini-cruise .mini-ticket-card-offset {
        margin-left: -75px;
        margin-top: 20px;
        max-height: 247px;
        padding: 30px 17px;
    }

    .datepicker table {
        border-collapse: separate;
        border-spacing: 20px;
        margin-bottom: 30px;
    }

        .datepicker table tr td {
            padding: 15px 17px;
        }

        .datepicker table thead .prev, .datepicker table thead .switch, .datepicker table thead .next {
            font-family: 'Museo Sans-medium';
        }
}

.minicruise-wrap .about-mini-cruise-includes ul li {
    padding-left: 2.2em;
}

.minicruise-wrap .about-mini-cruise-includes ul i.fa-check {
    margin-left: -1.7em;
}

@media (max-width: 949px) {
    .three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-image {
        height: 300px;
    }

    .three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .three-card-music-minicruise .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .sub-mini-cruise {
        background-color: #fff;
        margin-left: 30px;
    }

    .about-mini-cruise {
        padding: 60px 20px;
    }

    .about-mini-cruise {
        margin-top: 10px;
    }

    .calendar-section {
        padding: 20px 0 20px 0;
    }

    .about-mini-cruise h4 {
        text-align: left;
    }

    .mini-cruise-random-images .first-section {
        max-height: 307px;
        overflow: hidden;
    }

    .mini-cruise-random-images .second-section {
        max-width: 58%;
        max-height: 185px;
        bottom: 0;
        overflow: hidden;
    }

    .mini-cruise-random-images .third-section {
        max-width: 39.5%;
        max-height: 132px;
        overflow: hidden;
    }
}

.minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/food4.jpg");
    height: 550px;
}

.minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -415px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.minicruises-musiclover .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/music1.jpg");
    height: 550px;
}

.minicruises-musiclover .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.minicruises-musiclover .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.minicruises-musiclover .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -415px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .minicruises-musiclover .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.minicruises-musiclover .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.minicruiserandom-image-gallery .gallery-image1 {
    /*background-image: url(../images/image1.png);*/
    height: 348px;
}

.minicruiserandom-image-gallery .gallery-image2 {
    /*background-image: url(../images/gallery-image1a.jpg);*/
    height: 310px;
}

.minicruiserandom-image-gallery .gallery-image3 {
    /*background-image: url(../images/gallery-image2.jpg);*/
    height: 200px;
}

.minicruiserandom-image-gallery img {
    width: 100%;
}

.minicruiserandom-image-gallery .gallery-image2-align {
    width: 100%;
    top: 225px;
}

@media (max-width: 949px) {
    .minicruiserandom-image-gallery .gallery-image1 {
        height: 342px;
    }

    .minicruiserandom-image-gallery .gallery-image2 {
        height: 200px;
    }

    .minicruiserandom-image-gallery .gallery-image3 {
        height: 133px;
    }

    .minicruiserandom-image-gallery .gallery-image2-align {
        top: 285px;
        padding-right: 0;
    }
}

@media (max-width: 949px) {
    .mini-cruis-gallery .pt-40 {
        padding-top: 0 !important;
    }
}

.pt-lg-45 {
    padding-top: 9.5rem !important;
}

@media (max-width: 949px) {
    .mt-160 {
        margin-top: 160px;
    }

    .minicruises-linklabel-1, .minicruises-linklabel-2, .minicruises-linklabel-3 {
        height: 257px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .minicruises-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .minicruises-musiclover .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .minicruises-musiclover .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .minicruises-musiclover .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .minicruises-musiclover .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .minicruises-musiclover .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }
}

.datepicker table thead th {
    text-align: center;
}

.datepicker table tbody tr td.day {
    font-family: 'Museo Sans-medium';
    font-size: .875em;
    text-align: center;
}

    .datepicker table tbody tr td.day.active, .datepicker table tbody tr td.day:hover {
        background-color: #009dd1;
        background-image: none;
        color: #fff;
    }

    .datepicker table tbody tr td.day.today {
        background-color: #fff;
        color: #000;
        background-image: -webkit-linear-gradient(top, #fff, #fff);
        border-radius: 50px;
    }

.datepicker .switch {
    padding-bottom: 0px;
}

.datepicker .table-condensed {
    margin: auto;
    padding: 10px;
    background-color: #e5f5fa !important;
}

.datepicker td.old.day {
    visibility: hidden;
}

.datepicker td.new.day {
    visibility: hidden;
}

/*Calendar icon alignment */
input.advance-schedule {
    background-position: 95% !important;
}

@media (min-width: 950px) {
    .inline-small-calendar {
        padding-bottom: 30px;
    }

        .inline-small-calendar .datepicker .switch {
            font-size: 1.125em;
            font-family: 'Museo Sans-medium';
        }

        .inline-small-calendar .datepicker table {
            border-spacing: 0px;
            margin-bottom: 0px;
            padding: 20px;
            background-color: #e5f5fa !important;
        }
}

@media (min-width: 1200px) {
    .pl-lg-100 {
        padding-left: 100px;
    }
}

@media (max-width: 1200px) {
    .datepicker table tr td {
        padding: 12px;
    }
}

.calendar-inline .icon-arrow-left, .calendar-inline .icon-arrow-right {
    font: normal normal normal 14px/1 FontAwesome;
    color: #009dd1;
    font-size: 1em;
    font-weight: bold;
}

.calendar-inline th.next:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #009dd1;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

.calendar-inline th.prev:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #009dd1;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

.calendar-inline .icon-arrow-left::before {
    content: "\f053";
}

.calendar-inline .icon-arrow-right::before {
    content: "\f054";
}

.calendar-modal-popup {
    background: rgba(0, 0, 0, 0.6);
    padding-right: 0 !important;
}

    .calendar-modal-popup.show {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .calendar-modal-popup .modal-content {
        background-color: inherit;
    }

    .calendar-modal-popup button.close {
        color: #fff;
        text-align: right;
        margin-bottom: 40px;
    }

    .calendar-modal-popup .modal-content {
        border: none;
    }

@media (max-width: 375px) {
    .calendar-modal-popup .modal-body {
        padding: 1rem 0;
    }

    .calendar-modal-popup .datepicker table tr td {
        padding: 10px;
    }
}

.feature-section .fa-circle-o {
    color: #29a0a3;
    font-size: .75em;
}

.feature-section .wifi-360-bg {
    background-image: url("../images/360-image.jpg");
    height: 410px;
}

.ticket-wifi {
    max-height: 283px;
    padding: 45px 30px;
}

    .ticket-wifi.accesibility {
        max-height: 327px;
    }

.ship-small {
    width: 36px;
}

.white-border {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid #fff;
}

@media (max-width: 949px) {
    .ticket-wifi {
        padding: 38px 15px;
    }
}

.food-menu {
    background-color: #f4f3f4;
}

    .food-menu .overlay-1 .image-content-overlay .overlay-image {
        background-image: url("../images/food5.jpg");
        height: 576px;
    }

    .food-menu .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: -95px;
    }

    .food-menu .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: -500px;
    }

    .food-menu .overlay-1 .image-content-overlay .overlay-content {
        background-color: #fff;
        margin-left: -111px;
        max-height: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .food-menu .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.food-menu .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.food-menu .overlay-2 .image-content-overlay .overlay-image {
    background-image: url("../images/Image.jpg");
    height: 410px;
}

.food-menu .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.food-menu .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.food-menu .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .food-menu .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.food-menu .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.food-menu .nav-tabs {
    padding-bottom: 17px;
}

.food-menu .nav-item {
    display: inline;
    margin-right: 40px;
    padding-bottom: 15px;
}

    .food-menu .nav-item a {
        padding-bottom: 17px;
        border: 3px solid transparent;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
        color: #000000;
        letter-spacing: -0.2px;
        font-style: normal;
        font-weight: 300;
        font-family: Museo Sans;
        font-family: 'Museo Sans-light';
    }

        .food-menu .nav-item a.active, .food-menu .nav-item a:hover {
            background-color: transparent;
            border: 3px solid transparent;
            border-bottom: 3px solid #29a0a3;
            font-weight: 700;
        }

        .food-menu .nav-item a.active {
            font-family: 'Museo Sans-medium';
            letter-spacing: 0.1px;
        }

.food-menu .overlay-section .overlay-section-image img {
    width: 100%;
    height: 576px;
}

.food-menu .overlay-section .overlay-section-content {
    background-color: #fff;
    padding: 40px;
    margin-left: -410px;
    margin-top: 60px;
    max-height: 456px;
}

.food-menu .overlay-section.food-course .fa-chevron-right {
    display: none;
}

.food-menu .overlay-section.food-course .overlay-section-image {
    height: 519px;
}

.food-menu .overlay-section.food-course .overlay-section-content {
    margin-left: -103px;
    padding: 0 40px 40px 40px;
}

    .food-menu .overlay-section.food-course .overlay-section-content h5 {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #29a0a3;
        font-style: normal;
        font-weight: bold;
        font-family: Museo Sans;
    }

    .food-menu .overlay-section.food-course .overlay-section-content h3 {
        font-size: 34px;
        line-height: 40px;
        text-align: start;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
    }

.food-menu .food-sides .food-sides-info {
    margin-top: 30px;
    margin-bottom: 0px;
}

    .food-menu .food-sides .food-sides-info h5 i {
        font-size: .625em;
        font-weight: 300;
        font-family: 'Museo Sans-light';
        color: #fff;
        background-color: #29a0a3;
        border-radius: 50%;
        padding: 2px;
        vertical-align: text-bottom;
    }

.food-menu .food-sides .food-type {
    margin-top: 85px;
    background-color: #fff;
    padding: 18px 25px;
}

    .food-menu .food-sides .food-type a {
        padding-right: 30px;
    }

    .food-menu .food-sides .food-type i {
        font-size: .625em;
        font-weight: 300;
        font-family: 'Museo Sans-light';
        border-radius: 50%;
        padding: 2px;
        vertical-align: text-bottom;
    }

.food-menu .soft-drinks-section .overlay-section-content {
    background-color: #fff;
    padding: 50px 40px;
    min-height: 476px;
    max-height: 476px;
    z-index: 999;
    margin-top: 60px;
}

.food-menu .soft-drinks-section .overlay-section-image {
    margin-left: -320px;
    max-height: 592px;
    overflow: hidden;
}

.food-menu .white-wine-section {
    padding-top: 120px;
}

    .food-menu .red-wine-section h6.light, .food-menu .white-wine-section h6.light {
        font-family: 'Museo Sans-light';
    }

@media (max-width: 949px) {
    .food-menu .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .food-menu .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .food-menu .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .food-menu .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .food-menu .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .food-menu .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .food-menu .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .food-menu .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .food-menu .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .food-menu .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .food-menu .overlay-section-content-res.px-40 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .food-menu .overlay-section .overlay-section-image .addon-image, .food-menu .overlay-section .overlay-section-image img {
        height: 281px;
    }

    .food-menu .overlay-section .overlay-section-content {
        margin-left: 0;
        margin-top: -20px;
        max-height: inherit;
    }

    .food-menu .overlay-section.food-course .overlay-section-image {
        height: 257px;
    }

    .food-menu .overlay-section.food-course .overlay-section-content {
        top: -40px;
        margin-left: 0;
        padding: 20px 20px 20px 20px;
    }

        .food-menu .overlay-section.food-course .overlay-section-content .course-menu-price {
            position: relative;
            left: -20px;
            top: -20px;
        }

    .food-menu .overlay-section.food-course .fa-chevron-right {
        color: #009dd1;
        font-size: 1.313em;
        margin-left: 5px;
        display: inline;
        font-weight: bold;
    }

    .food-menu .food-sides {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .food-menu .food-sides h3 {
            margin-left: -15px;
        }

        .food-menu .food-sides .food-sides-info {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .food-menu .food-sides .food-type {
            padding: 26px 30px;
        }

            .food-menu .food-sides .food-type .border-ash {
                border-right: 2px solid #979797;
            }

            .food-menu .food-sides .food-type a {
                display: inherit;
                padding-bottom: 19px;
                padding-right: 0px;
            }

            .food-menu .food-sides .food-type i {
                margin-right: 15px;
            }

    .food-menu .nav-tabs-horizontal {
        display: none;
        border-radius: 10px;
        padding: 20px;
        background: #fff;
        max-width: 343px;
        margin: auto;
    }

        .food-menu .nav-tabs-horizontal .nav-item {
            margin-right: 0;
        }

            .food-menu .nav-tabs-horizontal .nav-item a {
                border-bottom: 0;
            }

    .food-menu .soft-drinks-section .overlay-section-content {
        margin-top: 0;
        padding: 0 15px !important;
        background-color: inherit;
    }

        .food-menu .soft-drinks-section .overlay-section-content .overlay-section-content-res {
            background-color: #fff;
            padding: 30px 15px;
        }

    .food-menu .soft-drinks-section .overlay-section-image {
        margin-left: 0;
    }

        .food-menu .soft-drinks-section .overlay-section-image img {
            width: 343px;
        }
}

.food-menu .nav-tabs-dropdown {
    display: none;
    text-transform: capitalize;
    border: 3px solid #009dd1;
    border-radius: 23px;
    color: #009dd1;
    background-color: #fff;
    font-family: 'Museo Sans-bold';
    padding: 8px 30px;
    text-align: left;
}

    .food-menu .nav-tabs-dropdown:hover {
        color: #009dd1;
    }

    .food-menu .nav-tabs-dropdown.open i {
        position: relative;
        transform: rotateX(-180deg);
        top: 2px;
    }

.food-menu .nav-tabs-horizontal li a {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #4c4c4c;
    letter-spacing: -0.2px;
    font-style: normal;
    font-weight: 300;
    font-family: Museo Sans;
    font-family: 'Museo Sans-light';
    display: inline;
}

@media (min-width: 950px) {
    .food-menu #nav-tabs-wrapper {
        display: block !important;
    }

    .food-menu .nav-tabs-horizontal li:first-child a {
        padding-left: 0;
    }
}

@media screen and (max-width: 949px) {
    .food-menu .nav-tabs-dropdown {
        display: block;
    }

    .food-menu .nav-tabs-horizontal > li {
        float: none;
        display: inline-block;
    }

        .food-menu .nav-tabs-horizontal > li + li {
            margin-left: 2px;
        }

        .food-menu .nav-tabs-horizontal > li,
        .food-menu .nav-tabs-horizontal > li > a {
            background: transparent;
            width: 100%;
        }

            .food-menu .nav-tabs-horizontal > li > a {
                border-radius: 4px;
            }

            .food-menu .nav-tabs-horizontal > li.active > a,
            .food-menu .nav-tabs-horizontal > li.active > a:hover,
            .food-menu .nav-tabs-horizontal > li.active > a:focus {
                color: #fff;
                background-color: #428bca;
            }
}

.food-menu .nav-tabs > li.active > a, .food-menu .nav-tabs > li.active > a:hover, .food-menu .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom: 2px solid #29a0a3;
}

.food-info-carousel .full-page-carousel-info {
    background-color: #f4f3f4;
    padding: 60px 155px 60px 60px;
    min-height: 520px;
}

    .food-info-carousel .full-page-carousel-info .fa-chevron-right, .food-info-carousel .full-page-carousel-info .fa-chevron-left {
        color: #009dd1;
        font-size: 2.083em;
        font-weight: bold;
    }

    .food-info-carousel .full-page-carousel-info a.slick-disabled i {
        color: #d3d3d3;
        cursor: initial;
    }

.food-info-carousel .carousel-section {
    margin-left: -105px;
    margin-top: 40px;
}

    .food-info-carousel .carousel-section .slick-slider img {
        min-height: 440px;
    }

.food-info-carousel .slide-count-wrap .current, .food-info-carousel .slide-count-wrap .total {
    font-weight: bold;
}

.food-info-carousel .slide-count-wrap .separator {
    color: #009dd1;
}

.food-info-carousel .food-info-carousel-image-section .image-1 {
    background-image: url("../images/Image.jpg");
    height: 440px;
}

.food-info-carousel .food-info-carousel-image-section .image-2 {
    background-image: url("../images/food4.jpg");
    height: 440px;
}

.food-info-carousel .food-info-carousel-image-section .image-3 {
    background-image: url("../images/food3.jpg");
    height: 440px;
}

.food-info-carousel .food-info-carousel-image-section .image-4 {
    background-image: url("../images/food4.jpg");
    height: 440px;
}

@media (max-width: 949px) {
    .food-info-carousel .full-page-carousel-info {
        padding: 45px 15px 15px 15px;
        min-height: 100px;
        margin-top: -20px;
    }

    .food-info-carousel .carousel-section {
        margin-left: 0;
        margin-top: auto;
    }

        .food-info-carousel .carousel-section .food-info-carousel-image-section {
            min-height: 235px;
            height: auto;
            overflow: hidden;
        }
}

.deal-responsiveCentre {
}

.deal-responsiveCentreRight {
}

@media (max-width: 949px) {
    .deal-responsiveCentre {
        text-align: center;
    }
}

@media (max-width: 949px) {
    .deal-responsiveCentreRight {
        text-align: center;
    }
}

@media (min-width: 950px) {
    .deal-responsiveCentreRight {
        text-align: right
    }
}

.aminities .ship-active, .aminities .ship-inactive {
    background-repeat: no-repeat;
    background-position: center top;
}

    .aminities .ship-active p, .aminities .ship-active h5, .aminities .ship-inactive p, .aminities .ship-inactive h5 {
        word-break: break-word;
    }

    .aminities .ship-active a, .aminities .ship-inactive a {
        display: inline-block;
    }

    .aminities .ship-active div, .aminities .ship-inactive div {
        margin-top: 45px;
        padding-top: 10px;
        text-align: center;
    }

.aminities .ship-active {
    background-image: url(../images/ship_active.png);
    background-size: 40px 40px;
}

.aminities .ship-inactive {
    background-image: url(../images/ship_deactive.png);
    background-size: 50px 40px;
}

.aminities img {
    width: 60px;
    height: 60px;
}

/** for customer reviews **/
.customer-review {
    background-color: #e5f5fa;
    min-height: 538px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
}

@media (max-width: 949px) {
    .customer-review {
        min-height: 196px;
        font-size: 1.5em;
    }
}

.other-cabins {
    background-color: #e5f5fa;
    min-height: 100px;
}

    .other-cabins .image-section.other-cabin-1 {
        background-image: url(../images/cabin.png);
        height: 290px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
    }

    .other-cabins .cabin-content-section {
        background-color: #fff;
        padding: 30px 20px;
    }

.suggested-addons {
    background-color: inherit;
}

    .suggested-addons .addon-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .suggested-addons .addon-image-1 {
        /*background-image: url(../images/bed-room2.jpg);*/
        height: 576px;
    }

    .suggested-addons .addon-image-2 {
        background-image: url(../images/add-on1.jpg);
        height: 443px;
    }

    .suggested-addons .addon-image-3 {
        background-image: url(../images/add-on2.JPG);
        height: 443px;
    }

    .suggested-addons.food-menu .overlay-section-content {
        margin-left: -410px;
        padding: 0;
        max-height: 500px;
        margin-top: 40px;
    }

    .suggested-addons.food-menu .overlay-section-content-res {
        padding: 0 40px 40px 40px;
    }

    .suggested-addons h5.cyan-16-left {
        color: #29a0a3;
    }

@media (max-width: 949px) {
    .suggested-addons .addon-image-2, .suggested-addons .addon-image-3 {
        height: 281px;
    }

    .suggested-addons.food-menu .overlay-section-content {
        margin-top: 0;
        max-height: inherit;
    }

        .suggested-addons.food-menu .overlay-section-content button {
            width: 100%;
        }

    .suggested-addons.food-menu .overlay-section-content-res {
        margin-top: -60px;
        background-color: #fff;
        padding: 0;
    }
}

.features-banner-slider .ticket-slider-buttons {
    top: 20px;
}

.features-banner-slider .slick-disabled {
    display: none !important;
}

.features-banner-slider .trans-layout {
    position: absolute;
    bottom: 0;
    background: black;
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: inherit;
    height: 100%;
    display: block;
}

.features-banner-slider .slick-current.slick-active .trans-layout {
    display: none;
}

@media (max-width: 949px) {
    .aminities .ship-active, .aminities .ship-inactive {
        background-position: left 10px top;
    }

        .aminities .ship-active div, .aminities .ship-inactive div {
            margin-top: 0;
        }

            .aminities .ship-active div p, .aminities .ship-active div h5, .aminities .ship-inactive div p, .aminities .ship-inactive div h5 {
                padding-left: 45px;
            }
}

.circle-card {
    margin-top: 60px;
}

    .circle-card img {
        height: 140px;
        width: 140px;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .circle-card h5 {
        margin-bottom: 0;
    }

@media (max-width: 949px) {
    .circle-card {
        margin-top: 30px;
    }

        .circle-card img {
            height: 104px;
            width: 104px;
        }
}

.ticket-card, .overlay-content-card {
    background-color: #fff;
    padding: 30px 20px;
}

    .ticket-card.ticket-card-spacing, .overlay-content-card.ticket-card-spacing {
        padding: 60px;
        padding-bottom: 40px;
    }

        .ticket-card.ticket-card-spacing h5, .overlay-content-card.ticket-card-spacing h5 {
            display: block;
        }

        .ticket-card.ticket-card-spacing p.underlined, .overlay-content-card.ticket-card-spacing p.underlined {
            margin-bottom: 40px;
        }

    .ticket-card h4, .overlay-content-card h4 {
        margin-bottom: 15px;
    }

        .ticket-card h4 i, .overlay-content-card h4 i {
            margin-left: 5px;
        }

    .ticket-card h5, .overlay-content-card h5 {
        margin-bottom: 16px;
    }

    .ticket-card p, .overlay-content-card p {
        margin-bottom: 20px;
    }

        .ticket-card p.underlined, .overlay-content-card p.underlined {
            padding-bottom: 17px;
            border-bottom: 1px solid #D7D8D6;
        }

    .ticket-card label, .overlay-content-card label {
        margin-top: 30px;
        margin-bottom: 30px;
        display: block;
    }

.ticket-card-offset {
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

.ticket-slider-buttons {
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px;
    padding: 0;
    position: absolute;
    top: 166px;
    z-index: 2;
}

.slider-buttons {
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px;
    padding: 0;
}

    .slider-buttons.slick-disabled {
        background-color: #d3d3d3;
    }

.slider-position-left {
    left: -3px;
    padding: 12px 17px;
}

.slider-position-right {
    right: -4px;
    padding: 12px 14px;
}

.slider-position-left .fa-chevron-left {
    position: relative;
    left: -2px;
}

.arrow-button-adjust .slider-position-left {
    top: 45%;
    left: -4%;
}

.arrow-button-adjust .slider-position-right {
    top: 45%;
    right: -4%;
}

.slider-position-right .fa-chevron-right {
    position: relative;
    right: -2px;
}

.ticket-add-ons .slick-disabled {
    display: none !important;
}

.deals-slider .badge-position-top {
    margin-bottom: -15px !important;
    position: relative;
    top: -43px;
    left: 0;
}

.total-bottom {
    position: absolute;
    bottom: 0;
}

@media (max-width: 949px) {
    .overlay-content-card.ticket-card-spacing {
        padding: 30px 20px;
    }

        .overlay-content-card.ticket-card-spacing h5, .overlay-content-card.ticket-card-spacing button, .overlay-content-card.ticket-card-spacing label, .overlay-content-card.ticket-card-spacing p.underlined {
            display: block;
        }

        .overlay-content-card.ticket-card-spacing .orange-strip {
            display: none;
        }

        .overlay-content-card.ticket-card-spacing p.underlined, .overlay-content-card.ticket-card-spacing p {
            margin-bottom: 20px;
        }

    .ticket-slider-buttons {
        display: none !important;
    }

    .ticket-slider .slick-list {
        padding: 0 10% 0 0;
    }

    .ticket-slider .slick-slider .slick-track {
        left: -1px;
    }

    .season-tickets .orange-strip {
        margin-bottom: -15px !important;
        position: relative;
        top: -46px;
        left: 20px;
    }

    .season-tickets .overlay-section-content-res {
        margin-top: 190px !important;
    }

    .season-tickets .p-40 {
        padding: 20px 0 0 !important;
    }

    .gift-vouchers .overlay-section-content-res .orange-strip {
        margin-bottom: -15px !important;
        position: relative;
        top: -46px;
        left: -20px;
    }

    .destination-deals .overlay-content {
        margin-top: -30px !important;
    }

    .destination-deals .px-40 {
        padding: 0px !important;
    }

    .badge-position-top {
        left: 0px !important;
    }

    .total-bottom {
        position: inherit;
        bottom: 0;
        left: 0;
    }
}

.ticket-slider .slick-slider .slick-track {
    min-width: 1074px;
}

/*
    This file was auto-generated by InVision DSM from the P&O Guidelines design library. 
    To keep style values in sync across teams, changes to this file should be made directly from DSM.

*/
/*
    Colors:
*/
/* Core palette */
/* Other Colors */
/* Secondary palette */
/*
    Font Styles:
*/
/* Large / Body / Centered / Dark font style */
/* Large / Body / Left / Dark font style */
/* Large / Body / Left / White font style */
/* Large / H1 LARGE font style */
/* Large / H1 LARGE / CENTRED / DARK font style */
/* Large / H1 Large / Left / Dark font style */
/* Large / H1 Small font style */
/* Large / H1 Small / Centre / Dark font style */
/* Large / H2 font style */
/* Large / H2 / Centered / Dark font style */
/* Large / H2 / Centered / White font style */
/* Large / H2 / Left / Dark font style */
/* Large / H2 / Left / Dark font style */
/* Large / H2 / Left / White font style */
/* Large / H2 / Left / White font style */
/* Large / H2 / Right / Dark font style */
/* Large / H3 / Centered / Dark font style */
/* Large / H3 / Left / Dark font style */
/* Large / H3 / Left / White font style */
/* Large / H4 font style */
/* Large / H4 / Centered / Dark font style */
/* Large / H4 / Centered / White font style */
/* Large / H4 / Centrered / Dark font style */
/* Large / H4 / Left / Dark font style */
/* Large / H4 / White / Dark font style */
/* Large / H5 font style */
/* Large / H5 / Centered / Dark font style */
/* Large / H5 / Left / Cyan font style */
/* Large / H5 / Left / Dark font style */
/* Large / H5 / Left / White font style */
/* Large / H5 / Left / White font style */
/* Large / H5 / Right / Dark font style */
/* Large / H5 / Right / White font style */
/* Large / Standfirst font style */
/* Medium / Body font style */
/* Medium / Body / Centered / Dark font style */
/* Medium / H1 LARGE font style */
/* Medium / H1 small font style */
/* Medium / H2 font style */
/* Medium / H3 font style */
/* Medium / H3 font style */
/* Medium / H4 / Left / Dark font style */
/* Medium / H5 / Left / Dark font style */
/* Medium / standfirst font style */
/* Misc / Caption / Centered / Dark font style */
/* Misc / Caption / Left / Cyan font style */
/* Misc / Caption / Left / Dark font style */
/* Misc / Caption / Left / White font style */
/* Misc / Caption / Right / Dark font style */
/* Misc / Label / Centered / Cyan font style */
/* Misc / Label / Centered / Teal font style */
/* Misc / Label / Centered / White font style */
/* Misc / Label / Cyan font style */
/* Misc / Label / Left / Cyan font style */
/* Misc / Label / Left / Dark font style */
/* Misc / Label / Left / Dark / Bold font style */
/* Misc / Label / Left / Teal font style */
/* Misc / Label / Left / White font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Left / Dark font style */
/* Misc / link / Centered / Dark font style */
/* Misc / link / Left / Dark font style */
/* Misc / link / Right / Dark font style */
/* Small / Body / Centered / Dark font style */
/* Small / Body / Left / Dark font style */
/* Small / Body / Left / White font style */
/* Small / H1 Large font style */
/* Small / H1 Large / Left / Centered font style */
/* Small / H1 Large / Left / Dark font style */
/* Small / H1 small / Left / Centered font style */
/* Small / H1 small / Left / Dark font style */
/* Small / H2 / Centered / Dark font style */
/* Small / H2 / Left / Dark font style */
/* Small / H2 / Left / White font style */
/* Small / H3 / Centered / Dark font style */
/* Small / H3 / Left / Dark font style */
/* Small / H4 / Centered / Dark font style */
/* Small / H4 / Left / Dark font style */
/* Small / H5 / Centered / Dark font style */
/* Small / H5 / Left / Cyan font style */
/* Small / H5 / Left / Dark font style */
/* Small / H5 / Left / White font style */
/* Small / Standfirst font style */
.adjacent-content {
    background: #e5f5fa;
    padding-top: 120px;
}

    .adjacent-content .heading-section h2 {
        font-size: 38px;
        line-height: 44px;
        text-align: center;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans-medium;
    }

    .adjacent-content .heading-section p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #4c4c4c;
        letter-spacing: -0.18px;
        font-style: normal;
        font-weight: 300;
        font-family: Museo Sans;
        font-family: Museo Sans-light;
    }

    .adjacent-content .service-main-card h5 {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #29a0a3;
        font-style: normal;
        font-weight: bold;
        font-family: Museo Sans;
    }

    .adjacent-content .service-main-card .info {
        padding: 60px 60px 0 0;
        background: #fff;
    }

    .adjacent-content .service-main-card h4 {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
    }

        .adjacent-content .service-main-card h4 i {
            color: #009dd1;
            font-size: 1em;
            font-weight: bold;
        }

    .adjacent-content .service-main-card img {
        width: 100%;
    }

    .adjacent-content .service-main-card .service-child-card-section .info {
        padding: 30px 30px 0 30px;
    }

@media (max-width: 949px) {
    .adjacent-content .service-main-card .info {
        padding: 0 15px 0 15px;
        background: none;
    }

        .adjacent-content .service-main-card .info .info-section {
            background: #fff;
            padding: 25px;
        }

        .adjacent-content .service-main-card .info h4 {
            font-size: 21px;
            line-height: 26px;
            text-align: left;
            color: #4c4c4c;
            font-style: normal;
            font-weight: 600;
            font-family: Museo Sans;
            font-family: 'Museo Sans-medium';
        }

    .adjacent-content .service-main-card .service-child-card-section .info {
        padding: 0 15px;
    }

        .adjacent-content .service-main-card .service-child-card-section .info.odd {
            max-width: 100%;
        }

    .adjacent-content .service-main-card img {
        max-height: 250px;
        overflow: hidden;
    }
}

.adjacent-content .heading-section h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
}

.background-default {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
    max-width: 1440px;
}

.onboard-major-services-brasserie {
    /*background-image: url("../images/barsandrestaurants.jpg");*/
}

.onboard-major-services-shopping {
    /*background-image: url("../images/shopping.jpg");*/
}

.onboard-major-services-restaurants-bars {
    /*background-image: url("../images/resto.jpg");*/
}

.onboard-major-services-entertainment {
    /*background-image: url("../images/entertaining.jpg");*/
}

.onboard-major-services-personal-cabins {
    /*background-image: url("../images/personalcabins.jpg");*/
}

.onboard-cabins-section-1 {
    background-image: url("../images/deck.png");
    height: 514px;
}

.magnify {
    position: relative;
    cursor: none;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 175px;
    height: 175px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.onboard-cabins-ticket-add-ons {
    /*background-image: url("../images/club-lounge.JPG");*/
    height: 290px;
}

@media (max-width: 949px) {
    .onboard-major-services-brasserie, .onboard-major-services-shopping, .onboard-major-services-restaurants-bars,
    .onboard-major-services-entertainment, .onboard-major-services-personal-cabins {
        height: 257px;
    }

    .onboard-cabins-section-1, .onboard-cabins-section-2 {
        height: 257px;
    }

    .magnify-large {
        width: 85px;
        height: 85px;
    }
}

.ship-details-large-image {
    background-image: url(../images/ship-large.png);
    background-size: contain;
    background-position: left top;
}

.travel-service-info .hash-color-box {
    padding: 30px;
}

.travel-service-info .border-bottom-middle {
    width: 40px;
    margin: 0px auto;
    border-bottom: 6px solid #009dd1;
}

.travel-service-info .logo-img {
    width: 60px;
    height: 60px;
    background-color: #4DA0A5;
    border-radius: 50%;
}

    .travel-service-info .logo-img img {
        padding: 10px;
        margin-top: 15px;
        width: 100%;
    }

.travel-service-info .service-updates .border-bottom {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid #e2e2e2;
}

.service-gh-ticket-addon .ticket-card-offset {
    top: -40px;
}

.service-gh-ticket-addon .overlay-content-card {
    padding: 40px;
}

.service-gh-ticket-addon .ticket-addons {
    height: 350px;
}

.service-gh-ticket-addon img {
    width: 100%;
}

.service-gh-ticket-addon .ticket-addon-1 {
    background-image: url(../images/entertaining.jpg);
}

.service-gh-ticket-addon .ticket-addon-2 {
    background-image: url(../images/club-lounge.jpg);
}

.service-gh-ticket-addon .ticket-addon-3 {
    background-image: url(../images/club-lounge.jpg);
}

.service-gh-ticket-addon .ticket-addon-4 {
    background-image: url(../images/club-lounge.jpg);
}

.services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-image {
    /*background-image: url("../images/barsandrestaurants.jpg");*/
    height: 413px;
}

.overlay-image img {
    width: 100%;
}

.services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/overlay-image.jpg");*/
    height: 413px;
}

.services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -105px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.service-gh-offer-in-store {
    background-image: url(../images/teddy-bear.jpg);
}

@media (max-width: 949px) {
    .services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .services-group-hub-overlay .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .services-group-hub-overlay .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .service-gh-ticket-addon .ticket-addons {
        height: 251px;
    }

    .service-gh-ticket-addon .overlay-content-card {
        padding: 20px;
    }

    .service-gh-offer-in-store {
        background-size: 100% 210px;
        background-position: top center;
    }

        .service-gh-offer-in-store .overlay-section-content-res {
            margin-top: 110px;
        }

            .service-gh-offer-in-store .overlay-section-content-res.px-40 {
                padding-left: 20px !important;
                padding-right: 20px !important;
            }

    .travel-service-info .hash-color-box {
        padding: 20px;
    }

    .twoway-route-singleline {
        min-width: 31px;
    }
}

.facilities-ship img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 30px;
}

@media (max-width: 949px) {
    .facilities-ship img {
        width: 73px;
        height: 73px;
    }
}

.accordion-styling {
    margin-top: 60px;
}

    .accordion-styling .card {
        margin-bottom: 20px;
        border: none;
    }

        .accordion-styling .card .card-header {
            background-color: #f4f3f4;
            border-radius: 6px !important;
            border: 0;
            padding: 0;
        }

            .accordion-styling .card .card-header h4 {
                background-color: #f4f3f4;
                border-radius: 6px;
                padding: 20px 15px;
                cursor: pointer;
                text-transform: capitalize;
            }

                .accordion-styling .card .card-header h4 .fa-chevron-down {
                    font-size: 1.25em;
                }

            .accordion-styling .card .card-header .fa-chevron-down {
                color: #29a0a3;
            }

            .accordion-styling .card .card-header.active .fa-chevron-down {
                transform: rotate(-180deg);
                color: #009dd1;
            }

        .accordion-styling .card .card-body {
            padding-top: 30px;
            padding-bottom: 40px;
        }

        .accordion-styling .card .accordion-content {
            display: none;
        }

            .accordion-styling .card .accordion-content.active {
                display: block;
            }

@media (max-width: 949px) {
    .accordion-styling {
        margin-top: 60px;
        margin-bottom: 60px;
    }

        .accordion-styling .card .card-body {
            padding: 30px 0px 30px 0px;
        }

        .accordion-styling .card .card-header h4 {
            font-size: 1.313em;
        }
}

.deck-plan *, .deck-plan .nav-link.active {
    color: #fff;
}

.deck-plan .accordion-styling .card {
    background: transparent;
    border-radius: 0;
}

    .deck-plan .accordion-styling .card .card-header {
        background: transparent;
    }

        .deck-plan .accordion-styling .card .card-header.active h4 i {
            color: #fff;
        }

        .deck-plan .accordion-styling .card .card-header h4 {
            background: transparent;
        }

            .deck-plan .accordion-styling .card .card-header h4 i {
                font-size: 1em;
                color: #fff;
            }

.tabs-styling {
    font-family: 'Museo Sans-light';
}

    .tabs-styling .nav-tabs .nav-link {
        border: 0;
        margin-right: 50px;
        font-size: 1.125em;
    }

        .tabs-styling .nav-tabs .nav-link.active {
            color: #fff;
            background-color: transparent;
            font-family: 'Museo Sans-bold';
            border-bottom: 3px solid #29a0a3;
        }

        .tabs-styling .nav-tabs .nav-link:hover {
            color: #fff;
        }

.li-circle li {
    list-style-type: circle;
}

.li-mb-30-20 li {
    margin-bottom: 30px;
}

.li-circle-dark li {
    list-style-image: url("../images/li-dark-bk.png");
}

.ship-details-deck {
    background-image: url("../images/deck.png");
    height: 260px;
    background-size: 100%;
    margin: 100px 50px;
}

@media (max-width: 949px) {
    .tabs-styling .nav-tabs .nav-link {
        margin-right: 16px;
    }

    .li-mb-30-20 li {
        margin-bottom: 20px;
    }

    .rotate-mobile {
        transform: rotate(-90deg);
        padding: 125px 0;
    }

    .ship-details-deck {
        background-image: url("../images/deck-mobile-rotated.png");
        height: 230px;
        margin: 55px 0px;
        background-size: contain;
    }
}

.random-image-gallery .gallery-image1 {
    /*background-image: url(../images/food6.jpg);*/
    height: 466px;
}

.random-image-gallery .gallery-image2 {
    /*background-image: url(../images/image-2.jpg);*/
    height: 387px;
}

.random-image-gallery .gallery-image3 {
    /*background-image: url(../images/add-on2.jpg);*/
    height: 315px;
}

.random-image-gallery .gallery-image2-align {
    width: 100%;
    right: 0;
    top: 275px;
}

.random-image-gallery .image2-align-left {
    left: 0 !important;
    padding-right: 0 !important;
}

.random-image-gallery .image2-align-right {
    display: block;
    padding-top: 10px !important;
}

    .random-image-gallery .image2-align-right .col-5 {
        float: right;
        padding-left: 0px !important;
        padding-right: 15px !important;
        margin-right: 8px;
        /*new*/
        padding-right: 6px !important;
        /*new*/
    }

@media (max-width: 949px) {
    .random-image-gallery .gallery-image1 {
        height: 342px;
    }

    .random-image-gallery .gallery-image2 {
        height: 200px;
    }

    .random-image-gallery .gallery-image3 {
        height: 133px;
    }

    .random-image-gallery .gallery-image2-align {
        top: 285px;
    }
}

@media (max-width: 949px) {
    .mini-cruis-gallery .pt-40 {
        padding-top: 0 !important;
    }
}

.about-ferries-group-hub {
    margin-top: 60px;
}

.ferries-group-hub-info {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-duration: 0.25s;
    transition-delay: 0.25s;
    margin-top: 120px;
}

    .ferries-group-hub-info.section-1-bg {
        background-image: url(../images/ferries-gh-bg-1.jpg);
    }

    .ferries-group-hub-info.section-2-bg {
        background-image: url(../images/mini-cruise-cycling.jpg);
    }

    .ferries-group-hub-info.section-3-bg {
        background-image: url(../images/ferries-gh-bg-1.jpg);
    }

    .ferries-group-hub-info.section-4-bg {
        background-image: url(../images/mini-cruise-cycling.jpg);
    }

    .ferries-group-hub-info nav.ferries-group-hub-left-nav {
        z-index: 99;
    }

    .ferries-group-hub-info .ferries-group-hub-left-nav ul {
        list-style: none;
        padding: 0;
    }

        .ferries-group-hub-info .ferries-group-hub-left-nav ul.nav-pills {
            position: sticky;
            top: 10px;
        }

        .ferries-group-hub-info .ferries-group-hub-left-nav ul li {
            border-left: 4px solid #fff;
            padding: 20px 20px 20px 0;
            line-height: 17px;
        }

            .ferries-group-hub-info .ferries-group-hub-left-nav ul li a {
                color: #fff;
                display: inline-block;
                padding-left: 20px;
                border-left: 4px solid transparent;
                font-size: 1.125em;
            }

        .ferries-group-hub-info .ferries-group-hub-left-nav ul .nav-link {
            padding: 0 0 0 20px;
        }

            .ferries-group-hub-info .ferries-group-hub-left-nav ul .nav-link.active {
                background-color: inherit;
                border-left: 4px solid #fff;
                font-weight: bold;
                border-radius: inherit;
            }

        .ferries-group-hub-info .ferries-group-hub-left-nav ul li.active a {
            border-left: 4px solid #fff;
            font-weight: bold;
        }

    .ferries-group-hub-info .ferries-group-hub-content {
        position: absolute;
        max-height: 600px;
        overflow: scroll;
    }

        .ferries-group-hub-info .ferries-group-hub-content::-webkit-scrollbar {
            width: 0px;
            background: transparent;
            /* make scrollbar transparent */
        }

        .ferries-group-hub-info .ferries-group-hub-content::-webkit-scrollbar {
            display: none;
            -ms-overflow-style: none;
            overflow: auto;
        }

        .ferries-group-hub-info .ferries-group-hub-content .white-block {
            background-color: #fff;
            padding: 0 60px 60px 60px;
            margin-top: 130px;
            text-align: center;
        }

            .ferries-group-hub-info .ferries-group-hub-content .white-block h1 {
                text-transform: inherit;
                text-align: center;
                font-family: 'Museo Sans-medium';
                margin-top: 50px;
            }

                .ferries-group-hub-info .ferries-group-hub-content .white-block h1 sup {
                    top: -0.3em;
                }

            .ferries-group-hub-info .ferries-group-hub-content .white-block .price .col-6:first-child {
                border-right: 1px solid #d3d3d3;
            }

            .ferries-group-hub-info .ferries-group-hub-content .white-block .price h5 {
                padding-left: 35px;
            }

        .ferries-group-hub-info .ferries-group-hub-content .blue-block {
            background-color: #e5f5fa;
            padding: 60px 60px 120px 60px;
        }

            .ferries-group-hub-info .ferries-group-hub-content .blue-block h2 {
                text-align: center;
            }

        .ferries-group-hub-info .ferries-group-hub-content .map1 img {
            margin-top: -130px;
        }

        .ferries-group-hub-info .ferries-group-hub-content .ferry-gh-slider-buttons {
            position: absolute;
            top: 35%;
            z-index: 2;
            width: 46px;
            height: 46px;
        }

        .ferries-group-hub-info .ferries-group-hub-content .slider-position-left {
            left: -20px;
        }

        .ferries-group-hub-info .ferries-group-hub-content .slider-position-right {
            right: -20px;
        }

.ferries-group-hub-overlay .image-content-overlay .overlay-image {
    background-image: url("../images/overlay-image.jpg");
    height: 519px;
}

.ferries-group-hub-overlay .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.ferries-group-hub-overlay .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.ferries-group-hub-overlay .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -105px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ferries-group-hub-overlay .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.ferries-group-hub-overlay .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

@media (max-width: 949px) {
    .about-ferries-group-hub {
        margin-top: 10px;
    }

        .about-ferries-group-hub .light-blue-bg {
            padding: 30px;
        }

    .ferries-group-hub-overlay .image-content-overlay .overlay-image {
        height: 281px;
    }

    .ferries-group-hub-overlay .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .ferries-group-hub-overlay .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .ferries-group-hub-overlay .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .ferries-group-hub-overlay .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .ferries-group-hub-info {
        background-image: none !important;
        margin-top: 0;
    }

        .ferries-group-hub-info .ferries-group-hub-content {
            position: inherit;
            max-height: inherit;
            overflow: inherit;
        }

            .ferries-group-hub-info .ferries-group-hub-content .white-block {
                padding: 0;
            }

            .ferries-group-hub-info .ferries-group-hub-content .blue-block {
                padding: 30px 30px 60px 30px;
            }

    .white-block {
        padding: 0;
    }

        .white-block h1 {
            margin-top: 20px;
        }
}

@media (max-width: 391px) {
    .transform-scale {
        transform: scaleX(1.085);
    }
}

@media (min-width: 392px) {
    .transform-scale {
        transform: scaleX(1.07);
    }
}

@media (min-width: 490px) {
    .transform-scale {
        transform: scaleX(1.06);
    }
}

@media (min-width: 564px) {
    .transform-scale {
        transform: scaleX(1);
    }
}

@media (min-width: 666px) {
    .transform-scale {
        transform: scaleX(1.046);
    }
}

@media (min-width: 720px) {
    .transform-scale {
        transform: scaleX(1.04);
    }
}

@media (min-width: 821px) {
    .transform-scale {
        transform: scaleX(1.035);
    }
}

@media (min-width: 931px) {
    .transform-scale {
        transform: scaleX(1.03);
    }
}

@media (min-width: 950px) {
    .transform-scale {
        transform: inherit;
    }
}

.z-index-n1 {
    z-index: -1;
}

.flag-logo {
    width: 25px;
    height: 17px;
}

.destination-mountain {
    background-image: url("../images/alps-mountains.jpg");
    height: auto;
}

.guides-red-mountain {
    background-image: url("../images/red-mountain.jpg");
    height: 520px;
}

.guides-breathtaking-scenery {
    background-image: url("../images/breathtaking-scenary.jpg");
    height: 390px;
}

.guides-mountain-valley {
    background-image: url("../images/mountain-water-people.jpg");
    height: 600px;
}

.guides-chamonix {
    background-image: url("../images/chamonix-guides.jpg");
    height: 652px;
}

.destination-slider-main .destination-slider {
    height: 540px;
}

.destination-slider-main .destination-slider-1 {
    background-image: url("../images/syncing-slider-guides-1.jpg");
}

.destination-slider-main .destination-slider-2 {
    background-image: url("../images/syncing-slider-guides-2.jpg");
}

.destination-overlay .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/barsandrestaurants.jpg");
    height: 415px;
}

.destination-overlay .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.destination-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.destination-overlay .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .destination-overlay .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.destination-overlay .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.destination-overlay .overlay-2 .image-content-overlay .overlay-image {
    background-image: url("../images/overlay-image.jpg");
    height: 415px;
}

.destination-overlay .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.destination-overlay .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.destination-overlay .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -105px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .destination-overlay .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.destination-overlay .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.border-left-cyan-5 {
    border-left: 5px solid #009dd1;
}

.bk-white {
    background-color: #fff;
}

.big-number {
    font-size: 200px;
    color: #e5f5fa;
}

    .big-number.postion-number-1 {
        position: relative;
        right: 0;
    }

    .big-number.postion-number-3 {
        position: relative;
        right: 89px;
        z-index: -1;
    }

.user-guides-feedback {
    padding-top: 30px;
    padding-bottom: 120px;
}

.card-level {
    padding: 47px 27px;
    background-color: #e5f5fa;
}

    .card-level.card-level-positon {
        position: absolute;
        bottom: 120px;
        right: -100px;
    }

.photograpghy-author {
    padding: 8px 15px;
}

    .photograpghy-author.photograpghy-author-position-right {
        background: white;
        position: absolute;
        bottom: -20px;
        right: 10px;
    }

    .photograpghy-author.photograpghy-author-position-left {
        background: white;
        position: absolute;
        bottom: -20px;
        left: 0px;
    }

.border-bottom-middle-80 {
    width: 80px;
    margin: 0px auto;
    border-bottom: 6px solid #009dd1;
}

.timeline {
    list-style: none;
    padding-top: 40px;
}

    .timeline .numbers {
        border: 2px solid #009dd1;
        margin: 0 auto;
        background: #fff;
        margin-bottom: 10px;
        font-family: 'Museo Sans-medium';
        border-radius: 50%;
        padding: 1px;
        font-size: .875em;
        width: 16px;
        height: 16px;
        z-index: 1;
        text-align: center;
        color: transparent;
        position: relative;
    }

        .timeline .numbers.content-none::before {
            display: none;
        }

    .timeline h6 {
        text-align: center;
        color: #009dd1;
    }

.line-bar-timeline {
    height: 1px;
    width: 77%;
    background-color: black;
    margin: 0 auto;
    position: relative;
    top: 48px;
}

.profile-section img {
    width: 145px;
    height: 145px;
    border-radius: 50%;
}

.guides-detail .ticket-slider-buttons {
    top: 25px;
}

.guides-detail .slick-disabled {
    display: none !important;
}

.destination-itinerary-section .itinerary-map {
    background-image: url("../images/destination-map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 410px;
}

.comment-section {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid #E9E9E9;
}

.destination-top-map {
    background-image: url("../images/destination-top-map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 90px;
    height: 100%;
}

    .destination-top-map .border-radius-5 {
        border-radius: 5px;
    }

@media (min-width: 950px) {
    .px-lg-60 {
        padding: 0 60px;
    }

    .pb-lg-50 {
        padding-bottom: 60px;
    }

    .banner-mt-spacing {
        margin-top: 68px;
    }

    .mt-lg-n60 {
        margin-top: -60px;
    }

    .absolute-b-lg-0 {
        position: absolute;
        bottom: 0;
    }

    .pl-lg-60 {
        padding-left: 60px;
    }

    .pt-lg-250 {
        padding-top: 250px;
    }

    .mt-lg-n80 {
        margin-top: -80px;
    }

    .gainsboro-lg-border-bottom {
        border-bottom: 1px solid #e2e2e2;
    }

    .mt-lg-n50 {
        margin-top: -50px;
    }
}

@media (max-width: 949px) {
    .profile-section img {
        width: 100%;
        height: auto;
    }

    .destination-slider-main .destination-slider {
        height: 210px;
    }

    .destination-overlay .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .destination-overlay .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .destination-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .destination-overlay .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .destination-overlay .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .destination-overlay .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .destination-overlay .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .destination-overlay .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .destination-overlay .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .destination-overlay .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .destination-mountain {
        height: auto;
    }

    .guides-mountain-valley {
        height: 210px;
    }

    .guides-red-mountain {
        height: 460px;
    }

    .guides-chamonix {
        height: 457px;
    }

    .guides-breathtaking-scenery {
        height: 343px;
    }

    .mt-mobile-n20 {
        margin-top: -20px;
    }

    .slider-padding-offset-20 .slick-list {
        padding: 0 20% 0 0;
    }

    .card-level {
        padding: 46px 20px;
        background-color: #e5f5fa;
    }

        .card-level.card-level-positon {
            position: absolute;
            bottom: calc(100% - 128px);
            right: 30px;
        }

    .pb-mobile-60 {
        padding-bottom: 60px;
    }

    .pb-mobile-60 {
        padding-bottom: 60px;
    }

    .big-number {
        font-size: 150px;
    }

        .big-number.postion-number-3 {
            position: relative;
            right: 0px;
            z-index: -1;
        }

    .timeline li {
        margin-bottom: 15px;
    }

        .timeline li:before {
            content: ' ';
            background: #4c4c4c;
            display: inline;
            position: absolute;
            left: 48%;
            width: 17px;
            height: 1px;
            top: 57px;
            transform: rotate(-90deg);
        }

        .timeline li.content-none::before {
            display: none;
        }

    .timeline .numbers:before {
        display: none;
    }

    .photograpghy-author.photograpghy-author-position-right {
        bottom: 0px;
        right: 15px;
    }

    .photograpghy-author.photograpghy-author-position-left {
        bottom: 0px;
        left: 0px;
    }

    .line-bar-timeline {
        display: none;
    }

    .user-guides-feedback {
        padding-bottom: 60px;
    }
}

.carvin-card-block {
    background-image: -webkit-linear-gradient(top, transparent 25%, #e5f5fa 0%);
    background-size: 100% 100%;
}

.caravan-card-bg-violet {
    background: linear-gradient(155.13deg, #964B98 0%, #C24E98 100%);
}

.caravan-card-bg-purple {
    background: linear-gradient(155.13deg, #29a0a3 0%, #24b2c2 100%);
}

.caravan-card-bg-pink {
    background: linear-gradient(155.13deg, #d94157 0%, #ee5973 100%);
}

.caravan-card-bg-grey {
    background: linear-gradient(155.13deg, #D3D3D3 30%, #E2E2E2 100%);
}

.caravan-card-bg-blue {
    background: linear-gradient(145.13deg, #00A9E1 51%, #4CC2EF 100%);
}

.caravan-shadow {
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, 0.1), 0 6px 22px 0 rgba(0, 0, 0, 0.1);
}

.carvan-offer-card {
    border-radius: 10px;
    padding: 13px 18px;
    color: #fff;
    width: 300px;
    position: relative;
    height: 175px;
}

    .carvan-offer-card h6 {
        font-size: .75em;
        color: #fff;
        font-family: 'Museo Sans-light';
        font-weight: 100;
    }

    .carvan-offer-card h4 {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
        color: #4c4c4c;
        font-style: normal;
        font-weight: 600;
        font-family: Museo Sans;
        color: #fff;
        font-family: 'Museo Sans-small';
        font-weight: 100;
    }

    .carvan-offer-card .caravan-offer-logo {
        margin-top: 5px;
        width: 45px;
    }

    .carvan-offer-card .disabled h1, .carvan-offer-card .disabled h6, .carvan-offer-card .disabled {
        color: #000 !important;
        opacity: .6;
    }

    .carvan-offer-card sup.pound-symbol {
        font-family: 'Museo Sans-medium';
        position: relative;
        font-size: 0.31em;
        top: -1.5em;
    }

.carvan-offer-card-mini {
    border-radius: 5px;
    padding: 6px 0px;
    color: #fff;
    width: auto;
    position: relative;
    height: 32px;
}

.itinerary-section .itinerary-overlay-1 {
    height: 440px;
}

    .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-image {
        background-image: url("../images/overlay-image.jpg");
        height: 440px;
    }

    .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: -95px;
    }

    .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: -500px;
    }

    .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-content {
        background-color: #fff;
        margin-left: -105px;
        max-height: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.itinerary-section .facilities-ship .feture-image img {
    width: 80px;
    height: 80px;
}

.itinerary-section ul.itinary-timeline {
    list-style-type: none;
    position: relative;
    padding-top: 0;
}

    .itinerary-section ul.itinary-timeline:before {
        content: ' ';
        background: #4c4c4c;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    .itinerary-section ul.itinary-timeline::after {
        content: ' ';
        position: absolute;
        left: 10px;
        height: 40px;
        z-index: 400;
        background-image: url(../svg-icons/ship-front.svg);
        width: 40px;
        background-size: 40px 40px;
        background-repeat: no-repeat;
        bottom: -55px;
    }

    .itinerary-section ul.itinary-timeline > li {
        margin: 50px 0;
        padding-left: 50px;
    }

        .itinerary-section ul.itinary-timeline > li:before {
            content: ' ';
            background: #fff;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #009dd1;
            left: 23px;
            width: 15px;
            height: 15px;
            z-index: 400;
            box-shadow: 0px 0px 0px 5px white;
            -moz-box-shadow: 0px 0px 0px 5px white;
            -webkit-box-shadow: 0px 0px 0px 5px white;
            -o-box-shadow: 0px 0px 0px 5px white;
        }

        .itinerary-section ul.itinary-timeline > li.ship-icon:first-child::before {
            background-image: url(../svg-icons/ship-front.svg);
            border: none;
            background-repeat: no-repeat;
            background-position: center top;
            min-height: 40px;
            border-radius: inherit;
            width: 40px;
            align-self: top;
            background-size: 40px 40px;
            left: 10px;
            transform: rotate(0deg);
            overflow: visible;
        }

        .itinerary-section ul.itinary-timeline > li.last-ship-icon {
            margin: 0 0;
        }

.itinerary-section .entertainment-onboard h4 {
    font-size: 21px;
    line-height: 26px;
    text-align: left;
    color: #4c4c4c;
    font-style: normal;
    font-weight: 600;
    font-family: Museo Sans;
}

.itinerary-section .entertainment-onboard img {
    max-height: 221px;
}

.itinerary-section .ticket-slider-buttons {
    top: 85px;
}

    .itinerary-section .ticket-slider-buttons .fa-chevron-right {
        padding-top: 2px;
        padding-left: 0px;
    }

    .itinerary-section .ticket-slider-buttons .fa-chevron-left {
        padding-top: 2px;
    }

.itinerary-section .your-cabin .cabin-image {
    max-height: 160px;
    overflow: hidden;
}

.itinerary-section .your-cabin .cabin-content {
    padding: 15px;
    border-top: 0;
    /*Radio box*/
}

    .itinerary-section .your-cabin .cabin-content.active .cabin-info {
        display: block;
    }

    .itinerary-section .your-cabin .cabin-content label span {
        font-weight: 300;
        font-family: 'Museo Sans-light';
    }

    .itinerary-section .your-cabin .cabin-content input[type="checkbox"], .itinerary-section .your-cabin .cabin-content input[type="radio"] {
        position: absolute;
        right: 9000px;
    }

    .itinerary-section .your-cabin .cabin-content i.fa-chevron-down, .itinerary-section .your-cabin .cabin-content i.fa-chevron-up {
        font-size: 1.063em;
    }

    .itinerary-section .your-cabin .cabin-content i.fa-info {
        border: 1.5px solid #009dd1;
        padding: 2px 5px;
        border-radius: 52px;
        font-size: .75em;
        font-weight: normal;
        color: #009dd1;
    }

    .itinerary-section .your-cabin .cabin-content input[type="radio"] + .label-text:before {
        content: "\f10c";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    .itinerary-section .your-cabin .cabin-content input[type="radio"]:checked + .label-text:before {
        content: "\f192";
        color: #009dd1;
        animation: effect 250ms ease-in;
    }

    .itinerary-section .your-cabin .cabin-content input[type="radio"]:disabled + .label-text {
        color: #aaa;
    }

        .itinerary-section .your-cabin .cabin-content input[type="radio"]:disabled + .label-text:before {
            content: "\f111";
            color: #ccc;
        }

.itinerary-section .your-cabin .cabin-info {
    display: none;
}

    .itinerary-section .your-cabin .cabin-info .qty {
        font-weight: 300;
        font-size: .875em;
        color: #009dd1;
    }

.updated-itinerary .itinerary-section {
    /*
    ul.itinary-timeline > li:before {
        margin-top: 116px;
    }*/
}

    .updated-itinerary .itinerary-section ul.itinary-timeline > li:before {
        background-color: #f4f3f4;
        box-shadow: 0px 0px 0px 5px #f4f3f4;
        -moz-box-shadow: 0px 0px 0px 5px #f4f3f4;
        -webkit-box-shadow: 0px 0px 0px 5px #f4f3f4;
        -o-box-shadow: 0px 0px 0px 5px #f4f3f4;
        -ms-box-shadow: 0px 0px 0px 5px #f4f3f4;
    }

    .updated-itinerary .itinerary-section .list-style-align-1:before {
        margin-top: 135px;
    }

    .updated-itinerary .itinerary-section .list-style-align-2:before {
        margin-top: 83px;
    }

    .updated-itinerary .itinerary-section .list-style-align-3:before {
        margin-top: 57px;
    }

    .updated-itinerary .itinerary-section .list-style-align-4:before {
        margin-top: 87px;
    }

    .updated-itinerary .itinerary-section .list-style-align-5:before {
        margin-top: 77px;
    }

    .updated-itinerary .itinerary-section ul.itinary-timeline > li.ship-icon:first-child::before {
        margin-top: 0;
    }

    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-image {
        /*background-image: url("../images/Image@3x.jpg");*/
        height: 293px;
    }

    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: -95px;
    }

    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: -500px;
    }

    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-content {
        background-color: #fff;
        margin-left: -111px;
        max-height: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/Image@3x.jpg");*/
    height: 293px;
}

.updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.updated-itinerary .itinerary-section .ship-bg:before {
    background-image: url(../svg-icons/ship-front.svg) !important;
    border-radius: inherit !important;
    border: none !important;
    height: 40px !important;
    width: 40px !important;
    background-size: 40px 40px !important;
    background-repeat: no-repeat !important;
    left: 10px !important;
}

.updated-itinerary .itinerary-section .itinary-timeline.no-dest-icon::after {
    background-image: none !important;
}

@media (max-width: 949px) {
    .itinerary-section ul.itinary-timeline:before {
        left: 9px;
    }

    .itinerary-section ul.timeline > li {
        padding-left: 20px;
    }

    .itinerary-section .itinerary-overlay-1 {
        height: auto;
    }

        .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-image {
            height: 281px;
        }

        .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-image-right {
            margin-left: 0;
        }

        .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-image-right-max {
            margin-left: 0;
        }

        .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-content {
            max-height: inherit;
            margin-top: -60px;
            padding: 0;
        }

            .itinerary-section .itinerary-overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
                padding: 0;
            }

    .itinerary-section ul.itinary-timeline > li.ship-icon:first-child::before {
        background-image: url(../svg-icons/ship-front.svg);
        border: none;
        background-repeat: no-repeat;
        background-position: center top;
        min-height: 30px;
        border-radius: inherit;
        width: 30px;
        background-size: 30px 30px;
        left: -5px;
        z-index:  999;
        transform: rotate(0deg);
    }

    .itinerary-section ul.itinary-timeline > li:before {
        left: 2.2px;
    }

    .itinerary-section ul.itinary-timeline > li {
        padding-left: 0;
    }

    .itinerary-section ul.itinary-timeline::after {
        width: 30px;
        background-size: 30px 30px;
        left: -4px;
    }

    .updated-itinerary .itinerary-section ul.itinary-timeline {
        margin-bottom: 50px;
    }

        .updated-itinerary .itinerary-section ul.itinary-timeline > li {
            padding-left: 0;
        }

            .updated-itinerary .itinerary-section ul.itinary-timeline > li:before {
                left: 2.2px;
            }

            .updated-itinerary .itinerary-section ul.itinary-timeline > li.ship-icon:first-child::before {
                left: -5px;
            }

            .updated-itinerary .itinerary-section ul.itinary-timeline > li.last-ship-icon::before {
                left: 0;
            }

        .updated-itinerary .itinerary-section ul.itinary-timeline:before {
            left: 9px;
        }

        .updated-itinerary .itinerary-section ul.itinary-timeline::after {
            height: 30px;
            width: 30px;
            background-size: 30px 30px;
            left: -4px;
        }

    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .updated-itinerary .itinerary-section .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .updated-itinerary .itinerary-section .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .updated-itinerary .itinerary-section .list-style-align-1:before {
        margin-top: 317px;
    }

    .updated-itinerary .itinerary-section .list-style-align-2:before {
        margin-top: 280px;
    }

    .updated-itinerary .itinerary-section .list-style-align-3:before {
        margin-top: 57px;
    }

    .updated-itinerary .itinerary-section .list-style-align-4:before {
        margin-top: 272px;
    }

    .updated-itinerary .itinerary-section .list-style-align-5:before {
        margin-top: 272px;
    }

    .updated-itinerary .itinerary-section .ship-bg:before {
        left: 0px !important;
        height: 20px !important;
        width: 20px !important;
        background-size: 20px 20px !important;
    }
}

.fa-star-circle {
    margin-top: 30px;
    background-color: #29a0a3;
    color: #fff;
    border-radius: 50%;
    font-size: .875em;
    padding: 10px;
}

.mini-cruises-section .ticket-slider-buttons {
    position: relative;
    top: 0;
}

    .mini-cruises-section .ticket-slider-buttons.slick-disabled {
        background-color: #d3d3d3;
    }

.mini-cruises {
    padding-top: 20px;
}

    .mini-cruises .ticket-card {
        padding-top: 0;
    }

    .mini-cruises .mini-cruises-main-cards .ticket-card-offset {
        top: 0;
    }

    .mini-cruises .mini-cruises-main-cards h2 i {
        font-size: 0.6em;
        font-weight: bold;
    }

    .mini-cruises .mini-cruises-sub-cards img {
        max-height: 213px;
        overflow: hidden;
        width: 100%;
    }

    .mini-cruises .mini-cruises-sub-cards .ticket-card {
        background-color: inherit;
        margin-top: -43px;
    }

        .mini-cruises .mini-cruises-sub-cards .ticket-card.no-strip {
            margin-top: 0;
        }

    .mini-cruises .mini-cruises-sub-cards .time {
        font-size: .875em;
    }

    .mini-cruises .view-all-btn {
        padding-top: 90px;
        padding-bottom: 120px;
    }

    .mini-cruises h6 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #29a0a3;
        font-style: normal;
        font-weight: bold;
        font-family: Museo Sans;
    }

    .mini-cruises .price {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        color: #009dd1;
        font-style: normal;
        font-weight: bold;
        font-family: Museo Sans;
    }

    .mini-cruises .mini-cruises-sub-cards h6 {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #4c4c4c;
        letter-spacing: -0.18px;
        font-style: normal;
        font-weight: 300;
        font-family: Museo Sans;
    }

        .mini-cruises .mini-cruises-sub-cards h6 .fa-chevron-right {
            font-size: .875em;
        }

.mini-cruises-main-cards .ticket-card-offset {
    top: 0;
}

.mini-cruises-main-cards .strip-section {
    margin-top: -110px;
}

.restaurant-bars-relatedmusic-mini-1 {
    /*background-image: url("../images/music1.jpg");*/
    height: 354px;
}

.restaurant-bars-relatedmusic-mini-2 {
    /*background-image: url("../images/pub-image1.jpg");*/
    height: 213px;
}

@media (max-width: 950px) {
    .restaurant-bars-relatedmusic-mini-1 {
        /*background-image: url("../images/music1.jpg");*/
        height: 298px;
    }

    .restaurant-bars-relatedmusic-mini-2 {
        /*background-image: url("../images/pub-image1.jpg");*/
        height: 223px;
    }
}

.accommodation-page-wrapper .image-section-1 .image-block {
    /*background-image: url("../images/mickey.jpg");*/
    height: 220px;
}

.accommodation-page-wrapper .image-section-1 .content-block {
    top: -30px;
    background-color: #fff;
    padding: 30px 20px;
}

.accommodation-page-wrapper .image-section-2 .image-block {
    background-image: url("../images/cottages.jpg");
    height: 220px;
}

.accommodation-page-wrapper .image-section-2 .content-block {
    top: -30px;
    background-color: #fff;
    padding: 30px 20px;
}

.accommodation-page-wrapper .image-section-3 .image-block {
    background-image: url("../images/snow-sketing.jpg");
    height: 220px;
}

.accommodation-page-wrapper .image-section-3 .content-block {
    top: -30px;
    background-color: #fff;
    padding: 30px 20px;
}

.accommodation-page-wrapper .overlay-1 .image-content-overlay .overlay-image {
    /*background-image: url("../images/summer-fun.jpeg");*/
    height: 520px;
}

.accommodation-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.accommodation-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.accommodation-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .accommodation-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.accommodation-page-wrapper .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.cabin-overlay-slider .slick-slide {
    max-height: 388px;
}

    .cabin-overlay-slider .slick-slide img {
        height: 100%;
        max-height: 388px;
        width: 100%;
    }

.info-solid-icon {
    background: url("../svg-icons/Info-solid.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

    .info-solid-icon.top {
        background-position: left top;
    }

.clock-svg-icon {
    background: url("../svg-icons/Clock.svg") no-repeat 100%;
    background-position: "center center";
    background-size: 20px;
    min-width: 20px;
}

.Info-outline {
    background: url(../svg-icons/Info-outline.svg) no-repeat 100% center;
    width: 20px;
}

.ship-svg-icon {
    background: url("../svg-icons/Ship.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

    .ship-svg-icon.bg-35 {
        background-size: 35px;
        min-width: 35px;
    }

.ship-black-svg-icon {
    background: url("../svg-icons/ship-black.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

    .ship-black-svg-icon.bg-35 {
        background-size: 35px;
        background-position: top left;
    }

.ship-front-icon {
    background: url(../svg-icons/ship-front.svg) no-repeat 100% center;
    width: 20px;
}

    .ship-front-icon.svg-center {
        background-position: center;
    }

.ship-front-40-svg-icon {
    background: url("../svg-icons/ship-front.svg") no-repeat 100%;
    background-position: center;
    background-size: 40px;
    min-width: 20px;
    height: 40px;
}

.ship-front-black-svg-icon {
    background: url("../svg-icons/ship-front-black.svg") no-repeat 100%;
    background-position: center;
    background-size: 20px;
    min-width: 20px;
    height: 20px;
}

    .ship-front-black-svg-icon.bg-50 {
        background-size: 50px;
        height: 50px;
    }

.ship-front-32-svg-icon-black {
    background: url("../svg-icons/ship-front-black.svg") no-repeat 100%;
    background-position: center;
    background-size: 32px;
    min-width: 32px;
    height: 32px;
}

.caravan-svg-icon {
    background: url("../svg-icons/Caravan.svg") no-repeat 100%;
    background-position: left;
    background-size: 40px;
    min-width: 20px;
}

    .caravan-svg-icon.svg-center {
        background-position: center;
    }

.reduced-service-icon {
    background: url("../svg-icons/Reduced-service.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

    .reduced-service-icon.reduced-icon-rotate {
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
    }

.Hold-fare-icon {
    background: url("../svg-icons/Hold-fare.svg") no-repeat 100%;
    background-position: center;
    background-size: 40px;
    min-width: 20px;
}

.tick-svg-icon {
    background: url("../svg-icons/Tick.svg") no-repeat 100%;
    background-position: center;
    background-size: 20px;
    min-width: 20px;
}

.tick-grey-svg-icon {
    background: url("../svg-icons/tick-grey.svg") no-repeat 100%;
    background-position: center;
    background-size: 20px;
    min-width: 20px;
}

.tick-aqua-svg-icon {
    background: url("../svg-icons/tick-aqua.svg") no-repeat 100%;
    background-position: center;
    background-size: 20px;
    min-width: 20px;
}

.ticket-svg-icon {
    background: url("../svg-icons/Ticket.svg") no-repeat 100%;
    background-position: "left";
    background-size: 20px;
    min-width: 20px;
}

    .ticket-svg-icon.svg-center {
        background-position: center;
    }

.ticket-40-svg-icon {
    background: url("../svg-icons/Ticket.svg") no-repeat 100%;
    background-position: center;
    background-size: 40px;
    min-width: 20px;
}

.ticket-gray-40-svg-icon {
    background: url("../svg-icons/ticket-gray.svg") no-repeat 100%;
    background-position: center;
    background-size: 40px;
    min-width: 20px;
}

.eye-svg-icon {
    background: url("../svg-icons/Eye.svg") no-repeat 100%;
    background-position: "center center";
    background-size: 20px;
    min-width: 20px;
}

.eye-disabled-svg-icon {
    background: url("../svg-icons/Eye-disabled.svg") no-repeat 100%;
    background-position: "center center";
    background-size: 20px;
    min-width: 20px;
}

.radio-unselected-svg-icon {
    background: url("../svg-icons/Radio-unselected.svg") no-repeat 100%;
    background-position: center;
    background-size: 20px;
    min-width: 20px;
}

.vehicle-minibus {
    background: url("../svg-icons/Minibus.svg") no-repeat 100%;
    background-position: center;
    background-size: 34px;
    min-width: 46px;
}

.vehicle-caravan {
    background: url("../svg-icons/Caravan.svg") no-repeat 100%;
    background-position: center;
    background-size: 36px;
    min-width: 48px;
}

.vehicle-car {
    background: url("../svg-icons/Car.svg") no-repeat 100%;
    background-position: center;
    background-size: 34px;
    min-width: 46px;
}

.vehicle-bicycle {
    background: url("../svg-icons/Bicycle.svg") no-repeat 100%;
    background-position: center;
    background-size: 34px;
    min-width: 46px;
}

.vehicle-motorhome {
    background: url("../svg-icons/Motorhome.svg") no-repeat 100%;
    background-position: center;
    background-size: 34px;
    min-width: 46px;
}

.Info-outline-aqua-25-svg {
    background: url("../svg-icons/Info-outline-aqua.svg") no-repeat 100%;
    background-position: "center center";
    background-size: 23px;
    min-width: 23px;
}

    .Info-outline-aqua-25-svg.svg-center {
        background-position: center;
    }

.plus-svg-icon {
    background: url("../svg-icons/Plus.svg") no-repeat 100%;
    background-position: center;
    background-size: 20px;
    min-width: 20px;
}

    .plus-svg-icon.bg-40 {
        background-size: 40px;
    }

.plus-solid-svg-icon {
    background: url("../svg-icons/Plus-solid.svg") no-repeat 100%;
    background-position: "center center";
    background-size: 20px;
    min-width: 20px;
}

.bank-transfer-white {
    background: url("../svg-icons/bank-transfer-white.svg") no-repeat 100%;
    background-position: "center center";
    background-size: 20px;
    min-width: 20px;
}

.advance-schedule {
    background: url("../svg-icons/calendar.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

.person-svg-icon {
    background: url("../svg-icons/Person.svg") no-repeat 100%;
    background-position: center;
    background-size: 40px;
    min-width: 40px;
}

.spinner-svg-icon {
    background: url("../svg-icons/Spinner.svg") no-repeat 100%;
    background-position: center;
    background-size: 50px;
    min-width: 50px;
    height: 50px;
    left: 0;
    top: 25px;
    animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.route-icon {
    background-image: url(../images/rout-icon1.png), url(../images/rout-icon2.png);
    background-position: left, right;
    background-repeat: no-repeat;
}

.route-icon-grey {
    background-image: url(../images/route-icon-left-bg-ash.png), url(../images/route-icon_right.png);
    background-position: left, right;
    background-repeat: no-repeat;
}

.route-icon-white {
    background-image: url(../images/route-icon_white.png), url(../images/route-icon_white_right.png);
    background-position: left, right;
    background-repeat: no-repeat;
}

.aqua-outline-exclamation {
    border: 1px solid #29a0a3;
    border-radius: 50%;
    padding: 0 8px 2px 8px;
    font-size: .875em;
}

.aqua-color-icon-circle {
    background-color: #29a0a3;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    letter-spacing: 0;
    font-family: 'Museo Sans-light';
    font-weight: 700;
    text-align: center;
    padding-top: 3px;
}

.aqua-color-outline-circle {
    border: 1px solid #29a0a3;
    padding: 2px 7px;
    border-radius: 50%;
}

.cyan-color-outline-circle {
    border: 1px solid #009dd1;
    padding: 2px 7px;
    border-radius: 50%;
}

.cyan-color-icon-circle {
    background-color: #009dd1;
    color: #fff;
    border-radius: 50%;
    padding: 7px 11px;
}

    .cyan-color-icon-circle.padding-3-8 {
        padding: 3px 8px;
    }

    .cyan-color-icon-circle.padding-3-7 {
        padding: 3px 7px;
    }

.plus-circle-icon {
    color: #fff;
    background-color: #009dd1;
    padding: 8px 10px;
    border-radius: 50%;
}

.cyan-ellipsis-circle-icon {
    color: #fff;
    background-color: #009dd1;
    border-radius: 50%;
    padding: 6px 6px 6px 11px;
}

    .cyan-ellipsis-circle-icon::before {
        content: '\2807';
    }

.car-svg-icon {
    background: url("../svg-icons/Car.svg") no-repeat 100%;
    background-position: center;
    background-size: 50px;
    min-width: 50px;
}

.phone-svg-icon {
    background: url("../svg-icons/Phone.svg") no-repeat 100%;
    background-position: center;
    background-size: 30px;
    min-width: 30px;
}

.phone-purple-svg-icon {
    background: url("../svg-icons/phone-purple.svg") no-repeat 100%;
    background-position: left;
    background-size: 24px;
    min-width: 24px;
}

    .phone-purple-svg-icon.svg-left {
        background-position: left top;
    }

.email-svg-icon {
    background: url("../svg-icons/Email.svg") no-repeat 100%;
    background-position: center;
    background-size: 30px;
    min-width: 30px;
}

.email-purple-svg-icon {
    background: url("../svg-icons/email-purple.svg") no-repeat 100%;
    background-position: left;
    background-size: 24px;
    min-width: 24px;
}

    .email-purple-svg-icon.svg-left {
        background-position: left top;
    }

.help-purple-svg-icon {
    background: url("../svg-icons/Help-purple.svg") no-repeat 100%;
    background-position: left;
    background-size: 24px;
    min-width: 24px;
}

    .help-purple-svg-icon.svg-left {
        background-position: left top;
    }

.chat-svg-icon {
    background: url("../svg-icons/Chat.svg") no-repeat 100%;
    background-position: center;
    background-size: 30px;
    min-width: 30px;
}

.chat-purple-svg-icon {
    background: url("../svg-icons/chat-purple.svg") no-repeat 100%;
    background-position: left;
    background-size: 24px;
    min-width: 24px;
}

    .chat-purple-svg-icon.svg-left {
        background-position: left top;
    }

.horn-svg-icon {
    background: url("../svg-icons/Update-horn.svg") no-repeat 100%;
    background-position: center;
    background-size: 30px;
    min-width: 30px;
}

.ship-anchor-svg-icon {
    background: url("../svg-icons/ship-anchor.svg") no-repeat 100%;
    background-position: center;
    background-size: 18px;
    min-width: 18px;
}

.route-both-side-svg-icon {
    background: url("../svg-icons/route-both-side.svg") no-repeat 100%;
    background-position: center;
    background-size: 18px;
    min-width: 18px;
}

.drink-svg-icon {
    background: url("../svg-icons/drink.svg") no-repeat 100%;
    background-position: center;
    background-size: 18px;
    min-width: 18px;
}

.passengers-svg-icon {
    background: url("../svg-icons/Passengers.svg") no-repeat 100%;
    background-position: center;
    background-size: 30px;
    min-width: 30px;
}

    .passengers-svg-icon.svg-left {
        background-position: left;
    }

    .passengers-svg-icon.bg-40 {
        background-size: 40px;
        height: 40px;
    }

.thumbs-down-svg-icon {
    background: url("../svg-icons/thumbs-down.svg") no-repeat 100%;
    background-position: center;
    background-size: 21px;
    min-width: 21px;
}

    .thumbs-down-svg-icon.svg-left {
        background-position: left;
    }

.close-svg-icon {
    background: url("../svg-icons/close.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

.close-black-svg-icon {
    background: url("../svg-icons/close-black.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

    .close-black-svg-icon.bg-15 {
        background-size: 15px;
        min-width: 19px;
        height: 19px;
    }

.close-white-svg-icon {
    background: url("../svg-icons/close-white.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

    .close-white-svg-icon.bg-60 {
        background-size: 60px;
        height: 60px;
    }

.location-svg-icon {
    background: url("../svg-icons/Preferred-location.svg") no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
}

.ship-front-img img {
    width: 40px;
}

.modal-content {
    border-radius: 0;
}

button.popup-close-icon {
    padding: 0 0 40px 0;
    margin-right: -15px;
    font-size: 2.917em;
}

.m-popup-fullwidth {
    max-width: 100%;
}

.signin-popup.modal,
.signup-popup.modal,
.signin-booking-ref-popup.modal,
.password-confirm-popup.modal,
.add-password-popup.modal,
.addon-overlay-popup.modal,
.terms-popup.modal,
.guest-user-upgrade-popup.modal {
    padding-top: 100px;
    padding-bottom: 100px;
}

.signin-popup .modal-dialog,
.signup-popup .modal-dialog,
.signin-booking-ref-popup .modal-dialog,
.password-confirm-popup .modal-dialog,
.add-password-popup .modal-dialog,
.addon-overlay-popup .modal-dialog,
.terms-popup .modal-dialog,
.guest-user-upgrade-popup .modal-dialog {
    max-width: 100%;
}

    .signin-popup .modal-dialog .close,
    .signup-popup .modal-dialog .close,
    .signin-booking-ref-popup .modal-dialog .close,
    .password-confirm-popup .modal-dialog .close,
    .add-password-popup .modal-dialog .close,
    .addon-overlay-popup .modal-dialog .close,
    .terms-popup .modal-dialog .close,
    .guest-user-upgrade-popup .modal-dialog .close {
        opacity: 1;
    }

.signin-popup .form-block,
.signup-popup .form-block,
.signin-booking-ref-popup .form-block,
.password-confirm-popup .form-block,
.add-password-popup .form-block,
.addon-overlay-popup .form-block,
.terms-popup .form-block,
.guest-user-upgrade-popup .form-block {
    padding: 60px;
}

.signin-popup .modal-content,
.signup-popup .modal-content,
.signin-booking-ref-popup .modal-content,
.password-confirm-popup .modal-content,
.add-password-popup .modal-content,
.addon-overlay-popup .modal-content,
.terms-popup .modal-content,
.guest-user-upgrade-popup .modal-content {
    background-image: url("../svg-icons/sign-in-footer-bg.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.signin-popup .offer-block,
.signup-popup .offer-block,
.signin-booking-ref-popup .offer-block,
.password-confirm-popup .offer-block,
.add-password-popup .offer-block,
.addon-overlay-popup .offer-block,
.terms-popup .offer-block,
.guest-user-upgrade-popup .offer-block {
    padding: 40px;
    display: inline-table;
    background-image: none;
    border: 0;
}

    .signin-popup .offer-block .ship-front,
    .signup-popup .offer-block .ship-front,
    .signin-booking-ref-popup .offer-block .ship-front,
    .password-confirm-popup .offer-block .ship-front,
    .add-password-popup .offer-block .ship-front,
    .addon-overlay-popup .offer-block .ship-front,
    .terms-popup .offer-block .ship-front,
    .guest-user-upgrade-popup .offer-block .ship-front {
        background-position: center;
    }

.password-confirm-popup .modal-content, .terms-popup .modal-content, .addon-overlay-popup .modal-content {
    background-image: none;
}

.forgot-popup.modal, .error-popup.modal, .max-width-popup.modal {
    padding-top: 100px;
}

.forgot-popup .modal-dialog, .error-popup .modal-dialog, .max-width-popup .modal-dialog {
    max-width: 100%;
}

    .forgot-popup .modal-dialog .close, .error-popup .modal-dialog .close, .max-width-popup .modal-dialog .close {
        opacity: 1;
    }

.error-close-btn a {
    background-color: #009dd1;
    padding: 5px 10px 7px 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    font-family: 'Museo Sans-medium';
    float: none;
    opacity: 1;
    font-size: inherit;
}

    .error-close-btn a.close:hover {
        color: #fff;
    }

    .error-close-btn a.check {
        padding: 8px 10px 7px 10px;
    }

.password-instructions-right, .password-instructions-wrong {
    list-style: none;
    padding: 0;
}

    .password-instructions-right:before, .password-instructions-wrong:before {
        font-family: 'FontAwesome';
        margin: 0 5px 0 -15px;
        font-weight: bold;
    }

    .password-instructions-right li, .password-instructions-wrong li {
        padding-top: 15px;
        font-size: .875em;
    }

    .password-instructions-right:before {
        content: "\f00c";
        color: #29a0a3;
    }

    .password-instructions-wrong:before {
        content: "\f00d";
        color: #d10000;
    }

.blue-strip {
    width: 100%;
    margin: 0px auto;
    border-top: 8px solid #009dd1;
}

.popup-logo-top {
    width: 60px;
    height: 60px;
    left: 50%;
    text-align: center;
    top: -20px;
    position: absolute;
    transform: translateX(-50%);
    background: white;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #d3d3d3;
}

    .popup-logo-top img {
        width: 45px;
        padding-top: 20px;
    }

.register-mobile .offer-block {
    padding: 20px;
}

@media (max-width: 949px) {
    .rac-overlay-popup .rac-logo {
        width: 40px;
        height: 40px;
        padding: 6px 5px;
    }

        .rac-overlay-popup .rac-logo img {
            width: 30px;
        }

    .modal {
        margin: 0 auto;
        max-width: 510px;
    }

    .modal-dialog {
        margin: 0 20px;
    }

    .signin-popup .form-block, .signup-popup .form-block, .signin-booking-ref-popup .form-block, .password-confirm-popup .form-block, .add-password-popup .form-block, .addon-overlay-popup .form-block {
        padding: 30px 20px;
    }
}

.modal-country-tag {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=40);
    z-index: 1000;
    display: block;
}

.form-control:focus {
    box-shadow: none;
}

.form-group input.form-control, .form-group select.form-control {
    padding: 10px;
    height: auto;
}

    .form-group input.form-control.border2b, .form-group select.form-control.border2b {
        border: 2px solid #009dd1;
    }

    .form-group input.form-control:focus.border2b, .form-group select.form-control:focus.border2b {
        border: 2px solid #009dd1;
    }

.field-icon-right {
    float: right;
    margin-top: -37px;
    position: relative;
    z-index: 2;
    right: 10px;
}

    .field-icon-right.top-adjust {
        margin-top: -33px;
    }

.phone-field select {
    max-width: 80px;
}

.phone-field .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.phone-field .dropdown-toggle {
    max-width: 80px;
    max-width: 80px;
    width: 100%;
    min-width: 40px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 6px;
}

.phone-field .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 8px !important;
    height: 40px !important;
    padding: 6px 10px 5px 10px !important;
    border-right: 1px solid #dee2e6 !important;
}

.phone-field .btn-light:not(:disabled):not(.disabled).active, .phone-field .btn-light:not(:disabled):not(.disabled):active, .phone-field .show > .btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
}

.phone-field .dropdown-toggle::after {
    top: 8px;
}

@media (max-width: 949px) {
    .phone-field .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        padding-right: inherit;
    }
}

.errorbox {
    border-radius: 4px;
    border-color: #d10000 !important;
    padding: 16px;
    border: 1px solid #d10000;
}

    .errorbox .error-text {
        color: #d10000;
        font-family: "Museo Sans";
        font-size: .875em;
        line-height: 22px;
    }

        .errorbox .error-text::before {
            content: "\f06a";
            color: #d10000;
            font-family: "FontAwesome";
            font-size: 1.125em;
            line-height: 22px;
            padding-right: 5px;
        }

        .errorbox .error-text a, .errorbox .error-text a:hover, .errorbox .error-text a:visited {
            color: #d10000;
            font-family: "Museo Sans";
            font-size: 1em;
            line-height: 16px;
            text-decoration: underline;
            padding-left: 5px;
        }

    .errorbox .erroricon {
        font-size: 1.375em;
        padding-right: 10px;
    }

input.error, input.input-validation-error, textarea.input-validation-error, .cust-dropdown > .error {
    border: 1px solid #d10000 !important;
    position: relative;
    padding: 2px;
}

    input.error.border-2, input.input-validation-error.border-2, textarea.input-validation-error.border-2, .cust-dropdown > .error.border-2 {
        border: 2px solid #d10000;
    }

.error-text {
    color: #d10000;
    font-family: "Museo Sans";
    font-size: .875em;
    line-height: 22px;
}

.erroricon {
    height: 16px;
    width: 16px;
    padding-right: 10px;
}

.notification-msg {
    border-radius: 4px;
    padding: 16px;
    background-color: #964b98;
    color: #fff;
    /*a:focus{
      background-color: transparent !important;
    }*/
}

    .notification-msg a {
        color: #fff;
        text-decoration: underline;
        font-weight: 500;
    }

    .notification-msg.orange-bg {
        background-color: #f08212;
    }

    .notification-msg .select-wrapper.select-arrow-adjust:after {
        top: 5px;
    }

.radio-btn-switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 22px;
}

    .radio-btn-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.radio-btn-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .radio-btn-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 3px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .radio-btn-slider {
    background-color: #009dd1;
}

    input:checked + .radio-btn-slider::before {
        left: 2px;
    }

input:focus + .radio-btn-slider {
    -webkit-box-shadow: 0 0 10px #009dd1;
    box-shadow: 0 0 10px #009dd1;
}

input:checked + .radio-btn-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.radio-btn-slider.round {
    border-radius: 34px;
}

    .radio-btn-slider.round:before {
        border-radius: 50%;
    }

.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #009dd1;
    border-radius: .25em;
    width: 1.2em;
    height: 1.2em;
    float: left;
    margin-right: .5em;
}

    .radio .cr.fr-circle {
        width: 30px;
        height: 30px;
    }

        .radio .cr.fr-circle .cr-icon {
            left: 25%;
        }

.radio .cr {
    border-radius: 50%;
}

    .radio .cr .cr-icon {
        position: absolute;
        font-size: .6em;
        line-height: 0;
        top: 50%;
        left: 9%;
        margin-left: 0.15em;
    }

        .radio .cr .cr-icon::before {
            margin-left: 0.7px;
        }

.radio label input[type="radio"] {
    display: none;
}

    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3);
        opacity: 0;
    }

    .radio label input[type="radio"]:checked + .fr-circle {
        background-color: #009dd1;
    }

    .radio label input[type="radio"]:focus + .fr-circle {
        border: 4px solid #009dd1;
    }

    .radio label input[type="radio"]:checked + .cr.fr-circle {
        background: url(../svg-icons/Tick-white.svg) 100%;
        background-repeat: no-repeat;
        background-position: 4px 4px;
        background-color: #009dd1;
        background-size: 17px;
    }

    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
        color: #009dd1;
    }

    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

/* The container */
.rect-checkbox {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.375em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .rect-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #009dd1;
}

    .checkmark.white {
        border: 2px solid #fff;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
.rect-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.rect-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #009dd1;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notification-msg .rect-checkbox .checkmark:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

/* checkbox with border */
.checkmark-disableBdr {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d3d3d3;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark-disableBdr:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
.rect-checkbox input:checked ~ .checkmark-disableBdr {
    border: 2px solid #009dd1;
}

    .rect-checkbox input:checked ~ .checkmark-disableBdr:after {
        display: block;
    }

/* Style the checkmark/indicator */
.rect-checkbox .checkmark-disableBdr:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #009dd1;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-radio label {
    position: relative;
    cursor: pointer;
    color: #009dd1;
    font-size: 1.438em;
}

.cust-radio input[type="radio"] {
    position: absolute;
    right: 9000px;
}

    /*Radio box*/
    .cust-radio input[type="radio"] + .label-text:before {
        content: "\f10c";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    .cust-radio input[type="radio"]:checked + .label-text:before {
        content: "\f192";
        color: #009dd1;
        animation: effect 250ms ease-in;
    }

    .cust-radio input[type="radio"]:disabled + .label-text {
        color: #aaa;
    }

        .cust-radio input[type="radio"]:disabled + .label-text:before {
            content: "\f111";
            color: #ccc;
        }

.phone-code .select-selected {
    padding: 0px 5px;
    height: 50px;
    line-height: 50px;
}

.checkboxfocus:focus + .checkmark {
    box-shadow: 0px 0px 2px 1px #009dd1;
}

@media (max-width: 374px) {
    .form-group input.form-control {
        padding: 10px;
    }
}

.breadcrum-styling {
    font-family: 'Museo Sans-medium';
}

    .breadcrum-styling .breadcrumb {
        background: #fff;
        padding-left: 0;
    }

    .breadcrum-styling .breadcrumb-item a {
        color: #009dd1;
        font-size: .875em;
    }

    .breadcrum-styling .breadcrumb-item::before {
        color: #009dd1;
    }

.tooltip-inner {
    background-color: #fff;
    max-width: 480px;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0px -1px 14px 1px #d0cfcf;
    color: #111;
}

.tooltip.show {
    opacity: 1;
    padding: 0;
}

.tooltip .arrow {
    display: none;
}

@media (max-width: 949px) {
    .tooltip-inner {
        margin: 0px 15px;
        padding: 20px;
    }
}

.myaccount-left-nav ul {
    list-style: none;
    padding: 0;
    max-width: 343px;
    margin: auto;
}

    .myaccount-left-nav ul li {
        padding: 15px 0;
    }

        .myaccount-left-nav ul li a {
            color: #4c4c4c;
            font-size: 1em;
            font-family: 'Museo Sans-light';
            display: inline-block;
        }

            .myaccount-left-nav ul li a.disable {
                color: #d3d3d3;
            }

.my-detail .nav-tabs-horizontal li {
    margin-right: 0;
}

.my-detail .car-svg-icon.size-36 {
    background-size: 36px;
}

.horizontal-menu {
    background-color: inherit;
    margin-top: 35px;
}

    .horizontal-menu .nav-item {
        display: inline;
        margin-right: 50px;
    }

        .horizontal-menu .nav-item a {
            border: 3px solid transparent;
            font-size: 18px;
            line-height: 28px;
            text-align: left;
            color: #000000;
            letter-spacing: -0.2px;
            font-style: normal;
            font-weight: 300;
            font-family: Museo Sans;
            font-family: 'Museo Sans-light';
            font-size: .875em;
        }

            .horizontal-menu .nav-item a.active, .horizontal-menu .nav-item a:hover {
                background-color: transparent;
                border: 3px solid transparent;
                border-bottom: 3px solid #29a0a3;
                font-weight: 700;
            }

        .horizontal-menu .nav-item:last-child {
            margin-right: 0;
        }

        .horizontal-menu .nav-item a:not(.active) {
            border: 0;
        }

    .horizontal-menu .nav-tabs {
        padding-bottom: 0;
    }

        .horizontal-menu .nav-tabs a.active, .horizontal-menu .nav-tabs a:hover {
            border-left: 0;
            border-right: 0;
        }

.res-menu-icon {
    width: 20px;
}

.main-menu {
    /* adds some margin below the link sets  */
    /* breakpoint and up - mega dropdown styles */
}

    .main-menu .navbar {
        padding: 0;
    }

        .main-menu .navbar ul.navbar-nav .nav-item {
            margin: 0;
            padding: 15px 15px 10px 0;
        }

            .main-menu .navbar ul.navbar-nav .nav-item .nav-link {
                padding: 0;
                color: #4c4c4c;
                font-family: "Museo Sans-medium";
                font-size: 0.875em;
                border-bottom: 2px solid #fff;
            }

                .main-menu .navbar ul.navbar-nav .nav-item .nav-link.dropdown-toggle::after {
                    border-width: 0px;
                    border-style: initial;
                    border-color: initial;
                    border-image: initial;
                }

                .main-menu .navbar ul.navbar-nav .nav-item .nav-link:hover, .main-menu .navbar ul.navbar-nav .nav-item .nav-link:focus, .main-menu .navbar ul.navbar-nav .nav-item .nav-link.active {
                    border-bottom: 2px solid #009dd1;
                }

            .main-menu .navbar ul.navbar-nav .nav-item.ext-links {
                padding-right: 0;
            }

                .main-menu .navbar ul.navbar-nav .nav-item.ext-links a.nav-link {
                    font-family: "Museo Sans-light" !important;
                    font-size: .813em;
                    font-weight: 700;
                }

            .main-menu .navbar ul.navbar-nav .nav-item:first-child {
                padding-left: 0;
            }

            .main-menu .navbar ul.navbar-nav .nav-item:last-child {
                float: right;
                /* last li item */
            }

            .main-menu .navbar ul.navbar-nav .nav-item.ext-links .dropdown {
                float: left;
            }

            .main-menu .navbar ul.navbar-nav .nav-item.ext-links a.nav-link {
                float: left;
            }

            .main-menu .navbar ul.navbar-nav .nav-item.ext-links .country-dropdown {
                max-width: 225px;
                box-shadow: 0px -1px 14px 1px #d0cfcf;
                padding-bottom: 0;
                padding-top: 0;
                background-image: none;
            }

                .main-menu .navbar ul.navbar-nav .nav-item.ext-links .country-dropdown ul {
                    list-style: none;
                }

                    .main-menu .navbar ul.navbar-nav .nav-item.ext-links .country-dropdown ul li {
                        padding: 5px 0;
                    }

                        .main-menu .navbar ul.navbar-nav .nav-item.ext-links .country-dropdown ul li.active a {
                            color: #009dd1;
                            background: url(../svg-icons/tick.svg) no-repeat 94%;
                            background-position: right;
                        }

                        .main-menu .navbar ul.navbar-nav .nav-item.ext-links .country-dropdown ul li a {
                            color: #4c4c4c;
                            font-size: .875em;
                            font-weight: 500;
                            display: block;
                        }

                            .main-menu .navbar ul.navbar-nav .nav-item.ext-links .country-dropdown ul li a:hover {
                                background: url(../svg-icons/tick.svg) no-repeat 94%;
                                background-position: right;
                                color: #009dd1;
                            }

        .main-menu .navbar .dropdown-menu div[class*="col"] {
            margin-bottom: 1rem;
        }

        .main-menu .navbar .dropdown-menu {
            border: none;
        }

@media screen and (min-width: 950px) {
    .main-menu {
        /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
        /* makes the dropdown full width  */
        /* shows the dropdown menu on hover */
    }

        .main-menu .ext-links {
            position: relative;
        }

        .main-menu .navbar .dropdown {
            position: static;
        }

        .main-menu .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            /*  height of nav-item  */
            top: 36px;
            display: block;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s, opacity 0.3s linear;
            border-top: 0;
            background-image: url(../svg-icons/sign-in-footer-bg.svg);
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: contain;
            padding-bottom: 80px;
        }

            .main-menu .navbar .dropdown-menu ul .nav-item {
                padding: 15px 15px 0 0 !important;
            }

                .main-menu .navbar .dropdown-menu ul .nav-item:first-child {
                    padding: 15px 15px 0 0 !important;
                }

                .main-menu .navbar .dropdown-menu ul .nav-item a.nav-link {
                    display: inline-block;
                    font-family: "Museo Sans-small";
                    font-weight: 500;
                }

                    .main-menu .navbar .dropdown-menu ul .nav-item a.nav-link.active {
                        border-bottom: 2px solid #009dd1;
                    }

            .main-menu .navbar .dropdown-menu .quick-links ul .nav-item {
                padding: 5px 15px 0 0 !important;
                font-size: .75em;
            }

                .main-menu .navbar .dropdown-menu .quick-links ul .nav-item:first-child {
                    padding: 5px 15px 0 0 !important;
                }

                .main-menu .navbar .dropdown-menu .quick-links ul .nav-item a.nav-link {
                    color: #009dd1;
                    font-size: .75em;
                }

        .main-menu .navbar .dropdown .dropdown-menu.show, .main-menu .navbar .dropdown .dropdown-menu:hover {
            display: block;
            visibility: visible;
            opacity: 1;
            transition: visibility 0s, opacity 0.3s linear;
        }

        .main-menu .navbar .dropdown-menu {
            background-color: #fff;
        }
}

@media (max-width: 949px) {
    .main-menu .main-menu-resp-adj {
        position: absolute;
        z-index: 99;
        background-color: #fff;
        top: 0px;
        -moz-box-shadow: 3px 10px 10px -5px #ccc;
        -webkit-box-shadow: 3px 10px 10px -5px #ccc;
        box-shadow: 3px 10px 10px -5px #ccc;
    }

        .main-menu .main-menu-resp-adj ul.navbar-nav .nav-item .nav-link.active {
            border-bottom: 0;
        }

        .main-menu .main-menu-resp-adj ul.navbar-nav .nav-item .nav-link {
            padding-left: 15px;
        }

        .main-menu .main-menu-resp-adj .ext-links .country-dropdown.pop {
            position: fixed !important;
            top: 70px !important;
            background-color: #FFF;
            z-index: 9999999 !important;
            display: block;
            margin: 0 10px !important;
            min-width: 95% !important;
        }

    .main-menu .navbar ul.navbar-nav .nav-item {
        padding: 15px 15px 15px 0;
        border-bottom: 1px solid #dee2e6;
    }

        .main-menu .navbar ul.navbar-nav .nav-item.ext-links a.nav-link, .main-menu .navbar ul.navbar-nav .nav-item.ext-links .dropdown {
            float: none;
            font-family: "Museo Sans-light";
            font-weight: 600;
        }

        .main-menu .navbar ul.navbar-nav .nav-item.ext-links .dropdown {
            position: relative;
        }

            .main-menu .navbar ul.navbar-nav .nav-item.ext-links .dropdown .country-dropdown {
                display: none;
                position: absolute;
                min-width: 100%;
                margin: 0 auto;
                top: 25px;
            }

                .main-menu .navbar ul.navbar-nav .nav-item.ext-links .dropdown .country-dropdown.show {
                    display: block;
                }

        .main-menu .navbar ul.navbar-nav .nav-item.dropdown > a::after {
            content: "\f054";
            font: normal normal normal 14px/1 FontAwesome;
            color: #009dd1;
            padding-top: 4px;
            position: absolute;
        }

    .main-menu .navbar ul.navbar-nav .dropdown-menu {
        padding: 0;
        display: block;
    }

        .main-menu .navbar ul.navbar-nav .dropdown-menu .border-right {
            border-right: 0 !important;
        }

        .main-menu .navbar ul.navbar-nav .dropdown-menu div[class*="col"] {
            margin-bottom: 0;
        }

        .main-menu .navbar ul.navbar-nav .dropdown-menu ul .nav-item {
            padding: 5px 5px 0 0;
            border-bottom: 0;
        }

            .main-menu .navbar ul.navbar-nav .dropdown-menu ul .nav-item .nav-link {
                font-family: "Museo Sans-light";
                font-weight: 600;
            }
}

@media (max-width: 949px) {
    .horizontal-menu .nav-item {
        margin-right: 0;
    }

    .myaccount-left-nav .open .fa-chevron-down {
        position: relative;
        transform: rotateX(-180deg);
        top: 2px;
    }

    .myaccount-left-nav ul {
        display: none;
        border-radius: 10px;
        padding: 20px;
        background: #fff;
        text-align: center;
    }

        .myaccount-left-nav ul li.active {
            border-left: none;
        }

    .res-main-menu {
        list-style: none;
        padding: 0 15px;
        display: block;
    }

        .res-main-menu li {
            float: left;
            padding-left: 10px;
            padding-right: 10px;
            font-size: .875em;
        }

            .res-main-menu li:first-child {
                padding-left: 0;
            }

            .res-main-menu li:first-last {
                padding-right: 0;
            }

            .res-main-menu li a {
                color: #4c4c4c;
                font-family: "Museo Sans-medium";
            }
}

@media (min-width: 950px) {
    .res-main-menu {
        display: none;
    }

    .myaccount-left-nav ul li.active a {
        font-family: 'Museo Sans-medium';
        padding-left: 9px;
        margin-left: -13px;
        border-left: 4px solid #29a0a3;
    }
}

.top-quick-menu {
    list-style: none;
    float: right;
}

    .top-quick-menu li {
        float: left;
    }

        .top-quick-menu li a {
            padding: 0 10px 10px 10px;
            color: #000;
            font-size: .688em;
            font-family: "Museo Sans-small";
            color: #525252;
        }

        .top-quick-menu li:last-child a {
            padding-right: 0;
        }

.logo-res-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

    .logo-res-menu .navbar-toggler {
        outline: 0;
    }

    .logo-res-menu li {
        float: left;
    }

        .logo-res-menu li a {
            padding: 0 10px;
            font-size: .875em;
            color: #4c4c4c;
            font-weight: 500;
        }

.top-breadcrumb .breadcrumb {
    background-color: #fff;
}

    .top-breadcrumb .breadcrumb li {
        font-size: .688em;
        font-family: 'Museo Sans-medium';
    }

        .top-breadcrumb .breadcrumb li::before {
            color: #009dd1;
        }

.notificationmsg {
    float: right;
}

    .notificationmsg p {
        font-size: .875em !important;
    }

.notification-icon {
    background-color: #e5f5fa;
    width: 62px;
    height: 62px;
    border-radius: 49px;
    display: flex;
    padding: 8px;
}

span.notification-type1 {
    background-image: url(../svg-icons/passengers.svg);
    border: none;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: inherit;
    width: 50px;
    background-size: 35px;
}

span.notification-type2 {
    background-image: url(../svg-icons/ship-front.svg);
    border: none;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: inherit;
    width: 50px;
    background-size: 35px;
}

span.notification-type3 {
    background-image: url(../svg-icons/update-horn.svg);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 40px;
    border-radius: inherit;
    width: 50px;
    background-size: 35px;
}

.notification-agotime {
    float: right;
    color: #4c4c4c;
    font-style: italic;
    font-size: .875em;
    margin-top: 5px;
}

.notifications .btn-cyan {
    background-color: transparent;
}

.vehicle-list.block-border {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.vehicle-circle {
    border-radius: 50%;
    width: 60px;
}

    .vehicle-circle .car-svg-icon, .vehicle-circle .vehicle-minibus, .vehicle-circle .vehicle-caravan, .vehicle-circle .vehicle-car, .vehicle-circle .vehicle-motorhome, .vehicle-circle .vehicle-bicycle {
        height: 60px;
    }

    .vehicle-circle.farefinder-VC {
        width: 62px;
        height: 62px;
    }

.seasonal-ticket {
    width: 248px;
    background: #fff;
}

    .seasonal-ticket.seasonal-ticket-offset {
        position: relative;
        top: -20px;
    }

    .seasonal-ticket h1.font-60 {
        font-size: 5em;
    }

.farefinder-wizard .nav-tabs {
    border-radius: 25px;
    border-bottom: none;
}

    .farefinder-wizard .nav-tabs .nav-link {
        border: none;
    }

.farefinder-wizard > div.wizard-inner {
    position: relative;
}

.farefinder-wizard .nav-tabs .nav-link {
    font-size: 1.125em;
    font-family: 'Museo Sans-light';
    padding: .5rem .7rem;
}

.farefinder-wizard .nav-item a {
    color: #d3d3d3;
}

    .farefinder-wizard .nav-item a i {
        color: #d3d3d3;
        background-color: #f4f3f4;
        border-radius: 50%;
        padding: 7px;
    }

.farefinder-wizard .nav-item .nav-link.active i.fa-check {
    background-color: #fff;
    border-radius: 50%;
    padding: 7px;
    color: #009dd1;
}

.farefinder-wizard .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.farefinder-wizard div a.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

.farefinder-wizard .nav-item.gradient-last {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
}

.farefinder-wizard .nav-item.gradient-active {
    background-image: -ms-radial-gradient(61% center, circle, #00CCEA 40%, #009dd1);
    background-image: -o-radial-gradient(61% center, circle, #00CCEA 40%, #009dd1);
    background-image: -moz-radial-gradient(61% center, circle, #00CCEA 40%, #009dd1);
    background-image: -webkit-radial-gradient(61% center, circle, #00CCEA 40%, #009dd1);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
}

    .farefinder-wizard .nav-item.gradient-active a i {
        color: #009dd1;
    }

    .farefinder-wizard .nav-item.gradient-active:first-child {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        -webkit-border-top-left-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-top-left-radius: 50px;
        -moz-border-bottom-left-radius: 50px;
    }

.farefinder-wizard .gradient-last:after {
    content: '';
    position: absolute;
    top: 99%;
    left: 29%;
    margin-left: -8%;
    width: 0;
    height: 0;
    border-top: solid 10px #00A7D6;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.farefinder-wizard .nav-link.active {
    background-color: inherit;
    border-color: transparent;
}

.farefinder-wizard .nav-item.active .nav-link, .farefinder-wizard .nav-item.gradient-active .nav-link {
    color: #fff;
}

.farefinder-wizard .tab-pane {
    position: relative;
    padding: 25px;
}

.farefinder-wizard h3 {
    margin-top: 0;
}

@media (max-width: 949px) {
    .farefinder-wizard .gradient-last:after {
        margin-left: 7%;
    }

    .farefinder-wizard .tab-pane {
        padding: 15px;
    }

    .farefinder-wizard .nav-tabs {
        border-radius: 0;
    }

        .farefinder-wizard .nav-tabs .nav-item {
            text-align: center;
        }

            .farefinder-wizard .nav-tabs .nav-item .nav-link {
                font-size: .75em;
                padding: 1.2rem .5rem 1.2rem .5rem;
            }

                .farefinder-wizard .nav-tabs .nav-item .nav-link span {
                    padding-top: 10px;
                    display: block;
                }

                .farefinder-wizard .nav-tabs .nav-item .nav-link i.fa-check {
                    padding: 3px;
                    display: table;
                    margin-left: 35%;
                    text-align: center;
                    font-size: .625em;
                }

    .farefinder-wizard .nav-item.gradient-last {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
    }

    .farefinder-wizard .nav-item.gradient-active:first-child {
        border-radius: 0;
    }

    .farefinder-wizard .nav-item.gradient-active:last-of-type {
        border-radius: 0;
    }

    .farefinder-wizard .nav-item.gradient-active:first-child:after {
        margin-left: 15px;
    }
}

/******* ********/
.line-tab ul.search-again-tab.nav-tabs {
    border-bottom: none;
    max-height: 7px;
    overflow: hidden;
}

.line-tab ul.search-again-tab li.tab-active a {
    background-color: #009dd1;
}

.line-tab ul.search-again-tab li a {
    background-color: #e5f5fa;
    height: 10px;
}

    .line-tab ul.search-again-tab li a.active {
        background-color: #009dd1;
    }

.line-tab .form-group input.form-control {
    padding: 10px;
}

.line-tab .input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.line-tab .advance-schedule {
    background-position: right;
    top: 4px;
    right: 10px;
}

.range-calendar-popup {
    /*  Larger Screen Styling */
}

    .range-calendar-popup .daterangepicker {
        position: relative;
        color: inherit;
        background: #fff;
        width: 278px;
        padding: 4px;
        margin-top: 1px;
        top: 0px;
        left: 20px;
        /* Calendars */
    }

        .range-calendar-popup .daterangepicker:after {
            top: -6px;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
        }

        .range-calendar-popup .daterangepicker.opensleft:before {
            right: 9px;
        }

        .range-calendar-popup .daterangepicker.opensleft:after {
            right: 10px;
        }

        .range-calendar-popup .daterangepicker.openscenter:before {
            left: 0;
            right: 0;
            width: 0;
            margin-left: auto;
            margin-right: auto;
        }

        .range-calendar-popup .daterangepicker.openscenter:after {
            left: 0;
            right: 0;
            width: 0;
            margin-left: auto;
            margin-right: auto;
        }

        .range-calendar-popup .daterangepicker.opensright:before {
            left: 9px;
        }

        .range-calendar-popup .daterangepicker.opensright:after {
            left: 10px;
        }

        .range-calendar-popup .daterangepicker.dropup {
            margin-top: -5px;
        }

            .range-calendar-popup .daterangepicker.dropup:before {
                top: initial;
                bottom: -7px;
                border-bottom: initial;
                border-top: 7px solid #ccc;
            }

            .range-calendar-popup .daterangepicker.dropup:after {
                top: initial;
                bottom: -6px;
                border-bottom: initial;
                border-top: 6px solid #fff;
            }

        .range-calendar-popup .daterangepicker.dropdown-menu {
            max-width: none;
            z-index: 3001;
        }

        .range-calendar-popup .daterangepicker.single .ranges, .range-calendar-popup .daterangepicker.single .calendar {
            float: none;
        }

        .range-calendar-popup .daterangepicker.show-calendar .calendar {
            display: block;
        }

        .range-calendar-popup .daterangepicker .calendar {
            display: none;
            max-width: 270px;
            margin: 4px;
        }

            .range-calendar-popup .daterangepicker .calendar.single .calendar-table {
                border: none;
            }

            .range-calendar-popup .daterangepicker .calendar th, .range-calendar-popup .daterangepicker .calendar td {
                white-space: nowrap;
                text-align: center;
                min-width: 32px;
            }

        .range-calendar-popup .daterangepicker .calendar-table {
            border: 1px solid #fff;
            padding: 4px;
            background: #fff;
        }

        .range-calendar-popup .daterangepicker table {
            width: 100%;
            margin: 0;
        }

        .range-calendar-popup .daterangepicker td, .range-calendar-popup .daterangepicker th {
            text-align: center;
            width: 20px;
            height: 20px;
            border: 1px solid transparent;
            white-space: nowrap;
            cursor: pointer;
        }

            .range-calendar-popup .daterangepicker td.available:hover, .range-calendar-popup .daterangepicker th.available:hover {
                background-color: inherit;
                border-color: transparent;
                color: inherit;
            }

            .range-calendar-popup .daterangepicker td.week, .range-calendar-popup .daterangepicker th.week {
                font-size: 80%;
                color: #ccc;
            }

            .range-calendar-popup .daterangepicker td.off, .range-calendar-popup .daterangepicker td.off.in-range, .range-calendar-popup .daterangepicker td.off.start-date, .range-calendar-popup .daterangepicker td.off.end-date {
                background-color: #fff;
                border-color: transparent;
                color: #999;
            }

            .range-calendar-popup .daterangepicker td.in-range {
                background-color: #fff;
                border-color: transparent;
                color: #000;
                border-radius: 0;
            }

            .range-calendar-popup .daterangepicker td.active, .range-calendar-popup .daterangepicker td.active:hover {
                background-color: #009dd1;
                border-color: transparent;
                color: #fff;
            }

            .range-calendar-popup .daterangepicker th.month {
                width: auto;
            }

            .range-calendar-popup .daterangepicker td.disabled, .range-calendar-popup .daterangepicker option.disabled {
                color: #999;
                cursor: not-allowed;
                text-decoration: line-through;
            }

        .range-calendar-popup .daterangepicker select.monthselect, .range-calendar-popup .daterangepicker select.yearselect {
            font-size: 12px;
            padding: 1px;
            height: auto;
            margin: 0;
            cursor: default;
        }

        .range-calendar-popup .daterangepicker select.monthselect {
            margin-right: 2%;
            width: 56%;
        }

        .range-calendar-popup .daterangepicker select.yearselect {
            width: 40%;
        }

        .range-calendar-popup .daterangepicker select.hourselect, .range-calendar-popup .daterangepicker select.minuteselect, .range-calendar-popup .daterangepicker select.secondselect, .range-calendar-popup .daterangepicker select.ampmselect {
            width: 50px;
            margin-bottom: 0;
        }

        .range-calendar-popup .daterangepicker .input-mini {
            border: 1px solid #ccc;
            color: #555;
            height: 30px;
            line-height: 30px;
            display: block;
            vertical-align: middle;
            margin: 0 0 5px 0;
            padding: 0 6px 0 28px;
            width: 100%;
        }

            .range-calendar-popup .daterangepicker .input-mini.active {
                border: 1px solid #08c;
            }

        .range-calendar-popup .daterangepicker .daterangepicker_input {
            position: relative;
        }

            .range-calendar-popup .daterangepicker .daterangepicker_input i {
                position: absolute;
                left: 8px;
                top: 8px;
            }

        .range-calendar-popup .daterangepicker.rtl .input-mini {
            padding-right: 28px;
            padding-left: 6px;
        }

        .range-calendar-popup .daterangepicker.rtl .daterangepicker_input i {
            left: auto;
            right: 8px;
        }

        .range-calendar-popup .daterangepicker .calendar-time {
            text-align: center;
            margin: 5px auto;
            line-height: 30px;
            position: relative;
            padding-left: 28px;
        }

            .range-calendar-popup .daterangepicker .calendar-time select.disabled {
                color: #ccc;
                cursor: not-allowed;
            }

    .range-calendar-popup .ranges {
        font-size: 11px;
        float: none;
        margin: 4px;
        text-align: left;
    }

        .range-calendar-popup .ranges ul {
            list-style: none;
            margin: 0 auto;
            padding: 0;
            width: 100%;
        }

        .range-calendar-popup .ranges li {
            font-size: 13px;
            background: #f5f5f5;
            border: 1px solid #f5f5f5;
            color: #08c;
            padding: 3px 12px;
            margin-bottom: 8px;
            cursor: pointer;
        }

            .range-calendar-popup .ranges li:hover {
                background: #08c;
                border: 1px solid #08c;
                color: #fff;
            }

            .range-calendar-popup .ranges li.active {
                background: #08c;
                border: 1px solid #08c;
                color: #fff;
            }

    .range-calendar-popup .modal-dialog {
        max-width: 800px !important;
        width: 100%;
    }

    .range-calendar-popup .daterangepicker {
        background: inherit;
    }

        .range-calendar-popup .daterangepicker .calendar-table {
            background: inherit;
            border: none;
            position: relative;
        }

        .range-calendar-popup .daterangepicker .calendar {
            max-width: 47%;
            width: 100%;
        }

            .range-calendar-popup .daterangepicker .calendar .table-condensed th.month {
                font-size: 18px;
                padding-bottom: 35px;
            }

            .range-calendar-popup .daterangepicker .calendar.left {
                border-right: 1px solid #B6C2C5;
            }

        .range-calendar-popup .daterangepicker th.prev i, .range-calendar-popup .daterangepicker th.next i {
            position: absolute;
            color: #fff;
            font-size: 20px;
            background-color: #009dd1;
            border-radius: 50%;
        }

        .range-calendar-popup .daterangepicker th.prev i {
            top: 45%;
            left: -17%;
            padding: 10px 14px 7px 9px;
        }

        .range-calendar-popup .daterangepicker th.next i {
            top: 45%;
            right: -17%;
            padding: 10px 10px 7px 12px;
        }

        .range-calendar-popup .daterangepicker .table-condensed td {
            padding: 10px;
        }

            .range-calendar-popup .daterangepicker .table-condensed td.off {
                visibility: hidden;
            }

@media (min-width: 564px) {
    .range-calendar-popup .daterangepicker {
        width: auto;
    }

        .range-calendar-popup .daterangepicker .ranges ul {
            width: 160px;
        }

        .range-calendar-popup .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .range-calendar-popup .daterangepicker.single .calendar.left {
            clear: none;
        }

        .range-calendar-popup .daterangepicker.single.ltr .ranges, .range-calendar-popup .daterangepicker.single.ltr .calendar {
            float: left;
        }

        .range-calendar-popup .daterangepicker.single.rtl .ranges, .range-calendar-popup .daterangepicker.single.rtl .calendar {
            float: right;
        }

        .range-calendar-popup .daterangepicker.ltr {
            direction: ltr;
            text-align: left;
        }

            .range-calendar-popup .daterangepicker.ltr .calendar.left {
                clear: left;
                margin-right: 0;
            }

                .range-calendar-popup .daterangepicker.ltr .calendar.left .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .range-calendar-popup .daterangepicker.ltr .calendar.right {
                margin-left: 0;
            }

                .range-calendar-popup .daterangepicker.ltr .calendar.right .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .range-calendar-popup .daterangepicker.ltr .left .daterangepicker_input {
                padding-right: 12px;
            }

            .range-calendar-popup .daterangepicker.ltr .calendar.left .calendar-table {
                padding-right: 12px;
            }

            .range-calendar-popup .daterangepicker.ltr .ranges, .range-calendar-popup .daterangepicker.ltr .calendar {
                float: left;
            }

        .range-calendar-popup .daterangepicker.rtl {
            direction: rtl;
            text-align: right;
        }

            .range-calendar-popup .daterangepicker.rtl .calendar.left {
                clear: right;
                margin-left: 0;
            }

                .range-calendar-popup .daterangepicker.rtl .calendar.left .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .range-calendar-popup .daterangepicker.rtl .calendar.right {
                margin-right: 0;
            }

                .range-calendar-popup .daterangepicker.rtl .calendar.right .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .range-calendar-popup .daterangepicker.rtl .left .daterangepicker_input {
                padding-left: 12px;
            }

            .range-calendar-popup .daterangepicker.rtl .calendar.left .calendar-table {
                padding-left: 12px;
            }

            .range-calendar-popup .daterangepicker.rtl .ranges, .range-calendar-popup .daterangepicker.rtl .calendar {
                text-align: right;
                float: right;
            }
}

@media (min-width: 730px) {
    .range-calendar-popup .daterangepicker .ranges {
        width: auto;
    }

    .range-calendar-popup .daterangepicker.ltr .ranges {
        float: left;
    }

    .range-calendar-popup .daterangepicker.rtl .ranges {
        float: right;
    }

    .range-calendar-popup .daterangepicker .calendar.left {
        clear: none !important;
    }
}

@media (max-width: 949px) {
    .range-calendar-popup .modal-dialog {
        width: 91%;
    }

    .range-calendar-popup .daterangepicker {
        width: 100%;
        left: 0;
    }

        .range-calendar-popup .daterangepicker .calendar {
            max-width: 100%;
        }

            .range-calendar-popup .daterangepicker .calendar.left {
                border-right: none;
            }

        .range-calendar-popup .daterangepicker th.prev i {
            left: -10%;
        }

        .range-calendar-popup .daterangepicker th.next i {
            right: -10%;
        }
}

.single-range-calendar-popup {
    /*  Larger Screen Styling */
}

    .single-range-calendar-popup .daterangepicker {
        position: relative;
        color: inherit;
        background: #fff;
        width: 278px;
        padding: 4px;
        margin-top: 1px;
        top: 0px;
        left: 0px;
        /* Calendars */
    }

        .single-range-calendar-popup .daterangepicker:after {
            top: -6px;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
        }

        .single-range-calendar-popup .daterangepicker.opensleft:before {
            right: 9px;
        }

        .single-range-calendar-popup .daterangepicker.opensleft:after {
            right: 10px;
        }

        .single-range-calendar-popup .daterangepicker.openscenter:before {
            left: 0;
            right: 0;
            width: 0;
            margin-left: auto;
            margin-right: auto;
        }

        .single-range-calendar-popup .daterangepicker.openscenter:after {
            left: 0;
            right: 0;
            width: 0;
            margin-left: auto;
            margin-right: auto;
        }

        .single-range-calendar-popup .daterangepicker.opensright:before {
            left: 9px;
        }

        .single-range-calendar-popup .daterangepicker.opensright:after {
            left: 10px;
        }

        .single-range-calendar-popup .daterangepicker.dropup {
            margin-top: -5px;
        }

            .single-range-calendar-popup .daterangepicker.dropup:before {
                top: initial;
                bottom: -7px;
                border-bottom: initial;
                border-top: 7px solid #ccc;
            }

            .single-range-calendar-popup .daterangepicker.dropup:after {
                top: initial;
                bottom: -6px;
                border-bottom: initial;
                border-top: 6px solid #fff;
            }

        .single-range-calendar-popup .daterangepicker.dropdown-menu {
            max-width: none;
            z-index: 3001;
        }

        .single-range-calendar-popup .daterangepicker.single .ranges, .single-range-calendar-popup .daterangepicker.single .calendar {
            float: none;
        }

        .single-range-calendar-popup .daterangepicker.show-calendar .calendar {
            display: block;
        }

        .single-range-calendar-popup .daterangepicker .calendar {
            display: none;
            max-width: 270px;
            margin: 4px;
        }

            .single-range-calendar-popup .daterangepicker .calendar.single .calendar-table {
                border: none;
            }

            .single-range-calendar-popup .daterangepicker .calendar th, .single-range-calendar-popup .daterangepicker .calendar td {
                white-space: nowrap;
                text-align: center;
                min-width: 32px;
            }

        .single-range-calendar-popup .daterangepicker .calendar-table {
            border: 1px solid #fff;
            padding: 4px;
            background: #fff;
        }

        .single-range-calendar-popup .daterangepicker table {
            width: 100%;
            margin: 0;
        }

        .single-range-calendar-popup .daterangepicker td, .single-range-calendar-popup .daterangepicker th {
            text-align: center;
            width: 20px;
            height: 20px;
            border: 1px solid transparent;
            white-space: nowrap;
            cursor: pointer;
        }

            .single-range-calendar-popup .daterangepicker td.available:hover, .single-range-calendar-popup .daterangepicker th.available:hover {
                background-color: inherit;
                border-color: transparent;
                color: inherit;
            }

            .single-range-calendar-popup .daterangepicker td.week, .single-range-calendar-popup .daterangepicker th.week {
                font-size: 80%;
                color: #ccc;
            }

            .single-range-calendar-popup .daterangepicker td.off, .single-range-calendar-popup .daterangepicker td.off.in-range, .single-range-calendar-popup .daterangepicker td.off.start-date, .single-range-calendar-popup .daterangepicker td.off.end-date {
                background-color: #fff;
                border-color: transparent;
                color: #999;
            }

            .single-range-calendar-popup .daterangepicker td.in-range {
                background-color: #fff;
                border-color: transparent;
                color: #000;
                border-radius: 0;
            }

            .single-range-calendar-popup .daterangepicker td.active, .single-range-calendar-popup .daterangepicker td.active:hover {
                background-color: #009dd1;
                border-color: transparent;
                color: #fff;
            }

            .single-range-calendar-popup .daterangepicker th.month {
                width: auto;
            }

            .single-range-calendar-popup .daterangepicker td.disabled, .single-range-calendar-popup .daterangepicker option.disabled {
                color: #999;
                cursor: not-allowed;
                text-decoration: line-through;
            }

        .single-range-calendar-popup .daterangepicker select.monthselect, .single-range-calendar-popup .daterangepicker select.yearselect {
            font-size: 12px;
            padding: 1px;
            height: auto;
            margin: 0;
            cursor: default;
        }

        .single-range-calendar-popup .daterangepicker select.monthselect {
            margin-right: 2%;
            width: 56%;
        }

        .single-range-calendar-popup .daterangepicker select.yearselect {
            width: 40%;
        }

        .single-range-calendar-popup .daterangepicker select.hourselect, .single-range-calendar-popup .daterangepicker select.minuteselect, .single-range-calendar-popup .daterangepicker select.secondselect, .single-range-calendar-popup .daterangepicker select.ampmselect {
            width: 50px;
            margin-bottom: 0;
        }

        .single-range-calendar-popup .daterangepicker .input-mini {
            border: 1px solid #ccc;
            color: #555;
            height: 30px;
            line-height: 30px;
            display: block;
            vertical-align: middle;
            margin: 0 0 5px 0;
            padding: 0 6px 0 28px;
            width: 100%;
        }

            .single-range-calendar-popup .daterangepicker .input-mini.active {
                border: 1px solid #08c;
            }

        .single-range-calendar-popup .daterangepicker .daterangepicker_input {
            position: relative;
        }

            .single-range-calendar-popup .daterangepicker .daterangepicker_input i {
                position: absolute;
                left: 8px;
                top: 8px;
            }

        .single-range-calendar-popup .daterangepicker.rtl .input-mini {
            padding-right: 28px;
            padding-left: 6px;
        }

        .single-range-calendar-popup .daterangepicker.rtl .daterangepicker_input i {
            left: auto;
            right: 8px;
        }

        .single-range-calendar-popup .daterangepicker .calendar-time {
            text-align: center;
            margin: 5px auto;
            line-height: 30px;
            position: relative;
            padding-left: 28px;
        }

            .single-range-calendar-popup .daterangepicker .calendar-time select.disabled {
                color: #ccc;
                cursor: not-allowed;
            }

    .single-range-calendar-popup .ranges {
        font-size: 11px;
        float: none;
        margin: 4px;
        text-align: left;
    }

        .single-range-calendar-popup .ranges ul {
            list-style: none;
            margin: 0 auto;
            padding: 0;
            width: 100%;
        }

        .single-range-calendar-popup .ranges li {
            font-size: 13px;
            background: #f5f5f5;
            border: 1px solid #f5f5f5;
            color: #08c;
            padding: 3px 12px;
            margin-bottom: 8px;
            cursor: pointer;
        }

            .single-range-calendar-popup .ranges li:hover {
                background: #08c;
                border: 1px solid #08c;
                color: #fff;
            }

            .single-range-calendar-popup .ranges li.active {
                background: #08c;
                border: 1px solid #08c;
                color: #fff;
            }

    .single-range-calendar-popup .modal-dialog {
        width: auto;
    }

    .single-range-calendar-popup .daterangepicker {
        background: inherit;
    }

        .single-range-calendar-popup .daterangepicker .calendar-table {
            background: inherit;
            border: none;
            position: relative;
        }

        .single-range-calendar-popup .daterangepicker .calendar {
            max-width: 100%;
            width: 100%;
        }

            .single-range-calendar-popup .daterangepicker .calendar .table-condensed th.month {
                font-size: 18px;
                padding-bottom: 35px;
            }

            .single-range-calendar-popup .daterangepicker .calendar.left {
                border-right: none;
            }

        .single-range-calendar-popup .daterangepicker th.prev i, .single-range-calendar-popup .daterangepicker th.next i {
            position: absolute;
            color: #fff;
            font-size: 20px;
            background-color: #009dd1;
            border-radius: 50%;
        }

        .single-range-calendar-popup .daterangepicker th.prev i {
            top: 45%;
            left: -12%;
            padding: 10px 14px 7px 9px;
        }

        .single-range-calendar-popup .daterangepicker th.next i {
            top: 45%;
            right: -12%;
            padding: 10px 10px 7px 12px;
        }

        .single-range-calendar-popup .daterangepicker .table-condensed td {
            padding: 10px;
        }

            .single-range-calendar-popup .daterangepicker .table-condensed td.off {
                visibility: hidden;
            }

@media (min-width: 564px) {
    .single-range-calendar-popup .daterangepicker {
        width: auto;
    }

        .single-range-calendar-popup .daterangepicker .ranges ul {
            width: 160px;
        }

        .single-range-calendar-popup .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .single-range-calendar-popup .daterangepicker.single .calendar.left {
            clear: none;
        }

        .single-range-calendar-popup .daterangepicker.single.ltr .ranges, .single-range-calendar-popup .daterangepicker.single.ltr .calendar {
            float: left;
        }

        .single-range-calendar-popup .daterangepicker.single.rtl .ranges, .single-range-calendar-popup .daterangepicker.single.rtl .calendar {
            float: right;
        }

        .single-range-calendar-popup .daterangepicker.ltr {
            direction: ltr;
            text-align: left;
        }

            .single-range-calendar-popup .daterangepicker.ltr .calendar.left {
                clear: left;
                margin-right: 0;
            }

                .single-range-calendar-popup .daterangepicker.ltr .calendar.left .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .single-range-calendar-popup .daterangepicker.ltr .calendar.right {
                margin-left: 0;
            }

                .single-range-calendar-popup .daterangepicker.ltr .calendar.right .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .single-range-calendar-popup .daterangepicker.ltr .left .daterangepicker_input {
                padding-right: 12px;
            }

            .single-range-calendar-popup .daterangepicker.ltr .calendar.left .calendar-table {
                padding-right: 12px;
            }

            .single-range-calendar-popup .daterangepicker.ltr .ranges, .single-range-calendar-popup .daterangepicker.ltr .calendar {
                float: left;
            }

        .single-range-calendar-popup .daterangepicker.rtl {
            direction: rtl;
            text-align: right;
        }

            .single-range-calendar-popup .daterangepicker.rtl .calendar.left {
                clear: right;
                margin-left: 0;
            }

                .single-range-calendar-popup .daterangepicker.rtl .calendar.left .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .single-range-calendar-popup .daterangepicker.rtl .calendar.right {
                margin-right: 0;
            }

                .single-range-calendar-popup .daterangepicker.rtl .calendar.right .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .single-range-calendar-popup .daterangepicker.rtl .left .daterangepicker_input {
                padding-left: 12px;
            }

            .single-range-calendar-popup .daterangepicker.rtl .calendar.left .calendar-table {
                padding-left: 12px;
            }

            .single-range-calendar-popup .daterangepicker.rtl .ranges, .single-range-calendar-popup .daterangepicker.rtl .calendar {
                text-align: right;
                float: right;
            }
}

@media (min-width: 730px) {
    .single-range-calendar-popup .daterangepicker .ranges {
        width: auto;
    }

    .single-range-calendar-popup .daterangepicker.ltr .ranges {
        float: left;
    }

    .single-range-calendar-popup .daterangepicker.rtl .ranges {
        float: right;
    }

    .single-range-calendar-popup .daterangepicker .calendar.left {
        clear: none !important;
    }
}

@media (max-width: 949px) {
    .single-range-calendar-popup .modal-dialog {
        width: 85%;
        margin: auto;
    }

    .single-range-calendar-popup .daterangepicker {
        width: 100%;
        left: 0;
    }

        .single-range-calendar-popup .daterangepicker .calendar {
            max-width: 100%;
        }

            .single-range-calendar-popup .daterangepicker .calendar.left {
                border-right: none;
            }

        .single-range-calendar-popup .daterangepicker th.prev i {
            left: -10%;
        }

        .single-range-calendar-popup .daterangepicker th.next i {
            right: -10%;
        }
}

.whos-travelling .qty {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .whos-travelling .qty .count {
        padding: 0 2px;
        border: 0;
        min-width: 15px;
        text-align: center;
        font-size: 1em;
        font-family: 'Museo Sans-medium';
    }

    .whos-travelling .qty .fa {
        cursor: pointer;
    }

    .whos-travelling .qty .btn-inactive {
        color: #d3d3d3;
    }

    .whos-travelling .qty input {
        border: 0;
        width: 50%;
    }

    .whos-travelling .qty.qty-slider .count {
        min-width: 22px;
    }

    .whos-travelling .qty .fa-minus-circle, .whos-travelling .qty .fa-plus-circle {
        font-size: 1.25em;
    }

    .whos-travelling .qty input:disabled {
        background-color: white;
    }

@media (max-width: 949px) {
    .whos-travelling .qty input {
        width: 2%;
    }

    .whos-travelling .qty .count {
        min-width: 20px;
        text-align: center;
    }
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *      Kyle Kemp
 *          - Twitter: @seiyria
 *          - Github:  seiyria
 *      Rohit Kalkur
 *          - Twitter: @Rovolutionary
 *          - Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.range-slider .slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .range-slider .slider.slider-horizontal {
        width: 100%;
        height: 20px;
    }

        .range-slider .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
            background-image: none;
            background-color: #E5F5FA;
        }

        .range-slider .slider.slider-horizontal .slider-selection,
        .range-slider .slider.slider-horizontal .slider-track-low,
        .range-slider .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .range-slider .slider.slider-horizontal .slider-tick,
        .range-slider .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
        }

            .range-slider .slider.slider-horizontal .slider-tick.triangle,
            .range-slider .slider.slider-horizontal .slider-handle.triangle {
                position: relative;
                top: 50%;
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #2e6da4;
                margin-top: 0;
            }

        .range-slider .slider.slider-horizontal .slider-tick-container {
            white-space: nowrap;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .range-slider .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
            margin-top: 8px;
        }

            .range-slider .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                padding-top: 4px;
                display: inline-block;
                text-align: center;
            }

        .range-slider .slider.slider-horizontal .tooltip {
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .range-slider .slider.slider-horizontal.slider-rtl .slider-track {
            left: initial;
            right: 0;
        }

        .range-slider .slider.slider-horizontal.slider-rtl .slider-tick,
        .range-slider .slider.slider-horizontal.slider-rtl .slider-handle {
            margin-left: initial;
            margin-right: -10px;
        }

        .range-slider .slider.slider-horizontal.slider-rtl .slider-tick-container {
            left: initial;
            right: 0;
        }

        .range-slider .slider.slider-horizontal.slider-rtl .tooltip {
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

    .range-slider .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .range-slider .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            left: 25%;
            top: 0;
        }

        .range-slider .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .range-slider .slider.slider-vertical .slider-track-low,
        .range-slider .slider.slider-vertical .slider-track-high {
            width: 100%;
            left: 0;
            right: 0;
        }

        .range-slider .slider.slider-vertical .slider-tick,
        .range-slider .slider.slider-vertical .slider-handle {
            margin-top: -10px;
        }

            .range-slider .slider.slider-vertical .slider-tick.triangle,
            .range-slider .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #2e6da4;
                border-right-color: #2e6da4;
                margin-left: 0;
                margin-right: 0;
            }

        .range-slider .slider.slider-vertical .slider-tick-label-container {
            white-space: nowrap;
        }

            .range-slider .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
                padding-left: 4px;
            }

        .range-slider .slider.slider-vertical .tooltip {
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .range-slider .slider.slider-vertical.slider-rtl .slider-track {
            left: initial;
            right: 25%;
        }

        .range-slider .slider.slider-vertical.slider-rtl .slider-selection {
            left: initial;
            right: 0;
        }

        .range-slider .slider.slider-vertical.slider-rtl .slider-tick.triangle,
        .range-slider .slider.slider-vertical.slider-rtl .slider-handle.triangle {
            border-width: 10px 10px 10px 0;
        }

        .range-slider .slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
            padding-left: initial;
            padding-right: 4px;
        }

    .range-slider .slider.slider-disabled .slider-handle {
        background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
    }

    .range-slider .slider.slider-disabled .slider-track {
        background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
        cursor: not-allowed;
    }

    .range-slider .slider input {
        display: none;
    }

    .range-slider .slider .tooltip {
        pointer-events: none;
    }

        .range-slider .slider .tooltip.top {
            margin-top: -36px;
        }

    .range-slider .slider .tooltip-inner {
        white-space: nowrap;
        max-width: none;
    }

    .range-slider .slider .hide {
        display: none;
    }

.range-slider .slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    border-radius: 4px;
}

.range-slider .slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

    .range-slider .slider-selection.tick-slider-selection {
        background-image: none;
        background-repeat: repeat-x;
        background-color: #009dd1;
    }

.range-slider .slider-track-low,
.range-slider .slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.range-slider .slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-color: #fff;
    border: 2px solid #009dd1;
}

    .range-slider .slider-handle:hover {
        cursor: pointer;
    }

    .range-slider .slider-handle.round {
        border-radius: 50%;
    }

    .range-slider .slider-handle.triangle {
        background: transparent none;
    }

    .range-slider .slider-handle.custom {
        background: transparent none;
    }

        .range-slider .slider-handle.custom::before {
            line-height: 20px;
            font-size: 1.25em;
            content: '\2605';
            color: #726204;
        }

.range-slider .slider-tick {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
    display: none;
}

    .range-slider .slider-tick.round {
        border-radius: 50%;
    }

    .range-slider .slider-tick.triangle {
        background: transparent none;
    }

    .range-slider .slider-tick.custom {
        background: transparent none;
    }

        .range-slider .slider-tick.custom::before {
            line-height: 20px;
            font-size: 1.25em;
            content: '\2605';
            color: #726204;
        }

    .range-slider .slider-tick.in-selection {
        background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
        background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
        background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
        opacity: 1;
    }

.range-slider .slider-tick-label {
    color: #009dd1;
    font-weight: bold;
    font-size: .875em;
    white-space: pre-wrap;
}

.range-slider .bubble1,
.range-slider .bubble2,
.range-slider .bubble3,
.range-slider .bubble21,
.range-slider .bubble22,
.range-slider .bubble23,
.range-slider .bubble24,
.range-slider .bubble25,
.range-slider .bubble26 {
    position: relative;
    width: 100%;
    height: auto;
    /* min-height: 150px; */
    padding: 20px;
    background: #E5F5FA;
    border: #E5F5FA solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 3px;
    margin-top: 15px;
}

    .range-slider .bubble1:before,
    .range-slider .bubble2:before,
    .range-slider .bubble3:before,
    .range-slider .bubble21:before,
    .range-slider .bubble22:before,
    .range-slider .bubble23:before,
    .range-slider .bubble24:before,
    .range-slider .bubble25:before,
    .range-slider .bubble26:before {
        content: "";
        position: absolute;
        top: -15px;
        border-style: solid;
        border-width: 0 15px 15px;
        border-color: #E5F5FA transparent;
        display: block;
        width: 0;
        z-index: 0;
    }

    .range-slider .bubble1:before, .range-slider .bubble21:before {
        left: 2%;
    }

    .range-slider .bubble2:before {
        left: 50%;
    }

    .range-slider .bubble3:before, .range-slider .bubble24:before {
        left: 94%;
    }

    .range-slider .bubble1 label, .range-slider .bubble2 label, .range-slider .bubble3 label {
        margin: auto;
    }

    .range-slider .bubble25:before {
        left: 32%;
    }

    .range-slider .bubble22:before {
        left: 35%;
    }

    .range-slider .bubble23:before {
        left: 65%;
    }

    .range-slider .bubble26:before {
        left: 96%;
    }

.range-slider .range-slider .slider.slider-horizontal {
    width: 100%;
    height: 20px;
    margin-bottom: 28px !important;
}

.range-slider .range-slider .slider-tick-label-container {
    text-align: left !important;
}

@media (max-width: 949px) {
    .range-slider .bubble1, .range-slider .bubble2, .range-slider .bubble21, .range-slider .bubble22, .range-slider .bubble23 {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 150px;
        padding: 10px;
        background: #E5F5FA;
        border: #E5F5FA solid 1px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-top: 15px;
    }

    .range-slider .bubble3, .range-slider .bubble24 {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 150px;
        padding: 10px;
        background: #E5F5FA;
        border: #E5F5FA solid 1px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-top: 15px;
    }

        .range-slider .bubble3:before, .range-slider .bubble24:before {
            left: 90%;
        }
}

.range-slider .slider-tick-label-container {
    text-align: right !important;
}

.range-slider .slider-tick-label-container {
    margin-left: 0 !important;
}

    .range-slider .slider-tick-label-container > :first-child {
        text-align: left !important;
    }

    .range-slider .slider-tick-label-container > :last-child {
        text-align: right !important;
    }

.flagstrap-icon {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/flags.png) no-repeat;
}

.flagstrap-placeholder,
.flagstrap-placeholder i {
    display: none;
}

.flagstrap-icon.flagstrap-ad {
    background-position: -16px 0;
}

.flagstrap-icon.flagstrap-ae {
    background-position: -32px 0;
}

.flagstrap-icon.flagstrap-af {
    background-position: -48px 0;
}

.flagstrap-icon.flagstrap-ag {
    background-position: -64px 0;
}

.flagstrap-icon.flagstrap-ai {
    background-position: -80px 0;
}

.flagstrap-icon.flagstrap-al {
    background-position: -96px 0;
}

.flagstrap-icon.flagstrap-am {
    background-position: -112px 0;
}

.flagstrap-icon.flagstrap-an {
    background-position: -128px 0;
}

.flagstrap-icon.flagstrap-ao {
    background-position: -144px 0;
}

.flagstrap-icon.flagstrap-ar {
    background-position: -160px 0;
}

.flagstrap-icon.flagstrap-as {
    background-position: -176px 0;
}

.flagstrap-icon.flagstrap-at {
    background-position: -192px 0;
}

.flagstrap-icon.flagstrap-au {
    background-position: -208px 0;
}

.flagstrap-icon.flagstrap-aw {
    background-position: -224px 0;
}

.flagstrap-icon.flagstrap-az {
    background-position: -240px 0;
}

.flagstrap-icon.flagstrap-ba {
    background-position: 0 -11px;
}

.flagstrap-icon.flagstrap-bb {
    background-position: -16px -11px;
}

.flagstrap-icon.flagstrap-bd {
    background-position: -32px -11px;
}

.flagstrap-icon.flagstrap-be {
    background-position: -48px -11px;
}

.flagstrap-icon.flagstrap-bf {
    background-position: -64px -11px;
}

.flagstrap-icon.flagstrap-bg {
    background-position: -80px -11px;
}

.flagstrap-icon.flagstrap-bh {
    background-position: -96px -11px;
}

.flagstrap-icon.flagstrap-bi {
    background-position: -112px -11px;
}

.flagstrap-icon.flagstrap-bj {
    background-position: -128px -11px;
}

.flagstrap-icon.flagstrap-bm {
    background-position: -144px -11px;
}

.flagstrap-icon.flagstrap-bn {
    background-position: -160px -11px;
}

.flagstrap-icon.flagstrap-bo {
    background-position: -176px -11px;
}

.flagstrap-icon.flagstrap-br {
    background-position: -192px -11px;
}

.flagstrap-icon.flagstrap-bs {
    background-position: -208px -11px;
}

.flagstrap-icon.flagstrap-bt {
    background-position: -224px -11px;
}

.flagstrap-icon.flagstrap-bv {
    background-position: -240px -11px;
}

.flagstrap-icon.flagstrap-bw {
    background-position: 0 -22px;
}

.flagstrap-icon.flagstrap-by {
    background-position: -16px -22px;
}

.flagstrap-icon.flagstrap-bz {
    background-position: -32px -22px;
}

.flagstrap-icon.flagstrap-ca {
    background-position: -48px -22px;
}

.flagstrap-icon.flagstrap-catalonia {
    background-position: -64px -22px;
}

.flagstrap-icon.flagstrap-cd {
    background-position: -80px -22px;
}

.flagstrap-icon.flagstrap-cf {
    background-position: -96px -22px;
}

.flagstrap-icon.flagstrap-cg {
    background-position: -112px -22px;
}

.flagstrap-icon.flagstrap-ch {
    background-position: -128px -22px;
}

.flagstrap-icon.flagstrap-ci {
    background-position: -144px -22px;
}

.flagstrap-icon.flagstrap-ck {
    background-position: -160px -22px;
}

.flagstrap-icon.flagstrap-cl {
    background-position: -176px -22px;
}

.flagstrap-icon.flagstrap-cm {
    background-position: -192px -22px;
}

.flagstrap-icon.flagstrap-cn {
    background-position: -208px -22px;
}

.flagstrap-icon.flagstrap-co {
    background-position: -224px -22px;
}

.flagstrap-icon.flagstrap-cr {
    background-position: -240px -22px;
}

.flagstrap-icon.flagstrap-cu {
    background-position: 0 -33px;
}

.flagstrap-icon.flagstrap-cv {
    background-position: -16px -33px;
}

.flagstrap-icon.flagstrap-cw {
    background-position: -32px -33px;
}

.flagstrap-icon.flagstrap-cy {
    background-position: -48px -33px;
}

.flagstrap-icon.flagstrap-cz {
    background-position: -64px -33px;
}

.flagstrap-icon.flagstrap-de {
    background-position: -80px -33px;
}

.flagstrap-icon.flagstrap-dj {
    background-position: -96px -33px;
}

.flagstrap-icon.flagstrap-dk {
    background-position: -112px -33px;
}

.flagstrap-icon.flagstrap-dm {
    background-position: -128px -33px;
}

.flagstrap-icon.flagstrap-do {
    background-position: -144px -33px;
}

.flagstrap-icon.flagstrap-dz {
    background-position: -160px -33px;
}

.flagstrap-icon.flagstrap-ec {
    background-position: -176px -33px;
}

.flagstrap-icon.flagstrap-ee {
    background-position: -192px -33px;
}

.flagstrap-icon.flagstrap-eg {
    background-position: -208px -33px;
}

.flagstrap-icon.flagstrap-eh {
    background-position: -224px -33px;
}

.flagstrap-icon.flagstrap-england {
    background-position: -240px -33px;
}

.flagstrap-icon.flagstrap-er {
    background-position: 0 -44px;
}

.flagstrap-icon.flagstrap-es {
    background-position: -16px -44px;
}

.flagstrap-icon.flagstrap-et {
    background-position: -32px -44px;
}

.flagstrap-icon.flagstrap-eu {
    background-position: -48px -44px;
}

.flagstrap-icon.flagstrap-fi {
    background-position: -64px -44px;
}

.flagstrap-icon.flagstrap-fj {
    background-position: -80px -44px;
}

.flagstrap-icon.flagstrap-fk {
    background-position: -96px -44px;
}

.flagstrap-icon.flagstrap-fm {
    background-position: -112px -44px;
}

.flagstrap-icon.flagstrap-fo {
    background-position: -128px -44px;
}

.flagstrap-icon.flagstrap-fr {
    background-position: -144px -44px;
}

.flagstrap-icon.flagstrap-ga {
    background-position: -160px -44px;
}

.flagstrap-icon.flagstrap-gb {
    background-position: -176px -44px;
}

.flagstrap-icon.flagstrap-gd {
    background-position: -192px -44px;
}

.flagstrap-icon.flagstrap-ge {
    background-position: -208px -44px;
}

.flagstrap-icon.flagstrap-gf {
    background-position: -224px -44px;
}

.flagstrap-icon.flagstrap-gg {
    background-position: -240px -44px;
}

.flagstrap-icon.flagstrap-gh {
    background-position: 0 -55px;
}

.flagstrap-icon.flagstrap-gi {
    background-position: -16px -55px;
}

.flagstrap-icon.flagstrap-gl {
    background-position: -32px -55px;
}

.flagstrap-icon.flagstrap-gm {
    background-position: -48px -55px;
}

.flagstrap-icon.flagstrap-gn {
    background-position: -64px -55px;
}

.flagstrap-icon.flagstrap-gp {
    background-position: -80px -55px;
}

.flagstrap-icon.flagstrap-gq {
    background-position: -96px -55px;
}

.flagstrap-icon.flagstrap-gr {
    background-position: -112px -55px;
}

.flagstrap-icon.flagstrap-gs {
    background-position: -128px -55px;
}

.flagstrap-icon.flagstrap-gt {
    background-position: -144px -55px;
}

.flagstrap-icon.flagstrap-gu {
    background-position: -160px -55px;
}

.flagstrap-icon.flagstrap-gw {
    background-position: -176px -55px;
}

.flagstrap-icon.flagstrap-gy {
    background-position: -192px -55px;
}

.flagstrap-icon.flagstrap-hk {
    background-position: -208px -55px;
}

.flagstrap-icon.flagstrap-hm {
    background-position: -224px -55px;
}

.flagstrap-icon.flagstrap-hn {
    background-position: -240px -55px;
}

.flagstrap-icon.flagstrap-hr {
    background-position: 0 -66px;
}

.flagstrap-icon.flagstrap-ht {
    background-position: -16px -66px;
}

.flagstrap-icon.flagstrap-hu {
    background-position: -32px -66px;
}

.flagstrap-icon.flagstrap-ic {
    background-position: -48px -66px;
}

.flagstrap-icon.flagstrap-id {
    background-position: -64px -66px;
}

.flagstrap-icon.flagstrap-ie {
    background-position: -80px -66px;
}

.flagstrap-icon.flagstrap-il {
    background-position: -96px -66px;
}

.flagstrap-icon.flagstrap-im {
    background-position: -112px -66px;
}

.flagstrap-icon.flagstrap-in {
    background-position: -128px -66px;
}

.flagstrap-icon.flagstrap-io {
    background-position: -144px -66px;
}

.flagstrap-icon.flagstrap-iq {
    background-position: -160px -66px;
}

.flagstrap-icon.flagstrap-ir {
    background-position: -176px -66px;
}

.flagstrap-icon.flagstrap-is {
    background-position: -192px -66px;
}

.flagstrap-icon.flagstrap-it {
    background-position: -208px -66px;
}

.flagstrap-icon.flagstrap-je {
    background-position: -224px -66px;
}

.flagstrap-icon.flagstrap-jm {
    background-position: -240px -66px;
}

.flagstrap-icon.flagstrap-jo {
    background-position: 0 -77px;
}

.flagstrap-icon.flagstrap-jp {
    background-position: -16px -77px;
}

.flagstrap-icon.flagstrap-ke {
    background-position: -32px -77px;
}

.flagstrap-icon.flagstrap-kg {
    background-position: -48px -77px;
}

.flagstrap-icon.flagstrap-kh {
    background-position: -64px -77px;
}

.flagstrap-icon.flagstrap-ki {
    background-position: -80px -77px;
}

.flagstrap-icon.flagstrap-km {
    background-position: -96px -77px;
}

.flagstrap-icon.flagstrap-kn {
    background-position: -112px -77px;
}

.flagstrap-icon.flagstrap-kp {
    background-position: -128px -77px;
}

.flagstrap-icon.flagstrap-kr {
    background-position: -144px -77px;
}

.flagstrap-icon.flagstrap-kurdistan {
    background-position: -160px -77px;
}

.flagstrap-icon.flagstrap-kw {
    background-position: -176px -77px;
}

.flagstrap-icon.flagstrap-ky {
    background-position: -192px -77px;
}

.flagstrap-icon.flagstrap-kz {
    background-position: -208px -77px;
}

.flagstrap-icon.flagstrap-la {
    background-position: -224px -77px;
}

.flagstrap-icon.flagstrap-lb {
    background-position: -240px -77px;
}

.flagstrap-icon.flagstrap-lc {
    background-position: 0 -88px;
}

.flagstrap-icon.flagstrap-li {
    background-position: -16px -88px;
}

.flagstrap-icon.flagstrap-lk {
    background-position: -32px -88px;
}

.flagstrap-icon.flagstrap-lr {
    background-position: -48px -88px;
}

.flagstrap-icon.flagstrap-ls {
    background-position: -64px -88px;
}

.flagstrap-icon.flagstrap-lt {
    background-position: -80px -88px;
}

.flagstrap-icon.flagstrap-lu {
    background-position: -96px -88px;
}

.flagstrap-icon.flagstrap-lv {
    background-position: -112px -88px;
}

.flagstrap-icon.flagstrap-ly {
    background-position: -128px -88px;
}

.flagstrap-icon.flagstrap-ma {
    background-position: -144px -88px;
}

.flagstrap-icon.flagstrap-mc {
    background-position: -160px -88px;
}

.flagstrap-icon.flagstrap-md {
    background-position: -176px -88px;
}

.flagstrap-icon.flagstrap-me {
    background-position: -192px -88px;
}

.flagstrap-icon.flagstrap-mg {
    background-position: -208px -88px;
}

.flagstrap-icon.flagstrap-mh {
    background-position: -224px -88px;
}

.flagstrap-icon.flagstrap-mk {
    background-position: -240px -88px;
}

.flagstrap-icon.flagstrap-ml {
    background-position: 0 -99px;
}

.flagstrap-icon.flagstrap-mm {
    background-position: -16px -99px;
}

.flagstrap-icon.flagstrap-mn {
    background-position: -32px -99px;
}

.flagstrap-icon.flagstrap-mo {
    background-position: -48px -99px;
}

.flagstrap-icon.flagstrap-mp {
    background-position: -64px -99px;
}

.flagstrap-icon.flagstrap-mq {
    background-position: -80px -99px;
}

.flagstrap-icon.flagstrap-mr {
    background-position: -96px -99px;
}

.flagstrap-icon.flagstrap-ms {
    background-position: -112px -99px;
}

.flagstrap-icon.flagstrap-mt {
    background-position: -128px -99px;
}

.flagstrap-icon.flagstrap-mu {
    background-position: -144px -99px;
}

.flagstrap-icon.flagstrap-mv {
    background-position: -160px -99px;
}

.flagstrap-icon.flagstrap-mw {
    background-position: -176px -99px;
}

.flagstrap-icon.flagstrap-mx {
    background-position: -192px -99px;
}

.flagstrap-icon.flagstrap-my {
    background-position: -208px -99px;
}

.flagstrap-icon.flagstrap-mz {
    background-position: -224px -99px;
}

.flagstrap-icon.flagstrap-na {
    background-position: -240px -99px;
}

.flagstrap-icon.flagstrap-nc {
    background-position: 0 -110px;
}

.flagstrap-icon.flagstrap-ne {
    background-position: -16px -110px;
}

.flagstrap-icon.flagstrap-nf {
    background-position: -32px -110px;
}

.flagstrap-icon.flagstrap-ng {
    background-position: -48px -110px;
}

.flagstrap-icon.flagstrap-ni {
    background-position: -64px -110px;
}

.flagstrap-icon.flagstrap-nl {
    background-position: -80px -110px;
}

.flagstrap-icon.flagstrap-no {
    background-position: -96px -110px;
}

.flagstrap-icon.flagstrap-np {
    background-position: -112px -110px;
}

.flagstrap-icon.flagstrap-nr {
    background-position: -128px -110px;
}

.flagstrap-icon.flagstrap-nu {
    background-position: -144px -110px;
}

.flagstrap-icon.flagstrap-nz {
    background-position: -160px -110px;
}

.flagstrap-icon.flagstrap-om {
    background-position: -176px -110px;
}

.flagstrap-icon.flagstrap-pa {
    background-position: -192px -110px;
}

.flagstrap-icon.flagstrap-pe {
    background-position: -208px -110px;
}

.flagstrap-icon.flagstrap-pf {
    background-position: -224px -110px;
}

.flagstrap-icon.flagstrap-pg {
    background-position: -240px -110px;
}

.flagstrap-icon.flagstrap-ph {
    background-position: 0 -121px;
}

.flagstrap-icon.flagstrap-pk {
    background-position: -16px -121px;
}

.flagstrap-icon.flagstrap-pl {
    background-position: -32px -121px;
}

.flagstrap-icon.flagstrap-pm {
    background-position: -48px -121px;
}

.flagstrap-icon.flagstrap-pn {
    background-position: -64px -121px;
}

.flagstrap-icon.flagstrap-pr {
    background-position: -80px -121px;
}

.flagstrap-icon.flagstrap-ps {
    background-position: -96px -121px;
}

.flagstrap-icon.flagstrap-pt {
    background-position: -112px -121px;
}

.flagstrap-icon.flagstrap-pw {
    background-position: -128px -121px;
}

.flagstrap-icon.flagstrap-py {
    background-position: -144px -121px;
}

.flagstrap-icon.flagstrap-qa {
    background-position: -160px -121px;
}

.flagstrap-icon.flagstrap-re {
    background-position: -176px -121px;
}

.flagstrap-icon.flagstrap-ro {
    background-position: -192px -121px;
}

.flagstrap-icon.flagstrap-rs {
    background-position: -208px -121px;
}

.flagstrap-icon.flagstrap-ru {
    background-position: -224px -121px;
}

.flagstrap-icon.flagstrap-rw {
    background-position: -240px -121px;
}

.flagstrap-icon.flagstrap-sa {
    background-position: 0 -132px;
}

.flagstrap-icon.flagstrap-sb {
    background-position: -16px -132px;
}

.flagstrap-icon.flagstrap-sc {
    background-position: -32px -132px;
}

.flagstrap-icon.flagstrap-scotland {
    background-position: -48px -132px;
}

.flagstrap-icon.flagstrap-sd {
    background-position: -64px -132px;
}

.flagstrap-icon.flagstrap-se {
    background-position: -80px -132px;
}

.flagstrap-icon.flagstrap-sg {
    background-position: -96px -132px;
}

.flagstrap-icon.flagstrap-sh {
    background-position: -112px -132px;
}

.flagstrap-icon.flagstrap-si {
    background-position: -128px -132px;
}

.flagstrap-icon.flagstrap-sk {
    background-position: -144px -132px;
}

.flagstrap-icon.flagstrap-sl {
    background-position: -160px -132px;
}

.flagstrap-icon.flagstrap-sm {
    background-position: -176px -132px;
}

.flagstrap-icon.flagstrap-sn {
    background-position: -192px -132px;
}

.flagstrap-icon.flagstrap-so {
    background-position: -208px -132px;
}

.flagstrap-icon.flagstrap-somaliland {
    background-position: -224px -132px;
}

.flagstrap-icon.flagstrap-sr {
    background-position: -240px -132px;
}

.flagstrap-icon.flagstrap-ss {
    background-position: 0 -143px;
}

.flagstrap-icon.flagstrap-st {
    background-position: -16px -143px;
}

.flagstrap-icon.flagstrap-sv {
    background-position: -32px -143px;
}

.flagstrap-icon.flagstrap-sx {
    background-position: -48px -143px;
}

.flagstrap-icon.flagstrap-sy {
    background-position: -64px -143px;
}

.flagstrap-icon.flagstrap-sz {
    background-position: -80px -143px;
}

.flagstrap-icon.flagstrap-tc {
    background-position: -96px -143px;
}

.flagstrap-icon.flagstrap-td {
    background-position: -112px -143px;
}

.flagstrap-icon.flagstrap-tf {
    background-position: -128px -143px;
}

.flagstrap-icon.flagstrap-tg {
    background-position: -144px -143px;
}

.flagstrap-icon.flagstrap-th {
    background-position: -160px -143px;
}

.flagstrap-icon.flagstrap-tj {
    background-position: -176px -143px;
}

.flagstrap-icon.flagstrap-tk {
    background-position: -192px -143px;
}

.flagstrap-icon.flagstrap-tl {
    background-position: -208px -143px;
}

.flagstrap-icon.flagstrap-tm {
    background-position: -224px -143px;
}

.flagstrap-icon.flagstrap-tn {
    background-position: -240px -143px;
}

.flagstrap-icon.flagstrap-to {
    background-position: 0 -154px;
}

.flagstrap-icon.flagstrap-tr {
    background-position: -16px -154px;
}

.flagstrap-icon.flagstrap-tt {
    background-position: -32px -154px;
}

.flagstrap-icon.flagstrap-tv {
    background-position: -48px -154px;
}

.flagstrap-icon.flagstrap-tw {
    background-position: -64px -154px;
}

.flagstrap-icon.flagstrap-tz {
    background-position: -80px -154px;
}

.flagstrap-icon.flagstrap-ua {
    background-position: -96px -154px;
}

.flagstrap-icon.flagstrap-ug {
    background-position: -112px -154px;
}

.flagstrap-icon.flagstrap-um {
    background-position: -128px -154px;
}

.flagstrap-icon.flagstrap-us {
    background-position: -144px -154px;
}

.flagstrap-icon.flagstrap-uy {
    background-position: -160px -154px;
}

.flagstrap-icon.flagstrap-uz {
    background-position: -176px -154px;
}

.flagstrap-icon.flagstrap-va {
    background-position: -192px -154px;
}

.flagstrap-icon.flagstrap-vc {
    background-position: -208px -154px;
}

.flagstrap-icon.flagstrap-ve {
    background-position: -224px -154px;
}

.flagstrap-icon.flagstrap-vg {
    background-position: -240px -154px;
}

.flagstrap-icon.flagstrap-vi {
    background-position: 0 -165px;
}

.flagstrap-icon.flagstrap-vn {
    background-position: -16px -165px;
}

.flagstrap-icon.flagstrap-vu {
    background-position: -32px -165px;
}

.flagstrap-icon.flagstrap-wales {
    background-position: -48px -165px;
}

.flagstrap-icon.flagstrap-wf {
    background-position: -64px -165px;
}

.flagstrap-icon.flagstrap-ws {
    background-position: -80px -165px;
}

.flagstrap-icon.flagstrap-ye {
    background-position: -96px -165px;
}

.flagstrap-icon.flagstrap-yt {
    background-position: -112px -165px;
}

.flagstrap-icon.flagstrap-za {
    background-position: -128px -165px;
}

.flagstrap-icon.flagstrap-zanzibar {
    background-position: -144px -165px;
}

.flagstrap-icon.flagstrap-zm {
    background-position: -160px -165px;
}

.flagstrap-icon.flagstrap-zw {
    background-position: -176px -165px;
}

.country_flags .btn {
    padding: 15px;
    height: auto;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: left;
}

    .country_flags .btn:focus {
        padding: 15px;
        height: auto;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        text-align: left;
    }

.country_flags .btn-info:not(:disabled):not(.disabled).active:focus,
.country_flags .btn-info:not(:disabled):not(.disabled):active:focus,
.country_flags .show > .btn-info.dropdown-toggle:focus {
    box-shadow: none;
    background: none;
    border: 1px solid #009dd1;
    color: #495057;
}

.country_flags .btn-info:not(:disabled):not(.disabled).active,
.country_flags .btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    background: none;
    color: #495057;
}

.country_flags .dropdown-toggle::after {
    background: none;
    border: 1px solid #ced4da;
}

.country_flags .dropdown-toggle .btn {
    border: 1px solid #ced4da;
}

.country_flags ul, .country_flags ul {
    min-width: 95%;
    max-width: 95%;
    padding: 15px;
    width: auto;
}

.country_select {
    right: 20px;
}

@media (max-width: 949px) {
    .country_flags ul, .country_flags ul {
        width: auto;
        max-width: 92%;
        min-width: 92%;
        padding: 15px;
    }
}

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .simple-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .simple-pagination li {
        list-style: none;
        padding: 0 7px;
        margin: 0;
        float: left;
    }

        .simple-pagination li.disabled i {
            color: #e1e1e1 !important;
        }

.contacts-mail p img {
    float: left;
    padding-top: 3px;
}

.contacts-mail p span {
    display: flex;
}

span.ellipse.clickable {
    cursor: pointer;
}

.simple-pagination .page-link:focus {
    box-shadow: none;
}

.ellipse input {
    padding: 0 3px;
    width: 50px;
    color: #009dd1;
    font-weight: bold;
}

.pagination-wrap .simple-pagination .page-link {
    padding: 0 5px;
}

.simple-pagination .page-link:hover {
    color: #009dd1;
}

/*------------------------------------*\
    Light Theme Styles
\*------------------------------------*/
.light-theme span {
    cursor: pointer;
}

.light-theme a, .light-theme span {
    float: left;
    color: #009dd1;
    font-size: 1em;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    min-width: 14px;
    padding: 0 7px;
    margin: 0;
    border-radius: 0px;
    background: #fff;
    /* Old browsers */
}

    .light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
        text-decoration: none;
        background: #FCFCFC;
    }

.light-theme .current {
    background: #009dd1;
    color: #FFF;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.light-theme .current.prev, .light-theme .current.next {
    background: none;
}

@media (max-width: 480px) {
    .simple-pagination li {
        padding: 0 4px;
    }

    .ellipse input {
        width: 35px;
    }

    span.ellipse.clickable {
        padding: 0;
    }

    .pagination-wrap .simple-pagination .page-link {
        padding: 0 5px 0 0;
    }
}

.carvan-clock {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 34px;
}

    .carvan-clock > div {
        display: inline-block;
        border-radius: 4px;
    }

    .carvan-clock div > h3 {
        width: 80px;
        padding: 18px 19px;
        background: #fff;
        border-radius: 4px;
        display: inline-block;
    }

    .carvan-clock span {
        margin-top: 36px;
        display: inline-block;
        color: transparent;
        vertical-align: top;
        width: 8px;
        padding-top: 40px;
        border-top: 2px solid #000000;
        line-height: 0px;
    }

.deals-page-wrapper .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/bed-room2.jpg");
    height: 410px;
}

.deals-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.deals-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.deals-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .deals-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.deals-page-wrapper .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.deals-page-wrapper .deal-1 {
    background-image: url("../images/Image@3x.jpg");
    height: 230px;
}

.deals-page-wrapper .deal-2 {
    background-image: url("../images/image-2.jpg");
    height: 230px;
}

.deals-page-wrapper .deal-3 {
    background-image: url("../images/personalcabins.jpg");
    height: 230px;
}

.long-border-dash {
    border: 2px solid;
    border-color: #009dd1;
    border-style: dashed;
}

/******** payment-details-confirmation start *********/
.payment-confirmation .fd-page-wrapper .cyan-list {
    padding-left: 20px;
}

    .payment-confirmation .fd-page-wrapper .cyan-list li::before {
        width: 1.2em;
        margin-left: -1.2em;
    }

.payment-confirmation .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/food5.jpg");
    height: 576px;
}

.payment-confirmation .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.payment-confirmation .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.payment-confirmation .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -510px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .payment-confirmation .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.payment-confirmation .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.payment-confirmation .overlay-1 .image-content-overlay .overlay-content {
    margin-left: -43%;
}

/******** payment-details-confirmation end *********/
@media (max-width: 949px) {
    .carvan-clock div > h3 {
        width: 60px;
    }

    .deals-page-wrapper .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .deals-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .deals-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .deals-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .deals-page-wrapper .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .payment-confirmation .mob-ref {
        float: left !important;
    }

        .payment-confirmation .mob-ref span {
            float: left;
        }

    .payment-confirmation .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .payment-confirmation .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .payment-confirmation .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .payment-confirmation .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -40px;
        padding: 0;
    }

        .payment-confirmation .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }
}

.my-detail-empty-overlay .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/barsandrestaurants.jpg");
    height: 268px;
}

.my-detail-empty-overlay .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.my-detail-empty-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.my-detail-empty-overlay .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -195px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .my-detail-empty-overlay .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.my-detail-empty-overlay .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/add-on1.jpg");
    height: 415px;
}

.ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/cabin.png");*/
    height: 545px;
}

.ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-image {
    background-image: url("../images/add-on2.jpg");
    height: 545px;
}

.ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.ticket-addons-page-wrapper.our-addons .addon-image {
    height: 416px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ticket-addons-page-wrapper.our-addons .addon-image-1 {
    /*background-image: url("../images/add-on1.jpg");*/
}

.addon-image img {
    width: 100%;
}

.ticket-addons-page-wrapper.our-addons .addon-image-2 {
    /*background-image: url("../images/bed-room2.jpg");*/
}

.ticket-addons-page-wrapper.our-addons .addon-image-3 {
    /*background-image: url("../images/Image@2x.jpg");*/
}

.ticket-addons-page-wrapper.our-addons .addon-image-4 {
    /*background-image: url("../images/add-on1.jpg");*/
}

.ticket-addons-page-wrapper.wifi-room-bg {
    background-image: url("../images/wifi.jpg");
    max-width: 1440px;
}

@media (max-width: 949px) {
    .ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-image, .ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-image, .ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right, .ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-image-right, .ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right-max, .ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-image-right-max, .ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-content, .ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-content, .ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .ticket-addons-page-wrapper .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res, .ticket-addons-page-wrapper .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res, .ticket-addons-page-wrapper .overlay-3 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .ticket-addons-page-wrapper.our-addons .addon-image {
        height: 281px;
    }

    .ticket-addons-page-wrapper.wifi-room-bg {
        background-size: 100% 210px;
        background-position: top center;
    }

        .ticket-addons-page-wrapper.wifi-room-bg .overlay-section-content-res {
            margin-top: 110px;
            padding-left: 0;
            padding-right: 0;
        }

    .ticket-addons-page-wrapper .ticket-card-offset.px-40 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-image-parent {
    margin-top: auto;
    margin-bottom: auto;
}

.fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/drink2.png");
    height: 576px;
}

.fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    margin-top: auto;
    margin-bottom: auto;
}

    .fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
        margin-left: inherit;
        z-index: 9;
    }

.fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-image {
    background-image: url("../images/soft-drink1.jpg");
    height: 576px;
}

.fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -500px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

@media (max-width: 949px) {
    .fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-image, .fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-image-right, .fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-image-right-max, .fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-content, .fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .fd-drinks-page-wrapper .drinks-overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res, .fd-drinks-page-wrapper .drinks-overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }
}

.restaurant-bars-fine-dining {
    /*background-image: url("../images/barsandrestaurants.jpg");*/
    height: 170px;
}

    .restaurant-bars-fine-dining img {
        width: 100%;
    }

.restaurant-bars-food-court {
    background-image: url("../images/food-court.jpg");
    height: 170px;
}

.restaurant-bars-buffet {
    background-image: url("../images/buffet.jpg");
    height: 170px;
}

.restaurant-bars-starbucks {
    background-image: url("../images/starbucks-cup.jpg");
    height: 266px;
}

.restaurant-bars-bars {
    background-image: url("../images/bars.jpg");
    height: 266px;
}

.restaurant-bars-cocktail-waves {
    background-image: url("../images/cocktail-on-the-waves.jpg");
    height: 400px;
}

.restaurant-bars-cocktails {
    background-image: url("../images/eat-as-a-family.jpg");
    /*height: 230px;*/
}

    .restaurant-bars-cocktails img {
        width: 100%;
    }

.restaurant-bars-burger-offer {
    background-image: url("../images/eat-as-a-family.jpg");
    height: 230px;
}

.restaurant-bars-eat-family {
    background-image: url("../images/food6.jpg");
    height: 230px;
}

.restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/food5.jpg");
    height: 550px;
}

.restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -415px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.travelPlanning .cyan-circle li {
    width: 100%;
    float: left;
}

    .travelPlanning .cyan-circle li span {
        float: left;
        width: 90%;
    }

    .travelPlanning .cyan-circle li::before {
        float: left;
    }

@media (max-width: 950px) {
    .restaurant-bars-fine-dining, .restaurant-bars-food-court, .restaurant-bars-buffet,
    .restaurant-bars-starbucks, .restaurant-bars-bars, .restaurant-bars-cocktail-waves {
        height: 215px;
    }

    .restaurant-bars-cocktails, .restaurant-bars-burger-offer, .restaurant-bars-eat-family {
        height: 257px;
    }

    .restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image {
        background-image: url("../images/food5.jpg");
        height: 281px;
    }

    .restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: -95px;
    }

    .restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: -500px;
    }

    .restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content {
        background-color: #fff;
        margin-left: -435px;
        max-height: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media screen and (max-width: 950px) and (-ms-high-contrast: active), (max-width: 950px) and (-ms-high-contrast: none) {
    .restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 950px) {
    .restaurant-bars-full-dining-overlay .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
        margin-left: inherit;
        z-index: 9;
    }

    .restaurant-bars-full-dining-overlay .overlay-1 .overlay-content {
        margin-top: -60px !important;
    }
}

@media (min-width: 950px) {
    .travelPlanning .select-postion-left {
        left: 0;
    }
}

/*
    This file was auto-generated by InVision DSM from the P&O Guidelines design library. 
    To keep style values in sync across teams, changes to this file should be made directly from DSM.

*/
/*
    Colors:
*/
/* Core palette */
/* Other Colors */
/* Secondary palette */
/*
    Font Styles:
*/
/* Large / Body / Centered / Dark font style */
/* Large / Body / Left / Dark font style */
/* Large / Body / Left / White font style */
/* Large / H1 LARGE font style */
/* Large / H1 LARGE / CENTRED / DARK font style */
/* Large / H1 Large / Left / Dark font style */
/* Large / H1 Small font style */
/* Large / H1 Small / Centre / Dark font style */
/* Large / H2 font style */
/* Large / H2 / Centered / Dark font style */
/* Large / H2 / Centered / White font style */
/* Large / H2 / Left / Dark font style */
/* Large / H2 / Left / Dark font style */
/* Large / H2 / Left / White font style */
/* Large / H2 / Left / White font style */
/* Large / H2 / Right / Dark font style */
/* Large / H3 / Centered / Dark font style */
/* Large / H3 / Left / Dark font style */
/* Large / H3 / Left / White font style */
/* Large / H4 font style */
/* Large / H4 / Centered / Dark font style */
/* Large / H4 / Centered / White font style */
/* Large / H4 / Centrered / Dark font style */
/* Large / H4 / Left / Dark font style */
/* Large / H4 / White / Dark font style */
/* Large / H5 font style */
/* Large / H5 / Centered / Dark font style */
/* Large / H5 / Left / Cyan font style */
/* Large / H5 / Left / Dark font style */
/* Large / H5 / Left / White font style */
/* Large / H5 / Left / White font style */
/* Large / H5 / Right / Dark font style */
/* Large / H5 / Right / White font style */
/* Large / Standfirst font style */
/* Medium / Body font style */
/* Medium / Body / Centered / Dark font style */
/* Medium / H1 LARGE font style */
/* Medium / H1 small font style */
/* Medium / H2 font style */
/* Medium / H3 font style */
/* Medium / H3 font style */
/* Medium / H4 / Left / Dark font style */
/* Medium / H5 / Left / Dark font style */
/* Medium / standfirst font style */
/* Misc / Caption / Centered / Dark font style */
/* Misc / Caption / Left / Cyan font style */
/* Misc / Caption / Left / Dark font style */
/* Misc / Caption / Left / White font style */
/* Misc / Caption / Right / Dark font style */
/* Misc / Label / Centered / Cyan font style */
/* Misc / Label / Centered / Teal font style */
/* Misc / Label / Centered / White font style */
/* Misc / Label / Cyan font style */
/* Misc / Label / Left / Cyan font style */
/* Misc / Label / Left / Dark font style */
/* Misc / Label / Left / Dark / Bold font style */
/* Misc / Label / Left / Teal font style */
/* Misc / Label / Left / White font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Centered / Dark font style */
/* Misc / Legal / Left / Dark font style */
/* Misc / link / Centered / Dark font style */
/* Misc / link / Left / Dark font style */
/* Misc / link / Right / Dark font style */
/* Small / Body / Centered / Dark font style */
/* Small / Body / Left / Dark font style */
/* Small / Body / Left / White font style */
/* Small / H1 Large font style */
/* Small / H1 Large / Left / Centered font style */
/* Small / H1 Large / Left / Dark font style */
/* Small / H1 small / Left / Centered font style */
/* Small / H1 small / Left / Dark font style */
/* Small / H2 / Centered / Dark font style */
/* Small / H2 / Left / Dark font style */
/* Small / H2 / Left / White font style */
/* Small / H3 / Centered / Dark font style */
/* Small / H3 / Left / Dark font style */
/* Small / H4 / Centered / Dark font style */
/* Small / H4 / Left / Dark font style */
/* Small / H5 / Centered / Dark font style */
/* Small / H5 / Left / Cyan font style */
/* Small / H5 / Left / Dark font style */
/* Small / H5 / Left / White font style */
/* Small / Standfirst font style */
.myaccount-page-wrapper .ticket-info .fa-ellipsis-v {
    color: #fff;
    background-color: #009dd1;
    border-radius: 50%;
    padding: 7px 5px 4px 7px;
    font-size: 1.25em;
}

    .myaccount-page-wrapper .ticket-info .fa-ellipsis-v::before {
        content: '\2807';
        margin-left: 3px;
    }

.myaccount-page-wrapper .next-booking .underline {
    border-bottom: 1px solid #D7D8D6;
}

.myaccount-page-wrapper .go-to-wallet {
    width: 100%;
    margin: 0px auto;
    border-bottom: 2px solid #4c4c4c;
}

.myaccount-page-wrapper .myaccount-feature-carousel .features-1 {
    background-image: url(../images/add-on1.jpg);
    height: 270px;
}

.myaccount-page-wrapper .myaccount-feature-carousel .feature-page-carousel-info {
    background-color: #fff;
    position: relative;
    margin-top: -60px;
    padding: 20px;
    padding-bottom: 55px;
}

    .myaccount-page-wrapper .myaccount-feature-carousel .feature-page-carousel-info .slick-disabled i {
        color: #d3d3d3;
        cursor: initial;
    }

.myaccount-page-wrapper .carvan-offer-card {
    max-width: 350px;
    width: 100%;
}

.carvin-card-white-block {
    background-image: linear-gradient(transparent 25%, #fff 0%);
}

    .carvin-card-white-block h1.color-white {
        line-height: 50px;
        font-size: 3.5em;
    }

.user-basic-info .user-name-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

    .user-basic-info .user-name-circle h2 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        left: 35%;
        color: #d3d3d3;
    }

.user-basic-info.negative-position {
    margin-top: -60px;
}

.myaccount-overlay .addon-image-2 {
    background-image: url(../images/add-on1.jpg);
    height: 270px;
}

.label-black-top {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    line-height: 8px;
    font-family: Museo Sans;
    font-weight: normal;
}

/* my account functional page [atEase]*/
.travel-atEase .banner-card.banner-card-white p.color-aqua {
    color: #29a0a3;
}

.travel-atEase .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/cycle-ride.jpg");
    height: 268px;
}

.travel-atEase .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.travel-atEase .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.travel-atEase .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -195px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .travel-atEase .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.travel-atEase .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.travel-atEase .ticket-addon-1 {
    background-image: url(../images/accommodation2.jpg);
}

.travel-atEase .ticket-addon-2 {
    background-image: url(../images/breathtaking-scenary.jpg);
}

.travel-atEase .overlay-content-card {
    background: #fff;
    padding: 0;
}

.travel-atEase .carvin-card-white-block h1.color-white {
    font-size: 58px;
}

.travel-atEase .carvan-offer-card .caravan-offer-logo {
    width: 50px;
}

.btn-min-w-125 {
    min-width: 125px;
}

@media (max-width: 949px) {
    .user-name-circle {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-radius: 50px;
    }

    .user-basic-info .user-info h4, .user-basic-info .user-info p {
        text-align: center;
    }

    .user-basic-info.negative-position {
        margin-top: 30px;
    }

    .myaccount-page-wrapper .two-bg-colors {
        background-image: -webkit-linear-gradient(top, transparent 0%, #e5f5fa 0%);
        background-size: 100% 35.4%;
        background-repeat: no-repeat;
    }

        .myaccount-page-wrapper .two-bg-colors.light-blue-bg {
            background-color: inherit !important;
        }

        .myaccount-page-wrapper .two-bg-colors .pt-40 {
            padding-top: 20px !important;
        }

    .myaccount-page-wrapper.top-res {
        margin-top: 265px;
    }

    .myaccount-page-wrapper .p-40-60 {
        padding: 20px 20px;
    }

    .myaccount-page-wrapper .padd-x-0 {
        padding: 20px 0;
    }

    .travel-atEase .overlay-section-content-res {
        top: -40px;
    }

    .travel-atEase .user-basic-info.negative-position {
        margin-top: 100px;
    }

    .travel-atEase .image-content-overlay {
        margin: 0;
    }

    .travel-atEase .service-gh-ticket-addon {
        margin: 0 5px;
    }

    .travel-atEase .ticket-curve-right.dashed-bottom-border-res.p-30, .travel-atEase .ticket-curve-left.res-top.p-30,
    .travel-atEase .ticket-curve-bottom.res-bottom.p-30, .travel-atEase .ticket-curve-top.res-bottom.p-30 {
        padding: 20px;
    }
}

.contextmenu {
    margin-top: -50px;
    background-color: #ffffff;
}

.dashed-border {
    border: 1px dashed #009dd1;
    border-style: dashed;
    border-radius: 3px;
}

    .dashed-border span {
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        font-size: 1.125em;
        font-weight: 700;
    }

@media (max-width: 510px) {
    .myaccount-page-wrapper.top-res {
        margin-top: 365px;
    }
}

.farefinder-page-wrapper.deal-addon {
    border: 2px solid #009dd1;
    border-radius: 5px;
    margin-top: 15px;
}

    .farefinder-page-wrapper.deal-addon .addon-image {
        background-image: url(../images/ferry.jpg);
        height: 100%;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.route-reverse {
    background-color: #009dd1;
    border-radius: 50%;
    padding: 5px 7px;
    position: absolute;
    left: 48.7%;
    top: 20%;
}

.farefinder-range-calendar .outboard-cal-prev-btn, .farefinder-range-calendar .outboard-cal-next-btn, .farefinder-range-calendar .outboard1-cal-prev-btn, .farefinder-range-calendar .outboard1-cal-next-btn {
    position: absolute;
    top: 42%;
    z-index: 99;
}

.farefinder-range-calendar .outboard-cal-prev-btn, .farefinder-range-calendar .outboard1-cal-prev-btn {
    left: 20px;
}

.farefinder-range-calendar .outboard-cal-next-btn, .farefinder-range-calendar .outboard1-cal-next-btn {
    right: 20px;
}

.farefinder-range-calendar .date-active {
    background-color: #e5f5fa;
}

.farefinder-range-calendar .arrow-right {
    left: 25%;
}

.farefinder-range-calendar .arrow-left, .farefinder-range-calendar .arrow-right {
    top: 40%;
}

.farefinder-searchagain .root-seclection-dropdown-list {
    transform: translate3d(10px, 0, 0px) !important;
    -ms-transform: translate3d(10px, 50px, 0px) !important;
    -moz-transform: translate3d(10px, 50px, 0px) !important;
    max-height: 508px;
    overflow-y: auto;
}

.farefinder-searchagain .root-selection-dropdown-list {
    transform: translate3d(-20px, 30px, 0px) !important;
    -ms-transform: translate3d(-20px, 30px, 0px) !important;
    -moz-transform: translate3d(-20px, 30px, 0px) !important;
    max-height: 508px;
    overflow-y: auto;
}

.farefinder-searchagain button.route-div-block {
    max-width: 100%;
    border-radius: 5px;
}

.farefinder-time-sheet .farefinder-time-sheet-info .border-right {
    border-right: 1px solid #4c4c4c;
}

.farefinder-time-sheet .farefinder-time-sheet-info.border-bottom {
    border-bottom: 1px solid #4c4c4c;
}

.farefinder-time-sheet .farefinder-time-sheet-price .price-active {
    background-color: #e5f5fa;
}

.farefinder-time-sheet .farefinder-time-sheet-price .border-right {
    border-right: 1px solid #4c4c4c;
}

.farefinder-time-sheet .farefinder-time-sheet-price h4.content-center {
    top: 25%;
}

.deals-appended-div .deals-grid {
    display: block;
    cursor: pointer;
    min-width: 235px;
}

    .deals-appended-div .deals-grid:hover .deactive-deal {
        border: 2px solid #009dd1;
    }

    .deals-appended-div .deals-grid h6 {
        line-height: 30px;
    }

    .deals-appended-div .deals-grid .orange-strip {
        border-top-left-radius: 3px;
    }

    .deals-appended-div .deals-grid > div {
        min-height: 380px;
    }

.deals-appended-div .deactive-deal {
    border: 2px solid #fff;
}

.deals-appended-div .radio-unselected {
    background: url("../svg-icons/radio-unselected.svg") 100%;
    background-repeat: no-repeat;
}

.deals-appended-div .active-deal {
    border: 2px solid #009dd1;
}

.deals-appended-div .fa-exclamation.orange-bg {
    border-radius: 50%;
    padding: 4px 7px 2px 7px;
}

.deals-appended-div .slider .slick-list {
    padding: 0 5% 0 0;
}

.deals-appended-div .slick-disabled {
    display: none !important;
}

.deals-offer-ul-list li {
    background: url("../svg-icons/Tick.svg") 100%;
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding-left: 30px;
}

.farefinder-range-three-states .cyan-border-bottom {
    border-bottom: 6px solid #009dd1;
}

.vehicle-info-disabled {
    color: #d3d3d3;
}

    .vehicle-info-disabled p, .vehicle-info-disabled label, .vehicle-info-disabled h4, .vehicle-info-disabled .slider-tick-label, .vehicle-info-disabled .form-control {
        color: #d3d3d3;
    }

    .vehicle-info-disabled .range-slider .slider-handle {
        border: 2px solid #d3d3d3;
    }

    .vehicle-info-disabled .range-slider .slider-selection.tick-slider-selection {
        background-color: #d3d3d3;
    }

    .vehicle-info-disabled .range-slider .slider.slider-horizontal .slider-track, .vehicle-info-disabled .range-slider .bubble1, .vehicle-info-disabled .range-slider .bubble2, .vehicle-info-disabled .range-slider .bubble3, .vehicle-info-disabled .range-slider .bubble21, .vehicle-info-disabled .range-slider .bubble22, .vehicle-info-disabled .range-slider .bubble23 {
        background-color: #f4f3f4;
        border: #f4f3f4;
    }

        .vehicle-info-disabled .range-slider .bubble1:before, .vehicle-info-disabled .range-slider .bubble2:before, .vehicle-info-disabled .range-slider .bubble3:before, .vehicle-info-disabled .range-slider .bubble21:before, .vehicle-info-disabled .range-slider .bubble22:before, .vehicle-info-disabled .range-slider .bubble23:before, .vehicle-info-disabled .range-slider .bubble24:before {
            border-color: #f4f3f4 transparent;
        }

.earlier-deactive {
    background: url("../svg-icons/earlier-grey.svg") no-repeat 100%;
    background-position: left;
    padding-left: 20px;
    color: #d3d3d3;
}

.earlier-active {
    background: url("../svg-icons/earlier.svg") no-repeat 100%;
    background-position: left;
    padding-left: 20px;
    color: #4c4c4c;
}

.later-deactive {
    background: url("../svg-icons/earlier-grey.svg") no-repeat 100%;
    background-position: left;
    padding-left: 20px;
    color: #d3d3d3;
}

.later-active {
    background: url("../svg-icons/earlier.svg") no-repeat 100%;
    background-position: left;
    padding-left: 20px;
    color: #4c4c4c;
}

.farefinde-addon-page-wrapper .itinerary-section {
    /*
        ul.itinary-timeline > li:before {
            margin-top: 116px;
        }*/
}

    .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline > li:before {
        background-color: #f4f3f4;
        box-shadow: 0px 0px 0px 5px #f4f3f4;
        -moz-box-shadow: 0px 0px 0px 5px #f4f3f4;
        -webkit-box-shadow: 0px 0px 0px 5px #f4f3f4;
        -o-box-shadow: 0px 0px 0px 5px #f4f3f4;
        -ms-box-shadow: 0px 0px 0px 5px #f4f3f4;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-1:before {
        margin-top: 135px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-2:before {
        margin-top: 83px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-3:before {
        margin-top: 57px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-4:before {
        margin-top: 87px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-5:before {
        margin-top: 77px;
    }

    .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline > li.ship-icon:first-child::before {
        margin-top: 0;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-image {
        background-image: url("../images/Image@3x.jpg");
        height: 293px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: -95px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: -500px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-content {
        background-color: #fff;
        margin-left: -111px;
        max-height: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -25%;
}

.farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image {
    background-image: url("../images/Image@3x.jpg");
    height: 293px;
}

.farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -25%;
}

@media (max-width: 949px) {
    button.route-div-block > span {
        min-width: 36.5px;
    }

    .deals-appended-div .slider .slick-list {
        padding: 0 10% 0 0;
    }

    .farefinder-time-sheet .res-image-center {
        width: 80px;
        height: 80px;
    }

    .farefinder-time-sheet .route-info-res .route-image {
        margin-top: -35px;
    }

    .farefinder-page-wrapper.deal-addon .addon-image {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
        height: 210px;
    }

    .farefinder-time-sheet-info .farefinder-time-sheet-price > div {
        border-top: 1px solid #F4F3F4;
    }

    .farefinder-time-sheet-info .farefinder-time-sheet-price .col-4 {
        min-height: 115px;
        height: 100%;
    }

    .farefinder-range-calendar .p-25-20 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .farefinder-range-three-states .mr-10 {
        margin-right: 0;
    }

    .farefinder-wizard .route-reverse {
        transform: rotate(90deg);
        left: inherit;
        top: 33%;
        right: 8%;
    }

    .farefinder-wizard .calendar-input {
        padding: 14px !important;
    }

    .farefinder-wizard .field-icon-right {
        margin-top: -40px;
    }

    .farefinder-searchagain .root-seclection-dropdown-list {
        max-height: 254px;
    }

    .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline {
        margin-bottom: 50px;
    }

        .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline > li {
            padding-left: 0;
        }

            .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline > li:before {
                left: 2.2px;
            }

            .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline > li.ship-icon:first-child::before {
                left: -5px;
            }

            .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline > li.last-ship-icon::before {
                left: 2.2px;
            }

        .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline:before {
            left: 9px;
        }

        .farefinde-addon-page-wrapper .itinerary-section ul.itinary-timeline::after {
            height: 30px;
            width: 30px;
            background-size: 30px 30px;
            left: -4px;
        }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .farefinde-addon-page-wrapper .itinerary-section .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .farefinde-addon-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-1:before {
        margin-top: 317px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-2:before {
        margin-top: 280px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-3:before {
        margin-top: 57px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-4:before {
        margin-top: 272px;
    }

    .farefinde-addon-page-wrapper .itinerary-section .list-style-align-5:before {
        margin-top: 272px;
    }
}

.homepage-wrapper .small-logo {
    width: 21px;
}

.homepage-overlay .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/barsandrestaurants.jpg");
    height: 413px;
}

.homepage-overlay .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.homepage-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.homepage-overlay .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -68px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .homepage-overlay .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.homepage-overlay .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.homepage-overlay .overlay-2 .image-content-overlay .overlay-image {
    background-image: url("../images/overlay-image.jpg");
    height: 413px;
}

.homepage-overlay .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.homepage-overlay .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.homepage-overlay .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -105px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .homepage-overlay .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.homepage-overlay .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

@media (max-width: 949px) {
    .homepage-wrapper .homepage-overlay.content-section {
        padding-bottom: 0;
    }

    .homepage-overlay .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .homepage-overlay .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .homepage-overlay .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .homepage-overlay .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -46px;
        padding: 0;
    }

        .homepage-overlay .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .homepage-overlay .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .homepage-overlay .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .homepage-overlay .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .homepage-overlay .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -46px;
        padding: 0;
    }

        .homepage-overlay .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }
}

.atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/Image@3x.jpg");*/
    height: 293px;
}

.atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -25%;
}

.atport-page-wrapper h4 .info-solid-icon {
    vertical-align: top;
}

.atport-page-wrapper .at-post-overlay-card.this-margin-adjust {
    margin-left: 90px;
}

.atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-image {
    /*background-image: url("../images/Image@3x.jpg");*/
    height: 444px;
}

.atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-content {
    margin-left: -10%;
}

.atport-page-wrapper .at-post-overlay-card .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/Image@3x.jpg");*/
    height: 444px;
}

.atport-page-wrapper .at-post-overlay-card .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.atport-page-wrapper .at-post-overlay-card .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.atport-page-wrapper .at-post-overlay-card .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .atport-page-wrapper .at-post-overlay-card .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.atport-page-wrapper .at-post-overlay-card .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.atport-page-wrapper .at-post-overlay-card .overlay-2 .image-content-overlay .overlay-content {
    margin-left: -10%;
}

.atport-page-wrapper .passenger-deck-1 {
    /*background-image: url("../images/club-lounge.JPG");*/
    height: 230px;
}

.atport-page-wrapper .passenger-deck-2 {
    background-image: url("../images/club-lounge.JPG");
    height: 230px;
}

.atport-page-wrapper .offer-slick-block {
    background-image: url("../images/club-lounge.JPG");
    height: 290px;
}

@media (max-width: 949px) {
    .atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image {
        height: 225px;
    }

    .atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -30px;
        padding: 0;
    }

        .atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .atport-page-wrapper .itinerary-section .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .atport-page-wrapper .at-post-overlay-card.this-margin-adjust {
        margin-left: 40px;
    }

    .atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-image {
        height: 225px;
    }

    .atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -30px;
        padding: 0;
    }

        .atport-page-wrapper .at-post-overlay-card .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }
}

.bookjourney {
    padding: 40px;
}

    .bookjourney.price:first-child {
        border-right: 1px solid #d3d3d3;
    }

    .bookjourney h1 {
        font-size: 3.333em;
        font-family: 'Museo Sans-medium';
        line-height: 40px;
    }

    .bookjourney sup {
        font-size: 55%;
    }

    .bookjourney .seperator {
        border-right: 1px solid #d3d3d3;
    }

.routecards .overlaycard-image-right {
    margin-left: -42%;
}

.routecards .overlay-2 .image-content-overlay .overlay-image, .routecards .overlay-1 .image-content-overlay .overlay-image {
    height: 536px;
}

.routecards .overlay-1 .image-content-overlay .overlay-content {
    margin-left: -42%;
}

.seperator {
    border-right: 1px solid #d3d3d3;
}

@media (max-width: 949px) {
    .bookjourney {
        padding: 20px 0;
    }

    .routecards .overlaycard-image-right {
        margin-left: 0;
    }

    .routecards .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res, .routecards .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
        margin-top: 0px;
    }

    .routecards .overlay-2 .image-content-overlay .overlay-image, .routecards .overlay-1 .image-content-overlay .overlay-image {
        height: 282px;
    }

    .routecards .ticket-addons-page-wrapper {
        background-size: 100% 210px;
        background-position: top center;
    }

    .routecards .overlay-section-content-res {
        margin-top: 150px;
        padding-left: 0;
        padding-right: 0;
    }

    .seperator {
        border-bottom: 1px solid #d3d3d3;
        border-right: 0px;
    }

        .seperator h2 {
            text-align: left !important;
            width: 75px;
            float: left;
        }

        .seperator p {
            float: left;
            line-height: 32px;
        }
}

.route-card-page-wrapper.long-journey-bg {
    background-image: url("../images/standardcabin-banner.jpg");
}

@media (max-width: 949px) {
    .route-card-page-wrapper.long-journey-bg {
        background-size: 100%;
        background-position: top center;
    }

        .route-card-page-wrapper.long-journey-bg .overlay-section-content-res {
            margin-top: 40%;
            padding-left: 0;
            padding-right: 0;
        }
}

/* icon border css */
.iconBorder {
    padding: 4px;
    border: 1px solid #e2e2e2;
}

    .iconBorder img {
        vertical-align: inherit;
    }

.blue-brd-btm {
    border-bottom: 2px solid #009dd1;
    padding-bottom: 3px;
}

.blue-brd-tp5 {
    border-top: 5px solid #009dd1;
}

.blue-brd-tp10 {
    border-top: 10px solid #009dd1;
}

.input-add-rgt .iconBorder.t-8 {
    top: 8px;
}

.input-add-rgt .iconBorder.r-8 {
    right: 8px;
}

.font-38 {
    font-size: 38px !important;
    font-family: 'Museo Sans-medium';
}

.font-44 {
    font-size: 44px;
}

.wordBreak {
    word-break: break-all;
}

.input-add-rgt {
    position: relative;
}

    .input-add-rgt .add {
        position: absolute;
        right: 3px;
        top: 2px;
        cursor: pointer;
    }

.poundSbl {
    top: 12px;
    left: 20px;
}

.carvan-offer-cardSml {
    width: 180px;
    padding: 8px 18px;
}

.form-group input.form-control.form-controlLesspad,
.form-group .form-controlLesspad .select-selected,
.form-group select.form-control.form-controlLesspad,
.form-group .form-controlLesspad button[data-toggle] {
    padding: 12px;
}

.Passengers-info .nav-link.active {
    font-weight: 900;
}

.creditDebit .input-add-rgt .iconBorder.r-11 {
    right: 11px;
}

.creditDebit .input-add-rgt .iconBorder.t-11 {
    top: 11px;
}

.creditDebit .input-add-rgt .add {
    right: 7px;
    top: 7px;
}

.debitCard {
    background: url("../svg-icons/Credit-card.svg") no-repeat 12px 9px;
}

.paypal {
    background: url("../images/paypal.png") no-repeat 22px 10px;
}

.bank-transfer {
    background: url("../images/bank-transfer.png") no-repeat 13px 11px;
}

.ticket-info .error-text::before {
    font-size: 1.125em;
}

.contentsec-link a {
    color: #4c4c4c;
}

    .contentsec-link a:hover {
        text-decoration: none;
        color: #29a0a3;
    }

    .contentsec-link a:focus {
        outline: none;
        box-shadow: none;
        outline: none;
        box-shadow: none;
        background-color: #009dd1;
        color: #fff;
        font-family: 'Museo Sans-light' !important;
    }

.your-booking-desble .ticket-info {
    opacity: 0.5;
}

.your-booking-desble .cyan-color-icon-circle {
    background-color: #d3d3d3 !important;
}

.your-booking-desble .route-icon-disabled {
    background-image: url(../images/rout-icon1up-disabled.png), url(../images/rout-icon2-disabled.png);
    background-position: left, right;
    background-repeat: no-repeat;
}

@media (max-width: 374px) {
    .form-group .input-add-rgt .iconBorder {
        padding: 4px;
        top: 6px !important;
        right: 6px !important;
    }

    .mob-card {
        padding-right: 0;
    }

    .myInfoMob .p-4 {
        padding: 1rem !important;
    }
}

@media (max-width: 949px) {
    .payment-btns span,
    .payment-btns .btn.m-w-100, .login .ticket-info .w-210,
    .login .ticket-info span {
        max-width: 100% !important;
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 0 !important;
    }
}

/* saraiyu edit checkout code */
.ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-image {
    background-image: url("../images/summer-fun.jpeg");
    height: 415px;
}

.ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-image {
    background-image: url("../images/summer-fun.jpeg");
    height: 415px;
}

.ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.ferriesgroup-page-wrapper .image-section-1 {
    /*background-image: url("../images/club-lounge.JPG");*/
    height: 230px;
}

.ferriesgroup-page-wrapper .image-section-2 {
    background-image: url("../images/club-lounge.JPG");
    height: 230px;
}

.ferriesgroup-page-wrapper .image-section-3 {
    background-image: url("../images/club-lounge.JPG");
    height: 230px;
}

.ferriesgroup-page-wrapper.wifi-room-bg {
    background-image: url("../images/wifi.jpg");
}

.live-entertainmant .image-section-1, .live-entertainmant .image-section-2, .live-entertainmant .image-section-3 {
    height: 172px;
}

.image-section-1 img, .image-section-2 img, .image-section-3 img {
    width: 100%;
}

.background-default img {
    width: 100%;
}

.live-entertainmant .orange-strip {
    padding: 7px 21px;
}

.live-entertainmant .bar-wrap .fa-chevron-right {
    font-size: 1.188em;
}

.live-entertainmant .image-section-4 {
    background-image: url("../images/drink1.JPG");
    height: 262px;
}

.live-entertainmant .image-section-5 {
    background-image: url("../images/gallery-image8.JPG");
    height: 262px;
}

.live-entertainmant .onboard-cabins-ticket-add-ons {
    height: 230px;
}

.collections-detail.light-blue-bg-overlay {
    background-image: linear-gradient(top, transparent 35%, #e5f5fa 0%);
    background-image: -moz-linear-gradient(top, transparent 35%, #e5f5fa 0%);
    background-image: -webkit-linear-gradient(top, transparent 35%, #e5f5fa 0%);
    background-image: -o-linear-gradient(top, transparent 35%, #e5f5fa 0%);
    background-size: 100% 100%;
}

.collections-detail .image-section.other-cabin-1 {
    height: 230px;
}

.collections-detail .fa-map-marker {
    font-size: 1.25em;
}

/*********** Travel information screen start ************/
.travel-information .overlay-1 .image-content-overlay .overlay-image {
    /*background-image: url("../images/passenger-info-travel-car.jpg");*/
    height: 415px;
}

.travel-information .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.travel-information .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.travel-information .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .travel-information .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.travel-information .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.travel-information .overlay-1 .image-content-overlay .overlay-content {
    margin-left: -10%;
}

.travel-information .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/teddy-bear.jpg");*/
    height: 415px;
}

.travel-information .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.travel-information .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.travel-information .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .travel-information .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.travel-information .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.travel-information .travelimg-1 {
    /*background-image: url(../images/user-laptop.jpg);*/
    height: 172px;
}

.travel-information .travelimg-2 {
    /*background-image: url(../images/car-engine.jpg);*/
    height: 172px;
}

.travel-information .travelimg-3 {
    /*background-image: url(../images/cottages.jpg);*/
    height: 172px;
}

.travel-information .travel-plan {
    /*background-image: url(../images/add-on2.jpg);*/
    height: 266px;
}

.travel-information .service-info {
    background-image: url(../images/ferry.jpg);
    height: 266px;
}

.travel-information .timetable {
    background-image: url(../images/add-on1.jpg);
    height: 266px;
}

.travel-information .port-info {
    background-image: url(../images/ship-large.png);
    height: 266px;
}

.travel-information .overlay-1 .image-content-overlay .overlay-image {
    /*background-image: url("../images/passenger-info-travel-car.jpg");*/
    height: 415px;
}

.travel-information .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.travel-information .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.travel-information .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .travel-information .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.travel-information .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.travel-information .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/teddy-bear.jpg");*/
    height: 415px;
}

.travel-information .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.travel-information .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.travel-information .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -111px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .travel-information .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.travel-information .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.travel-information .destinations {
    background-image: url(../images/syncing-slider-guides-1.jpg);
    max-width: 1440px;
}

.travel-information .mpb-0 {
    padding-bottom: 0 !important;
}

.travel-information .mmb-0 {
    margin-bottom: 0 !important;
}

/*********** Travel information screen end ************/
/************** desinations screen start *************/
.desinations-fb.belgium-bg {
    background-image: url(../images/mountain-water-people.jpg);
}

.desinations-fb .belgium-img1 {
    /*background-image: url(../images/accommodation1.jpg);*/
    height: 230px;
}

.desinations-fb .belgium-img2 {
    /*background-image: url(../images/accommodation2.jpg);*/
    height: 230px;
}

.desinations-fb .belgium-img3 {
    /*background-image: url(../images/accommodation3.jpg);*/
    height: 230px;
}

.desinations-fb .belgium-img4 {
    /*background-image: url(../images/ferries-gh-bg-1.jpg);*/
    height: 230px;
}

.desinations-fb .belgium-img5 {
    /*background-image: url(../images/mountain-water-people.jpg);*/
    height: 230px;
}

.desinations-fb .belgium-img6 {
    /*background-image: url(../images/mini-cruise-cycling.jpg);*/
    height: 230px;
}

.desinations-fb .france-img1 {
    /*background-image: url(../images/priority-boarding.jpg);*/
    height: 230px;
}

.desinations-fb .france-img2 {
    /*background-image: url(../images/alps-mountains.jpg);*/
    height: 230px;
}

.desinations-fb .france-img3 {
    /*background-image: url(../images/ferry.jpg);*/
    height: 230px;
}

.desinations-fb .france-img4 {
    /*background-image: url(../images/mini-cruise-detail-banner.jpg);*/
    height: 230px;
}

.desinations-fb .france-img5 {
    /*background-image: url(../images/gallery-image11.png);*/
    height: 230px;
}

.desinations-fb .france-img6 {
    /*background-image: url(../images/cycling-along-canals-banner.jpg);*/
    height: 230px;
}

.desinations-fb .horizontal-menu {
    margin-top: 18px;
}

    .desinations-fb .horizontal-menu .nav-tabs {
        border-bottom: 0;
    }

        .desinations-fb .horizontal-menu .nav-tabs .nav-item {
            padding: .5rem 1rem;
            margin-right: 4px;
        }

            .desinations-fb .horizontal-menu .nav-tabs .nav-item .nav-link {
                padding: 0.3rem;
                font-size: 1em;
                border: 0;
            }

            .desinations-fb .horizontal-menu .nav-tabs .nav-item a.active {
                border-bottom: 3px solid #009dd1;
                font-weight: 900;
                color: #000;
            }

/************** desinations screen end *************/
/************* collections screen start ***********/
.collections .nav-item a.active {
    border-bottom: 3px solid #29a0a3 !important;
}

.collections.collections-banner {
    background-image: url(../images/cycling-along-canals-banner.jpg);
}

.collections .things-belgium1 {
    background-image: url(../images/alps-mountains.jpg);
    height: 385px;
}

.collections .things-belgium2 {
    background-image: url(../images/alps-mountains.jpg);
    height: 385px;
}

.collections .things-belgium.px-lg-2 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}

.collections .things-belgiumBg {
    background-image: url(../images/finedining-drinks.jpg);
}

.collections .things-franceBg {
    background-image: url(../images/mini-cruise-cycling.jpg);
}

.collections .Camping {
    background-image: url(../images/cottages.jpg);
    height: 352px;
}

    .collections .Camping img {
        width: 100%;
    }

.collections .cycling {
    background-image: url(../images/cycle-ride.jpg);
    height: 352px;
}

.collections .things-france1 {
    background-image: url(../images/music1.jpg);
    height: 352px;
}

.collections .things-france2 {
    background-image: url(../images/food5.jpg);
    height: 352px;
}

.collections .food-section .ticket-card-offset {
    min-height: 335px !important;
}

/************* collections screen end ************/
@media (max-width: 949px) {
    .ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .ferriesgroup-page-wrapper .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .ferriesgroup-page-wrapper .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .ferriesgroup-page-wrapper.wifi-room-bg {
        background-size: 100%;
        background-position: top center;
    }

        .ferriesgroup-page-wrapper.wifi-room-bg .overlay-section-content-res {
            margin-top: 15%;
            padding-left: 0;
            padding-right: 0;
        }
    /*** Travel information ***/
    .travel-information .overlay-1 .image-content-overlay .overlay-image {
        height: 255px;
    }

    .travel-information .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .travel-information .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .travel-information .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -46px;
        padding: 0;
    }

        .travel-information .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .travel-information .overlay-2 .image-content-overlay .overlay-image {
        height: 255px;
    }

    .travel-information .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .travel-information .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .travel-information .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -46px;
        padding: 0;
    }

        .travel-information .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .travel-information .travelimg-1, .travel-information .travelimg-2, .travel-information .travelimg-3, .travel-information .travel-plan, .travel-information .service-info, .travel-information .timetable, .travel-information .port-info {
        height: 214px;
    }

    .travel-information .destinations {
        background-size: 100% 210px;
        background-position: top center;
    }

        .travel-information .destinations .overlay-section-content-res {
            margin-top: 110px;
        }

    .travel-information .rest-bar .ticket-card-offset {
        margin-bottom: -5px;
    }

    .travel-information .overlay-content-card {
        padding: 30px 20px !important;
    }

    .travel-information.mob-travelInfo .overlay-content-card {
        padding: 10px 5px !important;
    }

    .travel-information .overlay-section-content-res {
        padding: 25px 5px 0 5px !important;
    }
    /*** Travel information end ***/
    .mobp-2 {
        padding: 0.5rem !important;
    }

    .mobb-1 {
        padding-bottom: 0.25rem !important;
    }

    .mob-mx-0 {
        margin-right: -15px;
        margin-left: -15px;
    }
    /**** collections start***/
    .collections {
        /*.Camping{
        &.cycling{
          &.things-france1{
            &.things-france2{
              height:280px;
            }
          }
        }
      }*/
    }

        .collections .things-belgium.px-lg-2 {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .collections .things-belgiumBg, .collections .things-franceBg {
            background-size: 100% 282px;
            background-position: top center;
        }

            .collections .things-belgiumBg .overlay-section-content-res, .collections .things-franceBg .overlay-section-content-res {
                margin-top: 215px;
            }

        .collections .overlay-content-card {
            padding-bottom: 50px !important;
        }

        .collections .ticket-card-offset {
            top: -40px;
        }

        .collections .things-belgiumBg .p-40, .collections .things-franceBg .p-40 {
            padding: 15px !important;
        }

        .collections .Camping, .collections .cycling, .collections .things-france1, .collections .things-france2 {
            height: 280px;
        }
}

@media (min-width: 950px) {
    .desinations-fb .px-lg-2 {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }

    .desinations-fb .select-postion-left {
        left: 35px;
        top: -25px;
    }

    .notifications .notification-agotime {
        position: absolute;
        right: -35px;
    }
}

.contact-page-wrapper .icon-block {
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 33px;
    padding-left: 40px;
}

.contact-page-wrapper .form-block {
    padding-left: 40px;
}

.contact-page-wrapper a.dark_anc:focus {
    background-color: #009dd1;
    color: #fff !important;
}

.contact-page-wrapper a.dark_anc:hover {
    color: #009dd1;
}

.contact-page-wrapper .need-help-block:after {
    left: inherit;
    border-right: none;
}

.contact-page-wrapper .need-help-block.help-bg {
    background-image: url(../images/need-help-icon.JPG);
    background-repeat: no-repeat;
    padding-left: 55px;
}

@media (max-width: 949px) {
    .contact-page-wrapper .call-center-block, .contact-page-wrapper .post-block, .contact-page-wrapper .email-block, .contact-page-wrapper .form-block {
        background-position: left 10px top;
        padding-left: 50px;
    }

    .contact-page-wrapper .need-help-block.help-bg {
        background-position: left 10px top;
    }

    .contact-page-wrapper .need-help-block h2 {
        border-bottom: none;
    }
}

.help-center-page-wrapper .topic-list {
    padding: 0;
    list-style: none;
}

    .help-center-page-wrapper .topic-list li {
        border-bottom: 1px solid #ced4da;
        padding: 15px 0;
    }

        .help-center-page-wrapper .topic-list li a {
            color: #009dd1;
            font-family: 'Museo Sans-bold';
            font-size: 1em;
        }

        .help-center-page-wrapper .topic-list li:last-child {
            border-bottom: none;
        }

.help-center-page-wrapper .rotate-180 {
    transform: rotate(180deg);
}

.help-center-page-wrapper .faq-list {
    padding: 0;
    list-style: none;
}

.help-center-page-wrapper .banner-circle img {
    width: 164px;
    margin-top: 6%;
}

.help-center-page-wrapper.help-center-search, .help-center-page-wrapper .help-center-search {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

    .help-center-page-wrapper.help-center-search input[type=text], .help-center-page-wrapper .help-center-search input[type=text] {
        border: 0;
    }

    .help-center-page-wrapper.help-center-search .search-btn, .help-center-page-wrapper .help-center-search .search-btn {
        border: 0;
        color: #009dd1;
        font-family: 'Museo Sans-medium';
    }

    .help-center-page-wrapper.help-center-search .fa-search, .help-center-page-wrapper .help-center-search .fa-search {
        position: absolute;
        top: 35%;
        left: 15px;
        color: #009dd1;
    }

    .help-center-page-wrapper.help-center-search input, .help-center-page-wrapper .help-center-search input {
        padding-left: 40px;
    }

    .help-center-page-wrapper.help-center-search .action-block, .help-center-page-wrapper .help-center-search .action-block {
        visibility: hidden;
    }

.help-center-page-wrapper .filter-btn-block ul {
    padding: 0;
    list-style: none;
}

.help-center-page-wrapper .filter-btn-block .row-center {
    display: inherit;
}

.help-center-page-wrapper .filter-btn-block .col-3 {
    max-width: 24%;
}

.help-center-page-wrapper .filter-btn-block .col-center {
    display: inline-block;
    float: none;
}

.help-center-page-wrapper .filter-btn-block .filter-btn {
    padding: 12px 7px;
    font-size: .875em;
    color: #4c4c4c;
    background-color: #fff;
    border: 1px solid #009dd1;
    text-align: left;
    margin-bottom: 12px;
    min-width: 100%;
}

    .help-center-page-wrapper .filter-btn-block .filter-btn i {
        padding: 9px 18px;
        border-radius: 50%;
        background-color: #E5F5FA;
        margin-right: 10px;
    }

    .help-center-page-wrapper .filter-btn-block .filter-btn:hover, .help-center-page-wrapper .filter-btn-block .filter-btn:active, .help-center-page-wrapper .filter-btn-block .filter-btn:focus {
        background-color: #E5F5FA;
    }

.help-center-page-wrapper .service-info .addon-image {
    height: 416px;
}

.help-center-page-wrapper .service-info .addon-image-1 {
    background-image: url("../images/add-on1.jpg");
}

.help-center-page-wrapper .service-info .addon-image-2 {
    background-image: url("../images/bed-room2.jpg");
}

.help-center-page-wrapper .service-info .addon-image-3 {
    background-image: url("../images/Image@2x.jpg");
}

.help-center-page-wrapper .service-info .addon-image-4 {
    background-image: url("../images/add-on1.jpg");
}

.help-center-page-wrapper.help-section-overlay {
    min-height: 100px;
    max-width: 388px;
    width: 100%;
    box-shadow: 0px -1px 14px 1px #d0cfcf;
    border-radius: 5px;
    background-color: #fff;
    right: 0;
    margin-top: 10%;
    z-index: 99;
    padding: 35px 25px;
}

    .help-center-page-wrapper.help-section-overlay .close-svg-icon {
        background-position: right top 7px;
    }

    .help-center-page-wrapper.help-section-overlay .topic-list li a {
        font-family: 'Museo Sans-medium';
    }

@media (max-width: 949px) {
    .help-center-page-wrapper .filter-btn-block .nav-tabs-wrapper {
        background-color: #fff;
        box-shadow: 0px -1px 14px 1px #d0cfcf;
        border-radius: 10px;
    }

        .help-center-page-wrapper .filter-btn-block .nav-tabs-wrapper li {
            border-bottom: 1px solid #ced4da;
            padding: 0 !important;
        }

            .help-center-page-wrapper .filter-btn-block .nav-tabs-wrapper li a {
                padding: 21px 15px;
                border: 0;
                border-radius: 0;
                font-family: 'Museo Sans-medium';
                margin-bottom: 0;
            }

    .help-center-page-wrapper .filter-btn-block ul.row-center {
        display: none;
        position: absolute;
    }

    .help-center-page-wrapper .filter-btn-block .col-3 {
        max-width: 100%;
    }

    .help-center-page-wrapper .filter-btn-block .filter-btn-res {
        min-width: inherit;
    }

        .help-center-page-wrapper .filter-btn-block .filter-btn-res .fa-chevron-down {
            background-color: inherit;
        }

        .help-center-page-wrapper .filter-btn-block .filter-btn-res:after {
            border: 0;
        }

    .help-center-page-wrapper.help-section-overlay {
        min-width: 100%;
    }

    .help-center-page-wrapper .service-info .addon-image {
        height: 281px;
    }
}

.border-radius-50 {
    border-radius: 50%;
}

.season-tickets.season-tickets-banner {
    background-image: url(../images/mini-cruise-group-banner.jpg);
}

.season-tickets .contact-footer .emailimg {
    width: 24px;
    height: 24px;
}

.season-tickets .circlewrap {
    width: 142px;
    height: 142px;
    background-color: #f1f1f1;
}

    .season-tickets .circlewrap .iconwrap {
        background-size: 40px !important;
        height: 100%;
    }

        .season-tickets .circlewrap .iconwrap.money {
            background: url(../svg-icons/save-money.svg) no-repeat center center;
        }

        .season-tickets .circlewrap .iconwrap.travel {
            background: url(../svg-icons/flexible-travel.svg) no-repeat center center;
        }

        .season-tickets .circlewrap .iconwrap.time {
            background: url(../svg-icons/save-time.svg) no-repeat center center;
        }

        .season-tickets .circlewrap .iconwrap.thumbs-up {
            background: url(../svg-icons/extra-benefits.svg) no-repeat center center;
        }

.season-tickets .light-blue-bg h3 {
    background-position: left !important;
    background-size: 35px !important;
    min-width: 20px;
    padding-left: 45px;
}

    .season-tickets .light-blue-bg h3.ticket-gray-icon {
        background: url(../svg-icons/ticket-dark-gray.svg) no-repeat 100%;
    }

    .season-tickets .light-blue-bg h3.returns-icon {
        background: url(../images/two-tickets.png) no-repeat 100%;
    }

    .season-tickets .light-blue-bg h3.days-returns-icon {
        background: url(../images/two-tickets-time.png) no-repeat 100%;
    }

.season-tickets.accommodation-page-wrapper .image-section-1 .image-block {
    background-image: url(../images/mickey.jpg);
}

.season-tickets.accommodation-page-wrapper .image-section-2 .image-block {
    background-image: url(../images/cottages.jpg);
}

.season-tickets.accommodation-page-wrapper .image-section-3 .image-block {
    background-image: url(../images/mom-kid.jpg);
}

.season-tickets.accommodation-page-wrapper .image-section-1 .image-block, .season-tickets.accommodation-page-wrapper .image-section-2 .image-block, .season-tickets.accommodation-page-wrapper .image-section-3 .image-block {
    height: 172px;
}

.season-tickets .purchase-wrap {
    background-color: #009dd1;
}

    .season-tickets .purchase-wrap .purchase-icon {
        background: url(../svg-icons/purchase-icon.svg) no-repeat left top;
    }

    .season-tickets .purchase-wrap p {
        font-family: "Museo Sans-300";
        font-size: .938em;
    }

.season-tickets .crossings-wrap .radio-btn-switch {
    top: -4px;
}

.season-tickets .crossings-wrap .light-blue-bg h3 {
    padding-left: 0;
}

.season-tickets .datepicker {
    position: relative;
}

    .season-tickets .datepicker table {
        position: relative;
        border-spacing: 0;
    }

        .season-tickets .datepicker table thead tr:first-child {
            position: absolute;
            top: -225px;
            margin: 0 29%;
        }

        .season-tickets .datepicker table th.dow {
            padding: 5px 0;
            font-size: .875em;
        }

        .season-tickets .datepicker table td.day:hover {
            border-radius: 0;
        }

        .season-tickets .datepicker table td.day:active, .season-tickets .datepicker table td.day.today, .season-tickets .datepicker table td.active:hover.active, .season-tickets .datepicker table td.active.active {
            border-radius: 0;
        }

        .season-tickets .datepicker table tr:first-child th:hover {
            background: none;
        }

        .season-tickets .datepicker table .prev span, .season-tickets .datepicker table .next span {
            background-color: #009dd1 !important;
            padding: 8px 9px;
            color: #fff;
            border-radius: 50px;
            font-size: .625em;
        }

        .season-tickets .datepicker table .prev span {
            margin-right: 20px;
        }

        .season-tickets .datepicker table .next span {
            margin-left: 20px;
        }

    .season-tickets .datepicker .picker-switch {
        padding: 15px 0;
    }

.season-tickets .season-ticket-peakday .box {
    width: 15px;
    height: 15px;
    background-color: #1a81a3;
}

/********* cabins group hub start *********/
.cabins-grouphub.cabins-bannerwrap {
    background-image: url(../images/wifi.jpg);
}

.cabins-grouphub .onboard-labelwrap {
    min-height: 50px;
}

.cabins-grouphub .cabin-img1 {
    background-image: url(../images/standardcabin-banner.jpg);
    height: 350px;
}

.cabin-img1 img {
    width: 100%;
}

.cabins-grouphub .cabin-img2 {
    background-image: url(../images/add-on2.jpg);
    height: 350px;
}

.cabins-grouphub .cabin-img3 {
    background-image: url(../images/mini-cruise-fashion1.jpg);
    height: 350px;
}

.cabins-grouphub .cabin-img4 {
    background-image: url(../images/cabin1.jpg);
    height: 350px;
}

.cabins-grouphub .clublounge-img {
    background-image: url(../images/club-lounge.JPG);
    height: 230px;
}

.cabins-grouphub .cinema-img {
    background-image: url(../images/entertaining.JPG);
    height: 230px;
}

.cabins-grouphub .wifi-img {
    background-image: url(../images/user-laptop.JPG);
    height: 230px;
}

/********* cabins group hub end *********/
/********* Gift cards details start ********/
.giftcards.giftcards-banner {
    background-image: url(../images/gift-cards-banner.jpg);
}

.giftcards .accordion-styling .card .fa-chevron-down {
    color: #009dd1;
}

.giftcards .light-blue-bg .caravan-card-bg-blue {
    transform: rotate(-15deg);
    z-index: 1;
    box-shadow: 2px 16px 35px #454545;
    -moz-box-shadow: 2px 16px 35px #454545;
    -webkit-box-shadow: 2px 16px 35px #454545;
    -o-box-shadow: 2px 16px 35px #454545;
}

.giftcards .light-blue-bg .caravan-card-bg-violet {
    transform: rotate(20deg);
    z-index: 0;
    top: -30px;
    box-shadow: 3px 9px 18px grey;
    -moz-box-shadow: 3px 9px 18px grey;
    -webkit-box-shadow: 3px 9px 18px grey;
    -o-box-shadow: 3px 9px 18px grey;
}

.giftcards .light-blue-bg .carvan-offer-card h1 {
    font-size: 35px;
    line-height: 30px;
}

.giftcards .light-blue-bg .carvan-offer-card h6 {
    font-size: .625em;
}

/********* Gift cards details end ********/
@media (max-width: 949px) {
    .season-tickets.accommodation-page-wrapper .image-section-1 .image-block, .season-tickets.accommodation-page-wrapper .image-section-2 .image-block, .season-tickets.accommodation-page-wrapper .image-section-3 .image-block {
        height: 215px;
    }

    .season-tickets .need-help-block h2 {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .cabins-grouphub .cabin-img1, .cabins-grouphub .cabin-img2, .cabins-grouphub .cabin-img3, .cabins-grouphub .cabin-img4 {
        height: 280px;
    }

    .giftcards .page-info-section {
        padding-top: 30px;
    }

    .giftcards .desinations-fb .belgium-img1, .giftcards .desinations-fb .belgium-img2, .giftcards .desinations-fb .belgium-img3, .giftcards .desinations-fb .belgium-img4 {
        height: 280px;
    }
}

@media (max-width: 510px) {
    .season-tickets .circlewrap {
        width: 112px;
        height: 112px;
    }

    .cabins-grouphub .custom-dropdown button i {
        right: 14px;
    }
}

@media (min-width: 950px) {
    .travelguides-wrap {
        padding-left: 94px;
    }

    .giftcards .leftsidefix .by-email-desktop {
        top: -35px;
    }
}

.search .search-page-item {
    background-color: #fff;
    position: relative;
}

    .search .search-page-item.active::after {
        content: "";
        position: absolute;
        right: -17px;
        border-top: 14px solid transparent;
        border-left: 17px solid #fff;
        border-bottom: 14px solid transparent;
        z-index: 99;
        top: 40%;
    }

.search .search-right {
    margin-left: 60px;
}

.search .main-search-block {
    display: block !important;
}

.search .search-block-wrap {
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -o-border-radius: .25rem;
}

    .search .search-block-wrap .search-form input {
        color: #4c4c4c;
    }

.search .nav-tabs .nav-item {
    margin: 0;
}

    .search .nav-tabs .nav-item .nav-link {
        padding: 17px 32px;
    }

.search .ship-anchor-icon {
    background: url(../svg-icons/ship-anchor-gray.svg) no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
    padding-left: 30px;
}

.search .guide-icon {
    background: url(../svg-icons/guide-gray.svg) no-repeat 100%;
    background-position: left;
    background-size: 15px;
    min-width: 20px;
    padding-left: 25px;
}

.search .dover-calais-icon {
    background: url(../svg-icons/booking-gray.svg) no-repeat 100%;
    background-position: left;
    background-size: 20px;
    min-width: 20px;
    padding-left: 30px;
}

.search .search-right {
    /*.doverFerry-terminal-right, .Chamonix-right, .search-ticket-right, .search-news-right{display:none;}*/
}

    .search .search-right .cat-type-info {
        display: none;
        position: relative;
        z-index: 1;
    }

    .search .search-right .doverFerry-terminal-right ul {
        padding-left: 0;
    }

        .search .search-right .doverFerry-terminal-right ul li {
            list-style-type: none;
        }

    .search .search-right .Chamonix-right .primg-wrap img {
        width: 60px;
        height: 60px;
        border-radius: 50% !important;
        margin-right: 20px;
    }

    .search .search-right .search-ticket-right .course-menu-price {
        top: -20px !important;
    }

    .search .search-right .search-ticket-right i.fa-angle-down {
        top: 4px;
    }

    .search .search-right .search-faqs-right .scroll-wrap {
        overflow-y: scroll;
        height: 260px;
    }

        .search .search-right .search-faqs-right .scroll-wrap ::-webkit-scrollbar {
            width: 10px;
        }

        .search .search-right .search-faqs-right .scroll-wrap ::-webkit-scrollbar-thumb {
            background-color: #009dd1;
            border-radius: 10px;
        }

        .search .search-right .search-faqs-right .scroll-wrap .help-wrap {
            border: 1px solid #d3d3d3;
            width: 94%;
        }

    .search .search-right .search-news-right .primg-wrap img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        margin-right: 20px;
    }

.search .no-result {
    min-height: 300px;
}

@media screen and (max-width: 949px) {
    .search .search-ticket-right .course-menu-price {
        top: -20px !important;
    }

    .search .search-news-right .primg-wrap img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .search .search-page-item.active::after {
        top: inherit;
        bottom: -31px;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 17px solid #fff;
        right: inherit;
        left: 45%;
    }

    .search .Chamonix-right .primg-wrap img {
        width: 60px;
        height: 60px;
        border-radius: 50% !important;
        margin-right: 20px;
    }

    .search .search-right {
        margin-left: 0;
    }

    .search .nav-tabs {
        border-bottom: 0;
    }

        .search .nav-tabs .sm_tabs {
            border: 3px solid #009dd1 !important;
            border-radius: 23px !important;
            -moz-border-radius: 23px !important;
            -webkit-border-radius: 23px !important;
            -o-border-radius: 23px !important;
            padding: 8px 15px !important;
        }
}

.entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-image {
    background-image: url("assets/images/soft-drink1.jpg");
    height: 576px;
}

.entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -300px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

/************ press release start **************/
.aaa::after {
    border-right: 1px solid red;
    content: "";
    display: block;
    height: 100%;
    position: relative;
}

.breakWord {
    word-break: break-all;
}

.color-smoke-grey {
    color: #9b9b9b;
}

.darkgrey-border {
    border-top: 1px solid #9b9b9b;
}

.right-border-wrap {
    border-right: 1px solid #d3d3d3;
}

.left-border-wrap {
    border-left: 1px solid #d3d3d3;
}

.pagination-wrap .page-link {
    border: 0;
}

    .pagination-wrap .page-link:hover {
        background-color: transparent;
    }

.pagination-wrap .page-item.active .page-link {
    background: #009dd1;
    color: #fff !important;
    padding: .3rem .3rem;
}

.press-release .fa-chevron-right {
    font-size: 1em !important;
    left: 5px;
    top: 1px;
}

.press-release .pr-contacts .primg-wrap img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-right: 20px;
}

.press-release .apostrophe-bg {
    background: url("../images/apostrophe.jpg") no-repeat top right 100%;
}

.press-release .related-wrap .related-text {
    min-height: 125px;
    max-height: 130px;
}

.press-release .related-wrap .related-img-wrap {
    height: 172px;
}

    .press-release .related-wrap .related-img-wrap.related-img {
        background-image: url(../images/pressrelease-related.jpg);
    }

.press-release.detail-image-banner {
    background-image: url(../images/pressrelease.png);
}

.press-release .anchor-img {
    width: 30px;
}

/************ press release end **************/
/********** attractions section start **********/
.attractions.banner {
    background-image: url(../images/alps-mountains.jpg);
}

.attractions .overlay-1 .image-content-overlay .overlay-image {
    /*background-image: url("../images/breathtaking-scenary.jpg");*/
    height: 415px;
}

.attractions .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.attractions .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.attractions .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -104px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .attractions .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.attractions .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.attractions .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/chamonix-guides.jpg");*/
    height: 415px;
}

.attractions .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.attractions .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.attractions .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -104px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .attractions .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.attractions .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-image {
    /*background-image: url("../images/mini-cruise-cycling.jpg");*/
    height: 415px;
}

.attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -104px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-image {
    /*background-image: url("../images/ferries-gh-bg-1.jpg");*/
    height: 415px;
}

.attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-image-right {
    margin-left: -95px;
}

.attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-image-right-max {
    margin-left: -500px;
}

.attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-content {
    background-color: #fff;
    margin-left: -104px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-content {
        /* IE10+ specific styles go here */
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-content.overlay-content-left {
    margin-left: inherit;
    z-index: 9;
}

.attractions.desinations-fb .horizontal-menu .nav-tabs .nav-item a.active {
    border-bottom: 3px solid #29a0a3;
}

/********** attractions section end **********/
@media (max-width: 949px) {
    .entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -60px;
        padding: 0;
    }

        .entertainment-cinema-wrapper .cinema-overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .pagination-wrap .page-link {
        padding: .5rem .3rem;
    }

    .mob-noright-bdr {
        border-right: 0;
    }

    .mob-noleft-bdr {
        border-left: 0;
    }
    /***  attractions section start ***/
    .mobpx-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .attractions .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .attractions .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .attractions .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .attractions .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -45px;
        padding: 0;
    }

        .attractions .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .attractions .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .attractions .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .attractions .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .attractions .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -45px;
        padding: 0;
    }

        .attractions .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -45px;
        padding: 0;
    }

        .attractions.light-blue-bg .overlay-1 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }

    .attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-image {
        height: 281px;
    }

    .attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-image-right {
        margin-left: 0;
    }

    .attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-image-right-max {
        margin-left: 0;
    }

    .attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-content {
        max-height: inherit;
        margin-top: -45px;
        padding: 0;
    }

        .attractions.light-blue-bg .overlay-2 .image-content-overlay .overlay-content .overlay-section-content-res {
            padding: 0;
        }
    /***  attractions section end ***/
    .mob-brd-t {
        border-top: 1px solid #d3d3d3;
    }

    .press-release .related-wrap {
        min-height: auto;
    }

        .press-release .related-wrap .related-img-wrap.mobrelated-img-wrap {
            height: 100%;
        }

        .press-release .related-wrap .related-text {
            max-height: 100%;
        }

    .press-release .detail-image-mob {
        text-align: center;
        float: none;
    }
}

.slick-slide img {
    width: 100%;
}

.btn-gray-bg {
    background-color: #d3d3d3;
    color: #fff;
}

    .btn-gray-bg:hover, .btn-gray-bg:hover:focus {
        background-color: #d3d3d3;
        color: #fff;
    }


.parentCookieContainer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.3);
}

.skip-links {
    background-color: #964b98;
    color: #fff;
    display: flex;
    height: 0;
}

    .skip-links:focus, .skip-links:focus-within {
        height: 56px;
    }

.skip-linkscontent {
    display: flex;
    flex-wrap: nowrap;
}

.skip-links_content_label {
    font-weight: 600;
    padding: .5rem 0;
}

.skip-links .nav .nav-link {
    color: rgba(255,255,255,.85);
}

    .skip-links .nav .nav-link:hover, .skip-links .nav .nav-link:active, .skip-links .nav .nav-link:focus {
        color: #fff;
    }

p em {
    font-style: inherit;
}

/* My account changes start here */

.wallet-view {
    background-color: #E5F4F9;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 40px;
}

    .wallet-view h4 {
        font-weight: normal;
        font-size: 20px;
        font-family: "Museo Sans-medium";
        line-height: 1.2;
    }

    .wallet-view p {
        line-height: 1.2;
        margin-bottom: 0;
    }


@media (min-width: 949px) {

    .wallet-view {
        background-color: #E5F4F9;
        padding: 40px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.account-summary {
    background-color: #fff;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .account-summary .travel-ease {
        text-align: center;
    }

        .account-summary .travel-ease h4,
        .account-summary .travel-ease p {
            text-align: center;
        }

        .account-summary .travel-ease .button {
            width: 100%;
        }

    .account-summary h4 {
        font-weight: normal;
        font-size: 20px;
        font-family: "Museo Sans-medium";
        line-height: 1.2;
    }

    .account-summary p {
        line-height: 1.2;
    }

    .account-summary .travel-icon {
        margin-bottom: 25px;
    }

        .account-summary .travel-icon svg {
            width: 47px;
        }

.account-summary-amount {
    padding-top: 40px;
    flex: 1 1 auto;
}

    .account-summary-amount ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .account-summary-amount li {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        font-family: "Museo Sans-medium";
        margin-bottom: 5px;
    }

        .account-summary-amount li label {
            font-weight: normal;
            color: inherit;
        }

    .account-summary-amount .notice {
        display: flex;
        font-family: "Museo Sans-small";
        font-size: 14px;
        line-height: 1.2;
        align-items: center;
        margin-top: 10px;
    }

        .account-summary-amount .notice .icon {
            margin-right: 5px;
        }

        .account-summary-amount .notice svg {
            width: 20px;
        }

    .account-summary-amount .more {
        font-size: 16px;
        font-family: "Museo Sans-medium";
        display: flex;
        align-items: center;
    }

        .account-summary-amount .more .icon {
            margin-left: 5px;
            display: inline-flex;
        }

        .account-summary-amount .more svg {
            width: 7px;
        }


@media (min-width:949px) {


    .account-summary {
        padding: 40px;
        flex-wrap: nowrap;
    }

        .account-summary .travel-ease {
            text-align: left;
        }

            .account-summary .travel-ease h4,
            .account-summary .travel-ease p {
                text-align: left;
            }

            .account-summary .travel-ease .button {
                width: auto;
            }

    .account-summary-amount {
        width: 280px;
        padding-left: 40px;
        padding-top: 0;
        flex: 0 1 auto;
        border-left: 2px #D3D3D3 solid;
        margin-left: auto;
    }
}

@media (max-width: 1079px) {
    .account-summary .upcoming-travel .journey-details {
        flex-direction: column;
    }

        .account-summary .upcoming-travel .journey-details .journey-outbound {
            width: 100%;
        }

        .account-summary .upcoming-travel .journey-details .journey-return {
            width: 100%;
        }
}

@media (max-width: 991px) {
    .account-summary {
        flex-direction: column-reverse;
    }

        .account-summary .upcoming-travel {
            width: 100% !important;
            padding-right: 0px !important;
        }

        .account-summary .account-summary-amount {
            width: 100%;
            border-left: 0px;
            padding-left: 0px;
            padding-bottom: 20px;
            border-bottom: 1px #D3D3D3 solid;
            margin-bottom: 20px;
        }
}



.my-bookings {
    margin-bottom: 40px;
}

    .my-bookings .booking-item {
        position: relative;
        border: 1px #D3D3D3 solid;
        padding: 0px;
        border-radius: 4px;
        display: block;
        background-color: #fff;
    }

        .my-bookings .booking-item .bi2Cols {
            display: flex;
            margin: 0px;
            padding: 15px 20px;
        }

        .my-bookings .booking-item .more {
            position: absolute;
            right: 15px;
            top: 30px;
        }

            .my-bookings .booking-item .more .icon svg {
                width: 17px;
                height: 26px;
            }

        .my-bookings .booking-item .biMessageLine {
            display: flex;
            margin: 0px;
            padding: 8px 20px;
            border-top: 1px solid #D3D3D3;
            background-color: #E5F4F9;
            border-radius: 0px 0px 3px 3px;
            overflow: hidden;
        }

            .my-bookings .booking-item .biMessageLine p {
                display: block;
                font-size: 14px;
                font-family: "Museo Sans-small";
                font-weight: normal;
                margin: 0px;
                line-height: 18px;
                padding: 0px;
            }

        .my-bookings .booking-item + .booking-item {
            margin-top: 15px;
        }

        .my-bookings .booking-item .more .moreDropDown {
            display: none;
            position: absolute;
            right: 0px;
            top: 28px;
            background-color: #fff;
            border: 1px solid #D3D3D3;
            border-radius: 4px;
            overflow: hidden;
            list-style: none;
            margin: 0px;
            padding: 0px;
            min-width: 175px;
            z-index: 2;
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
        }

            .my-bookings .booking-item .more .moreDropDown.show {
                display: unset;
            }

            .my-bookings .booking-item .more .moreDropDown li {
                display: block;
                margin: 0px;
                padding: 0px;
                border-bottom: 1px solid #D3D3D3;
            }

                .my-bookings .booking-item .more .moreDropDown li:last-child {
                    border-bottom: 0px solid #D3D3D3;
                }

                .my-bookings .booking-item .more .moreDropDown li a {
                    display: block;
                    padding: 7px 10px;
                    font-size: 14px;
                    line-height: 22px;
                    color: #009dd1;
                }

                    .my-bookings .booking-item .more .moreDropDown li a:hover {
                        color: #fff;
                        background-color: #009dd1;
                    }

                .my-bookings .booking-item .more .moreDropDown li button {
                    display: block;
                    padding: 7px 10px;
                    font-size: 14px;
                    line-height: 22px;
                    color: #009dd1;
                }

                    .my-bookings .booking-item .more .moreDropDown li button:hover {
                        color: #fff;
                        background-color: #009dd1;
                    }

                .my-bookings .booking-item .more .moreDropDown li button {
                    border-bottom: 1px solid #D3D3D3;
                }



@media (max-width:1030px) {
    .my-bookings .booking-item .bi2Cols {
        flex-direction: column;
    }

        .my-bookings .booking-item .bi2Cols .booking-ref {
            width: 100%;
        }

        .my-bookings .booking-item .bi2Cols .booking-fare {
            width: 100%;
            padding-top: 15px;
            padding-right: 0px;
        }

            .my-bookings .booking-item .bi2Cols .booking-fare .fare-total,
            .my-bookings .booking-item .bi2Cols .booking-fare .fare-paid,
            .my-bookings .booking-item .bi2Cols .booking-fare .fare-pending {
                padding-left: 0px;
                padding-right: 15px;
            }

                .my-bookings .booking-item .bi2Cols .booking-fare .fare-total p,
                .my-bookings .booking-item .bi2Cols .booking-fare .fare-paid p,
                .my-bookings .booking-item .bi2Cols .booking-fare .fare-pending p {
                    text-align: left;
                }
}

@media (max-width:510px) {
    .my-bookings .booking-item .bi2Cols .booking-fare {
        flex-direction: column;
    }

        .my-bookings .booking-item .bi2Cols .booking-fare .fare-total,
        .my-bookings .booking-item .bi2Cols .booking-fare .fare-paid,
        .my-bookings .booking-item .bi2Cols .booking-fare .fare-pending {
            padding-top: 15px;
        }

        .my-bookings .booking-item .bi2Cols .booking-fare .fare-total {
            padding-top: 0px;
        }
}





.booking-ref {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 10;
    flex-grow: 10;
}

    .booking-ref div {
        padding-right: 10px;
    }

    .booking-ref .button {
        margin-top: 15px;
    }

    .booking-ref h2 {
        font-size: 20px;
        font-family: "Museo Sans-medium";
        font-weight: normal;
        margin: 0;
        line-height: 1.2;
    }

        .booking-ref h2 strong {
            font-family: "Museo Sans-bold";
        }

    .booking-ref .button {
        font-size: 12px;
    }

    .booking-ref .ref-no {
        color: #2AA0A3;
        font-size: 14px;
        margin: 0;
        line-height: 1.2;
        font-family: "Museo Sans-small";
    }

    .booking-ref .ref-date {
        font-size: 14px;
        margin: 0;
        line-height: 1.2;
        font-family: "Museo Sans-small";
    }

        .booking-ref .ref-date strong {
            font-family: "Museo Sans-medium";
        }

.my-bookings .booking-fare {
    display: flex;
    width: 480px;
    padding-right: 40px;
}

    .my-bookings .booking-fare p {
        margin: 0;
        font-size: 12px;
        font-family: "Museo Sans-medium";
        text-align: right;
        line-height: 1.2;
    }

        .my-bookings .booking-fare p.amount {
            font-size: 22px;
            font-family: "Museo Sans-bold";
        }

.my-bookings .fare-total,
.my-bookings .fare-paid,
.my-bookings .fare-pending {
    flex: 1;
    padding-left: 15px;
}

    .my-bookings .fare-pending p {
        color: #4c4c4c;
    }

        .my-bookings .fare-pending p.amount {
            color: #4c4c4c;
        }

    .my-bookings .fare-pending.pending-none p {
        color: #C4C4C4;
    }


.journey-details {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px #D3D3D3 solid;
    justify-content: space-between;
    margin: 20px 0;
    padding: 10px 0 0;
}

    .journey-details .journey-outbound:only-child {
        width: 100%;
        max-width: 400px;
        margin: 0px auto;
    }

    .journey-details .journey-outbound,
    .journey-details .journey-return {
        width: 100%;
    }

    .journey-details .add-ons {
        border-top: 2px #D3D3D3 dashed;
    }

.booking-info {
    padding: 10px 0;
}

    .booking-info + .booking-info {
        border-top: 1px #CECECE solid;
    }

.booking-info-travel {
    display: flex;
    justify-content: space-between;
    margin: .5rem 0;
    font-family: "Museo Sans-bold";
}

    .booking-info-travel .icon {
        width: 63px;
    }

    .booking-info-travel span {
        line-height: 1;
        display: block;
        font-size: 26px;
    }


.journey-date {
    display: flex;
    justify-content: space-between;
    font-family: "Museo Sans-medium";
}

.fare-breakup {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4C4C4C;
}

    .fare-breakup li {
        display: flex;
        justify-content: space-between;
    }

        .fare-breakup li .fare {
            font-family: "Museo Sans-bold";
        }

.add-ons {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px #CECECE solid;
    border-bottom: 1px #CECECE solid;
    font-family: "Museo Sans-small";
    flex-wrap: wrap;
}

    .add-ons div {
        width: 50%;
    }



    .add-ons span.count {
        font-family: "Museo Sans-bold";
    }

.tax-block {
    margin: 1rem 0;
}

    .tax-block .base-price {
        display: flex;
        justify-content: space-between;
    }

    .tax-block .vat {
        display: flex;
        justify-content: space-between;
    }

    .tax-block .amount {
        font-family: "Museo Sans-bold";
    }

.total-fare {
    display: flex;
    justify-content: space-between;
    font-family: "Museo Sans-small";
    margin-top: .5rem;
    font-size: 24px;
}

    .total-fare .amount {
        font-family: "Museo Sans-bold";
    }


.price-divider {
    position: relative;
    height: 25px;
    margin: .25rem 0;
}

    .price-divider span {
        border-top: 2px #CECECE dashed;
        display: block;
        top: 12px;
        position: relative;
    }

    .price-divider::after,
    .price-divider::before {
        content: '';
        position: absolute;
        height: 25px;
        background-color: #F4F3F4;
        width: 25px;
        border-radius: 100%;
    }

    .price-divider::after {
        right: -32px;
    }

    .price-divider::before {
        left: -32px;
    }

@media (min-width:949px) {
    .tab-content-ds {
        padding: 20px 30px 40px;
    }

    .booking-tabs .tabs li {
        flex-grow: unset;
    }


    .journey-details {
        flex-wrap: nowrap;
    }

        .journey-details .journey-outbound,
        .journey-details .journey-return {
            width: 47%;
        }

    .payment-details .pay-amt {
        width: 33%;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        border-left: 1px #D3D3D3 solid;
        padding-left: 20px;
    }

        .payment-details .pay-amt:last-child {
            width: 33%;
            margin-top: 0px;
        }

            .payment-details .pay-amt:last-child div {
                width: auto;
            }
}

.account-summary .upcoming-travel {
    margin: 0px;
    padding: 0px 30px 0px 0px;
    overflow: hidden;
    width: calc(100% - 250px);
}

    .account-summary .upcoming-travel:only-child {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .account-summary .upcoming-travel .ds-head-two-col {
        position: relative;
        display: flex;
        margin: 0px;
        padding: 0px;
        align-items: center;
    }

        .account-summary .upcoming-travel .ds-head-two-col .ds-text-col {
            position: relative;
            width: calc(100% - 47px);
            margin: 0px;
            padding: 0px 15px 0px 0px;
        }

        .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col {
            position: relative;
            width: 47px;
            margin: 0px;
            padding: 0px 0px 0px 15px;
        }

            .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col a.icnInfo {
                position: relative;
                display: block;
                width: 32px;
                height: 32px;
            }

            .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col .moreDropDown {
                display: none;
                position: absolute;
                right: 0px;
                top: 32px;
                background-color: #fff;
                border: 1px solid #D3D3D3;
                border-radius: 4px;
                overflow: hidden;
                list-style: none;
                margin: 0px;
                padding: 0px;
                min-width: 175px;
                z-index: 2;
                box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
                -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
            }

                .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col .moreDropDown.show {
                    display: unset;
                }

                .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col .moreDropDown li {
                    display: block;
                    margin: 0px;
                    padding: 0px;
                    border-bottom: 1px solid #D3D3D3;
                }

                    .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col .moreDropDown li:last-child {
                        border-bottom: 0px solid #D3D3D3;
                    }

                    .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col .moreDropDown li a {
                        display: block;
                        padding: 7px 10px;
                        font-size: 14px;
                        line-height: 22px;
                        color: #009dd1;
                    }

                        .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col .moreDropDown li a:hover {
                            color: #fff;
                            background-color: #009dd1;
                        }

                    .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col .moreDropDown li button {
                        display: block;
                        padding: 7px 10px;
                        font-size: 14px;
                        line-height: 22px;
                        color: #009dd1;
                        border-bottom: 1px solid #D3D3D3;
                    }

                        .account-summary .upcoming-travel .ds-head-two-col .ds-icon-col .moreDropDown li button:hover {
                            color: #fff;
                            background-color: #009dd1;
                        }

svg.ds-icon-ellipses {
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 32px;
    height: 32px;
}

    svg.ds-icon-ellipses .cls-1 {
        fill: #2aa0a3;
    }

    svg.ds-icon-ellipses .cls-2 {
        fill: #fff;
    }

.account-summary .upcoming-travel .journey-details .linkManageAddons {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-top: 5px;
}

    .account-summary .upcoming-travel .journey-details .linkManageAddons:before {
        content: '';
        position: absolute;
        right: 1px;
        top: 9px;
        width: 8px;
        height: 8px;
        border-top: solid 2px #009dd1;
        border-right: solid 2px #009dd1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.booking-tabs .tab-container .tab-content-ds .ds-head-two-col {
    position: relative;
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
}

    .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-text-col {
        position: relative;
        width: calc(100% - 47px);
        margin: 0px;
        padding: 0px 15px 0px 0px;
    }

    .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col {
        position: relative;
        width: 47px;
        margin: 0px;
        padding: 0px 0px 0px 15px;
    }

        .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col a.icnInfo {
            position: relative;
            display: block;
            width: 32px;
            height: 32px;
        }

        .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col .moreDropDown {
            display: none;
            position: absolute;
            right: 0px;
            top: 32px;
            background-color: #fff;
            border: 1px solid #D3D3D3;
            border-radius: 4px;
            overflow: hidden;
            list-style: none;
            margin: 0px;
            padding: 0px;
            min-width: 175px;
            z-index: 2;
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
        }

            .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col .moreDropDown.show {
                display: unset;
            }

            .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col .moreDropDown li {
                display: block;
                margin: 0px;
                padding: 0px;
                border-bottom: 1px solid #D3D3D3;
            }

                .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col .moreDropDown li:last-child {
                    border-bottom: 0px solid #D3D3D3;
                }

                .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col .moreDropDown li a {
                    display: block;
                    padding: 7px 10px;
                    font-size: 14px;
                    line-height: 22px;
                    color: #009dd1;
                }

                .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col .moreDropDown li button {
                    display: block;
                    padding: 7px 10px;
                    font-size: 14px;
                    line-height: 22px;
                    color: #009dd1;
                    border-bottom: 1px solid #D3D3D3;
                }

                    .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col .moreDropDown li a:hover {
                        color: #fff;
                        background-color: #009dd1;
                    }

                .booking-tabs .tab-container .tab-content-ds .ds-head-two-col .ds-icon-col .moreDropDown li button:hover {
                    color: #fff;
                    background-color: #009dd1;
                }

.booking-tabs .tab-container .tab-content-ds .journey-details .linkManageAddons {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-top: 5px;
}

    .booking-tabs .tab-container .tab-content-ds .journey-details .linkManageAddons:before {
        content: '';
        position: absolute;
        right: 1px;
        top: 9px;
        width: 8px;
        height: 8px;
        border-top: solid 2px #009dd1;
        border-right: solid 2px #009dd1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.booking-tabs .tab-container .tab-content-ds .ds-btm-btn-row {
    display: block;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
}

    .booking-tabs .tab-container .tab-content-ds .ds-btm-btn-row.centre {
        text-align: center;
    }

    .booking-tabs .tab-container .tab-content-ds .ds-btm-btn-row.small {
        max-width: 400px;
        margin: 0px auto;
    }

    .booking-tabs .tab-container .tab-content-ds .ds-btm-btn-row .button {
        margin: 0px auto;
        display: inline-block;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .booking-tabs .tab-container .tab-content-ds .ds-btm-btn-row .button.button-alt {
            float: right;
            margin-left: 15px;
        }

    .booking-tabs .tab-container .tab-content-ds .ds-btm-btn-row.small .button.button-alt {
        padding-left: 20px;
        padding-right: 20px;
    }

svg.icoInfoBlueGreen {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

    svg.icoInfoBlueGreen .cls-1 {
        fill: transparent;
    }

    svg.icoInfoBlueGreen .cls-2 {
        fill: #2aa0a3;
    }

    svg.icoInfoBlueGreen .cls-3 {
        fill: #fff;
    }

svg.icoIaddon {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

    svg.icoIaddon .cls-1 {
        fill: #fff;
        opacity: 0;
    }

    svg.icoIaddon .cls-2 {
        fill: #009dd1;
    }

    svg.icoIaddon .cls-3 {
        fill: #009ed1;
    }

.text-teal {
    color: #2AA0A3;
}

.text-warn {
    color: #D05959;
}


/*Left menu accordian for my Booking section start*/
.gw-nav-list > li.active .gw-submenu {
    display: block -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
}

.gw-nav-list > li .gw-submenu {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .gw-nav-list > li .gw-submenu > li {
        margin-left: 0;
        position: relative;
        padding-top: 2%;
    }

        .gw-nav-list > li .gw-submenu > li:first-child {
            padding-top: 10% !important;
        }

        .gw-nav-list > li .gw-submenu > li:last-child {
            padding-top: 2% !important;
            padding-bottom: 0%;
        }

        .gw-nav-list > li .gw-submenu > li > a {
            display: block;
            padding: 5px 0 6px 15px;
            margin: 0;
            font-size: 14px;
            text-decoration: none;
        }

            .gw-nav-list > li .gw-submenu > li > a:focus {
                text-decoration: none
            }

/*.gw-nav-list > li .gw-submenu > li > a:hover {
                text-decoration: none;
                color: #dd4814;
                background-color: rgba(25,25,50,0.1);
            }8

        .gw-nav-list > li .gw-submenu > li.active:after {
            /*display: inline-block;
            content: "";
            position: absolute;
            right: -1px;
            top: -1px;
            bottom: 0;
            z-index: 1;
            border: 2px solid #dd4814;*/
}

.gw-nav-list > li .gw-submenu > li.active > a {
    /*color: #dd4814*/
}





.gw-nav-list > li > .gw-submenu > li:first-child > a {
    border-top: 0px;
}

.gw-nav-list li .gw-submenu {
    overflow: hidden
}

.gw-nav-list li.active.gw-open > .gw-submenu > li.active.gw-open > a.dropdown-toggle:after {
    display: none
}

.gw-nav-list li.active > .gw-submenu > li.active > a:after {
    display: none
}

.gw-nav-list li.active.gw-open > .gw-submenu > li.active > a:after {
    display: block
}

/*booking and payment details page my account*/
.booking-tabs {
    margin-bottom: 40px;
}

    .booking-tabs .button-alt {
        font-size: 14px;
    }

    .booking-tabs .tabs {
        list-style: none;
        margin: 0 0 20px;
        padding: 0;
        display: flex;
    }

        .booking-tabs .tabs li {
            font-weight: normal;
            font-size: 18px;
            font-family: "Museo Sans-medium";
            flex-grow: 1;
        }

            .booking-tabs .tabs li + li {
                margin-left: 30px;
            }

            .booking-tabs .tabs li a {
                position: relative;
                display: block;
                padding: 0 0 10px;
            }

            .booking-tabs .tabs li.current-tab a::after {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                height: 4px;
                background-color: #2AA0A3;
                content: '';
            }

.tab-content-ds {
    padding: 20px 20px 40px;
    background-color: #fff;
}

.payment-details {
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
    border-top: 1px #d3d3d3 solid;
    padding-top: 15px;
}

    .payment-details .pay-amt {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .payment-details .pay-amt:last-child {
            width: 100%;
            margin-top: 20px;
        }

            .payment-details .pay-amt:last-child div {
                width: 50%;
            }

        .payment-details .pay-amt:first-child {
            border: 0;
            padding-left: 0;
        }

    .payment-details label {
        font-weight: normal;
        font-size: 16px;
        font-family: "Museo Sans-small";
        display: block;
        margin: 0;
        line-height: 1.2;
    }

    .payment-details .amount {
        font-weight: normal;
        font-size: 32px;
        font-family: "Museo Sans-medium";
        line-height: 1.2;
    }

    .payment-details .button {
        font-size: 14px;
    }


.text-teal {
    color: #2AA0A3;
}

.text-warn {
    color: #D05959;
}



.journey-details {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px #D3D3D3 solid;
    justify-content: space-between;
    margin: 20px 0;
    padding: 10px 0 0;
}

    .journey-details .journey-outbound:only-child {
        width: 100%;
    }

    .journey-details .journey-outbound,
    .journey-details .journey-return {
        width: 100%;
    }

    .journey-details .add-ons {
        border-top: 2px #D3D3D3 dashed;
    }

@media (min-width: 470px) {
    .booking-tabs .tabs li a {
        min-width: 200px;
    }
}

@media (min-width:949px) {
    .tab-content-ds {
        padding: 20px 30px 40px;
    }

    .booking-tabs .tabs li {
        flex-grow: unset;
    }


    .journey-details {
        flex-wrap: nowrap;
    }

        .journey-details .journey-outbound,
        .journey-details .journey-return {
            width: 47%;
        }

    .payment-details .pay-amt {
        width: 33%;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        border-left: 1px #D3D3D3 solid;
        padding-left: 20px;
    }

        .payment-details .pay-amt:last-child {
            width: 33%;
            margin-top: 0px;
        }

            .payment-details .pay-amt:last-child div {
                width: auto;
            }
}


.user-basic-info .user-info .customh4 {
    text-align: center;
}

/**/
.button {
    border: 3px #009ED1 solid;
    border-radius: 25rem;
    background-color: #fff;
    color: #009ED1;
    padding: .375rem 2rem;
    font-family: "Museo Sans-medium";
    font-size: 1em;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

.button-alt {
    background-color: #009ED1;
    color: #fff;
    font-family: "Museo Sans-bold";
    font-size: 22px;
}

    .button-alt + .button-alt {
        margin-top: 1rem;
    }

.button:hover {
    color: #009ED1;
}

.button-alt:hover {
    color: #fff;
}

@media (min-width:400px) {
    .button-alt + .button-alt {
        margin-left: 1rem;
        margin-top: 0;
    }
}

@media (min-width:768px) {
    .button-alt + .button-alt {
        margin-left: 2rem;
        margin-top: 0;
    }
}
/**/

.pending-notification {
    position: relative;
    display: flex;
    margin: 10px 0 40px;
    padding: 15px 0;
    border-top: 1px #D3D3D3 solid;
    border-bottom: 1px #D3D3D3 solid;
}

    .pending-notification .icon svg {
        width: 20px;
    }


.pending-notification-inner {
    position: relative;
    background-color: #fff;
    padding: 0px;
    display: flex;
    z-index: 2;
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
}

    .pending-notification-inner .icon {
        margin-right: 10px;
    }

.payment-history {
    max-width: 560px;
    margin: 0 auto;
}

    .payment-history ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

    .payment-history li {
        position: relative;
        padding: 0 0 0 30px;
    }

        .payment-history li + li {
            margin-top: 20px;
        }

        .payment-history li::before {
            width: 18px;
            height: 18px;
            border: 2px #707070 solid;
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            border-radius: 100%;
            background-color: #fff;
            z-index: 2;
        }

        .payment-history li::after {
            position: absolute;
            content: '';
            background-color: #d3d3d3;
            width: 2px;
            top: 10px;
            left: 8px;
            bottom: -25px;
        }

        .payment-history li:last-child::after {
            display: none;
        }

        .payment-history li:only-child::before {
            display: none;
        }

    .payment-history .paid-on {
        margin: 0 0 5px;
        font-weight: normal;
        font-size: 14px;
        font-family: "Museo Sans-medium";
    }

    .payment-history .pay-info {
        border-radius: 4px;
        border: 1px #D3D3D3 solid;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
        flex-wrap: wrap;
        font-size: 14px;
        font-family: "Museo Sans-medium";
    }

        .payment-history .pay-info label {
            font-weight: normal;
            font-size: 10px;
            font-family: "Museo Sans-small";
            display: block;
            margin: 0;
            line-height: 1.2;
        }

/** Conversion optimization css changes starts*/

.spl-pad15 {
    padding-left: 15px;
}

.hasfill {
    fill: currentColor;
}

.route {
    display: flex;
    position: relative;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    margin: 1rem 0;
    font-size: 18px;
}

    .route div {
        background-color: #E5F4FA;
        width: calc(50% - 5px);
        cursor: pointer;
        line-height: 1.1;
        padding: .75rem 1.5rem;
    }

        .route div span {
            display: block;
        }

    .route .icon {
        position: absolute;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
    }

    .route b {
        font-family: "Museo Sans-medium";
    }

    .route .icon svg {
        width: 32px;
    }


@media (min-width:768px) {
    .route div span {
        display: inline-block;
    }
}

.radio input[type=radio] + .label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 2px solid #009ED1;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

    .radio input[type=radio]:checked + .label:before {
        background-color: #009ED1;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

.booking-header {
    margin: .5rem 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px #E0E3E7 solid;
}

.booking-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .booking-header-inner .hint {
        margin-left: 2rem;
    }

        .booking-header-inner .hint svg {
            width: 18px;
        }

.booking-header p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.booking-header h2 {
    font-weight: normal;
    font-family: "Museo Sans-medium";
    line-height: 1.3;
    margin: 0;
    font-size: 24px;
}

@media (min-width:768px) {
    .booking-header p {
        font-size: 16px;
    }

    .booking-header h2 {
        font-size: 28px;
    }
}

/**/
.switch-field {
    display: flex;
    align-items: center;
}

    .switch-field label {
        font-family: "Museo Sans-medium";
        font-weight: normal;
        margin: 0;
        font-size: 14px;
    }

    .switch-field label .hint {
        cursor: pointer;
    }

        .switch-field label + div {
            margin-left: 10px;
        }

    .switch-field div {
        display: inline-flex;
    }

        .switch-field div + label {
            margin-left: 10px;
        }

.switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch label {
    cursor: pointer;
    text-indent: -9999px;
    height: 1.25rem;
    width: 2.45rem;
    background-color: #C3C3C3;
    display: block;
    text-indent: -9999em;
    border-radius: 1rem;
    position: relative;
}

    .switch label:after {
        height: 100%;
        width: 50%;
        background-color: #fff;
        position: absolute;
        border-radius: 50%;
        border: #C3C3C3 solid 0.2em;
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 90px;
        transition: 0.3s;
    }

.switch input:checked + label {
    background: #009DD1;
}

    .switch input:checked + label:after {
        left: calc(100%);
        transform: translateX(-100%);
    }

.switch-field label .hint svg {
    width: 12px;
}

.switch-field label .hint.splAssistance-help svg {
    width: 18px;
}

.switch label:active:after {
}
/*
.switch {
    appearance: none;
    height: 1.25rem;
    width: 2.45rem;
    background-color: #C3C3C3;
    cursor: pointer;
    border-radius: 1rem;
    position: relative;
    transition: background-color 0.3s ease;
}

.switch::before {
    content: "";
    height: 100%;
    width: 50%;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    border: #C3C3C3 solid 0.2em;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.switch:checked {
    background-color: #009DD1;
}

.switch:checked::before {
    border-color: #009DD1;
    transform: translateX(100%);
}
*/
.switch-field-sm .switch {
    height: 1.25rem;
    width: 2.45rem;
}

@media (min-width:768px) {

    .same-return .inline-fields .form-field {
        width: 50%;
    }
}

.hasstroke {
    stroke: currentColor;
}

.button {
    border: 3px #009ED1 solid;
    border-radius: 25rem;
    background-color: #fff;
    color: #009ED1;
    padding: .375rem 2rem;
    font-family: "Museo Sans-medium";
    font-size: 1em;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

.nav-bar {
    padding: 1rem 0;
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

    .nav-bar .back {
        font-family: "Museo Sans-medium";
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        color: #4C4C4C;
        margin-top: 2rem;
    }

        .nav-bar .back .icon {
            color: #009ED1;
            display: inline-flex;
            align-items: center;
            margin-right: .5rem;
        }

            .nav-bar .back .icon svg {
                width: 14px;
            }

@media (min-width:768px) {
    .nav-bar {
        border-top: 1px #E0E3E7 solid;
        align-items: center;
        flex-direction: row;
    }

        .nav-bar .back {
            margin-top: 0;
        }

        .nav-bar .button {
            min-width: 345px;
        }
}

.booking-switch .col-xl-6 + .col-xl-6 {
    margin-top: 1rem;
}

@media (min-width:1200px) {
    .booking-switch .col-xl-6:first-child {
        padding-right: 2rem;
    }

    .booking-switch .col-xl-6:last-child {
        padding-left: 2rem;
    }

    .booking-switch .col-xl-6 + .col-xl-6 {
        margin-top: 0;
    }
}

/**/
.collapsible-card {
    display: flex;
    flex-direction: column;
}

    .collapsible-card + .collapsible-card {
        margin-top: 1rem;
    }

.collapsible-card-head {
    display: flex;
    justify-content: space-between;
    padding: .25rem 0;
    align-items: center;
}

    .collapsible-card-head .toggle-accordion,
    .collapsible-card-head .toggle {
        cursor: pointer;
        font-weight: normal;
        margin: 0;
        display: flex;
        align-items: center;
    }

        .collapsible-card-head .toggle-accordion .icon,
        .collapsible-card-head .toggle .icon {
            display: flex;
            margin-right: .5rem;
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .collapsible-card-head .toggle-accordion.open .icon,
        .collapsible-card-head .toggle.open .icon {
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .collapsible-card-head .toggle-accordion .icon svg,
        .collapsible-card-head .toggle .icon svg {
            width: 12px;
            height: 8px;
        }

    .collapsible-card-head .info {
        font-family: "Museo Sans-medium";
        font-size: 18px;
    }

    .collapsible-card-head .hide-md {
        display: none;
    }

.collapsible-card-body {
}


.collapsible-card.styled {
    background-color: #fff;
}

    .collapsible-card.styled .toggle,
    .collapsible-card .toggle .icon {
        color: #009ED1;
    }

    .collapsible-card.styled .collapsible-card-head {
        padding: .25rem 1rem;
    }

    .collapsible-card.styled .collapsible-card-body {
        padding: 1rem 1.5rem 1.25rem;
    }


.collapsible-card h2 {
    font-size: 20px;
    font-family: "Museo Sans-bold";
    font-weight: normal;
}


.collapsible-card h3 {
    font-size: 18px;
}

.collapsible-card hr.expanded {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 1.5rem;
}

@media (min-width:768px) {
    .collapsible-card h2 {
        font-size: 24px;
    }

    .collapsible-card.padded .collapsible-card-body {
        padding-left: 1.25rem;
    }

    .collapsible-card.styled .collapsible-card-body {
        padding: 1rem 2rem 1.5rem;
    }

    .collapsible-card hr.expanded {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}


@media (min-width:992px) {
    .collapsible-card-head .hide-md {
        display: block;
    }
}

/* */

.field-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .field-group + .field-group {
        margin-top: 1rem;
    }


.form-field {
    flex-grow: 1;
    width: 100%;
}

    .form-field + .form-field {
    }

.field-group .form-field + .form-field {
    margin-top: 1rem;
}

.inline-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    position: relative;
}

    .inline-fields + .inline-fields {
        padding-top: 1rem;
    }

        .inline-fields + .inline-fields::before {
            position: absolute;
            content: '';
            height: 1px;
            left: 1rem;
            right: 1rem;
            top: 0;
            background-color: #E0E0E0;
        }

    .inline-fields .form-field {
        width: 100%;
        padding: 0 1rem;
    }

    .inline-fields.special-assit {
        flex-direction: column;
        padding-left: 10px
    }

.special-assit .form-field {
    margin-top: 10px;
}

.special-assit .switch-field label {
    font-family: "Museo Sans-small";
    font-weight: normal;
}

.form-field.inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.form-field label {
    position: relative;
    font-family: "Museo Sans-small";
    font-weight: normal;
    color: #777777;
}

.form-field.inline label {
    padding-right: 18px;
    margin-bottom: 0;
}

    .form-field.inline label .hint.pet-hint {
        position: absolute;
        margin-left: 5px;
    }

.form-field .field {
    border: 1px #DEE2E6 solid;
    border-radius: 4px;
    box-sizing: border-box;
    padding: .5rem .5rem;
    width: 100%;
    font-family: "Museo Sans-small";
    font-size: 1rem;
}

    .form-field .field.padRt51 {
        padding-right: 55px;
    }

.form-field .flyout-select,
.form-field select.field {
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23009ed1' stroke-width='2' d='M.707.707l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .8em auto, 100%;
    cursor: pointer;
    padding-right: 2rem !important;
    color: #000000 !important;
}

.form-field select.field {
    --blue: #000000;
    --primary: #000000;
}

.form-field select.field option {
      color: #000000 !important;
}


select.field:invalid {
    color: #C4C4C4;
}

select.field [disabled] {
    color: #C4C4C4;
}

.form-field .flyout-select p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.form-field .flyout-select em {
    display: block;
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
}

.form-field .flyout-select b {
    font-weight: normal;
    font-family: "Museo Sans-medium";
}

.form-field .flyout-select div {
    color: #898989;
    font-family: "Museo Sans-small";
    font-size: 14px;
}

    .form-field .flyout-select div span + span {
        margin-left: 1rem;
    }

.form-field .field::placeholder,
.placeholder {
    color: #C4C4C4;
}



.form-field .field-sm {
    width: 30%;
    flex-grow: 0;
}

.field-inner {
    display: flex;
}

    .field-inner div {
        flex-grow: 1;
    }

        .field-inner div + div {
            margin-left: 1rem;
        }

.form-field label .hint {
    cursor: pointer;
}

    .form-field label .hint svg {
        width: 12px;
    }

    .form-field label .hint.pet-hint svg {
        width: 18px;
    }

.field-icon {
    position: relative;
}

    .field-icon .field {
        padding-right: 2rem;
    }

    .field-icon .icon {
        position: absolute;
        right: 0;
        color: #009ED1;
        top: 0;
        padding: 0 10px;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .field-icon.divided .icon {
        border-left: 1px #DEE2E6 solid;
        cursor: pointer;
    }

    .field-icon .icon svg {
        height: 20px;
    }

select.addfield {
    display: block;
    font-size: 18px;
    font-family: "Museo Sans-medium";
    color: #179ED1;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    min-width: 100px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #179ED1;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: 25px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23009ed1' stroke-width='2' d='M.707.707l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    select.addfield::-ms-expand {
        display: none;
    }

    select.addfield:hover {
        border-color: #179ED1;
    }

    select.addfield:focus {
        border-color: #179ED1;
        outline: none;
    }

    select.addfield option {
        font-weight: normal;
    }


.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

    .radio input[type=radio] + .label:before {
        content: "";
        background: #fff;
        border-radius: 100%;
        border: 2px solid #009ED1;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: absolute;
        top: -0.2em;
        left: 0px;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

    .radio input[type=radio]:checked + .label:before {
        background-color: #009ED1;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

    .radio input[type=radio]:focus + .label:before {
        outline: none;
        border-color: #009ED1;
    }

    .radio input[type=radio]:disabled + .label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }

    .radio input[type=radio] + .label:empty:before {
        margin-right: 0;
    }

.radio label {
    cursor: pointer;
}

.fly-out-body .radio label {
    padding-left: 32px;
}

.fly-out-body .radio {
    position: relative;
}

@media (min-width:996px) {
    .field-group {
        flex-wrap: nowrap;
    }


    .form-field {
        flex-grow: 0;
    }

        .form-field .field {
            padding: .5rem 1rem;
        }

    .field-group .form-field + .form-field {
        margin-top: 0;
    }

    .form-field + .form-field {
        margin-top: 0;
    }

    .field-group .form-field {
        width: 45%;
    }

    /* .switch {
        height: 1.75rem;
        width: 3.5rem;
    }*/

    .switch-field label {
        font-size: 1rem;
    }

    .inline-fields .form-field {
        width: 50%;
    }

    .same-return .inline-fields .form-field {
        width: 33.33%;
    }

    .other-vehicle .field-inner {
        max-width: 290px;
        margin-left: 2rem;
    }
}

@media (min-width:1200px) {

    .same-return .inline-fields .form-field {
        width: 25%;
    }
}

/**/
body.fly-out-open {
    overflow-y: hidden;
}

.fly-out {
    background-color: #fff;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    transition: right .2s ease-in-out;
    box-shadow: -2px 5px 10px 1px rgba(0, 0, 0, .176);
    display: flex;
    z-index: 3141600;
}

    .fly-out.hide {
        display: none;
    }

    .fly-out::before {
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.fly-out-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    flex-grow: 1;
    background: #fff;
}

.fly-out-head {
    padding: 0.5rem 0.75rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

    .fly-out-head::after {
        background-color: #E5F4FA;
        content: '';
        position: absolute;
        left: 1rem;
        right: 1rem;
        bottom: 0;
        height: 4px;
    }

    .fly-out-head h3 {
        font-family: "Museo Sans-bold";
        font-weight: normal;
        font-size: 22px;
    }

    .fly-out-head .fly-out-close {
        cursor: pointer;
        color: #179ED1;
    }

        .fly-out-head .fly-out-close svg {
            width: 20px;
        }

.fly-out .fly-out-body {
    overflow-y: auto;
    padding: 1rem;
    flex-grow: 1;
}

.fly-out-body .block + .block {
    border-top: 4px #E5F4FA solid;
    margin-top: 1rem;
    padding-top: 1rem;
}

.fly-out-body .block h4 {
    font-size: 18px;
    font-family: "Museo Sans-bold";
    font-weight: normal;
}

.fly-out-body .block b {
    font-family: "Museo Sans-medium";
}

.fly-out-body .block h3 {
    display: flex;
    font-size: 20px;
    font-weight: normal;
}

    .fly-out-body .block h3 .icon {
        margin-right: .5rem;
        align-items: center;
        display: flex;
    }

    .fly-out-body .block h3 svg {
        width: 18px;
    }

.fly-out-body .block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fly-out-body .block li {
    padding-left: 1.5rem;
    position: relative;
}

    .fly-out-body .block li + li {
        margin-top: .5rem;
    }

    .fly-out-body .block li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        background-repeat: no-repeat;
        height: 10px;
        width: 15px;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.865 14.243'%3E%3Cdefs/%3E%3Cpath fill='none' stroke='%234c4c4c' stroke-linecap='square' stroke-width='3' d='M2.121 7.499l4.622 4.622 10-10' data-name='Path 163'/%3E%3C/svg%3E");
    }

.fly-out-body .radio + .radio {
    margin-top: 1rem;
}

.fly-out-body .radio:last-child {
    margin-bottom: 150px;
}

.fly-out-body .block.routes .radio:last-child {
    margin-bottom: 15px;
}

.fly-out-body .radio label {
    margin-bottom: 0;
}

.fly-out-body .block.address label .inner {
    display: inline-flex;
    justify-content: space-between;
    width: 85%;
    font-family: 'Museo Sans-small';
    font-weight: 400;
    line-height: 20px;
}

.fly-out-body .radio input[type="radio"] + .label::before {
    margin-right: .5rem;
    top: 0px;
}

.fly-out-body .radio .info {
    padding-left: 2rem;
    font-size: 14px;
}

    .fly-out-body .radio .info span {
        color: #848484;
    }


.fly-out-body .radio .checkbox.custom {
    margin-top: 1rem;
}

.fly-out-body .radio .custom .form-field + .form-field {
    margin-top: 1rem;
}

.fly-out-body .radio .custom label {
    margin-bottom: 10px;
}

.fly-out-body .routes label {
    width: 100%;
}

    .fly-out-body .routes label .inner {
        display: inline-flex;
        justify-content: space-between;
        width: 85%;
    }

    .fly-out-body .routes label .from,
    .fly-out-body .routes label .to {
        width: 85px;
    }

.fly-out-body .routes .icon svg {
    width: 34px;
}

.fly-out-foot {
    padding: 1rem;
}

    .fly-out-foot .button {
        width: 100%;
    }


.fly-out-body .fly-out-route-item + .fly-out-route-item {
    border-top: 4px #E5F4FA solid;
    margin-top: 1rem;
    padding-top: 1rem;
}

.fly-out-body .custom-size-container {
    margin-left: 32px;
}

    .fly-out-body .custom-size-container label {
        margin-left: 0px;
        padding-left: 0px;
    }

.fly-out-route-item div {
    display: flex;
    color: #009DD1;
    font-size: 24px;
    font-family: "Museo Sans-medium";
    line-height: 1;
}

    .fly-out-route-item div .icon {
        margin: 0 1rem;
    }

        .fly-out-route-item div .icon svg {
            width: 33px;
        }

.fly-out-route-item p {
    font-family: "Museo Sans-medium";
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.fly-out-route-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Museo Sans-small";
    font-size: 14px;
}

.fly-out-route-item li + li {
    margin-top: 5px;
}

/*Trip options css*/

@media (max-width:768px) {
    .footer-link {
        display: none;
    }
}

.hide-sm {
    display: none;
}

.hide-md {
    display: block;
}

.hide-lg {
    display: block;
}

.inverted-sm {
    flex-direction: column-reverse;
}

@media (min-width:768px) {
    .inverted-sm {
        flex-direction: row;
    }
}

@media (min-width:768px) {
    .hide-sm {
        display: block;
    }

    .hide-md {
        display: none;
    }

    .hide-lg {
        display: none;
    }
}

@media (min-width:990px) {

    .hide-md {
        display: block
    }

    .hide-lg {
        display: none;
    }
}

.main strong,
.main b {
    font-family: "Museo Sans-bold";
    font-weight: normal;
}


.main {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* */
.ticket-types-block {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
}

.ticket-type-help {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: .4rem 1rem;
    font-family: "Museo Sans-medium";
    font-size: 16px;
}

    .ticket-type-help .icon svg {
        width: 14px;
    }

.ticket-types {
    display: flex;
    background-color: #fff;
    border-bottom: 2px solid #f4f3f4;
}

    .ticket-types .ticket-type {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0.4rem 0;
        border-left: 2px #f4f3f4 solid;
        font-size: .875em;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        flex: 1;
    }

.ticket-type-hide {
    display: none;
}

/* */

.fare-item {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    flex-wrap: wrap;
}

    .fare-item + .fare-item {
        margin-top: 1rem;
    }

.fare-info {
    flex-grow: 1;
    display: flex;
    padding: 10px;
    border-bottom: 2px #f4f3f4 solid;
}

    .fare-info .icon-ferry {
        width: 28px;
        margin-right: 10px;
    }

.fare-options {
    display: flex;
}

    .fare-options .fare {
        min-width: 33.33%;
        min-height: 80px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-grow: 1;
        position: relative;
        padding: 0.25rem 0;
        border-left: 2px #f4f3f4 solid;
    }

    .fare-options .nofare {
        min-width: 33.33%;
        min-height: 80px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-grow: 1;
        position: relative;
        padding: 0.25rem 0;
        border-left: 2px #f4f3f4 solid;
    }

        .fare-options .fare:hover {
            background-color: #E5F4F9;
        }

        .fare-options .fare:first-child {
            border-left: 0;
        }

        .fare-options .fare::after {
            width: 16px;
            height: 16px;
            position: absolute;
            content: '';
            border: 1px #009ED1 solid;
            border-radius: 100%;
            top: calc(50% - 8px);
            left: calc(50% - 8px);
        }

        .fare-options .fare.selected {
            background-color: #009DD1;
            color: #fff;
        }

            .fare-options .fare.selected::after {
                border-color: #fff;
                background-color: #fff;
            }

            .fare-options .fare.selected:before {
                display: block;
                content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='10.14' height='7.414' viewBox='0 0 10.14 7.414'%3E%3Cpath fill='none' stroke='%23009ed1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.414 4.103l2.311 2.311 5-5'/%3E%3C/svg%3E");
                height: 16px;
                width: 16px;
                position: absolute;
                top: calc(50% - 14px);
                left: calc(50% - 5px);
                z-index: 2;
            }

        .fare-options .fare .field {
            position: absolute;
            top: calc(50% - 7px);
            left: calc(50% - 7px);
            visibility: hidden;
        }

        .fare-options .fare .price {
            font-size: 1.125em;
            font-family: "Museo Sans-medium";
        }

        .fare-options .fare .offer {
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: .75em;
            padding: 2px 0;
        }

        .fare-options .fare.cheapest .offer {
            background-color: #00749A;
        }

        .fare-options .fare.deal .offer {
            background-color: #EBA84A;
        }


.ferry-timing {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

    .ferry-timing .timing {
        display: flex;
        flex-direction: column;
        font-size: .75em;
    }

        .ferry-timing .timing .dept {
            font-size: 1.25em;
        }

.ferry a,
.fare-info .timing {
    font-family: "Museo Sans-medium";
}

.ferry .duration {
    font-family: "Museo Sans-small";
    margin: 0;
    padding: 0;
    font-size: .75em;
    line-height: 1;
}

.ferry .reduced .icon {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
}

.ferry .reduced svg {
    width: 9px;
}

.ferry .reduced {
    color: #179ED1;
    font-size: 12px;
    font-family: "Museo Sans-medium";
    display: flex;
    align-items: center;
    margin-top: 4px;
}


@media (min-width:1200px) {

    .ticket-types-block {
        margin-top: 15px;
        flex-direction: row;
    }

    .ticket-types .ticket-type {
        min-width: 115px;
    }

    .ticket-type-hide {
        display: block;
    }

    .ticket-type-help {
        background-color: #fff;
    }

    .fare-item {
        flex-wrap: nowrap;
        flex-direction: row;
    }

        .fare-item + .fare-item {
            margin-top: 2px;
        }

    .fare-options .fare {
        min-width: 115px;
    }

    .fare-options .nofare {
        min-width: 115px;
    }


        .fare-options .fare:first-child {
            border-left: 2px #f4f3f4 solid;
        }

    .fare-info {
        border-bottom: 0;
    }

    .ferry-timing {
        flex-direction: column;
    }

        .ferry-timing .timing span + span {
            margin-left: 2rem;
        }

        .ferry-timing .timing {
            flex-direction: row;
            font-size: .875em;
        }

            .ferry-timing .timing .dept {
                font-size: 1em;
            }

    .ferry .duration {
        font-size: .875em;
    }
}

/**/

.sailings-block {
    display: flex;
    margin: 10px 0;
    padding: 1rem;
    justify-content: space-between;
    background-color: #fff;
    font-family: "Museo Sans-bold";
    font-size: 14px;
}

    .sailings-block .icon svg {
        width: 16px;
    }

    .sailings-block.top-sailing .next,
    .sailings-block.btm-sailing .prev {
        display: none;
    }

    .sailings-block.btm-sailing .next {
        margin-left: auto;
    }

    .sailings-block.btm-sailing .disabled, .sailings-block.top-sailing .disabled {
        pointer-events: none;
    }

        .sailings-block.btm-sailing .disabled span, .sailings-block.top-sailing .disabled span {
            color: #d3d3d3;
        }

@media (min-width:768px) {
    .sailings-block.top-sailing {
        display: none;
    }

    .sailings-block.btm-sailing .prev {
        display: block;
    }
}

/**/

.booking-wizard {
    background-color: #fff;
    margin: 0 0 2rem 0;
}

    .booking-wizard ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }

        .booking-wizard ul li {
            width: 25%;
            position: relative;
            font-family: 'Roboto', sans-serif;
            color: #B1B1B1;
            font-size: 12px;
        }


            .booking-wizard ul li .step {
                display: flex;
                align-items: center;
                padding: 10px 0px;
                flex-direction: column;
            }



            .booking-wizard ul li.completed,
            .booking-wizard ul li.current {
                background-color: #01C0E3;
                color: #fff;
            }


                .booking-wizard ul li.current:after {
                    top: 100%;
                    left: 50%;
                    border: solid transparent;
                    content: "";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(2, 166, 213, 0);
                    border-top-color: #00A9D7;
                    border-width: 10px;
                    margin-left: -10px;
                }





    .booking-wizard li .icon {
        width: 16px;
        height: 16px;
        border-radius: 25px;
        margin-bottom: .25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #D3D3D3;
        background-color: #F4F3F4;
    }

        .booking-wizard li .icon svg {
            width: 10px;
        }

    .booking-wizard ul li.completed .icon,
    .booking-wizard ul li.current .icon {
        background-color: #fff;
        color: #009DD1;
    }


.wizard-header {
    border-bottom: 1px #E0E3E7 solid;
    margin: 1rem 0 1.5rem;
    padding: 0 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wizard-header .search-again {
        display: inline-flex;
        align-items: center;
        font-size: 20px;
    }

        .wizard-header .search-again .icon {
            margin-left: 1rem;
        }

        .wizard-header .search-again svg {
            width: 20px;
        }

    .wizard-header h2 {
        font-family: "Museo Sans-medium";
        font-weight: normal;
        margin-bottom: 0;
        font-size: 28px;
    }

    .wizard-header p {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: normal;
    }

        .wizard-header p + p {
            margin-top: 1rem;
        }

    .wizard-header .switch-field {
        margin-top: .75rem;
    }

.wizard-body {
    display: flex;
    flex-wrap: wrap;
}

.wizard-content {
    flex-grow: 1;
}

.wizard-sidebar {
    flex-grow: 1;
    margin-top: 1rem;
}

.inverted-sm .wizard-sidebar {
    margin-bottom: 2rem;
}

/**/
.booking-block {
    font-family: "Museo Sans-small";
    flex-shrink: 0;
    width: 100%;
}



    .booking-block .button-alt, .booking-block .button-alt-gray {
        width: 100%;
    }

.cart-id {
    display: flex;
    justify-content: space-between;
    background-color: #2AA0A3;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

    .cart-id svg {
        width: 14px;
    }


.booking-block-inner {
    background-color: #fff;
    border-top: 4px #2AA0A3 solid;
    padding: 0 20px 20px;
    font-size: 14px;
}

    .booking-block-inner .btn-cyan-bg {
        background-color: #009ED1;
        color: #fff;
        font-family: "Museo Sans-bold";
        font-size: 22px;
    }
/**/
.journey-selected {
    color: #2aa0a3;
}

    .journey-selected .icon svg {
        width: 20px;
    }


.wizard-sidebar .journey-selected {
    border-bottom: 1px #CECECE solid;
    padding: 10px 0;
}

.booking-block-header {
    border-bottom: 1px #CECECE solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .25rem 0;
}

    .booking-block-header h2 {
        font-family: "Museo Sans-bold";
        font-weight: normal;
        margin: 0;
        font-size: 22px;
    }

.checkout-block .booking-block-header {
    border-bottom: 1px #fff solid;
}

    .checkout-block .booking-block-header.open {
        border-bottom: 1px #CECECE solid;
    }


.booking-block-header .toggle {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background-color: #2AA0A3;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.booking-block-header.open .toggle {
    transform: rotate(0deg);
}

.booking-block-header .toggle svg {
    width: 10px;
}

.booking-info {
    padding: 10px 0;
}

    .booking-info + .booking-info {
        border-top: 1px #CECECE solid;
    }

.booking-info-travel {
    display: flex;
    justify-content: space-between;
    margin: .5rem 0;
    font-family: "Museo Sans-bold";
}

    .booking-info-travel .icon {
        width: 63px;
    }

    .booking-info-travel span {
        line-height: 1;
        display: block;
        font-size: 26px;
    }

.fare-breakup {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4C4C4C;
}

    .fare-breakup li {
        display: flex;
        justify-content: space-between;
    }

        .fare-breakup li .fare {
            font-family: "Museo Sans-bold";
        }

/**/

.add-ons {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px #CECECE solid;
    border-bottom: 1px #CECECE solid;
    font-family: "Museo Sans-small";
    flex-wrap: wrap;
}

    .add-ons div {
        width: 50%;
    }



    .add-ons span.count {
        font-family: "Museo Sans-bold";
    }

.tax-block {
    margin: 1rem 0;
}

    .tax-block .base-price {
        display: flex;
        justify-content: space-between;
    }

    .tax-block .vat {
        display: flex;
        justify-content: space-between;
    }

    .tax-block .amount {
        font-family: "Museo Sans-bold";
    }

.total-fare {
    display: flex;
    justify-content: space-between;
    font-family: "Museo Sans-small";
    margin-top: .5rem;
    font-size: 24px;
}

    .total-fare .amount {
        font-family: "Museo Sans-bold";
    }


/**/
.journey-cal .collapsible-card-head.sticky {
    top: 0;
    background-color: #f4f3f4;
}

.journey-cal .journey-day.sticky {
    top: 44px;
}

.journey-cal .ticket-types-block.sticky {
    top: 100px;
}

.add-on-container .collapsible-card-head.sticky {
    top: 0px;
    background-color: #f4f3f4;
}


.passenger-details .collapsible-card-head.sticky {
    top: 35px;
    background-color: #f4f3f4;
}

.sticky {
    position: sticky;
    z-index: 6;
}

.stick-bar {
    position: fixed;
    top: 0;
    background-color: #f4f3f4;
    width: 100%;
    padding: 10px 0 10px;
    margin-top: 0 !important;
    z-index: 2;
}

@media (min-width:768px) {
    .sticky {
        position: static;
    }

    .stick-bar {
        position: static;
    }
}

/* */
.journey-day {
    display: flex;
}


/**/

.journey-bar {
    background-color: #01C0E3;
    color: #fff;
    font-family: "Museo Sans-medium";
    display: flex;
    padding: 1rem;
    font-size: 1rem;
    flex-grow: 1;
}

    .journey-bar .icon {
        display: none;
        margin: 0 1rem;
    }

        .journey-bar .icon svg {
            width: 63px;
        }

.journey-to {
    margin: 0 10px;
}

/**/
.day-picker {
    display: flex;
    background-color: #fff;
    /*flex-grow: 1;*/
    max-width: 220px;
}

.slidingdays {
    display: inline-flex;
    width: 118px;
}

.day-picker .day {
    flex-grow: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "Museo Sans-medium";
    cursor: pointer;
    display: inline-flex;
    color: #fff;
    height: 59px;
    font-size: 14px;
    background-color: #009ED1;
}

    .day-picker .day .date {
        display: none;
    }

    .day-picker .day .date-sm {
        color: #fff;
    }

    .day-picker .day.current {
        display: flex;
    }

    .day-picker .day .icon {
        margin-right: 5px;
        display: none;
    }

    .day-picker .day svg {
        width: 20px;
    }

    .day-picker .day.current .icon {
        display: inline-flex;
    }

    .day-picker .day.current,
    .day-picker .day:hover {
        background-color: #009ED1;
    }

.day-picker .prev,
.day-picker .next {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 1em 0;
    color: #fff;
    background-color: #009ED1;
    cursor: pointer;
}

    .day-picker .prev:hover,
    .day-picker .next:hover {
        background-color: #E5F4F9;
        color: #4C4C4C;
    }

.day-picker .prev {
    border-right: 1px #01C0E3 solid;
}

.day-picker .next {
    border-left: 1px #01C0E3 solid;
}

    .day-picker .prev svg,
    .day-picker .next svg {
        width: 12px;
    }

@media (min-width:1200px) {

    .journey-day {
        flex-direction: column;
    }

    .journey-bar {
        font-size: 20px;
    }

        .journey-bar .icon {
            display: block;
        }

    .journey-to {
        display: none;
    }

    .day-picker {
        max-width: none;
    }

    .slidingdays {
        display: inline-flex;
        width: 724px;
    }

    .day-picker .day {
        display: flex;
        color: #4C4C4C;
        background-color: #fff;
    }

        .day-picker .day .date {
            display: block;
        }

        .day-picker .day .date-sm {
            display: none;
        }

        .day-picker .day.current {
            color: #009DD1;
        }

        .day-picker .day.current,
        .day-picker .day:hover {
            background-color: #E5F4F9;
        }

    .day-picker .prev,
    .day-picker .next {
        background-color: #fff;
        color: #009dd1;
    }

    .day-picker .prev,
    .day-picker .next {
        border-color: #fff;
    }
}




.journey-date {
    display: flex;
    justify-content: space-between;
    font-family: "Museo Sans-medium";
}


.price-divider {
    position: relative;
    height: 25px;
    margin: .25rem 0;
}

    .price-divider span {
        border-top: 2px #CECECE dashed;
        display: block;
        top: 12px;
        position: relative;
    }

    .price-divider::after,
    .price-divider::before {
        content: '';
        position: absolute;
        height: 25px;
        background-color: #F4F3F4;
        width: 25px;
        border-radius: 100%;
    }

    .price-divider::after {
        right: -32px;
    }

    .price-divider::before {
        left: -32px;
    }



@media (min-width:768px) {
    .booking-wizard {
        border-radius: 25rem;
    }

        .booking-wizard ul li {
            font-size: 18px;
        }

            .booking-wizard ul li:first-child {
                border-top-left-radius: 25rem;
                border-bottom-left-radius: 25rem;
            }

            .booking-wizard ul li:last-child {
                border-top-right-radius: 25rem;
                border-bottom-right-radius: 25rem;
            }

            .booking-wizard ul li .step {
                flex-direction: row;
                padding: 5px 8px;
                border-radius: 25rem;
            }



            .booking-wizard ul li.completed,
            .booking-wizard ul li.current {
                background-image: -ms-radial-gradient(61% center, circle, #00CCEA 40%, #00A9D7);
                background-image: -o-radial-gradient(61% center, circle, #00CCEA 40%, #00A9D7);
                background-image: -moz-radial-gradient(61% center, circle, #00CCEA 40%, #00A9D7);
                background-image: -webkit-radial-gradient(61% center, circle, #00CCEA 40%, #00A9D7);
                background-size: cover;
                background-position: center;
                background-attachment: fixed;
                background-repeat: no-repeat;
                color: #fff;
            }

            .booking-wizard ul li.current {
                border-top-right-radius: 25rem;
                border-bottom-right-radius: 25rem;
                -webkit-border-top-right-radius: 25rem;
                -webkit-border-bottom-right-radius: 25rem;
                -moz-border-top-right-radius: 25rem;
                -moz-border-bottom-right-radius: 25rem;
            }

                .booking-wizard ul li.current:after {
                    left: 21%;
                }

        .booking-wizard li .icon {
            width: 32px;
            height: 32px;
            margin-right: 1rem;
            margin-bottom: 0;
        }

            .booking-wizard li .icon svg {
                width: 15px;
            }


    .wizard-body {
        flex-wrap: nowrap;
    }

    .wizard-content {
        margin-right: 2rem;
    }

    .wizard-sidebar {
        flex-grow: 0;
        margin-top: 0;
    }

    .inverted-sm .wizard-sidebar {
        margin-bottom: 0rem;
    }

    .booking-block {
        position: sticky;
        top: 0;
        width: 280px;
    }
}

@media (min-width:1200px) {

    .booking-block {
        width: 345px;
    }
}

/**/


.hold-fare {
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
}

    .hold-fare h3 {
        margin-bottom: 10px;
        font-weight: normal;
        font-family: "Museo Sans-bold";
        line-height: 1.2;
        font-size: 20px;
    }

    .hold-fare p {
        font-weight: normal;
        font-family: "Museo Sans-medium";
        line-height: 1.2;
        font-size: 12px;
    }

    .hold-fare svg {
        height: 24px;
    }

    .hold-fare .button {
        width: 100%;
    }

/**/

.button-alt {
    background-color: #009ED1;
    color: #fff;
    font-family: "Museo Sans-bold";
    font-size: 22px;
}

.button-alt-gray {
    background-color: #d3d3d3;
    color: #fff;
    font-family: "Museo Sans-bold";
    font-size: 22px;
}

.button-disabled {
    background-color: #808080;
    color: #fff;
    font-family: "Museo Sans-bold";
    font-size: 22px;
}

.button:hover {
    color: #009ED1;
}

.button-alt:hover, .button-alt-gray:hover {
    color: #fff;
}

/**/
.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

    .checkbox input[type=checkbox] + .label:before {
        content: "";
        border-radius: 4px;
        border: 2px solid #009ED1;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: -5px;
        margin-right: .5em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: background-image 250ms ease;
    }

    .checkbox input[type=checkbox]:checked + .label:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.73 8.414'%3E%3Cdefs/%3E%3Cpath fill='none' stroke='%23009dd1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.414 4.512l2.9 2.9 6-6' data-name='Path 256'/%3E%3C/svg%3E");
        box-shadow: inset 0 0 0 4px #f4f4f4;
        background-size: 65%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .checkbox input[type=checkbox]:focus + .label:before {
        outline: none;
        border-color: #009ED1;
    }

    .checkbox input[type=checkbox]:disabled + .label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }

    .checkbox input[type=checkbox] + .label:empty:before {
        margin-right: 0;
    }

.checkbox label {
    cursor: pointer;
}


/* mini cart for small devices*/

.mini-cart {
    background-color: #2AA0A3;
    color: #fff;
    font-size: 14px;
    font-family: "Museo Sans-small";
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    display: flex;
    padding: .75rem 1.5rem;
    align-items: center;
}

    .mini-cart .icon svg {
        width: 12px;
    }

    .mini-cart .cart-value {
        width: 50%;
        border-right: 1px #fff solid;
        line-height: 1.3;
        cursor: pointer;
    }

        .mini-cart .cart-value span {
            display: block;
            font-size: 20px;
            font-family: "Museo Sans-bold";
        }

    .mini-cart .continue {
        width: 50%;
    }

        .mini-cart .continue a {
            display: flex;
            font-size: 22px;
            font-family: "Museo Sans-bold";
            color: #fff;
            justify-content: flex-end;
        }

        .mini-cart .continue .icon {
            margin-left: .5rem;
        }

@media (min-width:768px) {
    .mini-cart {
        display: none;
    }
}

.vehicle-details .same-return {
    max-width: 550px;
}

.vehicle-details .form-field + .form-field {
    margin-top: 1rem;
}

.otherSizeCheck {
    pointer-events: none;
}

/* calendar modal */

.cal-modal {
    width: 340px;
    position: fixed;
    top: 30%;
    left: calc(50% - 150px);
    z-index: 3142000;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}

    .cal-modal::before {
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.cal-modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -45px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    color: #179ED1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .cal-modal-close svg {
        width: 10px;
        height: 10px;
        fill: currentColor;
    }

.cal-modal-inner {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cal-modal .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

    .cal-modal .tabs li {
        width: 50%;
    }

        .cal-modal .tabs li a {
            display: block;
            background-color: #009ED1;
            color: #fff;
            padding: .5rem 1rem;
            font-family: "Museo Sans-bold";
            font-size: 18px;
        }

        .cal-modal .tabs li.active a {
            background-color: #fff;
            color: #4C4C4C;
        }

.cal-modal-foot {
    padding: .5rem 1rem;
}

    .cal-modal-foot .button {
        width: 100%;
    }

.tripOptionCalendar .ui-datepicker {
    width: 340px !important;
}


/**/

.day-picker .slick-slider .slick-track {
    min-width: 1074px;
}

.slidingdays .slick-prev, .slidingdays .slick-next {
    pointer-events: none;
}

/**/
.terms-block {
    margin: 1rem 0;
    background-color: #fff;
    padding: 1rem;
}

    .terms-block label {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: normal;
    }

.terms-conditions p,
.keep-updated p {
    margin-left: 2rem;
    margin-bottom: 0;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Museo Sans-small';
}

.keep-updated {
    margin: 2rem 0 0;
}

.keep-updated-by {
    display: flex;
    margin: 1rem 0 0 2rem;
    flex-direction: column
}

.keep-updated-by-type {
    margin-top: 1rem;
}

@media (min-width:768px) {
    .keep-updated-by {
        flex-direction: row
    }

    .keep-updated-by-type {
        margin-top: 0rem;
    }

        .keep-updated-by-type + .keep-updated-by-type {
            margin-left: 2rem;
        }
}

.gift-cards {
    display: flex;
    margin: 0 -0.5rem 2rem;
    flex-wrap: wrap;
}

    .gift-cards .gift-card {
        background-color: #8F53A1;
        color: #fff;
        display: inline-flex;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        padding: 10px;
        font-family: "Museo Sans-medium";
        width: 100%;
        margin: 0.5rem;
    }

        .gift-cards .gift-card .value {
            font-size: 22px;
            font-family: "Museo Sans-bold";
            margin-right: 10px;
        }


        .gift-cards .gift-card .remove svg {
            width: 10px;
            height: 10px;
        }

        .gift-cards .gift-card .remove {
            margin-left: auto;
            cursor: pointer;
        }

@media (min-width:600px) {
    .gift-cards .gift-card {
        width: calc(50% - 1rem);
    }
}

@media (min-width:1200px) {
    .gift-cards .gift-card {
        flex-grow: 1;
        width: auto;
    }
}

.order-submit {
    background-color: #fff;
    padding: 1rem 0 1.5rem;
    text-align: center;
}

    .order-submit .summary {
        margin-bottom: 1rem;
        font-family: "Museo Sans-medium";
        font-size: 24px;
    }

        .order-submit .summary span {
            display: block;
            font-family: "Museo Sans-bold";
            font-size: 20px;
            margin-top: .5rem;
        }

    .order-submit .button {
        width: 100%;
        max-width: 315px;
    }

@media (min-width:768px) {
    .order-submit {
        background-color: transparent;
        padding: 1rem 0 1.5rem;
        text-align: center;
    }

        .order-submit .summary {
            display: none;
        }
}

.orderCheckoutContinuebtn:disabled {
    opacity: .65;
}

/**/
.voucher-pay {
    font-family: "Museo Sans-medium";
    font-size: 18px;
    color: #00749A;
    margin-top: 1.5rem;
}

    .voucher-pay span {
        color: #000000;
    }

@media (min-width:996px) {
    .voucher-pay {
        width: 45%;
    }
}

.custom-drpDwn.error {
    border: 1px solid #d10000 !important;
    position: relative;
}

/**/
.addon-block {
    display: flex;
    background-color: #fff;
    font-family: "Museo Sans-small";
    font-size: 1rem;
    flex-direction: column;
}

    .addon-block + .addon-block {
        margin-top: 1rem;
    }

.addon-extended .addon-block {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
}

.addon-content {
    display: flex;
    padding: 1.25rem 1rem 1rem 1.5rem;
    flex-grow: 1;
    flex-direction: column;
}

    .addon-content .addon-header .action .toggleLink {
        display: block;
        font-size: 18px;
        font-family: "Museo Sans-medium";
        color: #179ED1;
        line-height: 1.3;
        padding: 7px 10px 7px 10px;
        box-sizing: border-box;
        margin: 0px 0px 0px 5px;
        border: 1px solid #179ED1;
        box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
        border-radius: 25px;
        background-color: #fff;
        min-width: 100px;
        text-align: center;
    }

.addon-header {
    display: flex;
}

    .addon-header .action {
        margin-left: auto;
    }

    .addon-header h4 {
        margin: 0;
        color: #009ED1;
        font-family: "Museo Sans-bold";
        line-height: 1;
        font-weight: normal;
        font-size: 1.125em;
    }

    .addon-header strong {
        font-family: "Museo Sans-bold";
    }

.addon-content .details {
    padding: 1rem 0 0;
}



.addon-content p {
    margin: 0;
}

.addon-content .toggle,
.addon-content .toggle-accordion {
    line-height: 1.3;
    font-size: .815rem;
    color: #009ED1;
    padding: 0.25rem 0 0;
    cursor: pointer;
}

.addon-content .details .toggle-accordion svg,
.addon-content .details .toggle svg {
    width: 12px;
    transform: rotate(180deg);
}

.addon-content .details .toggle-accordion.open svg,
.addon-content .details .toggle.open svg {
    transform: rotate(0deg);
}

/*
.addon-content .collapsible-card+.collapsible-card {
    margin-top: 0;
}
*/
.addon-content .collapsible-card-head {
    padding-bottom: 0;
}

    .addon-content .collapsible-card-head .help svg {
        width: 18px;
    }

.addon-content .collapsible-card-body {
    padding-left: 1.25rem;
    padding-top: 1rem;
}

.addon-block .icon {
    margin-right: 10px;
}

    .addon-block .icon svg {
        width: 32px;
    }

    .addon-block .icon img {
        width: 32px;
        height: 32px;
        object-fit: cover;
    }

.addon-image {
    min-width: 305px;
    max-width: 305px;
    flex-shrink: 0;
    display: none;
    overflow: hidden;
}

.addon-img {
    margin-bottom: 1rem;
}

    .addon-img img {
        width: 100%;
        max-height: 180px;
    }

.addon-block .addon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.addon-block .alert {
    background-color: #FFF68D;
    display: flex;
    justify-content: space-between;
}

    .addon-block .alert .icon svg {
        width: 16px;
    }

.addon-block .opted-cabins {
    padding: 0 1rem;
}

    .addon-block .opted-cabins ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .addon-block .opted-cabins li {
        display: flex;
        justify-content: space-between;
        font-family: "Museo Sans-small";
    }

        .addon-block .opted-cabins li b {
            font-family: "Museo Sans-bold";
            display: block;
        }

        .addon-block .opted-cabins li span {
            font-size: 18px;
            font-family: "Museo Sans-medium";
        }

.addon-block .summary .show-options {
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.addon-block .summary .button {
    width: 230px;
}

    .addon-block .summary .button .icon {
        transform: rotate(180deg);
        margin: 0 0 0 10px;
        display: inline-flex;
    }

    .addon-block .summary .button.open .icon {
        transform: rotate(0deg);
    }

    .addon-block .summary .button svg {
        width: 12px;
    }

.addon-qty {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .addon-qty li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .addon-qty li + li {
            margin-top: .75rem;
        }

        .addon-qty li label {
            font-weight: normal;
            line-height: 1.2;
            margin-bottom: 0;
        }

            .addon-qty li label em {
                font-size: 18px;
                font-family: "Museo Sans-bold";
                color: #009ED1;
                font-style: normal;
                display: block;
                margin-bottom: 3px;
            }

    .addon-qty.pet-options {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 1rem 0;
    }

.addon-block .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

    .addon-block .tabs li {
        width: 50%;
    }

        .addon-block .tabs li a {
            display: block;
            background-color: #009ED1;
            color: #fff;
            padding: .5rem 1rem;
            font-family: "Museo Sans-bold";
            font-size: 18px;
        }

        .addon-block .tabs li.active a {
            background-color: #fff;
            color: #4C4C4C;
        }

.addon-block .tab-content {
    padding: 1rem;
}

.addon-extended .addon-content .toggle-accordion {
    font-size: 1.125em;
    font-family: "Museo Sans-bold";
}

.addon-head {
    margin: 2rem 0 0;
}

    .addon-head .title {
        display: flex;
    }

    .addon-head .icon {
        margin-right: 1rem;
    }

        .addon-head .icon svg {
            height: 32px;
        }

.addon-content .details .toggle {
    text-align: center;
}

.addon-content .collapsible-card + .collapsible-card {
    margin-top: 1.2rem;
}

@media (min-width:1200px) {


    .addon-image {
        display: block;
    }

    .addon-img {
        display: none;
    }
}

@media (min-width:768px) {

    .addon-block {
        flex-direction: row;
        /*
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);*/
    }




    .addon-content .details {
        padding: 1rem 0 0 2.5rem;
    }

    .addon-block .summary {
        display: none;
    }

    .addon-content .details .toggle {
        display: none;
    }
}

.hint.booking-help, .help.cabinHelp, .field-icon.addressSearchIcon .icon {
    cursor: pointer;
}

@media (max-width:455px) {
    #modalBtnContinue {
        margin-bottom: 3px;
    }
}

svg.icoInfoBlueGreen {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

    svg.icoInfoBlueGreen .cls-1 {
        fill: transparent;
    }

    svg.icoInfoBlueGreen .cls-2 {
        fill: #2aa0a3;
    }

    svg.icoInfoBlueGreen .cls-3 {
        fill: #fff;
    }

svg.icoIaddon {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

    svg.icoIaddon .cls-1 {
        fill: #fff;
        opacity: 0;
    }

    svg.icoIaddon .cls-2 {
        fill: #009dd1;
    }

    svg.icoIaddon .cls-3 {
        fill: #009ed1;
    }

@media (max-width: 768px) {
    .cal-modal {
        width: 300px;
    }

    .tripOptionCalendar .ui-datepicker {
        width: 300px !important;
    }
}

.search-again.text-center {
    font-size: 20px;
}

.search-again.text-center svg {
    width: 20px;
}

@media (max-width: 991px) {
    .wizard-header {
        flex-direction: column;
    }

        .wizard-header .headCol {
            width: 100%;
        }

        .wizard-header .iconCol {
            width: 100%;
            padding-top: 15px;
        }
}

.spnCartId {
    text-decoration: none !important;
    color: inherit;
}
select.field.input-validation-error {
    border: 1px solid #d10000 !important;
}

.addon-block .summary .button.upgrade-cabin {
    max-height: 50px;
}

/*Deposit scheme order checkout payment option css changes*/

.pay-option {
    display: flex;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

    .pay-option div {
        width: 100%;
    }

    .pay-option .button {
        width: 100%;
    }

    .pay-option h5 {
        margin-bottom: 0;
    }

    .pay-option .button {
        font-family: "Museo Sans-bold";
        margin-top: 10px;
    }

    .pay-option p {
        margin-bottom: 0;
    }

.pay-options .pay-option {
    margin: 1rem 0;
}


@media (min-width:520px) {
    .pay-option {
        flex-direction: row;
    }

        .pay-option div {
            width: auto;
        }

            .pay-option div + div {
                margin-left: 1rem;
            }

        .pay-option .button {
            width: auto;
        }

    .pay-options {
        display: flex;
        margin-top: 1rem;
    }

        .pay-options .pay-option {
            width: 50%;
            margin: 0 .5rem 0 0;
        }

            .pay-options .pay-option + .pay-option {
                margin: 0 0 0 .5rem;
            }
}

.pay-option .amt {
    color: #8F53A1;
    font-family: "Museo Sans-bold";
}

.pay-option .amt-big {
    font-size: 32px;
    margin: 10px 0;
}

.pay-options .pay-option .button {
    width: 100%;
}

.pay-options .pay-option {
    align-items: unset;
    flex-direction: column;
}

    .pay-options .pay-option .button-alt {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
/**/

svg.infoicon20 {
    display: block;
    width: 20px;
    height: 20px;
}

svg.infoicon20 .cls-1, svg.infoicon20 .cls-2 {
    fill: #009dd1;
}

svg.infoicon20 .cls-1 {
    opacity: 0;
}

.collapsible-card.removable-card.styled.ticket-info.user-info .collapsible-card-body {
    padding-bottom: 4rem;
}

@media (min-width:992px) {

    .collapsible-card.removable-card.styled.ticket-info.user-info .collapsible-card-body {
        padding-bottom: 1.5rem;
    }
}

.removable-card .remove-passenger {
    display: inline-block;
    /*position: absolute;*/
    right: 2rem;
    bottom: 20px;
    float:right;
}