﻿body {
    font-family: Barlow !important;
    overflow-x: hidden;
    margin-bottom: -20px !important;
    bottom: 0;
    background-color: #F4F0E9;
}
   
/*#region Font-Configuration*/
@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Barlow/Barlow-Regular.ttf");
}

@font-face {
    font-family: "Barlow-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Barlow/Barlow-Bold.ttf");
}

@font-face {
    font-family: "Barlow-Black";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Barlow/Barlow-Black.ttf");
}

@font-face {
    font-family: "Barlow-ExtraBold";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Barlow/Barlow-ExtraBold.ttf");
}
/*#endregion*/

/*#region font family*/
.font-regular {
    font-family: "Barlow";
}

.font-bold {
    font-family: "Barlow-Bold";
}

.font-black {
    font-family: "Barlow-Black";
}

.font-exbold {
    font-family: "Barlow-ExtraBold";
}
/*#endregion*/
/*for positioning*/
.absolute {
    position:absolute;
}
.relative {
    position:relative;
}
/*end*/
/*#region custome bootstrap media query classes*/
@media (max-width:1455px) {
    .d-clg-none {
        display: none !important;
    }
}

@media (max-width:1720px) {
    .d-clg-none2 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .col-cmd-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media(max-width:1007px) {
    .footerdiv2, .footerdiv3;

{
    background-image: none !important;
}
    @media (max-width: 768px) {
        .sm-centered {
            text-align:center;
            justify-content:center;
        }
        .sm-centered-flex {
            align-items: center;
            display: flex;
            flex-direction: column;
            text-align:center;
        }
    }

#TestimonialTxt1 {
    border-right: 0px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none !important;
}

.ServicesCards:first-child::before, .ServicesCards:nth-child(2)::before{
    display: none;
}

}
/*#endregion*/

/*#region font color*/
.text-pink {
    color: #006b33;
}

.text-light-gray {
    color: #00000082 !important;
}

.text-orange {
    color: #E25E26;
}

.text-green {
    color: #186f16;
}
.red {
    color:#a91a16;
}
.grey {
    color:#6c6b69;
}
/*#endregion*/

/*#region bg color*/
.bg-light-pink {
    background-color: #FFF6FB;
}

.bg-orange {
    background: #E25E26;
}

.bg-light-grey {
    background: #00000030;
}

.bg-yellow {
    background-color: #FDBE3F;
}

.bg-pink {
    background-color: #FDBE3F;
}

.bg-green {
    background-color: #006b33;
}

.bg-grey {
    background-color: #5e645eb8;
}

.bg-none {
    background: none !important;
}

.bg-pink-1 {
    background-color: #F6008F;
}

.testimonial-bg {
    /*background: #f1f1f1 !important;*/
}
/*#endregion*/

/*#region font size*/
.fs-6 {
    font-size: 15px !important;
}

.fs-7 {
    font-size: 17px;
}

.fs-8 {
    font-size: 20px;
}

.fs-9 {
    font-size: 25px !important;
    font-weight: bold !important;
}

.fs-10 {
    font-size: 3rem;
    font-weight: bold;
}

/*#endregion*/

/*#region custom border*/
.border-right-0 {
    border-right: 0;
}

.border-right-1 {
    border-right: 1px solid;
}

.border-right-2 {
    border-right: 2px solid;
}

.border-right-3 {
    border-right: 3px solid;
}
/*#endregion*/

/*#region width*/
.w-30 {
    width: 44% !important;
}

.w-90 {
    width: 90% !important;
}

.w-85 {
    width: 85% !important;
}
/*#endregion*/

/*#region margin*/
.mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.p-6 {
    padding: 5rem;
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

@media only screen and (max-width:576px) {
    .me-smc-0 {
        margin-right: 0px !important;
    }
}
/*#endregion*/

/*#region padding*/
.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
/*#endregion*/

/*#region for custom toast*/
.custom-toast {
    border-bottom: 10px solid #FDBE3F !important;
}

.toast-close-button {
    color: red !important;
    top: 0;
    margin-top: 0;
    position: absolute !important;
    right: 8px !important;

}

    .toast-close-button:hover {
        color: #000 !important;
    }
/*#endregion*/
/*#region master page header css start*/

.ff-mwb.active {
    color: #007bff; /* Change to desired color */
    font-weight: bold;
}

.navbar-toggler-icon {
    background-image: none !important;
}

.fixed-nav {
    position: fixed;
    box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.fixed-nav-hidden {
    display: none !important;
}

.fixed-top-margin {
    margin-top: 200px;
}


.whitebar {
    border-radius: 1px;
    display: block;
    height: 6px;
    margin-top: 4px;
    width: 34px;
    background-color: #006b33;
}

#SubMenu {
    width: 184px;
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 333;
}

.SubMenuUlList {
    list-style: none;
    padding: 0px 0px;
}

.SubMenuList {
    padding: 6px 12px;
}

.SubMenuUlList .SubMenuList:hover {
    background-color: #006b33;
}

.SubMenuList .SubMenuLink {
    text-decoration: none;
    color: black;
}

.SubMenuUlList .SubMenuList:hover .SubMenuLink {
    color: #ffffff;
}

#navbar-Nav #nav-item-7:hover #SubMenu {
    display: block;
}

/*#region collapse btn start*/
button#collapseBtn {
    position: absolute;
    right: 0px;
    bottom: 38px;
}
/*#endregion*/

#nav-item-7:hover #SubMenu {
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#006b33 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #006b33 !important;
    }

.CartImg {
    cursor: pointer;
}
/*#endregion*/

/*#region services section start*/
.circle-image-container {
    position: relative;
    width: 200px; 
    height: 200px; 
    border-radius: 50%;
    overflow: hidden;
}

.circle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    background-image: url(../images/services.png);
    background-size: 400%;
    background-repeat: no-repeat;
}
.logo1 {
    background-position: 0% 0%; 
}
.logo2 {
    background-position: 100% 0%;
}
.logo3 {
    background-position: 66% 0%;
}
.serviceBlock {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
    padding: 2rem;
    border-radius: 4%;
    transition: all 0.3s ease-in-out;
}
    .serviceBlock:hover {
        background: #ffffff;
        cursor: pointer;
    }
        .serviceBlock:hover .custom-button {
            background-color: #006b33;
            color: #f4f1ea;
        }
.blockmg {
    margin-top:4rem;
}
/*#endregion*/
/*#region abountus*/
#aboutus .HomePageMenuImgBox {
    height: 15rem;
    width: 24rem;
    /*border: 2px solid black;*/
    background: url("../images/Home/BG-03.png") no-repeat;
    background-position: 0px 0px;
    position: absolute;
}

#readmore a {
    text-decoration: none;
    color: white;
}

#aboutus #HomePageMenuImgBox2 {
    float: right;
    right: 0px;
    background: url("../images/Home/BG-04.png") no-repeat;
}
/*#endregion*/

