.bg-nav {
    background-color: #e1dbc4 !important;
}

.pt-pb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-pb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.abouth1 {
    font-size: 40px;
    font-weight: 700;
    color: #012640;
    font-family:Arial, Helvetica, sans-serif;
}

.aboutp {
    color: #484848;
    font-size: 40px;
    font-weight: 600;
    margin-top: -10px;
    line-height: 1.0;
    font-family:Arial, Helvetica, sans-serif;
}

.aboutpara {
    color: #484848;
    font-size: 20px !important;
    font-weight: 400;
    text-align: justify;
    font-family:Arial, Helvetica, sans-serif;
}

.about img {
    border: 2px solid #555;
    padding: 5px;
}

.btn-about {
    color: #012640;
    font-weight: 700 !important;
    font-size: 32px;
    background-color: #c2b893;
    border-color: #c2b893;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family:Arial, Helvetica, sans-serif;
}

.belowabout .col4 {
    text-align: center;
    padding: 60px;
    background: #e1dbc4;
    margin-top: 10px;
}

.belowabout p {
    color: #012640;
    font-size: 18px;
    font-weight: 600;
    font-family:Arial, Helvetica, sans-serif;
}

.belowabout .col002 {
    text-align: center;
    padding: 30px;
    background: #c8c6bf;
    margin-top: 10px;
    border-top-left-radius: 50px;
}

.belowabout .col02 {
    text-align: center;
    padding: 22px;
    background: #e0dcce;
    border-bottom-right-radius: 50px;
}

.populardishestitle {
    color: #012640;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.dishimg {
    padding: 10px;
    margin: 20px;
    background-color: #fff;
	height:auto;
}

.dishname {
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #012640;
    font-family: "welcomefont" !important;
    line-height: 0;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
}
.price {
padding:10px 0 10px 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #e6292b;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0;
    text-align: center;
    font-weight: bold;
}

.dishdescription {
    color: #393939;
    font-size: 16px;
    text-align: justify;
    font-family:Arial, Helvetica, sans-serif;
}

.dishrate {
    font-size: 24px;
    color: #012640;
    font-weight: 700;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
}

.carticon {
    float: right;
    color: #796e48;
    
}

.cartbsicon {
    /*float: right;*/
    color: #796e48;
    
}

.nav-pillss .nav-link {
    border-radius: .25rem !important;
}

.center {
    text-align: center;
}
.fs14 {
    font-size: 14px;
    color: #02263d;
    font-family:Arial, Helvetica, sans-serif;
	
}

.fs15 {
    font-size: 15px;
    color: #02263d;
    font-family:Arial, Helvetica, sans-serif;
}

.fs15wh {
    font-size: 16px;
    text-transform: uppercase;
    color: #012640;
    font-weight: 700 !important;
    font-family:Arial, Helvetica, sans-serif;
}

.p-30 {
    padding: 30px;
}

.pt-pb-80-30 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.mt-5 {
    margin-top: 5px;
}


/* footer  */

.footer-li {
    list-style: none;
    margin-top: 10px;
    font-family:Arial, Helvetica, sans-serif;
}

.footer-li li {
    margin-top: 10px;
    font-family:Arial, Helvetica, sans-serif;
}

.socialicons i,
.fa-map-marker,
.fa-clock-o {
    /*color: #134e78;*/
}

.downloadicon {
    position: fixed;
    z-index: 9;
    right: 0;
	margin-right:18px;
    background-color: #02263d;
    height: 207px;
    width: 30px;
	line-height:30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    /* text-shadow: 2px 2px #FFFFFF; */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: 340px;
    color: #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
}

a {
    color: hotpink;
}

@media (max-width: 320px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 76px;
        width: 30% !important;
    }
}

@media (min-width: 321px) and (max-width: 424px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 94px;
        width: 30% !important;
    }
}

@media (min-width: 425px) and (max-width: 480px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 111px;
        width: 30% !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 123px;
        width: 30% !important;
    }
}

@media (min-width: 678px) and (max-width: 767px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 60px;
        width: 30% !important;
    }
}

@media (min-width: 768px) and (max-width: 882px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 93px;
        width: 30% !important;
    }
}

@media (min-width: 883px) and (max-width: 1023px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 76px;
        width: 30% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 76px;
        width: 30% !important;
    }
	.logoimg{
	width:10%;
	}
}

@media (min-width: 1440px) and (max-width: 2560px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 101px;
        width: 30% !important;
    }
}

@media (min-width: 2561px) {
    .caroselimg {
        width: 50%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin: 0px 76px;
        width: 30% !important;
    }
}


/* home page slider  */

#news-slider {
    margin-top: 80px;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family:Arial, Helvetica, sans-serif;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
    font-family:Arial, Helvetica, sans-serif;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
    font-family:Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}


