@import "fonts.css";

html {
    font-size: 62.5%;
    margin: 0;
}

body {
    font-family: "Chevin", sans-serif;
    color: #5c5c5c;
}

.wrapper {
    width: 100%;
    margin: auto auto;
}

.home-page h1 {
    font-size: 0rem;
    text-align: center;
    height: 0;
    text-indent: -9999em;
}

.logo-large svg {
    height: 50px;
    width: 220px;
    margin: .8rem 0;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-banner h1,
.common-banner h1,
.compare-heading {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.compare-heading {
    color: #000;
    text-align: center;
}

.home-page h2,
.home-page h3,
.home-page h4 {
    font-size: 3rem;
    color: #020302;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.featured-heading {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.featured-heading a,
.featured-heading a:hover {
    color: #00612E;
    text-decoration: none;
}

p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0 0 1.4rem 0;
}

strong {
    font-weight: 700;
}

a,
a:hover {
    color: #007396;
}

.from {
    color: #777;
    line-height: 16px;
}

/*Explorer*/
.header-content {
    padding: 1rem 3rem 1rem 3rem;
    max-width: 1440px;
    margin: 0 auto;
}

.header-row {
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.pintrest {
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
}

.header-row .phone {
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    color: #020302;
    text-decoration: none;
}



.main-nav {
    flex-basis: 100%;
}

.nav-first-lvl {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-first-lvl li {
    padding: 1rem 5rem 1.6rem 0;
}

.nav-first-lvl li a {
    color: #020302;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-first-lvl li a span.menu-down,
.mob-currency .menu-down {
    background: url(/content/img/explorer/search/icon-arrow-down.svg);
    background-position: 0px 2px;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}

.mob-currency .menu-down {
    margin-top: 8px;
}


.nav-first-lvl li:hover .sub-nav {
    display: flex;
}

.euro,
.german,
.hamburger-menu {
    padding: 4px 9px;
    text-align: center;
}

.euro .currency,
.german .currency {
    font-weight: 700;
    color: #020302;
    text-align: center;
}

.euro p,
.german p {
    line-height: 1.6rem;
}

.hamburger-menu {
    border-radius: 8px;
    background: #FFF;
    /* position: absolute;
    top: 1.1rem;
    right: 0rem; */
    padding: 13px 9px 10px 9px;
    display: none;
}

.header-hamburger {
    width: 24px;
    cursor: pointer;
    display: inline-block;
}

.header-hamburger .hamburger-line {
    width: 100%;
    float: left;
    height: 3px;
    margin: 0 0 5px;
    background-color: #000;
}

.sub-nav {
    background: #fff;
    position: absolute;
    left: 0;
    padding: 3rem;
    z-index: 999;
    width: 100%;
    border-radius: 0 0 6px 6px;
    display: none;
    justify-content: space-between;
    box-shadow: 0 3px 16px 0 rgba(33, 10, 83, 0.08);
}

.sub-nav-currency {
    left: auto;
    right: 0;
    width: fit-content;
    padding: 2rem 3rem 1rem 2rem;
}

.mob-currency {
    display: none;
}

.sub-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sub-nav ul li {
    margin-bottom: .7rem;
    padding: 0;
}

.sub-nav ul li a {
    color: #333;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    display: block;
}

.sub-nav-heading {
    margin: 1rem 0 .7rem 0 !important;
}

#destinations div,
#activities div {
    display: flex;
    column-gap: 4rem;
    grid-template-columns: 1fr 2.5fr;
}

#regions-column {
    padding-right: 4rem;
    border-right: 1px solid #efefef;
}

#activities,
#destinations {
    width: 80%;
    right: 0;
    left: 0;
}

#travelStyles {
    width: 40%;
    right: 0;
    left: 0;
}

#activities ul li {
    width: 165px;
    float: left;
    margin-right: 4rem;
}

#activities ul li:empty,
#travelStyles ul li:empty,
#travelstyles1 .sub-nav-heading,
#activities1 .sub-nav-heading {
    display: none;
}

.reserve-col-mobile {
    display: none;
}

#siteContact .modal-body .form-control,
#tripRequest .modal-body .form-control {
    width: 100% !important;
}

.form-check-input[type=radio] {
    border-radius: 50% !important;
}

.size-12 {
    font-size: 1.2rem !important;
}

.size-13 {
    font-size: 1.3rem !important;
}

.size-15 {
    font-size: 1.5rem !important;
}

.size-16 {
    font-size: 1.6rem !important;
}

.size-18 {
    font-size: 1.8rem !important;
    line-height: 2.8rem;
}

.size-20 {
    font-size: 2rem;
    line-height: 3rem;
}

.size-24 {
    font-size: 2.4rem;
    line-height: 3.4rem;
}

.size-28 {
    font-size: 2.8rem;
    line-height: 3.4rem;
}

.max-80 {
    max-width: 80%;
}

.form-select:focus {
    border-color: #00612E;
}

.search-block {
    max-width: 1440px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    gap: 13px;
    padding: 16px;
}

.search-head {
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
}

.search-head span {
    background-color: #00612E;
    padding-top: 14px;
    top: -5px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    height: 51px;
    position: absolute;
    width: 230px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
}

.search-head .nav-tabs {
    border: none;
    background: transparent;
    border-radius: 12px 12px 0 0;
    padding: 12px 12px 0 12px;
}

.search-head .background {
    display: none;
}

.search-block .nav-tabs .nav-link.active {
    background: transparent !important;
    color: #00612E !important;
    border: none;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #00612E;
    background-repeat: no-repeat !important;
    background-position: 15px 50% !important;
    background-size: 20px 20px !important;
}

.search-block .nav-tabs {
    overflow: hidden;
    border-bottom: none;
}

.search-block .nav-tabs .nav-item {
    z-index: 1 !important;
    padding-right: 1rem;
}

.search-block .nav-tabs .nav-link {
    background: transparent;
    color: #5C5C5C;
    border: none;
    font-weight: 500;
    border-radius: 8px;
    margin: 0 2px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 20px 20px;
    padding: 1rem 1rem 1rem 43px;
    justify-content: start;
}

.search-block .nav-tabs .nav-link {
    border: none;
    color: #00612E;
}

.search-block .nav.nav-tabs.search-head li:nth-child(1) .nav-link {
    background-image: url(/content/img/explorer/search/hotelsandflight.svg) !important;
}

.search-block .nav.nav-tabs.search-head li:nth-child(2) .nav-link {
    background-image: url(/content/img/explorer/search/bausteinreisen.svg) !important;
}

.search-block .nav.nav-tabs.search-head li:nth-child(3) .nav-link {
    background-image: url(/content/img/explorer/search/flights.svg) !important;
}
.search-block .nav.nav-tabs.search-head li:nth-child(4) .nav-link {
    background-image: url(/content/img/explorer/search/more-travel-ideas.svg) !important;
}

@media (max-width: 991px) {
    .search-block .nav-tabs .nav-link {
        min-width: 120px;
        font-size: 13px;
        padding: 10px 15px 10px 40px;
    }

    .search-input-group {
        flex-direction: column;
        gap: 12px;
    }

    .search-field {
        width: 100%;
        margin-right: 0;
    }

    .search-btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .search-block .nav-tabs .nav-link {
        padding: 8px 12px;
        border-radius: 6px;
        margin: 0 1px;
        min-width: 90px !important;
        text-align: center;
        font-size: 1.4rem;
        line-height: 22px;
        font-size: 12px;
        line-height: 16px;
    }
    .logo-large svg {
        width: 180px;
    }

    .search-body {
        padding: 15px;
    }

    .search-form button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575.98px) {
    .search-block .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .search-head .background {
        background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 50%, #c084fc 100%);
    }

    .search-block .nav-tabs .nav-link {
        padding: 6px 10px;
        border-radius: 4px;
        margin: 0 1px;
        min-width: 70px !important;
        text-align: center;
        font-size: 11px;
        line-height: 14px;
        white-space: nowrap;
    }

    .search-body {
        padding: 12px;
    }
}

.search-body {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 12px 12px;
}

.search-form {
    margin: 0;
}

.search-input-group {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.search-field {
    position: relative;
    flex: 1;
    margin-right: 8px;
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 10;
}

.search-form .btn-alternate,
.search-form .btn-alternate:hover {
    font-size: 1.4rem;
    padding: 1rem 5rem .7rem 5rem;
}

.search-form .search-txt {
    border: none;
    background: transparent;
    padding: 14px 16px;
    font-size: 16px;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
    color: #374151;
    width: 100%;
    background-image: none !important; /* Prevent multiple background icons */
}

.search-form .search-txt:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.search-form .search-txt::placeholder {
    color: #9ca3af;
}

.search-btn {
    background: #16a34a;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s ease;
    color: #ffffff;
    font-size: 16px;
}

.search-btn:hover {
    background: #15803d;
    color: #ffffff;
}

.search-form .form-row {
    width: 100%;
}

.ui-widget.ui-widget-content {
    padding: 1rem;
    z-index:10000;
}

.ui-menu .ui-menu-item {
    margin-bottom: 3px;
    font-size: 1.6rem;
}

.btn-grp {
    flex-basis: 20%;
    margin-top: 3.1rem;
    margin-left: 1rem;
    text-align: right;
    display: block;
}

.btn {
    padding: 1.1rem 2rem 1.1rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.6rem;
}

.btn-primary {
    background: #00612E;
    color: #fff;
    font-size: 1.6rem;
    pointer-events: all !important;
}

.btn-secondary {
    background: #fff;
    border: 1px solid #00612E;
    color: #00612E !important;
    font-size: 1.6rem;
    pointer-events: all !important;
}

.btn-alternate {
    background: transparent;
    border: 1px solid #00612E;
    color: #00612E;
}

#navbar-detail {
    position: relative;
}

#navbar-detail #btnReserveNow {
    position: relative;
    padding: 1.2rem 2.5rem;
}


.btn-primary:hover,
.btn-secondary:hover,
.btn-alternate:hover,
.btn-primary:focus {
    background: #35864F;
    color: #fff !important;
    border-color: #35864F !important;
}

.btn-outline,
.btn-outline:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    padding: .5rem 1.5rem;
}

.btn-white,
.btn-white:hover {
    background: #fff;
    color: #000 !important;
    font-size: 1.2rem;
    padding: .5rem 1.5rem;
}

.btn-brand {
    background: #FFB400 !important;
    color: #000 !important;
    font-size: 1.6rem;
    pointer-events: all !important;
}

.trip-count {
    flex-basis: 50%;
}

