.modal-backdrop.show {
  opacity: 0.7;
}

.bravo_wrap .bravo_search_tour {
  margin: 50px 0;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .topbar-search .text {
  font-size: 24px;
  color: #1A2B48;
  font-weight: normal;
  margin: 0;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item {
  margin-top: 15px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-loop .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars:before, .bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .video-gallery {
  margin-top: -5rem;
  right: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_content {
  padding-top: 20px;
  /*h3{
        font-size: 1.5rem;
        @media(max-width: 990px){
            font-size: 1.4rem;
        }
        @media(max-width: 766px){
            font-size: 1.2rem;
        }
    }
    .g-header {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        h2,h1 {
            margin-top: 0;
            color: #1A2B48;
            font-weight: 500;
            font-size: 30px;
            line-height: 1.3;
            @media(max-width: 990px){
                font-size: 24px;
            }
            @media(max-width: 766px){
                font-size: 18px;
            }
        }
        .address{
            @media(max-width: 766px){
                margin-bottom: 5px;
            }
        }
        .left{
            @media(max-width: 766px){
                flex: 0 0 100%;
            }
        }
        .right{
            min-width: 230px;
            @media(max-width: 766px){
                display: none;
            }
        }
        .sub-heading {
            color: #5E6D77;
            font-size: 14px;
            .fa {
                position: relative;
                top: 2px;
            }
        }
        .review-score{
            .head{
                display: flex;
                align-items: center;
                position: relative;
                font-size: 22px;
                color: #1a2b48;
                font-weight: 400;
                line-height: 25px;
                justify-content: flex-end;
                .left{
                    text-align: right;
                    .head-rating {
                        display: block;
                        line-height: 13px;
                        margin-top: 8px;
                    }
                    .text-rating {
                        color: #5191FA;
                        font-size: 14px;
                    }
                }
                .score{
                    position: relative;
                    float: right;
                    margin-left: 20px;
                    padding: 10px 10px 0px 10px;
                    background: #5191fa;
                    border-radius: 4px;
                    color: #fff;
                    font-size: 30px;
                    font-weight: 400;
                    min-height: 45px;
                    span {
                        font-size: 14px;
                        color: #FFF;
                    }
                    &::after {
                        position: absolute;
                        content: '';
                        width: 0;
                        height: 0;
                        bottom: 0;
                        left: -8px;
                        border: 15px solid transparent;
                        border-bottom: 25px solid #5191FA;
                    }
                }
            }

            .foot{
                color: #5E6D77;
                font-size: 14px;
                text-align: right;
            }
        }
    }
    .g-tour-feature {
        padding-top: 25px;
        padding-bottom: 15px;
        border-top: 1px solid #D7DCE3;
        border-bottom: 1px solid #D7DCE3;
        margin-bottom: 30px;
        @media(max-width: 766px){
            padding-top: 5px;
            padding-bottom: 5px;
            margin-bottom: 15px;
        }
        .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 10px;
            @media(max-width: 766px){
                margin-bottom: 0;
            }
            .icon {
                margin-right: 20px;
                font-size: 45px;
                color: #1a2b48;
                @media(max-width: 766px){
                    line-height: 55px;
                    font-size: 40px;
                }
            }
            .info .name {
                font-size: 14px;
                color: #1A2B48;
                margin: 0;
                margin-bottom: 3px;
            }
            .info .value {
                font-size: 14px;
                color: #5E6D77;
                margin: 0;
            }
        }
    }
    .g-overview {
        margin-bottom: 30px;


    }
    .g-attributes{
        margin-bottom: 15px;
        .list-attributes{
            display: flex;
            flex-wrap: wrap;
            .item{
                flex: 0 0 25%;
                max-width: 25%;
                margin-bottom: 10px;
                i{
                    font-size: 16px;
                    position: relative;
                    &.icon-default{
                        color: #5191fa;
                    }
                }
                @media(max-width: 768px){
                    flex: 0 0 50%;
                    max-width: 50%;
                }
                @media(max-width: 420px){
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
        }
    }
  .g-location {
      margin-bottom: 30px;
      .location-title{
          justify-content: space-between;
          display: flex;
          align-items: center;
          margin-bottom: 20px;
          @media(max-width: 766px){
              display: block;
          }
          .address{
              color: #5E6D77
          }
      }
      iframe {
          width: 100%;
      }
      #map_content{
          height: 450px;
          @media(max-width: 766px){
              height: 300px;
          }
      }
  }
    .g-gallery {
        margin: 10px 0;
        position: relative;
        min-height: 75px;
        .fotorama {
            .fotorama__arr.fotorama__arr--prev {
                left: 30px;
                &:after {
                    content: '';
                    background: url(../images/ico_pre.svg);
                }
            }
            .fotorama__arr.fotorama__arr--next {
                right: 30px;
                &:after {
                    content: '';
                    background: url(../images/ico_next.svg);
                }
            }
            .fotorama__arr {
                border-radius: 3px;
                width: 40px;
                height: 40px;
                background: none;
                background-color: rgba(26, 43, 72, 0.6);
                &:after {
                    position: absolute;
                    left: 50%;
                    margin-left: -13px;
                    top: 7px;
                    width: 24px;
                    height: 24px;
                }
            }
            .fotorama__fullscreen-icon {
                width: 40px;
                height: 40px;
                top: auto;
                bottom: 30px;
                right: 30px;
                background: none;
                &:before {
                    content: '';
                    position: absolute;
                    width: 24px;
                    height: 24px;
                    background: url(../images/ico_full_3.svg);
                    left: 50%;
                    margin-left: -11px;
                    top: 7px;
                    z-index: 1;
                }
                &:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(26, 43, 72, 0.5);
                    border-radius: 3px;
                }
            }
        }
        .social{
            position: absolute;
            right: 30px;
            top: 30px;
            .social-share {
                display: inline-flex;
                &:hover{
                    .share-wrapper {
                        visibility: visible;
                        opacity: 1;
                    }
                }
                a{
                    text-decoration: none;
                }
                .social-icon{
                    cursor: pointer;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background: rgba(26, 43, 72, 0.7);
                    color: #fff;
                    font-size: 19px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    padding-top: 2px;
                    margin-right: 10px;
                }
                .share-wrapper {
                    visibility: hidden;
                    opacity: 0;
                    padding-left: 0;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    z-index: 1;
                    padding-top: 5px;
                    transition: all 0.3s;
                    li {
                        width: 40px;
                        height: 40px;
                        background: #FFF;
                        border-radius: 50%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        margin-bottom: 5px;
                        a {
                            color: #1A2B48;
                        }
                    }
                }
            }
            .service-wishlist{
                cursor: pointer;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: rgba(26, 43, 72, 0.7);
                color: #fff;
                font-size: 19px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding-top: 2px;
                &.active{
                    .fa{
                        &:before{
                            content: "\f004";
                        }
                    }
                }
            }
        }
    }
    .g-faq{
        border-bottom: solid 1px #D7DCE3;
        margin-bottom: 25px;
        border-top: solid 1px #D7DCE3;
        padding-top: 25px;
        .item{
            border-bottom: 1px solid #D7DCE3;
            margin-bottom: 10px;
            &:last-child{
                border: none;
            }
            .header {
                margin-bottom: 10px;
                overflow: hidden;
                padding-top: 15px;
                cursor: pointer;
                .field-icon {
                    float: left;
                    font-size: 25px;
                    margin-right: 10px;
                    top: -3px;
                    position: relative;
                }
                h5 {
                    float: left;
                    margin-top: 0px;
                    margin-bottom: 0px;
                    font-size: 16px;
                    color: #1A2B48;
                    @media(max-width: 990px){
                        font-size: 14px;
                    }
                }
                .arrow {
                    float: right;
                    font-size: 20px;
                    position: relative;
                    top: -8px;
                }
            }
            .body {
                font-size: 14px;
                color: #5E6D77;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                height: 0px;
                overflow: hidden;
                padding-bottom: 0px;
            }
            &.active{
                .header .arrow {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }
                .body {
                    height: auto;
                    padding-bottom: 20px;
                }
            }
        }
    }
    .g-include-exclude{
        margin-bottom: 15px;
        h3{
            margin-bottom: 15px;
        }
        .item{
            font-size: 14px;
            color: #768090;
            margin-bottom: 15px;
            .icon-include{
                color: #2ecc71;
                font-size: 23px;
                position: relative;
                top: 4px;
                margin-right: 5px;
            }
            .icon-exclude{
                color: #FA5636;
                font-size: 22px;
                position: relative;
                top: 4px;
                margin-right: 5px;
            }
        }
    }
    .g-itinerary{
        margin-bottom: 15px;
        h3{
            margin-bottom: 15px;
        }
        .list-item{
            .item{
                min-height: 330px;
                background: #ccc;
                border-radius: 3px;
                overflow: hidden;
                position: relative;
                background-size: cover !important;
                z-index: 20;
                .header{
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 20px 30px;
                }
                .item-title{
                    background: #2ECC71;
                    display: inline-block;
                    padding: 5px 15px;
                    border-radius: 5px;
                    color: #fff;
                    margin-bottom: 5px;
                }
                .item-desc{
                    margin: 0;
                    color: #FFF !important;
                    font-size: 16px !important;
                    font-weight: 500;
                }
                .body {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100% ;
                    padding: 20px ;
                    background: #1A2B48;
                    opacity: 0;
                    color: #FFF ;
                    overflow-y: auto;
                    transition: all 0.3s;
                    .item-desc{
                        margin-bottom: 10px;
                    }
                    .item-title{
                        padding: 5px 10px;
                    }
                }
                &:hover{
                    .body {
                        opacity: 1;
                    }
                }
            }
        }
        .owl-nav.disabled{
            display: block;
            .owl-prev{
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 40px;
                height: 40px;
                margin-top: -20px;
                border-radius: 3px;
                background: rgba(26, 43, 72, 0.7);
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 10;
                left: -20px;
                &:before{
                    content: "\ea93";
                    font-family: IcoFont!important;
                    speak: none;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    white-space: nowrap;
                    word-wrap: normal;
                    direction: ltr;
                    line-height: 1;
                    color: #fff;
                    font-size: 30px;
                }
                span{
                    display: none;
                }
                @media(max-width: 766px){
                    left: auto;
                    top: 60px;
                    right: 75px;
                }
            }
            .owl-next{
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 40px;
                height: 40px;
                margin-top: -20px;
                border-radius: 3px;
                background: rgba(26, 43, 72, 0.7);
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 10;
                right: -20px;
                span{
                    display: none;
                }
                &:before{
                    content: "\ea94";
                    font-family: IcoFont!important;
                    speak: none;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    white-space: nowrap;
                    word-wrap: normal;
                    direction: ltr;
                    line-height: 1;
                    color: #fff;
                    font-size: 30px;
                }
                @media(max-width: 766px){
                    right: 20px;
                    top: 60px;
                }
            }
        }
    }*/
}
.bravo_wrap .bravo_detail_tour .bravo_content .description {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5E6D77;
  font-weight: 400;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_detail_tour .bravo_content .description {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.bravo_wrap .bravo_detail_tour .bravo_content .description img {
  max-width: 100%;
  height: auto;
}
.bravo_wrap .bravo_detail_tour .bravo_content .description h4, .bravo_wrap .bravo_detail_tour .bravo_content .description strong {
  font-size: 16px;
  color: #343a40;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_detail_tour .bravo_content .description h4, .bravo_wrap .bravo_detail_tour .bravo_content .description strong {
    margin-bottom: 10px;
  }
}
.bravo_wrap .bravo_detail_tour .bravo_content .description ul {
  padding-left: 25px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_detail_tour .bravo_content .description ul {
    padding-left: 15px;
  }
}
.bravo_wrap .bravo_detail_tour .bravo_content .description ul li {
  color: #5E6D77;
  margin-bottom: 10px;
  list-style: none;
}
.bravo_wrap .bravo_detail_tour .bravo_content .description ul li:before {
  content: "";
  border: 1px solid #5191FA;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_detail_tour .bravo_content .description ul li:before {
    margin-right: 10px;
  }
}
.bravo_wrap .bravo_detail_tour .bravo_content .location-map iframe {
  width: 100%;
}
.bravo_wrap .bravo_detail_tour .bravo_content .location-map #map_content {
  height: 450px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_detail_tour .bravo_content .location-map #map_content {
    height: 300px;
  }
}
.bravo_wrap .bravo_detail_tour .bravo_content #FAQs .card-body {
  padding-left: 4.5rem;
  padding-top: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_content #itinerary .card-body {
  padding-left: 2.2rem;
  padding-top: 0;
  color: #77838f;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes {
  margin-bottom: 15px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes {
  display: flex;
  flex-wrap: wrap;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item i {
  font-size: 16px;
  position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item i.icon-default {
  color: #5191fa;
}
@media (max-width: 768px) {
  .bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 420px) {
  .bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bravo_wrap .bravo_detail_tour .bravo_single_book_wrap {
  margin-top: 10px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap {
    display: none;
    margin: 0;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap #sticky-wrapper .bravo_tour_book {
    position: relative !important;
    top: 0 !important;
    width: auto !important;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show {
    position: fixed;
    z-index: 3000;
    left: 0px;
    right: 0px;
    padding: 20px !important;
    overflow: scroll;
    height: 100%;
    top: 0px;
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .bravo_tour_book {
    flex-grow: 1;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show #sticky-wrapper {
    height: auto !important;
    flex: 1;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-head {
    padding: 10px 15px;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-head .price .value .onsale {
    display: inline-block;
    font-size: 16px;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show label {
    margin: 0 !important;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-section-group .form-section-title {
    font-size: 16px;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-section-group .form-group {
    padding-top: 0;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-section-group .form-group:last-child {
    padding-bottom: 0;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .submit-group {
    padding: 10px 15px;
    text-align: right;
  }
  .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .submit-group .btn {
    padding: 7px 16px 5px;
    font-size: 14px;
    width: auto;
  }
}
.bravo_wrap .bravo_detail_tour .bravo_single_book {
  position: relative;
  width: 100%;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book > div {
  background: #FFF;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .sale-box {
  position: absolute;
  right: 15px;
  top: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .submit-group {
  border-top: 1px solid #D7DCE3;
  padding: 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .submit-group .btn {
  width: 100%;
  font-size: 16px;
  padding: 12px 25px;
  color: #FFF;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .submit-group .alert-text {
  margin-top: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-total label {
  font-size: 16px;
  margin-bottom: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-total .price {
  float: right;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .nav-enquiry {
  background: #F9F9F9;
  padding: 20px;
  border-bottom: solid 1px #d7dce3;
  display: flex;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .nav-enquiry .enquiry-item {
  flex: 0 0 50%;
  text-align: center;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .nav-enquiry .enquiry-item span {
  color: #1a2b4e;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-bottom: solid 1px transparent;
  cursor: pointer;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .nav-enquiry .enquiry-item.active span {
  border-bottom: solid 1px #5191FA;
  color: #5191FA;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry {
  padding: 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .btn-primary {
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .btn-primary.is-success {
  background: #797979 !important;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .btn-primary.is-success .fa {
  display: none;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry textarea {
  height: 100px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .alert-text {
  margin-top: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-send-enquiry {
  text-align: center;
  margin: 20px 0;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 11;
  display: none;
  border-top: solid 1px #ddd;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_detail_tour .bravo-more-book-mobile {
    display: block;
  }
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .container {
  align-items: center;
  display: flex;
  -ms-flex-wrap: wrap;
  height: 65px;
  flex-wrap: wrap;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left, .bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .right {
  flex: 0 0 50%;
  max-width: 50%;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .prefix {
  color: #5E6D77;
  display: inline-block;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .fr_text {
  font-size: 12px;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .price {
  position: relative;
  display: inline-block;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .price .text-price {
  font-size: 20px;
  color: #1A2B48;
  font-weight: 500;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 16px;
  color: #cc0033 !important;
  font-weight: 400;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price i {
  font-size: 18px;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before, .bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #FFDC00;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .review {
  position: relative;
  top: -2px;
  font-size: 13px;
  color: #768092;
  margin-left: 10px;
}
@media (max-width: 340px) {
  .bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .review {
    display: none;
  }
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .right {
  text-align: right;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .btn-primary {
  padding: 8px 20px 6px;
  color: #fff;
  text-transform: uppercase;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .nav-enquiry {
  background: #F9F9F9;
  padding: 20px;
  border-bottom: solid 1px #d7dce3;
  display: flex;
  border-top: solid 5px #5191fa;
  border-left: solid 1px #d7dce3;
  border-right: solid 1px #d7dce3;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .nav-enquiry .enquiry-item {
  flex: 0 0 50%;
  text-align: center;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .nav-enquiry .enquiry-item span {
  color: #1a2b4e;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-bottom: solid 1px transparent;
  cursor: pointer;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .nav-enquiry .enquiry-item.active span {
  border-bottom: solid 1px #5191FA;
  color: #5191FA;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry {
  padding: 20px;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .btn-primary {
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .btn-primary.is-success {
  background: #797979 !important;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .btn-primary.is-success .fa {
  display: none;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry textarea {
  height: 100px;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .alert-text {
  margin-top: 10px;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry {
  border: solid 1px #d7dce3;
  border-top: none;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .btn-primary {
  width: 180px;
}
.bravo_wrap .bravo_detail_tour #enquiry_form_modal {
  z-index: 9999;
}
.bravo_wrap .bravo_detail_tour #enquiry_form_modal .modal-dialog {
  z-index: 9999;
}
.bravo_wrap .bravo_detail_tour #enquiry_form_modal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 9998;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .service-review .review {
  position: static !important;
}

.cart-total-group {
  border-top: 1px solid #D7DCE3;
}
.cart-total-group ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.cart-total-group li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0px;
}
.cart-total-group li .label {
  flex-grow: 1;
  color: #1A2B48;
  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-weight: 500;
  font-size: 16px;
}
.cart-total-group li.line-end-total .label {
  font-size: 16px;
}
.cart-total-group li.line-end-total .val {
  color: #5191FA;
  font-weight: 500;
  font-size: 16px;
}

.has-search-map {
  height: 100%;
}
.has-search-map .bravo_wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.has-search-map .bravo_wrap .bravo_header {
  background: white;
}
.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 {
  flex-grow: 1;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  margin: -1px 0 0 0;
}
@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: solid 1px #e0e0e0;
  flex-shrink: 0;
  padding: 12px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item {
  padding: 0px 8px;
  flex-grow: 1;
}
@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 {
  margin-top: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  min-width: 250px;
  border-radius: 0px;
}
.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: #FFFFFF;
  box-shadow: none;
}
@media (max-width: 990px) {
  .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form {
    display: block !important;
    border: solid 1px #ccc;
    border-bottom: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-group {
  margin-bottom: 0;
  border: 1px solid #e0e0e0;
  height: 42px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@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 {
  position: relative;
  padding: 8px;
  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;
  padding: 0;
  font-size: 14px;
  color: #4b4b4b;
  position: relative;
  left: -5px;
  height: 25px !important;
}
.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 {
  font-size: 14px;
  color: #5E6D77;
  font-weight: 400;
  margin-bottom: 0px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .render {
  font-size: 14px;
  color: #4b4b4b;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  font-size: 23px;
  color: #5e6d77;
  left: 8px;
}
.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-guest-search, .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel {
  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-guest-search .date-wrapper, .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .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-guest-search .start_date, .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .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-guest-search .check-in-wrapper, .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-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 {
  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-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, .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 {
  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-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, .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 {
  color: #5E6D77;
  position: relative;
  padding: 0px 5px;
}
.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-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, .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 {
  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-guest-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 {
  position: absolute;
  left: -15px;
  bottom: 1px;
  z-index: -1;
  opacity: 0;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .filter-simple .filter-title {
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .g-button-submit {
  position: relative;
  min-height: 66px;
  margin: 0 -1px 0 -15px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .g-button-submit button {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  margin-right: -15px;
  border-radius: 0;
  background: #5191FA;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search {
  position: initial;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text {
  font-size: 14px;
  color: #4b4b4b;
}
.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;
  top: 18px;
  right: 15px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .bravo-autocomplete {
  margin-top: 1px;
  right: -1px;
  left: -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: #297cbb;
  color: #fff;
}
.has-search-map .bravo_search_map {
  display: flex;
  flex-grow: 1;
  min-height: 0px;
  border-top: solid 1px #e0e0e0;
  direction: ltr;
}
@media (max-width: 990px) {
  .has-search-map .bravo_search_map {
    display: block;
  }
}
.has-search-map .bravo_search_map .results_map {
  flex-shrink: 0;
  width: 35%;
  left: 0;
  border-right: solid 1px #e0e0e0;
  position: relative;
  order: 1;
}
@media (max-width: 990px) {
  .has-search-map .bravo_search_map .results_map {
    width: 100%;
    height: 300px;
    padding: 15px;
    border-right: none;
    background: #fff;
  }
}
.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;
  position: relative;
  order: 2;
}
.has-search-map .bravo_search_map .results_item #advance_filters {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  z-index: 999999;
  flex-direction: column;
  background: white;
}
@media (max-width: 990px) {
  .has-search-map .bravo_search_map .results_item #advance_filters {
    position: fixed;
    bottom: 0;
  }
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b {
  flex-grow: 1;
  min-height: 0px;
  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;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-item:last-child {
  border-bottom: 0px;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-title {
  margin-bottom: 10px;
  font-size: 15px;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-items {
  padding: 0px;
  list-style: none;
}
.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 {
  border-top: 1px solid #ececec;
  background-color: #fafafa;
  flex-shrink: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #dad8d8;
}
.has-search-map .bravo_search_map .results_item .text-paginate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 0 0;
  color: #818181;
}
.has-search-map .bravo_search_map .results_item .text-paginate h2 {
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 18px;
}
.has-search-map .bravo_search_map .results_item .text-paginate .count-string {
  font-size: 14px;
}
.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 {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
@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: white;
}
.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-to, .has-search-map .bravo-filter-price .irs--flat .irs-single {
  font-size: 11px;
  background-color: #5191FA;
}
.has-search-map .bravo-filter-price .irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #5191FA;
}
.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-to:before, .has-search-map .bravo-filter-price .irs--flat .irs-single:before {
  border-top-color: #5191FA;
}

.has-search-map .bravo_search_map .results_map .item-loop .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars:before, .has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