/* order now page css  */

.img50 {
    width: 50%;
}

.searchbox {
    background: #9f9673;
    border: none;
    color: white;
    width: 100%;
    height: 100%;
    padding: 17px;
    font-size: 18px;
    font-family:Arial, Helvetica, sans-serif;
}

.searchbox ::placeholder {
    color: #FFFFFF;
    font-size: 18px;
    font-family:Arial, Helvetica, sans-serif;
}

.fa-search {
    float: right;
    margin-right: 6px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    color: #231611;
    font-size: 30px;
}

.navtab .active {
    color: #000 !important;
    background-color: #9f9673 !important;
    border: 1px solid #9f9673 !important;
    font-family:Arial, Helvetica, sans-serif;
}

.navtab {
    display: block;
    padding: .5rem 1rem;
    color: #000 !important;
    border: 1px solid #000 !important;
    font-family:Arial, Helvetica, sans-serif;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9f9673 !important;
    font-family:Arial, Helvetica, sans-serif;
}

.bestselling h1 {
    font-size: 40px;
    font-weight: 700;
    color: #012640;
    font-family:Arial, Helvetica, sans-serif;
}

.bestsellingborder {
    border: 3px solid #9f9673;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:10px;
}

.p-10 {
    padding: 10px !important;
}

/*.bestsellingborder h3 {*/
/*    border-top: 3px solid #9f9673;*/
/*    font-size: 20px;*/
/*    font-family:Arial, Helvetica, sans-serif;*/
/*    color: #012640;*/
/*}*/

/*.bestsellingborder {*/
/*    border: 3px solid #9f9673;*/
/*}*/

.bestsellingborder h3 {
    /*border-bottom: 3px solid #9f9673;*/
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif;
    color: #012640;
}

.dishratebs {
    font-size: 25px;
    color: #012640;
    font-weight: 700;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
}

.nondishname {
    text-transform: uppercase;
    font-size: 20px;
    color: #012640;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:10px;
    font-weight:bold;
	
}


/* veg radio button  */

.navtabss .active {
    color: #000 !important;
    background-color: #9f9673 !important;
    border: 1px solid #9f9673 !important;
    font-family:Arial, Helvetica, sans-serif;
}

.navtabss {
    display: block;
    padding: .5rem 1rem;
    color: #000 !important;
    border: 1px solid #000 !important;
    font-family:Arial, Helvetica, sans-serif;
}

.nav-pillss .nav-link.active,
.nav-pillss .show>.nav-link {
    color: #fff;
    background-color: #9f9673 !important;
    font-family:Arial, Helvetica, sans-serif;
}


/*below more radio button */
.bgcolor .active {
    color: #000 !important;
    background-color: #9f9673 !important;
    border: 1px solid #9f9673 !important;
    font-family:Arial, Helvetica, sans-serif;
}

.bgcolor {
    display: block;
    padding: .5rem 1rem;
    color: #000 !important;
    border: 1px solid #000 !important;
    font-family:Arial, Helvetica, sans-serif;
}

.justify-content-center .nav-link.active,
.justify-content-center .show>.nav-link {
    color: #fff;
    background-color: #9f9673 !important;
    font-family:Arial, Helvetica, sans-serif;
}

/* non veg loadmore section */

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content {
    height: 100%;
    width: 19%;
    color: #fff;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    background-color: transparent;
    margin: 10px 5px;
    display: none;
    font-family:Arial, Helvetica, sans-serif;
}

#loadMore {
    color: #012640;
    display: block;
    text-align: center;
    margin: 20px auto;
    border: 1px solid transparent;
    transition: .3s;
    font-size: 25px;
    font-weight: 600;
    font-family:Arial, Helvetica, sans-serif;
}

#loadMores {
    color: #012640;
    display: block;
    text-align: center;
    margin: 20px auto;
    border: 1px solid transparent;
    transition: .3s;
    font-size: 16px;
    font-weight: 600;
    font-family:Arial, Helvetica, sans-serif;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
    font-family:Arial, Helvetica, sans-serif;
}


/* non veg loadmore section ends here  */


/*  veg loadmore section */


/* veg loadmore section ends here  */

