@charset "UTF-8";

html {
    touch-action: manipulation
}

.mb0 {
    margin-bottom: 0
}

.mt30 {
    margin-top: 30px
}

.product-search-pahnel-row {
    margin-top: 85px
}

.mt40 {
    margin-top: 40px
}

.c-pointer {
    cursor: pointer
}

.cart-image-product {
    height: 336px !important;
    margin-bottom: 15px;
    width: 100%;
    object-fit: cover
}

.pt40 {
    padding-top: 40px
}

.ptb60 {
    padding: 60px 0 30px
}

.mb40 {
    margin-bottom: 40px
}

#TOP-ATTRACTIONS-WORLDWIDE {
    background: #fff !important;
    border: none;
    color: #1a2b48;
    font-weight: 600
}

.attractions-column-link {
    list-style: none;
    margin-left: 8px
}

.tablinks {
    background: #fff !important;
    border: none;
    color: #1a2b48;
    font-weight: 600
}

.input-number-group {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.input-number-group span.input {
    display: inline-block;
    min-width: 40px;
    text-align: center
}

.input-number-group i {
    color: #5191fa;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 24px
}

.alert-text.danger {
    color: #e3342f
}

.alert-text.success {
    color: #38c172
}

.btn {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: background 0.2s, color 0.2s
}

.btn.btn-group-sm>.btn,
.btn.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn.btn-primary {
    background: #5191fa
}

.btn.btn-danger {
    background: #fa5636
}

.btn.btn-danger:hover {
    background: #e65335
}

.padding-content {
    padding: 60px 0
}

.mt20 {
    margin-top: 20px
}

.full-page {
    height: 100%
}

.map-loading {
    background: hsl(0 0% 100% / .5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.map-loading .st-loader {
    animation: st-load 1.8s ease-in-out infinite;
    background: #5191fa;
    border-radius: 5px;
    height: 6px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px
}

.map-loading .st-loader:before {
    background: #fa5636;
    left: 10px;
    margin-left: -20px;
    top: -20px;
    width: 40px
}

.map-loading .st-loader:after,
.map-loading .st-loader:before {
    animation: st-load 1.8s ease-in-out infinite;
    border-radius: 5px;
    content: "";
    display: block;
    height: 6px;
    position: absolute
}

.map-loading .st-loader:after {
    background: #ffab53;
    bottom: -20px;
    margin-left: -17px;
    width: 35px
}

@keyframes st-load {
    0% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(-30px)
    }

    to {
        transform: translateX(40px)
    }
}

/* .thumb-image {
    background: linear-gradient(118deg, #f6f9fb, #e2ebef);
    display: block;
    overflow: hidden;
    padding-bottom: 69%;
    position: relative;
    width: 100%
} */

.thumb-image img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.blog-breadcrumb {
    border-bottom: 1px solid #eaeef3;
    padding: 20px 0
}

.blog-breadcrumb .ul,
.blog-breadcrumb ol,
.blog-breadcrumb ul {
    background: #fff;
    display: block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%
}

.blog-breadcrumb .ul li,
.blog-breadcrumb ol li,
.blog-breadcrumb ul li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 0
}

.blog-breadcrumb .ul li a,
.blog-breadcrumb ol li a,
.blog-breadcrumb ul li a {
    color: #1a2b48;
    display: block;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none
}

.blog-breadcrumb .ul li.active,
.blog-breadcrumb ol li.active,
.blog-breadcrumb ul li.active {
    color: #5e6d77
}

.blog-breadcrumb .ul li:first-child,
.blog-breadcrumb ol li:first-child,
.blog-breadcrumb ul li:first-child {
    padding-left: 0
}

.blog-breadcrumb .ul li:not(:last-child):after,
.blog-breadcrumb ol li:not(:last-child):after,
.blog-breadcrumb ul li:not(:last-child):after {
    background: #eaeef3;
    content: "";
    height: 4px;
    margin-top: -2px;
    position: absolute;
    right: -2px;
    top: 50%;
    width: 4px;
    z-index: 1
}

.booking_cookie_agreement {
    align-items: baseline;
    background-color: #645862;
    color: #fff;
    display: flex;
    z-index: 999999 !important
}

.booking_cookie_agreement .content-cookie {
    flex: 1 1
}

.booking_cookie_agreement .save-cookie {
    background-color: #f1d700;
    border-radius: .5rem;
    color: #000;
    cursor: pointer;
    padding: .5rem
}

.open-hour-item {
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
    padding: 9px 0
}

.open-hour-item.current,
.open-hour-item.current strong {
    color: #fa5636
}

.open-hour-item:last-child {
    border-bottom: 0
}

.panel {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgb(63 63 68 / .05), 0 1px 3px 0 rgb(63 63 68 / .15);
    margin-bottom: 20px
}

.panel .panel-title {
    border-bottom: 1px solid #dfe4e8;
    padding: 14px 20px;
    position: relative
}

.panel .panel-title .panel-toggle {
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 10px
}

.panel .panel-body {
    padding: 20px
}

.panel .panel-body.pd15 {
    padding: 15px
}

.panel .panel-body .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px 20px 5px
}

.panel:last-child {
    margin-bottom: 0
}

.panel .panel-footer {
    background: #f7f7f7;
    border-top: 1px solid #dfe4e8;
    padding: 10px 15px
}

