/* HEADER */
#navbarSupportedContent .menu-headers .nav-link.dropdown-toggle {
    border: none !important;
}

.header_menu .sub-menu:hover {
    transition: 300ms all;
}

header .dropdown-menu {
    position: absolute !important;
}

.header_menu li a {
    font-size: 0.9rem !important;
    padding: 0 5px !important;
}


/*.header_menu.navbar-nav .dropdown-menu {*/
/*    position: static !important;*/
/*}*/

.header_menu.navbar-nav .nav-item .dropdown-menu {
    left: -10px !important;
}


header .dropdown-notifications .dropdown-menu {
    left: -300px;
}

@media screen and (max-width: 991px) {
    .header_menu a:not(.sub-menu) {
        min-height: 40px;
    }

    .modal-minus-btn {
        top: 8px !important;
    }

    .home-filter-btn {
        width: 100%;
    }

    .tabtext {
        color: #000 !important;
    }

    header .dropdown-notifications .dropdown-menu {
        left: -200px;
        width: 300px !important;
        min-width: 300px !important;
        max-width: 300px !important;
    }

    .header-right-list {
        display: grid;
        /*place-items: center;*/
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .header_menu {
        display: grid !important;
        grid-template-columns: auto auto;
        place-items: center;
    }

    .d-flex.justify-content-between.mb-3.pt-md-3.mt-1.pb-md-3.mb-md-2.align-items-end {
        display: block !important;
    }

    .d-flex.justify-content-between.mb-3.pt-md-3.mt-1.pb-md-3.mb-md-2.align-items-end a {
        display: inline-block !important;
        margin-top: 10px;
    }

    .bravo_wrap .bravo-more-book-mobile .right {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 20px;
    }

    .bravo_wrap .bravo-more-book-mobile .right a {
        width: 100% !important;
    }


    .header_menu.navbar-nav .nav-item {
        overflow: visible !important;
        width: 100% !important;
    }

    .flight-seat-dropdown {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
}


@media screen and (max-width: 567px) {
    /*.nav-item--left > .navbar-nav, .nav-item--right > .navbar-nav:not(.header-right-list) {*/
    /*    display: flex !important;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    flex-direction: column;*/
    /*}*/

}


@media screen and (max-width: 767px) {
    /*.header-right-list {*/
    /*    display: grid;*/
    /*    place-items: center;*/
    /*    grid-template-columns: auto auto;*/
    /*}*/

    /*.header_menu {*/
    /*    display: grid !important;*/
    /*    grid-template-columns: auto auto;*/
    /*    place-items: center;*/
    /*}*/

    /*.d-flex.justify-content-between.mb-3.pt-md-3.mt-1.pb-md-3.mb-md-2.align-items-end {*/
    /*    display: block !important;*/
    /*}*/

    /*.d-flex.justify-content-between.mb-3.pt-md-3.mt-1.pb-md-3.mb-md-2.align-items-end a {*/
    /*    display: inline-block !important;*/
    /*    margin-top: 10px;*/
    /*}*/

}


/* FOOTER */
.nav-footer li a {
    background: transparent !important;
    border: 0 !important;
}


/* LOGIN */
.bravo-login-page {
    padding: 100px 0px;
}

.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 {
    padding: 0 0 10px;
    border: none
}

.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 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px
}

@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 {
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dae1e7;
    border-radius: 3px;
    font-size: 14px;
    color: #5e6d77
}

.frontend-page .modal.login .modal-content .modal-body .form-group .input-icon {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #acb5be;
    line-height: 0px
}

.frontend-page .modal.login .modal-content .modal-body label, .frontend-page .modal.login .modal-content .modal-body .st-link {
    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 {
    height: 45px;
    width: 100%;
    background: #5191fa;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    font-weight: 600
}

.frontend-page .modal.login .modal-content .modal-body .advanced {
    background: #f9f9f9;
    margin-top: 20px;
    padding: 30px;
}

.frontend-page .modal.login .modal-content .modal-body .advanced .socials {
    padding-top: 20px;
    padding-bottom: 35px
}

.bravo-login-form-page .form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px
}

.bravo-login-form-page .form-control {
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dae1e7;
    border-radius: 3px;
    font-size: 14px;
    color: #5e6d77
}

.bravo-login-form-page .form-group {
    position: relative;
    margin-bottom: 20px
}

.bravo-login-form-page .form-group .input-icon {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #acb5be;
    line-height: 0px
}

.bravo-form-login .icon-loading, .bravo-form-register .icon-loading {
    display: none
}

.bravo-form-login .form-submit, .bravo-form-register .form-submit {
    width: 100%
}

.bravo-form-login .bravo-recaptcha > div, .bravo-form-register .bravo-recaptcha > div {
    margin: auto
}

@media (max-width: 990px) {
    .bravo-form-login .bravo-recaptcha > div, .bravo-form-register .bravo-recaptcha > div {
        margin: 0
    }
}

.btn_login_fb_link, .btn_login_tw_link, .btn_login_gg_link {
    border-radius: 2px;
    font-size: 12px;
    display: block
}

.btn_login_fb_link:hover, .btn_login_tw_link:hover, .btn_login_gg_link:hover {
    color: #fff;
    outline: none;
    box-shadow: none
}


/* OTHER CODES */
.bravo_single_book_wrap {
    display: block !important;
}

.footer-menu li a {
    font-weight: 400 !important;
}

.register-redirect-btn {
    z-index: 99 !important;
}

.flight-seat-dropdown {
    width: 65%;
    margin-right: 10px !important;
}

.bg-light-blue {
    background-color: #eef4fb !important;
}

.drp-calendar.right {
    display: none !important;
}

.dropdown-notifications .dropdown-toolbar h3, .dropdown-notifications .dropdown-toolbar .dropdown-toolbar-actions a {
    line-height: 1.5;
}

.bravo-more-book-mobile {
    z-index: 999 !important;
}

.modal .daterangepicker {
    height: 250px !important;
    overflow: auto !important;
}

.bravo-more-book-mobile .container {
    height: auto !important;
    flex-direction: column;
    padding: 10px 0;
}

div {
    background-repeat: no-repeat;
    background-size: cover;
}

.sfeedbacks_form .sspd_review .fa.hovered, .sfeedbacks_form .fa.selected {
    color: #5191fa !important;
}

.hotel-address {
    font-size: 0.9rem;
    line-height: 1.5;
}

.bodyload {
    display: none !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.homepage .custom-css .input-group {
    padding-top: 0 !important;
    border-bottom: none !important;
}


header .dropdown-toggle::after {
    display: none !important;
}


.news-mini-cover-img {
    height: 190px;
}

[class^='bravo_search_'] {
    margin-bottom: 0 !important;
}

.irs--flat .irs-handle>i:first-child {
    display: none !important;
}


.daterangepicker.show-calendar {
    overflow: auto !important;
}


.bravo_wrap .sale-box {
    position: absolute !important;
    right: 15px !important;
    top: 10px !important;
}

 .nav-enquiry {
     padding: 20px !important;
     border-bottom: solid 1px #d7dce3 !important;
     display: grid !important;
     grid-template-columns: auto auto !important;
     text-align: center !important;
     text-transform: uppercase !important;
     background: transparent !important;
}


.nav-enquiry .enquiry-item {
    cursor: pointer;
}

.nav-enquiry .enquiry-item span {
    color: #fff !important;
}

.tooltip-inner {
    display: none !important;
}


.nav-enquiry .enquiry-item.active span {
    padding-bottom: 5px !important;
    border-bottom: solid 1px #5191FA !important;
}


.icon-passenger {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/themes/mytravel/dist/frontend/images/passenger.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.icon-baggage {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/themes/mytravel/dist/frontend/images/baggage.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.icon-door {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/themes/mytravel/dist/frontend/images/door.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.icon-gear {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/themes/mytravel/dist/frontend/images/gear.svg);
    background-position: center;
    background-repeat: no-repeat;
}


/* PAGINATION */
.pagination {
    border-radius: .3125rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 0 solid #77838f;
    color: #77838f;
    display: block;
    line-height: 1.25;
    margin-left: 0;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: rgba(41, 124, 187, .1);
    border-color: rgba(41, 124, 187, .1);
    color: #297cbb;
    text-decoration: none;
    z-index: 2;
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 124, 187, .25);
    outline: 0;
    z-index: 2;
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .3125rem;
    border-top-left-radius: .3125rem;
    margin-left: 0;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .3125rem;
    border-top-right-radius: .3125rem
}

.page-item.active .page-link {
    background-color: #297cbb;
    border-color: #297cbb;
    color: #fff;
    z-index: 1
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #e7eaf3;
    color: #8c98a4;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}



/* FAQ */
.g-faq {
    border-bottom: solid 1px #D7DCE3;
    margin-bottom: 25px;
    border-top: solid 1px #D7DCE3;
    padding-top: 25px;
}
.g-faq .item {
    border-bottom: 1px solid #D7DCE3;
    margin-bottom: 10px;
}
.g-faq .item:last-child {
    border: none;
}
.g-faq .item .header {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 15px;
    cursor: pointer;
}
.g-faq .item .header .field-icon {
    float: left;
    font-size: 25px;
    margin-right: 10px;
    top: -3px;
    position: relative;
}
.g-faq .item .header h5 {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #1A2B48;
}
@media (max-width: 990px) {
    .g-faq .item .header h5 {
        font-size: 14px;
    }
}
.g-faq .item .header .arrow {
    float: right;
    font-size: 20px;
    position: relative;
    top: -8px;
}
.g-faq .item .body {
    font-size: 14px;
    color: #5E6D77;
    transition: all 0.3s;
    height: 0px;
    overflow: hidden;
    padding-bottom: 0px;
}
.g-faq .item.active .header .arrow {
    transform: rotate(180deg);
}
.g-faq .item.active .body {
    height: auto;
    padding-bottom: 20px;
}


/* RANGE SLIDER */
.u-range-slider {
    height: 1.25rem;
}
.u-range-slider .irs {
    height: 1.25rem;
}
.u-range-slider .irs-line {
    top: 0.5rem;
    height: 0.438rem;
}
.u-range-slider .irs-line-left {
    left: 0;
    height: 0.438rem;
    background-color: #e7eaf3;
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}
.u-range-slider .irs-line-mid {
    height: 0.438rem;
    background-color: #e7eaf3;
}
.u-range-slider .irs-line-right {
    right: 0;
    height: 0.438rem;
    background-color: #e7eaf3;
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}
.u-range-slider .irs-bar {
    top: 0.5rem;
    height: 0.438rem;
    background-color: #297cbb;
}
.u-range-slider .irs-bar-edge {
    top: 0.5rem;
    left: 0.0625rem;
    height: 0.25rem;
    width: 0.6875rem;
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
    background-color: #297cbb;
}
.u-range-slider .irs-handle {
    top: -0.02rem;
    width: 2rem;
    height: 2rem;
    background-color: #fff !important;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}
.u-range-slider .irs-slider.state_hover {
    transform: scale(1.3);
}
.u-range-slider .irs-from, .u-range-slider .irs-to, .u-range-slider .irs-single {
    display: inline-block;
    min-width: 2.5rem;
    background-color: #fff;
    color: #3b444f;
    font-size: 0.875rem;
    text-shadow: none;
    text-align: center;
    border-radius: 0.3125rem;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    padding: 0.5rem;
}

/* Indicator */
.u-range-slider-indicator {
    height: 5rem;
}
.u-range-slider-indicator .irs {
    height: 5rem;
}
.u-range-slider-indicator.u-range-slider-grid {
    height: 8rem;
}
.u-range-slider-indicator.u-range-slider-grid .irs {
    height: 8rem;
}
.u-range-slider-indicator .irs-line, .u-range-slider-indicator .irs-bar, .u-range-slider-indicator .irs-bar-edge {
    top: 3.875rem;
}
.u-range-slider-indicator .irs-slider {
    top: 3.1875rem;
}

/* Grid */
.u-range-slider-grid {
    height: 4.5rem;
}
.u-range-slider-grid .irs {
    height: 4.5rem;
}
.u-range-slider-grid .irs-grid {
    height: 2.5rem;
}
.u-range-slider-grid .irs-grid-text {
    display: inline-block;
    min-width: 2.5rem;
    line-height: 1;
    font-size: 0.875rem;
    color: #77838f;
    border-radius: 6.1875rem;
    padding: 0.25rem;
}
.u-range-slider-grid .irs-grid-text.current {
    background: rgba(41, 124, 187, 0.1);
    color: #297cbb;
}
.u-range-slider-grid .irs-grid-pol {
    height: 0.75rem;
    background-color: #e7eaf3;
}
.u-range-slider-grid .irs-grid-pol.small {
    display: none;
}

.u-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 18.75rem;
    height: 100%;
    background-color: #fff;
    box-shadow: -13px 0 20px rgba(119, 131, 143, 0.08);
}
.u-sidebar[aria-labelledby] {
    opacity: 0;
}
.u-sidebar[aria-labelledby][role=tabpanel], .u-sidebar[aria-labelledby].u-unfold--css-animation, .u-sidebar[aria-labelledby].u-unfold--jquery-slide {
    opacity: 1;
}
.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .u-sidebar {
        width: 23.4375rem;
    }

}


.u-sidebar__body, .u-sidebar__content {
    height: 100%;
}

.u-sidebar--left {
    right: auto;
    left: 0;
    box-shadow: 13px 0 20px rgba(119, 131, 143, 0.08);
}

.u-sidebar__scroller {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.u-sidebar__container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.u-sidebar__footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.sidenav .from, .sidenav .to {
    border: 2px solid #297cbb;
}
.sidenav .card-btn-arrow {
    color: #3b444f !important;
}
.sidenav .collapsed .card-btn-arrow {
    transform: rotate(-180deg);
}
.sidenav .card-collapse:hover {
    background: transparent;
}






/* SLIDER */


/*-------------------------------------------*\
    2.35. Slick
\*-------------------------------------------*/
.u-slick {
    position: relative;
}

.u-slick__img-overlay .slick-slide:not(.slick-center) {
    position: relative;
}
.u-slick__img-overlay .slick-slide:not(.slick-center)::before {
    background-color: rgba(59, 68, 79, 0.8);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: " ";
}

.u-slick__tab .tab-pane:not(.active) {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.u-slick__tab .tab-pane.active {
    height: auto !important;
}

.u-slick--transform-off.slick-transform-off .slick-track {
    transform: none !important;
}

.testimonial-quote text, .testimonial-quote path {
    fill: #ebf0f7;
}
.testimonial-quote i {
    color: #ebf0f7;
}

.u-slick-bordered-primary .slick-current .card {
    border-color: #297cbb !important;
}
.u-slick-bordered-primary .slick-current .card .testimonial-quote text, .u-slick-bordered-primary .slick-current .card .testimonial-quote path {
    fill: #297cbb;
}
.u-slick-bordered-primary .slick-current .card .testimonial-quote i {
    color: #297cbb;
}

.u-slick-bordered-dark .slick-current .card {
    border-color: #1a2b49 !important;
}
.u-slick-bordered-dark .slick-current .card .testimonial-quote text, .u-slick-bordered-dark .slick-current .card .testimonial-quote path {
    fill: #1a2b49;
}
.u-slick-bordered-dark .slick-current .card .testimonial-quote i {
    color: #1a2b49;
}

/*------------------------------------
  Slick Equal Height
------------------------------------*/
.u-slick--equal-height .slick-list {
    height: 100%;
}
.u-slick--equal-height .slick-track {
    display: flex;
    height: 100%;
}
.u-slick--equal-height .slick-track .slick-slide {
    display: flex;
    height: auto;
}

/*------------------------------------
  Slick Gutters
------------------------------------*/
/* Gutters X */
.u-slick--gutters-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.u-slick--gutters-1 .slick-slide {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.u-slick--gutters-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.u-slick--gutters-2 .slick-slide {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.u-slick--gutters-3 {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.u-slick--gutters-3 .slick-slide {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}

.u-slick--gutters-4 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}
.u-slick--gutters-4 .slick-slide {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

/*------------------------------------
  Slick Zoom
------------------------------------*/
.u-slick-zoom .slick-slide .u-slick-zoom__slide {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}
.u-slick-zoom .slick-center .u-slick-zoom__slide {
    transform: scale(1);
}

/*------------------------------------
  Slick Arrows
------------------------------------*/
.u-slick__arrow {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: #297cbb;
    background-color: rgba(41, 124, 187, 0.1);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.u-slick__arrow:hover {
    color: #fff;
    background-color: #297cbb;
}

.u-slick__arrow-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.u-slick__arrow-inner--left {
    left: 0;
}

.u-slick__arrow-inner--right {
    right: 0;
}

/* Flat */
.u-slick__arrow--flat {
    color: #fff;
    background-color: rgba(41, 124, 187, 0.8);
}

/* Offset */
@media (min-width: 992px) {
    .u-slick__arrow--offset.u-slick__arrow-inner--left {
        left: -2.5rem;
    }
    .u-slick__arrow--offset.u-slick__arrow-inner--right {
        right: -2.5rem;
    }
}
/* Vertical Center Alignment */
.u-slick__arrow-centered--y {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

/*------------------------------------
  Slick Arrows Classic
------------------------------------*/
.u-slick__arrow-classic {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: #297cbb;
    background-color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.u-slick__arrow-classic:hover {
    color: #fff !important;
    background-color: #297cbb;
}

.u-slick__arrow-classic-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.u-slick__arrow-classic-inner--left {
    left: 0;
}
.u-slick__arrow-classic-inner--left.v1 {
    left: -5px;
}
.u-slick__arrow-classic-inner--left.v4 {
    left: 25px;
}

.u-slick__arrow-classic-inner--right {
    right: 0;
}
.u-slick__arrow-classic-inner--right.v1 {
    right: -5px;
}
.u-slick__arrow-classic-inner--right.v4 {
    right: 25px;
}

.u-slick__arrow-classic--v1 {
    color: #3d88c1;
    background-color: #fff;
}

.u-slick__arrow-classic--v2 {
    color: #297cbb;
    background-color: #ebf0f7;
}

.u-slick__arrow-classic--v3 {
    color: #3b444f;
    background-color: transparent;
    font-size: 20px;
    font-weight: 800;
    color: #cad4e1;
}
.u-slick__arrow-classic--v3:hover {
    color: #3b444f;
    background-color: transparent;
}

.u-slick__arrow-classic--v4 {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
}
.u-slick__arrow-classic--v4:hover {
    background-color: transparent;
}

/*------------------------------------
  Slick Paging
------------------------------------*/
.u-slick__paging {
    position: absolute;
    bottom: 2rem;
    right: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.u-slick__paging .u-paging__current {
    color: #fff;
    font-size: 3.875rem;
    font-weight: 300;
    line-height: 1;
}
.u-slick__paging .u-paging__divider {
    position: relative;
    margin-right: 0.5rem;
    margin-left: 0.25rem;
}
.u-slick__paging .u-paging__divider::before {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    content: "/";
}
.u-slick__paging .u-paging__total {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

/*------------------------------------
  Slick Pagination
------------------------------------*/
.u-slick__pagination {
    padding-left: 0;
    margin: 15px 20px 0;
    overflow: auto;
}
.u-slick__pagination:not(.u-slick__pagination--block) {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.u-slick__pagination li {
    display: flex;
    pointer-events: all;
    margin: 0 0.25rem;
    cursor: pointer;
}
.u-slick__pagination li span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    box-sizing: border-box;
    background-color: #cad4e1;
    border: 2px solid transparent;
    border-radius: 50%;
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
}
.u-slick__pagination li.slick-active span {
    background-color: transparent;
    border-color: #297cbb;
    transform: scale(0.9);
}

/* White Version */
.u-slick__pagination--white li span {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: none;
    border-width: 0;
}
.u-slick__pagination--white li.slick-active span {
    border-color: none;
    background-color: white;
}

/* Block */
.u-slick__pagination--block li {
    display: block;
}

/* Vertical Center Alignment */
.u-slick__pagination-centered--y {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

@media (min-width: 992px) {
    /* Vertical Option */
    .u-slick__pagination--vertical-lg li {
        display: block;
        margin: 0.25rem 0;
    }
    /* Vertical Option Positions */
    .u-slick__pagination--vertical-pos-v1-lg {
        position: absolute;
        top: 50%;
        left: -15.7%;
        transform: translateY(-50%);
    }
}
.u-slick__pagination-dark {
    padding-left: 0;
}
.u-slick__pagination-dark:not(.u-slick__pagination--block) {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.u-slick__pagination-dark li {
    display: flex;
    pointer-events: all;
    margin: 0 0.25rem;
    cursor: pointer;
}
.u-slick__pagination-dark li span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    box-sizing: border-box;
    background-color: #cad4e1;
    border: 2px solid transparent;
    border-radius: 50%;
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
}
.u-slick__pagination-dark li.slick-active span {
    background-color: transparent;
    border-color: #1a2b49 !important;
    transform: scale(0.9);
}

/*------------------------------------
  Slick Pagination Modern
------------------------------------*/
.u-slick--pagination-modern {
    width: 100%;
    max-width: 12.5rem;
}
.u-slick--pagination-modern .slick-slide {
    cursor: pointer;
    opacity: 0.7;
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.3s ease-in-out;
}
.u-slick--pagination-modern .slick-current {
    opacity: 1;
    transform: scale(1);
}

/*------------------------------------
  Slick Pagination Interactive
------------------------------------*/
.u-slick--pagination-interactive__text {
    color: rgba(255, 255, 255, 0.7);
}

.u-slick--pagination-interactive .slick-slide {
    cursor: pointer;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.u-slick--pagination-interactive .slick-slide:hover {
    background: rgba(255, 255, 255, 0.15);
}
.u-slick--pagination-interactive .slick-slide:hover.slick-center {
    background: #fff;
}
.u-slick--pagination-interactive .slick-center {
    background: #fff;
}
.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__title {
    color: #297cbb;
}
.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__text {
    color: #77838f;
}

.bravo-testimonial .slick-list.draggable {
    overflow: visible !important;
    margin-top: 50px;
}

.bravo-testimonial .slick-list .avatar-img {
    position: absolute;
    top: -50px;
    left: 30px;
}



/* ATTR SEARCH */
.bravo_wrap .bravo_form .smart-search, .bravo_wrap .bravo_form .input-search {
    position: relative;
}
.bravo_wrap .bravo_form .smart-search .parent_text, .bravo_wrap .bravo_form .smart-search .form-control, .bravo_wrap .bravo_form .input-search .parent_text, .bravo_wrap .bravo_form .input-search .form-control {
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #3b444f !important;
    position: relative;
    left: 0 !important;
    padding: 0 !important;
    height: 35px;
    background: transparent;
    outline: none;
}
.bravo_wrap .bravo_form .smart-search .parent_text::-moz-placeholder, .bravo_wrap .bravo_form .smart-search .form-control::-moz-placeholder, .bravo_wrap .bravo_form .input-search .parent_text::-moz-placeholder, .bravo_wrap .bravo_form .input-search .form-control::-moz-placeholder {
    color: #3b444f !important;
    opacity: 1;
}
.bravo_wrap .bravo_form .smart-search .parent_text:-ms-input-placeholder, .bravo_wrap .bravo_form .smart-search .form-control:-ms-input-placeholder, .bravo_wrap .bravo_form .input-search .parent_text:-ms-input-placeholder, .bravo_wrap .bravo_form .input-search .form-control:-ms-input-placeholder {
    color: #3b444f !important;
    opacity: 1;
}
.bravo_wrap .bravo_form .smart-search .parent_text::placeholder, .bravo_wrap .bravo_form .smart-search .form-control::placeholder, .bravo_wrap .bravo_form .input-search .parent_text::placeholder, .bravo_wrap .bravo_form .input-search .form-control::placeholder {
    color: #3b444f !important;
    opacity: 1;
}
.bravo_wrap .bravo_form .smart-search .parent_text[readonly], .bravo_wrap .bravo_form .smart-search .form-control[readonly], .bravo_wrap .bravo_form .input-search .parent_text[readonly], .bravo_wrap .bravo_form .input-search .form-control[readonly] {
    cursor: pointer;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete, .bravo_wrap .bravo_form .input-search .bravo-autocomplete {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    background: #fff;
    padding: 0;
    top: 100%;
    margin-top: 0;
    left: -30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px #dee2e6;
    z-index: 20;
    max-height: 300px;
    overflow-y: auto;
    right: 0;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.show, .bravo_wrap .bravo_form .input-search .bravo-autocomplete.show {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .smart-search .bravo-autocomplete, .bravo_wrap .bravo_form .input-search .bravo-autocomplete {
        margin-top: 10px;
        border-radius: 0;
        right: 0;
        left: 0;
        background: #f1f1f1;
    }
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item, .bravo_wrap .bravo_form .input-search .bravo-autocomplete .item {
    cursor: pointer;
    padding: 10px 15px;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:nth-child(2n), .bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:nth-child(2n) {
    background: #fff;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:last-child, .bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:last-child {
    margin-bottom: 0;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item .h-line, .bravo_wrap .bravo_form .input-search .bravo-autocomplete .item .h-line {
    font-weight: 500;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item i, .bravo_wrap .bravo_form .input-search .bravo-autocomplete .item i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
    color: #828282;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:hover, .bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:hover {
    background: #f5f4f7;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .message, .bravo_wrap .bravo_form .input-search .bravo-autocomplete .message {
    display: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #424242;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.on-message .list-item, .bravo_wrap .bravo_form .input-search .bravo-autocomplete.on-message .list-item {
    display: none;
}
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.on-message .message, .bravo_wrap .bravo_form .input-search .bravo-autocomplete.on-message .message {
    display: block;
}



/* DATERANGEPICKER */
body .daterangepicker {
    border-color: #dfdfdf;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .175) !important;
    font-family: inherit;
    margin-top: 0;
    min-height: 100px;
    min-width: 300px;
    padding: 10px 20px
}

@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
    }

    .daterangepicker {
        top: 30% !important;
    }
}

body .daterangepicker.loading:before {
    background: #fff;
    content: "";
    opacity: .7;
    top: 0;
    z-index: 11
}

body .daterangepicker.loading:after,
body .daterangepicker.loading:before {
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

body .daterangepicker.loading:after {
    color: #5191fa;
    content: "\f013";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 42px;
    text-align: center;
    top: 145px;
    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
}




/* MOBILE RESERVATION */
.bravo_wrap .bravo-more-book-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11;
    display: none;
    border-top: solid 1px #ddd
}

@media (max-width: 990px) {
    .bravo_wrap .bravo-more-book-mobile {
        display: block
    }
}

.bravo_wrap .bravo-more-book-mobile .container {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    height: 65px;
    flex-wrap: wrap
}

.bravo_wrap .bravo-more-book-mobile .left, .bravo_wrap .bravo-more-book-mobile .right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.bravo_wrap .bravo-more-book-mobile .left .g-price .prefix {
    color: #5e6d77;
    display: inline-block
}

.bravo_wrap .bravo-more-book-mobile .left .g-price .prefix i {
    font-size: 16px;
    color: #ffc107
}

.bravo_wrap .bravo-more-book-mobile .left .g-price .fr_text {
    font-size: 12px
}

.bravo_wrap .bravo-more-book-mobile .left .g-price .price {
    position: relative;
    display: inline-block
}

.bravo_wrap .bravo-more-book-mobile .left .g-price .price .text-price {
    font-size: 20px;
    color: #1a2b48;
    font-weight: 500
}

.bravo_wrap .bravo-more-book-mobile .left .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 16px;
    color: #c03 !important;
    font-weight: 400
}

.bravo_wrap .bravo-more-book-mobile .left .g-price i {
    font-size: 18px
}

.bravo_wrap .bravo-more-book-mobile .left .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px
}

.bravo_wrap .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before, .bravo_wrap .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after {
    content: "";
    display: table;
    clear: both
}

.bravo_wrap .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px
}

.bravo_wrap .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #ffdc00
}

.bravo_wrap .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden
}

.bravo_wrap .bravo-more-book-mobile .left .service-review .review {
    position: relative;
    top: -2px;
    font-size: 13px;
    color: #768092;
    margin-left: 10px
}

@media (max-width: 340px) {
    .bravo_wrap .bravo-more-book-mobile .left .service-review .review {
        display: none
    }
}

.bravo_wrap .bravo-more-book-mobile .right {
    text-align: right
}

.bravo_wrap .bravo-more-book-mobile .btn-primary {
    padding: 8px 20px 6px;
    color: #fff;
    text-transform: uppercase
}

.bravo_wrap .bravo-more-book-mobile .service-review .review {
    position: static !important
}






@media screen and (max-width: 480px) {
    .des--label-h::after {
        position: absolute !important;
        right: -30px !important;
    }
}