﻿body {
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #4F535A;
    overflow-x: hidden;
}

a {
    color: #4F535A;
    text-decoration: none !important;
}

.error {
    color: #FF0000;
    margin-bottom: 0;
}

ul {
    padding: 0;
}

.body-color {
    background-color: #EBECED !important;
}

.header-space {
    margin-top: -15px;
    margin-left: 20px;
}

.signup .form-group {
    padding: 4px 0;
    margin-bottom: 0;
}


.hide {
    display: none;
}

.active {
    display: block;
}

.wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main-content {
    min-height: 70vh;
    background-color: #FFF;
}

.wrapperhotel {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
}

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-10 {
    padding-top: 10px;
}

.termandconds {
    display: none;
}

.pb-10 {
    padding-bottom: 10px;
}

.centermessagebox {
    text-align: center;
    margin-top: 20px;
}

.popupbox {
    margin-top: 138px;
}

.modal-content {
    margin-top: 120px;
}

.bluecolor {
    color: #0065b8;
    font-size: 12px;
    font-weight: bold;
}

.box-shadow {
    box-shadow: 0 1px 1px #CCC,-1px 0 0 #CCC,1px 0 0 #CCC,0 1px 0 #CCC;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
}

header {
    height: 4em;
    border-bottom: 1px solid #00a6e4;
    box-shadow: 0 2px 5px #CCC;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #00a6e4;
    z-index: 10;
}

    header.flightModalHeader {
        height: 4em;
        border-bottom: 1px solid #00a6e4;
        box-shadow: 0 2px 5px #CCC;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        background-color: #00a6e4;
        z-index: 11;
    }

.head-menu {
    background-color: #00afe6;
}

.menutext {
    font-size: 12px;
    text-align: center;
}

.menu-active {
    color: #fff !important;
    padding-bottom: 8px;
    border-bottom: #FE8300 5px solid !important;
    background-color: transparent !important;
}

header .menu-btn i {
    font-size: 2em;
    line-height: 49px;
    color: #fff;
}

header .logo {
    text-align: center;
}

    header .logo img {
        width: 110px;
        padding-top: 5px;
    }

.center {
    text-align: center;
}

.dial-icon h1 {
    padding-top: 0;
}

header .dial-icon span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    margin-top: 8px;
}

    header .dial-icon span i {
        font-size: 2em;
        color: #fff;
    }

.dropdown .dropdown-menu > li > a {
    padding-left: 7px;
    padding-right: 7px;
}

.flight-index ul.navigation-tab {
    margin-bottom: 0;
    text-align: center;
}

    .flight-index ul.navigation-tab li {
        display: inline-block;
        background-color: #ffffff;
        width: 50%;
        border-radius: 8px 8px 0 0;
    }

        .flight-index ul.navigation-tab li.selected {
            background-color: #f68220;
        }

            .flight-index ul.navigation-tab li.selected a {
                color: #ffffff;
                display: block;
                padding: 8px 0;
            }

        .flight-index ul.navigation-tab li:nth-child(2) {
            margin-left: -4px;
            background-color: #D6D6DA;
        }

        .flight-index ul.navigation-tab li a {
            display: inline-block;
            padding: 8px 0;
            display: block;
        }

            .flight-index ul.navigation-tab li a:hover {
                text-decoration: none;
            }

.padding-top-fix {
    padding-top: 0 !important;
}

.flight-index .toggle-content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-top: 25px;
}

    .flight-index .toggle-content .toggle-tab {
        border-bottom: none;
        border: 1px solid #CFCFCF;
        margin-bottom: 25px;
    }

        .flight-index .toggle-content .toggle-tab li {
            width: 33.3%;
            border-right: 1px solid #cfcfcf;
            text-align: center;
        }

            .flight-index .toggle-content .toggle-tab li.active {
                height: 33px;
            }

                .flight-index .toggle-content .toggle-tab li.active a {
                    padding: 7px 0;
                    height: 31px;
                }

            .flight-index .toggle-content .toggle-tab li:last-child {
                border-right: none;
            }

            .flight-index .toggle-content .toggle-tab li a {
                padding: 7px 0;
                color: inherit;
            }

        .flight-index .toggle-content .toggle-tab .oneWay.active {
            background: #999;
        }

            .flight-index .toggle-content .toggle-tab .oneWay.active a {
                background: #999;
                color: #ffffff;
            }

        .flight-index .toggle-content .toggle-tab li a {
            border: none;
        }

        .flight-index .toggle-content .toggle-tab .ReturnTrip.active {
            background: #999;
        }

            .flight-index .toggle-content .toggle-tab .ReturnTrip.active a {
                background: #999;
                color: #ffffff;
            }

        .flight-index .toggle-content .toggle-tab .MultiCity.active {
            background: #999;
        }

            .flight-index .toggle-content .toggle-tab .MultiCity.active a {
                background: #999;
                color: #ffffff;
            }


    .flight-index .toggle-content .content-wrapper .MultiCityContent .button-wrap {
        padding: 0 0 10px 0;
    }

    .flight-index .toggle-content .content-wrapper .MultiCityContent .first-destination {
        margin-bottom: 10px;
    }

    .flight-index .toggle-content .content-wrapper .MultiCityContent .more-destination-wrap .more-destination {
        border-bottom: 1px solid #CFCFCF;
        margin-bottom: 20px;
    }

        .flight-index .toggle-content .content-wrapper .MultiCityContent .more-destination-wrap .more-destination .widget-title {
            font-weight: 600;
            padding: 0 0 10px 0;
        }

.margin-bottom-fix {
    margin-bottom: 25px;
}

.flight-index .toggle-content .content-wrapper .MultiCityContent .button-wrapper button.multi {
    width: 100% !important;
    height: 40px;
    border: none;
    background-color: #f68220;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.flight-index .toggle-content .content-wrapper .MultiCityContent .button-wrapper button {
    width: 49% !important;
    height: 40px;
    border: none;
    background-color: #f68220;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.flight-index .toggle-content .content-wrapper .MultiCityContent .button-wrapper span.closebtn {
    width: 49% !important;
    height: 40px;
    border: none;
    background-color: #999;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
    float: right;
    display: inline-block;
    font-weight: 600;
}

.flight-index .toggle-content .content-wrapper .MultiCityContent .more-destination-wrap .more-destination:last-child {
    border-bottom: none;
}

.flight-index .toggle-content .content-wrapper .MultiCityContent .button-wrap button {
    border: none;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #D6D6DA;
}

    .flight-index .toggle-content .content-wrapper .MultiCityContent .button-wrap button:focus {
        outline: none;
    }

.flight-index .toggle-content .route {
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    margin-top: 20px;
}

    .flight-index .toggle-content .route span {
        display: inline-block;
        height: 2.1em;
        line-height: 2.1em;
    }

        .flight-index .toggle-content .route span label {
            margin: 0;
            font-weight: 500;
            width: 100%;
            font-size: 13px;
            color: #4F535A;
        }

        .flight-index .toggle-content .route span input {
            display: none;
        }

            .flight-index .toggle-content .route span input[type=radio]:checked ~ label {
                background-color: #f68220;
                color: #ffffff;
            }

        .flight-index .toggle-content .route span.one-way {
            width: 33.33%;
            border-right: 1px solid #CFCFCF;
            float: left;
            text-align: center;
        }

        .flight-index .toggle-content .route span.return-trip {
            width: 33.33%;
            border-right: 1px solid #CFCFCF;
            float: left;
            text-align: center;
        }

        .flight-index .toggle-content .route span.multi-city {
            width: 33.33%;
            float: right;
            text-align: center;
        }

.triptype {
    width: 100%;
}

    .tripType label.btn-default {
        width: 33.33%;
    }

[uib-typeahead-popup].dropdown-menu {
    width: 92%;
}

.form-group.customize {
    margin-bottom: 25px;
}

    .form-group.customize label {
        font-size: 11px;
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
        color: #555;
        display: block;
    }

.hotelheader .heading {
    font-size: 16px;
}

.form-group.customize input {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    padding: 0;
    height: 24px;
    background: none !important;
    font-size: 13px;
}

    .form-group.customize input:focus {
        border-bottom: #f68220 solid 2px;
    }

.form-group.customize .dropdown-menu > .active > a {
    background-color: #13A5E5;
}

.form-group.customize .dropdown-menu > li > a {
    white-space: inherit;
}

.customize {
    border: none !important;
}

.form-group.customize select {
    box-shadow: none;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #CFCFCF !important;
    padding: 0;
    font-weight: 500;
    background: none !important;
    -webkit-appearance: none;
}

    .form-group.customize select::-ms-expand {
        display: none;
    }

