/*YOUR CUSTOM STYLES*/

/*Autocomplete css start*/

.autocomplete-options-container {
    min-width: 100%;
    position: absolute;
    direction: ltr;
    border: 0px solid #23e813;
    width: 100%;
    z-index: 999;
}

.autocomplete-options-dropdown {
    min-width: 100%;
    width: auto;
    top: 0px;
    left: 0px;
    border: 2px solid #ccc;
    border-top-color: #d9d9d9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: default;
    z-index: 1001;
    background: white;
    overflow-y: auto;
}

.autocomplete-options-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0px solid red;
    height: 260px;
}

.autocomplete-option {
    background: #fff;
    white-space: nowrap;
    white-space: normal;
    padding: 4px 10px;
    line-height: 22px;
    overflow: hidden;
    font: normal normal normal 13.3333330154419px/normal Arial;
}

    .autocomplete-option.selected {
        background-color: #94876e;
        cursor: pointer;
        color: #fff;
    }

hotelautocomplete {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.flights-title {
    font-size: 30.758000000000003px;
    margin-left: -14px;
    background: #285e8e;
    margin-top: -11px;
    width: 200px;
    color: white;
}

.booking-item-details:hover {
    background: #eee;
}

.booking-item-details input[type="radio"]:checked + .col-md-6 {
    background-color: red;
}


.booking-item-details > ul.list > li {
    font-size: 100px !important;
}


.list-size {
    font-size: 15px;
}

.booking-filters {
    border: none;
}

.booking-item {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    transition: background-color 1.5s;
}

    .booking-item:hover {
        border: none;
        background-color: #f8f8f8;
    }


/*Override*/

.tripTitle .destinationGrid {
    color: #fff;
    /*background-color:#002b61 ;*/
    background-color: #94876e;
    transition: background-color 1.5s;
}

    .tripTitle .destinationGrid::after {
        border-color: #94876e transparent transparent transparent;
        /*border-color: #002b61 transparent transparent transparent;*/
        transition: border-color 1.5s;
    }

#flight-container:hover, #flight-title:hover {
    transition: background-color 2s;
}


#flight-container:hover, #flight-title:hover {
    /*background-color: red;*/
    background-color: #f8f8f8;
}



    #flight-container:hover .destinationGrid {
        background-color: #94876e;
        /*background-color: green;*/
    }



        #flight-container:hover .destinationGrid::after {
            /*border-color: green transparent transparent transparent;*/
            border-color: #94876e transparent transparent transparent;
        }

a#select-btn {
    transition: all 1.5s;
}

#flight-content:hover a#select-btn {
    /*    background: #d282a6;
	border-color: #d282a6;*/
    background-color: #94876e;
    border-color: #94876e;
}
/*NEW CSS start 14 Nov 17*/
.displaypaxcount {
    height: 45px;
    padding: 11px 18px !important;
    font-size: 13px;
    color: #555555;
    border: 1px solid #cccccc;
}

.paxguestarrow {
    float: right;
    font-size: 18px;
}

.pax-count-hotel {
    position: absolute;
    /*margin: 75px 0px 0px 389px;*/
    background: #fff;
    width: 343px;
    border: 1px solid #d1d1d1;
    z-index: 999;
    display: none;
    /*left: 389px;*/
    /*top: 73px;*/
}

.pax-count-hotelM {
    position: absolute;
    /*margin: 75px 0px 0px 389px;*/
    background: #fff;
    width: 343px;
    border: 1px solid #d1d1d1;
    z-index: 999;
    display: none;
    left: 361px;
    top: 73px;
}

.btn-info {
    color: #fff !important;
    background-color: #94876e;
    border-color: #94876e;
}

    .btn-info:hover {
        background-color: #94876e;
    }

btn-info:after {
    background-color: #94876e;
}

.minuscls {
    border-radius: 6px 0px 0px 6px;
}

.pluscls {
    border-radius: 0px 6px 6px 0px;
}

.minuscls:hover {
    border-radius: 6px 0px 0px 6px;
}

.pluscls:hover {
    border-radius: 0px 6px 6px 0px;
}

.padding-20 {
    padding: 20px;
}

.paxroommain {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 10px;
}

.addRoom {
    font-size: 11px;
}

.room-close {
    font-size: 11px;
    float: right;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background: #555555;
    border: 1px solid #555555;
    cursor: not-allowed;
}

.btn-info {
    color: #ffffff;
    background-color: #94876e !important;
    border-color: #94876e !important;
}
/*  scrollbar new style   */
.scrollbar {
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

.force-overflow {
    min-height: 50px;
}
/*   STYLE 3   */

#custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f5f5f5;
}

#custom-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #94876e;
}

.hotel_img {
    width: 181px;
    height: 136px;
}

.trf_img {
    width: 181px;
    height: 136px;
}

.iconperson {
    font-size: 16px;
    vertical-align: baseline !important;
    color: #b3b3b3;
}

.iconroom {
    font-size: 21px;
    vertical-align: bottom !important;
    color: #b3b3b3;
}

.selectLang {
    color: #f2f2f2;
    text-transform: uppercase;
}

.loaderlogin {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #94876e;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loginloaderdiv {
    display: none;
    margin-left: 79px;
    margin-top: -31px;
}

.registerloaderdiv {
    display: none;
    margin-left: 172px;
    margin-top: -31px;
}

.contactloaderdiv {
    display: none;
    margin-left: 522px;
    margin-top: 2px;
}

.chngpassloaderdiv {
    display: none;
    margin-left: 153px;
    margin-top: -31px;
}

.country-code-highlighter {
    width: 13%;
    display: block;
    float: left;
    /*line-height: 34px;*/
    /*border-right: 1px solid #ccc;*/
    cursor: pointer;
    position: relative;
    font-size: 13px;
    /* padding-left: 5px; */
    color: #555;
}

.country-code-select {
    background: none;
    /* opacity: 0; */
    position: absolute;
    width: 69px;
    /*left: 43px;*/
}

.mobile-field-input {
    /*float: left;*/
    width: 87%;
    /*border: 0;*/
    box-shadow: none;
    background: none;
    z-index: 4;
    position: relative;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
}