/*#region HomePageMenu*/
#HomePageMenu .MenuNavBtn {
    width: 24px;
    height: 24px;
    background: url(../images/Nex-Prv-Arrow.jpg) no-repeat;
    background-position: 1px 3px;
    /* border: 1px solid black; */
    cursor: pointer;
}

#HomePageMenu #MenuNavBtn2 {
    background-position: -21px 3px;
}

#HomePageMenu #MenuNavBtn1:hover {
    background-position: 1px -19px;
}

#HomePageMenu #MenuNavBtn2:hover {
    background-position: -21px -19px;
}

#HomePageMenu .MenuItemPrice {
    margin-top: 16px;
    font-size: 20px;
}

#HomePageMenu .MenuItemHeading {
    font-size: 22px;
}

#HomePageMenu .MenuItemBox:hover {
    cursor: pointer;
    border: 1px solid #FDBE3F !important;
}

#HomePageMenu .HomePageMenuNav {
    width: 16px;
    height: 18px;
    background: url(/images/Dots.jpg) no-repeat;
    background-position: 2px 3px;
    cursor: pointer;
}

    #HomePageMenu .HomePageMenuNav:hover {
        background-position: -12px 3px;
    }

    #HomePageMenu .HomePageMenuNav:active {
        background-position: -12px 3px;
    }

    #HomePageMenu .HomePageMenuNav:visited {
        background-position: -12px 3px;
    }

#HomePageMenu .HomePageMenuNavLink:hover {
}

    #HomePageMenu .HomePageMenuNavLink:hover a {
        color: #FDBE3F !important;
    }

#HomePageMenu #myTab .HomePageMenuNavLink .nav-link.active {
    color: #FDBE3F !important;
    background: none !important;
}

#HomePageMenu .HomePageMenuImgBox {
    height: 19rem;
    width: 15rem;
    background: url("../images/Home/BG-03.png") no-repeat;
    background-position: 0px 0px;
    position: absolute;
}

#HomePageMenu #HomePageMenuImgBox1 {
    float: left;
    left: 0px;
    margin-top: 3rem;
}

#HomePageMenu #HomePageMenuImgBox3 {
    float: right;
    right: 0px;
    background: url(../images/Home/BG-05.png) no-repeat;
    height: 13rem;
    width: 10rem;
    margin-top: 7rem;
}

.HomePageMenuBlock {
    height: 430px !important;
    overflow: hidden;
}

#HomePageMenu #myTab.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffffff !important;
}
#MenuItemButtonImg {
    background-image: url(../images/CartMenu.png);
    width: 26px;
    height: 23px;
    background-position: 0px 23px;
}
#MenuItemButtonSeperator {
    background-image: url(../images/Seperator.jpg);
    width: 1px;
}
.MenuItemButton {
    padding: 8px;
    gap: 5px;
    border-radius: 8px;
    color: #006b33;
    border: 1px solid #006b33;
    background: transparent;
}
/*#endregion*/
/*#region catering section*/
#Catering .bg-img-promo {
    background: url("../images/Home/promo-bg-img.jpg") no-repeat;
    background-size: cover;
}

.user-input-wrp {
    position: relative;
    margin-bottom: 8px;
}
.CatDpdowm::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #555;
}

    .user-input-wrp span.floating-label {
        position: absolute;
        left: 1px;
        top: 23px;
        color: #ADADAD;
        font-size: 1.1rem;
        pointer-events: none;
        transition: 0.2s ease all;
    }

    .user-input-wrp .inputText:focus {
        border-color: #186f16;
        border-width: medium medium 1.5px;
    }

    .user-input-wrp input:focus ~ .floating-label {
        top: 0px;
        left: 0px;
        font-size: 1rem;
        opacity: 1;
        color: #186f16;
    }

.user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: 0px;
    left: 0px;
    font-size: 1rem;
    opacity: 1;
    color: #006b33;
}

input[type=radio] {
    appearance: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 1px solid black;
    border-radius: 50%;
    background-clip: content-box;
    padding: 2px;
}

    input[type=radio]:checked {
        background-color: #2f9a2dcc;
        border: 2px solid #2f9a2dcc;
    }

.inputText {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ADADAD;
    background: none;
}

.K-radio {
    position: relative;
}

.btn-light {
    background-color: #606060;
    border-color: #606060;
    color: white;
    box-shadow: none;
}

    .btn-light:hover, .btn-light:focus {
        color: #ffffff;
        border-color: #000;
        background-color: #000;
        box-shadow: none;
    }

.CateringInqTxtBox {
    line-height: 1.8;
    margin: 19px 0px;
}
/*#endregion*/

/*#region testiomonial section*/
/*#Testimonial .TestimonialNav {
    width: 16px;
    height: 18px;
    background: url(../images/Dots.jpg) no-repeat;
    background-position: 2px 3px;
    cursor: pointer;
}

    #Testimonial .TestimonialNav:hover {
        background-position: -12px 3px;
    }

    #Testimonial .TestimonialNav:active {
        background-position: -12px 3px;
    }

    #Testimonial .TestimonialNav:visited {
        background-position: -12px 3px;
    }

#TestimonialTxt1 {
    margin-bottom: -18px;
    border-right: 4px solid;
}

#Testimonial {
    background: url(../images/Testimonial-BG.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#TestimonialsInner .carousel-control-next, #TestimonialsInner .carousel-control-prev {
    opacity: 1 !important;
}

    #TestimonialsInner .carousel-control-next:hover, #TestimonialsInner .carousel-control-prev:hover {
        opacity: 0.5 !important;
    }

#TestimonialsInner .carousel-control-prev-icon {
    position: absolute;
    left: -420px;
    top: 33px;
    background: url(../images/TestimonialsArrow.png) no-repeat;
    background-position: 1px 1px;
    width: 52px;
    height: 52px;
}

#TestimonialsInner .carousel-control-next-icon {
    right: -45px;
    position: absolute;
    top: 33px;
    background: url(../images/TestimonialsArrow.png) no-repeat;
    background-position: -61px 1px;
    width: 52px;
    height: 52px;
}*/
/*#endregion*/
/*#region footer section */
#MasterPageFooter {
    position: relative;
}
.socialFooter {
/*margin-top:-133px;*/
}
.Follow {
    font-size: 20px;
}

.FBinner {
    font-size: 16px;
}

.pagefooter {
    padding: 51px;
}

#MasterPageFooter .FooterSocialIcon {
    width: 41px;
    height: 41px;
    background: url("./images/social-media-icon.png") no-repeat;
    background-position: 3px 2px;
    cursor: pointer;
}

.FaFax {
    width: 19px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    height: 22px;
    background-image: url(../Images/ftrFax.png);
}

.FaPhone {
    background: url(../Images/ftrPhone.png);
    width: 19px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 8px;
}