.site-content-max {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.home-banner,
.search-banner,
.content-banner {
    background-image: url("/content/img/explorer/home/banner.jpg");
    background-size: cover;
    background-position: 0% 0%;
    position: relative;
    padding: 2rem 4rem;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.trusted-partners {
    background: #d7f0fa;
    padding: 2rem 4rem;
}

.trusted-heading {
    color: #555;
    flex-basis: 100px;
}

.trusted-partners .row {
    align-items: center;
    justify-content: center;
}

.trusted-partners .col {
    text-align: center;
}

.top-link-list h5 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.top-link-list nav {
    display: flex;
    justify-content: space-around;
}

.top-link-list ul {
    list-style: none;
    margin: 0;
}

.top-link-list ul li {
    margin-bottom: .5rem;
}

.top-link-list ul li a {
    color: #333;
    font-size: 1.6rem;
    text-decoration: none;
}

.featured-exp .slick-next,
.featured-exp .slick-prev {
    top: 25% !important;
}

.featured-pic {
    width: 100%;
}

.featured-map {
    border: 1px solid #ccc;
}

.featured-exp .btn {
    padding: 2rem 2.5rem;
    font-size: 1.8rem;
}

.featured-desc {
    line-height: 2.4rem;
}

.featured-content .container {
    padding: 4rem;
}


.featured-links a {
    font-size: 1.6rem;
}

.featured-links .separator {
    margin: 0 1rem;
    font-size: 1.6rem;
}

.interests ul {
    list-style: none;
    padding: 0;
    margin-bottom: 4rem;
}

.interests ul li {
    margin-bottom: .5rem;
}

.interests ul li a {
    text-decoration: none;
    color: #333;
    font-size: 1.6rem;
}

.logo-interest {
    max-width: 70%;
    margin-bottom: 2rem;
}

.member-nav-block {
    background: #243c58;
    z-index: 999
}

.member-nav-block .member-nav {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.member-nav-block .member-nav li {
    float: left;
    margin: 1.7rem 4rem 1.3rem 4rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .044rem
}

.member-nav-block .member-nav li a {
    color: #ccc;
    font-weight: 600;
    text-decoration: none
}

.member-nav-block .member-nav li a:hover {
    color: #fff;
    transition: .5s ease-out
}

.member-nav-block .member-nav li.active a {
    color: #fff;
    font-weight: 900;
    transition: .5s ease-out
}

.member-nav-block .member-nav li:first-child {
    margin-left: 0
}

.member-nav-block .member-nav .phone-num a {
    color: #fff
}

.mybooking-grid {
    color: #000;
    font-size: 1.4rem;
    border: 1px solid #000;
    margin-bottom: 4rem;
    width: 100%;
    padding: 0;
}

.my-trips-wishlist .my-trip-pic img {
    max-width: 100%;
}

.my-trips-wishlist .my-trip-pic {
    position: relative;
}

.my-trips-wishlist .closebtn {
    position: absolute;
    top: 0rem;
    right: 1rem;
    color: #fff;
    font-size: 32px;
    text-decoration: none;
}

.footer {
    padding: 40px 25px;
    background-color: #00612E;
    color: #fff;
}

.footer-content {
    max-width: 1440px;
    margin: 0 auto;
}

.footer .accordion-item {
    background: none;
    border: 0;
}

.footer h4,
.footer-content-mob .accordion-button,
.footer-content-mob .accordion-button:not(.collapsed) {
    color: #FFB400;
    font-size: 2rem;
    font-weight: 700;
    background: none;
    border: 0;
    box-shadow: none;
}

.footer-content-mob .accordion-button,
.footer-content-mob .accordion-button:not(.collapsed) {
    padding: 0 1rem;
    font-size: 1.6rem;
}

.footer-content-mob h4 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.footer-content p.copy {
    font-size: 18px;
    font-weight: 400;
    margin: 3rem 0 0 0;
}

.footer .divider {
    border-bottom: 1px solid #fff;
    padding: 1.4rem 0;
    margin-bottom: 2rem;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.footer-menu li {
    display: block;
    width: 100%;
}

.footer-menu li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.social-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-logo svg {
    width: 210px;
    height: 44px;
}

.footer-content-mob {
    display: none;
}

/*Reviews*/
.review-block {
    max-width: 80%;
}

.review-submit {
    color: #777;
    font-size: 13px;
}

.start-end .star-rating {
    display: inline-block;
    float: none;
}

.star-rating {
    background: rgba(0, 0, 0, 0) url("/content/img/explorer/reviews/star-rating-off.png") no-repeat;
    display: inline;
    float: left;
    height: 15px;
    margin-top: -1px;
    width: 91px;
}

.rating {
    background: rgba(0, 0, 0, 0) url("/content/img/explorer/reviews/star-rating-on.png") no-repeat;
    display: inline;
    float: left;
    height: 15px;
}

.search-results .star-rating {
    margin-top: 2px !important;
}

/*Compare Page*/
.compare-col {
    position: relative;
    padding-right: 5px;
}

.row-heading {
    display: none;
}

.first-compare-col {
    margin: 16.7em 0 0 0;
    text-align: right;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
}

.compare-tours h1 {
    margin: 1.8em 0;
}

.close-compare {
    position: absolute;
    top: -30px;
    right: 5px;
    cursor: pointer;
}

.compare-col-desktop .thumbnail {
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    margin-bottom: 0px;
    line-height: 1.4;
    background-color: #fff;
    transition: border .2s ease-in-out;
}

.compare-col-desktop .thumbnail a>img,
.compare-col-desktop .thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

.compare-row {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    overflow: hidden;
}

.compare-row .btn,
.compare-txt .btn {
    width: 100%;
    margin: 1rem 0;
}

.compare-row h4 {
    margin: .5em 0 1.3em 0;
}

.compare-arrow {
    margin: 0 3px;
}

.country-visit {
    min-height: 50px;
}

.icon-rating {
    margin-right: 5px;
}

.list-highlight {
    margin: 0;
    padding: 0;
}

.list-highlight li {
    list-style: none;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.list-highlight .sub-heading {
    margin: 0;
}

.list-group-image {
    width: 100%;
}

.compare-col-desktop {
    border-collapse: separate;
    border-spacing: 20px 0px;
}

.compare-col-desktop .compare-row {
    border: 0;
}

.compare-col-desktop .thumbnail .compare-row {
    padding-bottom: 0;
}

.compare-first-row td {
    padding-top: 0 !important;
}

.compare-col-desktop td {
    width: 25%;
    position: relative;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
    font-size: 1.6rem;
}

.compare-col1 {
    text-align: right;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
    width: 15% !important;
}

.compare-col2,
.compare-col3,
.compare-col4 {
    background: #fff;
    border: 1px solid #ccc;
}

.compare-txt {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.compare-col-desktop .country-visit {
    padding: 0;
}


@media (max-width: 991.98px) {
    .mybooking-grid {
        display: none;
    }
}

.mybooking-grid .mybooking-body,
.mybooking-grid .mybooking-title {
    display: flex;
    justify-content: space-between
}

.mybooking-grid .mybooking-body p,
.mybooking-grid .mybooking-title p {
    margin-bottom: 0;
    flex-grow: 1;
    flex-basis: 0;
    padding: 1rem 1rem
}

.mybooking-grid .mybooking-body .form-control,
.mybooking-grid .mybooking-title .form-control {
    font-size: 1.4rem;
}

.mybooking-grid .mybooking-body a:active,
.mybooking-grid .mybooking-body a:hover,
.mybooking-grid .mybooking-body a:link,
.mybooking-grid .mybooking-body a:visited,
.mybooking-grid .mybooking-title a:active,
.mybooking-grid .mybooking-title a:hover,
.mybooking-grid .mybooking-title a:link,
.mybooking-grid .mybooking-title a:visited {
    font-weight: 600;
}

.mybooking-grid .mybooking-title {
    background: #3c4443;
    color: #fff;
    font-weight: 600;
}

.my-booking-list {
    color: #000;
    font-size: 1.2rem;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.4rem
}

@media (max-width: 991.98px) {
    .my-booking-list {
        display: flex !important
    }
}

.my-booking-list .mybooking-heading {
    background: #3c4443;
    color: #fff;
    font-weight: 700;
    padding: 1rem 2rem
}

.my-booking-list .my-booking-content {
    padding: 1.2rem 2rem;
    background: #f9f9f9
}

.my-booking-list .my-booking-content p {
    display: flex
}

.my-booking-list .my-booking-content p span,
.my-booking-list .my-booking-content p strong {
    flex-basis: 35%
}

@media (max-width: 575.98px) {

    .my-booking-list .my-booking-content p span,
    .my-booking-list .my-booking-content p strong {
        flex-basis: 50%
    }
}

@media (max-width: 991.98px) {
    .my-booking-list .form-control {
        max-width: 220px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .my-booking-list .form-control {
        flex-basis: 50%;
    }
}

.my-booking-list p {
    line-height: 2.6rem;
    margin-bottom: 0
}

.my-booking-list .my-booking-row {
    margin-right: 4rem;
    margin-bottom: 4rem;
    min-width: 320px
}

@media (max-width: 991.98px) {
    .my-booking-list .my-booking-row {
        flex-basis: 100%;
        min-width: unset;
        margin-right: 0rem
    }

    .my-booking-list .my-booking-row:nth-child(2n+0) {
        margin-right: 0
    }
}

.my-bookings {
    max-width: 1480px;
    padding: 0 40px
}

.my-bookings .mybooking-pass p {
    flex-basis: 20%
}

.my-bookings .mybooking-pass p.passport-id,
.my-bookings .mybooking-pass p.vaccine-id {
    flex-basis: 10%
}

.interest-heading {
    font-size: 2rem;
    font-weight: 300;
}

.promo-ribbon {
    background: #D32323;
    position: absolute;
    top: 0px;
    left: 0;
    right: auto;
    text-align: center;
    font-weight: bold;
    padding: 2px 12px;
    height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    float: left;
    display: block;
    line-height: 20px;
    border-radius: 8px 0 0 0;
}

.trip-leader {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.trip-leader img {
    max-width: 100%;
}

.trip-leader-desc {
    max-width: 80%;
    line-height: 2.8rem;
    margin-left: auto;
    margin-right: auto;
}

.trip-leader .steps {
    color: #bf8c2f;
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 700;
}

.trip-leader img {
    border-radius: .5rem;
}

.trip-leader .step-desc {
    font-size: 1.6rem;
}

.trip-leader .btn-alternate,
.trip-leader .btn-alternate:hover {
    font-size: 2rem;
    padding: 2.5rem 7rem;
}

.experience-travel img,
.featured-pic {
    width: 100%;
}

.experience-travel-desc {
    color: #555;
}

.exp-learn-more,
.exp-learn-more:hover {
    font-weight: 700;
    text-decoration: none;
    color: #2e4b73;
}

.trending-col {
    padding: 0 1rem 2rem 1rem;
    overflow: hidden;
}

.trending-col a {
    text-decoration: none;
    display: block;
    position: relative;
}

.trending-heading {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #020302;
    padding: .6rem 0;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    opacity: .8;
    border-radius: 0 0 8px 8px;
}

.take-link {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1rem 0 0 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.trending-img1,
.trending-img2,
.trending-img3,
.trending-img4,
.trending-img5,
.trending-img6,
.trending-img7,
.trending-img8,
.trending-img9,
.trending-img10,
.trending-img11,
.trending-img12,
.trending-img13,
.trending-img14,
.trending-img15,
.trending-img16,
.trending-img17,
.trending-img18 {
    background: url("/content/img/explorer/home/featured.jpg") no-repeat center center;
    background-size: cover;
    height: 275px;
    display: block;
    border-radius: 8px;
}

.trending-img2 {
    background-image: url("/content/img/explorer/home/special-offer.jpg");
}

.trending-img3 {
    background-image: url("/content/img/explorer/home/popular.jpg");
}

.trending-img4 {
    background-image: url("/content/img/explorer/home/adventure.jpg");
}

.trending-img5 {
    background-image: url("/content/img/explorer/home/budget.jpg");
}

.trending-img6 {
    background-image: url("/content/img/explorer/home/ice-bears.png");
}

.trending-img7 {
    background-image: url("/content/img/explorer/home/family.jpg");
}

.trending-img8 {
    background-image: url("/content/img/explorer/home/luxury.jpg");
}

.trending-img9 {
    background-image: url("/content/img/explorer/home/fifty-plus.jpg");
}

.trending-img10 {
    background-image: url("/content/img/explorer/home/solo.jpg");
}

.trending-img11 {
    background-image: url("/content/img/explorer/home/canada.jpg");
    background-position: 100% 100%;
}

.trending-img12 {
    background-image: url("/content/img/explorer/home/costarica.jpg");
}

.trending-img13 {
    background-image: url("/content/img/explorer/home/japan.jpg");
}

.trending-img14 {
    background-image: url("/content/img/explorer/home/mexico.jpg");
}

.trending-img15 {
    background-image: url("/content/img/explorer/home/usa.jpg");
}

.trending-img16 {
    background-image: url("/content/img/explorer/home/france.jpg");
}

.trending-img17 {
    background-image: url("/content/img/explorer/home/Italy.jpg");
}

.trending-img18 {
    background-image: url("/content/img/explorer/home/uk.jpg");
}

.why-book {
    color: #fff;
    background-color: #00612E;
}

.why-book .why-book-icons {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-book-desc {
    font-size: 1.3rem;
    padding: 0 3rem;
}

.why-book-two {
    background-color: #ededed;
    padding: 60px 40px !important;
}

.plans_inr_section {
    padding: 0;
    margin: 0;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
}

.plans {
    padding: 0 0 64px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.plans_inr_section .post-entry {
    width: 100%;
    display: flex;
}

.plans_inr_section .entry-content-wrapper {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-left: 10rem;
}

.plans_inr_section .av_one_half {
    align-items: flex-start !important;
    flex-basis: 50% !important;
}

.plans_inr_section .av_one_half {
    display: inline-flex;
    justify-content: center !important;
    align-items: center;
    flex-direction: column;
}

.why-book .entry-content-wrapper {
    justify-content: space-between;
}

.plans_inr_section .plans:nth-of-type(3) {
    padding-bottom: 10px;
}

.plans:nth-of-type(3) {
    padding-bottom: 10px;
}

.plans:nth-of-type(4) {
    padding-bottom: 10px;
}

.plans_inr_section .av_one_half {
    padding-bottom: 0;
}

.plans .avia_textblock {
    display: flex;
    width: 100%;
}

.plans:nth-of-type(3) {
    padding-bottom: 10px;
}

.plans .pnan_icon {
    padding: 0;
    margin: 0;
    width: 130px;
    height: 110px;
}

.plans .pnan_icon img {
    width: 100%;
    height: auto;
}

.plans .textsec {
    padding: 0 0 0 25px;
    margin: 0;
    display: inline-block;
    width: 100%;
    line-height: 35px;
}

.plans .textsec p {
    padding: 0;
    margin: 0;
    color: #00612E;
    font-weight: 500;
    font-size: 30px;
}

div.column-top-margin {
    margin-top: 45px;
}

.plans .textsec p a {
    text-decoration: none !important;
}

.plans .textsec span {
    padding: 15px 0 0;
    margin: 0;
    color: #363636 !important;
    font-weight: 500;
    display: block;
    font-size: 24px;
}

.plans_inr_section .plans .avia_textblock {
    display: flex;
    align-items: center;
}

.icon-blue {
    width: 24px;
    margin-right: 1.5rem;
}

.contact-heading {
    color: #007396;
}

#userAgreement ol,
#userAgreement ul,
.legal-disclaimer ol,
.legal-disclaimer ul {
    list-style: none;
    margin: 1.6rem 0;
}

#userAgreement li,
#legalDisclaimer li,
.legal-disclaimer li,
.legal-disclaimer li {
    margin-bottom: 1.6rem;
}

.legal-disclaimer li,
.legal-disclaimer li {
    font-size: 1.6rem;
}

.mini-logo svg {
    height: 40px;
    width: 200px;
}

/*Detail Page*/

.detail-banner {
    padding: 0 3rem 2rem 3rem;
    max-width: 1440px;
    margin: 0 auto;
}

.detail-banner,
.slick-initialized .slick-slide,
.detail-slider {
    position: relative;
}

.detail-banner h1 {
    font-weight: 700;
    color: #020302;
    margin-bottom: 1.8rem;
}

.detail-price {
    color: #020302;
}

.detail-banner .slick-slide img {
    border-radius: 0.8rem;
}

.detail-banner-desc {
    padding: 0rem 4rem 0 2rem;
    margin-left: 2rem;
    /* border: 1px solid #e5e5e5; */
    border-radius: 2rem;
}

.detail-desc {
    padding-right: 2rem;
}

.detail-banner-info {
    padding: 2rem 0;
}

.trip-variation.form-select {
    max-width: 280px;
    font-size: 1.4rem;
    margin: 0 auto;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.detail-banner header {
    position: absolute;
    top: 2rem;
    left: 0rem;
    z-index: 9999;
    width: 100%;
    padding: 0rem 2rem;
}

.detail-content {
    margin-bottom: 4rem;
    font-size: 1.4rem;
}

.detail-trip p {
    margin-bottom: 1rem;
}

.detail-content .sub-heading {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.product-slider {
    width: 675px;
    height: 100%;
}

.product-slider .slick-slide img {
    width: 675px;
}

.product-slider .slide {
    cursor: pointer;
}

.slick-lightbox-slick-item-inner,
.slick-lightbox-slick-img {
    max-width: 100% !important;
}

.slick-lightbox-close {
    height: 40px !important;
    width: 40px !important;
}

.slick-lightbox-close:before {
    font-size: 40px !important;
}

.detail-content .lead {
    font-size: 2rem !important;
    font-style: italic;
    line-height: 2.8rem !important;
}

.detail-content ul {
    margin-bottom: 3rem;
}

.detail-map img {
    max-width: 100%;
    border: 1px solid #ccc;
}

#showLargeMap .modal-body img {
    max-width: 100%;
    width: 100%;
}

.reserve-col {
    position: absolute;
    right: 0;
    display: none;
}

.sticky-top .reserve-col {
    display: block;
}

.trip-subhead {
    font-weight: 600;
}

.detail-content h1,
.detail-content .h1,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content .h2 {
    color: #00612E;
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
    font-weight: 600;
}

.detail-content .h2 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
}

.detail-nav {
    background: #00612E;
}

.detail-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.detail-nav li a,
.detail-nav li a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6rem;
    display: block;
    padding: 1.5rem 2.5rem;
}

.detail-nav li.first a {
    padding-left: 0;
}

.detail-nav li.active a,
.detail-nav li.active a:hover {
    color: #FFB400;
    font-weight: 700;
}

.detail-content ul li {
    font-size: 1.6rem;
    list-style: disc;
    margin-bottom: .7rem;
}

.detail-content .ft-black {
    color: #000 !important;
}

.detail-content .uppercase {
    text-transform: uppercase !important;
}

.trip-icon img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.trip-duration img {
    height: 20px;
}

.trip-brouchure {
    background: #f6f6f6;
    padding: 2.5rem 0 3rem 0;
}

.trip-brouchure .container {
    padding: 0;
}

.trip-brouchure .row {
    justify-content: center;
}

.trip-brouchure .form-control {
    width: 100%;
    border-radius: 0;
    padding: .8rem 1rem;
    font-size: 1.3rem;
}

.large-map-link {
    font-size: 1.6rem;
}

.brochure-heading {
    color: #020302;
    font-size: 3.6rem;
    line-height: 4rem;
}

#getBrouchure .brochure-heading {
    color: #000;
    font-size: 20px;
}

#getBrouchure .modal-body .form-control {
    width: 100%;
}

.detail-itinerary .row {
    max-width: 80%;
}

.detail-itinerary .day-heading {
    font-size: 1.8rem;
    margin-top: .3rem;
    margin-bottom: 1rem;
    display: block;
}

.detail-itinerary .col-1 {
    flex-basis: 50px;
}

.detail-itinerary .day-count {
    background: #00612E;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 32px;
    height: 32px;
}

.similar-exp .slick-slide {
    max-width: 100%;
}

.similar-exp img {
    max-width: 97%;
    height: 230px;
}

.similar-exp .slick-next,
.similar-exp .slick-prev {
    top: 32%;
}

.product-slider .slick-next,
.product-slider .slick-prev {
    top: 47%;
}

.similar-exp p a {
    text-decoration: none;
    color: #00612E;
    max-width: 95%;
    display: inline-block;
}

.similar-exp p {
    color: #ff6701;
}

.similar-exp .slick-next {
    right: 3%;
}


.similar-exp .slick-prev {
    left: 3%;
}

.availablity-section .nav-pills {
    border: none;
    margin: 0;
    padding: 0;
}

.availablity-section ul li {
    list-style: none;
}

.availablity-section .nav-pills .nav-item {
    margin-right: .8rem
}

.availablity-section .nav-pills .nav-link {
    color: #fff;
    font-size: 1.8rem;
    background: #979797;
    line-height: 1rem;
    padding: 1.5rem 2rem;
}

.availablity-section .nav-pills .nav-link.active {
    background: #555555;
    font-weight: 700;
}

.pricing-grid .row {
    flex-wrap: nowrap;
    font-size: 1.6rem;
    margin: 0;
}

.pricing-grid .pricing-head {
    background: #2e4b73;
    color: #fff;
    padding: 1rem 0;
    height: 6.8rem
}

.pricing-grid .pricing-head strong {
    display: block;
    font-weight: 600;
}

.pricing-grid .pricing-head.pricing-first {
    padding-left: 1.5rem
}

.pricing-grid .pricing-data-col {
    padding: 2.5rem 0
}

.pricing-grid .pricing-col1 {
    flex-basis: 27%;
    padding-left: 1.5rem
}

.pricing-grid .pricing-col2 {
    flex-basis: 23%
}

.pricing-grid .pricing-col3 {
    flex-basis: 30%
}

.pricing-grid .pricing-col4 {
    flex-basis: 20%
}

.pricing-grid .pricing-info strong {
    font-weight: 600;
}

.pricing-grid .icon-sales {
    width: 13px;
    height: 16px;
    display: inline-block;
    margin: -2px 3px 0 0
}

.show-large-only {
    display: block;
}

.show-small-only {
    display: none;
}

.pricing-grid .btn {
    padding: .7rem 2rem;
    font-size: 1.6rem;
}

.strike {
    text-decoration: line-through;
}

.sold-out {
    color: #d50909;
    font-weight: 700;
}

.activitiy-cols {
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    padding: 1.4rem 4rem;
}

.icon-book {
    float: left;
    margin: -4px 5px 0 0;
    width: 24px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: 0rem;
}

.slick-dots li {
    margin: 0 1.2rem 0 0;
    list-style: none !important;
}

.slick-dots button {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    padding: 0;
    border: 1px solid #000;
    background: 0 0;
    border-radius: 100%;
    text-indent: -9999px;
    outline: transparent;
}

.slick-dots li.slick-active button {
    background-color: #000;
    border: none;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 42%;
    display: block;
    width: 37px;
    height: 40px;
    padding: 0;
    z-index: 99;
    cursor: pointer;
    border: none;
    outline: 0;
    background: url(/content/img/explorer/global/arrow-prev.png) no-repeat;
    background-size: 100% 100%;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: .25
}

.slick-prev {
    left: 2%
}

.slick-next {
    right: 2%;
    background: url(/content/img/explorer/global/arrow-next.png) no-repeat;
    background-size: 100% 100%;
}

.ui-datepicker {
    width: 262.5px;
}

.hasDatepicker {
    background: #fff url(/content/img/explorer/icons/icon-cal.png) no-repeat scroll 97% 50%;
}

/*Search*/

.common-banner {
    min-height: 20vh;
    background: linear-gradient(90deg, #00612E 0%, #00612E 100%);
    color: #fff;
    position: relative;
}

.search-banner {
    min-height: 40vh;
}

.modify-search {
    text-align: center;
}

.modify-search .btn {
    width: 100%;
}

.filter-btn-section {
    text-align: center;
    padding: 1rem 0;
}

.filter-btn-section .btn {
    display: inline-block;
}

.filter-col {
    background: #fff;
}

.filter-col h1 {
    font-size: 2rem;
}

.search-content {
    max-width: 1440px;
    margin: 0 auto;
}

.search-content aside {
    padding: 0 0rem 2rem 3rem;
    color: #5c5c5c;
    font-size: 1.4rem;
}

.search-content aside .filter-btn {
    margin-top: 2rem;
}

.search-content aside .filter-btn .btn {
    width: 100%;
}

.trip-count {
    color: #020302;
    font-size: 2rem;
    font-weight: 700;
}

.filter-results,
.sort-section,
.sort-options {
    justify-content: space-between;
    align-items: center;
}

.sort-section .form-select {
    width: 190px;
    border-radius: 8px;
}

.filter-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-links li {
    display: inline-block;
    position: relative;
    top: 10px;
    margin: 0 10px 5px 0;
    border: 1px solid #00612E;
    padding: 2px 12px;
    border-radius: 12px;
}

.filter-links a {
    font-size: 1.4rem;
    text-decoration: none;
    cursor: pointer;
    color: #00612E;
}

.filter-links a::after {
    background-size: 20px;
    content: "";
    margin-left: 15px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("/content/img/explorer/common/icon-close.svg");
}


.btn-clear,
.btn-clear:hover {
    border: 1px solid #C2C2C2;
    color: #5c5c5c;
    border-radius: 12px;
    padding: .4rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
}

.btn-clear::after {
    content: "";
    background-image: url("/content/img/explorer/common/icon-close-gray.svg");
    display: inline-block;
    width: 14px;
    height: 14px;
}

.search-content aside .accordion-item {
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 1.2rem;
    padding: 1.2rem;
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #ebebeb !important;
}

.search-content aside .accordion-item:last-child {
    border-bottom: 1px solid #ebebeb;
}

.search-content aside .accordion-button {
    background-color: transparent;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0px;
    box-shadow: unset;
}

.accordion-button::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-image: url("/content/img/explorer/search/icon-arrow-down.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/content/img/explorer/search/icon-arrow-down.svg");
    transform: rotate(-180deg);
}

.footer-content-mob .accordion-button:not(.collapsed)::after {
    background-image: url("/content/img/explorer/common/icon-arrow-down-white.svg");
    transform: rotate(-180deg);
}

.footer-content-mob .accordion-button::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-image: url("/content/img/explorer/common/icon-arrow-down-white.svg");
}

.footer-content-mob .accordion-header {
    margin-bottom: 2rem;
}

.footer-content-mob .accordion-body {
    padding: 0rem 1rem 1rem 1rem;
}

.search-content aside .accordion-body {
    padding: 12px 0 0px 0;
}

.search-content aside .accordion-body .form-check:last-child {
    margin: 0;
}

.no-results h1,
.search-banner h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
}

.search-results .icon-view-types {
    border: 1px solid #c2c2c2;
    border-radius: 8px;
}

.search-results .icon-view-types a {
    color: #5c5c5c;
    font-size: 1.6rem;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 20% 50%;
    padding: 1rem 2rem 1rem 4rem;
}

.search-results .grid-view-btn,
.search-results .list-view-btn {
    display: flex;

}

.search-results .list-view-btn {
    background-image: url(/content/img/explorer/search/icon-list.svg);
    border-radius: 8px 0 0 8px;
}

.search-results .list-view-btn.selected {
    background-image: url(/content/img/explorer/search/icon-list-active.svg);
    background-color: #00612E;
    color: #fff;
}

.search-results .grid-view-btn {
    background-image: url(/content/img/explorer/search/icon-grid.svg);
    border-radius: 0px 8px 8px 0px;
}

.search-results .grid-view-btn.selected {
    background-image: url(/content/img/explorer/search/icon-grid-active.svg);
    background-color: #00612E;
    color: #fff;
}

.search-results .grid-view {
    display: flex;
    flex-wrap: wrap;
}

.search-results .trip-item {
    margin-bottom: 2rem;
    position: relative;
}

.search-results.gallery-page .container .grid-view {
    display: flex;
    justify-content: center;
}

.grid-view .trip-item {
    width: 31.33%;
    margin-right: 3%;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    position: relative;
}

.trip-misc .btn-primary {
    font-size: 14px;
    padding: 1.1rem 1.5rem;
}

.grid-view .trip-item .trip-content {
    padding: 0rem 1.5rem;
}

.grid-view .trip-item .trip-price-col {
    padding: 1.5rem;
}

.grid-view .trip-item .trip-price-col .trip-misc {
    position: absolute;
    margin-top: 5rem;
    right: 1.5rem;
    bottom: 1.5rem;
}

.grid-view .trip-item .trip-price-col {
    margin-top: 5rem;
}

.grid-view .trip-item:nth-child(3n) {
    margin-right: 0;
}

.grid-view .trip-item .trip-gal-img {
    display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 8px;
}

.list-view .trip-item .trip-price-col .trip-misc {
    display: grid;
}

.list-view .trip-item {
    display: flex;
    border: 1px solid #ebebeb;
}

.list-view .trip-item .trip-gal-img {
    flex-basis: 320px;
    position: relative;
    border-radius: 8px 0 0 8px;
}

.list-view .trip-content {
    position: relative;
    flex-basis: 50%;
    padding: 1rem;
    border-left: 1px solid #ebebeb;
    /* border-right: 1px solid #ebebeb; */
}

.list-view .trip-price-col {
    flex-basis: 240px;
    padding: 1rem;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.grid-view .trip-links {
    display: none;
}

.list-view .trip-links {
    display: block;
    flex-basis: 25%;
}

.search-results .promo-exixts {
    position: absolute;
    background: #007396;
    font-size: 1.6rem;
    color: #fff;
    border: 2px solid #fff;
    display: block;
    top: 0;
    right: 1.5rem;
    padding: .7rem 3rem .4rem 3rem;
    letter-spacing: 1px
}

.trip-gal-img {
    overflow: hidden;
}

.search-results .trip-pic {
    width: 100%;
    transition-property: transform;
    transition-duration: 0.3s;
    transform: translateZ(0);
    min-width: 308.55px;
    border-radius: 8px 0px 0px 8px;
}

@media (max-width: 768px) {
    .list-view .trip-item {
        flex-direction: column;
    }

    .search-results .trip-pic {
        border-radius: 8px 8px 0 0;
    }

    .list-view .trip-item .trip-gal-img,
    .list-view .trip-item .trip-price-col {
        flex-basis: unset;
    }
}


.grid-view .trip-item .trip-pic,
.grid-view .trip-item .trip-gal-img {
    border-radius: 8px 8px 0px 0px !important;
}

.trip-gal-img:hover .trip-pic {
    transform: scale(1.1);
}

.trip-operator {
    color: #5C5C5C;
}

.search-results .trip-heading a,
.search-results .trip-heading a:hover,
.my-trips-wishlist .heading-wish a,
.my-trips-wishlist .heading-wish a:hover,
.list-group-item-heading a,
.list-group-item-heading a:hover {
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: block;
    color: #021431;
    font-weight: 700;
    max-width: 90%;
    text-decoration: none;
}

.list-group-item-heading a,
.list-group-item-heading a:hover {
    font-size: 1.3rem;
    height: 54px;
    overflow: hidden;
}

.search-results .fav-trip,
.search-results .icon-compare {
    background: url(/content/img/explorer/common/icon-heart.png) no-repeat 0 0;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    text-indent: -999rem;
    display: block;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.search-results .fav-trip.active {
    background: url(/content/img/explorer/common/icon-heart-hover.png) no-repeat 0 0
}

.search-results .icon-compare {
    background: url(/content/img/explorer/icons/icon-compare.svg) no-repeat 0 0;
}

.search-results .icon-compare.active {
    background: url(/content/img/explorer/icons/icon-compare-active.svg) no-repeat 0 0
}

.search-results .email-brochure {
    background: url(/content/img/explorer/allexperiences/email-white.png) no-repeat 0 0;
    position: absolute;
    bottom: 1rem;
    right: 2.5rem;
    width: 21px;
    height: 16px
}

.search-results .trip-desc {
    font-size: 1.6rem;
    max-width: 90%;
}

.search-results .trip-price {
    line-height: 2.4rem;
    color: #5c5c5c;
}

.search-results .trip-disc {
    font-weight: 600;
    color: #bf8c2f;
}

.ae-fav-trip {
    background: url(/content/img/explorer/common/icon-heart.png) no-repeat 0 0;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-indent: -999rem;
    display: block;
    height: 24px;
    width: 24px;
}

.ae-fav-trip.active {
    background: url(/content/img/explorer/common/icon-heart-hover.png) no-repeat 0 0;
}

.form-select {
    font-size: 1.4rem;
}

.form-check {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.form-check-input {
    border-radius: 0;
    border-color: #c2c2c2;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-top: 0;
}

.form-check-label {
    color: #020302;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #00612E;
    border-color: #00612E;
}

.content-pages {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.content-pages h2,
.content-pages .h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.content-pages h3,
.content-pages h4,
.content-pages .h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: .7rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sort-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #707070;
    -webkit-transition: .4s;
    transition: .4s;
}

.sort-section .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #00612E;
}

input:focus+.slider {
    box-shadow: 0 0 1px #00612E;
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.sort-section .slider.round {
    border-radius: 14px;
}

.sort-section .slider.round:before {
    border-radius: 50%;
}

.switch-map {
    align-items: center;
}

.switch-map p {
    white-space: nowrap;
    color: #020302;
    font-size: 1.6rem;
}


/* Booking Styles */
.booking-content {
    position: relative;
}

.book-now {
    background: #fff;
}

.book-now-step1 form {
    display: flex;
}

.book-now .btn-alternate {
    padding: 1.8rem 5rem;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.book-now .container {
    max-width: 1440px;
}

.book-now-panel {
    padding: 4rem 2.25rem;
    background-color: #fff;
}

.booking-confirm .book-now-panel,
.booking-payment .book-now-panel {
    padding: 4rem 3rem;
    margin: 0;
}

.book-now .booking-steps-outer {
    background: #00612E;
    padding: 0 3rem;
}

.book-now .booking-steps {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.book-now-header {
    height: 40vh;
    display: flex;
    position: relative;
}

.booking-copy-right {
    padding: 1rem;
    text-align: center;
    background: #00612E;
    color: #fff;
}

.book-now-heading h1 {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 2rem;
    left: 3rem;
}

.book-now-sub-title {
    text-align: center;
    font-size: 1.8rem;
}

.book-now-sub-menu {
    display: unset;
}

.book-now-sub-menu ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.book-now-sub-menu ul li {
    float: left;
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 17px;
    margin-bottom: 13px;
    font-size: 1.4rem;
    white-space: nowrap;
}

.form-checkbox-options .form-check label {
    padding-left: 0.5rem;
    font-size: 1.4rem;
}

.insurance-form-wrapper {
    display: flex;
    align-items: center;
}

.insurance-form-wrapper .form-check {
    margin-bottom: 0;
}

.insurance-form-wrapper .form-check:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .member-nav-block .member-nav li {
        margin: 1.7rem 2rem 1.3rem 2rem;
    }

    .footer-content-mob {
        display: block;
    }

    .footer-menu li a {
        font-size: 1.4rem;
    }
}

.book-now-sub-menu ul li a {
    color: #ccc;
    text-decoration: none;
}

.book-now-sub-menu ul li a:hover {
    cursor: default;
}

.book-now-sub-menu ul li .tab-active,
.book-now-sub-menu ul .tab-selc,
.book-now-sub-menu ul .phone-num {
    color: #fff;
}

.book-now .wizard-steps .seperator {
    margin-left: 1rem;
    color: #ccc;
}

@media (max-width: 575.98px) {
    .book-now .wizard-steps .seperator {
        display: none;
    }
}

.book-now .wizard-steps li {
    margin-right: 0rem;
    margin-left: 2rem;
    position: relative;
}

@media (max-width: 575.98px) {
    .book-now .wizard-steps li {
        display: none;
    }

    .member-nav-block .member-nav li {
        margin: 1.7rem 1rem 1.3rem 1rem;
    }
}

.book-now .wizard-steps li:first-child {
    margin-left: 0rem;
    padding-left: 0rem;
}

.book-now .wizard-steps li.active-step a,
.book-now .wizard-steps li.active-step span {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .book-now .wizard-steps li.active-step {
        display: block;
        margin-left: 0;
    }

    .small {
        font-size: 11px;
    }
}

.book-now .wizard-steps .indicator-block {
    display: none;
    position: absolute;
    top: 1.8rem;
}

@media (max-width: 575.98px) {
    .book-now .wizard-steps .indicator-block {
        display: block;
    }
}

.book-now .wizard-steps .indicator-block .indicator {
    width: 25px;
    display: inline-block;
    height: .25rem;
    margin: 0 0 5px;
    background-color: #ccc;
}

.book-now .wizard-steps .indicator-block .indicator.active {
    background-color: #fff;
}

.book-now .wizard-steps-last-item {
    display: inline;
}

.book-now .wizard-forms-selectBox {
    width: 100%;
    padding: .5rem .5rem;
    font-size: 1.6rem;
    height: 38px;
}

.book-now .wizard-forms-selectBox.saved-card {
    width: 100%;
}

@media (max-width: 991.98px) {
    .book-now .wizard-forms-selectBox.saved-card {
        width: 100%;
    }
}

.book-now .wizard-forms .promo-code .wizard-forms-selectBox {
    width: 22rem;
}

@media (max-width: 575.98px) {
    .book-now .wizard-forms .promo-code .wizard-forms-selectBox {
        width: 100%;
    }
}

.book-now .wizard-forms-textBox {
    width: 100%;
    padding: .5rem .5rem;
    font-size: 1.6rem;
    border-radius: .25rem;
}

.book-now .wizard-forms-textBox:focus {
    border: 1px solid #00612e !important;
    outline: 0;
}

.book-now .wizard-forms-textBox.coupon-txt {
    width: 22rem;
}

@media (max-width: 575.98px) {
    .book-now .wizard-forms-textBox.coupon-txt {
        width: 100%;
    }
}

.book-now .wizard-forms-checkBox {
    margin-top: .4rem;
}

.book-now .wizard-forms .secure-code {
    width: 9.7rem;
}

.book-now .wizard-forms .city-box {
    width: 100%;
    margin-right: 1.2rem;
}

.book-now .wizard-forms .address-box {
    width: 100%;
}

.book-now .wizard-forms .dob {
    width: 45%;
    margin-right: .8rem;
}

.book-now .wizard-forms .label-block {
    display: inline;
}

.book-now .wizard-forms .form-group {
    margin-bottom: 2.2rem;
}

.book-now .wizard-forms .form-group label {
    display: block;
    color: #000;
    font-size: 1.4rem;
    padding-left: .2rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.book-now .wizard-forms .terms-txt .terms-txt-desc {
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    color: #707271;
    font-weight: 600;
}

.book-now .wizard-forms__btn {
    margin-top: 2rem;
}

.book-now .wizard-forms .content-strong {
    font-weight: 600;
    display: inline;
}

.book-now .wizard-forms .booking-confirm-info {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: .5rem;
}

.book-now .wizard-forms .booking-confirm-info .col-first {
    padding-right: 0;
}

.book-now .wizard-forms .booking-confirm-info .info-left-col {
    white-space: nowrap;
    font-size: 1.2rem;
    letter-spacing: .034rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    margin: 0;
    line-height: 3rem;
}

.book-now .wizard-forms .booking-confirm-info .col-second p {
    margin: 0;
    line-height: 3rem;
}

.book-now .wizard-forms .counter-block img {
    width: auto;
}

.book-now .wizard-forms .counter-block img:hover {
    cursor: pointer;
}

.book-now .wizard-forms .counter-block .counter-input {
    width: 3.7rem;
    margin: 0 .8rem;
    text-align: center;
    font-size: 1.1rem;
    padding: .4rem 0;
    border: 1px solid #ccc;
}

.book-now .wizard-forms .booking-cal-widget {
    color: #000;
    font-size: 1.6rem;
}

.book-now .wizard-forms .booking-cal-widget .seats-available {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 3rem 0 0 0;
}

.book-now .exp-sidebar {
    padding: 0;
    background-color: #fff;
}

.book-now .exp-sidebar-heading {
    text-align: center;
    padding-top: 5rem;
    width: 100%;
}

@media (max-width: 575.98px) {
    .book-now .exp-sidebar-heading {
        padding-top: 0rem;
        width: 100%;
    }
}

.book-now .exp-sidebar-heading h3 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    letter-spacing: .57rem;
    max-width: 90%;
    margin: 0 auto 2rem auto;
}

@media (max-width: 575.98px) {
    .book-now .exp-sidebar-heading h3 {
        font-size: 2rem;
        line-height: 2.8rem;
        max-width: 70%;
    }
}

.book-now .exp-sidebar-img {
    margin: 0 -1.6rem;
}

.book-now .exp-sidebar-img img {
    width: 100%;
}

.book-now .exp-sidebar .side-heading {
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 3.6rem;
    color: #fff;
    font-weight: 600;
    margin-top: 1rem;
    display: block
}

.book-now .exp-sidebar .side-desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0 0 1.2rem 0;
}

@media (max-width: 767px) {
    .book-now .exp-sidebar .side-desc {
        margin-bottom: 2rem;
        display: inline-block
    }

    .pricing-grid .row {
        display: block
    }

    .pricing-grid .pricing-sale {
        background: #e5e5e5;
    }

    .pricing-grid .pricing-head {
        display: none;
    }

    .pricing-grid .pricing-data-col {
        padding: .8rem 0 0 1.5rem
    }

    .pricing-grid .pricing-data-col:first-child {
        padding-top: 1.5rem
    }

    .pricing-grid .pricing-col4 {
        text-align: left !important;
        padding-bottom: 2rem
    }

    .alltrip-misc p {
        margin-bottom: 4rem !important;
    }

    .review-block {
        max-width: 100%;
    }

}

@media (max-width: 769px) {
    .book-now .exp-sidebar .price-row-grp {
        width: 100%
    }

    .search-results .grid-view {
        justify-content: space-between;
    }

    .grid-view .trip-item {
        margin-right: 0%;
    }
}

.book-now .exp-sidebar .first-details {
    margin-top: 1.5rem
}

.book-now .exp-sidebar-details {
    margin-bottom: 0rem;
}

.book-now .exp-sidebar-details span {
    font-size: 1.6rem;
    color: #ccc
}

.book-now .exp-sidebar-details p {
    font-size: 1.6rem
}

.book-now .exp-sidebar .section-box-one {
    background-color: #00612E;
    padding: 0rem 1.62rem 1.2rem 1.62rem;
    color: #fff;
}

.book-now .exp-sidebar .support-chat-box {
    background-color: #3c4443;
    padding: 1.5rem 1.62rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.book-now .exp-sidebar .support-chat-box .chat-text .need-assist {
    font-size: 1.3rem;
    color: #ccc;
}

.book-now .exp-sidebar .support-chat-box .chat-text p {
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 2.6rem
}

.book-now .exp-sidebar .support-write-msg {
    border: solid 1px #e1dfdf;
    padding: 2.5rem 2rem;
}

.book-now .exp-sidebar .support-write-msg .write-msg {
    position: relative;
}

.book-now .exp-sidebar .support-write-msg .write-msg a {
    position: absolute;
    right: 3rem;
    top: 1rem;
}

.book-now .exp-sidebar .support-write-msg .write-msg input {
    width: 100%;
    padding: 1rem .9rem;
    font-size: 1.2rem;
    border: none;
    background-color: rgba(0, 0, 0, .05);
}

.book-now .payment-options .txt-deposit {
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: .044rem;
    margin: 0;
}

.book-now .payment-options .txt-amount {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: .05rem;
    font-weight: 400;
    margin: 0;
}

.book-now .payment-options .form-row {
    position: relative;
}

.book-now .payment-options .book-now-pay {
    color: rgba(60, 68, 67, .5);
    font-size: 1.6rem;
    letter-spacing: .25rem;
    margin-left: 2.5rem;
}

.book-now .payment-options .book-now-pay.book-now-pay-full {
    color: #000;
}

.book-now .payment-options .txt-deposit {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .038rem;
    margin: 2rem 0 0 0;
    max-width: 75%;
}

.book-now .payment-options .pay-deposit {
    margin-bottom: 2rem;
}

.book-now .payment-options .pay-deposit p {
    margin-top: 0;
}

.book-now .payment-options .pay-full-desc {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .038rem;
}

.book-now .payment-options .form-check-input {
    margin-right: .5rem;
    border: 1px solid #979797;
    display: inline-block;
    margin-left: 0;
    margin-top: .2rem;
}

.book-now .payment-options .divider {
    height: 1px;
    margin: 2rem 0;
    border: 1px dashed #979797;
}

.book-now .booking-terms .form-group {
    flex-wrap: nowrap;
    display: flex;
}

.book-now .booking-terms .form-group .terms-check {
    margin-right: .7rem;
}

.book-now .payment-due .row {
    flex-wrap: nowrap;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .book-now .payment-due .row .col:first-child {
        display: none;
    }

    .book-now .payment-due .row {
        flex-wrap: wrap;
    }

    .book-now .wizard-forms .form-group .col-12:last-child {
        margin-top: 2.2rem;
    }
}

.book-now .payment-due .pd-row-one,
.book-now .payment-due .pd-row-two {
    font-size: 1.6rem;
    white-space: nowrap;
    margin: 0;
    letter-spacing: .044rem;
    line-height: 3.5rem;
}

.book-now .payment-due .msg-payment-due {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .038rem;
    color: #3c4443;
    margin: 0;
}

.book-now .payment-due .msg-payment-due strong {
    font-weight: 400;
}

.book-now .book-widget {
    max-width: 400px;
    float: right;
    position: relative;
}

@media (max-width: 991.98px) {
    .book-now .book-widget {
        max-width: 100%;
        float: none;
    }
}

.book-now .book-widget .logo-arrow {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.book-now .phone-num,
.book-now .phone-num a {
    color: #fff;
    margin-right: 0;
}

.sborder {
    border: 1px solid #d0021b !important;
}

.frmBorder {
    border-bottom: 1px dotted #d5eca8;
}

.curFocusChq {
    outline-color: #00612e;
    outline-style: solid;
    outline-width: thin;
}

.profile .profile-twocol {
    display: flex;
    flex-wrap: wrap
}

.profile .profile-twocol .form-check {
    width: 33%;
}

.profile-section h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.profile .form-group.group-sel label {
    width: 100%;
}

.profile .form-group .form-control {
    width: 100%;
}

.create-acc-pass {
    font-size: 1.4rem;
}

.from-dob-row {
    margin-bottom: 0rem !important;
}

.form-group-adult h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: .5rem;
    letter-spacing: .2rem;
    color: #000;
}

.pay-blk-highlight {
    font-weight: 600;
    text-transform: uppercase;
}

.highlight {
    font-weight: 600;
    color: #000;
}

.small-print {
    font-size: 13px !important;
    color: #000;
}

.small-print h4 {
    font-weight: 600;
    margin: 0;
}

.phone-num-link {
    color: #000 !important;
}

.passenger-list .highlight {
    margin-bottom: 1rem;
    display: inline-block
}

.dark-text {
    font-weight: 500
}

.border-dotted {
    border-bottom: 1px dashed rgba(255, 255, 255, .5)
}

.icon-sidebar {
    margin: -.5rem 1rem 0 0
}

.price-row {
    line-height: 2.8rem
}

.price-head {
    font-weight: 600
}

.move-right {
    float: right
}

.sum-head {
    font-size: 1.4rem !important
}

.tot-price {
    font-weight: 600;
    color: #fff !important;
    font-size: 1.8rem !important;
    display: inline-block;
    margin-left: 1.5rem
}

.best-savings p {
    font-size: 1.6rem;
    letter-spacing: .1rem
}

.loc-row {
    align-items: flex-start
}

.loc-row img {
    margin-top: 0
}

.loc-row img.icon-sidebar-alt {
    width: 1.75rem
}

.book-now__step1 form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.total-block {
    float: right;
    text-align: right
}

.total-block .highlight {
    font-size: 1.8rem
}

.clear-fix {
    clear: both;
    overflow: hidden
}

.btn-continue {
    padding-bottom: 12rem
}

.btn-continue .btn {
    float: right
}

.opt-blk p,
.room-sel-blk p {
    margin-bottom: .5rem
}

.total-container {
    background: #00612E;
    padding-bottom: 1.5rem
}

.detail-total-block {
    border: 1px solid #3c4443;
    background: #f9f9f9;
    padding: 2rem;
    color: #000;
    font-size: 1.6rem
}

.strike {
    text-decoration: line-through;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5c5c5c;
}

.booking-options {
    flex-wrap: nowrap
}

.highlight-blk {
    border: 2px solid #00612E !important
}

.tra-drop {
    position: relative;
}

.tra-drop .icon-person {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 2.2rem;
    height: 2.2rem
}

.tra-dropdown {
    width: 360px;
    border: 1px solid #dadada;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2)
}

@media (max-width: 575.98px) {
    .tra-dropdown {
        width: 300px
    }
}

.traNote p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    max-width: 80%;
    margin: 0 0 8px 0
}

@media (max-width: 991.98px) {
    .traNote p {
        max-width: 100%
    }
}

@media (max-width: 575.98px) {
    .traNote p {
        margin-top: 1.5rem;
        max-width: 80%
    }
}

.traOpt {
    overflow: hidden;
    border-top: 1px solid #dadada;
    padding: 10px
}

.traOpt .form-control {
    width: 35px;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.4rem 0.5rem;
}

.input-number[readonly] {
    background: 0 0;
    cursor: text
}

.input-number:focus {
    outline: 0 !important;
    box-shadow: none
}

.tCount,
.traOpt p {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    line-height: 1.2em
}

.tCount,
.traOpt .input-group {
    float: right
}

.input-group {
    display: flex
}

.promo-note,
.tra-small,
.traNote p {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6rem;
    display: block
}

.traOptFirst {
    border: none
}

.traOptLast {
    border-bottom: 1px solid #dadada
}

.tra-info {
    background: #f9f9f9;
    margin: 10px;
    padding: 10px;
    font-size: 12px
}

.tra-info a,
.tra-info a:hover {
    text-decoration: none
}

.tra-info .tra-max {
    margin-bottom: 10px
}

.btn-blue,
.btn-blue:focus,
.btn-blue:hover {
    padding: 0;
    width: 35px;
    outline: 0 !important;
    border-radius: 0;
    height: 35px;
    margin: 0 !important;
    background: #00612E;
    display: inline-block;
    text-align: center;
}

.btn-blue span {
    font-size: 24px;
    font-weight: 600;
    line-height: 1rem;
    color: #fff;
}

.icon-minus,
.icon-plus {
    background: #203858;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center
}

.icon-minus:hover,
.icon-plus:hover {
    transform: scale(1);
}

.btn.disabled,
.btn:disabled {
    cursor: auto
}

.pass-strength {
    background: #203858;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-weight: 400;
    height: 34px;
}

.error-btn .btn-primary {
    margin-right: 2rem;
}

@media (max-width: 575.98px) {
    .room-sel-up1 {
        margin-bottom: 1rem
    }
}

.showme {
    display: block !important
}

.room-details p:not(:last-child) {
    margin-bottom: 1.5rem
}

.icon-minus-booking::after,
.icon-plus-booking::after {
    content: "+";
    padding: 11px 0;
    display: inline-block;
    font-size: 28px
}

.icon-minus-booking::after {
    content: "-";
    padding: 11px 0;
}

.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
    position: relative
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto;
    top: 37px;
    border-radius: 0
}

.yamm .yamm-content {
    padding: 20px 30px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}

.calnder-mode-selector {
    width: 64px;
    height: 30px;
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 5px
}

.cal-button {
    width: 28px;
    height: 26px
}

.cal-button.cal-grid {
    background: url(/content/img/explorer/svg/cal.svg) no-repeat;
    opacity: .7;
}

.cal-button.cal-list {
    background: url(/content/img/explorer/svg/list.svg) no-repeat;
    opacity: .3;
}

.cal-button.cal-grid.selected,
.cal-button.cal-grid:hover,
.cal-button.cal-list.selected,
.cal-button.cal-list:hover {
    opacity: 1;
    cursor: pointer;
}

div.calendar {
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px;
    margin: 0;
    text-align: justify;
}

div.calendar div.box {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 1px;
    width: 14.2%;
    margin: 0;
    border-bottom: solid #d3d3d3 1px;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 767.98px) {
    div.calendar div.box {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 575.98px) {
    div.calendar div.box {
        padding-right: 5px;
        padding-left: 5px;
    }
}

div.calendar div.box:nth-child(7n) {
    width: 14.8%;
    padding-right: 0;
}

div.calendar div.day {
    width: 100%;
    height: 100%;
    min-height: 5em;
    padding: 3px;
    margin: 0;
    position: relative;
    color: #444;
    vertical-align: middle;
    min-height: 6.5em;
}

div.calendar div.head {
    height: 30px;
}

div.head div.day {
    padding-bottom: 10px;
}

.past-month,
div.calendar div.day.otherMonth {
    color: #9f9f9f;
}

div.calendar div.selectable:hover,
div.calendar div.selectedDate {
    padding: 1px;
    border: solid 2px #444;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .35);
    color: #444;
    cursor: pointer;
}

div.calendar div.price {
    font-weight: 700;
    font-size: 12px;
}

.promotion {
    color: #007BFF;
}

.promotion.square {
    background: #007BFF;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

div.trip-alert.hide {
    display: none;
}

div.calTitleBar {
    height: auto;
    width: 100%;
    padding: 5px;
    border-bottom: #fff solid 2px;
}

.hoverHide {
    height: 2px;
    text-align: left;
    padding: 0;
    border: none;
}

.hoverHide:hover {
    height: auto;
}

.green-text {
    color: #008000;
}

.green-text.square {
    background: #008000;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

.datePrice {
    font-weight: 600;
}

.save-text {
    color: #913864;
}

.departure-detail {
    display: inline;
    font-weight: bolder;
    font-size: 10px;
    margin-right: 25px;
}

.date-list-row {
    font-size: 14px;
    background: #fff;
    display: table;
    width: 100%;
    max-height: 80px;
    padding: 10px 0 10px 0;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-right: 2px;
    margin-left: 2px;
    cursor: pointer;
    min-width: 350px;
    box-sizing: content-box;
}

.date-list-selected {
    border: solid 2px #000;
    margin-bottom: 1px;
    margin-top: 1px;
    margin-right: 0;
    margin-left: 0;
}

.date-list-row-date {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    min-width: 55px;
    height: 100%;
    margin: 5px 5px 10px 10px;
    padding: 0;
    line-height: 14px;
}

.date-list-divider-cell {
    display: table-cell;
    width: 10px;
    vertical-align: middle;
    margin-right: 0;
    padding: 0;
    border: none;
}

.date-list-divider {
    min-height: 40px;
    height: 80%;
    border-left: 2px solid #d3d3d3;
}

.month-pager {
    padding: 4px;
    width: 100%;
    margin-bottom: 4px;
    height: 40px;
    display: table;
}

.month-picker {
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    font-weight: 600;
    user-select: none;
    font-size: larger;
}

.selling-fast {
    color: #FF8C00;
}

.selling-fast.square {
    background: #FF8C00;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px
}

.on-request {
    color: #d0021b;
}

.on-request.square {
    background: #d0021b;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px
}

.year-header {
    width: 100%;
    padding-left: 20px;
    position: relative;
    display: block
}

.year-selector {
    width: 220px;
    min-width: 200px;
    position: relative;
    cursor: pointer;
    background: rgba(223, 232, 236);
}

.year-current-selection,
.year-dropdown {
    width: 220px;
    background: rgba(223, 232, 236);
}

.year-current-selection,
.year-selector-item {
    height: 70px;
    display: block;
    position: relative;
    color: #000;
    background: rgba(223, 232, 236);
}

.year-current-selection {
    text-align: center
}

.year-selector-item {
    padding-left: 10px
}

.year-dropdown {
    position: absolute;
    z-index: 999;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .2)
}

.centeredCell>.year-title {
    font-size: medium
}

.centeredCell,
.year-current-selection {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 200px
}

.downArrow {
    font-size: x-large;
    color: #434343;
    position: relative;
    float: right;
    top: -28px;
    left: 20px
}

.year-title {
    font-size: large;
    font-weight: 600;
    color: #000
}

.noselect {
    user-select: none
}

.border-box {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 105px;
    width: 1px;
    border-right: 1px #d3d3d3 solid;
    min-height: 55px;
    min-width: 5px;
    position: relative;
    left: 250px;
    float: left
}

.month-graph-table {
    display: table;
    width: 100%
}

.month-graph {
    position: absolute;
    top: 0;
    left: 300px;
    right: 5px;
    padding-top: 5px;
    padding-bottom: 5px
}

@media (max-width: 767.98px) {
    .month-graph {
        position: relative;
        margin-bottom: 2rem;
        left: 0
    }
}

.month-graph-bar-row {
    display: table-row;
    height: 50px;
    border-bottom: #08f solid 1px;
}

.month-graph-index-row {
    display: table-row
}

.month-graph-bar-cell {
    display: table-cell;
    height: 50px;
    text-align: center;
    min-width: 27px;
    border-bottom: #95b3bf solid 1px;
    vertical-align: top
}

.month-graph-bar-cell.name {
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none
}

.month-graph-bar-bar {
    width: 10px;
    background-color: #00612E;
    display: inline-block;
    position: relative;
    opacity: .6;
}

.month-graph-bar-bar:hover,
.selected-month {
    background-color: #ff6701;
    cursor: pointer;
    opacity: 1;
}

.month-graph-header-cell {
    width: 100%;
    text-align: left;
    color: #666;
    padding-bottom: 12px
}

@media all and (max-width: 600px) {
    .year-header {
        text-align: center
    }

    .year-selector {
        display: inline-block
    }

    .month-graph {
        position: relative;
        width: 100%;
        top: auto;
        right: 0;
        left: 0;
        display: block
    }

    .month-graph-header-cell {
        text-align: center
    }

    .border-box {
        display: none
    }

    .year-selector {
        margin-left: 20px
    }

    .month-graph-bar-cell {
        min-width: 15px
    }

    .year-header {
        padding-left: 5px
    }
}

.dep-less {
    line-height: 20px;
}

.dep-col,
.fullpay-col,
.room-sel,
.room-sel-up1,
.room-sel-up2 {
    float: left;
    text-align: center;
    width: 46%;
    padding: 15px 20px;
    background: #fff;
    border: 2px solid #ccc;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 2rem
}

@media (max-width: 767.98px) {

    .dep-col,
    .fullpay-col,
    .room-sel,
    .room-sel-up1,
    .room-sel-up2 {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .fullpay-col {
        margin-top: 2rem
    }
}

.optc-price.room-sold-out,
.room-sold-out {
    color: #000;
    cursor: default;
    font-weight: 900
}

.dep-col,
.room-sel {
    margin-right: 20px
}

.dep-price {
    font-size: 18px;
    font-weight: 600;
}

.opt-cheapest,
.opt-room-sold-out,
.opt-upgrade {
    float: left;
    margin-bottom: 20px;
    line-height: 1em;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase
}

.opt-room-sold-out {
    color: #000
}

.opt-upgrade {
    float: left;
    flex-basis: 50%;
    text-align: left
}

.optc-price {
    font-weight: 600;
    float: right;
    line-height: 1.6rem;
    flex-basis: 50%
}

.room-type {
    clear: both;
    margin-bottom: 5px !important;
    text-align: left;
    line-height: 1.8rem;
    flex-basis: 50%
}

.room-msg {
    font-size: 12px;
    color: #000;
    width: 96%;
    line-height: 1.4em
}

.optc-price-alt {
    color: #434343
}

.room-opt3 {
    width: 30%
}

@media (max-width: 767.98px) {
    .room-opt3 {
        width: 100%;
        margin-bottom: 2rem
    }
}

@media (max-width: 575.98px) {
    .p-code {
        margin: 1rem 0;
        display: block;
        text-align: center
    }
}

.room-sel,
.room-sel-up1,
.room-sel-up2 {
    margin-bottom: 2rem
}


.gray-heading {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    background-color: #00612E;
    font-weight: 600;
    color: #fff;
    line-height: 2.2rem;
    text-transform: uppercase;
}

.gray-content {
    background: #f3f3f3;
    color: #000;
    font-size: 1.4rem;
    padding: 2.5rem;
    margin-bottom: 3rem;
}

.member {
    position: absolute;
    top: -.9rem;
    right: 18%;
    display: flex;
    align-items: center;
}

.member .user-fname {
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    margin: 4px 8px 0 0;
}

.member .profile-hs {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
}

.menu-nav {
    height: 100vh;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    text-align: right;
    background-color: #00612E;
    overflow-x: hidden;
    overflow-y: auto;
    width: 0;
}

.menu-nav ul {
    list-style: none;
    margin: 0;
}

.menu-nav .closebtn {
    padding: 4rem 3rem 0rem 0rem;
    color: #fff;
    font-size: 4rem;
    text-decoration: none;
}

.menu-nav .overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1rem;
    text-align: left;
}

.menu-nav .overlay-content .menu-divider {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-top: 1.3rem;
    margin-bottom: 2rem;
}

.menu-nav .overlay-content .main-default-menu a {
    text-transform: initial;
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: .038rem;
    color: rgba(255, 255, 255, .5)
}

.menu-nav .top-menu li a {
    padding: .5rem 0;
}

.menu-nav li a {
    white-space: nowrap;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    display: block;
}

.menu-overlay {
    background: rgb(36, 60, 88, .6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    display: none;
}

.menu-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(36, 60, 88, .6);
    background-color: #243c58;
}

.menu-nav::-webkit-scrollbar {
    width: 8px;
    background-color: #243c58;
}

.menu-nav::-webkit-scrollbar-thumb {
    background-color: #243c58;
    border: 2px solid #243c58;
}

.mobile-nav .accordion-item {
    background: none;
}

.mobile-nav .accordion-header {
    position: relative;
    top: 0px;
    right: 0;
    width: 100%;
}

.mobile-nav .accordion-body {
    padding: 0;
}

.mobile-nav .accordion-button {
    background-color: transparent;
    color: #fff;
    font-size: 1.6rem;
    padding: 1rem 1rem 1rem 0;
}

.mobile-nav .accordion-button:focus {
    box-shadow: none;
}

.mobile-nav li a {
    line-height: 2.8rem;
    font-size: 1.6rem;
}

.mobile-nav ul {
    padding: 0;
    margin-bottom: 1rem;
}

.mobile-nav .first-lvl {
    position: relative;
}

.mobile-nav .accordion-button:not(.collapsed)::after {
    margin-top: -5px;
}

.mobile-nav .sub-nav-heading {
    margin: 1.5rem 0 0 0 !important;
}

.mobile-nav .sub-nav-heading a {
    color: #bf8c2f;
    font-size: 2rem;
}

.mobile-nav .sub-nav-heading:first-child {
    margin: 0 !important;
}

.main-default-menu li {
    margin-bottom: .5rem;
}

.mobile-nav .first-lvl .accordion-item a {
    font-size: 1.6rem;
    line-height: 2rem;
}

.profile .profile-title-info {
    justify-content: center;
    text-align: left;
    display: flex;
}

.profile .profile-title-info .profile-camera {
    width: 27px;
    height: 24px;
    margin-right: .5rem;
    vertical-align: bottom;
    margin-bottom: .7rem
}

.profile .profile-title-info .profile-hs {
    border-radius: 50%;
    border: 4px solid #fff;
    width: 99px;
    height: 99px;
}

.headshot-small-txt {
    color: #fff;
    font-size: 1.8rem;
}

/*! angularjs-slider - v7.1.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2022-05-26 */
.rzslider {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4px;
    margin: 15px 0 20px 0;
    vertical-align: middle;
    user-select: none;
}

.rzslider.noanimate * {
    transition: none !important;
}

.rzslider.with-legend {
    margin-bottom: 40px;
}

.rzslider[disabled] {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
    cursor: not-allowed;
    background-color: #00612E;
}

.rzslider[disabled] .rz-draggable {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
    background: #00612E;
}

.rzslider[disabled] .rz-tick {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
    background: #43cff3;
}

.rzslider span {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}

.rzslider .rz-base {
    width: 100%;
    height: 100%;
    padding: 0;
}

.rzslider .rz-bar-wrapper {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 32px;
    padding-top: 16px;
    margin-top: -16px;
    box-sizing: border-box;
    transition: all linear 0.3s;
}

.rzslider .rz-draggable {
    cursor: move;
}

.rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #00612E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
    background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
    background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
    background: #00612E;
}

.rzslider .rz-selection {
    z-index: 2;
    background: #c2c2c2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: background-color linear 0.3s;
}

.rzslider .rz-restricted {
    z-index: 3;
    background: #ff0000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rzslider .rz-pointer {
    top: -10px;
    z-index: 3;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #00612E;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    transition: all linear 0.3s;
}

.rzslider .rz-pointer:hover:after {
    background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
    z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
    background-color: #451aff;
}

.rzslider .rz-bubble {
    bottom: 16px;
    padding: 1px 3px;
    color: #55637d;
    cursor: default;
    transition: all linear 0.3s;
}

.rzslider .rz-bubble.rz-limit {
    color: #55637d;
    transition: none;
}

.rzslider .rz-ticks {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
    top: auto;
    bottom: -32px;
}

.rzslider .rz-tick {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin-left: 11px;
    text-align: center;
    cursor: pointer;
    background: #d8e0f3;
    border-radius: 50%;
    transition: background-color linear 0.3s;
}

.rzslider .rz-tick.rz-selected {
    background: #0db9f0;
}

.rzslider .rz-tick-value {
    position: absolute;
    top: -30px;
    transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
    position: absolute;
    top: 24px;
    max-width: 50px;
    white-space: normal;
    transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
    position: relative;
    width: 4px;
    height: 100%;
    padding: 0;
    margin: 0 20px;
    vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
    width: 100%;
    height: 100%;
    padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
    top: auto;
    left: 0;
    width: 32px;
    height: 100%;
    padding: 0 0 0 16px;
    margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
    bottom: 0;
    left: auto;
    width: 4px;
    height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
    top: auto;
    bottom: 0;
    left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
    bottom: 0;
    left: 16px !important;
    margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
    top: 0;
    left: -3px;
    z-index: 1;
    width: 0;
    height: 100%;
}

.rzslider.rz-vertical .rz-tick {
    margin-top: 11px;
    margin-left: auto;
    vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
    top: auto;
    left: 24px;
    transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
    top: auto;
    right: 24px;
    max-width: none;
    white-space: nowrap;
    transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
    right: 24px;
    bottom: auto;
    left: auto;
}

/**/
/*Slider Price */
.currency-prefix {
    text-align: center;
    font-size: 14px;
    color: #5c5c5c;
    padding-right: 5px;
}

.currency-suffix {
    display: none;
    width: 10px;
}

.range-input-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
    width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type="number"] {
    -moz-appearance: textfield
}

.text-to {
    width: 30px;
    text-align: center;
    padding-left: 2px;
    color: #ffffff;
    font-size: 16px;
    padding-right: 2px;
}

#check-options-out input {
    width: 4em;
}

.range-plus {
    position: absolute;
    right: 12px;
    font-style: normal;
    color: #ffffff;
    margin: 8px;
}

.label-range-days {
    padding-left: 3px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    color: #5c5c5c;
    padding-top: 3%;
}

.slider-input input {
    border: 0;
    padding: 0;
    background: #fff;
}

.slider-input input:focus-visible {
    outline: 0;
}

.slider-input .range-plus {
    display: none;
}

.search-banner .container,
.common-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
}

.sitemap h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    margin-left: 0;
}

.sitemap ul {
    list-style: none;
    margin-bottom: 3rem;
    padding: 0;
}

.sitemap ul li {
    margin-bottom: .7rem
}

.sitemap li a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #43cff3;
}

.content-pages .content-sidebar {
    font-size: 1.6rem;
}

.blue-box-sidebar {
    background: #00612E;
    padding: 2rem;
    color: #fff;
    font-size: 1.6rem;
}

.quote {
    font-size: 2.2rem;
    line-height: 2.8rem;
}

.contact-pg-map iframe {
    max-width: 100%;
}

.includes {
    line-height: 2.6rem;
}

.contact-info {
    margin-left: 3rem;
}

.pricing-info {
    font-weight: 600;
}

.book-now-heading {
    margin-top: 4rem;
    padding: 0 2rem;
}

.modal-dialog-medium {
    max-width: 600px;
}

.modal-dialog-large {
    max-width: 900px;
}

.modal {
    max-width: 100% !important;
    padding: 0 !important;
}

.modal-backdrop {
    opacity: .7;
}

.modal-header {
    border: none;
    border-radius: 0 !important;
    background: #00612E;
    padding: 1rem 2rem;
    flex-wrap: wrap;
}

.modal-logo svg {
    height: 50px;
    width: 200px;
}

.modal-content .close {
    width: 36px;
}

.modal-content .close span {
    font-size: 20px;
}

.modal-body {
    padding: 2rem;
    font-size: 1.4rem;
}

.modal-body .modal-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

#showLargeMap .modal-body img {
    max-width: 100%;
    width: 100%;
}

.modal-body p {
    margin: 0 0 2rem 0;
    font-size: 1.4rem;
}

.modal-body ul li {
    font-size: 1.4rem;
}

.form-control {
    width: 100%;
    padding: 0.6rem 0.5rem 0.6rem 1rem;
    font-size: 1.4rem;
}

.display-badge {
    font-size: 1.4rem;
    padding: 0.6rem;
}

.modal-body .form-control {
    width: 320px;
    margin-bottom: .5rem;
    line-height: 1.6;
}

.form-control:focus {
    border: 1px solid #00612e !important;
    box-shadow: none;
}

.modal-body .form-group,
.triprequest-info {
    margin-bottom: 1rem;
}

.form-group label,
.comment-heading {
    font-size: 1.4rem;
    margin-bottom: .3rem;
}

.form-group textarea {
    width: 100%;
    height: 10rem;
    font-size: 1.6rem;
    padding: 1rem;
}

.gallery-page {
    padding: 0 !important;
}

.gallery-page .grid-view {
    padding: 4rem 0;
    justify-content: unset;
}

.join-escapes label {
    display: block;
}

select:not(:checked) {
    color: #000;
}

@media only screen and (min-width: 1500px) {
    #destinations {
        width: 80%;
        left: 0;
        right: auto;
    }

    #activities {
        width: 65%;
    }

    #travelStyles {
        width: 30%;
    }
}

