:root {
    --blue: #ba170f !important;
}

.theme-btn{
    background-color: #ba170f;
    border: 1px solid #ba170f;
}

.theme-btn:hover {
    background-color: #fff;
    color: #ffff;
}

.theme-btn-transparent {
    background-color: #fff;
    color: #111111;
}

.section-tab .nav-tabs .nav-link.active {
    color: #ba170f;
}

.destination-card .card-img .badge{
    background-color: #ba170f;
}

.loader .spinner .path{
    stroke: #ba170f
}

.contact-form-action .form-control:focus {
    border-color: #ba170f;
}

.section-tab-3 .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ba170f;
}

.section-tab-3 .nav-tabs .nav-link:hover {
    background-color: #ba170f;
}

.icon-box .info-icon {
    color: #ba170f;
}

.roomInc:hover, .roomDec:hover, .qtyInc:hover, .qtyDec:hover {
    background-color: #ba170f;
}

.dropdown-btn:focus {
    border-color: #ba170f;
}

.add, .minus {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 18px;
    background-color: rgba(128, 137, 150, 0.08);
    color: #0d233e;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*pagination*/
#omlist_paginate{
    text-align: center;
}
.previous {
    background: white;
    color: grey;
    cursor: pointer;
    margin: 2.5px;
    padding: 3px 11px;
    border-radius: 3px;
    border: 1px solid #F9CA1D;
}
.next {
    background: #ffffff;
    color: #6c6a6a;
    padding: 3px 11px;
    border-radius: 3px;
    margin: 2.5px;
    cursor: pointer;
    border: 1px solid #F9CA1D;
}
span .paginate_button {
    background: #ffffff;
    color: #6c6a6a;
    padding: 3px 11px;
    border-radius: 3px;
    margin: 2.5px;
    cursor: pointer;
    border: 1px solid #F9CA1D;
}
span .paginate_button.current {
    background: #f9ca1d;
    color: #fff;
    padding: 3px 11px;
    border-radius: 3px;
    cursor: pointer;
}
/* PAGINATION END */

/* Auto picker theme ui */
/*.ui-autocomplete{*/
/*    background: #efba01 !important;*/
/*    border-radius: 10px !important;*/
/*}*/
.ui-menu .ui-menu-item {
    background: #fff !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.ui-menu .ui-menu-item:hover ,.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    background: #fff !important;
    color: #333;
    border: 1px solid transparent !important;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover{
    background: #fff !important;
    border: 1px solid transparent !important;
    color: #ba170f;
}

.curve-shape::before {
    text-decoration-color: #ba170f !important;
}

.stroke-shape::before {
    background-color: #ba170f !important;
}

.list-items li a:hover {
    color: #ba170f !important;
}
.list--items a::before {
    background-color: #ba170f !important;
}
.social-profile li a:hover {
    background-color: #ba170f !important;
}
.copy__desc span {
    color: #ba170f !important;
}

#back-to-top:hover {
    background-color: #ba170f !important;
}

.ui-widget.ui-widget-content .ui-slider-range {
    background-color: #ba170f !important;
}
.ui-widget.ui-widget-content .ui-slider-handle {
    background-color: #ba170f !important;
}
.price-slider-amount .amounts {
    color: #ba170f !important;
}

.down-button {
    display: none !important;
}

.sidebar-list .icon-element {
    background-color: #ba170f !important;
}

.single-feature-icon{
    color: #3a3a3a;
}
.single-tour-feature:hover .icon-element {
    background-color: #ba170f;
    color: #fff;
}
.single-tour-feature:hover .icon-element i {
    color: #fff !important;
}

.footer-item .list-items li a {
    font-size: 13px !important;
}

#mobile-autocom-wrap li{
    margin-bottom: 10px;
}

#login_tabs .login_links {
    width: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    gap: 5px;
}
#login_tabs .login_links button {
    width: 50%;
    padding: 4px 5px;
    border: 1px solid #ba170f;
    background: #fff;
    color: #333;
    border-radius: 3px;
    font-size: 13px;
}
.lbtn_active {
    background: #ba170f !important;
    color: #fff !important;
}
#login_tabs .login_content .ltab_content {
    padding: 15px 5px;
    display: none;
}
.lt_active { display: block !important; }



@media only screen and (min-width: 460px) and (max-width: 767px) {
    .card-item-list {
        display: flex;
    }
}

.exc-btn {
    position: absolute;
    bottom: 6px;
    width: 96% !important;
}

.footer-area .list-items li {
    margin-bottom: -5px;
    color: #5d646d;
}
@media(min-width: 720px){
    .desks-none{
        display: none !important;
    }
}
