﻿.loader #plane {
    fill: #2C68B3;
}

@media (max-width: 575px) {
    .d-xs-none {
        display: none !important
    }
}

.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
}

#collapse-sort {
    clear: both;
}

﻿.swal2-container {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.btn-call-us-enquiry:hover {
    color: white !important;
    cursor: default !important;
    background: linear-gradient(0deg, rgba(160,29,33,0.35), rgba(160,29,33,0.35)),#ED2494 !important;
}

.menu-svg-icon {
    width: 14px;
    height: 14px;
}

.flights__item--return .flights__heading i {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.flights .flights--choice .flights--choice__return {
    margin-left: auto;
}

@media screen and (min-width: 993px) {
    .group-text .group-text__option--price {
        width: 140px;
    }
}

.no-checkbox:before {
    content: none !important;
}

.mb10 {
    margin-bottom: 10px;
}

.swal2-container .btn {
    margin: 10px;
}

.swal2-icon.swal2-info {
    border-color: #2C68B3;
    color: #2C68B3;
}

#accordion_radios .group__wrap .group__wrap--payment-advise, .group__wrap--payment-advise {
    font-size: 14px;
    font-weight: 500;
    color: #91A8C1;
    margin-left: 15px;
}

.monthly-payment-advise {
    font-size: 14px;
    font-weight: 500;
    color: #91A8C1;
}

.monthly-payment-finish-section {
    margin-bottom: 20px !important;
}

.group-text__option--pricepp {
    text-transform: none !important;
}

.featured-facilities-container {
    display: block;
    min-height: 44px;
}

.featured-facilities {
    background: #F6F6F6;
    padding: 6px;
    color: #2C68B3;
    border-radius: 5px;
    display: inline-table;
}

    .featured-facilities i {
        font-size: 16px;
    }

.featured-facilities-container .featured-facilities i {
    margin: 2px 4px;
}

.bootstrap-tagsinput-border {
    border-radius: 5px;
}

.no-margin-right {
    margin-right: 0 !important;
}

.logo-airline {
    border-radius: 5px;
}

.border-form-error {
    border-radius: 5px !important;
    border-color: #F00 !important;
    border: 1px solid #F00 !important;
}

.btn.big.border-danger {
    border: 1px solid #E30707 !important;
}

@media (min-width: 1200px) {
    #accordion_radios .custom-control {
        width: 50% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #dropdown-calendar {
        transform: translate3d(0, 84px, 0px) !important;
    }
}
/** {
    outline: 1px solid red;
}USEFUL TO DEBUG LAYOUT ISSUES*/

/*******-TAG INPUT SEARCHBOX-*****************/
.bootstrap-tagsinput {
    box-shadow: none !important;
    border-radius: 5px !important;
    min-height: 84px;
    padding: 34px 28px 0 16px;
    line-height: 35px;
    width: 100%;
}

    .bootstrap-tagsinput input {
        -moz-text-align-last: auto;
        text-align-last: auto;
        font-weight: 500;
        border-color: #E0E0E0;
        text-align: left;
        background: transparent;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #91A8C1;
        z-index: 11;
        width: 100%;
        margin-top: 6px;
    }

    .bootstrap-tagsinput .tag {
        font-weight: 500;
        padding: 5px;
        background-color: #2C68B3;
        white-space: nowrap;
        display: inline !important;
    }

        .bootstrap-tagsinput .tag span {
            display: inline !important;
        }


.bootstrap-tagsinput-border {
    border: 1px solid;
}

.card-stars i.star-rating-half {
    background: url("../../content/images/layout/star-half.svg")
}

.card-stars i:nth-child(n) {
    height: 100%;
}

.newsletter .overlay_wrap {
    text-align: left;
}

@media (max-width:430px) {
    .newsletter {
        min-height: 570px !important;
        height: 570px !important;
    }
}

/* used in quote page for field total price*/
@media (min-width: 992px) {
    .quote-price {
        width: 34% !important;
        position: absolute !important;
        right: 24% !important
    }

    .quote-break {
        width: 44% !important;
    }

    .button-quote {
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 18px 24px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        height: calc(100% - 50px);
        width: 220px;
        z-index: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 25% !important;
    }
}

/* Highlight blue - Show on 'Save' price label */
.group-text .custom-control-label .highlight-blue {
    color: #0ABEE3
}

