:root {
    --primary-color: #1f3b79;
    --secondary-color: #3e8b34;
    --color-dark: #1E1E1E;
    --gray-color: #5f7388;
    --text-color: #455873;
    --red-color: #d20003;
    --white-color: #ffffff;
    --bg-gray: #f8fbfe;
    --success-color: #27a974;
    --warning-color: #ffc107;
    --rgb-primary-color: 16, 39, 112;
    --rgb-secondary-color: 64, 143, 42;
    --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: "Ubuntu Sans", sans-serif; font-optical-sizing: auto; font-style: normal; font-size: 1rem; font-weight: 300; 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: "Ubuntu Sans", sans-serif;}
.ui-datepicker {z-index: 999999 !important;}
a {text-decoration: none; cursor: pointer !important; transition: var(--transition);}
.ico-print {color: var(--secondary-color);}
.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);}
.text-primary {color: var(--primary-color) !important;}
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;}
.form-control::placeholder {color: var(--text-color); opacity: .2;}
.form-control:focus {border-color: var(--secondary-color); box-shadow: 0 0 0 .25rem rgba(var(--rgb-secondary-color), .09);}
.overlay {opacity: 0.3; background: var(--color-dark); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.primary-tooltip {--bs-tooltip-bg: var(--primary-color); --bs-tooltip-color: var(--white-color); font-size: 12px;}
.shadow-wrap {
    box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
}
.overlay-after {position: relative; z-index: 1;}
.overlay-after::after {background-color: rgba(var(--rgb-dark-color), .2); position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; z-index: -1;}
.bg-success {background: var(--success-color) !important;}
.bg-warning {background: var(--warning-color) !important;}
.bg-primary {background-color: var(--primary-color) !important;}
.bg-secondary {background: var(--secondary-color) !important;}
.bg-danger {background: var(--primary-color) !important;}
.bg-light-danger {background: rgba(var(--rgb-primary-color), 0.3) !important; color: var(--primary-color) !important;}
.bg-light-success {background: rgba(var(--rgb-success-color), 0.3) !important; color: var(--success-color) !important;}
.bg-light-secondary {background: rgba(var(--rgb-secondary-color), 0.3) !important; color: var(--secondary-color) !important;}
.bm-bg-light-secondary {background-color: rgba(var(--rgb-secondary-color), .2);}
.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);
}
.btn-link {
    --bs-btn-color: var(--primary-color);
    --bs-btn-hover-color: var(--secondary-color);
    --bs-btn-active-color: var(--primary-color);
    text-decoration: none;
}
select.form-control {
	--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-image:var(--bs-form-select-bg-img);
    background-position:right .75rem center;
    background-repeat:no-repeat;
    background-size:16px 12px;
}
/* Header */
.bm-header .top-bar {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 0.2rem;;
}
.bm-header .top-bar a {
    color: var(--white-color);
    font-weight: 400;
    font-size: 13px;
}
.bm-header .top-bar .bm-language {display: inline-block;}
.bm-header .top-bar .bm-language .btn-secondary {padding: 0px; background: none; border: none; margin-right: 8px;}
.bm-header .top-bar .bm-language .btn-secondary i {margin-right: 3px;}
.bm-header .top-bar .bm-language .btn-secondary::after {content: ""; margin: 0rem 0rem 0rem 0.3rem;}
.bm-header .top-bar .bm-language .dropdown-menu {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color),.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color),.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color),.08);
    border: none;
}
.bm-header .top-bar .bm-language .dropdown-menu .dropdown-item {
    color: var(--primary-color);
    font-size: 14px;
}
.bm-header .top-bar .bm-language .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}
.bm-header .top-bar a i {font-size: 13px;}
.bm-header .top-bar a.active, .bm-header .top-bar a:focus,
.bm-header .top-bar a:hover, .bm-header .top-bar a:active {opacity: .7;}
.bm-header .top-bar a:after {content: "|"; margin: 0rem 0.3rem; color: var(--white-color); opacity: 0.5;}
.bm-header .top-bar a:last-child:after {content: none;}
@media (max-width: 992px) {
  .bm-header .top-bar {display: none !important;}
}
/* Navbar */
.bm-navbar {background: var(--white-color); padding: 15px 0px;}
.bm-navbar .bm-navbar-logo img {
    height: 45px;
}
.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);
}
.bm-navbar .btn-bm-user {
    background: var(--primary-color);
    transition: var(--transition);
    color: var(--white-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-left: 15px;
}
.bm-navbar .btn-bm-user:hover {background: var(--secondary-color);}
.bm-navbar .btn-bm-user::after {display: none;}
/* Header sticky */
.bm-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background-color: var(--white-color);
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
body.default .bm-header.bm-header-sticky {
    position: fixed;
}
body.default .bm-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
}
/* bm Banner */
.bm-banner-cont {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}
.bm-banner .bg-banner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.bm-banner .bg-banner .bm-bg-image,
.bm-banner .bg-banner #bmPlayer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.bm-banner .bg-banner .ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bm-banner .bm-slide .carousel,
.bm-banner .bm-slide .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bm-banner .bm-slide .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;
}
.bm-banner .bm-banner-title {
    color: var(--white-color);
    padding: 0rem 10rem;
    margin-bottom: 4rem;
    text-align: center;
}
.bm-banner .bm-banner-title h2 {
    font-weight: 900;
    font-size: 65px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.bm-banner .bm-search {
    /* background: rgba(0, 0, 0, .3); */
    padding: 200px 0px;
    position: relative;
    float: left;
    width: 100%;
    z-index: 30;
}
.box-motor .bm-more-options .btn-more {font-size: 14px;}











/* Agency Sum */
.bm-agency .row .col-md-4:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 6px;
}
.bm-agency .row .col-md-4:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 6px;
}
.bm-agency .bm-agency-sum small {
    font-size: 40px;
}
.bm-agency .bm-agency-sum b {
    font-weight: 600;
    font-size: 50px;
}
.bm-agency .bm-agency-sum span {
    font-weight: 200;
    font-size: 30px;
}
.bm-agency .btn-outline-secondary {
    --bs-btn-color: var(--white-color);
    --bs-btn-border-color: var(--white-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
    --bs-btn-active-bg: var(--secondary-color);
    --bs-btn-active-border-color: var(--secondary-color);
    --bs-btn-disabled-color: var(--secondary-color);
    --bs-btn-disabled-border-color: var(--secondary-color);
}
.bm-agency .bm-agency-name {
    margin-top: -10px;
}
/* Section title */
.section-title {
    display: block; clear: both;
}
.section-title .title {
    display: block; clear: both;
    color: var(--secondary-color);
    font-size: 30px;
}
.section-title .subtitle {
    font-family: var(--font-cursive);
    display: block; clear: both;
    color: var(--gray-color);
    font-weight: 400;
    font-size: 15px;
}
.section-title .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);
}
/* BM Grid */
.bm-grid .bm-grid-item {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.06);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.06);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.06);
    background: var(--white-color);
    position: relative;
    height: 100%;
}
.bm-grid.bg-white .bm-grid-item {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-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-primary-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.grid-item-hotel .item-thumb a {height: 200px;}
.bm-grid .bm-grid-item.grid-item-hotel .item-thumb img {height: 200px;}
.bm-grid .bm-grid-item:hover .item-thumb img {transform: scale(1.05);}
.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(--primary-color);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-clamp: 2;
}
.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: 600;
}
.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: 600;
    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(--secondary-color);
}
.bm-grid .bm-grid-item .item-body .item-operated a:hover {
    color: var(--secondary-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.06);
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-head.item-head-open {
    background: rgba(var(--rgb-primary-color), 0.06);
    border-radius: 5px 5px 0px 0px;
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-head a {
    color: var(--secondary-color);
    font-size: 14px;
}
.bm-grid .bm-grid-item .item-body .item-departure .bm-download a {
    color: var(--secondary-color);
    font-size: 15px;
}
.bm-grid .bm-grid-item .item-body .item-departure .bm-download a:hover {
    color: var(--primary-color);
}
.bm-grid .bm-grid-item .item-body .item-departure .bm-download.star {
    color: var(--warning-color);
    font-size: initial;
}
.bm-grid .bm-grid-item .item-body .item-departure .item-departure-body {
    background: rgba(var(--rgb-primary-color), 0.06);
    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(--secondary-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.06);
    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);
}
/* 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 Opinions */
.bm-ops .bm-ops-item {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.08);
    background: var(--white-color);
    position: relative;
}
.bm-ops .bm-ops-item span.quote {
    background: rgba(var(--rgb-primary-color), 0.08);
    color: var(--secondary-color);
    opacity: .7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.bm-ops .bm-ops-item .fa-star {
    font-size: 11px;
}
.bm-ops .bm-ops-item .item-desc {
    line-height: 1.2rem;
    font-size: 14px;
}
/* Home Blog */
.bm-home-blog {
    overflow-x: scroll;
    white-space: nowrap;
}
.bm-home-blog .home-blog-item {
    transition: all .3s ease-in-out;
    display: inline-block;
    margin-right: 25px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.bm-home-blog .home-blog-item:last-child {
    margin-right: 0px;
}
.bm-home-blog .home-blog-item .img {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.bm-home-blog .home-blog-item .info {
    background: rgba(0, 0, 0, .3);
    color: var(--white-color);
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    padding: 10px;
    width: 100%;
    bottom: 0;
    top: 0;
}
.bm-home-blog .home-blog-item .info .title {
    background-color: rgba(var(--rgb-dark-color), .4);
    padding: 0px 5px;
    white-space: normal;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    top: 10%;
}
.bm-home-blog .home-blog-item .info:hover {
    background: transparent;
}
/* Blog Grid */
.bm-blog-grid .blog-grid-item {
    transition: all .3s ease-in-out;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.bm-blog-grid .blog-grid-item .img {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.bm-blog-grid .blog-grid-item .info {
    background: rgba(0, 0, 0, .3);
    color: var(--white-color);
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    padding: 10px;
    width: 100%;
    bottom: 0;
    top: 0;
}
.bm-blog-grid .blog-grid-item .info .title {
    background-color: rgba(var(--rgb-dark-color), .4);
    padding: 0px 5px;
    white-space: normal;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    top: 10%;
}
.bm-blog-grid .blog-grid-item .info:hover {
    background: transparent;
}
/* 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 Motor */
.box-motor .bm-tab-motor .nav .nav-item .nav-link {
    background: rgba(var(--rgb-primary-color), .8);
    padding: .25rem .8rem;
    font-size: 15px;
}
.box-motor .bm-tab-motor .nav .nav-item .nav-link.active {
    background: rgba(var(--rgb-white-color), .4);
    color: var(--primary-color);
}
.box-motor .bm-tab-motor .btn-primary {padding: 28px;}
.box-motor .bm-tab-motor .tab-content {
    background: rgba(var(--rgb-white-color), .4);
    border-radius: 4px;
    box-shadow: none;
}
.box-motor .p-3 {padding: .4rem !important;}
.box-motor .bm-search-box {background: rgba(var(--rgb-white-color), .8); border-radius: 4px; padding: 5px 10px;}
.box-motor .bm-search-box .search-box-label label {font-size: 14px;}
.box-motor .bm-search-box .ciudad-destino {font-size: 15px;}
.box-motor .bm-more-options {display: none;}
.box-motor .bm-search-box .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 24px; font-size: 16px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: -1px !important;}
.box-motor .bm-search-box .form-control.cal-dates {font-size: 16px;}
.box-motor .bm-search-box .search-box-render .box-render-text {font-size: 16px;}
.box-motor .bm-search-box .search-box-render .select2-container {height: 24px;}
.box-motor .destiny-selected li {background: rgba(255, 255, 255, .7); margin-right: 2px;}
/* BM Navbar Canvas */
.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);
}
/* BM Offcanvas Right */
.bm-offcanvas-right .bm-grid h4 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
}
.bm-offcanvas-right .offcanvas-header {
    padding: 1rem 1rem 0rem 1rem;
}
.bm-offcanvas-right .bm-grid .bm-grid-item {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), 0.08);
}
.bm-offcanvas-right .bm-swiper-sidebar-pagination {
    display: block; clear: both;
    text-align: center;
}
.bm-offcanvas-right .swiper-pagination-bullet {
    background-color: var(--secondary-color);
}
/* Call to Action */
.bm-call-to-action {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}
.bm-call-to-action::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: rgba(var(--rgb-dark-color), .4);
}
.bm-call-to-action .btn-outline-primary {
    --bs-btn-color: var(--white-color);
    --bs-btn-border-color: var(--white-color);
}
/* BM Category */
.bm-grid-cat h4 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
}
.bm-grid-cat .grid-cat-item {
    background-color: rgba(var(--rgb-primary-color), .08);
    color: var(--white-color);
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: .5s;
    display: block;
    padding: 15px;
    height: 100%;
    width: 100%;
}
.bm-grid-cat .grid-cat-item:hover {
    background-color: var(--primary-color);
}
.bm-grid-cat .grid-cat-item .icon {
    margin-bottom: 10px;
}
.bm-grid-cat .grid-cat-item .icon i {
    color: var(--primary-color);
    font-size: 30px;
}
.bm-grid-cat .grid-cat-item:hover .icon i {
    color: var(--white-color);
}
.bm-grid-cat .grid-cat-item h6 {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    transition: .5s;
}
.bm-grid-cat .grid-cat-item:hover h6 {
    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(--secondary-color);}
