﻿body {
    text-align: right;
    direction: rtl;
}

.global-wrap {
    padding-bottom: 50px;
}

    .global-wrap .page-container {
        width: 75%;
    }

#main-wrapper {
    background: #f6f7f8;
}

#mainSlider {
    display: none;
}

#header.bg-header2 {
    position: unset;
}

.booking-title {
    background-color: #ffffff;
    border-radius: 0;
    color: #607d8b;
}

.booking-filters-fb {
    border-radius: 5px;
    font-size: 11px;
    /*background: #ffffff;*/
    width: 100%;
    /*border: 1px solid gainsboro;*/
}

.loading-sidebar .result-num {
    padding: 16px 1rem !important;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 18px;
}

    .loading-sidebar .result-num .title {
        color: #878787;
        white-space: nowrap;
    }

.booking-filters-fb .result-num {
    padding: 16px 1rem !important;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 18px;
}

    .booking-filters-fb .result-num .title {
        color: #878787;
        white-space: nowrap;
    }

.discount-with-code {
    text-decoration: line-through;
    opacity: 0.5;
    text-decoration-color: black;
    font-size: 15px !important;
}

.booking-filters-fb .booking-filters-list > li {
    background-color: white;
    padding: 15px 20px 10px 20px;
    border: 1px solid #e6e6e6;
    list-style: none;
    border-radius: 7px;
    margin-bottom: 10px;
    /*border-top: 1px solid #3b3b3b;*/
}

.custome-validate {
    border: 1px solid #fa253c !important;
}

.checkbox,
.radio {
    display: block;
    min-height: 20px;
    padding: 0px 6px !important;
    text-align: left;
    direction: ltr;
}

.right-to-left .checkbox,
.right-to-left .radio {
    text-align: right !important;
    direction: rtl !important;
}

.flex-line {
    display: flex;
    padding-right: 15px;
}


.booking-item.active {
    color: #737373;
    /*border: 1px solid #ed8323;*/
    -webkit-box-shadow: 0 0 6px var(--first-color);
    box-shadow: 0 0 6px var(--first-color) !important;
}

booking-list-fb:hover {
    -webkit-box-shadow: 0 0 6px var(--first-color);
    box-shadow: 0 0 6px var(--first-color) !important;
}

.fb-btn-reserve:hover,
.fb-btn-reserve:focus,
.fb-btn-reserve:active,
.fb-btn-reserve.active,
.open .dropdown-toggle.fb-btn-reserve {
    color: white;
    outline: none;
}

a {
    color: #737373;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #737373;
        text-decoration: none;
    }

.right-to-left .booking-title {
    text-align: start !important;
}

.right-to-left .i-check,
.i-radio {
    right: -7px;
    margin-right: 5px;
    float: right;
    border-radius: 5px;
    text-align: center;
    margin-left: 0;
}

.right-to-left .booking-filters-fb .booking-filters-list > li .booking-filters-title small {
    top: 5px;
    float: left;
}

.right-to-left .booking-item-flight-details .booking-item-departure,
.booking-item-flight-details .booking-item-arrival {
    float: right;
}

    .right-to-left .booking-item-flight-details .booking-item-departure .fa-plane,
    .booking-item-flight-details .booking-item-arrival .fa-plane {
        float: right;
        margin-left: 5px;
        margin-right: 0;
    }

    .right-to-left .booking-item-flight-details .booking-item-departure .booking-item-date,
    .booking-item-flight-details .booking-item-arrival .booking-item-date {
        padding-right: 32px;
    }

.booking-title-fb {
    background: #ffffff;
    padding: 7px 15px 7px 9px;
    color: #808080;
    font-size: 15px;
    border: 1px solid gainsboro;
    margin-bottom: 10px;
    margin-top: 10px;
}

#sort-col {
    padding: 16px 1rem;
}

.sort-ul-fb {
    list-style: none;
    display: inline-flex !important;
    padding-right: 0;
    margin-bottom: 0;
    flex-direction: unset !important;
}

    .sort-ul-fb .my-sort a:focus {
        text-decoration: none;
    }

    .sort-ul-fb .my-sort.active a {
        color: white;
        border-radius: 7px;
    }

.booking-item-airline-logo-fb {
    text-align: center;
}

    .booking-item-airline-logo-fb img {
        border: 3px solid #f1f1f1;
        border-radius: 50%;
        object-fit: contain;
    }

    .booking-item-airline-logo-fb .airline-title {
        /*padding-top: 5px;*/
        font-size: 15px;
        font-weight: bold;
        display: block;
    }

    .booking-item .flight-no {
        font-family: system-ui;
        font-size: 13px;
    }

    .booking-item .bagage span {
        display: block;
        font-family: system-ui;
        line-height: 1;
    }

.booking-item-flight-details-fb .plane-fb {
    transform: rotateY(180deg);
}


.fa-flip-vertical-fb {
    transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    position: absolute !important;
    top: 0 !important;
}

.text-right {
    text-align: right;
}

.booking-item-destination-fb {
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
    color: #8a8a8a;
    margin: 0 0 -6px 0;
}

.dep-time-fb, .arr-time-fb {
    display: inline;
    font-size: 20px;
}

.plane-fb {
    position: absolute !important;
    top: 0 !important;
    transform: rotateY(180deg);
}

.time-dur-fb {
    color: #757575;
    font-size: 13px;
    margin-top: 28px;
    margin-bottom: 5px;
}

.booking-item-flight-class-fb {
    margin-bottom: 7px;
    font-size: 13px;
    color: #8f8f8f;
    line-height: 1em;
    border: 1px solid #8f8f8f;
    text-align: center;
    margin: 0;
    padding: 4px;
    border-radius: 2px;
    width: fit-content;
    transform: rotate(-180deg);
}

    .booking-item-flight-class-fb.business-or-first-card {
        background-color: #880ed425;
        color: #880ed4;
    }

        .booking-item-flight-class-fb.business-or-first-card .icon {
            padding-top: 1px;
        }

.right-to-left .booking-item-flight-class-fb {
    transform: none;
}


.booking-item-flight-class-fb {
    padding: 6px 10px;
    background-color: #f1f1f1;
    border-radius: 8px;
    border: none;
    line-height: 15px;
    font-weight: 500;
}

.booking-item-flight-details-fb {
    overflow: hidden;
    padding-left: 0;
}

    .booking-item-flight-details-fb .booking-item-departure,
    .booking-item-flight-details-fb .booking-item-arrival {
        /*float: left;*/
        /*width: 47%;*/
    }

        .booking-item-flight-details-fb .booking-item-departure .fa-plane,
        .booking-item-flight-details-fb .booking-item-arrival .fa-plane {
            float: left;
            display: block;
            font-size: 23px;
            margin-right: 5px;
            position: relative;
            top: 4px;
            color: #b1b1b1;
        }

.text-white {
    color: #fff !important;
}

.booking-list-fb {
    list-style: none;
    padding: 0;
}


    .booking-list-fb .list li {
        padding-bottom: 8px;
        border-bottom: 2px dashed #eaeaea;
    }