/* MealBasis small radio selection */
.group-text .custom-control-label-small::after {
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
}

.group-text .custom-control-label-small {
    padding: 10px !important;
}

    .group-text .custom-control-label-small::before {
        width: 12px;
        height: 12px;
        top: 47%;
        right: 7px;
    }

/* MealBasis option mobile small = 1 columns */
@media (max-width: 320px) {
    .meal-basis-option {
        width: 100% !important;
    }
}

/* MealBasis option mobile medium = 2 columns */
@media screen and (min-width: 321px) and (max-width: 480px) {
    .meal-basis-option {
        width: 50% !important;
    }
}

/* MealBasis option mobile large = 3 columns */
@media screen and (min-width: 481px) and (max-width: 1304px) {
    .meal-basis-option {
        width: 30% !important;
        margin: 5px !important;
    }
}

.meal-basis-option-disabled {
    background-color: #F6F6F6 !important;
}

#hppDiv {
    height: 590px;
}

@media screen and (max-width: 992px) {
    #hppDiv {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    #hppDiv {
        height: 802px !important;
    }
}

.hppContent iframe {
    width: 100%;
    height: 100%;
}

.hppContent {
    height: 100%;
    width: 100%;
}

.umb-grid {
    padding-top: 75px;
    padding-bottom: 75px;
}

.sidebar-box-mb {
    margin-bottom: 25px;
}

.table tbody th:first-child {
    border-radius: 5px 0 0 5px;
}

.table tbody th:last-child {
    border-radius: 0px 5px 5px 0px;
}

@media screen and (min-width: 1200px) {
    .c-navbar #v-nav-tabContent .col-lg:last-of-type {
        min-width: inherit;
    }
}

.tripadvisor-rating .dot.half {
    background-image: url("../../content/images/layout/ta-green-half.svg");
}

.my-newsletter i {
    display: none;
}

.my-newsletter svg {
    display: inherit;
}

.my-newsletter.active i {
    display: inherit;
}

.my-newsletter.active svg {
    display: none;
}

td.off.available {
    color: transparent !important;
}

td.ends.off.disabled {
    color: transparent !important;
}

td.off {
    border: solid 1px #E0E0E0 !important;
}

.duration-row-label {
    color: #91A8C1;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.daterangepicker .calendar-table td.available, .daterangepicker .calendar-table td.available:hover {
    color: #2C68B3;
}

    .daterangepicker .calendar-table td.available.active, .daterangepicker .calendar-table td.available.active:hover {
        color: #FFF;
    }

.daterangepicker td.disabled, .daterangepicker option.disabled, .calendar-table td.disabled {
    text-decoration: none;
}

.daterangepicker .calendar-table td.in-range {
    color: #959595;
    background: rgba(236,33,39,0.3);
}

.daterangepicker .calendar-table td.active {
    color: #fff;
}

.searchbar .nav-tabs .nav-link {
    background-color: #ccc;
}

    .searchbar .nav-tabs .nav-link.active {
        background-color: #fff;
    }

@media screen and (max-width: 991.98px) {
    .searchbar #dateTabs {
        margin: 10px -18px 0px;
        padding: 0px 18px;
    }
}

#calendar-infinite {
    background-color: #fff;
    color: inherit;
    font-family: arial;
}