.flight-index .travel-date-wrap .travel-date {
    display: inline-block;
    float: right;
    background-color: #ffffff;
    width: 48%;
    height: 40px;
    margin: auto;
    padding: 5px 10px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    margin: 20px 0;
}

    .flight-index .travel-date-wrap .travel-date.full {
        display: inline-block;
        background-color: #ffffff;
        width: 100%;
        height: 40px;
        margin: auto;
        padding: 5px 10px;
        border: 1px solid #CFCFCF;
        border-radius: 5px;
        margin: 15px 0;
    }

    .flight-index .travel-date-wrap .travel-date:first-child {
        float: right;
        border-radius: 0 5px 5px 0;
    }

    .flight-index .travel-date-wrap .travel-date:last-child {
        float: left;
        border-radius: 5px 0 0 5px;
    }

    .flight-index .travel-date-wrap .travel-date .icon {
        width: 15%;
        float: left;
        font-size: 20px;
        color: #337ab7;
    }

    .flight-index .travel-date-wrap .travel-date .date-wrap {
        width: 85%;
        float: right;
        vertical-align: top;
        padding-left: 10px;
    }

    .flight-index .travel-date-wrap .travel-date.full .date-wrap {
        padding-left: 0;
    }

    .flight-index .travel-date-wrap .travel-date .date-wrap .title {
        font-size: 10px;
        line-height: 15px;
        font-weight: 600;
    }

    .flight-index .travel-date-wrap .travel-date.full .date-wrap .title {
        padding-left: 34%;
        font-weight: 600;
    }

    .flight-index .travel-date-wrap .travel-date .date-wrap .date {
        font-size: 11px;
        line-height: 15px;
        color: #f68220;
        overflow: hidden;
    }

        .flight-index .travel-date-wrap .travel-date .date-wrap .date input {
            color: #f68220;
            border: none;
        }

    .flight-index .travel-date-wrap .travel-date.full .date-wrap .date input {
        width: 100%;
        padding-left: 30%;
    }

    .flight-index .travel-date-wrap .travel-date .date-wrap .date input:focus {
        outline: none;
        box-shadow: none;
    }

.flight-index .selection-section {
    background-color: #ffffff;
    width: 100%;
    height: auto;
}

.flight-index select {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    padding: 0;
    font-weight: 500;
    background: #fff;
    -webkit-appearance: none;
}

.flight-index .selection-section .select-section select:focus {
    outline-color: #f68220;
}

.flight-index .selection-section .select-section select.passanger {
    border-radius: 5px 0 0 5px;
    float: left;
    width: 48%;
    position: relative;
}

.flight-index .selection-section .select-section select.flight-class {
    border-radius: 0 5px 5px 0;
    float: right;
}

.flight-index button.search {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #f68220;
    color: #ffffff;
    font-weight: 600;
    border-radius: 2px;
    float: left;
}

    .flight-index button.search.half {
        width: 49%;
        height: 40px;
        border: none;
        background-color: #f68220;
        color: #ffffff;
        font-weight: 600;
        border-radius: 2px;
        float: left;
    }