.FaMap {
    background: url(../Images/ftrLocation.png);
    width: 25px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    height: 68px;
}

.footerleft .fa {
    width: 19px;
}

#MasterPageFooter #Instagram {
    background-position: -39px 2px;
}

#MasterPageFooter #Twitter {
    background-position: -96px 2px;
}

div#MasterPageFooter {
    font-size: 12px;
    vertical-align: top;
}

.ConnactIcon {
    background: url(../Images/Footer-SocialMedia.png) no-repeat;
    width: 56px;
    height: 56px;
}

    .ConnactIcon:hover {
        transition: 0.5s all ease-in-out;
    }

.connectInner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ConnectTitle {
    padding-top: 55px !important;
}

.HomeTitle {
    font-family: Poppins-Medium;
    font-size: 45px;
    color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

#Insta {
    background-position: -259px 0px;
}
#Insta:hover{
    background-position: -259px -64px;
}
#Whatsapp {
    background-position: -325px 0px;
}
#Whatsapp:hover {
    background-position: -325px -65px;
}
#GOneC:hover {
    background-position: 0px -65px;
}

#FaceBook {
    background-position: -65px 0px;
}

    #FaceBook:hover {
        background-position: -65px -65px;
    }

ConnactIcon::before {
    padding: 20px;
}

.iconWrapper {
    padding: 0 20px; /* Add padding between the icons */
}
/*#region Hover*/
#MasterPageFooter #Facebook:hover {
    background-position: 3px -38px;
}

#MasterPageFooter #Instagram:hover {
    background-position: -39px -38px;
}

#MasterPageFooter #Twitter:hover {
    background-position: -97px -47px;
}

.business-hours-img {
    background-image: url(./Images/business-hours-img.jpg);
    background-repeat: no-repeat;
    width: 20.1rem;
    height: 22.3rem;
    padding: 15px;
    outline: 1px solid #E0E0DE;
    outline-offset: -16px;
}
/*#endregion*/

/*#endregion*/

/*#region About us page*/

/*#region About us page testimonial*/
.testimonial-seperator {
    border-left: 4px solid #FDBE3F;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FDBE3F !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    border-radius: 63%;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}
/*#endregion*/

/*#endregion*/

/*#region menu page*/
.MenuPageBavbarBlock {
    border-bottom: 1px solid lightgray;
}

.MenuSearch {
    height: auto;
    width: 34px;
    min-width: 19px;
    background: url(../images/Search.png) no-repeat;
    background-position: 14px 9px;
    width: 20%;
    float: left;
    border-radius: 45px;
    border: 1px solid #d3d3d3;
    background-size: 21px;
    padding: 9px;
}

    .MenuSearch:focus-within {
        background: none;
    }

        .MenuSearch:focus-within input::placeholder {
            color: transparent;
        }

.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}

.MenuPageSliderImages {
    width: 100%;
}

.AdvSrcIcon {
    height: auto;
    width: 34px;
    min-width: 19px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    width: 34%;
    background-size: 19px;
}

.MenuPageNavbar {
    border-right: 1px solid #d3d3d3;
    align-items: center;
    text-align: center;
    position: relative;
}

#OrderTypesBox::before {
    height: 12px;
    width: 12px;
    content: "";
    border-top: 1px solid #d3d3d3;
    border-bottom: 0px;
    border-left: 1px solid;
    border-right: 0px;
    transform: rotate(45deg);
    /* float: left; */
    top: -6px;
    position: absolute;
    background: white;
    float: left;
    left: 25px;
    color: #d3d3d3;
}

#OrderTypeDropdown:focus-visible {
    outline: 0px;
}

#OrderTypeDropdown {
    appearance: none;
}

input[type="search"]::placeholder {
    color: #000;
    text-align: center;
    left: 5px;
}

#OrderTypesBox {
    display: flex;
    justify-content: center;
    border-radius: 19px;
    border: 1px solid #d3d3d3;
    position: absolute;
    margin-top: 46px;
    z-index: 1111;
    float: left;
    padding: 6px;
    text-align: center;
    background: white;
}

.OrderTypes {
    border-radius: 28px;
    background-color: #d7d7d7;
    margin: 5px 3px;
    cursor: pointer;
    width: 112px;
    position: relative;
    padding: 8px;
}

    .OrderTypes label {
        cursor: pointer;
        z-index: 90;
        line-height: 1.8em;
    }

    /*  .OrderTypes label,
    .OrderTypes input {
        display: block;
        position: absolute;
        top: 3px;
        left: 24px;
        right: 0;
        bottom: 0;
    }*/


    .OrderTypes input[type=radio] {
        opacity: 0.011;
        z-index: 100;
        margin: 0;
        appearance: none;
        display: none;
    }

    .OrderTypes:hover {
        background-color: #2f9a2dcc;
        color: #ffffff;
    }

    .OrderTypes:has(input[type="radio"]:checked) {
        background-color: #2f9a2dcc;
        color: #ffffff;
    }

.AdvSrcTxt p {
    margin: 8px 0px;
    display:none;
}

.MenuNavSeperator {
    height: 34px;
    width: 1px;
    background: url(./images/seprator.jpg) no-repeat;
    background-position: 0px 6px;
    padding: 0px;
}

.MenuCtgContainer {
    margin: 20px 0px;
}

.MenuCtgDropdown {
    width: 100%;
    border: none;
    outline: none;
}

.ReOrdIndexes {
    width: 26px;
    border: 1px solid lightgray;
    border-radius: 50%;
    text-align: center;
    margin: 0px 4px;
    cursor: pointer;
    background: #D7D7D7;
    border-color: #D7D7D7;
}

    .ReOrdIndexes:hover {
        background-color: #FDBE3F;
        color: #ffffff;
    }

.PtrlImg {
    object-fit: contain;
}

.PtrlMenuTxt {
    line-height: 1;
    margin: 0px;
}

.PtrlMenuTxtBox {
    background: url(../images/PrintableMenu.png) no-repeat;
    width: 40px;
    height: 50px;
    background-position: center center;
    background-size: 84%;
    margin: 0 auto;
}

.asapmenu {
    border-radius: 45px;
    border: 1px solid #d3d3d3;
    display: flex;
}

.CommonHeading u {
    text-decoration: none;
    border-bottom: 2px solid #186f16;
    font-size: 25px;
    padding: 3px;
    line-height: 40px;
    color: #186f16;
    font-family: 'Barlow-ExtraBold';
}

#Ctg2 {
    background-color: #F1F1F1;
}

.Heading1 {
    font-size: 5rem;
}

#MainMenuPageContainer .MenuBoxinner {
    border-radius: 20px;
    transition: all 0.3s;
}
#MainMenuPageContainer .MenuBoxinner:hover {
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#MainMenuPageContainer .MenuBoxinner:hover .MenuItemButton {
    color: #ffffff;
    background: green;
}
#MainMenuPageContainer .MenuBoxinner:hover #MenuItemButtonImg {
    background-position: 0px 48px;
}
/*#endregion*/
/*#region gallery page*/
#GalleryPageSliderImage4 {
    height: 100%;
    object-fit: cover;
}