.mobileiconleft:after {
    left: 72px;
}

.paddinglft {
    padding-left: 10px !important;
}

.fontbold {
    font-weight: bold;
}

.floatright {
    float: right;
}

.bottombrdr {
    border-bottom: 0px solid #fff;
}

.displaypaxcount {
    cursor: pointer;
}

.resultloaderdiv {
    margin-left: 543px;
    margin-top: 0px;
}

.capitalize {
    text-transform: capitalize;
}

.hotelNameClose a {
    cursor: pointer;
    color: #94876e !important;
    font-weight: bold;
    position: absolute;
    right: 42px;
    top: 119px;
    font-size: 20px;
}

.offer_red {
    width: 44px;
    height: 42px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.pagination > li {
    min-width: 33px;
}

.loadameneity {
    text-align: center;
}

    .loadameneity a {
        font-weight: bold;
        text-decoration: underline;
    }

.gallery_thumnail {
    /*width:174px;*/
    height: 130px;
}

.more-container {
    float: right;
    clear: both;
    width: 100%;
}

.details .button {
    background: #fff;
    color: #94876e;
}

a.button.btn-mini.more {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    float: right;
    clear: right;
    height: 18px;
    line-height: 18px;
}

.onlyspan a {
    color: #FFF;
    text-decoration: none;
    background: #94876e;
    padding: 0 8px;
    line-height: 18px;
    display: none;
}

.filter-list-container {
    position: relative;
}

    .filter-list-container:hover .onlyspan a {
        display: block;
    }

.onlyspan {
    right: 40%;
    padding: 2px 0;
    text-transform: uppercase;
    position: absolute;
}


/*custom-checkbox-filter start*/
.btn span.glyphicon {
    opacity: 1;
}

.btn.active span.glyphicon {
    opacity: 1;
}

.checkbox-filters .btn-group, checkbox-filters .btn-group-vertical {
    display: block;
}

.btn-checkbox.btn.active {
    background: #94876e;
    color: #fff;
    border: 0px solid #ccc;
}

.btn-checkbox {
    color: #414143;
    /*background-color: red;*/
    border: 1px solid #ccc;
}

.checkbox-filters .btn {
    padding: 0px 4px;
    border-radius: 0px;
    margin: 2px 5px 5px 0;
    width: 22px;
    height: 22px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.checkbox-filters .btn-group > .checkbox-filters .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.checkbox-filters .glyphicon {
    font-size: 10px;
}

.more-container {
    float: right;
    clear: both;
    width: 100%;
}
/*custom-checkbox-end*/

/* 7.2. DatePicker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.datepicker-wrap {
    position: relative;
}

    .datepicker-wrap .ui-datepicker-trigger {
        width: 30px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background-color: transparent;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    /*.datepicker-wrap:after {
  display: block;
  font-family: "soap-icons";
  content: "\e86a";
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  line-height: 34px;
  background: #fdb714;
}*/
    .datepicker-wrap.yellow:after {
        background: #fdb714;
    }

    .datepicker-wrap.green:after {
        background: #98ce44;
    }

    .datepicker-wrap.blue:after {
        background-color: #01b7f2;
    }

    .datepicker-wrap.dark-blue:after {
        background-color: #2d3e52;
    }

    .datepicker-wrap.transparent:after {
        background-color: transparent;
        color: #fdb714;
    }

.ui-datepicker {
    width: 18em;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #fdb714;
    z-index: 999999 !important;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        /*background: #fff;*/
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 11px;
        cursor: pointer;
    }

        .ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
            visibility: hidden;
        }

        .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            /*border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;*/
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 24px;
    }

        .ui-datepicker .ui-datepicker-prev:before {
            /*border-right: 8px solid #333;*/
            font-family: 'FontAwesome';
            content: '\f104';
            font-size: 18px;
            font-weight: bold;
            margin-top: -4px;
        }

    .ui-datepicker .ui-datepicker-next {
        right: 24px;
    }

        .ui-datepicker .ui-datepicker-next:before {
            /*border-left: 8px solid #333;*/
            font-family: 'FontAwesome';
            content: '\f105';
            font-size: 18px;
            font-weight: bold;
            margin-top: -4px;
        }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: none;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 5px;
        text-align: center;
        /*color: #fff;*/
        font-size: 1.1667em;
        font-weight: bold;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        /*width: 100%;*/
        margin-left: 7px;
        margin-bottom: 6px;
        font-size: 12px;
        border-collapse: collapse;
    }

    .ui-datepicker th {
        width: 30px;
        height: 30px;
        line-height: 30px;
        /*background: #f5f5f5;*/
    }

        .ui-datepicker th span {
            display: block;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
            color: #333;
        }

    .ui-datepicker span.ui-datepicker-month {
        font-weight: bold;
    }

    .ui-datepicker .ui-datepicker-calendar td {
        vertical-align: middle;
        text-align: center;
        border: 1px solid #e6e6e6;
    }

        .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
            color: inherit;
            display: block;
            height: 30px;
            width: 30px;
            line-height: 30px;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
            color: #dbdbdb;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar td a:hover {
            background: #94876e;
            color: #fff;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
            position: relative;
        }

            .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:before {
                content: "";
                border-right: 5px solid #999;
                border-top: 5px solid transparent;
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

    .ui-datepicker.yellow {
        border: 1px solid #fdb714;
    }

        .ui-datepicker.yellow .ui-datepicker-header {
            background: #fdb714;
        }

        .ui-datepicker.yellow th span {
            color: #fdb714;
        }

        .ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.yellow .ui-datepicker-calendar td a:hover {
            background: #fdb714;
        }

        .ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-today a:before {
            border-right-color: #fdb714;
        }

    .ui-datepicker.green {
        border: 1px solid #98ce44;
    }

        .ui-datepicker.green .ui-datepicker-header {
            background: #98ce44;
        }

        .ui-datepicker.green th span {
            color: #98ce44;
        }

        .ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.green .ui-datepicker-calendar td a:hover {
            background: #98ce44;
        }

        .ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-today a:before {
            border-right-color: #98ce44;
        }

    .ui-datepicker.blue {
        border: 1px solid #01b7f2;
    }

        .ui-datepicker.blue .ui-datepicker-header {
            background: #01b7f2;
        }

        .ui-datepicker.blue th span {
            color: #01b7f2;
        }

        .ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.blue .ui-datepicker-calendar td a:hover {
            background: #01b7f2;
        }

        .ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-today a:before {
            border-right-color: #01b7f2;
        }

    .ui-datepicker.dark-blue {
        border: 1px solid #2d3e52;
    }

        .ui-datepicker.dark-blue .ui-datepicker-header {
            background: #2d3e52;
        }

        .ui-datepicker.dark-blue th span {
            color: #2d3e52;
        }

        .ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.dark-blue .ui-datepicker-calendar td a:hover {
            background: #2d3e52;
        }

        .ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-today a:before {
            border-right-color: #2d3e52;
        }

.datetextbox .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer;
    background-color: #fff;
}