.flight-index span.closebtn {
    width: 49%;
    height: 40px;
    border: none;
    background-color: #999;
    font-size: 14px;
    float: right;
    opacity: 1;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.flight-index .selection-section button:focus {
    outline: none;
}

.flight-index .language-selector-wrap {
    background-color: #ffffff;
    margin-top: 25px;
}

    .flight-index .language-selector-wrap select {
        height: 2em;
        max-width: 100%;
    }

        .flight-index .language-selector-wrap select:focus {
            outline: none;
        }

.country-selector {
    border-right: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    width: 100%;
}

.currency-selector {
    margin-left: -5px;
    border: 1px solid #CFCFCF;
    width: 100%;
}

.language-selector {
    margin-left: -5px;
    border-left: none;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    width: 100%;
}

.modify-div {
    background-color: #FFF;
    padding-bottom: 20px;
    border-bottom: #CCC thin solid;
}

.d-banner-wrap {
    background-color: #ffffff;
    width: 100%;
    height: auto;
}

    .d-banner-wrap .divider {
        width: 100%;
        border-top: 1px solid #cfcfcf;
        margin-top: 25px;
    }

    .d-banner-wrap .d-banner {
        background-color: #D6D6D6;
        width: 100%;
        color: #fff;
        margin-bottom: 20px;
    }

.search-result {
    position: relative;
    margin-top: -20px;
}

.addbanner {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.menuicon {
    font-size: 2em;
}

.hotelheader {
    margin-top: 25px;
    margin-bottom: 25px;
}

.search-result .airline {
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    margin-top: 40px;
}

    .search-result .airline .filter-wrap {
        padding: 10px 0 50px 0;
    }

        .search-result .airline .filter-wrap .title {
            padding: 5px 10px;
            font-size: 14px;
            border-bottom: 1px solid #cfcfcf;
        }

        .search-result .airline .filter-wrap .button-wrap {
            padding: 20px 10px;
            border-bottom: 1px solid #cfcfcf;
        }

            .search-result .airline .filter-wrap .button-wrap .button {
                width: 100%;
                font-size: 13px;
            }

                .search-result .airline .filter-wrap .button-wrap .button input {
                    display: none;
                }

                .search-result .airline .filter-wrap .button-wrap .button label {
                    display: inline-block;
                    width: 100%;
                    border: 1px solid #CFCFCF;
                    font-weight: 500;
                    height: 2.5em;
                    line-height: 2.5em;
                }

                .search-result .airline .filter-wrap .button-wrap .button input[type=checkbox]:checked ~ label {
                    color: #ffffff;
                    border: 1px solid transparent;
                    background: #999;
                }

                .search-result .airline .filter-wrap .button-wrap .button div {
                    display: inline-block;
                }

                .search-result .airline .filter-wrap .button-wrap .button .d-button {
                    width: 33.4%;
                    margin: 0;
                    text-align: center;
                }

                    .search-result .airline .filter-wrap .button-wrap .button .d-button:nth-child(2) {
                        margin-left: -4px;
                    }

                    .search-result .airline .filter-wrap .button-wrap .button .d-button:nth-child(3) {
                        margin-left: -4px;
                    }

                .search-result .airline .filter-wrap .button-wrap .button .refund {
                    width: 50%;
                    margin: 0;
                    text-align: center;
                }

                    .search-result .airline .filter-wrap .button-wrap .button .refund:nth-child(2) {
                        margin-left: -4px;
                    }

        .search-result .airline .filter-wrap .range-wrap .title {
            padding: 10px 10px 5px 0;
            font-size: 14px;
            border-bottom: none;
        }

        .search-result .airline .filter-wrap .range-wrap .filter-items {
            padding: 5px 10px 15px 10px;
        }

            .search-result .airline .filter-wrap .range-wrap .filter-items input {
                background: #fff;
                margin-bottom: 10px;
            }

    .search-result .airline .airine-wrap .flight-list .title {
        padding: 5px 10px;
        font-size: 14px;
    }

    .search-result .airline .airine-wrap .flight-list {
        padding: 5px 10px;
    }

        .search-result .airline .airine-wrap .flight-list .flight-wrap {
            border-bottom: 1px solid #CFCFCF;
            padding: 5px 0;
        }

            .search-result .airline .airine-wrap .flight-list .flight-wrap .img-wrap {
                width: 100%;
            }

                .search-result .airline .airine-wrap .flight-list .flight-wrap .img-wrap img {
                    width: 45%;
                    height: auto;
                }

            .search-result .airline .airine-wrap .flight-list .flight-wrap .flight-name {
                line-height: 25px;
            }

            .search-result .airline .airine-wrap .flight-list .flight-wrap .flight-price {
                line-height: 25px;
            }

.search-header {
    height: auto;
    font-size: 12px;
    background: #EBEBEB;
    padding: 15px;
    margin-bottom: 10px;
}

    .search-header.center {
        text-align: center;
    }

    .search-header .search-destination span {
        display: inline-block;
        font-weight: bold;
        font-size: 12px;
       
    }

        .search-header .search-destination span i {
            display: inline-block;
            font-size: 12px;
            padding: 0 10px;
        }

    .search-header .destination-time {
        font-size: 11px;
    }

        .search-header .destination-time span {
            display: inline-block;
        }

.backBtnWrap {
    padding: 0px 5px;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fff;
}

.text-right {
    text-align: right !important;
}

.backBtnWrap button.goBack {
    border: none;
    font-size: 13px;
    background: #FFF;
    border-radius: 3px;
    color: #4F535A;
}

    .backBtnWrap button.goBack i {
        font-size: 17px;
    }

.backBtnWrap button.closeFlightPop {
    border: none;
    background-color: #FFF;
    border-radius: 3px;
    color: #4F535A;
}

    .backBtnWrap button.closeFlightPop i {
        font-size: 17px;
    }

.search-header .change-search {
    padding: 5px 0;
    line-height: 3;
    text-align: right;
    color: #337ab7;
    font-weight: 600;
}

    .search-header .change-search span {
        display: inline-block;
        padding: 0 9px;
        border-radius: 5px;
        color: #337ab7;
        font-weight: 600;
    }

.search-result .search-filter {
    height: auto;
    background-color: #ffffff;
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    font-size: 13px;
}

    .search-result .search-filter .fare-filter, .search-result .search-filter .route-filter, .search-result .search-filter .airline-filter {
        width: 100%;
        height: 3em;
        line-height: 3em;
        text-align: center;
        border-right: 1px solid #CFCFCF;
    }

    .search-result .search-filter .airline-filter {
        border-right: none;
    }

        .search-result .search-filter .airline-filter i {
            display: inline-block;
            font-size: 10px;
            padding-left: 5px;
        }

.search-result .search-contents {
    height: auto;
    background: #fff;
}

    .search-result .search-contents .flightListWrap .otherFlightLink {
        text-align: center;
        padding-bottom: 5px;
    }

        .search-result .search-contents .flightListWrap .otherFlightLink a {
            display: block;
            text-align: center;
            text-decoration: underline;
            color: #333;
        }

    .search-result .search-contents .flightList {
        margin: 10px 0;
        display: block;
    }

        .search-result .search-contents .flightList table {
            width: 100%;
            border-collapse: collapse;
            border-bottom: 1px solid #CFCFCF;
        }

            .search-result .search-contents .flightList table tr td {
                vertical-align: top;
                padding-bottom: 10px;
            }

                .search-result .search-contents .flightList table tr td.img-wrap {
                    width: 12%;
                }

                    .search-result .search-contents .flightList table tr td.img-wrap .img {
                        width: 30px;
                        height: 30px;
                    }

                        .search-result .search-contents .flightList table tr td.img-wrap .img img {
                            width: 80%;
                            height: auto;
                        }

                .search-result .search-contents .flightList table tr td.time-wrap {
                    width: 40%;
                }

                    .search-result .search-contents .flightList table tr td.time-wrap .time {
                        font-weight: 600;
                    }

                        .search-result .search-contents .flightList table tr td.time-wrap .time span {
                            display: inline-block;
                            padding-right: 5px;
                        }

                    .search-result .search-contents .flightList table tr td.time-wrap .stop-wrap {
                        font-size: 10px;
                    }

                .search-result .search-contents .flightList table tr td.pss {
                    width: 10%;
                }

                    .search-result .search-contents .flightList table tr td.pss img {
                        width: 100%;
                        height: auto;
                    }

                .search-result .search-contents .flightList table tr td.price {
                    width: 30%;
                    text-align: right;
                }

                    .search-result .search-contents .flightList table tr td.price .d-price {
                        font-weight: 600;
                    }

                    .search-result .search-contents .flightList table tr td.price .nonRefundable {
                        font-size: 10px;
                    }

                .search-result .search-contents .flightList table tr td.icon {
                    text-align: right;
                }

.destination-form-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
}

.booking {
    background: #ffffff;
}

    .booking .pagetitle {
        padding: 20px 10px 0 10px;
        font-size: 13px;
        font-weight: 600;
    }

    .booking .panel-group {
        padding: 10px;
    }

    .booking .panel-default > .panel-heading {
        background-color: transparent;
    }

    .booking .panel-heading {
        padding: 0;
    }

    .booking .panel-group .panel {
        border-radius: 5px;
    }

    .booking .panel-heading .tab-heading {
        text-decoration: none;
        padding: 10px;
        display: block;
        color: inherit;
        background: #EBEBEB;
    }

    .booking a.tab-heading.collapsed {
        background: #ffffff;
        border-radius: 5px;
    }

    .booking .panel-heading .tab-heading .title {
        font-weight: 600;
        font-size: 13px;
    }

    .booking .panel-heading .tab-heading .caption {
        font-size: 12px;
        padding-top: 5px;
    }

    .booking .panel-heading .tab-heading:hover {
        text-decoration: none;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .cardChoice span {
        display: inline-block;
        width: 50%;
        text-align: center;
    }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .cardChoice span label {
            width: 100%;
            margin-bottom: 0;
            padding: 2px 0;
            font-size: 13px;
            font-weight: 500;
        }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .cardChoice span input {
            display: none;
        }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .cardChoice span:first-child {
            float: left;
            border-right: 1px solid #CFCFCF;
            border-left: 1px solid #CFCFCF;
            border-top: 1px solid #CFCFCF;
            border-bottom: 1px solid #CFCFCF;
        }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .cardChoice span:last-child {
            float: right;
            margin-left: -1px;
            border-right: 1px solid #CFCFCF;
            border-left: none;
            border-top: 1px solid #CFCFCF;
            border-bottom: 1px solid #CFCFCF;
        }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .cardChoice span input[type=radio]:checked ~ label {
            background-color: #13A5E5;
            color: #ffffff;
        }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .card-form {
        padding: 10px 0;
    }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .card-form .card-form-wrap {
            padding: 5px 0;
        }

            .booking .panel-default > .panel-heading + .panel-collapse .panel-body .card-form .card-form-wrap input {
                width: 100%;
                border: 1px solid #CFCFCF;
                padding: 0 10px;
                height: 2em;
                color: #4F535A;
                font-size: 13px;
                max-width: 100%;
            }

            .booking .panel-default > .panel-heading + .panel-collapse .panel-body .card-form .card-form-wrap select {
                width: 100%;
                border: 1px solid #CFCFCF;
                padding: 0 10px;
                height: 2em;
                color: #4F535A;
                font-size: 13px;
                max-width: 100%;
            }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body table.paymentInfo {
        width: 100%;
        border-collapse: collapse;
        margin: 10px 0 10px 0;
    }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body table.paymentInfo tr td {
            border-right: 1px solid #CFCFCF;
            padding: 5px 5px 5px 0;
        }

            .booking .panel-default > .panel-heading + .panel-collapse .panel-body table.paymentInfo tr td:last-child {
                border: none;
            }

            .booking .panel-default > .panel-heading + .panel-collapse .panel-body table.paymentInfo tr td.left {
                width: 50%;
            }

            .booking .panel-default > .panel-heading + .panel-collapse .panel-body table.paymentInfo tr td span {
                display: inline-block;
                font-size: 12px;
            }

                .booking .panel-default > .panel-heading + .panel-collapse .panel-body table.paymentInfo tr td span:first-child {
                    float: left;
                    width: 60%;
                    text-align: left;
                    padding-left: 10px;
                }

                .booking .panel-default > .panel-heading + .panel-collapse .panel-body table.paymentInfo tr td span:last-child {
                    float: right;
                    width: 40%;
                    font-weight: 600;
                    text-align: right;
                }

            .booking .panel-default > .panel-heading + .panel-collapse .panel-body table.paymentInfo tr td.right {
                width: 50%;
                text-align: right;
            }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .total {
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #CFCFCF;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .disclamer {
        font-size: 13px;
        padding: 10px 0;
    }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .disclamer a {
            color: #4F535A;
            font-weight: 600;
        }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .price {
        font-weight: 600;
        font-size: 18px;
        padding: 5px 0 10px 0;
        text-align: right;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .list ul {
        margin: 0;
        padding: 0;
        font-size: 12px;
        margin-bottom: 20px;
    }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .list ul li {
            display: inline-block;
        }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .continue {
        width: 100%;
        height: 40px;
        border: none;
        background-color: #f68220;
        color: #ffffff;
        font-weight: 600;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .insurance-info .title {
        font-size: 13px;
        font-weight: 600;
        padding: 10px 0;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .insurance-info .content-wrap {
        font-size: 13px;
    }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .insurance-info .content-wrap .cation {
            padding-bottom: 5px;
        }


    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-selected-option {
        padding: 10px 0;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options {
        padding: 10px 0;
    }

.visa-selected-option .image {
    width: 100%;
    height: 7em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 75%;
}

.booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span {
    display: inline-block;
    margin-bottom: 10px;
}

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span:nth-child(1) {
        float: left;
        padding-right: 5px;
        width: 100%;
        font-size: 8px;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span:nth-child(2) {
        float: right;
        padding-left: 5px;
        width: 100%;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span:nth-child(3) {
        float: left;
        padding-right: 5px;
        width: 100%;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span:nth-child(4) {
        float: right;
        padding-left: 5px;
        width: 100%;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span input {
        display: none;
    }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span label {
        margin: 0;
        font-weight: 500;
        border: 1px solid #CFCFCF;
        font-size: 12px;
        padding: 0 10px;
        border-radius: 5px;
        display: inline-block;
        width: 100%;
        height: 50px;
        padding-top: 12px;
    }

        .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span label span {
            display: block;
            padding-right: 0 !important;
            width: 100%;
            margin: 0;
            font-size: 9px;
        }

    .booking .panel-default > .panel-heading + .panel-collapse .panel-body .visa-options span input[type=radio]:checked ~ label {
        background-color: #f68220;
        color: #ffffff;
        border-color: #f68220;
    }

.booking .panel-body .airport {
    padding: 20px 0;
}

    .booking .panel-body .airport select {
        width: 100%;
        border: 1px solid #CFCFCF;
        height: 3em;
        padding: 0 10px;
        font-size: 13px;
        max-width: 100%;
        border-radius: 4px;
    }

    .booking .panel-body .airport input {
        width: 100%;
        border: 1px solid #CFCFCF;
        height: 3em;
        padding: 0 10px;
        font-size: 13px;
        max-width: 100%;
        border-radius: 4px;
    }

        .booking .panel-body .airport input:focus {
            outline: none;
        }

    .booking .panel-body .airport textarea {
        width: 100%;
        border: 1px solid #CFCFCF;
        height: 5em;
        max-height: 8em;
        padding: 10px;
        font-size: 13px;
        max-width: 100%;
        border-radius: 4px;
    }

    .booking .panel-body .airport.with-border {
        border-bottom: 1px solid #CFCFCF;
    }

.booking .panel-body .carSelection .title {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
}

.booking .panel-body .carSelection .cars input {
    display: none;
}

.booking .panel-body .carSelection .cars label.carWrap {
    display: block;
    font-weight: 500;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.booking .panel-body .carSelection .cars input[type=radio]:checked ~ label {
    border: 1px solid green;
    background: #fbfbfb;
}

.booking .panel-body .carSelection .cars label.carWrap span {
    display: block;
}

.booking .panel-body .carSelection .cars label.carWrap .img img {
    width: 100%;
    height: auto;
}

.booking .panel-body .carSelection .cars label.carWrap .priceWrap {
    padding-left: 10px;
}

    .booking .panel-body .carSelection .cars label.carWrap .priceWrap span:first-child {
        font-size: 13px;
    }

    .booking .panel-body .carSelection .cars label.carWrap .priceWrap span:last-child {
        font-size: 13px;
    }

.booking .panel-body .carSelection .cars label.carWrap .passangerWrap {
    padding-left: 10px;
    border-left: 1px solid #CFCFCF;
}

    .booking .panel-body .carSelection .cars label.carWrap .passangerWrap span:first-child {
        font-size: 13px;
    }

    .booking .panel-body .carSelection .cars label.carWrap .passangerWrap span:last-child {
        font-size: 13px;
    }

.travellersinfo .travellersinfo-content {
    padding: 15px;
    background: #ffffff;
}

    .travellersinfo .travellersinfo-content .title {
        padding: 10px 0 20px 0;
        font-size: 13px;
        font-weight: 600;
        text-align: left;
    }

    .travellersinfo .travellersinfo-content .travellersinfo-nav {
        border-bottom: none;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

        .travellersinfo .travellersinfo-content .travellersinfo-nav .user-login {
            border: 1px solid #CFCFCF;
            border-radius: 0;
            float: none;
            display: inline-block;
            border-radius: 2px;
            width: 48%;
        }

            .travellersinfo .travellersinfo-content .travellersinfo-nav .user-login a {
                margin: 0;
                border-radius: 0;
                padding: 5px 0;
                font-size: 13px;
                color: inherit;
            }

            .travellersinfo .travellersinfo-content .travellersinfo-nav .user-login.active {
                font-size: 13px;
                font-weight: 600;
                margin-right: 5px;
                width: 48%;
            }

        .travellersinfo .travellersinfo-content .travellersinfo-nav .guest-login.active {
            font-size: 13px;
            font-weight: 600;
            margin-left: 5px;
            width: 48%;
        }

        .travellersinfo .travellersinfo-content .travellersinfo-nav .user-login.active a {
            border: 1px solid transparent;
        }

        .travellersinfo .travellersinfo-content .travellersinfo-nav .guest-login {
            border: 1px solid #CFCFCF;
            border-radius: 0;
            float: none;
            display: inline-block;
            border-radius: 2px;
            width: 48%;
        }

            .travellersinfo .travellersinfo-content .travellersinfo-nav .guest-login a {
                margin: 0;
                border-radius: 0;
                padding: 5px 0;
                font-size: 13px;
                color: inherit;
            }

            .travellersinfo .travellersinfo-content .travellersinfo-nav .guest-login.active a {
                background-color: #ccc;
                border: 1px solid transparent;
            }

    .travellersinfo .travellersinfo-content .tab-content .social-btn {
        text-align: center;
        font-size: 12px;
    }

        .travellersinfo .travellersinfo-content .tab-content .social-btn a {
            width: 48%;
            border-radius: 2px;
            padding: 7px 0;
        }

            .travellersinfo .travellersinfo-content .tab-content .social-btn a:first-child {
                margin-right: 5px;
                background-color: #3b5998;
                color: #ffffff;
            }

            .travellersinfo .travellersinfo-content .tab-content .social-btn a:last-child {
                margin-left: 5px;
                background-color: #EA4335;
                color: #ffffff;
            }

            .travellersinfo .travellersinfo-content .tab-content .social-btn a span {
                display: inline-block;
                color: #fff;
            }

                .travellersinfo .travellersinfo-content .tab-content .social-btn a span.icon {
                    text-align: left;
                    border-right: 1px solid #CFCFCF;
                    width: 13%;
                    text-align: center;
                }

                .travellersinfo .travellersinfo-content .tab-content .social-btn a span.text {
                    width: 87%;
                    line-height: 25px;
                }

    .travellersinfo .travellersinfo-content .tab-content .divider {
        margin-top: 10px;
    }

        .travellersinfo .travellersinfo-content .tab-content .divider .line {
            border-top: 1px solid #CFCFCF;
            width: 100%;
            vertical-align: middle;
            margin-top: 10px;
        }

        .travellersinfo .travellersinfo-content .tab-content .divider .or {
            text-align: center;
            width: 100%;
            font-weight: 600;
        }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .title {
        text-align: center;
        font-size: 13px;
        padding: 5px 0;
        font-weight: 600;
    }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .form-wrap {
        padding-bottom: 10px;
    }

        .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .form-wrap input {
            width: 100%;
            max-width: 100%;
            padding: 0 10px;
            height: 3em;
        }

            .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .form-wrap input:focus {
                outline: none;
            }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .form-link .form-wrap {
        text-align: left;
    }

        .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .form-link .form-wrap input {
            margin: 0;
            padding: 0;
            width: 13px;
            float: left;
            height: 20px;
        }

        .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .form-link .form-wrap label {
            margin: 0;
            font-size: 12px;
            display: inline-block;
            padding-left: 5px;
            color: inherit;
        }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .form-link .forgot-password {
        text-align: right;
        display: block;
        font-size: 12px;
        text-decoration: underline;
        color: inherit;
    }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .contunue {
        margin-top: 10px;
        height: 40px;
        border: none;
        background-color: #f68220;
        color: #ffffff;
        font-weight: 600;
        width: 100%;
    }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .signUp {
        margin-top: 20px;
        height: 40px;
        line-height: 28px;
        border: 1px solid #CFCFCF;
        color: inherit;
        font-weight: 600;
        width: 49%;
    }

        .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .signUp.grey {
            background: #ccc;
            border: 1px solid #CFCFCF;
        }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .span {
        display: block;
    }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .continue {
        margin-top: 20px;
        height: 40px;
        line-height: 28px;
        border: 1px solid #CFCFCF;
        color: inherit;
        font-weight: 600;
        width: 49%;
    }

    .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .disclamer {
        text-align: center;
        font-size: 12px;
        margin-top: 15px;
    }

        .travellersinfo .travellersinfo-content .tab-content .login-form-wrap .disclamer a {
            color: inherit;
            text-decoration: underline;
        }

.disclamer ul {
    margin: 0;
    padding: 0;
}

    .disclamer ul li {
        display: block;
        padding: 5px 0;
    }

.travellersinfo .travellersinfo-content .tab-content .traveller-info .title {
    font-size: 13px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 10px;
}

.travellersinfo .travellersinfo-content .tab-content .traveller-info .content {
    border: 1px solid #CFCFCF;
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
}

.travellersinfo .travellersinfo-content .tab-content .traveller-info .guest-form {
    margin: 20px 0;
}

    .travellersinfo .travellersinfo-content .tab-content .traveller-info .guest-form .form-wrap {
        padding: 10px 0;
    }

        .travellersinfo .travellersinfo-content .tab-content .traveller-info .guest-form .form-wrap select {
            width: 100%;
            border: 1px solid #CFCFCF;
            height: 3em;
            padding: 0 10px;
            font-size: 13px;
            max-width: 100%;
            border-radius: 4px;
        }

        .travellersinfo .travellersinfo-content .tab-content .traveller-info .guest-form .form-wrap input {
            width: 100%;
            border: 1px solid #CFCFCF;
            padding: 0 10px;
            font-size: 13px;
            max-width: 100%;
            border-radius: 4px;
        }

        .travellersinfo .travellersinfo-content .tab-content .traveller-info .guest-form .form-wrap.double select {
            width: 30%;
            float: left;
        }

        .travellersinfo .travellersinfo-content .tab-content .traveller-info .guest-form .form-wrap.double input {
            width: 68%;
            float: right;
        }

.travellersinfo .travellersinfo-content .tab-content .traveller-info .promo-code {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding: 10px;
}

    .travellersinfo .travellersinfo-content .tab-content .traveller-info .promo-code .title {
        text-align: left;
        font-size: 13px;
        font-weight: 600;
    }

    .travellersinfo .travellersinfo-content .tab-content .traveller-info .promo-code .form-wrap input {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        border-radius: 5px;
        height: 2.5em;
        border: 1px solid #CFCFCF;
    }

.travellersinfo .travellersinfo-content .tab-content .traveller-info .terms {
    font-size: 13px;
    padding: 10px 0;
}

    .travellersinfo .travellersinfo-content .tab-content .traveller-info .terms a {
        color: inherit;
    }

.travellersinfo .travellersinfo-content .tab-content .traveller-info .continueBooking {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    border: none;
    background-color: #f68220;
    color: #ffffff;
    font-weight: 600;
}

#flight-index .selection-popup .modal-dialog {
    padding: 0;
    background-color: #ffffff;
}

    #flight-index .selection-popup .modal-dialog .modal-content {
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 10px;
        height: 40em;
    }

        #flight-index .selection-popup .modal-dialog .modal-content header {
            height: 4em;
            background: #ffffff;
            box-shadow: 0 2px 5px #CCC;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        }

.payment {
    background: #ffffff;
}

    .payment .pagetitle {
        padding: 20px 10px 0 10px;
        font-size: 13px;
        font-weight: 600;
    }

    .payment .panel-group {
        padding: 10px;
    }

    .payment .tab-heading .title-wrap {
        color: #4F535A;
    }

        .payment .tab-heading .title-wrap .title {
            font-size: 13px;
        }

        .payment .tab-heading .title-wrap .price {
            font-size: 13px;
            font-weight: 600;
            text-align: left;
        }

    .payment .tab-heading .icon {
        color: #4F535A;
        text-align: right;
        line-height: 36px;
    }

        .payment .tab-heading .icon span {
            display: inline-block;
            font-size: 10px;
        }

    .payment .content .caption {
        font-size: 13px;
    }

        .payment .content .caption span {
            display: block;
            font-size: 11px;
            padding: 5px 0;
        }

    .payment .content .title {
        padding-bottom: 10px;
    }

    .payment .content .form-wrap {
        border-bottom: 1px solid #CFCFCF;
        margin-bottom: 20px;
    }

    .payment .content .disclamer {
        font-size: 13px;
    }

        .payment .content .disclamer .text {
            padding-bottom: 20px;
        }

            .payment .content .disclamer .text a {
                color: inherit;
            }

            .payment .content .disclamer .text p {
                line-height: 20px;
            }

        .payment .content .disclamer .agrement {
            text-align: center;
        }

            .payment .content .disclamer .agrement input {
                display: none;
            }

            .payment .content .disclamer .agrement label {
                border: 1px solid #CFCFCF;
                font-weight: 500;
                padding: 10px 35px;
                font-size: 12px;
                border-radius: 4px;
                margin-bottom: 20px;
                margin-top: 10px;
                font-weight: 600;
            }

            .payment .content .disclamer .agrement input[type=checkbox]:checked ~ label {
                background-color: #13A5E5;
                color: #ffffff;
                border: 1px solid transparent;
            }

    .payment .content .pssSelection .pss input {
        display: none;
    }

    .payment .content .pssSelection .pss label.carWrap {
        display: block;
        font-weight: 500;
        border: 1px solid #CFCFCF;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .payment .content .pssSelection .pss label.carWrap .topSelection {
            padding: 10px;
            border-bottom: 1px solid #CFCFCF;
        }

            .payment .content .pssSelection .pss label.carWrap .topSelection .left {
                text-align: right;
            }

        .payment .content .pssSelection .pss label.carWrap .bottomSection {
            padding: 10px;
        }

            .payment .content .pssSelection .pss label.carWrap .bottomSection .first-section {
                border-bottom: 1px solid #CFCFCF;
                padding: 5px 0;
            }

            .payment .content .pssSelection .pss label.carWrap .bottomSection .second-section {
                padding: 5px 0;
            }

    .payment .content .pssSelection .pss input[type=radio]:checked ~ label {
        border: 1px solid green;
        background: #fbfbfb;
    }

    .payment .content .pssSelection .pss label.carWrap span {
        display: block;
    }

    .payment .content .pssSelection .pss label.carWrap .img img {
        width: 100%;
        height: auto;
    }

    .payment .content .pssSelection .pss label.carWrap .priceWrap {
        padding-left: 10px;
    }

        .payment .content .pssSelection .pss label.carWrap .priceWrap span:first-child {
            font-size: 13px;
        }

        .payment .content .pssSelection .pss label.carWrap .priceWrap span:last-child {
            font-size: 13px;
        }

    .payment .content .pssSelection .pss label.carWrap .passangerWrap {
        background: #CFCFCF;
        cursor: pointer;
        height: 100%;
        text-align: center;
        font-weight: 600;
        line-height: 101px;
    }

        .payment .content .pssSelection .pss label.carWrap .passangerWrap.longer {
            background: #CFCFCF;
            cursor: pointer;
            height: 100%;
            text-align: center;
            font-weight: 600;
            line-height: 142px;
        }

    .payment .content .form-wrap select {
        width: 100%;
        border: 1px solid #CFCFCF;
        height: 40px;
        padding: 0 10px;
        font-size: 13px;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    .payment .content .price {
        display: block;
        font-size: 19px;
        font-weight: 600;
        padding: 10px 0;
    }

    .payment .content a.btn {
        width: 100%;
        height: 40px;
        border: none;
        background-color: #f68220;
        color: #ffffff;
        font-weight: 600;
    }

    .payment .content button:focus {
        outline: none;
    }

    .payment .tab-heading .img-wrap span {
        display: inline-block;
        width: 28px;
        height: 30px;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 5px;
        margin-left: 5px;
    }

    .payment .panel-body .content .international-cards-wrap .card-pic {
        width: 32%;
        height: 4em;
        border-radius: 5px;
        margin-bottom: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80% auto;
        display: inline-block;
    }

    .payment .panel-body .content .payment-option {
        margin: 10px 0;
    }

        .payment .panel-body .content .payment-option span {
            text-align: center;
        }

            .payment .panel-body .content .payment-option span input {
                display: none;
            }

            .payment .panel-body .content .payment-option span label {
                width: 47%;
                border: 1px solid #CFCFCF;
                margin: 0;
                padding: 10px 0;
                border-radius: 5px;
                margin-bottom: 10px;
                margin-right: 4px;
                font-weight: 500;
                font-size: 13px;
            }

            .payment .panel-body .content .payment-option span input[type=radio]:checked ~ label {
                background-color: #f68220;
                color: #ffffff;
                border: 1px solid transparent;
            }

    .payment .panel-body .content .onlineTransfer .bank-wrap {
        display: inline-block;
        margin-right: 15px;
    }

        .payment .panel-body .content .onlineTransfer .bank-wrap input {
            display: none;
        }

        .payment .panel-body .content .onlineTransfer .bank-wrap label {
            border: 1px solid #CFCFCF;
            width: 80px;
            height: 70px;
            border-radius: 4px;
            padding: 1px;
            vertical-align: top;
        }

            .payment .panel-body .content .onlineTransfer .bank-wrap label span {
                display: block;
                background-color: #fbfbfb;
                width: 100%;
                height: 75%;
                background-repeat: no-repeat;
                background-size: auto 100%;
                background-position: center;
                text-align: center;
                border-bottom: 1px solid #CFCFCF;
                padding: 4px;
            }

                .payment .panel-body .content .onlineTransfer .bank-wrap label span img {
                    width: auto;
                    height: 100%;
                }

        .payment .panel-body .content .onlineTransfer .bank-wrap input[type=radio]:checked ~ label {
            background-color: #13A5E5;
            color: #ffffff;
        }

    .payment .panel-body .content .text {
        padding: 20px 10px;
        border-top: 1px solid #CFCFCF;
    }

.confirmation {
    background: #ffffff;
}

    .confirmation .booking-info-wrap {
        border-bottom: 1px solid #CFCFCF;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .confirmation .booking-info-wrap .title {
            font-weight: 600;
            padding: 10px 0;
        }

        .confirmation .booking-info-wrap p {
            font-size: 13px;
        }

            .confirmation .booking-info-wrap p a {
                color: inherit;
                font-weight: 600;
                text-decoration: underline;
            }

    .confirmation .trasaction-info table {
        width: 100%;
        border-collapse: collapse;
    }

        .confirmation .trasaction-info table tr td {
            padding: 2px 0;
        }

            .confirmation .trasaction-info table tr td:first-child {
                text-align: left;
                font-weight: 600;
                width: 40%;
            }

            .confirmation .trasaction-info table tr td:nth-child(2) {
                text-align: left;
            }

    .confirmation .trasaction-info p {
        font-size: 13px;
        padding: 10px 0;
    }

    .confirmation .trasaction-info .purchase-summary {
        border: 1px solid #CFCFCF;
        border-radius: 10px;
    }

        .confirmation .trasaction-info .purchase-summary .title {
            padding: 10px;
            text-align: left;
            color: #FFF;
            font-size: 14px;
            background-color: #f68220;
            border-bottom: 1px solid #CFCFCF;
            border-radius: 10px 10px 0 0;
            font-weight: 600;
        }

        .confirmation .trasaction-info .purchase-summary .content.trip {
            padding: 10px;
        }

        .confirmation .trasaction-info .purchase-summary .content {
            padding: 10px;
        }

            .confirmation .trasaction-info .purchase-summary .content.trip div:first-child {
                font-weight: 600;
                font-size: 13px;
                margin-bottom: 10px;
            }

            .confirmation .trasaction-info .purchase-summary .content.trip div:nth-child(2) {
                font-size: 13px;
            }

                .confirmation .trasaction-info .purchase-summary .content.trip div:nth-child(2) span:first-child {
                    font-weight: 600;
                }

        .confirmation .trasaction-info .purchase-summary .cont-footer {
            padding: 10px;
            font-size: 13px;
        }

    .confirmation .trasaction-info .rate-experience {
        padding: 10px 0;
    }

        .confirmation .trasaction-info .rate-experience ul {
            margin: 0;
            padding: 0;
        }

            .confirmation .trasaction-info .rate-experience ul li {
                display: inline-block;
                margin-right: 20px;
            }

                .confirmation .trasaction-info .rate-experience ul li:first-child {
                    font-weight: 600;
                    font-size: 13px;
                }

                .confirmation .trasaction-info .rate-experience ul li span input {
                    display: none;
                }

                .confirmation .trasaction-info .rate-experience ul li span label {
                    font-size: 25px;
                }

                .confirmation .trasaction-info .rate-experience ul li span input[type=radio]:checked ~ label.smile {
                    color: green;
                }

                .confirmation .trasaction-info .rate-experience ul li span input[type=radio]:checked ~ label.meh {
                    color: brown;
                }

                .confirmation .trasaction-info .rate-experience ul li span input[type=radio]:checked ~ label.frown {
                    color: red;
                }

    .confirmation .trip-details {
        border: 1px solid #CFCFCF;
        border-radius: 10px;
    }

        .confirmation .trip-details .maintitle {
            padding: 10px;
            text-align: left;
            background-color: #f68220;
            border-bottom: 1px solid #CFCFCF;
            border-radius: 10px 10px 0 0;
            color: #FFF;
            font-weight: 600;
        }

        .confirmation .trip-details .content .wrapper:first-child {
            border-bottom: 1px solid #CFCFCF;
        }

        .confirmation .trip-details .content .wrapper .title {
            font-size: 13px;
            font-weight: 600;
            padding: 10px 0 5px 0;
        }

        .confirmation .trip-details .content .wrapper div p {
            font-size: 13px;
        }

    .confirmation a.btn {
        display: inline-block;
        color: inherit;
    }

    .confirmation a.home-btn {
        border: 1px solid #CFCFCF;
        margin: 35px 0 20px 0;
        width: 35%;
        font-size: 13px;
        font-weight: 600;
    }

    .confirmation a.hotel-btn {
        margin: 35px 0 20px 0;
        width: 60%;
        float: right;
        background-color: #f68220;
        color: #ffffff;
        font-weight: 600;
        font-size: 13px;
    }

/*********Hotel ********/
.hotelsearch {
    background-color: #f68220;
    text-align: center;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
    height: 40px;
    padding: 10px;
    padding-top: 3px;
    font-weight: bold;
    line-height: 40px;
}

.tabname a {
    text-decoration: none;
}

.hoteltab:hover {
    text-decoration: none;
}

.flighttab:hover {
    text-decoration: none;
}

.textreview {
    font-size: 11px;
    font-weight: bold;
}

.social-icons {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: white;
}

    .social-icons > ul > li {
        display: inline-block;
        margin-left: 1%;
    }

.footerlinks {
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.blue-back {
    background-color: #13a5e5 !important;
    color: #FFF !important;
}

.footer_logos {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    border: 1px solid #fff !important;
}

.flightsearch {
    background-color: #D6D6DA;
    text-align: center;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
    height: 40px;
    padding: 10px;
    padding-top: 3px;
    font-weight: bold;
    line-height: 40px;
}

#toggle-view {
    list-style: none;
    font-family: arial;
    margin: 0;
    padding: 0;
}

    #toggle-view li {
        margin-bottom: 15px;
        position: relative;
        cursor: pointer;
    }

    #toggle-view h3 {
        margin: 0;
        font-size: 14px;
    }

    #toggle-view sign {
        position: absolute;
        right: 5px;
        top: 0;
        color: #ccc;
        font-size: 13px;
    }

    #toggle-view .panel {
        margin: 5px 0;
        display: none;
        font-size: 13px;
    }

.pad-left {
    padding-left: 0;
}


.pad-up-10 {
    padding-top: 10px;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.greyback {
    background-color: #EEE;
}

.noofdest {
    list-style-type: none;
    padding: 0;
    padding-left: 10px;
    font-size: 12px;
    display: inline;
}

    .noofdest li {
        float: left;
        margin-left: 5px;
    }

    .noofdest ul li {
        padding-left: 0;
        list-style-type: none;
    }

    .noofdest ul {
        padding-left: 0;
    }

.border-top {
    border-top: 1px solid #ccc;
}

.noofpassengers {
    list-style-type: none;
    font-size: 11px;
    border-left: 1px solid #777777;
    padding-left: 2px;
    padding-right: 0;
}

    .noofpassengers li {
        float: left;
        margin-left: 5px;
    }

    .noofpassengers ul li {
        padding-left: 0;
        list-style-type: none;
    }

    .noofpassengers ul {
        padding-left: 0;
    }

.nopad {
    padding: 0;
}

.goldstar {
    color: gold;
    font-size: 11px;
}

.ratings {
    border: 1px solid gold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    padding: 0 5px;
    margin-bottom: 5px;
}

.fontsize-12 {
    font-size: 12px;
}

.fontsize-13 {
    font-size: 13px;
}

.hotelcontainer {
    background-color: #e6edf6;
}

.hotelrow {
    background-color: #e6edf6;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.tripadvisor {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 8px;
}

.hotelisting-part {
    background-color: #fff;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.flightleg {
    margin-bottom: 20px;
}

.reviews {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 1px;
    position: relative;
    text-shadow: none;
    vertical-align: top;
    margin-top: 7px;
    color: #0896ff;
    font-weight: bold;
}

.comment {
    font-size: 13px;
}

.time {
}

.redbooking {
    color: #f00;
    display: none;
}

.priceamount {
    border-top: 1px solid #e6edf6;
    text-align: right;
    padding-top: 4px;
    margin-top: 5px;
}

.bicon {
    display: block;
    font-size: 11px;
    line-height: 11px;
    height: 11px;
    left: 1px;
    position: absolute;
    top: 2px;
    visibility: visible;
}

.encircled {
    border: 1px solid #0896ff;
    padding: 3px;
    border-radius: 3px;
}

.nopad-left {
    padding-right: 0;
}

.btnHeight {
    height: 34px;
}

.font20 {
    font-size: 20px;
}

.margin-5 {
    margin: 0 0 5px;
}

.margin-0 {
    margin: 0;
}

.marginup-5 {
    margin-top: -5px;
}

.material-icons {
    vertical-align: middle;
}

.hotelmodal {
    margin-top: 50px;
}

.modal-backdrop.in {
    opacity: .2;
    filter: alpha(opacity=50);
}

.orange-btn {
    background-color: #f68220;
    color: #FFF !important;
    font-weight: bold;
}

.down-10 {
    margin-top: 10px;
}

.down-20 {
    margin-top: 20px;
}

.down-50 {
    margin-top: 50px;
}

.book {
    font-size: 12px;
}

.no-p {
    margin-bottom: 0;
}

.bold {
    font-weight: bold;
}

.noshow {
    display: none;
}

.pull-right {
    font-size: 11px;
    font-weight: bold;
}

.deal {
    background: #ef6c0a;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px;
    text-shadow: none;
    text-align: center;
    z-index: 1;
}

.img-positioning {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 4px;
    bottom: 4px;
    height: 170px;
    width: 99%;
}

.hotelisting-part a {
    color: #4F535A;
}

.reviews {
    color: #337ab7;
}

.pricetext {
    color: #7bbd65;
    font-size: 12px;
}

.currentprice {
    color: #090;
    font-size: 15px;
    font-weight: bold;
}

.lastprice {
    background: #f2f4f6;
    border: solid 1px #f2f4f6;
    color: #090;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: line-through;
    padding: 0 2px;
}

.hotelarrow {
    padding: 0 1px 10px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    background-position: 100% 41%;
    color: inherit;
    font-weight: normal;
    margin-right: 10px;
    width: 100%;
}

.scroller {
    margin-top: 10px;
}

.footer_logos {
    padding: 20px;
    padding-bottom: 100px;
}

    .footer_logos li {
        width: 50%;
        float: left;
        padding: 20px 0;
        padding-right: 20px;
    }

.pad-15 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.footertext {
    border-top: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-title {
    font-size: 13px;
    font-weight: bold;
}

.panel-body {
    border-top-color: #fff !important;
    font-size: 13px;
}

#ui-datepicker-div {
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
}

.ui-state-default, ui-state-active, ui-state-highlight {
    display: block !important;
}

.ui-datepicker-close {
    color: #000;
    padding: 4%;
    text-align: right;
    font-weight: bold;
}

.ui-datepicker-bottom {
    padding: 45%;
}

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}


.slideout-panel {
    position: relative;
    z-index: 1;
}

.white {
    color: #fff;
}

    .white:hover {
        color: #fff;
    }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

    .slideout-open .slideout-menu {
        display: block;
    }


.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: thin #EEE solid;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

    .slideout-open .slideout-menu {
        display: block;
    }

.slide-home {
    background: #13a5e5;
    height: 100%;
    padding: 10px;
    color: #FFF;
}

.side-menus {
    padding: 0;
}

main {
    background-color: #FFF;
}

.menu-list .list-group-item:last-child {
    border-radius: 0;
}

.menu-list .list-group-item {
    border-left: none;
    border-right: none;
}

.side-menus .menu-list {
    margin-top: 25px;
}

    .side-menus .menu-list .dropdown-menu {
        position: relative;
        margin: 0;
        float: none;
        top: 10px;
        left: -15px;
        padding: 0;
        margin-bottom: 20px;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

.top-header {
    border-top: none;
    padding: 10px 0;
    background-color: #FFF;
    border-bottom: #CCC thin solid;
}

.fixed {
    backface-visibility: hidden;
    position: fixed;
    transition: transform 300ms ease;
}

.fixed-open {
    transform: translate3d(256px, 0, 0);
}

.btn-hamburger {
    position: static;
    height: 40px;
    width: 40px;
}

.lessmore {
    display: none;
    color: #f68220;
    font-weight: bold;
}

.roomamenities {
    font-weight: bold;
    font-size: 13px;
}

#toggle-view.panel {
    font-size: 14px !important;
}


.header-hamburger {
    width: 100%;
    height: 50px;
    background-color: #00a6e4;
}

.phone-icon {
    margin-top: 0;
}

.dropdowntext {
    display: none;
    list-style: none;
    width: 120%;
    margin-top: 5px;
    margin-left: -15px;
    box-shadow: none;
    border: none;
    position: relative;
    color: #13A5E5;
    padding-left: 0;
}

    .dropdowntext li:first-child {
        border-top: #CCC thin solid;
    }

    .dropdowntext li {
        padding: 5px;
        border-bottom: 1px solid #ccc;
    }

        .dropdowntext li a {
            color: #13A5E5;
        }

.dropdownmenubig a {
    text-decoration: none !important;
}

.dropdownmenubig {
    text-decoration: none !important;
}

.changebtn {
    color: #337ab7;
    background: none;
    border: none;
}

.caret {
    float: right;
}

.fixed-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    box-shadow: 0 0 3px #666;
    padding: 5px 0;
    background: #FFF;
}

.bg-white {
    background-color: #fff !important;
}

.padud {
    height: 40px;
}

.padselect {
    height: 33px;
    font-size: 11px;
}

.pad1 {
    padding-right: 2px;
}

.pad2 {
    padding-right: 8px;
    padding-left: 12px;
}

.pad3 {
    padding-left: 6px;
}

.glyphicon-calendar {
    color: #337ab7;
}

#datetimepicker2 {
    background-color: #fff !important;
}

.pad-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.margin-0 {
    margin: 0;
}

.moretext {
    display: none;
}

.panel-default > .panel-heading {
    color: #428bca;
    background: #ebebeb;
    border-color: #ddd;
    height: 41px;
}

.panel-heading {
    color: #428bca;
    background: #ebebeb;
    border-color: #ddd;
}

.panel-default > .panel-heading.collapsed {
    color: #428bca;
    background: #fff !important;
    border-color: #ddd;
}

.acc {
    margin-bottom: 30px;
}

.back-navy {
    background-color: #13A5E5 !important;
    color: #fff;
    text-align: center;
}

.footer-border {
    background-color: #13A5E5;
    height: 10px;
}

.back-navy a {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    padding: 15px 0;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #666666;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    border: none;
    color: #FFF;
    margin-bottom: 20px;
    border-radius: 20px;
    height: 30px;
    padding: 3px;
    width: 30px;
}

.foot {
    margin-top: 20px;
}

.btn-orange {
    background-color: #f68220;
    color: #fff !important;
}

    .btn-orange a {
        background-color: #f68220;
        color: #fff;
    }

    .btn-orange:hover {
        background-color: #f68220;
        color: #fff;
    }

.bordernone {
    border: none;
}

.title {
    font-size: 11px;
    font-weight: bold;
}

.date {
    font-size: 11px;
    line-height: 15px;
    color: #f68220;
    overflow: hidden;
}

.dateme {
    font-size: 12px;
    color: #f68220;
}

.icon {
    font-size: 17px;
    color: #337ab7;
}

.travel-date {
    background-color: #ffffff;
    height: 48px;
    margin: auto;
    padding: 8px 0;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
}


@media only screen and (max-device-width: 767px) {
    main {
        min-height: inherit;
    }
}

main {
    min-height: 80vh;
}

main {
    min-height: 70vh;
}


@media screen and (max-width: 480px) {
    ul .footer_logos li {
        width: 50%;
    }
}

.margin-30 {
    margin-bottom: 10px;
}

.flight-index .selection-section .select-section .passanger {
    width: 100%;
    float: left;
}

.visitor-control {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 24px;
}

    .visitor-control button.increment {
        margin-top: 0;
    }

.visitor-control2 input.count-ctrl {
    border: 1px solid #CFCFCF !important;
    box-shadow: none !important;
    height: 34px !important;
    text-align: center !important;
}

.visitor-control input.count-ctrl {
    border: 1px solid #CFCFCF;
    box-shadow: none;
    height: 34px;
    text-align: center;
}

.visitor-ctrl {
    padding: 20px;
    border: #CCC thin solid;
    background: #FFF;
    border-radius: 6px;
}

.noofvisitors .caret {
    margin-top: 8px;
}

.noofvisitors {
    position: relative;
}

    .noofvisitors .visitor-toggle {
        box-shadow: none;
        border: none;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #cfcfcf;
        border-radius: 0;
        font-size: 14px;
        font-weight: 500;
        color: #555;
    }

.visitor-toggle small {
    font-size: 10px;
}

.fix-height {
    height: 28px;
}

.visitor-toggle {
    cursor: pointer;
}

.flightModal {
    background: #fff;
    z-index: 3;
}

.padding-fix {
    padding-top: 4px;
}

.flightModal .flightModalHeader li.active {
    background: #f68220;
}

    .flightModal .flightModalHeader li.active a {
        background: #f68220;
        color: #fff;
        border: 1px solid #f68220;
    }

.flightModal .flightModalHeader li {
    width: 50%;
    text-align: center;
    text-transform: uppercase;
}

.flightModal .flightModalContent {
    padding: 20px 15px;
    width: 100%;
}

    .flightModal .flightModalContent .details-wrap:last-child {
        border: none;
    }

    .flightModal .flightModalContent .details-wrap .title {
        font-size: 16px;
        color: #f68220;
        padding-bottom: 10px;
    }

    .flightModal .flightModalContent .details-wrap .ArriveTitle {
        font-size: 12px;
        padding: 10px 0;
        color: #00a6e4;
        font-weight: 600;
    }

    .flightModal .flightModalContent .arrive {
        margin-top: 15px;
    }

    .flightModal .flightModalContent .details-wrap .stopOverTitle {
        font-size: 12px;
        color: #00a6e4;
        text-transform: uppercase;
        font-weight: 600;
    }

    .flightModal .flightModalContent .details-wrap .first-leg .state-wrap {
        text-align: left;
    }

    .flightModal .flightModalContent .details-wrap .first-leg .airport-info {
        padding: 0 0 10px 0;
        border-bottom: 1px solid #CFCFCF;
    }

        .flightModal .flightModalContent .details-wrap .first-leg .airport-info .flightDate {
            padding-left: 10px;
            text-align: right;
        }

    .flightModal .flightModalContent .details-wrap .first-leg .flight-info {
        padding: 10px 0;
        border-bottom: 1px solid #CFCFCF;
        font-size: 12px;
    }

        .flightModal .flightModalContent .details-wrap .first-leg .flight-info .baggage-info {
            padding-left: 10px;
            text-align: right;
        }

    .flightModal .flightModalContent .details-wrap .arrive .state-wrap {
        text-align: left;
    }

    .flightModal .flightModalContent .details-wrap .arrive .airport-info {
        padding: 0 0 10px 0;
        border-bottom: 1px solid #CFCFCF;
    }

        .flightModal .flightModalContent .details-wrap .arrive .airport-info .flightDate {
            padding-left: 10px;
            text-align: right;
        }

    .flightModal .flightModalContent .details-wrap .divider {
        text-align: center;
        background: #EEE;
        padding: 5px 0;
        margin-top: 5px;
    }

    .flightModal .flightModalContent .details-wrap .stop-over .state-wrap {
        text-align: left;
        padding-top: 10px;
    }

    .flightModal .flightModalContent .details-wrap .stop-over .airport-info {
        padding: 10px 0 10px 0;
    }

        .flightModal .flightModalContent .details-wrap .stop-over .airport-info .flightDate {
            padding-left: 10px;
            text-align: right;
        }

    .flightModal .flightModalContent .details-wrap .stop-over .flight-info {
        padding: 10px 0;
        border-bottom: 1px solid #CFCFCF;
        font-size: 12px;
    }

        .flightModal .flightModalContent .details-wrap .stop-over .flight-info .baggage-info {
            padding-left: 10px;
            text-align: right;
        }

    .flightModal .flightModalContent .details-wrap .last-leg .state-wrap {
        text-align: left;
        padding-top: 10px;
    }

    .flightModal .flightModalContent .details-wrap .last-leg .airport-info {
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #CFCFCF;
    }

        .flightModal .flightModalContent .details-wrap .last-leg .airport-info .flightDate {
            padding-left: 10px;
            text-align: right;
        }

    .flightModal .flightModalContent .details-wrap .last-leg .flight-info {
        padding: 10px 0;
        border-bottom: 1px solid #CFCFCF;
        font-size: 12px;
    }

        .flightModal .flightModalContent .details-wrap .last-leg .flight-info .baggage-info {
            padding-left: 10px;
            text-align: right;
        }


    .flightModal .flightModalContent .fair-rule {
        margin: 0;
        padding: 0 10px;
        padding-left: 25px;
    }

        .flightModal .flightModalContent .fair-rule li {
            padding: 10px 0;
        }

.flightModal footer {
    width: 100%;
    height: 3.5em;
}

    .flightModal footer .price-wrap {
        background: #efefef;
        padding: 7px;
    }

        .flightModal footer .price-wrap .price {
            text-align: center;
            font-size: 17px;
            font-weight: 600;
            padding: 1px;
        }

        .flightModal footer .price-wrap .caption {
            font-size: 10px;
            line-height: 1;
            text-align: center;
        }

    .flightModal footer a {
        text-decoration: none;
    }

    .flightModal footer .continue {
        text-align: center;
        background: #f68220;
        color: #fff;
        font-size: 17px;
        padding: 13px;
        cursor: pointer;
        text-transform: uppercase;
    }

.full-height {
    height: 100%;
}

.no-border {
    border-bottom: none !important;
}

.search-result .backWrap {
    padding: 10px;
    border-bottom: 1px solid #999;
    font-size: 13px;
    text-decoration: underline;
}

.range-wrap span.ui-slider-handle.ui-state-default.ui-corner-all {
    padding: 0 !important;
    display: block !important;
    width: 20px;
    height: 20px !important;
    border-radius: 50%;
    background: #00a6e4;
}

.closebtn {
    width: 49%;
    height: 40px;
    border: none;
    background-color: #999;
    font-size: 14px;
    float: right;
    opacity: 1;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.half {
    width: 49%;
    height: 40px;
    border: none;
    background-color: #f68220;
    color: #ffffff;
    font-weight: 600;
    border-radius: 2px;
    float: left;
}

.border-left {
    border-left: 1px solid #999;
}

.whitebg {
    background-color: #fff !important;
}

[angular-ripple] {
    position: relative;
    overflow: hidden;
}

.angular-ripple {
    display: block;
    position: absolute;
    background-color: #CCCCCC;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    transform: scale(0);
}

    .angular-ripple.animate {
        animation: ripple 0.35s linear;
    }

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.disable {
    opacity: 0.65;
    cursor: not-allowed;
    background: red;
}


.hotelImage .carousel {
    margin-top: 10px;
}

.hotelImage .carousel-inner {
    height: 16em;
}

    .hotelImage .carousel-inner .item img {
        margin: auto;
        height: 100%;
        width: auto;
    }

/*CODE FOR SPINNER*/

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: 31%;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: rgb(236, 124, 0);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.loadingOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.6);
    z-index: 100;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px #000000;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

.no-padding {
    padding: 0;
}

.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #13a5e5;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA) !important;
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA) !important;
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA) !important;
    background-image: linear-gradient(top, #C7CED6, #F9FBFA) !important;
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px #000000, 0 -1px 0 1px #000000 inset, 0 1px 0 1px #ffffff inset;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px #000000, 0 -1px 0 1px #000000 inset, 0 1px 0 1px #ffffff inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px #000000, 0 -1px 0 1px #000000 inset, 0 1px 0 1px #ffffff inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #13a5e5;
        -webkit-box-shadow: 0 1px 1px 1px #1649a3 inset, 0 1px 0 0 #FFF;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px #1649a3 inset, 0 1px 0 0 white;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px #1649a3 inset, 0 1px 0 0 #FFF;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}

.ui-slider a:focus {
    outline: none;
}

.dropdown-header-autocomplete {
    font-weight: lighter;
    padding: .2em .4em;
    margin: .4em 0 .2em;
    line-height: 1.5;
    text-align: left;
    color: red;
}

.carousel-indicators li {
    display: none;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.accordinstyle {
    padding-left: 20px;
}

    .accordinstyle ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.hotelpolicy ul li {
    list-style: none;
    margin: 0;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    .closinguptabs {
        display: none;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .closinguptabs {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .closinguptabs {
        display: none;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .closinguptabs {
        display: none;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .closinguptabs {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .closinguptabs {
        display: none;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .closinguptabs {
        display: none;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .closinguptabs {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .closinguptabs {
        display: none;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .closinguptabs {
        display: none;
    }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .closinguptabs {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .closinguptabs {
        display: none;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .closinguptabs {
        display: none;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .closinguptabs {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .closinguptabs {
        display: none;
    }
}

@media (min-width:320px) {
    .closinguptabs {
        display: block !important;
    }
}

@media (min-width:480px) {
    .closinguptabs {
        display: none;
    }
}

.block {
    background: #ddd;
}

button {
    display: none
}

@media (max-width: 767px) {
    .block {
        display: none;
    }

    button {
        display: block;
        content: "<";
    }
}

.force-show {
    display: block;
    content: "<";
}

.payment-mobile.panel-default {
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
}

.payment-mobile .panel-heading {
    padding: 0;
    border: #CCC thin solid;
    background-color: #FFF;
    border-radius: 5px;
}

.payment-mobile .panel-body {
    margin-top: 5px;
    border-top-color: #CCC !important;
    border: #CCC thin solid;
    background-color: #FFF;
    border-radius: 5px;
}


.payment-mobile .panel-heading .radio {
    margin: 0;
}

    .payment-mobile .panel-heading .radio input[type='radio'] {
        left: 10px;
        margin: 13px 0 0;
    }

    .payment-mobile .panel-heading .radio label {
        padding: 10px 30px;
        width: 100%;
        color: #000;
        border-radius: 4px;
        font-weight: 500;
        font-size: 16px;
    }

    .payment-mobile .panel-heading .radio input[type='radio']:checked + label {
        background-color: #13a5e5;
        color: #FFF;
    }

.activeFilter {
    background-color: #13a5e5;
    font-weight: bold;
}

.btn-default .active {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}

.modal {
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 11;
    background-color: #000000;
    background-color: rgba(0,0,0,0.4);
}

._720kb-datepicker-calendar {
    visibility: visible !important;
}

.paxrite {
    padding-right: 10px;
}

.airlinename {
    color: #0065b8;
    font-size: 15px;
    font-weight: bold;
}

.bluecolor2 {
    color: #0065b8;
    font-size: 13px;
    font-weight: bold;
}

.customize2 {
    box-shadow: none;
    border: none !important;
    border-bottom: 1px solid #CFCFCF !important;
    padding: 0;
    padding-left: 10px !important;
    font-weight: 500;
    height: 24px;
    background: none !important;
    -webkit-appearance: none;
}

    .customize2 input {
        font-weight: normal !important;
        height: 24px;
        background: none !important;
        font-size: 13px !important;
    }

input.customize2 {
    font-weight: normal !important;
    height: 24px;
    background: none !important;
    font-size: 13px !important;
    border-radius: 0 !important;
}

select.customize2 {
    border-radius: 4px;
}

.termsandcond h4 {
    font-size: 14.5px;
}

.row.listing-logo-sec .flight-logo {
    height: 100%;
    line-height: 35px;
    padding-left: 50px;
}

    .row.listing-logo-sec .flight-logo .img-wrap2 {
        display: inline-block;
        height: 25px;
        width: 25px;
    }

.row.listing-logo-sec {
    height: 24px;
    vertical-align: 35px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

.modal {
    /*display: none;*/
    position: fixed;
    left: 0;
    right: 0;
    background: none;
    padding: 0;
    /*max-height: 86%;*/
    /*width: 45%;*/
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    box-shadow: none;
}

    .modal .modal-content {
        padding: 0px;
        min-height: 100px;
    }

.modal-content {
    background-color: #f2f2f2;
}

@media only screen and (max-width: 600px) {
    .header-space {
        margin-top: 0px;
        margin-left: 0px;
    }
}

.input-group-btn:first-child > .btn {
    margin-right: -1px;
    padding: 5px;
}

.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -1px;
    padding: 5px;
}

.adult {
    font-size: 16px;
}

.paspot-detail {
    text-align: center;
}