.booking-item-container.active .booking-item-details {
    height: auto;
    overflow: auto;
    padding: 15px;
    border: 1px solid #e6e6e6;
    background-color: white;
    border-top: none;
    position: relative;
    font-size: 11px;
    line-height: 1.6em;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filter-hr {
    margin-top: 13px;
    margin-bottom: 13px;
}

.booking-item-container .booking-item-details {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 7px 7px;
}

    .booking-item-container .booking-item-details h5 {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 20px;
    }

        .booking-item-container .booking-item-details h5.list-title {
            margin-bottom: 0;
        }

.right-to-left .booking-item-container .booking-item-details .list {
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: right;
    direction: rtl;
}

    .right-to-left .booking-item-container .booking-item-details .list .fa-money {
        color: #5bc0de;
        font-size: 14px;
        float: right;
    }

.booking-item-container .booking-item-details .list .fa-money {
    color: #5bc0de;
    font-size: 14px;
    float: left;
}

.booking-item-container .booking-item-details .list {
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: left;
    direction: ltr;
}


.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.booking-item-container.active .booking-item-details {
    height: auto;
    overflow: auto;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
    position: relative;
    font-size: 11px;
    line-height: 1.6em;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fb-detail-btn {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
}

.tab-label-fb {
    font-size: 13px;
    color: #a2a2a2;
    padding: 1px 5px;
    float: left;
}

.right-to-left .tab-label-fb {
    float: right;
}

.nav-tabs > li.active > a {
    background-color: #ffffff !important;
    box-shadow: 1px 2px 7px 0px gainsboro;
}

.irs {
    position: relative;
    display: block;
    height: 40px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    height: 7px;
    top: 25px;
    border-radius: 25px;
    background: #ccc;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
    height: 12px;
}

.irs-line-left {
    left: 0;
    width: 10%;
}

.irs-line-mid {
    left: 10%;
    width: 10%;
}

.irs-line-right {
    right: 0;
    width: 10%;
}

.irs-diapason {
    position: absolute;
    border-radius: 25px;
    display: block;
    left: 0;
    width: 100%;
    height: 7px;
    top: 25px;
    background-color: var(--first-color);
}

.irs-slider {
    position: absolute;
    display: block;
    left: 0;
    width: 18px;
    border-radius: 50%;
    border: 4px solid var(--first-color);
    background-color: #fff;
    height: 18px;
    top: 19px;
    cursor: pointer;
}

    .irs-slider.single {
        left: 10px;
    }

        .irs-slider.single:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            left: -30%;
            width: 160%;
            height: 160%;
        }

    .irs-slider.from {
        left: 100px;
    }

        .irs-slider.from:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            left: 0;
            width: 200%;
            height: 170%;
        }

    .irs-slider.to {
        left: unset;
    }

        .irs-slider.to:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            right: 0;
            width: 200%;
            height: 170%;
        }

    .irs-slider.last {
        z-index: 2;
    }

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
    color: #b3b3b3;
    font-size: 10px;
    line-height: 1.333;
    top: 4px;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    cursor: default;
    white-space: nowrap;
    color: #666;
    font-size: 13px;
    line-height: 1.333;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid {
    height: 60px;
}

    .irs-with-grid .irs-grid {
        display: block;
    }

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #b3b3b3;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    color: #808080;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background: #000;
    z-index: 2;
}

.irs-disabled {
    opacity: 0.4;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    filter: alpha(opacity=40);
}

.booking-filters .irs-from,
.booking-filters .irs-to,
.booking-filters .irs-single {
    color: #fff;
}

.booking-filters .irs-grid-text {
    color: #d9d9d9;
}

.booking-filters.booking-filters-white .irs-from,
.booking-filters.booking-filters-white .irs-to,
.booking-filters.booking-filters-white .irs-single {
    color: #737373;
}

.i-check,
.i-radio {
    display: inline-block;
    *display: inlne;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    cursor: pointer;
    top: 1px;
    left: -7px;
    margin-left: -13px;
    float: left;
    text-align: center;
    line-height: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

    .i-check:before,
    .i-radio:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        display: block;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
        color: #fff;
        font-size: 14px;
    }

    .i-check.checked:before,
    .i-radio.checked:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .i-check.disabled,
    .i-radio.disabled {
        border-color: #d9d9d9 !important;
    }

        .i-check.disabled.checked,
        .i-radio.disabled.checked {
            background: #ccc !important;
        }

    .i-check.i-check-stroke.checked {
        background: #fff;
    }

        .i-check.i-check-stroke.checked:before {
            color: #ed8323;
        }

.fb-flight-num {
    color: #b1afaf;
    font-size: 12px;
    border-radius: 8px;
    padding: 6px 10px;
    line-height: 15px;
    font-weight: 500;
}

.booking-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .booking-list > li {
        margin-bottom: 15px;
        position: relative;
    }

.booking-item {
    display: inline-block;
    position: relative;
    /*padding: 17px;*/
    border: 1px solid #e6e6e6;
    color: #737373;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background-color: white;
}

    .booking-item:hover .booking-item-number,
    .booking-item.active .booking-item-number {
        background: #808080;
    }

    .booking-item:hover .booking-item-img-wrap .booking-item-img-num,
    .booking-item.active .booking-item-img-wrap .booking-item-img-num {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        background: rgba(0, 0, 0, 0.5);
    }

    .booking-item.booking-item-small {
        padding: 11px;
    }

        .booking-item.booking-item-small .booking-item-title {
            font-size: 14px;
            margin-bottom: 0;
        }

        .booking-item.booking-item-small .booking-item-rating-stars {
            font-size: 12px;
            margin-bottom: 0;
            color: #ed8323;
        }

        .booking-item.booking-item-small .booking-item-price {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 2px;
            display: inline;
        }

        .booking-item.booking-item-small .booking-item-price-from {
            font-size: 12px;
            margin-bottom: 2px;
        }

.booking-item-title {
    margin-bottom: 7px;
}

.booking-item-description {
    font-size: 13px;
    line-height: 1.5em;
}

.booking-item-img-wrap {
    position: relative;
}

    .booking-item-img-wrap .booking-item-img-num {
        opacity: 0.5;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
        filter: alpha(opacity=50);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.01);
        padding: 5px 7px;
        font-size: 13px;
        line-height: 1em;
    }

        .booking-item-img-wrap .booking-item-img-num > .fa {
            margin-right: 3px;
        }

.booking-item-last-booked {
    font-size: 11px;
}

.booking-item-rating {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
}

    .booking-item-rating .booking-item-rating-stars {
        display: inline-block;
        margin-right: 17px;
        margin-bottom: -5px;
        color: #ed8323;
    }

        .booking-item-rating .booking-item-rating-stars .fa {
            margin-right: 0;
        }

    .booking-item-rating .booking-item-rating-number {
        margin-right: 7px;
    }

        .booking-item-rating .booking-item-rating-number > b {
            font-size: 25px;
        }

.booking-item-address {
    line-height: 1em;
    font-size: 13px;
}

.booking-item-price-from {
    display: block;
    font-size: 12px;
    line-height: 1em;
}

.booking-item-price {
    font-size: 47px;
    color: #626262;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 12px;
}

.booking-item-number {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #e6e6e6;
    text-align: center;
    color: #fff;
    display: block;
    top: 2px;
    right: 2px;
    font-size: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.booking-item-flight-details {
    overflow: hidden;
}

    .booking-item-flight-details .btn-tour {
        color: #fff;
        padding: 8px 30px;
        background-color: #07c;
        border: solid 1px #fff;
    }

        .booking-item-flight-details .btn-tour:hover {
            background-color: #003580;
        }

    .booking-item-flight-details .booking-item-departure,
    .booking-item-flight-details .booking-item-arrival {
        float: left;
        width: 47%;
    }

        .booking-item-flight-details .booking-item-departure .fa-plane,
        .booking-item-flight-details .booking-item-arrival .fa-plane {
            float: left;
            display: block;
            font-size: 30px;
            margin-right: 5px;
            position: relative;
            top: 4px;
        }

        .booking-item-flight-details .booking-item-departure h5,
        .booking-item-flight-details .booking-item-arrival h5 {
            margin-bottom: 0;
        }

        .booking-item-flight-details .booking-item-departure .booking-item-date,
        .booking-item-flight-details .booking-item-arrival .booking-item-date {
            margin-bottom: 7px;
            font-size: 12px;
            line-height: 1em;
            padding-left: 32px;
        }

    .booking-item-flight-details .booking-item-departure {
        margin-right: 6%;
    }

    .booking-item-flight-details .booking-item-destination {
        font-size: 12px;
        line-height: 1.3em;
    }

.booking-item-airline-logo > p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.3em;
}

.booking-item-airline-logo > img {
    width: 40px;
}

.booking-item-flight-class {
    margin-bottom: 7px;
    margin-top: -5px;
    font-size: 11px;
    color: #8f8f8f;
    line-height: 1em;
}

.booking-item-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .booking-item-features > li {
        float: left;
        position: relative;
        margin-right: 7px;
        margin-bottom: 7px;
    }

        .booking-item-features > li:hover > i {
            border-color: #127cdc;
        }

        .booking-item-features > li .booking-item-feature-sign {
            position: absolute;
            bottom: 2px;
            left: 0;
            display: block;
            text-align: center;
            font-size: 10px;
            line-height: 1em;
            width: 100%;
        }

        .booking-item-features > li > i {
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
            font-size: 23px;
            display: block;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
            color: #686868;
        }

.booking-item-features-dark > li > i {
    background: #4d4d4d;
    border: 1px solid #333;
    color: #fff;
}

.booking-item-features-rentals {
    margin-top: 10px;
}

    .booking-item-features-rentals > li {
        margin-bottom: 0;
    }

.booking-item-car-title {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 0;
}

.booking-item-features-sign > li {
    padding-bottom: 15px;
}

.booking-item-features-small > li {
    margin-right: 5px;
    margin-bottom: 5px;
}

    .booking-item-features-small > li > i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }

        .booking-item-features-small > li > i > img {
            width: 20px;
        }

