@charset "UTF-8";.mb0 {
    margin-bottom: 0
}

/* @font-face {
    font-family: 'bellezaregular';
    src: url('/fonts/belleza-regular-webfont.woff2') format('woff2'),
         url('/fonts/belleza-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

html {
  scroll-behavior: smooth;
}
.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}

.c-pointer {
    cursor: pointer
}

.pt40 {
    padding-top: 40px
}

.ptb60 {
    padding: 60px 0 30px
}

.mb40 {
    margin-bottom: 40px
}

.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: #3490dc;
    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 .2s,color .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: hsla(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 rgba(63,63,68,.05),0 1px 3px 0 rgba(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%
}

input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #b4b9be;
    box-shadow: inset 0 1px 2px rgba(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 .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
}

@media (max-width: 990px) {
    .frontend-page .modal.login .modal-content {
        padding:15px 20px
    }
}

.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
}

@media (max-width: 990px) {
    .frontend-page .modal.login .modal-content .modal-body .form-group {
        margin-bottom:15px
    }
}

.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: 0px;
    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: 0px;
    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
}

@media (max-width: 990px) {
    .bc-form .bravo-recaptcha>div,.bravo-form-login .bravo-recaptcha>div,.bravo-form-register .bravo-recaptcha>div {
        margin:0
    }
}

.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 rgba(0,0,0,.175)!important;
    font-family: inherit;
    min-height: 100px;
    min-width: 568px;
    padding: 10px 20px;
    right: 0!important;
    left: -8%!important;
    margin: auto;
    position: absolute;
}

@media (max-width: 767px) {
    body .daterangepicker {
        padding:0 10px
    }

    body .daterangepicker .ranges {
        margin: 0!important
    }

    body .daterangepicker .drp-calendar {
        padding: 0!important
    }

    body .daterangepicker:after,body .daterangepicker:before {
        display: none
    }
}

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
}

@media (min-width: 768px) {
    body .daterangepicker .drp-calendar.left .next.available {
        display:none
    }

    body .daterangepicker .drp-calendar.single.left .next.available {
        display: table-cell
    }
}

@media (max-width: 767px) {
    body .daterangepicker .drp-calendar.left {
        width:100%!important
    }

    body .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 0!important
    }

    body .daterangepicker .drp-calendar.right {
        display: 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: transparent
}

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 transparent;
    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: rgba(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: none
}

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: rgba(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: rgba(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: rgba(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: rgba(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 rgba(140,152,164,.1);
    box-sizing: border-box;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all .3s linear;
    width: 60px
}

.pricing-tabs .tab-btns li {
    color: #696969;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    min-width: 196px;
    padding: 0 48px;
    position: relative;
    transition: all .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 .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 .3s ease
}

.pricing-table .inner-box:hover,.pricing-table.tagged .inner-box {
    border: 1px solid #1967d2;
    box-shadow: 0 6px 15px rgba(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 .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: #696969;
    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%
}

.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.04)
}

.container .container {
    padding: 0
}

.bravo-reviews .title-review {
    color: #1a2b48;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 990px) {
    .bravo-reviews .title-review {
        font-size:1.5rem
    }
}

@media (max-width: 766px) {
    .bravo-reviews .title-review {
        font-size:1.3rem
    }
}

.bravo-reviews .review-box {
    border: 1px solid #eaeef3;
    border-radius: 5px;
    color: #1a2b48;
    font-weight: 500;
    margin-top: 20px;
    padding: 30px
}

@media (max-width: 766px) {
    .bravo-reviews .review-box {
        padding:10px
    }
}

.bravo-reviews .review-box .review-box-score {
    border-right: 1px solid #d7dce3;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center
}

@media (max-width: 990px) {
    .bravo-reviews .review-box .review-box-score {
        border-right:none
    }
}

.bravo-reviews .review-box .review-box-score .review-score {
    color: #5191fa;
    font-size: 72px;
    font-weight: 500;
    line-height: 50px
}

@media (max-width: 766px) {
    .bravo-reviews .review-box .review-box-score .review-score {
        font-size:60px
    }
}

.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: 14px;
    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%
}

@media (max-width: 766px) {
    .bravo-reviews .review-box .review-sumary .item .label {
        width:35%
    }
}

.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
}

@media (max-width: 990px) {
    .bravo-reviews .review-list .review-item {
        padding-bottom:15px;
        padding-top: 15px
    }
}

.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
}

.bravo-reviews .review-list .review-item .review-item-body .title {
    font-size: 16px;
    line-height: 20px;
    position: relative
}

.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: #5e6d77;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    position: relative
}

.bravo-reviews .review-list .review-item:last-child {
    border-bottom: 1px solid #eaeef3
}

.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
}

.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
}

@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper {
        padding:15px
    }

    .bravo-reviews .review-form .form-wrapper .form-group {
        margin-bottom: 0
    }
}

@media (max-width: 1024px) {
    .bravo-reviews .review-form .form-wrapper .row .col-md-8 {
        flex:0 0 60%;
        max-width: 60%
    }

    .bravo-reviews .review-form .form-wrapper .row .col-md-4 {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper .row .col-md-4,.bravo-reviews .review-form .form-wrapper .row .col-md-8 {
        flex:0 0 100%;
        max-width: 100%
    }
}

.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
}

@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper .review-items {
        min-height:auto;
        padding: 10px 15px
    }
}

.bravo-reviews .review-form .form-wrapper .review-items .item {
    margin-bottom: 10px
}

@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper .review-items .item {
        margin-bottom:5px
    }
}

.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
}

@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper textarea.form-control {
        min-height:100px
    }
}

.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 .2s,color .2s
}

@media (max-width: 766px) {
    .bravo-reviews .review-form .btn {
        padding:5px 15px
    }
}

.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 {
    margin-bottom: 50px;
    max-width: 100%
}

.page-404-content p {
    color: #5e6d77;
    font-size: 18px;
    margin-bottom: 5px
}

.bravo_wrap .page-template-content .bravo-list-tour .title {
    font-size: 28px;
    margin-bottom: 20px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-tour .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.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;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-tour .item-tour a {
    text-decoration: none;
    transition: all .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 .3s
}

.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 .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;
    padding: 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 {
    padding: 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 {
    padding: 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;
    min-height: 45px;
    padding: 0 15px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-tour .item-tour .item-title {
        min-height:auto
    }
}

.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;
    padding: 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;
    text-decoration: line-through;
    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: transparent #fff #fff transparent;
    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: 1px solid #000;
    font-size: 40px;
    line-height: 33px;
    margin-left: 10px;
    outline: none;
    padding: 0 10px!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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-tour.carousel .owl-nav {
        display:block!important;
        margin: 0;
        position: relative;
        text-align: center;
        top: -15px
    }
}

.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 rgba(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: rgba(0,0,0,.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .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 .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 .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;
    padding: 10px;
    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 .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 .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: 70px 0 20px */
    margin: 50px 0 30px;

}

@media (max-width: 460px) {
    .bravo_wrap .page-template-content .bravo-list-tour.carousel_simple {
        padding:40px 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
}

@media (max-width: 460px) {
    .bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .sub-title {
        padding-bottom:15px
    }
}

.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .owl-nav {
    left: -100px;
    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: 1px solid #1a2b48;
    border-radius: 50%
}

@media (max-width: 460px) {
    .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 {
        display:none
    }
}

.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: 350px
}

.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; */
    bottom: 58px;
    right: 0px;
}

