.header-row2 .header-bar2 {
    width: 100%;
    float: left;
}
.header-bar2{
    padding: 10px 17px 12px 100px;
} 
.h4_style{
    font-size: 18px;
    color: #401703;
    line-height: 26.05px;
    margin-bottom: 30px;
}
.btn_style{
    background: #987e54;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 19px 12px 20px;
    font-size: 14px;
    letter-spacing: 2.4px;
    border: 1px solid #987e53;
    transition: all 0.25s ease-out 0s;
    text-decoration:none;
}
@media screen and (max-width: 480px){
    .home_header_style{
        display:grid;
    }
    .top_bar #tg_reservation{
        margin-bottom:10px;
    }
    #margin_bottom{
        /* margin-bottom:10px; */
    }
    .for_mobile_tab1{
        position: fixed;
        bottom: 0px;
        width: 100%;
        margin: 0px !important;
        left: 0px;
    }
    /* .for_mobile_tab2{
        position: fixed;
        bottom: 0px;
        width: 100%;
        margin: 0px !important;
        left: 0px;
    } */
    #tg_reservation {
        background: #987e53 !important;
        color: #fff;
    }
    .hide_for_mobile_tab{
        display:none !important;   
    }
}
@media screen and (max-width: 540px){
    .hide_for_mobile_tab2{
        display:none !important;   
    }
    .for_mobile_tab1{
        position: fixed;
        bottom: 0px;
        width: 100%;
        margin: 0px !important;
        left: 0px;
    }
    #tg_reservation {
        background: #987e53 !important;
        color: #fff;
    }
    .logo_for_mobile_tab{
        position: relative;
        bottom: -230px;
    }
}
@media screen and (max-width:820px){
    .top_bar.hasbg #mobile_nav_icon{
        display: inline-block;
    }
}
.line-container {
    position: relative;
    height: 110px; /* Change this value to adjust the container height */
    }

    .line {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    width: 2px;
    height: 0;
    background-color: #8d744c;
    animation: draw-line 2s ease-in-out infinite;
    }

    @keyframes draw-line {
    0% {
        height: 0;
        transform: translate(-50%, 100%) scaleY(0);
    }
    50% {
        height: 50px;
        transform: translate(-50%, 50%) scaleY(1);
    }
    100% {
        height: 0;
        transform: translate(-50%, 0%) scaleY(0);
    }
    }
    .top_style{
        width: 50px;
        background-color: black;
        padding: 10px 0px;
        border-radius: 100px;
        margin: 25px 0px;
    }
    @media screen and (max-width: 820px){
        .hide_for_mobile_tab3{
            display:none !important;   
        }
        .for_mobile_tab1{
            position: fixed;
            bottom: 0px;
            width: 100%;
            margin: 0px !important;
            left: 0px;
        }
        #tg_reservation {
            background: #987e53 !important;
            color: #fff;
        }
    }
    @media screen and (max-width:912px){
        .top_bar.hasbg #mobile_nav_icon{
            display: inline-block;
        }
        .hide_for_mobile_tab3{
            display:none !important;   
        }
        .for_mobile_tab1{
            position: fixed;
            bottom: 0px;
            width: 100%;
            margin: 0px !important;
            left: 0px;
        }
        #tg_reservation {
            background: #987e53 !important;
            color: #fff;
        }

    }