.mfp-search-dialog {
    max-width: 79%;
}

.reprice-dialog {
    max-width: 50% !important;
}


.login-dialog {
    max-width: 30% !important;
}

.register-dialog {
    max-width: 43% !important;
}

.voucher-dialog {
    max-width: 64% !important;
    padding: 20px 16px;
}

.emailvoucher-dialog {
    max-width: 38% !important;
}

.cancelcharge-dialog {
    max-width: 50% !important;
}

.timeout-dialog {
    max-width: 38% !important;
}

.sendvouchertckt {
    font-size: 20px;
    font-weight: bold;
}

.btnsendemail {
    width: 50% !important;
    float: right;
}

.continue_as_guest {
    cursor: pointer;
    text-align: center;
}

.logedin_List {
    width: 140px;
}

.lowercase {
    text-transform: lowercase;
}

.global-wait {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#main-footer {
    margin-top: 0px !important;
}

.form-control {
    border-radius: 0 !important;
}

.loading {
    width: 17px;
    height: 17px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #94876e;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: absolute;
    right: -10px;
    top: 6px;
}

.padding10 {
    padding: 0px 10px 0 10px;
}

.booking-item-features > li > i {
    font-size: 16px;
}

.roomloaderdiv {
    text-align: center;
    margin-left: 531px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.loaderroom {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #94876e;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/*.spinnerRoomDiv {
  position: absolute;
    margin: 0 auto;
    top: 62px;
    right: 115px;
}*/
.spinnerRoomDiv {
    position: relative;
    margin: 0 auto;
    top: -31px;
    right: 95px;
}

.pax-type {
    font-size: 10px !important;
    padding-top: 28px !important;
}

.hieght60 {
    height: 60px;
}

.hotel-price-slider {
    clear: both;
    padding-top: 30px;
}

.flight-price-slider {
    clear: both;
    padding-top: 30px;
}

.currencylbl {
    font-size: 11px;
}

.alertMsg {
    color: red;
}

.faredetail_img {
    width: 98px;
    height: 74px;
}

.clearfiltericon {
    height: 16px;
    padding-right: 5px;
    width: 23px;
}

.brokenchain {
    font-size: 100px;
}

.border-right {
    border-right: 1px solid #ccc;
}

.clearfilteranchr {
    color: #337ab7 !important;
    cursor: pointer;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: #01b7f2;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.handicon_size {
    font-size: 21px;
    color: #94876e;
}

.policy-dialog {
    max-width: 50% !important;
}

.polcyloader {
    margin-left: 284px;
}

.topdestination_Img {
    width: 263px;
    height: 197px;
}

.progressbar {
    /*display: inline-block;
    float: right;
    position: absolute;
    /*right: 5%;
    top: 189px;*/
    width: 100%;
}

.fltprogressbar {
    /*display: inline-block;
    float: right;
    position: absolute;
    /*right: 5%;*/
    /*top: 192px;*/
    width: 100%;
}

.progress-bar {
    background-color: #94876e;
    line-height: 16px;
}

.pregress-value {
    position: relative;
    width: 61px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.progress {
    width: 1140px;
    height: 16px;
    position: relative;
    top: 0px;
    color: #fff;
}

div.coupon-back {
    color: #fff;
    background: #fff;
}

.dotted-border {
    position: absolute;
    bottom: 0;
    left: 0;
}

.width100per {
    width: 100%;
}

.marginbot10 {
    margin-bottom: 10px;
}

.bookingloader {
    text-align: center;
    margin-left: 368px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.user-profile-sidebar .user-profile-avatar {
    max-width: 120px;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    border: 0PX solid #CCC;
    color: #94876e;
    height: 120px;
    width: 120px;
    margin-left: 57px;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    padding: 49px 0px 0px 0px;
}

.profile-avtar-name h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

.profile-avtar-name p {
    font-size: 10px;
}

.underline {
    text-decoration: underline !important;
}

#flight-details .flights {
    width: 100%;
    padding-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0;
}

.table-wrapper {
    display: table;
}

.full-width {
    width: 100% !important;
}

#flight-details .intro.table-wrapper {
    border-spacing: 1px;
}

#flight-details .detailed-features {
    background: #fff;
}

.table-wrapper .table-cell {
    display: table-cell;
    vertical-align: top;
    float: none !important;
}

.bookkingdetailimg {
    width: 100px;
    height: 75px;
}

#flight-details .flights .table-cell {
    border: 1px solid #f5f5f5;
    /*border-right: 1px solid #f5f5f5;*/
    padding: 5px;
    /* text-align: center; */
    vertical-align: top;
}

.table-wrapper .table-row {
    display: table-row;
    float: none !important;
}

.font-size-13 {
    font-size: 13px;
}

#booking label {
    font-weight: bold;
}

.htl-detail-w36 {
    width: 36%;
}

.htl-detail-w45 {
    width: 45%;
}

.booking-detail-bg {
    padding: 10px;
    background: #f9f9f9;
}

#FAQ .tab-container.full-width-style ul.tabs {
    width: 24%;
    float: left;
}

#FAQ .tab-container.full-width-style.arrow-left ul.tabs li {
    margin-bottom: 4px;
}