@media only screen and (max-width: 1280px) {
    .grid-view .trip-item {
        width: 48%;
    }

    .member {
        right: 22%;
    }
}

@media only screen and (min-width: 1280px) {
    #compareDialog .modal-dialog {
        min-width: 550px;
    }

    .book-now-heading {
        min-width: 500px;
    }
}

@media only screen and (max-width: 1100px) {
    .btn-grp {
        flex-basis: 23%;
    }

    .nav-first-lvl li {
        padding: 2.2rem 3rem 1.6rem 0;
    }
}


@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }

    .search-block,
    .search-form {
        width: 100%;
    }

    .book-now-header {
        height: 20vh;
    }

    .book-now-heading h1 {
        text-align: center;
        max-width: 90%;
        margin: 0rem auto;
    }

    .detail-banner .detail-img {
        min-height: 250px;
    }

    .modify-search .btn {
        max-width: 250px;
    }

    .trusted-partners .col {
        padding: 1rem;
    }

    .trending-col {
        flex-basis: 50%;
    }

    .modal-dialog {
        max-width: 800px;
        margin: 0 auto;
    }

    .detail-banner {
        padding: 1.5rem;
    }

    .detail-banner-desc {
        width: 100%;
        padding: 0rem;
        margin: 0;
        border: 0;
    }

    .detail-itinerary .row {
        width: 100%;
        max-width: 100%;
    }

    .detail-nav li a,
    .detail-nav li a:hover {
        padding: 1rem 1.2rem;
    }

    .detail-banner-col {
        flex-wrap: wrap;
    }

    .product-slider,
    .product-slider .slick-slide img {
        width: 100%;
        height: 100%;
    }

    .detail-banner-col {
        flex-wrap: wrap;
    }

    .product-slider,
    .product-slider .slick-slide img {
        width: 100%;
        height: 100%;
    }

    .modal-dialog-large {
        max-width: 100%;
    }

    .nav-grp .btn-grp {
        justify-content: flex-end;
        display: flex;
        flex-basis: 100%;
    }

    .member {
        right: 26%;
    }

    .search-banner .container {
        bottom: 2.5rem;
    }

    .compare-col-desktop,
    .search-results .fav-trip,
    .search-results .icon-compare {
        display: none;
    }

    .compare-mobile {
        display: block !important;
    }

    .activitiy-cols {
        padding: 1.4rem 2rem;
        font-size: 1.4rem;
    }

    .activitiy-cols p {
        font-size: 1.4rem;
    }

    .activitiy-cols .container {
        max-width: 100%;
    }

    .activitiy-cols .container .col {
        padding: 0;
    }

    .bullet-sec .entry-content-wrapper {
        flex-direction: column !important;
    }

    .bullet-sec .flex_column {
        margin-top: 10px !important;
        width: auto !important;
        margin-bottom: 12px;
    }

}

