<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*bannerimage*/
.righticonimage
{
    display:flex;
  position: absolute;
  top: 0.5px;
  margin-top: 21px;
  right: 15px;
}
.righticonimage ul
{
 display:flex;
}
 .righticonimage&gt;ul&gt;li&gt;a&gt;img
 {
    max-width: 135px;
    /*padding-top: 20px;*/
    padding-right: 5px;
  }
.outer_home_banner_section {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 738px;
    background-size: cover;
}
.showcase {
  width: 100%;
  height: 500px;
  position: relative;
  color: white;
  text-align: center;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showcase .overlay {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 35, 82, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}

.showcase h2 {
  margin-top: 170px;
  font-size: 3em;
}

.showcase p {
  margin-top: 8px;
  font-size: 1.2em;
}
 /*search bar*/
 
.centered {
        max-width: 500px;
 
 min-height: 140px; 
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
      -webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    color: #425457;
  
    font-family: JetSansDigital,Arial,sans-serif;
    font-weight: 400;
    padding: 2%;
    text-align: center;
    text-rendering: optimizeLegibility;
    width: 95%;
    z-index: 110;
}
.centeredh
{
        font-size: 40px;
 
    line-height: 1.17;
    margin-bottom: 12px;
        color: #24ca1d;
 
 
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 8px;
}
.centeredhh
{
    padding-right:30px;
    font-size: 20px;
    line-height: 2.4;
        color: #425457;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 16px;
}
.wrapper {
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
}

.label {
  font-size: .625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: +1.3px;
  margin-bottom: 1rem;
}

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #fff;
  outline: none;
  border: 2px solid #24ca1d;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
   border:none;
   
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}
/* End-bannerimage*/

/*download section */
.black-section-bg {
 background-color:#fff;
 padding:4%;
 padding-top:0px;
}

.leftRightTextBlock {
    padding-top:50px;
  width: 100%;
  max-width: 700px;
}
.leftRightTextBlockimg
{
    max-width:65%; 
    width:100%;
}
.heading {
    padding-top:15px;
font-size: 30px;
color: #000;
font-weight: 700;
text-transform: uppercase;
line-height: 1.2;
  margin-bottom: 0;
}
.strapline {
font-size: 20px;
color: #C59C35;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
}
.custom-para {
font-size: 16px;
font-weight: 500;
line-height: 1.2;
color: #000;
margin-top: 30px;
}
.black-section-bg .strapline::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #fff;
margin: 6px 10px;
}

.leftRightImageBlock {
  max-width: 50%;
  background-size: 300px 100px;
background-repeat: no-repeat;
 
 background-position: 50% 50%;
height: 400px;
width: 100%;
}
.custom-btn {
  background: #c59c35;
  text-transform: uppercase;
  padding: 27px 44px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 0;
  transition: color .4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overlfow: hidden;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
}
.custom-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  z-index: 1;
  transition: transform .5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
  transform: scaleX(0);
  border-radius: 0;
}
.custom-btn:hover::before {
  transform: scaleX(1);
  color: #fff!important;
  z-index: -1;
  }
a:hover {
  color: #c59c35;
  text-decoration: none;
}
.leftrighticonimage ul
{
    display:flex;
}
 .leftrighticonimage&gt;ul&gt;li&gt;a&gt;img
 {
  max-width:180px;
  padding-top:10px;
  padding-right:10px;
  }
 @media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
             .centereded
    {
         top:19% !important;
    }
   .centered_area
        {
            top:19% !important;  
        }
      
      
  }
  @media screen and (max-width:959px)
  {
        .centereded
    {
         top:30% !important;
    }
       .centered_area
        {
            top:30% !important;  
        }
      .outer_home_banner_section
      {
              height: 377px;
      }
  }
@media (max-width: 768px){
     .centereded
     {
         top:35% !important;
     }
    .leftRightTextBlock
    {
            padding-top: 140px;
    }
    
    .outer_home_banner_section
    {
            height: 311px;
    }
    .centered
    {
            top: 69%;
                max-width: 499px;
    }
.leftRightImageBlock {
  width: 100%;
  max-width: 100%;
  background-size: contain;
  background-position: center top;
  height: 340px;
}
.black-section-bg
{
 margin-top: 66px;
}
}
/*End-download section */
  @media screen and (max-width:599px)
         {
             .centered_area
        {
            top:50% !important;  
        }
        .rest-cnt {
          margin-top: 20px;
         }
         .rest-shdw {
          margin-top: 10px;
         }
         }
@media screen and (max-width:479px)
{
    .centereded
    {
         top:30% !important;
    }
    
    .centered_area
    {
        min-height: 133px !important;
            top: 30% !important;
    }
    .centered
    {
            top: 78%;
            width: 85%;
    }
    
    .outer_home_banner_section 
    {
       height: 130px;
    }
    .righticonimage&gt;ul&gt;li&gt;a&gt;img 
    {
    max-width: 80px;
    }
    .leftRightTextBlockimg
    {    
        max-width: 100%;
    }
    .heading
    {
        font-size:27px;
    }
    .leftrighticonimage&gt;ul&gt;li&gt;a&gt;img
   {
       max-width: 166px;
   }
   .centeredh
   {
       font-size:27px;
   }
 
}
@media screen and (max-width: 376px)
{
.centereded,.centered_area {
    top: 40% !important;
}
}
/*area_listings page css*/