.panel-body-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.avatar-cover {
    background-position: 50%;
    background-size: cover
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-30 {
    font-size: 30px !important
}

.width-30 {
    width: 30px
}

.flex-horizontal-center {
    align-items: center;
    display: flex
}

.flex-content-center {
    display: flex;
    justify-content: center
}

.flex-self-start {
    align-items: self-start;
    display: flex
}

.font-weight-medium,
.font-weight-semi-bold {
    font-weight: 500 !important
}

.text-white {
    color: #fff
}

.bc_popup .modal-body img {
    height: auto;
    max-width: 100%
}

.bc-topbar-pro {
    background: #ffc107;
    padding: 10px 0
}

.bc-topbar-pro a {
    color: #000
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #b4b9be;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / .1);
    clear: none;
    color: #555;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 0;
    margin: -4px 4px 0 0;
    min-width: 16px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    transition: border-color 0.05s ease-in-out;
    vertical-align: middle;
    width: 16px
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    float: left;
    font-family: Ionicons;
    vertical-align: middle;
    width: 16px
}

input[type="checkbox"]:checked:before {
    color: #1e8cbe;
    content: "\f00c";
    font: normal normal normal 13px/1 FontAwesome;
    margin: 1px 0 0 -1px
}

input[type="radio"] {
    border-radius: 50%;
    line-height: 10px;
    margin-right: 4px
}

input[type="radio"]:checked:before {
    background-color: #1e8cbe;
    border-radius: 50px;
    content: "•";
    font-size: 24px;
    height: 6px;
    line-height: 16px;
    margin: 4px;
    text-indent: -9999px;
    width: 6px
}

.form-control {
    border: 1px solid #dae1e7;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px
}

input.form-control {
    height: 40px
}

.required {
    color: #e3342f
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control::placeholder {
    color: #999
}

.invalid-feedback {
    font-size: 100%
}

.bravo-form .fa-spinner {
    display: none
}

.bravo-form.loading .fa-spinner {
    display: inline-block
}

.bravo-login-page {
    padding: 100px 0
}

.frontend-page .modal.login .modal-content {
    border-radius: 5px;
    padding: 20px 30px 30px
}

.frontend-page .modal.login .modal-content .modal-header {
    border: none;
    padding: 0 0 10px
}

.frontend-page .modal.login .modal-content .modal-header .close {
    margin-top: 0;
    opacity: 1
}

.frontend-page .modal.login .modal-content .modal-header .modal-title {
    font-size: 24px;
    font-weight: 500
}

.frontend-page .modal.login .modal-content .modal-body {
    padding: 0
}

.frontend-page .modal.login .modal-content .modal-body .form-group {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative
}

.frontend-page .modal.login .modal-content .modal-body .form-group .form-control {
    border: 1px solid #dae1e7;
    border-radius: 3px;
    box-shadow: none;
    color: #5e6d77;
    font-size: 14px;
    height: 45px
}

.frontend-page .modal.login .modal-content .modal-body .form-group .input-icon {
    color: #acb5be;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 22px;
    transform: translateY(-50%)
}

.frontend-page .modal.login .modal-content .modal-body .st-link,
.frontend-page .modal.login .modal-content .modal-body label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.frontend-page .modal.login .modal-content .modal-body input[type="checkbox"] {
    margin-right: 5px
}

.frontend-page .modal.login .modal-content .modal-body input[type="radio"] {
    margin-right: 10px
}

.frontend-page .modal.login .modal-content .modal-body .form-submit {
    background: #5191fa;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    text-transform: uppercase;
    width: 100%
}

.frontend-page .modal.login .modal-content .modal-body .advanced {
    background: #f9f9f9;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
    padding: 30px
}

.frontend-page .modal.login .modal-content .modal-body .advanced .socials {
    padding-bottom: 35px;
    padding-top: 20px
}

.bravo-login-form-page .form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px
}

.bravo-login-form-page .form-control {
    border: 1px solid #dae1e7;
    border-radius: 3px;
    box-shadow: none;
    color: #5e6d77;
    font-size: 14px;
    height: 45px
}

.bravo-login-form-page .form-group {
    margin-bottom: 20px;
    position: relative
}

.bravo-login-form-page .form-group .input-icon {
    color: #acb5be;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 22px;
    transform: translateY(-50%)
}

.bc-form .icon-loading,
.bravo-form-login .icon-loading,
.bravo-form-register .icon-loading {
    display: none
}

.bc-form .form-submit,
.bravo-form-login .form-submit,
.bravo-form-register .form-submit {
    width: 100%
}

.bc-form .bravo-recaptcha>div,
.bravo-form-login .bravo-recaptcha>div,
.bravo-form-register .bravo-recaptcha>div {
    margin: auto
}

.btn_login_fb_link {
    background: #395899;
    color: #fff
}

.btn_login_tw_link {
    background: #03a9f4;
    color: #fff
}

.btn_login_gg_link {
    background: #f34a38;
    color: #fff
}

.btn_login_fb_link,
.btn_login_gg_link,
.btn_login_tw_link {
    border-radius: 2px;
    display: block;
    font-size: 12px
}

.btn_login_fb_link:hover,
.btn_login_gg_link:hover,
.btn_login_tw_link:hover {
    box-shadow: none;
    color: #fff;
    outline: none
}

body .daterangepicker {
    border-color: #dfdfdf;
    border-radius: 0;
    box-shadow: 0 1px 2px rgb(0 0 0 / .175) !important;
    font-family: inherit;
    margin-top: 0;
    min-height: 100px;
    min-width: 300px;
    padding: 10px 20px
}

body .daterangepicker.loading:before {
    background: #fff;
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11
}

body .daterangepicker.loading:after {
    animation: fa-spin 2s linear infinite;
    color: #5191fa;
    content: "\f110";
    display: block !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 42px;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 42px;
    z-index: 15
}

body .daterangepicker .drp-calendar {
    max-width: none
}

body .daterangepicker .drp-calendar .calendar-table table {
    border-collapse: inherit
}

body .daterangepicker .drp-calendar .calendar-table .next span,
body .daterangepicker .drp-calendar .calendar-table .prev span {
    border: none;
    border-radius: 0;
    transform: none
}

body .daterangepicker .drp-calendar .calendar-table .next:hover,
body .daterangepicker .drp-calendar .calendar-table .prev:hover {
    background-color: #fff0
}

body .daterangepicker .drp-calendar .calendar-table .prev {
    background: url(/images/arow_left.png?a81887014623d5a1e5955be94a3576b1) no-repeat 50%
}

body .daterangepicker .drp-calendar .calendar-table .next {
    background: url(/images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) no-repeat 50%
}

body .daterangepicker .drp-calendar .calendar-table thead {
    font-size: 14px
}

body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
    border-bottom: 1px solid #d7dce3;
    border-radius: 0;
    margin: 0;
    padding: 10px 0
}

