.contact_sec{
    width: 100%;
    padding: 100px 0;
    position: relative;
}
.contact_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;
}
.contact_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_banner{
    width: 100%;
    padding: 15vh 0 0;
    position: relative;
    height: 400px;
}
.menu_banner:before{
    content: '';
    width: 100%;
    position: absolute;
    background: rgb(0 0 0 / 25%);
    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%;
}
.icon_text{
    padding-left: 15px;
}
.icon_text h6{
    font-family: monospace;
    font-size: 18px;
}
.icon_text a{
    font-size: 22px;
    color: #000;
    font-family: monospace;
}
.contact_form{
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 10px rgb(223 84 36 / 32%);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.contact_form label{
        font-family: monospace;
    color: #525252;
    font-size: 18px;
}
.send_btn{
    background: #333;
    padding: 7px 43px;
    border: none;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: monospace;
}







@media (min-width: 1025px){
    
}
@media (min-width:1500px){
   
}
@media (max-width:1440px){    
    
}
@media (max-width:1024px){   

}
@media(max-width:768px){
    
}
@media (max-width: 767px){
    
}
