﻿.swal2-container {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.menu-svg-icon {
    width: 14px;
    height: 14px;
}

.flights__item--return .flights__heading i {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.no-checkbox:before {
    content: none !important;
}

.mb10 {
    margin-bottom: 10px;
}

.swal2-container .btn {
    margin: 10px;
}

.swal2-icon.swal2-info {
    border-color: #2C68B3;
    color: #2C68B3;
}

.featured-facilities-container {
    display: block;
    min-height: 44px;
}

.featured-facilities {
    background: #F6F6F6;
    padding: 6px;
    color: #2C68B3;
    border-radius: 10px;
    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;
}

.searchbox__filters {
    padding-left: 16px;
}

    .searchbox__filters .custom-control {
        margin-bottom: 7px;
    }

        .searchbox__filters .custom-control label {
            color: #2C68B3;
            font-weight: 800;
            font-size: 13px;
            line-height: 27px;
            margin-right: 16px;
        }

.border-form-error {
    border-radius: 5px;
    border-color: #F00;
    border: 1px solid #F00;
}

.searchbox-important-info {
    background-color: #f6f6f6;
}

@media (min-width: 1200px) {
    .searchbox-important-info {
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        z-index: 1;
        background-color: transparent;
    }
}

.searchbox-important-info-alert {
    max-width: 900px;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
    color: #053c5e;
    font-size: 14px;
}

@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: 10px !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;
}

.bootstrap-tagsinput input::-moz-placeholder {
    color: #91A8C1;
    opacity: 1;
}

.bootstrap-tagsinput input:-ms-input-placeholder {
    color: #91A8C1;
}

.bootstrap-tagsinput input::-webkit-input-placeholder {
    color: #91A8C1;
}

.card-stars i.star-rating-half {
    background: url("../../content/images/layout/star-half.svg")
}

.newsletter .overlay_wrap {
    text-align: left;
}

@media (max-width:430px) {
    .newsletter {
        min-height: 570px !important;
        height: 570px !important;
    }
}

.panel-head-title {
    font-size: 2.75rem;
    line-height: 1.09091;
}

@media (max-width: 767.98px) {

    .panel-head-title {
        line-height: 1;
        font-size: 1.625rem;
    }
}

/* 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: #2C68B3
}

/* 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;
}

#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 {
    visibility: hidden !important;
}

td.ends.off.disabled {
    visibility: hidden !important;
}

td.off {
    /*border: solid 1px #E0E0E0 !important;*/
    border: none !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: 10px;
}

    .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 .slider__image.image__joint {
        height: 280px !important;
    }
}

@media screen and (max-width: 575.98px) {
    .banner-overlay.joint-banner-overlay {
        top: 65px !important;
    }

    .banner--image .slider__image.image__joint {
        height: 200px !important;
    }
}

.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 {
    width: 67px;
    height: 56px;
    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
    }

    .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;
        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
    }
}

.btn-sort-by {
    padding: 14px 25px;
}

.nav-link-available {
    color: #2C68B3 !important;
}

.nav-link-badge-available {
    background: #2C68B3 !important;
}
/*Flight Details from USA*/
#flights-modal, #seats-modal {
    z-index: 1052;
}

.outbound {
    margin-bottom: 40px;
}

.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 p.underlines {
    text-align: right;
    text-decoration: underline;
    color: #57B8FF;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
}

.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: 50px 0 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: #EC2127;
            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: #4F4F4F;
        }

        .c-navbar .dropdown-inner.dropdown-single:before {
            margin: 0;
        }

        .c-navbar .dropdown-inner.dropdown-single .nav-link:hover {
            color: #ED1C24;
        }

        .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: 768px) {
    .pb-70 {
        padding-bottom: 70px !important;
    }
}

@media (max-width: 769px) {
    .pb-60 {
        padding-bottom: 60px !important;
    }
}

.flight-filter-label-enabled {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #2C68B3;
    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
    }
}

@media screen and (min-width: 768px) {
    .flight-sort-desktop-hide {
        display: none !important
    }
}

