﻿:root {
    --primary-color: #e40b26;
    --secondary-color: #000;
    --tertiary-color: #ECF2FC;
    --star-color: #DFD04A;
    --grey-color: #707070;
    --red-color: #f00;
    --green-color: #008000;
    --secondary-color-style: #0C88E2;
    --tertiary-color-style: #ECF2FC;
    --orange-logo-color: #e47425;
}

.search-tabs {
    background-color: rgb(13, 138, 228, 0.9);
}

.loader-body {
    box-shadow: 0px 1px 10px rgb(0 0 0 / 16%);
}

.slider-handle {
    box-shadow: 0 0 30px rgb(0, 0, 0, 0.3);
}

.slider-tick {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.btn-type4:hover {
    background-color: rgb(228, 116, 13, 0.8);
}

.cart-fl-right {
    box-shadow: 0 1px 10px rgb(0, 0, 0, 0.16);
}

.form-cntrl, .frm-dropdown {
    box-shadow: 0px 1px 10px rgb(0 0 0 / 16%);
}

.rate-terms-title {
    color: rgb(13 138 228 / 80%);
}

.from-to-ico {
    box-shadow: 0px 1px 10px rgb(0 0 0 / 16%);
}

/*.btn-select-ancillary {
    position: absolute;
    right: 36px;
    bottom: 28px;
}*/

.position-relative {
    position: relative;
}

.pas-add-service {
    box-shadow: 0 1px 10px rgb(0 0 0 / 16%);
}

.pas-add-detial {
    /*box-shadow: 0px 1px 10px rgb(0 0 0 / 16%);*/
}

.ssr-content {
    display: none;
}

.ssr-row.show .ssr-content {
    display: block;
}

.btn-save-ssr {
    min-width: 110px;
    padding-left: 35px !important;
}

.btn-cancel-ssr {
    min-width: 110px;
    margin-left: 20px;
    padding-left: 24px !important;
}

.swal2-container {
    z-index: 22222 !important;
}

.ssr-info-icon {
    width: 3em;
    height: 3em;
}

    .ssr-info-icon .swal2-icon-content {
        font-size: 2em;
    }

.confirm-ssr-info {
    display: block;
    text-align: left;
    max-height: 380px;
    overflow-y: auto;
    padding-top: 20px;
}

.selected-ssr-info {
    /*padding: 0px 33px 33px;*/
}

.selected-ssr-info-label {
    /*float: right;*/
    /*padding-right: 5px;*/
    /*font-size: 15px;*/
    font-weight: 500;
    color: #3f51b5;
    cursor: pointer;
}

/*.header-btn {
    margin-left: 20px;
}*/

.ml-20 {
    margin-left: 20px;
}

.t-input {
    padding-top: 2px !important;
}

.multicity.fl-date .t-datepicker-day {
    width: 100% !important;
}

.cart-fl-more-rates > div {
    max-width: 98%;
}

.creditcard-title {
    /*flex: 0 0 426px;
    max-width: 45%;*/
}

.form-withdropdown-document {
    /*min-width: 366px;*/
}

.doc-title {
    /*flex: 0 0 343px;*/
    /*max-width: 343px;*/
}

.cart-reserv-error {
    font-size: 15px;
    color: red;
    font-weight: 800;
}

.text-black {
    color: #000 !important;
}

.cart-val-summnery-message {
    text-align: right;
    padding-bottom: 10px;
}

.validate-summory-heading {
    color: #f44336;
    font-weight: 600;
    font-size: 16px;
}

.dedicated-fare-rule {
    display: block;
    margin-top: 20px;
    border: 1px solid #ccc;
}

    .dedicated-fare-rule .hide-more-detail {
        display: none;
    }

.frm-dropdown-doc {
    min-width: 343px;
}

.mb-15 {
    margin-bottom: 15px;
}

.price-change-info-container {
    padding-bottom: 10px;
}

.conf-price-change-btn {
    /*margin: auto;
    max-width: 150px;*/
}

/*.price-change-info {
    padding: 20px;
    background: #f6f6f6;
    box-shadow: 1px 1px 1px 0px #e3e3e3;
    margin: 11px 24px 38px;
}*/

.text-red {
    color: #CC3E3E;
}

.booking-detail-info {
    padding-bottom: 8px !important;
}

.lbl-provider {
    /*padding: 3px 4px;*/
    background: #444;
    color: #fff;
    /*font-size: 10px;*/
    position: absolute;
    /*top: 14px;*/
    /*right: 24px;*/
    border-radius: 0 9px 0 0;
    font-weight: 600;
}

.lbl-fartype {
   /* background: #00ad5fe0;*/
    color: #fff;
    padding: 0 5px;
}

.lbl-pcode {
    padding: 0 5px;
}

.search-fl-dtl {
    position: relative;
}

.search-fl-row {
    /*padding-bottom: 25px;*/
}

.view-res-link {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}
/*.lbl-loginname {
    color: #4b94e6;
    font-size: var(--deltafont);
    font-weight: 600;
}*/
.reg-sec-header {
    display: flex;
    flex: 1 1 100%;
    font-size: var(--deltafont);
    font-weight: 500;
    margin-bottom: 15px;
}

.justify-content-unset {
    justify-content: unset !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.reg-sec-header-bottom-border {
    display: flex;
    flex: 1 1 100%;
    margin-bottom: 15px;
    height: 2px;
    background: #f7f7f7;
}

.reg-link {
    display: block;
    text-decoration: none;
}

    .reg-link:hover {
        text-decoration: none;
    }

.bg-white {
    background: #fff;
}

.btn-close-condition {
    font-size: var(--deltafont);
}

.col-conditions.active i {
    transform: rotate( 180deg);
}

/*.inner-bgimg {
    background-image: url(../images/body-bg.jpg?v=1);
}
*/
.inner-bgimg {
  /*  display: none;*/
}

/*.top-header {
    background-image: url(../images/home-header-bg.png?v=5);
}*/

.m-auto {
    margin: auto !important;
    margin-top: 80px;
}

.reg-conf-header {
    font-size: var(--alphafont) !important;
    font-weight: 500;
    text-align: center;
}

.agnc-verify-form {
    max-width: 424px;
}

.general-msg-container {
    padding: 38px;
    margin-top: 60px;
}

.general-msg-text {
    font-size: var(--deltafont);
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-80 {
    padding-top: 80px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.upsell-service-text {
    font-size: var(--labelfont);
    line-height: 1.4;
    text-transform: uppercase !important;
}

.hotel-autocomplete {
    top: calc(100% + 10px);
    width: 100%;
}

.tab-menu-link:hover {
    color: #fff;
    text-decoration: none;
}

.holds-the-iframe {
    background-image: url(images/webloader.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.train-iframe {
    width: 100%;
}

.rule-not-allowed-msg {
    padding: 10px 20px;
    color: red;
}

label.error {
    color: #ff0000;
    font-weight: 500;
    margin-top: 5px;
}

.d-block {
    display: block;
}

.adm-toprice-info {
    font-size: var(--labelfont);
    font-weight: 600;
    letter-spacing: 1.7px;
}

.accept-terms-form {
    background: linear-gradient(#fafafc, #e6ebef);
    padding: 28px 23px;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 16%);
}

.text-left {
    text-align: left !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.cart-mod-fee {
    background-color: transparent;
    line-height: 15px;
    color: #000;
    font-weight: 500;
    border: 1px solid #eee;
    padding: 5px;
    margin: 0;
    max-width: 100%;
    text-align: right;
}

.ifee-info {
    font-size: var(--gammafont);
    bottom: 5px;
    right: 8px;
    position: relative;
    color: var(--primary-color);
}

.htl-fee-info .ifee-info {
    right: 0 !important;
}

.wp-pl {
    white-space: pre-line !important;
}

/* Tooltip */
[data-tooltip] {
    cursor: pointer;
    display: inline-block;
    line-height: 0.8;
    position: relative;
}

    [data-tooltip]::after {
        background-color: #fff;
        border-radius: 0.5rem;
        color: var(--primary-color);
        content: attr(data-tooltip);
        font-weight: 800;
        line-height: 1.15rem;
        padding: 10px;
        position: absolute;
        text-align: center;
        font-size: 11px;
        text-transform: none;
        transition: opacity 0.2s;
        visibility: hidden;
        white-space: nowrap;
        z-index: 1;
        border: 1px solid var(--primary-color);
    }

    [data-tooltip].tooltip-top::before {
        border-style: solid;
        border-width: 0.5rem;
        content: "";
        opacity: 0;
        position: absolute;
        transition: opacity 0.2s;
        visibility: hidden;
        border-color: #00A8E4 transparent transparent transparent;
        top: 0;
        left: 50%;
        margin-left: -1.2rem;
    }

    [data-tooltip].tooltip-top::after {
        bottom: 100%;
        left: 50%;
        transform: translate(-50%);
    }

    [data-tooltip].tooltip-bottom::before {
        border-style: solid;
        border-width: 0.3rem;
        content: "";
        opacity: 0;
        position: absolute;
        transition: opacity 0.2s;
        visibility: hidden;
        border-color: transparent transparent rgba(51, 51, 51, 0.9) transparent;
        bottom: 0;
        left: 50%;
        margin-left: -0.3rem;
    }

    [data-tooltip].tooltip-bottom::after {
        top: 100%;
        left: 50%;
        transform: translate(-50%);
    }

    [data-tooltip].tooltip-left::before {
        border-style: solid;
        border-width: 0.3rem;
        content: "";
        opacity: 0;
        position: absolute;
        transition: opacity 0.2s;
        visibility: hidden;
        border-color: transparent transparent transparent rgba(51, 51, 51, 0.9);
        top: 0.3rem;
        right: calc(110% - 0.3rem);
        margin-top: -0.3rem;
    }

    [data-tooltip].tooltip-left::after {
        top: -0.3rem;
        right: calc(110% + 0.3rem);
    }

    [data-tooltip].tooltip-right::before {
        border-style: solid;
        border-width: 0.3rem;
        content: "";
        opacity: 0;
        position: absolute;
        transition: opacity 0.2s;
        visibility: hidden;
        border-color: transparent rgba(51, 51, 51, 0.9) transparent transparent;
        top: 50%;
        top: 0.3rem;
        left: calc(110% - 0.3rem);
        margin-top: -0.3rem;
    }

    [data-tooltip].tooltip-right::after {
        top: -0.3rem;
        left: calc(110% + 0.3rem);
    }

@media (max-width: 767px) {
    [data-tooltip].tooltip-mobile::before {
        display: none;
    }

    [data-tooltip].tooltip-mobile:after {
        font-size: 1rem;
        max-width: 20rem;
        position: fixed;
        bottom: auto;
        top: 50%;
        left: 50%;
        text-align: left;
        transform: translate(-50%);
        white-space: normal;
    }
}

[data-tooltip]:hover::after, [data-tooltip][class*=tooltip-]:hover::before {
    visibility: visible;
    opacity: 1;
}

.hotel-box-mono {
    border: solid 1px #fff;
    position: relative;
    /*border: solid 1px transparent;*/
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    max-width: 450px;
    border-radius: 4px;
    box-shadow: 0px 1px 10px #00000029;
}

    .hotel-box-mono .close {
        position: absolute;
        right: 1px;
        top: 1px;
        background-color: #fff;
        cursor: pointer;
    }

        .hotel-box-mono .close i {
            font-size: 18px;
            color: red;
        }

    .hotel-box-mono .pointer {
        position: absolute;
        left: calc(50% - 11px);
        bottom: -16px;
        cursor: pointer;
    }

        .hotel-box-mono .pointer i {
            font-size: 32px;
            color: #0D8AE4;
            display: block;
            height: 26px;
            width: 22px;
        }

    .hotel-box-mono .hotel-ratings {
        position: absolute;
        top: -1px;
        left: -1px;
        background-color: rgba(13, 138, 228, 0.9);
        color: #fff;
        text-align: center;
        padding: 8px;
        border-radius: 4px;
    }

        .hotel-box-mono .hotel-ratings .digit {
            font-weight: 500;
            font-size: 13px;
        }

        .hotel-box-mono .hotel-ratings .text {
            font-weight: 400;
            font-size: 10px;
        }

    .hotel-box-mono .col-hotel-data {
        /*border: solid 1px black;*/
        padding: 8px;
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 4px;
    }

    .hotel-box-mono .hotel-thumbnail {
        flex: 0 0 150px;
        width: 100%;
        height: 150px;
        overflow: hidden;
        border-radius: 4px;
    }

        .hotel-box-mono .hotel-thumbnail img {
            height: 100%;
            width: 100%;
            object-fit: cover; /* contain-width & cover-height */
            object-position: center center;
            border-radius: 4px;
        }

    .hotel-box-mono .hotel-details {
        margin-left: 8px;
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .hotel-box-mono .star-ratings {
        margin: 0px 0px 4px;
        color: #DFD04A;
    }

    .hotel-box-mono .no-star-ratings {
        height: 18px;
    }

    .hotel-box-mono .hotel-name {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
    }

        .hotel-box-mono .hotel-name a {
            color: #005089;
            text-decoration: none;
        }

            .hotel-box-mono .hotel-name a:hover {
                text-decoration: underline;
            }

    .hotel-box-mono .star-ratings,
    .hotel-box-mono .hotel-address {
        font-size: 10px;
    }

    .hotel-box-mono .room-info {
        font-size: 11px;
    }

    .hotel-box-mono .hotel-address {
        color: grey;
        margin-bottom: 8px;
    }

    .hotel-box-mono .hotel-address,
    .hotel-box-mono .room-info {
        font-weight: 600;
        margin-top: 4px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .hotel-box-mono .hotel-address i {
            text-align: center;
            display: block;
            min-width: 16px;
        }

        .hotel-box-mono .hotel-address span {
            padding-left: 4px;
        }

    .hotel-box-mono .room-price {
        font-weight: bold;
        margin-top: 8px;
        font-size: 20px;
        color: #005089;
    }

.htl-search-loading {
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
}

.li-htl-search {
    padding: 5px 10px 5px 10px !important;
}

.ul-auto-li .li-htl-search:after {
    border-bottom: 1px solid #ececec;
    left: 10px;
    right: 10px;
}

.ul-auto-li {
    padding: 0 !important;
}

    .ul-auto-li .li-htl-search:last-of-type:after {
        border-bottom: 0;
    }

#map-search-box {
    background-color: #fff;
    border: 2px solid #243870;
    color: #333;
    font-size: 1.3em;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 350px;
    height: 40px;
    margin: 10px;
    display: none;
}

.dd-inc-fare {
    justify-content: flex-end !important;
}

input[disabled] + label::before {
    background: #eee;
    cursor: not-allowed;
}

.btn-icon {
    height: 48px;
    width: 48px;
    flex: 0 0 48px;
    max-width: 48px;
    margin-left: 13px;
    display: block;
    border: 1px solid #0D8AE4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0D8AE4;
    font-size: 19px;
    border-radius: 2px;
    margin-right: 13px;
}

    .btn-icon:hover {
        background-color: #0D8AE4;
        height: 48px;
        width: 48px;
        flex: 0 0 48px;
        max-width: 48px;
        display: block;
        border: 1px solid #0D8AE4;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 19px;
        border-radius: 2px;
        cursor: pointer;
    }

.print-fldtl {
    width: 75px;
    background: #fff;
    position: absolute;
    right: 0;
}

.ul-dedicated {
    border-left: 2px solid #f8f8f8;
    margin-left: 10px !important;
    padding-left: 10px !important;
}

.book-teriff {
    padding-left: 0;
}

.flex-dir-col {
    flex-direction: column;
}

.flexi-fl-item {
    position: absolute;
    width: 100%;
    top: 58px;
    z-index: 1;
    box-shadow: 1px 2px 3px 2px #9e9e9e;
    background: #ececec;
}

    .flexi-fl-item .search-flight-detail {
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .flexi-fl-item .search-fl-dtl {
    }

.has-fl-item {
    position: relative;
}

    .has-fl-item::after {
        position: absolute;
        right: 40px;
        bottom: 0px;
        width: 0;
        height: 0;
        content: "";
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: #505050 transparent;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

.mt-0 {
    margin-top: 0 !important;
}

.no-radius {
    border-radius: 0 !important;
}

.justify-content-end {
    justify-content: end !important;
}

.btn-close-matrixdetl {
    position: absolute;
    right: 8px;
    top: 0px;
    background: #c2c2c2;
    border-radius: 0;
    height: 20px;
    width: 20px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.eac-card-info {
    max-width: calc(100% - 310px);
    float: right;
    font-size: 12px;
    font-weight: 600;
}

.highlight-dedicated, .highlight-dedicated.active {
    background: var(--orange-logo-color) !important;
    color: #fff !important;
}

.highlight-labour, .highlight-labour.active {
    background: var(--orange-logo-color) !important;
    color: #fff !important;
}

.ml-auto {
    margin-left: auto;
}

.pr-0 {
    padding-right: 0;
}

.cursor-auto {
    cursor: auto;
}

.dedicated-cond {
    padding-bottom: 20px !important;
}

.dedicated-fare-info {
    padding-bottom: 00px !important;
}

.dedicated-btn-sec {
    margin-top: 0 !important;
}

.dedicated-title {
    padding-top: 15px;
}

.highlight-dedicated-box {
    border: 2px solid var(--orange-logo-color);
}

.highlight-labour-box {
    border: 2px solid var(--orange-logo-color);
}

.fl-seg-dt {
    max-width: 150px;
    font-size: 14px;
    width: 150px;
}

.highlight-arpt-change {
    background: #ffe9209e;
    padding: 3px;
}

.lbl-df {
    padding: 0 15px 0 30px !important;
}

.modal-reslbl-info {
    padding: 25px;
    height: 250px;
    position: relative;
    text-align: left !important;
}

.btn-close-reslblifno {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 20px);
}

.fl-time-info {
    position: absolute;
    left: 100px;
    top: 2px;
    font-size: 14px;
    width: 55px;
    padding-left: 5px;
}

    .fl-time-info:before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        content: "\f017";
        font-size: 13px;
        color: var(--primary-color);
        position: relative;
        right: 3px;
    }

.hotel-datepciker .hotel-datepicker-main {
    top: 78px;
    border-radius: 0;
}

.disabled {
    opacity: 0.5;
    cursor: default;
}

.readonly {
    pointer-events: none;
}

.sel-time-icon {
    position: absolute;
    top: 30px;
    right: 18px;
}

.dd-fl-time .frm-dropdown ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #fafafa;
}

    .dd-fl-time .frm-dropdown ul li.selected {
        background-color: transparent;
    }

.dd-fl-time .frm-dropdown-title {
    padding: 0px 0 0px;
}

.frm-dropdown {
    padding: 8px 8px 0px;
    width: 194px;
    min-width: 100%;
}

.tabs {
    background-color: var(--primary-color) !important;
}

.header-btn {
    background-color: var(--secondary-color) !important;
    box-shadow: none !important;
}

.lbl-loginname {
    color: var(--primary-color);
}

#one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #three:checked ~ .tabs #three-tab, #eleven:checked ~ .tabs #eleven-tab, .active-tab {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    opacity: 0.9;
}
.choose-room-box .active-tab {
    border-color: transparent !important;
}

.tab {
    cursor: pointer;
    text-transform: uppercase;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    padding: 1.8rem 1.8rem !important;
    font-weight: 800;
    color: #444 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 1.3rem !important;
    background: #ffffff !important;
    border: 1px solid #ffffff;
    /*box-shadow: 0 5px 20px #0000001a, 0 0 5px #00000026;*/
    margin: 0 0 0.25rem;
    border-bottom: 0 !important;
    border-radius: 0 !important
}

.tabs {
    background-color: #fff !important;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.search-tabs-container {
    background-color: transparent;
    box-shadow: none;
}

.panels .panel {
    background-color: #f3f3f3;
    background-clip: border-box;
    /*  border: 1px solid rgba(0, 0, 0, .125);*/
    border-radius: 4px !important;
    position: relative;
    top: -2px;
    border-top-left-radius: 0 !important;
}

.search-footer {
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1.2rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: none;
    border-top: 1px solid #e9e9e9;
}

.wel-go {
    opacity: 1;
    background-color: rgba(255, 255, 255) !important;
    border: 0;
    height: 40px;
    padding: 1.2rem 1.5rem !important;
    line-height: initial;
    text-align: center !important;
    border-radius: 0.5rem !important;
    margin-right: 10px;
    list-style: none;
}

    .wel-go img {
        height: 18px;
        margin: auto;
    }

.header-container {
    max-width: 100%;
    background: #fff;
    /*padding: 20px 20px;*/
    margin: auto;
    border-bottom: 1px solid #ffd7dc;
}

    .header-container .top-header {
        padding: 0 20px;
        /* height: 160px;
        background-image: url(../images/home-header-bg.png?v=2);
        background-repeat: no-repeat;
        background-size: contain;
        max-width: var(--viewportsize);
        padding: 0 20px;*/
    }

.header-logo-box {
    height: 90px !important;
    width: 250px !important;
}

.header-logo {
    height: 100% !important;
    width: auto !important;
    object-fit: contain;
}

.btn {
    box-shadow: none !important;
    opacity: .65;
}

.home-bg {
    background-image: url(../images/body-bg.jpg?v=3);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ccc;
    /*  background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-color: #000;*/
}

    .home-bg .search-content {
        background-color: transparent !important;
    }

    .home-bg .main-container, .home-bg .page-wrapper {
        padding-bottom: 20px !important;
      
    }


.home-img-container {
    display: none;
}

.home-bg .inner-bgimg {
    height: 230px;
}

.home-bg .home-img-container {
   /* padding-bottom: 0px !important;
    padding-top: 0px !important;
    display: block !important;*/
}

.search-box-style {
    flex: 1 1 auto;
    display: block;
    width: 100%;
    padding: 1rem 1rem 1rem 1em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0wIDBoMTZ2MTZIMHoiLz4KICAgICAgICA8cGF0aCBkPSJtNy40NjggMTAuNzY0LTQuMjYtNC40ODhhLjc1Ni43NTYgMCAxIDEgMS4wOTgtMS4wNGwzLjcxIDMuOTEgMy42NzktMy44NzVhLjc1Ni43NTYgMCAxIDEgMS4wOTcgMS4wNDJsLTQuMjI2IDQuNDUxYS43NTUuNzU1IDAgMCAxLTEuMDk4IDB6IiBmaWxsPSIjMzMzIi8+CiAgICA8L2c+Cjwvc3ZnPgo=);*/
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.htl-checkin-dt {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.htl-checkout-dt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.field-error {
    border: 1px solid #fc9797 !important;
}

.hotel-search-box .field-error {
    border-radius: 0.5rem !important;
}

.highlight-field-error {
    border: 1px solid #fc9797 !important;
}

.main-container {
    padding: 50px 20px !important;
}

.site-footer {
    background-color: #000;
}

.login-page .page-wrapper {
    background: radial-gradient(circle, rgb(36 56 112 / 0%) 0%, rgb(62 87 156 / 35%) 69%);
}

.dc-btn-clear-airport-searchbox {
    display: none !important;
}

.dc-flight-search-container .dc-arr-location-text {
    padding-left: 18px !important;
}

.dc-flight-search-container.arrival-loc .search-lables {
    padding-left: 18px !important;
}

.fl-dd-sort-heading {
    position: absolute;
    top: -8px;
    left: 8px;
    font-size: 10px;
    font-weight: 600;
    color: var(--primary-color);
    width: 0;
    z-index: 0;
    height: 0;
}

.fl-sort-container {
    flex: 1;
    max-width: 215px;
    margin-top: 22px;
}

.fl-dd-sort {
    padding-top: 8px !important;
    font-weight: 600 !important;
}

.cc-iframe {
    background-image: url(../images/webloader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 310px;
}

.btn-search-fl {
    width: 210px!important;
}

.reset-button-box .btn-search-fl {
    min-height: 36px;
    line-height: 36px;
}

@media (min-width: 768px) {
    .hotel-box-mono .col-hotel-data {
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .header-container .top-header {
       /* background-size: calc(100% - 180px) 160px;*/
    }
}

.dc-ssr-content input[disabled="disabled"], .dc-ssr-content select[disabled="disabled"] {
    background-color: #e5e5e5;
    color: #000;
    border: 1px solid #ccc;
    font-weight: 500;
}

.service-chk-price label:before {
    top: 4px !important;
}

.wel-go{
    display: none !important
}

#one-tab {
    margin-left: 0 !important;
}

.header-btn {
    opacity: 1 !important;
}

.loader-body figure img {
    display: none !important;
}

.advanced-search {
    display: none !important;
}

.dc-add-multicity, .btn-search-fl, .search-footer button {
    opacity: 0.9 !important;
}

.search-container .checkbox-custom.checked-bold input[type=checkbox]:checked + label, .search-containe.checkbox-custom.checked-bold input[type=radio]:checked + label, .search-container .checkbox-custom label, .search-inputs, .search-inputs input {
    color: #000 !important;
}

.fl-discount-info {
    position: absolute;
    background: #e77323;
    box-shadow: 0 3px 6px #00000029;
    width: auto;
    height: 26px;
    z-index: 5;
    border-radius: 4px;
    text-align: center;
    font: normal normal normal 16px/38px Karla;
    letter-spacing: 0;
    color: #fff;
    line-height: 26px;
    padding: 0 10px;
    left: -5px;
    top: -12px;
    font-size: 12px;
}

.fl-dscnt-lbl {
    text-transform: uppercase;
    margin-left: 4px;
}

.search-tabs-container .tabs {
    /*display: none !important;*/
}
.btn {
    opacity: 1 !important;
}
.header-lnk-home, .header-lnk-home:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #fff;
    left: 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    display:none;
}
.slider-selection, .slider-handle {
    background: var(--primary-color) !important;
}
Bandos Island
#two-tab {
    border-right: 1px solid #f1f1f1;
}
a{
    color:var(--primary-color)
}
.datepicker__month-day--first-day-selected, .datepicker__month-day--last-day-selected, .datepicker__close-button, .datepicker__clear-button, .datepicker__submit-button {
    background-color: var(--primary-color)!important;
}
.cart-container a.btn-type1, .btn-select-ancillary {
    background-color: #0000009c !important;
}
.loading-text {
    color: var(--secondary-color) !important;
}
/*.autoserach-complete {
    background-color: #000000;
}
.passenger-dropdown {
    background-color: #121212;
}
.passenger-dropdown .passenger-title, .passenger-dropdown .pas-lbl{
    color: #fff;
}
    .passenger-dropdown .qty-control input {
        background-color: #ffffff;
    }*/