@media (max-width: 880px) {
    .member {
        right: 30%;
    }

    .home-banner,
    .search-banner,
    .content-banner {
        min-height: 250px;
    }

    .plans_inr_section .entry-content-wrapper {
        padding: 0 !important;
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {

    .detail-banner-info {
        padding: 1rem 0;
        border: 0;
    }

    .search-form .search-txt {
        padding: 1rem;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }

    .home-banner,
    .search-banner {
        padding: 2rem;
        min-height: 250px;
    }

    .member {
        right: 40%;
    }

    .profile .profile-title-info {
        display: none;
    }

    .search-form .form-row,
    .book-now-step1 form {
        flex-wrap: wrap;
        padding: 0;
    }

    .search-form .btn-alternate,
    .search-form .btn-alternate:hover {
        padding: 2rem 5rem 1.7rem 5rem;
        width: 100%;
    }

    .main-nav,
    .footer-content {
        display: none;
    }

    .book-now-heading h1 {
        font-size: 2.4rem;
    }

    .contact-info {
        margin-left: 2rem;
    }

    .interests .col {
        flex-basis: 50%;
    }

    .icon-view-types {
        display: none !important;
    }

    .heading-block {
        margin: 0 auto;
        max-width: 90%;
    }

    .modal-dialog {
        max-width: 90%;
    }

    .slick-next,
    .slick-prev {
        display: none;
    }

    .detail-banner .global-slider img {
        height: auto;
    }

    .search-banner h1,
    .common-banner h1 {
        font-size: 3.4rem;
    }

    .content-pages h2 {
        font-size: 2rem;
    }

    .profile .profile-twocol .form-check {
        width: 50%;
    }

    .modal-body .modal-title {
        font-size: 2.4rem;
    }

    .dropdown-menu .dropdown-item {
        font-size: 13px;
    }

    .plans_inr_section .av_one_half {
        flex-basis: 100% !important;
    }

    .av_one_half.plans {
        margin-top: 30px;
    }

    .av_one_half.plans:first-child {
        margin-top: 0px;
    }
}

@media (max-width: 640px) {

    .activitiy-cols {
        background: #00612E;
    }

    .show-large-only {
        display: none;
    }

    .activitiy-cols,
    .activitiy-cols p {
        font-size: 1.2rem;
    }

    .detail-content {
        padding-top: 2rem;
    }

    .reserve-col-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: none;
    }

    .reserve-col-mobile .btn {
        margin: 0 !important;
        width: 100%;
    }

    .detail-wrapper .footer-feedback {
        bottom: auto;
        top: 50%;
    }

    .reserve-col-mobile.show {
        display: block;
    }

    .reserve-col-mobile .btn {
        font-size: 2rem;
    }

    .detail-itinerary .col-1 {
        display: none;
    }

    .detail-banner h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hamburger-menu {
        top: 0;
        display: block;
    }

    .header-content {
        padding: 1rem 1.5rem;
    }

    .sticky-top {
        top: 17px;
    }

    .footer {
        padding: 40px 15px;
    }

    .member,
    .modify-search {
        display: none;
    }

    .toll-phone {
        font-size: 14px;
    }

    .search-block {
        margin: 50px auto;
    }

    .detail-banner .detail-img {
        min-height: 130px;
    }

    .book-now .booking-steps-outer {
        padding: 0 1.5rem;
    }

    .nav-grp .btn-primary {
        margin-left: 4rem;
        font-size: 1.4rem;
        padding: 1rem 2rem;
    }

    .search-content aside {
        padding: 0 0rem 2rem 0rem;
    }

    .detail-banner .global-slider img {
        height: auto;
        min-height: 220px;
    }

    .detail-banner .slick-dots {
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: .7rem;
    }

    .book-now-header {
        max-height: 150px;
    }

    .activitiy-cols {
        padding: .8rem 1rem;
    }

    .book-now-panel {
        padding: 2rem 0rem !important;
    }

    .activitiy-cols .container {
        padding: 0rem;
    }

    .detail-overview .offset-1 {
        margin-left: 0 !important;
    }

    .detail-nav .container {
        padding-left: 1rem;
        padding-right: 0;
    }

    .sort-section {
        flex-wrap: wrap;
    }

    .trip-count {
        flex-basis: 100%;
    }

    .filter-options {
        justify-content: space-between;
        flex-basis: 100%;
    }

    .gallery-page .grid-view {
        padding: 2rem 0;
    }

    .grid-view .trip-item {
        margin-right: 0;
        margin-bottom: 4rem;
        width: 100%;
    }

    .grid-view .trip-item {
        margin-right: 0rem;
    }

    .home-banner,
    .search-banner {
        padding: 2rem;
        min-height: 130px;
    }

    .nav-grp .btn-secondary,
    #filters-section {
        display: none;
    }

    .trusted-heading {
        flex-basis: 100%;
        font-weight: 600;
    }

    .trending-col {
        flex-basis: 100%;
    }

    .book-now-heading h1 {
        max-width: 100%;
    }

    .home-page h2,
    .home-page h3,
    .home-page h4 {
        font-size: 2rem;
        font-weight: 600;
    }

    .top-link-list nav {
        flex-wrap: wrap;
    }

    .top-link-list ul {
        width: 50%;
        margin-bottom: 3rem;
    }

    .trip-leader .step-desc {
        font-size: 1.6rem;
    }

    .trip-leader .btn-alternate,
    .trip-leader .btn-alternate:hover {
        font-size: 1.6rem;
        padding: 1.5rem 4rem;
    }

    .interests ul.last {
        margin: 0;
    }

    .detail-content {
        margin-bottom: 2rem;
        padding: 0;
    }

    .detail-content h1,
    .detail-content .h1,
    .detail-content h2,
    .detail-content h3,
    .detail-content h4,
    .detail-content h5,
    .detail-content .h2,
    .trip-leader .steps,
    .brochure-heading,
    .modal-header .modal-title {
        font-size: 2.4rem;
    }

    .show-small-only {
        display: block;
    }

    .trip-brouchure .form-control {
        margin-bottom: 2rem;
    }

    .trip-brouchure .container {
        padding: 0 2rem;
    }

    .trip-brouchure .mb-4 {
        margin-bottom: 0 !important;
    }

    .trip-brouchure .mt-5 {
        margin-top: 1rem !important;
    }

    .signin-block .form-control,
    .forgot-block .form-control {
        width: 280px;
    }

    .content-pages h2 {
        font-size: 1.8rem;
    }

    .search-banner h1,
    .common-banner h1 {
        font-size: 3rem;
    }

    .search-banner .container {
        bottom: 2rem;
    }

    .detail-nav {
        display: none;
    }

    .bullet-sec .entry-content-wrapper {
        align-items: flex-start;
    }

    .iconbox_content .iconbox_content_title {
        font-size: 16px !important;
        white-space: pre-wrap !important;
        text-align: left;
    }

    .plans .textsec p {
        font-size: 22px;
    }

    .plans .pnan_icon {
        width: 100px;
        height: 80px;
    }

    .plans .textsec span {
        font-size: 18px;
        padding: 5px 0 0 0;
        line-height: 26px;
    }

    #overview h2,
    #tripDetails h2 {
        padding-top: 2rem;
    }
}