#FAQ .tab-container.full-width-style ul.tabs li {
    float: none;
    margin: 0;
    padding-right: 0;
}

#FAQ .tab-container.full-width-style.arrow-left ul.tabs li.active a {
    border-left: 2px solid #0065b8;
}

#FAQ .tab-container.full-width-style.arrow-left ul.tabs li.active a {
    margin-right: 0;
    border-left: 2px solid #94876e;
    position: relative;
}


#FAQ .tab-container.full-width-style .tab-content {
    float: left;
    width: 76%;
}

#FAQ .tab-container .tab-content {
    background: #fff;
}

#FAQ .tab-content {
    background: #fff;
    /*border: 1px solid #ddd;*/
    border-top: 0px solid #ddd;
    padding: 10px;
    height: auto;
    overflow-y: auto;
}

#FAQ ul {
    list-style-type: none;
}

    #FAQ ul li a {
        display: block;
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        padding: 13px;
        background: #f9f9f9;
    }

        #FAQ ul li a:active {
            background: #fff;
            text-decoration: none;
        }

.txtjustify {
    text-align: justify;
}

#gotoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #94876e;
    color: white;
    cursor: pointer;
    padding: 0px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 20px;
}

    #gotoTop:hover {
        border: 1px solid #94876e;
        background-color: #f7f7f7;
        color: #94876e;
    }

    #gotoTop i {
        vertical-align: super;
    }

.red-star {
    color: red;
    font-size: 14px;
}

#map {
    width: 100%;
    height: 400px;
}

.nav-drop > .nav-drop-menu > li > a {
    padding: 10px 14px;
}

.flight-pax-count {
    /*position: absolute;*/
    /*margin: -13px 0px 0px -342px;*/
    /*background: #fff;*/
    width: 529px;
    border: 1px solid #d1d1d1;
    /*z-index: 999;
    display: none;*/
    padding: 15px;
    /*float: right;*/
    /*color: #000;*/
    /*top: 87px;*/
}

.flight-paxSection .btn-lg, .flight-paxSection .btn-group-lg > .btn {
    padding: 10px 16px;
}

/*.flight-pax-count .btn
   {
           padding: 10px 12px;
   }
   .flight-pax-count .form-control
   {
           height: 42px;
   }
   .flight-pax-count .NonStop_Flights
   {
       text-transform:none;
       color: #737373;
        font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.6em;
        font-weight: 400;
   }*/


.date-disable {
    background: #fff;
    opacity: .7;
    width: 100%;
    height: 74px;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 99;
    cursor: not-allowed;
}

.flighttype_stop_pdng {
    padding: 12px 0 0 2px;
}

.tabbable ul li {
    cursor: pointer;
}

#triptype .btn {
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 13px;
}

    #triptype .btn:hover {
        color: #fff;
        background: #94876e;
        border-radius: 0px;
    }

    #triptype .btn:active, .btn.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #94876e;
        color: #fff;
        font-size: 13px;
        border-radius: 0px;
    }

.delete-city {
    position: relative;
    top: 41px;
}

    .delete-city i {
        font-size: 20px;
    }

#flightsection .form-group.form-group-lg {
    margin-bottom: 15px;
}

#flightsection .displaypaxcount {
    padding: 13px 10px !important;
}

.booking-item-airline-logo > img {
    width: 81px;
}

.flight-mod-dialog {
    max-width: 84% !important;
}

.refrshSlider.btn.active {
    background: #94876e;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
}

.refrshSlider.btn {
    border-radius: 0px !important;
    border: 1px solid #fff;
}

    .refrshSlider.btn:hover {
        background: #94876e;
        border: 1px solid #fff;
        color: #fff;
    }

.marginTop16 {
    margin-top: 16px;
    font-size: 14px;
}

.dropdown-menu-sort > li > a > span.active {
    margin-left: 6px;
    width: 20%;
    padding: 5px 4px 4px 9px;
    float: right;
    background: #94876e;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, .5);
}

.dropdown-menu-sort > li > a > span.inactive {
    margin-left: 6px;
    width: 20%;
    padding: 5px 4px 4px 9px;
    float: right;
    border: 0px solid #fff;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    cursor: pointer;
}

    .dropdown-menu-sort > li > a > span.inactive > i {
        color: #fff;
        padding-right: 5px;
        font-size: 14px;
        font-weight: 500;
    }

.dropdown-menu-sort > li > a > span.active > i {
    color: #fff;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 500;
}

#flightresultsection .nav-drop > .nav-drop-menu > li > a {
    padding: 15px 12px;
    line-height: inherit;
}

#flightresultsection .nav-drop > .nav-drop-menu {
    min-width: 214px;
}

.dropdown-menu-sort .clsFilter:hover {
    background: #94876e;
}

    .dropdown-menu-sort .clsFilter:hover i {
        color: #fff;
    }

.selected_sorting > span.inactive {
    margin-left: 6px;
    width: 20%;
    padding: 4px 4px 4px 9px;
    border: 0px solid #000;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    cursor: pointer;
    float: right;
}

    .selected_sorting > span.inactive > i {
        color: #000;
        padding-right: 5px;
        font-size: 14px;
        font-weight: 500;
    }

.selected_sorting > span.active {
    margin-left: 6px;
    width: 20%;
    padding: 4px 4px 4px 9px;
    background: #94876e;
    color: #fff;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, .5);
    float: right;
}

    .selected_sorting > span.active > i {
        color: #fff;
        padding-right: 5px;
        font-size: 14px;
        font-weight: 500;
    }

.selected_sorting > span.inactive:hover {
    background: #94876e;
}

    .selected_sorting > span.inactive:hover i {
        color: #fff;
    }

.selected_sorting {
    display: inline-block;
    background: #f5f5f5;
    padding: 4px 5px 3px 0px;
}

    .selected_sorting .sort-txt {
        width: 180px;
        display: inline-block;
        padding: 5px;
    }

#custom-scroll::-webkit-scrollbar-thumb {
    background-color: #94876e;
}

#flightresultsection .nav-drop > .nav-drop-menu > li > a:hover {
    background: #333 !important;
}