#GalleryPageSliderImage14 {
    height: 100%;
    object-fit: cover;
}

#GalleryPageSliderImage2 {
    margin-top: 18px;
}

#GalleryPageSliderImage12 {
    margin-top: 18px;
}

img#GalleryPageSliderImage5 {
    height: 229px;
    width: 100%;
    object-fit: cover;
}

img#GalleryPageSliderImage8 {
    height: 229px;
    width: 100%;
    object-fit: cover;
}

div#GalleryImgTxtBox16 {
    height: 100%;
}
.GalleryImgTxtBox {
    cursor:pointer;
}
    .GalleryImgTxtBox img {
        border-radius: 30px;
    }

img#GalleryPageSliderImage16 {
    height: 100%;
    object-fit: cover;
}

img#GalleryPageSliderImage18 {
    margin-top: 18px;
}

.GalleryInnerBox {
    margin: 10px 0px;
}

#GalleryImgTxtBox4 {
    height: 100%;
}

#GalleryImgTxtBox14 {
    height: 100%;
}

.GalleryImgTxt {
    background-color: #0000009e;
    color: white;
    font-weight: bold;
    padding: 6px 7px 6px 6px;
    position: absolute;
    width: 120px;
    text-align: center;
    bottom: 47rem;
    display: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #006b33 !important;
    color: white !important;
}
#myTab li {
    width:auto;
}
/*#endregion*/
/*#region contactus page*/
.ContactInfoContainer {
    background-color: #006b33 !important;
}

.ContactIcons:hover {
    transform: scale(1.2);
    transition: 2s;
}

.RestaurantBusinessHours {
    background-color: #323232;
}

.CloseDay {
    background-color: #ffffff;
    color: #186f16 !important;
}
/*#endregion*/

/*#region advance search*/
.AdvSearchSideBar, .AdvSearchSideBarMobile {
    width: 309px;
    border: 1px solid lightgray;
    position: absolute;
    float: left;
    left: -147%;
    background-color: #ffffff;
    z-index: 3;
    transition: 2s all;
    padding: 0px 7px;
    z-index: 1111;
}

.AdvSearchSideBarMob {
    background: url(../images/searchMob.png) no-repeat;
    width: 100%;
    padding: 14px;
    background-position: 0px 13px;
    display:none;
}

.ReSeparator {
    border-right: 1px solid #d3d3d3;
    width: 0px;
}

.AdvSearchSideBar.active, .AdvSearchSideBarMobile.active {
    left: 0px;
    transition: 0.8s all;
}

#AdvSearchSideBar .row {
    margin-left: 0px;
    margin-right: 0px;
}

.PriceFilterBox {
    width: 70px;
}

#PriceFilter {
    display: flex;
}

#PriceSeperator {
    width: 10px;
    background-color: #919191;
    height: 2px;
    margin-top: auto;
    margin-left: 3px;
    margin-bottom: auto;
    margin-right: 3px;
    border-radius: 28px;
}

#RatingBox {
    display: flex;
}

.RatingInrBox2 {
    width: 50px;
    border: 1px solid lightgray;
    padding: 3px 0px;
    background-color: whitesmoke;
}

.AdvSrcCloseBtn {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding: 0px;
    width: 30px;
}

.AdvSrcCancleBtnImg {
    margin: 0px 6px;
}

#MenuPageNavbarAdvSrc {
    cursor: pointer;
}

.ReOrderIMg {
    background: url(../images/reorder.png);
    height: 22px;
    width: 23px;
    top: 10px;
    background-position: 23px;
    background-size: 22px;
    position: relative;
}
.ReOrderHeading a {
    text-decoration:none;
    color:#424242B3;
}

#AdvSubmit {
    background-color: #FDBE3F;
    color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    outline: none;
    border-color: #FDBE3F;
    margin-left: -5px;
    border: 2px solid #FDBE3F;
    padding: 5px;
}

#Advsearch {
    width: -webkit-fill-available;
    outline: none;
    border: none;
}

#AdvSearchIcon {
    width: 36px;
    height: 30px;
    vertical-align: bottom;
    background: url(./images/asearch.jpg) no-repeat;
    background-position: center;
    border: 1px solid #d3d3d3;
    border-end-start-radius: 20px;
    border-start-start-radius: 20px;
    display: inline-block;
    margin-right: -5px;
    padding: 18px;
    border-right-color: white;
}

.CheckBoxTxt {
    margin-left: 10px;
}

.AdvSrcSearchBar input[type=text] {
    border: 1px solid;
}

#AdvsearchBox {
    display: inline-block;
    width: 10rem;
    padding: 5px 0px;
    border: 1px solid #d3d3d3;
    border-left-color: white;
}

.PriceInrBox {
    margin: 0px 6px;
}

.GoBtn {
    background-color: #FDBE3F;
    padding-top: 3px;
    padding-left: 10px;
    border-radius: 3px;
    padding-right: 9px;
    outline: none;
    border: 1px solid #FDBE3F;
}

.AdvSrcBtns {
    margin: 0px 4px;
}

.CheckBox {
    margin-bottom: 6px;
}

/*#endregion*/

/*#region Pop-Ups*/
#AllPopUps.AllPopUpsBox {
    height: 0px;
    position: absolute;
    top: 25%;
    /* left: 12%; */
    width: 100%;
}

    #AllPopUps.AllPopUpsBox.active {
        width: 100%;
        height: 100% !important;
        z-index: 33333333;
        position: absolute;
        top: 0px;
        background-color: #0000007d;
    }
/*#region popup 1*/
.PopUps {
    /*width: 485px;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 36%;
    position: absolute;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    transition: 1s all;*/
    width: fit-content;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 25%;
    /* left: 36%; */
    position: relative;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    margin: auto;
    transition: 1s all;
}

    .PopUps.active {
        transform: scale(1);
    }

.PopUpOrderTypes {
    border-radius: 51px;
    background-color: #939191;
    margin: 7px 3px;
    padding: 5px 14px;
    cursor: pointer;
    width: 131px;
    text-align: center;
    color: white;
}

    .PopUpOrderTypes:hover {
        background-color: #D83298;
    }

.PopUpcancleImg {
    float: right;
    cursor: pointer;
}

.PopUpsBtns {
    background: transparent;
    outline: none;
    border: none;
    color: #ffffff;
}
/*#endregion*/

/*#region popup 2*/
.PopUps2 {
    /*width: 485px;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 36%;
    position: absolute;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    transition: 1s all;*/
    width: fit-content;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 23%;
    /* left: 36%; */
    position: relative;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    transition: 1s all;
    margin: auto;
}

    .PopUps2.active {
        transform: scale(1);
    }

