.menu_banner{
    width: 100%;
    padding: 15vh 0 0;
    position: relative;
    height: 400px;
}
.menu_banner:before{
    content: '';
    width: 100%;
    position: absolute;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
}

.menu_banner .menu_banner_bg{
    object-fit: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.menu_sec{
    padding: 100px 0;
    position: relative;
}
.menu_sec:before{
    content: '';
    position: absolute;
    left: -60px;
    top: 5%;
    width: 198px;
    height: 457px;
    background: url(../img./salad_style.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.menu_sec:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 2%;
    width: 198px;
    height: 457px;
    background: url(../img./salad_style1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.menu_sec .menu_tab{
    
}
.menu_item{
    width: 100%;
}
.menu_item ul{
    width: 100%;
}
.menu_item ul li{
    width: 33%;
    display: inline-block;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-family: monospace;
    vertical-align: top;
}
.menu_item ul li:before{
    content: '';
    background: url(../img/list_style_img.png);
    position: absolute;
    left: 0;
    top: 9px;
    width: 17px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu_item ul li span{
    font-size: 10px;
}
.menu_heading{
    background: #df5424;
    color: #fff;
    padding: 10px;
    position: relative;
    width: 85%;
}
.menu_heading:before{
    background: #df5424;
    position: absolute;
    content: '';
    top: 8px;
    right: -19px;
    width: 37px;
    height: 38px;
    transform: rotate(45deg);
}

.menu_box{
    position: relative;
    margin-bottom: 80px;
    min-height: 260px;
}

.menu_img {    
    width: 510px;
    margin-left:70px;
}
.menu_img img{
    width: 100%;
    height: 260px;
    object-fit: contain;
}
.menu_box:nth-child(even) .menu_img{
    margin-right: 70px;
    margin-left: 0px;
}






@media (min-width: 1025px){
    .inr_ftr{
        padding-top: 151px !important;
    }
}
@media (min-width:1500px){
   
}
@media (max-width:1440px){
    .menu_item ul li {
        width: 49%;
    }
    
}

@media (max-width:1024px){
   .menu_sec:before {
        width: 107px;
        height: 236px;
    }
    .menu_sec:after {
        width: 107px;
        height: 236px;
    }

}

@media(max-width:768px){
    
}
@media (max-width: 767px){
    .menu_item ul li {
        width: 100%;
    }
    .menu_heading {
        width: 95%;
        font-size: 22px;
    }
    .menu_heading:before {
        right: -12px;
        width: 30px;
        height: 29px;
    }
    .menu_sec:before{
        right:0;
        left: auto;
    }
}
