﻿#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;*/
    padding: 15px 0;
    width: 100%;
    /*border: 1px solid gainsboro;*/
}

.booking-filters-fb .booking-filters-list > li {
    margin-top: 15px;
    background-color: white;
    padding: 15px 20px 10px 20px;
    border: 1px solid #e6e6e6;
    list-style: none;
    /*border-top: 1px solid #3b3b3b;*/
}

.custome-validate {
        border: 1px solid #fa253c !important;
   }

.checkbox,.radio {
    display: block;
    min-height: 20px;
    padding-left: 20px !important;
}
.flex-line {
    display: flex;
    padding-right: 15px;
}


.booking-item:hover, .booking-item.active {
    color: #737373;
    /*border: 1px solid #ed8323;*/
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

.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;
}
a:hover {
    color: #737373;
}

.right-to-left .booking-title {
    text-align: start!important;
}

.right-to-left .i-check, .i-radio {
    right: -7px;
    margin-right: -13px;
    float: right;
    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: 15px 10px; 
    color: #808080;  
    font-size: 15px;
    border: 1px solid gainsboro;
}

.sort-ul-fb {
    list-style: none;
    display: inline-flex;
    padding-right:0;
    margin-bottom: 0;
}

.sort-ul-fb li a:focus {
    text-decoration: none;
}
.sort-ul-fb li.active a {
    color: white;
    border-radius: 4px;
}

.booking-item-airline-logo-fb {
    text-align: center;
    /*margin-top: 15px;*/
}
.booking-item-airline-logo-fb img {
    border: 1px solid #b3b3b3;
    border-radius: 50%;
}
.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-center {
    text-align: center !important;
}
.text-right {
    text-align: right;
}
.booking-item-destination-fb {
    font-size: 13px;
    line-height: 0.9;
    text-align: center;
    color: #ababab;
    margin-bottom:29px;
}
.dep-time-fb , .arr-time-fb {
    display: inline;
}
.plane-fb {
    position: absolute !important;
    top: 0 !important;
    transform: rotateY(180deg);
}
.time-dur-fb {
    color: #757575; 
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.fb-flight-num {
    display: block;
    padding-top: 10px;
    text-align: center;
}
.booking-item-flight-class-fb {
    margin-bottom: 7px;
    font-size: 13px;
    color: #8f8f8f;
    line-height: 1em;
    border: 1px solid #8f8f8f;
    text-align: center;
    margin: auto;
    padding: 4px;
    border-radius: 2px;
    writing-mode: vertical-lr;
}
.roundtrip-fb .booking-item-flight-class-fb {
    padding: 30px 5px;

}
.booking-item-flight-details-fb {
    overflow: hidden;
    margin-top: 20px;
}

.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;
    margin-bottom: 30px;
    margin-top: 8px;
}
.booking-list-fb li {
    /*margin-top: 5px;*/
    position: relative;
    text-align: right;
    /* padding-right: 20px; */
}
.checkmark li {
    margin: 9px 0;
    position: relative;
    text-align: right;
    padding-right: 20px;
}
.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 {
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s, height 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s, height 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s, height 0.3s;
    transition: opacity 0.3s, transform 0.3s, height 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}*/

.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;
}

.booking-item-container .booking-item-details .list {
    margin-bottom: 20px;
    line-height: 1.2;
}
.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 {
    width: 100%;
    font-size: 12px;
}
.tab-label-fb {
    font-size: 11px;
    color: #a2a2a2;
    padding: 1px 5px;
}
.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: 12px;
    top: 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;
    display: block;
    left: 0;
    width: 100%;
    height: 12px;
    top: 25px;
}

.irs-slider {
    position: absolute;
    display: block;
    left: 0;
    width: 5px;
    height: 18px;
    top: 22px;
    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: 300px;
}

.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;
}


.booking-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .booking-list > li {
        margin-bottom: 15px;
        position: relative;
    }

.booking-item {
    cursor: pointer;
    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;
    margin-bottom: 5px;
}


        .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;
        }
 

