:root {
    --primary-color: #B12A46;
    --secondary-color: #ED4270;
    --color-dark: #2c3e50;
    --gray-color: #5f7388;
    --text-color: #455873;
    --red-color: #dc3545;
    --success-color: #0fbc49;
    --white-color: #ffffff;
    --bg-gray: #f8fbfe;
    --gray-300-color: #CCCCCC;
    --gray-600-color: #888888;
    --rgb-primary-color: 177, 42, 70;
    --rgb-secondary-color: 237, 66, 112;
    --rgb-dark-color: 30, 30, 30;
    --rgb-success-color: 39, 169, 116;
    --rgb-white-color: 255, 255, 255;
    --transition: .4s all ease-in-out;
}
body {margin: 0; font-family: "Jost", sans-serif; font-optical-sizing: auto; font-style: normal; font-size: 1rem; font-weight: 400; line-height: 1.5; color: var(--text-color); background: var(--bg-gray); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
h1, h2, h3, h4, h5, h6 {margin: 0px; padding: 0px; font-family: "Jost", sans-serif;}
.ui-datepicker {z-index: 999999 !important;}
a {text-decoration: none; cursor: pointer !important; transition: var(--transition);}
.bm-d-clear {display: block; clear: both;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mt20 {margin-top: 20px;}
.bg-gray {background: var(--bg-gray);}
.bg-white {background: var(--white-color);}
.bm-c-primary { color: var(--primary-color);}
.bm-c-secondary { color: var(--secondary-color);}
.bm-bg-primary {background: var(--primary-color);}
.bm-bg-secondary {background: var(--secondary-color);}
input.ui-autocomplete-loading {background-image: url(images/loader.svg); background-repeat: no-repeat; background-position: 98%; background-size: 20px;}
input.cal-dates {background-image: url(images/calendar.svg); background-repeat: no-repeat; background-position: 98%; background-size: 16px; opacity: 0.9;}
.shadow-wrap {
    box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
    -webkit-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
    -moz-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
}
.btn-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
}
/* Header */
.bm-navbar {
    background: var(--white-color);
    -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,.15);
    box-shadow: 0 0 8px 3px rgba(0,0,0,.15);
}
.bm-navbar .navbar-brand img {
    height: 55px;
}
.bm-navbar .navbar-nav .nav-item .nav-link {
    color: var(--text-color);
    font-weight: 500;
    font-size: 17px;
}
.bm-navbar .navbar-nav .nav-item .nav-link:hover,
.bm-navbar .navbar-nav .nav-item .nav-link:focus,
.bm-navbar .navbar-nav .nav-item .nav-link:active,
.bm-navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--primary-color);
}
.bm-navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
}
.bm-navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .fa-sort-down {
    vertical-align: text-top;
    font-size: 12px;
    margin-top: 5px;
}
.bm-navbar .dropdown:hover .dropdown-menu {
    display: block;
}
.bm-navbar .dropdown-menu {
    background: var(--white-color);
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.bm-navbar .dropdown-menu .dropdown-item {
    color: var(--primary-color);
    padding: 0.4rem 1rem;
    font-weight: 500;
}
.bm-navbar .dropdown-menu .dropdown-item:hover {
    background: var(--primary-color);
    color: var(--white-color);
}
.bm-navbar .navbar-nav .nav-item.bm-user-nav .nav-link {
    background: var(--primary-color);
    transition: var(--transition);
    color: var(--white-color);
    padding: .5rem 1rem;
    border-radius: 20px;
    font-size: 15px;
}
.bm-navbar .navbar-nav .nav-item.bm-user-nav .nav-link:hover {
    background: var(--secondary-color);
}
/* BM Navbar Canvas */
.bm-navbar .btn-bm-offcanvas {
    color: var(--primary-color);
    display: inline-block;
    padding: 0px 10px;
    font-size: 25px;
}
.bm-navbar .btn-bm-offcanvas:focus,
.bm-navbar .btn-bm-offcanvas:hover,
.bm-navbar .btn-bm-offcanvas:active {
    color: var(--secondary-color);
}
.offcanvas {max-width: 90%;}
.offcanvas .offcanvas-title img {height: 30px;}
.offcanvas .bm-navuser-offcanvas {
    margin-bottom: 12px;
}
.offcanvas .bm-navuser-offcanvas a {
    background: rgba(var(--rgb-primary-color), .1);
    color: var(--primary-color);
    display: block; clear: both;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 4px 8px;
}
.offcanvas .bm-navuser-offcanvas a:focus,
.offcanvas .bm-navuser-offcanvas a:active,
.offcanvas .bm-navuser-offcanvas a:hover {
    background: rgba(var(--rgb-primary-color), .3);
}
.offcanvas .bm-navbar-offcanvas .navbar-nav .nav-item .nav-link  {
    background: rgba(var(--rgb-secondary-color), .08);
    color: var(--secondary-color) !important;
    display: block; clear: both;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 4px 8px;
}
.offcanvas .bm-navbar-offcanvas .navbar-nav .nav-item .nav-link i.fa-sort-down {
    padding: 4px 0px;
    font-size: 12px;
    float: right;
}
.offcanvas .bm-navbar-offcanvas .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
    border-radius: 4px 4px 0px 0px;
    margin: 0px;
}
.offcanvas .bm-navbar-offcanvas .navbar-nav .nav-item .dropdown-menu.show {
    background: rgba(var(--rgb-secondary-color), .08);
    margin: 0px 0px 8px 0px !important;
    border-radius: 0px 0px 4px 4px;
    padding: 10px !important;
    border: none !important;
    display: block !important;
    position: static !important;
    clear: both !important;
    inset: initial !important;
    transform: none !important;
}
.offcanvas .bm-navbar-offcanvas .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    background: rgba(var(--rgb-secondary-color), .06);
    color: var(--secondary-color);
    margin-bottom: 4px;
    border-radius: 4px;
    font-weight: 200;
}
.offcanvas .bm-language-offcanvas {
    display: block; clear: both;
    text-align: center;
    padding-top: 20px;
}
.offcanvas .bm-language-offcanvas a {
    color: var(--secondary-color);
    font-size: 14px;
    margin: 0px 6px;
}
.offcanvas .bm-language-offcanvas a i {
    font-size: 13px;
}
.offcanvas .bm-language-offcanvas a.active {
    color: var(--gray-color);
}
/* Banner */
.banner {
    position: relative;
    height: 550px;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.banner .banner-parallax {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.banner .banner-parallax .bg-banne {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner .banner-parallax .bg-banne .carousel,
.banner .banner-parallax .bg-banne .carousel .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner .banner-parallax .bg-banne .carousel .carousel-inner .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner .carousel-inner .carousel-item .ytblock { 
    position: relative; 
    overflow: hidden; 
    height: 100%;
}
.banner .carousel-inner .carousel-item .ytblock .player { 
    position: absolute; 
    inset: 0; 
}
.banner .carousel-inner .carousel-item .bm-caption {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    padding-top: 5rem;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
}
.banner .carousel-control-next,
.banner .carousel-control-prev {
    width: 10% !important;
}
.bm-caption-content {
    width: 900px;
    margin: auto;
}
.bm-caption-content .name {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 5px 6px hsla(0, 0%, 5%, .7);
    color: var(--white-color);
}
.bm-caption-content .price {
    background-color: var(--white-color);
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    padding: 10px 20px;
}
.bm-caption-content .price .price-from {
    border-right: 1px solid var(--text-color);
    padding-right: 15px;
    text-align: left;
}
.bm-caption-content .price .price-from .from {
    color: var(--color-dark);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.bm-caption-content .price .price-from .occupation {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}
.bm-caption-content .price .price-date {
    color: var(--color-dark);
    padding-left: 15px;
    text-align: left;
    line-height: 1;
}
.bm-caption-content .price .price-date .duration {
    font-weight: 700;
    font-size: 18px;
}
.bm-caption-content .price .price-date .nights {
    font-weight: 600;
    font-size: 15px;
}
.bm-caption-content .buttons .btn {
    text-transform: uppercase;
    font-size: 16px;
}
.bm-caption-content .buttons .btn-secondary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-bg: var(--white-color);
    --bs-btn-border-color: var(--white-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
    --bs-btn-active-color: var(--primary-color);
    --bs-btn-active-bg: var(--white-color);
    --bs-btn-active-border-color: var(--white-color);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-bg: var(--white-color);
    --bs-btn-disabled-border-color: var(--white-color);
}
.bm-motor {
    position: absolute;
    float: left;
    width: 100%;
    z-index: 30;
    bottom: 50px;
}
/* Motor */
.box-motor .bm-search-box {background: rgba(var(--rgb-secondary-color), .08);}
/* .box-motor .bm-more-options {padding: 0px;}
.box-motor .bm-more-options .btn-more {font-size: 12px;} */

.banner.hotel-banner {height: initial;}
.banner.hotel-banner .bm-motor {
    position: relative;
    padding: 120px 0px;
    bottom: 0px;
    float: none;
}
/* Titles */
.bm-grid-title {
    display: block; clear: both;
    margin: 0px 0px 20px 0px;
    text-align: center;
    padding: 0px;
}
.bm-grid-title h1,
.bm-grid-title h2 {
    display: block; clear: both;
    padding: 0px; margin: 0px;
     color: var(--primary-color);
    font-size: 30px;
}
.bm-grid-title p {
    color: var(--text-color);
    display: block; clear: both;
    margin: 0px; padding: 0px;
}
/* Explore */
.bm-top {
    display: block;
    clear: both;
}
.bm-top .slick-track {
    display: flex !important;
    gap: 15px;
}
.bm-top .bm-top-item {
    transition: all .3s ease-in-out;
    color: var(--white-color);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.bm-top .slick-track .explore-slider-item {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.bm-top .slick-track .explore-slider-item:nth-child(odd) {background: var(--primary-color);}
.bm-top .slick-track .explore-slider-item:nth-child(even) {background: var(--secondary-color);}
.bm-top .bm-top-item a {
    color: var(--white-color);
}
.bm-top .bm-top-item .info {
    padding: 8px 10px;
    line-height: 16px;
}
.bm-top .bm-top-item .info span {
    display: block;
    font-size: 15px;
}
.bm-top .bm-top-item .info b {
    display: block;
    font-size: 18px;
}
.bm-top .bm-top-item .info small {
    display: block;
}
.bm-top .slick-prev:before, 
.bm-top .slick-next:before {font-size: 26px; color: #333;}
.bm-top .slick-dots li button:before {font-size: 10px; color: var(--secondary-color);}
.bm-top .slick-dots li.slick-active button::before {color: var(--primary-color);}
/* BM Video */
.bm-video .bm-video-container {
    transition: all .3s ease-in-out;
    background-position: center;
    background-size: cover;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: initial;
    height: 554px;
    width: 100%;
}
.bm-video .bm-video-container iframe {
    border: none; display: none;
    height: 100%;
    width: 100%;
}
.bm-video .bm-video-container .overlay {
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%,#071d37 100%);
    position: absolute;
    height: 100%;
    opacity: 0.3;
    width: 100%;
    left: 0;
    top: 0;
}
.bm-video .bm-video-container .name {
    background: linear-gradient(180deg,rgba(30, 54, 99, 0) 0%,#071d37 100%);
    padding: 15px 15px 20px 15px;
    color: var(--white-color);
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
}
.bm-video .bm-video-container .name span.title {
    display: block; clear: both;
    font-weight: 600;
    font-size: 16px;
}
.bm-video .bm-video-container .name span.location {
    display: block; clear: both;
    opacity: .8;
}
.bm-video .bm-video-container:hover {
    box-shadow: 0 0 .9rem 0 rgba(0,0,0,.5);
    transform: scale(1.05);
}
.bm-video .bm-video-container:hover .overlay {
    background: rgba(255, 255, 255, .01);
}
/* BM Countries */
.bm-cts .bm-cts-item {
    color: var(--white-color);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}
.bm-cts .bm-cts-item::after {
    background-color: rgba(var(--rgb-dark-color), 0.2);
    position: absolute;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}
.bm-cts .bm-cts-item img {
    transition: all ease 0.4s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bm-cts .bm-cts-item .item-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}
.bm-cts .bm-cts-item .item-badge {
    background-color: rgba(var(--rgb-secondary-color), 0.8);
    color: var(--white-color);
    position: absolute;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 1;
    left: 10px;
    top: 10px;
}
.bm-cts .bm-cts-item:hover::after {
    background-color: rgba(25, 27, 26, 0.3);
}
.bm-cts .bm-cts-item:hover img {
    transform: scale(1.05);
}
.bm-cts .bm-cts-item .fa-plus {
    background-color: rgba(var(--bs-black-rgb), .55);
    transition: opacity 0.25s ease-in-out;
    transform: translate(-50%,-50%);
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    display: flex;
    height: 40px;
    width: 40px;
    z-index: 2;
    opacity: 0;
    left: 50%;
    top: 50%;
}
.bm-cts .bm-cts-item:hover .fa-plus {
    opacity: 1;
}
/* bm-payment */
.bm-payment .payment-items {
    text-align: center;
}
.bm-payment .payment-items span {
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    text-transform: uppercase;
}
.bm-payment .payment-items span span {
    font-size: 16px;
}
.bm-payment .payment-items span b {
    display: block;
    font-size: 17px;
}
.bm-payment .payment-items img {
    max-height: 40px;
}
/* Chat Whatsapp  */
.bm-chat {
    bottom: 21px;
    right: 23px; opacity: 1; transition: opacity 0.5s ease 0s; box-sizing: border-box; position: fixed !important; z-index: 16000160 !important; direction: ltr;
}
.bm-chat .bm-chat-social {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
    background: rgb(77, 194, 71);
    padding: 8px 10px;
}
.bm-chat .bm-chat-social i {
    height: 32px;
}
.bm-chat .help {
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,.4);
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    padding: .7rem;
    position: absolute;
    bottom: 4px;
    right: 0;
    margin-right: 70px;
    width: 260px;
    font-size: 14px;
    text-align: center;
}
.bm-chat .help:after {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: -10px;
    bottom: 15px;
    background-color: inherit;
    transform: translateX(-6px) rotate(45deg);
    pointer-events: none;
    box-shadow: 2px -2px 2px 0 rgba(0,0,0,.2);
}
.bm-chat .help span {
    position: absolute;
    left: 0px;
    opacity: 0;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    transform: translateX(-30px);
    width: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.bm-chat .help:hover span {
    opacity: 1;
}
.bm-chat .help span i {
    font-size: 20px;
}
.bm-chat .help span i:hover {
    color: var(--red-color);
}
/* Login */
section.bm-login {
    padding: 50px 0px;
}
section.bm-login .bm-login-card {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    background: var(--white-color);
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    max-width: 500px;
    border: none;
}
section.bm-login .bm-login-card .card-header {
    background: var(--secondary-color);
    border: none;
}
section.bm-login .bm-login-card .card-header .card-title {
    color: var(--white-color);
}
section.bm-login .bm-login-card .btn-primary.btn-lg {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 4px;
    font-size: 15px;
}
section.bm-login .bm-login-card .btn-primary.btn-lg:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
section.bm-login .bm-login-card .btn-link.btn-lg {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 15px;
}
section.bm-login .bm-login-card .btn-link.btn-lg:hover {
    color: var(--secondary-color);
}
section.bm-login .bm-login-card .bm-card-links a {
    display: block; clear: both;
    color: var(--secondary-color);
}
section.bm-login .bm-login-card .bm-card-links a:hover {
    color: var(--primary-color);
}
section.bm-login .modal-dialog .modal-body .btn.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 14px;
}
section.bm-login .modal-dialog .modal-body .btn.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
/* BM Blog */
.bm-blog .blog-item .bmYoutubePlayer {
    border-radius: 10px;
    height: 370px;
    width: 100%;
}
.bm-blog .blog-item .bmYoutubePlayer iframe {
    height: 100%;
    width: 100%;
}
.bm-blog .blog-item a {color: var(--secondary-color);}
.bm-blog .blog-item:hover a {color: var(--primary-color);}
.bm-blog .blog-item .summary .bmYoutubePlayer {
    border-radius: 10px;
    height: 450px;
    width: 100%;
}
.bm-blog .blog-item .summary h1 {font-size: 25px;}
.bm-blog .blog-item .summary h2 {font-size: 22px;}
.bm-blog .blog-item .summary h3 {font-size: 20px;}
.bm-blog .blog-item .summary h4 {font-size: 18px;}
.bm-blog .blog-item .summary h5 {font-size: 16px;}
.bm-blog .blog-item .summary img {
    width: initial !important;
    max-width: 100% !important;
    height: initial !important;
    border-radius: 6px;
}
.bm-blog .blog-item .summary blockquote {
    border-left: 3px solid rgba(var(--rgb-secondary-color), 0.4);
    color: rgba(var(--rgb-secondary-color), 0.7);
    position: relative;
    font-size: 1rem;
    font-style: italic;
    padding-left: 1rem;
    font-weight: 400;
}
.bm-blog .blog-item .summary video {
    width: 100% !important;
    height: initial !important;
}
.bm-blog .blog-post .name {
    color: var(--secondary-color);
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    overflow: hidden;
    max-height: 3rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.bm-blog .blog-post:hover .name {
    color: var(--primary-color);
}
.bm-blog .blog-post .date {
    color: var(--gray-color);
    font-size: 14px;
}
.bm-blog .blog-paginator .pagination .page-link {
    color: var(--primary-color);
}
.bm-blog .blog-paginator .pagination .active > .page-link {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
}
/* CMS Default */
.bm-default .cms-container .card {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .07);
    background: var(--white-color);
    border-radius: 4px;
    overflow: hidden;
    border: none;
}
.bm-default .cms-container .card .card-body {
    color: var(--text-color);
}
.bm-default .cms-container .card .card-body .card-body-title {
    border-bottom: 3px solid var(--secondary-color);
    color: var(--primary-color);
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
    clear: both;
}
.bm-default .cms-container .card .card-body .card-body-title h1 {
    font-weight: 700;
    font-size: 24px;
}
.bm-default .cms-container .card .card-body h2 {
    border-bottom: 5px solid var(--secondary-color);
    color: var(--primary-color);
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
    clear: both;
    font-weight: 700;
    font-size: 24px;
}
.bm-default .cms-container .card .card-body img {
    width: initial !important;
    max-width: 100% !important;
    height: initial !important;
}
.bm-default .cms-container .card .card-body .btn.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 4px;
}
.bm-default .cms-container .card .card-body .btn.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.bm-default .cms-container .card .card-body .btn-outline-primary {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 4px;
}
.bm-default .cms-container .card .card-body .btn-outline-primary:hover {
    background-color: var(--white-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.bm-default .cms-container .card .card-body a {color: var(--primary-color);}
.bm-default .cms-container .card .card-body a:hover {color: var(--secondary-color);}
/* Footer */
footer {
    background: var(--primary-color);
    color: var(--white-color);
}
footer h5 {
    margin-bottom: 10px;
    font-size: 1.3rem;
    display: block;
    clear: both;
}
footer .bm-footer-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer .bm-footer-list li + li {
    margin-top: 3px;
}
footer .bm-footer-list li a {
    color: rgba(var(--rgb-white-color), .6);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: block;
    font-size: 15px;
}
footer .bm-footer-list li a:hover {
    color: var(--white-color);
    padding-left: 15px;
}
footer .bm-footer-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: var(--white-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
footer .bm-footer-list li a:hover:before {
    opacity: 1;
}
footer .summary {
    display: block;
    clear: both;
}
footer .summary span {
    margin-bottom: 5px;
}
footer .summary span,
footer .summary a {
    color: rgba(var(--rgb-white-color), .6);
    display: block; clear: both;
}
footer .summary a:hover {
    color: var(--white-color);
}
footer .summary a.phone {
    margin-bottom: 5px;
    font-size: 20px;
}
footer .social a {
    color: rgba(var(--rgb-white-color), .6);
    margin-right: 5px;
    font-size: 22px;
}
footer .social a:hover {
    color: var(--white-color);
}
footer .copyright {
    border-top: 1px solid rgba(var(--rgb-white-color), .15);
    color: rgba(var(--rgb-white-color), .6);
    font-size: 14px;
}
footer .copyright p {
    padding: 0px;
    margin: 0px;
}
footer .copyright a {
    color: rgba(var(--rgb-white-color), .6);
}
footer .copyright a:hover {
    color: var(--white-color);
}
footer .librovirtual a {
    transition: transform 0.3s ease;
    display: inline-block;
}
footer .librovirtual a:hover {
    transform: scale(1.02);
}
footer .librovirtual a img {
    vertical-align: sub;
    opacity: .7;
    height: 18px;
}
footer .librovirtual a:hover img {
    opacity: 1;
}
/* Grid */
.bm-grid .bm-grid-item {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), 0.06);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), 0.06);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), 0.06);
    background: var(--white-color);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.bm-grid.bg-white .bm-grid-item {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), 0.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), 0.08);
}
.bm-grid .bm-grid-item .item-thumb {
    display: block; clear: both;
    position: relative;
    overflow: hidden;
}
.bm-grid .bm-grid-item .item-thumb a {
    background-color: rgba(var(--rgb-dark-color), .2);
    display: block; clear: both;
    height: 296px;
}
.bm-grid .bm-grid-item .item-thumb img {
    transition: all ease 0.4s;
    min-height: 296px;
}
.bm-grid .bm-grid-item:hover .item-thumb img {transform: scale(1.05);}
.bm-grid .bm-grid-item .item-thumb.h-240 a {height: 240px;}
.bm-grid .bm-grid-item .item-thumb.h-240 img {min-height: 240px;}
.bm-grid .bm-grid-item .item-thumb .bm-offer {
    background-color: var(--red-color);
    transform: rotate(45deg);
    color: var(--white-color);
    text-align: center;
    position: absolute;
    line-height: 65px;
    font-size: 14px;
    width: 105px;
    height: 48px;
    right: -35px;
    top: -7px;
}
.bm-grid .bm-grid-item .item-thumb .position-absolute .bm-label {
    color: var(--white-color);
    margin-bottom: 2px;
    border-radius: 4px;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 75%;
}
.bm-grid .bm-grid-item .item-thumb .position-absolute .bm-label i {
    margin-right: 4px;
}
.bm-grid .bm-grid-item .item-body .item-name {
    display: block; clear: both;
    margin-bottom: 10px;
}
.bm-grid .bm-grid-item .item-body .item-name h4 {
    -webkit-box-orient: vertical;
    color: var(--text-title);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 800;
    font-size: 18px;
    line-clamp: 2;
}
.bm-grid .bm-grid-item .item-body .item-name h4 a {
    color: var(--text-title);
}
.bm-grid .bm-grid-item:hover .item-body .item-name h4 a {
    color: var(--primary-color);
}
.bm-grid .bm-home-tour .bm-grid-item .item-body .item-name h4 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.bm-grid .bm-grid-item .item-body .item-from {
    display: block; clear: both;
    margin-bottom: 15px;
}
.bm-grid .bm-grid-item .item-body .item-from .day {
    line-height: 18px;
    font-weight: 500;
}
.bm-grid .bm-grid-item .item-body .item-from .night {
    color: var(--gray-color);
    line-height: 14px;
    font-weight: 300;
    font-size: 14px;
}
.bm-grid .bm-grid-item .item-body .item-from .currency {
    display: block; clear: both;
    text-align: right;
    font-size: 11px;
}
.bm-grid .bm-grid-item .item-body .item-from .currency .from-amount {
    position: relative;
    font-size: 11px;
    top: -.4em;
}
.bm-grid .bm-grid-item .item-body .item-from .currency .amount {
    display: inline-block;
    line-height: 11px;
    font-weight: 500;
    font-size: 16px;
}
.bm-grid .bm-grid-item .item-body .item-from .currency .amount-supplier {
    display: block; clear: both;
    line-height: 14px;
    color: var(--gray-color);
    font-weight: 300;
    font-size: 14px;
}
.bm-grid .bm-grid-item .item-body .item-from .taxes {
    display: none;
}
.bm-grid .bm-grid-item .item-body .availability {
    color: var(--primary-color);
    font-size: 14px;
}
.bm-grid .bm-grid-item .item-body .item-operated {
    display: block; clear: both;
    color: var(--gray-color);
    margin-bottom: 15px;
    line-height: 14px;
    font-size: small;
}
.bm-grid .bm-grid-item .item-body .item-operated a {
    color: var(--primary-color);
}
.bm-grid .bm-grid-item .item-body .item-operated a:hover {
    color: var(--primary-color);
}
.bm-grid .bm-grid-item .item-body .item-departure {
    display: block; clear: both;
    margin-bottom: 15px;
    line-height: 17px;
    font-size: small;
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-head {
    transition: var(--transition);
    border-radius: 5px;
    padding: 5px;
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-head:hover {
    background: rgba(var(--rgb-primary-color), 0.04);
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-head.item-head-open {
    background: rgba(var(--rgb-secondary-color), 0.08);
    border-radius: 5px 5px 0px 0px;
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-head a {
    color: var(--primary-color);
    font-size: 14px;
}
.bm-grid .bm-grid-item .item-body .item-departure .bm-download a {
    color: var(--primary-color);
    font-size: 15px;
}
.bm-grid .bm-grid-item .item-body .item-departure .bm-download a:hover {
    color: var(--secondary-color);
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-body {
    background: rgba(var(--rgb-secondary-color), 0.08);
    border-radius: 0px 5px 5px;
    color: var(--gray-color);
    padding: 0px 5px 5px;
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-body ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-body ul li {font-weight: 400;}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-body ul li i {
    color: var(--primary-color);
    font-size: 12px;
    opacity: .5;
}
.bm-grid .bm-grid-item .item-body .bm-style {
    background: var(--tertiary-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    background: rgba(var(--rgb-primary-color), 0.06);
    padding: 3px 8px;
    font-size: 14px;
}
.bm-grid .bm-grid-item .item-body .item-detail .bm-btn {
    color: var(--primary-color);
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
}
.bm-grid .bm-grid-item .item-body .item-detail .bm-btn:hover {
    background: rgba(var(--rgb-primary-color), 0.04);
    cursor: pointer;
}
.bm-grid .bm-grid-item.brochure .download-links a {
    display: block; clear: both;
    color: var(--primary-color);
    font-size: 14px;
}
.bm-grid .bm-grid-item.brochure .download-links a:hover {
    color: var(--primary-color);
}
.bm-grid .bm-grid-item.brochure h4 {
    font-size: 20px;
}
.bm-grid .bm-grid-more .btn-outline-primary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
}
/* Package Detail */
.cms-package-detail .title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 34px;
    color: var(--primary-color);
    display: block;
    clear: both;
}
.cms-package-detail .cms-package-detail-header-img {
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}
.cms-package-detail .cms-package-detail-header-img img {
    height: 100%;
}
.cms-package-detail .cms-package-detail-header {
    border: 2px solid rgba(var(--rgb-secondary-color), 0.5);
    background: #FFFFFF;
    border-radius: 4px;
    min-height: 348px;
}
.cms-package-detail .cms-package-detail-header .cms-btn {
    text-align: center;
    padding: 10px 0px;
    display: block;
    clear: both;
}
.cms-package-detail .cms-package-detail-header .cms-btn a {
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    width: 100%;
}
.cms-package-detail .cms-package-detail-header .cms-btn a:hover {
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
}
.cms-package-detail .cms-package-detail-header .stars {
    text-align: center;
    font-size: 20px;
    color: #FFCC00;
}
.cms-package-detail .cms-package-detail-header .from {
    color: var(--secondary-color);
    text-align: center;
    font-weight: bold;
    padding: 15px 0px;
    line-height: 18px;
    font-size: 28px;
    display: block;
    clear: both;
}
.cms-package-detail .cms-package-detail-header .from span {
    font-weight: normal;
    font-size: 14px;
    color: #555555;
}
.cms-package-detail .cms-package-detail-header .from span.block {
    display: block; clear: both;
    font-style: italic;
    opacity: 0.7;
}
.cms-package-detail .cms-package-detail-header .info {
    text-align: center;
}
.cms-package-detail .cms-package-detail-header .info strong {
    font-size: 18px;
    display: block;
    clear: both;
}
.cms-package-detail .cms-package-detail-header .video {
    text-align: center;
    margin-top: 20px;
    display: block;
    clear: both;
}
.cms-package-detail .cms-package-detail-header .video i {
    color: #D6D6D6;
    font-size: 30px;
}
.cms-package-detail .cms-package-detail-header .video a i {
    color: var(--primary-color);
    font-size: 30px;
}
.cms-package-detail .cms-package-detail-header .summary {
    line-height: 17px;
    overflow: hidden;
    height: 50px;
}
.cms-package-detail .cms-package-detail-header .download .btn-primary {
    background-color: var(--white-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-size: 13px;
}
.cms-package-detail .cms-package-detail-header .download .btn-primary.disabled {
    background-color: var(--white-color);
    border-color: #D6D6D6;
    color: #D6D6D6;
}
.cms-package-detail .bm-tab-content {
    border-radius: 4px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: hidden;
}
.cms-package-detail .bm-tab-content ul.nav-tabs {
    border-bottom: 1px solid var(--white-color);
    background: var(--secondary-color);
    padding: 10px 10px 0px 10px;
}
.cms-package-detail .bm-tab-content ul.nav-tabs .nav-item {
    padding-right: 2px;
}
.cms-package-detail .bm-tab-content ul.nav-tabs .nav-item .nav-link {
    border: 1px solid var(--white-color);
    color: var(--white-color);
}
.cms-package-detail .bm-tab-content ul.nav-tabs .nav-item .nav-link.active {
    color: var(--secondary-color);
}
.cms-package-detail .bm-tab-content .tab-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.cms-package-detail .bm-tab-content .tab-content img {
    width: initial !important;
    max-width: 100% !important;
    height: initial !important;
}
.bm-modal .btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.bm-modal .btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
/* List */
.top-search h2 .destiny {color: var(--primary-color) !important; font-size: 16px;}
.top-search .breadcrumb.bm-search-info {padding: 0px; background: transparent;}
.top-search .breadcrumb.bm-search-info li {font-weight: 400 !important;}
.top-search .breadcrumb.bm-search-info .search .show-new-search {border: 1px solid var(--primary-color) !important; color: var(--primary-color) !important;}
.bm-default .breadcrumb.float-xl-end {display: none !important;}
.bm-default .filter .bm-filter .bm-name-filter .btn-default {border-radius: 0px 4px 4px 0px !important; padding: 7px 12px !important;}
.bm-default .city-points {position: relative !important;}
.bm-default .city-points, .bm-default .filter {border: 1px solid var(--primary-color) !important;}
.bm-default .city-points .filter-name, .bm-default .filter .filter-name {background: var(--primary-color) !important;}
.bm-default .city-points .bm-filter .filter-title, .bm-default .filter .bm-filter .filter-title {background: var(--primary-color) !important;}
.bm-default .bm-box-list .list-results h4.name {font-size: 16px;}
.bm-default .bm-box-list .list-sortby .btn {border-radius: 4px !important; background-color: var(--primary-color) !important; border-color: var(--primary-color) !important; font-size: 12px;}
.bm-default .bm-box-list .progress .progress-bar {background-color: var(--primary-color) !important;}
.bm-default .bm-box-list .list-results-rooms > tfoot > tr > td a.seemoreLink {color: var(--primary-color) !important;}
.bm-default .bm-box-list .list-results-rooms > tfoot > tr > td a.seelessLink {color: var(--primary-color) !important;}
.bm-default .bm-box-list .list-results-rooms > tbody > tr > td.textcenter .btn-xs {font-size: 12px !important; border-radius: 4px !important; background-color: var(--primary-color) !important; border-color: var(--primary-color) !important;}
.bm-default .bm-box-list .list-results.list-transfer .list-results-content .remarks a {color: var(--primary-color);}
.bm-default .bm-box-list .list-results.list-transfer .list-from-generic .btn-success {font-size: 12px !important; border-radius: 4px !important; background-color: var(--primary-color) !important; border-color: var(--primary-color) !important;}
.bm-default .bm-box-list .list-results .info a {color: var(--primary-color);}
.bm-default .bm-box-list .pagination .page-item .page-link {color: var(--primary-color);}
.bm-default .bm-box-list .pagination .page-item.disabled .page-link {color: var(--gray-color);}
.bm-default .bm-box-list .pagination .page-item.active .page-link {background: var(--primary-color); border-color: var(--primary-color); color: var(--white-color);}
.bm-default .compare-container .compare-cont .compare-item .remove {float: right !important; position: initial !important; font-size: 15px !important; padding-right: 3px;}
/* Hotel compare */
.bm-default .bm-compare .bg-secondary.text-white {font-size: 14px; font-weight: 400 !important;}
.bm-compare .bm-compare-card .card-body .card .room-info .status .bg-success.text-success {color: var(--white-color) !important;}
/* Fill Data */
.bm-book-data .breadcrumb.float-xl-end {display: none;}
.bm-book-data .bm-content .panel.panel-default {box-shadow: 0 0 5px 0 rgba(0, 0, 0, .07); background: var(--white-color); border-radius: 4px; border: none;}
.bm-book-data .bm-content .panel.panel-default .panel-heading {padding: 10px; border-radius: 4px 4px 0px 0px;}
.bm-book-data .bm-content .panel.panel-default .panel-heading h3 {padding: 0px !important; margin: 0px !important;}
.bm-book-data .bm-content .panel.panel-default .panel-heading ul.step-booking {padding: 0px; margin: 0px;}
.bm-book-data .bm-content .panel.panel-default .panel-body {padding: 15px;}
.bm-book-data .bm-content .panel.panel-default .panel-body h3 {font-size: 18px; margin-bottom: 5px;}
.bm-book-data .bm-content .panel.panel-default .panel-body h4 {font-size: 16px; margin-bottom: 5px;}
.bm-book-data .bm-content .panel .panel-body .panel {border: 1px solid rgba(0, 0, 0, .07); margin-bottom: 20px; box-shadow: none;}
.bm-book-data .bm-content .panel .panel-body .panel .panel-heading .panel-title {font-size: 16px;}
.bm-book-data .bm-content .panel .panel-body .panel .panel-body .title {font-size: 13px;}
.bm-book-data .bm-content .panel .panel-body .panel .panel-body .btn.btn-xs {padding: 2px 3px; font-size: 12px;}
.bm-book-data .bm-content .panel .panel-body .reservation-options .btn-large.btn-primary {background-color: var(--primary-color); border-color: var(--primary-color); color: var(--white-color);}
.bm-book-data .bm-content .panel .panel-body .reservation-options .btn-large.btn-primary:hover {background-color: var(--secondary-color); border-color: var(--secondary-color);}
.popover .popover-header {font-size: 12px;}
.popover .popover-body {font-size: 10px;}
/* Tour Process */
.bm-tour-explorer .filter-search {position: initial !important;}
.bm-book-process .breadcrumb li {font-size: 13px;}
.bm-book-process .breadcrumb li a {color: var(--secondary-color);}
.bm-book-process .bm-content.bm-content-tour {box-shadow: 0 0 5px 0 rgba(0, 0, 0, .07); background: var(--white-color); border-radius: 5px; padding: 10px; border: none;}
.bm-book-process .bm-content.bm-content-tour .panel {border-radius: 5px; margin-bottom: 10px;}
.bm-book-process .bm-content.bm-content-tour .panel .panel-heading {padding: 8px 10px;}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body {padding: 8px;}
.bm-book-process .bm-content.bm-content-tour .panel .bm-table-tour-process-departure {margin-bottom: 0px;}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .btn {--bs-btn-padding-y: 0.25rem; --bs-btn-padding-x: 0.5rem; --bs-btn-font-size: 0.875rem; --bs-btn-border-radius: var(--bs-border-radius-sm);}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .btn i.fa-angle-down {display: none;}
.bm-book-process .bm-content.bm-content-tour .panel .bm-table-tour-process-departure .btn-success {--bs-btn-padding-y: 0.2rem; --bs-btn-padding-x: 0.4rem; --bs-btn-font-size: 0.75rem; --bs-btn-border-radius: var(--bs-border-radius-sm);}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .well {padding: 6px; border-radius: 5px; margin-bottom: 10px;}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .well .head h4 {font-size: 15px; padding-top: 3px;}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .table tr td {padding: 4px 8px; font-size: 13px; color: var(--text-color);}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .list-tours-option li {display: flex; flex-wrap: wrap; text-align: center; font-size: 14px; color: var(--text-color);}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .pull-left {float: left !important;}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .pull-right {float: right !important;}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .pull-right .cont-per-process-left .btn,
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .pull-right .cont-per-process-right .btn {color: var(--secondary-color); border: 1px solid var(--secondary-color);}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .table.table-borderless .btn-primary {
    --bs-btn-bg: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-bg: var(--secondary-color);
    --bs-btn-active-border-color: var(--secondary-color);
    --bs-btn-disabled-bg: var(--secondary-color);
    --bs-btn-disabled-border-color: var(--secondary-color);
    padding: 2px 10px;
}
.bm-book-process .bm-content.bm-content-tour .panel .panel-body .table.table-borderless .dropdown-menu {font-size: 14px; line-height: initial; padding: 0px 10px;}
/* Tour Explorer */
.bm-tour-explorer .results-search {
    background: rgba(var(--rgb-secondary-color), 0.02) !important;
}
.bm-tour-explorer .results-search .bm-tour-grid .bm-tour-grid-item {
    background: var(--white-color) !important;
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), .08) !important;
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), .08) !important;
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-dark-color), .08) !important;
}
.bm-tour-explorer .results-search .bm-tour-grid .bm-tour-grid-item .item-thumb .bm-operator {display: block !important;}
/* Tour View */
.box-tour-view {height: 450px !important;}
.box-tour-view .box-parallax .bg {height: 450px !important;}
.tour-view-nav .bm-download {background: transparent;}
.bm-tour-view.scrollspy-container {position: relative;}
.bm-tour-view .scrollspy-sidebar {position: sticky; top: 80px;}
.bm-tour-view .scrollspy-section {padding: 50px 0;}
.bm-tour-view .scrollspy-sidenav .active {
    border-color: var(--primary-color);
    background: var(--white-color);
    color: var(--primary-color);
}
@media (min-width: 1200px) and (max-width: 1400px) {/*Laptop*/}
@media (min-width: 992px) and (max-width: 1200px) {/*Tablet PRO*/}
@media (min-width: 768px) and (max-width: 991px) {/*tablet*/}
@media (min-width: 576px) and (max-width: 768px) { /* smartphone */}
@media (min-width: 150px) and (max-width: 576px) {
    .banner {height: initial;}
    .banner .banner-parallax {height: 200px;}
    .banner .banner-parallax .bg-banne {position: static;}
    .banner .carousel-inner .carousel-item .bm-caption {padding-top: 1.5rem;}
    .bm-caption-content .name {font-size: 18px;}
    .bm-caption-content .price .price-from .from {font-size: 14px;}
    .bm-caption-content .price .price-from .occupation {font-size: 12px;}
    .bm-caption-content {width: 100%;}
    .bm-caption-content .price .price-date .duration {font-size: 14px;}
    .bm-caption-content .price .price-date .nights {font-size: 11px;}
    .slick-prev {left: 0px !important; z-index: 3;}
    .slick-next {right: 0px !important; z-index: 3;}
    .bm-motor {position: static; float: none; padding: 210px 0px 15px 0px; background: rgba(var(--rgb-secondary-color), .5);}
    footer {text-align: center;}
    footer .text-end {text-align: center !important; padding-top: 10px;}
}