@media (max-width: 320px) {
    .content {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .contents {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .wh {
        width: 125px;
        height: 75px;
        margin-top: 10px;
        font-family:Arial, Helvetica, sans-serif;
    }
    .p-30-50 {
        padding: 10px ​40px 75px 38px !important;
        font-size: 20px !important;
        color: #012640 !important;
        font-weight: 700 !important;
        font-family:Arial, Helvetica, sans-serif;
    }
}

@media (min-width: 321px) and (max-width: 424px) {
    .content {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .contents {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
    }
    .wh {
        width: 150px;
        height: 90px;
        margin-top: 10px;
        font-family:Arial, Helvetica, sans-serif;
    }
    .p-30-50 {
        padding: 10px ​40px 75px 38px !important;
        font-size: 22px !important;
        color: #012640 !important;
        font-weight: 700 !important;
        font-family:Arial, Helvetica, sans-serif;
    }
}

@media (min-width: 425px) and (max-width: 480px) {
    .content {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .contents {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .wh {
        width: 175px;
        height: 90px;
        margin-top: 10px;
    }
    .p-30-50 {
        padding: 10px ​40px 75px 38px !important;
        font-size: 23px !important;
        color: #012640 !important;
        font-weight: 700 !important;
        font-family:Arial, Helvetica, sans-serif;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .content {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        font-family:Arial, Helvetica, sans-serif;
        display: none;
    }
    .contents {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .wh {
        width: 201px;
        height: 90px;
        margin-top: 10px;
        font-family:Arial, Helvetica, sans-serif;
    }
    .p-30-50 {
        padding: 10px ​40px 75px 38px !important;
        font-size: 23px !important;
        color: #012640 !important;
        font-weight: 700 !important;
        font-family:Arial, Helvetica, sans-serif;
    }
}

@media (min-width: 678px) and (max-width: 767px) {
    .content {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .contents {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .wh {
        width: 201px;
        height: 90px;
        margin-top: 10px;
    }
    .p-30-50 {
        padding: 10px ​40px 75px 38px !important;
        font-size: 23px !important;
        color: #012640 !important;
        font-weight: 700 !important;
        font-family:Arial, Helvetica, sans-serif;
    }
}

@media (min-width: 768px) and (max-width: 882px) {
    .content {
        height: 100%;
        width: 31%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        font-family:Arial, Helvetica, sans-serif;
        margin: 10px 5px;
        display: none;
    }
    .contents {
        height: 100%;
        width: 31%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .wh {
        width: 201px;
        height: 90px;
        margin-top: 10px;
    }
    .p-30-50 {
        padding: 10px ​40px 75px 38px !important;
        font-size: 23px !important;
        color: #012640 !important;
        font-weight: 700 !important;
        font-family:Arial, Helvetica, sans-serif;
    }
}

@media (min-width: 883px) and (max-width: 1023px) {
    .content {
        height: 100%;
        width: 19%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .contents {
        height: 100%;
        width: 19%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .wh {
        width: 201px;
        height: 90px;
        margin-top: 10px;
        font-family:Arial, Helvetica, sans-serif;
    }
    .p-30-50 {
        padding: 10px 40px 75px 38px !important;
        font-size: 23px !important;
        color: #012640 !important;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: 700 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .content {
        height: 100%;
        width: 18%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        font-family:Arial, Helvetica, sans-serif;
        margin: 10px 5px;
        display: none;
    }
    .contents {
        height: 100%;
        width: 18%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        font-family:Arial, Helvetica, sans-serif;
        margin: 10px 5px;
        display: none;
    }
    .wh {
        width: 201px;
        height: 90px;
        margin-top: 10px;
    }
    .p-30-50 {
        padding: 10px ​40px 75px 38px !important;
        font-size: 23px !important;
        color: #012640 !important;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: 700 !important;
    }
}

@media (min-width: 1440px) and (max-width: 2560px) {
    .content {
        height: 100%;
        width: 19%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .contents {
        height: 100%;
        width: 19%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .wh {
        width: 201px;
        height: 90px;
        margin-top: 10px;
    }
    .p-30-50 {
        padding: 10px ​40px 75px 38px !important;
        font-size: 23px !important;
        color: #012640 !important;
        font-weight: 700 !important;
        font-family:Arial, Helvetica, sans-serif;
    }
}

@media (min-width: 2561px) {
    .content {
        height: 100%;
        width: 19%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        font-family:Arial, Helvetica, sans-serif;
        display: none;
    }
    .contents {
        height: 100%;
        width: 19%;
        color: #fff;
        font-size: 24px;
        line-height: 100px;
        text-align: center;
        background-color: transparent;
        margin: 10px 5px;
        display: none;
        font-family:Arial, Helvetica, sans-serif;
    }
    .wh {
        width: 201px;
        height: 90px;
        margin-top: 10px;
    }
    .p-30-50 {
        padding: 10px 40px 75px 38px !important;
        font-size: 23px !important;
        color: #012640 !important;
        font-weight: 700 !important;
        font-family:Arial, Helvetica, sans-serif;
    }
}

.uppercase {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:200;
}

.m-3020{
    margin: 20px 30px 20px 30px;
}