#PopUpsBtn2 {
    width: inherit;
}

#CtnBtn1 {
    width: 100%;
    border-radius: 6px;
}
/*#endregion*/

/*#region popup 3*/
.PopUps3 {
    /*width: 591px;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 36%;
    position: absolute;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: scale(0);
    transition: 1s all;*/
    width: fit-content;
    border: 1px solid #bbbbbb;
    transform: translate(-50%, -50%);
    top: 0%;
    /* left: 36%; */
    position: relative;
    z-index: 333333;
    background-color: #ffffff;
    padding: 10px 15px;
    margin: auto;
    transform: scale(0);
    transition: 1s all;
}

    .PopUps3.active {
        transform: scale(1);
    }

#PopUpsBtn3 {
    width: inherit;
}

#SignUpBtn1 {
    width: 100%;
    border-radius: 6px;
}
/*#endregion*/

/*#endregion*/

/*#region view cart*/
#ViewCartContainer {
}
#EmptyCart {
background:transparent;
border:none;
}
.EditItemQtnBtn {
background:transparent;
border:0;
}
/*.ViewCartContainers {
    border: 2px solid #cdbebe;
    position: fixed;
    top: 0px;
    display: none;
    right: 0;
    width: 32rem;
    transition: 1s ease-in-out all;
    z-index: 3333;
}

    .ViewCartContainers.active {
        display: block;
    }

#OverlayViewCart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}*/
/*added by alkesh*/
.ViewCartContainers {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 300px;
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    right: 0;
    z-index: 11111;
}

    .ViewCartContainers.active {
        transform: none;
    }
#OverlayViewCart {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s ease;
}

.ViewCartContainers.active + #OverlayViewCart {
    visibility: visible;
    opacity: 1;
}
.checkoutCart #OverlayViewCart {
    display: none;

}
@media (min-width: 1024px) {
    .ViewCartContainers {
        width: 340px;
        transform: translate3d(340px, 0, 0);
    }
}
@media (max-width:1024px){
    .ViewCartContainers {
        width: 340px;
        transform: translate3d(340px, 0, 0);
    }
}
/*end by alkesh*/
.CartCloseBtn {
    cursor: pointer;
}

.DltItemBtn {
    width: 27px;
    outline: none;
    border: none;
    background: transparent;
}

.DcrItemQtnBtn, .IcrItemQtnBtn, .EdtItemBtn {
    width: 17px;
    outline: none;
    border: none;
    padding: 0px;
    background: transparent;
    margin: 0px 4px;
}

.ItemQtn {
    width: 26px;
    height: 19px;
    vertical-align: middle;
    border: none;
    outline: none;
    text-align: center;
}

/*#region custom scrollbar*/

/* width */
body::-webkit-scrollbar {
    width: 10px;
    background: grey;
    height:6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #D6D6D6;
    border: 6px solid white;
    height: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    height: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*#endregion*/


.ItemDescription {
    margin-left: 31px !important;
}

.OfferTxt {
    font-size: 12px;
}

.OfferBtn {
    border: none;
    outline: none;
    width: 49px;
    height: 26px;
    font-size: 13px;
    font-weight: bold;
}

.AddOfferBtn {
    margin-left: 8px;
}

.CheckOutBtn {
    border: none;
    outline: none;
}

#ViewCartContent {
    max-height: 534px;
    /*overflow-y: scroll;*/
}
/*#endregion*/

/*#region custom scrollbar*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*#endregion*/
#divContainer {
    clear: both;
    width: 950px;
    margin: 0px auto 0px;
    padding-top: 228px;
    padding-bottom: 15px;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.CategoryStyle {
    width: 100%;
    display: inline-table;
    text-align: left;
    background: transparent;
    border: 2px solid #000000;
    font-size: 16px;
    /*padding: 13px 0 13px;*/
    z-index: 1;
    overflow-y: scroll;
    position: relative;
}

    .CategoryStyle a {
        text-decoration: none;
        color: #666;
        padding-left: 15px;
        padding-right: 15px;
        display: inherit;
    }

    .CategoryStyle .category {
        float: left;
        text-align: center;
        border: 1px solid #000;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        width: 100%;
        padding: 10px;
        color: #000;
    }

        .CategoryStyle .category:hover {
            background-color: #006b33;
            color: #fff;
            border-color: #006b33;
        }

#categoriesDropDown.hidden {
    display: none; /* Hidden when the class is added */
}

.events {
    pointer-events: none;
}


.m-image {
    width: 100px;
    height: 100px;
    border-radius: 30%;
    border: 1px solid #5c5b5b;
}

.MenuItemBox {
    margin-top: 10px;
}

.MenuItemPrice, .MenuItemHeading {
    font-size: 20px;
    color: black;
    font-family: 'Barlow-Bold';
}

.MenuItemInfo1 {
    font-size: 15px;
}

.MenuItemPrice {
    color:#006b33;
}

.collapse-arrow {
    border-top: 0;
    border-bottom: 7px solid #fff;
    display: block;
}

#filter_users {
    width: 100%;
    padding: 10px;
}

#users-list {
    margin: 0;
    padding: 0;
}

    #users-list li {
        list-style: none;
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #e4e4e4;
    }

.disabled-link {
    pointer-events: none;
}
/*#region for header changes*/
.overlayMobile {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 111111;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    display: none;
}

.Header {
    box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;
    top: 0;
    width: 100%;
    z-index: 1000;
}
    .Header .navbar {
        position:initial;
    }

.headerAdd {
    background: url(../images/Icon/Header/Location.png)no-repeat;
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 10px;
}
.headerPhone {
    background: url(../images/Icon/Header/Call.png)no-repeat;
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 10px;
}
.top {
    top:0;
}
/* The navigation menu links */
.overlayMobile a {
    text-decoration: none;
    font-size: 21px;
    color: #000000;
    display: block;
    transition: 0.3s;
    text-align: center;
    margin: 0 auto;
}

.overlayMobile-content {
    margin-top: 60px;
}

#SubMenuMob a {
    font-size: 16px;
}
/* When you mouse over the navigation links, change their color */
.overlayMobile a:hover {
    color: #006b33;
}

/* Position and style the close button (top right corner) */
.overlayMobile .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#navbar {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .overlayMobile {
        padding-top: 15px;
    }

        .overlayMobile a {
            font-size: 18px;
        }
}

#navbar-Nav {
    gap: 8px;
}

#navbar-Navright {
    gap: 36px;
}

/*.HeaderOrderButton {
    background: #FDBE3F;
    border-radius: 5px;
}

    .HeaderOrderButton a {
        text-decoration: none;
        color: black;
    }*/

.nav-item {
    list-style: none;
}

#navbarTogglerDemo03 {
    padding-top: 30px;
    padding-bottom: 10px;
}