#flightdetailinfo ul {
    list-style-type: none;
}

    #flightdetailinfo ul li {
        display: inline-block;
    }

        #flightdetailinfo ul li a {
        }

#flightdetailinfo [class^="fa"].circle, [class*=" fa"].circle, .glyphicon.circle {
    border: 0px solid;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.7333em;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    text-align: center;
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);*/
}

    #flightdetailinfo [class^="fa"].circle, [class*=" fa"].circle, .glyphicon.circle:hover {
        background: #94876e;
        color: #fff;
    }

#flightdetailinfo ul li a i {
    padding: 1px 0px 0px 1px;
    font-size: 18px;
}

.duration_flt {
    font-size: 12.2px;
    font-weight: bold !important;
}

.line:before {
    display: inline-block;
    margin: 0 0px 3px 1px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #ccc;
    width: 66px;
}

.line:after {
    display: inline-block;
    margin: 0 0 3px 1px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #ccc;
    width: 66px;
}

/*#termsid.radio input[type="radio"], #termsid.radio-inline input[type="radio"], #termsid.checkbox input[type="checkbox"], #termsid.checkbox-inline input[type="checkbox"]*/
#termsid input[type="checkbox"] {
    margin-left: 0px;
}

#fareruleid .info {
    padding-bottom: 20px;
    text-align: justify;
}

#fareruleid .plus:before {
    content: '(+) More..';
    cursor: pointer;
    color: #0000FF;
}

#fareruleid .minus:before {
    content: '(-) Less';
    cursor: pointer;
    color: #0000FF;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: auto;
}

.flightdetailimg img {
    width: auto;
}

.bg-img-1 {
    background-image: url(../../Images/SYT/2048x1365.jpg);
}

.bg-img-2 {
    background-image: url(../../Images/SYT/2048x2048.png);
}

.bg-img-3 {
    background-image: url(../../Images/SYT/2048x1365.jpg);
}

.bg-img-4 {
    background-image: url(../../Images/SYT/2048x1365.jpg);
}

.hotelwaiting-bg {
    background-image: url(../../Images/SYT/hotelwaiting.png);
}

.transferwaiting-bg {
    background-image: url(../../Images/SYT/transferwaiting.jpg);
}

.activitywaiting-bg {
    background-image: url(../../Images/SYT/activitywaiting.jpg);
}

.flightwaiting-bg {
    background-image: url(../../Images/SYT/1024x487.png);
}

.redcolor {
    color: red;
}

.dashboard.style2, .post-404page.style2 {
    background-color: #414143;
}

.post-404page .error-message {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center;
    padding-top: 130px;
}

.post-404page .logo {
    display: inline-block;
}

.post-404page.style2 .go-back {
    display: inline-block;
    font-size: 2.0833em;
    font-weight: 900;
    color: #414143;
    background: #fff;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -ms-border-radius: 35px 35px 35px 35px;
    border-radius: 35px 35px 35px 35px;
    padding-right: 30px;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    overflow: hidden;
}

    .post-404page.style2 .go-back:hover {
        text-decoration: none;
        color: #94876e;
    }

    .post-404page.style2 .go-back i {
        background: #414143;
        color: #fff;
        margin-right: 20px;
    }

.post-404page.style2 #main {
    text-align: center;
}

.post-404page i.circle {
    border: 1px solid;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.7333em;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    text-align: center;
}

.farecheckdiv {
    position: relative;
    top: -29px;
    float: right;
    right: 220px;
}

.coupanaplied {
    padding: 0px 15px 0px 15px;
}

.couponremoveicon {
    cursor: pointer;
    float: right;
}

.appliedvalue {
    border-bottom: 1px dashed #ccc;
    width: 70%;
    font-size: 12px;
}

.appliedtext {
    background: #f7f7f7;
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-top: 1px solid rgba(0,0,0,0.15);
}

.total-price-value {
    font-size: 24px;
    color: #686868;
    font-weight: 400;
}

.total-price {
    font-size: 12px;
}

#dvCouponArea {
    color: #515151;
}
/*NEW CSS End*/
.filter-list-container {
    display: inline-block;
    width: 190px;
}
/*.filter-list-container:hover a{
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}*/
.margin-top-3 {
    margin-top: 3px;
}

.rooms-not-available {
    margin-left: 457px;
}

.fareruleloader {
    display: none;
    margin-left: 341px;
    padding: 20px;
}

.farepopuploader {
    position: absolute;
    top: 326px;
    left: 395px;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #94876e;
    border-color: #94876e;
}

.btn-primary.focus {
    background-color: #94876e;
    border-color: #94876e;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #94876e;
    border-color: #94876e;
}

.btn-primary {
    color: #fff;
    background-color: #94876e;
    border-color: #94876e;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #94876e;
        border-color: #94876e;
    }
/*.top-area, .special-area {height: 770px;}*/
.fltDptrGrid {
    border: none;
    margin-bottom: 5px;
    margin-top: 30px;
}

.top-area .owl-carousel-area .owl-item {
    height: 100%;
}

.top-area, .special-area {
    min-height: 700px;
    height: 100%;
}

.search-tabs-bottom {
    top: 230px;
    width: 100%;
    bottom: auto;
}

.mb50 {
    margin-bottom: auto !important;
}

.top-area .owl-carousel-area .owl-item {
    height: 755px;
}
/*.owl-controls {
    display: none !important;
}*/

#owl-carousel-slider .owl-controls {
    display: none !important;
}


#offline-owl-carousel .owl-controls {
    /*display: none !important;*/
}

.pax-count-activity {
    position: absolute;
    /* margin: 75px 0px 0px 389px; */
    background: #fff;
    width: 343px;
    border: 1px solid #d1d1d1;
    z-index: 999;
    display: none;
    left: 15px;
    top: 74px;
}

.drop-alter-activity a:focus {
    color: #94876e;
    text-decoration: none;
}

