:root {
    --primary-color: #1a3859;
    --secondary-color: #0066ff;
    --tertiary-color: #016066;
    --quaternary-color: #e46e45;
    --color-dark: #05264e;
    --gray-color: #5f7388;
    --text-color: #455873;
    --red-color: #dc3545;
    --success-color: #0fbc49;
    --white-color: #ffffff;
    --bg-gray: #f8fbfe;
    --rgb-primary-color: 114, 191, 68;
    --rgb-secondary-color: 14, 49, 120;
    --rgb-tertiary-color: 14, 27, 42;
}
#bmEmbebed .bm-card-feature {display: block; clear: both;}
#bmEmbebed .mb-2 {margin-bottom: 10px;}
#bmEmbebed .bm-card-feature .bm-card-feature-title {
    color: var(--primary-color) !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
    display: block; clear: both;
    text-align: center;
    font-size: 26px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item {
    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-radius: 0.375rem !important;
    background: var(--white-color);
    padding: .5rem !important;
    position: relative;
    height: 100%;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-thumb {
    position: relative; overflow: hidden;
    border-radius: 0.375rem !important;
    display: block; clear: both;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-thumb a {
    display: block; clear: both;
    height: 350px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-thumb a img {
    transition: all ease .4s;
    min-height: 350px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item:hover .bm-card-feature-thumb a img {
    transform: scale(1.05);
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details {
    padding-top: .5rem;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-name {
    display: block; clear: both;
    margin-bottom: 10px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-name h4 {
    color: var(--primary-color) !important;
    -webkit-box-orient: vertical;
    font-weight: 600 !important;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-clamp: 2;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from {
    display: block; clear: both;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .day {
    line-height: 18px;
    font-weight: 600;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .day.star {
    color: #ffb700;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .night {
    color: var(--gray-color);
    line-height: 14px;
    font-weight: 300;
    font-size: 14px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .currency {
    display: block; clear: both;
    text-align: right;
    font-size: 11px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .currency .from-amount {
    position: relative;
    font-size: 11px;
    top: -.4em;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .currency .amount {
    display: inline-block;
    line-height: 11px;
    font-weight: 600;
    font-size: 16px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .currency .amount-local .text-primary {
    color: var(--primary-color) !important;
    text-decoration: none;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .currency .amount-supplier {display: none;}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-from .taxes {display: none;}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-operated {
    display: block; clear: both;
    color: var(--gray-color);
    margin-bottom: 15px;
    line-height: 14px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .item-operated small span {text-transform: lowercase;}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .bm-card-feature-detailed {
    display: block; clear: both;
    text-align: center;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item .bm-card-feature-details .bm-card-feature-detailed .bm-btn-primary {
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
    transition: .4s all ease-in-out;
    border-radius: 0.375rem;
    padding: .5rem 1rem;
    display: block;
}
#bmEmbebed .bm-card-feature .bm-card-feature-item:hover .bm-card-feature-details .bm-card-feature-detailed .bm-btn-primary {
    border: 1px solid var(--primary-color);
    color: var(--white-color) !important;
    background: var(--primary-color);
}
#bmEmbebed .bm-card-feature .bm-card-feature-more {
    display: block; clear: both;
    text-align: center;
    padding-top: 20px;
}
#bmEmbebed .bm-card-feature .bm-card-feature-more .bm-btn-primary {
    border: 1px solid var(--primary-color);
    color: var(--white-color) !important;
    background: var(--primary-color);
    transition: .4s all ease-in-out;
    text-transform: uppercase;
    border-radius: 0.375rem;
    padding: .5rem 1rem;
    display: inline-block;
}
#bmEmbebed .bm-card-feature .bm-card-feature-more .bm-btn-primary:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
    background: var(--white-color);
}