.curFocus {
    background-color: #fddce7;
    border-color: #cf3363;
    border-width: 2px;
}

.error-btn .btn-primary {
    margin-right: 1rem;
}

#error-message {
    color: #B31337;
}

.error {
    border: 1px solid #B31337;
}


.price-val {
    position: relative;
    cursor: pointer;
}

.price-val::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    white-space: pre-line;
    /* Allows line breaks and preserves spaces */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    z-index: 10;
    max-width: 500px;
}

.price-val:hover::after {
    visibility: visible;
    opacity: 1;
}

.hidden {
    display: none;
}


@media (min-width: 1400px) {
    .detail-desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Destinations menu region styling */
.region-item {
    border: none !important;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px !important;
}

.region-item:hover {
    background: #f6f6fa !important;
    color: #513394;
    border-radius: 4px;
}

.region-item a {
    flex: 1;
    color: inherit;
    padding: 2px 8px;
}

.region-item:hover a {
    color: #513394;
}

.region-item.active {
    background: #f6f6fa !important;
    color: #513394 !important;
    border-radius: 4px !important;
}

.region-item.active a {
    color: #513394 !important;
}

.region-arrow {
    color: #999;
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
    transition: color 0.2s ease;
}

.region-item:hover .region-arrow {
    color: #513394;
}

/* Countries section styling */
.active-region-name {
    color: #513394;
    font-size: 18px;
    font-weight: 700;
}
#countries-container{
    display: flex;
    justify-content: space-between;
}
#countries-container .col-4,
#countries-container-mobile .col-4 {
    padding-left: 8px;
    padding-right: 8px;
}