.booking-item-features-expand {
    display: block;
}

    .booking-item-features-expand .booking-item-feature-title {
        position: relative;
        line-height: 37px;
        margin-left: 7px;
        color: #686868;
    }

    .booking-item-features-expand > li {
        float: none;
        display: block;
        overflow: hidden;
    }

        .booking-item-features-expand > li:after {
            content: '.';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .booking-item-features-expand > li > i {
            float: left;
        }

.booking-item-features-2-col > li {
    float: left;
    width: 50%;
    margin-right: 0;
}

.icon-blue {
    color: #0077cc;
}

.booking-title {
    margin-bottom: 25px;
    margin-top: 15px;
}

    .booking-title > small {
        font-size: 12px;
        margin-left: 5px;
    }

.booking-filters {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    background: #fff;
    color: #333;
    padding: 15px 0;
    width: 263px;
    border: 1px solid #ddd;
}

    .booking-filters > h3 {
        padding: 0 20px;
    }

.booking-filters-list li a {
    font-size: 16px;
    text-align: center;
    display: block;
}

.booking-filters .booking-filters-list > li {
    margin-top: 15px;
    padding: 15px 20px 0 20px;
    border-top: 1px solid #ddd;
}

    .booking-filters .booking-filters-list > li .booking-filters-title {
        margin-bottom: 5px;
    }

        .booking-filters .booking-filters-list > li .booking-filters-title small {
            font-size: 11px;
            font-weight: 400;
            position: relative;
            top: 10px;
            float: right;
            line-height: 1.3em;
            color: #ccc;
        }

    .booking-filters .booking-filters-list > li .booking-filters-sub-title {
        font-size: 15px;
        line-height: 1em;
        margin-top: 10px;
    }

.booking-filters .irs-from,
.booking-filters .irs-to,
.booking-filters .irs-single {
    color: #fff;
}

.booking-filters .irs-grid-text {
    color: #d9d9d9;
}

.booking-filters.booking-filters-white {
    color: #737373;
    background: #fafafa;
    border-color: #ccc;
}

    .booking-filters.booking-filters-white .irs-from,
    .booking-filters.booking-filters-white .irs-to,
    .booking-filters.booking-filters-white .irs-single {
        color: #737373;
    }

    .booking-filters.booking-filters-white .booking-filters-list > li {
        border-color: #ccc;
    }



.booking-title-fb .icon-container {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background-color: var(--first-color);
    display: flex;
    align-items: center;
    justify-content: center;
}


#ui-id-1,
#ui-id-2 {
    background-color: white !important;
}

/*mobile*/
@media (max-width: 991px) {
    .code-input {
        width: 100% !important;
        box-shadow: none !important;
    }
    .apply-discount {
        height: 50px;
    }

    .passport-photo {
        padding-top: 10px;
    }

    #filter-col .modal-dialog,
    #filter-col .modal-content {
        height: 100%;
    }

    #div_Passengers .passengers-collapse-btn .collapse-btns {
        flex-direction: column;
    }

    #div_Passengers .passengers-collapse-btn .collapse-btns .expassengers,
    .passport-photo {
        width: 100px;
    }

    .passenger-line {
        display: block;
    }

        .passenger-line .radio-label {
            margin-top: 6px;
            margin-bottom: 6px;
        }

    .notfound-ticket {
        margin: 155px 0 35px 0;
        padding: 50px 0;
    }

    .refresh-modal .modal-dialog {
        position: fixed;
        top: 230px;
        right: 0;
        left: 0;
        width: 90%;
        margin: auto;
    }

    .timer-down {
        width: 100%;
        margin: 20px 0;
    }

    .airline-coming,
    .airline-going {
        padding-top: 15px;
    }

    .sort-fb ul li {
        font-size: 13px;
    }

    .booking-item-airline-logo-fb img {
        width: 45px;
        height: 45px;
    }

    .mb0-xs {
        margin-bottom: 0 !important;
    }

    .filter-margin-xs {
        margin: 3px 0 15px 0;
    }

    .booking-item {
        margin-top: 10px;
    }

    .second-plane {
        margin-top: 42px;
    }

    .irs-single {
        display: none !important;
    }

    .sidebar-fb {
        height: 100%;
        width: 100%;
    }

        .sidebar-fb .i-check:hover {
            border-color: #cccccc !important;
        }

        .sidebar-fb a {
            text-decoration: none;
            color: #333;
            display: block;
            transition: 0.3s;
            background-color: white;
            border-radius: 100%;
        }

        /*    .sidebar-fb a:hover {
      color: #f1f1f1;
    }*/

        .sidebar-fb .closebtn {
            position: fixed;
            bottom: 60px;
            right: 10px;
            font-size: 16px;
            padding: 1.5rem 1rem;
            box-shadow: 0 3px 8px 0 rgb(0 0 0 / 35%);
        }

    .fb-filter-btn {
        position: fixed;
        bottom: 2px;
        right: 2px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: white;
        z-index: 100;
    }
    /*.booking-item-flight-details-fb {
        display: flex;
    }*/
    .no-padding-xs {
        padding: 0;
    }

    .booking-title-fb {
        margin-top: 10px;
    }

        .booking-title-fb a.searchagain {
            font-size: medium;
            padding: 5px;
            display: block;
            text-align: center;
            margin-top: 10px;
        }


    .sort-ul-fb {
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

        .sort-ul-fb li.active a {
            padding: 0 5px;
            border: none;
        }

        .sort-ul-fb li.active {
            border-radius: 3px;
        }

        .sort-ul-fb li a {
            padding: 0 5px;
            border: 1px solid #dcdcdc;
            border-radius: 3px;
        }

    .hidden-xs {
        display: none !important;
    }

    .roundtrip-fb .booking-item-flight-class-fb {
        padding: 6px;
    }
}

.flight-details .image span,
.flight-details .source-leg-time,
.flight-details .dest-leg-time,
.flight-details .leg-details .value {
    color: #737373;
}

.flight-details .leg-details .item {
    font-size: 13px;
}

    .flight-details .leg-details .item span {
        white-space: nowrap;
    }


.leg-hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 2px dashed #ababab;
    width: 92%;
}

.leg-hr-final {
    margin-top: 25px;
    margin-bottom: 18px;
    border-top: 2px dashed var(--first-color);
    width: 92%;
}

/*flight-details*/

.flight-details .content::before {
}

.flight-details .image img {
    border: 3px solid #f1f1f1;
    border-radius: 50%;
    object-fit: contain;
    width: 65px;
    height: 65px;
}

.flight-details hr {
    margin: 7px 0;
    border: 1px solid #cfcfcf;
    width: 90%;
    border-radius: 25px;
}

.flight-details .source-leg-time,
.flight-details .dest-leg-time {
    font-size: 16px;
}

.flight-details .source-leg-city,
.flight-details .dest-leg-city {
    font-size: 13px;
}

.flight-details .source-leg-airport,
.flight-details .dest-leg-airport,
.flight-details .source-leg-date,
.flight-details .dest-leg-date,
.flight-details .leg-dur {
    font-size: 12px;
}

.flight-details .road-line {
    border-radius: 50%;
    top: 15%;
    bottom: 15%;
    right: -30px;
}

    .flight-details .road-line .circle {
        width: 9px;
        height: 10px;
        border-radius: 50%;
    }

        .flight-details .road-line .circle.up {
            background-color: #CCCCCC;
        }

        .flight-details .road-line .circle.down {
            background-color: var(--first-color);
        }

    .flight-details .road-line .line {
        height: 100%;
        border: 1px solid #CCCCCC;
        width: 1px;
    }

    .flight-details .road-line .icon {
        top: 51%;
        right: 50%;
        background-color: white;
        padding: 8px 0;
        transform: translate(50%, -50%)
    }

#flightChooseTab::after,
#flightChooseTab::before {
    content: none;
}
/*end flight-details*/
/*desktop*/
@media (min-width: 992px) {
    .passport-photo {
        text-align: end;
    }

    .notfound-ticket {
        margin: 18px 0 35px 0;
        padding-top: 55px;
        padding-bottom: 180px;
    }

    .refresh-modal .modal-dialog {
        position: fixed;
        top: 25%;
        right: 0;
        left: 0;
        width: 35%;
    }

    .timer-down {
        width: calc(30% - 10px) !important;
        margin: 18px 10px 18px 0 !important;
        margin-top: 18px !important;
    }

    .booking-item-airline-logo-fb img {
        width: 60px;
        height: 60px;
        display: block;
        margin: auto;
    }



    .irs-single {
        display: none !important;
    }

    .booking-item {
        padding-top: 10px;
        margin-top: 18px;
    }

    .fb-btn-reserve {
        width: 100%;
    }

    .text-center-lg {
        text-align: center;
    }

    .hidden-lg {
        display: none !important;
    }

    .right-to-left .nav-tabs > li.active > a,
    .right-to-left .nav-tabs > li.active > a:hover,
    .right-to-left .nav-tabs > li.active > a:focus {
        border-left: none;
        border-right: none;
        border-bottom: 2px solid;
        background: #f1f1f1 !important;
        border-radius: 7px;
    }

    .booking-title-fb a.searchagain {
        font-size: medium;
        color: #ffcc80;
        padding: 2px 5px;
    }

    .right-to-left .booking-title-fb a.searchagain {
        float: left;
    }

    .booking-title-fb a.searchagain {
        float: right;
    }

    .right-to-left .sort-fb {
        direction: rtl;
    }

    .sort-fb {
        direction: ltr;
    }


    .sort-ul-fb .my-sort a {
        padding: 4px 10px;
    }
}