/*mobile*/
@media(max-width:992px){
    /*.coming-flight {
        border-top: 1px solid gray;
    }*/
    .service-tour-booking .available-service {
        padding-top: 10px;
    }
    .none-xs {
        display: none;
    }
    .booking-item button.change-flight-btn {
        width: 100%;
    }
    .hotelimage-booking {
        width: 100%;
        height: 220px;
    }
    .notfound-ticket {
        margin-top: 80px;
        padding: 50px 10px;
    }
    .refresh-modal .modal-dialog {
        position: fixed;
        top: 25%;
        right: 0;
        left: 0;
        width: 90%;
        margin: auto;
    }
    .booking-item button.rule-btn {
        width: 100%;
    }
    .choose-btn, .room-btn-next {
        width: 100%!important;
    }
    .timer {
        width: 100%;
        margin: 20px 0;
    }
    .hotel-booking-name {
        padding-top: 15px;
    }
    .sort-fb ul li {
        font-size: 13px;
    }
    .booking-item-airline-logo-fb img {
        width: 35px;
        height: 35px;
    }
    .mb0-xs {
        margin-bottom: 0!important;
    }
    .traveler-tag {
        text-align: center;
    }
    .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: 0;
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      background-color: #f6f6f6;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }

    .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 !important;
    }
    /*.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;
        border: 1px solid;
        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;
    }
}
/*desktop*/
@media(min-width:992px) {
    button.rule-btn, button.rule-btn:focus {
        width: 85%;
    }
    .change-flight-btn {
        width: 85%;
    }
    .booking-list-fb li {
         display: -webkit-box;
    }
    .hotelimage-booking {
        width: 190px;
        height: 120px;
    }
    .notfound-ticket {
        margin-top: 34px;
        padding-top: 55px;
        padding-bottom: 180px;
    }
    .refresh-modal .modal-dialog {
        position: fixed;
        top: 25%;
        right: 0;
        left: 0;
        width: 35%;
    }
    .choose-btn , .choose-btn:focus ,.choose-btn:hover{
        width: 85%;
        /*margin-left: 10px;*/
    }
    /*.rule-btn {
        margin-left: 10px;
    }*/
    .ticket-left-col {
        height: auto;
        /*border-right: 1px solid gainsboro;*/
    }
    .ticket-right-col {
        border-left: 1px solid gainsboro;
    }
    .service-tour-booking {
        padding-bottom: 45px;
        padding: 0;
    }
    /*.choose-btn {
        position: absolute;
        left: 0;
        bottom: 0;
    }*/
    /*.rule-btn {
        position: absolute;
        left: 0;
        bottom: 40px;
    }*/
    .timer {
        width: 30%;
        margin: 20px 18px;
    }
    .booking-item-airline-logo-fb img {
        width: 25px;
        height: 25px;
        display: block;
        margin: auto;
    }
    .irs-single {
         display: none !important;
     }
    .booking-item {
        padding-top: 10px;
        /*margin-top: 5px;*/
        /*margin-bottom: 5px;*/
    }
    .fb-btn-reserve {
        width: 100%;
    }
    .text-center-lg {
        text-align: center;
    }
    .hidden-lg {
        display: none;
    }
    .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;
    }
    .booking-title-fb a.searchagain {
        font-size: medium; 
        color: #FFCC80; 
        float: left; 
        padding: 0 5px;
        border: 1px solid;
    }
    .sort-ul-fb:before {
        content: attr(data-label);
        color: #3b3b3b;
        padding-left: 10px;
        font-family: 'IRANSansWeb', arial, helvetica, sans-serif;
    }
    .sort-ul-fb li a {
        padding: 2px 10px;
    }
}
.card-top{
    display: block !important;
}
.display-none {
    display: none !important;
}
.display-block {
    display: block !important;
}
.fb-form {
    background-color: white;
    padding: 20px 5px;
    border: 1px solid #e6e6e6;
    direction: rtl;
    margin-bottom: 10px;
    text-align: justify;
}
.fb-form-header {
    background-color: #ed8323;
    color: white;
    padding: 10px;
    font-size: 17px;
}
.flex-line span {
    padding: 2px 9px;
    padding-right: 0;
}
.form-label-fb {
    margin-right: 10px;
}
.traveler-tag span {
    font-size: 18px;
    padding: 0 15px;
}
.traveler-tag {
    padding-bottom: 20px;
    padding-top: 20px;
}
.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: #4b8a4b;
    color: white;
    font-weight: lighter;
}
.airline-coming , .airline-going {
    padding: 5px;
}
.fb-btn-reserve {
    margin-bottom: 8px;
    color: white;
}
.no-padding {
    padding: 0px !important;
}
.form-group.form-group-lg .input-icon {
    width: 45px;
    height: 45px;
    line-height: 32px;
    font-size: 18px;
    position: absolute;
    top: 29px;
    text-align: center;
}
.form-group.form-group-lg {
    margin-bottom: 8px;
    position: relative;
}
.form-group-fb .form-control {
    height: 34px !important;
    font-size: 13px;
}
#SearchAgain ul li a {
    padding: 5px 10px;
    font-size: 13px;
}
.booking-item-details {
    background-color: white;
}
.booking-item-details .nav-tabs li a {
    font-size: 11px;
}
.list-det-fb {
    font-size: 11px;
}
.time-det-fb {
    font-size: 14px;
}
.tooltip .tooltiptext {
  z-index: 1;
}
.dash-line {
    border-top: dotted 1px #aeaeae;
    margin: 5px 0;
    height: 1px;
}
.dash-line:before {
     width: 6px;
    height: 6px;
    border:2px solid #ff9a00;
    position: absolute;
    content: "";
    display: block;
    top: 22px;
    border-radius: 50%;
    right: 9px;
}
.dash-line:after {
     font-family: FontAwesome;
    /*width: 6px;
    height: 6px;
    border:2px solid #ff9a00;*/
    position: absolute;
    content: "\f072";
    transform: rotate(-135deg);
    display: block;
    top: 15px;
    border-radius: 50%;
    left: 8px;
}
.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;
}
.detail-left {
    float:left;
    text-align:left;
    line-height: 2;
    font-size: 11px;
    color: #a2a2a2;
}
.float-left {
    float: left;
    text-align:left;
}
.pause-hr {
    margin: 10px 0;
    border-top: 1px dashed;
}
.right-to-left .form-group .input-icon {
    left: auto;
    right: 1px;
}
.hotel-stars {
    display: inline;
    padding-left: 5px;
}
.hotel-stars .fa-star {
    color: #fac917;
}
.hotel-booking-name {
    font-weight: 700;
    font-size: 17px;
    display: block;
    padding-bottom: 7px;
}
.hotel-address-booking {
    font-weight: 600;
    font-size: 11px;
}
.map-button {
    display: inline;
    font-size: 11px;
    font-weight: 400;
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 2px;
}
.offer-tag {
    background: orange;
    color: white;
    position: absolute;
    right: 0;
    top: 5px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 2px 10px;
}
.long-addr {
    color: #888;
    font-size: 12px;
    font-weight: 400;
}
.service-tag {
    font-size: 12px;
    border: 1px solid orange;
    padding: 0 5px;
    border-radius: 2px;
    margin-left: 7px;
}
.refresh-room {
    padding-top: 3px;
    font-size: 13px;
}
.refresh-room:hover , .refresh-room:focus {
    color: #55bf55;
}
.hotel-detail {
  background-color: white;
  display: none;
}
.booking-item:hover {
      /*color: #737373;*/
      /*border: 1px solid #ed8323;*/
      /*-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);*/
      box-shadow: 0 2px 1px rgba(0,0,0,0.2);
      /*background-color: #e9f0fa;*/
}
.hotel-detail .table th , .hotel-detail .table td {
    text-align: center !important;
}
.start-end-date span , .start-end-date i {
    font-size: 12px;
    padding-left: 5px;
}
.staying-night span , .staying-night i{
    font-size: 12px;
    color: gray;
    font-weight: lighter;
    padding-left: 5px;
}
.hotel-tour {
    border-bottom: 1px solid gainsboro;
    padding: 10px 0;
}
.flight-tour {
    padding: 0;
    padding-top: 10px;
}
.service-tour-booking p {
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}
ul.checkmark li::before {
    content: ""; 
    position: absolute; 
    right: 5px; 
    top: 5px; 
    width: 3px;
    height: 6px;
    border: solid gray;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tourbooking ul {
	font-family: 'Roboto';
	font-size: 13px;
	line-height: 1.5em;
	margin: 5px 0 15px;
    padding: 0;
}
tourbooking li {
    list-style: none;
    position: relative;
}
button.rule-btn ,button.rule-btn:focus {
    font-size: 13px;
    background-color: white;
    font-weight: lighter;
    border: 1px solid gainsboro;
}
.choose-btn , .choose-btn:focus ,.choose-btn:hover{
    color: white;
    margin-top: 5px;
}
.btn:focus {
    outline: none;
}
.select-booking {
    position: relative;
    background: white;
    top:0;
}
.select-booking {
    position: relative;
    background: white;
    top:0;
}
.top-m {
    margin-top: 15px;
}
.timer {
    text-align: center;
    direction: ltr;
    background-color: white;
    padding: 33px;
    box-shadow: -3px 0px 1px 1px #f1f1f1;
}
.timer p {
    padding-bottom: 10px;
}
.table tr th {
    text-align: center !important;
}
.table tr td {
    text-align: center !important;
}
.openbtn {
    position: fixed;
    bottom: 60px;
    right: 10px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 35%) !important;
}
.room-btn-next ,.room-btn-next:hover {
    color: white;
    width: 100%;
}
.sa-collapse {
    background-image: url('/Content/Website/img/pattern5.png');
    background-color: white ;
    height: auto; 
    padding: 10px 25px; 
    margin-bottom: 10px;
}
.right-to-left .reserve-date {
    direction: rtl;
}
.right-to-left .change-days i {
    padding: 0 10px;
    transform: rotateY(0deg);
}
.start-price-booking p {
    font-size: 13px;
    margin: 0;
}
.start-price-booking {
    padding: 5px;
}