input#phoneCountryCode {
    border: 0;
    cursor: default;
    left: 55px;
    padding: 0;
    position: absolute;
    width: 40px;
    color: #666;
    background: 0 0;
    font-size: 14px;
    bottom: 0px;
    height: 35px;
    top: 0px;
}
/*.checkbox input[type="checkbox"] {
    position: relative;
    z-index: 1;
    opacity: 0;
}
  .checkbox:before, .radio:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #d1d1d1;
    z-index: 0;
    font-family: "FontAwesome";
    line-height: 12px;
    text-align: center;
}
  .checkbox.checked:before {
    border-color: #0065b8;
    color: #fff;
    background: #0065b8;
    content: "\e8ba";
}*/
.hot-line {
    font-weight: bold;
    font-size: 15px;
}

input#ddlDailingCode {
    border: 0;
    cursor: default;
    left: 55px;
    padding: 0;
    position: absolute;
    width: 173px;
    color: #666;
    background: 0 0;
    font-size: 14px;
    bottom: 0px;
    height: 33px;
    top: 0px;
}

input#ddlNationality {
    border: 0;
    cursor: default;
    left: 55px;
    padding: 0;
    position: absolute;
    width: 173px;
    color: #666;
    background: 0 0;
    font-size: 14px;
    bottom: 0px;
    height: 33px;
    top: 0px;
}

#dialCodeList_title {
    cursor: pointer;
}

.ddcommon .ddTitle {
    width: auto;
}

.activity_Result_main .booking-item-features > li {
    float: none;
}

.activity_Result_main .booking-item-features {
    text-align: center;
}

.font-weight400 {
    font-weight: 400;
}

.activitydec {
    font-size: 13px;
    text-align: justify;
}

.ddcommon .ddChild {
    width: auto !important;
}

.ddChild {
    height: 200px;
}

#NationalityListT_child {
    height: 224px !important;
}

#offerimg img {
    width: auto;
}

.drop-alter a:focus {
    color: #94876e;
    text-decoration: none;
}

.transfer-pax-count {
    position: absolute;
    margin: 0px 0px 0px 0px;
    background: #fff;
    width: 343px;
    border: 1px solid #d1d1d1;
    z-index: 999;
    display: none;
    padding: 15px;
    color: #000;
    top: 74px;
    left: 15px;
}

.trf_ACC_AIR {
    margin: 8px 0px 8px 8px;
    font-size: 14px;
    font-weight: bold;
    width: 506px;
}

.paxpanellink label {
    font-size: 16px;
    margin-bottom: 7px !important;
}

.paxlables {
    text-transform: uppercase;
    font-size: 10px;
    color: #737373;
}

.transfer-pax-count hr {
    margin-top: 11px !important;
    margin-bottom: 4px !important;
}

.hotelimg_overlay {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
}

