@import "/libraries/fonts/stroke-gap-icon.css";
@import "/libraries/lightslider-master/lightslider.css";
@import "./navigation-menu.css";
/*------------------------------------------------------------------
* Project:        Nepayatri
* Author:         CN-InfoTech
* URL:            hthttps://themeforest.net/user/cn-infotech
* Created:        03/06/2020
-------------------------------------------------------------------

/**

 TABLE OF CONTENT
  
  1. Navbar
  2. Banner 
  3. Flash Post
  4. Banner Form
  5. WHy Us
  6. Attraction
  7. Destination
  8. Trending
  9. Call To Action
  10. Top Deal
  11. Top agents
  12. Testimonial
  13. Travel Counter
  14. Blog
  15. Partner
  16. Footer
  17. Shop all
  18. Flight Homepage
  19. TOur Listing & Detail
  20. Hotel Homepage
  21. Booking
  22. Blog Listing & Detail
  23. Agent Team
  24. Gallery
  25. services
  27. FAQ  
  28. Events Pages
  29. Contact Page
  30. price Section
  31. Error Page
  32. terms & Condtion
  33. Coming Soon
  34. Search Home


*/

/* ========================================= */

/*          Navbar & Header CSS        */

/* ======================================== */

/*Navbar*/

/* - SlidePanel */
#slidepanel {
    display: block;
}

#closeit,
#toggle,
#slideit {
    display: none;
}
.navbar-default {
    background: #f5f5f5;
}

.navbar {
    border-bottom: 0;
    padding: 0;
}

.sidebar .navbar-nav {
    background: transparent;
    margin: 0;
}

.navbar.navbar-default {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

header #navbar {
    width: 100%;
/*    background: #f49b00;*/
}

.navbar-brand {
    font-size: 24px;
    position: relative;
    color: #f49b00;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 0;
    height: auto;
}

a.navbar-brand {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
}

    a.navbar-brand span {
        color: #fc883a;
    }

.navbar-default .navbar-brand {
    color: #FFF;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

    .navbar-default .navbar-brand:hover {
        color: #D60D45;
    }

.colored-navbar-brand .navbar-default .navbar-brand {
    padding-right: 30px;
    position: relative;
    color: #f49b00;
    display: inline-block;
    float: none;
}

header .navbar-default .navbar-nav > li > a {
    color: #fff;
}

    header .navbar-default .navbar-nav > li.active, header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background: #f33807;
    }

.sidebar .navbar-default .navbar-nav > li > a {
    line-height: inherit;
    font-weight: 400;
    font-size: 14px;
    padding-top: 0;
    color: #fff;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px;
    border: none;
}
/* Main Menu Dropdown */

.navbar-nav li {
    position: relative;
    text-align: left;
    margin-bottom: 0;
}

    .navbar-nav li ul {
        z-index: 9999;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50px;
        left: 0;
        width: 190px;
        overflow: hidden;
        display: none;
        background-color: #FFF;
        border: 1px solid #EEE;
        border-top: 2px solid #f33807;
        -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    }

        .navbar-nav li ul li {
            border-bottom: 1px solid #f1f1f1;
        }

            .navbar-nav li ul li:last-child {
                border-bottom: none;
            }

            .navbar-nav li ul li a {
                display: block;
                padding: 7px 15px;
                font-size: 14px;
                font-weight: 400;
                color: #636363;
            }

    .navbar-nav li > ul > li:last-child > a, .navbar-nav li > ul > li > ul > li:last-child > a {
        border-bottom: 0;
    }

    .navbar-nav li ul li:hover a {
        padding-left: 20px;
        padding-right: 10px;
        text-decoration: none;
    }

    .navbar-nav li ul li a:hover {
        color: #f33807;
    }

    .navbar-nav li ul li ul {
        position: absolute;
        left: 188px;
        top: -2px;
    }

    .navbar-nav li ul li:hover ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav li ul li ul li:hover a {
        padding-left: 20px;
        padding-right: 10px;
    }

    .navbar-nav li ul li ul li ul li:hover a {
        padding-left: 20px;
        padding-right: 10px;
    }
/*
Slicknav - a Mobile Menu
*/

.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em
}

.slicknav_nav {
    clear: both
}

    .slicknav_nav ul, .slicknav_nav li {
        display: block;
        margin: 0;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block
    }

    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
        display: inline
    }

.slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both
}
/* IE6/7 support */

.slicknav_menu {
    *zoom: 1
}
/* 
User Default Style
Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}
/* Button */

.slicknav_btn {
    margin: 0;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
    /* background color for responsive button */

    .slicknav_btn.slicknav_open:before {
        font-family: 'FontAwesome';
        content: "\f00d"
    }

    .slicknav_btn.slicknav_collapsed:before {
        font-family: 'FontAwesome';
        content: "\f0c9"
    }

    .slicknav_btn.slicknav_open, .slicknav_btn.slicknav_collapsed, .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        text-decoration: none;
        border: none;
    }

        .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
            font-size: 21px;
            color: #444;
        }

.slicknav_menutxt {
    line-height: 22px;
}

.slicknav_btn:focus {
}
/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #DFF2F2;
    font-weight: 400;
    font-size: 14px;
}
/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5
}

.slicknav_menu {
    background: transparent;
    padding: 0;
    margin-top: 0;
}

.slicknav_nav {
    color: #B6B3C4;
    margin: 0;
    padding: 0;
    font-size: .875em
}

    .slicknav_nav, .slicknav_nav ul {
        list-style: none;
        overflow: hidden
    }

        .slicknav_nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            border-radius: 0;
            position: inherit;
            top: inherit;
            left: inherit;
            border: none;
            background-color: transparent;
            margin-bottom: 10px;
        }

            .slicknav_nav ul li {
                border-bottom: 0;
            }

.dropdown-menu > li > a {
    padding: 10px 15px;
    font-size: 13px;
    border-bottom: 1px solid #333;
    color: #666 !important;
}

    .dropdown-menu > li > a span {
        color: #444;
        font-size: 14px;
    }

.bootstrap-select .dropdown-menu li {
    margin: 0;
}
/*.dropdown-menu>li:first-child>a{padding-top: 5px;}*/

.dropdown-menu > li:last-child > a {
    border: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: transparent;
    outline: none;
    color: #666 !important;
}

.typeahead li {
    margin-bottom: 0px !important;
}

.typeahead {
    width: 100% !important;
}

.slicknav_nav .slicknav_row {
    padding: 0;
    margin: 0;
}

.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    text-decoration: none;
    color: #B6B3C4 !important;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 10px 15px;
    margin: 0;
}

    .slicknav_nav .slicknav_item a i {
        display: none;
    }

.slicknav_nav .slicknav_item {
    position: relative;
}

    .slicknav_nav .slicknav_item a {
        border-bottom: none;
        display: block;
    }

.slicknav_nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #1F1D26;
}

    .slicknav_nav ul li {
        padding-left: 0;
        background: #1F1D26;
    }

        .slicknav_nav ul li li {
            padding-left: 0;
        }

        .slicknav_nav ul li ul a {
            padding: 10px 10px;
        }

    .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #443E56;
        color: #FFF
    }

    .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #443E56;
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        padding-top: 10px;
        width: 50px;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, 0.05);
    }
        /* plus-minus or arrow sign */

        .slicknav_nav .slicknav_arrow:hover {
            background: rgba(255, 255, 255, 0.05);
        }

.slicknav_menu .slicknav_icon {
    display: none;
}

@media(min-width: 1024px) {
    div#slicknav-mobile {
        display: none;
    }
}

@media(max-width: 991px) {
    div#slicknav-mobile {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    #responsive-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .slicknav_nav a.mt_search, .slicknav_nav a.mt_cart {
        display: none;
    }

    .text-right {
        text-align: center;
    }

    .trend-price {
        position: absolute;
    }

    .div-block {
        text-align: center;
        display: block !important;
    }

    .trend-price p {
        margin-bottom: 5px !important;
        color: #ffffff !important;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-default.navbar-fixed-top.with-slicknav {
        background: rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 479px) {
    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        color: #444;
    }
}

.main_header_area {
    position: relative;
    width: 100%;
    z-index: 22;
    background: #fff;
}

    .main_header_area .container {
        position: inherit;
    }

    .main_header_area.white_menu .header_top {
        background: #fff;
    }

        .main_header_area.white_menu .header_top .header_top_inner {
            border-bottom: 1px solid #e7e7e7;
        }

            .main_header_area.white_menu .header_top .header_top_inner .pull-left a {
                color: #242424;
                opacity: .6;
            }

                .main_header_area.white_menu .header_top .header_top_inner .pull-left a:hover {
                    color: #f49b00;
                    opacity: 1;
                }

            .main_header_area.white_menu .header_top .header_top_inner .pull-right .header_social li a {
                color: #242424;
                opacity: .6;
            }

            .main_header_area.white_menu .header_top .header_top_inner .pull-right .header_social li:hover a {
                color: #f49b00;
            }

    .main_header_area.white_menu .header_menu {
        background: #fff;
    }

        .main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li > a {
            color: #242424;
        }

        .main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li:hover > a, .main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li.active > a {
            color: #f49b00;
        }

        .main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
            color: #fff;
        }

        .main_header_area.white_menu .header_menu.affix {
            -webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
            box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
        }

    .main_header_area.white_menu + section, .main_header_area.white_menu + div, .main_header_area.white_menu + .row {
        margin-top: 134px;
    }

    .main_header_area.tp_header_area {
        background: transparent;
    }

.header_top .header_top_inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    overflow: hidden;
}

    .header_top .header_top_inner .pull-left a {
        line-height: 48px;
        font-size: 15px;
        color: #fff;
        opacity: .60;
        font-family: "Open Sans", sans-serif;
        letter-spacing: .45px;
        margin-right: 22px;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .header_top .header_top_inner .pull-left a i {
            padding-right: 10px;
            font-size: 20px;
            vertical-align: middle;
            line-height: 44px;
        }

        .header_top .header_top_inner .pull-left a:last-child {
            margin-right: 0px;
        }

        .header_top .header_top_inner .pull-left a:nth-child(2) i {
            font-size: 15px;
        }

        .header_top .header_top_inner .pull-left a:hover {
            opacity: 1;
        }

.header_social li {
    display: inline-block;
    margin-right: 16px;
}

    .header_social li a {
        line-height: 48px;
        font-size: 16px;
        color: #fff;
        opacity: .6;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

    .header_social li:last-child {
        margin-right: 0px;
    }

    .header_social li:hover a {
        opacity: 1;
    }

.header_menu .navbar.navbar-default {
    border-radius: 0px;
    margin-bottom: 0px;
    background: transparent;
    border: none;
    width: 100%;
}

    .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
        padding: 0;
        margin-left: 0;
    }

        .header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
            display: inline-block;
        }

            .header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
                display: none;
            }

    .header_menu .navbar.navbar-default .navbar-collapse {
        text-align: right;
        padding: 0;
    }

    .header_menu .navbar.navbar-default .nav.navbar-nav {
        float: none;
        text-align: right;
        display: inline-block;
        background: transparent;
    }

        .header_menu .navbar.navbar-default .nav.navbar-nav li {
            float: none;
            display: inline-block;
            margin-right: 0px;
            background: transparent;
        }

            .header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
                margin: 0;
            }

            .header_menu .navbar.navbar-default .nav.navbar-nav li a {
                background: transparent;
                color: #333333e8;
                font-size: 14px;
                font-weight: 600;
                text-transform: capitalize;
                padding: 0px;
                letter-spacing: .45px;
                line-height: inherit;
                -webkit-transition: all 150ms linear;
                -o-transition: all 150ms linear;
                transition: all 150ms linear;
                border: none;
                padding: 12px 8px;
            }

                .header_menu .navbar.navbar-default .nav.navbar-nav li a i {
                    margin-left: 2px;
                }

                    .header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
                        position: absolute;
                        right: 15px;
                        top: 11px;
                    }

            .header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
                background: transparent;
                color: #f49b00;
            }

            .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
                position: relative;
            }

                .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
                    border: none;
                    padding: 0px;
                    border-radius: 0px;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

@media (min-width: 992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
        position: absolute;
        top: 55px;
        left: 0px;
        min-width: 210px;
        background: #fff;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0 0 15px #cccccc57;
    }
}

@media (min-width: 1024px) {
    .single-content {
        width: 750px;
    }
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px dashed #f1f1f1;
}

    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
        line-height: 2.5;
        color: #333333e8;
        font-size: 14px;
        padding: 0px 20px;
        font-weight: 600;
        letter-spacing: .30px;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
        display: block;
        text-transform: capitalize;
    }

    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
        border-bottom: none;
    }

    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
        background: #f49b00;
        color: #fff !important;
    }

.header_menu .navbar.navbar-default .navbar-nav li ul {
    overflow: visible;
}

@media (min-width: 992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        position: absolute;
        left: 100%;
        right: auto;
        width: auto;
        top: 0;
        background: #fff;
    }

        .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
            line-height: 2.5;
            color: #333333e8;
            font-size: 14px;
            padding: 0px 20px;
            letter-spacing: .30px;
            -webkit-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            transition: all 150ms linear;
            display: block;
            background: transparent;
        }

        .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
            color: #fff;
            background: #f49b00;
        }
}

@media (min-width: 992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@media (min-width: 992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
        left: 0px;
        visibility: visible;
        opacity: 1;
    }
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
    margin-right: 0px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li i.icon-Search {
    display: inline-block;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown a {
    color: rgba(255, 255, 255, 0.7);
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
    background: #f49b00;
    color: #000;
    line-height: 34px;
    display: inline-block;
    padding: 0px 25px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 2px solid #f49b00;
    margin-top: 21px;
}

    .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn:hover {
        color: #f49b00;
        background: transparent;
    }

.header_menu.affix {
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
}

    .header_menu.affix .navbar.navbar-default .nav.navbar-nav > li:hover > a, .header_menu.affix .navbar.navbar-default .nav.navbar-nav > li.active > a {
        color: #f49b00;
    }

nav.navbar.navbar-default .logo-white {
    display: block;
}

nav.navbar.navbar-default .logo-black {
    display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
    display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-black {
    display: block;
}

@media (max-width: 991px) {
    .header_menu.affix {
        position: relative;
        animation: none;
    }
}

.logo a {
    font-size: 28px;
    color: #fff;
}

    .logo a [class^="flaticon-"]:before {
        font-size: 28px;
        color: #fff;
    }

header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 22;
}

.navbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.nav-btn {
    display: inline-block;
}

.navbar-sticky-in .biz-btn:hover {
    color: #f49b00;
}

.header-content {
    padding: 12px 0;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

    .header-content li {
        display: inline-block;
        padding: 0px 20px;
        border-left: 1px solid #f1f1f1;
        margin: 0;
    }

        .header-content li:first-child {
            border: none;
            padding-left: 0;
        }

        .header-content li:last-child {
            padding-right: 0;
        }

        .header-content li a {
            font-size: 14px;
        }

    .header-content.header-content1 {
        position: relative;
        z-index: 1;
    }

.links-left li:first-child, .links-right li:first-child {
    border-left: none;
    padding-left: 0;
}

.links-right li:last-child {
    padding-right: 0;
}

ul.social-links li {
    border: none;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
}

ul.social-links {
    margin: 0 !important;
    padding: 0 !important;
}

    ul.social-links li:last-child {
        margin-right: 0;
    }

.footer-upper ul.social-links i {
    margin-right: 0 !important;
}

.header-content li a:hover {
    color: #f49b00;
}

.header-content .links {
    display: inline-block;
}

.header-content select {
    padding: 0;
    background: transparent;
    border: none;
    height: auto;
}

.header-content option {
    color: #000;
}

.style-2 .header-content {
    background: #000;
}

.style-2 .navigation {
    background: #fff;
}

.logo-black {
    display: none;
}

.navbar-sticky .logo-black {
    display: inline-block;
}

.navbar-sticky .logo-white {
    display: none;
}

.header-content .links.links-right.pull-right > ul {
    display: flex;
    align-items: center;
}
/*Headerstyle 2*/

header.main_header_area.headerstyle-2 {
    position: relative;
    background: #fff;
    padding: 20px 0;
}

    header.main_header_area.headerstyle-2 .container {
        position: inherit;
    }

    header.main_header_area.headerstyle-2 .header-content {
        background: #fff;
        border: none;
    }

        header.main_header_area.headerstyle-2 .header-content li > a {
            color: #444;
        }

    header.main_header_area.headerstyle-2 .affix .navbar-header {
        display: block;
    }

    header.main_header_area.headerstyle-2 .navbar-header {
        display: none;
    }

    header.main_header_area.headerstyle-2 .header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
        display: inline-block;
    }

    header.main_header_area.headerstyle-2 .navbar-flex {
        justify-content: center;
        border-top: 2px dashed #f1f1f1;
        padding: 20px 0 0;
    }

    header.main_header_area.headerstyle-2 .affix .navbar-flex {
        justify-content: space-between;
        border: none;
        padding: 15px 0;
    }

    header.main_header_area.headerstyle-2 .slicknav_nav {
        top: 100px;
    }
/*burgermenu*/

.m-logo {
    text-align: center;
}

.menu {
    width: 400px;
    height: 100%;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 9999;
    background-color: #021d2f;
    padding: 30px;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}
/* Меню открыть */

.menu-ham {
    cursor: pointer;
    background: #f49b00;
    padding: 5px 10px;
    border-radius: 5px;
}
/* Меню закрыть */

.close-menu {
    float: right;
    font-size: 21px;
    cursor: pointer;
}

.m-contentmain {
    text-align: left;
}

.header-content .m-contentmain li {
    border: none;
    width: 100%;
    line-height: 2.4;
    padding: 0;
    font-size: 15px;
    color: #fff;
}

    .header-content .m-contentmain li a {
        font-size: 15px;
    }

    .header-content .m-contentmain li i {
        padding-right: 5px;
    }
/*Fullpage search*/

#search1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search1.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search1 input[type="search"] {
        position: absolute;
        top: 35%;
        width: 50%;
        color: #666;
        background: transparent;
        font-size: 48px;
        font-weight: 300;
        text-align: center;
        border-width: 0 0 1px;
        margin: 0px auto;
        padding: 20px 30px;
        outline: none;
        margin-bottom: 30px;
        height: 82px;
        left: 0;
        right: 0;
        border-radius: 0;
    }

    #search1 .btn {
        position: absolute;
        top: 55%;
        left: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #f49b00;
        padding: 10px 30px;
        border: none;
        border-radius: 10px;
        font-size: 18px;
    }

    #search1 .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #f49b00;
        border-color: #f49b00;
        opacity: 1;
        line-height: 1;
        font-size: 27px;
    }
/*header add to cart*/

.header_menu li a span.number-cart, .header-content li a span.number-cart {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    display: block;
    background-color: #f49b00;
    color: #fff;
    border-radius: 50%;
}

.row.slick-slider {
    margin: 0 -15px;
}

@media(max-width: 1100px) and (min-width: 1024px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li a {
        font-size: 14px;
        padding: 8px 5px;
    }
}

@media(max-width: 991px) {
    .header-content li {
        padding: 5px 10px;
    }

    .nav-btn, .topbar-header {
        display: none;
    }

    header.main_header_area.headerstyle-2 .navbar-header {
        display: block;
    }

    header.main_header_area.headerstyle-2 .navbar-flex {
        justify-content: space-between;
    }
}

@media(max-width: 811px) {
    .header-content {
        display: none;
    }

    header.main_header_area.headerstyle-2 .navbar-flex {
        border-top: 0;
        padding-top: 0;
    }

    header.main_header_area.headerstyle-2 .slicknav_nav {
        top: 78px;
    }
}

@media(max-width: 735px) {
    .slick-slide {
        text-align: center;
    }

        .slick-slide img {
            width: auto !important;
            display: inline-block !important;
        }

/*    .row {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }*/
}
/* ========================================= */

/*          Banner  CSS        */

/* ======================================== */

section.banner {
    padding: 0;
    overflow: hidden;
}

.slider {
    height: 100% !important;
    overflow: hidden;
    position: relative;
    background: #000;
}

.border-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 17%;
    background-size: 100%;
    background-position: bottom;
    z-index: 9;
    background-repeat: no-repeat;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

    .slide-inner .slide-image {
        animation: kbrns_zoomInOut 15s linear 0s infinite alternate;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
    }

.slider .swiper-container-horizontal > .swiper-pagination-bullets, .slider .swiper-pagination-custom, .slider .swiper-pagination-fraction {
    bottom: 40px;
}

.slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.slider .swiper-pagination-bullet-active {
    background: #ffa801;
}

.slider .swiper-container-vertical > .swiper-pagination-bullets {
    right: 50px;
}

.slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
}

.slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px;
}

    .slider .swiper-button-next:after, .slider .swiper-button-prev:after {
        background: #fff;
        font-size: 21px;
        padding: 15px 20px;
        color: #444;
        transition: all 0.3s;
        border-radius: 10px;
    }

    .slider .swiper-button-next:hover:after, .slider .swiper-button-prev:hover:after {
        background: #f49b00;
        color: #fff;
        transition: all 0.3s;
    }

.swiper-content {
    z-index: 1;
    position: absolute;
    left: 12%;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    top: 32%;
    transform: translate(-50%, -50%);
}

    .swiper-content.second {
        text-align: end !important;
        left: 60% !important;
        top: 65% !important;
    }

    .swiper-content.last {
        text-align: start !important;
        left: 40% !important;
        top: 80% !important;
    }

    .swiper-content h1 {
        font-weight: 700;
    }

    .swiper-content.swiper-content1 {
        width: 90%;
    }

        .swiper-content.swiper-content1 li {
            display: inline-block;
            margin-bottom: 0;
            border: 1px solid #fff;
            padding: 5px 10px;
            text-align: center;
        }

        .swiper-content.swiper-content1 h1 {
            font-size: 28px;
        }

        .swiper-content.swiper-content1 p.date {
            font-size: 14px;
        }

.text-slider-main {
    text-align: center;
    background: #f6f6f6;
    padding: 20px 0;
    border-radius: 10px;
}

    .text-slider-main .slick-prev, .text-slider-main .slick-next {
        background: #999;
        border-radius: 5px;
    }

    .text-slider-main .slick-prev {
        left: 15px;
    }

    .text-slider-main .slick-next {
        right: 15px;
    }

        .text-slider-main .slick-prev:before, .text-slider-main .slick-next:before {
            color: #fff;
        }

.swiper-content.swiper-content2 {
    text-align: center;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.swiper-content h1, .swiper-content p {
    color: #fff;
    line-height: 1.2;
}

.swiper-content p {
    font-size: 18px;
    margin-bottom: 28px;
}
/*---------- ANIMATION ----------*/

@-webkit-keyframes kbrns_zoomInOut {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes kbrns_zoomInOut {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes kbrns_zoomInOut {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(1.2);
    }
}

@-o-keyframes kbrns_zoomInOut {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(1.2);
    }
}

@keyframes kbrns_zoomInOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

#vid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
}

.video-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 28%;
    text-align: center;
    width: 80%;
}

.video-banner video {
    width: 100%;
    display: block;
}

.banner2 .slider {
    background: transparent;
}

.banner2 .slide-inner {
    border-radius: 10px;
    overflow: hidden;
}

@media(max-width: 991px) {
    .swiper-content h1 {
        font-size: 40px;
    }
}

@media(max-width: 811px) {
    .swiper-content {
        width: 70%;
    }

    .text-slider-main .slick-prev, .text-slider-main .slick-next {
        display: none !important;
    }
}

@media(max-width: 639px) {
    .swiper-content h1 {
        font-size: 32px !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}

@media(max-width: 479px) {
    .swiper-content a.biz-btn {
        width: 100%;
        margin: 0 0 15px;
    }
}
/* ========================================= */

/*          Flash Post  CSS        */

/* ======================================== */

section.flash-post {
    padding: 80px 0 0;
}

    section.flash-post .flash-post-main {
        position: relative;
        background: transparent
    }

    section.flash-post .flash-list {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 5px;
        box-shadow: 0 0 10px #cccccc57;
    }

    section.flash-post .flash-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 0px 20px 40px;
        text-align: center;
        background: linear-gradient(to top, black, transparent);
    }

@media(max-width: 991px) {
    section.flash-post .flash-post-main {
        margin-top: 80px;
    }
}
/* ========================================= */

/*          Banner Form  CSS        */

/* ======================================== */

section.banner-form {
    overflow: visible;
    padding-bottom: 30px;
    padding: 76px 0 64px;
    z-index: 2;
}

.form-outer {
    position: relative;
}

section.banner-form .nav-tabs > li > a {
    border-radius: 0;
    background: #f1f1f1;
    border: none;
    padding: 15px 25px;
    transition: all 0.5s;
    border-radius: 10px 10px 0 0;
}

section.banner-form .nav-tabs {
    border: none;
    padding-left: 20px;
}

.filter-box, .filter-box1 {
    padding: 38px 20px 40px;
    position: relative;
    box-shadow: 0px 0px 30px #cccccc57;
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #fff;
}

    .filter-box.filter-box1 {
        display: inline-block;
        width: 100%;
        margin-top: -120px;
        padding-top: 90px;
        background: transparent
    }