/* View all region link styling */
#view-region {
    margin-top: 20px;
    justify-content: start;
    display: flex;
    width: auto;
    padding-left: 0;
    padding-bottom: 4px;
}
#view-region a:hover {
    padding-bottom: 4px;
    border-bottom: 2px solid #847c98;
}
#view-region-name {
    padding-left: 4px;
}
#view-all-region-link {
    color: #513394;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.2s ease;
}

#view-all-region-link:hover {
    color: #372366;
}

#view-all-region-link .region-arrow {
    margin-left: 5px;
    font-size: 14px;
}
#countries-container .col-4 .list-group-item,
#countries-container-mobile .col-4 .list-group-item {
   border: none;
   padding: 2px 8px;
   border-radius: 4px;
}

#countries-container .col-4 .list-group-item:hover,
#countries-container-mobile .col-4 .list-group-item:hover {
   background: #f6f6fa;
}

#region-image {
    height: auto;
    width: 100%;
    min-width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

#region-image.africa,
#region-image.afrika {
    background-image: url("//res.cloudinary.com/mytours-travel/image/fetch/q_90/w_675,h_430,c_fill/https://ie-photo.s3.amazonaws.com/ef0fe76c-0cab-4560-b1a0-e52b8d64c465.jpg")
}
#region-image.asia, 
#region-image.asien {
    background-image: url("//res.cloudinary.com/mytours-travel/image/fetch/q_90/w_675,h_430,c_fill/https://ie-photo.s3.amazonaws.com/592b2de0-2ba5-4c98-933b-09325f23af8a.jpg")
}
#region-image.australasien,
#resion-image.austasia{
    background-image:url("//res.cloudinary.com/mytours-travel/image/fetch/q_90/w_675,h_430,c_fill/https://ie-photo.s3.amazonaws.com/0fbc25f5-ed41-43cf-9a6e-c44f6f0ff267.jpg")
}
#region-image.europa,
#resion-image.europe{
    background-image:url("//res.cloudinary.com/mytours-travel/image/fetch/q_90/w_675,h_430,c_fill/https://ie-photo.s3.amazonaws.com/e996719c-d3e2-4ce2-9a53-d0a46f66b780.jpg")
}
#region-image.mittelamerika,
#resion-image.central-america{
    background-image:url("//res.cloudinary.com/mytours-travel/image/fetch/q_90/w_675,h_430,c_fill/https://ie-photo.s3.amazonaws.com/1df57e13-bb82-40f8-976d-959ed5cc70c4.jpg")
}