.infinite-cal-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .infinite-cal-table tbody tr td {
        border: solid 1px #E0E0E0;
    }

        .infinite-cal-table tbody tr td.disabled {
            color: #999;
            cursor: not-allowed;
            text-decoration: none;
        }

        .infinite-cal-table tbody tr td.in-range {
            color: #959595;
            background: rgba(236,33,39,0.3);
        }

        .infinite-cal-table tbody tr td.active.start, .infinite-cal-table tbody tr td.active.end {
            background: -webkit-gradient(linear, left top, left bottom, from(#4383D4), to(#215DA8));
            background: linear-gradient(#4383D4, #215DA8);
            color: #fff;
        }

        .infinite-cal-table tbody tr td.active.end {
            background: url("../../content/images/layout/calendar/plane-reverse.svg") no-repeat center 75%,-webkit-gradient(linear, left top, left bottom, from(#4383D4), to(#215DA8));
            background: url("../../content/images/layout/calendar/plane-reverse.svg") no-repeat center 75%,linear-gradient(#4383D4, #215DA8);
        }

        .infinite-cal-table tbody tr td.active.start {
            background: url("../../content/images/layout/calendar/plane.svg") no-repeat center 75%,-webkit-gradient(linear, left top, left bottom, from(#4383D4), to(#215DA8));
            background: url("../../content/images/layout/calendar/plane.svg") no-repeat center 75%,linear-gradient(#4383D4, #215DA8);
        }

            .infinite-cal-table tbody tr td.active.start:hover, .infinite-cal-table tbody tr td.active.end:hover {
                color: #fff;
            }

        .infinite-cal-table tbody tr td.available:hover, .infinite-cal-table tbody tr th.available:hover {
            background-color: #eee;
            border-color: transparent;
            color: #2C68B3;
        }

        .infinite-cal-table tbody tr td.available, .infinite-cal-table tbody tr th.available {
            color: #2C68B3;
        }

    .infinite-cal-table thead tr th.month {
        text-align: center;
        background: #FFF;
        color: #2C68B3;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        line-height: 17px;
    }

    .infinite-cal-table thead tr th {
        height: 32px;
        background: #F6F6F6;
        text-align: center;
        min-height: 32px;
        font-size: 14px;
        color: #BDBDBD;
        font-weight: 400;
    }

    .infinite-cal-table thead tr:nth-child(1) th {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .infinite-cal-table tbody tr td {
        font-size: 14px;
        width: 45px;
        height: 64px;
        font-weight: 500;
        border-radius: 0px;
        vertical-align: top;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
    }


/*PLACEHOLDERS*/
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.placeholder-animate {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
}


.group-text .custom-control-label.checkbox-placeholder::before {
    visibility: hidden;
}

.payment-trust p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #2C68B3;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.payment-trust .img_wrap {
    width: calc(33% - 10px);
    height: 100px;
    background: white;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
    position: relative;
    border: solid 1px #E0E0E0;
    border-radius: 5px;
}

    .payment-trust .img_wrap:last-child {
        margin-right: 0;
    }

    .payment-trust .img_wrap img {
        margin: auto;
        max-width: 90%;
        height: auto;
        max-height: 80%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        margin: auto;
        left: 0;
        right: 0;
    }
/* Custom swal alerts */
.swal-custom-container {
    text-align: center;
}

    .swal-custom-container i {
        color: #7F7F7F
    }

.blog_list .item {
    margin: 16px;
}

@media screen and (max-width: 768px) {
    .blog_list .item article {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .blog_list .item {
        width: calc(47% - 16px);
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .banner-overlay {
        z-index: 1000 !important;
    }

    .banner--image .image__joint {
        height: 280px !important;
    }
}

@media screen and (max-width: 575.98px) {
    .banner--image .image__joint {
        height: 200px !important;
    }
}

.banner--image .image__joint:before {
    background: transparent;
}

.has-spinner .btn.btn-spin {
    border: solid 1px #e0e0e0 !important;
    width: 32px;
    color: #2c68b3;
    padding: 6px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
}

.frmEnquiry .form-control.error {
    border: 1px solid red !important;
}

.group-text .custom-control-tag {
    position: absolute;
    right: 0px;
    top: -7px;
    z-index: 111
}

@media (min-width: 768px) {
    .group-text .custom-control-tag {
        right: 16px
    }
}

.top-label {
    padding-left: 5px;
    padding-right: 5px;
}

/*.group-text .custom-control-tag .top-label {
    width: 67px;
    height: 56px;
    background: url("../../content/images/layout/red_vector.svg") no-repeat center;
    margin-right: 10px
}*/

@media (min-width: 768px) {
    .group-text .custom-control-tag .top-label {
        margin-right: 24px;
        padding-left: 7px;
    }

    .custom-label__price {
        position: absolute;
        right: 0px;
        z-index: 111;
        margin-right: 13px !important;
        font-size: 12px;
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .group-text .custom-control-tag + .custom-control-label:before {
        top: auto;
        bottom: 19px
    }
}

@media (min-width: 768px) {
    .group-text .custom-control-tag + .custom-control-label:after {
        top: auto !important;
        bottom: 26px
    }
}

@media (min-width: 768px) {
    .group-text .custom-control-tag + .custom-control-label .group-text__option {
        margin-top: auto
    }
}

@media (max-width: 575.98px) {
    .group-text .custom-control-tag + .custom-control-label .group__column--details .transfer__type,
    .group-text .custom-control-tag + .custom-control-label .group__column--details .insurance__type,
    .group-text .custom-control-tag + .custom-control-label .group__column--details .seats__type {
        padding-right: 55px
    }
}


.custom-checkbox-green .custom-control-input:checked ~ .custom-control-label::after {
    border-color: #27AE60 !important;
    background-color: #27AE60 !important;
}

.custom-control-label-checked {
    border-color: #2C68B3 !important;
    background-image: none !important;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
}


.group__column--details .baggage__type {
    font-size: 16px;
    color: #4F4F4F;
    line-height: 20px;
    display: block;
    margin-bottom: 9px;
    font-weight: 500
}

@media (min-width: 768px) {
    .group__column--details .baggage__type {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px
    }
}

.group-text .custom-control-input:checked ~ .custom-control-label .baggage_icon {
    background: url("/content/images/layout/baggage.svg") no-repeat center;
    background-size: 100%;
}

.btn-sort-by {
    padding: 14px 25px;
}

.nav-link-available {
    color: #0ABEE3 !important;
}

.nav-link-badge-available {
    background: #0ABEE3 !important;
}

#flights-modal {
    z-index: 1052;
}

.modal-backdrop {
    z-index: 1040 !important;
}

/*Flight Details Link*/
.card-location .flight_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .card-location .flight_main .card-features {
        width: 70%
    }

.card-location .card-features span {
    overflow: visible !important;
}

.card-location p.underlines {
    text-align: right;
    text-decoration: underline;
    color: #0ABEE3;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
}

.logo-alternate-desktop {
    display: block;
}

.logo-alternate-mobile {
    display: none;
}

@media (max-width: 992px) {
    .logo-alternate-desktop {
        display: none;
    }

    .logo-alternate-mobile {
        display: block;
    }
}

.badge.disney {
    background: url("../../content/images/layout/mickey.svg") no-repeat center !important;
    padding: 17px 0 !important;
    width: 65px !important;
    height: 54px !important;
}

.card-location.horizontal .img_carousel {
    background: none !important;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 100vw
}

.modal.right.fade .modal-dialog {
    -webkit-transition: right;
    transition: right;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 375ms;
    transition-duration: 375ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: -100vw
}

.modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.46, 0.32, 0.98);
    transition-timing-function: cubic-bezier(0.42, 0.46, 0.32, 0.98)
}

.modal.right.modal-details .modal-dialog {
    margin: 0 0 0 auto;
    max-width: 379px
}

    .modal.right.modal-details .modal-dialog .modal-content {
        border-top-left-radius: 12px;
        border-top-right-radius: 0;
        height: 100vh;
        overflow-y: auto;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

        .modal.right.modal-details .modal-dialog .modal-content .modal-header {
            background-color: #2C68B3;
            border-bottom: none;
            border-top-right-radius: 0;
            border-top-left-radius: 12px;
            padding: 22px 22px 22px 32px;
            line-height: 11px
        }

            .modal.right.modal-details .modal-dialog .modal-content .modal-header .modal-title {
                margin-bottom: 0;
                line-height: 17px;
                color: #fff;
                font-size: 16px;
                font-weight: normal
            }

            .modal.right.modal-details .modal-dialog .modal-content .modal-header .close-modal {
                background-color: transparent;
                border: none;
                color: #fff
            }

.modal.right.modal-details .modal-body {
    padding: 40px 16px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal.right.modal-details .modal-footer-custom {
    padding: 40px 32px 0;
    margin-top: auto
}

    .modal.right.modal-details .modal-footer-custom .bottom {
        padding: 10px 20px 10px
    }

    .modal.right.modal-details .modal-footer-custom .bottom--title {
        color: #2C68B3;
        font-size: 14px;
        line-height: normal;
        text-transform: uppercase;
        font-weight: bold
    }

    .modal.right.modal-details .modal-footer-custom .bottom--price {
        font-size: 22px;
        line-height: normal;
        color: #91A8C1
    }

        .modal.right.modal-details .modal-footer-custom .bottom--price b {
            color: #ED2494;
            font-weight: 900
        }

.flight_box:last-child .col-custom .flight_box--airport::before {
    display: none
}

.flight_box.layover .col-custom .flight_box--airport::before {
    border-left: dotted 2px #ADD7F9
}

.flight_box .col-custom {
    text-align: right;
    width: 95px
}

    .flight_box .col-custom .flight_box--airport {
        position: relative !important;
        height: 100%;
        padding-right: 15px
    }

        .flight_box .col-custom .flight_box--airport::after {
            content: "";
            height: 10px;
            width: 10px;
            position: absolute;
            top: 5px;
            left: 100%;
            background: white;
            border-radius: 50%;
            border: solid 2px #ADD7F9;
            z-index: 1;
            margin-left: -5px
        }

        .flight_box .col-custom .flight_box--airport::before {
            content: "";
            height: 100%;
            position: absolute;
            top: 5px;
            left: 100%;
            border-left: solid 2px #ADD7F9;
            margin-left: -1px
        }

.flight_box--title {
    font-size: 18px;
    color: #2C68B3;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: bold
}

.flight_box--airport {
    font-size: 13px;
    line-height: normal;
    color: #4F4F4F;
    line-height: 19px
}

    .flight_box--airport span {
        color: #91A8C1
    }

    .flight_box--airport b {
        display: block;
        width: 100%;
        margin-bottom: 1px
    }

.flight_box .col-image {
    padding-right: 95px
}

.flight_box--image {
    position: absolute;
    top: 0;
    right: 15px;
    width: 64px;
    text-align: center
}

    .flight_box--image span {
        font-size: 14px;
        line-height: normal;
        color: #91A8C1
    }

.flight_box--duration {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    color: #4F4F4F;
    margin-top: 24px;
    margin-bottom: 24px
}

    .flight_box--duration span {
        position: absolute;
        right: 100%;
        display: block;
        top: 0;
        white-space: nowrap;
        text-align: right;
        margin-right: 15px;
        padding-right: 30px
    }

.flight_box--head {
    color: #0060AB;
    margin-bottom: 1px;
    font-size: 16px
}

@media screen and (max-width: 991px) {
    .flight_box .col-custom {
        width: 109px;
        margin-top: 0;
        padding-right: 0
    }

    .flight_box .col-image {
        width: calc(100% - 109px)
    }
}
/*Single Dropdown Menu*/
@media (min-width: 992px) {
    .c-navbar .dropdown.dropdown-single {
        position: relative !important;
    }
}

@media (max-width: 991.98px) {
    .c-navbar .dropdown-sm {
        margin-top: 0;
        min-height: calc(100vh - 48px)
    }
}

@media (min-width: 992px) {
    .c-navbar .dropdown-sm {
        min-width: calc(560px - 280px);
        padding: 0px;
        margin: 0px auto auto -15px;
        padding-top: 12px;
        border: none;
        background: transparent
    }
}

@media (max-width: 991.98px) {
    .c-navbar .dropdown-sm .nav-link {
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        position: relative;
        padding: 15px 15px 15px 15px;
        border-bottom: solid 1px #E0E0E0;
        text-transform: uppercase;
        color: #000;
        width: 100%
    }

        .c-navbar .dropdown-sm .nav-link .icon {
            display: none
        }

    .c-navbar .dropdown-sm.show {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1032;
        width: 100%;
        height: 100vh
    }
}

@media (min-width: 992px) {
    .c-navbar .dropdown-inner.dropdown-single {
        background: white;
        border-radius: 4px;
        padding: 5px 0;
        position: relative;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
        margin-top: 16px;
        border: none;
    }

        .c-navbar .dropdown-inner.dropdown-single .nav-link {
            text-transform: none;
            width: 100%;
            padding-left: 23px;
            padding-top: 7px;
            padding-bottom: 7px;
            font-size: 16px;
            line-height: 27px;
            color: #040B4A;
        }

        .c-navbar .dropdown-inner.dropdown-single:before {
            margin: 0;
        }

        .c-navbar .dropdown-inner.dropdown-single .nav-link:hover {
            color: #ED2494;
        }

        .c-navbar .dropdown-inner.dropdown-single .nav-link .icon {
            visibility: hidden;
            position: absolute;
            position: absolute;
            right: calc(100% - 4px);
            top: 0px;
            bottom: 0;
            left: auto;
            height: 100%;
            width: 100%;
            overflow: hidden
        }

            .c-navbar .dropdown-inner.dropdown-single .nav-link .icon img {
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                max-width: 100%
            }

        .c-navbar .dropdown-inner.dropdown-single .nav-link:hover .icon {
            visibility: visible
        }
}

.extra-bag-description {
    text-transform: none !important;
}

.f20 {
    font-size: 20px !important;
}

.f16 {
    font-size: 16px !important;
}

.flight_text {
    margin-bottom: 5px;
}

.bag-label {
    z-index: 22;
    color: white;
    margin-top: 24px;
    margin-bottom: 8px;
    display: inline-block;
    height: 34px;
    min-width: 109px;
    border-radius: 5px 5px 5px 0px;
    background: -webkit-gradient(linear, left top, right top, from(#47A6EB), color-stop(5%, #57B8FF));
    background: linear-gradient(90deg, #47A6EB 0%, #57B8FF 5%);
    position: relative;
}

    .bag-label::after {
        content: "";
        position: absolute;
        top: 100%;
        width: 8px;
        height: 8px;
        background: #49A8ED;
        border-radius: 0px 0px 0px 10px;
        display: block;
    }

.custom-control.custom-radio .bag-label {
    margin-bottom: 20px;
    position: absolute;
    left: -8px;
    bottom: 25px;
    top: auto;
    margin: 0px;
}

    .custom-control.custom-radio .bag-label span {
        letter-spacing: 0px;
        padding: 8.5px 14px;
    }

.bag-label span {
    padding: 8.5px 16px;
    display: block;
    line-height: 17.57px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

@media (min-width: 770px) {
    .pb-70 {
        padding-bottom: 70px !important;
    }
}

.flight-filter-label-enabled {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #040B4A;
    text-transform: uppercase;
}

.flight-filter-label-disabled {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #91a8c1;
    text-transform: uppercase;
}

.btn-no-focus:focus {
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    .flight-sort-mobile-hide {
        display: none !important
    }

    .group-text .custom-control-tag {
        right: 0px !important;
    }
}

@media screen and (min-width: 768px) {
    .flight-sort-desktop-hide {
        display: none !important
    }
}

.pop-footer {
    border-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

@media screen and (max-width: 320px) {
    .xs-mobile-hide {
        display: none !important
    }
}

.c-navbar {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* Fix Safari Right Menu */
@media (max-width: 991.98px) {
    .c-navbar .navbar-collapse {
        display: inline;
    }
}

/* Fix Safari Flight Details Continue Button */
.flight-details-modal-content {
    display: block;
}

/* Fix Safari Side Label mobile */
.side-label {
    min-width: 160px;
}

ol:not([class]) li::before {
    margin-right: 10px;
    width: 2em;
    text-align: right;
}

/* Meal Upgrade Checkbox */
.checkbox-meal-upgrade .custom-control-input:checked ~ .custom-control-label::after {
    top: 38px !important;
    right: 8px !important;
    width: 12px !important;
    height: 12px !important;
}

/*Destination Menu*/
@media (max-width: 991.98px) {
    .c-navbar .dropdown-xl {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .c-navbar .dropdown-xl {
        width: 100vw;
        max-width: 1920px;
        left: 0;
        right: 0;
        padding: 0px;
        margin: -12px auto auto;
        border: none;
        background: transparent
    }
}

@media (max-width: 991.98px) {
    .c-navbar .dropdown-xl .nav-link {
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        position: relative;
        padding: 15px 0 15px 15px;
        border-bottom: solid 1px #E0E0E0;
        text-transform: uppercase;
        color: #000
    }

    .c-navbar .dropdown-xl.show {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1032;
        width: 100%
    }
}

@media (min-width: 992px) {
    .c-navbar .dropdown-inner {
        margin-top: 12px;
        padding-bottom: 60px;
    }
}

.dropdown-3lvl {
    position: static;
}

.tripadvisor-rating {
    margin-left: 0;
}

.card-stars {
    margin-left: 12px;
}

.ddown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* What we Love and Near By Alignment */
.group-text__container_left {
    justify-content: normal !important;
}

    .group-text__container_left .group-text__item {
        margin-right: 14px !important;
    }

.dinner__select {
    margin-left: 0px !important;
}

    .dinner__select .dropdown button {
        min-width: 110px !important;
    }

.dinner__select__time .dropdown button {
    min-width: 60px !important;
}

.dinner__right {
    margin-top: 0px !important;
}

.no-extra-cost-label {
    font-size: 14px;
    text-transform: uppercase;
}

.width-100 {
    width: 100% !important;
}

/* Package Quick View */
@media (min-width: 640px) and (max-width: 1023px) {
    .modal-package-quick-view-lg {
        max-width: 95% !important;
    }

    .package-quick-view-row {
        max-height: 90vw;
        overflow: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .modal-package-quick-view-lg {
        max-width: 90% !important;
    }

    .package-quick-view-row {
        max-height: 65vw;
        overflow: auto;
    }
}

@media (min-width: 1241px) {
    .modal-package-quick-view-lg {
        max-width: 70% !important;
    }

    .package-quick-view-row {
        max-height: 45vw;
        overflow: auto;
    }
}

.package-quick-view-left-panel {
    overflow: auto !important;
}

.package-quick-view-modal-content {
    border-radius: 5px !important;
}

    .package-quick-view-modal-content .hotel-head__title {
        font-size: 26px !important;
        margin-top: 5px !important;
    }

.quick-view-close-background {
    right: -5px;
    top: -10px;
    position: absolute;
}

.quick-view-close {
    z-index: 99;
    right: -10px;
    top: -15px;
    position: absolute;
    cursor: pointer;
}

.quick-view-carousel--detail-nav .slick-list .slick-track .slick-slide div {
    border-radius: 6px;
    overflow: hidden;
    padding: 4px;
}

.quick-view-carousel--detail-nav .slick-list .slick-track .slick-current div {
    border: solid 2px #ed1c24;
}

/* Dropdown disabled item style */
.dropdown-item.disabled {
    color: gainsboro !important;
    cursor: not-allowed !important;
}

.price-badge {
    min-height: 0px !important;
}

.umb-grid .column {
    margin-bottom: 15px;
}

.read-only-alert {
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 15px;
    color: #053C5E;
    font-size: 14px;
}

    .read-only-alert i {
        margin-left: 10px;
        position: absolute;
        top: 40%;
    }

    .read-only-alert span {
        margin-left: 35px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

        .read-only-alert span a {
            color: red;
        }

.read-only-alert-mobile i {
    margin-left: 0px;
}

.read-only-alert-mobile span {
    margin-left: 25px;
}

@media screen and (max-width: 992px) {
    .mobile-hide {
        display: none;
    }
}

@media screen and (min-width: 993px) {
    .desktop-hide {
        display: none;
    }
}

/* Disney Extras Marketing Messages on Mobile */
@media (max-width: 575px) {

    .custom-control-tag + .custom-control-label > .dinner {
        margin-top: 30px;
    }

        .custom-control-tag + .custom-control-label > .dinner > .dinner__item > .dinner__content > .group__column--details > .text-capitalize > .insurance__type {
            padding-right: 0px;
        }

        .custom-control-tag + .custom-control-label > .dinner > .dinner__item > .dinner__content > .group__column--details > .text-capitalize > .dinner__type {
            padding-right: 0px;
        }
}

.daterangepicker .calendar-table td.ends {
    opacity: 0 !important;
}

.price-badge-disney {
    text-align: left !important;
}

@media (max-width: 991.98px) {
    .c-navbar .dropdown-xl {
        min-height: calc(100vh - 48px);
    }
}

.property-search-results-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*text-align: justify;*/
    max-width: 462px;
}

@media (max-width: 1599px) {
    .card-location .price-badge .price {
        text-align: left !important;
    }
}

.btn-more-less-flights {
    color: white !important;
    cursor: pointer;
    background: #ED2494 !important;
}

#dropdown-departing {
    min-width: -webkit-fill-available !important;
}

/* Insurance Included */
.custom-control-tag-with-checkbox {
    right: 60px !important;
}

@media (max-width: 1200px) {
    .insurance_included_details {
        margin-top: 30px !important;
    }
}

.trust-widget div.slick-slide:first-child div article {
    border-left: none !important;
}

.trust-widget .col-slider {
    padding-left: 0px !important;
}

@media screen and (max-width: 991px) {
    .trust-widget .col-slider {
        margin-top: 50px;
    }
}

/* Cookie Script Icon, and Modal Overlay Fix SS-3807 */
@media screen and (max-width: 991px) {

    #DestinationModal {
        z-index: 999999 !important;
    }

    #DepartingModal {
        z-index: 999999 !important;
    }

    #calendarModal {
        z-index: 999999 !important;
    }

    #passengersModal {
        z-index: 999999 !important;
    }
}

/* POP Overlay */
.pop-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(10,190,227,0.8);
    text-align: center;
}

    .pop-overlay span {
        font-weight: 700;
        font-size: 16px;
        color: white;
        text-transform: uppercase;
    }

/*.card-location .card-title {
    height: 36px;
}*/

.panel-head-title {
    font-size: 2.75rem;
    line-height: 1.09091;
}

@media (max-width: 767.98px) {
    .panel-head-title {
        font-size: 1.625rem;
        line-height: 1;
    }
}

.sticky-close-label {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    display: inline !important;
    vertical-align: bottom;
}

.sticky-summary-expand {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px !important;
}

.newsletter .confirm p.introduction {
    color: #555;
}

.footer .bottom .bottom__newsletter .confirm p.introduction {
    color: #555;
    text-transform: unset;
}

.calendar__alert {
    font-size: 14px;
    color: #4F4F4F;
    font-weight: 500;
    display: block;
}

#search-page-quick-view-modal {
    z-index: 2000;
}

.gtag-span {
    text-transform: none !important;
    font-weight: 400 !important;
    color: #212529 !important;
}

.warningMessage {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: red !important;
}

.priorityBaggage {
    margin-right: 31.85px
}

@media (max-width: 700px) {
    .priorityBaggage svg {
        width: 45.5px;
    }

    .baggage_kg_priority {
        bottom: 20px !important;
        font-size: 8px;
    }

    .transfer__type-tag {
        width: calc(100% - 67px);
    }
}


.priority-options {
    line-height: 22px !important;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: white;
}

@media (min-width: 700px) {
    .baggage_kg_priority {
        bottom: 8px !important;
    }
}

.custom-control_priority {
    right: 80px !important;
}


.progress {
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f6f6f6;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.progress__search {
    height: 34px;
    border-radius: 0.65rem;
}

.price-badge-spinner {
    position: relative;
    bottom: 10px;
}

    .price-badge-spinner .fa-spinner {
        font-size: .50em;
        color: #D52D1A
    }

.btn-default-result-item:disabled {
    background: #e9ecef !important;
}

.price-badge-price-per-person-label {
    position: relative;
    left: 5px;
    bottom: 20px
}

.progress-bar__search {
    background: #ED2494 !important;
}

.progress-label__search {
    font-size: 14px;
    font-weight: 500 !important;
    color: #4F4F4F;
}

    .progress-label__search .fa-spinner {
        color: #ED2494
    }

.progress-spinner__search {
    color: #ED2494 !important;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 1200px){
    .banner-overlay{
        top: 20%;
    }
}

.searchbar--gray-background {
    background-color: rgba(246,246,246,.8);
}

.searchbox__filters {
    padding-left: 16px;
}

    .searchbox__filters .custom-control {
        margin-bottom: 7px;
    }

        .searchbox__filters .custom-control label {
            color: #053C5E;
            font-weight: 800;
            font-size: 13px;
            line-height: 27px;
            margin-right: 16px;
        }


@media (max-width: 450px) {

    .payment-advice__info {
        font-size: 12px !important;
    }
}

.group--mobile__custom {

    margin-top: 8px;

}

@media (max-width: 450px) {

    .payment-advice__info {

        font-size: 12px !important;

    }

}

@media (max-width: 980px) {

    .group--mobile__custom {

        display: block;

        margin-top: 8px;

    }

    .group--not-mobile__custom {

        display: none;

    }

}

@media (min-width: 980px) {

    .group--mobile__custom {

        display: none;

    }

    .group--not-mobile__custom {

        display: block;

    }

}

.defaultBaggageDiv s {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 22px !important;
    font-weight: 600;
}

.priority_tittle {
    font-weight: 500 !important;
}

.custom-control-no-checkbox:before {
    display: none !important;
}

.custom-default-baggage {
    text-transform: uppercase;
}

.group-text .custom-control-label .highlight.highlight-disney {
    color: #0ABEE3;
}

.searchbar .control-label.no-select:before {
    content: none;
}

.searchbar #DestinationModal .control-label:before {
    color: transparent !important;
}