.centered_area {
  max-width: 500px;
  min-height: 140px; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
      -webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    color: #425457;
  
    font-family: "JetSansDigital",Arial,sans-serif;
    font-weight: 400;
    padding: 2%;
    text-align: center;
    text-rendering: optimizeLegibility;
    width: 95%;
    z-index: 110;
}
.centered_area h1
{
        font-size: 40px;
 
    line-height: 1.17;
    margin-bottom: 12px;
        color: #24ca1d;
 margin: 0% 0 0%;
 
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 8px;
}
.areas {
    float: left;
    width: 100%;
    height: 300px;
    background-color: #24ca1d !important;
    /*background: url(../../images/restaurants/areas) no-repeat scroll left center/cover;*/
}
.fas
{
padding-left:5px;
}
/*restaurant area page css start from here*/
.centereded {
        max-width: 500px;
 
 min-height: 140px; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
      -webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    color: #425457;
  
    font-family: JetSansDigital,Arial,sans-serif;
    font-weight: 400;
    padding: 2%;
    text-align: center;
    text-rendering: optimizeLegibility;
    width: 95%;
    z-index: 110;
}

/*new design CSS starts (21-12-2023)*/
.img-rad img{
    border-radius:20px;
}
.list-btn li a {
    color: #fff;
    float: left;
    padding: 5px 10px;
    background: #2cad1c;
    margin: 10px 3px;
    font-size: 14px;
}
.list-btn li a:hover {
    color: #fff;
}
.rest-cnt span{
    color:#da7487;
}
.table-mn {
    margin-top: 60px;
}
.rest-cnt a:hover {
    color: #000;
    text-decoration: underline;
}
.rest-shdw {
    box-shadow: 0 0 5px 0 #ccc;
    padding: 10px 10px 0px 10px;
    border-radius: 10px;
}
.rest-cnt h2 {
    color: #000;
    font-size:21px!important;
    font-weight:600!important;
    padding-left:0!important;
    padding-bottom: 5px;
}
ul.list-btn {
    display: flex; 
}
.fa-star {
    color: #ffe912;
}
.cl-clr {
    padding-top: 10px;
    color: green;
}
.listing-cnt a:hover {
    color: #fff;
}
.rest-cnt p {
    margin-bottom: 7px;
    font-size: 13px;
}
.rest-order {
    margin-bottom: 15px;
}
.top_header_menu1 li a:hover {
    text-decoration:none;
}
.oz_oops_restaurant_not_found {
    margin: 20px 0!important;
    width:100%!important;
}
@media(max-width:767px) {
    .centereded, .centered_area {
    top: 35% !important;
}
.rest-cnt h2 {
    font-size: 14px!important;
}
.rest-order {
    padding-left:0!important;
    padding-right:0!important;
}
.m-flex {
    display:flex;
}
.rest-cnt img {
    width: 20px;
}
.cl-clr {
  padding-top: 0; 
}
.oops_rx_not_found {
    width: 100%;
}
.contact-info h3 {
    font-size: 20px;
    text-align: center;
    font-weight:600;
}
.contact-info h3 a{
    color: #07b500;
    font-size: 20px;
    font-weight:600;
}
.zsiq_seasonal .seasonal-img&gt;svg {
    top: -50px!important;
}
.zsiq_flt_rel {
    top: 30px;
}
.rx_search_field .inner_rx_search_field input[type="text"] {
    width:100%;
}
}

@media(min-width:768px) and (max-width:991.98px) {
    .centereded, .centered_area {
    top: 23% !important;
} 
.inner_home_banner_search_button {
    width: 478px;
}
.inner_home_banner_search_button input[type="text"] {
    width: 100%;
}
.list-btn li a {
    padding: 7px 5px;
}
.rest-bdr .col-md-5 {
    max-width: 100%;
    flex: none;
    margin-bottom: 10px;
}
.rest-bdr .col-md-7 {
    max-width: 100%;
    flex: none;
}
.img-rad img {
    width: 100%;
}
.contact-info h3 {
    font-size: 22px;
    text-align: center;
    font-weight:600;
}
.contact-info h3 a{
    color: #07b500;
    font-size: 22px;
    font-weight:600;
}
header .logo {
    width: 100%;
}
.zsiq_flt_rel {
    top: 35px;
}
.rx_search_field .inner_rx_search_field input[type="text"] {
    width:100%;
}
.oops_rx_not_found {
    width: 100%;
}
}

@media(max-width:990px){
    header .toggle span {
    top: 80%;
}
.outer_oz_inner_page_bottom_menu {
   margin: 0; 
}
header {
    width: 100%;
}
.rx_search_field {
    width: 100%;
}
}
/*new design CSS Ends (21-12-2023)*/

/*Popup CSS Starts*/
.modal-body h1 {
  font-weight: 900;
  font-size: 2.3em;
  text-transform: uppercase;
}
.modal-body a.pre-order-btn {
  color: #000;
  background-color: gold;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 6600;
}
.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}
#myModal {
    top: 120px;
}
/*Popup CSS Ends*/

/*new year css starts*/
#newyr_msg {
    box-shadow: 0px 0px 18px 10px #fff;
    font-size: 33px;
    position: absolute;
    padding: 10px 15px;
    top: 23%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
    font-weight: bold;
}
.restaurant-detailed-banner .img-fluid.cover {
    height: 100%!important;
}
@media(max-width:767px) {
 #newyr_msg {
    font-size: 20px;
    position: absolute;
    top: 27%;
    left: 50%;
    width: 100%;
}
}

@media(min-width:768px) and (max-width:991.98px){
    #newyr_msg {
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
}
}</pre></body></html>