.card-top {
    display: block !important;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.fb-form {
    background-color: white;
    padding: 20px;
    border: 1px solid #e6e6e6;
    direction: ltr;
    border-radius: 0 0 7px 7px;
    border-top: none;
}

.right-to-left .fb-form {
    direction: rtl;
}

.right-to-left .fb-form-header {
    direction: rtl;
}

.fb-form-header {
    background-color: #fff;
    color: #737373;
    border-radius: 7px 7px 0 0;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 20px 15px 0px;
    font-size: 17px;
    direction: ltr;
    font-weight: bold;
}

.passengers-collapse-btn {
    background-color: var(--bg-Second-color) !important;
    padding: 10px;
}

    .passengers-collapse-btn .title {
        color: #57585c;
        font-weight: 500;
        font-size: 15px;
        white-space: nowrap;
    }

.flex-line span {
    padding: 2px 9px;
    padding-right: 0;
}

.right-to-left .form-label-fb {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.form-label-fb {
    margin-left: 10px;
}

.traveler-tag span {
    font-size: 17px;
    padding: 0px;
    color: #737373;
    font-weight: bold;
}

.code-input {
    width: 50%;
    box-shadow: none !important;
}

.total-price {
    color: #737373;
    font-size: 16px;
    font-weight: bold;
}

.traveler-tag {
    padding-bottom: 0px;
    justify-content: center;
}

.rule-content {
    padding-top: 20px;
}

.date-format select,
.date-format input {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    color: #888;
    padding-right: 5px;
}

.date-format input {
    width: 18%;
}

.date-format select {
    width: 28%;
}

.pay-btn {
    background-color: var(--first-color);
    font-size: 14px;
    color: white;
    font-weight: lighter;
}
.pay-btn:hover {
    background-color: white;
    color: var(--first-color);
    border: solid 1px;
}

.traveler-tag .form-control {
    height: 40px !important;
    margin-top: 6px;
    box-shadow: none;
}

.traveler-tag .date-inputs {
}


.airline-coming,
.airline-going {
    padding: 5px;
    /*padding-top: 15px;*/
}

.fb-btn-reserve {
    margin-bottom: 8px;
    color: white;
    padding: 8px 12px !important;
}

.no-padding {
    padding: 0px !important;
}

#SearchAgain .form-group {
    position: relative;
}

.form-group .date-inputs {
    margin-top: 6px;
}

.switch-distance-btn {
    margin: 1% auto;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-30%, -45%);
    transform: translate(-30%, -45%);
    background: #f1efef 0% 0% no-repeat padding-box;
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    display: flex;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.custom-padding {
    padding-left: 10px;
}

#SearchAgain .form-group .input-icon {
    font-size: 16px;
    position: absolute;
    display: block;
    color: #c4c4c4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    right: 8px;
    top: 38px;
}

.form-group.form-group-lg {
    margin-bottom: 8px;
    position: relative;
}

.form-group-fb .form-control {
    height: 42px !important;
    font-size: 13px;
    font-weight: bold;
    line-height: normal !important;
    box-shadow: none;
}

#SearchAgain ul li a {
    padding: 5px 14px;
    font-size: 13px;
    color: #737373;
    background: #f2f2f2;
    transition: 0.2s;
    border-radius: 7px !important;
}

    #SearchAgain ul li a.active {
        color: white;
        background-color: var(--first-color) !important;
    }

.booking-item-details {
    background-color: white;
}

    .booking-item-details .nav-tabs li a {
        font-size: 12px;
        border-radius: 7px;
        padding: 6px 10px;
        font-weight: bold;
    }

        .booking-item-details .nav-tabs li a.active {
            background-color: #f1f1f1;
            color: var(--first-color);
        }


.list-det-fb {
    font-size: 13px;
    color: #737373;
    font-weight: bold;
}

.booking-item-details .tab-pane .list li span {
    font-size: 13px;
    font-family: vazir;
}

.booking-item-details .tab-pane .list li {
    margin-bottom: 18px;
}

.time-det-fb {
    font-size: 14px;
}

.tooltip .tooltiptext {
    z-index: 1;
}

.dash-line {
    border-top: dotted 2px #dfdfdf;
    margin: 3px 0;
    opacity: 1 !important;
}

.right-to-left .going-pause .plane-svg {
    position: absolute;
    left: 0;
    top: 17%;
    transform: scaleX(-1) translateY(50%);
}

.right-to-left .going-pause .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    right: 0;
    top: 30%;
    transform: translateY(50%);
}

.dash-line:before {
    font-family: FontAwesome;
    width: 0px;
    height: 18px;
    border: 0;
    position: absolute;
    content: '\f072';
    transform: rotate(45deg);
    display: block;
    top: 19px;
    border-radius: 50%;
    right: 0;
}

.dash-line:after {
    width: 6px;
    height: 6px;
    border: 2px solid #ff9a00;
    position: absolute;
    content: '';
    display: block;
    transform: rotate(0deg);
    top: 23px;
    border-radius: 50%;
    left: 0;
}

.pause-fb {
    text-align: center;
    display: block;
    font-size: 12px;
}

.pause-det-fb {
    font-size: 12px;
}

.going-pause,
.coming-pause {
    position: relative;
}

.one-pause-city {
    text-align: center;
}

    .one-pause-city span {
        font-size: 11px;
    }

    .one-pause-city:before {
        font-family: FontAwesome;
        position: absolute;
        content: '\f00d';
        top: 15px;
        right: 48%;
    }

.date-detail {
    font-size: 11px;
    line-height: 1.2;
}

.right-to-left .detail-left {
    float: left;
    text-align: left;
}

.detail-left {
    float: right;
    text-align: right;
    line-height: 2;
    font-size: 11px;
    color: #a2a2a2;
}

.float-left {
    float: left;
    text-align: left;
}

.pause-hr {
    margin: 10px 0;
    border-top: 1px dashed;
}

.lineh-1 {
    line-height: 1;
}

.checkradio {
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    background-color: white;
    border: 1px solid gray;
}

.checksquare {
    display: none;
}

.right-to-left .checkradio {
    right: 10px;
}

.checkradio:after {
    content: '';
    position: absolute;
    display: none;
}