#filter_users {
    display: none;
}
/*#endregion*/
/*#region Added by namrata for menu page design*/
.MenuCategorieslinks {
    width: 100%;
    float: left;
    display: block;
/*    background: white;*/
    text-align: left;
    cursor: pointer;
    color: #000;
    position: relative;
    border: none
}

.CatLinkMob {
    background: #006b33;
    padding: 5px 36px;
    border-radius: 17px;
    width: 100px;
    background-image: url(../images/spoon.png);
    background-repeat: no-repeat;
    background-position: 15px 7px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    animation: slideIn 0.5s ease;
}

#MobileCatOverlay {
    background-color: #000;
    opacity: 0.75;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
    opacity: 0.5;
}

    #MobileCatOverlay:target .popupCat {
        animation: popup 0.7s;
    }

.mobileMenu {
    position: fixed;
    right: 0;
    margin-bottom: 50px;
    bottom: 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 11111 !important;
    transform: translateX(-50%);
    background-color: #f1f1f1;
    /* padding: 10px; */
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobileCategory {
    position: fixed;
    z-index: 1111;
    bottom: 63px;
    left: 0;
    right: 0;
    height: 300px;
    overflow-y: scroll;
    border-radius: 31px;
    margin: 0px 30px 0px 30px;
    transition: opacity 0.3s ease, transform 0.3s ease, height 0s 0.3s;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#myDIV::-webkit-scrollbar {
    width: 0px !important;
}

.mobileCategory .CategoryStyle .category, .mobileCategory .CategoryStyle {
    border: 0px;
    background: #F4F0E9;
}

#myDIVt {
}

.mobileCategory #categories {
    border: 2px solid #FDBE3F;
    border-radius: 10px;
}

.calIcon {
    background: url(../images/cal.png);
    height: 23px;
    width: 23px;
    top: 7px;
    display: block;
    position: relative;
}

.masterPageNavbarLi a {
    text-decoration: none;
    color: black;
    letter-spacing: 0px;
    font-size: 17px;
}

.arrow-downOrder {
    right: 0px !important;
}

#OrderTypeDropdown option {
}

.arrow-down, .arrow-downOrder {
    right: -6px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    float: left;
    content: "";
    color: black;
    position: relative;
    float: right;
}

.AdvSearchSideBarMain {
    position: absolute;
    background: #E25E26;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 31px;
    color: white;
    /* width: 6%; */
    z-index: 11;
    min-width: 6%;
}

.collapse-arrow {
    border-top: 3px solid #000;
    border-bottom: 0px;
    border-left: 3px solid;
    border-right: 0px;
    top: 6px;
}

label[for="OrderTypeDelivery"] {
}

#MNavSrc {
    width: 35px;
}

.divheaderlist {
    display: flex;
}
/*#endregion*/
/*#region for media query of mobile and tablet*/
@media screen and (max-width: 767px) {
    .divHeaderLogo {
        display: none;
    }

    .HeaderAddBar {
        padding: 0px !important;
    }

    .footerdiv2, .footerdiv3 {
        background-image: none !important;
    }

    .MainTitle {
        font-size: 25px !important;
    }

    /*.ViewCartContainers {
        width: 89%;
    }*/
}

@media screen and (max-width: 768px) {
    .divHeaderLogo {
        display: none;
    }

    #TestimonialTxt1 {
        border-right: 0px;
    }
    .blockmg {
        margin:0;
    }
    #tdAnnouncementTitle {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
    #tblAnnouncementTitle tr {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1094px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width:992px) {
    .MenuPageNavbar {
        border-right: 0px !important;
        border-bottom: 0px !important;
    }

    .MenuPageBavbarBlock {
        border-bottom: 0px !important;
    }

    .MenuCategorieslinks {
        border-radius: 45px;
        border: 1px solid #d3d3d3;
    }
}

@media screen and (min-width: 1094px) and (max-width: 1240px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}

/*#endregion*/
/*#region for footer*/
.footerTitleL, .FooterTitle {
    font-size: 22px;
    font-family: "OpenSans-Bold";
    /* text-align: center; */
    color: #fff;
}

.footerdiv2, .footerdiv3 {
    background-image: url(../Images/Footer-Seprator.jpg);
    background-repeat: no-repeat;
}

.footerTitleL u, .FooterTitle u {
    border-bottom: 0px solid white;
    text-decoration: none;
}

.footerListUpper {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.FooterSubBut {
    position: absolute;
    right: 22px;
    margin-top: 6px;
    background: #C60607;
    color: white;
    border: 0px;
    padding: 10px;
    width: 31%;
    border-radius: 3px;
}

.footerInput::placeholder {
    color: black;
    font-style: italic;
}

.footerList .column {
    display: grid;
}

.footerList {
    font-size: 16px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 10px; */
    text-transform: uppercase;
    font-family: OpenSans-Regular;
}

.footerListUpper .nav-item::before {
    height: 11px;
    width: 11px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    float: left;
    /* border-radius: 10px; */
    margin-top: 15px;
    margin-right: 10px;
    content: "";
    color: white;
}

.footerList ul {
}

.footerList a {
    text-align: left;
    color: #fff !important;
    text-decoration: none;
    list-style: none;
    padding-top: 10px;
}

.footerleft {
    color: #fff;
    font-family: OpenSans-Regular;
}

.pagefooter {
    padding-top: 30px;
    padding-bottom: 23px;
}

#FooterLogo img {
    background-repeat: no-repeat;
    width: 171px;
    background-size: 100%;
    margin: 0 auto;
}

.contactusContent {
    font-size: 17px;
}

.ftrPhone {
    font-size: 17px;
    display: flex;
    justify-content: center;
}

.divSocialMedia {
    float: left;
    padding: 10px;
}

.DivSocialLogos {
    display: inline-block;
    padding: 10px 0px;
}

.ContentI {
    text-align: center;
    width: 100%;
    line-height: 1.6;
}


/*#endregion*/
/*#region for datetimepicker*/
.k-input-inner {
    right: 0px;
    left: 24px;
    top: 0px;
}

.k-input, .k-picker {
    display: table-row-group !important;
}

.k-datetimepicker {
    border-color: transparent !important;
    color: #000 !important;
    font-size: 15px !important;
    box-shadow: 0px !important;
}
.k-input-solid {
background:none !important;
}

.k-input-solid:focus, .k-input-solid.k-focus {
    box-shadow: none !important;
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link, .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    background-color: #00000080 !important;
}

.k-time-header .k-time-now:hover, .k-time-selector-header .k-time-now:hover, .k-button-flat-primary, .k-time-header .k-time-now, .k-time-selector-header .k-time-now {
    color: #00000080 !important;
}

.k-button-solid-base.k-selected, .k-button-solid-primary {
    border-color: #00000080 !important;
    color: white;
    background-color: #00000080 !important
}

.k-icon {
    visibility: hidden;
    background: transparent;
}