.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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour {
        padding:120px 0 15px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-tour .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour .text-heading {
        font-size:28px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-tour .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour .sub-heading {
        font-size:14px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-tour .g-form-control {
    margin: 50px 0 0;
    padding: 0 100px
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour .g-form-control {
        padding:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour .g-form-control {
        background:#fff;
        margin: 20px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 {
    padding: 100px 0 120px;
    position: relative
}

@media (max-width: 768px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 {
        padding:120px 0 30px
    }
}

.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%
}

@media (max-width: 768px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .effect .item {
        display:block
    }

    .bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .effect .item .text-heading {
        margin: 0;
        padding-top: 80px
    }
}

.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
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .g-form-control {
        margin:120px 0 0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour.carousel_v2 .g-form-control {
        margin:80px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-featured-item {
    /* border-bottom: 1px solid #f4f4f4;
    margin: 30px 0;
    padding-bottom: 15px */
    /* margin: 30px 0; */
    margin: 50px 0 30px;
    padding-bottom: 0px;
}

.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
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-featured-item .featured-item .content {
        margin-left:60px
    }
}

.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
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-featured-item .col-md-4 {
        flex:0 0 100%;
        max-width: 100%
    }
}

.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 .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 .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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-testimonial h3 {
        font-size:24px;
        margin-bottom: 15px
    }
}

.bravo_wrap .page-template-content .bravo-testimonial .item {
    border: 1px solid #d7dce3;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 250px;
    padding: 30px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-testimonial .item {
        min-height:0;
        padding: 15px
    }
}

.bravo_wrap .page-template-content .bravo-testimonial .item .author {
    align-items: center;
    display: flex;
    margin-bottom: 30px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-testimonial .item .author {
        margin-bottom:10px
    }
}

.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 0 40px
}

@media (max-width: 768px) {
    .bravo_wrap .page-template-content .bravo-call-to-action {
        margin:0 0 30px
    }
}

.bravo_wrap .page-template-content .bravo-call-to-action .context {
    background: #f6b756;
    padding: 40px 45px 50px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context {
        padding:15px!important
    }
}

.bravo_wrap .page-template-content .bravo-call-to-action .context .title {
    font-size: 48px;
    font-weight: 500
}

@media (max-width: 768px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .title {
        font-size:32px!important
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .title {
        font-size:26px!important
    }
}

.bravo_wrap .page-template-content .bravo-call-to-action .context .sub_title {
    font-size: 18px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .sub_title {
        font-size:16px!important
    }
}

.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 .3s
}

.bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more:hover {
    background: #f1f1f1;
    border-radius: 10px
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more {
        padding:15px 10px!important
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more {
        display:inline-block;
        float: none;
        margin-top: 10px;
        padding: 5px 10px!important
    }
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_2 .context {
    background-size: cover;
    color: #fff;
    padding-left: 80px
}

@media (max-width: 768px) {
    .bravo_wrap .page-template-content .bravo-call-to-action.style_2 .context {
        padding-left:40px
    }
}

.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
}

@media (max-width: 768px) {
    .bravo_wrap .page-template-content .bravo-call-to-action.style_3 .context {
        padding:100px!important
    }
}

@media (max-width: 460px) {
    .bravo_wrap .page-template-content .bravo-call-to-action.style_3 .context {
        padding:50px 20px!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 .sub-title {
    margin-bottom: 24px;
    /* margin-bottom: 25px */
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.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
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-list-locations .row .col-md-4 {
        flex:0 0 50%;
        max-width: 50%
    }

    .bravo_wrap .page-template-content .bravo-list-locations .row .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item {
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 383px;
    overflow: hidden
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item {
        min-height:200px
    }
}

.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item.no-image {
    background: #ccc
}

.list-location-section-0 .image {
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 383px;
    overflow: hidden;
    position: relative;
    background: url(https://images.pexels.com/photos/5004002/pexels-photo-5004002.jpeg?auto=compress&cs=tinysrgb&w=600);
}

.list-location-section-1 .image {
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 383px;
    overflow: hidden;
    position: relative;
    background: url(https://cf.bstatic.com/xdata/images/hotel/max1024x768/490840333.jpg?k=349957dc63479619dc7cf404643efa9b39202d88d1eb066ef2719242be7ae014&o=&hp=1);
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image {
        min-height:200px
    }
}

.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%;
    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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image .content .title {
        font-size:22px
    }
}

.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 .3s;
    width: 100%;
    z-index: 1
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 {
    margin: 50px 0 30px
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_2 {
        margin:30px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_2 .title {
        font-size:24px
    }
}

.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 {
    background: #fff;
    color: #1a2b48;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    text-transform: uppercase;
    transition: all .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: .4
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item:hover .title {
    background: #5191fa;
    color: #fff
}

.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .effect {
    opacity: 0
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 {
    margin: 0 0 30px
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_3 {
        margin:30px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-list-locations.style_3 .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_3 .title {
        font-size:24px
    }
}

.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 .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 .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
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_4 {
        margin:30px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-list-locations.style_4 .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_4 .title {
        font-size:24px
    }
}

.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 .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 .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 .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
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-how-it-works .featured-item .content {
        margin-left:60px
    }
}

.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
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-how-it-works .col-md-4 {
        flex:0 0 100%;
        max-width: 100%
    }
}

.bravo_wrap .page-template-content .bravo-box-category-tour .title {
    font-size: 28px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-box-category-tour .title {
        font-size:24px
    }
}

.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 .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
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-client-feedback .list-item {
        padding:20px 30px 20px 10px
    }
}

.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
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-client-feedback .owl-nav .owl-next,.bravo_wrap .page-template-content .bravo-client-feedback .owl-nav .owl-prev {
        margin-top:0
    }
}

.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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-space .title {
        font-size:24px
    }
}

.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 .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: 10px;
    top: -25px;
    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 transparent;
    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 .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%,rgba(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 .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;
    padding: 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 {
    padding: 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 {
    padding: 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;
    padding: 20px 15px 5px;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title {
        min-height:auto
    }
}

.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 {
    padding: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-space .item-loop .info:after,.bravo_wrap .page-template-content .bravo-list-space .item-loop .info:before {
    clear: both;
    content: "";
    display: table
}

.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: transparent #fff #fff transparent;
    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
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-space.layout_normal {
        margin:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-space.layout_carousel .owl-nav {
        display:block!important;
        margin: 0;
        position: relative;
        text-align: center;
        top: -15px
    }
}

.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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-space {
        padding:120px 0 15px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-space .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-space .text-heading {
        font-size:28px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-space .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-space .sub-heading {
        font-size:14px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-space .g-form-control {
    margin: 50px 0 0
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-space .g-form-control {
        padding:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-space .g-form-control {
        background:#fff;
        margin: 20px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-featured-box {
    background: #f2f2f2;
    padding: 50px 0
}

@media (max-width: 460px) {
    .bravo_wrap .page-template-content .bravo-featured-box {
        padding:20px 0
    }
}

.bravo_wrap .page-template-content .bravo-featured-box .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-featured-box .title {
        font-size:24px
    }
}

.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 .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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel {
        padding:120px 0 15px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-hotel .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel .text-heading {
        font-size:28px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-hotel .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel .sub-heading {
        font-size:14px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-hotel .g-form-control {
    margin: 50px 0 0
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel .g-form-control {
        padding:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel .g-form-control {
        background:#fff;
        margin: 20px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-list-hotel {
    margin: 50px 0 30px
}

.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 * {
    background-position: 50%;
    background-size: cover;
    height: 100%
}

.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;
    padding: 120px 0
} */

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all {
        padding:120px 0 15px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-all .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .text-heading {
        font-size:28px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-all .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .sub-heading {
        font-size:14px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control {
    margin: 50px 0 0
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control {
        padding:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control {
        margin:20px 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: #ff5800;
    border-color: #ff5800;
    border-radius: 3px 3px 0 0;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-right: 3px;
    padding: 7px 25px;
    text-decoration: none;
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a.active{
    background-color: #f53100;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a {
        padding:7px 20px
    }
}

@media (max-width: 460px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a {
        padding:7px 10px
    }
}

.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: #5192fa;
    border-color: #5192fa;
    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) {
    .bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .item {
        display:block
    }

    .bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .item .sub-heading {
        margin: 0;
        padding-top: 80px
    }
}

@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
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .g-form-control .nav-tabs {
        margin-top:210px
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .g-form-control .nav-tabs {
        margin-top:170px
    }
}

.bravo_wrap .page-template-content .bravo-offer {
    margin: 0px 0 0px;
}

.bravo_wrap .page-template-content .bravo-offer .item {
    border-radius: 5px;
    height: 370px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 60px 15px;
    position: relative
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-offer .item {
        height:300px;
        padding: 25px 15px
    }
}

.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 .4s
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-offer .item .item-title {
        margin:30px 0 10px
    }
}

.bravo_wrap .page-template-content .bravo-offer .item .item-sub-title {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 75px
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-offer .item .item-sub-title {
        padding-bottom:0
    }
}

.bravo_wrap .page-template-content .bravo-offer .item a.btn-default {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    bottom: 20px;
    color: #fff;
    opacity: 0;
    position: absolute;
    transition: all .3s
}

.bravo_wrap .page-template-content .bravo-offer .item a.btn-default:hover {
    background: #fff;
    color: #5191fa
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-offer .item a.btn-default {
        bottom:0!important;
        opacity: 1;
        position: relative
    }
}

.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 .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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-car {
        padding:120px 0 15px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-car .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-car .text-heading {
        font-size:28px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-car .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-car .sub-heading {
        font-size:14px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-car .g-form-control {
    margin: 50px 0 0;
    padding: 0 100px
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-car .g-form-control {
        padding:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-car .g-form-control {
        background:#fff;
        margin: 20px 0 0
    }
}

.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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-car-term-featured-box .title {
        font-size:24px
    }
}

.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 .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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-car .title {
        font-size:24px
    }
}

.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 .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 transparent;
    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 .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 .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;
    padding: 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 {
    padding: 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 {
    padding: 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;
    padding: 20px 15px 5px;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-car .item-loop .item-title {
        min-height:auto
    }
}

.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 {
    padding: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-car .item-loop .info:after,.bravo_wrap .page-template-content .bravo-list-car .item-loop .info:before {
    clear: both;
    content: "";
    display: table
}

.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: transparent #fff #fff transparent;
    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
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-car.layout_normal {
        margin:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-car.layout_carousel .owl-nav {
        display:block!important;
        margin: 0;
        position: relative;
        text-align: center;
        top: -15px
    }
}

.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
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-event .title {
        font-size:24px
    }
}

.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 .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 .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 .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 0 0;
    padding: 0 15px
}

.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 {
    padding: 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-bottom: 10px;
    padding: 5px 15px 10px
}

.bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    min-height: 50px;
    padding: 0 15px;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title {
        min-height:auto
    }
}

.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;
    padding: 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
}

.bravo_wrap .page-template-content .bravo-list-event .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-event .item-loop .info .g-price .price .unit {
    color: #5e6d77;
    font-size: 14px;
    font-weight: 400
}

.bravo_wrap .page-template-content .bravo-list-event.layout_normal {
    margin: 30px 0
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-event.layout_normal {
        margin:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-event.layout_carousel .owl-nav {
        display:block!important;
        margin: 0;
        position: relative;
        text-align: center;
        top: -15px
    }
}

.bravo_wrap .page-template-content .bravo-list-event .owl-dots {
    display: none
}

.bravo_wrap .page-template-content .bravo-list-event .owl-nav {
    display: block!important;
    position: absolute;
    right: 0;
    top: -50px
}

.bravo_wrap .page-template-content .bravo-list-event .owl-nav .owl-next,.bravo_wrap .page-template-content .bravo-list-event .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-event .owl-nav .owl-next span,.bravo_wrap .page-template-content .bravo-list-event .owl-nav .owl-prev span {
    outline: none!important;
    position: relative;
    top: -1px
}

.bravo_wrap .page-template-content .bravo-form-search-event {
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding: 150px 0
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-event {
        padding:120px 0 15px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-event .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-event .text-heading {
        font-size:28px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-event .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-event .sub-heading {
        font-size:14px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-event .g-form-control {
    margin: 50px 0 0;
    padding: 0 100px
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-event .g-form-control {
        padding:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-event .g-form-control {
        background:#fff;
        margin: 20px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-list-news .title {
    font-size: 28px;
    margin-bottom: 20px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-news .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.bravo_wrap .page-template-content .bravo-list-news .title .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-list-news .item-news {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-news .item-news a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .thumb-image {
    background: #ccc;
    height: 170px;
    overflow: hidden
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .thumb-image a img {
    max-width: 100%;
    transition: all .3s
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .thumb-image a:hover img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption {
    padding: 15px 0
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date {
    margin-bottom: 5px
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date a {
    color: #2a2a2a
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date ul li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date ul li a {
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date ul .dot:before {
    background: #7b7b7b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    width: 5px
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-title {
    font-size: 17px;
    margin-bottom: 15px;
    word-break: break-word
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-title {
        min-height:auto
    }
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-title a {
    color: #1a2b50
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-desc {
    color: #7a7a7a;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-more a {
    color: #2a2a2a;
    display: inline-block;
    font-weight: 500;
    padding-bottom: 2px;
    position: relative;
    z-index: 2
}

.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-more a:after {
    background: #5191fa;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: all .2s;
    width: 100%;
    z-index: -1
}

.bravo_wrap .page-template-content .bravo-vendor-form-register h1 {
    font-size: 2rem
}

.bravo_wrap .page-template-content .bravo-form-search-boat {
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding: 150px 0
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-boat {
        padding:120px 0 15px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-boat .text-heading {
    color: #fff;
    font-size: 54px;
    font-weight: 500
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-boat .text-heading {
        font-size:28px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-boat .sub-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-boat .sub-heading {
        font-size:14px
    }
}

.bravo_wrap .page-template-content .bravo-form-search-boat .g-form-control {
    margin: 50px 0 0;
    padding: 0 100px
}

@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-boat .g-form-control {
        padding:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-boat .g-form-control {
        background:#fff;
        margin: 20px 0 0
    }
}

.bravo_wrap .page-template-content .bravo-list-boat {
    margin: 50px 0
}

.bravo_wrap .page-template-content .bravo-list-boat .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-boat .title {
        font-size:24px
    }
}

.bravo_wrap .page-template-content .bravo-list-boat .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .page-template-content .bravo-list-boat .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-boat .item-loop .featured {
    background: #1a2b48;
    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-boat .item-loop .thumb-image {
    background: #fff;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .thumb-image a img {
    max-width: 100%;
    transition: all .3s
}

.bravo_wrap .page-template-content .bravo-list-boat .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-boat .item-loop .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all .3s
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .thumb-image .service-wishlist.loading i,.bravo_wrap .page-template-content .bravo-list-boat .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .thumb-image .service-wishlist.active i:before {
    content: "\f004"
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .location {
    color: #5e6d77;
    font-size: 13px;
    padding: 15px 15px 0
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .category {
    padding: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .category .fa {
    color: #687882;
    opacity: .6
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .service-review {
    font-size: 13px;
    padding: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .service-review .rate {
    color: #5191fa
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .service-review .review {
    color: #6a7a84;
    margin-left: 15px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -10px;
    position: absolute;
    top: 8px;
    width: 4px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-boat .item-loop .item-title {
        min-height:auto
    }
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .item-title a {
    color: #1a2b50
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .info {
    padding: 0 15px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .info:after,.bravo_wrap .page-template-content .bravo-list-boat .item-loop .info:before {
    clear: both;
    content: "";
    display: table
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .info .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .info .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .info .g-price .price .text-price {
    color: #1a2b48;
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .page-template-content .bravo-list-boat .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-boat .item-loop .info .g-price .price .unit {
    color: #5e6d77;
    font-size: 14px;
    font-weight: 400
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .amenities {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin: 10px 15px 5px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .amenities .amenity {
    align-items: center;
    text-align: center
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .amenities .amenity .input-icon {
    color: #1a2b48;
    font-size: 26px;
    position: relative;
    top: 1px
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop .amenities .amenity .text {
    display: block
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop.infobox-item {
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-boat .item-loop.infobox-item:after {
    background: #fff;
    border-color: transparent #fff #fff transparent;
    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-boat.layout_normal {
    margin: 30px 0
}

@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-boat.layout_normal {
        margin:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-boat.layout_carousel .owl-nav {
        display:block!important;
        margin: 0;
        position: relative;
        text-align: center;
        top: -15px
    }
}

.bravo_wrap .page-template-content .bravo-list-boat .owl-dots {
    display: none
}

.bravo_wrap .page-template-content .bravo-list-boat .owl-nav {
    display: block!important;
    position: absolute;
    right: 0;
    top: -50px
}

.bravo_wrap .page-template-content .bravo-list-boat .owl-nav .owl-next,.bravo_wrap .page-template-content .bravo-list-boat .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-boat .owl-nav .owl-next span,.bravo_wrap .page-template-content .bravo-list-boat .owl-nav .owl-prev span {
    outline: none!important;
    position: relative;
    top: -1px
}

.bravo_wrap .page-template-content .bravo-list-vendor .title {
    font-size: 28px;
    margin-bottom: 20px
}

@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-vendor .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.bravo_wrap .page-template-content .bravo-list-vendor .title .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .page-template-content .bravo-list-vendor .list-item .item {
    background: #fff;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    box-sizing: border-box;
    height: 100%;
    padding: 30px;
    position: relative;
    text-align: center;
    transition: all .3s ease
}

.bravo_wrap .page-template-content .bravo-list-vendor .list-item .item .image {
    border-radius: 50%;
    height: 90px;
    margin: 0 auto 14px;
    overflow: hidden;
    position: relative;
    width: 90px
}

.bravo_wrap .page-template-content .bravo-list-vendor .list-item .item .name {
    color: #202124;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-vendor .list-item .item .designation {
    color: #1967d2;
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px
}

.bravo_wrap .page-template-content .bravo-list-vendor .list-item .item .text {
    color: #696969;
    font-size: 14px
}

.bravo_wrap .page-template-content .bravo-list-vendor .list-item .item .location {
    align-items: center;
    color: #696969;
    display: flex;
    font-size: 14px;
    justify-content: center;
    margin-bottom: 25px;
    position: relative
}

.bravo_wrap .page-template-content .bravo-list-vendor .list-item .item .location i {
    font-size: 14px;
    margin-right: 5px
}

.bravo_wrap .page-template-content .bravo-list-vendor .list-item .item:hover {
    box-shadow: 0 6px 15px rgba(64,79,104,.05)
}

.frontend-page.header-normal .bravo_wrap .bravo_form {
	background:none;
    border-radius: 5px;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,.2); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center

}

.frontend-page.header-normal .bravo_wrap .bravo_form label {
    display: none;
}

.bravo_wrap .bravo_form .g-field-search {
    flex: 0 0 90%;
    flex-grow: 1;
    max-width: 90%;
    padding: 0 15px
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .g-field-search,.bravo_wrap .bravo_form .g-field-search [class*=col-] {
        flex:0 0 100%!important;
        max-width: 100%!important
    }
}

.bravo_wrap .bravo_form .g-button-submit {
    flex: 0 0 10%;
    flex-grow: 1;
    max-width: 10%;
    position: relative
}
.bravo_wrap .bravo_form .g-button-submit .btn-search{
    background-color: #ff5800;
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .g-button-submit {
        flex:0 0 100%!important;
        max-width: 100%!important;
        text-align: right
    }
}

.bravo_wrap .bravo_form .g-button-submit button {
    background: #5191fa;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-weight: 500;
    height: 100%;
    padding: 0;
    text-transform: uppercase;
    width: 100%
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .g-button-submit button {
        border-radius:5px;
        display: inline-block;
        font-weight: 400;
        height: auto;
        margin: 10px 15px;
        padding: 8px 15px;
        position: relative;
        width: auto
    }
}

.bravo_wrap .bravo_form .form-group {
    margin-bottom: 0
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .form-group {
        border-bottom:1px solid #ccc
    }
}

.bravo_wrap .bravo_form .border-right {
    border-right: 1px solid #d7dce3
}

.frontend-page.header-normal .bravo_wrap .bravo_form .border-right {
    background: #ffffff;
    border: 11px solid #ffffff;
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .border-right {
        border-right:none!important
    }
}

.bravo_wrap .bravo_form .field-icon {
    color: #ff5800!important;
    font-size: 28px;
    left: 15px;
    position: absolute;
    top: 30%
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_form .field-icon {
        font-size:30px;
        margin-top: -5px;
    }
}

.bravo_wrap .bravo_form .dropdown-toggle:after {
    border-left: .32em solid transparent;
    border-right: .2em solid transparent;
    border-top: .4em solid;
    color: #5191fa;
    position: absolute;
    right: 10px;
    top: 24px;
}

.frontend-page.header-normal  .bravo_wrap .bravo_form .form-content {
    padding: 16px 0 3px 45px;
    position: relative;
    transition: all .3s;
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_form .form-content {
        padding-left:40px
    }
}

.bravo_wrap .bravo_form .form-content label {
    color: #5e6d77;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.frontend-page.header-normal .bravo_wrap .bravo_form .form-content .form-date-search .check-in-out,.frontend-page.header-normal .bravo_wrap .bravo_form .form-content .form-date-search-hotel .check-in-out {
     bottom: 1px;
    left: -15px;
    opacity: 0;
    position: absolute;
    z-index: -1;
    background-color: #D9D9D9;
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper {
        max-height:45px
    }
}

.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper .check-in-render,.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper .check-out-render {
    display: inline-block;
    width: auto;
    color: #ff5800;
}

.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper span {
    color: #5e6d77;
    position: relative;
    top: -7px
}

.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper label {
    display: block
}

.frontend-page.header-normal .bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper label {
    display:none;
}



.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-out {
    bottom: 1px;
    left: -15px;
    opacity: 0;
    position: absolute;
    z-index: -1
}

.bravo_wrap .bravo_form .form-content .date-wrapper .wrapper-more label {
    display: block
}

.bravo_wrap .bravo_form .form-content .dropdown .form-control {
    border: none;
    box-shadow: none;
    color: #5191fa;
    font-size: 16px;
    height: 25px!important;
    left: -5px;
    padding: 0;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_form .form-content .dropdown .form-control {
        font-size:14px
    }
}

.bravo_wrap .bravo_form .form-content .dropdown .form-control option {
    color: #000
}

.bravo_wrap .bravo_form .form-content .render {
    color: #5191fa;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_form .form-content .render {
        font-size:14px
    }
}

.bravo_wrap .bravo_form .input-search,.bravo_wrap .bravo_form .smart-search {
    position: relative;
    width: 89%;
    background-color: #eeeeee00;
}

.frontend-page.header-normal .bravo_wrap .bravo_form .input-search,.bravo_wrap .bravo_form .smart-search {
    border-right: none !important;
    padding-top: 0px;
}

.bravo_wrap .bravo_form .input-search:after,.bravo_wrap .bravo_form .smart-search:after {
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .4em solid;
    color: #5191fa;
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
}

.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 {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #5191fa;
    font-size: 16px;
    left: 0!important;
    padding: 0!important;
    position: relative;
    height: 25px;
}


.frontend-page.header-normal .bravo_wrap .bravo_form .form-group img {
    top: 9px !important;
}

.frontend-page.header-normal .bravo_wrap .bravo_form .form-content * {
    color: black !important;
}

.bravo_wrap .bravo_form .input-search:not(.normal-control) .form-control::-moz-placeholder,.bravo_wrap .bravo_form .input-search:not(.normal-control) .parent_text::-moz-placeholder,.bravo_wrap .bravo_form .smart-search:not(.normal-control) .form-control::-moz-placeholder,.bravo_wrap .bravo_form .smart-search:not(.normal-control) .parent_text::-moz-placeholder {
    color: #5191fa;
    opacity: 1
}

.bravo_wrap .bravo_form .input-search:not(.normal-control) .form-control::placeholder,.bravo_wrap .bravo_form .input-search:not(.normal-control) .parent_text::placeholder,.bravo_wrap .bravo_form .smart-search:not(.normal-control) .form-control::placeholder,.bravo_wrap .bravo_form .smart-search:not(.normal-control) .parent_text::placeholder {
    color: #5e6d77;
    opacity: 1
}

.bravo_wrap .bravo_form .input-search:not(.normal-control) .form-control[readonly],.bravo_wrap .bravo_form .input-search:not(.normal-control) .parent_text[readonly],.bravo_wrap .bravo_form .smart-search:not(.normal-control) .form-control[readonly],.bravo_wrap .bravo_form .smart-search:not(.normal-control) .parent_text[readonly] {
    cursor: pointer
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete {
    background: #fff;
    border: 1px solid #dee2e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    margin-top: 15px;
    max-height: 300px;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: -0px;
    top: 100%;
    transition: all .3s;
    visibility: hidden;
    z-index: 20
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete.show,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.show {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .input-search .bravo-autocomplete,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete {
        background:#f1f1f1;
        border-radius: 0;
        left: -55px;
        margin-top: 10px;
        right: 0
    }
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item {
    cursor: pointer;
    padding: 5px 15px
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:nth-child(2n),.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:nth-child(2n) {
    background: #fff
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:last-child,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:last-child {
    margin-bottom: 0
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item .h-line,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item .h-line {
    font-weight: 500
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item i, .bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item i {
    color: #828282;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    float: left;
    padding: 10px 0;
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:hover,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:hover {
    background: #f5f4f7
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete .message,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .message {
    color: #424242;
    display: none;
    font-size: 14px;
    padding: 10px 15px
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete.on-message .list-item,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.on-message .list-item {
    display: none
}

.bravo_wrap .bravo_form .input-search .bravo-autocomplete.on-message .message,.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.on-message .message {
    display: block
}

.bravo_wrap .bravo_form .input-search.normal-control .form-control,.bravo_wrap .bravo_form .smart-search.normal-control .form-control {
    padding-right: 25px
}

.bravo_wrap .bravo_form .input-search.normal-control .bravo-autocomplete,.bravo_wrap .bravo_form .smart-search.normal-control .bravo-autocomplete {
    margin-top: 0
}

.bravo_wrap .bravo_form .input-search.normal-control:after,.bravo_wrap .bravo_form .smart-search.normal-control:after {
    color: #4b4b4b;
    right: 15px;
    top: 23px
}

.bravo_wrap .bravo_form .input-search:after {
    display: none
}

.bravo_wrap .bravo-list-hotel .title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .title {
        font-size:24px
    }
}

.bravo_wrap .bravo-list-hotel .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px
}

.bravo_wrap .bravo-list-hotel .item-loop {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .bravo-list-hotel .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 .bravo-list-hotel .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 .bravo-list-hotel .item-loop .thumb-image {
    background: #ccc;
    height: 185px;
    overflow: hidden;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image a img {
    max-width: 100%;
    transition: all .3s
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image a:before {
    background: linear-gradient(180deg,transparent 0,transparent 0,transparent 65%,rgba(0,0,0,.75));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .price-wrapper {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    z-index: 10
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .price-wrapper .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.bravo_wrap .bravo-list-hotel .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 .bravo-list-hotel .item-loop .thumb-image .price-wrapper .price .unit {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 10
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all .3s
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist.loading i,.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .bravo-list-hotel .item-loop .location {
    color: #5e6d77;
    font-size: 13px;
    padding: 0 15px
}

.bravo_wrap .bravo-list-hotel .item-loop .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop .category {
    padding: 0 15px
}

.bravo_wrap .bravo-list-hotel .item-loop .category .fa {
    color: #687882;
    opacity: .6
}

.bravo_wrap .bravo-list-hotel .item-loop .service-review {
    padding: 10px 15px 0
}

.bravo_wrap .bravo-list-hotel .item-loop .service-review .rate {
    color: #5191fa
}

.bravo_wrap .bravo-list-hotel .item-loop .service-review .review {
    color: #6a7a84;
    margin-left: 30px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -18px;
    position: absolute;
    top: 8px;
    width: 4px
}

.bravo_wrap .bravo-list-hotel .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 15px 5px;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop .item-title {
        min-height:auto
    }
}

.bravo_wrap .bravo-list-hotel .item-loop .item-title a {
    color: #1a2b50
}

.bravo_wrap .bravo-list-hotel .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .bravo-list-hotel .item-loop .info {
    padding: 0 15px
}

.bravo_wrap .bravo-list-hotel .item-loop .info:after,.bravo_wrap .bravo-list-hotel .item-loop .info:before {
    clear: both;
    content: "";
    display: table
}

.bravo_wrap .bravo-list-hotel .item-loop .info .g-price {
    text-align: left
}

.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price .text-price {
    color: #1a2b48;
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price .onsale {
    color: #c03!important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price .unit {
    color: #5e6d77;
    font-size: 14px;
    font-weight: 400
}

.bravo_wrap .bravo-list-hotel .item-loop .star-rate {
    bottom: 10px;
    left: 15px;
    position: absolute;
    z-index: 1
}

.bravo_wrap .bravo-list-hotel .item-loop .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars {
    margin: 0;
    padding: 0;
    width: 90px
}

.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars:after,.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars:before {
    clear: both;
    content: "";
    display: table
}

.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars li {
    float: left;
    list-style: none;
    margin-right: 5px
}

.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars li .fa {
    color: #fa5636;
    font-size: 15px
}

.bravo_wrap .bravo-list-hotel .item-loop.infobox-item {
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop.infobox-item:after {
    background: #fff;
    border-color: transparent #fff #fff transparent;
    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 .bravo-list-hotel .item-loop-list {
    border: 1px solid #dfdfdf;
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list {
        flex-wrap:wrap
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .bravo-list-hotel .item-loop-list .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 .bravo-list-hotel .item-loop-list .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 .bravo-list-hotel .item-loop-list .thumb-image {
    background: #ccc;
    flex: 0 0 30%;
    height: 190px;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image {
        flex:0 0 100%
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image a img {
    max-width: 100%;
    transition: all .3s
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image a:before {
    background: linear-gradient(180deg,transparent 0,transparent 0,transparent 65%,rgba(0,0,0,.75));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    z-index: 10
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.bravo_wrap .bravo-list-hotel .item-loop-list .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 .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper .price .unit {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist i {
    font-size: 18px;
    transition: all .3s
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist.loading i,.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review {
    display: none;
    padding: 10px 0 0
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review .rate {
    color: #5191fa
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review .review {
    color: #6a7a84;
    margin-left: 30px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -18px;
    position: absolute;
    top: 8px;
    width: 4px
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .service-review {
        display:block
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head {
    align-items: center;
    color: #1a2b48;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 25px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .left {
    text-align: right
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .left .head-rating {
    display: block;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 1px;
    margin-top: 8px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .left .text-rating {
    color: #5191fa;
    font-size: 14px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .score {
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 400;
    margin-left: 12px;
    min-height: 38px;
    padding: 7px 7px 0 9px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .score span {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .score:after {
    border: 15px solid transparent;
    border-bottom-color: #5191fa;
    bottom: 0;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    width: 0
}

.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .foot {
    color: #5e6d77;
    font-size: 14px;
    text-align: right
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc {
        display:none
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info {
    flex: 0 0 45%;
    padding: 15px;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info {
        display:flex;
        flex: 0 0 100%;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info>div {
        flex: 0 0 100%
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .item-title {
        margin-bottom:0;
        min-height: auto;
        order: 2
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .item-title a {
    color: #1a2b50
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .location {
    bottom: 10px;
    color: #5e6d77;
    font-size: 13px;
    left: 15px;
    position: absolute
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .location {
        bottom:0;
        left: 0;
        margin-bottom: 3px;
        margin-top: 5px;
        order: 3;
        position: relative
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .star-rate {
    z-index: 1
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .star-rate {
        order:1
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars {
    margin: 0;
    padding: 0;
    width: 90px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars:after,.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars:before {
    clear: both;
    content: "";
    display: table
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li {
    float: left;
    list-style: none;
    margin-right: 5px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
    color: #fa5636;
    font-size: 14px
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms {
        order:4
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .attr-title {
    color: #5e6d77;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .attr-title i {
    margin-right: 2px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes .item {
    color: #5e6d77;
    font-size: 13px;
    margin-right: 5px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes .item:before {
    background: gray;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 5px;
    vertical-align: middle;
    width: 2px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
    display: none
}

@media (max-width: 1280px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes {
        display:none
    }

    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes:first-child {
        display: block
    }
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes {
        display:block
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price {
    flex: 1;
    padding: 15px 15px 15px 0;
    position: relative
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price {
        flex:0 0 100%;
        padding: 0 15px 10px
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price:before {
    border-right: 1px solid #dfdfdf;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    top: 15px
}

@media (max-width: 1280px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price:before {
        left:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price:before {
        display:none
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price {
    bottom: 10px;
    float: right;
    position: absolute;
    right: 15px;
    text-align: right
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price {
        border-top:1px solid #dfdfdf;
        bottom: 0;
        float: none;
        left: 0;
        margin-top: 10px;
        padding-top: 5px;
        position: relative;
        text-align: left
    }
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    left: -3px;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .price .text-price {
    color: #1a2b48;
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .price .onsale {
    color: #c03!important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .price .unit {
    color: #5e6d77;
    font-size: 14px;
    font-weight: 400
}

.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .text-review {
    color: #4b4b4c;
    display: none;
    float: right;
    position: relative;
    top: 5px
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .text-review {
        display:block
    }
}

.bravo_wrap .bravo-list-hotel.layout_normal {
    margin: 30px 0
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo-list-hotel.layout_normal {
        margin:0
    }
}

@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel.layout_carousel .owl-nav {
        display:block!important;
        margin: 0;
        position: relative;
        text-align: center;
        top: -15px
    }
}

.bravo_wrap .bravo-list-hotel .owl-dots {
    display: none
}

.bravo_wrap .bravo-list-hotel .owl-nav {
    display: block!important;
    position: absolute;
    right: 0;
    top: -50px
}

.bravo_wrap .bravo-list-hotel .owl-nav .owl-next,.bravo_wrap .bravo-list-hotel .owl-nav .owl-prev {
    border: 1px solid #000;
    font-size: 40px;
    line-height: 33px;
    margin-left: 10px;
    padding: 0 10px!important
}

.bravo_wrap .bravo-list-hotel .owl-nav .owl-next span,.bravo_wrap .bravo-list-hotel .owl-nav .owl-prev span {
    outline: none!important;
    position: relative;
    top: -1px
}

.bravo_wrap .select-guests-dropdown,.bravo_wrap .select-seat-type-dropdown {
    border-color: #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    right: 0;
    top: 100%!important;
    transform: none!important;
}

.bravo_wrap .select-guests-dropdown{

}

@media (max-width: 1023px) {
    .bravo_wrap .select-guests-dropdown,.bravo_wrap .select-seat-type-dropdown {
        transform:translateY(-1px)!important
    }
}

.bravo_wrap .select-guests-dropdown .render,.bravo_wrap .select-seat-type-dropdown .render {
    padding-right: 30px
}

.bravo_wrap .select-guests-dropdown .dropdown-item-row,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4px 14px 4px 24px
}

.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-add,.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-add2,.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus,.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2 {
    cursor: pointer;
    padding: 0 5px
}

.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-add i,.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-add2 i,.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus i,.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2 i,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add i,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-add2 i,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus i,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .btn-minus2 i {
    font-size: 25px
}

.bravo_wrap .select-guests-dropdown .dropdown-item-row .count-display,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .count-display {
    color: #5191fa;
    min-width: 25px;
    text-align: center
}

.bravo_wrap .select-guests-dropdown .dropdown-item-row .count-display input,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input {
    background: none;
    border: none;
    color: #5191fa;
    margin-left: 15px;
    text-align: center;
    width: 35px
}

.bravo_wrap .select-guests-dropdown .dropdown-item-row .val,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .val {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bravo_wrap .select-guests-dropdown .dropdown-item-row .render,.bravo_wrap .select-seat-type-dropdown .dropdown-item-row .render {
    padding-right: 30px
}

.bravo_wrap .bravo-video-popup {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo-video-popup .play-icon {
    left: 50%;
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.bravo_wrap .bravo-video-popup:hover .play-icon {
    opacity: 1
}

.bravo_wrap .bravo-faq-lists .faq-item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
    padding-bottom: 35px
}

.bravo_wrap .bravo-faq-lists .faq-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px
}

.bravo_wrap .bravo-faq-lists .faq-item h3 img {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: -2px;
    width: 30px
}

.bravo_wrap .bravo-faq-lists .faq-item p {
    color: #666;
    font-size: 15px;
    margin-top: 15px
}

.bravo_wrap .bravo-checkbox {
    margin-bottom: 15px
}

.bravo_wrap .bravo-checkbox input {
    margin-right: 5px
}

.bravo_wrap .bravo-checkbox label {
    color: #5e6d77;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 25px;
    position: relative;
    transition: all .3s
}

.bravo_wrap .bravo-checkbox input[type=checkbox] {
    display: none
}

.bravo_wrap .bravo-checkbox .checkmark {
    background: #fff;
    border: 1px solid #a0a9b2;
    border-radius: 2px;
    display: inline-block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px
}

.bravo_wrap .bravo-checkbox input[type=checkbox]+.checkmark,.bravo_wrap .bravo-checkbox input[type=checkbox]:checked+.checkmark {
    background-position: 50%;
    background-repeat: no-repeat!important
}

.bravo_wrap .bravo-checkbox input[type=checkbox]:checked+.checkmark:after {
    background-color: transparent;
    border: solid #5191fa;
    border-radius: 0;
    border-width: 0 2px 2px 0;
    content: "";
    height: 8px;
    left: 5px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 5px
}

.bravo_wrap .bravo-checkbox .fa-star {
    color: #fa5636;
    font-size: 15px;
    margin-right: 3px;
    position: relative;
    top: -1px
}

.bravo_wrap .bravo-contact-block .section {
    padding: 30px 0
}

.bravo_wrap .bravo-contact-block .contact-form .alert ul {
    margin-left: 35px
}

.bravo_wrap .bravo-contact-block .form_wrapper .contact-header {
    border-bottom: 2px solid #ebeef1;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.bravo_wrap .bravo-contact-block .form_wrapper .contact-header h1 {
    color: #1a2b48;
    font-size: 24px;
    margin-top: 16px;
}

.bravo_wrap .bravo-contact-block .form_wrapper .contact-header h2 {
    color: #666b6f;
    font-size: 18px;
    margin-bottom: 10px;
}

.bravo_wrap .bravo-contact-block .contact-info {
    position: relative
}

.bravo_wrap .bravo-contact-block .contact-info .info-bg {
    min-height: 500px
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo-contact-block .contact-info .info-bg {
        display:none
    }
}

.bravo_wrap .bravo-contact-block .contact-info .info-content {
    background: #fa5636;
    margin-left: -130px;
    margin-top: -185px;
    min-width: 385px;
    padding: 30px;
    position: absolute;
    top: 50%
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo-contact-block .contact-info .info-content {
        margin:0;
        min-width: auto;
        position: relative
    }
}

.bravo_wrap .bravo-contact-block .contact-info .info-content h3 {
    color: #fff;
    font-size: 24px;
    margin: 0
}

.bravo_wrap .bravo-contact-block .contact-info .info-content .sub {
    max-width: 300px;
    position: relative
}

.bravo_wrap .bravo-contact-block .contact-info .info-content .sub p {
    color: #fff;
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 5px;
    width: 100%;
    word-break: break-word
}

.bravo_wrap .bravo-contact-block .img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.bravo_wrap .bravo-contact-block .bravo-contact-block-form .text-danger {
    border: 1px solid #dc3545;
    border-radius: 5px;
    display: block;
    padding: 10px
}

.bravo_wrap .bravo-contact-block .bravo-contact-block-form .text-success {
    border: 1px solid #28a745;
    border-radius: 5px;
    display: block;
    padding: 10px
}

.bravo_wrap .bravo-contact-block .bravo-contact-block-form .submit {
    width: 100%
}

.bravo_wrap .bravo-contact-block .bravo-contact-block-form .fa-spinner {
    display: none
}

.bravo_wrap .bravo-contact-block .bravo-contact-block-form.loading .fa-spinner {
    display: inline-block
}

.bravo_wrap .bravo-list-item .topbar-search {
    align-items: center;
    display: flex
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo-list-item .topbar-search {
        flex-wrap:wrap
    }

    .bravo_wrap .bravo-list-item .topbar-search .text {
        flex: 0 0 100%!important
    }

    .bravo_wrap .bravo-list-item .topbar-search .control {
        flex: 0 0 100%!important;
        flex-wrap: wrap
    }

    .bravo_wrap .bravo-list-item .topbar-search .control .item {
        flex: 0 0 100%!important;
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.bravo_wrap .bravo-list-item .topbar-search .control {
    align-items: center;
    color: #1a2b48;
    display: flex;
    flex: 1 1 55%;
    justify-content: space-between;
    text-align: right;
    align-content: center;
}

.bravo_wrap .bravo-list-item .topbar-search .control a {
    color: #1a2b48;
    cursor: pointer;
    text-decoration: none
}

.bravo_wrap .bravo-list-item .topbar-search .control .item {
    align-items: center;
    border-left: 1px solid #a7a7a7;
    display: flex;
    margin-left: 5px;
    padding-left: 5px
}

.bravo_wrap .bravo-list-item .topbar-search .control .item:first-child {
    border: none
}

.bravo_wrap .bravo-list-item .topbar-search .control .item .item-title {
    line-height: normal
}

.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown {
    font-weight: 600;
    margin-left: 10px
}

.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown .dropdown-toggle {
    border: 1px solid #ccc;
    padding: 7px 15px
}

.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown .dropdown-item {
    color: #000;
    font-size: 14px
}

.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown-toggle:after {
    position: relative;
    top: 2px
}

.bravo_wrap .bc_popup .modal-title {
    padding-right: 15px
}

.bravo_wrap .bc_popup .modal-content {
    border: none
}

.bravo_wrap .bc_popup .modal-content p {
    margin-bottom: 0
}

.bravo_wrap .bc_popup .modal-content img {
    max-width: 100%
}

.bravo_wrap .bc_popup .close {
    align-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #1a2b48;
    border-radius: 50%;
    color: #1a2b48;
    cursor: pointer;
    display: flex;
    height: 25px;
    justify-content: center;
    opacity: 1!important;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 10
}

.bc_start_chat {
    background-color: #f5f6f7;
    color: #4b4f56;
    cursor: pointer;
    font-size: 13px;
    padding: 3px 10px
}

.bc_start_chat:hover {
    background-color: #ebedf0
}

.owner-info .price{
    font-size: 17px;
    font-weight: 700;
}
.owner-info .media .left{
    color: #e85721;
}
.owner-info {
    background: #fff;
    border: 1px solid #d7dce3;
    border-radius: 3px;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.owner-info .media-left {
    padding-right: 10px
}

.owner-info .media-left a {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    width: 50px
}

.owner-info .avatar-text {
    background: #1a2b47;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 29px;
    height: 50px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 50px
}

.owner-info .media-heading {
    color: #1a2b48;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px
}

.owner-info .media-heading a {
    color: inherit
}

.owner-info p {
    color: #5e6d77;
    font-size: 12px;
    margin-bottom: 5px
}

.bc-chat-box {
    bottom: 0;
    position: fixed;
    right: 20px;
    z-index: 9999
}

.bc-chat-box .chat-minimize {
    align-items: center;
    background: #5191fa;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 2px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding: 3px 15px
}

.bc-chat-box .chat-minimize i {
    font-size: 22px;
    margin-right: 10px
}

.bc-chat-box .chat-minimize .unread-count {
    background: #ff8067;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-left: 6px;
    padding: 0 8px
}

.bc-chat-box .chat-maximum {
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    height: 500px
}

.bc-chat-box .chat-maximum .chat-header {
    align-items: center;
    background: #5191fa;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    justify-content: space-between;
    padding: 3px 10px
}

.bc-chat-box .chat-maximum .chat-header i {
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px
}

.bc-chat-box .chat-maximum .chat-header .header-actions i {
    margin-right: 0
}

.bc-chat-box .chat-maximum .chat-header .header-actions .btn-minimize {
    cursor: pointer;
    display: inline-block;
    padding: 0 12px
}

.bc-chat-box .chat-maximum .chat-header .header-actions .btn-minimize i {
    font-size: 26px
}

.bc-chat-box .chat-maximum .chat-content {
    background: #f1f1f1;
    display: flex;
    flex-grow: 1;
    overflow: hidden
}

.bc-chat-box .chat-maximum .chat-navs {
    border-right: 1px solid #d7dce3;
    width: 250px
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav {
    position: relative
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media {
    align-items: center;
    padding: 10px
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left {
    margin-right: 7px
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left img {
    border-radius: 50%;
    max-width: 40px
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left .avatar-text {
    align-items: center;
    background: #05647d;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    width: 40px
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-heading {
    font-size: 16px;
    margin-bottom: 0
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-body p {
    font-size: 14px;
    margin-bottom: 0
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .unread_count {
    background: #ff8067;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-left: 6px;
    padding: 0 8px;
    position: absolute;
    right: 10px;
    top: 19px
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav.active,.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav:hover {
    background-color: #cee4ef
}

.bc-chat-box .chat-maximum .chat-box-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 430px
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages {
    flex-grow: 1;
    overflow: auto;
    padding: 10px;
    position: relative;
    z-index: 2
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar {
    width: 5px
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-track {
    background: #f1f1f1
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-thumb {
    background: #888
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-thumb:hover {
    background: #555
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item {
    margin-bottom: 10px;
    padding-right: 60px
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item .m-content {
    background-color: #f1f1f1;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    padding: 6px 12px
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item .m-date {
    display: block;
    font-size: 12px
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item.m-me {
    padding-left: 60px;
    padding-right: 0;
    text-align: right
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item.m-me .m-content {
    background-color: #5191fa;
    color: #fff
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .load-more-text {
    cursor: pointer
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .load-more-text a {
    color: #5191fa;
    font-style: italic;
    text-decoration: underline
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new {
    align-items: center;
    border-top: 1px solid #d7dce3;
    display: flex;
    flex-shrink: 0;
    padding: 7px 5px;
    position: relative;
    z-index: 2
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new i {
    font-size: 22px
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input {
    flex-grow: 1
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input textarea {
    overflow: hidden;
    resize: none
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input textarea:focus {
    box-shadow: none;
    outline: none
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-form-action {
    cursor: pointer;
    padding: 0 10px
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-sends i {
    color: #5191fa;
    font-size: 26px
}

.bc-chat-box .chat-maximum .chat-box-content .hidden {
    position: absolute;
    top: 0;
    z-index: 1
}

.bc-chat-box .chat-maximum .chat-box-content .hidden textarea {
    resize: none
}

.bc-chat-box .chat-maximum .chat-box-content .hidden textarea:focus {
    box-shadow: none;
    outline: none
}

@media (max-width: 990px) {
    .bc-chat-box {
        right:0
    }

    .bc-chat-box .chat-maximum {
        margin-right: 15px;
        max-height: 70vh;
        max-width: 90vw
    }

    .bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media-left {
        display: none
    }

    .is_single .bc-chat-box {
        bottom: 66px
    }

    .is_single .bc-chat-box .chat-minimize {
        margin-right: 15px
    }

    .modal-open .bc-chat-box {
        z-index: 1
    }
}

.cdn-full-page {
    height: 100%
}

.cdn-browser {
    background: #f4f5f9;
    height: 100%
}

.cdn-browser .btn-pick-files {
    position: relative
}

.cdn-browser .btn-pick-files input {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cdn-browser .icon-loading {
    display: none;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 4px
}

.cdn-browser .icon-loading.active {
    display: inline-block
}

.cdn-browser .files-nav {
    background: #fff;
    border-bottom: 1px solid #dadee0;
    padding: 9px 13px
}

.cdn-browser .files-nav .filter-item {
    padding-right: 20px
}

.cdn-browser .files-nav .btn,.cdn-browser .files-nav .form-control {
    font-size: 14px;
    height: 34px;
    line-height: normal;
    padding: 3px 12px
}

.cdn-browser .files-list {
    flex-grow: 1;
    overflow: auto;
    padding: 15px
}

.cdn-browser .files-list .view-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.cdn-browser .files-list .total-text {
    padding: 0 10px
}

.cdn-browser .files-list .view-grid .file-item {
    flex-shrink: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 12.5%
}

.cdn-browser .files-list .view-grid .file-item .inner {
    border: 1px solid #dadee0;
    border-radius: 2px;
    cursor: pointer;
    height: 100%;
    position: relative;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.cdn-browser .files-list .view-grid .file-item .inner.active:before {
    border: 4px solid #007bff;
    border-radius: 2px;
    bottom: -4px;
    content: "";
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px
}

.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status {
    align-content: center;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 24px
}

.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status svg {
    fill: #fff;
    width: 18px
}

.cdn-browser .files-list .view-grid .file-item .inner .file-thumb img {
    max-width: 100%
}

.cdn-browser .files-list .view-grid .file-item.is-image .inner .file-thumb img {
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

.cdn-browser .files-list .view-grid .file-item.not-image .inner .file-thumb img {
    height: auto;
    padding-top: 27px
}

.cdn-browser .files-list .view-grid .file-item .inner .file-thumb {
    text-align: center
}

.cdn-browser .files-list .view-grid .file-item .file-name {
    background: rgba(0,0,0,.6);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 54px;
    left: 0;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis
}

.cdn-browser .browser-actions {
    background: #fff;
    border-top: 1px solid #dadee0;
    padding: 10px
}

.cdn-browser .count-selected {
    color: #007bff;
    font-size: 14px;
    font-weight: 700
}

.cdn-browser .clear-selected {
    color: red;
    cursor: pointer;
    font-size: 14px
}

.cdn-browser .no-files-text {
    color: red;
    font-size: 20px;
    padding: 20px
}

.cdn-browser .upload-new .filepond--root {
    background-color: #fff;
    border-bottom: 1px solid #dadee0;
    margin-bottom: 0
}

.cdn-browser .upload-new .filepond--panel-root {
    background-color: #fff;
    border-bottom: 1px solid #dadee0;
    border-radius: 0
}

@media (max-width: 1365px) {
    .cdn-browser .files-list .view-grid .file-item {
        width:14.2%
    }
}

@media (max-width: 1100px) {
    .cdn-browser .files-list .view-grid .file-item {
        width:14.2%
    }
}

@media (max-width: 991px) {
    .cdn-browser .files-list .view-grid .file-item {
        width:25%
    }
}

@media (max-width: 600px) {
    .cdn-browser .files-list .view-grid .file-item {
        width:50%
    }
}

.cdn-browser .browser-actions .col-left {
    display: flex
}

.cdn-browser .browser-actions .col-left .control-remove {
    margin-right: 15px;
    padding-top: 3px
}

.cdn-browser .browser-actions .col-right .btn {
    margin-top: 3px
}

#cdn-browser-modal {
    overflow: hidden;
    z-index: 2051
}

#cdn-browser-modal .modal-dialog {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px
}

#cdn-browser-modal .modal-dialog .modal-content {
    height: 100%
}

.cdn-browser.is_loading {
    position: relative
}

.cdn-browser.is_loading:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block!important;
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 52px;
    z-index: 11
}

.cdn-browser.is_loading:after {
    color: #131d29;
    content: "\f1c5";
    display: block!important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    left: 0;
    margin-top: -20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 15
}

#media-management {
    background: #fff!important;
    min-height: 400px;
    overflow: hidden
}

.folder-item .btn-edit {
    display: none;
    right: 0
}

.folder-item:hover .btn-edit {
    display: inline-block
}

.bg-f5f5f5,.hover\:bg-f5f5f5:hover {
    background: #f5f5f5
}

.bg-007bff {
    background: #007bff
}

.file-list-item .item-preview img {
    height: auto;
    width: 20px
}

.file-list-item .active {
    background: #75aeeb
}

.cursor-pointer {
    cursor: pointer
}

body {
    color: #1a2b48;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden
}

img.lazy {
    /* opacity: 0 */
}

img.lazy:not(.initial) {
    transition: opacity 1s
}

img.lazy.error,img.lazy.initial,img.lazy.loaded {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

img[data-src],img[data-srcset] {
    display: block;
    min-height: 1px
}

ol,ul {
    margin: 0;
    padding: 0
}

.clear:after,.clear:before {
    clear: both;
    content: "";
    display: table
}

[v-cloak] {
    display: none
}

.bravo_wrap .bravo_topbar {
    background: #1a2b48;
    padding: 15px 0;
    z-index: 9999 !important;
}

@media (max-width: 768px) {
    .bravo_wrap .bravo_topbar {
        display:none
    }
}

.bravo_wrap .bravo_topbar .content {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bravo_wrap .bravo_topbar .content .socials {
    display: inline-block
}

.bravo_wrap .bravo_topbar .content .socials a {
    color: #d1d4da;
    font-size: 14px;
    padding-right: 18px;
    text-decoration: none
}

.bravo_wrap .bravo_topbar .content .socials a:first-child {
    padding-left: 0
}

.bravo_wrap .bravo_topbar .content .socials a:last-child {
    padding-right: 0
}

.bravo_wrap .bravo_topbar .content .dropdown-menu .divider {
    background-color: #31414a;
    margin: 0
}

.bravo_wrap .bravo_topbar .content .topbar-items {
    display: inline-block
}

.bravo_wrap .bravo_topbar .content .topbar-items li {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px
}

.bravo_wrap .bravo_topbar .content .topbar-items li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none
}

.bravo_wrap .bravo_topbar .content .topbar-items li:last-child {
    border-right: 0;
    padding-right: 0
}

.bravo_wrap .bravo_topbar .content .topbar-left {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .bravo_topbar .content .topbar-left a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none
}

.bravo_wrap .bravo_topbar .content .topbar-left a:hover{
    color: #e85721;
}
.bravo_wrap .bravo_topbar .content .topbar-left .line {
    display: inline-block;
    margin: 0 10px;
    min-height: 1px;
    min-width: 1px;
    position: relative
}

.bravo_wrap .bravo_topbar .content .topbar-left .line:before {
    border-right: 1px solid #5f7190;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -13px
}

.bravo_wrap .bravo_topbar .content .topbar-right {
    font-size: 12px
}

.bravo_wrap .bravo_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
    left: 0!important
}

.bravo_wrap .bravo_topbar .content .topbar-right .dropdown-menu {
    border-radius: 0;
    min-width: 200px;
    right: 0;
    top: 15px!important
}

.bravo_wrap .bravo_topbar .content .topbar-right .dropdown-menu.width-auto {
    min-width: 0
}

.bravo_wrap .bravo_topbar .content .topbar-right .topbar-items li a {
    font-size: 12px;
    pointer-events: unset ! IMPORTANT;
}

.bravo_wrap .bravo_topbar .content .topbar-right .topbar-items li:last-child {
    padding-right: 0
}

.bravo_wrap .bravo_topbar .content .dropdown-menu {
    background: #1a2b48;
    min-width: auto
}

.bravo_wrap .bravo_topbar .content .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.bravo_wrap .bravo_topbar .content .dropdown-menu li.menu-hr {
    border-top: 1px solid #31414a
}

.bravo_wrap .bravo_topbar .content .dropdown-menu li a {
    color: #fff;
    display: block;
    padding: 8px 15px
}

.bravo_wrap .bravo_topbar .content .dropdown-menu li a:hover {
    background: #233448;
    text-decoration: none
}

.bravo_wrap .bravo_header {
    border-bottom: 1px solid #eaeef3
}

.bravo_wrap .bravo_header .content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.bravo_wrap .bravo_header .content .header-left {
    align-items: center;
    display: flex;
    height: 100%;
    min-height: 68px;
    position: relative
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_header .content .header-left {
        width:90%
    }
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu {
    padding-left: 20px
}

@media (max-width: 768px) {
    .bravo_wrap .bravo_header .content .header-right .bravo-menu {
        display:none
    }
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu a {
    text-decoration: none
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul {
    list-style: none
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li a {
    color: #1a2b48;
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    padding: 12px 32px;
    text-transform: none;
    transition: all .3s;
}

@media (max-width: 1366px) {
    .bravo_wrap .bravo_header .content .header-right .bravo-menu ul li a {
        padding:35px 15px
    }
}

@media (max-width: 1024px) {
    .bravo_wrap .bravo_header .content .header-right .bravo-menu ul li a {
        padding:35px 10px
    }
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li.active {
    color: #5191fa
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li>.fa {
    font-size: 18px;
    margin-top: -9px;
    position: absolute;
    right: 5px;
    top: 50%;
    transition: all .3s
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li>.menu-dropdown {
    background: #fff;
    box-shadow: 0 1px 1px #dbdbdb;
    left: 0;
    list-style: none;
    margin-bottom: 0;
    min-width: 200px;
    opacity: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 5px;
    position: absolute;
    top: 120%;
    transition: all .2s ease-in-out;
    visibility: hidden;
    z-index: 999
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li>.menu-dropdown li {
    display: block;
    padding-left: 20px;
    padding-right: 20px
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li>.menu-dropdown li:not(:last-child) a {
    border-bottom: 1px solid #eee
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li>.menu-dropdown li a {
    display: block;
    font-size: 14px;
    padding: 15px 0
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li>.menu-dropdown li .menu-dropdown {
    left: 100%;
    top: 0
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li:hover>.menu-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li:hover>.fa,.bravo_wrap .bravo_header .content .header-right .bravo-menu ul li:hover>a {
    color: #5191fa
}

.bravo_wrap .bravo_header .content .header-right {
    height: 100%;
    width: 100%;
    position: relative;
    text-align: right
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_header .content .header-right {
        width:10%
    }
}

.bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
    background: transparent;
    border: none;
    display: none;
    float: right;
    font-size: 32px;
    padding: 0 10px;
    transition: all .3s
}

@media (max-width: 768px) {
    .bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
        display:block;
        float: right
    }
}

.bravo_wrap .bravo_header .content .header-right .bravo-more-menu.active {
    background: #1a2b48;
    border-radius: 5px;
    color: #fff
}

.bravo_wrap .bravo_header .content .header-right .topbar-items {
    display: inline-block;
    margin-right: 5px
}

@media (max-width: 990px) {
    .bravo_wrap .bravo_header .content .header-right .topbar-items {
        display:none
    }
}

.bravo_wrap .bravo_header .content .header-right .topbar-items li {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px
}

.bravo_wrap .bravo_header .content .header-right .topbar-items li a {
    color: #000;
    font-weight: 400;
    text-decoration: none
}

.bravo_wrap .bravo_header .content .header-right .topbar-items .login-item>.is_login {
    display: block;
    padding-right: 50px
}

.bravo_wrap .bravo_header .content .header-right .topbar-items .login-item>.is_login .avatar,.bravo_wrap .bravo_header .content .header-right .topbar-items .login-item>.is_login .avatar-text {
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: 0;
    top: -12px;
    width: 40px
}

.bravo_wrap .bravo_header .content .header-right .topbar-items .login-item>.is_login .avatar-text {
    align-items: center;
    background: #1a2b48;
    color: #fff;
    display: flex;
    font-size: 20px;
    justify-content: center
}

.bravo_wrap .bravo_header .content .header-right .topbar-items li a {
    font-size: 12px
}

.bravo_wrap .bravo_header .content .header-right .topbar-items li:last-child {
    padding-right: 0
}

.bravo_wrap .bravo_header .content .header-right .dropdown-menu {
    background: #1a2b48;
    border-radius: 0;
    left: auto!important;
    min-width: 200px;
    right: 0;
    top: 52px!important;
    transform: none!important
}

.bravo_wrap .bravo_header .content .header-right .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.bravo_wrap .bravo_header .content .header-right .dropdown-menu li.menu-hr {
    border-top: 1px solid #31414a
}

.bravo_wrap .bravo_header .content .header-right .dropdown-menu li a {
    color: #fff;
    display: block;
    padding: 8px 15px
}

.bravo_wrap .bravo_header .content .header-right .dropdown-menu li a:hover {
    background: #233448;
    text-decoration: none
}

.bravo_wrap .bravo_header .bravo-menu-mobile {
    background: #fff;
    border-right: 1px solid #1a2b48;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translate(-105%);
    transition: all .3s;
    width: 300px;
    z-index: 20
}

@media (max-width: 1023px) {
    .bravo_wrap .bravo_header .bravo-menu-mobile {
        display:block!important
    }
}

.bravo_wrap .bravo_header .bravo-menu-mobile.active {
    transform: translate(0)
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile {
    border-bottom: 1px solid #e6e6e6
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .b-close {
    color: #fff;
    cursor: pointer;
    font-size: 34px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 11
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .avatar {
    background: #1a2b48;
    color: #fff;
    padding: 20px 0;
    text-align: center
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .avatar i {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 34px;
    padding: 15px 17px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .avatar img {
    border-radius: 50%;
    max-width: 80px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul {
    list-style: none;
    padding: 20px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li {
    margin-bottom: 10px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li a {
    color: #1a2b48;
    text-decoration: none
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li a i {
    display: inline-block;
    min-width: 15px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li:last-child {
    margin-bottom: 0
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang {
    padding: 0
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li {
    border-top: 1px solid #e6e6e6;
    padding: 15px 20px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li a i {
    float: right;
    position: relative;
    text-align: center;
    top: 2px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li a i:before {
    content: "\f104"
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li.show>a i:before {
    content: "\f107"
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu {
    border: none;
    float: none;
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    position: relative!important;
    transform: none!important;
    width: 100%
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a {
    font-size: 14px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a:before {
    color: #383838;
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
    border: 1px solid #adadad
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu {
    overflow-x: scroll;
    width: 100%
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul {
    list-style: none;
    padding: 10px 20px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li a {
    border-bottom: 1px solid #e6e6e6;
    color: #1a2b48;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li a .caret {
    float: right;
    margin-right: -10px;
    margin-top: -5px;
    padding: 8px 15px 9px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li a .caret:before {
    content: "\f104"
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li a:hover {
    border-bottom: 1px solid #1a2b48
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li>.children-menu {
    display: none;
    list-style: none
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li>.children-menu li a {
    padding-left: 15px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li>.children-menu li>.children-menu {
    display: none;
    list-style: none
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li>.children-menu li>.children-menu li a {
    padding-left: 30px
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li.active>a {
    border-bottom: 1px dashed #1a2b48
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li.active>a>.caret:before {
    content: "\f107"
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li.active>.children-menu,.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li.active>.children-menu>li.active>.children-menu {
    display: block
}

.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu>ul>li.active>.children-menu>li.active>a>.caret:before {
    content: "\f107"
}

@media (min-width: 1023px) {
    /* .frontend-page.header-transparent .bravo_wrap .bravo_topbar {
        background:transparent;
        color: #000;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 11
    } */
	  .bravo_wrap .bravo_topbar {
        background:transparent;
        color: #000;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 11
    }

	.frontend-page.header-normal .bravo_wrap .bravo_search_hotel .bravo_banner{
		/* padding-top: 212px;
		padding-bottom: 112px; */
	}

	.frontend-page.header-normal ul.main-menu.menu-generated a{
		color: white !important;
	}

    .frontend-page.header-transparent .bravo_wrap .bravo_topbar .content .topbar-right .topbar-items .dropdown-menu {
        background: #fff
    }

    .frontend-page.header-transparent .bravo_wrap .bravo_topbar .content .topbar-right .topbar-items .dropdown-menu li a {
        color: #1a2b48;
        font-weight: 700
    }

    .frontend-page.header-transparent .bravo_wrap .bravo_topbar .content .topbar-right .topbar-items .dropdown-menu li a:hover {
        background: #dcdcdc
    }

    .frontend-page.header-transparent .bravo_wrap .bravo_topbar .content .topbar-right .topbar-items .dropdown-menu li.menu-hr {
        border-top: 1px solid #dedede
    }

 /*    .frontend-page.header-transparent .bravo_wrap .bravo_header {
        background: transparent;
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 10
    } */

	.bravo_wrap .bravo_header {
		background: transparent;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10
	}



    .frontend-page.header-transparent .bravo_wrap .bravo_header .content {
        background: transparent;
        color: #fff
    }

    .frontend-page.header-transparent .bravo_wrap .bravo_header .content .header-right .bravo-menu>ul>li>a {
        color: #fff
    }

    .frontend-page.header-transparent .page-template-content>div:first-child {
        padding-top: 187px;
        height: auto;
        padding-bottom: 40px;
    }

    .frontend-page.header-transparent .page-template-content .bravo-form-search-all.carousel_v2 .g-form-control .nav-tabs {
        border: none;
        margin-top: 200px
    }
}

@media (max-width: 1023px) {
    .frontend-page.header-transparent .bravo_wrap .bravo_header,.frontend-page.header-transparent .bravo_wrap .bravo_header .content {
        background: #000!important;
    }

    .frontend-page.header-transparent .bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
        color: #fff
    }
}

.bravo_wrap .bravo_footer .mailchimp {
    background: #f5f5f5;
    padding-bottom: 40px;
    padding-top: 65px
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp {
        padding-bottom:20px;
        padding-top: 45px
    }
}

.bravo_wrap .bravo_footer .mailchimp .media-left {
    padding-right: 30px
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .media-left {
        padding-right:15px
    }
}

.bravo_wrap .bravo_footer .mailchimp .media-left i {
    font-size: 80px;
    position: relative;
    color: #e85721;
    top: -10px
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .media-left i {
        top:-20px
    }
}

.bravo_wrap .bravo_footer .mailchimp .media-body .media-heading {
    font-size: 24px!important
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .media-body .media-heading {
        font-size:18px!important
    }
}

.bravo_wrap .bravo_footer .mailchimp .media-body p {
    color: #5e6d77!important;
    font-size: 16px!important
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .media-body p {
        font-size:14px!important
    }
}

.bravo_wrap .bravo_footer .mailchimp .subcribe-form {
    position: relative
}

.bravo_wrap .bravo_footer .mailchimp .subcribe-form .form-control {
    border-color: #d7dce3;
    box-shadow: none;
    font-size: 14px;
    height: 55px;
    line-height: 53px
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .subcribe-form .form-control {
        height:40px;
        line-height: 40px
    }
}

.bravo_wrap .bravo_footer .mailchimp .subcribe-form .btn-submit {
    background: #e85721;
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .subcribe-form .btn-submit {
        height:40px;
        line-height: 40px
    }
}

@media (max-width: 990px) {
    .bravo_wrap .bravo_footer .mailchimp .subcribe-form .btn-submit {
        padding-left:15px;
        padding-right: 15px
    }
}

.bravo_wrap .bravo_footer .main-footer {
    margin: 0px 0
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .title {
    font-weight: bold;
    margin-bottom: 31px;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
    color: white;
    text-align: right;
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 120px
}

@media (max-width: 768px) {
    .bravo_wrap .bravo_footer .main-footer .nav-footer .title:before {
        width:100%
    }
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .main-footer .nav-footer .title {
        margin-bottom:15px;
        padding: 15px 0
    }
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul {
    list-style: none;
    display: inline-block;
    padding-left: 10%;
    float: right;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li {
    display: block;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    text-decoration: none;
    transition: all .3s;
    text-align: left;
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li a:hover {
    color: #5191fa
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact {
    border-left: 3px solid #5191fa;
    margin-bottom: 30px;
    padding-left: 20px
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact .c-title {
    color: #5e6d77;
    margin-bottom: 10px
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact .sub {
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact .sub a {
    margin-right: 20px;
    text-decoration: none
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact .sub a i {
    color: #1a2b48
}

.bravo_wrap .bravo_footer .copy-right {
    border-top: 1px solid #eaeef3;
	display:none;
}

.bravo_wrap .bravo_footer .copy-right p {
    margin-bottom: 0
}

.bravo_wrap .bravo_footer .copy-right .context {
    padding: 40px 15px;
    position: relative
}

.bravo_wrap .bravo_footer .copy-right .context .f-visa {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 460px) {
    .bravo_wrap .bravo_footer .copy-right .context .f-visa {
        margin-top:10px;
        position: static;
        transform: translate(0)
    }
}

@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .copy-right .context {
        padding:20px 15px
    }
}

.bravo-pagination {
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center
}

.bravo-pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.bravo-pagination ul li {
    color: #768090;
    float: left;
    font-size: 16px;
    list-style: none;
    margin-right: 10px
}

.bravo-pagination ul li a,.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-pagination ul li a.current,.bravo-pagination ul li span.current {
    background: transparent!important;
    border: 1px solid #5191fa!important;
    border-radius: 3px;
    color: #5191fa!important
}

.bravo-pagination ul li.active a,.bravo-pagination ul li.active span {
    background: transparent!important;
    border: 1px solid #5191fa!important;
    color: #5191fa!important
}

.bravo-pagination .count-string {
    color: #768090;
    display: block;
    font-size: 14px;
    margin-top: 5px
}

.bravo-effect-bg,.bravo-effect-user-bg {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19
}

.bootbox.modal {
    z-index: 3000
}

.bootbox.modal:before {
    background: #000;
    content: "";
    height: 100%;
    opacity: .5;
    position: fixed;
    width: 100%
}

.review_upload_item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 10vh
}

.review_upload_file {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.helpText:after {
    align-items: center;
    border: 3px dashed gray;
    color: gray;
    content: "\f067";
    display: flex;
    font-family: FontAwesome;
    font-size: 150%;
    height: 10vh;
    justify-content: center;
    width: 10vh
}

.bravo-list-news {
    padding: 35px;
}


.bravo_wrap marquee {
    display: none
}

.bravo_wrap .bravo_topbar {
    background: #e85721;
    padding: 15px 0;
    --top-wrapper-height: 2.125rem;
    display: flex;
	/* display: none; */
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: var(--top-wrapper-height);
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 10;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 200ms ease 0s, margin 200ms ease 0s;
    transform: scaleY(1) !important;
}

.bravo_wrap .bravo_header {
    background: linear-gradient(to bottom, #0e0e0eeb, rgb(0 0 0 / 0%)) 0px 0px no-repeat padding-box padding-box transparent !important;
    padding-bottom: 1px;
    padding-top: 14px;
    padding-bottom: 14px;
	border:none;
    height: 70px;
    z-index: 999;
    top: 34px;

}

.bravo-list-tour.normal {
    padding-top: 12px;
}

.about_umra_section {
    display: none !important;
}

.content_section_4 img {
    width: 107px;
}

.content_section_4 .card-title {
    font-size: 15px;
    font-weight: bold;
}

.content_section_4 .card {
    border: none;
}

.byTxpD {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.cXLBHI {
    color: rgb(119, 119, 119);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}

.dyeqZP {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
}

.ihbWq {
    display: flex;
    flex-direction: column;
}

.wrTHA {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.kAXygN {
    margin-left: 10px;
}

.jCxfc {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.fKevQG {
display:none;
}

.cjrpqw {
    max-width: 1200px;
}

.ggCMDz {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.dzeLxH {
    display: flex;
    flex-direction: column;
}

.bxHVGy {
    display: flex;
    width: 80%;
}

.bIKiXe {
    display: flex;
    padding: 0px 20px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    border-right: 2px solid rgb(189, 189, 189);
}

.bIKiXe:last-child {
    border: none;
}

.bIKiXe h4 {
    font-weight: bold;
    font-size: 19px;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    direction: ltr;
}

.dzeLxH h4 {
    font-weight: bold;
    font-size: 24px;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
}

.dzeLxH p {
    font-weight: normal;
    font-size: 12px;
    color: rgb(119, 119, 119);
    margin-bottom: 0px;
}

.bIKiXe h4 a {
    color: rgb(51, 51, 51);
}

.bIKiXe img {
    margin-right: 20px;
}

.bIKiXe p {
    font-size: 12px;
    color: rgb(119, 119, 119);
    font-weight: normal;
    margin-bottom: 0px;
}

.mailchimp {
    display: none;
}

.bravo-call-to-action.style_3.content_section_4 {
    order: 1;
}

.bravo-list-news {
    order: 2;
}

.bravo_footer {
    order: 3;
}

.sc-elNKlv.bnBFyT {
 display:none;
}

.bravo_wrap .bravo_footer .main-footer {
    background-color: #007D6E;
    padding: 50px 0;
    background-image: url(/images/home_pages/Capture-removebg-preview.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16%;
}

.bnBFyT {
    background: linear-gradient(rgb(252, 252, 252) 81%, rgb(224, 224, 224) 100%);
}

.blog-breadcrumb {
    display: none;
}

.home_search_select2 .select2-selection--single {
    border: none !important;
}

.select2-selection.select2-selection--single{
	border: none;
}

.jKodqQ {
    transform: rotate(-90deg);
    width: 9px !important;
    height: 10px !important;
    margin-left: 0px;
}

.sub_address{
    font-size: 11px;
    color: #3c3c3c;
	margin: 3px;
}

.amenities_list li{
	padding-top: 1px;
    padding-bottom: 1px;
	font-size: 10px;
    border: none;
}

.amenities_list {
	padding-bottom: 18px;
    padding-top: 5px;
}

.header-normal .bravo_header{
/*    background: #e85721!important;*/

}

.header-normal .bravo_topbar{
	/*background:#e85721 !important;*/
}

.header-normal .bravo_banner {
    /* max-height: 103px; */
}

.header-normal .bravo_header{
	top: 34px;
}

.header-normal .header-right a {
	/* background:#ffffff;
	color: #e85721; */
	font-weight:bolder;
}



.g-gallery.gallery-main-slider .fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img img{
	top:0px !important;
	max-height: 621px !important;
}

.g-gallery.gallery-main-slider .fotorama__stage.fotorama__pointer {
    max-height: 621px !important;
}


.g-gallery.gallery-main-slider .fotorama__nav, .fotorama__stage{
	max-height: 621px !important;
}

.surrounding-list {
    padding-top: 10px;
}

.fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img.fotorama__active{
	top:0px !important;
}

.shop_on_map .card-body {
    position: absolute;
    top: 33%;
    left: 22px;
}

.sort_order {
    margin-left: 19px;
    margin-right: 19px;
    border: 2px solid #e85721;
    color: #e85721;
}

.sort_order:nth-child(1) {
    margin-left: 0;
}

.sort_order:nth-child(4) {
    float: right;
    margin-right: 0px;
}

.shop_on_map .card-body a {
    border: 2px solid #e85721;
    color: #e85721;
    background-color: #ffffff99;
}

img.overlay-pic {
    min-height: 2500px;
    z-index: 999;
    position: absolute;
    opacity: 0.0;
	display:none;
    /* padding-top: 0px; */
}

.list-container {
    padding-top:1px;
}

.bravo-autocomplete.show{
  z-index: 99999999 !important;
}


.hotel_type_success{
    vertical-align: text-top;
    margin-right: 5px;
    border: 1px solid #28a745;
    background-color: unset;
    color: #28a745;
}


/* custom css */
.bravo-featured-item .featured-item img {
    width: 80px;

}
.home-gallery-container-2 .featured-pic-gallery{
	height: 67%;
    padding-right: 0px;

}

.parent-details-gallery{
	overflow-x: hidden;
	overflow-y: hidden;
    display: flex;
    margin-right: -5px;
    cursor: pointer;
    height: 550px;
    position: relative;
    background: rgb(229, 232, 237);
}

.home-gallery-container-1 .featured-pic-gallery{
width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 100%;
    z-index: 0;
}


.home-gallery-container-1 {
	padding-right: 1px;
    padding-left: 0px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    flex-grow: 1;
	max-height: 550px;
}

.home-gallery-container-2 {
	padding-right: 1px;
    padding-left: 0px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    flex-grow: 1;
	max-height: 550px;
}

.featured-pic-gallery-row{
	height: 64%;
	padding-right: 0px;
	padding-bottom: 2px;
}

.gallery-cols {
width: 100%;
position: relative;
overflow: hidden;
max-height: 100%;
z-index: 0;
padding: 1px;
}

.gallery-cols img {
    width: 100%;

}

.parent-details-gallery img{
	width: 100%;
}

.details-floating-navigation{
	display: flex;
    background: white;
    z-index: 152;
    margin-bottom: 3px;
	padding-top: 11px;
}

.navigation-floating-details {
    border-bottom: 1px solid red;
	max-height: 61px;
}

.navigation-floating-details .floating-navigation{



}

.details-floating-navigation .active {
    background: none !important;
    border-bottom: 5px solid red;
    color: red !important;
    border-radius: 0;
	padding-bottom: 13px;
}

.details-floating-navigation a {
    font-size: 15px;
}


.details-container-sub{
	padding-top: 30px;
}


.details-container-sub .description{

}

.bottom-home-gallery{
	height: 36%;
}

.home-gallery-container-2 .row {
    height: 50%;
}

.image-gallery-thumbs {
    max-height: 268px;
    padding: 10px;
    overflow: hidden;
}

.model-Gallery-details .modal-content{
	border-radius: 26px;
	padding: 21px;
}

.see-all-pics{
    z-index: 9999;
    position: absolute;
    right: 21px;
    bottom: 27px;
    background: #0000007d;
    color: white;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bravo-client-feedback .owl-nav{
    text-align: right;
}

div.button-book-now{
    padding-top:15px
}

.float-now {
    position: fixed;
    z-index: 99999;
    top: 1px;
    width: 100%;
    background-color: white;
}

div.list-location-final{
    margin: 50px 0 30px;

}


/* div.nav-footer div.context{
    display: flex;
    gap: 28px;
    font-size: 15px;
    flex-wrap: wrap;
	filter: brightness(0) invert(1);
} */

div.nav-footer div.context {
    filter: brightness(0) invert(1);
    line-height: 26px;
    font-weight: 600;
}

.footer_logos{
    height: 72px;
    padding-top: 6px;
    opacity: 0.7;
}

div.nav-footer div.context a{
    display: inline-block;
        border-radius: 50%; /* Make it round */
}



div#bravo-reviews {
    padding-top: 48px;
}


.detail-border{
    border: 1px solid #ee7c21;
    border-radius: 24px;
    padding: 34px 14px 30px 21px;
}

.form-book{
    padding-bottom: 51px
}

.review_heading{
	padding-bottom: 18px;
}

.card-title.pricing-card-title {
    font-size: 19px;
}

.card-title.pricing-card-title {
    font-size: 19px;
}


.hotel_list_rooms .custom-select{
	/* visibility:hidden;
	position:absolute; */
}

.book_hotel_btn {
    margin: 0 auto;
    display: inherit;
}


.navigation-home-search .card {
    background-image: url(/images/all_images/arab_1.PNG);
    background-repeat: no-repeat;
    background-position: 824px 0px;
    background-size: 45%;
}

.navigation-home-search .card [type='text'] {
    background-color:#D9D9D9;
	border: 0;
}

.navigation-home-search .input-group-text {
    background-color:#D9D9D9;
    color: #7F7F7F;
    border: 0;
}

.navigation-home-search .card {
    background-color: rgb(255 255 255 / 90%);
    padding: 56px;
}

.gateway-umrah-section .carousel-control-prev{
	background: no-repeat;
    border: none;
	opacity: 1;
}

.gateway-umrah-section .carousel-control-next {
	background: no-repeat;
    border: none;
	opacity: 1;
}

.gateway-umrah-section .carousel-caption {
    text-align: left;
    position: absolute;
    top: 30%;
    max-width: 25%;
}

.gateway-umrah-section .carousel-caption.d-none.d-md-block h5 {
    font-size: 32px;
}

.gateway-umrah-section .carousel-caption.d-none.d-md-block p {
    font-size: 14px;
}

.gateway-umrah-section .carousel-control-prev-icon {
    padding: 16px;
    background-color: #f15a22;
    border-radius: 100px;
    background-size: 50%;
}

.gateway-umrah-section .carousel-control-next-icon {
    padding: 16px;
    background-color: #f15a22;
    border-radius: 100px;
    background-size: 50%;
}

.detail_line {
    padding-left: 45px;
}

.language-cultur-section{
	/* background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url(/images/home_pages/2banday.png) !important; */
    background-repeat: no-repeat;
    background-color: #005f54;
    /* background-size: 50% 100%; */
	background-image: url(/images/home_pages/grain_2.png);
	background-repeat: no-repeat;
	background-color: #007D6E;
    border: none;

}

.language-cultur-section::before {
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url(/images/home_pages/namazi2.png) !important;
    width: 100%;
    height: 100%;
    content: '';
    background-size: 50% 100%;
    position: absolute;
    background-repeat: no-repeat;
}

/* .detail_text_section .detail_1::before {
    background-image: url(/images/home_pages/line.png);
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
	bottom: 172px;
} */

.line_left{
    align-items: center;
    display: inline-grid;
    padding-right: 0;
}


.line_right{
    align-items: center;
    display: inline-grid;
    padding-left: 0;
}

.line_left span,.line_right span {
    background-color: #01a08d;
    background-size: 10px;
    height: 3px;
    display: block;
}

.line_center{
    text-align: center;
}

/* .detail_text_section .detail_line::before {
    background-image: url(/images/home_pages/line.png);
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
	bottom: 172px;
} */



.language-cultur-section .card-body{
    padding: 45px;
	color: white;
    padding-right: 0;
    text-align: justify;
}

.language-cultur-section .card-title{
    font-size: 20px;
    margin-bottom: 20px;
}

.language-cultur-section .card-text{
    font-size: 16px;
}

.what_is_umrah_section{
background-image: url(/images/home_pages/Capture.PNG) !important;
 background-repeat: no-repeat;
    background-size: cover;
    padding-top: 128px;
    padding-bottom: 128px;
    background-position: center;
}

.home_faq_section .container {
    padding-top: 51px;
    padding-bottom: 51px
}

.home_faq_section h2 {
    color: #000;
}

.home_faq_section {
   /*  padding-top: 139px; */
    /* padding-bottom: 130px; */
	background-image: url(/images/home_pages/grain_2.png);
    background-repeat: repeat;
	position: relative;
}

.home_faq_section .btn-group {
    padding-bottom: 15px;
    padding-left: 0;
}


.home_faq_section .btn-group .dropdown-toggle-split {
border-left: 1px solid;
    padding-top: 10px;
    position: absolute;
    right: 13px;
    pointer-events: none;
    z-index: 99999;
}

/* .home_faq_section::before {
    background-image: url(/images/home_pages/Vector.png);
    content: '';
    position: absolute;
    width: 100%;
    min-height: 681px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

.home_faq_section .faq-ques-p::before {
    background-image: url(/images/home_pages/line.png);
    content: '';
    width: 50%;
    height: 8px;
    position: absolute;
    background-repeat: no-repeat;
    top: 66px;
}

.home_faq_section .faq-ques-p {
    padding-top: 30px;
    margin-bottom: 1px;
}

.home_faq_section h2{
	color: #000;
}
.home_faq_section .card-body h2{
    font-size: 18px;
    font-weight: 700;
}

.home_faq_section .btn {
    background-color: #007D6E;
    color: white;
    padding-top: 22px !important;
    padding-bottom: 22px;
}

.home_faq_section button {
    background-image: url(/images/home_pages/grain.png);
    background-repeat: repeat;
}

.home_faq_section a {
    background-image: url(/images/home_pages/grain.png);
    background-repeat: repeat;
}

.col-md-6.custom_line::before{
    content: '';
    position: absolute;
    top: 0;
    right: -17px;
    width: 18px;
    height: 72%;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(/images/home_pages/green_line.png);
    background-size: 11px;
}
.custom_line{
    padding-right: 40px;
}
.bravo-form-search-all div.card-body{
    padding-left: 60px;
}
.bravo-form-search-all .nav-link svg{
   width: 20px;
}
.bravo-form-search-all .nav-link.visa span.visa svg{
    width: 35px;
 }

 .bravo-form-search-all .nav-link img {
    width: 20px;
}

.bravo-form-search-all .nav-link svg {
    fill: white;
}

.bravo-form-search-all .nav-tabs {
    border-bottom: none;
}

.bravo-form-search-all .nav-link.active{
	border-color: #dee2e6 #dee2e6 #fff;
}

form.header-form-home {
    padding-right: 71px;
}

.back_line_pattern {
    background-image: url(/images/all_images/pattern.png);
    min-height: 119px;
    min-width: 100%;
    position: absolute;
    background-size: 167px 72px;
    z-index: 999999;
    background-repeat: repeat-x;
    background-position: bottom;
}

.home-form-text .card-text {
    color: black;
    font-size: 16px;
}
.home-form-text .card-title {
    color: black;
    font-size: 32px;
}

[type='date']{
	background-color: #eeeeee;
}

.navigation-home-search .main-container{
	    border-radius: 0 !important;
}

.next_search_btn {
    padding-left: 69px;
    padding-right: 69px;
}


.gateway-umrah-section .carousel-item{
    height: 500px;
    background-size: cover;
    background-position: center;
}

.gateway-umrah-section .carousel-item{
	background-image: url("/images/home_pages/ziara_slidr_5.jpg");
}
.gateway-umrah-section .carousel-item{
	background-image: url("/images/home_pages/ziara_slidr_7.jpg");
}

.gateway-umrah-section .carousel-item:nth-child(2){
	background-image: url("/images/home_pages/ziara_slidr_5.jpeg");
}



.header-language a:nth-child(1) {
    background-color: white;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	padding-left: 10px;
    padding-right: 10px;
}

.header-language a:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.home_faq_section .back_line_pattern {
    position: relative;
}


.header-language{
    width: 100%;
    position: relative;
}

.header-language .login{
	position: absolute;
    right: 0;
    padding-left: 36px;
    padding-right: 36px;
}

.footer_logo{
	filter: brightness(0) invert(1);
}

.home_faq_section .multi-collapse {
    padding: 12px;
}
.home_faq_section .multi-collapse .card-body{
    height: auto;
}
.home_faq_section .multi-collapse .card-body ul{
    list-style: none;
}
span.select2-selection.select2-selection--multiple {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
	background-color: #eeeeee;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
	border:none;
}

.navigation-home-search .form-select-guests{
	position: absolute;
    width: 100%;
    left: 0px;
}

.navigation-home-search .form-select-guests .form-content.dropdown-toggle{
	text-align: left;
    padding-top: 10px;
    padding-left: 38px;
}

.navigation-home-search .form-select-guests .form-content.dropdown-toggle::after{
	display:none;
}


.navigation-home-search .select2-search__field{
	/* position: absolute; */
}


body.frontend-page.header-normal .bravo_header {
    /* top: 1px;
	background: linear-gradient(to bottom, #0e0e0e, rgb(63 50 50 / 50%)) 0px 0px no-repeat padding-box padding-box transparent !important;
	background-image:url("/images/all_images/pillers.png") !important;
    padding-bottom: 1px;
    padding-top: 33px ;
    padding-bottom: 56px;
    border: none; */
    border-bottom: 1px solid #eaeef3;
    position: relative;
}


.navigation-home-search #budget-range{
	width: 91%;
}

.navigation-home-search .select2-selection__choice__remove {
    border: none;
	background: none;
    border: none;
}


.navigation-home-search .select2-selection__choice{
	border: none !important;
    background: none !important;
}

.row.justify-content-center {
    padding-top: 188px;
}

.bravo_header .dropdown{
	width:100px;
}

.header-language .login {
    background-color: #e85721 !important;
    border-radius: 3px !important;
}

.form-select-guests .render {
    color: #7f7f7f !important;
}

.booking-review .booking-review-title {
    text-align: center;
	padding-top: 10px;
 }

 div#passengers_info .card-body {
    background-color: #eeeeee;
}

.form-control {
    background-color: #ffffff82;
}

.booking-form {
    background-color: #eeeeee;
	padding-bottom: 33px;
}


label.term-conditions-checkbox {
    display: block;
    margin-left: 35px;
}

.form-checkout .form-actions{
    padding-left: 29px;
}


.booking-detail.booking-form .d-flex.justify-content-between {
    font-size: 24px;
}

.booking-review .booking-review-content .review-list li.final-total .val {
    color: #389F91 !important;
}

.header_btn_col{
    padding: 0;
}

button:focus {
    outline: none;
}

.home_range_slider{
    background-color: #d9d9d9;
}
input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/

    /* New additions */
    height: 6px;
    background: #ccc;
  }


  input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
  }


  .budget_col{
    display: flex;
    align-items: center;
    padding-top: 11px;
  }

  .budget_col #slider-range{
    width: 100%;
    background-color: #ffffff;
  }

  .budget_col #slider-range .ui-widget-header {
    width: 100%;
    background-color: #e85721;
  }

 .next_search_btn svg {
    width: 14px;
    height: 14px;
}

.copy_footer {
    padding-top: 30px;
    width: 100%;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
     border: unset;
}

.lgn_cont{
    display: inline-flex;
}
.lng_btn{
    display: inline-flex;
    border-radius: 4px;
    overflow: hidden;
}
.lng_btn .btn-primary{
    border-radius: 0;
    background-color: #fff;
}
.lng_btn .btn-primary:hover{
    background-color: #F15A22;
}
.m-lgnbtn{
    display: inline-block;
    margin-left: 5px;
}

.bravo_wrap .bravo_form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bravo_wrap .bravo_form .form-content {
    padding: 20px 0 10px 45px;
    position: relative;
    transition: all .3s;
}

.bravo_wrap .bravo_form .form-content .form-date-search .check-in-out, .bravo_wrap .bravo_form .form-content .form-date-search-hotel .check-in-out {
    bottom: 1px;
    left: -15px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.dropdown-menu.select-guests-dropdown.show {
    min-width: 746px;
}

.buget_and_add_more{
    order: 1;
}



.bravo_wrap .select-guests-dropdown {
    min-width: 562px;
}


.dropdown-menu.clone_guest_all.show{
    display: flex;
    flex-flow: wrap;
}

.form-group.has-error input {
    border: 4px solid red;
}

.has-error .form-control {
    border: 4px solid red;
}
.multi-room {
    width: 100%;
    margin-top: 20px;
}
.bravo_detail_hotel .bravo_content{
    padding-top: 72px !important;
}
.col_out:nth-child(4)::before {
    display:none;
}

.header-normal .bravo_banner{
    display: none;
}
.main-home-tabs.tab-content > .active:not(:first-child) .active:not(:second-child){
    display: block;
    /*max-height: 396px;
    overflow: hidden;*/
}
.deal_ends{
    font-size: 19px;
}

.blink_me {
    animation: blinker 1s linear infinite;
    font-size: 23px;
    color: #a6340f;
}

@keyframes blinker {
    50% { opacity: 0; }
}


.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thum_glry{
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #fff;
    font-size: 16px;
    right: -15px;
    top: 20px;
}

.litepicker .container__days .day-item.is-start-date{
    background-color:#e85721;
}

.litepicker .container__days .day-item.is-end-date{
    background-color:#e85721;
}


.litepicker .container__days .day-item.is-in-range{
    background-color:#f1f1f1;
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a.active {
    background-color: #d13900;
    border-color: #e85721;
}

div#insurancePopup .modal-header {
    text-align: left;
}