.bm-default .cms-container .card .card-body a:hover {color: var(--secondary-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);
}
/* 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);
}
/* CMS Flyer */
.bm-flyer .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);
    padding:  0.75rem 0.375rem;
}
.bm-flyer .btn-outline-info {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
/* Package Detail */
.cms-package-detail .bm-breadcrumb {
    display: block; clear: both;
    margin-bottom: 20px;
}
.cms-package-detail .bm-breadcrumb .breadcrumb.float-xl-end {float: none !important; line-height: 15px;}
.cms-package-detail .bm-breadcrumb .breadcrumb-item {font-size: 14px;}
.cms-package-detail .bm-breadcrumb .breadcrumb-item a {color: var(--primary-color);}
.cms-package-detail .bm-breadcrumb .breadcrumb-item a:hover {color: var(--secondary-color);}
.cms-package-detail .bm-breadcrumb .breadcrumb-item {}
.cms-package-detail .bm-breadcrumb {}
.cms-package-detail .bm-breadcrumb {}
.cms-package-detail .bm-breadcrumb {}
.cms-package-detail .bm-breadcrumb {}
.cms-package-detail .bm-breadcrumb {}
.cms-package-detail .title {
    display: block; clear: both;
    color: var(--primary-color);
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 34px;
}
.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-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(--secondary-color);
    --bs-btn-active-border-color: var(--secondary-color);
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
}
/* Tour in CMS */
.bm-list-tour .bm-list-tour-item {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.06);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.06);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.06);
    background: var(--white-color);
}
.bm-list-tour .bm-list-tour-item .item-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 16/9;
    width: 100%;
    min-height: 250px;
    max-height: 380px;
}
.bm-list-tour .bm-list-tour-item .bm-label {
    color: var(--white-color);
    vertical-align: text-top;
    margin-bottom: 2px;
    border-radius: 4px;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 75%;
}
.bm-list-tour .bm-list-tour-item .bm-label i {
    margin-right: 4px;
}
.bm-list-tour .bm-list-tour-item .flag-offer {
    background-color: var(--primary-color);
    color: var(--white-color);
    transform: rotate(-45deg);
    text-align: center;
    position: absolute;
    line-height: 65px;
    font-size: 15px;
    width: 105px;
    height: 48px;
    left: -37px;
    top: -6px;
}
.bm-list-tour .bm-list-tour-item h4 {
    color: var(--primary-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 800;
    font-size: 16px;
    line-clamp: 2;
}
.bm-list-tour .bm-list-tour-item .item-operated {
    display: block; clear: both;
    color: var(--gray-color);
    margin-bottom: 15px;
    line-height: 14px;
    font-size: small;
}
.bm-list-tour .bm-list-tour-item .item-operated a {
  color: var(--secondary-color);
}
.bm-list-tour .bm-list-tour-item .item-duration {
    display: block; clear: both;
    margin-bottom: 15px;
    text-align: right;
}
.bm-list-tour .bm-list-tour-item .item-duration .day {
    color: var(--secondary-color);
    line-height: 20px;
    font-weight: 600;
}
.bm-list-tour .bm-list-tour-item .item-duration .night {
    color: var(--gray-color);
    line-height: 14px;
    font-weight: 300;
    font-size: 14px;
}
.bm-list-tour .bm-list-tour-item .bm-download {
    line-height: 17px;
    font-size: small;
}
.bm-list-tour .bm-list-tour-item .bm-download a {
    border: 1px dashed rgba(var(--rgb-secondary-color), 0.6);
    color: var(--secondary-color);
    display: inline-block;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 13px;
}
.bm-list-tour .bm-list-tour-item .bm-download a:hover {
    border: 1px dashed rgba(var(--rgb-primary-color), 0.6);
    color: var(--primary-color);
}
.bm-list-tour .bm-list-tour-item .from {
    display: block; clear: both;
    margin-bottom: 15px;
}
.bm-list-tour .bm-list-tour-item .from .currency {
    color: var(--secondary-color);
    display: block; clear: both;
    text-align: right;
}
.bm-list-tour .bm-list-tour-item .from .currency .from-amount {
    position: relative;
    font-size: 12px;
    top: -.4em;
}
.bm-list-tour .bm-list-tour-item .from .currency .amount {
    display: inline-block;
    line-height: 11px;
    font-weight: 800;
    font-size: 18px;
}
.bm-list-tour .bm-list-tour-item .from .currency .amount-supplier {
    display: block; clear: both;
    color: var(--gray-color);
    line-height: 14px;
    font-weight: 300;
    font-size: 14px;
}
.bm-list-tour .bm-list-tour-item .from .taxes {
    display: none;
}
.bm-list-tour .bm-list-tour-item .item-book .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);
    transition: var(--transition);
}
.bm-list-tour .bm-list-tour-item .item-departure .item-departure-head {
    transition: var(--transition);
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
}
.bm-list-tour .bm-list-tour-item .item-departure .item-departure-head:hover {
    background: rgba(var(--rgb-secondary-color), 0.06);
}
.bm-list-tour .bm-list-tour-item .item-departure .item-departure-head.item-head-open {
    background: rgba(var(--rgb-secondary-color), 0.06);
    border-radius: 5px 5px 0px 0px;
}
.bm-list-tour .bm-list-tour-item .item-departure .item-departure-head a {
    color: var(--primary-color);
    font-size: 13px;
}
.bm-list-tour .bm-list-tour-item .item-departure .item-departure-body {
    background: rgba(var(--rgb-secondary-color), 0.06);
    border-radius: 0px 5px 5px;
    color: var(--gray-color);
    padding: 0px 5px 5px;
    line-height: 17px;
    font-size: small;
}
.bm-list-tour .tour-filter {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.06);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.06);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.06);
    background: var(--white-color);
}
.bm-list-tour .tour-filter .tour-filter-head .btn-outline-danger {
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    font-size: 12px;
}
.bm-list-tour .tour-filter .tour-filter-body {
    border-top: 1px solid rgba(var(--rgb-secondary-color), 0.08);
}
.bm-list-tour .tour-filter .tour-filter-body .irs--round .irs-from::before,
.bm-list-tour .tour-filter .tour-filter-body .irs--round .irs-to::before,
.bm-list-tour .tour-filter .tour-filter-body .irs--round .irs-single::before {
    border-top-color: var(--primary-color);
}
.bm-list-tour .tour-filter .tour-filter-body .irs--round .irs-from,
.bm-list-tour .tour-filter .tour-filter-body .irs--round .irs-to,
.bm-list-tour .tour-filter .tour-filter-body .irs--round .irs-single {
    background-color: var(--primary-color);
}
.bm-list-tour .tour-filter .tour-filter-body .irs--round .irs-bar {
    background-color: var(--primary-color);
}
.bm-list-tour .tour-filter .tour-filter-body .irs--round .irs-handle {
    box-shadow: 0 1px 3px rgba(var(--rgb-secondary-color), 0.3);
    border: 4px solid var(--primary-color);
}
.bm-list-tour .tour-filter .tour-filter-body label {
    display: block; clear: both;
    margin: 5px 0px;
    font-size: 15px;
    cursor: pointer;
}
.bm-list-tour .tour-filter .tour-filter-body label:last-child {margin-bottom: 0px;}
.bm-list-tour .tour-filter .tour-filter-body label .badge {font-size: 70%; font-weight: 400;}
.bm-list-tour .tour-filter .tour-filter-body .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.bm-list-tour .tour-filter .tour-filter-body .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 223, 221, 1);
    border-color: var(--primary-color);
    outline: 0;
}
.bm-list-tour .tour-filter .tour-filter-body h6 {
    display: block; clear: both;
    margin-bottom: 10px;
}
/* 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, .bm-blog .blog-item a {color: var(--primary-color);}
.bm-blog .blog-item:hover a {color: var(--secondary-color);}
.bm-blog .blog-item .summary a {color: var(--text-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-item .creator {
    color: var(--text-color);
    font-size: 13px;
}
.bm-blog .blog-item .detail {
    color: var(--text-color);
}
.bm-blog .blog-item .detail a {color: var(--primary-color);}
.bm-blog .blog-item .detail a:hover {color: var(--secondary-color);}
.bm-blog .blog-item .detail .bmYoutubePlayer {
    border-radius: 10px;
    height: 450px;
    width: 100%;
}
.bm-blog .blog-item .detail h1 {font-size: 25px;}
.bm-blog .blog-item .detail h2 {font-size: 22px;}
.bm-blog .blog-item .detail h3 {font-size: 20px;}
.bm-blog .blog-item .detail h4 {font-size: 18px;}
.bm-blog .blog-item .detail h5 {font-size: 16px;}
.bm-blog .blog-item .detail img {
    width: initial !important;
    max-width: 100% !important;
    height: initial !important;
    border-radius: 6px;
}
.bm-blog .blog-item .detail 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 .detail video {
    width: 100% !important;
    height: initial !important;
}
.bm-blog .blog-post .name {
    color: var(--primary-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(--secondary-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);
}
/* BM Pdf Viewer */
.bm-pdf-viewer .pdf-viewer-container {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    width: 100%;
}
.bm-pdf-viewer .loading {
    display: block; clear: both;
    text-align: center;
    font-size: 50px;
}
.bm-pdf-viewer #pdf-viewer {
    position: relative;
    width: 100%;
}
.bm-pdf-viewer #pdf-viewer canvas {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.08);
    display: block; clear: both;
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
    height: auto;
    width: 100%;
}
.bm-pdf-viewer #pdf-viewer .page-number {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
}
.bm-pdf-viewer .pdf-viewer-content {
    box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-secondary-color), 0.08);
    background: var(--white-color);
    padding: 1rem;
}
/* Footer */
footer {
    background: var(--primary-color);
    color: var(--white-color);
}
footer h5 {
    display: block; clear: both;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
}
footer .about-us .logo {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    clear: both;
}
footer .about-us .logo img {
    width: 80%;
}
footer .about-us .logo .bm-linear-gradient {
    margin: 8px auto auto auto;
    height: 3px;
    width: 50%;
}
footer .about-us .summary {
    text-align: justify;
    line-height: 18px;
    font-weight: 300;
    font-size: 13px;
}
footer .list-foot {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer .list-foot li a {
    display: inline-block;
    color: var(--white-color);
    font-weight: 400;
    padding: 2px 0px;
}
footer .list-foot li a:hover {
    color: var(--secondary-color);
}
footer .list-foot.social li a {
    font-weight: 200;
}
footer .suscribe .summary {
    text-align: justify;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: 300;
    font-size: 14px;
}
footer .suscribe form .mb20 {
    margin-bottom: 10px !important;
}
footer .suscribe form label {
    display: none;
}
footer .suscribe form .form-control {
    border-radius: 4px;
}
footer .suscribe form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}
footer .suscribe form .btn-primary {
    --bs-btn-bg: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-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: 0.4rem 1.5rem;
    border-radius: 4px;
}
footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 1.5rem 0rem;
    margin-top: 1.5rem;
    font-weight: 300;
    font-size: 14px;
}
footer .copyright p {
    padding: 0px;
    margin: 0px;
}
footer .copyright p a {
    color: var(--white-color);
}
footer .copyright p a:hover {
    color: var(--secondary-color);
}
/* BM Animated */
@-moz-keyframes headerSlideDown {
    0% {margin-top: -150px;}
    100% {margin-top: 0;}
}
@-ms-keyframes headerSlideDown {
    0% {margin-top: -150px;}
    100% {margin-top: 0;}
}
@-webkit-keyframes headerSlideDown {
    0% {margin-top: -150px;}
    100% {margin-top: 0;}
}
@keyframes headerSlideDown {
    0% {margin-top: -150px;}
    100% {margin-top: 0;}
}