.radio-label:hover input ~ .checkradio {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-label .checkradio:after {
    border: solid white;
    border-width: 0 3px 3px 0;
}
/* Show the checkmark when checked */
.radio-label input:checked ~ .checkradio:after {
    display: block;
}

/* Style the checkmark/indicator */
.radio-label .checkradio:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    /*border: solid #ff9a00;
  border-width: 0 3px 3px 0;*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-label .checksquare:after {
    content: '';
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    left: 6px;
    top: 2px;
    width: 8px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-label {
    display: block;
    position: relative;
    padding: 0px;
    padding-right: 35px;
    margin: 0px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #6d6e71;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .radio-label .payment-getway-img {
        padding: 0;
        border: 3px solid #e9ecef;
        border-radius: 15px;
        aspect-ratio: 1;
        height: 90px !important;
        object-fit: contain;
        transition: 0.2s;
    }

        .radio-label .payment-getway-img.active {
            border-color: var(--first-color);
        }


#div_Payment .rules {
    width: 50%;
}

#div_Payment .payment {
    width: 50%;
}

.bank-list {
    padding-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
}

.top-m {
    margin-top: 20px;
}

.timer-down {
    text-align: center;
    direction: ltr;
    background-color: white;
    padding: 33px;
    box-shadow: -3px 0px 1px 1px #f1f1f1;
}

    .timer-down p {
        padding-bottom: 10px;
    }

.time-box {
    color: gray;
}

.left {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0px;
}

    .left li {
        width: 0px;
        height: 0px;
    }

        .left li:nth-child(-n + 2) {
            margin-top: 4px;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #ffffff;
        }

.right-to-left .left li:nth-child(-n + 2) {
    margin-top: 4px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.left li:nth-child(3),
.left li:nth-child(6) {
    margin-top: 8px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.right-to-left .left li:nth-child(3),
.right-to-left .left li:nth-child(6) {
    margin-top: 8px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.left li:nth-child(4) {
    margin-top: 8px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.right-to-left .left li:nth-child(4) {
    margin-top: 8px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.left li:nth-child(5) {
    margin-top: 8px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.right-to-left .left li:nth-child(5) {
    margin-top: 8px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.left li:nth-child(7),
.left li:nth-child(9),
.left li:nth-child(11),
.left li:nth-child(12) {
    margin-top: 7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.right-to-left .left li:nth-child(7),
.right-to-left .left li:nth-child(9),
.right-to-left .left li:nth-child(11),
.right-to-left .left li:nth-child(12) {
    margin-top: 7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.left li:nth-child(8) {
    margin-top: 7px;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.right-to-left .left li:nth-child(8) {
    margin-top: 7px;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.left li:nth-child(10) {
    margin-top: 7px;
    margin-left: 1px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.right-to-left .left li:nth-child(10) {
    margin-top: 7px;
    margin-left: 1px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.left li:nth-child(13) {
    margin-top: 7px;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.right-to-left .left li:nth-child(13) {
    margin-top: 7px;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.left li:nth-child(14) {
    margin-top: 7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.right-to-left .left li:nth-child(14) {
    margin-top: 7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-left: 0;
}

.openbtn {
    position: fixed;
    bottom: 124px;
    right: 4px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 35%) !important;
}

.left-b {
    right: -7px;
}

.right-to-left .left-b {
    left: -7px;
    right: 0;
}

.reserve-date {
    display: block;
    text-align: center;
    direction: ltr;
    border-left: 1px solid rgb(228, 228, 228);
    border-right: 1px solid rgb(228, 228, 228);
}

.right-to-left .reserve-date {
    direction: rtl;
}

.change-days i {
    padding: 0 10px;
    transform: rotateY(180deg);
}

.right-to-left .change-days i {
    padding: 0 10px;
    transform: rotateY(0deg);
}

.modal-title {
    padding: 10px;
    color: gray;
    font-size: 16px;
    display: block;
    text-align: center;
}

.refresh-modal .modal-dialog .btn {
    width: auto;
    padding: 12px 20px;
    border-radius: 8px;
}

.refresh-modal .modal-dialog .index-btn {
    width: auto;
    padding: 12px 20px;
    border-radius: 8px;
}

.refresh-modal img {
    width: 45%;
    display: block;
    margin: auto;
}

.refresh-modal .modal-desc {
    padding: 10px;
    padding-bottom: 25px;
    color: gray;
    display: block;
    text-align: center;
}

.refresh-modal i {
    display: block;
    text-align: center;
    font-size: 85px;
    padding-top: 20px;
}

.error {
    color: #ff4343;
    font-size: 14px !important;
}

.notfound-img {
    width: 23%;
    display: block;
    margin: auto;
}

.notfound-ticket {
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
}

    .notfound-ticket p {
        text-align: center;
        font-size: 17px;
        line-height: 1.8;
    }

    .notfound-ticket .desc-nf {
        display: block;
        text-align: center;
        margin-bottom: 35px;
    }

    .notfound-ticket .search-again {
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: center;
        float: unset;
        align-items: center;
    }

    .notfound-ticket .search-nf {
        color: white;
        display: block;
        margin: auto;
    }

    .notfound-ticket .date-nf {
        display: block;
        margin: auto;
    }

        .notfound-ticket .date-nf:hover {
            color: white;
        }

.right-to-left .notfound-ticket .date-nf.prev {
    border-radius: 1px 16px 16px 1px;
    direction: rtl;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .right-to-left .notfound-ticket .date-nf.prev i {
        transform: rotateY(0deg);
    }

.notfound-ticket .date-nf.prev {
    border-radius: 16px 1px 1px 16px;
    direction: ltr;
}

    .notfound-ticket .date-nf.prev i {
        transform: rotateY(180deg);
    }

.right-to-left .notfound-ticket .date-nf.next {
    border-radius: 16px 1px 1px 16px;
    direction: rtl;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .right-to-left .notfound-ticket .date-nf.next i {
        transform: rotateY(0deg);
    }

.notfound-ticket .date-nf.next {
    border-radius: 1px 16px 16px 1px;
    direction: ltr;
}

    .notfound-ticket .date-nf.next i {
        transform: rotateY(180deg);
    }

.booking-title-fb span {
    color: var(--first-color);
}

.sort-ul-fb li a:hover {
    background-color: #eaeaea;
    border-radius: 7px;
}

.rule-body {
    padding: 35px;
    line-height: 1.9;
}

.sa-collapse {
    background-color: white;
    height: auto;
    padding: 10px 25px;
    margin-bottom: 10px;
    border: 1px solid var(--first-color);
    border-radius: 8px;
}

.booking-title-fb {
    direction: ltr;
}

.right-to-left .booking-title-fb {
    direction: rtl;
    border-radius: 8px;
    background-color: #fff;
    border-color: var(--first-color);
    color: var(--first-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.booking-title-fb a.searchagain {
    border-radius: 8px;
    padding: 4px;
    background-color: white;
    font-size: 15px;
    transition: 0.15s;
}

.right-to-left .sidebar-fb li .booking-filters-title {
    text-align: right;
    direction: rtl;
}

.sidebar-fb li .booking-filters-title {
    font-size: 14px;
    margin: 5px 0;
}

.checkbox {
    padding: 0 !important;
    padding-bottom: 12px !important;
}

.sa-collapse label {
    text-align: left;
}

.right-to-left .sa-collapse label {
    text-align: right;
}

.page-container #SearchAgain {
    background-color: white;
    padding: 0px 25px;
    margin-bottom: 10px;
    border: 1px solid var(--first-color);
    border-radius: 8px;
}

.right-to-left .prev-day {
    /*border-left: 1px solid #e4e4e4;*/
    border-right: none;
    direction: rtl;
}

.prev-day {
    border-right: 1px solid #e4e4e4;
    direction: ltr;
}

.right-to-left .next-day {
    /*border-right: 1px solid #e4e4e4;*/
    border-left: none;
    direction: rtl;
}

.next-day {
    border-left: 1px solid #e4e4e4;
    direction: ltr;
}

.right-to-left .notfound-ticket .nf-prev {
    border-left: 1px solid #e4e4e4;
    border-right: 0;
}

.right-to-left .notfound-ticket .nf-next {
    border-right: 1px solid #e4e4e4;
    border-left: 0;
}

.notfound-ticket .nf-prev {
    border-right: 1px solid #e4e4e4;
}

.notfound-ticket .nf-next {
    border-left: 1px solid #e4e4e4;
}

.fb-money {
    direction: ltr;
}

.right-to-left .fb-money {
    direction: rtl;
}

.line-label-slider {
    float: left;
    direction: ltr;
}

.right-to-left .line-label-slider {
    float: right;
    direction: rtl;
}

.booking-title-fb a.searchagain:focus {
    text-decoration: none;
}

.booking-item-placeholder {
    height: 119px;
    background: white;
    margin-top: 7px;
}

.loading-ul {
    padding-top: 50px;
}

