/***********Responsive**************/


@media only screen and (max-width: 1399.98px) {

    .nav>ul>li {
        margin: 0px 20px 0px 0px;
    }

     

    .heading-area h2 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 55px;
    }

    .food-category .row
    {
        justify-content: center;
    }

    .cat-area 
    {
        margin-bottom: 20px;
    }

     
}

@media only screen and (max-width: 1199.98px) {

    .nav>ul>li {
        margin: 0px 20px 0px 0px;
    }

    .food-con-left {
    width: 250px;
}

.food-content h4 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    line-height: 25px;
}

.cat-area h3 {
     
    font-size: 18px;
}
    

.ride-order h4 {
    font-size: 50px;
    line-height: 55px;
}



}

@media only screen and (max-width: 991.98px) {

    /*******************************
********NAV BAR*****************
*****************************/
    .nav {
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgb(0 0 0 / 88%); 
        height: 100%;
        z-index: 999;
        transform: translate(-105%, 0px);
        transition: all 0.4s ease-in-out;
        width: 300px;
        box-shadow: 0 0 5px #606060;
        margin: 0;
        display: block;
        overflow-y: auto;
    }

    .menutogg {
        transform: translate(0%, 0px) !important;
        transition: all 0.4s ease-in-out;
    }

    .nav ul {
        width: 100%;
    }

    .header .row {
        margin: 0px;
    }

    #pull {
        display: block;
        width: auto;
        float: right;
        margin-top: 10px;
        order: 3;
    }

    ul#menu-bg {
        display: block;
    }

    .header-phone {
        margin-left: 40px;
        margin-top: 14px;
    }

    .top-icon {
        margin-top: 31px;
    }

    .nav>ul>li {
        display: block;
        margin: 0;
    }

    .logo {
        margin-top: 0;
        position: relative;
        z-index: 99;
        width: 250px;
        order: 1;
    }

    .menu-part {
        flex-flow: wrap;
    }

    /*******************************
********NAV BAR*****************
*****************************/

    .nav>ul>li>a {
        padding: 10px 15px;
        color: #FFF;
    }

    .mob-logo {
        display: block !important;
        width: auto !important;
        margin: 0 auto;
        text-align: center;
        margin-top: 0;
        border-radius: 0;
        overflow: hidden;
        background: #000000a1;
        padding: 20px;
    }

    .topmines #pull {
        margin-top: 5px;
    }

    .nav>ul>li:hover>a,
    .nav>ul>li.current-menu-item>a,
    .nav>ul>li.current-menu-parent>a,
    .nav>ul>li.current-menu-ancestor>a {
        color: #fff;
    }

    .call-text b {
        font-size: 26px;
        line-height: 60px;
    }

    .call-text strong {
        font-size: 40px;
        line-height: 45px;
    }

    .banner-content {
    position: absolute;
    top: 38%;
    z-index: 99;
    width: 100%;
    margin-left: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.banner-btn 
{
    justify-content: center;
}

.nav>ul>li::before 
{
    display: none;
}

.food-con-left {
        width: 300px;
    }

   
}



@media only screen and (max-width: 767.98px) {

    .top-head 
    {
        flex-flow: wrap !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: bold;
}

.banner-content h1 strong {
    font-size: 40px; 
}

.banner-area .slick-slide img {
    display: block;
    height: 450px;
}

.footerdetails ul 
{
    flex-flow: wrap;
    justify-content: start !important;
}
     
.footerdetails li, .footerdetails li a {
    align-items: start;
}

.footerdetails li {
    padding: 0;
    max-width: initial;
    margin-bottom: 15px;
}

.top-head {
        flex-flow: wrap !important;
        justify-content: start !important;
        align-items: start !important;
    }

    .location-top p, .phone-number p {
    color: #FFF;
    font-size: 16px;
}

.location-top {
        width: fit-content;
        flex: 0 0 fit-content;
    }

.location-top i, .phone-number i {
    color: #FFF;
    font-size: 25px;
    margin-right: 10px;
}

.location-top i {
    font-size: 28px;
}

}

@media only screen and (max-width: 575.98px) {

    
.food-con-left {
        width: auto;
    }


}

@media only screen and (max-width: 480px) {

    .food-content h4 {
        font-weight: bold;
        color: #000;
        font-size: 17px;
        line-height: 25px;
    }

    .food-content p  
    {
        font-size: 14px;
    }

    .food-con-left {
        width: auto;
        margin-right: 10px !important;
    }
     

}

@media only screen and (max-width: 320px) {}