.checkradio {
  position: absolute;
  top: 0;
  right:10px;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  background-color: white;
    border:1px solid gray;
}
.checksquare {
    position: absolute;
    top: 10%;
    left: 94%;
    height: 22px;
    width: 22px;
    border: 1px solid gray;
    border-radius: 0;
}
.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-right: 35px;
  margin-bottom: 12px;
  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;
}
.bank-list {
    padding-top: 20px;
    display: inline-flex;
}
.result-price-tabel {
    background: white; 
    padding-bottom: 5px;
    margin-top: 5px;
    display:none;
}
.result-table-title {
    margin: 1px; 
    padding: 5px; 
    padding-top: 10px;
    color: #857198;
    display: -webkit-box;
    color: white;
}
.result_price_list {
    margin: 1px; 
    padding: 12px 5px;
    padding-bottom: 0;
}
.choose-roomtype {
    margin: 0 5px;
    padding: 6px 30px;
}
.chevron {
    text-align: center;
    padding-top: 5px;
}
.airline-img-col {
    padding-right: 0;
}
.border-right-col {
    border-right: 1px solid gainsboro;
}
.change-tour-btn {
    color: white !important;
    float: left;
}
.selected-price {
    border-top: 1px solid gainsboro;
    padding-top: 10px;
}
.sa-collapse .form-group .input-icon {
    width: 45px;
    height: 45px;
    line-height: 32px;
    font-size: 18px;
    position: absolute;
    top: 25px;
    text-align: center;
}
.booking-item-container {
    margin-top: 5px;
}
.refuse-btn {
    background: gainsboro;
}

