﻿body {
    background: #f5f5f5;
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.mt30 {
    margin-top: 30px;
}

.clearfix {
    clear: both;
}

.btn {
    border: 0 !important;
    border-radius: 0 !important;
}

.btn-primary {
    background: #8c734b !important;
    color: #fff !important;
}

.btn-primary i.arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    font-size: 14px;
    background: #f7971c;
    line-height: 24px;
    margin-left: 5px;
}

.light-menu {
    background: #eee !important;
    padding: 25px 0;
}

.light-menu .navbar {
    margin: 0 !important;
}

.light-menu .top-phone {
    text-align: right;
    font-size: 18px;
    letter-spacing: -1px;
    float: right;
}

.light-menu .top-phone strong {
    font-size: 30px;
    display: block;
    font-weight: 600;
    line-height: 1;
}

.booking-detail {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px;
}

.booking-tab {
    background: none;
    margin-bottom: 30px;
}

.booking-tab ul.steps {
    margin: 0 !important;
    padding: 0 !important;
}

.booking-tab ul.steps>li {
    float: none;
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-right: 20px;
    position: relative;
}

.booking-tab ul.steps>li a {
    display: block;
    padding: 0 !important;
    margin-right: 0 !important;
    position: relative;
    padding-left: 55px !important;
    padding-right: 20px !important;
    line-height: 40px;
    border-radius: 10px;
    border: 2px solid #434343;
    color: #434343 !important;
    font-size: 15px;
    font-weight: 600;
}

.booking-tab ul.steps>li>a .icon {
    width: 55px;
    height: 40px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

    .booking-tab ul.steps > li.active a,
    .booking-tab ul.steps > li.active a:hover,
    .booking-tab ul.steps > li.active a:focus {
        background: #8c734b !important;
        border-color: #8c734b !important;
        color: #fff !important;
    }

    .booking-tab ul.steps > li.active:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 12px 0 12px;
        border-color: #8c734b transparent transparent transparent;
        position: absolute;
        content: "";
        width: 24px;
        height: 11px;
        left: 50%;
        margin-left: -12px;
        top: 100%;
    }

.booking-tab ul.steps>li.active a .icon img {
    margin-top: -40px;
}

.hotel-list-view {
    margin: 0 !important;
    padding: 0 !important;
    max-height: unset !important;
    border: 1px solid #ddd;
    display: block;
}

.hotel-list-view+.hotel-list-view {
    margin-top: 25px !important;
}

.hotel-list-view:hover {
    border: 1px solid #ddd;
    box-shadow: none;
}

.hotel-list-view .switch-img .slides li img {
    padding: 0 !important;
    min-height: 138px !important;
}

.hotel-list-view img {
    padding: 0;
}

.hotel-list-view img,
.hotel-list-view .hotel-info {
    min-height: unset;
}

.hotel-list-view .hotel-header {
    margin-bottom: 12px;
}

.hotel-list-view .hotel-header h5 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
}

.hotel-list-view .hotel-header .notification-entry {
    color: #c93957;
    font-size: 12px;
}

.hotel-list-view .hotel-facility>p {
    margin-left: -5px;
}

.hotel-list-view .credit-card-info {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 14px;
}

.hotel-list-view .credit-card-info img {
    margin-right: 5px;
}

    .hotel-list-view .rating-price-box {
        background: #8c734b;
        padding-right: 0 !important;
        padding-left: 0 !important;
        min-height: 138px;
    }

.hotel-list-view .rating-price-box .room-status-box {
    display: block;
    min-height: unset;
    background: none;
    border: none !important;
    padding: 10px 15px 0 15px !important;
}

.hotel-list-view .rating-price-box .room-status-box h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.hotel-list-view .rating-price-box .room-status-box h5 span {
    font-size: 13px;
}

.hotel-list-view .rating-price-box .prices {
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
}

.hotel-list-view .rating-price-box .prices .old-price {
    font-size: 13px;
    text-decoration: line-through;
    opacity: .8;
    font-weight: 400;
}

.hotel-list-view .rating-price-box .prices .price {
    font-size: 18px;
}

.hotel-list-view .rating-price-box .button-box a {
    display: block;
    margin: 4px;
    background: #f8971c;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.hotel-list-view .rating-price-box .button-box a i {
    width: 8px;
    height: 12px;
    display: inline-block;
    background: url(../img/button-arrow.png) no-repeat;
    margin-left: 3px;
}


.hotel-list-view .hotel-info {
    border-right: 0;
    padding-left: 30px !important;
}

.passenger-detail {
    border: 0;
    box-shadow: none;
}

    .passenger-detail h4 {
        color: #8c734b;
    }

.passenger-detail .form-control {
    border: 2px solid #e5e5e5;
    font-size: 13px !important;
    padding: 4px 6px !important;
}

.room-select-item {
    padding: 10px;
}

.room-select-item h4 {
    margin-top: 0;
}

.passenger-detail-body label {
    margin-top: 0;
    font-size: 13px;
}