.loading .rect {
    background-color: #f3f3f3;
    background: linear-gradient(to right, #f3f3f3 5%, #eee 20%, #f3f3f3 35%);
    animation: placeholderShimmer 5s linear 0s infinite normal forwards;
    border-radius: 5px;
}

.loading .price-rect1 {
    height: 30px;
    width: 45%;
    margin: auto;
    margin-top: 20px;
    border-radius: 20px;
}

.loading .price-rect2 {
    height: 30px;
    width: 100%;
    margin-top: 10px;
}

.loading .pic-rect {
    height: 50px;
    width: 50px;
    margin: auto;
    margin-top: 15px;
}

.loading .class-rect {
    height: 30px;
    width: 100%;
    margin-top: 25px;
}

.loading .time-rect1 {
    margin-top: 25px;
    height: 30px;
    width: 100%;
}

.loading .time-rect2 {
    margin-top: 5px;
    height: 20px;
    width: 100%;
}

.loading .capacity-rect1 {
    margin: auto;
    margin-top: 25px;
    height: 30px;
    width: 70%;
}

.loading .capacity-rect2 {
    margin: auto;
    margin-top: 5px;
    height: 20px;
    width: 80%;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

.show-help-passport {
    font-size: smaller;
    color: #fff !important;
    background-color: #d2322d;
    border-color: #ac2925;
    margin-bottom: 10px;
}

.fb-btn-choose-pass,
.choose-expassenger-button {
    color: var(--first-color);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.4rem;
    padding: 7px 8px;
    border: none;
    border-radius: 7px;
}

    .fb-btn-choose-pass input {
        color: var(--first-color);
        padding: 0;
        font-size: 13px;
    }


.passport-photo {
}

.moredetail-txt {
    font-weight: 700;
    font-size: 14px;
    background-color: transparent !important;
    padding: 5px 15px;
    color: #FF8400 !important;
    border-radius: 15px 15px 0px 0px;
    cursor: pointer;
}

#ticket-col {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

.color-default {
    color: var(--first-color);
}

.btn-primary,
.btn-primary:hover {
    background-color: var(--first-color) !important;
    border-color: var(--first-color) !important;
}

/*-------- Loading Sidebar --------*/


.loading-sidebar ul {
    padding: 0;
}

.loading-sidebar .li-load {
    width: 100%;
    background: white;
    padding: 15px 20px 10px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.loading-sidebar .li-load1 {
    height: 140px;
}

.loading-sidebar .li-load2 {
    height: 140px;
}

.loading-sidebar .li-load3 {
    height: 190px;
}

.loading-sidebar .li-load4 {
    height: 150px;
}

.rect {
    background-color: #f3f3f3;
    background: linear-gradient(to right, #f3f3f3 5%, #eee 20%, #f3f3f3 35%);
    animation: placeholderShimmer 5s linear 0s infinite normal forwards;
    border-radius: 5px;
}

.rect1 {
    height: 15px;
    width: 50%;
    margin-top: 15px;
}

.rect2 {
    height: 15px;
    width: 100%;
    margin-top: 15px;
}

.rect3 {
    height: 15px;
    width: 30%;
    margin-top: 15px;
}

.rect4 {
    height: 15px;
    width: 45%;
    margin-top: 20px;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

/*-------------------------*/

.div_Persons {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px 5px;
}

    .div_Persons::before {
        content: none;
    }

.collapse-arrow-icon {
    transition: 0.2s;
}

.title-number {
    background-color: #fff;
    border-radius: 7px;
    width: 34px;
    height: 34px;
    color: var(--first-color);
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #navbarNav {
        display: flex !important;
    }
}

/*-------- Loading Main --------*/

/*--------For Desktop --------*/
.loading-main {
    margin-top: 18px;
    margin-bottom: 45px;
    width: 100%;
    height: 490px;
    padding: 0px;
    direction: rtl;
    background-color: white;
    border-radius: 5px;
}

.loading-main-row {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
}

.loading-main-col {
    height: 100%;
}

.loading-main-ul {
    padding: 20px 0px 20px;
    height: 100%;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.loading-main-banner {
    height: 70%;
    margin-bottom: 2.5rem;
}

.loading-main-tit {
    display: inline-block;
    margin-bottom: 10px;
}

.loading-main-des {
    height: 14%;
}

.loading-main-foot {
    width: 100%;
}

.loading-main-wait {
    overflow: hidden;
    color: var(--first-color);
    border-left: 0.15em solid var(--first-color);
    white-space: nowrap;
    animation: typing 1.5s steps(20, end) forwards, blink 0.75s infinite;
    max-width: 94%;
    font-size: 14px;
    line-height: inherit;
    margin-right: 25px;
}

#loading_main_img {
    width: 100%;
    height: 100%;
}

#loading_main_tit {
    font-size: 16px;
    font-weight: bold;
}

#loading_main_des {
    font-size: 13px;
    line-height: inherit;
}

#loading_main_btn {
    border-radius: 30px;
    height: 40px;
    width: 25%;
    box-shadow: 0 1px 3px 0 grey;
    padding: 10px 10px;
}

[data-loader="circle-side2"] {
    position: inherit;
    width: 25px;
    height: 25px;
    margin-left: -15px;
    margin-top: -5px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid var(--first-color);
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
}

.booking-item-container [data-loader="circle-side2"] {
    margin: 0;
    width: 40px;
    height: 40px;
    border-width: 3px;
}

#search_svg {
    height: 40%;
    width: 20%;
    position: relative;
    bottom: 60%;
    left: 7%;
    -webkit-animation: circleAround 3s linear infinite;
    -moz-animation: circleAround 3s linear infinite;
    -o-animation: circleAround 3s linear infinite;
    animation: circleAround 3s linear infinite;
}



.loading-main-svg {
    fill: var(--first-color);
}

@keyframes typing {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    from {
        border-color: transparent;
    }

    to {
        border-color: hsl(var(--first-color-hsl) / 70%);
    }
}

@-webkit-keyframes circleAround {
    from {
        -webkit-transform: rotate(0deg) translateX(40px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(40px) rotate(-360deg);
    }
}

@-moz-keyframes circleAround {
    from {
        -moz-transform: rotate(0deg) translateX(40px) rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg) translateX(40px) rotate(-360deg);
    }
}

@-o-keyframes circleAround {
    from {
        -o-transform: rotate(0deg) translateX(40px) rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg) translateX(40px) rotate(-360deg);
    }
}

@keyframes circleAround {
    from {
        transform: rotate(0deg) translateX(40px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(40px) rotate(-360deg);
    }
}

.checkbox label {
    display: inline !important;
    font-size: 12px;
}

/*----------------------------*/

#btnSearch {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    height: 42px;
}


#login-modal input, #login-modal input[type="text"], #login-modal input[type="password"], #login-modal input[type="email"], #login-modal input[type="number"], #login-modal textarea, #login-modal select {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%);
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
}

#login-modal input {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    #login-modal input:focus, #login-modal input[type="text"]:focus, #login-modal input[type="password"]:focus, #login-modal input[type="email"]:focus, #login-modal input[type="number"]:focus, #login-modal textarea:focus {
        color: #808080;
        -webkit-transition: -webkit-box-shadow 0.2s !important;
        transition: -webkit-box-shadow 0.2s !important;
        -o-transition: box-shadow 0.2s !important;
        transition: box-shadow 0.2s !important;
        transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
        -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
        box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 22%);
        border: 1px solid #d8d8d8;
        opacity: 1;
    }

#login-modal #loginSection {
    display: block;
}

#login-modal #panelLogin .login {
    width: 400px;
    margin: 0 auto;
    padding: 10px 20px 14px 23px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17.3px 0.7px rgb(187 187 187 / 50%);
    box-shadow: 0 0 17.3px 0.7px rgb(187 187 187 / 50%);
    background-color: #fff;
    position: relative;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

    #login-modal #panelLogin .login .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

        #login-modal #panelLogin .login .title > span:nth-child(1) {
            display: inline-block;
            font-size: 21px;
            font-weight: 500;
            position: relative;
            margin-bottom: 25px;
        }

            #login-modal #panelLogin .login .title > span:nth-child(1)::before {
                content: "";
                position: absolute;
                right: 0;
                bottom: -5px;
                height: 3px;
                width: 100%;
                background-color: var(--first-color);
            }

    #login-modal #panelLogin .login .caption {
        font-size: 14px;
        font-weight: 300;
        color: #6c6c6c;
        margin-bottom: 15px;
    }

    #login-modal #panelLogin .login .confirmNext button {
        border-radius: 5px;
        background-color: var(--first-color);
        color: #fff;
        border: none;
        width: 100%;
        padding: 8px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #login-modal #panelLogin .login .confirWithGoogle {
        margin-top: 15px;
    }

        #login-modal #panelLogin .login .confirWithGoogle button {
            border-radius: 5px;
            background-color: #590371;
            color: #fff;
            border: none;
            width: 100%;
            padding: 8px 0;
        }

#login-modal #panelLogin .toForgetPass {
    font-size: 12px;
    margin-top: 10px;
    cursor: pointer;
}

#login-modal #panelLogin .login .registrationWrap {
    font-size: 12px;
    font-weight: 300;
    color: #6c6c6c;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

    #login-modal #panelLogin .login .registrationWrap span {
        color: #4285f4;
        font-weight: 500;
        position: relative;
        cursor: pointer;
    }

        #login-modal #panelLogin .login .registrationWrap span::before {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #4285f4;
        }

#login-modal #panelLogin .login .privacy {
    font-size: 11px;
    font-weight: 300;
    color: #6c6c6c;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

    #login-modal #panelLogin .login .privacy a {
        color: #646464;
        font-weight: 500;
        position: relative;
    }

        #login-modal #panelLogin .login .privacy a::before {
            content: "";
            position: absolute;
            bottom: -3px;
            width: 100%;
            height: 1px;
            background-color: #646464;
            left: 0;
        }

#login-modal #panelLogin .login .mobileStep, #login-modal #panelLogin .login .emailStep {
    display: none;
}