.vehicleloaderdiv {
    text-align: center;
    margin-left: 531px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.loadervehicle {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #94876e;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/* flight seat map */
.page_booking_checkout #SeatMapHtml {
    position: fixed;
    top: 0;
    width: 1140px;
    margin-left: -11px;
    bottom: 0;
    background: #ffffff;
    padding-top: 0px;
    z-index: 11;
}

.select-seat-dialog {
    max-width: 1140px !important;
    max-height: 100% !important;
    height: 600px;
    overflow-y: scroll;
    top: 0;
}

.msg-bar {
    background: #94876e;
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 5px 15px;
}

.airseatmap {
    background: #f2f2f2;
    float: left;
    width: 100%;
    padding: 15px;
}

.flight-segment {
    float: left;
    width: 100%;
    padding: 15px;
}

.tab_on span, .tab_off span, .tab_hover span {
    float: left;
    width: 80%;
    padding: 3px 0;
}

.tab_on font, .tab_off font, .tab_hover font {
    width: 100%;
    font-size: 11px;
    float: left;
    text-align: left;
    font-weight: bold;
}

.tab_on div, .tab_off div, .tab_hover div {
    float: left;
    width: 50%;
}

.tab_on font, .tab_off font, .tab_hover font {
    width: 100%;
    font-size: 11px;
    float: left;
    text-align: left;
    font-weight: bold;
}

.tab_on {
    color: #636363;
    cursor: pointer;
    font-size: 22px;
    width: 100%;
    line-height: normal;
    float: left;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    padding-bottom: 15px;
}

.flight-details-cont {
    padding: 15px 0 0 0;
    float: left;
    width: 100%;
    border-top: 2px solid #c9c9c9;
    color: #636363;
}

    .flight-details-cont p {
        font-weight: 600;
        color: #8b8b8b;
        padding: 3px 5px;
        margin: 0;
    }

    .flight-details-cont b {
        width: 70px;
        float: left;
        color: #6e6e6e;
    }

.tab_off, .airseatmap {
    margin-bottom: 10px;
    border-radius: 10px;
}

.tab_off {
    color: #cccccc;
    cursor: pointer;
    font-size: 22px;
    width: 100%;
    float: left;
    line-height: normal;
    padding: 15px;
    border: 1px solid #f2f2f2;
    text-align: left;
}

    .tab_on div, .tab_off div, .tab_hover div {
        float: left;
        width: 50%;
    }

    .tab_on span, .tab_off span, .tab_hover span {
        float: left;
        width: 80%;
        padding: 3px 0;
    }

    .tab_off:hover span, .tab_off:hover div {
        color: #636363;
    }

.adv-seatmap {
    padding: 10px;
    font-size: 12px;
    font-family: 'open sans', arial;
    background: #8a8a8a;
}

    .adv-seatmap td:first-child, .adv-seatmap td:last-child {
        background: #616161;
        color: #fff;
    }

    .adv-seatmap td {
        padding: 3px 5px;
        vertical-align: middle;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

.seat-legends {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
    overflow: auto;
}

ul.seat-legends li {
    display: block;
    list-style-type: none;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.st-accordion ul li:first-child {
    border-top: none;
}

.st-accordion ul li {
    overflow: initial;
    list-style: none;
    display: inline-block;
}

.st-accordion ul li {
    line-height: normal;
    float: left;
    width: 100%;
}

.seat-legends div {
    float: left;
}

.seat-legends li span {
    padding: 8px;
    float: left;
    text-transform: uppercase;
}

.pax-selector-header {
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    padding: 10px;
}

.seat-pax-name {
    float: left;
    width: 50%;
    padding: 0 0 0 0px;
}

    .seat-pax-name a {
        padding-left: 10px;
    }

.seat-pax-number {
    float: left;
    width: 50%;
}

.seat-num {
    float: left;
    width: 50%;
    text-transform: uppercase;
}

.pax-selector {
    margin-top: -1px;
    float: left;
    width: 100%;
}

.sel-pax {
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
}

.seat-box {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 30px;
    height: 35px;
    text-align: center;
}

.box-exit {
    border-bottom: 4px solid #800000;
    background: #f5f5f5;
}

.box-vacant {
    border-bottom: 4px solid #349e1f;
    background: #f5f5f5;
}

.box-occupied {
    border-bottom: 4px solid #c9c9c9;
    color: #c9c9c9;
    background: #e0e0e0;
    font-size: 16px;
    padding-top: 4px;
}

.box-restricted {
    border-bottom: 4px solid #b0b0b0;
    background: #e0e0e0;
    color: #b3b3b3;
    font-size: 16px;
    padding-top: 4px;
}

.box-gallery {
    border-bottom: 4px solid #b0b0b0;
    background: #e0e0e0;
    color: #77270b;
    font-size: 16px;
    padding-top: 4px;
}

.box-preferred {
    border-bottom: 4px solid #224898;
    background: #e0e0e0;
    color: #224898;
    font-size: 16px;
    padding-top: 4px;
}

.box-selected {
    border-bottom: 4px solid #00c662;
    width: 30px;
    height: 35px;
    background: #01d96c;
    color: #fff;
    font-size: 16px;
    padding-top: 4px;
}

.legend-cont .box-exit {
    display: inline-block;
}

.legend-cont .box-vacant {
    display: inline-block;
}

.legend-cont .box-occupied {
    display: inline-block;
}

.legend-cont .box-restricted {
    display: inline-block;
}

.legend-cont .box-preferred {
    display: inline-block;
}

.legend-cont .box-gallery {
    display: inline-block;
}

.legend-cont .box-selected {
    display: inline-block;
}

.ShowPrefrance, .specify-pref {
    width: 100%;
    padding: 15px;
    background: #f2f2f2;
    text-decoration: none;
    float: left;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 15px;
}

.radio-cont {
    float: left;
    width: 100%;
    padding: 5px;
}

.seat-radio {
    float: left;
}

    .seat-radio input[type="radio"] {
        width: 20px;
        height: 20px;
    }

.seat-label {
    float: left;
    padding: 3px 5px;
    color: #000;
    width: 90%;
}

#select-seat-dialog {
    padding-top: 10px;
}

.msg-bar-container {
    width: 100%;
}

.seatmap-cont {
    width: 100%;
    display: inline-block;
}

.onboard-cont {
    width: 25%;
    float: left;
    margin-right: 2%;
    min-width: 200px;
}

.seat-pref-cont {
    width: 46%;
    float: left;
}

.legend-cont {
    width: 25%;
    float: right;
    margin-left: 2%;
    min-width: 200px;
}

a .msg-bar {
    color: #fff;
}

.mfp-dialog {
    margin: 0px auto;
}

.adv-seatmap td:nth-child(5) {
    padding-left: 10px;
}

.adv-seatmap td:nth-child(9) {
    padding-left: 10px;
}


/*  end here */

.item-list-grid-container::-webkit-scrollbar, .cruise-result-cont::-webkit-scrollbar, div.bPopup-policy-inner::-webkit-scrollbar, *::-webkit-scrollbar {
    width: 0.5em;
    border-radius: 50px;
    background: #ccc;
}

.transfername {
    font-size: 14px;
}

.transfer_Add {
    font-size: 11px;
}

.transferType li {
    border-top: 0px dashed #e6e6e6 !important;
    padding-top: 0 !important;
}



/* Start Query page css - shailendra */

#request-support {
    /*padding: 30px 0;
    background: #E8E9EB;
    border-top: 1px solid #b5b6b7;*/
}

    #request-support.request-support {
        padding: 30px 0;
        background: #E8E9EB;
        border-top: 0px solid #b5b6b7;
    }

.query-dialog {
    padding: 30px;
    width: 100%;
    height: 470px;
    overflow-y: auto;
}

#query-dialog.mfp-dialog {
    background: #e8e9eb;
}

.request-txt {
    font-size: 24px;
    font-weight: bold;
    color: #94876e;
    margin: 0 0 20px;
    padding: 0px;
}

.support-text p:first-child {
    border-bottom: 1px solid #D4D7DA;
    padding: 0 0 12px;
    overflow: hidden;
}

.support-text small {
    opacity: .75;
    font-size: 14px;
    color: #5B6270;
}

.support-text p {
    font-size: 16px;
    color: #5B6270;
}

#request-support .form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

#request-support label {
    padding-top: 10px;
}

.send-req {
    background: #94876e;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
}

#request-support .input-lg {
    font-size: 14px;
}

/* End Query page css - shailendra */
.minPrice {
    margin-top: 3px;
}
/*Sort-Menu*/
.dropdown-menu-fixed {
    float: right;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    font-size: 14px;
    color: #2d3e52;
    background: #f8f8f8;
    margin-left: 10px;
}

    .dropdown-menu-fixed > li {
        display: inline-block;
        width: 100%;
        padding: 4px;
        float: left;
    }

        .dropdown-menu-fixed > li > div.inactive {
            margin-left: 6px;
            width: 20%;
            padding: 6px 4px 4px 8px;
            float: right;
            background: #fff;
            width: 30px;
            height: 30px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
        }

        .dropdown-menu-fixed > li > div.active {
            margin-left: 6px;
            width: 20%;
            padding: 4px 4px 4px 8px;
            float: right;
            background: #94876e;
            width: 30px;
            height: 30px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            box-shadow: 1px 0px 5px rgba(0, 0, 0, .5);
        }

.sort-by-section li {
    padding: 8px 5px;
    float: left;
}