.k-datetimepicker > .k-input-button {
    background: url(../images/cal.png);
    height: 23px;
    width: 23px;
    top: 3px;
    display: block;
    background-position: 22px;
    position: absolute;
}

    .k-datetimepicker > .k-input-button:hover {
        background-color: transparent !important;
    }
/*#endregion*/
/*#region for itemdetailpage*/
.ItemDetail {
    /*font-family: OpenSans-Regular;*/
}

#Option-content {
    display: none;
    padding: 7px;
    border: 1px solid #d4d4d4;
    border-top: 0px;
}

.itemName {
    text-align: left;
    color: #186f16;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Barlow-ExtraBold';
}

.sizecodeI {
    display: none;
}

.itemPageButton {
    gap: 10px;
}

#totalPrice {
    border: none;
    background: transparent;
    color: #186f16;
    font-size: 22px;
}

.itemPQ {
}

#numberDropdown {
    padding: 7px;
    border-radius: 10px;
}

.IQuan {
    float: left;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
    color: #1c1c1c;
}

.SubmitItem, .deleteItem {
    padding: 9px 9px 9px 9px;
    width: 100%;
    background-color: #006b33;
    color: #ffffff;
    border: 2px solid #006b33;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
}

    .SubmitItem:hover {
        background-color: #fff;
        border: 2px solid #006b33;
        color: #006b33;
    }

.deleteItem {
    background-color: #d4d4d4;
    border: 2px solid #d4d4d4;
    color: #000;
}

    .deleteItem:hover {
        background-color: #fff;
        border: 2px solid #186f16;
        color: #186f16;
    }

.HeaderItem {
    color: #000;
    padding: 10px;
    text-align: left;
    font-weight: bold;
    position: relative;
    background-color: #eee !important;
    border: 1px solid #d4d4d4;
    display: flex;
}

#iconItem {
    width: 28px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.OpenDiv {
    display: block !important;
}

.icon-expanded {
    background: url(../images/id-collapse-icon.png)no-repeat;
}

.icon-collapsed {
    background: url(../images/id-expand-icon.png)no-repeat;
}

.spText textarea {
    height: 70px !important;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
}

.sp {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
}

.itemthumb {
}

#quantitydropdownid {
    width: 50px;
}

.itemQuan {
    display: flex;
}
/*#endregion*/
.itemImgUrl {
    display: none;
}
.imgMenuThumb {
    border-radius:20px;
}
/*#region for cart*/
#NavCart {
    position: relative;
    background-color: #006b33;
    padding: 11px;
    border-radius: 8px;
}

.cart-item-number {
    background: #a91a16;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    position: absolute;
    top: -10px;
    right: -7px;
    font-weight: bold;
    font-size: 12px;
}

#MNavCart {
    position: relative;
    background-color: #006b33;
    padding: 11px;
    border-radius: 8px;
}

.MCount {
    top: -11px;
    right: -6px;
}
/*#endregion*/
/*#region for checkout*/
.checkoutCart .cartInner {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#Ord-Plc-Btn {
    border: 2px solid #186f16;
    border-radius: 3px;
}

.OrderSettingPanel .k-disabled {
    display: none;
}

.OrderSettingPanel .k-datetimepicker {
    border-color: transparent !important;
    color: black !important;
    font-size: 15px !important;
}

#CheckoutPageContainer .ViewCartTitle {
    display: none;
}
.checkoutCart .ViewCartContainers.active {
    display: block !important;
    transform:none !important;
}
/* General button styling */
.btn-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; 
    padding: 8px 12px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    position: relative;
}

    .btn-radio::before {
        content: "";
        width: 16px; 
        height: 16px;
        border: 1px solid #ccc;
        border-radius: 50%;
        background-color: #fff; 
        display: inline-block;
        position: relative;
        transition: border-color 0.3s;
    }

    .btn-radio::after {
        content: "";
        width: 11px;
        height: 11px;
        background-color: #fff; 
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 23%;
        transform: translate(-50%, -50%) scale(1);
        transition: background-color 0.3s, transform 0.3s;
    }
#btnCredit::after {
    left: 21% !important;
}
.btn-radio.active::before {
    border-color: #007bff;
}

    .btn-radio.active::after {
        background-color: #007bff;
        transform: translate(-50%, -50%) scale(0.7); 
    }

    .btn-radio:hover::before {
        border-color: #007bff;
    }
    .btn-radio.active span {
        font-weight: bold;
        color: #007bff; 
    }

/* Optional styling for buttons */
.button-group {
    display: flex;
}

    .button-group input[type="radio"] {
        display: none;
        /* Hide the radio buttons */
    }

    .button-group label {
        padding: 9px;
        background-color: rgba(221, 210, 210, 0.521);
        border-radius: 10%;
        cursor: pointer;
        color: black;
        display: flex;
        justify-content: center;
    }

    .button-group input[type="radio"]:checked + label {
        background-color: black;
        color: white;
        /* Change background color when selected */
    }

.btn-primary {
    background-color: transparent !important;
    border-color: #09800a !important;
    box-shadow:none !important;
}
    .btn-primary:focus, .btn-primary:hover {
        /*background-color: #E25E26 !important;
        border-color: #E25E26 !important;*/
        color: white !important;
    }
input[type="date"]:hover {
     /* Highlight border on hover */
    background-color: #f8f9fa; /* Subtle background change */

}
.hidden {
    display: none;
}

.tipContainer {
    width: inherit;
    width: 80px;
}

/*#endregion*/
/*#region for invoice*/
.divinvoiceLogo {
    width: 130px;
}

.bg-secondary {
    background: rgb(111 112 113 / 92%) !important;
}

.orderInfo th {
    padding: 0.26rem !important;
}

.Invoice .table > :not(caption) > * > * {
    background-color: none;
    border-bottom-width: 0px;
}
/*#endregion*/
.web {
    display: flex !important;
}
/*#region for loading screen css*/
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) 50% 50% no-repeat #ffffff21;
}
/*#ednregion*/
.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Adjust duration and easing as needed */
}

#toast-container {
    display: none;
}

.html5-video-player .video-stream {
    width: 100% !important;
    left: 0px !important;
}
/*#region homepage service section*/
.SerImg {
    background: url(../Images/Services.jpg);
    height: 175px;
    background-repeat: no-repeat;
    width: 175px;
    margin: 0px auto;
}

.ServicesCards:first-child::before, .ServicesCards:nth-child(2)::before{
    content: "";
    position: absolute;
    width: 1px;
    top: 24px;
    height: 100%;
    right: 0px;
    background-image: url(../images/SepratorSER.jpg);
}

.ServicesCards:hover {
    color: #E25E26;
}
.ServicesCards .btn {
    Padding: 10px !important;
    Color: #fff;
    border: 1px solid white !important;
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 15px;
  
    background: #E25E26 !important;
    color:white !important;
    font-weight:bold;
}

    .ServicesCards:hover .btn-primary {
        background-color: #E25E26 !important;
        color: white !important;
    }