#login-modal #panelLogin .login .title > span:nth-child(2) {
    cursor: pointer;
}

#login-modal .emailStep .inputFirst {
    position: relative;
}

.mobileStep .inputFirst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 20px !important;
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

.inputFirst .code-input {
    width: 60px !important;
    text-align: center;
    margin: 0 auto !important;
}

.api-tag {
    font-size: 9px;
    color: #01355a;
    margin: 5px;
    background-color: #e7e7e7;
    padding: 5px;
    border-radius: 6px;
}

.api-tag-roundtrip {
    font-size: 11px;
    color: #01355a;
    margin-top: 5px;
    margin-right: 2px;
    background-color: #e7e7e7;
    padding: 7px;
    padding-left: 2px;
    border-radius: 3px;
    writing-mode: vertical-lr;
}

#exPassengerModalBody {
    height: 60vh;
    min-height: 60vh;
    max-height: 70vh;
}

#exPassengerModal .modal-dialog .modal-header::before,
#exPassengerModal .modal-dialog .modal-header::after {
    display: none;
}

#exPassengerModal .modal-dialog th {
    padding: 0.7rem;
}

#exPassengerModal .modal-dialog td {
    padding: 0.85rem 0.5rem;
}

#exPassengerModal .modal-dialog th,
#exPassengerModal .modal-dialog td {
    text-align: center;
}

#exPassengerModal .modal-dialog .modal-header {
    background-color: var(--first-color);
    padding: 0.5rem;
}

    #exPassengerModal .modal-dialog .modal-header .modal-title {
        display: flex;
        align-items: center;
        column-gap: 0.5rem;
        color: #fff;
        padding: 0.4rem;
    }

#exPassengerModal .modal-dialog .modal-body .expassengers-table {
    border-collapse: collapse;
    border-radius: 4px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #e9e9e9;
    table-layout: fixed;
}

#exPassengerModal .modal-dialog .modal-body .expassengers-table-head {
    background-color: #e9e9e9;
}

    #exPassengerModal .modal-dialog .modal-body .expassengers-table-head .name-column {
        width: 40%;
    }

    #exPassengerModal .modal-dialog .modal-body .expassengers-table-head .code-column {
        width: 25%;
    }

    #exPassengerModal .modal-dialog .modal-body .expassengers-table-head .birthdate-column {
        width: 20%;
    }

    #exPassengerModal .modal-dialog .modal-body .expassengers-table-head .choose-column {
        width: 15%;
    }

#exPassengerModal .modal-dialog .modal-body .expassengers-table-body tr {
    border: 1px solid #e9e9e9;
}

    #exPassengerModal .modal-dialog .modal-body .expassengers-table-body tr .select-btn:hover {
        color: #fff !important;
        background-color: var(--second-color) !important;
    }

#exPassengerModal .modal-dialog .modal-body .searchbox {
    position: relative;
    padding: 0;
}

    #exPassengerModal .modal-dialog .modal-body .searchbox input {
        border-radius: 4px;
        padding: 0.75rem;
        font-size: 1rem;
        background-color: #f7f7f7;
        border: 1px solid #f7f7f7;
        transition: all 0.2s;
    }

        #exPassengerModal .modal-dialog .modal-body .searchbox input:focus {
            border: 1px solid var(--second-color);
        }

    #exPassengerModal .modal-dialog .modal-body .searchbox i {
        position: absolute;
        height: max-content;
        top: 50%;
        left: 0.5rem;
        transform: translate(0, -50%);
        transition: all 0.2s;
    }

    #exPassengerModal .modal-dialog .modal-body .searchbox input:focus + i {
        color: var(--second-color);
    }


.modal-backdrop.show {
    opacity: 0.5;
}

#ticket-col #sort-col {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: #fff;
}

.TicketRules {
    max-height: 250px;
    overflow: auto;
}

/* HTML: <div class="loader"></div> */
.rules-load {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
}

    .rules-load::before,
    .rules-load::after {
        content: "";
        grid-area: 1/1;
        margin: 2px;
        border: inherit;
        border-radius: 50%;
    }

    .rules-load::before {
        border-color: #f03355 #0000;
        animation: inherit;
        animation-duration: .5s;
        animation-direction: reverse;
    }

    .rules-load::after {
        margin: 8px;
    }

@keyframes l16 {
    100% {
        transform: rotate(1turn)
    }
}


.search-again-loader {
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: search-again-loader 1s infinite linear alternate;
}

@keyframes search-again-loader {
    0% {
        box-shadow: 20px 0 #fff, -20px 0 #fff2;
        background: #fff
    }

    33% {
        box-shadow: 20px 0 #fff, -20px 0 #fff2;
        background: #fff2
    }

    66% {
        box-shadow: 20px 0 #fff2,-20px 0 #fff;
        background: #fff2
    }

    100% {
        box-shadow: 20px 0 #fff2,-20px 0 #fff;
        background: #fff
    }
}

#loginModal .modal-content {
    box-shadow: none;
}

#loginModal .nav {
    border-bottom: none;
}

    #loginModal .nav .nav-link {
        line-height: 30px;
    }

#div_Accept_Passengers .passenger-table {
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

    #div_Accept_Passengers .passenger-table thead {
        background-color: #ebf3ff;
    }

    #div_Accept_Passengers .passenger-table tbody tr {
        background-color: #f7f7f7;
    }

.passenger-table tbody, .passenger-table td, .passenger-table tfoot, .passenger-table th, .passenger-table thead, .passenger-table tr {
    padding: 15px;
    text-align: center !important;
}

@media (max-width: 1500px) {
    .global-wrap .page-container {
        width: 90%;
    }
}