section.banner-form .filter-box1 h3.form-title {
    background: #f49b00;
    padding: 15px 0;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.filter-box.filter-box1 .form-group, .filter-box1 .nice-select {
    margin-bottom: 15px;
}

section.banner-form .nav-tabs > li i {
    color: #444;
    margin-right: 5px;
    transition: all 0.5s;
}

section.banner-form .nav-tabs > li.active > a, section.banner-form .nav-tabs > li:hover > a {
    background: #f49b00;
    color: #fff;
    border: none;
    transition: all 0.5s;
}

    section.banner-form .nav-tabs > li.active > a i, section.banner-form .nav-tabs > li:hover > a i {
        color: #fff;
        transition: all 0.5s;
    }

.filter-box .form-group {
    margin-bottom: 0;
}

.filter-box label {
    color: #7b7b7b;
    margin-bottom: 10px;
}

.filter-box input {
    padding-left: 35px;
}

    .filter-box input.no-icon {
        padding-left: 12px !important
    }

.TypeDestination {
    padding: 10px 20px 10px 20px !important;
}

.input-box {
    position: relative;
}

    .input-box i {
        position: absolute;
        left: 12px;
        top: 9px;
        font-size: 16px;
        color: #065af3;
        z-index: 1;
    }

    .input-box [class^="flaticon-"]:before {
        color: #f49b00;
        font-weight: 600;
    }

    .input-box input::placeholder {
        color: #444;
    }

.filter-box a.biz-btn {
    width: 100%;
}

    .filter-box a.biz-btn:hover {
        color: #f49b00;
    }
/*banner form style 1*/

section.banner-form.form-style1 {
    padding: 80px 0 0;
    background: transparent;
}

    section.banner-form.form-style1:before {
        content: '';
        background: #0a1c2b;
        position: absolute;
        top: 0;
        height: 80%;
        width: 100%;
        left: 0;
    }

    section.banner-form.form-style1 .form-content, section.banner-form.form-style2 .form-content, section.banner-form.form-style3 .form-content {
        position: relative;
        top: 0;
    }
/*banner form style 2*/

section.banner-form.form-style2 {
    padding: 0;
    margin-top: -80px;
    background: transparent;
}

/*banner form style 3*/

section.banner-form.form-style3 {
    padding: 80px 0 80px;
}

.banner-form .max-value, .banner-form .min-value {
    font-weight: 300;
    color: #666;
}

@media(max-width: 991px) {
    
    section.banner-form {
        padding: 80px 0;
    }

    .filter-box {
        display: inline-block;
        width: 100%;
        margin-top: 0;
    }

    section.banner-form.form-style2 {
        margin-top: 80px;
    }

    .filter-box.filter-box1 {
        margin-top: 0;
    }

    .filter-box .form-group, .filter-box .form-group .nice-select {
        margin-bottom: 15px;
    }

    .filter-box .nice-select, .filter-box input {
        border: 1px solid #f1f1f1;
    }

    section.banner-form.form-style2:before {
        display: none;
    }
}

@media(max-width: 639px) {
    section.banner-form .nav-tabs {
        border-radius: 10px 10px 0 0;
        padding-left: 0;
        overflow: hidden;
    }

        section.banner-form .nav-tabs > li {
            width: 100%;
        }

            section.banner-form .nav-tabs > li > a {
                border-radius: 0;
                margin-right: 0;
            }

    .filter-box .form-group, .filter-box .form-group .nice-select {
        margin-bottom: 0px;
    }
}

@media(max-width: 359px) {
}

@media(max-width: 380px) {
    .priceList {
        padding: 10px 10px !important;
    }
}
/* ========================================= */

/*          Why Us CSS        */

/* ======================================== */
.why-us-item.text-center {
    padding: 24px 20px 33px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 0 15px #cccccc37;
}

.why-us-icon {
    margin-bottom: 6px;
}

    .why-us-icon [class^="flaticon-"]:before, .why-us-icon i {
        color: #f49b00;
        font-size: 58px;
    }

.why-about-image {
    box-shadow: 0 0 15px #cccccc57;
    border-radius: 10px;
    overflow: hidden;
}

.why-us-item.display-flex {
    background: #fff;
    padding: 20px 15px;
    overflow: hidden;
    border-radius: 10px;
}

.why-us-item.why-us-item1 {
    padding: 10px 20px 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 27px 24px -37px rgba(0, 0, 0, 0.40);
    transition: all 0.5s;
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    will-change: transform;
    background: #fff;
}

    .why-us-item.why-us-item1:hover {
        transition: all 0.5s;
        transform: perspective(300px) rotateX(-0.72deg) rotateY(-2.53deg) scale3d(1, 1, 1);
    }

    .why-us-item.why-us-item1 [class^="flaticon-"]:before {
        font-size: 54px;
    }

@media(max-width: 991px) {
    section.why-us {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .why-us-item {
        margin-bottom: 30px;
        text-align: center;
    }

    .why-about-inner {
        text-align: center;
        margin-bottom: 30px;
    }

    .why-us-content {
        margin-left: 0;
    }
}

@media(max-width: 767px) {
    .why-about-image {
        margin-bottom: 30px;
    }

        .why-about-image img {
            width: 100%;
        }
}
/* ========================================= */

/*          Attraction  CSS        */

/* ======================================== */

.attraction-inner {
    padding: 30px 20px;
    border: 1px solid #f1f1f1;
    transition: all 0.5s;
    border-radius: 10px;
}

.attraction-icon [class^="flaticon-"]:before, .attraction-icon i {
    color: #f49b00;
    font-size: 48px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.attraction-inner:hover {
    background: #f49b00;
    transition: all 0.5s;
}

    .attraction-inner:hover h5 a, .attraction-inner:hover i, .attraction-inner:hover [class^="flaticon-"]:before {
        color: #fff;
        transition: all 0.5s;
    }
/* ========================================= */

/*          Top Destinations  CSS        */

/* ======================================== */

.top-desti {
    background: #f49b00;
    overflow: hidden;
}

    .top-desti .desti-inner .col-md-3, .top-desti .desti-inner .col-md-4 {
        padding: 0;
        overflow: hidden;
    }

    .top-desti .desti-title, .top-desti .desti-image {
        position: relative;
        overflow: hidden;
        transition: all ease-in-out 0.5s;
        ;
    }

.desti-inner .row {
    margin: 0;
}

.top-desti .desti-title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f49b00;
    text-align: center;
}

.desti-title-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.top-desti .desti-image:before {
    content: '';
    background: linear-gradient(to top, #0000009c, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
}

.top-desti .desti-image img {
    width: 100%;
}

.top-desti .desti-content {
    position: absolute;
    left: 20px;
    bottom: 13px;
    z-index: 2;
    transition: all ease-in-out 0.5s;
}

.top-desti .desti-image:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.5s;
}

.top-desti .desti-overlay {
    opacity: 0;
    background: #f49b0075;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.5s;
    z-index: 1;
    height: 100%;
    width: 100%;
}

    .top-desti .desti-overlay a {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        font-weight: 600;
    }

.top-desti .desti-image:hover .desti-overlay {
    opacity: 1;
    transition: all ease-in-out 0.5s;
}

.top-desti .desti-image:hover .desti-content {
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.td-item {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 1;
    border-radius: 10px;
}

    .td-item:before {
        content: '';
        background: linear-gradient(to top, #000000c9, transparent);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        transition: all 0.5s;
        z-index: 1;
    }

    .td-item .td-image {
        transition: all 0.5s;
        overflow: hidden;
    }

        .td-item .td-image img {
            width: 100%;
        }

    .td-item:hover .td-image {
        transform: scale(1.2);
        transition: all 0.5s;
    }

.td-content {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 1;
    padding: 20px 21px 15px;
    transition: all 0.5s;
    width: 100%;
    animation: fadeInUp 5s ease 0s 1 normal forwards;
}

    .td-content h3 {
        position: relative;
        color: #fff;
        margin-bottom: 11px;
    }

.td-item.td-item1 .td-content h3 {
    color: #16334c;
}

.td-content p {
    font-size: 15px;
}

.td-item p.price.white {
    position: absolute;
    top: 30px;
    left: 0px;
    margin: 0;
    background: #000000a6;
    padding: 10px;
    text-align: center;
    z-index: 1;
    border-radius: 0px 10px 10px 0px;
}
/*destinationstyele1*/

.destination1:before, .destination1:after {
    content: '';
    background: url(../images/calltoaction2.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
}

.destination1:after {
    background: #6f293a94;
}

.destination1 .content {
    position: relative;
    z-index: 1;
}

.destination1 .td-item {
    border: none;
    box-shadow: none;
}

@media(max-width: 991px) {
    section.top-destinations {
        padding-bottom: 50px;
    }

    .td-item {
        margin-bottom: 30px;
    }

    .top-desti1 .td-item, .top-desti2 .td-item {
        margin-bottom: 0;
    }

    section.top-destinations.top-desti1 {
        padding-bottom: 80px;
    }

    section.top-destinations.top-desti2 .col-md-4 {
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) and (min-width: 812px) {
    .top-desti1 .td-content p {
        display: none;
    }
}

@media(max-width: 767px) {
    .top-desti .desti-content {
        left: 0;
        right: 0;
        text-align: center;
    }
}

/* ========================================= */

/*          Trending  CSS        */

/* ======================================== */

.trend-item {
    position: relative;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #cccccc37;
}

    .trend-item:hover {
        box-shadow: 0px 0px 15px #cccccc57;
        transition: all ease-in-out 0.3s;
    }

.trend-image {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}

    .trend-image:before {
        content: '';
        background: linear-gradient(to top, #0000009c, transparent);
        height: 40%;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        transition: all ease-in-out 0.3s;
    }

.trend-item:hover .trend-image:before {
    /* height: 80%;
    width: 50%;*/
    transition: all ease-in-out 0.3s;
}

.trend-image img {
    transition: all ease-in-out 0.3s;
    width: 100%;
}

.trend-item:hover img {
    transform: rotate(5deg) scale(1.2);
    transition: all ease-in-out 0.3s;
    transform: translateY(-5px;
    );
}

.trend-tags {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

    .trend-tags ul {
        display: inline-block;
    }

        .trend-tags ul li {
            display: inline-block;
            padding: 7px 15px;
            background: #fff;
            margin: 0;
            font-weight: 700;
        }

    .trend-tags li.feat {
        background: #f49b00;
    }

    .trend-tags li.discount {
        color: #f49b00;
    }

    .trend-tags [class^="flaticon-"]:before {
        color: #fff;
        font-size: 24px;
        float: right;
        height: 45px;
        width: 45px;
        background: #0a0a0a4a;
        border-radius: 50%;
        text-align: center;
        line-height: 2;
        transition: all 0.5s;
    }

    .trend-tags [class^="flaticon-"]:hover:before {
        background: #f49b00;
        transition: all 0.5s;
    }

.trend-price {
    position: absolute;
    z-index: 1;
}

    .trend-price p {
        color: #fff;
        margin: 0;
    }

    .trend-price span {
        font-size: 18px;
        font-weight: 600;
    }

.trend-content {
    padding: 10px 10px 15px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.trend-item:hover .trend-content {
    border-color: #fff;
}

.trend-content h4 {
    padding: 10px 0 8px;
    border: 1px dashed #f1f1f1;
    border-width: 1px 0 1px;
}

.trend-content > span {
    color: #f49b00;
}

.rating {
    display: inline-block;
}

    .rating span {
        color: #ffbc00;
    }

section.trending.trending1 {
    background: #f1f1f1;
}

    section.trending.trending1:before {
        background: #fff;
        position: absolute;
        height: 100%;
        width: 50%;
        content: '';
        left: 0;
        top: 0;
    }

    section.trending.trending1 .section-title {
        width: 100%;
        text-align: left;
    }

        section.trending.trending1 .section-title h2:after {
            left: 0;
            right: inherit;
        }

section.trending.trending2 {
    background: #fff;
}

@media(max-width: 991px) {
    section.trending {
        padding-bottom: 50px;
        background-size: cover;
        background-position: center;
    }

        section.trending .col-md-4.col-sm-6.col-xs-12 {
            margin-bottom: 30px;
        }

        section.trending.trending1 {
            padding-bottom: 0;
        }

            section.trending.trending1:before {
                width: 100%;
            }
}
/* ========================================= */

/*          Call To Action  CSS        */

/* ======================================== */

section.call-to-action {
    background: url(../images/calltoaction-h.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

    section.call-to-action:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #6f293a94;
        z-index: 1;
    }

.action-content {
    position: relative;
    z-index: 1;
}

    .action-content h2, .action-content p {
        color: #fff;
        font-weight: 700;
    }

section.call-to-action h3.package-name {
    font-size: 54px;
    margin-bottom: 7px;
}

.action-content h2.discounted {
    border: 1px dashed #ccc;
    display: inline-block;
    padding: 0 20px;
    line-height: 1.2;
}

.action-content h2:after {
    display: none;
}

.action-content h2.discounted span {
    font-size: 60px;
    color: #ffbc00;
}

.action-content p {
    margin-bottom: 24px;
}

.video-click {
    border: 8px solid #ffffff3b;
    box-shadow: 0px 0px 30px #cccccc57;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}

section.call-to-action .call-button {
    padding: 0;
    margin: 50px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

section.call-to-action button.play-btn {
    position: relative;
    left: 0;
    right: 0;
    background: transparent;
    border: none;
    border: 5px solid #ffffff56;
    border-radius: 50%;
}

button.play-btn i {
    font-size: 33px;
    height: 80px;
    width: 80px;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    background: #f49b00;
    transition: all ease-in-out 0.5s;
    animation: zoom-fade 5s infinite;
    padding: 0 0 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.discount-action .call-banner {
    background: url(../images/hometype1.jpg) no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .discount-action .call-banner .col-md-4 {
        padding: 0;
    }

    .discount-action .call-banner .call-banner-inner {
        background: #efd8dd;
        padding: 64px 30px 80px;
    }

    .discount-action .call-banner h2 {
        font-size: 42px !important;
        font-weight: 700;
    }

    .discount-action .call-banner a {
        margin-top: 18px;
    }

section.cta-one {
    background: #c81f48d9;
    padding: 50px 0;
}
/*action1*/

section.call-to-action.action1 {
    background: #fff;
}

    section.call-to-action.action1 .container {
        z-index: 3;
    }

    section.call-to-action.action1:before {
        height: 80%;
        z-index: 2;
    }

    section.call-to-action.action1:after {
        background: url(../images/calltoaction.jpg) no-repeat;
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 80%;
    }
/*action2*/

section.call-to-action.action2 {
    background: #fff;
}

    section.call-to-action.action2:before, section.call-to-action.action2:after {
        display: none;
    }

    section.call-to-action.action2 .call-button {
        top: 20%;
    }
/*action3*/

section.call-to-action.action3:after {
    display: none;
}

@media(max-width: 1100px) {
    section.call-to-action.action2 .call-button {
        top: 10%;
    }
}

@media(max-width: 991px) {
    section.call-to-action.action1:after {
        display: block;
    }

    .action-content {
        text-align: center;
        margin-bottom: 30px;
    }

    section.call-to-action.action2 .call-button {
        top: 15%;
    }

    section.call-to-action.action2 button.play-btn {
        display: none;
    }

    section.cta-one {
        text-align: center;
    }

        section.cta-one a {
            margin-top: 20px;
        }

    .discount-action .call-banner {
        background: transparent
    }
}

@media(max-width: 735px) {
    section.call-to-action h3.package-name {
        font-size: 36px;
    }

    section.call-to-action.action2 .call-button {
        position: inherit;
        padding: 30px 20px;
        background: #333;
    }
}

@media(max-width: 567px) {
    section.call-to-action h3.package-name {
        font-size: 21px;
    }
}
/* ========================================= */

/*          Top Deal  CSS        */

/* ======================================== */

section.top-deals {
    padding-bottom: 20px;
}

    section.top-deals .slider-content h4 {
        margin-bottom: 7px;
    }

.top-deal-slider .slider-content, .top-deal-main .slider-content {
    position: relative;
    top: -15px;
    background: #fff;
    padding: 18px 20px 16px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 0 15px #cccccc37;
}

.slider-image {
    overflow: hidden;
    border-radius: 10px;
    height: 243px;
}

    .slider-image img {
        transition: all ease-in-out 0.3s;
    }

.slider-item:hover img {
    transform: rotate(5deg) scale(1.2);
}

.slider-content .deal-price {
    border: 1px dashed #f1f1f1;
    border-width: 1px 0 0px;
    padding: 11px 0 0;
}

.deal-price p {
    color: #f49b00;
    margin-bottom: 0;
}

@media(max-width: 991px) {
    section.top-deals {
        padding-bottom: 35px;
    }

        section.top-deals a.biz-btn {
            display: none;
        }

        section.top-deals .col-md-4 {
            margin-bottom: 30px;
        }
}
/* ========================================= */

/*          Top agents  CSS        */

/* ======================================== */

.agent-list {
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    z-index: 1;
    border-radius: 10px;
}

    .agent-list:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        background: #00000053;
        transition: all ease 0.5s;
    }

    .agent-list:hover:after {
        height: 100%;
        transition: all ease 0.5s;
    }

    .agent-list img {
        transition: all ease 0.5s;
        width: 100%;
    }

    .agent-list:hover img {
        transition: all ease 0.5s;
        transform: scale(1.1);
    }

.agent-content {
    position: absolute;
    bottom: -35px;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 15px 0;
    text-align: center;
    right: 0;
    background: #00000052;
    margin: 0 auto;
    transition: all 0.5s;
}

.agent-list:hover .agent-content {
    transition: all 0.5s;
    bottom: 0;
}

.agent-social {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: all ease 0.5s;
    z-index: 1;
}

    .agent-social ul li a i {
        height: 35px;
        width: 35px;
        background: #ffffff46;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        line-height: 2.1;
        transition: all ease 0.5s;
    }

    .agent-social ul li a:hover i {
        transition: all ease 0.5s;
        background: #f49b00;
    }

    .agent-social ul li {
        margin: 0 2px;
    }

.agent-list:hover .agent-social {
    top: 15px;
    transition: all ease 0.5s;
}

section.tour-agent1 {
    overflow: hidden;
}

    section.tour-agent1:before {
        background: url(../images/calltoaction3.jpg) no-repeat;
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        position: absolute;
        height: 0;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
    }

    section.tour-agent1:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: #6f293a94;
        transition: all ease 0.5s;
    }

@media(max-width: 991px) {
    section.tour-agent {
        padding-bottom: 50px;
    }

    .agent-list {
        margin-bottom: 30px;
    }
}
/* ========================================= */

/*          Testimonails CSS        */

/* ======================================== */

.list-rv-detail {
    position: relative;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}

    .list-rv-detail p i {
        font-size: 5rem;
        color: #ccc;
    }

    .list-rv-detail:after {
        content: "\f0dd";
        font-family: fontawesome;
        position: absolute;
        bottom: -36px;
        left: 10%;
        font-size: 60px;
        color: #fff;
        text-align: center;
    }

.list-inline > li {
    color: #ffa801;
    font-size: 13px;
    padding: 0;
}

.rev-author {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

section.top-review .rev-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 0px;
}

section.customer-reviews .row.about-slider {
    width: 80%;
    margin: 0 auto;
}

.review-item {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

section.customer-reviews .review-image {
    position: relative;
    width: 150px;
    margin: 0 auto;
    height: 150px;
}

    section.customer-reviews .review-image img {
        width: 150px;
        margin: 0 auto;
        height: 150px;
        position: relative;
        border-radius: 50%;
    }

.review-quote {
    background: #555;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 2;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.review-content {
    border: none;
    padding: 0;
}

    .review-content .list-inline > li {
        padding: 0;
        margin: 0;
    }

.slick-dots li.slick-active button:before {
    background: #f49b00;
    border: none;
}

/*testimonial style 2*/

.ts-item {
    position: relative;
}

.ts-image {
    position: absolute;
    top: 0;
    width: 80px;
    left: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.ts-content {
    margin: 40px 1px 1px;
    border: 1px solid #f1f1f1;
    padding: 55px 20px 20px;
    transition: all ease-in-out 0.5s;
    background: #fff;
    border-radius: 10px;
}

    .ts-content p.content {
        font-style: italic;
    }

.ts-icon {
    position: absolute;
    top: 55px;
    right: 30px;
}

    .ts-icon i {
        font-size: 32px;
        transition: all ease-in-out 0.5s;
        color: #ccc;
    }

@media(max-width: 991px) {
    section.top-review {
        padding-top: 68px !important;
    }
}
/* ========================================= */

/*          Travel counter CSS        */

/* ======================================== */

section.travelcounter {
    padding-top: 20px;
}

    section.travelcounter:before {
        background: url(../images/calltoaction1.jpg) no-repeat;
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        content: '';
    }

    section.travelcounter:after {
        background: #6f293a70;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        content: '';
    }

    section.travelcounter .section-title h2:after {
        background: #fff;
    }

    section.travelcounter .counter-item {
        text-align: center;
        background: #fff;
        padding: 40px 30px 0px;
        transition: all ease-in-out .3s;
        position: relative;
        z-index: 1;
        border-radius: 10px;
    }

        section.travelcounter .counter-item i {
            font-size: 5.5rem;
            color: #f49b00;
            margin-bottom: 5px;
            transition: all ease-in-out .3s;
        }

        section.travelcounter .counter-item h3 {
            font-size: 52px !important;
            margin: 0;
            font-weight: 700;
        }

    section.travelcounter.counter1:before, section.travelcounter.counter1:after, section.travelcounter.counter2:before, section.travelcounter.counter2:after {
        height: 100%;
    }

    section.travelcounter.counter1 .counter-item {
        padding: 40px 30px 40px;
    }

    section.travelcounter.counter2 .counter-item {
        padding: 20px 30px 30px;
    }

@media(max-width: 1100px) and (min-width: 1024px) {
    section.travelcounter .counter-item {
        padding: 50px 20px;
    }
}

@media(max-width: 991px) {
    section.travelcounter {
        padding-bottom: 50px
    }

        section.travelcounter:before, section.travelcounter:after {
            height: 100%;
        }

        section.travelcounter .counter-item {
            margin-bottom: 30px;
            padding: 40px 30px 40px;
        }

        section.travelcounter.counter2 .counter-item {
            margin-bottom: 0;
        }

        section.travelcounter.counter2 {
            padding-bottom: 80px;
        }

            section.travelcounter.counter2 .counter-content {
                text-align: center;
                margin-left: 0;
            }
}

@media(max-width: 811px) {
    section.travelcounter:before {
        height: 100%;
    }
}

@media(max-width: 767px) {
    section.travelcounter.counter2 {
        padding-bottom: 50px;
    }

        section.travelcounter.counter2 .col-md-6 {
            margin-bottom: 30px;
        }
}
/* ========================================= */

/*          Blog CSS        */

/* ======================================== */

section.blog .grid {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

section.blog .grid {
    box-shadow: 0 0 10px #cccccc37;
}

section.blog .gridblog-content {
    padding: 17px 20px 18px;
    background: #fff;
}

section.blog .grid-item1 .gridblog-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: #31313173;
}

section.blog .gridblog-content .date {
    margin-bottom: 18px;
}

section.blog .gridblog-content h3 {
    margin-bottom: 11px;
}

section.blog .gridblog-content p {
    margin-bottom: 19px;
}

section.blog .grid-image {
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

    section.blog .grid-image img {
        transition: all 0.5s;
        width: 100%;
    }

    section.blog .grid-image:hover img {
        transform: scale(1.1);
        transition: all 0.5s;
    }

@media(max-width: 991px) {
    section.blog {
        padding-bottom: 50px;
    }

        section.blog .col-md-4.col-sm-6.col-xs-12, section.blog .col-md-4.col-sm-12.col-xs-12 {
            margin-bottom: 30px;
        }
}
/* ========================================= */

/*          Partners CSS        */

/* ======================================== */

section.partners:after {
    content: '';
    background: #fff;
    position: absolute;
    right: -12%;
    top: 10%;
    height: 80%;
    width: 90%;
    transform: skew(30deg);
}

.dest-partner {
    position: relative;
    z-index: 1;
}

section.partners .dest-partner img {
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #f1f1f1;
}

section.partners.partners:after {
    transform: none;
    width: 100%;
    right: 0;
}

@media(max-width: 991px) {
    section.partners .section-title {
        text-align: center;
        margin: 0 auto 40px !important;
    }

        section.partners .section-title h2:after {
            left: 0;
            right: 0;
            margin: 0 auto;
        }
}

@media(max-width: 639px) {
    section.partners:after {
        display: none;
    }
}

/* ========================================= */

/*          Instagram CSS        */

/* ======================================== */

.insta-main {
    overflow: hidden;
    background: #f49b00;
}

    .insta-main .insta-inner .col-md-2, .insta-main .insta-inner .col-md-3,
    .insta-main .insta-inner .col-md-10 {
        padding: 0;
        overflow: hidden;
    }

    .insta-main .row.display-flex {
        margin: 0;
    }

.insta-title {
    padding: 30px 0;
}

.insta-image, .insta-image a img {
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}

    .insta-image:hover img {
        transform: scale(1.1);
        transition: all ease-in-out 0.5s;
    }

@media(max-width: 991px) {
    .insta-main .display-flex {
        display: flex;
    }
}

@media(max-width: 767px) {
    .insta-main .display-flex {
        display: inherit;
    }
}

/* ========================================= */

/*          Footer CSS        */

/* ======================================== */

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 80px;
    background: #F16124;
}

    footer.footer1 {
        background: url(../images/breadcrumbbg.jpeg) no-repeat;
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
    }

        footer.footer1:before {
            position: absolute;
            content: '';
            height: 100%;
            width: 100%;
            background: linear-gradient(to top, black, #00000096);
            left: 0;
            top: 0;
        }

.wave-animation {
    display: block;
    width: 100%;
    height: 4em;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

path#gentle-wave {
    fill: #fff;
}

.wave-bg > use {
    animation: move-forever 20s linear infinite;
}

footer .wave-animation {
    top: -59px;
    z-index: 1;
}

footer path#gentle-wave {
    fill: #1A3951;
}

footer a, footer P {
    color: #f1f1f1;
    font-size: 14px;
}

.footer-upper h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .footer-upper h3:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 50px;
        background: #f49b00;
        left: 0;
        bottom: 0;
    }

.footer-upper li {
    margin-bottom: 0;
    line-height: 2.8;
}

.footer-upper p span {
    color: #f49b00;
}

.footer-phone {
    display: flex;
}

    .footer-phone [class^="flaticon-"]:before {
        font-size: 36px;
        color: #f49b00;
    }

.footer-about-in {
    padding: 15px 20px;
    border: 1px dashed #f1f1f1;
    border-radius: 10px;
}

.footer-about ul.social-links li a {
    background: #ffffff26;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    font-size: 17px;
    line-height: 2.2;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

    .footer-about ul.social-links li a:hover {
        color: #fff;
        background: #f49b00;
    }

.footer-payment {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: transparent;
    border: 1px solid #d84b0f;
    /*   border-width: 1px 0;*/
}

    .footer-payment ul li {
        display: inline-block;
        margin: 0 0 0 15px;
    }

        .footer-payment ul li img {
            width: 80px;
        }

.footer-copyright {
    padding: 20px 0;
    background: #F16124;
}

.footer-nav ul li {
    display: inline-block;
    margin: 0 5px;
}
/*.footer-nav ul li:first-child {
    margin-left: 0;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}*/

.newsletter {
    border-bottom: 1px dashed #ffffff45;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

    .newsletter .footer-subscribe {
        width: 45%;
        margin: 0 auto 0px;
    }

.footer-upper .newsletter h3:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media(max-width: 991px) {
    footer {
        position: relative;
    }

        footer .col-xs-12 {
            margin-bottom: 30px;
        }

    .footer-upper {
        padding-bottom: 20px;
    }

    .footer-logo.pull-left {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-logo.pull-left, .footer-payment-nav.pull-right, .footer-nav.pull-right, .copyright-text.pull-left {
        float: none !important;
    }

    .footer-payment {
        padding-bottom: 10px;
    }

        .footer-payment ul li {
            display: inline-block;
            margin: 0px 5px 20px;
            width: 48%;
        }

    .footer-nav.pull-right, .copyright-text.pull-left {
        text-align: center;
    }

    .copyright-text.pull-left {
        margin-bottom: 15px;
    }
}

@media(max-width: 639px) {
    .footer-payment ul li {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
}

.reserved-form {
    z-index: 999 !important;
}

    .reserved-form.date-picker-wrapper.no-topbar {
        padding: 0;
        width: auto;
        background: transparent;
        border: none;
        box-shadow: 0 0 10px #cccccc57;
    }

    .reserved-form.date-picker-wrapper .month-wrapper table .day.real-today {
        background-color: transparent;
        color: #f49b00;
        font-weight: 700;
        border: 1px solid #f49b00;
        opacity: 1;
    }

    .reserved-form.date-picker-wrapper .month-wrapper {
        box-shadow: 0 0 10px #cccccc57;
        border: none;
        padding: 15px;
        border-radius: 0;
    }

        .reserved-form.date-picker-wrapper .month-wrapper table .day.has-tooltip {
            color: #CCC;
            text-decoration: line-through;
            background: #EBEFF2;
        }

        .reserved-form.date-picker-wrapper .month-wrapper table .day.checked {
            background: #f49b00 !important;
            color: #FFF;
            border-color: #f49b00;
        }

        .reserved-form.date-picker-wrapper .month-wrapper table .day {
            padding: 5px 0px;
            padding-left: 0px;
            line-height: 0.9;
            font-size: 15px;
            color: #999;
            border: 1px solid #f1f1f1;
            text-align: center;
            height: 40px;
            width: 40px;
            margin: 10px 2px 0px;
            border-radius: 50%;
            line-height: 1.8;
        }

            .reserved-form.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
                color: #fff;
            }

        .reserved-form.date-picker-wrapper .month-wrapper table .week-name {
            height: 40px;
            color: #333;
        }

    .reserved-form.date-picker-wrapper table .caption {
        background: #fbfbfb;
        color: #333;
    }

    .reserved-form.date-picker-wrapper .footer {
        display: none;
    }

    .reserved-form.date-picker-wrapper.single-date span {
        font-size: 14px;
    }

    .reserved-form.date-picker-wrapper table .caption > th:first-of-type, .reserved-form.date-picker-wrapper table .caption > th:last-of-type {
        padding: 10px;
    }

    .reserved-form.date-picker-wrapper table .caption th {
        text-align: left;
    }

    .reserved-form.date-picker-wrapper .month-wrapper table.month2 .caption th {
        text-align: right;
    }

    .reserved-form.date-picker-wrapper .gap, .reserved-form.date-picker-wrapper table .caption .next:hover, .reserved-form.date-picker-wrapper table .caption .prev:hover {
        background: transparent;
    }

        .reserved-form.date-picker-wrapper .gap .gap-lines, .reserved-form.date-picker-wrapper .gap .gap-top-mask, .reserved-form.date-picker-wrapper .gap .gap-bottom-mask {
            display: none;
        }

    .reserved-form.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
        background: #999;
        color: #fff;
    }
/* ========================================= */

/*          Shop all CSS        */

/* ======================================== */

.banner_thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .banner_thumb img {
        width: 100%;
    }

.banner_text {
    position: absolute;
    top: 40px;
    left: 50px;
}

.related-products .section-title {
    margin-bottom: 38px;
}

.related-products .slick-initialized .slick-slide {
    margin-top: 30px;
}

.related-products .shop-item {
    margin-bottom: 10px;
}

.shop-item {
    box-shadow: 0px 0px 10px #cccccc57;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.shop-image {
    position: relative;
    text-align: center;
    padding: 20px;
}

    .shop-image img {
        width: 50%;
    }

.shop-content {
    text-align: center;
    padding: 0px 0 20px;
}

.shop-price span {
    margin: 0 5px;
    font-size: 16px;
    color: #f49b00;
}

.shop-price del {
    opacity: 0.7;
}

.shop-price ins {
    font-weight: 600;
    text-decoration: none;
}

.quantity-buttons {
    display: inline-block;
}
/*shop sidebar*/

.shop-sidebar-box {
    margin-bottom: 40px;
}

    .shop-sidebar-box h4 {
        margin-bottom: 20px;
    }

.sidebar-title h3 {
    border-bottom: 2px dashed #f1f1f1;
    padding-bottom: 15px;
}

.shop-sidebar-content ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
    transition: all ease-in-out 0.5s;
}

    .shop-sidebar-content ul li a, .recent-item {
        margin-bottom: 15px;
        background: #fff;
        padding: 10px 15px;
        width: 100%;
        border-radius: 10px;
    }

    .shop-sidebar-content ul li a {
        display: inline-block;
    }

    .shop-sidebar-content ul li:last-child a, .recent-item:last-child {
        margin-bottom: 0;
    }

.shop-sidebar .recent-image {
    width: 30%;
}

.shop-sidebar .latest-tweets ul > li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

    .shop-sidebar .latest-tweets ul > li:last-child {
        border: none;
        padding-bottom: 0;
        margin: 0;
    }

.shop-sidebar .latest-tweets {
    position: relative;
}

    .shop-sidebar .latest-tweets p.tweet-text:before {
        content: "\f099";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 20px;
        position: absolute;
        left: 0;
        padding-top: 5px;
        color: #01d6a3;
    }

.shop-sidebar .tagcloud a {
    border: 1px solid #f1f1f1;
    border-radius: 5px 0;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 3px;
}

.shop-sidebar .shop-sidebar-ad {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(to bottom, #daae5d 0%, #f49b00 100%);
    box-shadow: 0 0 10px #cccccc42;
    overflow: hidden;
    border-radius: 10px;
}

    .shop-sidebar .shop-sidebar-ad:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
    }

.shop-sidebar .ad-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .shop-sidebar .ad-content p, .shop-sidebar .ad-content h3 {
        color: #fff;
    }

    .shop-sidebar .ad-content h3 {
        margin: 15px 0 20px;
    }

@media(max-width: 991px) {
    .shop-main .col-md-8, .shop-main .col-md-3 {
        padding: 0 15px;
    }

    .shop-sidebar-box .display-flex {
        display: flex;
    }

    .detail-sidebar, .shop-sidebar {
        margin-top: 30px;
    }

    section.banner_area {
        padding-bottom: 50px;
    }

    .banner_thumb {
        margin-bottom: 30px;
    }

    .shop-detail .single-content {
        margin-top: 20px;
    }
}

@media(max-width: 767px) {
    .banner_text {
        position: relative;
        top: 0;
        left: 0;
        background: #e1e1e1;
        width: 100%;
        padding: 0 20px 20px;
        text-align: center;
    }

    .banner_text1 {
        text-align: center;
        padding-top: 20px;
    }
}

section.shop-main {
    background: #fbfbfb;
    position: relative;
}

    section.shop-main:before {
        content: '';
        background: #fff;
        height: 100%;
        width: 67.3%;
        position: absolute;
        left: 0;
        top: 0;
    }

.shop-main .col-md-8 {
    width: 70%;
}

.shop-main .col-md-4 {
    width: 30%;
}

.single-content .shop-price span {
    font-size: 24px;
}

.product-tags {
    margin-top: 30px;
}

    .product-tags p {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        margin-right: 10px;
    }

#store-tab-main .nav-tabs {
    border-color: #f1f1f1;
}

    #store-tab-main .nav-tabs > li {
        margin: 0;
    }

        #store-tab-main .nav-tabs > li > a {
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding: 14px 17px 14px;
            font-size: 18px;
            text-align: center;
            font-weight: 300;
            color: #333;
            background: transparent;
            border-radius: 10px 10px 0 0;
            margin: 0;
            line-height: inherit;
            border: none;
        }

#store-tab-main .tab-content p {
    margin-bottom: 0;
}

#store-tab-main .nav-tabs > li > a:hover, #store-tab-main .nav-tabs > li.active > a, #store-tab-main .nav-tabs > li.active > a, #store-tab-main .nav-tabs > li.active > a:focus {
    color: #fff !important;
    border: none;
    background: #333;
}

#store-tab-main .tab-content {
    padding: 20px 0 0;
    border-top: 1px solid transparent;
}

.shop-detail .thumbnail-images {
    padding: 15px;
    background: #fbfbfb;
    border-radius: 10px;
}

.shop-detail .slick-list {
    padding: 0 !important;
}

.shop-detail .slider-thumbs .slick-slide img {
    padding: 10px 5px 0px;
}

.deals-tour .slick-slide img {
    width: 338px;
    max-height: 446px;
}

.ticket-slider img, .trending img {
    width: 100% !important;
    height: 246px;
}

.shop-detail .slider.slider-thumbs {
    margin-top: 5px;
}

    .shop-detail .slider.slider-thumbs .slick-slide {
        opacity: 0.5;
    }

        .shop-detail .slider.slider-thumbs .slick-slide.slick-active {
            opacity: 1;
        }

section.related-products {
    background: #fff;
}

.related-products .content-title {
    margin-bottom: 50px;
}

table.shop_table.rt-checkout-review-order-table {
    width: 100%;
}

.checkout-coupon {
    background: #061a2b;
    padding: 15px 30px;
    display: inline-block;
    width: 100%;
}

table.shop_table.rt-checkout-review-order-table tr {
    border: 1px solid #f1f1f1;
}

span.rt-Price-amount, span.rt-Price-amount span {
    color: #ef2a4c;
}

table.shop_table.rt-checkout-review-order-table tr th, table.shop_table.rt-checkout-review-order-table tr td {
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #f1f1f1;
}

table.shop_table.rt-checkout-review-order-table thead, table.shop_table.rt-checkout-review-order-table tr.order-total {
    background: #fbfbfb;
}

.cart-table-list thead {
    width: 100%;
}

.cart-table-list th, .cart-table-list td {
    text-align: center;
}

.cart-table-list .product-thumbnail img {
    width: 30%;
    margin-right: 15px;
}

.cart-inner .checkout-order {
    margin: 30px 0 20px;
}

.cart-table-list .coupon input[type=text] {
    width: 250px;
    margin-left: 22px;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    background: #fff;
    height: 35px;
    vertical-align: top;
    padding-left: 10px;
}

.cart-table-list table td.actions .coupon button {
    color: #ffa801;
    background-color: transparent;
    border: 1px solid #ffa801;
    border-radius: 0px;
    padding: 6px 12px;
    transition: all ease-in-out 0.3s;
    margin-left: 10px;
}

    .cart-table-list table td.actions .coupon button.update_cart {
        background: #ffa801;
        color: #fff;
        border-color: #ffa801;
    }

.cart-table-list table td.actions .button {
    margin: 0 0 0 22px;
}

.cart-table-list table td.actions .coupon button.btn-red:hover {
    background-color: #ffa801;
    color: #fff;
}

@media(max-width: 991px) {
    .shop-main .col-md-8, .shop-main .col-md-4, section.shop-main:before {
        width: 100%;
    }

    .cart-table-list .quantity-buttons {
        position: relative;
    }

    .shop-sidebar-content ul li a {
        padding: 0;
    }
}

@media(max-width: 568px) {
    #store-tab-main .nav-tabs > li {
        width: 100%;
    }

        #store-tab-main .nav-tabs > li > a {
            width: 100%;
            background: #fbfbfb;
            border: 1px solid #f1f1f1;
        }

    .cart-table-list table.shop_table.rt-checkout-review-order-table {
        display: inline-block;
        overflow-x: scroll;
    }

    span.quantity-buttons input {
        width: 100%;
    }

    .cart-table-list table td.actions .coupon button.update_cart {
        margin-top: 10px;
    }
}

@media(max-width: 567px) {
    .cart-table-list table td.actions .coupon button {
        margin-top: 10px;
    }
}
/*Home Style 2*/

.rd-item {
    margin-bottom: 30px;
}

.rd-image {
    position: relative;
    overflow: hidden;
}

    .rd-image img {
        transition: all ease-in-out 0.3s;
    }

.rd-item:hover img {
    transform: rotate(5deg) scale(1.2);
}

.rd-location {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    z-index: 1;
}

    .rd-location p {
        color: #fff;
        margin: 0;
    }

.rd-content {
    padding: 20px;
    border: 1px solid #eee;
}

span.num-rating {
    background: #ffbc00;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
    border-radius: 5px;
}

.rd-content p.price {
    margin: 15px 0 0 0;
}

.rd-content .price span {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.popular-activities span.num-rating {
    background: #f8bc5a;
}

.image-style2 {
    position: relative;
}

.content-style2 {
    border: 1px solid #eee;
}

.content-upper {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.content-lower {
    padding: 20px 20px 5px;
}

    .content-lower ul li {
        width: 49%;
        display: inline-block;
        margin-bottom: 0;
        line-height: 2.6;
        font-size: 15px;
    }

span.num-rating1 {
    color: #f49b00;
    margin-right: 15px;
}
/*Home Style Tour*/

section.popular-hotels {
    padding-top: 140px;
}

.tour-service-item {
    padding-top: 30px;
}

.tour-service-icon {
    float: left;
    padding-top: 15px;
}

    .tour-service-icon i {
        font-size: 44px;
    }

.tour-service-content {
    padding-left: 60px;
}

    .tour-service-content h4 {
        margin-bottom: 0;
    }

.article-image {
    overflow: hidden;
    border-radius: 10px;
}

    .article-image img {
        transition: all ease-in-out 0.3s;
        width: 100%;
    }

.article-item:hover img {
    transform: rotate(5deg) scale(1.2);
}

.article-content {
    padding-top: 20px;
}

@media(max-width: 991px) {
    section.blog-article {
        padding-bottom: 50px
    }

        section.blog-article .col-md-4 {
            margin-bottom: 30px;
        }
}
/* ========================================= */

/*          Flight Homepage CSS        */

/* ======================================== */

.ver-banner .swiper-button-next, .ver-banner .swiper-container-rtl .swiper-button-prev, .ver-banner .swiper-button-prev, .ver-banner .swiper-container-rtl .swiper-button-next {
    right: 3%;
    left: auto;
    top: 57%;
    transform: rotate(90deg);
}

.ver-banner .swiper-button-prev, .ver-banner .swiper-container-rtl .swiper-button-next {
    top: 49%;
}

.ver-banner .slider .swiper-button-next:after, .ver-banner .slider .swiper-button-prev:after {
    font-size: 16px;
    padding: 10px 15px;
}

section.air-tickets {
    background: url(../images/flightbg1.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ticket-item {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px #cccccc37;
    border-radius: 10px;
}

.ticket-image {
    background: #ebf0f6;
}

.ticket-content {
    padding-top: 20px;
}

    .ticket-content p span {
        font-size: 20px;
        font-weight: 600;
    }

.ticket-btn a.biz-btn {
    padding: 8px 15px;
}

.price-item {
    border: 1px solid #f1f1f1;
    overflow: hidden;
    box-shadow: 1px 1px 20px #cccccc67;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
}

.price-table-head {
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

    .price-table-head i {
        color: #8c7c51;
        font-size: 40px;
        margin-bottom: 10px;
    }

    .price-table-head h3 {
        margin-bottom: 0;
    }

.price-table-price {
    padding: 15px 15px 12px;
}

    .price-table-price span {
        color: #8c7c51;
        font-size: 21px;
    }

.price-des {
    padding: 0 20px;
}

.price-table-content {
    background: #fbfbfb;
}

    .price-table-content li {
        margin: 0;
        padding: 12px 20px;
    }

        .price-table-content li:nth-child(even) {
            background: #fff;
        }

.price-btn {
    padding: 20px 0;
}

.price-item-blue a.btn-red:hover {
    background: #fff;
    color: #005294;
}

.price-item:hover {
    transform: translateY(-10px);
}

.price-item.price-mar {
    margin-top: 30px;
}

@media(max-width: 991px) {
    .price-list .col-md-6 {
        margin-bottom: 30px;
    }

    .price-item.price-mar {
        margin-top: 0;
    }

    section.price-list {
        padding-bottom: 50px;
    }
}

.accrodion-grp .accrodion + .accrodion {
    margin-top: 10px;
}

.accrodion-grp .accrodion .accrodion-title {
    border: 1px solid #DEE0E1;
    background: #FFFFFF;
    padding: 14.5px 25px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 10px;
}

    .accrodion-grp .accrodion .accrodion-title h5 {
        margin: 0;
        position: relative;
        font-weight: 300;
    }

        .accrodion-grp .accrodion .accrodion-title h5:before {
            content: '\f107';
            font-family: 'FontAwesome';
            color: #222222;
            font-size: 20px;
            position: absolute;
            top: 50%;
            right: 0px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.accrodion-grp .accrodion .accrodion-content {
    padding-top: 10px;
}

    .accrodion-grp .accrodion .accrodion-content .inner {
        padding: 10px 0px;
    }

    .accrodion-grp .accrodion .accrodion-content p {
        margin: 0;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: .01em;
        color: #74787D;
    }

.accrodion-grp .accrodion.active .accrodion-title {
    background: #666;
    border-color: #666;
}

    .accrodion-grp .accrodion.active .accrodion-title h5:before {
        content: '\f106';
        color: #fff;
    }

    .accrodion-grp .accrodion.active .accrodion-title h5 {
        color: #fff;
    }

@media(max-width: 991px) {
    .accrodion-grp.faq-accrodion {
        margin-bottom: 30px;
    }
}
/*Ticket List Page*/

.landing {
    padding: 15px 0;
    border-bottom: 1px dashed #f1f1f1;
}

    .landing .icon {
        float: left;
        font-size: 24px;
        color: #f49b00;
    }

.landing-icon i {
    transform: rotate(90deg);
}

.landing .content {
    padding-left: 20px;
}

    .landing .content p {
        margin-bottom: 0;
    }

.flight-btn {
    padding-top: 15px;
}

    .flight-btn a.btn {
        width: 100%;
        margin-top: 15px;
    }

.list-ticket {
    margin-bottom: 30px;
}

.detail-info {
    border-bottom: 1px dashed #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

    .detail-info h3.detail-price {
        position: absolute;
        right: 15px;
        top: 15px;
    }

.flight-full .item {
    padding: 30px 20px;
    box-shadow: 0 0 15px #cccccc57;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .flight-full .item:before, .flight-full .item:nth-child(even):before {
        content: '';
        background: #fbfbfb;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        transform: rotate(45deg);
    }

    .flight-full .item:nth-child(even):before {
        transform: rotate(-45deg);
    }

.flight-full .landing .content {
    padding: 0;
}

.flight-btn p {
    font-weight: 600;
    font-size: 28px;
    color: #333;
}

.flight-table table {
    width: 100%;
}

    .flight-table table thead th {
        text-align: center;
        font-size: 16px;
        background: #fbfbfb;
    }

    .flight-table table tbody tr:nth-child(even) {
        background: #fbfbfb;
    }

.flight-table td, .flight-table th {
    padding: 20px 10px 16px;
}

.citle {
    font-size: 14px;
    font-weight: 800;
}

.flight-table h6 {
    margin-bottom: 3px;
}

    .flight-table h6 strong {
        color: #D60D45
    }

.flight-table p {
    margin-bottom: 0;
}

    .flight-table p.emi {
        font-size: 13px;
    }

.sidebar-item .nice-select {
    background: #fff;
    margin-bottom: 15px;
}

p.package-days {
    border: 1px dashed #f1f1f1;
    border-width: 1px 0 1px;
    padding: 10px 0;
    font-size: 14px;
}

.sidebar-package-image {
    border-radius: 10px;
    overflow: hidden;
}

.content-image {
    border-radius: 10px;
    overflow: hidden;
}

.confirmation-title > h3 {
    text-align: center;
    padding: 20px;
    border: 1px dashed #f1f1f1;
    border-radius: 10px;
}

.booking-confirmed a.f-payment {
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    width: 100%;
    display: block;
    color: #d81e47;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
}

.confirmation-details.detail table {
    width: 100%;
}

    .confirmation-details.detail table td, .confirmation-details.detail table th {
        border: 1px solid #f1f1f1;
        padding: 10px 10px 8px;
        color: #858585;
    }

        .confirmation-details.detail table td.title {
            color: #333;
        }

.confirmation .sidebar-videos article.post {
    padding: 0;
    margin-bottom: 0;
}

.flight-destinations .nice-select {
    padding: 10px 20px 10px 35px;
    border: 1px solid #eee;
}

@media(max-width: 1100px) and (min-width: 1024px) {
    .flight-btn a {
        margin: 0 0 15px;
    }

        .flight-btn a:last-child {
            margin-bottom: 0;
        }
}

@media(max-width: 991px) {
    section.featured-flight {
        padding-bottom: 50px;
    }

        section.featured-flight .trend-box .col-md-4 {
            margin-bottom: 30px;
        }

    .flight-list .col-md-6 {
        margin-bottom: 30px;
    }

    section.flight-list .list-ticket {
        margin-bottom: 0;
    }

    .list-sidebar {
        margin-top: 30px;
    }
}

@media(max-width: 567px) {
    .flight-table td, .flight-table th {
        width: 100%;
        display: inline-block;
    }
}
/* ========================================= */

/*          TOur Listing CSS        */

/* ======================================== */

.list-results {
    position: relative;
    margin-bottom: 30px;
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
}

    .list-results .change-grid, .list-results .change-list {
        display: inline-block;
    }

        .list-results .change-list.f-active i, .list-results .change-grid.f-active i, .list-results a:hover i {
            color: #ffa801;
            transition: all ease-in-out 0.3;
        }

        .list-results .change-grid i, .list-results .change-list i {
            line-height: 35px;
            text-align: center;
            color: #444;
            display: inline-block;
            transition: all ease-in-out 0.3;
        }

    .list-results label {
        margin: 0;
    }

    .list-results .nice-select {
        border: 1px solid #eee;
        background: #fff;
        width: 120px;
        margin-left: 10px;
    }

.sidebar-item .filter-box {
    box-shadow: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    background: #1A3951;
    padding: 20px 20px 5px;
}

    .sidebar-item .filter-box .form-group {
        margin-bottom: 15px;
    }

.sidebar-item .pretty .state label {
    text-indent: 1em;
    width: 100%;
    padding-left: 10px;
}

    .sidebar-item .pretty .state label span.number {
        float: right;
    }

.sidebar-item .pretty.p-icon .state .icon {
    color: #fff;
}

.pretty.p-icon input:checked ~ .state .icon {
    background: #f49b00;
}

.sidebar-item .range-slider .ui-slider .ui-slider-range {
    background: #f49b00;
}

.star-rating span {
    color: #ffbc00;
    display: inline;
}

.sidebar-item .pretty {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
}

    .sidebar-item .pretty:last-child {
        margin: 0;
    }

.sidebar-item .range-slider {
    margin-bottom: 0;
}

.list-content .rd-item {
    margin-bottom: 30px;
}

.list-item {
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.list-image {
    overflow: hidden;
}

    .list-image img {
        transition: all ease-in-out 0.5s;
    }

.list-item:hover img {
    transform: rotate(5deg) scale(1.1);
}

.list-content {
    padding: 30px 30px 30px 0;
    position: relative;
}

.list-rating i {
    float: right;
    padding-top: 7px;
}

.list-rating h3 {
    display: inline-block;
    margin-top: 0 !important;
}

span.limited {
    display: inline-block;
    background: #f15701;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
}

span.rate-btn {
    display: inline-block;
    padding: 7px 15px;
    margin: 0 5px 0 0;
    border-radius: 30px;
    color: #fff;
}

span.feat {
    background: #f49b00;
}

span.discount {
    background: #ff316b;
}

.list-features li {
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 12px;
}

.list-content h3 {
    margin: 10px 0;
}

.list-content p.price {
    margin: 0;
}

    .list-content p.price span {
        font-size: 20px;
        font-weight: 600;
        color: #333;
    }

.list-content .content-lower {
    padding: 20px 0 0 0;
}

.rentallist .item-style2 {
    margin-bottom: 30px;
}

p.review {
    display: inline-block;
}

.single-title .rating {
    display: inline-block;
}

section.single-cover {
    padding: 0;
}

.single-slider .slick-prev {
    left: 15px;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Pro" !important;
}

.single-slider .slick-next {
    right: 15px;
}

.comment-box {
    display: flex;
    margin-bottom: 30px;
}

    .comment-box:last-child {
        margin-bottom: 0;
    }

.comment-image {
    text-align: center;
    height: 150px;
    width: 150px;
}

    .comment-image img {
        border-radius: 50%;
    }

.comment-content {
    padding-left: 30px;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 30px;
    position: relative;
}

span.comment-title {
    font-weight: 600;
    font-style: italic;
}

p.comment-date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    margin: 0;
}

p.comment {
    margin: 15px 0;
}

.comment-like {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #f1f1f1;
    padding-top: 20px;
}

    .comment-like a {
        padding: 6px 12px;
    }

.like-title {
    display: inline-block;
}

    .like-title p {
        margin: 0;
    }

.like-btn a {
    margin-left: 10px;
}

    .like-btn a.like {
        color: #292e8c;
    }

    .like-btn a.dislike {
        color: #a6aebb;
    }

    .like-btn a.love {
        color: #ff6f7e;
    }

.room-item {
    border-bottom: 1px dashed #e4e4e4;
    padding: 0px 0 20px;
    position: relative;
    margin-bottom: 20px;
}

    .room-item:last-child {
        margin-bottom: 0;
        padding: 0;
        border: none;
    }

.single-rooms {
    padding-bottom: 0;
}

.room-content {
    display: flex;
    align-items: center;
}

.room-info .content-lower {
    padding: 0;
}

.room-info {
    border-right: 1px solid #e4e4e4;
}

.room-price {
    width: 50%;
    text-align: right;
    margin-left: 30px;
}

span.offer {
    color: #f49b00;
}

.room-price p.price {
    padding-top: 20px;
}

.amnities, .essentials {
    padding: 20px;
    background: #fbfbfb;
    border-radius: 10px;
}

    .amnities li {
        display: inline-block;
        width: 32.33%;
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 4px;
        border-radius: 10px;
    }

.progress-item {
    width: 49%;
    display: inline-block;
    padding-right: 15px;
}

.review-box {
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 25px 0 30px;
    border-radius: 10px;
}

p.rating {
    font-size: 18px;
    color: #f49b00;
}

    p.rating span {
        font-size: 44px;
    }

.progress-item p {
    font-size: 14px;
    margin-bottom: 5px;
}

.progress-item .progress {
    height: 5px;
}

.progress-item .progress-bar {
    background: #f49b00;
}

.sidebar-share {
    margin-bottom: 15px;
}

    .sidebar-share li {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }

li.share-box {
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    line-height: 3;
}

.sidebar-share li span.num-rating {
    padding: 15px;
    margin: 0;
}

.mar-top-13 {
    margin-top: 13px;
}

.sidebar-share li p {
    color: #f49b00;
    margin: 0;
    font-weight: 600;
}

.map-box {
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 30px 0;
    border-radius: 10px;
    margin-bottom: 15px;
    background: url(../images/streetmap.jpg);
    background-size: cover;
}

    .map-box i {
        display: block;
        font-size: 44px;
        color: #f49b00;
    }

span.location-box {
    color: #f49b00;
    border: 1px solid #f49b00;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px;
}

.location-features li:last-child {
    margin-bottom: 0;
}

.location-features i {
    color: #f49b00;
    margin-right: 10px;
}

.sidebar-contact {
    border: 1px solid #f1f1f1;
    padding: 40px 20px;
    border-radius: 10px;
}

    .sidebar-contact h3:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sidebar-contact i {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .sidebar-contact small {
        display: block;
        margin-top: 15px;
    }

.single-full-title .single-title {
    display: inline-block;
}

.room-info-full {
    padding: 40px 0;
}

.single-title p {
    display: inline-block;
    margin-right: 15px;
}

.single-title a {
    margin-right: 15px;
}

.tour-includes {
    padding: 30px 0 15px;
}

    .tour-includes li {
        width: 32%;
        display: inline-block;
        border: 1px solid #f1f1f1;
        padding: 10px;
    }

        .tour-includes li i {
            color: #f49b00;
            padding-right: 5px;
        }

.desc-box {
    display: inline-block;
    width: 49.5%;
    margin-bottom: 5px;
    background: #fbfbfb;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.description i {
    color: #f49b00;
    padding-right: 5px;
}

ul.expect li i {
    font-size: 10px;
}

ul.expect li:last-child {
    margin-bottom: 0;
}

.itinerary-item {
    margin-bottom: 15px;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 15px;
    background: #fbfbfb;
    padding: 15px 20px;
}

    .itinerary-item .btn {
        background: transparent;
        color: #f49b00;
        padding: 0;
        border: none;
        font-size: 18px;
    }

        .itinerary-item .btn:focus {
            outline: none;
        }

    .itinerary-item p {
        display: inline-block;
        margin-left: 10px;
        font-weight: 600;
        color: #333;
    }

.itinerary-para {
    padding: 14px 0 0 28px;
    color: #666;
}

.itinerary-item span {
    color: #f49b00;
}

.highlight {
    display: flex;
}

    .highlight .title {
        width: 15%;
    }

    .highlight .content {
        width: 85%;
    }

ul.blue li i {
    padding-right: 5px;
    color: #f49b00;
}

ul.blue li:last-child {
    margin-bottom: 0;
}

ul.includes {
    width: 49%;
    display: inline-block;
}

@media(max-width: 991px) {
    .list-results.display-flex {
        display: flex;
    }
}

@media(max-width: 767px) {
    .room-content {
        padding-top: 20px;
    }
}

@media(max-width: 639px) {
    .desc-box {
        width: 100%;
    }

    .room-content {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .room-info {
        border-bottom: 1px solid #e4e4e4;
        border-right: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .room-price {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .amnities li {
        width: 100%;
    }

    .review-box {
        margin-bottom: 20px;
    }

    .single-comments h3 {
        text-align: center;
    }

    .tour-includes li {
        width: 100%;
    }

    .list-results.display-flex {
        display: inline-block;
        width: 100%;
    }

    .list-results-sort.pull-left {
        width: 100%;
        text-align: center;
    }

    .click-menu.pull-right {
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }
}

@media(max-width: 567px) {
    .detail-info-content {
        text-align: center;
    }

    .detail-info h3.detail-price {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px !important;
    }

    .comment-box {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .comment-image {
        display: inline-block;
    }

    p.comment-date {
        position: inherit;
        margin-bottom: 15px;
    }

    .comment-content {
        text-align: center;
        margin-top: 15px;
        padding-left: 0;
    }

    .comment-rate .rating {
        margin: 0 0 15px;
    }

    .comment-like, span.comment-title {
        display: block;
    }

        .comment-like .like-btn {
            width: 100%;
            margin-top: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            float: none !important;
        }

            .comment-like .like-btn a {
                margin-left: 0;
                padding: 0;
            }

    .itinerary-item p {
        margin-left: 0;
    }

    .itinerary-para {
        padding-left: 0;
    }

    .list-results.display-flex {
        text-align: center;
    }

    .input-box {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .priceList {
        margin: 0px !important;
    }

    .list-results .nice-select {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
/* ========================================= */

/*          hotel Homepage  CSS        */

/* ======================================== */


.swiper-content.swiper-content3 {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

section.hotel-form {
    background: #fff;
}

    section.hotel-form .form-content {
        top: 0;
        position: inherit;
    }

    section.hotel-form .filter-box {
        box-shadow: none;
        padding: 0;
    }

.why-us.hotel-why-us {
    padding-top: 70px;
}

section.top-destinations.hotel-desti .col-md-6, section.top-destinations.hotel-desti .col-md-4 {
    padding: 0;
}

section.top-destinations.hotel-desti .td-item {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    border: none;
    box-shadow: none;
    z-index: 1;
    border-radius: 0;
}

section.call-to-action.hotel-action .call-button {
    padding: 0;
    margin: 0;
    position: inherit;
    top: inherit;
    text-align: center;
    z-index: 1;
}

section.call-to-action.hotel-action:after {
    display: none;
}
/*room section*/

.room-item {
    box-shadow: 0px 0px 15px #cccccc57;
    transition: all ease-in-out 0.5s;
}

.room-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
    background: linear-gradient(45deg, #fe4e37 0%, #046b8c 100%);
}

    .room-image img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 60px) !important;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
        transition: all ease-in-out 0.5s;
    }

.room-item:hover {
    transition: all ease-in-out 0.5s;
    transform: translateY(-5px);
}

    .room-item:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all ease-in-out 0.5s;
    }

.room-content1 {
    padding: 18px 25px 25px;
    background: #fff;
}

.room-title {
    position: relative;
}

    .room-title h3 {
        margin-bottom: 10px;
    }

    .room-title p {
        color: #f49b00;
    }

.deal-rating {
    position: absolute;
    right: 0px;
    top: 5px;
}

.room-services {
    border: 1px dashed #f1f1f1;
    padding: 15px 0 12px;
    border-width: 1px 0 1px;
}

    .room-services ul li {
        display: inline-block;
        padding-right: 10px;
        margin-bottom: 0;
        font-size: 14px;
    }

.single-rooms .room-item {
    padding: 20px;
    border: none;
    border-radius: 10px;
}

.guest-btn li:last-child {
    margin-bottom: 0;
}

.single-slider .slick-slider {
    background: #000;
}

.single-slider .slick-initialized .slick-slide {
    opacity: 0.5;
}

@media(max-width: 991px) {
    section.top-destinations.hotel-desti .td-item {
        margin-bottom: 0;
    }

    section.rooms {
        padding-bottom: 50px;
    }

        section.rooms .room-outer .col-md-4 {
            margin-bottom: 30px;
        }

    .hotel-why-inner {
        margin-top: 30px;
    }

    .hotel-action .call-content {
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0;
    }
}

@media(max-width: 400px) {
    section.rooms .deal-rating {
        position: relative;
        top: 0;
    }

    .room-btns a {
        width: 100%;
        margin-bottom: 10px;
    }

        .room-btns a:last-child {
            margin: 0;
        }
}
/* ========================================= */

/*          Booking  CSS        */

/* ======================================== */

section.booking {
    background: #ebf0f6;
}

    section.booking .price-tabmain ul.nav.nav-tabs {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

.booking-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.booking-box-title p {
    margin-bottom: 0;
}

.booking-box-title span {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    line-height: 3;
    margin-bottom: 15px;
}

.booking-box-title li.active span {
    background: #0059ff;
    color: #fff;
}

.booking-box-title li.active p {
    color: #0059ff;
}

.booking-box-title i {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #0057ff;
    color: #fff;
    font-size: 25px;
    line-height: 2;
    border-radius: 50%;
}

.title-content {
    padding-left: 70px;
}

.booking-border {
    padding: 30px 0;
    border-bottom: 1px dashed #e4e4e4;
}

    .booking-border:last-child {
        border: none;
        padding-bottom: 0;
    }

.booking table {
    width: 100%;
}

.booking tr td {
    padding: 10px 10px;
    border: 1px solid #f1f1f1;
    font-size: 14px;
}

    .booking tr td:last-child {
        text-align: right;
    }

.booking-sidebar {
    background: #fff;
    border-radius: 10px;
}

.sidebar-booking, .book-sidebar-title {
    border-bottom: 1px dashed #f1f1f1;
    padding: 30px;
}

    .book-sidebar-title .sidebar-videos article.post {
        padding: 0;
        margin: 0;
    }

    .book-sidebar-title p {
        margin-bottom: 0;
    }

.sidebar-payment {
    padding: 30px;
}

td.weight-600 {
    font-weight: 600;
}

.dashboard-content .list-outer {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
/* ========================================= */

/*          Blog Listing & Detail  CSS        */

/* ======================================== */

section.blogmain:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: #fbfbfb;
}

section.blogmain.blog-left:after {
    right: inherit;
    left: 0;
}

section.blogmain.blog-fullwidth:after {
    display: none;
}

.blog-full .blog-height {
    height: 100%;
}

.blog-full {
    display: flex;
    overflow: hidden;
    border-bottom: 2px dashed #f1f1f1;
}

.blog-image {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

    .blog-image .b-date {
        position: absolute;
        background: #f49b00;
        right: 10px;
        top: 10px;
        padding: 10px;
        text-align: right;
        text-transform: uppercase;
        border-radius: 10px;
    }

        .blog-image .b-date strong {
            font-size: 36px;
            display: block;
        }

    .blog-image a {
        background-size: cover;
        height: 100%;
        width: 100%;
        background-position: center;
        display: inline-block;
    }

.blog-content {
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}

.para-content {
    border-top: 1px dashed #f1f1f1;
    padding-top: 15px;
}

    .para-content span a {
        font-size: 14px;
        font-style: italic;
    }

.blog-quote {
    position: relative;
    text-align: center;
    z-index: 10;
    padding: 60px 40px 30px;
    border-radius: 10px;
    overflow: hidden;
}

    .blog-quote::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #f49b00;
        z-index: -1;
    }

    .blog-quote p {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 50px;
    }

    .blog-quote span {
        font-size: 18px;
        font-style: italic;
    }

    .blog-quote i {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 30px;
        height: 75px;
        width: 75px;
        text-align: center;
        line-height: 75px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        margin-bottom: 20px;
    }

        .blog-quote i::after {
            position: absolute;
            content: '';
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            height: 55px;
            width: 55px;
            border-radius: 50%;
            border: 1px dashed #fff;
        }

.blog-imagelist img {
    border-radius: 10px;
}

.blog-share {
    padding: 20px;
    background: #fbfbfb;
    justify-content: space-between;
    border-radius: 10px;
}

    .blog-share .blog-share-tag ul li {
        display: inline-block;
        margin-bottom: 0;
    }

.blog-next {
    display: inline-block;
    width: 100%;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
}

    .blog-next a {
        width: 50%;
        padding: 20px;
    }

        .blog-next a.pull-left {
            background: #242424;
        }

    .blog-next p {
        margin-bottom: 0;
    }

.prev, .next {
    position: relative;
}

.next {
    text-align: right;
}

.prev {
    padding-left: 25px;
}

    .prev i {
        position: absolute;
        left: 0;
        top: 6px;
    }

.next {
    padding-right: 25px;
}

    .next i {
        position: absolute;
        right: 0;
        top: 6px;
    }

.blog-author {
    padding: 20px;
    border-radius: 10px;
}

    .blog-author .blog-author-item .blog-thumb::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        height: 125px;
        width: 125px;
        transform: translate(-50%, -50%);
        z-index: 1;
        border: 2px dashed #fff;
        border-radius: 50%;
    }

    .blog-author .blog-author-item .blog-thumb img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
    }

    .blog-author .blog-author-item .title span {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 300;
    }
/*sidebar*/

.sidebar-item {
    padding: 0 0px 30px;
    border-bottom: 2px dashed #f1f1f1;
    margin-bottom: 30px;
}

    .sidebar-item:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-item h3 {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

        .sidebar-item h3:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 15%;
            height: 3px;
            background: #f49b00;
        }

    .sidebar-item .date {
        font-size: 13px;
    }
/*sidebar search*/

.blog-search {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .blog-search input {
        padding-right: 70px;
    }

    .blog-search a {
        position: absolute;
        right: 0;
        height: 46px;
        line-height: 1.7;
        border-radius: 0;
    }
/*sidebar author*/

.author-news {
    position: relative;
    overflow: hidden;
    background: url(../images/list1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

.author-news-content {
    position: relative;
    z-index: 1;
}

.author-thumb {
    width: 210px;
    height: 210px;
    margin: 30px auto 0px;
    position: relative;
}

    .author-thumb::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 180px;
        width: 180px;
        border-radius: 50%;
        border: 2px dashed #fff;
    }

    .author-thumb img {
        width: 100%;
        border-radius: 50%;
    }

.author-content {
    padding: 30px;
}

    .author-content span {
        color: #ea7026;
        font-size: 18px;
        font-weight: 600;
        position: relative;
    }

        .author-content span::before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 60px;
            height: 1px;
            background: #ea7026;
        }

    .author-content .title {
        color: #fff;
        font-size: 32px;
        line-height: 1.2;
        padding-top: 12px;
    }

    .author-content p {
        font-size: 18px;
        color: #fff;
        padding-bottom: 18px;
    }

.header-social ul li {
    display: inline-block;
    margin: 0;
}

    .header-social ul li a i {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background: #5e5eb7;
        color: #fff;
        margin-right: 2px;
        border-radius: 5px;
    }

        .header-social ul li a i:hover {
            opacity: 0.8;
        }

    .header-social ul li:nth-child(2) a i {
        background: #c72026;
    }

    .header-social ul li:nth-child(3) a i {
        background: #29a4dd;
    }

    .header-social ul li a i:last-child {
        margin-right: 0;
    }
/*sidebar categoryr*/

ul.sidebar-category li {
    position: relative;
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #f1f1f1;
}

    ul.sidebar-category li:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }
/* sidebar tabs*/

.sidebar-tabs .nav-tabs {
    border-bottom: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .sidebar-tabs .nav-tabs > li {
        width: 50%;
    }

        .sidebar-tabs .nav-tabs > li > a {
            border-radius: 0px;
            padding: 15px;
            margin: 0;
            text-transform: uppercase;
            line-height: inherit;
            border: none;
        }

            .sidebar-tabs .nav-tabs > li.active > a, .sidebar-tabs .nav-tabs > li.active > a:focus, .sidebar-tabs .nav-tabs > li.active > a:hover, .sidebar-tabs .nav-tabs > li > a:hover {
                color: #fff;
                background-color: #f49b00;
                border: none;
            }

.sidebar-image {
    overflow: hidden;
    border-radius: 10px;
}

.sidebar-tabs .content {
    background: #fff;
    padding: 10px 15px;
    transition: all 0.5s;
    border-radius: 10px;
}

    .sidebar-tabs .content:hover {
        box-shadow: 0 0 15px #cccccc57;
        transition: all 0.5s;
    }

.sidebar-tabs .blog-no {
    font-size: 32px;
    color: #ccc;
    font-weight: 700;
}

ul.sidebar-book li i {
    color: #00a3c8;
    font-size: 20px;
    padding-right: 10px;
}

ul.sidebar-tags li {
    display: inline-block;
    margin-bottom: 0;
}

ul.sidebar-tags a {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    margin-bottom: 3px;
    color: #444;
    transition: all 0.5s;
    border-radius: 5px;
}

    ul.sidebar-tags a:hover {
        background: #f49b00;
        color: #fff;
        transition: all 0.5s;
    }

.sidebar-videos article.post {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

@media(max-width: 991px) {
    .blog .col-md-8.pad-left-30, .blog .col-md-8.pad-right-30, .blog .col-md-4.pad-right-30, .blogmain .col-md-8.pad-right-30, .blogmain .col-md-4.pad-right-30, .blogmain .col-md-4.pad-left-30 {
        padding: 0 15px;
    }

    section.blogmain:after {
        display: none;
    }

    .blog-sidebar {
        margin-top: 30px;
        display: inline-block;
        width: 100%;
    }

    .sidebar-tabs .content .content-list.pad-left-15 {
        padding: 15px 0 0;
    }

    .blog-share {
        text-align: center;
    }

    .blog-share-tag {
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .blog.blog-left .blog-full .col-md-8, .blog.blog-left .blog-full .col-md-4 {
        width: 100%;
    }

    .blog-full {
        display: inherit;
    }

        .blog-full .blog-image {
            height: 250px;
        }

    .blog-next a {
        width: 100%;
    }

    .blog-author-item {
        text-align: center;
    }

        .blog-author-item .col-md-3 {
            margin-bottom: 20px;
        }
}

@media(max-width: 400px) {
    .sidebar-tabs .nav-tabs > li > a {
        font-size: 13px;
        padding: 15px 10px;
    }

    .blog-content {
        text-align: center;
    }

    .blog-quote {
        padding: 60px 20px 30px;
    }

        .blog-quote p {
            font-size: 21px;
        }
}
/* ========================================= */

/*          Agent Team CSS        */

/* ======================================== */

.team-item {
    text-align: center;
}

.team-image {
    position: relative;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

    .team-image:after {
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        top: 0;
        left: 0;
        background: #3f85b9;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

.team-social {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    width: 100%;
    transition: all ease-in-out 0.5s;
}

    .team-social ul li {
        display: inline-block;
        margin: 0 10px;
    }

        .team-social ul li a {
            color: #fff;
        }

.team-item:hover .team-image:after {
    opacity: 0.7;
}

.team-item:hover .team-social {
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-content {
    padding-top: 15px;
}

    .team-content h4 {
        margin: 0;
    }

    .team-content p {
        margin: 0;
        color: #5393f7;
    }

@media(max-width: 767px) {
    .about-story {
        margin-bottom: 30px;
    }
}
/* ========================================= */

/*          Gallery CSS        */

/* ======================================== */

section.gallery {
    padding-bottom: 50px;
}

.gallery-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 0.5s;
}

    .gallery-content ul {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .gallery-content ul li {
            border: 1px solid #fff;
            color: #fff;
            height: 40px;
            width: 40px;
            text-align: center;
            font-size: 20px;
            line-height: 2;
            display: inline-block;
            margin: 0;
        }

            .gallery-content ul li a {
                color: #fff;
            }

    .gallery-content i {
        padding: 0;
    }

.gallery-item:hover .gallery-content {
    top: 0;
}

.gal-3-col .gallery-item {
    margin-bottom: 0;
}

a.lb-close {
    position: absolute;
    top: -30px;
    right: 30px;
}
/*gallery 1*/

section.gallery.gallery1 {
    background: #092741;
    padding: 93px 0 0px;
}

    section.gallery.gallery1 .section-title {
        margin-bottom: 60px;
    }

@media(max-width: 567px) {
    .gallery .mt_filter ul li a {
        margin-bottom: 10px;
    }

    .gallery-item {
        margin-bottom: 15px;
    }
}
/* ========================================= */

/*          services CSS        */

/* ======================================== */

.detail-image {
    border-radius: 10px;
    overflow: hidden;
}

.about-para h5 {
    color: #999;
    margin: 0;
    padding: 15px 0;
    border-top: 1px dashed #f1f1f1;
    border-bottom: 1px dashed #f1f1f1;
    line-height: 1.8;
}

.about-icon {
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    text-align: center;
    border-radius: 10px;
}

@media(max-width: 639px) {
    .about-para-list .col-md-4 {
        width: 100%;
    }

    .about-icon {
        margin-bottom: 10px;
    }
}
/* ========================================= */

/*          Faq CSS        */

/* ======================================== */

.faq-content .faq-item {
    box-shadow: 0 0 15px #cccccc57;
    padding: 20px;
    border-radius: 10px;
}

.faq-item .btn-info, .faq-item .btn-info:focus {
    background: transparent;
    color: #333;
    border-color: #e4e4e4;
    border-radius: 5px;
    outline: none;
}

p.question {
    display: inline-block;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding-left: 15px;
}

.faq-para {
    padding-left: 55px;
}

@media(max-width: 991px) {
    .faq-sidebar {
        margin-top: 30px;
    }
}

@media(max-width: 567px) {
    p.question {
        padding-left: 0;
        padding-top: 15px;
        display: block;
    }

    .faq-para {
        padding: 15px 0 0;
    }
}
/* ========================================= */

/*          Events Pages CSS        */

/* ======================================== */

section.events .news-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    section.events .news-image img {
        width: 100%;
    }

section.events .news-content {
    margin-top: 20px;
    width: 94%;
    box-shadow: 0 0 15px #cccccc57;
    padding: 25px 30px 30px;
    margin: -30px auto 0;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

    section.events .news-content h3 {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 15px;
    }

section.events p.dates {
    background: #000000c7;
    text-align: center;
    font-weight: 700;
    padding: 9px 15px 8px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    top: 15px;
    left: 0px;
    border-radius: 0px 10px 10px 0;
}

section.events p.date span {
    font-size: 24px;
    display: block;
}

section.events .meta span {
    color: #999;
    font-size: 14px;
}

@media(max-width: 991px) {
}

@media(max-width: 767px) {
    section.events .col-md-4.col-sm-12.col-xs-12 {
        margin-top: 0;
    }

    section.events .col-md-4.col-sm-6.col-xs-12 {
        margin-bottom: 30px;
    }
}
/*events list view*/

.events-main {
    width: 80%;
    margin: 0 auto;
}

.events-list {
    box-shadow: 0 0 15px #cccccc57;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.time-from {
    border: 1px solid #f1f1f1;
    background: #fbfbfb;
    padding: 15px;
    border-radius: 10px;
}

    .time-from .date {
        font-size: 72px;
        font-weight: 700;
        line-height: 73px;
        margin-top: 0;
        display: block;
    }

    .time-from .maina {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 25px;
        display: block;
    }
/*events detail*/

.events-detail ul.event-list-content {
    list-style-type: disc;
    padding-left: 15px;
}

.events-main.single-detail .review-outer {
    margin-top: 30px;
}

.events-detail ul.event-list-content li:last-child {
    margin-bottom: 0;
}

.events-image {
    border-radius: 10px;
    overflow: hidden;
}

.info ul {
    border-radius: 10px;
    overflow: hidden;
}

    .info ul li.title {
        background: #333;
        color: #fff;
        border: none;
    }

    .info ul li {
        padding: 10px 15px;
        margin: 0;
        border-bottom: 1px dashed #ddd;
    }

        .info ul li:last-child {
            border: none;
        }

.sidebar-book-event {
    overflow: hidden;
    border-radius: 10px;
}

    .sidebar-book-event h4 {
        background: #333;
        padding: 12px 0;
        text-align: center;
        color: #fff;
        margin: 0;
    }

    .sidebar-book-event form li {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        font-weight: 400;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid #f1f1f1;
    }

        .sidebar-book-event form li .label {
            color: #343a40;
            font-weight: normal;
            font-size: 16px;
        }

        .sidebar-book-event form li .value {
            font-weight: 700;
        }

@media(max-width: 1100px) {
    .events-list {
        padding: 15px;
    }
}

@media(max-width: 991px) {
    section.events .col-md-4.col-sm-6.col-xs-12 {
        margin-bottom: 30px;
    }

    section.events .pagination-content {
        margin-top: 0;
    }

    .events-main {
        width: 100%;
    }

    .time-from .date {
        font-size: 50px;
    }

    .events-detail.single-detail .col-md-4.col-sm-12 {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .events-list {
        padding: 20px;
    }

    section.events .events-content {
        margin: 20px 0;
    }
}
/* ========================================= */

/*          Contact Page CSS        */

/* ======================================== */

.info-item {
    position: relative;
    padding: 30px 40px;
    box-shadow: 0 0 15px #cccccc37;
    border-radius: 10px;
}

.info-icon {
    position: absolute;
    font-size: 48px;
    left: 10%;
    top: 20%;
    color: #859096;
}

.info-content {
    padding-left: 55px;
}

    .info-content p {
        margin: 0;
    }

.contact-map {
    border-radius: 10px;
    overflow: hidden;
}

.contact-form {
    background: #333;
    padding: 30px;
    border-radius: 10px;
}

    .contact-form h3 {
        color: #fff;
        margin-bottom: 30px;
    }

    .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
        background: transparent;
        border: none;
        border-bottom: 1px solid #ccc;
        color: #fff;
        padding: 10px;
        border-radius: 0px;
    }

    .contact-form input:focus {
        box-shadow: none;
    }

    .contact-form::placeholder {
        color: #fff;
    }

    .contact-form #submit.btn-orange {
        background: #fff;
        color: #333;
        width: auto;
    }

        .contact-form #submit.btn-orange:hover {
            color: #fff;
            background: #333;
            border-color: #333;
        }

.contact1 .support-item {
    border: 1px solid #f1f1f1;
    padding: 20px 15px 5px;
    text-align: center;
    border-radius: 10px;
}

.contact1 .info-content {
    padding-left: 100px;
}

@media(max-width: 991px) {
    .contact-info .col-md-4 {
        margin-bottom: 30px;
    }

    .info-icon {
        left: 8%;
    }

    .info-content {
        padding-left: 90px;
    }

    .contact-support {
        margin-bottom: 20px
    }

    .support-item {
        margin-bottom: 30px;
    }
}

@media(max-width: 400px) {
    .contact1 .info-content, .info-content {
        padding-left: 40px;
    }

    .info-icon {
        font-size: 32px;
    }
}
/* ========================================= */

/*          price Section CSS        */

/* ======================================== */

.price-main .col-md-4.col-sm-4.col-xs-12 {
    padding: 0;
}

.price-list {
    margin: 0 auto;
    width: 90%;
}

.price-box {
    background: #fff;
    padding: 40px 40px;
    box-shadow: 0 0 30px #cccccc57;
    border-radius: 10px;
}

    .price-box.price-recommended {
        z-index: 1;
        position: relative;
        margin-top: -30px;
        padding: 65px 40px;
    }

.price-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px dashed #f6f2fe;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

    .price-header h2 {
        font-size: 45px;
        margin-bottom: 0;
    }

        .price-header h2 sup {
            font-weight: 300;
        }

.price-item-list ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.price-tabmain ul.nav.nav-tabs {
    border: none;
    display: inline-block;
    background: #f1f1f1;
    overflow: hidden;
    border-radius: 10px;
}

    .price-tabmain ul.nav.nav-tabs li {
        margin: 0;
    }

        .price-tabmain ul.nav.nav-tabs li a {
            border: none;
            border-radius: 0px;
            display: inline-block;
            margin-right: 0px;
            padding: 14px 20px;
            transition: all ease-in-out 0.5s;
        }

            .price-tabmain ul.nav.nav-tabs li a:hover, .price-tabmain ul.nav.nav-tabs li.active a, .price-tabmain ul.nav.nav-tabs li.active a:focus, .price-tabmain ul.nav.nav-tabs li.active a:hover {
                color: #fff;
                background-color: #f49b00;
                border: none;
                transition: all ease-in-out 0.5s;
            }

.pricing-tab .price-box.price-recommended {
    margin: 0;
    padding: 40px;
}

@media(max-width: 991px) and (min-width: 812px) {
    .price-box {
        padding: 40px 20px;
    }

    .pricing-tab .price-box {
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) {
    section.travel-deals {
        padding-bottom: 50px;
    }

    .price-list {
        width: 100%;
    }

        .price-list .col-md-4 {
            margin-bottom: 30px;
        }
}

@media(max-width: 811px) {
    section.price-main {
        padding-bottom: 10px;
    }

    .price-main .col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        margin-bottom: 30px;
    }

    .price-box {
        margin: 0;
    }

    .pricing-tab .price-box, .pricing-tab .price-box.price-recommended {
        margin-bottom: 30px;
    }

    .price-box.price-recommended {
        margin: 0;
        padding: 40px 40px;
    }
}

@media(max-width: 567px) {
    .price-tabmain ul.nav.nav-tabs li, .price-tabmain ul.nav.nav-tabs li a {
        width: 100%;
    }
}
/* ========================================= */

/*          Error Page CSS        */

/* ======================================== */

.error-content {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .error-content h1 {
        font-size: 200px;
    }

    .error-content span {
        color: #f49b00;
    }

.error-btn {
    padding-top: 50px
}

.error-container {
    text-align: center;
    font-size: 106px;
    font-weight: 800;
    margin: 0px 0px 50px;
}

    .error-container > span {
        display: inline-block;
        position: relative;
    }

        .error-container > span.four {
            width: 136px;
            height: 43px;
            border-radius: 999px;
            background: linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%), linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%), linear-gradient(to right, #d89ca4, #e27b7e);
        }

            .error-container > span.four:before, .error-container > span.four:after {
                content: '';
                display: block;
                position: absolute;
                border-radius: 999px;
            }

            .error-container > span.four:before {
                width: 43px;
                height: 156px;
                left: 60px;
                bottom: -43px;
                background: linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%), linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%), linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
            }

            .error-container > span.four:after {
                width: 137px;
                height: 43px;
                transform: rotate(-49.5deg);
                left: -18px;
                bottom: 36px;
                background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
            }

        .error-container > span.zero {
            vertical-align: text-top;
            width: 156px;
            height: 156px;
            border-radius: 999px;
            background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%, transparent 51%, transparent 100%), linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
            overflow: hidden;
            animation: bgshadow 5s infinite;
        }

            .error-container > span.zero:before {
                content: '';
                display: block;
                position: absolute;
                transform: rotate(45deg);
                width: 90px;
                height: 90px;
                background-color: transparent;
                left: 0px;
                bottom: 0px;
                background: linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%), linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
            }

            .error-container > span.zero:after {
                content: '';
                display: block;
                position: absolute;
                border-radius: 999px;
                width: 70px;
                height: 70px;
                left: 43px;
                bottom: 43px;
                background: #FDFAF5;
                box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
            }

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

@keyframes bgshadow {
    0% {
        box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
    }

    45% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    55% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
    }
}
/* demo stuff */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.error.error-1 {
    height: 100vh;
    display: flex;
    align-items: center;
}

.error-1 .error-content h1 {
    font-size: 252px;
    margin: 0px;
    color: #fff;
    letter-spacing: -40px;
    line-height: 1;
}

.error-1 .error-content span {
    text-shadow: -8px 0px 0px #fff;
}

@media(max-width: 767px) {
    .error-content {
        width: 100%;
    }
}

@media(max-width: 639px) {
    .error-content h1 {
        font-size: 150px;
    }
}

@media(max-width: 567px) {
    .error-content h1 {
        font-size: 100px;
    }

    .error-btn a {
        width: 100%;
        margin-bottom: 15px;
    }
}
/* ========================================= */

/*          terms & Condtion CSS        */

/* ======================================== */

section.terms {
    padding-bottom: 50px;
}

.terms .content > div {
    padding: 20px;
    box-shadow: 0 0 15px #cccccc57;
    margin-bottom: 30px;
    border-left: 4px solid #c7c7c7;
    border-radius: 10px;
}

.terms-site h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
/* ========================================= */

/*          Coming Soon CSS        */

/* ======================================== */

section.comingsoon {
    background: url(../images/comingsoonbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}

.content {
    position: relative;
    z-index: 1;
}

.comingsoon {
    text-align: center;
}

.coming-title {
    width: 60%;
    margin: 0 auto 50px;
}

    .coming-title h2 {
        margin-top: 30px;
        color: #fff;
    }

    .coming-title span {
        color: #f49b00;
        font-size: 60px;
    }

    .coming-title p {
        color: #fff;
    }

.counter-box {
    text-align: center;
    height: 200px;
    width: 200px;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    padding: 25px;
    margin: 0 5px;
    border-bottom: 5px solid #f49b00;
    font-size: 21px;
    border-radius: 10px;
}

    .counter-box span {
        font-size: 80px;
        color: #f49b00;
        display: block;
        font-weight: 700;
    }

.comingsoon form {
    width: 400px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

    .comingsoon form .form-group {
        margin-bottom: 0;
        overflow: hidden;
    }

.comingsoon-btn {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
}

    .comingsoon-btn a.biz-btn {
        padding: 14px 25px 12px;
    }

.comingsoon ul.social-links li a {
    color: #fff;
    background: #ffffff26;
    padding: 10px 15px;
    font-size: 18px;
}

section.comingsoon.comingsoon1 {
    text-align: left;
    padding: 160px 0;
}

    section.comingsoon.comingsoon1 canvas.pg-canvas {
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100% !important;
        opacity: 1;
    }

    section.comingsoon.comingsoon1:before {
        display: none;
    }

    section.comingsoon.comingsoon1 .counter-box span {
        font-size: 100px;
    }

    section.comingsoon.comingsoon1 .coming-title {
        margin: 0;
    }

.coming-counter-1 .counter-box {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
}

@media(min-width: 1400px) {
    section.comingsoon {
        height: 100vh;
        align-items: center;
        display: flex;
    }
}

@media(max-width: 991px) and (min-width: 736px) {
    .counter-box {
        height: 160px;
        width: 160px;
        padding: 12px;
    }

        .counter-box span {
            font-size: 70px;
        }
}

@media(max-width: 991px) {
    section.comingsoon.comingsoon1, .coming-counter-1 .counter-box {
        text-align: center;
    }

        section.comingsoon.comingsoon1 .coming-title {
            width: 100%;
        }
}

@media(max-width: 735px) {
    .coming-title {
        width: 100%;
    }

    .counter-box {
        margin-bottom: 12px;
    }

    .comingsoon form {
        width: auto;
    }
}

@media(max-width: 567px) {
    section.comingsoon:before {
        width: 80%;
        left: -480px;
    }

    .comingsoon-btn {
        position: relative;
        margin-top: 15px;
    }
}

.modal-dialog {
    width: 450px;
}

.login-content {
    background: #fff;
    text-align: center;
}

    .login-content .section-border {
        padding: 20px 30px;
        border-top: 1px dashed #f1f1f1;
    }

.login-title h3 {
    margin-bottom: 0;
}

.login-content .form-btn a.btn {
    width: 100%;
}

.form-checkbox {
    text-align: left;
    margin: 20px 0 0;
}

    .form-checkbox a {
        float: right;
    }

a.btn-facebook, a.btn-twitter {
    padding: 8px 20px;
    color: #fff;
    background: #ccc;
    border-radius: 5px;
    display: inline-block;
}

a.btn-facebook {
    background: #395899;
}

a.btn-twitter {
    background: #04a9e1;
}

.sign-up {
    padding: 20px 0;
    border-top: 1px dashed #f1f1f1;
}

    .sign-up p {
        margin: 0;
    }

button.close {
    background: #f49b00;
    color: #fff;
    position: absolute;
    top: -20px;
    right: -20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    line-height: 2;
    font-size: 20px;
    transition: all ease-in-out 0.3s;
}

@media(max-width: 811px) {
    section.login {
        padding-bottom: 50px;
    }

    .login-content {
        margin-bottom: 30px;
    }
}
/* ========================================= */

/*          Search HOme CSS        */

/* ======================================== */

.search-banner {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

    .search-banner section.banner-form {
        background: transparent;
    }

    .search-banner .slider {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100% !important;
    }

    .search-banner:before, .search-banner:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(to right, black, transparent);
    }

    .search-banner:after {
        background: linear-gradient(to left, black, transparent);
        left: inherit;
        right: 0;
    }

    .search-banner .search-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        animation: kbrns_zoomInOut 15s linear 0s infinite alternate;
        background-repeat: no-repeat;
    }

    .search-banner .form-content {
        position: relative;
        top: 0;
    }

    .search-banner label {
        color: #fff;
    }

    .search-banner .nice-select, .search-banner input {
        border: 1px solid #f1f1f133;
        background: #ffffff2b;
    }

        .search-banner .input-box input::placeholder, .search-banner .nice-select span {
            color: #fff;
        }

    .search-banner .input-box input {
        color: #fff;
        padding: 10px 20px 10px 35px;
    }

    .search-banner .nice-select {
        margin-bottom: 15px;
    }

    .search-banner .ef-item {
        padding: 0;
        border-bottom: 1px solid #ffffff1a;
        padding-bottom: 30px;
        margin: 0 40px 30px;
    }

        .search-banner .ef-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

        .search-banner .ef-item .icon {
            width: 100px;
            height: 100px;
            font-size: 40px;
            text-align: center;
            line-height: 2.5;
            color: #fff;
            margin: 0 auto;
            border-radius: 50%;
            background: #f49b00;
            float: left;
        }

        .search-banner .ef-item .content {
            padding-left: 130px;
            text-align: left;
        }

    .search-banner section.banner-form .nav-tabs > li {
        margin-right: 10px;
    }

        .search-banner section.banner-form .nav-tabs > li > a {
            height: 80px;
            width: 80px;
            border-radius: 50%;
        }

        .search-banner section.banner-form .nav-tabs > li i, .search-banner .nav-tabs [class^="flaticon-"]:before, .search-banner .nav-tabs [class*=" flaticon-"]:before, .search-banner .nav-tabs [class^="flaticon-"]:after, .search-banner .nav-tabs [class*=" flaticon-"]:after {
            font-size: 28px;
            line-height: 1.8;
            margin: 0;
        }

@media(min-width: 1400px) {
    .search-banner {
        height: 100vh;
    }
}

@media(max-width: 1100px) and (min-width: 1024px) {
    .search-banner section.banner-form .nav-tabs > li > a {
        height: 80px;
        width: 80px;
    }

    .search-banner section.banner-form .nav-tabs > li i, .search-banner .nav-tabs [class^="flaticon-"]:before, .search-banner .nav-tabs [class*=" flaticon-"]:before, .search-banner .nav-tabs [class^="flaticon-"]:after, .search-banner .nav-tabs [class*=" flaticon-"]:after {
        font-size: 24px;
        line-height: 1.6;
    }
}

@media(max-width: 991px) {
    .search-banner section.banner-form {
        padding: 0 0 40px;
    }

    .search-banner .ef-item {
        margin: 0 0 30px;
    }
}

@media(max-width: 735px) {
    .search-banner .search-image {
        animation: none;
    }

    .search-banner .sc-heading h1 {
        font-size: 42px;
    }
}

@media(max-width: 639px) {
    .search-banner section.banner-form .nav-tabs > li {
        width: auto;
        margin: 0;
    }
}

@media(max-width: 567px) {
    .search-banner:before {
        background: #0000006e;
        width: 100%;
    }

    .search-banner:after {
        display: none;
    }

    .search-banner .sc-heading {
        text-align: center;
    }

        .search-banner .sc-heading h1 {
            font-size: 36px;
        }

    section.banner-form .nav-tabs {
        display: inline-block;
    }

    .search-banner section.banner-form .nav-tabs > li > a {
        height: 50px;
        width: 50px;
        text-align: center;
        padding: 0;
    }

    .search-banner section.banner-form .nav-tabs > li i, .search-banner .nav-tabs [class^="flaticon-"]:before, .search-banner .nav-tabs [class*=" flaticon-"]:before, .search-banner .nav-tabs [class^="flaticon-"]:after, .search-banner .nav-tabs [class*=" flaticon-"]:after {
        font-size: 18px;
        line-height: 2.8;
    }

    .search-banner .ef-item .icon {
        float: none;
        margin-bottom: 15px;
    }

    .search-banner .ef-item .content {
        padding-left: 0;
        text-align: center;
    }

        .search-banner .ef-item .content p {
            margin-bottom: 0;
        }

    .search-banner .tab-content {
        text-align: center;
    }
}

.seg-stops-arrow {
    width: 70px;
    height: 35px;
    margin: auto;
    position: relative;
    background: url(../images/arrow.png) no-repeat -5px -152px;
}
/* ========================================= */

/*          Car Page CSS        */

/* ======================================== */

.why-us-para {
    font-size: 36px;
    box-shadow: 0 0 15px #cccccc57;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 2.2;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    background: #f49b00;
}

section.call-to-action.car-action {
    background: url(../images/calltoaction4.jpg) no-repeat;
    background-attachment: fixed;
}

section.ready-block {
    background: #f49b00;
    padding: 40px 0;
}

.car-detail .destination-content {
    position: relative;
}

.car-list .cartrend-content, .car-detail ul.list {
    padding: 15px 0;
    border-top: 1px dashed #f1f1f1;
}

    .car-detail ul.list li {
        display: inline-block;
        padding-right: 10px;
    }

        .car-detail ul.list li:before, .car-specifi ul li:before {
            content: '\f00c';
            font-family: 'fontawesome';
            padding-right: 5px;
        }

.car-detail .detail-content.content-wrapper p.package-days {
    border: 1px dashed #ccc;
    padding: 10px;
    background: #ffff;
}

.car-specifi {
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin: 15px 0 30px;
}

.car-book .alert.alert-info {
    padding: 15px;
    margin-bottom: 20px;
}

@media(max-width: 991px) {
    .banner-form .range-slider {
        margin-bottom: 40px;
    }

    section.ready-block {
        text-align: center;
    }

        section.ready-block h3 {
            margin-bottom: 20px !important;
        }

    section.call-to-action.car-action .action-content {
        margin-bottom: 0;
    }
}
/* ========================================= */

/*          Cruise Page CSS        */

/* ======================================== */

.cruise-desti {
    background: url(../images/slider/slider6.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}


.textOutline-white {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}



.hd {
    visibility: hidden
}


@media(max-width: 811px) {
    .hd {
        visibility: visible;
        text-align: center;
        padding: 10px 20px
    }




    header.main_header_area.headerstyle-2 .navbar-flex {
        border-top: 0;
        padding-top: 0;
    }

    header.main_header_area.headerstyle-2 .slicknav_nav {
        top: 78px;
    }
}

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,300|Poppins:400,500,600,700|Tangerine:700);
@import "/libraries/lib.css";
@import "/libraries/bootstrap-datetimepicker.min.css";
@import "/libraries/fonts/stroke-gap-icon.css";
@import "/libraries/lightslider-master/lightslider.css";
@import "./plugins.css";
@import "./navigation-menu.css";
@import "./shortcode.css";
@import "/rewards/css/nice-select.css";


/* [Layout] */
/* * Body */
body {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    color: #000;
    overflow-x: hidden;
}

main,
footer {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    outline: 0 !important;
}

select::-ms-expand {
    display: none;
}

#search_Loading, .fligth {
    background-color: #d3d3d3;
    border-radius: 1rem;
}
/* - Padding/Margin */
.no-padding {
    padding: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.no-margin {
    margin: 0 !important;
}

.no-left-margin {
    margin-left: 0;
}

.no-right-margin {
    margin-right: 0;
}

.no-top-margin {
    padding-top: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left {
    float: left;
}

.ow-pull-right {
    float: right;
}

@media (max-width: 991px) {
    /* - SlidePanel */
    #slidepanel {
        display: none;
    }

    #slideit,
    #toggle {
        display: block;
        position: relative;
        z-index: 1;
    }

    #loginpanel {
        position: absolute;
        right: 107px;
        text-align: center;
        top: 18px;
    }

    #slideit,
    #closeit {
        position: relative;
        color: #000;
        font-size: 24px;
        right: -35px;
    }

    .mobile-hide {
        display: none;
    }
}

/* * Section Padding */
.section-padding {
    padding-top: 10px;
    padding-bottom: 15px;
}

/* * Section Header */
.section-header {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 50px;
}

.section-header2 {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
}



display: inline-block;
width: 100%;
text-align: center;
position: relative;
padding-bottom: 11px;
margin-bottom: 50px;
.section-header::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background-image: url("~/images/sectionheader-seprator.png");
    height: 8px;
    width: 80px;
    bottom: 0;
    margin: 0 auto;
}

.section-header h3 {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 25px 0 20px;
}

.section-header span {
    color: #a8a8a8;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
}


/* * PageBanner */
.pagebanner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 135px;
    text-align: center;
}

    .pagebanner::before {
        background-color: rgba(0, 0, 0, 0.9);
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .pagebanner .container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .pagebanner h3 {
        color: #fff;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        font-family: Frutiger, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Clearview;
        z-index: 2;
        word-wrap: break-word;
        margin: 0;
    }

    /* - PageBanner:: ContactUs */
    .pagebanner.contactus {
        background: url("~/images/pagebanner-contactus.jpg");
    }

    /* - PageBanner:: Gallery4Column */
    .pagebanner.gallery4column {
        background: url("~/images/pagebanner-gallery4column.jpg");
    }

    /* - PageBanner:: Gallery3Column */
    .pagebanner.gallery3column {
        background: url("~/images/pagebanner-gallery3column.jpg");
    }

    /* - PageBanner:: AboutUs */
    .pagebanner.aboutus {
        background: url("~/images/pagebanner-aboutus.jpg");
    }

    /* - PageBanner:: Destination */
    .pagebanner.destination {
        background: url("~/images/pagebanner-destination.jpg");
    }

    /* - PageBanner:: Destination Details */
    .pagebanner.destinationdetails {
        background: url("~/images/pagebanner-destinationdetails.jpg");
    }

    /* - PageBanner:: Blog */
    .pagebanner.blog {
        background: url("~/images/pagebanner-blog.jpg");
    }
    /* - PageBanner:: BlogPost */
    .pagebanner.blogpost {
        background: url("~/images/pagebanner-blogpost.jpg");
    }

/*  * Ow Pagination */
.ow-pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

    .ow-pagination .pagination li {
        float: left;
        margin-right: 9px;
    }

        .ow-pagination .pagination li:last-of-type {
            margin-right: 0;
        }

    .ow-pagination .pagination a {
        font-size: 17px;
        height: 44px;
        width: 44px;
        line-height: 31px;
        color: #444;
        border: 1px solid #cecece;
        text-align: center;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        background-color: transparent;
    }

    .ow-pagination .pagination li.active a {
        background-color: #3abefb;
        color: #fff;
        border-color: #3abefb;
    }

    .ow-pagination .pagination li:last-of-type a {
        line-height: 25px;
    }

    .ow-pagination .pagination li:last-of-type a {
        padding: 9px 12px;
    }

    .ow-pagination .pagination a:focus,
    .ow-pagination .pagination a:hover {
        color: #fff;
        background-color: #3abefb;
        border-color: #3abefb;
    }

    .ow-pagination .pagination > li:first-child > a,
    .ow-pagination .pagination > li:last-child > a {
        border-radius: 0px;
    }

/* * Header */

/* - Header Top */
.header-top {
    background-color: #0775B8;
    padding-top: 9px;
    position: relative;
}

    .header-top::after {
        border-bottom: 1px solid #0775B8;
        bottom: -2px;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }

    .header-top span {
        color: #fff;
        display: inline-block;
        font-family: 'Work Sans', sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        padding-top: 5px;
        padding-bottom: 9px;
        text-transform: uppercase;
    }


/* -- Header Middle */
.header-middle {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .header-middle .logo-block {
        position: relative;
    }

        .header-middle .logo-block img {
            position: relative;
            left: 0;
            top: 0;
        }

        .header-middle .logo-block a {
            text-decoration: none;
        }

        .header-middle .logo-block h3 {
            text-decoration: none;
            text-transform: uppercase;
            color: #222;
            font-size: 28px;
            font-family: 'Poppins', sans-serif;
            letter-spacing: 0.96px;
            margin: 5px 0 0;
            font-weight: 700;
        }

        .header-middle .logo-block a span {
            display: block;
            color: #444;
            font-size: 11px;
            letter-spacing: 0.77px;
            text-transform: uppercase;
            font-family: 'Work Sans', sans-serif;
        }

.header-contactinfo-block {
    float: right;
    margin-top: 9px;
}

.header-middle .contactinfo-box {
    position: relative;
    display: inline-block;
    padding-left: 31px;
    margin-right: 45px;
}

.header-middle .header-contactinfo-block .contactinfo-box:last-of-type {
    margin-right: 0;
}

.header-middle .contactinfo-box > span {
    color: #f49b00;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 18px;
}

.header-middle .contactinfo-box p {
    color: #3abefb;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    /*text-transform: uppercase;*/
    line-height: 20px;
}

    .header-middle .contactinfo-box p span {
        color: #777;
        font-family: 'Work Sans', sans-serif;
        text-transform: uppercase;
        display: block;
        font-size: 11px;
    }

    .header-middle .contactinfo-box p a {
        color: #3abefb;
        display: block;
        text-decoration: none;
        font-size: 13px;
        text-decoration: none;
        line-height: 20px;
    }

        .header-middle .contactinfo-box p a:last-of-type {
            color: #777;
        }

/* - MenuBlock */
.menu-block {
    background-color: #f3a316;
}

    /* - Menu:: Search */
    .menu-block .menusearch {
        float: right;
        max-width: 285px;
        position: relative;
        background-color: #e69b14;
        padding-left: 7px;
        padding-right: 7px;
        margin-right: 15px;
    }

        .menu-block .menusearch .btn {
            padding: 0;
            height: 25px;
            width: 25px;
        }

        .menu-block .menusearch .form-control {
            border-radius: 0;
            box-shadow: none;
            background-color: #e69b14;
            border: none;
            color: #fff;
            font-size: 11px;
            font-family: 'Work Sans', sans-serif;
            letter-spacing: 0.75px;
            min-height: 60px;
        }

            /* - Placeholder */
            .menu-block .menusearch .form-control::-webkit-input-placeholder {
                color: #fff;
            }

            .menu-block .menusearch .form-control:-moz-placeholder {
                color: #fff;
            }

            .menu-block .menusearch .form-control::-moz-placeholder {
                color: #fff;
            }

            .menu-block .menusearch .form-control:-ms-input-placeholder {
                color: #fff;
            }

        .menu-block .menusearch .btn {
            background-color: transparent;
            min-height: 60px;
            color: #fff;
            font-size: 18px;
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            outline: none;
            box-shadow: none;
            transition: all 1s ease 0s;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            -o-transition: all 1s ease 0s;
        }

            .menu-block .menusearch .btn:hover,
            .menu-block .menusearch .btn:hover,
            .menu-block .menusearch .btn:hover {
                color: #000;
            }

/* * Footer */
/* - Footer Main */
.footer-main {
    overflow: hidden;
}

.footer-widgetblock {
    background-color: #063b5b;
    position: relative;
    padding-bottom: 30px;
}

    .footer-widgetblock::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: -90px;
        bottom: 0;
        background: url("../images/footer-bg.png");
        background-position: top center;
        background-repeat: no-repeat;
    }

    .footer-widgetblock .row {
        padding-top: 90px;
    }

/* - Footer:: Footer Widget */
.ftr-widget {
    margin-bottom: 10px;
}

    /* - Footer:: Widget Title */
    .ftr-widget .widget-title {
        position: relative;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        margin: 0 0 30px;
        padding-bottom: 23px;
        word-wrap: break-word;
    }

        .ftr-widget .widget-title::after {
            content: "";
            background-color: #3abefb;
            height: 3px;
            width: 50px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .ftr-widget .widget-title span {
            color: #f49b00;
        }

/* - Footer :: About Widget */
.footer-widgetblock .about_widget p {
    color: #dadada;
    font-size: 12px;
    line-height: 25px;
    text-align: justify;
}

.footer-widgetblock .about_widget ul {
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    margin-top: 35px;
}

    .footer-widgetblock .about_widget ul li {
        display: inline-block;
        margin-right: 4px;
    }

        .footer-widgetblock .about_widget ul li:last-of-type {
            margin-right: 0;
        }

        .footer-widgetblock .about_widget ul li a {
            width: 37px;
            height: 37px;
            line-height: 37px;
            text-align: center;
            background-color: #313131;
            font-size: 15px;
            color: #fff;
            border-radius: 3px;
            display: flex;
            justify-content: center;
            position: relative;
            z-index: 1;
            align-items: center;
        }

            .footer-widgetblock .about_widget ul li a:before {
                position: absolute;
                content: "";
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                height: 0;
                background-color: #f49b00;
                transition: all 1s ease 0s;
                -webkit-transition: all 1s ease 0s;
                -moz-transition: all 1s ease 0s;
                -o-transition: all 1s ease 0s;
                z-index: -1;
            }

            .footer-widgetblock .about_widget ul li a:hover:before {
                height: 100%;
            }

/* - Footer:: Link Widget */
.footer-widgetblock .link_widget {
    padding-left: 25px;
}

    .footer-widgetblock .link_widget a {
        color: #dadada;
        line-height: 38px;
        text-transform: capitalize;
        text-decoration: none;
        font-size: 15px;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        display: block;
        word-wrap: break-word;
    }

        .footer-widgetblock .link_widget a:hover {
            color: #f49b00;
            margin-left: 3px;
        }

/* - Footer:: OpeningHours Widget */
.footer-widgetblock .openinghours_widget {
    padding-left: 65px;
    padding-right: 45px;
}

    .footer-widgetblock .openinghours_widget p {
        display: inline-block;
        width: 100%;
        color: #dadada;
        font-size: 15px;
        line-height: 28px;
        text-transform: capitalize;
        float: left;
        position: relative
    }

        .footer-widgetblock .openinghours_widget p::before {
            position: absolute;
            content: "";
            background-color: #fff;
            width: 5px;
            height: 1px;
            left: 40%;
            top: 13px;
        }

        .footer-widgetblock .openinghours_widget p span {
            float: right;
        }

/* - Footer:: Popular DestinationHours Widget */
.footer-widgetblock .populardestination_widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .footer-widgetblock .populardestination_widget ul li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 4.5px;
        position: relative;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        position: relative;
    }

        .footer-widgetblock .populardestination_widget ul li:nth-child(2n) {
            margin-right: 0;
        }

        .footer-widgetblock .populardestination_widget ul li:hover {
            opacity: 0.5;
        }

/* - Footer:: NewsLetter */
.ftr-newsletter {
    /*padding: 5px 10px;
	max-width: 1170px;
	margin: 19px 0px 0;*/

    background-color: #222;
    padding: 43.5px 89px;
    max-width: 1170px;
    margin: 19px 15px 0;
}

    .ftr-newsletter h3 {
        color: #fff;
        font-size: 24px;
        line-height: 28px;
        word-wrap: break-word;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        /*float: left;*/
        margin: 10px 38px 0 0;
    }

    .ftr-newsletter .input-group {
        display: flex;
        justify-content: center;
    }

        .ftr-newsletter .input-group .form-control {
            /*border-radius: 4px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	padding: 0 15px;
	min-height: 44px;
	border: none;
	max-width: 517px;*/
            border-radius: 15px;
            box-shadow: none;
            -webkit-box-shadow: none;
            -webkit-appearance: none;
            font-size: 12px;
            color: #000;
            background-color: #fff;
            padding: 0 35px;
            min-height: 44px;
            border: none;
            max-width: 200px;
        }
        /* -- Footer:: NewsLetter Placeholder */
        .ftr-newsletter .input-group ::-webkit-input-placeholder {
            color: #b0b0b0;
            text-transform: uppercase;
        }

        .ftr-newsletter .input-group :-moz-placeholder { /* Firefox 18- */
            color: #b0b0b0;
            text-transform: uppercase;
        }

        .ftr-newsletter .input-group ::-moz-placeholder { /* Firefox 19+ */
            color: #b0b0b0;
            text-transform: uppercase;
        }

        .ftr-newsletter .input-group :-ms-input-placeholder {
            color: #b0b0b0;
            text-transform: uppercase;
        }

        .ftr-newsletter .input-group .btn {
            /*background-color: #0775B8;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.48px;
	padding: 8px 33px 5px;
	border-radius: 4px;
	min-height: 44px;
	color: #fff;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
	outline: none;
	word-wrap: break-word;*/

            background-color: #f49b00;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 12px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            letter-spacing: 0.48px;
            padding: 8px 33px 5px;
            border-radius: 30px;
            min-height: 44px;
            color: #fff;
            transition: all 1s ease 0s;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            -o-transition: all 1s ease 0s;
            outline: none;
            word-wrap: break-word;
        }

            .ftr-newsletter .input-group .btn:hover {
                background-color: #3abefb;
            }

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

/* - Footer Bottom */
.footer-bottom {
    background-color: #0775B8;
}

    .footer-bottom .col-md-8 span {
        color: #fff;
        font-size: 11px;
        letter-spacing: 0.52px;
        text-transform: uppercase;
        margin-top: 25px;
        display: inline-block;
    }

/* - Footer Menu */
.footer-menu .ow-navigation {
    background-color: transparent;
    float: right;
}

    .footer-menu .ow-navigation .nav > li {
        margin-right: 43px;
    }

        .footer-menu .ow-navigation .nav > li:last-of-type {
            margin-right: 0;
        }

    .footer-menu .ow-navigation .navbar-nav > li > a {
        font-weight: 400;
        letter-spacing: 0.48px;
    }

        .footer-menu .ow-navigation .navbar-nav > li > a::before {
            height: 0;
        }

        .footer-menu .ow-navigation .navbar-nav > li > a:hover {
            color: #f49b00;
        }

/*------------------------------------------------------------------
	[Responsive]
------------------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/* - min-width: 992 */
@media (min-width: 992px) {

    /* - Menu Block */
    .menu-block {
        background-color: #f49b00;
        position: relative;
    }

        .menu-block::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            background-color: #f49b00;
            height: 1px;
            display: inline-block;
            top: -2px;
        }

    /* - Header ContactInfo Block */
    .header-contactinfo-block .contactinfo-box:nth-child(3n+1) {
        clear: both;
    }

    /* - Footer */
    .footer-widgetblock .col-md-3:nth-child(4n+1) {
        clear: both;
    }
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* - Header Middle */
    .header-middle {
        padding-bottom: 20px;
    }

        /* - Header ContactInfo Block */
        .header-middle .contactinfo-box {
            padding-left: 22px;
            margin-right: 12px;
        }

            .header-middle .contactinfo-box p a,
            .header-middle .contactinfo-box p span,
            .header-middle .contactinfo-box p {
                font-size: 13px;
            }

    .menu-block .menusearch {
        max-width: 225px;
    }

    /* - Footer WidgetBlock */
    .ftr-widget .widget-title {
        font-size: 20px;
    }

    /* - Footer Widget:: OpeningHours */
    .footer-widgetblock .openinghours_widget {
        padding-left: 15px;
        padding-right: 30px;
    }

    /* - Footer Widget:: Popular DestinationHours */
    .populardestination_widget img {
        max-width: 100px;
    }

    .ftr-newsletter {
        padding: 43.5px 40px;
    }

        .ftr-newsletter .input-group .form-control {
            max-width: 440px;
        }
}

/* - max-width: 991 */
@media (max-width: 991px) {
    /* - Menu Block */
    .menu-block::before {
        height: 0;
    }

    .mobile-hide {
        display: none;
    }

    .text-logo {
        color: #000;
        display: inline-block;
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
        text-decoration: none;
        text-transform: capitalize;
        margin-left: 40px;
        margin-top: 15px;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
    }

        .text-logo:focus,
        .text-logo:active,
        .text-logo:hover {
            color: #f7c51d;
            text-decoration: none;
        }

    /* - Menu:: Search */
    .menu-block .menusearch {
        position: absolute;
        top: 0;
        right: 105px;
        padding-left: 2px;
        padding-right: 2px;
        background-color: transparent;
    }

        .menu-block .menusearch .form-control {
            padding: 0;
            position: relative;
            top: 58px;
            right: -30px;
            width: 0;
            min-height: 40px;
            float: right;
        }

        .menu-block .menusearch .input-group-btn {
            height: 58px;
        }

    .menu-block.navbar-fixed-top .menusearch .form-control {
        top: 50px;
    }

    .ow-navigation .menusearch .search-show {
        width: 100%;
        padding: 0 12px;
    }

    /* - Heade Middle */
    .header-middle {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .header-contactinfo-block {
        float: none;
        margin-top: 0;
    }

    .header-middle .contactinfo-box {
        width: 33.33%;
        float: left;
        margin-right: 0;
        padding-right: 5px;
    }

        .header-middle .contactinfo-box:last-of-type {
            padding-right: 0;
        }

        .header-middle .contactinfo-box p a:last-of-type,
        .header-middle .contactinfo-box p {
            font-size: 12px;
        }

    /* - Footer WidgetBlock */
    .footer-widgetblock .ftr-widget:nth-child(2n+1) {
        clear: both;
    }

    /* - Footer:: Footer Widget */
    .ftr-widget {
        position: relative;
        z-index: 1;
    }

    .footer-widgetblock .openinghours_widget,
    .footer-widgetblock .link_widget {
        padding-left: 15px;
    }

    .footer-widgetblock .openinghours_widget {
        padding-right: 15px;
    }

    /* - Footer NewsLetter */
    .ftr-newsletter {
        display: inline-block;
        width: 100%;
        padding: 43.5px 20px;
    }

        .ftr-newsletter .input-group .form-control {
            max-width: 250px;
        }

    /* - Footer Menu */
    .footer-menu .ow-navigation .navbar-toggle {
        background-color: #f49b00;
    }

        .footer-menu .ow-navigation .navbar-toggle:hover {
            background-color: transparent;
        }

    .footer-menu .ow-navigation {
        margin-top: -45px;
    }

        .footer-menu .ow-navigation .navbar-nav {
            border-color: #f49b00;
        }

            .footer-menu .ow-navigation .navbar-nav > li > a {
                color: #fff;
            }
}

/* - max-width: 767 */
@media (max-width: 767px) {

    /* - Footer NewsLetter */
    .ftr-newsletter h3 {
        font-size: 20px;
        font-size: 18px;
        margin: 10px 20px 0 0;
    }

    .ftr-newsletter .input-group .btn {
        padding: 8px 20px 5px;
    }

    .ftr-newsletter .input-group .form-control {
        max-width: 230px;
        padding: 0 15px;
    }
}

/* -  max-width: 639 */
@media (max-width: 639px) {
    /* -  Header Middle */
    .header-middle .contactinfo-box {
        width: 50%;
    }

    /* - Footer */
    .ftr-widget .widget-title {
        font-size: 18px;
    }

    .footer-widgetblock .about_widget p,
    .footer-widgetblock .link_widget a {
        font-size: 14px;
    }

    .footer-widgetblock .openinghours_widget p::before {
        left: 37%;
    }

    .footer-widgetblock .openinghours_widget p {
        font-size: 13px;
    }

    .populardestination_widget img {
        max-width: 98px;
    }

    /* - Footer NewsLetter */
    .ftr-newsletter {
        padding: 43.5px 30px 43.5px 15px;
    }

        .ftr-newsletter h3 {
            font-size: 13px;
            margin: 10px 10px 0 0;
        }

        .ftr-newsletter .input-group .btn {
            padding: 8px 15px 5px;
            font-size: 11px;
        }

        .ftr-newsletter .input-group .form-control {
            max-width: 175px;
            padding: 0 15px;
        }

    /* - Section Header */
    .section-header h3 {
        font-size: 30px;
        margin: 0 0 8px;
    }
}

/* -  max-width: 479 */
@media (max-width: 479px) {
    /* - Header Top */
    .header-top [class*="col-xs-"] {
        width: 100%;
        text-align: center;
    }
    .header-top ul {
        text-align: center;
    }

    /* - Header Middle */
    .header-middle {
        padding-top: 11px;
        padding-bottom: 0;
    }

        .header-middle [class*="col-xs-"] {
            width: 100%;
            text-align: center;
        }

    .header-contactinfo-block {
        margin-top: 0;
        float: none;
    }

    .header-middle .contactinfo-box {
        width: 100%;
        text-align: left;
        margin-right: 0;
    }

    /* - Footer */
    .footer-widgetblock .ftr-widget {
        width: 100%;
    }

    .footer-widgetblock .link_widget a {
        float: left;
        width: 50%;
    }

    .footer-widgetblock .openinghours_widget p::before {
        left: 40%;
    }

    .populardestination_widget img {
        max-width: 105px;
    }

    /* - Footer NewsLetter */
    .ftr-newsletter .input-group,
    .ftr-newsletter h3 {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }

        .ftr-newsletter .input-group .form-control {
            max-width: 100%;
        }

        .ftr-newsletter .input-group .btn {
            margin-top: 15px;
        }

    /* - Section Header */
    .section-header h3 {
        font-size: 22px;
        margin: 0 0 5px;
    }

    /* - PageBanner */
    .pagebanner h3 {
        font-size: 36px;
    }


    .input-date-group {
        position: relative;
    }

        .input-date-group .js-input-date {
            padding-right: 35px;
        }

        .input-date-group #AddNewLeg {
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .input-date-group #RemoveNewLeg {
            position: absolute;
            right: 35px;
            bottom: 0;
        }

    @media (max-width: 767px) {
        .input-date-group #RemoveNewLeg {
            right: 0;
        }

        exTab3 .tab-content {
            color: #000;
            background-color: #fff;
        }

        #exTab3 .nav-tabs > li:not(:first-child) {
            margin-left: 5px;
        }

        .changeBtn {
            position: absolute;
            z-index: 1;
            left: 48%;
            top: 13px;
            border-radius: 20px;
            transform: rotate(0deg);
            transition: transform 600ms ease-in-out 0s;
        }

        .fromTo {
            position: relative;
        }

        #exTab3 .tab-content {
            color: #000;
            background-color: #fff;
            width: 100%;
        }

        #exTab3 .nav-tabs {
            border: 0;
            padding-left: 10px;
        }

            #exTab3 .nav-tabs > li > a {
                border-radius: 0;
                color: white;
                font-size: 21px;
                padding: 10px 30px;
                background: blue;
                border: 0;
            }

            #exTab3 .nav-tabs > li.active > a,
            #exTab3 .nav-tabs > li.active > a {
                color: #000;
                background: #fff;
                border: 0;
            }


        .container-booking {
            position: absolute;
            top: 50%;
            width: 85%;
            transform: translate(-50%, -50%);
            left: 50%;
        }

        .inner-card {
            background: #B8860B;
            padding: 30px;
            box-shadow: 0px 0px 18px rgb(0 0 0 / 7%);
            -webkit-box-shadow: 0px 0px 18px rgb(0 0 0 / 7%);
            -moz-box-shadow: 0px 0px 18px rgb(0 0 0 / 7%);
        }

        .mb-20 {
            margin-bottom: 20px;
        }

        .inner-card .form-control {
            border: 1px #cdcdcd solid;
            box-shadow: none;
            height: 42px;
            border-radius: 0;
        }

        form#quoteForm {
            position: relative;
        }

        /*button#submit,
        a.biz-btn {
            background: whitesmoke;
            border: 0;
            width: 120px;
            height: 40px;
            padding: 0;
        }*/
        /*
        button.biz-btn {
            text-align: center;
            line-height: 40px;
            color: #fff;
            background: blue;
            border-radius: 25px;
            font-size: 20px;
            width: 40%;
            margin-top: 20px;
            height: 45px;
        }*/

        /*button.biz-btn2 {
            text-align: center;
            line-height: 40px;
            color: #fff;
            background: blue;
            border-radius: 25px;
            font-size: 20px;
            width: 35%;
            margin-top: 23px;
            height: 45px;
        }*/

        button:hover {
            background-color: rgb(247, 115, 7);
            color: white;
        }

        ul.list {
            padding-left: 0;
        }

            ul.list li {
                list-style: none;
                font-size: 14px;
            }

                ul.list li:not(:first-child) {
                    margin-top: 10px;
                }

        span.current {
            margin: 0 0 20px;
            display: block;
        }

        [type="radio"]:checked + label,
        [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: white;
            font-size: 20px;
        }

            [type="radio"]:checked + label:before,
            [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #fff;
            }

            [type="radio"]:checked + label:after,
            [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #005dad;
                position: absolute;
                top: 4px;
                left: 4px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

        pl-0 {
            padding-left: 15px;
        }

        .margin-top {
            margin-top: 20px;
        }

        .inner-card .border-left-radius {
            border-top-left-radius: 20px !important;
            border-bottom-left-radius: 20px !important;
        }

        .inner-card .border-right-radius {
            border-top-right-radius: 20px !important;
            border-bottom-right-radius: 20px !important;
        }

        .swap-icon {
            display: flex;
            position: relative;
        }

        img.swap-img {
            width: 20px;
            display: flex;
            /* position: absolute; */
        }

        input:focus::placeholder {
            color: transparent;
        }

        button.btn.btn-secondary.btn--round.align-self-center {
            background: blue;
            color: white;
            float: right;
            height: 40px;
            width: 7%;
            border-radius: 20px;
        }

            button.btn.btn-secondary.btn--round.align-self-center:hover {
                background-color: rgb(247, 115, 7);
                color: white;
            }

        button#submit {
            background: blue;
            border-radius: 20px;
            color: white;
            width: 9%;
            float: right;
        }

            button#submit:hover {
                background-color: rgb(247, 115, 7);
                color: white;
            }

        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700;
            color: white;
        }
    }
}

/*Flight Page Css*/
body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
select,
td,
th,
ul {
    margin: 0 !important;
    padding: 0
}

ol,
ul {
    list-style: none
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 SF Pro SC, HanHei SC, SF Pro Text, Myriad Set Pro, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0
}

button {
    cursor: pointer
}

.sn-f-cb:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.sn-fl {
    float: left
}

.sn-fr {
    float: right
}

.sn-usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.sn-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sn-lines3-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.sn-text-tu {
    text-transform: uppercase
}

.sn-text-tl {
    text-transform: lowercase
}

.sn-text-tc {
    text-transform: capitalize
}

.sn-font-vsc {
    font-variant: small-caps
}

.sn-white-sn {
    white-space: nowrap
}

.clear {
    clear: both
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    height: 50px;
    outline-offset: -2px;
    outline: 2px solid #fff;
    -webkit-border-radius: 4px;
    border: 2px solid #fff
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #666;
        height: 50px;
        -webkit-border-radius: 4px
    }

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0
}


button,
input,
select,
textarea {
    outline: 0
}

.fr-form-button {
    cursor: pointer;
    padding: 3px 18px
}

.fr-form-input[type=password],
.fr-form-input[type=text],
.fr-form-select {
    padding: 4px
}

    .fr-form-input[type=password]:focus,
    .fr-form-input[type=text]:focus,
    .fr-form-select:focus,
    .fr-form-textarea:focus {
        border: 1px solid #62e6ff
    }

.fr-form-checkbox[type=checkbox],
.fr-form-radio[type=radio] {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    border: 1px solid #409eff;
    -webkit-box-shadow: 0 0 1px 0 #409eff;
    box-shadow: 0 0 1px 0 #409eff;
    position: relative;
    vertical-align: middle;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fr-form-checkbox[type=checkbox] {
    border-radius: 3px
}

    .fr-form-checkbox[type=checkbox]:checked:after,
    .fr-form-radio[type=radio]:checked:after {
        content: "";
        display: block
    }

    .fr-form-checkbox[type=checkbox]:checked:after {
        width: 100%;
        height: 100%;
        background: #409eff;
        border-radius: 2px
    }

.fr-form-radio[type=radio] {
    border-radius: 20px;
    padding: 4px
}

    .fr-form-radio[type=radio]:checked {
        background: #409eff
    }

        .fr-form-radio[type=radio]:checked:after {
            width: 100%;
            height: 100%;
            background: #fff;
            border-radius: 20px
        }

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    background: #eee
}

.fr-form-checkbox[type=checkbox]:disabled,
.fr-form-radio[type=radio]:disabled {
    background: #eee;
    border: 1px solid#bbb
}

.fr-form-checkbox[type=checkbox]:checked:disabled {
    border: 1px solid#8fb9e4
}

    .fr-form-checkbox[type=checkbox]:checked:disabled:after {
        background: #aaa
    }

.fr-form-radio[type=radio]:checked:disabled {
    border: 1px solid#aaa;
    background: #aaa
}

.clear {
    clear: both
}

.capacity-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 499;
    overflow: auto;
    background: rgba(0, 0, 0, .5)
}

.msg_ {
    width: 400px;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 12px 29px 0 rgba(93, 67, 67, .2);
    box-shadow: 0 12px 29px 0 rgba(93, 67, 67, .2);
    border-radius: 8px;
    margin: 100px auto;
    background-color: #fff
}

    .msg_ .msg_h {
        font-size: 20px;
        font-weight: 600;
        position: relative
    }

        .msg_ .msg_h .msg_close {
            position: absolute;
            top: -13px;
            right: -13px;
            width: 26px;
            height: 26px;
            line-height: 18px;
            text-align: center;
            background: #fff;
            border-radius: 14px;
            cursor: pointer;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAn9JREFUSA29VsuKGkEUvXYrJgZfi1mIi0YXI4ILhXyGA8mn5EuyywfMD2QggoKii+ySgOtk50oh+BgdoX3nnE7V0K1222FmUlBUV917z6nHfXRELrT5fH693W7fQ62Obh0OhyuaRCKR3xgG6I1oNPo5lUr94rpfi/gJZrPZ2/1+/xHyWjweN2Ox2CvTNMUwDMcEMtntdrLZbOzVarXDYh+yD5lM5ocfpmcdOzYnk8kn9AfbtneYh2rUpQ1tYWB6QDHxnGg6nWag9AVXUUsmk2+OlcPMF4vFElfdx9XeZLPZ2YkNd4HdfF0ul3aoIwQoAWNFLGKeEPHIePiHAPt/EhGLmB4iPjwWn41E74iYxCaZ40L0rkQi8drNjh3JcDgUetelBmAZjUZyf3/vUSWm8lwxAFiClC7812+VKuJCxuOxNJtNgft6ANwTuLe0Wi2HKJ1Ou0WiMGvguDbgIe8YJx4NNalUKmJZlnQ6nbNkJKEsl8tJtVo9B0EykwHPU9QZjGe1sOhHFoaEmAq7TiKLER/UjsnCkhBTYVtRPOSVTiuXyChvt9vMc5LP532vy41DbIfDvXjpu1QqyXq9FqQbKZfLl9Q9coNZOIwL6+sqFotCQj8H8aBjQmxy8I0GzMJBTZNo7zp+syBbhT0gUQNAtp/yMYnWC0umsBsGMvWdqica43H0I9EKYciIzcJoIAP8hGEfC55cQ5Jer8c4CPQukhUKBel2u46j6E1wVJj9x+r735KqKr+3LFruHT3lW2HdnpR2BNWLFj56ndPg6zv0G9zr96ecjLbA+EYsYmr8k1Gd7GV/Ttysz/275fkLchPpbxZG1izMg34g71SYaLOT8Q9bk4vYww48nwAAAABJRU5ErkJggg==) no-repeat
        }

    .msg_ .msg_c {
        font-size: 14px;
        padding: 0 45px 20px;
        line-height: 24px;
        min-height: 50px
    }

    .msg_ .msg_f {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        font-size: 0;
        padding: 20px 0
    }

        .msg_ .msg_f .foot1 {
            display: inline-block;
            width: 100%
        }

        .msg_ .msg_f .foot2 {
            display: inline-block;
            width: 50%
        }

        .msg_ .msg_f .msg_i {
            display: inline-block;
            border: 0;
            border-radius: 50px;
            cursor: pointer;
            min-width: 80px;
            text-align: center;
            background: #e94057;
            background: linear-gradient(135deg, #ed5e3f, #cc3a75, #ed5e3f);
            background-size: 200% 100%;
            background-position: 0 0;
            font-size: 14px;
            color: #fff;
            line-height: 22px;
            padding: 5px 20px;
            transition: background .1s ease-in;
            -webkit-transition: background .1s ease-in
        }

            .msg_ .msg_f .msg_i:hover {
                background-position: 100% 0
            }

        .msg_ .msg_f .foot2:nth-child(2) .msg_i {
            background: #eee;
            color: #444
        }

.msg_submit {
    float: right;
    margin-right: 20px !important
}

#weakHintBox {
    position: fixed;
    left: 50%;
    line-height: 28px;
    z-index: 499;
    background-color: hsla(88, 51%, 71%, .6);
    color: #282828;
    text-align: center;
    display: inline-block
}

.body {
    min-width: 1200px;
    min-height: 600px;
    padding-top: 68px
}

.beastPushContianer {
    display: none;
    background: #fff;
    position: relative;
    z-index: 2;
    border-top: 1px solid transparent
}

.policy-title {
    font-size: 28px;
    text-align: center;
    margin-top: 60px
}

.nobeastPush {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: 140px;
    padding-bottom: 280px
}

    .nobeastPush > img {
        width: 770px;
        height: 352px
    }

.beastPushLists {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0 60px
}

.beastPushItem,
.beastPushLists {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.beastPushItem {
    width: 287px;
    height: 80px;
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 48px 0;
    margin-right: 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px 0 rgba(54, 47, 47, .1);
    box-shadow: 0 0 16px 0 rgba(54, 47, 47, .1)
}

    .beastPushItem.noRightMargin {
        margin-right: 0
    }

.company_name {
    right: 20px;
    font-size: 24px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase
}

.company_name,
.rebates_num {
    display: inline-block;
    position: absolute;
    bottom: 26px
}

.rebates_num {
    left: 20px;
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    color: #362f2f
}

.bottom-line {
    height: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#ed5e3f), to(#cc3a75));
    background: linear-gradient(90deg, #ed5e3f, #cc3a75);
    bottom: 0;
    border-radius: 0 0 4px 4px
}

.bottom-line,
.btnLogin {
    width: 100%;
    position: absolute;
    left: 0
}

.btnLogin {
    top: 70px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.policyContent {
    width: 100%;
    position: relative;
    margin: auto;
    height: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.beastPushItem:hover .policyContent {
    height: 300px;
    overflow-y: auto
}

.beastPushItem:hover .bottom-line {
    display: none
}

.policyDetail {
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(rgba(237, 94, 63, .9)), to(rgba(204, 58, 117, .9)));
    background: linear-gradient(90deg, rgba(237, 94, 63, .9), rgba(204, 58, 117, .9));
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .2);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .2);
    border-radius: 0 0 4px 4px
}

.policy-item {
    line-height: 18px;
    clear: both;
    padding: 3px 0
}

.item-left {
    display: inline-block;
    vertical-align: top
}

.item-right {
    display: inline-block;
    position: relative;
    word-break: break-all
}

.ex-item {
    font-style: normal;
    font-size: 12px
}

.suspension-box {
    display: none;
    position: absolute;
    top: 20px;
    left: 64px;
    width: 134px;
    background: #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    font-size: 12px;
    color: #333;
    text-align: left;
    z-index: 10
}

.suspension-item {
    display: inline-block;
    font-size: 12px;
    color: #333
}

.fr-exclusionRoute {
    position: relative
}

    .fr-exclusionRoute:hover > .suspension-box {
        display: block
    }

.txt-l {
    text-align: left
}

li[a-id],
ul[a-id] {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none
}

ul[a-id] {
    display: none;
    background: rgba(36, 30, 30, .9);
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee\9;
    border-top: none\9;
    z-index: 99
}

li[a-id] {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 7px 7px 78px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    cursor: pointer
}

li.sn-two-level[a-id] {
    padding-left: 150px
}

li[a-id].sn-foucs {
    background: hsla(0, 0%, 100%, .3);
    color: #fff
}

li[a-id] .sn-icon,
li[a-id] .sn-matchCode {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    line-height: 32px;
    font-size: 14px
}

li[a-id].sn-two-level .sn-icon {
    left: 78px
}

li[a-id] .sn-matchCode {
    left: 28px
}

li[a-id].sn-two-level .sn-matchCode {
    left: 100px
}

li[a-id] .sn-icon-city {
    width: 0
}

li[a-id] .sn-icon-airport {
    background: url("/images/common-icon.svg?v=2019110516") no-repeat -247px -13px;
    width: 12px;
    height: 6px;
    top: 14px
}

li.sn-one-level[a-id] .sn-icon-airport {
    left: 10px
}

li[a-id].sn-foucs .sn-icon-airport {
    background-position: -247px -13px
}

li[a-id] i {
    font-style: normal;
    color: #ff893b
}

li[a-id] .sn-text {
    color: #fff
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
    background-size: 1920px 1081px;
    background-position: top
}

input::-webkit-input-placeholder {
    text-transform: none;
    font-family: microsoft yahei, arial, \5b8b\4f53
}

input::-moz-placeholder {
    text-transform: none;
    font-family: microsoft yahei, arial, \5b8b\4f53
}

input::-ms-input-placeholder {
    text-transform: none;
    font-family: microsoft yahei, arial, \5b8b\4f53
}

input.border-rg-clear {
    border-right: 0
}

.content_div,
.head-container {
    position: relative
}

.head-container {
    border-top: 1px solid transparent
}

.sn-multisegment {
    position: relative
}

    .sn-multisegment .ticket-icon {
        position: absolute;
        right: 0;
        top: -108px;
        z-index: 2;
        width: 136px;
        height: 94px;
        cursor: pointer
    }

.retrun-fight-booking {
    width: 100%;
    height: 94px;
    text-align: center;
    border-radius: 50px 0 0 50px;
    background: rgba(86, 86, 86, .6);
    -webkit-box-shadow: 0 4px 16px 0 rgba(53, 53, 53, .4);
    box-shadow: 0 4px 16px 0 rgba(53, 53, 53, .4)
}

.return-flight-title {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    padding-left: 32px
}

.return-flight-img {
    position: absolute;
    top: -19px;
    left: -10px;
    width: 146px;
    height: 120px;
    overflow: hidden
}

    .return-flight-img > img {
        width: auto;
        height: auto;
        max-width: 120%;
        max-height: 120%
    }

.h-search {
    margin: 190px auto 140px;
    border-bottom: 1px solid transparent
}

.flightSearch {
    width: 1200px;
    position: relative;
    z-index: 3;
    margin: 0 auto
}

.search-active {
    margin: 0 auto;
    padding-top: 126px;
    background: #e94057;
    background: -webkit-gradient(linear, left top, right top, from(#ed5e3f), to(#cc3a75));
    background: linear-gradient(90deg, #ed5e3f, #cc3a75);
    opacity: .95;
    filter: alpha(opacity=95)
}

.black-head {
    position: absolute;
    top: -70px;
    left: 0
}

    .black-head a {
        color: #fff;
        color: hsla(0, 0%, 100%, .8);
        display: inline-block
    }

    .black-head span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-size: 18px;
        height: 36px;
        line-height: 24px;
        margin-right: 36px;
        color: #fff
    }

        .black-head span.action:before {
            content: "";
            width: 40px;
            height: 1px;
            background: #fff;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -20px
        }

        .black-head span.action a,
        .black-head span:hover a {
            color: #fff;
            text-shadow: 0 0 1px #fff
        }

.search-active .black-head {
    margin-bottom: 0;
    top: -47px
}

.search-active .sn-flightForm {
    margin: 10px auto
}

.sn-ft-container {
    margin-top: 10px;
    height: 57px;
    background: #241e1e;
    background: rgba(36, 30, 30, .5);
    border-radius: 28px;
    line-height: 56px
}

.sn-flightType {
    display: inline-block;
    margin-left: 10px
}

.sn-flightTypelist {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    border-radius: 26px;
    padding: 0 16px 0 46px;
    margin: 7px 15px 8px 0;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

    .sn-flightTypelist.active,
    .sn-flightTypelist:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        text-shadow: 0 0 1px #fff
    }

    .sn-flightTypelist:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 22px;
        height: 20px;
        display: inline-block;
        background: url("/images/common-icon.svg?v=2019110516") no-repeat;
        vertical-align: middle;
        margin-left: -30px;
        margin-top: -10px
    }

    .sn-flightTypelist:after {
        content: "";
        width: 90%;
        height: 28px;
        position: absolute;
        left: 5%;
        top: 0;
        background: #fff;
        background: hsla(0, 0%, 100%, .3);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        border-radius: 28px
    }

    .sn-flightTypelist.active:after {
        width: 100%;
        height: 38px;
        top: -4px;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }

.ft-icon-1:before {
    background-position: -28px -61px
}

.ft-icon-2:before {
    background-position: -2px -61px
}

.ft-icon-3:before {
    background-position: -52px -61px
}

.ft-icon-4:before {
    background-position: -75px -61px
}

.adultAndChildren {
    height: 28px;
    line-height: 28px;
    float: right;
    margin-right: 20px;
    margin-top: 14px;
    position: relative;
    color: #fff
}

.adult-item,
.adultAndChildren,
.children-item {
    display: inline-block
}

.adult-item {
    margin-right: 36px
}

.pass-label {
    display: inline-block;
    line-height: 21px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #fff
}

.pass-type-desc {
    display: none;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 7;
    border-radius: 4px;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap
}

    .pass-type-desc:before {
        content: "";
        position: absolute
    }

.pass-label:hover .pass-type-desc,
.pass-operate {
    display: inline-block
}

.pass-operate {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 8px;
    border: 1px solid #fff;
    border-radius: 20px;
    vertical-align: middle;
    cursor: pointer
}

    .pass-operate:hover {
        background: hsla(0, 0%, 100%, .2);
        border: 1px solid hsla(0, 0%, 100%, .2)
    }

    .pass-operate:before {
        top: 8px;
        left: 4px;
        width: 10px;
        height: 2px
    }

    .pass-add:after,
    .pass-operate:before {
        content: "";
        position: absolute;
        background: #fff
    }

.pass-add:after {
    top: 4px;
    left: 8px;
    width: 2px;
    height: 10px
}

.pass-input {
    display: inline-block;
    width: 20px;
    background: transparent;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    text-align: center
}

.adultAndChildPrompt {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    position: absolute;
    z-index: 8;
    top: 34px;
    right: 27px;
    color: #241e1e;
    background: rgba(247, 206, 25, .8);
    border-radius: 4px;
    padding: 0 10px
}

    .adultAndChildPrompt.en {
        right: 6px
    }

.setSeatClass {
    margin-bottom: 10px;
    padding-left: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .setSeatClass.disabled {
        display: none
    }

.cabinGrade {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    margin-right: 20px
}

    .cabinGrade:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        width: 12px;
        height: 12px;
        border-radius: 8px;
        border: 1px solid #fff
    }

    .cabinGrade.seat_select:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 3px;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 10px
    }

.sn-flightForm {
    margin: 20px auto;
    display: none
}

    .sn-flightForm.active {
        display: block
    }

.sn-segmentContainer {
    margin: 0 auto
}

.segment-list {
    margin-bottom: 10px;
    border-radius: 28px;
    background: #fff
}

.segment-input,
.segment-list {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.segment-input {
    display: inline-block;
    width: 33%;
    height: 56px;
    vertical-align: middle
}

.search-item {
    display: inline-block;
    width: 50%;
    position: relative
}

.i-airlines {
    width: 100%
}

.siteCode {
    width: 50%
}

.seatClass-airline {
    width: 20%
}

.h-siteDate {
    width: 30%
}

.mt-date {
    width: 18%
}

.search-item-1 {
    width: 100%
}

.search-item-2 {
    position: absolute;
    right: 0;
    top: 0
}

.mt-city-code {
    width: 33%
}

.sh-input-lf-icon {
    position: relative
}

    .sh-input-lf-icon:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 22px;
        position: absolute;
        top: 17px;
        left: 20px;
        background: url("/images/common-icon.svg?v=2019110516") no-repeat;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

.input-icon-dep:before {
    background-position: -118px -60px;
    opacity: .2;
    filter: alpha(opacity=20)
}

.input-icon-arr:before {
    background-position: -161px -60px;
    opacity: .2;
    filter: alpha(opacity=20)
}

.input-icon-date:before {
    background-position: -216px -60px;
    opacity: .2;
    filter: alpha(opacity=20)
}

.input-icon-arilines:before {
    width: 24px;
    background-position: -275px -60px;
    opacity: .2;
    filter: alpha(opacity=20)
}

.exact-input-icon-dep:before {
    background-position: -352px -60px;
    opacity: .2;
    filter: alpha(opacity=20)
}

.exact-input-icon-arr:before {
    background-position: -375px -60px;
    opacity: .2;
    filter: alpha(opacity=20)
}

.border-red.exact-input-icon-arr:before,
.border-red.exact-input-icon-dep:before,
.border-red.input-icon-arilines:before,
.border-red.input-icon-arr:before,
.border-red.input-icon-date:before,
.border-red.input-icon-dep:before,
.exact-input-icon-arr.active:before,
.exact-input-icon-dep.active:before,
.input-icon-arilines.active:before,
.input-icon-arr.active:before,
.input-icon-date.active:before,
.input-icon-dep.active:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.s-inputEle {
    width: 100%;
    height: 56px;
    font-size: 16px;
    color: #241e1e;
    position: relative;
    z-index: 2;
    border: 0;
    background: transparent;
    padding: 18px 0;
    padding-left: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-right: 1px solid #eee
}

    .s-inputEle:focus {
        outline: 0
    }

    .s-inputEle::-webkit-input-placeholder {
        color: #d9c5c5
    }

    .s-inputEle:-moz-placeholder,
    .s-inputEle::-moz-placeholder {
        color: #d9c5c5
    }

    .s-inputEle:-ms-input-placeholder {
        color: #d9c5c5
    }

    .s-inputEle:input-placeholder {
        color: #d9c5c5
    }

    .s-inputEle.error::-webkit-input-placeholder {
        color: #e60012
    }

    .s-inputEle.error:-moz-placeholder,
    .s-inputEle.error::-moz-placeholder {
        color: #e60012
    }

    .s-inputEle.error:-ms-input-placeholder {
        color: #e60012
    }

    .border-red .s-inputEle,
    .s-inputEle.error:input-placeholder {
        color: #e60012
    }

        .border-red .s-inputEle::-webkit-input-placeholder {
            color: #e60012
        }

        .border-red .s-inputEle:-moz-placeholder,
        .border-red .s-inputEle::-moz-placeholder {
            color: #e60012
        }

        .border-red .s-inputEle:-ms-input-placeholder {
            color: #e60012
        }

        .border-red .s-inputEle:input-placeholder {
            color: #e60012
        }

.input-date-arr {
    padding-left: 8px
}

.search-addres {
    height: 100%;
    line-height: 39px;
    width: 100%;
    right: 0;
    z-index: 1;
    text-align: right;
    padding: 10px 24px 10px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #aaa;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search-addres,
.search-operate-box {
    position: absolute;
    top: 0;
    overflow: hidden
}

.search-operate-box {
    z-index: 5;
    right: -1px;
    border-radius: 28px;
    background: #e94057;
    background: linear-gradient(-45deg, #a9346e, #e94057, #f0803a, #e94057, #a9346e);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(78, 58, 58, .3);
    box-shadow: 0 0 16px 0 rgba(78, 58, 58, .3);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .search-operate-box:hover {
        background-position: 0 0
    }

.sh-op-item {
    display: inline-block;
    vertical-align: middle
}

.search-btn-box {
    margin-right: 0;
    border: 0;
    font-size: 0
}

.search-btn {
    display: none;
    position: relative;
    width: 56px;
    height: 56px;
    font-size: 16px;
    border-radius: 28px;
    margin-left: 0;
    border: 0;
    background: transparent;
    color: #fefefe;
    outline: 0
}

    .search-btn:before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 12px;
        left: 13px;
        background: url("/images/menuIcon.svg?v=20171225") no-repeat -321px -567px
    }

    .search-btn.active,
    .search-btn:before {
        display: inline-block
    }

    .search-btn.disabled,
    .search-btn.disabled:hover {
        cursor: no-drop;
        background: #e7e7e7;
        color: #a0a0a0;
        border-color: #e7e7e7
    }

    .search-btn:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer
    }

.sh-op-btn {
    display: none;
    position: relative;
    width: 56px;
    height: 56px;
    cursor: pointer;
    border-radius: 28px
}

    .sh-op-btn:before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 16px;
        left: 16px;
        background: url("/images/common-icon.svg?v=2019110516") no-repeat
    }

    .sh-op-btn.active,
    .sh-op-btn:before {
        display: inline-block
    }

.add-segment:before {
    background-position: -4px -87px
}

.delete-online:before {
    background-position: -28px -87px
}

.search-btn:hover:before,
.sh-op-btn:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.exchangeDiv {
    position: absolute;
    top: 21px;
    left: 49%;
    z-index: 11;
    background: #fff;
    font-size: 0;
    margin-left: -3px
}

.exchangeImg {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/common-icon.svg?v=2019110516") no-repeat -307px -63px
}

    .exchangeImg:hover {
        background-position: -329px -63px
    }

.cityAutoComplete {
    position: absolute
}

.data-division-line {
    left: 48%;
    top: 20px;
    color: #d9c5c5;
    font-size: 18px;
    height: 16px;
    line-height: 16px
}

.h-b-fixed .search-box {
    height: 300px
}

.h-b-fixed .search-active {
    display: block;
    margin: 0 auto;
    padding-top: 0;
    position: fixed;
    top: 0;
    z-index: 98;
    left: 0;
    right: 0;
    width: 100%;
    background: #e94057;
    background: -webkit-gradient(linear, left top, right top, from(#ed5e3f), to(#cc3a75));
    background: linear-gradient(90deg, #ed5e3f, #cc3a75);
    opacity: .95;
    filter: alpha(opacity=95)
}

.h-b-fixed .singleOrReturn {
    margin: 0 auto
}

.h-b-fixed .segment-list {
    margin-bottom: 5px
}

.h-b-fixed .sn-ft-container {
    margin-top: 0;
    height: auto;
    line-height: 28px;
    background: transparent
}

.h-b-fixed .setSeatClass {
    margin-bottom: 4px
}

.h-b-fixed .adultAndChildren {
    margin-top: 6px
}

.h-b-fixed .sn-flightType {
    height: auto
}

.h-b-fixed .sn-flightTypelist {
    height: 28px;
    line-height: 28px
}

    .h-b-fixed .sn-flightTypelist:before {
        top: 14px
    }

    .h-b-fixed .sn-flightTypelist.active:after {
        height: 28px;
        top: 0
    }

.mt-airline {
    width: 16%
}

.sn-airlines {
    width: 100%;
    position: relative
}

    .sn-airlines.en {
        font-size: 13px
    }

    .sn-airlines:focus {
        outline: 0
    }

.exact-segment-input {
    width: 27%
}

.exact-segmentDate {
    width: 16%
}

.exact-segment-input-half {
    width: 13%
}

.sn-carrier,
.sn-flightNumber {
    padding-left: 8px
}

.designationCabinhint {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 10;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: -ms-max-content;
    width: max-content;
    white-space: nowrap;
    color: #fff;
    line-height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .5);
    font-size: 12px
}

    .designationCabinhint:before {
        right: 20px;
        bottom: -6px;
        border-top: 6px solid #65b7d2
    }

#promptMessage {
    position: relative;
    z-index: 2;
    background: #f7f7f7
}

.resultContainer {
    display: none;
    margin: 0 auto;
    background: #f7f7f7;
    width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0
}

.loadAndNoResult {
    overflow: hidden
}

.qbrStatusTips {
    display: none;
    width: 100%;
    height: 424px;
    background-color: #fff;
    text-align: center
}

.preciseSearch-icon-img,
.qbr-icon-img {
    width: 250px;
    margin: 70px auto 18px
}

.tipsContent {
    width: 370px;
    text-align: center;
    color: #aaa;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto
}

    .tipsContent > a {
        color: #2790fb
    }

.preciseSearchTips {
    display: none;
    width: 100%;
    height: 424px;
    background-color: #fff;
    text-align: center
}

    .preciseSearchTips > .tipsContent {
        width: auto
    }

#loadData {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
    background: #f1f1f1
}

.load-animation {
    position: relative;
    height: 250px;
    width: 700px;
    margin: 0 auto
}

.load-aircraft {
    width: 264px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50px;
    margin-left: -132px
}

.load-cloud {
    width: 280px;
    position: absolute;
    z-index: 3;
    top: 8px
}

.loading-animation {
    width: 30%;
    margin: 0 auto;
    height: 4px;
    background: #eaeaea;
    position: relative;
    z-index: 5;
    border-radius: 4px
}

.arr-address,
.dep-address {
    position: absolute;
    bottom: 5px;
    font-size: 18px;
    display: inline-block;
    width: 280px;
    color: #333
}

.dep-address {
    left: -300px;
    text-align: right
}

.arr-address {
    right: -300px
}

.arr-date,
.dep-date {
    position: absolute;
    bottom: -24px;
    font-size: 14px;
    display: inline-block;
    width: 160px;
    color: #333
}

.dep-date {
    left: -180px;
    text-align: right
}

.arr-date {
    right: -180px
}

.progress-bar {
    position: absolute;
    top: 0;
    width: 0;
    height: 4px;
    background: #e94057;
    background: -webkit-gradient(linear, left top, right top, from(#ffc261), color-stop(#ed5e3f), to(#cc3a75));
    background: linear-gradient(90deg, #ffc261, #ed5e3f, #cc3a75);
    border-radius: 4px
}

.load-tips {
    min-height: 60px;
    text-align: center;
    color: #241e1e;
    font-size: 14px;
    margin-top: 60px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.visibility-none {
    visibility: hidden
}

.filterDiv {
    width: 217px;
    background: #f7f7f7;
    vertical-align: top;
    display: inline-block
}

.flightGroup {
    width: 210px;
    height: 44px;
    line-height: 50px;
    color: #111;
    border-bottom: 1px solid #ddd
}

.flight-count {
    float: left;
    font-size: 14px;
    display: inline-block
}

.fliter-title {
    font-size: 18px;
    color: #111
}

.result-count {
    color: #ff893b
}

.clearFilter {
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 14px;
    color: #2790fb;
    font-size: 14px;
    cursor: pointer
}

    .clearFilter:hover {
        border-bottom: 1px solid #2790fb
    }

.filter_condition {
    width: 210px;
    margin-bottom: 36px
}

.filter-item {
    padding-top: 20px
}

.flightNumName {
    height: 28px;
    line-height: 28px;
    font-size: 14px
}

.i-checkbox {
    padding-left: 24px;
    position: relative
}

    .i-checkbox,
    .i-checkbox:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .i-checkbox:before {
            content: "";
            width: 14px;
            height: 14px;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -7px;
            border: 1px solid #ddd;
            border-radius: 2px
        }

        .i-checkbox.sel-checkbox:before {
            border: 1px solid #ff893b;
            background: #ff893b
        }

        .i-checkbox.sel-checkbox:after {
            content: "";
            width: 12px;
            height: 12px;
            position: absolute;
            top: 50%;
            left: 1px;
            margin-top: -6px;
            background-image: url("/images/common-icon.svg?v=2019110516");
            background-repeat: no-repeat;
            background-position: -66px -8px
        }

.direct {
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    font-size: 14px
}

.flightNumName {
    position: relative
}

.searchImg {
    position: absolute;
    top: 6px;
    right: 5px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/images/common-icon.dfbdc390.svg);
    background-position: -8px -118px
}

.filter_condition .inputEle {
    float: right;
    outline: 0;
    background: transparent;
    text-transform: uppercase;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    width: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0;
    text-indent: 10px;
    border: 1px solid #ddd
}

.filter-item h3 {
    color: #aaa;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px
}

.time-range-box {
    height: 30px;
    width: 96%;
    margin: auto;
    padding-top: 10px;
    margin-bottom: 20px
}

    .time-range-box:last-child {
        margin-bottom: 0
    }

.time-box-trip-mark {
    margin-top: 7px
}

.filter-carrier {
    height: 28px;
    line-height: 28px;
    position: relative;
    display: block;
    color: #241e1e;
    cursor: pointer
}

.airline-i-logo {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 2px;
    margin-right: 6px
}

.airline-name {
    display: inline-block;
    width: 50px;
    font-size: 14px;
    color: #241e1e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: baseline
}

.filter-item-price {
    float: right;
    display: inline-block;
    font-size: 13px;
    color: #944949
}

.f-airline {
    padding-left: 0px !important;
    padding-bottom: 5px
}

.timearea-item.sel-time-item {
    color: #25aa51
}

.combined-info-section {
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    margin-bottom: 2px;
    background: #F16124
}

.combined-left {
    float: left;
    margin-left: 18px;
    color: #ffffff;
    font-size: 18px
}

    .combined-left > span {
        vertical-align: middle
    }

.dep-name {
    max-width: 100px;
    margin-left: 16px;
    margin-right: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dep-name,
.way-icon {
    display: inline-block
}

.way-icon {
    width: 20px;
    height: 10px;
}

.round-trip-icon {
    background-position: -102px -16px
}

.goingTo-icon {
    background-position: -78px -17px
}

.arr-name {
    max-width: 100px;
    margin-right: 10px;
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block
}

.combined-left .week {
    margin: 0 16px 0 8px
}

.time-description {
    font-size: 14px
}

.combined-right {
    display: none;
    float: right;
    height: 36px;
    line-height: 36px;
    margin-top: 6px;
    border-radius: 20px;
    margin-right: 10px;
    overflow: hidden
}

    .combined-right li {
        display: inline-block;
        padding: 0 10px;
        color: #e61414;
        cursor: pointer;
        font-size: 14px;
        line-height: 36px;
        background: #faddda;
        background: -webkit-gradient(linear, left top, right top, from(rgba(237, 94, 63, .2)), to(rgba(204, 58, 117, .2)));
        background: linear-gradient(90deg, rgba(237, 94, 63, .2), rgba(204, 58, 117, .2))
    }

        .combined-right li:hover {
            background: -webkit-gradient(linear, left top, right top, from(rgba(237, 94, 63, .4)), to(rgba(204, 58, 117, .4)));
            background: linear-gradient(90deg, rgba(237, 94, 63, .4), rgba(204, 58, 117, .4))
        }

        .combined-right li.selected {
            background: #e94057;
            background: -webkit-gradient(linear, left top, right top, from(#ed5e3f), to(#cc3a75));
            background: linear-gradient(90deg, #ed5e3f, #cc3a75);
            color: #fff
        }

            .combined-right li.selected:hover {
                background: -webkit-gradient(linear, left top, right top, from(#ed5e3f), to(#cc3a75));
                background: linear-gradient(90deg, #ed5e3f, #cc3a75)
            }

        .combined-right li.disabled {
            display: none
        }

.sorting-selection {
    padding-top: 2px
}

    .sorting-selection ul {
        background: #f5f5f5f5
    }

    .sorting-selection li {
        line-height: 42px;
        display: inline-block;
        font-size: 14px;
        color: #aaa
    }

.direct-priority {
    width: 16%;
    text-indent: 20px
}

.departure-time {
    width: 14%
}

.arrival-time,
.departure-time {
    text-align: center;
    margin-left: 8%
}

.arrival-time {
    width: 12%
}

.total-time {
    width: 12%;
    text-align: center;
    margin-left: 0
}

.sort-price {
    width: 15%;
    text-align: center;
    margin-left: 2%
}

.sort-item {
    position: relative;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sort-item,
.sort-item-direct {
    cursor: pointer
}

.selected .sort-item-direct {
    color: #ff893b
}

.sort-item:before {
    top: 2px;
    border-bottom: 5px solid #aaa
}

.sort-item:after,
.sort-item:before {
    position: absolute;
    display: inline-block;
    content: "";
    right: 1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.sort-item:after {
    top: 9px;
    border-top: 5px solid #aaa
}

.sort-ascend,
.sort-descend {
    display: none;
    color: #ff893b
}

.selected-ascend .sort-ascend {
    display: inline
}

    .selected-ascend .sort-ascend:before {
        border-bottom: 5px solid #ff893b
    }

.selected-ascend .sort-title {
    display: none
}

.selected-descend .sort-descend {
    display: inline
}

    .selected-descend .sort-descend:after {
        border-top: 5px solid #ff893b
    }

.selected-descend .sort-title {
    display: none
}

.direction-right-icon {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(/images/common-icon.dfbdc390.svg) no-repeat -261px -12px
}

.sort-hidden {
    visibility: hidden
}

.resultDiv {
    display: inline-block;
    width: 972px;
    vertical-align: top
}

.faildResult {
    width: 100%;
    padding-top: 252px;
    padding-bottom: 140px;
    background: url("/images/fareSearch/empty-result.png") no-repeat center 50px;
    background-size: 20%;
    background-color: #fff
}

    .faildResult > center {
        font-size: 16px;
        color: #aaa
    }

.allData {
    display: none;
    padding: 30px 0;
    text-align: center
}

    .allData > center {
        display: inline-block;
        color: #aaa;
        font-size: 14px;
        position: relative
    }

        .allData > center:after,
        .allData > center:before {
            content: "";
            width: 150px;
            position: absolute;
            top: 9px;
            border: 1px solid #ededee
        }

        .allData > center:before {
            left: -170px
        }

        .allData > center:after {
            right: -170px
        }

.resultUl {
    width: 100%;
    padding: 0;
    margin: 0
}

    .resultUl .filterList {
        margin-bottom: 10px;
        background: #fff;
        cursor: pointer;
        transition: height 5s ease-in;
        -webkit-transition: height 5s ease-in;
        -webkit-box-shadow: 0 0 6px 0 rgba(77, 57, 57, .1);
        box-shadow: 0 0 6px 0 rgba(77, 57, 57, .1)
    }

        .resultUl .filterList:hover,
        .resultUl .pitchOnFlight {
            -webkit-box-shadow: 0 0 8px #ccc;
            box-shadow: 0 0 8px #ccc
        }

.filterList ul.simple {
    display: block;
    line-height: 98px;
    position: relative
}

.simple > li {
    display: inline-block;
    vertical-align: middle
}

.simple .filterInfo {
    width: 72%
}

.smp-item {
    display: inline-block;
    vertical-align: middle
}

.filterInfo .filterIcon {
    width: 7%;
    min-width: 22px;
    position: relative;
    font-size: 0;
    margin-left: 20px
}

    .filterInfo .filterIcon .airloneLogo {
        display: block;
        width: 24px;
        height: 24px
    }

.filterInfo .filterName {
    width: 15%;
    min-width: 84px
}

.filterInfo .filterCode {
    width: 22%;
    min-width: 115px;
    position: relative
}

.iconPosition {
    margin-top: 8px
}

.carrierFlightPosition {
    display: block;
    line-height: 18px;
    position: relative
}

.carrierFlightHover:hover .flightOl {
    display: block
}

.carrierFlightHover {
    position: relative;
    cursor: pointer
}

.flightOl {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 50%;
    line-height: 26px;
    padding: 0 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 #cec8c8;
    box-shadow: 0 0 7px 0 #cec8c8;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

    .flightOl:before {
        top: -8px;
        border-bottom: 7px solid #ddd
    }

    .flightOl:after,
    .flightOl:before {
        display: block;
        content: "";
        line-height: 0;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent
    }

    .flightOl:after {
        top: -7px;
        border-bottom: 7px solid #fff
    }

.flightLi {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #ddd;
    text-align: left
}

    .flightLi:last-child {
        border-bottom: 0
    }

.carrierFlightTxt {
    color: #00abff;
    font-weight: 400
}

.flightLiImg,
.flightLiTxt {
    vertical-align: middle
}

.flightLiTxt {
    float: unset !important;
    padding-left: 30px;
    color: #666
}

.filterInfo .filterArrivaldate,
.filterInfo .filterBegindate {
    width: 24%;
    min-width: 100px;
    line-height: 22px
}

.filterInfo .filterBegindate {
    text-align: right
}

.filterInfo b.filterBeginTime {
    font-weight: 700;
    font-size: 18px;
    color: #241e1e
}

.sp-arrCode,
.sp-depCode {
    font-size: 14px;
    color: #241e1e;
    margin-left: 126px;
    text-align: center;
}

.filterRoute {
    width: 24%;
    min-width: 160px
}

    .filterRoute b {
        float: left;
        display: inline-block;
        width: 160px;
        height: 30px;
        border: 1px solid red
    }

.filterRouteImg {
    margin: 15px auto 42px;
    position: relative;
    width: 160px;
    height: 24px;
}

.filterRouteImg11 {
    background-position: -30px -85px
}

.filterRouteImg121 {
    background-position: -30px -107px
}

.filterRouteImg131 {
    background-position: -30px -129px
}

.filterRouteImg1231 {
    background-position: -30px -151px
}

.filterRouteImg1321 {
    background-position: -30px -195px
}

.filterRouteImg12321 {
    background-position: -30px -173px
}

.filterRouteImg1221 {
    background-position: -464px -221px
}

.filterRouteImg1331 {
    background-position: -464px -243px
}

.filterRouteImg1441 {
    background-position: -464px -265px
}

.filterRouteImg1551 {
    background-position: -464px -286px
}

.filterRouteImg1661 {
    background-position: -464px -309px
}

.filterRouteImg1771 {
    background-position: -464px -331px
}

.filterRouteImg1881 {
    background-position: -464px -353px
}

.filterRouteImg_top {
    line-height: 22px;
    position: absolute;
    top: -22px;
    width: 160px
}

    .filterRouteImg_top span {
        display: inline-block;
        width: 80px;
        height: 22px;
        text-align: center
    }

.filterRouteImg_bot {
    line-height: 22px;
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    text-align: center
}

    .filterRouteImg_bot span {
        display: inline-block;
        text-align: center
    }

        .filterRouteImg_bot span:first-child {
            width: 40px
        }

        .filterRouteImg_bot span:nth-child(2) {
            width: 120px;
            height: 22px
        }

        .filterRouteImg_bot span:nth-child(3) {
            width: 40px
        }

.filterInfo .filterArrivaldate {
    text-align: left
}

.filterInfo b.filterArrivaltime {
    font-weight: 700;
    font-size: 18px;
    color: #241e1e;
    margin-left: 94%;
}

.dim-dd {
    color: #00abff;
    position: absolute;
    font-weight: 400
}

.filterInfo .filterTotaltime {
    width: 14%;
    min-width: 52px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-left: 77px
}

    .filterInfo .filterTotaltime b {
        vertical-align: middle;
        display: inline-block;
        width: 16px;
        height: 16px;
    }

.simple .totalPrice {
    color: #666;
    width: 17%;
    line-height: 16px
}

    .simple .totalPrice b {
        color: #e61414;
        font-size: 20px;
        line-height: 18px
    }

.simple .reserveFlight {
    width: 8%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    text-align: center
}

    .simple .reserveFlight > font {
        display: block;
        line-height: 30px
    }

    .simple .reserveFlight form {
        text-align: right;
        line-height: 22px;
        margin-right: 7px
    }

.two .simple .reserveFlight,
.two .simple .totalPrice {
    line-height: 160px
}

.multiPriceTitle {
    background: rgba(255, 209, 134, .07);
    border-radius: 8px 0 0 8px;
    color: #999;
    position: absolute;
    top: 0;
    right: 0
}

.multiPriceTitle,
.quotation-type-list {
    height: 24px;
    line-height: 24px;
    display: inline-block
}

.quotation-type-list {
    position: relative;
    text-align: center;
    margin: 0 12px;
    border-bottom: 1px dashed #ddd
}

.alternateOrder-icon,
.d-direct-cheapest,
.noSeatLowest-icon,
.noStandard-icon,
.preferredService-icon,
.quickTicket-icon,
.refundRule-icon,
.specialPolicy-icon,
.ticketTime-icon,
.vouchersRefund-icon,
.workTime-icon {
    border-bottom: 0
}

    .noSeatLowest-icon:before,
    .noStandard-icon:before,
    .preferredService-icon:before,
    .quickTicket-icon:before,
    .refundRule-icon:before,
    .specialPolicy-icon:before,
    .vouchersRefund-icon:before,
    .workTime-icon:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        vertical-align: middle
    }

    .quickTicket-icon:before {
        background-position: -244px -385px
    }

    .workTime-icon:before {
        background-position: -338px -386px
    }

    .refundRule-icon:before {
        background-position: -263px -385px
    }

    .preferredService-icon:before {
        background-position: -280px -385px
    }

    .noSeatLowest-icon:before {
        background-position: -302px -385px
    }

    .specialPolicy-icon:before {
        background-position: -321px -385px
    }

    .vouchersRefund-icon:before {
        background-position: -440px -386px
    }

.quotation-type-list:hover {
    border-bottom: 1px dashed #ddd
}

.explain-list {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 30px;
    background: rgba(36, 30, 30, .7);
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    color: #f7f7f7
}

.quotation-type-list:hover .explain-list {
    display: block
}

.explain-list:before {
    display: block;
    content: "";
    position: absolute;
    top: -7px;
    margin-left: -8px;
    right: 20px;
    border-bottom: 7px solid rgba(36, 30, 30, .7);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.explain-item {
    border-bottom: 1px dashed #ddd
}

    .explain-item:last-child {
        border-bottom: 0
    }

.explain-list-top {
    right: 0
}

.explain-list-bot {
    left: 0
}

    .explain-list-bot:before {
        left: 30px;
        right: auto
    }

.multiPriceTitle-en .explain-list:before {
    right: 40px
}

.multiPriceTitle-en .explain-list-bot:before {
    left: 56px;
    right: auto
}

.multiPriceTitle-en .d-m-title-list {
    width: 370px
}

.multiPriceTitle-en .quotation-type-list {
    margin: -15px 6px
}

.multiPriceTitle-en .d-m-searClass {
    max-width: 193px
}

.multiPriceType {
    display: inline-block;
    line-height: 30px;
    width: 650px;
    color: #666
}

.details .multiPriceTitle-en {
    width: 674px
}

.d-m-title-list {
    width: 300px
}

.d-m-title-list,
.fareBasis-seatClass {
    display: inline-block;
    vertical-align: middle
}

.d-m-chunk {
    position: relative;
    display: inline-block;
    margin: 0 12px;
    text-align: center;
    line-height: 24px;
    border-bottom: 1px dashed #bbb;
    vertical-align: top
}

.d-m-list {
    display: none;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 34px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    background: rgba(36, 30, 30, .7);
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    text-align: center;
    padding: 0 8px;
    color: #f7f7f7;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

    .d-m-list:before {
        display: block;
        content: "";
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -8px;
        border-bottom: 7px solid rgba(36, 30, 30, .7);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent
    }

.d-m-chunk:hover .d-m-list {
    display: block
}

.d-m-item {
    border-bottom: 1px dashed #ddd;
    line-height: 28px;
    font-size: 12px
}

    .d-m-item:last-child {
        border-bottom: 0
    }

.d-m-title-list .quotation-type-list {
    border-bottom: 1px dashed #ddd
}

.d-m-title-list .mark-label {
    border-bottom: 0;
    cursor: default
}

.d-m-searClass {
    max-width: 250px
}

.searClass-code {
    white-space: nowrap;
    color: #000;
    font-weight: 700
}

.cheapest-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 22px;
    background: #fbead1;
    color: #ff9700;
    padding: 0 16px;
    padding-right: 20px;
    border-radius: 0 0 20px 0
}

.filterList .details {
    display: none;
    padding: 0;
    margin: 0;
    background: #fff
}

.filterDetails {
    width: 100%;
    padding: 10px 0
}

.detailsInfo {
    width: 88%;
    margin: 0 auto
}

    .detailsInfo tr {
        line-height: 30px
    }

    .detailsInfo > li {
        margin: 10px 0
    }

    .detailsInfo .transfer {
        position: relative;
        display: block;
        text-align: right;
        margin: 12px 0
    }

.transfer .transferTime {
    display: inline-block;
    background: #f6f6f6;
    width: 410px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    margin-right: 148px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding: 0 8px;
    font-size: 14px;
    color: #241e1e
}

.trf-time {
    position: absolute;
    right: 8px;
    top: 0
}

.d-airline {
    width: 7%;
    height: 60px;
    display: inline-block;
    vertical-align: middle
}

.d-airloneLogo {
    margin: 17px 0
}

.d-arr-flight,
.d-attr,
.d-dep-arr,
.d-dep-flight,
.d-flightTime {
    display: inline-block;
    vertical-align: middle;
    width: 16%
}

.d-attr {
    width: 28%;
    line-height: 22px;
    position: relative
}

.d-line1,
.d-line2 {
    line-height: 22px;
    color: #666
}

.d-codeshare,
.d-seatClass.d-flightNum {
    display: inline-block;
    color: #666
}

.d-bClass-v,
.d-codeshare,
.d-flightNum,
.d-sClass-v,
.d-seatClass {
    color: #241e1e;
    font-size: 14px
}

.d-arrAirport,
.d-arrTime,
.d-depAirport,
.d-depTime {
    color: #241e1e;
    font-size: 18px;
    padding-right: 16px
}

.d-arrDate,
.d-arrTime,
.d-depDate,
.d-depTime {
    color: #241e1e;
    font-size: 14px
}

.d-flightTime {
    width: 10%;
    line-height: 60px;
    font-size: 14px
}

.time-icon {
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.d-dep-arr {
    margin: 0 6% 0 0;
    width: 16px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0
}

.frIcon-depArr {
    display: block;
    width: 20px;
    height: 20px;
}

.d-stopCities {
    width: 15%;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

li.sements-line {
    height: 1px;
    margin: 6px;
    border-top: 1px solid #ddd;
    margin: 16px 0
}

.passengerInfo {
    width: 100%;
    min-width: 930px;
    min-height: 60px;
    background: #f2fcf8;
    line-height: 60px;
    border-bottom: 1px dashed #ddd
}

    .passengerInfo:last-child {
        border-bottom: 0
    }

.passengerTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 4% 0
}

    .passengerTable tr {
        line-height: 22px
    }

    .passengerTable td {
        text-align: right;
        font-size: 14px
    }

        .passengerTable td:nth-child(2) {
            min-width: 60px
        }

.d-direct-cheapest {
    display: none
}

.d-direct-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.firstDirectCheapest .d-direct-cheapest {
    display: inline-block;
    border: 0;
    cursor: default
}

.m-currency {
    color: #6b6b6b
}

.totalPrice {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center
}

.details .totalPrice {
    height: 60px;
    color: #6b6b6b;
    float: right
}

.booking {
    max-width: 100px;
    float: right;
    text-align: right;
    margin: 0 20px 0 10px;
    position: relative;
    font-size: 0
}

.d-supplierCode {
    position: absolute;
    top: 45px;
    right: 23px;
    line-height: 14px;
    font-size: 14px
}

.childrens .totalPrice {
    line-height: 60px
}

.childrens .booking {
    margin-top: 12px
}

/* .price-detail {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    position: absolute;
    z-index: 7;
    left: 50%;
    background: rgba(36, 30, 30, .7);
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    padding: 0 0px;
    color: #f7f7f7;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
} */

/* .price-detail:before {
    display: block;
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
    border-bottom: 7px solid rgba(36, 30, 30, .7);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
} */
.price-detail {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-top: 1px dashed #eaeaea;
}

.price-cutLine p {
    border: .5px dotted #ddd;
    margin: 6px 0
}

.totalPrice:hover .price-detail {
    display: block
}

.submit {
    display: inline-block;
    cursor: pointer;
    min-width: 80px;
    height: 32px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    color: #fefefe;
    background: #f49b00;
    background-size: 200% 100%;
    background-position: 0 0;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    outline: 0
}

    .submit:hover {
        background-position: 100% 0
    }

.filterList .no-submit {
    background: #bbb;
    border: 0
}

    .filterList .no-submit:hover {
        background: #bbb
    }

.groupFlightInfo {
    display: none;
    margin: 0 auto 20px;
    border: 1px solid #eaeaea;
    background: #fff
}

    .groupFlightInfo .filterList ul.simple {
        padding-left: 0
    }

    .groupFlightInfo .reserveFlight {
        margin-top: -13px
    }

    .groupFlightInfo .filterInfo {
        width: 80%
    }

.goHead {
    background: #ff893b;
    background: -webkit-gradient(linear, left top, right top, from(#ff893b), to(#edb447));
    background: linear-gradient(90deg, #ff893b, #edb447);
    width: 6%;
    min-width: 16px;
    text-align: center
}

.goHeadInfo {
    display: inline-block;
    line-height: 17px;
    color: #fff;
    font-size: 14px
}

.goModify {
    display: inline-block;
    color: #ff893b;
    font-size: 18px
}

    .goModify:hover {
        border-bottom: 1px solid #ff893b
    }

.goFlightRoute,
.goFlightSalePrice {
    display: none
}

.diffCityAirport,
.transferTimeTxt {
    color: #e70012;
    position: relative
}

.diffCityAirport-tips,
.transferTime-tips {
    display: none;
    position: absolute;
    top: 23px;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    line-height: 18px;
    background: rgba(36, 30, 30, .7);
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    color: #f7f7f7;
    padding: 3px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

    .diffCityAirport-tips:before,
    .transferTime-tips:before {
        position: absolute;
        top: -6px;
        left: 50%;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 6px solid rgba(36, 30, 30, .7);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        margin-left: -6px
    }

.diffCityAirport:hover .diffCityAirport-tips,
.transferTimeTxt:hover .transferTime-tips {
    display: block
}

.availSeatNum {
    font-weight: 400;
    font-size: 14px
}

    .availSeatNum.red {
        color: #e60012
    }

.ticketTime-icon.light {
    color: #ab5c00
}

.d-m-title-list .ticketTime-icon,
.d-m-title-list .ticketTime-icon:hover,
.ticketTime-icon,
.ticketTime-icon:hover {
    border-bottom: 0;
    cursor: default
}

.alternateOrder-icon {
    color: #ab5c00
}

    .alternateOrder-icon,
    .alternateOrder-icon:hover,
    .d-m-title-list .alternateOrder-icon,
    .d-m-title-list .alternateOrder-icon:hover {
        border-bottom: 0;
        cursor: default
    }

.flightRelative {
    text-align: left;
    line-height: 22px
}

.flightText {
    text-align: left;
    font-size: 14px
}

.flightCabin {
    float: right;
    width: 54%;
    position: relative;
    text-align: center
}

    .flightCabin .d-m-list {
        top: 27px
    }

        .flightCabin .d-m-list:before {
            border-bottom: 7px solid rgba(36, 30, 30, .7);
            border-left: 9px solid transparent;
            border-right: 9px solid transparent
        }

    .flightCabin:hover .d-m-list {
        display: block
    }

.cabinCode {
    border-bottom: 1px dashed #bbb;
    line-height: 16px;
    cursor: pointer
}

.visibility-style {
    visibility: hidden
}

.noStandard-icon {
    color: #e60012
}

    .noStandard-icon .explain-item {
        color: #f7f7f7
    }

    .noStandard-icon.i1:before {
        background-position: -371px -385px
    }

    .noStandard-icon.i2:before {
        background-position: -387px -385px
    }

    .noStandard-icon.i3:before {
        background-position: -422px -386px
    }

    .noStandard-icon.i4:before {
        background-position: -404px -385px
    }

.actualFlightNo {
    position: absolute;
    top: 22px;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    height: 23px;
    line-height: 24px;
    padding: 0 5px;
    background: rgba(36, 30, 30, .7);
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    color: #f7f7f7;
    font-size: 12px;
    text-align: center;
    display: none;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

    .actualFlightNo:before {
        display: block;
        content: "";
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -8px;
        border-bottom: 7px solid rgba(36, 30, 30, .7);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent
    }

.fontColor {
    position: relative;
    border-bottom: 1px dashed #bbb;
    line-height: 16px
}

    .fontColor:hover .actualFlightNo {
        display: block
    }

#com-footer {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%
}

.a-fadein,
.a-fadeinT {
    -webkit-animation: .2s ease-out backwards;
    animation: .2s ease-out backwards
}

.a-fadein {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.a-fadeinT {
    -webkit-animation-name: fadeinT;
    animation-name: fadeinT
}

@-webkit-keyframes fadeinT {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-76px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeinT {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-76px);
        transform: translateY(-76px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.a-fadein {
    -webkit-animation-name: fadein;
    animation-name: fadein
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.a-down-up {
    -webkit-animation: downUp 3s ease-in-out infinite alternate;
    animation: downUp 3s ease-in-out infinite alternate
}

@-webkit-keyframes downUp {
    0% {
        top: 30px
    }

    to {
        top: 70px
    }
}

@keyframes downUp {
    0% {
        top: 30px
    }

    to {
        top: 70px
    }
}

.a-left-right {
    -webkit-animation: leftRight 5s linear infinite normal;
    animation: leftRight 5s linear infinite normal
}

@-webkit-keyframes leftRight {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        left: 700px
    }

    5% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    90% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        left: -280px
    }
}

@keyframes leftRight {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        left: 700px
    }

    5% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    90% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        left: -280px
    }
}

.slider-container {
    width: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

    .slider-container.align-left {
        margin-left: 0
    }

    .slider-container.align-right {
        margin-right: 0
    }

    .slider-container.align-center {
        margin: auto
    }

    .slider-container .back-bar {
        height: 10px;
        position: relative
    }

        .slider-container .back-bar .selected-bar {
            position: absolute;
            height: 100%
        }

        .slider-container .back-bar .pointer {
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: red;
            cursor: pointer;
            opacity: 1;
            z-index: 2
        }

            .slider-container .back-bar .pointer.last-active {
                z-index: 3
            }

        .slider-container .back-bar .pointer-label {
            position: absolute;
            top: 12px;
            font-size: 14px;
            white-space: nowrap;
            line-height: 1
        }

        .slider-container .back-bar .focused {
            z-index: 10
        }

    .slider-container .clickable-dummy {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1
    }

        .slider-container .clickable-dummy:before {
            content: "";
            position: absolute;
            top: -5px;
            width: 100%;
            height: 12px
        }

    .slider-container .scale {
        top: -27px;
        position: relative
    }

        .slider-container .scale span {
            position: absolute;
            height: 5px;
            font-size: 0
        }

.scale span:first-child ins {
    left: 0
}

.scale span:last-child ins {
    right: 0
}

.slider-container .scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    color: #333;
    line-height: 1
}

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
    cursor: auto
}

.theme-green .back-bar {
    height: 4px;
    border-radius: 2px;
    background-color: #eee
}

    .theme-green .back-bar .selected-bar {
        border-radius: 2px;
        background-color: #ff893b
    }

    .theme-green .back-bar .pointer {
        width: 14px;
        height: 14px;
        top: -5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        border: 1px solid #ff893b;
        background-color: #fff
    }

        .theme-green .back-bar .pointer:hover {
            -webkit-box-shadow: 0 0 2px 0 #ff893b;
            box-shadow: 0 0 2px 0 #ff893b
        }

    .theme-green .back-bar .focused,
    .theme-green .back-bar .pointer-label {
        color: #333
    }

.theme-green .scale ins {
    color: #333
}

.theme-blue .back-bar {
    height: 2px;
    border-radius: 2px;
    background-color: #ddd
}

    .theme-blue .back-bar .selected-bar {
        border-radius: 2px;
        background-color: #92c1f9
    }

    .theme-blue .back-bar .pointer {
        width: 12px;
        height: 12px;
        top: -5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        border: 1px solid #92c1f9;
        background-color: #fff
    }

        .theme-blue .back-bar .pointer:hover {
            -webkit-box-shadow: 0 0 3px 0 #92c1f9;
            box-shadow: 0 0 3px 0 #92c1f9
        }

    .theme-blue .back-bar .focused,
    .theme-blue .back-bar .pointer-label {
        color: #333
    }

.theme-blue .scale span {
    border-left: 1px solid #e5e5e5
}

.theme-blue .scale ins {
    color: #333
}

@font-face {
    font-family: iconfont;
    src: url(/fonts/iconfont.a39534f.ttf) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-jipiao:before {
    content: "\E63B"
}

.icon-jiudian:before {
    content: "\E664"
}

.icon-dingdan:before {
    content: "\E725"
}

#header {
    position: relative
}

.m-top-container {
    background: #444
}

.top-content {
    height: 34px;
    width: 1200px;
    margin: 0 auto
}

.top-left {
    padding: 5px 0
}

    .top-left,
    .top-left > span {
        display: inline-block;
        vertical-align: middle
    }

        .top-left > span {
            color: #d9d9d9;
            font-size: 16px;
            font-weight: 500;
            margin-right: 5px
        }

.contact-icon {
    width: 20px;
    height: 20px;
    background-image: url("/images/common-icon.svg?v=2019110516");
    background-position: -5px -4px
}

.top-left:hover .contact-icon {
    background-position: -25px -4px
}

.top-left > span:hover {
    color: #fff
}

.top-right {
    float: right
}

    .right-menu > li > a,
    .top-right,
    .top-right .right-menu > li {
        display: inline-block
    }

.right-menu > li > a {
    color: #d9d9d9;
    line-height: 22px;
    padding: 5px 0;
    margin-left: 30px
}

    .right-menu > li > a:hover {
        color: #fff;
        text-decoration: underline
    }

.sn-topMenu-container {
    width: 100%;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.topMenu-content {
    width: 1200px;
    height: 68px;
    margin: 0 auto;
    position: relative
}

.sn-topMenu-logo {
    width: 160px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    background: url("/images/FR_logo_white.png") no-repeat;
    background-size: 100% 100%
}

.sn-topMenu-list {
    position: absolute;
    top: 0;
    right: 0;
    height: 68px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sn-topMenu-option {
    position: relative;
    margin-left: 40px;
    height: 68px;
    line-height: 68px
}

    .sn-topMenu-option .order-title {
        line-height: 75px;
        font-size: 18px
    }

.sn-topMenu-tabar {
    display: block;
    font-size: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.sn-topMenu-countNumber {
    position: absolute;
    top: 14px;
    margin-left: -7px;
    left: 50%;
    font-size: 10px;
    height: 13px;
    line-height: 12px;
    font-style: normal;
    color: #fff;
    background: #f51818;
    border-radius: 7px;
    padding: 0 3px
}

.sn-topMenu-option:hover .sn-topMenu-tabar {
    color: #fff;
    text-shadow: 0 0 2px #fff
}

.sn-topMenu-infoContainer,
.sn-topMenu-per,
.sn-topMenu-service {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5
}

.sn-topMenu-per {
    width: 100px;
    left: -5px
}

.sn-topMenu-perLink,
.sn-topMenu-serviceLink {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer
}

    .sn-topMenu-perLink:hover,
    .sn-topMenu-serviceLink:hover {
        color: #e60012;
        background: #fff4f4
    }

.sn-topMenu-option:hover .sn-topMenu-per,
.sn-topMenu-option:hover .sn-topMenu-service {
    display: block;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1)
}

.sn-topMenu-infoTabar {
    width: 25%;
    line-height: 30px;
    font-size: 14px;
    color: #241e1e;
    font-weight: 600;
    vertical-align: middle
}

.sn-topMenu-infoCount {
    font-style: normal;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: red;
    border-radius: 8px;
    margin-left: 5px;
    vertical-align: middle
}

.sn-topMenu-info {
    width: 100%
}

.sn-topMenu-infoOption {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px
}

.message-type-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    position: relative
}

.sn-topMenu-infoHistoryLink,
.sn-topMenu-infoLink,
.sn-topMenu-infoMoreLink {
    display: block;
    line-height: 36px;
    max-width: 100%;
    font-size: 12px;
    color: #241e1e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

    .sn-topMenu-infoLink:hover {
        color: #e60012
    }

.sn-topMenu-infoHistoryLink,
.sn-topMenu-infoMoreLink {
    color: #4a90e2;
    text-align: center
}

    .sn-topMenu-infoHistoryLink:hover,
    .sn-topMenu-infoMoreLink:hover {
        text-decoration: underline
    }

.sn-leftMenu-container {
    display: none
}

.sn-topMenu-noInfo {
    font-size: 12px;
    line-height: 50px;
    color: #666;
    padding-top: 10px;
    text-align: left
}

.sn-topMenu-empty {
    display: inline-block;
    position: relative;
    top: 10px;
    width: 38px;
    height: 38px;
    background: url("/images/fr-menu-icon.svg") no-repeat -125px -80px;
    background: url("/images/fr-menu-icon.png")\9 no-repeat -125px -80px
}

.icon-Booking_down {
    margin-left: -6px;
    position: relative;
    top: 2px
}

    .icon-Booking_down:before,
    .icon-Booking_news:before {
        color: #000
    }

.sn-topMenu-moreOrHistory {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    bottom: 3px;
    right: 0
}

.sn-topMenu-infoHistoryLink,
.sn-topMenu-infoMoreLink {
    display: inline
}

.sn-topMenu-moreOrHistory .sn-topMenu-history {
    display: inline-block;
    position: relative;
    left: 2px;
    top: -1px;
    width: 8px;
    height: 8px;
    background: url("/images/fr-menu-icon.svg") no-repeat -66px -89px
}

.sn-topMenu-messageIcon {
    width: 20px;
    height: 26px;
    background: url("/images/common-icon.svg?v=2019110516") no-repeat -174px -26px
}

.sn-topMenu-downUpIcon,
.sn-topMenu-messageIcon {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.sn-topMenu-downUpIcon {
    width: 12px;
    height: 8px;
    background: url("/images/common-icon.svg?v=2019110516") no-repeat -84px -11px;
    margin-left: 4px
}

.sn-topMenu-option:hover .sn-topMenu-downUpIcon {
    background-position: -100px -12px
}

.sn-topMenu-option:hover .sn-topMenu-messageIcon {
    background-position: -200px -26px
}

.topMenu-option-message {
    cursor: pointer
}

.topMenu-help-item {
    display: none
}

.sn-topMenu-lg-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("/images/common-icon.svg?v=2019110516") no-repeat;
    vertical-align: middle;
    cursor: pointer
}

    .sn-topMenu-lg-icon.en-us-icon {
        background-position: -2px -27px
    }

        .sn-topMenu-lg-icon.en-us-icon:hover {
            background-position: -56px -27px
        }

    .sn-topMenu-lg-icon.zh-cn-icon {
        background-position: -30px -27px
    }

        .sn-topMenu-lg-icon.zh-cn-icon:hover {
            background-position: -84px -27px
        }

.sn-topMenu-mineIcon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url("/images/common-icon.svg?v=2019110516") no-repeat -114px -26px;
    vertical-align: middle;
    margin-right: 4px
}

.sn-topMenu-option:hover .sn-topMenu-mineIcon {
    background-position: -142px -26px
}

.sn-topMenu-container.white-style {
    background: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(54, 47, 47, .1);
    box-shadow: 0 0 16px 0 rgba(54, 47, 47, .1)
}

    .sn-topMenu-container.white-style .sn-topMenu-logo {
        background: url("/images/FR_logo_red.svg") no-repeat
    }

    .sn-topMenu-container.white-style .sn-topMenu-tabar {
        color: #241e1e
    }

    .sn-topMenu-container.white-style .sn-topMenu-lg-icon.en-us-icon {
        background-position: -230px -27px
    }

        .sn-topMenu-container.white-style .sn-topMenu-lg-icon.en-us-icon:hover {
            background-position: -288px -27px
        }

    .sn-topMenu-container.white-style .sn-topMenu-lg-icon.zh-cn-icon {
        background-position: -257px -27px
    }

        .sn-topMenu-container.white-style .sn-topMenu-lg-icon.zh-cn-icon:hover {
            background-position: -315px -27px
        }

    .sn-topMenu-container.white-style .sn-topMenu-messageIcon {
        background-position: -407px -26px
    }

.white-style .sn-topMenu-option:hover .sn-topMenu-messageIcon {
    background-position: -432px -26px
}

.sn-topMenu-container.white-style .sn-topMenu-mineIcon {
    background-position: -347px -26px
}

.white-style .sn-topMenu-option:hover .sn-topMenu-mineIcon {
    background-position: -375px -26px
}

.sn-topMenu-container.white-style .sn-topMenu-downUpIcon {
    background-position: -216px -12px
}

.white-style .sn-topMenu-option:hover .sn-topMenu-downUpIcon {
    background-position: -232px -12px
}

.right-option-box {
    position: fixed;
    right: -400px;
    z-index: 1111111111111;
    top: 103px;
    width: 400px;
    background: #fff;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-box-shadow: 0 0 18px 0 rgba(77, 57, 57, .2);
    box-shadow: 0 0 18px 0 rgba(77, 57, 57, .2)
}

    .right-option-box.show {
        right: 0
    }

.right-option-box-scroll {
    width: 426px;
    height: 100%;
    overflow-y: scroll
}

.right-option-box-content {
    width: 400px
}

div.content_div {
    margin-left: 0px
}

    div.content_div.active {
        margin-left: 0
    }

.sn-leftMenu-container {
    position: fixed;
    width: 135px;
    top: 36px;
    left: -135px;
    bottom: 0;
    z-index: 110
}

    .sn-leftMenu-container.active {
        left: 0
    }

.sn-leftMenu-hideenScroll {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: #fff
}

.sn-leftMenu-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 151px;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-right: 14px;
    padding-top: 40px
}

.sn-leftMenu-tabar {
    border-bottom: 1px solid #d4d4d4;
    padding: 6px 0
}

    .sn-leftMenu-tabar:first-child {
        border-top: 1px solid #d4d4d4
    }

.sn-leftMenu-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 0;
    padding-left: 12px
}

    .sn-leftMenu-title [class*=" fr-icon-"],
    .sn-leftMenu-title [class^=fr-icon-] {
        display: block;
        width: 28px;
        height: 28px;
        background: url("/images/fr-menu-icon.svg") no-repeat 0 0;
        background: url("/images/fr-menu-icon.png")\9 no-repeat 0 0
    }

    .sn-leftMenu-title .fr-icon-10 {
        background-position: -14px -11px
    }

    .sn-leftMenu-title:hover .fr-icon-10 {
        background-position: -14px -47px
    }

    .sn-leftMenu-title .fr-icon-20 {
        background-position: -49px -11px
    }

    .sn-leftMenu-title:hover .fr-icon-20 {
        background-position: -49px -47px
    }

    .sn-leftMenu-title .fr-icon-30 {
        width: 34px;
        background-position: -76px -11px
    }

    .sn-leftMenu-title:hover .fr-icon-30 {
        background-position: -76px -48px
    }

    .sn-leftMenu-title .fr-icon-40 {
        background-position: -117px -11px
    }

    .sn-leftMenu-title:hover .fr-icon-40 {
        background-position: -117px -49px
    }

    .sn-leftMenu-title .fr-icon-50 {
        background-position: -149px -11px
    }

    .sn-leftMenu-title:hover .fr-icon-50 {
        background-position: -149px -48px
    }

    .sn-leftMenu-title .fr-icon-60 {
        background-position: -181px -11px
    }

    .sn-leftMenu-title:hover .fr-icon-60 {
        background-position: -181px -49px
    }

.sn-leftMenu-tabarTitle {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    padding-top: 2px
}

.sn-leftMenu-lists {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px
}

.sn-leftMenu-li {
    display: block;
    width: 100%;
    padding: 6px 0
}

.sn-leftMenu-href {
    font-size: 12px;
    color: #666;
    line-height: 16px
}

    .sn-leftMenu-href:hover {
        color: #e60012;
        text-decoration: underline
    }

.sn-leftMenu-li.active .sn-leftMenu-href {
    color: #e60012
}

.sn-leftMenu-btnDisplay {
    position: absolute;
    top: 50%;
    right: -8px;
    width: 8px;
    height: 60px;
    margin-top: -30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    border-radius: 0 3px 3px 0
}

    .sn-leftMenu-btnDisplay:before {
        position: absolute;
        display: block;
        content: "";
        left: 0;
        top: 10px;
        bottom: 10px;
        border-right: 1px solid #b9b9b9
    }

    .sn-leftMenu-btnDisplay:after {
        position: absolute;
        display: block;
        content: "";
        right: 0;
        top: 50%;
        margin-top: -8px;
        border-left: 6px solid #a4a4a4;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent
    }

    .sn-leftMenu-btnDisplay.active {
        right: 0
    }

        .sn-leftMenu-btnDisplay.active:before {
            left: auto;
            right: 0
        }

        .sn-leftMenu-btnDisplay.active:after {
            border-left: 0;
            border-right: 6px solid #a4a4a4;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent;
            right: auto;
            left: 0
        }

    .sn-leftMenu-btnDisplay:hover:after,
    .sn-leftMenu-btnDisplay:hover:before {
        border-left-color: #e60012;
        border-right-color: #e60012
    }

.sn-footerMenu-container {
    width: 100%;
    background: #444
}

.sn-footerMenu-content {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 30px;
    border-bottom: 1px solid hsla(0, 0%, 87%, .2)
}

.sn-footerMenu-column,
.sn-footerMenu-logo {
    display: inline-block
}

.sn-footerMenu-logo {
    width: 72px;
    height: 72px;
    vertical-align: middle;
    background: #eee;
    margin-right: 30px
}

    .sn-footerMenu-logo img {
        height: 72px
    }

.sn-footerMenu-workTime {
    display: inline-block;
    color: #d9d9d9;
    vertical-align: middle;
    font-size: 16px
}

.sn-footerMenu-workTimeUl {
    display: inline-block
}

.sn-footerMenu-workTimeList {
    line-height: 18px
}

    .sn-footerMenu-workTimeList > a {
        font-size: 12px;
        color: #d9d9d9
    }

        .sn-footerMenu-workTimeList > a:hover {
            color: #fff
        }

.sn-footerMenu-workTimeTitle {
    line-height: 22px
}

.sn-brands {
    float: right;
    margin-top: 6px
}

.sn-brands-list {
    display: inline-block;
    line-height: 0;
    margin-left: 20px;
    vertical-align: middle
}

.brands-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    opacity: .8;
    background-size: 100%;
    background-repeat: no-repeat
}

    .brands-item:hover {
        opacity: 1
    }

    .brands-item.ndc-img {
        background-image: url("/images/certificate/NDC-white.png?v=20220711")
    }

    .brands-item.cata-img {
        background-image: url("/images/certificate/CATA-white.png");
        width: 66px
    }

    .brands-item.iata-img {
        background-image: url("/images/certificate/iata-white.png");
        width: 81px;
        height: 52px
    }

    .brands-item.hk-img {
        background-image: url("/images/certificate/tic-white.png");
        width: 54px;
        height: 53px
    }

    .brands-item.PCI-img {
        background-image: url("/images/certificate/PCI-white.png");
        width: 88px;
        height: 35px
    }

.sn-copyRight-contianer {
    width: 100%;
    background: #444
}

.sn-copyRight-w1200 {
    width: 1200px;
    height: 63px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
    position: relative
}

.m-footer-link,
.m-footer-link .link-item {
    display: inline-block
}

    .m-footer-link .link-item > a {
        color: #d9d9d9;
        font-size: 14px;
        margin-right: 40px
    }

        .m-footer-link .link-item > a:hover {
            text-decoration: underline;
            color: #fff
        }

.sn-copyRight-content {
    display: inline-block;
    font-size: 12px;
    color: #d9d9d9;
    line-height: 20px;
    float: right
}

.sn-miitbeianLink {
    color: #d9d9d9
}

    .sn-miitbeianLink:hover {
        text-decoration: underline;
        color: #fff
    }

#contact-link {
    position: fixed;
    right: 40px;
    bottom: 50px;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    background: url("/images/fr-menu-icon.svg") no-repeat -10px -117px;
    background: url("/images/fr-menu-icon.png")\9 no-repeat -10px -117px;
    color: #00a7ff;
    z-index: 160
}

    #contact-link:hover {
        background-position: -58px -117px
    }

        #contact-link:hover .contact-txt {
            display: block
        }

.contact-txt {
    display: none;
    position: absolute;
    width: 64px;
    height: 24px;
    top: 50%;
    right: 43px;
    margin-top: -12px;
    text-align: center;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c2d5e2;
    background: #fff;
    color: #333
}

    .contact-txt:after {
        right: -5px;
        margin-top: -4px;
        border-left: 5px solid #c2d5e2;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        z-index: 10
    }

    .contact-txt:after,
    .contact-txt:before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%
    }

    .contact-txt:before {
        right: -4px;
        margin-top: -3px;
        border-left: 4px solid #fff;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        z-index: 11
    }

.sn-topMenu-point {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    margin-left: 2px
}

#com-side-help {
    position: fixed;
    width: 50px;
    z-index: 15;
    bottom: 100px;
    right: 20px;
    background: rgba(36, 30, 30, .5);
    border-radius: 2px
}

.side-help-item {
    width: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .side-help-item > a {
        display: block
    }

.side-help-icon {
    display: inline-block;
    width: 22px;
    height: 24px;
    background-image: url(/images/icon-sild-help.svg?v=111)
}

.side-help-name {
    color: #ccc;
    display: block;
    font-size: 14px;
    line-height: 16px
}

.expand-info {
    display: none;
    min-height: 65px;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 1;
    background: hsla(0, 0%, 100%, .9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    text-align: left;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .16);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .16);
    cursor: default
}

.expand-info-content {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

    .expand-info-content:before,
    .expand-info:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.01px
    }

.expand-info:after {
    position: absolute;
    right: -5px;
    top: 25px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-left: -6px
}

.side-help-item:hover .side-help-name {
    color: #fff
}

.side-help-item:hover .expand-info.has {
    display: table
}

.back-top {
    display: none
}

.backTop-btn {
    background-repeat: no-repeat;
    background-position: -44px -11px;
    cursor: pointer
}

.icon-msg {
    background-position: -1px -11px;
    position: relative
}

.msg-mark {
    display: none;
    width: 6px;
    height: 6px;
    background: #e60012;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 5px
}

.icon-msg.has .msg-mark {
    display: inline-block
}

.icon-msg.has {
    background: url("/images/icon-news.gif") no-repeat;
    background-size: cover
}

.msg-content {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

    .msg-content.has,
    .msg-content.has.show {
        display: table
    }

        .msg-content.has.hide {
            display: none
        }

.msg-close {
    width: 16px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 137, 59, .2)
}

.msg-close,
.sn-topMenu-headClose {
    display: inline-block;
    position: absolute
}

.sn-topMenu-headClose {
    background: url(/images/common-icon.svg?v=2019110516) no-repeat -46px -6px;
    width: 13px;
    height: 16px;
    top: 50%;
    left: 2px;
    cursor: pointer;
    margin-top: -10px
}

.msg-table {
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

    .msg-table td {
        white-space: nowrap;
        text-align: left;
        line-height: 22px
    }

        .msg-table td:nth-child(2n) {
            text-align: right
        }

.sn-topMenu-tipsTxt {
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    cursor: pointer;
    color: #241e1e
}

    .sn-topMenu-tipsTxt:hover {
        text-decoration: underline
    }

.sn-topMenu-tipsNum {
    color: #e60012
}

.icon-policy {
    background-position: -22px -11px
}

.frText-promotion {
    line-height: 18px;
    color: #333;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px
}

.userAgreement-container {
    position: fixed;
    z-index: 410;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%
}

.userAgreement-container,
.userAgreement-content {
    height: 100%;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.userAgreement-content {
    width: 800px;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    position: relative
}

.userAgreementTile {
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%
}

.userAgreementContainer {
    padding: 10px 20px;
    height: 100%;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.userAgreement-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
    border-top: 1px solid #ddd;
    text-align: center
}

    .userAgreement-footer .fr-btn-element {
        display: inline-block;
        cursor: pointer;
        min-width: 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 6px 10px;
        text-align: center;
        color: #fefefe;
        background: #e94057;
        background: linear-gradient(135deg, #ed5e3f, #cc3a75, #ed5e3f);
        background-size: 200% 100%;
        background-position: 0 0;
        font-size: 14px;
        border-radius: 30px;
        vertical-align: middle;
        outline: 0;
        border: 0;
        margin-top: 8px
    }

        .userAgreement-footer .fr-btn-element.noAgree {
            background: #fff;
            color: #333;
            margin-right: 100px;
            border: 1px solid #ccc
        }

        .userAgreement-footer .fr-btn-element:hover {
            background-position: 100% 0
        }

        .userAgreement-footer .fr-btn-element.disabled,
        .userAgreement-footer .fr-btn-element:disabled {
            background: #eaeaea;
            cursor: not-allowed;
            color: #aaa
        }

.footer_container {
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 36px
}

.footer_nav {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: relative
}

    .footer_nav:before {
        content: "";
        position: absolute;
        width: 1200px;
        height: 1px;
        border-top: 1px solid #eee;
        left: 50%;
        top: 18px;
        margin-left: -600px;
        z-index: -1
    }

    .footer_nav > img {
        padding: 0 20px;
        position: relative;
        z-index: 2
    }

    .footer_nav .fr-5y-logo,
    .footer_nav > img {
        width: 108px;
        height: 32px;
        background-color: #fff
    }

    .footer_nav .fr-5y-logo {
        display: inline-block;
        background-image: url(/images/logo.png);
        background-repeat: no-repeat;
        background-size: 84%;
        background-position: 5px -35px
    }

.footer_copy {
    font-size: 12px;
    line-height: 40px;
    color: #666;
    text-align: center
}

.mailto {
    color: #0041ab
}

    .mailto:hover {
        text-decoration: underline
    }

span.fontIcon {
    font-size: 16px
}

.languageText {
    font-size: 12px;
    font-style: normal;
    position: absolute;
    height: 16px;
    line-height: 16px;
    top: 50%;
    left: 40px;
    margin-top: -8px
}

.miitbeianLink {
    color: #666
}

    .miitbeianLink:hover {
        text-decoration: underline;
        color: #666
    }

.ticket-hotel-href {
    position: absolute;
    top: 12px;
    left: 180px;
    display: none
}

.order-options .order-href {
    display: none;
    position: relative;
    top: 12px
}

.entry-box {
    height: 46px
}

    .entry-box,
    .entry-box .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .entry-box .content {
            cursor: pointer;
            padding: 0 13px;
            height: 38px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 19px;
            border: 1px solid transparent;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .entry-box .content span {
                color: #fff;
                margin-left: 4px;
                font-size: 14px;
                font-family: PingFang SC-Regular, PingFang SC;
                font-weight: 400
            }

            .entry-box .content .icon {
                font-size: 20px
            }

.booking-ticket-container .content {
    border: 1px solid #fff;
    background-color: hsla(0, 0%, 100%, .15)
}

.booking-hotel-container {
    margin-left: 8px
}

    .booking-hotel-container .content:hover {
        background-color: hsla(0, 0%, 100%, .15)
    }

        .booking-hotel-container .content:hover span {
            text-shadow: 0 0 2px #fff
        }

.booking-order-container .content:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

    .booking-order-container .content:hover span {
        text-shadow: 0 0 2px #fff
    }

.transparent-style .booking-hotel-container .content span {
    color: #fff
}

.transparent-style .booking-hotel-container .content:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

    .transparent-style .booking-hotel-container .content:hover span {
        text-shadow: 0 0 2px #fff
    }

.transparent-style .booking-order-container .content span {
    color: #fff
}

.transparent-style .booking-order-container .content:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

    .transparent-style .booking-order-container .content:hover span {
        text-shadow: 0 0 2px #fff
    }

.white-style .booking-ticket-container .content {
    background-color: hsla(0, 0%, 87%, .15);
    border: 1px solid #241e1e
}

    .white-style .booking-ticket-container .content span {
        color: #241e1e
    }

.white-style .booking-hotel-container .content span {
    color: #6b6b6b
}

.white-style .booking-hotel-container .content:hover {
    background-color: hsla(0, 0%, 87%, .15)
}

    .white-style .booking-hotel-container .content:hover span {
        color: #241e1e
    }

.white-style .booking-order-container .content span {
    color: #6b6b6b
}

.white-style .booking-order-container .content:hover {
    background-color: hsla(0, 0%, 87%, .15)
}

    .white-style .booking-order-container .content:hover span {
        color: #241e1e
    }

.red-style .order-href,
.red-style .ticket-hotel-href {
    visibility: hidden
}
/*Details Page CSS*/
body {
    font-family: SF Pro SC, HanHei SC, SF Pro Text, Myriad Set Pro, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.section-title-text {
    font-size: 20px;
    color: #ffffff;
    vertical-align: baseline;
    margin-right: 10px;
}

.section-title-guest {
    font-size: 20px;
    color: #241e1e;
    vertical-align: baseline;
    margin-left: 7px;
}

.section-title-box-white {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 12px;
    position: relative;
    background: transparent;
}

.fr-passenger-num {
    vertical-align: middle;
    color: #ffffff;
}

.passengerNumber {
    color: #ffffff;
    font-weight: 600;
}

.hint-age {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 14px;
    background-position: -190px -412px;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 20px;
}

.importDocs {
    float: right;
    color: #ff893b;
    cursor: pointer;
    font-size: 16px;
    margin-top: 3px;
}

.ps-type {
    padding: 0 10px;
}

button,
input,
select,
textarea {
    outline: 0;
}

.fr-passInfo-title {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0 !important;
    position: relative;
    color: #241e1e;
}

div {
    display: block;
}

.passInfo-birthday.active,
.passInfo-firstName.active,
.passInfo-fullName.active,
.passInfo-lastName.active {
    display: inline-block;
}

.fr-passInfo-list {
    width: 24.3%;
}

.passInfo-birthday.active,
.passInfo-firstName.active,
.passInfo-fullName.active,
.passInfo-lastName.active {
    display: inline-block;
}

.fr-birthday-input,
.fr-cardExpired-input {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 3;
}

.input-label {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 10px;
    color: #cecece;
    -webkit-transition: all .08s linear;
    transition: all .08s linear;
}

.birthday-input,
.cardExpired-input {
    width: 33.333334%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    padding: 16px 8px 0;
    color: #333;
    font-size: 16px;
    line-height: 14px;
    border-radius: 0;
    text-align: center;
    background: transparent;
    position: relative;
    z-index: 1;
}

ul[name=dateInput] {
    display: none;
    border: 1px solid #f5f5f5;
    background: #fff;
    position: absolute;
    top: 40px;
    width: 31%;
    z-index: 200;
    font-size: 12px;
    -webkit-box-shadow: 0 0 6px 0 rgba(54, 47, 47, .34);
    box-shadow: 0 0 6px 0 rgba(54, 47, 47, .34);
}

    ul[name=dateInput].birthday_month,
    ul[name=dateInput].cardExpired_month {
        left: 33%;
    }

    ul[name=dateInput].birthday_day,
    ul[name=dateInput].cardExpired_day {
        left: 65%;
    }

.fr-input-tips {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    bottom: 44px;
    left: 10px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
    color: #f7f7f7;
    background: rgba(36, 30, 30, .7);
    margin-right: 10px;
}

.content_div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 15px;
    border-top: 1px solid transparent;
}

.section-center-box {
    position: relative;
    margin-top: 8px;
}

.hint-content {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    top: 21px;
    left: 50%;
    text-align: center;
    height: 24px;
    line-height: 24px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: rgba(36, 30, 30, .7);
    padding: 2px 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    color: #f7f7f7;
    border-radius: 2px;
}

.importDocs {
    float: right;
    color: #fffefe;
    cursor: pointer;
    font-size: 16px;
    margin-top: 3px;
}

.fr-passenger-box {
    margin: 10px !important;
    padding: 1px 0 !important;
    background: #fff;
    box-shadow: 2px 3px 6px 2px rgba(77, 57, 57, .5);
    border-radius: 4px;
}

.fr-passenger-item {
    padding: 0 16px;
    list-style-type: none;
}

.ps-type {
    padding: 0 10px;
}

.fr-passInfo-title {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #241e1e;
}

.passInfo-birthday.active,
.passInfo-firstName.active,
.passInfo-fullName.active,
.passInfo-lastName.active {
    display: inline-block;
}

.fr-passInfo-list {
    width: 23.3%;
}

.content-item,
.fr-input-section {
    position: relative;
    display: inline-block;
}

.content-item {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.fr-input-section {
    height: 40px;
    width: 100%;
    z-index: 1;
}

.fr-input-item {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding: 18px 8px 4px;
    color: #241e1e;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    background: transparent;
}

.fr-input-error {
    display: none;
    font-size: 12px;
    color: #e60012;
    line-height: 14px;
    padding: 4px 0;
    word-wrap: break-word;
}

.icon-radio {
    cursor: pointer;
    padding-left: 0px;
    position: relative;
}

    .icon-radio,
    .icon-radio:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .icon-radio.active:before {
            border: 1px solid #ff893b;
        }

.cardType-input {
    padding: 8px;
    padding-right: 32px;
    line-height: 22px;
}

.icon-select-down {
    display: inline-block;
    width: 12px;
    height: 6px;
    position: absolute;
    z-index: 2px;
    right: 10px;
    top: 18px;
    background: url("/images/common-icon.svg?v=20191120") no-repeat -216px -12px;
}

ol,
ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

div {
    display: block;
}

.contact-desc-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.contact-desc-icon {
    position: absolute;
    top: -1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    vertical-align: super;
}

.contact-desc-content {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    position: absolute;
    bottom: 27px;
    left: -5px;
    z-index: 11;
    line-height: 20px;
    background: rgba(36, 30, 30, .7);
    color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
}

    .contact-desc-content > p {
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

.contact-box {
    padding: 20px 10px 10px;
}

.contact-hint {
    border-top: 0;
    padding-top: 0;
}

.contact-hint,
.otaSupTips.active {
    display: block;
    line-height: 18px;
}

.contact-hint,
.otaSupTips {
    display: block;
    color: #aaa;
    padding: 10px 22px;
    border-top: 1px solid #f0f0f0;
}

.contact-select-box {
    border: 1px solid #ddd;
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 10px 10px;
}

    .contact-select-box.en .contact-item {
        width: 50%;
        margin-right: 0;
        font-size: 14px;
    }

    .contact-select-box .contact-item {
        line-height: 24px;
        display: inline-block;
        margin-right: 40px;
        color: #241e1e;
        cursor: pointer;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        vertical-align: top;
    }

    .contact-select-box.en .contact-item:nth-child(2n) {
        margin-left: 18px;
        width: 45%;
    }

    .contact-select-box.en .contact-item {
        width: 50%;
        margin-right: 0;
        font-size: 14px;
    }

    .contact-select-box .contact-item {
        line-height: 24px;
        display: inline-block;
        margin-right: 40px;
        color: #241e1e;
        cursor: pointer;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        vertical-align: top;
    }

.content-item {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.right-container {
    top: 0;
    right: 0;
    z-index: 1;
}

#frGuide-section,
.frGuide-content {
    width: 100%;
    position: relative;
    border: 1px solid #f49b00;
}

.steps-icon,
.steps-item {
    display: inline-block;
    text-align: center;
}

.steps-item {
    width: 20%;
    font-size: 0;
    vertical-align: top;
}

    .steps-item.active .steps-icon {
        color: #fff;
        background: #ff893b;
        border-color: #ff893b;
    }

.steps-icon,
.steps-text {
    font-size: 12px;
    color: #ddd;
}

.steps-icon {
    position: relative;
    z-index: 2;
    font-style: normal;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.steps-icon,
.steps-item {
    display: inline-block;
    text-align: center;
}

.steps-text {
    line-height: 16px;
}

.steps-item.active .steps-text {
    color: #ff893b;
}

.price-info {
    border: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 24px;
}

.price-table {
    margin-bottom: 10px;
}

.price-list-item {
    margin-top: 10px;
}

.price-item-title {
    padding: 2px 0;
}

.price-item {
    padding: 2px 2px 2px 10px;
    color: #6b6b6b;
}

.price-pass-type,
.title-price {
    color: #241e1e;
    font-size: 16px;
}

.price-pass-type,
.title-price {
    color: #241e1e;
    font-size: 16px;
}

.price-item-value {
    float: right;
}

.price-item-value {
    float: right;
}

.price-detail {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-top: 1px dashed #eaeaea;
}

.price-li {
    line-height: 54px;
}

.price-li-txt {
    font-size: 16px;
    color: #241e1e;
}

.price-li-value.total {
    font-size: 20px;
    color: #e61414;
    float: right;
}

.price-li {
    line-height: 54px;
}

.sumbit-btn {
    text-align: center;
    margin-top: 20px;
}

.btn-div {
    margin: 10px
}

.btn-flight-details {
    color: #f49b00;
}

    .btn-flight-details:hover, .btn-flight-details:active:focus, .btn-flight-details:focus {
        color: white;
        background: #f49b00;
        outline: 0px
    }

.submitButton {
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-top: 6px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#ed5e3f), color-stop(50%, #cc3a75), to(#ed5e3f));
    background: #f49b00;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-box-shadow: 0 6px 20px 0 rgba(226, 81, 81, .4);
    box-shadow: 0 6px 20px 0 rgba(226, 81, 81, .4);
    border-radius: 24px;
}

a {
    text-decoration: none;
}

body {
    font-family: SF Pro SC, HanHei SC, SF Pro Text, Myriad Set Pro, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.section-title-box {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 20px;
    position: relative;
    background: #f49b00;
}

.section-title-text {
    font-size: 20px;
    color: #ffffff;
    vertical-align: baseline;
    margin-right: 10px;
}

.fr-passenger-num {
    vertical-align: middle;
    color: #241e1e;
}

.passengerNumber {
    color: #ffffff;
    font-weight: 600;
}

.hint-age {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 14px;
    background-position: -190px -412px;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 20px;
}

.importDocs {
    float: right;
    color: #ff893b;
    cursor: pointer;
    font-size: 16px;
    margin-top: 3px;
}

.fr-passenger-item {
    padding: 0 10px;
}

.ps-type {
    padding: 0 10px;
}

button,
input,
select,
textarea {
    outline: 0;
}

.fr-passInfo-title {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #241e1e;
}

div {
    display: block;
}

.passInfo-birthday.active,
.passInfo-firstName.active,
.passInfo-fullName.active,
.passInfo-lastName.active {
    display: inline-block;
}

.fr-passInfo-list {
    width: 24.3%;
}

.fr-gender {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #241e1e;
}

    .fr-gender:nth-child(2n) {
        margin-right: 0;
    }

.passInfo-birthday.active,
.passInfo-firstName.active,
.passInfo-fullName.active,
.passInfo-lastName.active {
    display: inline-block;
}

.fr-birthday-input,
.fr-cardExpired-input {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 3;
}

.input-label {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 10px;
    color: #cecece;
    -webkit-transition: all .08s linear;
    transition: all .08s linear;
}

.birthday-input,
.cardExpired-input {
    width: 33.333334%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    padding: 16px 8px 0;
    color: #333;
    font-size: 16px;
    line-height: 14px;
    border-radius: 0;
    text-align: center;
    background: transparent;
    position: relative;
    z-index: 1;
}

ul[name=dateInput] {
    display: none;
    border: 1px solid #f5f5f5;
    background: #fff;
    position: absolute;
    top: 40px;
    width: 31%;
    z-index: 200;
    font-size: 12px;
    -webkit-box-shadow: 0 0 6px 0 rgba(54, 47, 47, .34);
    box-shadow: 0 0 6px 0 rgba(54, 47, 47, .34);
}

    ul[name=dateInput].birthday_month,
    ul[name=dateInput].cardExpired_month {
        left: 33%;
    }

    ul[name=dateInput].birthday_day,
    ul[name=dateInput].cardExpired_day {
        left: 65%;
    }

.fr-input-tips {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    bottom: 44px;
    left: 10px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
    color: #f7f7f7;
    background: rgba(36, 30, 30, .7);
    margin-right: 10px;
}

.section-center-box {
    position: relative;
    margin-top: 8px;
}

.main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-item-box {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(77, 57, 57, .1);
    box-shadow: 0 3px 6px 0 rgba(77, 57, 57, .1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.hint-content {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    top: 21px;
    left: 50%;
    text-align: center;
    height: 24px;
    line-height: 24px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: rgba(36, 30, 30, .7);
    padding: 2px 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    color: #f7f7f7;
    border-radius: 2px;
}

.importDocs {
    float: right;
    color: #fffefe;
    cursor: pointer;
    font-size: 16px;
    margin-top: 3px;
}

.fr-passenger-item {
    padding: 0 20px;
    list-style-type: none;
}

.ps-type {
    padding: 0 10px;
}

.fr-passInfo-title {
    font-size: 13px;
    line-height: 30px;
    position: relative;
    color: #241e1e;
}

.passInfo-birthday.active,
.passInfo-firstName.active,
.passInfo-fullName.active,
.passInfo-lastName.active {
    display: inline-block;
}

.fr-passInfo-list {
    width: 23.3%;
}

.content-item {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.fr-input-item {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding: 18px 8px 4px;
    color: #241e1e;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    background: transparent;
}

.fr-input-error {
    display: none;
    font-size: 12px;
    color: #e60012;
    line-height: 14px;
    padding: 4px 0;
    word-wrap: break-word;
}

.fr-gender-readio {
    text-align: center;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.fr-gender:nth-child(2n) {
    margin-right: 0;
}

.fr-input-section {
    height: 40px;
    width: 100%;
    z-index: 1;
}

.icon-radio {
    cursor: pointer;
    padding-left: 0px;
    position: relative;
}

    .icon-radio,
    .icon-radio:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .icon-radio.active:before {
            border: 1px solid #ff893b;
        }

.cardType-input {
    padding: 8px;
    padding-right: 32px;
    line-height: 22px;
}

.icon-select-down {
    display: inline-block;
    width: 12px;
    height: 6px;
    position: absolute;
    z-index: 2px;
    right: 10px;
    top: 18px;
    background: url("/images/common-icon.svg?v=20191120") no-repeat -216px -12px;
}

ol,
ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

div {
    display: block;
}

.contact-desc-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.contact-desc-icon {
    position: absolute;
    top: -1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    vertical-align: super;
}

.contact-desc-content {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    position: absolute;
    bottom: 27px;
    left: -5px;
    z-index: 11;
    line-height: 20px;
    background: rgba(36, 30, 30, .7);
    color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
    box-shadow: 0 0 10px 0 rgba(77, 57, 57, .28);
}

    .contact-desc-content > p {
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

.contact-box {
    border: 1px solid #f49b00;
    padding: 20px 10px 10px;
}

div.contact-box h2 {
    padding: 0px 20px;
    font-size: 15px !important;
}

.contact-hint {
    border-top: 0;
    padding-top: 0;
}

.contact-hint,
.otaSupTips.active {
    display: block;
    line-height: 18px;
}

.contact-hint,
.otaSupTips {
    display: block;
    color: #aaa;
    padding: 10px 35px;
    border-top: 1px solid #f0f0f0;
    text-align: justify;
}

.contact-select-box {
    border: 1px solid #ddd;
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 10px 10px;
}

    .contact-select-box.en .contact-item {
        width: 50%;
        margin-right: 0;
        font-size: 14px;
    }

    .contact-select-box .contact-item {
        line-height: 24px;
        display: inline-block;
        margin-right: 40px;
        color: #241e1e;
        cursor: pointer;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        vertical-align: top;
    }

    .contact-select-box.en .contact-item:nth-child(2n) {
        margin-left: 18px;
        width: 45%;
    }

    .contact-select-box.en .contact-item {
        width: 50%;
        margin-right: 0;
        font-size: 14px;
    }

    .contact-select-box .contact-item {
        line-height: 24px;
        display: inline-block;
        margin-right: 40px;
        color: #241e1e;
        cursor: pointer;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        vertical-align: top;
    }

.contact-list-item {
    width: 33%;
}

.content-item,
.fr-input-section {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.content-item {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

#frGuide-section,
.frGuide-content {
    width: 100%;
    position: relative;
}

#frGuide-section {
    margin: 0 auto;
    padding: 7px 0;
    margin-bottom: 12px !important;
    border-radius: 4px;
}

.steps-icon,
.steps-item {
    display: inline-block;
    text-align: center;
}

.steps-item {
    width: 20%;
    font-size: 0;
    vertical-align: top;
}

    .steps-item.active .steps-icon {
        color: #fff;
        background: #ff893b;
        border-color: #ff893b;
    }

.steps-icon,
.steps-text {
    font-size: 12px;
    color: #ddd;
}

.steps-icon {
    position: relative;
    z-index: 2;
    font-style: normal;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.steps-icon,
.steps-item {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.steps-text {
    line-height: 16px;
}

.steps-item.active .steps-text {
    color: #ff893b;
}

.price-info {
    border: 1px solid #f49b00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 24px;
}

.price-table {
    margin-bottom: 10px;
}

.price-list-item {
    margin-top: 10px;
}

.price-item-title {
    padding: 2px 0;
}

.price-item {
    color: #6b6b6b;
}

.price-pass-type,
.title-price {
    color: #241e1e;
    font-size: 16px;
}

.price-pass-type,
.title-price {
    color: #241e1e;
    font-size: 16px;
}

.price-item-value {
    float: right;
}

.price-item-value {
    float: right;
}

.price-detail {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-top: 1px dashed #eaeaea;
}

.price-li {
    line-height: 54px;
}

.price-li-txt {
    font-size: 16px;
    color: #241e1e;
}

.price-li-value.total {
    font-size: 20px;
    color: #e61414;
    float: right;
}

.price-li {
    line-height: 54px;
}

.sumbit-btn {
    text-align: center;
    margin-top: 10px;
}

.submitButton {
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-top: 6px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#ed5e3f), color-stop(50%, #cc3a75), to(#ed5e3f));
    background: #f49b00;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-box-shadow: 0 6px 20px 0 rgba(226, 81, 81, .4);
    box-shadow: 0 6px 20px 0 rgba(226, 81, 81, .4);
    border-radius: 24px;
}

    .submitButton:hover {
        color: #f49b00 !important;
        background: transparent !important;
        transition: all 0.3s ease-in-out;
        border: 1px solid #f49b00;
    }

.required {
    font-size: 13px;
    color: red;
    font-weight: 900;
    padding: 5px;
}

.submitButton.focus {
    color: #fff;
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.user-agreement {
    margin-bottom: 15px;
}

.user-agreement-box {
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    box-shadow: 0 3px 6px 0 rgba(77, 57, 57, .1);
    border: 1px solid #f49b00;
}

.user-agreement-title {
    font-size: 16px;
    vertical-align: middle;
}

.user-agreement-desc {
    padding: 10px 0;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rememberChoice-checkbox-label.show {
    display: inline-block;
    text-align: justify;
}

.rememberChoice-checkbox-label {
    color: black;
    margin-left: 0px;
    width: 100%;
    display: none;
}

.icon-checkbox {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.icon-checkbox, .icon-radio.active:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p#FRR {
    text-align: justify;
    margin-left: 25px;
}

p#tickrt {
    font-size: 12px;
}

.multi-price-container.left {
    height: 30px;
    float: none;
    width: 100%;
    margin-top: 20px;
}

.multi-price-container {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    white-space: nowrap;
    height: 24px;
    float: right;
}

    .multi-price-container.left .multiPriceTitle {
        right: auto;
        left: 0;
    }

.multiPriceTitle {
    border-radius: 8px 0 0 8px;
    color: #666;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
}

.quotation-type-list {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 24px;
    height: 24px;
    border-bottom: 1px dashed #B6B6B6;
    cursor: pointer;
    margin: -15px 10px;
}

.multi-price-container.left .explain-list {
    left: 0px;
}

.explain-list {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 3;
    top: 30px;
    background: rgba(36,30,30,0.7);
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(77,57,57,0.28);
    line-height: 30px;
    padding: 0px 10px;
    white-space: nowrap;
    color: #F7F7F7;
}

.explain-item:last-child {
    border-bottom: 0px;
}

.segments-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f49b00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 4px;
}

.sn-frSegments-table {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.frSeg-number {
    display: inline-block;
    padding: 0 7px;
    line-height: 20px;
    border-radius: 10px;
    margin: 0 auto;
    background: rgba(255,137,59,.2);
}

.frSeg-number, .frSeg-transferTimeText {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #ff893b;
}

.icon-aircraft-dep {
    background-position: -100px -148px;
}

.icon-aircraft {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/common-icon.svg") no-repeat -1px -1px;
    vertical-align: top;
    margin-top: 2px;
}

.frSeg-baseInfo {
    position: relative;
    color: #333;
    font-size: 12px;
}

.frIcon-carrier {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.frSeg-line {
    font-style: normal;
    padding: 0 6px;
    font-size: 10px;
    font-weight: 200;
    position: relative;
    top: -1px;
}

.frSeg-airlinesText {
    font-size: 13px;
    color: #6b5f5f;
}

.color-aaa {
    color: #aaa;
}

.frSeg-depAirport, .frSeg-depTime {
    display: inline-block;
    position: relative;
    padding: 0 0 0 46px;
    text-align: left;
    font-size: 12px;
    color: #aaa;
    line-height: 16px;
}

.frSeg-depSpan {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #241e1e;
}

.frSeg-depTime {
    padding-left: 0;
}

.frSeg-depAirport, .frSeg-depTime {
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 13px;
    color: #6b5f5f;
    line-height: 16px;
}

.seg-stops {
    width: 60px;
    height: 10px;
    margin: auto;
    position: relative;
    background: url(/images/common-icon.svg?v=20191120) no-repeat -5px -152px;
}

.cabin-class-content {
    display: inline-block;
    text-align: left;
}

.frSeg-availSeatNum {
    display: none;
}

.icon-timer {
    display: inline-block;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}

.sn-frSegments-table td[colspan="7"] {
    padding: 0;
}

.frSeg-transferTime.active {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #eaeaea;
    border-right: 50px solid #fff;
}

.frSeg-number, .frSeg-transferTimeText {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #ff893b;
}

.frSeg-transferTimeText {
    width: 180px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    border-radius: 10px;
    border: 1px dashed #ff893b;
    background: #fff;
}

.fareBasisTips {
    display: none;
    color: #e60012;
    line-height: 24px;
    padding-left: 10px;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div#BKI {
    float: right;
    margin-right: -30px;
}

.flight_content_div {
    margin-top: 0 !important;
}

#btnSearch_Flight {
    width: 60% !important;
}

.contact-table-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
}

.table-box {
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(77, 57, 57, .1);
    border-radius: 4px;
    border: 1px solid #f49b00;
    width: 100%;
    margin-bottom: 4px;
}

#status {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: url(../images/loading.gif);
    background-size: cover;
    background-position: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999999999;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999999;
}

.round-button {
    display: inline-block;
    border-radius: 50%;
    font-weight: bold;
    background-color: blue;
    color: white;
}

.busy {
    animation: spin 1s infinite linear;
    display: inline-block;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 35px;
    font-style: normal;
    color: #555;
}

    .busy::before {
        content: "\25E0";
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input:checked[type=radio] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-label {
    color: #241e1e !important;
    font-weight: 500 !important;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .form-check-input:checked[type=radio] {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
    }

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.slider-text {
    font-size: 34px !important;
}

.frGuide-steps {
    display: flex !important;
    padding-inline-start: 0 !important;
}

.ageOption {
    padding: 5px 10px !important;
    border-radius: 4px;
}

.ac-widget {
    z-index: 999;
}

.user-dropdown li {
    width: 100%;
    padding: 0px !important;
}

.priceList {
    margin: 10px;
    padding: 10px 20px;
}

.destination-sidebar {
    overflow: scroll;
    height: 2370px;
}

.no-icon .nice-select {
    padding: 10px 20px !important;
}

.selectize-dropdown-content div.option {
    display: flex !important;
}


/* - Header Top */
.header-top {
    background-color: #0775B8;
    padding-top: 9px;
    position: relative;
}

    .header-top::after {
        border-bottom: 1px solid #0775B8;
        bottom: -2px;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }

    .header-top span {
        color: #fff;
        display: inline-block;
        font-family: Frutiger, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Clearview;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        padding-top: 8px;
        text-transform: uppercase;
    }

.header-ul {
    text-align: right;
    padding-left: 0;
    margin-block-start: 0 !important;
}

    .header-ul li {
        display: inline-block;
        margin-right: 5px;
    }



        .header-ul li:last-of-type {
            margin-right: 0;
        }

        .header-ul li a {
            color: #fff;
            font-size: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 28px;
            width:29px;
            padding: 6px 12px;
            line-height: 28px;
            text-align: center;
            border: 1px solid #1c8fd5;
            transition: all 1s ease 0s;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            -o-transition: all 1s ease 0s;
        }


        .header-ul li:hover a {
            border-color: #4ebceb;
            color: #4ebceb;
        }

.signupBtn, .loginBtn {
    font-size: 13px !important;
    background-color: #0775B8;
    display: inline-block !important;
    text-align: center !important;
    border: 1px solid #1c8fd5 !important;
    height: unset !important;
    width: unset !important;
    padding: 0px 12px !important;
}

    .signupBtn:hover, .loginBtn:hover {
        border-color: #18A5A7;
        color: #18A5A7;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #3c81bc !important;
}

.btn-default:hover {
    border-color: transparent !important;
}

.header-ul .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media print {
    .container {
        display: inline;
    }

    table {
        page-break-after: auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group
    }

    body {
        visibility: hidden;
    }

    .menu-block, .no-print {
        display: none;
    }

    #printable {
        display: block !important;
    }

    #printDiv {
        visibility: visible;
        height: 100%;
        width: 100%;
        display: inline;
    }

    .header-middle {
        visibility: visible;
        display: block;
    }

    .make-payment {
        visibility: visible;
    }

    a[href]:after {
        content: none !important;
    }

    footer {
        display: none;
    }
}

#printable {
    display: none;
}

input#code-selectized {
    width: 140.188px !important;
}

.wishlist-icon {
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 2;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    padding: 8px;
    font-size: 20px;
    transition: color 0.2s;
}

.wishlist-icon:hover .fa-heart-o {
    color: #F16124;
}
@media (max-width: 767.98px) {
    .loyalty-hero, .loyalty-section {
        padding: 1.2rem 0.7rem;
    }
}