.refresh-modal .modal-dialog .btn {
    width: 35%
}
.refresh-modal .modal-dialog .index-btn {
    width: 35%;
    float:left;
}
.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;
}
.refresh-modal .modal-title {
    padding: 10px;
    color: gray;
    font-size: 16px;
    display: block;
    text-align: center;
}
.flight-tour .dash-col {
    padding-top: 20px;
}
.booking-item-arrival , .booking-item-departure {
    padding: 0;
    padding-top: 15px;
}
.during-col {
    padding-top: 10px;
}
.booking-item-placeholder {
    height: 119px;
    background: white;
    margin-top: 7px;
}
.loading-ul {
    padding-top: 25px;
}
.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%;
}
.loading-sidebar .li-load {
    margin-bottom: 15px;
    width: 100%;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    padding:15px 20px 10px 20px;
}
.loading-sidebar .li-load1 {
    height: 140px;
}
.loading-sidebar .li-load2 {
    height: 140px;
}
.loading-sidebar .li-load3 {
    height: 190px;
}
.loading-sidebar .li-load4 {
    height: 150px;
}
.loading-sidebar .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-sidebar .rect1 {
    height: 15px;
    width: 50%;
    margin-top: 15px;
}
.loading-sidebar .rect2 {
    height: 15px;
    width: 100%;
    margin-top: 15px;
}
.loading-sidebar .rect3 {
    height: 15px;
    width: 30%;
    margin-top: 15px;
}
.loading-sidebar .rect4 {
    height: 15px;
    width: 45%;
    margin-top: 20px;
}
@keyframes placeholderShimmer {
    0% {
        background-position: -500px 0
    }
   
  100% {
      background-position: 500px 0
  }
    
}
 
