

#footer_image{
    cursor: pointer;
    margin: 30px 0px 0px 62px;
    width: 130px;
    height: 60px;
}
#footer{
    width: 90%;
    margin: auto;
    /* border: 1px solid rebeccapurple; */
    display: flex;
    /* margin-top: 50px; */
}
#footer_left{
    width: 50%;
    /* border: 1px solid red; */
    display: flex;
}
.left_images{
    width: 47%;
}
#footer_left_left{
    /* border: 1px solid purple;
    border-left: 0px; */
    width: 50%;
}
#footer_left_right{
    margin-right: 40px;
    /* border: 1px solid royalblue;
    border-left: 0px; */
    width: 50%;
}
#footer_left_right_images{
    cursor: pointer;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
#footer_right{
    width: 50%;
    /* border: 1px solid black; */
    display: flex;
}
#footer_right_left{
    /* border: 1px solid pink;
    border-left: 0px; */
    width: 33.3%;
    margin-left: 60px;
}
#footer_right_middle{
    /* border: 1px solid yellow;
    border-left: 0px; */
    margin-left: 60px; 
    width: 33.3%;
}
#footer_right_right{
    /* margin-left: 50px;
    border: 1px solid green;  */
    width: 33.3%;
}
#footer_atm_image{
    margin-left: 20px;
    width: 80%;
}
.footer_heading{
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
}
.footer_description{
    cursor: pointer;
    font-size: 14px;
    color: #4a4a4a;
}
#keep_touch{
    display: flex;
    width: 53%;
    margin: auto;
}
#social_media{
    margin-left: 30px;
    justify-content: space-between;
    width: 110px;
    height: 25px;
    display: flex;
    margin-top: 15px;
}
#keeptouch_heading{
    font-size: 16px;
    color: #4a4a4a;
}
#intagram{
    cursor: pointer;
    display: block;
}
#facebook{
    cursor: pointer;
    display: block;
}
#twitter{
    cursor: pointer;
    display: block;
}
.DIV{
   
    width: 90%;
    margin: auto;
    justify-content: space-around;
}

.upper{
    display: flex;
}
.down{
    display: flex;
    width: 60%;
    justify-content: space-around;
}
.H3{
    font-size: 14px;
    color: #4a4a4a;
    /* margin-top: 50px; */
    margin-left: 63px;
    /* display: inline; */
}
.H3{
    width: 90%;
    display: flex;
    flex-direction: row;
    
}
.H3:after {
    
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #4a4a4a3c;
    margin: auto;
    margin-left: 20px;
}
#top_hr{
    display: inline;
    height: 100px;
    width: 1000px;
}
.city_name{
    cursor: pointer;
    font-size: 13px;
    color: #4a4a4a;
    /* margin-top: 15px; */

}
.special_hr{
    height: 0px;
}
.serve_hr{
    border-right: 0px;
}
.meat{
    cursor: pointer;
    margin-left: 63px;
    font-size: 14px;
    color: #4a4a4a;
}
.meat_hr{
    width: 90%;
    color: #4a4a4a3c;
    border-bottom: 0px;
}
.meat_hr1{
    width: 100%;
    color: #4a4a4a3c;
    border-bottom: 0px;
}
.lastfooter_haeding{
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    /* margin-top: 50px; */
    margin-left: 63px;

}
.lastfooter_description{
    
    width: 90%;
    font-size: 14px;
    color: #4a4a4a;
    /* margin-top: 50px; */
    margin-left: 63px;

}
#endfooter_div{
    display: flex;
    width: 360px;
    justify-content: space-between;
    margin: auto;
} 
#endfooter_image{
    width: 15px;
    height: 15px;
    margin-top: 18px;
}
#endfooter_heading{
    width: 300px;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
}
#endfooter_description{
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 18px;
}
#endfooter_description1{
    margin: auto;
    width: 90%;
    text-align: center;
    font-size: 14px;
    color: #4a4a4a;
}