#SImg1:hover {
    background-position: 0px -187px;
}

.card:hover #SImg1 {
    background-position: 0px -187px;
}

#SImg2 {
    background-position: -739px 0px;
}

    #SImg2:hover {
        background-position: -739px -187px;
    }

.card:hover #SImg2 {
    background-position: -739px -187px;
}

#SImg3 {
    background-position: -374px 0px;
}

    #SImg3:hover {
        background-position: -374px -187px;
    }

.card:hover #SImg3 {
    background-position: -374px -187px;
}

#SImg4 {
    background-position: -560px 0px;
}

    #SImg4:hover {
        background-position: -560px -187px;
    }

.card:hover #SImg4 {
    background-position: -560px -187px;
}
/*#endregion*/
/*#region*/
#divAnnouncementTitleContainer {
    clear: both;
    text-align: left;
    padding: 10px 20px 15px;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    width: 100%;
}

    #divAnnouncementTitleContainer:hover {
        border: 1px solid #ccc;
    }

#tblAnnouncementTitle {
    width: 100%;
}
#tdAnnouncementTitle {
    vertical-align: top;
    text-align: left;
    width: 500px;
}
.lblAnnouncementTitle {
    font-size: 16px;
    color: #006b33;
    text-decoration: none;
    font-family: 'Barlow-Bold';
}

    .lblAnnouncementTitle:hover {
        text-decoration: underline;
    }

.lblAnnouncementDescription {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.lnkAnnouncement {
    text-decoration: none;
}

.lblAnnouncementTiming {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: bold;
}

.imgAnnouncement {
    width: 250px;
    height: 150px;
}

#divAnnouncementImageAndDescriptionContainer {
    padding-top: 5px;
}

.divAnnouncementTiming {
    width: 100%;
    background-image: url(../Images/Timings.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    min-height: 20px;
    background-size: 19px;
    background-position: 3px 6px;
}

#divAnnouncementDescriptionContainer {
    height: 110px;
    overflow: hidden;
}

#divAnnouncementContainer,
#divPastAnnouncementContainer {
    text-align: left;
}

.tdAnnouncementImage {
    display: none;
}

#divAnnouncementNavigationContainer {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
}

#divPastAnnouncementTitle,
#divAnnouncementTitle {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 12px;
    color: #5a5a5a;
    font-size: 18px;
}

#tblAnnouncementItemTemplate {
    width: 100%;
}

#tdAnnouncementImage {
    text-align: center;
    vertical-align: top;
    width: 250px;
}

#tdAnnouncementContent {
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.eventsIcon {
    background-image: url("../Images/EventsDisplayBoard.png");
    background-repeat: no-repeat;
    color: White;
    font-weight: bold;
    height: 120px;
    padding-right: 25px;
    width: 125px;
}
#divAnnouncementDescriptionContainer img {
    max-height: 110px;
    max-width: 120px;
}
#tdAnnouncementIconImage {
    vertical-align: top;
    text-align: center;
    width: 140px;
    padding-top: 10px;
}
.lblDate,
.lblYear {
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    text-align: center;
    color: #000;
    float: left;
    width: 100%;
    padding-top: 3px;
    line-height: 1.6;
}

.hlnkViewMore {
    text-decoration: none;
    color: #620f19;
}
.lblMonth {
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana;
    text-align: center;
    padding-bottom: 12px;
    color: #fff;
    float: left;
    width: 100%;
    padding-top: 20px;
}
/*#endregion*/
/*for custom button*/
.custom-button {
    display: inline-block;
    text-decoration: none;
    color: #303030;
    font-size: 20px;
    font-family: 'Barlow-Black';
    border: 1px solid #006b33;
    background-color: transparent;
    max-width: 200px;
    width:100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

    /* Hover effect */
    .custom-button:hover {
        background-color: #006b33;
        color: #f4f1ea;
    }
.custom-button-reverse {
    display: inline-block;
    text-decoration: none;
    color: #f4f1ea;
    font-size: 20px;
    font-family: 'Barlow-Black';
    border: 1px solid #006b33;
    background-color: #006b33;
    max-width: 200px;
    width:100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

    /* Hover effect */
    .custom-button-reverse:hover {
        background-color: transparent;
        color: #303030;
    }
/*end custom button*/
/* menu category Carousel */
.category-card {
    flex: 0 0 auto;
    width: 300px;
    text-align: center;
    padding: 2rem;
    display: flex;
    align-items: center;
    align-items: center;
    background: none;
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 4%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
    .category-card img {
        height: 150px;
        width: 150px;
        object-fit: cover;
        border: 1px solid #959595;
        border-radius: 50%;
        padding: 2px;
    }
    .category-card:hover {
        background:#ffffff;
    }
.category-card {
    width: 300px !important;
}
/* end */

/*start testimonial swiper*/
.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-block {
    width: 90%;
    background-color: #f8f9fa;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 360px;
    margin: 0rem 2rem;
}

.swiper-pagination-bullet {
    background-color: #999;
    opacity: 1;
    transition: background-color 0.3s ease;
}
.swiper-pagination {
    position: initial !important;
    margin-top: 1rem;
}
    .swiper-pagination-bullet-active {
    background-color: #007bff;
}
.TestContent {
    text-align:left;
}

@media (min-width: 768px) {
    .swiper-slide {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .swiper-slide {
        width: 25%;
    }
}
.testimonialuser {
    display:flex;
    align-items:center;
    gap:10px;
}

#scrollableMenu {
    padding:1rem 0;
}
#scrollableMenu a {
    text-decoration: none;
    color:#212121;
}

.swiper {
    overflow: visible; /* Ensure the next slide is partially visible */
}

.swiper-slide {
    transition: transform 0.25s ease; /* Smooth transition for sliding */
}

.swiper-wrapper {
    margin-left: -10px; /* Slight negative margin to show part of the next slide */
}

@media (min-width: 768px) {
    .swiper-wrapper {
        margin-left: -20px; /* Adjust for medium screens */
    }
}

@media (min-width: 1200px) {
    .swiper-wrapper {
        margin-left: -30px; /* Adjust for large screens */
    }
}

/*end testimonial swiper*/
/*background images*/
.bg1 {
    top: 0;
}
.bg1 img {
    width: 12vw;
}
.bg2 {
    top: 0;
    right: 16px;
}

    .bg2 img {
        width: 12vw;
    }
.bg3 {
    bottom: -3rem;
    left: 16px;
}

    .bg3 img {
        width: 10vw;
    }
.bg4 {
    bottom: -3rem;
    right: 16px;
}

    .bg4 img {
        width: 10vw;
    }
/*end*/

/*added by alkesh for scroll to top*/
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus, {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #a91a16;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 18px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: #fff;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
/*end by alkesh*/