.pop-footer {
    border-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.pop-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

    .pop-overlay span {
        font-weight: 700;
        font-size: 16px;
        color: white;
        text-transform: uppercase;
    }

.c-navbar {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

@media screen and (max-width: 320px) {
    .xs-mobile-hide {
        display: none !important
    }
}

/* 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;
}

ol:not([class]) li::before {
    margin-right: 10px;
    width: 2em;
    text-align: right;
}

/* 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;
    }

.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: 10px !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;
}

.price-badge {
    min-height: 0px !important;
}

.read-only-alert {
    background-color: #F6F6F6;
    border-radius: 10px;
    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;
    }
}

@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;
}

.btn-more-less-flights {
    color: white !important;
    cursor: pointer;
}

#dropdown-departing {
    min-width: -webkit-fill-available !important;
}

.top_destination .img_wrap span {
    height: auto;
}

.umb-grid .column {
    margin-bottom: 15px;
}

/* 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;
    }
}

@media screen and (max-width: 767px) {

    .insurance__column.group__column--details {
        margin-top: 80px !important;
    }

    .group__column.insurance__column--icon {
        position: absolute !important;
    }

    .group-text .custom-control-tag {
        right: 0px !important;
    }
}

.multi-police__span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
}

.card-location .card-title {
    height: 36px;
}

span.price-old {
    color: #2C68B3;
    font-weight: 700;
    margin-right: 5px;
    font-size: 25px;
}

div.box__footer.price-old {
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
    padding-bottom: 0px !important;
}

@media (min-width: 992px) {

    .right-column .modal {
        z-index: unset
    }
}

.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: #4F4F4F;
}

.footer .bottom .bottom__newsletter .confirm p.introduction {
    color: #4F4F4F;
    text-transform: unset;
}

.calendar__alert {
    font-size: 14px;
    color: #4F4F4F;
    font-weight: 500;
    display: block;
}

.top-label.v2::after {
    margin-right: -8px;
}

#accordion_radios .group__wrap .group__wrap--payment-advise, .group__wrap--payment-advise {
    font-size: 14px;
    font-weight: 500;
    color: #91A8C1;
    margin-left: 15px;
}

#search-page-quick-view-modal {
    z-index: 2000;
}

.gtag-span {
    text-transform: none !important;
    font-weight: 400 !important;
    color: #212529 !important;
}

.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;
}

.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;
    right: 10px;
}

    .price-badge-spinner .fa-spinner {
        font-size: .50em;
        color: #2C68B3
    }

.btn-default-result-item:disabled {
    background: #e9ecef !important;
}

.price-badge-price-per-person-label {
    position: relative;
    left: 5px;
    bottom: 20px
}

.progress-bar__search {
    background: linear-gradient(#4383D4, #215DA8) !important;
}

.progress-label__search {
    font-size: 14px;
    font-weight: 500 !important;
    color: #4F4F4F;
}

    .progress-label__search .fa-spinner {
        color: #2C68B3
    }

.progress-spinner__search {
    color: #2C68B3 !important;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.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);
    }
}

.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;
}

.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;
    }
}

.custom-control-no-checkbox:before {
    display: none !important;
}

.g-recaptcha {
    display: inline-block;
}

.group-text .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    display: none !important;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    display: none !important;
}

.group-text .group-text__option--price {
    margin: 20px 26px 0 0;
}

@media (min-width: 768px) {
    .group-text .group-text__option--price {
        margin: 5px 36px 0 0;
    }
}

.table-audit {
    margin: 0px !important;
    padding: 0px !important;
}

    .table-audit td {
        font-size: 12px !important;
        line-height: normal !important;
        padding: 2px !important;
        vertical-align: middle !important;
    }


.ryanair-partner-pop-over-box {
    padding: 20px;
    position: absolute;
    margin-left: -15px;
    margin-right: 9px;
}

.ryanair-partner-pop-over-close-icon {
    color: #0160AB;
    cursor: pointer;
    float: right;
}

.ryanair-partner-pop-over-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #4F4F4F;
}

.seat_icon {
    display: block;
    width: 56px;
    height: 66px;
    margin-right: 21px;
    background: url("../../content/images/layout/seat_2.svg") no-repeat center 100%/100%;
}

.seats-warning {
    /*text-transform: uppercase;*/
    color: #2C68B3;
    border-radius: 10px;
    background-color: #F6F6F6;
    width: 100%;
    margin-bottom: 8px;
    padding: 14px;
    font-size: 14px
}

.group-text .seat-group-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    color: #828282;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}
#seats-modal.modal.right.modal-details .modal-dialog {
    margin: 0 0 0 auto;
    max-width: 600px;
}
.seat-map-footer {
    position:fixed;
    bottom:0;
    width:99%;
    background-color:#fff;
    z-index:2;
    -webkit-box-shadow: 0px -2px 8px rgba(0,0,0,0.12);
    box-shadow: 0px -2px 8px rgba(0,0,0,0.12);
}
.seat-modal-body {
    margin-bottom:120px;
}
.seat-selection-text {
    color: #2C68B3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.seat-selection-text-no {
    color: #91a8c1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
@media (min-width: 500px) {
    .seat-map {
        margin-left: 50px;
        margin-right: 50px;
    }
}
.seats-map button.btn-close {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #91a8c1;
    border: none;
    background: transparent;
    line-height: 17px;
    display: block;
    width: 100%;
    text-align: left;
}
.btn-clear-seats {
    font-weight: 600;
    text-transform: uppercase;
    color: #91a8c1;
    border: none;
    background: transparent;
    text-align: left;
}
.seat-column {
    display: block;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    color: #91A8C1;
}
.seat-item {
    display: block;
    height: 60px;
    padding-top: 18px;
    text-align: center;
    border-radius: 10px;
    margin: 3px;
    background: #DFEDFF;
}
.seat-item.priority {
    background: #f1c933;
}
.seat-item.standard {
    background: #2C68B3;
}
.seat-item.extraleg {
    background: #132d4d;
}
.seat-item.selected {
    background: #2b7f27;
}
.seat-item.unavailable {
    background: #e0e1e3;
}
.seat-aisle {
    display: block;
    height: 60px;
    padding-top: 20px;
    text-align: center;
    color: #91A8C1;
}
.seat-row {
    margin-top:10px;
}

.group-text__option.group-text__option--price .btn-add-seat {
    margin-top: 10px;
}
.seats-price::after {
    position: absolute;
    top: 16px;
    left: 0px;
    content: "";
    border-width: 1px 1px medium;
    border-style: solid solid none;
    border-color: rgb(205, 209, 212) rgb(205, 209, 212) currentcolor;
    border-image: none;
    height: 8px;
    width: 100%;
    box-sizing: border-box;
}
.seat-price-left, .seat-price-right {
    max-width: 42.85%;
}
.seat-price-middle {
    max-width: 14.4%;
}
.seat-price-tag {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 5px;
}
.btn-seat-select {
    width:100%;
    border-radius:10px;
}