.right-to-left h1, .right-to-left h2, .right-to-left h3, .right-to-left h4, .right-to-left h5, .right-to-left .text-hero {
    direction: rtl;
    text-align: right;
}
.right-to-left .tour-rule-modal {
    direction: rtl;
}
.notfound-img {
    width: 23%;
    display: block;
    margin: auto;
}
.notfound-ticket {
    background-color: white;
    border: 1px solid #e6e6e6;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.15);
}
.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-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;
}
.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;
}
.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);
}
.change-flight-btn {
    margin-top: 5px;
    background: #dddddd;
}
.price-hr {
    border-color: #c7c7c7;
    margin: 3px auto;
    width: 40%;
}
.booking-item-airline-logo-fb img {
    font-size: 10px;
    line-height: 1;
}
.choose-flight {
    /*margin-top: 32px;*/
    display: inline-block;
}
.choose-flight .package-flight {
    margin-bottom: 5px;
    /*display: flex;*/
    padding: 0 15px;
}
.choose-flight .package-flight .part1 {
    background: white;
    border: 1px solid #e6e6e6;
    padding: 15px 25px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}
.choose-flight .package-flight .part2 {
    background: white;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-top: none;
    border-bottom-left-radius: 20px;
}
.choose-flight-btn {
    /*position: absolute;
    left: 0;*/
}
.package-flight .plane-1 {
    display: block;
    padding-top: 5px;
    font-size: 16px;
}
.package-flight .plane-1 i {
    transform: rotateY(180deg);
}
.package-flight .plane-2 {
    display: block;
    padding-top: 5px;
     font-size: 16px;
}
.package-flight .plane-2 i {
    transform: rotateY(180deg);
}
.flight-center {
     transform: rotateY(180deg);
     padding-top: 20px;
}
.package-flight .flight-cities {
    padding-top: 5px;
    color: #a9a9a9;
    font-size: 13px;
}
.package-flight .flight-time {
    font-size: 17px;
    padding-top: 5px;
    color: #0c2f54;
}
.flight-cities span {
    padding: 0 20px;
    font-size: 15px;
}
.local-date {
    padding-top: 15px;
    opacity: 0.8;
}
.local-time {
    padding-top: 18px;
    font-size: 17px;
}
.choose-flight-label {
    margin: 9px 0;
    margin-top: 15px;
    padding: 5px 10px;
    font-size: 17px;
}
.coming-flight {
    border-top: 1px solid gainsboro;
    padding-top: 10px;
    margin-top: 10px;
}