@media (max-width: 1350px) {
    .global-wrap .page-container {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .global-wrap .page-container {
        width: 90%;
    }

    #loading_sidebar {
        display: none !important;
    }

    .checksquare {
        top: 10% !important;
        right: -3% !important;
    }

    .rule-accept .checkbox {
        display: inline-flex;
        padding-left: 0 !important;
    }

    #header .container .navbar-collapse {
        z-index: 0;
        padding: 0;
        top: 2.6rem;
    }

    #content {
        padding-top: 0;
    }

    #header .w-100.first-color-bg .container {
        display: flex;
        position: relative;
        z-index: 10;
    }


    #ticket-col #sort-col .change-days {
        display: flex;
        justify-content: center;
    }

        #ticket-col #sort-col .change-days .btnNextDay {
            padding-right: 15%;
        }

        #ticket-col #sort-col .change-days .btnBeforeDay {
            padding-left: 15%;
        }

    .loading-main {
        margin: 70px 0px 45px 0px;
        height: 420px;
    }

    .loading-foot {
        width: 100%;
        margin-top: 38px;
    }

    #loading_main_btn {
        border-radius: 17px;
        height: 35px;
        width: 35%;
        padding: 5px 10px;
    }

    #search_svg {
        height: 35%;
        width: 17%;
        position: relative;
        bottom: 57%;
        left: 7%;
    }

    .margin-svg {
        margin-top: 12%;
    }

    .loading-main-banner {
        height: 55%;
    }

    .loading-main-wait {
        font-size: 10px;
        margin-right: 20px;
    }

    .dep-time-fb, .arr-time-fb {
        font-size: 20px;
    }

    .booking-item-destination-fb {
        font-size: 15px;
        margin-bottom: 0px;
    }

    #exPassengerModalBody {
        max-height: unset;
    }

    #exPassengerModal .modal-dialog {
        margin: 0 !important;
        height: 100% !important;
    }

        #exPassengerModal .modal-dialog .modal-content {
            border-radius: 0 !important;
            height: 100% !important;
        }

            #exPassengerModal .modal-dialog .modal-content .modal-header {
                border-radius: 0 !important;
            }

        #exPassengerModal .modal-dialog .modal-header .modal-title {
            font-size: 0.9rem !important;
        }

        #exPassengerModal .modal-dialog .modal-body .expassengers-table {
            font-size: 0.75rem;
        }

        #exPassengerModal .modal-dialog th {
            padding: 0.5rem 0.3rem;
        }

        #exPassengerModal .modal-dialog td {
            padding: 0.7rem 0.35rem;
        }

        #exPassengerModal .modal-dialog .modal-body .expassengers-table button {
            font-size: 0.75rem;
            font-size: 0.75rem;
            padding: 0.25rem 0.75rem;
        }

    #div_GetIssue #btnGetIssueTracking {
        font-size: 1rem;
    }

    .rect {
        width: 70px !important;
    }

    .trip-title {
        font-size: 15px !important;
        color: #52575C !important;
    }

    .booking-item {
        padding: 0;
    }

    #ticket-col #sort-col {
        border: 0 !important;
        padding: 0 !important;
        background: none;
    }

        #ticket-col #sort-col .change-days {
            background-color: #fff;
            padding: 10px;
            border-radius: 7px;
        }

    #sort-col {
        min-height: 0;
    }

    .sort-fb .my-sort {
        width: calc(50% - 6px);
    }

    .sort-ul-fb .my-sort a {
        width: 100%;
        display: block;
        padding: 9px 5px;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #e6e6e6;
    }

    .sort-ul-fb .my-sort.active a {
        padding: 8px 5px;
        border-radius: 6px;
        border: 1px solid var(--first-color);
    }

    .sort-ul-fb {
        width: 100%;
        gap: 12px;
        display: flex;
        justify-content: normal;
    }

    .right-to-left .going-pause .circle {
        top: 33%;
    }

    .right-to-left .going-pause .plane-svg {
        top: 22%;
    }

    .loading-main {
        margin-top: 20px;
    }

    .booking-title-fb {
        margin-top: 0;
    }

    .global-wrap {
        padding-top: 0;
    }

    .mobile-hr {
        border: 1px dashed #939393;
        padding: 0;
        margin: 20px 0 10px 0 !important;
        width: 100%;
    }

    /*flight details*/
    .leg-details {
        width: 100% !important;
    }

    .flight-details .road-line {
        top: 13%;
        bottom: 13%;
        right: -13px;
    }

        .flight-details .road-line .icon {
            top: 50%;
        }

    .flight-details .image {
        padding-right: 0px !important;
    }

    .tabbable ul li a {
        background-color: #f1f1f1 !important;
        border-radius: 8px;
        font-size: 13px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tabbable ul li a.active {
            color: var(--first-color);
            font-weight: 500;
        }

    .tabbable ul li {
        width: 33.333333%;
        text-align: center;
    }

    .tabbable ul.one-way li {
        width: 50% !important;
    }

    .leg-hr,
    .leg-hr-final {
        margin-left: auto;
        margin-right: auto;
    }

    .modal-header::after,
    .modal-header::before {
        display: none !important;
    }

    .modal-header .icon {
        opacity: 1 !important;
    }

    .close {
        opacity: 1;
    }

    .fb-btn-reserve-mobile {
        background-color: var(--first-color);
        border-color: hsl(var(--first-color-hs) calc(var(--first-color-l) - 20%));
        border-radius: 6px;
        color: white;
        padding: 8px;
    }

        .fb-btn-reserve-mobile:active {
            background-color: hsl(var(--first-color-hs) calc(var(--first-color-l) - 20%));
        }

    .after-select-btn, .after-select-btn:hover {
        background-color: white !important;
        border-color: #e6e6e6 !important;
        color: #8f8f8f;
    }


    /*search again*/
    #SearchAgain .tabbable {
        padding: 0;
    }

    #SearchAgain .tabbable {
        background-color: #fff;
        padding: 20px;
    }

    /*reserve loading*/
    .reserve-loader {
        width: 15px;
        aspect-ratio: 1;
        border-radius: 50%;
        animation: l5 1s infinite linear alternate;
    }

    @keyframes l5 {
        0% {
            box-shadow: 20px 0 #000, -20px 0 #0002;
            background: #000
        }

        33% {
            box-shadow: 20px 0 #000, -20px 0 #0002;
            background: #0002
        }

        66% {
            box-shadow: 20px 0 #0002,-20px 0 #000;
            background: #0002
        }

        100% {
            box-shadow: 20px 0 #0002,-20px 0 #000;
            background: #000
        }
    }

    .switch-distance-btn {
        transform: rotate(90deg);
        top: 43%;
    }

    #tab_RoundTrip, #tab_OneWay {
        width: calc(50% - 3px)
    }


    .price-section {
        background: linear-gradient(0deg, rgba(255,255,255,1) 100%, rgba(255,255,255,0.2) 100%);
        padding-bottom: 15px !important;
        position: sticky;
        bottom: 0;
    }

    .price-container {
        padding-bottom: 0 !important;
    }

    .flight-details-container {
        min-height: 61vh;
    }

    .booking-list-fb {
        width: 100% !important;
    }

    .timer-down {
        flex-direction: row-reverse !important;
        height: 100px !important;
        justify-content: end !important;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 !important;
    }

    #lblCurrentDateTime {
        font-size: 20px !important;
        font-weight: 500;
    }

    .mobile-search-input {
        height: 42px;
    }

    .flight-loader {
        width: 50px;
        aspect-ratio: 1;
        display: grid;
        border: 4px solid #0000;
        border-radius: 50%;
        border-color: #ccc #0000;
        animation: l16 1s infinite linear;
    }

        .flight-loader::before,
        .flight-loader::after {
            content: "";
            grid-area: 1/1;
            margin: 2px;
            border: inherit;
            border-radius: 50%;
        }

        .flight-loader::before {
            border-color: #f03355 #0000;
            animation: inherit;
            animation-duration: .5s;
            animation-direction: reverse;
        }

        .flight-loader::after {
            margin: 8px;
        }

    @keyframes l16 {
        100% {
            transform: rotate(1turn)
        }
    }

    .icon-area {
        width: 45px;
        height: 45px;
        border-radius: 8px;
        background-color: #ebf3ff;
    }

    .select-date-btn {
        background-color: var(--first-color);
        margin: 0;
        color: #fff;
        height: 42px;
    }

        .select-date-btn.not-active {
            filter: grayscale(1) opacity(0.5);
        }

    .recommended-item {
        border-radius: 7px;
        padding: 7px !important;
        transition: 0.15s;
    }

        .recommended-item.selected {
            background-color: #e7e7e785 !important;
        }

    .booking-item-price {
        font-size: 16px !important;
    }

    .calendars-popup {
        z-index: 1056 !important;
    }

    .TicketRules {
        height: 100%;
        overflow: hidden;
        max-height: 100%;
    }

    .fb-btn-reserve-mobile:focus,
    .fb-btn-reserve-mobile:active {
        color: #fff !important;
        background-color: var(--first-color) !important;
    }

    .fb-btn-reserve-mobile.after-select-btn:focus,
    .fb-btn-reserve-mobile.after-select-btn:active {
        color: var(--first-color) !important;
        background-color: #fff !important;
    }

    .switch-distance-btn {
        display: none;
    }

    .passengers-collapse-btn .collapse-btns .expassengers span,
    .passengers-collapse-btn .collapse-btns .passport-photo input {
        font-size: 0.75rem !important;
        padding: 0 !important;
        border: none;
    }

    .passengers-collapse-btn .collapse-btns .passport-photo {
        padding: 0;
    }

    .passengers-collapse-btn .title-number {
        width: 28px;
        height: 28px;
    }

    .passengers-collapse-btn {
        row-gap: 10px !important;
    }

        .passengers-collapse-btn .title {
            font-size: 12px !important;
        }

    .fb-btn-choose-pass, .choose-expassenger-button {
        padding: 7px 5px;
    }

    .card-body .div_Persons {
        grid-template-columns: 1fr;
        gap: 15px;
    }

        .card-body .div_Persons .form-group {
            text-align: right;
        }

    .booking-item .content {
        width: 100%;
    }

    .booking-item-flight-details-fb {
        justify-content: space-between;
        align-items: center;
    }

    .going-pause-container {
        width: 60%;
    }

    .filter-margin-xs {
        margin: 0px 0 10px 0;
    }

    #div_Payment .rules {
        width: 100%;
    }

    #div_Payment .payment {
        width: 100%;
    }

    #div_Accept_Passengers .passenger-table tr th {
        background-color: #ebf3ff;
        width: max-content;
        white-space: nowrap;
    }

    #div_Accept_Passengers .passenger-table tr td {
        width: 100%;
    }

    .traveler-tag span {
        font-size: 16px;
    }

    .bank-list {
        gap: 10px;
    }

        .bank-list .radio-label .payment-getway-img {
            height: 70px !important;
        }

    #filter-col .modal-header {
        line-height: 21px;
    }

        #filter-col .modal-header p {
            font-size: 16px !important;
            color: #808080;
            padding: 10px;
        }

        #filter-col .modal-header button {
            padding: 0 6px !important;
        }

    .booking-item .bagage {
        display: flex;
        column-gap: 0.5rem;
        align-items: center;
        background-color: #ebebeb;
        border-radius: 50px;
        padding: 0.25rem 0.5rem;
        color: #979797;
    }

        .booking-item .bagage span {
            line-height: unset;
            font-weight: 700;
            font-size: 12px !important;
        }

    .booking-item .flight-no {
        line-height: 1;
    }
}