.room-select-item+.room-select-item {
    background: #f9f9f9;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.passenger-detail-title {
    color: #8c734b;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}

.booking-sidebar {
    background: #fff;
}

    .booking-sidebar .sidebar-item {
        border-radius: 5px;
        border: 2px solid #8c734b;
        box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
    }

        .booking-sidebar .sidebar-item h4 {
            padding: 10px 15px;
            background: #8c734b;
            color: #fff;
            text-transform: capitalize;
            line-height: 28px;
            font-weight: 600;
        }

.booking-sidebar .sidebar-item h4 img {
    vertical-align: text-bottom;
    display: inline-block;
}

.booking-sidebar .sidebar-body {
    padding: 15px;
}

.booking-sidebar .sidebar-body+.sidebar-body {
    padding-top: 0;
}

.booking-sidebar .sidebar-body.flight {
    background: #f9f9f9;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px dashed #ddd;
}

.booking-sidebar .sidebar-body.flight table td {
    padding: 5px;
}

.booking-summary-otel {
    color: #062541;
    font-size: 12px;
}

.booking-summary-otel h5,
.booking-summary-otel p {
    margin-bottom: 2px;
    line-height: 1;
}

.booking-summary-otel h5 {
    font-weight: bold;
    color: #000;
    margin-top: 0;
    font-size: 13px;
}

.booking-sidebar .table td {
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 10px 5px;
    font-weight: 600;
}

.booking-sidebar .table td .check-out {
    padding-left: 35px;
    border-left: 1px solid #aaa;
}

.booking-sidebar .table.no-border td {
    border: 0;
}

.element-tab .tab-content {
    background: #eee;
}

.table {
    background: #fff;
}

.InstallmentTable {
    font-size: 13px;
}

.InstallmentTable a {
    color: #444;
}

.credit-card-ui {
    background: #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .credit-card-ui > .title {
        background: #8c734b;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        padding: 15px;
    }

.credit-card-ui>.inner {
    padding: 15px 15px 0 15px;
}

.credit-card-ui>.inner label {
    font-weight: bold;
    margin-bottom: 0;
}

.credit-card-ui>.inner .form-group {
    margin-bottom: 10px;
}

.passenger-detail .btn {
    line-height: 30px;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
}

.element-tab .tab-style2 {
    border-bottom: 0;
}

.element-tab .tab-style2>li>a {
    background: #dcdcdc;
    color: #555;
    line-height: 30px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
}

.element-tab .tab-style2 .active {
    background: none;
}

    .element-tab .tab-style2 .active a {
        background: #8c734b !important;
        color: #fff !important;
    }

.element-tab .tab-style2>li>a:hover,
.element-tab .tab-style2>li>a:focus {
    background: #aaa;
    color: #fff;
}

.show-installment-table,
.hide-installment-table {
    display: block;
    background: #8c734b;
    color: #fff;
    padding: 10px;
    line-height: 20px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 2px;
    position: relative;
}

.show-installment-table .icon,
.hide-installment-table .icon {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    color: #626262 !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
}

.show-installment-table .icon {
    transform: rotate(90deg);
}

.hide-installment-table .icon {
    transform: rotate(-90deg);
}

.combination {
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    margin: 0 5px 10px 5px;
}

.combination .flight-box .company-logo {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}

.combination .flight-box .company-logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 40px;
}

.combination .flight-box .flight-times {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
}

.combination .flight-box .total-price {
    background: #e9e9e9;
    overflow: hidden;
    padding: 10px 15px;
    line-height: 25px;
}

.combination .flight-box .total-price .price {
    float: left;
    font-weight: bold;
    font-size: 18px;
}

.combination .flight-box .total-price .select-button {
    float: right;
}

.combination .flight-box .total-price .select-button a {
    background: #f8971c;
    color: #fff !important;
    font-weight: 600;
    padding: 0 10px;
    line-height: 25px !important;
    border-radius: 5px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
}

.combination .flight-box .total-price .select-button a.flight-detail-button {
    background: #2e6da4;
    margin-right: 10px;
}

.combination .detail-box h5 {
    font-weight: 600;
    font-size: 15px;
    padding-left: 10px;
}

.combination .detail-box table {
    font-size: 13px;
}

#flight-options-list .option-box .scroll-area {
    max-height: 450px !important;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .booking-tab ul.steps>li {
        margin-right: 5px;
    }

    #flight-options-list .option-box .scroll-area {
        max-height: 350px !important;
    }

    .booking-tab ul.steps>li a {
        padding: 4px 8px !important;
        font-size: 11px;
        line-height: 25px;
        border-width: 1px;
    }

    .booking-tab ul.steps>li a .icon {
        display: none;
    }

    .booking-tab ul.steps>li a .text span {
        display: none;
    }
}

@media (max-width:374px) {
    .booking-tab ul.steps>li {
        margin-right: 0px;
    }

    .booking-tab ul.steps>li a {
        padding: 4px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .booking-tab ul.steps>li {
        margin-right: 10px;
    }

    .booking-tab ul.steps>li a {
        padding-left: 45px !important;
        padding-right: 10px !important;
        line-height: 35px;
        font-size: 13px;
    }

    .booking-tab ul.steps>li>a .icon {
        width: 45px !important;
    }

    .booking-tab ul.steps>li>a .icon img {
        width: 45px;
    }

    .hotel-list-view {
        height: auto;
    }
}

@media(min-width:992px) {
    .hotel-list-view {
        overflow: hidden;
        
    }
}