#region-image.mittlerer-osten--nordafrika{
    background-image:url("//res.cloudinary.com/mytours-travel/image/fetch/q_90/w_675,h_430,c_fill/https://ie-photo.s3.amazonaws.com/51a5f8ed-00d9-4ca0-a60a-398c4e87d125.jpg")
}
#region-image.nordamerika{
    background-image:url("//res.cloudinary.com/mytours-travel/image/fetch/q_90/w_675,h_430,c_fill/https://ie-photo.s3.amazonaws.com/92feacc1-774d-4040-ab1e-c651a151a3ba.jpg")
}
#region-image.südamerika{
    background-image:url("//res.cloudinary.com/mytours-travel/image/fetch/q_90/w_675,h_430,c_fill/https://ie-photo.s3.amazonaws.com/f86a9b3f-92a3-4cf8-8f29-4fe1a2296ad0.jpg")
}
#destinations .container {
    width: 100%;
} 

.region-image-container {
        position: relative;
        padding: 10px;
        text-align: center;
        display: flex;
        justify-content: flex-end;
    }

.region-image-container img {
    width: 100%;
    max-width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(81, 51, 148, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.region-image-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(81, 51, 148, 0.3);
}

.region-image-caption {
    margin-top: 8px;
    font-size: 14px;
    color: #513394;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Additional responsive styles for the region images */
@media (max-width: 768px) {
    .region-image-container {
        padding: 5px;
    }
    
    .region-image-container img {
        max-width: 150px;
        height: 100px;
    }
    
    .region-image-caption {
        font-size: 12px;
    }
}

/* Hotel Search Form Styles */
.search-body {
    background: #ffffff;
    padding: 20px;
    border-radius: 0 0 12px 12px;
}

.search-form {
    margin: 0;
}

.search-input-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.search-input-field {
    flex: 1;
    min-width: 180px;
}

.search-button-field {
    flex-shrink: 0;
}

.search-label {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    font-weight: 500;
}

.input-with-icon {
    position: relative;
}

.floating-label-container {
    position: relative;
}

.floating-label {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    padding: 0 4px;
    font-size: 14px;
    color: #9ca3af;
    pointer-events: none;
    transition: all 0.2s ease;
    z-index: 1;
}

.search-input:focus + .floating-label,
.search-input:not(:placeholder-shown) + .floating-label {
    top: 5px;
    transform: translateY(0);
    font-size: 12px;
    font-weight: 500;
}

.search-input {
    width: 100%;
    padding: 16px 12px 0px 40px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.2s ease;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px 20px;
    height: 48px;
}

/* Specific input icons based on ID */
#txtSearchHome,
#flightFrom {
    background-image: url(/content/img/explorer/search/search.svg);
}

#destination,
#hotelDestination,
#flightTo {
    background-image: url(/content/img/explorer/search/departureairport.svg);
}

