.modal-backdrop.show {
    opacity: 0.7;
}
.bravo_wrap .bravo_search_car {
    margin: 50px 0;
}
.bravo_wrap .bravo_search_car .bravo-list-item .topbar-search .text {
    color: #1a2b48;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.bravo_wrap .bravo_search_car .bravo-list-item .list-item {
    margin-top: 15px;
}
.bravo_wrap .list-item .item-loop .icon-passenger {
    background: url(/images/passenger.svg?6f82f69d4c73fd4758c40ee44bb1a9a3);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.bravo_wrap .list-item .item-loop .icon-baggage {
    background: url(/images/baggage.svg?a4bfd57287b4dcedaad9be413b000bd9);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.bravo_wrap .list-item .item-loop .icon-door {
    background: url(/images/door.svg?95d09a24b1f87a458f7190a222d0ec64);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.bravo_wrap .list-item .item-loop .icon-gear {
    background: url(/images/gear.svg?826676a38d810104320cfd08c8cd4ff8);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.bravo_wrap .bravo_detail_car .bravo_content {
    margin: 50px 0;
}
.bravo_wrap .bravo_detail_car .bravo_content .icon-passenger {
    background: url(/images/passenger.svg?6f82f69d4c73fd4758c40ee44bb1a9a3);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.bravo_wrap .bravo_detail_car .bravo_content .icon-baggage {
    background: url(/images/baggage.svg?a4bfd57287b4dcedaad9be413b000bd9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.bravo_wrap .bravo_detail_car .bravo_content .icon-door {
    background: url(/images/door.svg?95d09a24b1f87a458f7190a222d0ec64);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.bravo_wrap .bravo_detail_car .bravo_content .icon-gear {
    background: url(/images/gear.svg?826676a38d810104320cfd08c8cd4ff8);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.bravo_wrap .bravo_detail_car .bravo_content .description {
    color: #5e6d77;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_car .bravo_content .description {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
.bravo_wrap .bravo_detail_car .bravo_content .description img {
    height: auto;
    max-width: 100%;
}
.bravo_wrap .bravo_detail_car .bravo_content .description h4,
.bravo_wrap .bravo_detail_car .bravo_content .description strong {
    color: #343a40;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_car .bravo_content .description h4,
    .bravo_wrap .bravo_detail_car .bravo_content .description strong {
        margin-bottom: 10px;
    }
}
.bravo_wrap .bravo_detail_car .bravo_content .description ul {
    padding-left: 25px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_car .bravo_content .description ul {
        padding-left: 15px;
    }
}
.bravo_wrap .bravo_detail_car .bravo_content .description ul li {
    color: #5e6d77;
    list-style: none;
    margin-bottom: 10px;
}
.bravo_wrap .bravo_detail_car .bravo_content .description ul li:before {
    border: 1px solid #5191fa;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 20px;
    width: 8px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_car .bravo_content .description ul li:before {
        margin-right: 10px;
    }
}
.bravo_wrap .bravo_detail_car .bravo_content .location-map iframe {
    width: 100%;
}
.bravo_wrap .bravo_detail_car .bravo_content .location-map #map_content {
    height: 450px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_car .bravo_content .location-map #map_content {
        height: 300px;
    }
}
.bravo_wrap .bravo_detail_car .bravo_content .list-attributes img {
    max-width: 40px;
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq {
    border-bottom: 1px solid #d7dce3;
    border-top: 1px solid #d7dce3;
    margin-bottom: 25px;
    padding-top: 25px;
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq .item {
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 10px;
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq .item:last-child {
    border: none;
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq .item .header {
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 15px;
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq .item .header .field-icon {
    float: left;
    font-size: 25px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq .item .header h5 {
    color: #1a2b48;
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_car .bravo_content .g-faq .item .header h5 {
        font-size: 14px;
    }
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq .item .header .arrow {
    float: right;
    font-size: 20px;
    position: relative;
    top: -8px;
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq .item .body {
    color: #5e6d77;
    font-size: 14px;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.3s;
}
.bravo_wrap
    .bravo_detail_car
    .bravo_content
    .g-faq
    .item.active
    .header
    .arrow {
    transform: rotate(180deg);
}
.bravo_wrap .bravo_detail_car .bravo_content .g-faq .item.active .body {
    height: auto;
    padding-bottom: 20px;
}
.bravo_wrap .bravo_detail_car .bravo-list-car-related .field-icon {
    height: 22px;
    width: 22px;
}
.bravo_wrap .bravo_detail_car .bravo_single_book_wrap {
    margin-top: 10px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_car .bravo_single_book_wrap {
        display: none;
        margin: 0;
    }
    .bravo_wrap
        .bravo_detail_car
        .bravo_single_book_wrap
        #sticky-wrapper
        .bravo_tour_book {
        position: relative !important;
        top: 0 !important;
        width: auto !important;
    }
    .bravo_wrap .bravo_detail_car .bravo_single_book_wrap.show {
        align-items: center;
        display: flex !important;
        flex-wrap: wrap;
        height: 100%;
        left: 0;
        overflow: scroll;
        padding: 20px !important;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 3000;
    }
    .bravo_wrap
        .bravo_detail_car
        .bravo_single_book_wrap.show
        .bravo_tour_book {
        flex-grow: 1;
    }
    .bravo_wrap .bravo_detail_car .bravo_single_book_wrap.show #sticky-wrapper {
        flex: 1;
        height: auto !important;
    }
    .bravo_wrap .bravo_detail_car .bravo_single_book_wrap.show .form-head {
        padding: 10px 15px;
    }
    .bravo_wrap
        .bravo_detail_car
        .bravo_single_book_wrap.show
        .form-head
        .price
        .value
        .onsale {
        display: inline-block;
        font-size: 16px;
    }
    .bravo_wrap .bravo_detail_car .bravo_single_book_wrap.show label {
        margin: 0 !important;
    }
    .bravo_wrap
        .bravo_detail_car
        .bravo_single_book_wrap.show
        .form-section-group
        .form-section-title {
        font-size: 16px;
    }
    .bravo_wrap
        .bravo_detail_car
        .bravo_single_book_wrap.show
        .form-section-group
        .form-group {
        padding-top: 0;
    }
    .bravo_wrap
        .bravo_detail_car
        .bravo_single_book_wrap.show
        .form-section-group
        .form-group:last-child {
        padding-bottom: 0;
    }
    .bravo_wrap .bravo_detail_car .bravo_single_book_wrap.show .submit-group {
        padding: 10px 15px;
        text-align: right;
    }
    .bravo_wrap
        .bravo_detail_car
        .bravo_single_book_wrap.show
        .submit-group
        .btn {
        font-size: 14px;
        padding: 7px 16px 5px;
        width: auto;
    }
}
.bravo_wrap .bravo_detail_car .bravo_single_book {
    position: relative;
    width: 100%;
}
.bravo_wrap .bravo_detail_car .bravo_single_book > div {
    background: #fff;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .sale-box {
    position: absolute;
    right: 15px;
    top: 0;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .submit-group {
    border-top: 1px solid #d7dce3;
    padding: 20px;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .submit-group .btn {
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
    width: 100%;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .submit-group .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .form-section-total label {
    font-size: 16px;
    margin-bottom: 0;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .form-section-total .price {
    float: right;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .nav-enquiry {
    background: #f9f9f9;
    border-bottom: 1px solid #d7dce3;
    display: flex;
    padding: 20px;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .nav-enquiry .enquiry-item {
    flex: 0 0 50%;
    text-align: center;
}
.bravo_wrap
    .bravo_detail_car
    .bravo_single_book
    .nav-enquiry
    .enquiry-item
    span {
    border-bottom: 1px solid transparent;
    color: #1a2b4e;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.bravo_wrap
    .bravo_detail_car
    .bravo_single_book
    .nav-enquiry
    .enquiry-item.active
    span {
    border-bottom: 1px solid #5191fa;
    color: #5191fa;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .form-enquiry {
    padding: 20px;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .form-enquiry .btn-primary {
    color: #fff;
    font-size: 16px;
    width: 100%;
}
.bravo_wrap
    .bravo_detail_car
    .bravo_single_book
    .form-enquiry
    .btn-primary.is-success {
    background: #797979 !important;
}
.bravo_wrap
    .bravo_detail_car
    .bravo_single_book
    .form-enquiry
    .btn-primary.is-success
    .fa {
    display: none;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .form-enquiry .form-control {
    border-left: none;
    border-right: none;
    border-top: none;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .form-enquiry textarea {
    height: 100px;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .form-enquiry .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_car .bravo_single_book .form-send-enquiry {
    margin: 20px 0;
    text-align: center;
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile {
    background: #fff;
    border-top: 1px solid #ddd;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 11;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_car .bravo-more-book-mobile {
        display: block;
    }
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .container {
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 65px;
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .left,
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .right {
    flex: 0 0 50%;
    max-width: 50%;
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .left .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .left .g-price .prefix i {
    color: #ffc107;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .left .g-price .fr_text {
    font-size: 12px;
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .left .g-price .price {
    display: inline-block;
    position: relative;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .g-price
    .price
    .text-price {
    color: #1a2b48;
    font-size: 20px;
    font-weight: 500;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .g-price
    .price
    .onsale {
    color: #c03 !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .left .g-price i {
    font-size: 18px;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .list-star
    .booking-item-rating-stars {
    margin: 0;
    padding: 0;
    width: 90px;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .list-star
    .booking-item-rating-stars:after,
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .list-star
    .booking-item-rating-stars:before {
    clear: both;
    content: "";
    display: table;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .list-star
    .booking-item-rating-stars
    li {
    float: left;
    list-style: none;
    margin-right: 5px;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .list-star
    .booking-item-rating-stars
    li:last-child {
    margin-right: 0;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .list-star
    .booking-item-rating-stars
    li
    .fa {
    color: #ffdc00;
    font-size: 15px;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .list-star
    .booking-item-rating-stars-active {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
}
.bravo_wrap
    .bravo_detail_car
    .bravo-more-book-mobile
    .left
    .service-review
    .review {
    color: #768092;
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
@media (max-width: 340px) {
    .bravo_wrap
        .bravo_detail_car
        .bravo-more-book-mobile
        .left
        .service-review
        .review {
        display: none;
    }
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .right {
    text-align: right;
}
.bravo_wrap .bravo_detail_car .bravo-more-book-mobile .btn-primary {
    color: #fff;
    padding: 8px 20px 6px;
    text-transform: uppercase;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .nav-enquiry {
    background: #f9f9f9;
    border: 1px solid #d7dce3;
    border-top: 5px solid #5191fa;
    display: flex;
    padding: 20px;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .nav-enquiry .enquiry-item {
    flex: 0 0 50%;
    text-align: center;
}
.bravo_wrap
    .bravo_detail_car
    .hotel_rooms_form
    .nav-enquiry
    .enquiry-item
    span {
    border-bottom: 1px solid transparent;
    color: #1a2b4e;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.bravo_wrap
    .bravo_detail_car
    .hotel_rooms_form
    .nav-enquiry
    .enquiry-item.active
    span {
    border-bottom: 1px solid #5191fa;
    color: #5191fa;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .form-enquiry {
    padding: 20px;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .form-enquiry .btn-primary {
    color: #fff;
    font-size: 16px;
    width: 100%;
}
.bravo_wrap
    .bravo_detail_car
    .hotel_rooms_form
    .form-enquiry
    .btn-primary.is-success {
    background: #797979 !important;
}
.bravo_wrap
    .bravo_detail_car
    .hotel_rooms_form
    .form-enquiry
    .btn-primary.is-success
    .fa {
    display: none;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .form-enquiry .form-control {
    border-left: none;
    border-right: none;
    border-top: none;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .form-enquiry textarea {
    height: 100px;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .form-enquiry .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .form-enquiry {
    border: 1px solid #d7dce3;
    border-top: none;
}
.bravo_wrap .bravo_detail_car .hotel_rooms_form .form-enquiry .btn-primary {
    width: 180px;
}
.bravo_wrap .bravo_detail_car #enquiry_form_modal,
.bravo_wrap .bravo_detail_car #enquiry_form_modal .modal-dialog {
    z-index: 9999;
}
.bravo_wrap .bravo_detail_car #enquiry_form_modal:before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
}
.bravo_wrap .bravo_search_map .list-item {
    margin-top: 15px;
}
.cart-total-group {
    border-top: 1px solid #d7dce3;
}
.cart-total-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cart-total-group li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
}
.cart-total-group li .label {
    color: #1a2b48;
    flex-grow: 1;
    font-weight: 500;
}
.cart-total-group li .val {
    flex-shrink: 0;
}
.cart-total-group li.line-end-total {
    border-top: 1px solid #d7dce3;
}
.cart-total-group li.line-new-section {
    border-top: 1px solid #d7dce3;
    color: #1a2b48;
    font-size: 16px;
    font-weight: 500;
}
.cart-total-group li.line-end-total .label {
    font-size: 16px;
}
.cart-total-group li.line-end-total .val {
    color: #5191fa;
    font-size: 16px;
    font-weight: 500;
}
.has-search-map {
    height: 100%;
}
.has-search-map .bravo_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.has-search-map .bravo_wrap .bravo_header {
    background: #1d1f22;
}
.has-search-map .bravo_wrap .bravo_header .content {
    background: transparent;
}
.has-search-map .bravo_wrap .bravo_header .header-left {
    width: 80%;
}
@media (max-width: 1366px) {
    .has-search-map .bravo_wrap .bravo_header .header-left {
        width: 75%;
    }
}
.has-search-map .bravo_wrap .bravo_header .header-right {
    width: 20%;
}
@media (max-width: 1366px) {
    .has-search-map .bravo_wrap .bravo_header .header-right {
        width: 25%;
    }
}
.has-search-map .bravo_wrap .bravo_search_tour {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: -1px 0 0;
    overflow-y: auto;
}
@media (max-width: 991px) {
    .has-search-map .bravo_wrap .bravo_search_tour {
        overflow-y: visible;
    }
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map {
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
    padding: 12px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .filter-item {
    flex-grow: 1;
    padding: 0 8px;
}
@media (max-width: 990px) {
    .has-search-map
        .bravo_wrap
        .bravo_search_tour
        .bravo_form_search_map
        .filter-item {
        border-bottom: 1px solid #e0e0e0;
    }
    .has-search-map
        .bravo_wrap
        .bravo_search_tour
        .bravo_form_search_map
        .filter-item:last-child {
        border-bottom: none;
    }
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .filter-item
    .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin-top: -1px;
    min-width: 250px;
    padding: 20px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .filter-item
    .dropdown-toggle:after {
    display: none;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form {
    background: #1d1f22;
    box-shadow: none;
}
@media (max-width: 990px) {
    .has-search-map
        .bravo_wrap
        .bravo_search_tour
        .bravo_form_search_map
        .bravo_form {
        border: 1px solid #ccc;
        border-bottom: none;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        display: block !important;
    }
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-group {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 42px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
@media (max-width: 990px) {
    .has-search-map
        .bravo_wrap
        .bravo_search_tour
        .bravo_form_search_map
        .bravo_form
        .form-group {
        border: none;
    }
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .border-right {
    border-right: 1px solid #d7dce3;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .field-detination {
    padding: 8px;
    position: relative;
    transition: all 0.3s;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .field-detination
    #dropdown-destination {
    padding-left: 40px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .field-detination
    #dropdown-destination
    .form-control {
    border: none;
    box-shadow: none;
    color: #4b4b4b;
    font-size: 14px;
    height: 25px !important;
    left: -5px;
    padding: 0;
    position: relative;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .field-detination
    #dropdown-destination
    .form-control
    option {
    color: #000;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    label {
    color: #5e6d77;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .render {
    color: #fff;
    font-size: 14px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .field-icon {
    color: #5e6d77;
    font-size: 23px;
    left: 8px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search {
    position: relative;
    transition: all 0.3s;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .date-wrapper,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .date-wrapper,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .date-wrapper {
    padding-left: 15px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .start_date,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .start_date,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .start_date {
    position: absolute;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .check-in-wrapper,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .guest-wrapper,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .check-in-wrapper,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .guest-wrapper,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .check-in-wrapper,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .guest-wrapper {
    padding-left: 10px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .check-in-wrapper
    .check-in-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .check-in-wrapper
    .check-out-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .guest-wrapper
    .check-in-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .guest-wrapper
    .check-out-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .check-in-wrapper
    .check-in-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .check-in-wrapper
    .check-out-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .guest-wrapper
    .check-in-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .guest-wrapper
    .check-out-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .check-in-wrapper
    .check-in-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .check-in-wrapper
    .check-out-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .guest-wrapper
    .check-in-render,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .guest-wrapper
    .check-out-render {
    display: inline-block;
    width: auto;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .check-in-wrapper
    span,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .guest-wrapper
    span,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .check-in-wrapper
    span,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .guest-wrapper
    span,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .check-in-wrapper
    span,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .guest-wrapper
    span {
    color: #5e6d77;
    padding: 0 5px;
    position: relative;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .check-in-wrapper
    label,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .guest-wrapper
    label,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .check-in-wrapper
    label,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .guest-wrapper
    label,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .check-in-wrapper
    label,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .guest-wrapper
    label {
    display: block;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search
    .check-in-out,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-date-search-hotel
    .check-in-out,
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-guest-search
    .check-in-out {
    bottom: 1px;
    left: -15px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .filter-simple
    .filter-title {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .g-button-submit {
    margin: 0 -1px 0 -15px;
    min-height: 66px;
    position: relative;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .g-button-submit
    button {
    background: #5191fa;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-weight: 500;
    height: 100%;
    left: 0;
    margin-right: -15px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-content
    .smart-search {
    position: static;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-content
    .smart-search
    .parent_text {
    color: #4b4b4b;
    font-size: 14px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-content
    .smart-search
    .parent_text::-moz-placeholder {
    color: #4b4b4b;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-content
    .smart-search
    .parent_text:-ms-input-placeholder {
    color: #4b4b4b;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-content
    .smart-search
    .parent_text::placeholder {
    color: #4b4b4b;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-content
    .smart-search:after {
    color: #4b4b4b;
    right: 15px;
    top: 18px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-content
    .bravo-autocomplete {
    left: -1px;
    margin-top: 1px;
    right: -1px;
}
.has-search-map
    .bravo_wrap
    .bravo_search_tour
    .bravo_form_search_map
    .bravo_form
    .form-content
    .g-map-place
    > .form-control {
    height: 25px;
}
.has-search-map .bravo_wrap .bravo_form_search_map .bravo_form .form-control {
    height: 40px;
}
.has-search-map
    .bravo_wrap
    .bravo_form_search_map
    .advance-filters
    .filter-title {
    background: #d67d3a;
    color: #fff;
}
.has-search-map .bravo_search_map {
    border-top: 1px solid #e0e0e0;
    direction: ltr;
    display: flex;
    flex-grow: 1;
    min-height: 0;
}
@media (max-width: 990px) {
    .has-search-map .bravo_search_map {
        display: block;
    }
}
.has-search-map .bravo_search_map .results_map {
    border-right: 1px solid #e0e0e0;
    flex-shrink: 0;
    left: 0;
    order: 1;
    position: relative;
    width: 35%;
}
@media (max-width: 990px) {
    .has-search-map .bravo_search_map .results_map {
        background: #fff;
        border-right: none;
        height: 300px;
        padding: 15px;
        width: 100%;
    }
}
.has-search-map .bravo_search_map .results_map .map_loading {
    display: none;
}
.has-search-map .bravo_search_map .results_map .results_map_inner {
    height: 100%;
    z-index: 1;
}
.has-search-map .bravo_search_map .results_item {
    flex-grow: 1;
    order: 2;
    position: relative;
}
.has-search-map .bravo_search_map .results_item #advance_filters {
    background: #1d1f22;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}
@media (max-width: 990px) {
    .has-search-map .bravo_search_map .results_item #advance_filters {
        bottom: 0;
        position: fixed;
    }
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b {
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 30px 30px 0;
}
.has-search-map
    .bravo_search_map
    .results_item
    #advance_filters
    .ad-filter-b
    .filter-item {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.has-search-map
    .bravo_search_map
    .results_item
    #advance_filters
    .ad-filter-b
    .filter-item:last-child {
    border-bottom: 0;
}
.has-search-map
    .bravo_search_map
    .results_item
    #advance_filters
    .ad-filter-b
    .filter-title {
    font-size: 15px;
    margin-bottom: 10px;
}
.has-search-map
    .bravo_search_map
    .results_item
    #advance_filters
    .ad-filter-b
    .filter-items {
    list-style: none;
    padding: 0;
}
.has-search-map
    .bravo_search_map
    .results_item
    #advance_filters
    .ad-filter-b
    .filter-items
    .filter-term-item
    label {
    margin-bottom: 8px;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-f {
    background-color: #1d1f22;
    border-bottom: 1px solid #dad8d8;
    border-top: 1px solid #ececec;
    flex-shrink: 0;
    padding: 10px 15px;
}
.has-search-map .bravo_search_map .results_item .text-paginate {
    color: #818181;
    overflow: hidden;
    padding: 15px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.has-search-map .bravo_search_map .results_item .text-paginate h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}
.has-search-map .bravo_search_map .results_item .text-paginate .count-string {
    font-size: 14px;
    color: #fff;
}
.has-search-map .bravo_search_map .results_item .listing_items {
    height: 100%;
    overflow-y: auto;
}
.has-search-map
    .bravo_search_map
    .results_item
    .listing_items
    .bravo-list-item {
    height: 100%;
    padding: 0 30px;
}
@media (max-width: 1023px) {
    .has-search-map
        .bravo_search_map
        .results_item
        .listing_items
        .bravo-list-item {
        height: auto;
    }
}
@media (max-width: 766px) {
    .has-search-map
        .bravo_search_map
        .results_item
        .listing_items
        .bravo-list-item {
        padding: 0 15px;
    }
}
.has-search-map
    .bravo_search_map
    .results_item
    .listing_items
    .bravo-list-item.not-found {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
@media (max-width: 1280px) {
    .has-search-map
        .bravo_search_map
        .results_item
        .listing_items
        .bravo-list-item
        .list-item
        .row
        .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 766px) {
    .has-search-map
        .bravo_search_map
        .results_item
        .listing_items
        .bravo-list-item
        .list-item
        .row
        .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.has-search-map
    .bravo_search_map
    .results_item
    .listing_items
    .bravo-list-item
    .list-item
    .item-tour {
    background: #fff;
}
.has-search-map
    .bravo_search_map
    .results_item
    .listing_items
    .bravo-list-item
    .list-item
    .item-tour
    .thumb-image {
    max-height: 170px;
}
@media (max-width: 766px) {
    .has-search-map
        .bravo_search_map
        .results_item
        .listing_items
        .bravo-list-item
        .list-item
        .item-tour
        .thumb-image {
        max-height: 180px;
    }
}
.has-search-map
    .bravo_search_map
    .results_item
    .listing_items
    .bravo-list-item
    .bravo-pagination {
    padding: 0 0 30px;
}
.has-search-map .bravo_search_map.map_right .results_map {
    order: 2;
}
.has-search-map .bravo_search_map.map_right .results_item {
    order: 1;
}
.has-search-map .bravo-filter-price .irs--flat .irs-from,
.has-search-map .bravo-filter-price .irs--flat .irs-single,
.has-search-map .bravo-filter-price .irs--flat .irs-to {
    background-color: #5191fa;
    font-size: 11px;
}
.has-search-map .bravo-filter-price .irs--flat .irs-bar {
    background-color: #5191fa;
    height: 12px;
    top: 25px;
}
.has-search-map .bravo-filter-price .irs--flat .irs-handle > i:first-child {
    background-color: #5191fa;
}
.has-search-map .bravo-filter-price .irs--flat .irs-from:before,
.has-search-map .bravo-filter-price .irs--flat .irs-single:before,
.has-search-map .bravo-filter-price .irs--flat .irs-to:before {
    border-top-color: #5191fa;
}
.has-search-map .bravo_search_map .results_map .item-loop .icon-passenger {
    background: url(/images/passenger.svg?6f82f69d4c73fd4758c40ee44bb1a9a3);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.has-search-map .bravo_search_map .results_map .item-loop .icon-baggage {
    background: url(/images/baggage.svg?a4bfd57287b4dcedaad9be413b000bd9);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.has-search-map .bravo_search_map .results_map .item-loop .icon-door {
    background: url(/images/door.svg?95d09a24b1f87a458f7190a222d0ec64);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.has-search-map .bravo_search_map .results_map .item-loop .icon-gear {
    background: url(/images/gear.svg?826676a38d810104320cfd08c8cd4ff8);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}