.dropdown-menu-fixed .selected_sorting {
    padding: 5px 5px 5px 5px;
}

    .dropdown-menu-fixed .selected_sorting .active {
        color: #fff;
    }

.dropdown-menu {
    left: 20px;
}

.dropdown-menu {
    top: 100%;
    min-width: 300px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu > li > div.active {
        margin-left: 6px;
        width: 20%;
        padding: 4px 4px 4px 8px;
        float: right;
        background: #94876e;
        width: 30px;
        height: 30px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        box-shadow: 1px 0px 5px rgba(0, 0, 0, .5);
    }

        .dropdown-menu > li > div.active i {
            color: #fff;
        }

    .dropdown-menu > li > div.inactive:hover {
        background: #94876e;
        color: #fff;
    }

    .dropdown-menu > li > div.inactive {
        cursor: pointer;
        margin-left: 6px;
        width: 20%;
        padding: 4px 4px 4px 8px;
        float: right;
        background: #fff;
        width: 30px;
        height: 30px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    }

    .dropdown-menu > li {
        border-bottom: 1px solid #cdcdcd;
        clear: both;
        width: 100%;
    }

.selected_sorting > div.inactive {
    cursor: pointer;
}

.sort-by-section .sortby-ul {
    display: inline;
}

.sort-by-section .sortby-li {
    list-style: none;
    padding: 3px 0px;
}


/*  css for payment options starts here*/
.tabs-left, .tabs-right {
    border-bottom: none; /*padding-top: 2px;*/
}

.tabs-left {
    border-right: 0px solid #7ac241; /*padding-top:20px;*/
    height: 260px;
    margin-right: 1px;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -2px;
    display: block; /*margin-top:10px;*/
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
    border-right-color: transparent;
}

.tabs-right > li.active > a, .tabs-right > li.active > a:hover, .tabs-right > li.active > a:focus {
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 0px 0 0 0px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 0px 0px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .vertical-text > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .vertical-text > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .vertical-text > li.active > a, .vertical-text > li.active > a:hover, .vertical-text > li.active > a:focus {
            z-index: 999;
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .vertical-text.tabs-left {
        left: -50px;
    }

    .vertical-text.tabs-right {
        right: -50px;
    }

        .vertical-text.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .vertical-text.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.payment-option {
    /*height: 260px;*/
    margin-bottom: 20px;
}

    .payment-option .no-right-padding {
        padding-right: 0;
    }

    .payment-option ul.nav-tabs li.active > a:after, .payment-option ul.nav-tabs li:hover > a:after {
        border-top: 0px solid #7ac142 !important;
        border-left: 0px solid !important;
        border-right: 0px solid !important;
    }

    .payment-option .nav > li > a {
        padding: 7px;
    }

    .payment-option .nav > li:hover a {
        color: #000 !important;
    }

    .payment-option .nav-tabs > li a {
        line-height: 0px;
    }

    .payment-option .tab-content {
        border: 1px solid #6E4555;
        padding: 15px;
        height: auto !important;
    }

    .payment-option .nav {
        border-bottom: 0px solid #ddd;
        padding-right: 0px;
    }

    .payment-option .tab-pane {
        text-align: justify;
    }

        .payment-option .tab-pane .pheader {
            font-size: 18px;
            font-weight: bold;
        }

    .payment-option .nav-tabs > li > a:hover {
        border-color: transparent;
        text-decoration: none;
        background-color: transparent;
    }

    .payment-option .nav > li > a:hover, .payment-option .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

.content > .tab-content {
    height: 220px;
}

.payment-option-container {
    min-height: 260px;
    margin-top: 20px;
}

.payment-option .content {
    padding-left: 0;
    /*border-left: 1px solid #94876e;*/
}

.payment-option .nav-tabs > li.active > a, .payment-option .nav-tabs > li.active > a:hover, .payment-option .nav-tabs > li.active > a:focus {
    color: #fff;
    border: 1px solid #94876e;
    border-bottom: 1px solid #ffffff;
    color: #000;
    z-index: 999;
}

.payment-option .nav-tabs > li a { /*background: transparent;*/
    font-size: 14px;
    font-weight: bold;
}

/*  css for payment options ends here*/

.successMsg {
    color: green;
}

/*Css for safari specific*/

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
    @media {
        .safari_only_text_indent {
            text-indent: 30px !important;
        }
    }
}


/*  feedback CSS Starts */
#feedback {
    position: fixed;
    bottom: 25%;
    display: inline-block;
    height: 146px;
    z-index: 10;
}


.customtagline {
    font-size: 20px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    color: #fff;
    line-height: 1em;
    overflow: hidden;
    height: 85px;
    top: 0;
    left: 0;
}

    .customtagline > span {
        float: left;
        display: block;
        height: 85px;
        line-height: 85px;
        color: #94876e;
    }

.custom-feedback {
    background-color: #94876e;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 7px 5px 3px;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
    line-height: 2.828571429;
    border-radius: 30px;
}

    .btn-circle:hover {
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 12px 0;
        font-size: 12px;
        line-height: 2.828571429;
        border-radius: 30px;
    }

/*  feedback CSS Starts */

/*style for app images starts*/
.appimg {
    border: 1px solid #737373;
    border-radius: 5px;
    cursor: pointer;
}

.imgpostn {
    /*left: 330px;*/
    float:right;
    bottom: -1px;
}

.txttop {
    left: 137px;
    line-height: 14px;
    display: block;
    width: 200px;
    top: 3px;
    padding-left: 5px;
    height: 39px;
}

.cursorP {
    cursor: pointer;
}

.postbtxt {
    position: relative;
    top: 4px;
}

ul.slimmenu .imgpostn:hover > a {
    background: none !important;
}

.imgpostn a {
    padding: 0 !important;
}

.search-tabs-bg > .responsiveicons > .nav-tabs > li > a {
    background: none;
}

.iconspos {
    position: relative;
    top: -5px;
}

.zClick {
    z-index: 999;
}

li.zClick {
    width: 32px;
}

.fa-android:before {
    font-size: 20px;
}

.fa-apple:before {
    font-size: 20px;
}
/*style for app images ends*/
