.restaurant-box .text-left {
    text-align: left!important;
}
.restaurant-box .text-dark {
    color: #343a40!important;
}
.restaurant-box .mt-5, .restaurant-box .my-5 {
    margin-top: 3rem!important;
}
.restaurant-box a {
    color: #f5442c;
}
.restaurant-box .badge, .restaurant-box .captilize {
    text-transform: capitalize;
}
.restaurant-box .badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.restaurant-box .btn-palatable {
    background: #f44336;
    border: 1px solid #df3a2d;
    color: #fff;
}
.restaurant-box .showOrderOnMobile {
    display: none;
}
.restaurant-box h2 {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    display: inline-block;
}
.restaurant-box h5 {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.restaurant-box h5:after {
    background-color:#fd7a70!important;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.restaurant-box .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.restaurant-box .col, .restaurant-box .col-1, .restaurant-box .col-10, .restaurant-box .col-11, .restaurant-box .col-12, .restaurant-box .col-2, .restaurant-box .col-3, .restaurant-box .col-4, .restaurant-box .col-5, .restaurant-box .col-6, .restaurant-box .col-7, .restaurant-box .col-8, .restaurant-box .col-9, .restaurant-box .col-auto, .restaurant-box .col-lg, .restaurant-box .col-lg-1, .restaurant-box .col-lg-10, .restaurant-box .col-lg-11, .restaurant-box .col-lg-12, .restaurant-box .col-lg-2, .restaurant-box .col-lg-3, .restaurant-box .col-lg-4, .restaurant-box .col-lg-5, .restaurant-box .col-lg-6, .restaurant-box .col-lg-7, .restaurant-box .col-lg-8, .restaurant-box .col-lg-9, .restaurant-box .col-lg-auto, .restaurant-box .col-md, .restaurant-box .col-md-1, .restaurant-box .col-md-10, .restaurant-box .col-md-11, .restaurant-box .col-md-12, .restaurant-box .col-md-2, .restaurant-box .col-md-3, .restaurant-box .col-md-4, .restaurant-box .col-md-5, .restaurant-box .col-md-6, .restaurant-box .col-md-7, .restaurant-box .col-md-8, .restaurant-box .col-md-9, .restaurant-box .col-md-auto, .restaurant-box .col-sm, .restaurant-box .col-sm-1, .restaurant-box .col-sm-10, .restaurant-box .col-sm-11, .restaurant-box .col-sm-12, .restaurant-box .col-sm-2, .restaurant-box .col-sm-3, .restaurant-box .col-sm-4, .restaurant-box .col-sm-5, .restaurant-box .col-sm-6, .restaurant-box .col-sm-7, .restaurant-box .col-sm-8, .restaurant-box .col-sm-9, .restaurant-box .col-sm-auto, .restaurant-box .col-xl, .restaurant-box .col-xl-1, .restaurant-box .col-xl-10, .restaurant-box .col-xl-11, .restaurant-box .col-xl-12, .restaurant-box .col-xl-2, .restaurant-box .col-xl-3, .restaurant-box .col-xl-4, .restaurant-box .col-xl-5, .restaurant-box .col-xl-6, .restaurant-box .col-xl-7, .restaurant-box .col-xl-8, .restaurant-box .col-xl-9, .restaurant-box .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.restaurant-box .img-fluid, .restaurant-box .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.allRestaurent .container {
    overflow: hidden;
    max-width: 1250px;
}
.allRestaurent h2.headingNew {
    text-transform: capitalize;
    font-size: 40px;
    color: #000;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid #FD7A70;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 70px;
    padding: 0 0 15px;
}
.region.region-content .allRestaurent h2.headingNew::after,
.allRestaurent h2.headingNew::after {
    content: "";
    height: 8px;
    width: 160px;
    bottom: -4px;
    left: 50%;
    right: 0;
    position: absolute;
    margin-left: -80px;
    border-radius: 6px;
    z-index: 0;
    transform: skew( -46deg);
    background: #F5442C;
}
.allRestaurent .restaurant-box h2 {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    text-transform: capitalize;
}
.region.region-content .allRestaurent .restaurant-box h2::after,
.allRestaurent .restaurant-box h2::after {
    margin-left: 0px;
}
.allRestaurent .restaurant-box h2 a {
    text-decoration: none;
}
.restaurant-box h5 {
    font-size: 20px;
    font-weight: 700;
}
.restaurant-box p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    opacity: 0.85;
    letter-spacing: 2px;
}
.restaurant-box h6 {
    font-weight: 500;
    font-size: 26px;
}
.restaurant-box .badge-light {
    font-weight: 500;
}
.restaurant-box .btn-palatable:hover {
    background: #CD3327;
    border: 1px solid #CD3327;
    color: #fff;
}
@media (min-width: 576px){
    .restaurant-box .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .restaurant-box .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    } 
    .restaurant-box .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 768px){
    .hideOrderOnMobile {
        display: none;
    }
    .restaurant-box .showOrderOnMobile {
        display: block;
    }
}
