@font-face {
    font-family: "bootstrap-icons";
    src: url(bs-icon-font/fonts/bootstrap-iconse8a7.woff2?08efbba7c53d8c5413793eecb19b20bb) format("woff2"), url(bs-icon-font/fonts/bootstrap-iconse8a7.woff?08efbba7c53d8c5413793eecb19b20bb) format("woff")
}


.menu_item {
    position: relative;
    /* padding: 20px 0 0 90px; */
    padding: 0px 0 0 70px;
    margin-bottom: 30px;
    min-height: 80px;

}

.menu_item figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.menu_item figure img {
    width: 80px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.menu_item .menu_title {
    /* background: radial-gradient(#d5d5d5 40%, rgba(0, 0, 0, 0) 10%); */
    background-position: 0 13px;
    background-size: 4px 4px;
    background-repeat: repeat-x
}

.menu_item .menu_title::marker{
    color: rgba(0, 0, 0, 0);
}

.menu_item .no_menu_title {
    background-position: 0 13px;
    background-size: 4px 4px;
    background-repeat: repeat-x
}

.menu_item .no_menu_title h3 {
    /* background-color: #faf8f5; */
    font-size: 1.125rem;
    display: inline-block;
    margin: 0;
    padding-right: 3px
}

.menu_item .menu_title h3 {
    /* background-color: #fff; */
    font-size: 1.125rem;
    display: inline-block;
    margin: 0;
    padding-right: 3px
}

.menu_item .menu_title h6 {
    /* background-color: #faf8f5; */
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-right: 3px;
}

.menu_item .menu_title em {
    float: right;
    font-weight: 600;
    /* background-color: #fff; */
    font-style: normal;
    padding-left: 3px
}

.menu_item p {
    font-family: 'Lora', serif;
    margin-bottom: 0
}

.menu_item figure a:hover img {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

/* .menu_item .menu_title h3,
.menu_item .menu_title em {
    background-color: #faf8f5
} */

.tabs_menu {
    margin-top: 15px
}

.tabs_menu .nav-link {
    display: block;
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #18373b;
    border: none;
    font-weight: 600
}

.tabs_menu .nav-link:hover,
.tabs_menu .nav-link:focus {
    text-decoration: none;
    color: #978667
}

.tabs_menu .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.tabs_menu .nav-tabs .nav-link.active,
.tabs_menu .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #3A4A26;
    color: #24262d;
    background-color: transparent
}

.tabs_menu .nav-tabs {
    border: none;
    /* border-bottom: 2px solid #ededed; */
    display: flex;
    justify-content: center
}

@media (max-width: 767px) {
    .tabs_menu .nav-tabs {
        display: none
    }
}

.tabs_menu .nav-tabs .nav-item {
    text-transform: uppercase;
    font-weight: 500
}

/* menu card color change */
.tabs_menu .tab-content .card {
    border: none;
    background-color: #EEB660;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .tabs_menu .tab-content .card {
        padding: 0
    }
}

.tabs_menu .tab-content .card .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    background-color: #eeb85e
}

.tabs_menu .tab-content .card .card-header a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px;
    color: #3A4A26
}

.tabs_menu .tab-content .card .card-body {
    padding: 45px 120px 20px 120px;
}

@media (max-width: 991px) {
    .tabs_menu .tab-content .card .card-body {
        padding: 25px 15px 5px 15px
    }
}

@media (max-width: 991px) {
    .tabs_menu .tab-content .card .card-body.reviews .add_bottom_45 {
        padding-bottom: 25px
    }
}

@media (min-width: 768px) {
    .tabs_menu .tab-content .card {
        border: none
    }

    .tabs_menu .tab-content .card .card-header {
        display: none
    }

    .tabs_menu .tab-content .card .collapse {
        display: block
    }
}

@media (max-width: 767px) {
    .tabs_menu .tab-content {
        margin-bottom: 25px
    }

    .tabs_menu .tab-content .card-header a:after {
        font-family: "bootstrap-icons";
        width: 20px;
        display: block;
        float: right
    }

    .tabs_menu .tab-content .card-header a.collapsed:after {
        content: "\F64D"
    }

    .tabs_menu .tab-content .card-header a:after {
        content: "\F63B"
    }

    .tabs_menu .tab-content .fade:not(.show) {
        opacity: 1
    }

    .tabs_menu .tab-content .tab-pane {
        display: block !important;
        opacity: 1;
        margin-top: 10px
    }

    .col-6 p {
        font-size: 0.8rem;
    }
    
    .col-sm-12 p {
        font-size: 15px;
    }
}

.bbk {
    color: #3A4A26;
}

.bbk h1,.bbk h2,.bbk h3,.bbk h4,.bbk h5,.bbk h6 {
    color: #3A4A26;
}

.menu_item_size {
    font-size: 1.1rem;
    font-weight: 600;
}



.menu_item_padding {
    padding: 0px 20px 2rem 20px;
}

.padding_top_bottom {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.nav-tabs .nav-link.active {
    border: 2px solid #3A4A26;
}