body .daterangepicker .drp-calendar .calendar-table thead .month {
    color: #1a2b48;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th {
    color: #adb2bd;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td {
    border: 1px solid #fff0;
    border-radius: 0;
    color: #1a2b48;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 29px;
    width: 35px
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.today {
    border-color: #fa5535;
    color: #fa5535
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date,
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
    background: rgb(81 145 250 / .2);
    border-bottom: none;
    border-top: none
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
    border-left: 2px solid #5191fa
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
    border-right: 2px solid #5191fa
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled {
    color: #d7dce3;
    text-decoration: line-through
}

body .daterangepicker:after,
body .daterangepicker:before {
    background: none;
    border: none;
    content: "";
    height: 0;
    position: static;
    width: 0
}

body .daterangepicker:not(.single) .calendar.left .next {
    display: none
}

body .daterangepicker .calendar {
    max-width: 100% !important;
    position: relative
}

body .daterangepicker .table-header {
    padding-bottom: 20px;
    position: relative
}

body .daterangepicker .table-header:after {
    clear: both;
    content: "";
    display: table
}

body .daterangepicker .table-header .month {
    text-align: center
}

body .daterangepicker .table-header .prev {
    background: url(/images/arow_left.png?a81887014623d5a1e5955be94a3576b1) no-repeat 0;
    bottom: 0;
    cursor: pointer;
    float: left;
    height: 48px;
    left: 0;
    position: absolute;
    width: 48px;
    z-index: 9
}

body .daterangepicker .table-header .next {
    background: url(/images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) no-repeat 100%;
    bottom: 0;
    cursor: pointer;
    float: right;
    height: 48px;
    position: absolute;
    right: 0;
    width: 48px;
    z-index: 9
}

body .daterangepicker .table-sub-header {
    border-top: 1px solid #d7dce3
}

body .daterangepicker .table-sub-header:after {
    clear: both;
    content: "";
    display: table
}

body .daterangepicker .table-sub-header .day-off-week {
    color: #adb2bd;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 36px
}

body .daterangepicker .table-condensed .td-date {
    background: none;
    border: none;
    height: auto;
    padding: 0;
    width: auto
}

body .daterangepicker .table-condensed .td-date .date {
    color: #1a2b48;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    width: 36px
}

body .daterangepicker .table-condensed .td-date.disabled {
    text-decoration: none
}

body .daterangepicker .table-condensed .td-date.disabled .date {
    color: #d7dce3
}

body .daterangepicker .table-condensed .td-date.today .date {
    color: #fa5535
}

body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date,
body .daterangepicker .table-condensed .td-date.today:not(.start-date) .date {
    border: 1px solid #fa5535;
    color: #fa5535
}

body .daterangepicker .table-condensed .td-date.end-group,
body .daterangepicker .table-condensed .td-date.in-group,
body .daterangepicker .table-condensed .td-date.start-group {
    background: #fef5ca
}

body .daterangepicker .table-condensed .td-date.end-group .date,
body .daterangepicker .table-condensed .td-date.in-group .date {
    color: #767676
}

body .daterangepicker .table-condensed .td-date.start-date,
body .daterangepicker .table-condensed .td-date:hover {
    background: rgb(81 145 250 / .2)
}

body .daterangepicker .table-condensed .td-date.start-date:not(.end-date) {
    box-shadow: -3px 0 0 #5191fa
}

body .daterangepicker .table-condensed .td-date.start-date.today .date {
    border: none
}

body .daterangepicker .table-condensed .td-date.in-range {
    background: rgb(81 145 250 / .2)
}

body .daterangepicker .table-condensed .td-date.in-range.today .date {
    border: none
}

body .daterangepicker .table-condensed .td-date.end-date {
    background: rgb(81 145 250 / .2)
}

body .daterangepicker .table-condensed .td-date.end-date:not(.start-date) {
    box-shadow: 3px 0 0 #5191fa
}

body .daterangepicker .table-condensed .td-date.end-date.today .date {
    border: none
}

body .daterangepicker .table-condensed .td-date.td-no-show {
    visibility: hidden
}

body .daterangepicker .table-condensed .td-date.has-tooltip {
    position: relative
}

body .daterangepicker .table-condensed .td-date.has-tooltip .event-tooltip-wrap {
    background: rgb(0 0 0 / .7);
    border-radius: 2px;
    color: #fff;
    display: none;
    font-size: 12px;
    left: 0;
    margin-top: 5px;
    padding: 4px 6px;
    position: absolute;
    top: 100%;
    z-index: 1
}

body .daterangepicker .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap {
    display: block
}

body .daterangepicker.respon-single .calendar.right {
    display: none
}

body .daterangepicker.respon-single .calendar.left .next {
    display: block
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td {
    position: relative
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td:hover .tooltip {
    opacity: .9;
    visibility: visible
}

body .daterangepicker .tooltip {
    bottom: 40px;
    display: block;
    float: none;
    margin: 0;
    visibility: hidden;
    width: auto
}

body .daterangepicker .tooltip,
body .daterangepicker .tooltip .arrow {
    left: 50%;
    transform: translate(-50%)
}

body .daterangepicker .tooltip .tooltip-inner {
    white-space: nowrap
}

body .daterangepicker .is-half-end {
    overflow: hidden
}

body .daterangepicker .is-half-end:before {
    background: #ededed;
    bottom: -27px;
    content: "";
    height: 50px;
    opacity: .5;
    position: absolute;
    right: -27px;
    transform: rotate(45deg);
    width: 50px
}

body .daterangepicker .is-half-end.end-date,
body .daterangepicker .is-half-end.in-range,
body .daterangepicker .is-half-end.start-date,
body .daterangepicker .is-half-end:hover {
    overflow: visible
}

body .daterangepicker .is-half-end.end-date:before,
body .daterangepicker .is-half-end.in-range:before,
body .daterangepicker .is-half-end.start-date:before,
body .daterangepicker .is-half-end:hover:before {
    display: none
}

body .daterangepicker .is-half-start {
    overflow: hidden
}

body .daterangepicker .is-half-start:before {
    background: #ededed;
    content: "";
    height: 50px;
    left: -27px;
    opacity: .5;
    position: absolute;
    top: -27px;
    transform: rotate(-45deg);
    width: 50px
}

body .daterangepicker .is-half-start.end-date,
body .daterangepicker .is-half-start.in-range,
body .daterangepicker .is-half-start.start-date,
body .daterangepicker .is-half-start:hover {
    overflow: visible
}

body .daterangepicker .is-half-start.end-date:before,
body .daterangepicker .is-half-start.in-range:before,
body .daterangepicker .is-half-start.start-date:before,
body .daterangepicker .is-half-start:hover:before {
    display: none
}

body .daterangepicker .full-book-event {
    color: #1a2b48 !important;
    overflow: hidden
}

body .daterangepicker .full-book-event:before {
    background: #ededed;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0
}

.bravo-admin-bar {
    background: #333;
    color: #fff
}

.bravo-admin-bar a {
    color: #fff
}

.bravo-admin-bar .adminbar-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.bravo-admin-bar .adminbar-menu li {
    display: inline-block
}

.bravo-admin-bar .adminbar-menu li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 8px 0 7px
}

.bravo-admin-bar .adminbar-menu li a:hover {
    text-decoration: none
}

.bravo-admin-bar .adminbar-menu li:hover>a {
    background: #32373c;
    color: #84adda
}

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

.tabs-box .active-tab {
    display: block
}

.tabs-box .tab-btn {
    cursor: pointer
}

.pricing-section {
    padding: 100px 0 70px
}

.pricing-section,
.pricing-tabs {
    position: relative
}

.pricing-tabs .tab-buttons {
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

.pricing-tabs .tab-buttons h4 {
    color: #202124;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px
}

.pricing-tabs .tab-btns {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.pricing-tabs .tab-btns:before {
    background: #1967d2;
    border: 1px solid #e7e7ec;
    border-radius: 30px;
    box-shadow: 0 8px 15px rgb(140 152 164 / .1);
    box-sizing: border-box;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.3s linear;
    width: 60px
}

.pricing-tabs .tab-btns li {
    color: dimgray;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    min-width: 196px;
    padding: 0 48px;
    position: relative;
    transition: all 0.3s ease;
    z-index: 8
}

.pricing-tabs .tab-btns li:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    right: -26px;
    top: 5px;
    transition: all 0.3s ease;
    width: 20px
}

.pricing-tabs .tab-btns li.active-btn:before {
    right: 6px
}

.pricing-tabs .tab-btns li:last-child:before {
    display: none
}

.pricing-table {
    margin-bottom: 30px;
    position: relative
}

.pricing-table .inner-box {
    background: #fff;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 40px;
    position: relative;
    transition: all 0.3s ease
}

.pricing-table .inner-box:hover,
.pricing-table.tagged .inner-box {
    border: 1px solid #1967d2;
    box-shadow: 0 6px 15px rgb(64 79 104 / .05)
}

.pricing-table .tag {
    border-radius: 30px;
    color: #34a853;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 25px;
    position: absolute;
    right: 30px;
    top: 30px
}

.pricing-table .tag:before {
    background: #34a853;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    opacity: .15;
    position: absolute;
    top: 0;
    width: 100%
}

.pricing-table .title {
    color: #1967d2;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px
}

.pricing-table .price {
    align-items: flex-end;
    color: #202124;
    display: flex;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.3s ease
}

.pricing-table .duration {
    bottom: 7px;
    color: #202124;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin-left: 7px;
    position: relative
}

.pricing-table .table-content {
    margin-bottom: 50px;
    position: relative
}

.pricing-table .table-content ul {
    list-style: none;
    position: relative
}

.pricing-table .table-content ul li {
    color: dimgray;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative
}

.pricing-table .table-content ul li:before {
    color: #202124;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0
}

.pricing-table .table-footer {
    position: relative
}

.pricing-table .table-footer a {
    display: block;
    position: relative;
    width: 100%
}

.skeleton-loading .g-info>*,
.skeleton-loading .g-rate-price>*,
.skeleton-loading .thumb-image,
.skeleton-loading .thumb-image .price-wrapper,
.skeleton-loading.item-loop-wrap>* {
    background-color: #dddbdd;
    overflow: hidden;
    position: relative
}

.skeleton-loading .g-info>:before,
.skeleton-loading .g-rate-price>:before,
.skeleton-loading .thumb-image .price-wrapper:before,
.skeleton-loading .thumb-image:before,
.skeleton-loading.item-loop-wrap>:before {
    background-color: #dddbdd;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.skeleton-loading .g-info>:after,
.skeleton-loading .g-rate-price>:after,
.skeleton-loading .thumb-image .price-wrapper:after,
.skeleton-loading .thumb-image:after,
.skeleton-loading.item-loop-wrap>:after {
    animation: shimmer 3s infinite;
    background-image: linear-gradient(90deg, #fff0, hsl(0 0% 100% / .2) 20%, hsl(0 0% 100% / .5) 60%, #fff0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 3
}

.skeleton-loading .g-rate-price:before {
    display: none
}

.skeleton-loading .sale_info {
    display: none !important
}

@keyframes shimmer {
    to {
        transform: translateX(100%)
    }
}

.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / .04)
}

.bravo-reviews .title-review {
    color: #1a2b48;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.bravo-reviews .review-box {
    border: 1px solid #eaeef3;
    background: #fbfbfb;
    border-radius: 5px;
    color: #1a2b48;
    font-weight: 500;
    margin-top: 20px;
    padding: 30px
}

.bravo-reviews .review-box .review-box-score {
    border-right: 1px solid #d7dce3;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center
}

.bravo-reviews .review-box .review-box-score .review-score {
    color: #5191fa;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px
}

.bravo-reviews .review-box .review-box-score .review-score .per-total {
    font-size: 24px
}

.bravo-reviews .review-box .review-box-score .review-score-text {
    color: #1a2b48;
    font-size: 24px;
    font-weight: 400
}

.bravo-reviews .review-box .review-box-score .review-score-base {
    color: #768090;
    font-size: 11px;
    margin-top: 10px
}

.bravo-reviews .review-box .review-box-score .review-score-base span {
    color: #5191fa
}

.bravo-reviews .review-box .review-sumary .item {
    align-items: center;
    display: flex;
    margin-top: 15px
}

.bravo-reviews .review-box .review-sumary .item:first-child {
    margin-top: 0
}

.bravo-reviews .review-box .review-sumary .item .label {
    color: #1a2b48;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 3%;
    margin-top: 0;
    padding-left: 0;
    position: relative;
    text-align: right;
    width: 22%
}

.bravo-reviews .review-box .review-sumary .item .progress {
    background: #eee;
    border-radius: 10px;
    box-shadow: none;
    height: 8px;
    margin-bottom: 0;
    overflow: inherit;
    position: relative;
    width: 65%
}

.bravo-reviews .review-box .review-sumary .item .progress .percent {
    background: #5191fa;
    border-radius: 10px;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0
}

.bravo-reviews .review-box .review-sumary .item .progress .percent.green {
    background: #2ecc71
}

.bravo-reviews .review-box .review-sumary .item .progress .percent.darkgreen {
    background: #27ae61
}

.bravo-reviews .review-box .review-sumary .item .progress .percent.yellow {
    background: #f1c40f
}

.bravo-reviews .review-box .review-sumary .item .progress .percent.orange {
    background: #e67f22
}

.bravo-reviews .review-box .review-sumary .item .progress .percent.red {
    background: #e84c3d
}

.bravo-reviews .review-box .review-sumary .item .number {
    margin-left: 3%;
    width: 7%
}

.bravo-reviews .review-list {
    margin-top: 30px
}

.bravo-reviews .review-list .review-item {
    border-top: 1px solid #eaeef3;
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 30px
}

.bravo-reviews .review-list .review-item .review-item-head {
    align-items: center;
    display: flex;
    margin-right: 100px
}

.bravo-reviews .review-list .review-item .review-item-head .media .media-left {
    padding-right: 20px
}

.bravo-reviews .review-list .review-item .review-item-head .media .media-left img {
    border-radius: 50%;
    height: 50px;
    width: 50px
}

.bravo-reviews .review-list .review-item .review-item-head .media .media-left .avatar-text {
    background: #1a2b47;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 29px;
    height: 50px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    top: 0;
    width: 50px
}

.bravo-reviews .review-list .review-item .review-item-head .media .media-body .media-heading {
    color: #1a2b48;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px
}

.bravo-reviews .review-list .review-item .review-item-head .media .media-body .date {
    color: #aeb4c0
}

.bravo-reviews .review-list .review-item .review-item-body {
    margin-top: 20px;
    margin-left: 70px
}

.bravo-reviews .review-list .review-item .review-item-body .title {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: #5191fa
}

.bravo-reviews .review-list .review-item .review-item-body .review-star {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.bravo-reviews .review-list .review-item .review-item-body .review-star li {
    float: left;
    list-style: none;
    margin-right: 5px
}

.bravo-reviews .review-list .review-item .review-item-body .review-star li .fa {
    color: #ffdc00;
    font-size: 16px
}

.bravo-reviews .review-list .review-item .review-item-body .detail {
    color: #363a3d;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    font-family: "Poppins", sans-serif;
    position: relative
}

.bravo-reviews .review-pag-wrapper {
    margin-top: 15px;
    overflow: hidden
}

.bravo-reviews .review-pag-wrapper .review-pag-text {
    color: #5e6d77;
    float: right;
    font-size: 14px;
    margin-right: 0;
    margin-top: 5px
}

.bravo-reviews .review-pag-wrapper .bravo-pagination {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 3px;
    text-align: left
}

.bravo-reviews .review-pag-wrapper .bravo-pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center
}

.bravo-reviews .review-pag-wrapper .bravo-pagination ul li {
    color: #768090;
    float: left;
    font-size: 16px;
    list-style: none;
    margin-right: 10px
}

.lang-btn:focus {
    outline: none
}

.lang-btn:hover {
    background: #fff;
    color: #000;
    width: 100%
}

.bravo-reviews .review-pag-wrapper .bravo-pagination ul li a,
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li span {
    border: none;
    border-radius: 3px;
    color: #5e6d77;
    cursor: pointer;
    display: block;
    float: none;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-decoration: none;
    width: 32px
}

.bravo-reviews .review-pag-wrapper .bravo-pagination ul li a.current,
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li span.current {
    background: transparent !important;
    border: 1px solid #1a2b47 !important;
    border-radius: 3px;
    color: #1a2b47 !important
}

.bravo-reviews .review-pag-wrapper .bravo-pagination ul li.active a,
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li.active span {
    background: transparent !important;
    border: 1px solid #1a2b47 !important;
    color: #1a2b47 !important
}

.bravo-reviews .review-pag-wrapper .bravo-pagination .count-string {
    color: #768090;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px
}

.bravo-reviews .review-form {
    margin: 15px 0
}

.bravo-reviews .review-form .title-form {
    color: #1a2b48 !important;
    font-size: 16px;
    font-weight: 500
}

.bravo-reviews .review-form .form-wrapper {
    background: #f9f9f9;
    border: 1px solid #d7dce3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 4px solid #5191fa;
    margin-top: 15px;
    padding: 30px
}

.bravo-reviews .review-form .form-wrapper .review-items {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 15px;
    min-height: 350px;
    padding: 25px 30px
}

.bravo-reviews .review-form .form-wrapper .review-items .item {
    margin-bottom: 10px
}

.bravo-reviews .review-form .form-wrapper .review-items .item:last-child {
    margin-bottom: 0
}

.bravo-reviews .review-form .form-wrapper .review-items .item label {
    color: #768090;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px
}

.bravo-reviews .review-form .form-wrapper .review-items .item .rates {
    position: relative
}

.bravo-reviews .review-form .form-wrapper .review-items .item .fa:not(:last-child) {
    margin-right: 8px
}

.bravo-reviews .review-form .form-wrapper .review-items .item .fa {
    cursor: pointer;
    font-size: 18px
}

.bravo-reviews .review-form .form-wrapper .review-items .item .fa.grey {
    color: #5e6d77
}

.bravo-reviews .review-form .form-wrapper .review-items .item .fa.hovered,
.bravo-reviews .review-form .form-wrapper .review-items .item .fa.selected {
    color: #ffdc00
}

.bravo-reviews .review-form .form-wrapper .review-items .item .fa.hovered:before,
.bravo-reviews .review-form .form-wrapper .review-items .item .fa.selected:before {
    content: "\f005"
}

.bravo-reviews .review-form .form-wrapper .alert ul {
    margin-left: 30px
}

.bravo-reviews .review-form .form-wrapper textarea.form-control {
    margin-top: 15px;
    min-height: 350px
}

.bravo-reviews .review-form .btn {
    background: #5191fa;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    transition: background 0.2s, color 0.2s
}

.bravo-reviews .review-message {
    background: #f5f5f5;
    border-left: 4px solid #5191fa;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px 20px
}

.page-404-content {
    padding: 60px 0;
    text-align: center
}

.page-404-content h1 {
    color: #1a2b48;
    font-size: 48px;
    font-weight: 500;
    margin-top: 0
}

.page-404-content h3 {
    color: #5e6d77;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 10px
}

.page-404-content img,
.page-404-content svg {
    margin-bottom: 50px;
    max-width: 100%
}

.page-404-content p {
    color: #5e6d77;
    font-size: 18px;
    margin-bottom: 5px
}

.page-404-content .no-page__title {
    font-size: 200px;
    font-weight: 600;
    line-height: 1.2
}

.bravo_wrap .page-template-content .bravo-list-tour .title {
    font-size: 28px;
    margin-bottom: 20px
}

.bravo_wrap .page-template-content .bravo-list-tour .title .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour a {
    text-decoration: none;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .sale_info {
    background-color: #c03;
    color: #fff;
    font-size: 15px;
    height: 48px;
    line-height: 65px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -13px;
    transform: rotate(45deg);
    width: 80px;
    z-index: 8
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .featured {
    background: #5191fa;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    left: 0;
    padding: 6px 10px;
    position: absolute;
    top: 20px;
    z-index: 8
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image {
    background: #ccc;
    height: 170px;
    overflow: hidden
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image a img {
    max-width: 100%;
    transition: all 0.5s
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image a:hover img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    z-index: 10
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .location {
    color: #5e6d77;
    font-size: 13px;
    margin: 15px 15px 10px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .category {
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .category .fa {
    color: #687882;
    opacity: .6
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review {
    margin: 10px 15px 15px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars {
    margin: 0;
    padding: 0;
    width: 90px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars:after,
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars:before {
    clear: both;
    content: "";
    display: table
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li {
    float: left;
    list-style: none;
    margin-right: 5px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
    color: #ffdc00;
    font-size: 15px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars-active {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .review {
    color: #768092;
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .item-title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 15px;
    min-height: 45px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .item-title a {
    color: #1a2b50
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info {
    display: flex;
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .duration {
    align-items: center;
    color: #5e6d77;
    flex: auto;
    position: relative;
    top: 5px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .duration i {
    font-size: 17px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price {
    flex: auto;
    text-align: right
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .price .text-price {
    color: #1a2b48;
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .price .onsale {
    color: #c03 !important;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: -15px
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour.infobox-item {
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour.infobox-item:after {
    background: #fff;
    border-color: #fff0 #fff #fff #fff0;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    box-shadow: 1px 1px 0 #dfdfdf;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 0
}

.bravo_wrap .page-template-content .bravo-list-tour .owl-dots {
    display: none
}

.bravo_wrap .page-template-content .bravo-list-tour .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -50px
}

.bravo_wrap .page-template-content .bravo-list-tour .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-tour .owl-nav .owl-prev {
    border: none;
    font-size: 23px;
    line-height: 33px;
    outline: none;
    padding: 3px 15px !important
}

.bravo_wrap .page-template-content .bravo-list-tour .owl-nav .owl-next span,
.bravo_wrap .page-template-content .bravo-list-tour .owl-nav .owl-prev span {
    outline: none !important;
    position: relative;
    top: -1px
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow {
    background: #f5f5f5;
    padding: 30px 0
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .col-item {
    margin-bottom: 30px
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / .25);
    height: 100%;
    overflow: hidden;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .sale_info {
    background-color: #c03;
    color: #fff;
    font-size: 15px;
    height: 48px;
    line-height: 65px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -13px;
    transform: rotate(45deg);
    width: 80px;
    z-index: 8
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .featured {
    background: #c03;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    left: 0;
    padding: 6px 10px;
    position: absolute;
    top: 20px;
    z-index: 8
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb:before {
    background: rgb(0 0 0 / .4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.4s;
    width: 100%;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb img {
    transform: scale(1);
    transition: all 0.4s;
    width: 100%
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .tour-book-now {
    background-color: #5192fa;
    border: none;
    border-radius: 30px;
    color: #fff;
    left: 50%;
    opacity: 0;
    padding: 5px 20px;
    position: absolute;
    text-decoration: none;
    top: 40%;
    transform: translate(-50%, -50%) scale(.5);
    transition: all 0.4s;
    z-index: 3
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 5px;
    z-index: 10
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist i {
    font-size: 16px;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.active i {
    color: red
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption {
    padding: 28px 22px;
    position: relative;
    width: 100%
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address {
    float: left;
    width: 65%
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 7px
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address .title a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address .title a:hover {
    color: #5192fa
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address .duration {
    color: #7e7e7e;
    font-size: 13px;
    margin-bottom: 0
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .tour-price {
    color: #ff7430;
    font-size: 34px;
    position: absolute;
    right: 22px;
    top: 20px
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .g-price {
    float: right;
    text-align: right
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .g-price .price {
    display: inline-block;
    padding-top: 18px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .g-price .price .text-price {
    color: #1a2b48;
    font-size: 22px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .g-price .price .onsale {
    color: #c03 !important;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-decoration: line-through;
    top: 0
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item:hover .header-thumb:before {
    opacity: 1
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item:hover .header-thumb img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item:hover .header-thumb .tour-book-now {
    opacity: 1;
    top: 51%;
    transform: translate(-50%, -50%) scale(1)
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple {
    padding: 20px 0 20px
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .title {
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .title:before {
    background: var(--link-color, #5191fa);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .owl-nav {
    right: auto;
    top: 0
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .owl-nav .owl-prev {
    border: none;
    border-radius: 50%
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour {
    border: none;
    border-radius: 5px;
    padding-bottom: 0
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .featured {
    background: #1a2b48
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .thumb-image {
    height: 300px
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .thumb-image a img {
    max-width: none;
    width: auto
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .thumb-image .service-wishlist {
    left: 5px;
    right: auto
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .price {
    background: var(--link-color, #5191fa);
    border: 2px solid #fff;
    border-top-left-radius: 5px;
    bottom: -2px;
    margin-top: 0;
    min-width: 110px;
    opacity: .9;
    padding: 5px 10px 5px 20px;
    position: absolute;
    right: -2px;
    text-align: -webkit-right;
    z-index: 8
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .price .text-price {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .price .onsale {
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .price .small {
    font-size: 14px
}

.bravo_wrap .page-template-content .bravo-form-search-tour {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 120px 0
}

.bravo_wrap .page-template-content .bravo-form-search-tour .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-form-search-tour .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.bravo_wrap .page-template-content .bravo-form-search-tour .g-form-control {
    margin: 50px 0 0;
    padding: 0 100px
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 {
    padding: 100px 0 120px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .text-heading {
    flex: 0 0 100%;
    margin-top: -90px
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .sub-heading {
    flex: 0 0 100%
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .effect {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .effect .item {
    align-content: center;
    align-items: center;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-wrap: wrap;
    height: 100% !important;
    width: 100%
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .effect .owl-carousel,
.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .effect .owl-item,
.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .effect .owl-stage,
.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .effect .owl-stage-outer {
    background-position: 50%;
    background-size: cover;
    height: 100%
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .owl-dots,
.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .owl-nav {
    display: none !important
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .g-form-control {
    margin: 170px 0 0
}

.bravo_wrap .page-template-content .bravo-featured-item {
    border-bottom: 1px solid #f4f4f4;
    margin: 30px 0;
    padding-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-featured-item .featured-item {
    margin-bottom: 20px
}

.bravo_wrap .page-template-content .bravo-featured-item .featured-item .image {
    float: left;
    margin-top: 15px
}

.bravo_wrap .page-template-content .bravo-featured-item .featured-item .content {
    margin-left: 85px;
    padding: 15px
}

.bravo_wrap .page-template-content .bravo-featured-item .featured-item .content .title {
    font-size: 18px
}

.bravo_wrap .page-template-content .bravo-featured-item .featured-item .content .desc {
    font-size: 13px
}

.bravo_wrap .page-template-content .bravo-featured-item.style2 {
    border-bottom: 0
}

.bravo_wrap .page-template-content .bravo-featured-item.style2 .number-circle {
    border: 2px solid #5191fa;
    border-radius: 50%;
    color: #5191fa;
    display: inline-block;
    font-size: 40px;
    height: 70px;
    line-height: 69px;
    text-align: center;
    transition: all 0.3s;
    width: 70px
}

.bravo_wrap .page-template-content .bravo-featured-item.style3 .featured-item {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 50px;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-featured-item.style3 .featured-item .image {
    float: none;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center
}

.bravo_wrap .page-template-content .bravo-featured-item.style3 .featured-item .content {
    margin-left: 0;
    padding: 0;
    text-align: center
}

.bravo_wrap .page-template-content .bravo-featured-item.style3 .featured-item:hover {
    border-color: #5191fa
}

.bravo_wrap .page-template-content .bravo-featured-item.style4 {
    background-color: #f6f9ff;
    border-bottom: none;
    margin-top: 0;
    padding: 40px 0 20px
}

.bravo_wrap .page-template-content .bravo-featured-item.style5 {
    background-color: #1a2b47;
    border-bottom: none;
    color: #fff;
    margin-top: 0;
    padding: 70px 0 10px
}

.bravo_wrap .page-template-content .bravo-testimonial {
    margin: 30px 0
}

.bravo_wrap .page-template-content .bravo-testimonial h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px
}

.bravo_wrap .page-template-content .bravo-testimonial .item {
    border: 1px solid #d7dce3;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 250px;
    padding: 30px
}

.bravo_wrap .page-template-content .bravo-testimonial .item .author {
    align-items: center;
    display: flex;
    margin-bottom: 30px
}

.bravo_wrap .page-template-content .bravo-testimonial .item .author img {
    border-radius: 50%;
    height: auto;
    margin-right: 20px;
    width: 70px
}

.bravo_wrap .page-template-content .bravo-testimonial .item .author .author-meta h4 {
    font-size: 16px;
    margin-bottom: 8px
}

.bravo_wrap .page-template-content .bravo-testimonial .item .author .author-meta .star .fa {
    color: #ffdc00;
    font-size: 16px;
    margin-right: 2px
}

.bravo_wrap .page-template-content .bravo-testimonial .item p {
    color: #768092;
    font-size: 14px;
    margin-bottom: 0
}

.bravo_wrap .page-template-content .bravo-call-to-action {
    margin: 25px
}

.bravo_wrap .page-template-content .bravo-call-to-action .context {
    background: #f6b756;
    padding: 40px 45px 50px
}

.bravo_wrap .page-template-content .bravo-call-to-action .context .title {
    font-size: 32px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-call-to-action .context .sub_title {
    font-size: 12px
}

.bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more {
    background: #fff;
    border-radius: 5px;
    color: #000;
    display: block;
    float: right;
    font-weight: 500;
    margin-top: 30px;
    padding: 15px 25px;
    text-decoration: none;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more:hover {
    background: #f1f1f1;
    border-radius: 10px
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_2 .context {
    background-size: cover;
    color: #fff;
    padding-left: 80px
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_2 .context .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 55px
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_2 .context .btn-more {
    color: #5191fa;
    margin-top: 20px;
    padding: 10px 25px
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_3 {
    margin: 25px 0 0
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_3 .context {
    background-color: #fff;
    color: #fff;
    padding: 150px 0 !important
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_3 .context .title {
    font-size: 50px;
    font-weight: 600;
    text-shadow: 0 0 20px #1a2b48
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_3 .context .sub_title {
    font-size: 18px;
    text-shadow: 0 0 20px #1a2b48
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_3 .context .btn-more {
    display: inline-block;
    float: none;
    padding: 10px 35px
}

.bravo_wrap .page-template-content .bravo-list-locations .title {
    font-size: 28px;
    margin-bottom: 25px
}

.bravo_wrap .page-template-content .bravo-list-locations .row {
    padding: 0 -10px
}

.bravo_wrap .page-template-content .bravo-list-locations .row .col-md-4,
.bravo_wrap .page-template-content .bravo-list-locations .row .col-md-8 {
    padding-left: 10px;
    padding-right: 10px
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item {
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 383px;
    overflow: hidden
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item.no-image {
    background: #ccc
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 383px;
    overflow: hidden;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image .content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image .content .title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image .content .desc {
    background: #5191fa;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    margin-top: 10px;
    padding: 5px 20px
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item:hover .image img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item:hover .effect {
    opacity: 0
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .effect {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 {
    margin: 50px 0 30px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 30px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item {
    border-radius: 5px;
    min-height: 320px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item .content .title {
    position: relative;
    bottom: 56px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 25px;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item .image {
    min-height: 320px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item:hover .effect {
    opacity: .3
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item:hover .title {
    color: #fff
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .effect {
    opacity: .3
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 {
    margin: 0 0 30px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 30px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item {
    border-radius: 5px;
    min-height: 320px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item .content .title {
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 5px 25px;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item .content .desc {
    background: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    margin-top: 0;
    padding: 2px 15px;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item .image {
    min-height: 320px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item:hover .effect {
    opacity: .2
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item:hover .desc {
    background: #5191fa;
    color: #fff
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 {
    margin: 0 0 30px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 30px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item {
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 320px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .title {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 5px 25px;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .title:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto auto;
    transition: all 0.3s;
    width: 50px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc {
    background: none !important;
    bottom: 0;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 125px;
    transform: translate(-50%);
    transition: all 0.3s;
    width: 90%
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc a,
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc span {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc a:after,
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc span:after {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 5px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc a:last-child:after,
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc span:last-child:after {
    display: none
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .image {
    min-height: 320px
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item:hover .effect {
    opacity: .2
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item:hover .content h4:after {
    width: 70px
}

.bravo_wrap .page-template-content .bravo-how-it-works {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    margin: 30px 0;
    padding-bottom: 100px;
    padding-top: 80px
}

.bravo_wrap .page-template-content .bravo-how-it-works .title {
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center
}

.bravo_wrap .page-template-content .bravo-how-it-works .featured-item {
    margin-bottom: 20px
}

.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .image {
    float: left;
    margin-top: 15px
}

.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .image img {
    width: 80px
}

.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .content {
    margin-left: 85px;
    padding: 18px 15px 15px
}

.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .content .sub-title {
    font-size: 22px
}

.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .content .desc {
    font-size: 13px
}

.bravo_wrap .page-template-content .bravo-box-category-tour .title {
    font-size: 28px
}

.bravo_wrap .page-template-content .bravo-box-category-tour .desc {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 30px
}

.bravo_wrap .page-template-content .bravo-box-category-tour .list-item {
    margin-bottom: 40px
}

.bravo_wrap .page-template-content .bravo-box-category-tour .list-item .item {
    position: relative
}

.bravo_wrap .page-template-content .bravo-box-category-tour .list-item .item a {
    display: block;
    overflow: hidden
}

.bravo_wrap .page-template-content .bravo-box-category-tour .list-item .item a img {
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-box-category-tour .list-item .item a img:hover {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-box-category-tour .list-item .item .text-title {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%
}

.bravo_wrap .page-template-content .bravo-box-category-tour .owl-dots {
    margin: 15px 0;
    text-align: center
}

.bravo_wrap .page-template-content .bravo-box-category-tour .owl-dot {
    background: #dcdcdc;
    border-radius: 50px;
    display: inline-block;
    height: 5px;
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
    width: 48px
}

.bravo_wrap .page-template-content .bravo-box-category-tour .owl-dot.active {
    background: #5191fa
}

.bravo_wrap .page-template-content .bravo-client-feedback {
    background: #f6f9ff;
    margin-bottom: 40px;
    overflow: hidden
}

.bravo_wrap .page-template-content .bravo-client-feedback img {
    max-width: 100%
}

.bravo_wrap .page-template-content .bravo-client-feedback .list-item {
    padding: 80px 60px
}

.bravo_wrap .page-template-content .bravo-client-feedback .list-item .item .title {
    color: var(--main-color, #1a2b48);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.bravo_wrap .page-template-content .bravo-client-feedback .list-item .item .sub_title {
    color: #768092;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 25px
}

.bravo_wrap .page-template-content .bravo-client-feedback .list-item .item .desc {
    color: #768092;
    font-size: 14px;
    margin-bottom: 0
}

.bravo_wrap .page-template-content .bravo-client-feedback .list-item .item .icofont-quote-right {
    color: #1a2b48;
    float: right;
    font-size: 32px
}

.bravo_wrap .page-template-content .bravo-client-feedback .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-client-feedback .owl-nav .owl-prev {
    color: #5191fa;
    font-size: 50px;
    line-height: 33px;
    margin-top: 20px;
    outline: none;
    padding-right: 15px !important
}

.bravo_wrap .page-template-content .bravo-client-feedback .owl-nav .owl-next span,
.bravo_wrap .page-template-content .bravo-client-feedback .owl-nav .owl-prev span {
    outline: none !important;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-space {
    margin: 50px 0
}

.bravo_wrap .page-template-content .bravo-list-space .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px
}

.bravo_wrap .page-template-content .bravo-list-space .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop a {
    text-decoration: none;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .sale_info {
    align-items: center;
    background-color: #5191fa;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: -7px;
    top: -47px;
    width: 50px;
    z-index: 999
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .featured {
    background: #ed0925;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .featured:after {
    border: 10px solid #fff0;
    border-bottom: 29px solid #ed0925;
    content: "";
    position: absolute;
    right: -10px;
    top: -9px;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image {
    background: #ccc;
    height: 185px;
    overflow: hidden;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image a img {
    max-width: 100%;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image a:before {
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgb(0 0 0 / .75));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    z-index: 10
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper .price .onsale {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -18px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper .price .unit {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 10
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .location {
    color: #5e6d77;
    font-size: 13px;
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .category {
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .category .fa {
    color: #687882;
    opacity: .6
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .service-review {
    margin: 10px 15px 0
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .service-review .rate {
    color: #5191fa
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .service-review .review {
    color: #6a7a84;
    margin-left: 30px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -18px;
    position: absolute;
    top: 8px;
    width: 4px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 15px 5px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title a {
    color: #1a2b50
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .info {
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .amenities {
    border-top: 1px solid #e4e8ed;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin: 15px 15px 0;
    padding-top: 15px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .amenities .amenity {
    align-items: center
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .amenities .amenity .input-icon {
    color: #505050;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop.infobox-item {
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop.infobox-item:after {
    background: #fff;
    border-color: #fff0 #fff #fff #fff0;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    box-shadow: 1px 1px 0 #dfdfdf;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 0
}

.bravo_wrap .page-template-content .bravo-list-space.layout_normal {
    margin: 30px 0
}

.bravo_wrap .page-template-content .bravo-list-space .owl-dots {
    display: none
}

.bravo_wrap .page-template-content .bravo-list-space .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -50px
}

.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-prev {
    border: 1px solid #000;
    font-size: 40px;
    line-height: 33px;
    margin-left: 10px;
    padding: 0 10px !important
}

.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-next span,
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-prev span {
    outline: none !important;
    position: relative;
    top: -1px
}

.bravo_wrap .page-template-content .bravo-form-search-space {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 120px 0
}

.bravo_wrap .page-template-content .bravo-form-search-space .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-form-search-space .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.bravo_wrap .page-template-content .bravo-form-search-space .g-form-control {
    margin: 50px 0 0
}

.bravo_wrap .page-template-content .bravo-featured-box {
    background: #f2f2f2;
    padding: 50px 0
}

.bravo_wrap .page-template-content .bravo-featured-box .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px
}

.bravo_wrap .page-template-content .bravo-featured-box .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-featured-box a {
    text-decoration: none
}

.bravo_wrap .page-template-content .bravo-featured-box .featured-item {
    background: #fff;
    margin: 15px 0;
    padding: 20px;
    text-align: center
}

.bravo_wrap .page-template-content .bravo-featured-box .featured-item .text {
    color: #1a2b48;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px
}

.bravo_wrap .page-template-content .bravo-featured-box .featured-item img {
    max-width: 100%;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-featured-box .featured-item:hover img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-form-search-hotel {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 120px 0
}

.bravo_wrap .page-template-content .bravo-form-search-hotel .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-form-search-hotel .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.bravo_wrap .page-template-content .bravo-form-search-hotel .g-form-control {
    margin: 50px 0 0
}

.bravo_wrap .page-template-content .bravo-form-search-slider {
    position: relative
}

.bravo_wrap .page-template-content .bravo-form-search-slider .effect {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.bravo_wrap .page-template-content .bravo-form-search-slider .effect .item {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    width: 100%
}

.bravo_wrap .page-template-content .bravo-form-search-slider .effect * {
    filter: brightness(98%);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-origin: border-box;
    background-clip: padding-box;
    height: 650px
}

.bravo_wrap .page-template-content .bravo-form-search-slider .owl-dots,
.bravo_wrap .page-template-content .bravo-form-search-slider .owl-nav {
    display: none !important
}

.bravo_wrap .page-template-content .bravo-form-search-all {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: top center !important;
    padding: 150px 0
}

.bravo_wrap .page-template-content .bravo-form-search-all .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500;
}

.bravo_wrap .bravo_form .input-search:not(.normal-control) .form-control,
.bravo_wrap .bravo_form .input-search:not(.normal-control) .parent_text,
.bravo_wrap .bravo_form .smart-search:not(.normal-control) .form-control,
.bravo_wrap .bravo_form .smart-search:not(.normal-control) .parent_text {
    font-size: 14px !important
}

.bravo_wrap .page-template-content .bravo-form-search-all .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control {
    margin: 50px 0 0
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs {
    border: none;
    margin-top: 50px
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a {
    background-color: #5f6063;
    border-color: #5f6063;
    border-radius: 3px 3px 0 0;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-right: 1px;
    padding: 7px 15px;
    text-decoration: none
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a i {
    font-size: 16px;
    line-height: 16px;
    margin-right: 2px;
    position: relative;
    top: 1px
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a.active {
    background-color: #5f6063;
    border-color: #5f6063;
    color: #fff
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content {
    position: relative
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content:before {
    background: #fff;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content #bravo_car,
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content #bravo_event,
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content #bravo_tour {
    max-width: 1000px
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 {
    padding: 0;
    position: relative
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .text-heading {
    flex: 0 0 100%
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .sub-heading {
    flex: 0 0 100%;
    padding-top: 0
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .item {
    align-content: center;
    align-items: center;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-wrap: wrap;
    height: 100% !important;
    width: 100%
}

@media (max-width:1023px) and (max-width:766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .item .sub-heading {
        padding-top: 60px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .owl-carousel,
.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .owl-item,
.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .owl-stage,
.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .owl-stage-outer {
    background-position: 50%;
    background-size: cover;
    height: 100%
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .owl-dots,
.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .owl-nav {
    display: none !important
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .g-form-control {
    margin-bottom: -40px;
    margin-top: 0
}

.bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .g-form-control .nav-tabs {
    border: none;
    margin-top: 300px
}

.bravo_wrap .page-template-content .bravo-form-search-all.bg_video {
    position: relative
}

.bravo_wrap .page-template-content .bravo-form-search-all.bg_video .background-video-container {
    direction: ltr;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 1s;
    width: 100%;
    z-index: -1
}

.bravo_wrap .page-template-content .bravo-form-search-all.bg_video .background-video-embed {
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bravo_wrap .page-template-content .bravo-offer {
    margin: 50px 0 30px
}

.bravo_wrap .page-template-content .bravo-offer .item {
    border-radius: 5px;
    height: 370px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 60px 15px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-offer .item .featured-text {
    background: #fa5636;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px
}

.bravo_wrap .page-template-content .bravo-offer .item .featured-icon {
    min-height: 35px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-offer .item .featured-icon i {
    color: #fff;
    font-size: 60px;
    left: 0;
    line-height: normal;
    position: absolute;
    top: -10px
}

.bravo_wrap .page-template-content .bravo-offer .item .item-title {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 60px;
    transition: all 0.4s
}

.bravo_wrap .page-template-content .bravo-offer .item .item-sub-title {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 75px
}

.bravo_wrap .page-template-content .bravo-offer .item a.btn-default {
    background: #fff0;
    border: 1px solid #fff;
    border-radius: 3px;
    bottom: 20px;
    color: #fff;
    opacity: 0;
    position: absolute;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-offer .item a.btn-default:hover {
    background: #fff;
    color: #5191fa
}

.bravo_wrap .page-template-content .bravo-offer .item .img-cover {
    background-size: cover !important;
    background: #1a2b47;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s;
    width: 100%;
    z-index: -1
}

.bravo_wrap .page-template-content .bravo-offer .item:hover .img-cover {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-offer .item:hover .item-title {
    margin-top: 25px
}

.bravo_wrap .page-template-content .bravo-offer .item:hover a.btn-default {
    bottom: 60px;
    opacity: 1
}

.bravo_wrap .page-template-content .bravo-form-search-car {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 150px 0
}

.bravo_wrap .page-template-content .bravo-form-search-car .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-form-search-car .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.bravo_wrap .page-template-content .bravo-form-search-car .g-form-control {
    margin: 50px 0 0;
    padding: 0 100px
}

.bravo_wrap .page-template-content .bravo-car-term-featured-box {
    padding: 15px 0 0
}

.bravo_wrap .page-template-content .bravo-car-term-featured-box .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px
}

.bravo_wrap .page-template-content .bravo-car-term-featured-box .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-car-term-featured-box a {
    text-decoration: none
}

.bravo_wrap .page-template-content .bravo-car-term-featured-box .featured-item {
    background: #fff;
    margin: 15px 0;
    overflow: hidden;
    text-align: center
}

.bravo_wrap .page-template-content .bravo-car-term-featured-box .featured-item .text {
    color: #1a2b48;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px
}

.bravo_wrap .page-template-content .bravo-car-term-featured-box .featured-item img {
    max-width: 100%;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-car-term-featured-box .featured-item:hover img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-car {
    margin: 50px 0
}

.bravo_wrap .page-template-content .bravo-list-car .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px
}

.bravo_wrap .page-template-content .bravo-list-car .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop a {
    text-decoration: none;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .sale_info {
    align-items: center;
    background-color: #5191fa;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: -25px;
    width: 50px;
    z-index: 999
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .featured {
    background: #ed0925;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .featured:after {
    border: 10px solid #fff0;
    border-bottom: 29px solid #ed0925;
    content: "";
    position: absolute;
    right: -10px;
    top: -9px;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image {
    background: #fff;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image a img {
    max-width: 100%;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist {
    color: #000;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist.active i:before {
    content: "\f004"
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .location {
    color: #5e6d77;
    font-size: 13px;
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .category {
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .category .fa {
    color: #687882;
    opacity: .6
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .service-review {
    margin: 10px 15px 0
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .service-review .rate {
    color: #5191fa
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .service-review .review {
    color: #6a7a84;
    margin-left: 30px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -18px;
    position: absolute;
    top: 8px;
    width: 4px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 15px 5px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .item-title a {
    color: #1a2b50
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info {
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price {
    text-align: left
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .price .text-price {
    color: #1a2b48;
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .price .onsale {
    color: #c03 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .price .unit {
    color: #5e6d77;
    font-size: 14px;
    font-weight: 400
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin: 10px 15px 5px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .amenity {
    align-items: center;
    text-align: center
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .amenity .input-icon {
    color: #505050;
    font-size: 20px;
    position: relative;
    top: 1px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .amenity .text {
    display: block
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .icon-passenger {
    background: url(/images/passenger.svg?6f82f69d4c73fd4758c40ee44bb1a9a3);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .icon-baggage {
    background: url(/images/baggage.svg?a4bfd57287b4dcedaad9be413b000bd9);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .icon-door {
    background: url(/images/door.svg?95d09a24b1f87a458f7190a222d0ec64);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .icon-gear {
    background: url(/images/gear.svg?826676a38d810104320cfd08c8cd4ff8);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop.infobox-item {
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop.infobox-item:after {
    background: #fff;
    border-color: #fff0 #fff #fff #fff0;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    box-shadow: 1px 1px 0 #dfdfdf;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 0
}

.bravo_wrap .page-template-content .bravo-list-car.layout_normal {
    margin: 30px 0
}

.bravo_wrap .page-template-content .bravo-list-car .owl-dots {
    display: none
}

.bravo_wrap .page-template-content .bravo-list-car .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -50px
}

.bravo_wrap .page-template-content .bravo-list-car .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-car .owl-nav .owl-prev {
    border: 1px solid #000;
    font-size: 40px;
    line-height: 33px;
    margin-left: 10px;
    padding: 0 10px !important
}

.bravo_wrap .page-template-content .bravo-list-car .owl-nav .owl-next span,
.bravo_wrap .page-template-content .bravo-list-car .owl-nav .owl-prev span {
    outline: none !important;
    position: relative;
    top: -1px
}

.bravo_wrap .page-template-content .bravo-list-event {
    margin: 50px 0
}

.bravo_wrap .page-template-content .bravo-list-event .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px
}

.bravo_wrap .page-template-content .bravo-list-event .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop a {
    text-decoration: none;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .sale_info {
    align-items: center;
    background-color: #d42681;
    border-radius: 10px;
    bottom: 10px;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 45px;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 45px;
    z-index: 999
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .featured {
    background: #d42681;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 15px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 15px;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image {
    background: #fff;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image a img {
    max-width: 100%;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all 0.3s
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist.active i {
    color: #d42681
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist.active i:before {
    content: "\f004"
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .location {
    color: #d42681;
    font-size: 13px;
    margin: 15px 15px 0
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review {
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review .rate {
    color: #d42681
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review .review {
    color: #6a7a84;
    margin-left: 30px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -18px;
    position: absolute;
    top: 8px;
    width: 4px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .start-time {
    border-bottom: 1px dashed #dfdfdf;
    color: #6a7a84;
    margin: 5px 15px 10px;
    padding-bottom: 10px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    min-height: 50px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title a {
    color: #1a2b50
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .info {
    display: flex;
    margin: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .duration {
    color: #6a7a84;
    flex: 0 0 70px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price {
    flex: 1;
    text-align: right
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .price .text-price {
    color: #1a2b48;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px
}