.lb-price-from {
    font-weight: bold !important;
    font-size: 1.3em !important;
}


#ticket-col {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

.color-default {
    color: var(--first-color);
}


/*-------- Loading Sidebar --------*/

.loading-sidebar {
    margin-top: 30px;
}

.loading-sidebar ul {
    padding: 0;
}

.loading-sidebar .li-load {
    margin-bottom: 15px;
    width: 100%;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 15px 20px 10px 20px;
}

.loading-sidebar .li-load1 {
    height: 140px;
}

.loading-sidebar .li-load2 {
    height: 140px;
}

.loading-sidebar .li-load3 {
    height: 190px;
}

.loading-sidebar .li-load4 {
    height: 150px;
}

.loading-sidebar .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-sidebar .rect1 {
    height: 15px;
    width: 50%;
    margin-top: 15px;
}

.loading-sidebar .rect2 {
    height: 15px;
    width: 100%;
    margin-top: 15px;
}

.loading-sidebar .rect3 {
    height: 15px;
    width: 30%;
    margin-top: 15px;
}

.loading-sidebar .rect4 {
    height: 15px;
    width: 45%;
    margin-top: 20px;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -500px 0
    }

    100% {
        background-position: 500px 0
    }
}
@media (max-width: 991px) {
    #loading_sidebar {
        display: none !important;
    }
    .bank-name .radio-label {
        padding-right: 10px;
    }
    .checksquare {
        top: 10%;
        right: -8%;
    }
    .rule-accept .checkbox {
        display: inline-flex;
        padding-left: 0 !important;
    }
    .bank-name {
        width: 50%;
    }
}
/*-------------------------*/


/*-------- Loading Main --------*/
    /*--------For Desktop --------*/
        .loading-main {
            margin-top: 30px;
            margin-bottom: 45px;
            width: 90%;
            height: 530px;
            padding: 0px;
            direction: rtl;
            background-color: white;
            box-shadow: 0 2px 5px 0 grey;
            border-radius: 5px;
        }

        .loading-main-row {
            display: block;
            width: 100%;
            max-width: 100%;
            height: 100%;
        }

        .loading-main-col {
            height: 100%;
        }

        .loading-main-ul {
            padding: 20px 0px 20px;
            height: 100%;
            margin: 0;
            list-style: none;
            overflow: hidden;
        }

        .loading-main-banner {
            height: 40%;
            margin-bottom: 25px;
        }

        .loading-main-tit {
            display: inline-block;
            margin-bottom: 10px;
        }

        .loading-main-des {
            height: 14%;
        }

        .loading-main-foot {
            width: 100%;
            margin-top: 70px;
        }

        .loading-main-wait {
            overflow: hidden;
            border-left: 0.15em solid black;
            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%;
        }

        #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;
        }

        .margin-svg {
            margin-top: 16%;
            margin-bottom: 18%;
        }

        .loading-main-svg {
            fill: var(--first-color);
        }

        @keyframes typing {
            from {
                width: 0%;
            }

            to {
                width: 100%;
            }
        }

        @keyframes blink {
            from {
                border-color: transparent;
            }

            to {
                border-color: gray;
            }
        }

        @-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);
            }
        }

    /*--------For Mobile --------*/
        @media (max-width: 991px) {
            .loading-main {
                margin: 70px 0px 45px 0px;
                height: 420px;
            }

            .loading-main-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: 23%;
                margin-bottom: 20%;
            }

            .loading-main-banner {
                height: 35%;
            }

            .loading-main-wait {
                font-size: 10px;
                margin-right: 20px;
            }
        }
/*-------------------------*/

.booking-item-airline-logo-fb .fb-flight-num {
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

#btnSaveLoading {
    position: relative;
    top: 9px;
    right: 5px;
    border-left-color: green;
}