/* 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;}
/* 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-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 .bm-tour-grid .bm-tour-grid-item {box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), .08); -webkit-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), .08); -moz-box-shadow: 0 8px 16px 0 rgba(var(--rgb-primary-color), .08);}
.bm-tour-explorer .results-search .bm-tour-grid .bm-tour-grid-item .item-body .item-name h4 {color: var(--primary-color);}
.bm-tour-explorer .results-search .bm-tour-grid .bm-tour-grid-item .item-body .item-departure .item-departure-head a {color: var(--secondary-color);}
.bm-tour-explorer .results-search .bm-tour-grid .bm-tour-grid-item .item-body .item-detail .bm-btn {color: var(--secondary-color);}
.bm-tour-explorer .results-search .bm-tour-grid .bm-tour-grid-item .item-body .item-operated a {color: var(--secondary-color);}
.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);
}
/* Generic */
.grecaptcha-badge {visibility: hidden;}
.bm-modal-home-login .btn {
    width: 100%;
    --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);
}
.bm-modal-home-login .user-register {
    color: var(--secondary-color);
}
.bm-modal-home-login .user-register:hover {
    color: var(--primary-color);
}
@media (min-width: 1200px) and (max-width: 1400px) {/*Laptop*/
    .bm-header .bm-navbar .navbar-nav .nav-item {display: none;}
    .bm-header .bm-navbar .navbar-nav .nav-item.bm-user-nav,
    .bm-header .bm-navbar .navbar-nav .nav-item.bm-sidebar-nav {display: inline-block;}
    .bm-header .bm-navbar .navbar-nav .nav-item.bm-sidebar-user {display: block;}
    .bm-grid .bm-grid-item .item-thumb a {height: 251px;}
    .bm-grid .bm-grid-item .item-thumb img {min-height: 251px;}
    .bm-grid .bm-grid-item .item-body .item-departure .item-departure-head a {font-size: 13px;}
    .bm-grid .bm-grid-item .item-body .item-detail .bm-btn {padding: 0px;}
}
@media (min-width: 992px) and (max-width: 1200px) {/*Tablet PRO*/
    .bm-header .bm-navbar .navbar-nav .nav-item {display: none;}
    .bm-header .bm-navbar .navbar-nav .nav-item.bm-user-nav,
    .bm-header .bm-navbar .navbar-nav .nav-item.bm-sidebar-nav {display: inline-block;}
    .bm-header .bm-navbar .navbar-nav .nav-item.bm-sidebar-user {display: block;}
    .bm-grid .bm-grid-item .item-thumb a {height: 285px;}
    .bm-grid .bm-grid-item .item-thumb img {min-height: 285px;}
}
@media (min-width: 768px) and (max-width: 991px) {/*tablet*/
    .bm-header .bm-navbar {padding: .8rem 0px;}
    .bm-header .bm-navbar .navbar-brand {padding: 0px;}
    .bm-header .bm-navbar .navbar-brand img {height: 30px;}
    .bm-header .bm-navbar .btn-bm-offcanvas {float: right;}
    .bm-grid .bm-grid-item .item-thumb a {height: 324px;}
    .bm-grid .bm-grid-item .item-thumb img {width: 100%; height: 324px;}
}
@media (min-width: 576px) and (max-width: 768px) { /* smartphone */
    .bm-header .bm-navbar {padding: .8rem 0px;}
    .bm-header .bm-navbar .navbar-brand {padding: 0px;}
    .bm-header .bm-navbar .navbar-brand img {height: 30px;}
    .bm-header .bm-navbar .btn-bm-offcanvas {float: right;}
    .section-title {text-align: center;}
    .section-title .title {font-size: 22px;}
    .section-title .col-md-4 {display: none;}
    .bm-grid .bm-grid-item .item-thumb a {background: rgba(var(--rgb-secondary-color), .08); text-align: center; max-height: 234px; height: initial;}
    .bm-grid .bm-grid-item .item-thumb img {width: 100%; min-height: 234px;}
    .bm-dest .bm-dest-body a {width: 50%;}
    .bm-dest .bm-dest-header h5 {font-size: 1.2rem;}
    .bm-offer .bm-offer-item img {height: auto;}
    .bm-offer .bm-offer-item .bm-offer-content {max-width: 80%;}
    .bm-offer .bm-offer-item .bm-offer-content .icon i {font-size: 30px;}
    .bm-offer .bm-offer-item .bm-offer-content h4 {font-size: 25px;}
    .bm-offer .bm-offer-item .bm-offer-content p {font-size: 16px;}
    .bm-player .bm-player-item .name {text-align: center !important; margin-bottom: 20px;}
    .bm-player .bm-player-item .name span {display: block; clear: both;}
    .bm-player .bm-player-item .name .float-end {float: none !important;}
    footer {text-align: center;}
    footer .text-end {text-align: center !important; padding-top: 10px;}
}
@media (min-width: 150px) and (max-width: 576px) {
    .bm-header .bm-navbar {padding: .5rem 0px;}
    .bm-navbar .bm-navbar-logo img {height: 40px;}
    
    .bm-banner .bm-search {padding: 30px 0px;}
    .bm-banner .bm-search .container {padding: 0px;}
    .bm-banner .bm-search .banner-title h2 {display: none;}
    .bm-banner .bg-banner {height: 300px; position: sticky;}
    .bm-banner .bm-search {margin-top: -45px; position: relative; padding: 0; bottom: auto;}
    .box-motor .bm-tab-motor .nav .nav-item .nav-link {padding: .25rem .5rem; font-size: 14px;}
    .box-motor .bm-tab-motor .nav .nav-item .nav-link.active {background: rgba(var(--rgb-white-color), 1);}
    .box-motor .bm-tab-motor .tab-content {background: rgba(var(--rgb-white-color), 1); border-radius: 0px; border: 2px solid var(--primary-color); border-radius: 5px; margin-top: -2px;}
    .box-motor .bm-search-box {background: rgba(var(--rgb-primary-color), .07);}
    .section-title {text-align: center;}
    .section-title .title {font-size: 22px;}
    .section-title .col-md-4 {display: none;}
    .section-title .text-end {text-align: center !important;}
    .bm-grid .bm-grid-item .item-thumb a {background: rgba(var(--rgb-secondary-color), .08); text-align: center; max-height: initial; height: initial;}
    .bm-grid .bm-grid-item .item-thumb img {width: 100%; min-height: initial;}
    .bm-agency .row .col-md-4:nth-child(1) {border-bottom-left-radius: 0px; border-top-right-radius: 5px;}
    .bm-agency .row .col-md-4:nth-child(3) {border-top-right-radius: 0px; border-bottom-left-radius: 6px;}
    .bm-video .bm-video-container {height: 624px;}
    .cms-package-detail .title {font-size: 20px;}
    .cms-package-detail .cms-package-detail-header-img {margin-bottom: 20px;}
    .cms-package-detail .cms-package-detail-header-img img {width: 100% !important; height: initial !important;}
    .cms-package-detail .cms-package-detail-header .download .mt-3 {margin-top: 0px !important;}
    .cms-package-detail .cms-package-detail-header .download .btn {margin-bottom: 10px;}
    .cms-package-detail .cms-package-detail-header .download .mt-3 .btn {margin-bottom: 0px;}
    footer {padding: 2rem  2rem !important;}
    footer .ps-5 {padding-left: 0rem !important;}
    footer .about-us .summary {margin-bottom: 30px;}
    footer .list-foot {margin-bottom: 30px;}
    footer .suscribe {margin-bottom: 30px;}
    footer .suscribe.pe-5 {padding-right: 0rem !important;}
    footer .list-foot.mb-3 {margin-bottom: 30px !important;}
    footer .list-foot.social {margin-bottom: 0px !important;}
    footer .text-end {text-align: center !important;}
}