#dateRange,
#hotelDateRange,
#flightDateRange {
    background-image: url(/content/img/explorer/search/calendar.svg);
    background-color: #FFFFFF;
}

#travelers,
#hotelTravelers,
#flightTravelers {
    background-image: url(/content/img/explorer/search/passenger.svg);
}

#modifySearch #txtSearchHome{
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px 20px;
}
.iti{
    display: flex !important;
}
.search-input:focus {
    outline: none;
    border-color: #00612E;
    box-shadow: 0 0 0 3px rgba(0, 97, 46, 0.1);
}

.search-input::placeholder {
    color: #9ca3af;
}

.search-btn {
    background: #00612E;
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.search-btn:hover {
    background: #35864F;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .search-input-row {
        flex-direction: column;
        gap: 16px;
    }

    .search-input-field {
        min-width: 100%;
    }

    .search-button-field {
        width: 100%;
    }

    .search-btn {
        width: 100%;
    }

    .search-block .nav-tabs .nav-link {
        padding: 10px 16px 10px 40px;
        font-size: 13px;
        min-width: 120px;
    }
}

@media (max-width: 576px) {
    .search-body {
        padding: 16px;
    }

    .search-block .nav-tabs .nav-link {
        padding: 8px 12px 8px 40px;
        font-size: 12px;
        min-width: 100px;
    }

    .search-input {
        padding: 10px 10px 10px 32px;
    }

    .input-icon {
        left: 10px;
        font-size: 12px;
    }
}

.error-list-lg li {
    font-size: 1.25rem;
}
