html {
  scroll-behavior: smooth;
}
body{
  padding-bottom: 0px !important;
  background-color: #fff;
}
/*sub nav css*/
.sub-nav-bg{
  background-color: #900000;
}
*:focus{
  outline: none !important;
}

.ff{
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}
p{
  font-size: 15px;
  letter-spacing: .30px;
  margin-bottom: 10px;
}
.yellow-color {
  font-weight: 700 !important;
  font-size:20px !important;
  color:#fba900 !important;
}
.sub-nav-par{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.sub-nav-icon{
  width: 30px;
  height: 30px;
  /* border-radius: 50%;
  border: 2px solid #fff; */
}
.inner-banner-subhead{
  font-size: 30px;
  color: #fff;
  font-family: 'Staatliches', cursive;
  letter-spacing: 1.5px;
  margin: 0;
}
.sub-nav-ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
.sub-nav-ul > li{
  display: inline-block;
  margin-right: 10px;
}
.sub-nav-ul2{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sub-nav-ul2 > li{
  display: inline-block;
  margin-right: 10px;
}
/*end of sub nav css*/
/*navbar css*/
.nav-bg{
  background-image: url('images/nav-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #131315;
}
.black-wood-bg{
  background-image: url('images/navbar-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-menu {
  color: #fff;
  font-size: 30px;
}

.f-right{
  float: right;
}

@media only screen and (max-width:834px) and (min-width: 0px){
  .sub-nav-ul > li{
    margin-right: 0px;
  }
  .on-mobile{
    display: block;
  }
  .on-desktop{
    display: none;
  }
  .sub-nav-bg{
    padding-bottom: 13px;
  }
  .mobile-width-75px{
    width: 75px;
    margin-top: 5px;
  }
  .ml-min-30px{
    margin-left: -30px;
  }
  .sub-nav-ul{
    margin-top:15px;
    margin-left: 12px;
  }
  .sub-nav-par{
    font-size: 13px;
  }
  .float-unset{
    float: unset !important;
  }
  .m-float-left{
    float: left !important;
  }
  .m-text-center{
    text-align: center;
  }
  .navbar{
    padding: 0;
    padding-left: 1rem !important;
  }
}

@media only screen and (max-width:2000px) and (min-width: 768px){
  .on-mobile{
    display: none;
  }
  .on-desktop{
    display: block;
  }
}

@media only screen and (max-width: 768px) and (min-width: 0){
  button.find-outlet{
    padding: 5px 8px;
    border-radius:10px;
    font-size: 16px;
    min-width: 135px;
  }
  div.find-outlet{
    gap:15px !important;
  }
   .find-outlet > a {
    width: 160px !important;
    min-width: 0 !important;
    font-size: 16px;

  }
  .find-outlet .dropdown-container .dropdown-toggle {
    padding-left:15% !important;
    width:160px !important;
  }
  .find-outlet .dropdown-container .dropdown-toggle::before{
    right:15% !important;
  }
  .copyright-txt{
    text-align: center;
  }
  .footer-nav-links{
    text-align: left;
  }
  .footer-nav-links > li > a {
    line-height: 25px;
    font-size: 13px;
  }
  .outlet-content > h3{
    font-size: 14px !important;
  }
  .footer-menu-container .footer-links{
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  .outlet-facility-par{
    font-size: 10px;
  }
  .banner-padding{
    padding-top: 45%;
  }
}

/*end of navbar css*/

.banner-padding{
  padding-top: 36.4%;

}

.gallery{
  display: block;
  max-width: 330px;
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin: auto;
}
.padding-top-20per{
  padding-top: 20%;
}
.p-top-5per{
  padding-top: 5%;
}
/*end of banner css*/
/*index gift card secton*/
.wooden-bg{
  background-image: url('images/wooden-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.gift-bg{
  background-image: url('images/gift-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.gift-card-section-heading{
  /* font-family: 'Kaushan Script', cursive; */
  font-family: 'Staatliches', cursive;
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  text-align: center;
}
.gift-card-section-par{
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
  text-align: end;
}
.right-attached{
  float: right;
  margin-right: -15px;
}
.p-top-20px{
  padding-top: 20px;
}
.p-top-50px{
  padding-top: 50px;
}
.p-top-25px {
    padding-top: 25px;
}
.p-bottom-20px{
  padding-bottom: 20px;
}
.p-left-200px{
  padding-left: 200px;
}
.m-top-3per{
  margin-top: 3%;
}

/*end of index gift card section*/
/*subscribe section css*/
.input-email-icon{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/email.png");
  background-repeat: no-repeat;
  background-position-x: 3%;
  background-position-y: 13px;
}
/*end of subscribe section css*/
/*footer css*/
.footer-bg{
  background-image: url('images/footer-bg-new.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.color-white{
  color: #fff;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.footer-par{
  color:#fff;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.footer-par1{
  color: #000;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  background-color:#fff;
  border-radius:15px;
}
.right-footer {
  max-width: 400px;
}
.footer-links > a, .footer-links > a:hover, .footer-links > a:focus, .footer-links > a:active{
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
}
.fw-line{
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.footer-nav-links{
  list-style-type: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  padding-left: 0;
}
.footer-nav-links > li{
  display: inline-block;
}
.footer-nav-links > li > a{
  color:#fff;
  text-decoration: none;
}
.copyright-txt{
  color:#fff;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.tbbbrt-txt{
  font-family: 'Staatliches', cursive;
  color: #333;
  font-size: 25px;
  letter-spacing: 1px;
}
.color-red{
  color: #f00000;
}
/*end of footer css*/
/*inner page css*/
.inner-banner-hyderabad{
  background-image: url('images/hyderabad-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner-giftcard{
  background-image: url('images/gift-card-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner-celebrations{
  background-image: url('images/celebrations-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.location-box-par{
  color:#383838;
  font-size: 15px;
  line-height: 15px;
}
.m-bottom-10px{
  margin-bottom: 10px;
}
/*end of inner page css*/
/*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
#ignismyModal .modal-header{
  border:0px;
}
.modal-par{
  color: #000;
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 600;
}
.modal-par2{
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}
.form-input{
  max-width: 400px;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #626262;
}
.sign-up-btn{
  background-color: #ea1921;
  max-width: 400px;
  width: 100%;
  height: 50px;
  color:#fff;
  border: 1px solid #ea1921;
}
.modal-bg{
  background-image: url('images/inner-bg.png');
background-size: cover;
background-repeat: no-repeat;
border: 10px solid #F4A500;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000 !important;
}
.close-btn{
  color: #161616;
  text-align: right;
  font-size: 20px;
  padding-right: 20px;
  padding-top: 10px;
  cursor: pointer;
}
.gallery-bg{
  background-image: url('images/board-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

/*--thank you pop ends here--*/
.width-700px{
  max-width: 700px;
  width: 100%;
}
.full-line{
  width: 100%;
  height: 2px;
  display: block;
  background-color: #ddd;
}
.inner-menu-bg{
  background-image: url('images/inner-menu.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner-content{
  margin-top: 5.5%;
  margin-bottom: 5.5%;
}
.h-line{
width: 100px;
height: 3px;
display: block;
background-color: #f00000;
}
.inner-banner-heading{
  color: #fff;
  font-size: 60px;
  font-family: 'Staatliches', cursive;
}
.img-container{
  max-width: 400px;
  height: 400px;
  width: 100%;
}
.select-1{
  max-width: 500px;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 15%;
}
.select-setting{
  max-width: 500px;
  width: 100%;
  height: 60px;
  border: 8px solid transparent;
  padding-left: 10px;
  -webkit-border-image: url('images/border-img.jpg') 5 round;
  -o-border-image: url('images/border-img.jpg') 5 round;
  border-image: url('images/border-img.jpg') 5 round;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
}
.tab-box{
  margin-right: 20px;
  width: 250px;
  height: 70px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  padding: 17px;
  letter-spacing: 1px;
  font-family: 'Staatliches', cursive;
}

.search-by{
  max-width: 300px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: 5px;
  z-index: 1;
  right: 5%;
}
.sb-heading{
  width: 100%;
  height: 70px;
  padding: 18px;
  background-color: #ffb50c;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Staatliches', cursive;
}
.search-list{
  max-width: 300px;
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}

.inner-banner-head{
  font-size: 45px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Staatliches', cursive;
  margin: 0;
}
.heading{
  margin-top: 25px;
  margin-bottom: 25px;
}
a:hover,a:focus{
  outline: none;
  text-decoration: none;
}
.tab .nav-tabs{
  border-bottom: none;
  position: relative;
}
.tab .nav-tabs li{
  margin-bottom: 0;
  width: 16.665%;
  background-color: #eee;
}
.tab .nav-tabs li a{
  display: block;
  padding: 15px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  color: #EA1921;
  margin-right: 0;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a i{
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}
.tab .nav-tabs li a img{
  width: 25px;
  margin-bottom: 15px;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
  border: none;
  background-color:#ffb50c;
  color:#fff;
}
.tab .nav-tabs li.active a img,
.tab .nav-tabs li a:hover img{
  filter: brightness(0) invert(1);
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
  content: "";
  width: 0;
  border-top: 3px solid #ffb50c;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:after{
  left: auto;
  right: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
  width: 50%;
}
.tab .tab-content{
  padding: 20px;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  color: #757575;
  line-height: 30px;
  background-color: #fff;
}
.tab .tab-content h3{
  font-size: 50px;
  margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
    }
    .tab .nav-tabs li a,
    .tab .nav-tabs li a:hover{ border-bottom: 1px solid #dfdfdf; }
    .tab .tab-content{ border-top: none; }
}
.mt-12px{
  margin-top: 12px;
}
.map-container{
  max-width: 100%;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.map-container iframe{
  width: 100%;
  height: 100%;
}
.map{
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.inner-bg{
  background-image: url('images/inner-bg.png');
}
.outlet-img-container{
  max-width: 600px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  overflow: hidden;
}
.search-list-item {
  /* margin-bottom: 15px; */
  text-align: left;
  letter-spacing: 1px;
  font-size: 14px;
  color: #F20000;
  font-weight: 600;
  border-bottom: 2px solid #ffc726;
  /* padding-left: 25px; */
  padding: 5px 0px;
}
.search-list-item > a , .search-list-item > a:hover, .search-list-item > a:focus, .search-list-item > a:active{
  color:#f20000;
  text-decoration: none;
}
.tabs-line{
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffd40b;
}
.menu-container{
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffb50c;
}
.menu-heading{
  color: #323232;
  background-color: #eca400;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1000px;
  width: 100%;
}
.carousel-control-next-icon {
  background-image: url("images/arrow-right1.png");
}.carousel-control-prev-icon {
  background-image: url("images/arrow-left1.png");
}
.modal-setting{
  max-width: 900px;
  width: 100%;
}
.modal-bg2{
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-background-color{
  background-color: #ffb50c;
}
.banner-img-setting-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
}
.banner-img-setting-left2{
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
}
.banner-img-setting-left3 {
  position: absolute;
  top: -105px;
  left: 0;
  width: 300px;
}
.banner-img-setting-right{
  position: absolute;
  top: 0;
  right: 0;
  width: 195px;
}
@media only screen and (max-width:768px) and (min-width: 0px){
  .banner-img-setting-left{
    position: absolute;
    top: 75%;
    left: 0;
    width: 80px;
    bottom: 0;
  }
  .banner-img-setting-left2 {
    position: absolute;
    top: 65%;
    left: 0;
    width: 80px;
    bottom: 0;
  }
  .banner-img-setting-left3 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 200px;
    bottom: 0;
  }
  .banner-img-setting-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    bottom: 0;
  }
  .bat-input {
  font-size: 10px;
}
}
/*offer carousel*/
.offer-banner{
  margin-top: 40px;
  border: 5px solid #ffb50c;
}
/*end of offer carousel*/
.panel-heading-setting{
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 1px;
  /* font-family: 'Staatliches', cursive; */
}
.panel-heading-setting > a{
  color:#f00000;
}
.border-top{
  border-top: 2px solid #eee;
}
.border-bottom{
  border-bottom: 2px solid #eee;
}
/* Media Queries for Home Page Slider */
.abs-form-input{
  width: 100%;
  height: 40px;
  border-top:0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f00000;
  color:#333;
}

.abs-textarea{
  width: 100%;
  padding-top: 10px;
  border-top:0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f00000;
}
.abs-submit-btn{
  width: 150px;
  height: 50px;
  background-color: #f00000;
  color: #fff;
  border: 1px solid #f00000;
  border-radius: 3px;
}
.gc-faq{
  width: 100%;
  background-color: #f00000;
  height: 40px;
  padding: 8px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 3px;
}
/*e card slider css*/
/*end of e card slider css*/
.abs-form-box{
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-left: 15px;
  padding-right: 15px;
}

.form-img-bg-mv{
  background-color: #eee;
}
.form-img-bg2{
  background-color: #000;;
  /* background-image: url('images/gc-bg-2.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
}
.form-img-bg3{
  background-color: #000;
  /* background-image: url('images/gc-bg-1.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
}
.form-img-bg4{
  background-color: #000;
  /* background-image: url('images/gc-bg-4.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
}
.form-heading{
  margin-top: 2%;
  letter-spacing: 1px;
  color: #f20000;
  text-transform: uppercase;
}
.form-heading-white{
  margin-top: 2%;
  letter-spacing: 1px;
  color: #fff;
}
.form-select{
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 0px;
  border-top:0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f00000;
  background-color: rgba(0, 0, 0, 0);
}
/**/
.rbc-ul{
  padding-left: 3%;
  list-style-image: url('images/right.png');
}
.faq-box{
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 15px;
}
.csv-list-container{
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.csv-list-cc > ul{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.csv-list-cc > ul > li{
  margin-right: 10px;
}
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {display: none;}

.v-thumbnail{
  position: relative;
  cursor: pointer;
}
.play-btn{
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 40%;
}
@media only screen and (min-width: 700px) and (max-width: 768px){
  .play-btn{
    width: 50px;
  }
}
/*career-opportunity css*/
.co-box{
  max-width: 1100px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3px;
  padding: 10px;
}
.co-ul{
  letter-spacing: 1px;
  line-height: 30px;
  color: #3f3f3f;
  font-weight: 400;
}
.apply-now{
  width: 100px;
  height: 40px;
  background-color: #f00000;
  border: 1px solid #f00000;
  border-radius: 3px;
  color:#fff;
  letter-spacing: 1px;
}
/*end career-opportunity css*/
.book-now-btn{
  width: 100%;
  background-color: #f0b202;
  border: 1px solid #f0b202;
  color: #fff;
  text-align: center;
  padding: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  position: sticky;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.mobile-view{
  display: none;
}
@media only screen and (min-width:0px) and (max-width: 900px){
  .mobile-view{
    display: block;
  }
  .desktop-view{
    display: none;
  }
}
.mimage-container{
  max-width: 300px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border: 8px solid transparent;
  -webkit-border-image: url(images/border-img.jpg) 5 round;
    -o-border-image: url(images/border-img.jpg) 5 round;
    border-image: url(images/border-img.jpg) 5 round;
    background-color: #fff;
}
.our-story-heading{
    font-family: 'Staatliches', cursive;font-size: 35px;
letter-spacing: 1px;
}
.os-ul{
  padding-left: 0;
  list-style-type: none;
}
.condition-box{
  background-color: #fff;
  padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gift-ul{
  padding-left: 0;
  list-style-type: none;
}
.gift-ul > li{
  display: inline-block;
}
.gift-btn{
  max-width: auto;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  color:#fff;
  letter-spacing: 1px;
}
.gcb-color1{
  background-color: #f20000;
}
.gcb-color2{
  background-color: #0082f2;
}
.video-bg{
  background-image: url('images/video-bg1.jpg');
  background-repeat:repeat;
}

#genie {
    background-image: url(images/genie.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 150px;
    height: auto;
    z-index: 5;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  #genie{
    display: none;
  }
}
.abs-input{
  max-width: 600px;
  width: 100%;
  height: 50px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f00000;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
.color-black{
  color:#000;
}
/* .search-btn{
  background-color: #ea1921;
  min-width: 150px;
  color: #fff;
  border: 1px solid #ea1921;
  border-radius: 3px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
} */
.fl-bg{
  background-image: url('images/fl-bg.jpg');
  background-repeat: no-repeat;
}
.cn-bg{
  background-image: url('images/cn-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.states-banner{
  position: absolute;
  bottom: 0;
}

.state-text{
  font-family: 'Staatliches', cursive;
  color: #000;
  font-size: 35px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  .state-text{
    font-size: 27px;
  }
}
.blinking{
    animation:blinkingText 4s infinite;

}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}
.sub-nav-bg{
  background-image: url('images/gift-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  .sub-nav-bg{
    background-image: url('images/video-bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}
.font-s25px{
  font-size: 25px
}
.m-close-btn{
  width: 40px;
  height: 40px;
  background-color: #f00000;
  border-radius: 50px;
  text-align:center;

}
.gift-pl{
  padding-left: 200px;
}
@media only screen and (max-width: 1366px){
  .gift-pl{
    padding-left: 100px;
  }
#gallery-celebration h4{
  font-size: 40px!important;
  }
  .oc-5 .position-relative .position-absolute p {
  line-height: 20px!important;
  }
  .oc-5 .position-relative .position-absolute h3{
  font-size: 18px !important;
  }
  .bat-input {
  font-size: 10px !important;
}
}
@media only screen and (min-width: 0px) and (max-width: 767px){
  .gift-pl{
    padding-left:30px;
  }
  .offer-items-bg {
    max-width: 250px !important;
    height: 115px !important;
}
}
.m-mr{
  margin-right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  .m-mr{
    margin-right: 20px;
  }
}
.btn-ul{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.btn-ul > li{
  display: inline;
}
@media only screen and (max-width: 320px){
  .search-btn {
    max-width: 130px;
  }
  .m-mr{
    margin-right: 8px;
  }
  .mobile-width-75px {
    width: 60px;
    margin-top: 10px;
  }
  .hamburger-setting{
    width: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 834px){
  .display-834px{
    display: block;
  }
}
.outlet-box{
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  overflow: hidden;
  background-image: url('images/outlet-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
.outlet-content{
  font-family: 'Staatliches', cursive;
  letter-spacing: 1px;
}
.outlet-content > h3{
  font-size: 33px;
}
.index-icons{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #6D0E0C;
  background-color: #6D0E0C;
}
.iit-text {
    color:#fff;
    font-size: 12px;
    font-weight: 600;
}
.display-none{
  display: none;
}
.m-ul{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.m-ul > li{
  display: inline-block;
}
.app-store{
  list-style-type: none;
  padding-left: 0;
}
.app-store > li{
  display: inline-block;
}
.blink_me {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  0% {
    opacity: 0;
    color: #fff;
  }
  50%{
    color: #EDA600;
    opacity: 1;
    }
  100%{
    color: #fff;
    opacity: 0;
  }
}
.hidetabs{
  visibility: hidden;
}
.city-heading{
  width: 100%;
  padding: 10px;
  background-color: #f9ad1e;
    font-family: 'Staatliches', cursive;
}
.city-heading > a, .city-heading > a:hover, .city-heading > a:focus, .city-heading > a:active{
  color:#fff;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 1px;
}
.abs-outlet-container{
  border:2px solid #f9ad1e;
}
.city{
  padding: 10px;
  background-color: #fff;
  letter-spacing: 1px;
  border-bottom: 2px solid #f9ad1e;
}
.city > a, .city > a:hover, .city > a:focus, .city > a:active{
  color:#333;
  text-decoration: none;
}
.footer-blink {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  0% {
    opacity: 0;
  }
  50%{
    opacity: 1;
    }
  100%{
    opacity: 0;
  }
}
.marquee-setting{
  position: relative;
  max-width: 100%;
  width: 41vw;
  overflow-x: hidden;
  height: 10px;
  float: left;
  padding-top: 6px;
  overflow-y: hidden;
  color: #fff;
}
.offer-ltd-txt{
  font-size: 10px;
  /* text-transform: capitalize; */
  margin-bottom: 0px;
}
@media only screen and (max-width: 600px) and (min-width: 0){
  .marquee-setting{

    max-width: 100%;
    width: 100vw;

  }
}
.simple-marquee-container{
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 15s linear infinite 1s;
}
@keyframes marquee {
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-50%);
	}
}

.simple-marquee-container ul li{
	display: inline-block;
	list-style: none;
}

.notify
{
  background-color:red;
  margin-top: 2px;
  margin-bottom: 25px;
  color:#fff;
  text-align: center;
}

.error
{
  background-color:red;
  margin-top: 2px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.special-text{
  font-size: 30px;
    font-family: 'Satisfy', cursive;
    color: #A82C2F;
}
.header-gift h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #A82C2F;
}
.header-gift {
    color: #A82C2F;
    padding: 10px;
    color: #fff;
    margin-top: 0%;
}
.booking-div {
    list-style: none;
    font-size: 19px;
}
.fl-bg {
    background-image: url(images/fl-bg.jpg);
    background-repeat: no-repeat;
}
.form-select1{
  width: 100%;
  max-width: 400px;
  margin-left: 15px;
}
.sitemap-ul{
  padding-left: 15px;
}
.sitemap-ul  > li > a{
  color:#212529;
}
.menu-border-bottom{
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
}
.menu-total-amount{
  font-size: 20px;
  float: right;
  color:#f00;
}
.menu-heading > h3{
  font-size: 24px !important;
}
.beer-icon{
  color:#f00;
  font-size: 20px!important;
}
.outlet-cont{
  text-align: justify;
  line-height: 28px;
  letter-spacing: 1.2px;
  margin-bottom: 5%;
}

.blink_img {
  animation: blinker 2s linear infinite;
  width:32px;
}
@keyframes blinker {
  50% { opacity: 0; }
}
@keyframes blin {
  50% { opacity: 0; }
}
.ex-abs{
  color: #333;
  letter-spacing: .5px;
}
.ex-abs-i{
  color: #f14028;
  /* letter-spacing: .5px; */
}
.abs-ex-container{
  width: 100%;
  padding: 20px;
  border: 2px dotted #848281;
}
.express-form-container{
  max-width: 600px;
  width: 100%;
  padding: 15px;
}
.express-table-tr{
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}
.blink_online_del{
  animation: blinker 2s linear infinite;
  color: #fdbc38!important;
}
.new-blink-fx{
  animation: blinker 1.2s linear infinite;
}
.mob-img{
  width: 40px;
}
.outlet-page-h2{
  font-size: 23px;
  font-weight: 500;
}
.red-font{
  color:#f14028;
}
.package-container{
  max-width: 400px;
  width: 100%;
  border: 2px dashed #f14028;
  padding: 20px;
  border-radius: 10px;
}
.celebrations-transaction td{
     border: 1px solid black;
     padding-left: 10px;
}
.form-card{
  max-width: 900px;
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  padding: 16px;
  text-align: left;
  position: relative;
}
.location-select{
  width: 100%;
  height: 40px;
  border-top: 0px;
  border-bottom: 1px solid #f20;
  border-right: 0px;
  border-left: 0px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 5px;
}
.form-label{
  font-size: 13px;
}
.form-card p{
  font-weight: 300;
  letter-spacing: .5px;
  color: #464141;
}
.form-card-button {
    width: 100%;
    height: 40px!important;
    padding: 10px!important;
    background-color: #eee;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    border: 1px solid #eee;
    cursor:pointer;
}
.form-card-button-active {
    padding: 3px;
    background-color:#f20 !important;
    border-radius: 5px;
    color:#fff !important;
  font-size: 13px;
  border: 1px solid #f20 !important;
  cursor:pointer;
}
.form-card-input{
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #f20;
  font-size: 13px;
  height: 40px;
}
.form-card-phone-input{
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #f20;
  height: 40px;
  font-size: 13px;
}
.rb-cont-pr{
  position: relative !important;
}
.button-container{
  position: absolute;
  bottom: -50px;
  left: 45%;
  right: 50%;
}
.reserve-table{
  width: 90px;
  height: 90px;
  background-color: #f20;
  border: 1px solid #f20;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.number-modal-dialog{
  max-width: 400px !important;
}
.number-modal-content{
  border-radius: 20px !important;
}
.no-select-width{
  width: 70px;
}
.form-card .input--group-button--beat{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  -webkit-transform-origin: 75px 50px;
  transform-origin: 75px 50px;
  -webkit-animation: beat 1s ease-in-out infinite alternate;
  animation: beat 1s ease-in-out infinite alternate;
  opacity: .18;
  border-radius: 50%;
  background: #ff2e00;
}

@keyframes beat{
  0% {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 10px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.flex-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.jc-center{
  justify-content: center;
}
.w-20per{
  width: 20%;
}
.w-80per{
  width: 80%;
}
.num-btn{
  width: 100%;
  height: 40px;
  background-color: #f20;
  border-radius: 50px;
  border: 1px solid #f20;
  color: #fff;
  text-transform: uppercase;
}
.small-font{
  font-size: 12px;
}
.socialicon-form-card{
  max-width: 90px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eee;
  border-radius: 50px;
  padding: 3px;
}
.w-100per{
    width:100%;
}
.sidebar{
  background-color: #eee;
  font-weight: 600;
}
.sidebar .active{
  background-color: #f10 !important;
  color: #fff;
}
.sidebar a{
  width: 100%;
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #f10;
  color: #000;
}

.sidebar-tabs{
  list-style-type: none;
  padding-left: 0px;
}
.lg-display-none{
  display: none;
}
.home-icn{
  width:35px;
}
.address-box button{
  background-color:#ea1921;
  padding:8px 10px;
  color:#fff;
  border-radius: 6px;
  border:none;
}
@media only screen and (max-width: 900px) and (min-width: 0px){
  .md-display-none{
    display: none;
  }
  .sm-ds{
    display: block;
  }
  .form-card{
    min-height: 1070px;
  }
  .button-container{
    left: 39%;
  }
}
.customer-input{
  width: 100%;
  height: 30px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 14px;
  background-color: #f7f7f7;

}
.site-card {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    border: 5px;
}
.jc-sb {
    justify-content: space-between;
}
.vnv-icon {
    width: 25px;
}
.vdivider {
    width: 1px;
    height: 20px;
    background-color: #F20;
}
.rounded-container-sm {
    min-width: 70px;
    padding: 0 5px;
    border: 1px solid #000;
    border-radius: 50px;
}
.wi-15px {
    width: 15px;
}
.card-text-small {
    font-size: 13px;
}
.text-clr {
    color: #a42d31;
    font-weight: 600;
}
.sec-divider {
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.green-card-btn {
    background-color: #128014;
    border: 1px solid #128014;
    color: #fff;
    cursor: pointer;
}
.card-chekbtn {
    width: 85px;
    height: 40px;
    border-radius: 3px;
    background-color: #f20;
    border: 1px solid #f20;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.green-card-btn {
    background-color: #128014;
    border: 1px solid #128014;
    color: #fff;
    cursor: pointer;
}
.customer-select{
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/dropdown.png);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 10px;
  color: #000;
  font-size: 14px;
    border-radius: 3px;
}
.panel-default>.panel-heading {
    color: #333!important;
    background: linear-gradient(to right, #620014 0%, #bc0000 100%)!important;
    border-color: #ddd;
}

.panel-body {
    padding: 15px;
    background-color: #f2f2f2;
    color: #545454;
    width: 100%;
    margin-bottom: -2%;
}
.abs-feedback {
    font-size: 14px;
    letter-spacing: 1px;
}
.abs-panel-subhead {
    margin-top: -1%;
    margin-bottom: 0%;
    color: #754D07;
}
.select-flex {
    padding-top: 8px;
}
.abs-radio {
    margin-right: 8% !important;
}
.flex-abs {
    display: block;
}
.abs-select2 {
    width: 49%;
    height: 40px;
    border: 1px solid #505050;
    color: #464646;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-left: 12px;
    /* margin-top: 10%; */
    background-color: rgb(253, 198, 62);
    font-size: 11px;
}

.abs-feedback {
    font-size: 14px;
    letter-spacing: 1px;
}
.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}
.label-site-field{
  color: #000;
  font-size: 14px;
}
.panel-title{
  font-size: 16px;
  letter-spacing: .50px;
  margin-bottom: 0px;
  font-weight: 700;
}
.param-error{
  color: #d40505
}

.table-head{
  background-color: #fec026;
  color: #fff;
}
.resend_otp{
  cursor: pointer;
  text-decoration: underline;
  color: #a80014;
}
.width-150{
  max-width:150px;
}
.logout-a,.logout-a:hover{
  color: #000;
  text-decoration: none;
}
.log-icon-btn {
    width: 30px;
}
.jc-sb{
  justify-content: space-between !important;
}
.form-cc{
  padding: 20px;
background-color: #f1f1f1;
border-radius: 5px;
max-width: 100%;
}
.sidebar-icon {
  width: 20px;
}
.font-13px {
  font-size: 13px;
}
.btn2 {
  background-color: #fabc53;
  border: 1px solid #fabc53;
  color: #000;
  font-size: 14px;
  border-radius: 3px;
}
.site-btn {
  min-width: 150px;
  height: 30px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
}
.form-card2{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  padding: 16px;
  text-align: left;
  position: relative;
}
.divider{
  border: 1px solid #ddd;
}
.br-divider{
  border-right: 1px solid #dbdbdb;
}
.pax_count {
  width: 80px;
  height: 25px;
  border: 1px solid #cac8c8;
  font-size: 14px;
  text-align: center;
}
.site-h6{
  font-weight: 600;
}
.book-table-section-head{
  max-width: 200px;
  background-color: #FFC208;
  padding: 7px;
}
.input-card{
  width: 100%;
  padding: 0px 5px;
  background-color: #fff;
  /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1); */
  border-radius: 3px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}
.bat-input{
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  height: 35px;
  font-size:13px;
}
.bat-icon-container{
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 5px 5px;
  background-color: #f20;
  border-radius: 0px 0px 5px 5px;
  width: 30px;
  text-align: center;
}
.bat-icon-container-trans{
  background-color: rgba(0, 0, 0, 0);
}
.bat-select{
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  height: 48px!important;
  appearance: none;
  -moz-appearance:none;
  -webkit-appearance: none;
  font-size:13px;
}
.bat-textarea{
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-size:13px;
}
.bat-btn{
    background-color: #ea1921;
    max-width: 105px;
    width: 100%;
    height: 40px;
    color: #fff;
    border: 1px solid #ea1921;
    border-radius: 3px;
    font-size: 15px;
}
.total-pax-p{
  background-color: #f1f1f1;
  padding: 8px 10px;
  max-width:100%;
  border-radius: 3px;
}
.pax-txt{
  color:#6e6e6e;

}
.number-pax{
  color: #f20;
  font-weight: 600;
  font-size: 20px;
}
.ty-container{
    max-width: 400px;
    padding: 15px !important;
    background-color: #f4f4f4 !important;
}
.ty-message{
    font-size: 25px;
color: #ff940f;
font-weight: 400;
}
.ty-br{
    border-right: 1px solid #ddd;
}
.ty-bst{
    font-size: 14px;
}

.download-app-btn{
  position: absolute;
  max-width: 450px;
  width: 100%;
  bottom: 40px;
  left: 50%;
  right: 0px;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 0%);
  text-align: center;
}
.bottom-0{
  bottom: 0px;
}
/* .res-side-banner-container{
  z-index: 2
}
.res-side-banner{
  z-index: -1;
  position: relative;
}
.res-side-banner:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 1;
} */
.marketing-par{
  font-size: 13px;
  text-align: center;
}
.store-btn-sm{
  width: 140px;
  display: block;
}
.side-floating-card{
  position: fixed;
  bottom: 40px;
  right: -400px;
  max-width: 300px;
  width: 100%;
  padding: 13px 0px 0px;
  transition: right .3s;
  background-color: #fff4e0;
  border-radius: 5px;
  z-index: 999;
  box-shadow: 0px 0px 10px 5px rgba(39, 55, 72, 0.05), 0px 0px 10px 5px rgba(19, 52, 72, 0.05);
  border: 5px solid #fff;
  color: #fff;
}
.side-floating-card:before{
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
   background-image: linear-gradient(to bottom, rgba(237, 28, 36, 0.8),rgba(161, 26, 30, 0.8)),url('images/asf-card-img.jpg');
z-index: -1;
}
.sfc-content{
  position: relative;
  padding: 15px;
  background-color: #fff4e0;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.05);
  color: #000;
}
.sfc-setting{
  right: 15px;
  transition: right .3s 1.5s;
}
.sfc-form{
  width: 100%;
  padding: 5px;
  border: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0);
}
.sfc-btn{
  width: 100%;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  background-color: #fec13d;
  border: 1px solid #fec13d;
}
.sfc-cbtn{
  position: absolute;
  top: -40px;
  right: 0px;
  width: 30px;
  padding: 5px;
  height: 30px;
  background-color: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 50px;
  font-size: 12px;
}
.sfc-par{
  font-size: 13px;
}
.outlet-facility-par{
  text-align: center;
  font-size: 12px;
}
.outlet-facility-img-container{
  text-align: center;
}
.outlet-facility-img-container img{
  width: 40px;
}
.footer-gta-section{
  max-width: 400px;
  width: 100%;
}
@media only screen and (min-width: 1140px) and (max-width: 5000px){
  .w-md-50{
    width: 50% !important;
  }
  .w-md-40{
    width: 40% !important;
  }
  .w-md-60{
    width: 60% !important;
  }
  .desktop-hide{
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1139px){
  .mobile-hide{
    display: none;
  }
  .download-app-btn {
    max-width: 90%;
    font-size: 10px;
    position: relative;
    bottom: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 10px;
  }
  .download-app-btn h6 {
    font-size: 13px;
    /* text-transform: uppercase; */
  }
  .footer-blink-stop{
    margin-bottom: 0px;
    font-size: 10px;
  }
  .footer-blink-stop span{
    text-transform: uppercase;
    font-weight: 600;
  }
  .store-btn-sm {
    width: 100px;
    display: block;
  }
  .marketing-par {
    font-size: 12px;
    text-align: center;
  }
  .tab .nav-tabs {
    border-bottom: none;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
  }
  .tab .nav-tabs li a {
    display: block;
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    color: #EA1921;
    margin-right: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
    width:90px;
  }
  .tab .nav-tabs li {
    width: 150px;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
  }
}
.price-table-head{
  background-color: #b80501 !important;
  color: #fff !important;
}
.booking-amt-small{
  font-size: 15px!important;
  color: #f00;
}
.ep-txt{
  font-size: 14px!important;
  width: 100%;
  display: block;
}
.blog-btn{
  min-width: 150px;
  background-color: #ec1c24;
  border: 1px solid #ec1c24;
  color: #fff;
  padding: 7px;
  border-radius: 3px;
}
.blog-sidebar-container{
  max-width: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.sidebar-heading{
  width: 100%;
  background-color: #ec1c24;
  color: #fff;
  padding: 10px;
}
.sidebar-heading h4{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.blog-sidebar-container a{
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #000;
}
.blog-sidebar-container a:hover{
  background-color: #eee;
}
.blog-heading{
  font-size: 20px;
}
.post-time-date{
  color: #333;
  font-size: 13px;
}
.blog-icons{
  width: 15px;
}
.blog-sub-heading{
  color: #ec1c24;
}
.txt-aln-justify{
  text-align: justify;
}
.tnc-heading{
    color: #f20900;
    font-weight: 700;
    letter-spacing: 1px;
}
.tc-box ul li {
    margin: 12px 0;
}
.text404{
  font-size: 150px;
}
.search-container{
  max-width: 600px;
  width: 100%;
  margin:auto;
}
.si-container{
  width: 90%;
}
.search-btn-container{
  width: 10%;
}
.search-form-input{
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-right: 0px;
  padding: 0 0 0 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.search-submit{
  width: 100%;
  padding: 10px;
  height: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #f00000;
  background-color: #f00000;
  background-image: url('images/icons/search.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.captcha-img{
  text-align: center;
  margin-top: 20px;
}
.captcha-container{
  width: 20%;
}
.captcha-field-container{
  width: 80%;
}
.resend-otp-par{
    font-size: 13px;
    color: #000;
}
.resend-otp-par span{
    color: #f20;
}
.minus-plus-btn{
  width: 25px;
  padding: 0px;
  height: 25px;
  border-radius: 50px;
  border: 0px;
  background-color: #f20;
  color: #fff;
  display: flex;
  font-size: 15px;
  justify-content: center;
}
.hamburger-setting {
  width: 50px;
  height: 50px;
}

.number-input-am{
  width: 25px;
}
.outlet-img{
    display:block;
    height: 150px !important;
}
.outlet-img-bc{
    display:block;
    height: 316px;
}
.outlet-img img, .outlet-img-bc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-search-icon{
    width:25px;
}
.meal-voucher-img{
    max-width: 350px;
    width: 100%;
}
.loader-container{
    max-width: 100%;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    justify-content: center;
}
.mv-select{
  background-image: url('images/icons/sad.png');
  background-position-y: 15px;
}
.lhb{
  background-color: rgba(0, 0, 0, 0) !important;
  color: #f20;
  border: 1px solid #f20;
}
.mv-banner-container{
  max-width: 450px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}
.new-tag-container{
  position: relative;
}
.new-menu-highlighter img{
  position: absolute;
  top: -18px;
  font-size: 10px;
  left: 0;
  width: 45px;
  padding: 0px;
  /* background-color: #f20; */
  border-radius: 50px;
  text-align: center;
  margin: auto;
  transform: rotate(-9deg);
}

.grey-card-container{
/* max-width: 98%; */
background-color: #eee;
/* border-radius: 10px; */
padding: 20px;
margin: auto;
}
.search-container{
  max-width: 100%;
  padding: 10px;
  background-color: #fff;
}
.site-video{
  width: 100%;
  height: 250px;
}
.om-btn{
    background-color: rgba(0, 0, 0 , 0) !important;
    border: 0px !important;
}
.offer-title{
    font-size: 20px;
    color: #f00;
}
.offer-details-par{
    color: #5c5c5c;
}
.offer-tnc-ul{
    padding: 0 13px;
    font-size: 15px;
    color: #5c5c5c;
}
.float-btn{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 1;
  font-size: 12px;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.floating-btn-container{
  position: fixed;
  bottom: 15px;
  width: 95%;
  background-color: #fff;
  left: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.fb-a{
  display: block;
  width: 50%;
}
.menu-floating-btn{
  width: 100%;
  padding: 15px 10px;
  border: 0;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
}
.menu-floating-btn img{
  width: 50px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.fb-divider{
  border-right: 1px solid #ddd;
}
.oc-5 .owl-nav .owl-prev span, .oc-5 .owl-nav .owl-next span,.oc-1 .owl-nav .owl-prev span, .oc-1 .owl-nav .owl-next span{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: rgba(0,0,0,0);
  font-size: 43px;
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
}
.oc-5 .owl-prev, .oc-5 .owl-next, .oc-1 .owl-prev, .oc-1 .owl-next{
  top: 45%;
}
.oc-5 .owl-prev span:hover, .oc-5 .owl-next span:hover, .oc-1 .owl-prev span:hover, .oc-1 .owl-next span:hover{
  background-color: #fdb833;
color: #000;
}
.special-video{
  width: 100%;
  height: 700px;
}
.amt-cut{
  color: #a6a6a6;
position: relative;
}
.amt-cut:before{
  content: '';
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  height: 1px;
  background-color: #f00000;
  transform: rotate(8deg);
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.site-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.site-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.site-tooltip:hover .tooltiptext {
  visibility: visible;
}
.filter-heading{
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.fca-btn{
  font-size: 15px;
  color: #f00;
  border: 0px;
  background-color: rgba(0, 0, 0, 0) !important;
}
.filter-apply-btn{
  font-size: 15px;
  color: #f00;
  border: 0px;
  background-color: rgba(0, 0, 0, 0) !important;
}
.offer-card{
  max-width: 450px;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  background-color: 0px 0px 3px 3px rgba(0,0,0,0.05);
  overflow: hidden;
  position: relative;
  min-height:370px;
}
.offer-content-container{
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  bottom: -400px;
  left: 0;
  background-color: #fff;
  transition: bottom .2s;
}
.offer-content-container-static{
  padding: 10px 15px;
  background-color: #fff;
}
.offer-card:hover .offer-content-container{
  bottom: 0px;
}
.offer-heading{
  font-size: 16px;
  font-weight: 500;
  color: #f00;
  margin: 0;
}
.offer-card-par{
  font-size: 13px;
  color: #333;
}
.offer-card-btn{
  font-size: 12px;
  background-color: #f00;
  border: 1px solid #f00;
  padding: 3px;
  color: #fff;
  border-radius: 5px;
  min-width: 100px;
}
.offer-detail-head{
  color:  #f00;
  font-size: 25px;
}
.offer-tnc{
  color: #202020;
line-height: 35px;
font-size: 14px;
font-weight: 400;
}
.vs-container{
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.fvs-height{
  height: 180px;
}
.filter-option-container{
  padding: 5px 0;
border-bottom: 1px solid #eee;
}
.filter-type-heading{
  color:  #f00;
  font-size: 14px;
}
.close-filter-modal{
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-bottom: 15px;
}
.filter-btn{
  display: none;
  width: 100%;
  padding: 10px;
  position: sticky;
  top: 0px;
  z-index: 999;
  margin-bottom: 10px;
  background-color: #fff;
  border: 0px;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
}
.fliter-parent-container{
  background-color: #f9f9f9;
  padding: 10px 0px 0 10px;
  border-radius: 15px;
}
.filter-apply-btn{
  min-width: 120px;
  padding: 5px;
  background-color: #fdb733 !important;
  border-radius: 5px;
  color: #000;
}
.booking-detail-container{
  max-width: 400px;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  margin: 50px auto;
  border-radius: 5px;
}
.booking-detail-container h3{
  color: #f00;
}
.bd{
  width: 100%;
  background-color: #eee;
  padding: 10px 15px;
  border-radius: 5px;
}
.bd h4{
  font-size: 20px;
}
.bd p{
  margin-bottom: 0px;
}
.bi-btns{
  max-width: 100px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 13px;
}
.bi-btns-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f20;
  margin: auto;
  margin-bottom: 10px;
  padding: 10px;
}
.bi-btns-icon img{
  width: 100%;
}
.booking-dpt-head{
  font-size: 12px;
  color: #f20;
}
.bi-btn-txt, .booking-dpt-content{
  font-weight: 600;
}
.mealvoucher-banner{
  background-image: url('images/mealvoucher-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.giftcard-banner{
  background-image: url('images/giftcard-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.h1-head{
  font-family: 'Staatliches', cursive;
  color: #333;
  font-size: 50px;
  letter-spacing: 1px;
}
.loader {
  background-color: rgba(0, 0, 0, 0.38);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  text-align: center;
}
.loader img {
  width: 100px;
  position: absolute;
  z-index: 5;
  top: 50%;
}
.offer-tnc {
    color: #202020;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (min-width: 901px){
  .floating-btn-container{
    display: none;
  }
  .filter-container{
    bottom: 0px;
    transition: bottom .2s;
  }

}
@media only screen and (max-width: 900px){
    .inner-banner-head{
    font-size: 25px !important;
    }
    .add-items button, .add-items p {
      left: 21% !important;
      top: 85px !important;
    }
    .banner-par{
    font-size: 20px;
    }
    .heading{
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .captcha-field-container {
       width: 65%;
    }
    .captcha-container {
      width: 35%;
    }
    .new-tag-container{
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
    }

    .new-menu-highlighter img{
      top: -7px;
      position: relative;
      align-self: center;
    }
    .select-1{
      max-width: 500px;
      width: 100%;
      margin-top: 3%;
      margin-bottom: 3%;
    }
    .filter-container{
      width: 100%;
      position: fixed;
      z-index: 1;
      left: 0;
      background: #fff;
      padding: 10px 10px;
      bottom: -700px;
      z-index: 9999;
      transition: bottom .3s, top .3s;
      top: inherit;
    }
    .filter-active{
      bottom: 0px;
      top: 0px;
    }
    .close-filter-modal{
      display: block;
    }
    .fvs-height {
      height: 180px;
    }
    .filter-btn{
      display: block;
    }
    .fliter-parent-container{
      background-color: #f9f9f9;
      border-radius: 0px;
    }
    .cities-txt{
      font-size: 11px;
    }
    .inner-banner-subhead {
      font-size: 18px;
    }
}

@media only screen and (max-width:767px) and (min-width: 0px){
  .p-top{
    padding-top:10px;
  }
  .gift-card-section-heading{
    font-size: 35px;
    color:#000;
  }
  .gift-card-section-par{
    font-size: 15px;
  }

  .p-left-200px{
    padding-left:20px;
  }
  .track-order-bg{
    width: 100% !important;
  }
  .add-items button, .add-items p {
    left: 24% !important;
    top: 67px !important;
    padding: 2px !important;
    width: 89px !important;
  }
  .style-itemimg img {
    max-width: 126px !important;
    height: 88px !important;
  }
  .slider {
    top: 2px !important;
    height: 20px !important;
    width: 46px !important;
  }
  .slider:before {
    height: 15px !important;
    width: 15px !important;
  }
  /* .carousel-inner img{
    height: 155px !important;
  } */
  .gmap_canvas{
    height: 450px !important;
    /* width: 350px !important; */
  }
  .menu-bg-img{
      height: 80px!important;
  }
  .menu-bg-img h5{
    padding-top: 26px!important;
  }
  .banner-carousel-img{
    height: 200px !important;
  }
}

.show-estimate-btn {
  max-width: 400px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffc208;
  border: 0px;
  color: #212121;
  cursor: pointer;
}
.bat-offer-card{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  margin: auto;
  min-height: 70px;
  position: relative;
}
.bat-offer-card span{
  display: block;
  width: 100%;
  border-radius: 10px;
  min-height: 70px;
  /* border: 2px solid #f20; */
  padding: 7px;
  position: relative;
}
.bat-offer-card p{
  width: 100%;
  color: #222;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
  position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.offer-card-btn2{
  background-color: rgba(0, 0, 0, 0);
  border:0px;
  width: 100%;
}
.view-all-btn{
  color: #222;
  font-size: 15px;
}

/* .sold-out{
  position: relative;
  max-width: 350px;
}
.sold-out img{
  filter: grayscale(100%);
}
.soldout-txt-cont{
  position: absolute;
  z-index: 1;
  right: 0px;
  background-color: #9c3222;
  width: 150px;
  padding: 10px;
  color: #ffcc6b;
  bottom: 15px;
} */
.captcha-reload-btn{
  width: 30px;
  height: 30px;
  background-color: #f00;
  border: 1px solid #f00;
  display: block;
  cursor: pointer;
}
.captcha-reload-btn img{
  width: 20px;
}
.offer-items-bg{
  background-color: #fff;
  box-shadow: 2px 3px  3px rgba(36,39,44,0.15);
  max-width: 260px;
  border-radius: 15px;
  padding: 10px;
  border-bottom: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
  width: 100%;
  height:100px;
}
.offer-delivery img{
  width: 30px !important;
  height: 30px;
}
.hr{
  border: 1px solid #DADADA;
  width: 58%;
}
.text-para{
  font-size: 14px;
  font-weight: 400;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 25px;
  width: 55px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input#veg:checked + .slider {
  background-color: #289e02;
}
input#non-veg:checked + .slider {
  background-color: #f44335;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.non-veg1-icons{
  height: 25px;
}
.stars-icons{
  color: #FFC30C;
}
.style-itemname-delivery{
    margin-right: 4px;
    font-size: 1.22rem;
    font-weight: 600;
    color: #3e4152;
}
.styles-itemDesc{
    margin-top: 14px;
    /* color: rgba(40,44,63,.45); */
    font-size: 15px;
    min-height: 110px;
    text-align: justify;
}
.add-items button, .add-items p{
    position: absolute;
    left: 23%;
    top:82px;
    z-index: 1;
    background-color: #289E00;
    border-radius: 20px;
    padding: 5px;
    width: 110px;
    color: #fff;
    text-align: center;
    border: none;
}
.custom-text{
  color: #7e808c;
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    top: 40px;
    right: 0px;
}
.btn-fixed{
  position: sticky;
  /* left: 45%; */
  bottom:0;
  z-index: 9999;
  text-align:center;
}
.btn-fixed.active{
  position: fixed;
  bottom: 55px;
  left: 0;
  z-index: 9999;
  width:100%;
}
.btn-fixed button{
    width: 160px;
    height: 40px;
    background-color: #FF1C1C;
    border-radius: 20px;
    color: #fff;
    border: none;
}
.viewcard-bg.active{
  position: fixed;
  bottom: 55px;
  z-index: 9999;
}
.viewcard-bg{
  background-color: #FF1C1C;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  align-self: center;
  border: none;
  width: 100%;
  max-width: 1120px;
}
/* .modal-content{
  box-shadow: 0px 0px 10px 5px rgba(39, 55, 72, 0.05), 0px 0px 10px 5px rgba(19, 52, 72, 0.05);
  border:1px solid #fff4e0;
  /* border-radius: 20px; */
} */
.bg-content-modal{
  background-color:#f2f2f2;
}
.item-totalbtn{
  background-color: #3B8F00;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
}
.accordion1-bg{
  background-color: #fff;
  border: none;
}
.panel {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
}

.search1-icons{
  height: 20px;
}
.modal-header1{
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
}
.flex-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.jc-sb{
  justify-content: space-between;
}
.fn-container{
  width: 20%;
}
.card-min-height{
  max-height: 200px;
  height: 100%;
}
.card{
  border-radius: 25px;
  border: none;
}
.site-card-collapsible{
  background-color: #fff;
  border-radius: 10px !important;
  border: 0px;
  color: #000;
}
.site-card-collapsible a{
  color: #fff;
}
@media only screen and (max-width: 428px){
.hr{
    width: 95%;
  }
p{
    font-size: 14px;
}
.btn-fixed button {
    left: 31%;
}
.model-menu-btn {
    top: 80px;
}
.styles-itemDesc{
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp:5;
           line-clamp:5;
   -webkit-box-orient: vertical;
    text-align: start;
}
.btn-fixed.active{
  bottom: 0;
}
.non-veg1-icons {
    height: 15px;
    margin-top: 3px;
}
.style-itemname-delivery{
  font-size: 17px;
}
.styles-itemDesc {
    font-size: 12px;
    min-height: 0px;
}
.custom-text {
  top: 33px !important;
}
}
@media only screen and (min-width: 650px){
  .search1-icons{
    float: right;
  }
  .styles-itemDesc{
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
              line-clamp: 5;
      -webkit-box-orient: vertical;
      text-align: start;
  }
  .btn-fixed.active{
    bottom: 0;
  }
  .style-itemname-delivery{
    font-size: 17px;
  }
  .styles-itemDesc {
      font-size: 12px;
      min-height: 0px;
  }
}
.style-itemimg img{
    border-radius: 20px;
    width: 100%;
    max-width: 160px;
    height: 107px;
}
.cart-icon img{
  background-color:#000;
  width:45px;
  height:45px;
  padding: 5px;
  border-radius: 6px;
  margin-right: 10px;
  align-self: center;
  margin-left:20px;
}
.cart-bg{
  background-color: #fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  padding:30px;
  width: 100%;
  height:560px;
}
.form-ctrl{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 60px;
    max-width: 400px;
}
.cart-button{
  background-color:#1F7A00;
  color: #fff;
  padding: 20px;
  border: unset;
  margin-left:5px;
  border-radius: 5px;
  max-width: 413px;
  width: 100%;
}
.cart-detail{
  background-color:#fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  padding: 25px;
  width: 100%;
  min-height: 726px;
}
.cart img{
  border-radius:8px;
  margin-right: 10px;
  border-radius:5px;
  width:60px;
}
.cart >h5{
  margin-right: 5px;
}
.wallet{
  background-color:#fff;
  box-shadow:0 4px 36px rgb(0 0 0 / 25%);
  width: 100%;
  padding: 20px;
}
.wallet-img img{
  background-color:#000;
  width:40px;
  height:40px;
  padding:8px;
  border-radius: 6px;
  margin-right: 10px;
}
.paybutton{
  background-color: #1f7a00;
  border:none;
  padding: 20px;
  width: 100%;
  color:#fff;
  border-radius:5px;
}
.bestseller>img{
  width:25px;
  height:25px;
}
.rating{
  color: #f9af23;
  margin-left: 10px;
}
.add-cart button{
  border:none;
  padding:8px;
  background-color:#289E00;
  border-radius:15px;
  color:#fff;
  width:100px;
}
.form-cntrl{
border-radius:10px;
width: 100%;
height:55px;
background-color: #d6d4d4;
color: #000;
border: none;
padding: 20px;
}
.apply-cpn >img{
  width:40px;
  height:40px;
}
.apply-cpn >p{
  margin-top:7px;
  margin-left:10px;
}
.apply-cpn button{
border-radius:4px;
padding: 10px;
background: none;
color: #ff1c1c;
}
.arrow{
  background-color:#fff;
  border-radius:50%;
  padding: 6px;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  height: 40px;
  width:40px;
}
.tip-submit{
  color:#FF1C1C;
  border: 0;
  background-color: #fff;
}
.apply-btn{
  border:none;
  background-color:#EEAF1A;
  padding:6px;
  color:#000;
  border-radius:50px;
  width:120px;
}
.detail-box{
  background-color:#F3F3F3;
  padding-top: 40px;
  background-color: #F3F3F3;
  padding-left: 100px;
}
.help button{
  border:none;
  background-color:#fff;
  box-shadow: 2px 2px 2px #888888;
  border-radius:20px;
  padding:8px;
  width: 100px;
  color: red;
}
.coupon{
  background:#fff;
  color:#F00000;
  border-radius:15px;
  width:100px;
}
.quote{
  border:1px solid #c0bebe;
  border-radius:10px;
  justify-content:space-between;
}
.coupon-box{
  box-sizing: border-box;
  border-radius: 0px 0px 15px 15px;
  background-color:#fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  padding:10px;
}
.valid{
  color:#F00000;
}
.top-red {
  background-color: #F00000;
  padding: 10px 15px 0px 15px;
  justify-content: space-between;
  border-radius: 15px 15px 0px 0px;
}

.apply-cpn button{
  border: none;
  background-color: #f2f2f2;
}
.plus-minus-container{
  display: flex;
  align-items: center;
}
.plus-btn{
  width:30px;
  height:30px;
  background-color: #1f7a00;
  color:#fff;
  border: none;
  border-radius:5px;
  margin: 0 5px;
  cursor: pointer;
}
.new-address{
  background-color:#eee;
  padding:10px;
  border-radius: 6px;
}
.form-control{
  border-radius:8px;
  padding:12px;
  height: 45px;
}
.form-btn{
  background-color:#da9631;
  padding: 10px;
  border:none;
  border-radius:20px;
  width: 100%;
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}
.nt-img img{
  height:35px;
  background-color:#bc2f0b;
  padding:10px;
  border-radius:50%;
}
.order-prepare{
background-color: #F00000;
padding: 4px 10px 5px;
color: #fff;
border-radius: 5px;
border: none;
}
.track-orderbtn{
background-color: #F00000;
color: #fff;
padding: 15px;
border-radius: 5px;
border: none;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 20%;
  height:auto;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size:15px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 80%;
  border-left: none;
  height:570px;
  background-color:#fff;
}
.coupon-2{
  color:#F00000;
}
.cal-img{
  height: 16px;
}
.card-body{
  background-color:#fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 11px 6px;
  transition: 0.3s;
  font-size: 15px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.history-box {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px 5px;
  padding: 10px;
}

.track-order{
  background-color: #F00000;
  color: #fff;
  border-radius: 18px;
  border: none;
  width: 120px;
  padding: 5px;
  text-align: center;
  font-size:12px;
}

.created-btn{
background-color: #FFC54B;
padding: 5px 8px;
border-radius: 10px;
border: none;
}
.gray-lightbg {
  border: 1px solid #e1d4d4;
  padding: 15px;
  padding: 10px;
  background-color: #e8e8e8;
  height: 50px;
  border-radius:7px;
}
.dotted{
  border-top: 2px dotted #cccccc;
}
.offer-btn{
  background-color:#920a07;
  color:#fff;
  padding:15px;
  border:none;
  width:150px;
  border-radius:30px;
}
.offer-img img{
  width: 50px;
}
.offer-detail {
  border: 2px solid #d5d5d5;
  background-color: #dfdfdf;
  padding: 10px;
  border-radius: 6px;
  max-width: 300px;
  width: 100%;
}

.experience >p{
  margin-left: 20px;
}
.feedback{
  height: 50px;

}
@media only screen and (max-width:768px) and (min-width: 0px){
  .search-by {
    max-width: 100%;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 5px;
    z-index: 1;
    right: 5%;
  }
  .search-list{
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
  }
.cart-bg{
  margin-left:0;
}
.cart-detail{
  margin-top:15px;
  padding: 10px;
}
.add-cart button{
  width:78px;
}
.detail-box{
  padding-left:20px;
}
.apply-btn{
  width:100px;
  padding: 5px;
}
.tabcontent {
  height:600px;
}
.tab{
    height:auto;
    width:100%;
}
.form-control {
    padding: 10px;
}
.top-red {
    border-radius: 20px 20px 0px 0px;
}
.cal-img {
    height: 20px;
}
.created-btn {
  padding: 5px 10px;
  margin-left: 16px;
}
.track-order {
  width:90px;
  padding: 5px;
  font-size: 12px;
}
.history-box{
  padding:10px;
}
.offer-btn {
    margin-top: 10px;}
}
.offer-btn {
    padding: 10px;
    width: 130px;
}
}
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}
.form-control{
  border: 0;
}

.bat-icon-container-1{
  position: absolute;
  top: 0px;
  right: 25px;
  padding: 5px 5px;
  border-radius: 0px 0px 5px 5px;
  width: 30px;
  text-align: center;
}
.start{
  width: 100%;
  border-radius: 50px !important;
  background-color: #ea1921;
  border: 0 !important;
  color: #fff !important;
  padding: 10px;
}
.form-control{
  background-color: #f2f2f2;
}
.btn-signup{
  color: #212529;
background-color: #ffc107;
border-color: #ffc107;
margin-top: 15px;
width: 100%;
border-radius: 20px;
}
input[type=search] {
  background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #fff;
  padding: 9px 10px 9px 32px;
  width: 100% !important;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@media only screen and (max-width: 428px){
  #myForm input[type=search] {
    margin-top:15px;
  }

}
.btn-search{
background-color: #ffc107;
width: 100%;
padding: 10px;
border-radius: 20px;
border: 0;
max-width:810px;
}

/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map {
  height: 100%;
}

/*
 * Optional: Makes the sample page fill the window.
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  /* margin-left: 12px; */
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  /* width: 400px; */
  width: 50%;
  border-radius: 20px;
  border: 1px solid #ccc;
  /* padding: 10px; */
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}
.nav-pills .nav-link.active{
  background-color: #ab2312;
}
.nav-name-login{
  font-size: 15px;
}
.dashboard-name-no{
  background-color:#ab2312;
}
.dashboard-icons{
  width:20px;
  margin-left: 10px;
}
.nav-pills .nav-link{
padding: 10px;
}
.dash-nav:hover{
  background-color:#e1d9d9;
}
.dash-nav a{
  list-style: none;
  color:#000;
}
.dash-nav-top{
  min-height:430px;
  height: 100%;
  border-right: 1px solid #f3f3f3;
  background-color: #f2f2f2;
}
.nav-dash{
  margin-left:10px;
}
.top-nav-clr{
  background-color:#d7b6b6;
}
.address-submit-btn{
  background-color: #EEAF1A;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

.dashboard-profile{
  background-color:#fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  padding:20px;
}
.veg-iconn{
  height: 16px;
  width: 16px;
}
.nav-pills .nav-link {
  padding: 10px;
  width: 124px;
  border-radius: 15px;
}
.history-para{
  font-size: 12px;
}
.call-bg1{
  background-color:#ae0606;
  border-radius: 6px;
  padding:5px 10px;
}
.call-bg2{
  background-color:#fff;
  border-radius: 6px;
  padding:5px 10px;
}
.line-content{
  border-bottom:1px solid #f2f2f2;
}
.bg-red-dark{
  background-color:#a01512;
}
.bg-gray{
  background-color:#9b9d9f;
}
.offer-box{
padding: 12px 15px 0px 15px;
border-radius: 15px 15px 0px 0px;
}
.offer-content {
  border: 1px solid #f2f2f2;
  padding-top: 5px;
  border-radius: 0px 0px 20px 20px;
}
.active-bg1{
  background-color:
}
.active-bg{
  background-color:#06ae5f;
}
.cpn-icons {
  height: 20px;
}
.profile-edit-btn{
  padding:12px;
  font-size: 15px;
}
.light-g-bg{
  background-color:#f2f2f2;
  border-radius:  0px 0px 15px 15px;
  padding:10px;
}
.emoji-bg{
    background-color:#f2f2f2;
    padding: 6px;
    border-radius: 18px;
}
.cpn-code{
  font-size:18px;
}
.emoji-icon img{
  height: 35px;
  width: 35px;
}
.form-select-model {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/arrow-down1.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 18px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    border: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px
}
.site-btn-modal{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: red;
    color: #fff;
    border: 0;
}
.modal-footer{
  border-top: 0;
}
.modal-header {
    border-bottom: 0;
}
.track-order-bg{
  background-color: #f2f2f2;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  width: 60%;
}
.close-btn-modal{
  position: absolute;
  border-radius: 50%;
  background-color: #289E00;
  padding: 3px 10px;
  border: 0;
  right: 20px;
  z-index: 1;
  top: -18px;
  color: #fff;
}
.btn-help{
  padding: 6px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 0;
}
.gmap_canvas{
  overflow: hidden;
  background: none !important;
  height: 560px;
  width: 100%;
}
#tab-select {
  width: 100%;
  color: #003D84;
  padding: 5px 7px;
  font-size: 20px;
  color: #ffffff;
  background-color:#ab2312;
  border: none;
}
#tab-select {
  color: #003D84;
  font-size:17px;
  color: #ffffff;
}

/* navbar */
@media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .btn-outline-danger {
    color: #ffffff;
    border: none;
    font-size: 30px;
  }
}
.nav-link {
    padding: 0.5rem 0rem;
    color: #fff;
    font-size: 18px;
    font-family: 'Staatliches';
    letter-spacing: 2.5px;
}
.menu-bg-img{
    height: 150px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    background-image: url(images/food-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-bg-img h5{
  text-align: center;
  color: #fff;
  padding-top: 60px;
}
.banner-carousel-img{
  height: 550px;
}
.nav-item a:hover{
  color: #fff;
}
body{
  padding-bottom: 0px !important;
  background-color: #fff;
}
/*sub nav css*/
.sub-nav-bg{
  background-color: #900000;
}
*:focus{
  outline: none !important;
}
p{
  font-size: 15px;
  letter-spacing: .30px;
  margin-bottom: 10px;
}
.sub-nav-par{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.sub-nav-icon{
  width: 30px;
  height: 30px;
  /* border-radius: 50%;
  border: 2px solid #fff; */
}
.sub-nav-ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
.sub-nav-ul > li{
  display: inline-block;
  margin-right: 10px;
}
.sub-nav-ul2{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sub-nav-ul2 > li{
  display: inline-block;
  margin-right: 10px;
}
/*end of sub nav css*/
/*navbar css*/
.nav-bg{
  background-image: url('images/nav-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #131315;
}
.black-wood-bg{
  background-image: url('images/navbar-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-menu {
  color: #fff;
  font-size: 30px;
}
.navbar-menu > li > a{
  font-family: 'Staatliches', cursive;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 1440px){
  .navbar-menu > li > a{
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px){
  .navbar-menu > li > a{
    font-size: 10px;
  }
}
.
.f-right{
  float: right;
}

@media only screen and (max-width:834px) and (min-width: 0px){
  .navbar-menu > li > a{
    font-size: 16px;
  }
  .sub-nav-ul > li{
    margin-right: 0px;
  }
  .on-mobile{
    display: block;
  }
  .on-desktop{
    display: none;
  }
  .sub-nav-bg{
    padding-bottom: 13px;
  }
  .mobile-width-75px{
    width: 75px;
    margin-top: 5px;
  }
  .ml-min-30px{
    margin-left: -30px;
  }
  .sub-nav-ul{
    margin-top:15px;
    margin-left: 12px;
  }
  .sub-nav-par{
    font-size: 13px;
  }
  .float-unset{
    float: unset !important;
  }
  .m-float-left{
    float: left !important;
  }
  .m-text-center{
    text-align: center;
  }
  .navbar{
    padding: 0;
    padding-left: 1rem !important;
  }
}

@media only screen and (max-width:2000px) and (min-width: 768px){
  .on-mobile{
    display: none;
  }
  .on-desktop{
    display: block;
  }
}

@media only screen and (max-width: 768px) and (min-width: 0){
  .copyright-txt{
    text-align: center;
  }
  .footer-nav-links{
    text-align: left;
  }
  .footer-nav-links > li > a {
    line-height: 25px;
    font-size: 13px;
  }
  .outlet-content > h3{
    font-size: 14px !important;
  }
  .footer-menu-container .footer-links{
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  .outlet-facility-par{
    font-size: 10px;
  }
  .banner-padding{
    padding-top: 45%;
  }


/*end of navbar css*/

.banner-padding{
  padding-top: 36.4%;

}

.gallery{
  display: block;
  max-width: 330px;
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin: auto;
}
.padding-top-20per{
  padding-top: 20%;
}
.p-top-5per{
  padding-top: 5%;
}
/*end of banner css*/
/*index gift card secton*/
.wooden-bg{
  background-image: url('images/wooden-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.gift-bg{
  background-image: url('images/gift-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.gift-card-section-heading{
  /* font-family: 'Kaushan Script', cursive; */
  font-family: 'Staatliches', cursive;
  font-size: 40px;
  letter-spacing: 1px;
  text-align:center;
}
.gift-card-section-par{
  font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align:center;
}
.right-attached{
  float: right;
  margin-right: -15px;
}
.p-top-20px{
  padding-top: 20px;
}
.p-top-50px{
  padding-top: 50px;
}
.p-top-25px {
    padding-top: 25px;
}
.p-bottom-20px{
  padding-bottom: 20px;
}
.p-left-200px{
  padding-left: 200px;
}

.m-top-3per{
  margin-top: 3%;
}

/*end of index gift card section*/
/*subscribe section css*/
.input-email-icon{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/email.png");
  background-repeat: no-repeat;
  background-position-x: 3%;
  background-position-y: 13px;
}
/*end of subscribe section css*/
/*footer css*/
.footer-bg{
  background-image: url('images/footer-bg-new.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.color-white{
  color: #fff;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.footer-par{
  color:#fff;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.footer-par1{
  color: #000000;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    /* border: 3px dotted #fff; */
    padding: 10px;
    /* background-color: #fec13d; */
    background-color:#fff;
    max-width: 400px;
    width: 100%;
}
.footer-links > a, .footer-links > a:hover, .footer-links > a:focus, .footer-links > a:active{
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
}
.fw-line{
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.footer-nav-links{
  list-style-type: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  padding-left: 0;
}
.footer-nav-links > li{
  display: inline-block;
}
.footer-nav-links > li > a{
  color:#fff;
  text-decoration: none;
}
.copyright-txt{
  color:#fff;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.tbbbrt-txt{
  font-family: 'Staatliches', cursive;
  color: #333;
  font-size: 25px;
  letter-spacing: 1px;
}
.color-red{
  color: #f00000;
}
/*end of footer css*/
/*inner page css*/
.inner-banner-hyderabad{
  background-image: url('images/hyderabad-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner-giftcard{
  background-image: url('images/gift-card-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner-celebrations{
  background-image: url('images/celebrations-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.location-box-par{
  color:#383838;
  font-size: 15px;
  line-height: 15px;
}
.m-bottom-10px{
  margin-bottom: 10px;
}
/*end of inner page css*/
/*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
#ignismyModal .modal-header{
  border:0px;
}
.modal-par{
  color: #000;
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 600;
}
.modal-par2{
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}
.form-input{
  max-width: 400px;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #626262;
}
.sign-up-btn{
  background-color: #ea1921;
  max-width: 400px;
  width: 100%;
  height: 50px;
  color:#fff;
  border: 1px solid #ea1921;
}
.modal-bg{
  background-image: url('images/inner-bg.png');
background-size: cover;
background-repeat: no-repeat;
border: 10px solid #F4A500;
}

.close-btn{
  color: #161616;
  text-align: right;
  font-size: 20px;
  padding-right: 20px;
  padding-top: 10px;
  cursor: pointer;
}
.gallery-bg{
  background-image: url('images/board-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

/*--thank you pop ends here--*/
.width-700px{
  max-width: 700px;
  width: 100%;
}
.full-line{
  width: 100%;
  height: 2px;
  display: block;
  background-color: #ddd;
}
.inner-banner-content{
  margin-top: 5.5%;
  margin-bottom: 5.5%;
}
.h-line{
width: 100px;
height: 3px;
display: block;
background-color: #f00000;
}
.inner-banner-heading{
  color: #fff;
  font-size: 60px;
    font-family: 'Staatliches', cursive;}
.img-container{
  max-width: 400px;
  height: 400px;
  width: 100%;
}
.select-1{
  max-width: 500px;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 15%;
}
.select-setting{
  max-width: 500px;
  width: 100%;
  height: 60px;
  border: 8px solid transparent;
  padding-left: 10px;
  -webkit-border-image: url('images/border-img.jpg') 5 round;
  -o-border-image: url('images/border-img.jpg') 5 round;
  border-image: url('images/border-img.jpg') 5 round;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
}
.tab-box{
  margin-right: 20px;
  width: 250px;
  height: 70px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  padding: 17px;
  letter-spacing: 1px;
  font-family: 'Staatliches', cursive;
}

.sb-heading{
  width: 100%;
  height: 70px;
  padding: 18px;
  background-color: #ffb50c;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Staatliches', cursive;
}
.search-list{
  max-width: 300px;
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}
.g-par{
  font-size: 12px;
}
}

.inner-banner-head{
  font-size: 45px !important;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Staatliches', cursive;
  margin: 0;
}
.banner-par{
  color:#fff;
  font-family: 'Staatliches', cursive;
  letter-spacing: 4px;
  font-size: 25px;
  margin: 0;
}
.heading{
  margin-top: 25px;
  margin-bottom: 25px;
}
a:hover,a:focus{
  outline: none;
  text-decoration: none;
}
.tab .nav-tabs{
  border-bottom: none;
  position: relative;
}
.tab .nav-tabs li{
  margin-bottom: 0;
  width: 16.665%;
  background-color: #eee;
}
.tab .nav-tabs li a{
  display: block;
  padding: 15px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  color: #EA1921;
  margin-right: 0;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a i{
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}
.tab .nav-tabs li a img{
  width: 25px;
  margin-bottom: 15px;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
  border: none;
  background-color:#ffb50c;
  color:#fff;
}
.tab .nav-tabs li.active a img,
.tab .nav-tabs li a:hover img{
  filter: brightness(0) invert(1);
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
  content: "";
  width: 0;
  border-top: 3px solid #ffb50c;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:after{
  left: auto;
  right: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
  width: 50%;
}
.tab .tab-content{
  padding: 20px;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  color: #757575;
  line-height: 30px;
  background-color: #fff;
}
.tab .tab-content h3{
  font-size: 50px;
  margin-top: 0;
}
@media only screen and (max-width: 479px){
  .find-outlet .dropdown-open .dropdown-menu.dropdown-active {
    min-width:230px !important;
  }
    .tab .nav-tabs li{
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
    }
    .tab .nav-tabs li a,
    .tab .nav-tabs li a:hover{ border-bottom: 1px solid #dfdfdf; }
    .tab .tab-content{ border-top: none; }
}
.mt-12px{
  margin-top: 12px;
}
.map-container{
  max-width: 100%;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.map-container iframe{
  width: 100%;
  height: 100%;
}
.map{
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.inner-bg{
  background-image: url('images/inner-bg.png');
}
.outlet-img-container{
  max-width: 600px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  overflow: hidden;
}
.search-list-item {
  /* margin-bottom: 15px; */
  text-align: left;
  letter-spacing: 1px;
  font-size: 14px;
  color: #F20000;
  font-weight: 600;
  border-bottom: 2px solid #ffc726;
  /* padding-left: 25px; */
  padding: 5px 0px;
}
.search-list-item > a , .search-list-item > a:hover, .search-list-item > a:focus, .search-list-item > a:active{
  color:#f20000;
  text-decoration: none;
}
.tabs-line{
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffd40b;
}
.menu-container{
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffb50c;
}
.menu-heading{
  color: #323232;
  background-color: #eca400;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1000px;
  width: 100%;
}
.modal-setting{
  max-width: 900px;
  width: 100%;
}
.modal-bg2{
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-background-color{
  background-color: #ffb50c;
}
.banner-img-setting-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
}
.banner-img-setting-left2{
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
}
.banner-img-setting-left3 {
  position: absolute;
  top: -105px;
  left: 0;
  width: 300px;
}
.banner-img-setting-right{
  position: absolute;
  top: 0;
  right: 0;
  width: 195px;
}
@media only screen and (max-width:768px) and (min-width: 0px){
  .search-list{
      max-width: 100%;
      width: 100%;
      height: auto;
      overflow: hidden;
      overflow-y: auto;
    }
  .banner-img-setting-left{
    position: absolute;
    top: 75%;
    left: 0;
    width: 80px;
    bottom: 0;
  }
  .banner-img-setting-left2 {
    position: absolute;
    top: 65%;
    left: 0;
    width: 80px;
    bottom: 0;
  }
  .banner-img-setting-left3 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 200px;
    bottom: 0;
  }
  .banner-img-setting-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    bottom: 0;
  }
}
/*offer carousel*/
.offer-banner{
  margin-top: 40px;
  border: 5px solid #ffb50c;
}
/*end of offer carousel*/
.panel-heading-setting{
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 1px;
  /* font-family: 'Staatliches', cursive; */
}
.panel-heading-setting > a{
  color:#f00000;
}
.border-top{
  border-top: 2px solid #eee;
}
.border-bottom{
  border-bottom: 2px solid #eee;
}
/* Media Queries for Home Page Slider */
.abs-form-input{
  width: 100%;
  height: 40px;
  border-top:0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f00000;
  color:#333;
}

.abs-textarea{
  width: 100%;
  padding-top: 10px;
  border-top:0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f00000;
}
.abs-submit-btn{
  width: 150px;
  height: 50px;
  background-color: #f00000;
  color: #fff;
  border: 1px solid #f00000;
  border-radius: 3px;
}
.gc-faq{
  width: 100%;
  background-color: #f00000;
  height: 40px;
  padding: 8px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 3px;
}
/*e card slider css*/
/*end of e card slider css*/
.abs-form-box{
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-left: 15px;
  padding-right: 15px;
}

.form-img-bg-mv{
  background-color: #eee;
}
.form-img-bg2{
  background-color: #000;;
  /* background-image: url('images/gc-bg-2.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
}
.form-img-bg3{
  background-color: #000;
  /* background-image: url('images/gc-bg-1.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
}
.form-img-bg4{
  background-color: #000;
  /* background-image: url('images/gc-bg-4.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
}
.form-heading{
  margin-top: 2%;
  letter-spacing: 1px;
  color: #f20000;
}
.form-heading-white{
  margin-top: 2%;
  letter-spacing: 1px;
  color: #fff;
}
.form-select{
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 0px;
  border-top:0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f00000;
  background-color: rgba(0, 0, 0, 0);
}
/**/
.rbc-ul{
  padding-left: 3%;
  list-style-image: url('images/right.png');
}
.faq-box{
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 15px;
}
.csv-list-container{
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.csv-list-cc > ul{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.csv-list-cc > ul > li{
  margin-right: 10px;
}
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {display: none;}

.v-thumbnail{
  position: relative;
  cursor: pointer;
}
.play-btn{
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 40%;
}
@media only screen and (min-width: 700px) and (max-width: 768px){
  .play-btn{
    width: 50px;
  }
}
/*career-opportunity css*/
.co-box{
  max-width: 1100px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3px;
  padding: 10px;
}
.co-ul{
  letter-spacing: 1px;
  line-height: 30px;
  color: #3f3f3f;
  font-weight: 400;
}
.apply-now{
  width: 100px;
  height: 40px;
  background-color: #f00000;
  border: 1px solid #f00000;
  border-radius: 3px;
  color:#fff;
  letter-spacing: 1px;
}
/*end career-opportunity css*/
.book-now-btn{
  width: 100%;
  background-color: #f0b202;
  border: 1px solid #f0b202;
  color: #fff;
  text-align: center;
  padding: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  position: sticky;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (min-width:0px) and (max-width: 900px){
  .mobile-view{
    display: block;
  }
  .desktop-view{
    display: none;
  }
}
.mimage-container{
  max-width: 300px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border: 8px solid transparent;
  -webkit-border-image: url(images/border-img.jpg) 5 round;
    -o-border-image: url(images/border-img.jpg) 5 round;
    border-image: url(images/border-img.jpg) 5 round;
    background-color: #fff;
}
.our-story-heading{
    font-family: 'Staatliches', cursive;font-size: 35px;
letter-spacing: 1px;
}
.os-ul{
  padding-left: 0;
  list-style-type: none;
}
.condition-box{
  background-color: #fff;
  padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gift-ul{
  padding-left: 0;
  list-style-type: none;
}
.gift-ul > li{
  display: inline-block;
}
.gift-btn{
  max-width: auto;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  color:#fff;
  letter-spacing: 1px;
}
.gcb-color1{
  background-color: #f20000;
}
.gcb-color2{
  background-color: #0082f2;
}
.video-bg{
  background-image: url('images/video-bg1.jpg');
  background-repeat:repeat;
}

#genie {
    background-image: url(images/genie.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 150px;
    height: auto;
    z-index: 5;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  #genie{
    display: none;
  }
}
.abs-input{
  max-width: 600px;
  width: 100%;
  height: 50px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f00000;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
.color-black{
  color:#000;
}
/* .search-btn{
  background-color: #ea1921;
  min-width: 150px;
  color: #fff;
  border: 1px solid #ea1921;
  border-radius: 3px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
} */
  .search-btn{
  min-width: 150px;
  color: #fff;
  border: 1px solid #b07e7f;
  border-radius: 18px;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  background: rgb(196,95,95);
  background: linear-gradient(90deg, rgba(196,95,95,1) 0%, rgba(255,0,0,1) 12%, rgba(255,0,0,1) 91%);
}
.fl-bg{
  background-image: url('images/fl-bg.jpg');
  background-repeat: no-repeat;
}
.cn-bg{
  background-image: url('images/cn-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.states-banner{
  position: absolute;
  bottom: 0;
}

.state-text{
  font-family: 'Staatliches', cursive;
  color: #000;
  font-size: 35px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  .state-text{
    font-size: 27px;
  }
}
.blinking{
    animation:blinkingText 4s infinite;

}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}
.sub-nav-bg{
  background-image: url('images/gift-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  .sub-nav-bg{
    background-image: url('images/video-bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}
.font-s25px{
  font-size: 25px
}
.m-close-btn{
  width: 40px;
  height: 40px;
  background-color: #f00000;
  border-radius: 50px;
  text-align:center;

}
.gift-pl{
  padding-left: 200px;
}
@media only screen and (max-width: 1366px){
  .gift-pl{
    padding-left: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px){
  .gift-pl{
    padding-left:30px;
  }
  .offer-items-bg {
    max-width: 250px !important;
    height: 115px !important;
}
}
.m-mr{
  margin-right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  .m-mr{
    margin-right: 20px;
  }
}
.btn-ul{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.btn-ul > li{
  display: inline;
}
@media only screen and (max-width: 320px){
  .search-btn {
    max-width: 130px;
  }
  .m-mr{
    margin-right: 8px;
  }
  .mobile-width-75px {
    width: 60px;
    margin-top: 10px;
  }
  .hamburger-setting{
    width: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 834px){
  .display-834px{
    display: block;
  }
}
.outlet-box{
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  overflow: hidden;
  background-image: url('images/outlet-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
.outlet-content{
  font-family: 'Staatliches', cursive;
  letter-spacing: 1px;
}
.outlet-content > h3{
  font-size: 33px;
}

.iit-text {
    color:#fff;
    font-size: 12px;
    font-weight: 600;
}
.display-none{
  display: none;
}
.m-ul{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.m-ul > li{
  display: inline-block;
}
.app-store{
  list-style-type: none;
  padding-left: 0;
}
.app-store > li{
  display: inline-block;
}
.blink_me {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  0% {
    opacity: 0;
    color: #fff;
  }
  50%{
    color: #EDA600;
    opacity: 1;
    }
  100%{
    color: #fff;
    opacity: 0;
  }
}
.hidetabs{
  visibility: hidden;
}
.city-heading{
  width: 100%;
  padding: 10px;
  background-color: #f9ad1e;
    font-family: 'Staatliches', cursive;
}
.city-heading > a, .city-heading > a:hover, .city-heading > a:focus, .city-heading > a:active{
  color:#fff;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 1px;
}
.abs-outlet-container{
  border:2px solid #f9ad1e;
}
.city{
  padding: 10px;
  background-color: #fff;
  letter-spacing: 1px;
  border-bottom: 2px solid #f9ad1e;
}
.city > a, .city > a:hover, .city > a:focus, .city > a:active{
  color:#333;
  text-decoration: none;
}
.footer-blink {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  0% {
    opacity: 0;
  }
  50%{
    opacity: 1;
    }
  100%{
    opacity: 0;
  }
}
.marquee-setting{
  position: relative;
  max-width: 100%;
  width: 41vw;
  overflow-x: hidden;
  height: 10px;
  float: left;
  padding-top: 6px;
  overflow-y: hidden;
  color: #fff;
}
.offer-ltd-txt{
  font-size: 10px;
  /* text-transform: capitalize; */
  margin-bottom: 0px;
}
@media only screen and (max-width: 600px) and (min-width: 0){
  .marquee-setting{

    max-width: 100%;
    width: 100vw;

  }
}
.simple-marquee-container{
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 15s linear infinite 1s;
}
@keyframes marquee {
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-50%);
	}
}

.simple-marquee-container ul li{
	display: inline-block;
	list-style: none;
}

.notify
{
  background-color:red;
  margin-top: 2px;
  margin-bottom: 25px;
  color:#fff;
  text-align: center;
}

.error
{
  background-color:red;
  margin-top: 2px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.special-text{
  font-size: 30px;
    font-family: 'Satisfy', cursive;
    color: #A82C2F;
}
.header-gift h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #A82C2F;
}
.header-gift {
    color: #A82C2F;
    padding: 10px;
    color: #fff;
    margin-top: 0%;
}
.booking-div {
    list-style: none;
    font-size: 19px;
}
.fl-bg {
    background-image: url(images/fl-bg.jpg);
    background-repeat: no-repeat;
}
.form-select1{
  width: 100%;
  max-width: 400px;
  margin-left: 15px;
}
.sitemap-ul{
  padding-left: 15px;
}
.sitemap-ul  > li > a{
  color:#212529;
}
.menu-border-bottom{
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
}
.menu-total-amount{
  font-size: 20px;
  float: right;
  color:#f00;
}
.menu-heading > h3{
  font-size: 24px !important;
}
.beer-icon{
  color:#f00;
  font-size: 20px!important;
}
.outlet-cont{
  text-align: justify;
  line-height: 28px;
  letter-spacing: 1.2px;
  margin-bottom: 5%;
}

.blink_img {
  animation: blinker 2s linear infinite;
  width:32px;
}
@keyframes blinker {
  50% { opacity: 0; }
}
@keyframes blin {
  50% { opacity: 0; }
}
.ex-abs{
  color: #333;
  letter-spacing: .5px;
}
.ex-abs-i{
  color: #f14028;
  /* letter-spacing: .5px; */
}
.abs-ex-container{
  width: 100%;
  padding: 20px;
  border: 2px dotted #848281;
}
.express-form-container{
  max-width: 600px;
  width: 100%;
  padding: 15px;
}
.express-table-tr{
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}
.blink_online_del{
  animation: blinker 2s linear infinite;
  color: #fdbc38!important;
}
.new-blink-fx{
  animation: blinker 1.2s linear infinite;
}

.outlet-page-h2{
  font-size: 23px;
  font-weight: 500;
}
.red-font{
  color:#f14028;
}
.package-container{
  max-width: 400px;
  width: 100%;
  border: 2px dashed #f14028;
  padding: 20px;
  border-radius: 10px;
}
.celebrations-transaction td{
     border: 1px solid black;
     padding-left: 10px;
}
.form-card{
  max-width: 900px;
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  padding: 16px;
  text-align: left;
  position: relative;
}
.location-select{
  width: 100%;
  height: 40px;
  border-top: 0px;
  border-bottom: 1px solid #f20;
  border-right: 0px;
  border-left: 0px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 5px;
}
.form-label{
  font-size: 13px;
}
.form-card p{
  font-weight: 300;
  letter-spacing: .5px;
  color: #464141;
}
.form-card-button {
    width: 100%;
    height: 30px;
    padding: 3px;
    background-color:#f6f6f6!important;
    border-radius: 5px;
    color: #000;
    font-size: 16px!important;
    /* border: 1px solid #eee; */
    cursor:pointer;

}
.form-card-button-active {
    padding: 3px;
    background-color:#f20 !important;
    border-radius: 5px;
    color:#fff !important;
  font-size: 13px;
  border: 1px solid #f20 !important;
  cursor:pointer;
}
.form-card-input{
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #f20;
  font-size: 13px;
  height: 40px;
}
.form-card-phone-input{
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #f20;
  height: 40px;
  font-size: 13px;
}
.rb-cont-pr{
  position: relative !important;
}
.button-container{
  position: absolute;
  bottom: -50px;
  left: 45%;
  right: 50%;
}
.reserve-table{
  width: 90px;
  height: 90px;
  background-color: #f20;
  border: 1px solid #f20;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.number-modal-dialog{
  max-width: 400px !important;
}
.number-modal-content{
  border-radius: 20px !important;
}
.no-select-width{
  width: 70px;
}
.form-card .input--group-button--beat{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  -webkit-transform-origin: 75px 50px;
  transform-origin: 75px 50px;
  -webkit-animation: beat 1s ease-in-out infinite alternate;
  animation: beat 1s ease-in-out infinite alternate;
  opacity: .18;
  border-radius: 50%;
  background: #ff2e00;
}

@keyframes beat{
  0% {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 10px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.flex-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.jc-center{
  justify-content: center;
}
.w-20per{
  width: 20%;
}
.w-80per{
  width: 80%;
}
.num-btn{
  width: 100%;
  height: 40px;
  background-color: #f20;
  border-radius: 50px;
  border: 1px solid #f20;
  color: #fff;
  text-transform: uppercase;
}
.small-font{
  font-size: 12px;
}
.socialicon-form-card{
  max-width: 90px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eee;
  border-radius: 50px;
  padding: 3px;
}
.w-100per{
    width:100%;
}
.sidebar{
  background-color: #eee;
  font-weight: 600;
}
.sidebar .active{
  background-color: #f10 !important;
  color: #fff;
}
.sidebar a{
  width: 100%;
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #f10;
  color: #000;
}

.sidebar-tabs{
  list-style-type: none;
  padding-left: 0px;
}
.lg-display-none{
  display: none;
}
.home-icn{
  width:35px;
}
.address-box button{
  background-color:#ea1921;
  padding:8px 10px;
  color:#fff;
  border-radius: 6px;
  border:none;
}
@media only screen and (max-width: 900px) and (min-width: 0px){
  .md-display-none{
    display: none;
  }
  .sm-ds{
    display: block;
  }
  .form-card{
    min-height: 1070px;
  }
  .button-container{
    left: 39%;
  }
}
.customer-input{
  width: 100%;
  height: 30px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 14px;
  background-color: #f7f7f7;

}
.site-card {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    border: 5px;
}
.jc-sb {
    justify-content: space-between;
}
.vnv-icon {
    width: 25px;
}
.vdivider {
    width: 1px;
    height: 20px;
    background-color: #F20;
}
.rounded-container-sm {
    min-width: 70px;
    padding: 0 5px;
    border: 1px solid #000;
    border-radius: 50px;
}
.wi-15px {
    width: 15px;
}
.card-text-small {
    font-size: 13px;
}
.text-clr {
    color: #a42d31;
    font-weight: 600;
}
.sec-divider {
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.green-card-btn {
    background-color: #128014;
    border: 1px solid #128014;
    color: #fff;
    cursor: pointer;
}
.card-chekbtn {
    width: 85px;
    height: 40px;
    border-radius: 3px;
    background-color: #f20;
    border: 1px solid #f20;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.green-card-btn {
    background-color: #128014;
    border: 1px solid #128014;
    color: #fff;
    cursor: pointer;
}
.customer-select{
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/dropdown.png);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 10px;
  color: #000;
  font-size: 14px;
    border-radius: 3px;
}
.panel-default>.panel-heading {
    color: #333!important;
    background: linear-gradient(to right, #620014 0%, #bc0000 100%)!important;
    border-color: #ddd;
}

.panel-body {
    padding: 15px;
    background-color: #f2f2f2;
    color: #545454;
    width: 100%;
    margin-bottom: -2%;
}
.abs-feedback {
    font-size: 14px;
    letter-spacing: 1px;
}
.abs-panel-subhead {
    margin-top: -1%;
    margin-bottom: 0%;
    color: #754D07;
}
.abs-radio {
    margin-right: 8% !important;
}
.flex-abs {
    display: block;
}
.abs-select2 {
    width: 49%;
    height: 40px;
    border: 1px solid #505050;
    color: #464646;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-left: 12px;
    /* margin-top: 10%; */
    background-color: rgb(253, 198, 62);
    font-size: 11px;
}

.abs-feedback {
    font-size: 14px;
    letter-spacing: 1px;
}

.label-site-field{
  color: #000;
  font-size: 14px;
}
.panel-title{
  font-size: 16px;
  letter-spacing: .50px;
  margin-bottom: 0px;
  font-weight: 700;
}
.param-error{
  color: #d40505
}
.panel-default>.panel-heading a:hover {
    color: #fff!important;
}
.table-head{
  background-color: #fec026;
  color: #fff;
}
.resend_otp{
  cursor: pointer;
  text-decoration: underline;
  color: #a80014;
}
.width-150{
  max-width:150px;
}
.logout-a,.logout-a:hover{
  color: #000;
  text-decoration: none;
}
.log-icon-btn {
    width: 30px;
}
.jc-sb{
  justify-content: space-between !important;
}
.form-cc{
  padding: 20px;
background-color: #f1f1f1;
border-radius: 5px;
max-width: 100%;
}
.sidebar-icon {
  width: 20px;
}
.font-13px {
  font-size: 13px;
}
.btn2 {
  background-color: #fabc53;
  border: 1px solid #fabc53;
  color: #000;
  font-size: 14px;
  border-radius: 3px;
}
.site-btn {
  min-width: 150px;
  height: 30px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
}
.form-card2{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  padding: 16px;
  text-align: left;
  position: relative;
}
.divider{
  border: 1px solid #ddd;
}
.br-divider{
  border-right: 1px solid #dbdbdb;
}
.pax_count {
  width: 80px;
  height: 25px;
  border: 1px solid #cac8c8;
  font-size: 14px;
  text-align: center;
}
.site-h6{
  font-weight: 600;
}
.book-table-section-head{
  max-width: 200px;
  background-color: #FFC208;
  padding: 7px;
}
.input-card{
  width: 100%;
  padding: 0px 5px;
  background-color: #fff;
  /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1); */
  border-radius: 3px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  border: 2px solid #eeeeee!important;
  border-radius: 10px!important;
}
.bat-input{
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  height: 48px!important;
  font-size:16px!important;
}
.bat-icon-container{
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 5px 5px;
  background-color: #f20!important;
  border-radius: 0px 0px 5px 5px;
  width: 30px;
  text-align: center;
}
.bat-icon-container-trans{
  background-color: rgba(0, 0, 0, 0);
}
.bat-select{
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  height: 35px;
  appearance: none;
  -moz-appearance:none;
  -webkit-appearance: none;
  font-size:16px!important;
}
.bat-textarea{
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-size:16px!important;
}
.bat-btn {
  background-color: #ea1921;
  max-width:300px!important;
  width: 100%;
  height: 48px!important;
  color: #fff;
  border: 1px solid #ea1921;
  border-radius: 3px;
  font-size: 20px !important;
  font-weight:500!important;
}
.total-pax-p{
  background-color: #f1f1f1;
  padding: 8px 10px;
  max-width:100%;
  border-radius: 3px;
}
.pax-txt{
  color:#6e6e6e;

}
.number-pax{
  color: #f20;
  font-weight: 600;
  font-size: 20px;
}
.ty-container{
    max-width: 400px;
    padding: 15px !important;
    background-color: #f4f4f4 !important;
}
.ty-message{
    font-size: 25px;
color: #ff940f;
font-weight: 400;
}
.ty-br{
    border-right: 1px solid #ddd;
}
.ty-bst{
    font-size: 14px;
}

.download-app-btn{
  position: absolute;
  max-width: 450px;
  width: 100%;
  bottom: 40px;
  left: 50%;
  right: 0px;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 0%);
  text-align: center;
}
.bottom-0{
  bottom: 0px;
}

.marketing-par{
  font-size: 13px;
  text-align: center;
}
.store-btn-sm{
  width: 140px;
  display: block;
}
.side-floating-card{
  position: fixed;
  bottom: 40px;
  right: -400px;
  max-width: 300px;
  width: 100%;
  padding: 13px 0px 0px;
  transition: right .3s;
  background-color: #fff4e0;
  border-radius: 5px;
  z-index: 999;
  box-shadow: 0px 0px 10px 5px rgba(39, 55, 72, 0.05), 0px 0px 10px 5px rgba(19, 52, 72, 0.05);
  border: 5px solid #fff;
  color: #fff;
}
.side-floating-card:before{
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
   background-image: linear-gradient(to bottom, rgba(237, 28, 36, 0.8),rgba(161, 26, 30, 0.8)),url('images/asf-card-img.jpg');
z-index: -1;
}
.sfc-content{
  position: relative;
  padding: 15px;
  background-color: #fff4e0;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.05);
  color: #000;
}
.sfc-setting{
  right: 15px;
  transition: right .3s 1.5s;
}
.sfc-form{
  width: 100%;
  padding: 5px;
  border: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0);
}
.sfc-btn{
  width: 100%;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  background-color: #fec13d;
  border: 1px solid #fec13d;
}
.sfc-cbtn{
  position: absolute;
  top: -40px;
  right: 0px;
  width: 30px;
  padding: 5px;
  height: 30px;
  background-color: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 50px;
  font-size: 12px;
}
.sfc-par{
  font-size: 13px;
}
.outlet-facility-par{
  text-align: center;
  font-size: 12px;
}
.outlet-facility-img-container{
  text-align: center;
}
.outlet-facility-img-container img{
  width: 40px;
}
.footer-gta-section{
  max-width: 400px;
  width: 100%;
}
@media only screen and (min-width: 1140px) and (max-width: 5000px){
  .w-md-50{
    width: 50% !important;
  }
  .w-md-40{
    width: 40% !important;
  }
  .w-md-60{
    width: 60% !important;
  }
  .desktop-hide{
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1139px){
  .mobile-hide{
    display: none;
  }
  .download-app-btn {
    max-width: 90%;
    font-size: 10px;
    position: relative;
    bottom: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 10px;
  }
  .download-app-btn h6 {
    font-size: 13px;
    /* text-transform: uppercase; */
  }
  .footer-blink-stop{
    margin-bottom: 0px;
    font-size: 10px;
  }
  .footer-blink-stop span{
    text-transform: uppercase;
    font-weight: 600;
  }
  .store-btn-sm {
    width: 100px;
    display: block;
  }
  .marketing-par {
    font-size: 12px;
    text-align: center;
  }
  .tab .nav-tabs {
    border-bottom: none;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
  }
  .tab .nav-tabs li a {
    display: block;
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    color: #EA1921;
    margin-right: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
    width:90px;
  }
  .tab .nav-tabs li {
    width: 150px;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
  }
}
.price-table-head{
  background-color: #b80501 !important;
  color: #fff !important;
}
.booking-amt-small{
  font-size: 15px!important;
  color: #f00;
}
.ep-txt{
  font-size: 10px;
  width: 100%;
  display: block;
}
.blog-btn{
  min-width: 150px;
  background-color: #ec1c24;
  border: 1px solid #ec1c24;
  color: #fff;
  padding: 7px;
  border-radius: 3px;
}
.blog-sidebar-container{
  max-width: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.sidebar-heading{
  width: 100%;
  background-color: #ec1c24;
  color: #fff;
  padding: 10px;
}
.sidebar-heading h4{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.blog-sidebar-container a{
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #000;
}
.blog-sidebar-container a:hover{
  background-color: #eee;
}
.blog-heading{
  font-size: 20px;
}
.post-time-date{
  color: #333;
  font-size: 13px;
}
.blog-icons{
  width: 15px;
}
.blog-sub-heading{
  color: #ec1c24;
}
.txt-aln-justify{
  text-align: justify;
}
.tnc-heading{
    color: #f20900;
    font-weight: 700;
    letter-spacing: 1px;
}
.tc-box ul li {
    margin: 12px 0;
}
.text404{
  font-size: 150px;
}
.search-container{
  max-width: 600px;
  width: 100%;
  margin:auto;
}
.si-container{
  width: 90%;
}
.search-btn-container{
  width: 10%;
}
.search-form-input{
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-right: 0px;
  padding: 0 0 0 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.search-submit{
  width: 100%;
  padding: 10px;
  height: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #f00000;
  background-color: #f00000;
  background-image: url('images/icons/search.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.captcha-img{
  text-align: center;
  margin-top: 20px;
}
.captcha-container{
  width: 20%;
}
.captcha-field-container{
  width: 80%;
}
.resend-otp-par{
    font-size: 13px;
    color: #000;
}
.resend-otp-par span{
    color: #f20;
}
.minus-plus-btn{
  width: 25px;
  padding: 0px;
  height: 25px;
  border-radius: 50px;
  border: 0px;
  background-color: #f20;
  color: #fff;
  display: flex;
  font-size: 15px;
  justify-content: center;
}
.hamburger-setting {
  width: 50px;
  height: 50px;
}
.index-icons img{
  width: 40px;
  height: 40px;
  margin-top:4px;
}
.number-input-am{
  width: 25px;
}
.outlet-img{
    display:block;
    height: 150px !important;
}
.outlet-img-bc{
    display:block;
    height: 316px;
}
.outlet-img img, .outlet-img-bc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-search-icon{
    width:25px;
}
.meal-voucher-img{
    max-width: 350px;
    width: 100%;
}
.loader-container{
    max-width: 100%;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    justify-content: center;
}
.mv-select{
  background-image: url('images/icons/sad.png');
  background-position-y: 15px;
}
.lhb{
  background-color: rgba(0, 0, 0, 0) !important;
  color: #f20;
  border: 1px solid #f20;
}
.mv-banner-container{
  max-width: 450px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}
.new-tag-container{
  position: relative;
}
.new-menu-highlighter img{
  position: absolute;
  top: -18px;
  font-size: 10px;
  left: 0;
  width: 45px;
  padding: 0px;
  /* background-color: #f20; */
  border-radius: 50px;
  text-align: center;
  margin: auto;
  transform: rotate(-9deg);
}

.grey-card-container{
/* max-width: 98%; */
background-color: #eee;
/* border-radius: 10px; */
padding: 20px;
margin: auto;
}
.search-container{
  max-width: 100%;
  padding: 10px;
  background-color: #fff;
}
.site-video{
  width: 100%;
  height: 250px;
}
.om-btn{
    background-color: rgba(0, 0, 0 , 0) !important;
    border: 0px !important;
}
.offer-title{
    font-size: 20px;
    color: #f00;
}
.offer-details-par{
    color: #5c5c5c;
}
.offer-tnc-ul{
    padding: 0 13px;
    font-size: 15px;
    color: #5c5c5c;
}
.float-btn{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 1;
  font-size: 12px;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.floating-btn-container{
  position: fixed;
  bottom: 15px;
  width: 95%;
  background-color: #fff;
  left: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.fb-a{
  display: block;
  width: 50%;
}
.menu-floating-btn{
  width: 100%;
  padding: 15px 10px;
  border: 0;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
}
.menu-floating-btn img{
  width: 50px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.fb-divider{
  border-right: 1px solid #ddd;
}
.oc-5 .owl-nav .owl-prev span, .oc-5 .owl-nav .owl-next span{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: rgba(0,0,0,0);
  font-size: 40px;
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
}
.oc-5 .owl-prev, .oc-5 .owl-next{
  top: 45%;
}
.oc-5 .owl-prev span:hover, .oc-5 .owl-next span:hover{
  background-color: #fdb833;
color: #000;
}
.special-video{
  width: 100%;
  height: 700px;
}
.amt-cut{
  color: #a6a6a6;
position: relative;
}
.amt-cut:before{
  content: '';
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  height: 1px;
  background-color: #f00000;
  transform: rotate(8deg);
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.site-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.site-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.site-tooltip:hover .tooltiptext {
  visibility: visible;
}
.filter-heading{
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.fca-btn{
  font-size: 15px;
  color: #f00;
  border: 0px;
  background-color: rgba(0, 0, 0, 0) !important;
}
.filter-apply-btn{
  font-size: 15px;
  color: #f00;
  border: 0px;
  background-color: rgba(0, 0, 0, 0) !important;
}
.offer-card{
  max-width: 450px;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  background-color: 0px 0px 3px 3px rgba(0,0,0,0.05);
  overflow: hidden;
  position: relative;
  min-height:370px;
}
.offer-content-container{
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  bottom: -400px;
  left: 0;
  background-color: #fff;
  transition: bottom .2s;
}
.offer-content-container-static{
  padding: 10px 15px;
  background-color: #fff;
}
.offer-card:hover .offer-content-container{
  bottom: 0px;
}
.offer-heading{
  font-size: 16px;
  font-weight: 500;
  color: #f00;
  margin: 0;
}
.offer-card-par{
  font-size: 13px;
  color: #333;
}
.offer-card-btn{
  font-size: 12px;
  background-color: #f00;
  border: 1px solid #f00;
  padding: 3px;
  color: #fff;
  border-radius: 5px;
  min-width: 100px;
}
.offer-detail-head{
  color:  #f00;
  font-size: 25px;
}
.offer-tnc{
  color: #202020;
line-height: 35px;
font-size: 14px;
font-weight: 400;
}
.vs-container{
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.fvs-height{
  height: 180px;
}
.filter-option-container{
  padding: 5px 0;
border-bottom: 1px solid #eee;
}
.filter-type-heading{
  color:  #f00;
  font-size: 14px;
}
.close-filter-modal{
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-bottom: 15px;
}
.filter-btn{
  display: none;
  width: 100%;
  padding: 10px;
  position: sticky;
  top: 0px;
  z-index: 999;
  margin-bottom: 10px;
  background-color: #fff;
  border: 0px;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
}
.fliter-parent-container{
  background-color: #f9f9f9;
  padding: 10px 0px 0 10px;
  border-radius: 15px;
}
.filter-apply-btn{
  min-width: 120px;
  padding: 5px;
  background-color: #fdb733 !important;
  border-radius: 5px;
  color: #000;
}
.booking-detail-container{
  max-width: 400px;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  margin: 50px auto;
  border-radius: 5px;
}
.booking-detail-container h3{
  color: #f00;
}
.bd{
  width: 100%;
  background-color: #eee;
  padding: 10px 15px;
  border-radius: 5px;
}
.bd h4{
  font-size: 20px;
}
.bd p{
  margin-bottom: 0px;
}
.bi-btns{
  max-width: 100px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 13px;
}
.bi-btns-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f20;
  margin: auto;
  margin-bottom: 10px;
  padding: 10px;
}
.bi-btns-icon img{
  width: 100%;
}
.booking-dpt-head{
  font-size: 12px;
  color: #f20;
}
.bi-btn-txt, .booking-dpt-content{
  font-weight: 600;
}
/* .mealvoucher-banner{
  background-image: url('images/mealvoucher-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
} */
.giftcard-banner{
  background-image: url('images/giftcard-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.h1-head{
  font-family: 'Staatliches', cursive;
  color: #333;
  font-size: 50px;
  letter-spacing: 1px;
}
.loader {
  background-color: rgba(0, 0, 0, 0.38);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  text-align: center;
}
.loader img {
  width: 100px;
  position: absolute;
  z-index: 5;
  top: 50%;
}
.offer-tnc {
    color: #202020;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (min-width: 901px){
  .floating-btn-container{
    display: none;
  }
  .filter-container{
    bottom: 0px;
    transition: bottom .2s;
  }

}
@media only screen and (max-width: 900px){
    .inner-banner-head{
    font-size: 22px !important;
    }
    .add-items button, .add-items p {
      left: 21% !important;
      top: 85px !important;
    }
    .heading{
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .captcha-field-container {
       width: 65%;
    }
    .captcha-container {
      width: 35%;
    }
    .new-tag-container{
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
    }

    .new-menu-highlighter img{
      top: -7px;
      position: relative;
      align-self: center;
    }
    .select-1{
      max-width: 500px;
      width: 100%;
      margin-top: 3%;
      margin-bottom: 3%;
    }
    .filter-container{
      width: 100%;
      position: fixed;
      z-index: 1;
      left: 0;
      background: #fff;
      padding: 10px 10px;
      bottom: -700px;
      z-index: 9999;
      transition: bottom .3s, top .3s;
      top: inherit;
    }
    .filter-active{
      bottom: 0px;
      top: 0px;
    }
    .close-filter-modal{
      display: block;
    }
    .fvs-height {
      height: 180px;
    }
    .filter-btn{
      display: block;
    }
    .fliter-parent-container{
      background-color: #f9f9f9;
      border-radius: 0px;
    }
    .cities-txt{
      font-size: 11px;
    }
}

@media only screen and (max-width:767px) and (min-width: 0px){
  .p-top{
    padding-top:10px;
  }
  .gift-card-section-heading{
    font-size: 35px;
    color:#000;
    text-align:center;
  }
  .gift-card-section-par{
    font-size: 15px;
    color:#000;
    text-align:center;
  }
  .oc-5 .position-relative .position-absolute h3 {
  font-size: 18px !important;
  }
  .oc-5 .position-relative .position-absolute p {
  line-height: 18px!important;
  font-size: 12px!important;
  }
  .p-left-200px{
    padding-left:20px;
  }
  .track-order-bg{
    width: 100% !important;
  }
  .add-items button, .add-items p {
    left: 24% !important;
    top: 67px !important;
    padding: 2px !important;
    width: 89px !important;
  }
  .style-itemimg img {
    max-width: 126px !important;
    height: 88px !important;
  }
  .slider {
    top: 2px !important;
    height: 20px !important;
    width: 46px !important;
  }
  .slider:before {
    height: 15px !important;
    width: 15px !important;
  }
  /* .carousel-inner img{
    height: 155px !important;
  } */
  .gmap_canvas{
    height: 450px !important;
    /* width: 350px !important; */
  }
  .menu-bg-img{
      height: 80px!important;
  }
  .menu-bg-img h5{
    padding-top: 26px!important;
  }
  .banner-carousel-img{
    height: 200px !important;
  }
  .oc-5 .owl-nav .owl-prev span, .oc-5 .owl-nav .owl-next span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 19px;
  color: #1c0707;
  text-align: center;
  border: 3px solid #000;
  }
  #gallery-celebration h4{
    font-size: 33px!important;
  }
  #gallery-celebration .gallery {
  height: inherit !important;
}
}

.show-estimate-btn {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffc208;
  border: 0px;
  color: #212121;
  cursor: pointer;
  font-size:18px!important;
  font-weight:500!important;
}
.bat-offer-card{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  margin: auto;
  min-height: 70px;
  position: relative;
}
.bat-offer-card span{
  display: block;
  width: 100%;
  border-radius: 10px;
  min-height: 70px;
  /* border: 2px solid #f20; */
  padding: 7px;
  position: relative;
}
.bat-offer-card p{
  width: 100%;
  color: #222;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
  position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.offer-card-btn2{
  background-color: rgba(0, 0, 0, 0);
  border:0px;
  width: 100%;
}
.view-all-btn{
  color: #222;
  font-size: 15px;
}
/* .sold-out{
  position: relative;
  max-width: 350px;
}
.sold-out img{
  filter: grayscale(100%);
}
.soldout-txt-cont{
  position: absolute;
  z-index: 1;
  right: 0px;
  background-color: #9c3222;
  width: 150px;
  padding: 10px;
  color: #ffcc6b;
  bottom: 15px;
} */
.captcha-reload-btn{
  width: 30px;
  height: 30px;
  background-color: #f00;
  border: 1px solid #f00;
  display: block;
  cursor: pointer;
}
.captcha-reload-btn img{
  width: 20px;
}
.offer-items-bg{
  background-color: #fff;
  box-shadow: 2px 3px  3px rgba(36,39,44,0.15);
  max-width: 260px;
  border-radius: 15px;
  padding: 10px;
  border-bottom: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
  width: 100%;
  height:100px;
}
.offer-items-bg div.d-flex{
  gap: 8px;
}
.offer-delivery img{
  width: 30px !important;
  height: 30px;
}
.hr{
  border: 1px solid #DADADA;
  width: 58%;
}
.text-para{
  font-size: 14px;
  font-weight: 400;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 25px;
  width: 55px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input#veg:checked + .slider {
  background-color: #289e02;
}
input#non-veg:checked + .slider {
  background-color: #f44335;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.non-veg1-icons{
  height: 25px;
}
.stars-icons{
  color: #FFC30C;
}
.style-itemname-delivery{
    margin-right: 4px;
    font-size: 1.22rem;
    font-weight: 600;
    color: #3e4152;
}
.styles-itemDesc{
    margin-top: 14px;
    /* color: rgba(40,44,63,.45); */
    font-size: 15px;
    min-height: 110px;
    text-align: justify;
}
.add-items button, .add-items p{
    position: absolute;
    left: 23%;
    top:82px;
    z-index: 1;
    background-color: #289E00;
    border-radius: 20px;
    padding: 5px;
    width: 110px;
    color: #fff;
    text-align: center;
    border: none;
}
.custom-text{
  color: #7e808c;
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    top: 40px;
    right: 0px;
}
.btn-fixed{
  position: sticky;
  /* left: 45%; */
  bottom:0;
  z-index: 9999;
  text-align:center;
}
.btn-fixed.active{
  position: fixed;
  bottom: 55px;
  left: 0;
  z-index: 9999;
  width:100%;
}
.btn-fixed button{
    width: 160px;
    height: 40px;
    background-color: #FF1C1C;
    border-radius: 20px;
    color: #fff;
    border: none;
}
.viewcard-bg.active{
  position: fixed;
  bottom: 55px;
  z-index: 9999;
}
.viewcard-bg{
  background-color: #FF1C1C;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  align-self: center;
  border: none;
  width: 100%;
  max-width: 1120px;
}
.modal-content{
  /* box-shadow: 0px 0px 10px 5px rgba(39, 55, 72, 0.05), 0px 0px 10px 5px rgba(19, 52, 72, 0.05); */
  border:1px solid #fff4e0;
  /* border-radius: 20px; */
}
.bg-content-modal{
  background-color:#f2f2f2;
}
.item-totalbtn{
  background-color: #3B8F00;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
}
.accordion1-bg{
  background-color: #fff;
  border: none;
}

.search1-icons{
  height: 20px;
}
.modal-header1{
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
}
.flex-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.jc-sb{
  justify-content: space-between;
}
.fn-container{
  width: 20%;
}
.card-min-height{
  max-height: 200px;
  height: 100%;
}
.card{
  border-radius: 25px;
  border: none;
}
.site-card-collapsible{
  background-color: #fff;
  border-radius: 10px !important;
  border: 0px;
  color: #000;
}
.site-card-collapsible a{
  color: #fff;
}
@media only screen and (max-width: 428px){
.hr{
    width: 95%;
  }
p{
    font-size: 14px;
}
.btn-fixed button {
    left: 31%;
}
.model-menu-btn {
    top: 80px;
}
.styles-itemDesc{
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp:5;
           line-clamp:5;
   -webkit-box-orient: vertical;
    text-align: start;
}
.btn-fixed.active{
  bottom: 0;
}
.non-veg1-icons {
    height: 15px;
    margin-top: 3px;
}
.style-itemname-delivery{
  font-size: 17px;
}
.styles-itemDesc {
    font-size: 12px;
    min-height: 0px;
}
.custom-text {
  top: 33px !important;
}
.main-width1{
  width:95%!important;
}
.bat-btn{
  max-width: 220px !important;
  font-size:18px !important;
}
.f-style h5{
  font-size:16px!important;
}
.booking-amt-small{
  font-size: 8px !important;
}
.bat-input{
  font-size:10px!important;
}
.bat-select{
    font-size:10px!important;
}
.bat-textarea{
  font-size: 10px !important;
}
.ep-txt{
  font-size: 10px !important;
}
.show-estimate-btn{
  font-size: 16px !important;
}
}
@media only screen and (min-width: 650px){
  .search1-icons{
    float: right;
  }
  .styles-itemDesc{
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
              line-clamp: 5;
      -webkit-box-orient: vertical;
      text-align: start;
  }
  .btn-fixed.active{
    bottom: 0;
  }
  .style-itemname-delivery{
    font-size: 17px;
  }
  .styles-itemDesc {
      font-size: 12px;
      min-height: 0px;
  }
}
.style-itemimg img{
    border-radius: 20px;
    width: 100%;
    max-width: 160px;
    height: 107px;
}
.cart-icon img{
  background-color:#000;
  width:45px;
  height:45px;
  padding: 5px;
  border-radius: 6px;
  margin-right: 10px;
  align-self: center;
  margin-left:20px;
}
.cart-bg{
  background-color: #fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  padding:30px;
  width: 100%;
  height:560px;
}
.form-ctrl{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 60px;
    max-width: 400px;
}
.cart-button{
  background-color:#1F7A00;
  color: #fff;
  padding: 20px;
  border: unset;
  margin-left:5px;
  border-radius: 5px;
  max-width: 413px;
  width: 100%;
}
.cart-detail{
  background-color:#fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  padding: 25px;
  width: 100%;
  min-height: 726px;
}
.cart img{
  border-radius:8px;
  margin-right: 10px;
  border-radius:5px;
  width:60px;
}
.cart >h5{
  margin-right: 5px;
}
.wallet{
  background-color:#fff;
  box-shadow:0 4px 36px rgb(0 0 0 / 25%);
  width: 100%;
  padding: 20px;
}
.wallet-img img{
  background-color:#000;
  width:40px;
  height:40px;
  padding:8px;
  border-radius: 6px;
  margin-right: 10px;
}
.paybutton{
  background-color: #1f7a00;
  border:none;
  padding: 20px;
  width: 100%;
  color:#fff;
  border-radius:5px;
}
.bestseller>img{
  width:25px;
  height:25px;
}
.rating{
  color: #f9af23;
  margin-left: 10px;
}
.add-cart button{
  border:none;
  padding:8px;
  background-color:#289E00;
  border-radius:15px;
  color:#fff;
  width:100px;
}
.form-cntrl{
border-radius:10px;
width: 100%;
height:55px;
background-color: #d6d4d4;
color: #000;
border: none;
padding: 20px;
}
.apply-cpn >img{
  width:40px;
  height:40px;
}
.apply-cpn >p{
  margin-top:7px;
  margin-left:10px;
}
.apply-cpn button{
border-radius:4px;
padding: 10px;
background: none;
color: #ff1c1c;
}
.arrow{
  background-color:#fff;
  border-radius:50%;
  padding: 6px;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  height: 40px;
  width:40px;
}
.tip-submit{
  color:#FF1C1C;
  border: 0;
  background-color: #fff;
}
.apply-btn{
  border:none;
  background-color:#EEAF1A;
  padding:6px;
  color:#000;
  border-radius:50px;
  width:120px;
}
.detail-box{
  background-color:#F3F3F3;
  padding-top: 40px;
  background-color: #F3F3F3;
  padding-left: 100px;
}
.help button{
  border:none;
  background-color:#fff;
  box-shadow: 2px 2px 2px #888888;
  border-radius:20px;
  padding:8px;
  width: 100px;
  color: red;
}
.coupon{
  background:#fff;
  color:#F00000;
  border-radius:15px;
  width:100px;
}
.quote{
  border:1px solid #c0bebe;
  border-radius:10px;
  justify-content:space-between;
}
.coupon-box{
  box-sizing: border-box;
  border-radius: 0px 0px 15px 15px;
  background-color:#fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  padding:10px;
}
.valid{
  color:#F00000;
}
.top-red {
  background-color: #F00000;
  padding: 10px 15px 0px 15px;
  justify-content: space-between;
  border-radius: 15px 15px 0px 0px;
}

.apply-cpn button{
  border: none;
  background-color: #f2f2f2;
}
.plus-minus-container{
  display: flex;
  align-items: center;
}
.plus-btn{
  width:30px;
  height:30px;
  background-color: #1f7a00;
  color:#fff;
  border: none;
  border-radius:5px;
  margin: 0 5px;
  cursor: pointer;
}
.new-address{
  background-color:#eee;
  padding:10px;
  border-radius: 6px;
}
.form-control{
  border-radius:5px;
  padding:12px;
  height: 45px;
}
.form-btn{
  background-color:#da9631;
  padding: 10px;
  border:none;
  border-radius:20px;
  width: 100%;
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}
.nt-img img{
  height:35px;
  background-color:#bc2f0b;
  padding:10px;
  border-radius:50%;
}
.order-prepare{
background-color: #F00000;
padding: 4px 10px 5px;
color: #fff;
border-radius: 5px;
border: none;
}
.track-orderbtn{
background-color: #F00000;
color: #fff;
padding: 15px;
border-radius: 5px;
border: none;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 20%;
  height:auto;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size:15px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 80%;
  border-left: none;
  height:570px;
  background-color:#fff;
}
.coupon-2{
  color:#F00000;
}
.cal-img{
  height: 16px;
}
.card-body{
  background-color:#fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 11px 6px;
  transition: 0.3s;
  font-size: 15px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.history-box {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px 5px;
  padding: 10px;
}

.track-order{
  background-color: #F00000;
  color: #fff;
  border-radius: 18px;
  border: none;
  width: 120px;
  padding: 5px;
  text-align: center;
  font-size:12px;
}

.created-btn{
background-color: #FFC54B;
padding: 5px 8px;
border-radius: 10px;
border: none;
}
.gray-lightbg {
  border: 1px solid #e1d4d4;
  padding: 15px;
  padding: 10px;
  background-color: #e8e8e8;
  height: 50px;
  border-radius:7px;
}
.dotted{
  border-top: 2px dotted #cccccc;
}
.offer-btn{
  background-color:#920a07;
  color:#fff;
  padding:15px;
  border:none;
  width:150px;
  border-radius:30px;
}
.offer-img img{
  width: 50px;
}
.offer-detail {
  border: 2px solid #d5d5d5;
  background-color: #dfdfdf;
  padding: 10px;
  border-radius: 6px;
  max-width: 300px;
  width: 100%;
}

.experience >p{
  margin-left: 20px;
}
.feedback{
  height: 50px;

}
@media only screen and (max-width:768px) and (min-width: 0px){
.cart-bg{
  margin-left:0;
}
.cart-detail{
  margin-top:15px;
  padding: 10px;
}
.add-cart button{
  width:78px;
}
.detail-box{
  padding-left:20px;
}
.apply-btn{
  width:100px;
  padding: 5px;
}
.tabcontent {
  height:600px;
}
.tab{
    height:auto;
    width:100%;
}
.form-control {
    padding: 10px;
}
.top-red {
    border-radius: 20px 20px 0px 0px;
}
.cal-img {
    height: 20px;
}
.created-btn {
  padding: 5px 10px;
  margin-left: 16px;
}
.track-order {
  width:90px;
  padding: 5px;
  font-size: 12px;
}
.history-box{
  padding:10px;
}
.offer-btn {
    margin-top: 10px;}
}
.offer-btn {
    padding: 10px;
    width: 130px;
}
.oc-5 .owl-nav .owl-prev{
  left: 0 !important;
  }
.oc-5 .owl-nav .owl-next{
  right: 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}
.form-control{
  border: 0;
}

.bat-icon-container-1{
  position: absolute;
  top: 0px;
  right: 25px;
  padding: 5px 5px;
  border-radius: 0px 0px 5px 5px;
  width: 30px;
  text-align: center;
}
.start{
  width: 100%;
  border-radius: 50px !important;
  background-color: #ea1921;
  border: 0 !important;
  color: #fff !important;
  padding: 10px;
}
.form-control{
  background-color: #f2f2f2;
}
.btn-signup{
  color: #212529;
background-color: #ffc107;
border-color: #ffc107;
margin-top: 15px;
width: 100%;
border-radius: 20px;
}
input[type=search] {
  background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #fff;
  padding: 9px 10px 9px 32px;
  width: 100% !important;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@media only screen and (max-width: 428px){
  #myForm input[type=search] {
    margin-top:15px;
  }
}
.btn-search{
background-color: #ffc107;
width: 100%;
padding: 10px;
border-radius: 20px;
border: 0;
max-width:810px;
}

/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map {
  height: 100%;
}

/*
 * Optional: Makes the sample page fill the window.
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  /* margin-left: 12px; */
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  /* width: 400px; */
  width: 50%;
  border-radius: 20px;
  border: 1px solid #ccc;
  /* padding: 10px; */
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}
.nav-pills .nav-link.active{
  background-color: #ab2312;
}
.nav-name-login{
  font-size: 15px;
}
.dashboard-name-no{
  background-color:#ab2312;
}
.dashboard-icons{
  width:20px;
  margin-left: 10px;
}
.nav-pills .nav-link{
padding: 10px;
}
.dash-nav:hover{
  background-color:#e1d9d9;
}
.dash-nav a{
  list-style: none;
  color:#000;
}
.dash-nav-top{
  min-height:430px;
  height: 100%;
  border-right: 1px solid #f3f3f3;
  background-color: #f2f2f2;
}
.nav-dash{
  margin-left:10px;
}
.top-nav-clr{
  background-color:#d7b6b6;
}
.address-submit-btn{
  background-color: #EEAF1A;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

.dashboard-profile{
  background-color:#fff;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
  padding:20px;
}
.veg-iconn{
  height: 16px;
  width: 16px;
}
.nav-pills .nav-link {
  padding: 10px;
  width: 124px;
  border-radius: 15px;
}
.history-para{
  font-size: 12px;
}
.call-bg1{
  background-color:#ae0606;
  border-radius: 6px;
  padding:5px 10px;
}
.call-bg2{
  background-color:#fff;
  border-radius: 6px;
  padding:5px 10px;
}
.line-content{
  border-bottom:1px solid #f2f2f2;
}
.bg-red-dark{
  background-color:#a01512;
}
.bg-gray{
  background-color:#9b9d9f;
}
.offer-box{
padding: 12px 15px 0px 15px;
border-radius: 15px 15px 0px 0px;
background: #fff;
}
.offer-content {
  border: 1px solid #cbc2c2;
  padding-top: 5px;
  border-radius: 0px 0px 20px 20px;
}
.active-bg1{
  background-color:
}
.active-bg{
  background-color:#06ae5f;
}
.cpn-icons {
  height: 20px;
}
.profile-edit-btn{
  padding:12px;
  font-size: 15px;
}
.light-g-bg{
  background-color:#f2f2f2;
  border-radius:  0px 0px 10px 10px;
  padding:10px;
}
.emoji-bg{
    background-color:#f2f2f2;
    padding: 6px;
    border-radius: 18px;
}
.cpn-code{
  font-size:18px;
}
.emoji-icon img{
  height: 35px;
  width: 35px;
}
.form-select-model {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/arrow-down1.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 18px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    border: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px
}
.site-btn-modal{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: red;
    color: #fff;
    border: 0;
}
.modal-footer{
  border-top: 0;
}
.modal-header {
    border-bottom: 0;
}
.track-order-bg{
  background-color: #f2f2f2;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  width: 60%;
}
.close-btn-modal{
  position: absolute;
  border-radius: 50%;
  background-color: #289E00;
  padding: 3px 10px;
  border: 0;
  right: 20px;
  z-index: 1;
  top: -18px;
  color: #fff;
}
.btn-help{
  padding: 6px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 0;
}
.gmap_canvas{
  overflow: hidden;
  background: none !important;
  height: 560px;
  width: 100%;
}
#tab-select {
  width: 100%;
  color: #003D84;
  padding: 5px 7px;
  font-size: 20px;
  color: #ffffff;
  background-color:#ab2312;
  border: none;
}
#tab-select {
  color: #003D84;
  font-size:17px;
  color: #ffffff;
}

/* navbar */
@media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0px;
    bottom: 0;
    left: 100%;
    width: 70%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: black;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 10000;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
  .btn-outline-danger {
    color: #ffffff;
    border: none;
    font-size: 30px;
}
}

.menu-bg-img{
    height: 150px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    background-image: url(images/food-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-bg-img h5{
  text-align: center;
  color: #fff;
  padding-top: 60px;
}
.banner-carousel-img{
  height: 550px;
}
.nav-item a:hover{
  color: #fff;
}
.dash-profile-top {
  min-height: 400px;
  border-right: 1px solid #f3f3f3;
  background-color: #f2f2f2;
}
.dashboard-myprofile {

}
.dash-heads{
  font-size: 22px;
  font-weight:700;
  background-color: #f44335;
  border-radius: 30px;
  color: #fff;
}
.top-yellow {
  padding: 10px 15px 0px 15px;
  justify-content: space-between;
  border-radius: 15px 15px 0px 0px;
}
.call-bg2 {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 10px;
}
.selectt-form{
  padding-left: 10px;
  border: 1px solid #dedede!important;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/dropdown.png);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 14px;
  color: #000;
  font-size: 14px;
  border-radius:15px;
  padding:10px;
}
.num-fieldd{
  border:none;
  border-radius:5px;
  padding:10px 20px;
}
.dash-offers img{
  width: 25px;
}
.dash-offers{
  background-color:#f2f2f2;
  border:2px solid #fa4343;
  padding: 10px;
  border-radius:5px;
}
.t-head{
  padding:8px;
  border:0.5px solid #000;
  width:120px;
  text-align: center;
}
.tab-row td{
  border:1px solid #1d1d1d;
  padding:8px;
}
.cart h6{
  color: #d61c23;
  font-weight: 700;
  font-size: 17px;
}

.login-bg{
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 0;
  padding: 15px;
}
.inner-content{
  background-color: #FFC208;
  padding: 5px 35px;
  border-radius: 5px;
  border: 0;
  text-align: center;
}

#main {
  max-width: 95%;
  width: 500px;
}

.login-tab,
.register-tab {
  text-decoration: none;
    display: block;
    width: 100%;
    background-color: #eee;
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    max-width: 150px;
    border: 0;

}
.login-box button.active {
  background-color: #FFC208;
  color: #000;
  border: 0;
}
.login-box,
.register-box {
  width: 100%;
  background-color: #fff;
  padding: 20px 30px 30px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.inp {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 0;
    background-color: #eee;
    color: #666;
    border-radius: 5px;
}
.inp::placeholder{
  color:#9f9f9f;
}
.sub-btn {
    width: 100%;
    padding: 8px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    background-color: #f44336;
    color: #fff;
    /* max-width: 150px; */
    border-radius: 5px;
}
a:hover {
  color: #000;
}
.form-check-label{
  font-size: 12px;
}
a{
  text-decoration: none;
}
.resend-otp{
  border: 0;
    background-color: #fff;
    color: #9000ff;
}
.nav-pills .nav-link:hover{
  color: #000;
}
.nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  font-size: 25px;
}
.link-nav{
  font-size: 25px;
  color: #000;
}
.nav-item a:hover {
    color:#f44336;
}

.empower-tab{
    width: 100%;
    height: 40px;
    background-color: transparent;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0;
    border-right:0;
    color: #fb0404;;
    font-size: 25px;
    font-weight: 600;
    border:1px solid #fb0404;
    border-radius: 5px;
    width: 270px;
    height: 60px;
    text-transform: uppercase;
  }
  .empower-active {
    background-color: #f00a00;
    color: #fff;
}
  #empower-new-coupon .modal-content {
    border-radius: .2rem;
    border:1px solid rgba(0, 0, 0, .12);
  }

.logout-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, 50%);
  background: #840d05;
  height: 60px;
  padding: 10px;
  border-radius: 15px 0 0 15px;
}
.logout-btn:hover > .logout-text {
    width: 100px;
    padding: 0 6px;
}
.logout-icon{
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    background: #f00a00;
    transition: 0.4s;
    border:none;
    border-radius: 50%;
  }
.logout-text {
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: white;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
}
 .red-box-offers{
   background-color: #f00a00;
   padding: 40px 40px;
   border-radius: 15px;
 }
.offers-head-new {
  font-size:70px;
  font-weight: 700;
  letter-spacing: 0.75px;
}
.offers-head-new-2{
  font-size: 80px;
  letter-spacing: 0.50px;
  font-weight:800;
}
.pay-for-9{
  background-color:#FFAA36;
  padding: 25px 0px 25px 0px;
  border-radius:15px;
}
.fs-25{
  font-size: 25px;
}
.cpn-modal-input{
background-color:#f8f8f8;
border: none;
padding: 10px;
border-radius:8px;
width:100%;
}
.empower-share-model{
  border-bottom:1px solid #c3c3c3;
}
.faq-item .faq-a p{
  font-weight: 500;
  font-size: 16px;
}
.faq-item .faq-q h5 {
  font-size: 22px;
}

@media screen and (max-width: 620px) {
  .logout-btn:hover > .logout-text {
    width: 80px;
    padding: 0 6px;
    font-size: 18px;
    font-weight: 500;
  }
  #footer-sticky p.sub-nav-bg{
    border-radius: 0px !important;
  }
  #footer-sticky.footer-sticky{
    position: fixed !important;
    top: 68px;
    z-index: 99;
  }
  .empower-tab {
    width: 165px;
    height: 50px;
    font-size: 19px;
  }
  .faq-item .faq-a p{
    font-size: 15px;
  }
  .faq-item .faq-q h5 {
    font-size: 20px;
  }
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
nav.navbar.navbar-expand-lg.sticky {
  top: 30px;
}
#footer-sticky.sticky{
  bottom: 0px;
  position: sticky;
  z-index: 99;
}
#footer-sticky p.sub-nav-bg{
  background-image: url('images/gift-bg.jpg');
}
.m-ul>li{
  border-radius: 50%;
  border:2px solid#fff;
}
#reg_form{
  background-color:#fff;
  border-radius:8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-top: 10px solid #febd20;
}
.search-btn:hover{
  color: #fff;
}
.cn-bg a.search-btn{
  padding: 13px 25px;
}
#body-loader {
  display: grid;
  place-items: center;
  z-index: 99999;
  opacity: .5;
}
.item img{
  border-radius: 30px;
}
.oc-5 .position-relative .position-absolute{
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0.8;
  display: grid;
  place-items: center;
  display: none;
  border-radius: 25px;
}
.oc-5 .position-relative:hover .position-absolute{
  display: grid;
}
.oc-5 .position-relative .position-absolute h3{
  color: #ffc107;
  font-size: 24px;
  font-weight: 700;
}
.oc-5 .position-relative .position-absolute p{
  line-height: 30px;
}
.oc-5 .position-relative{
  margin-left:20px;
}
#top-banner .swiper .swiper-button-prev, #top-banner .swiper .swiper-button-next, .celebrations-slider.swiper .swiper-button-prev, .celebrations-slider.swiper .swiper-button-next{
  border-radius: 50%;
  border: 3px solid #000;
  width: 35px;
  height: 35px;
  color: #000;
}
#top-banner .swiper-button-prev:after, #top-banner .swiper-button-next:after, .celebrations-slider .swiper-button-prev:after, .celebrations-slider .swiper-button-next:after{
  font-size: 18px;
  font-weight: bolder;
}
/* .nav-bg{
  position: fixed;
  z-index: 9;
  width: 100%;
  background: transparent;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
  }
} */
/* #panelload{
  background-color: #000;
} */
#meal-voucher{
  background-image: url('images/meal-voucher-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
#meal-voucher img{
  border-radius: 30px;
}
.oc-4 .owl-nav .owl-prev span, .oc-4 .owl-nav .owl-next span, .oc-5 .owl-nav .owl-prev span, .oc-5 .owl-nav .owl-next span, .oc-3 .owl-nav .owl-prev span, .oc-3 .owl-nav .owl-next span{
  border-radius: 50%;
  border: 3px solid #000;
  width: 35px;
  height: 35px;
  color: #000;
  background-color: transparent;
  font-size: 18px;
  font-weight: bolder;
}
.gift-bg{
  background-image: url('images/gift-card-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.gcb-color1{
  background-color: #f20000;
  border-radius: 15px;
  padding: 12px 25px;
}
.oc-4 .owl-nav .owl-prev, .oc-5 .owl-nav .owl-prev{
  left: -4%;
  top: 40%;
}
.oc-4 .owl-nav .owl-next, .oc-5 .owl-nav .owl-next{
  top: 40%;
  right: -4%;
}
.oc-3 .owl-nav .owl-prev {
  left: 1%;
  top: 40%;
}
.oc-3 .owl-nav .owl-next {
  top: 40%;
  right: 1%;
}
#gallery-celebration .bg-white{
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#gallery-celebration h4{
  font-family: 'Staatliches', cursive;
  color: #000;
  font-size: 50px;
  letter-spacing: 1px;
  text-align: start !important;
}
#gallery-celebration .oc-2 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
  width: 100%;
  max-width: 650px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 30px;
  padding: 40px;
}
#gallery-celebration .oc-3 .owl-dots, .oc-2 .owl-dots{
  text-align: left;
  padding: 0px 50px;
}
#gallery-celebration .owl-theme .owl-dots .owl-dot.active span{
  background: #febf3c;
}
#gallery-celebration .gallery{
  max-width: 650px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#gallery-celebration .oc-2 .owl-video-wrapper iframe{
  height: inherit;
  width: 100%;
}
.site-video {
  width: 100%;
  height: 300px;
}
.bg-white .celebrations-slider{
  padding: 0 40px;
}
.bg-white .celebrations-slider .swiper-slide iframe{
  border-radius: 30px;
}
.celebrations-slider .swiper-pagination{
  position: static;
  text-align: left;
  padding: 0px 10px;
}
.celebrations-slider .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.celebrations-slider .swiper-pagination-bullet-active{
  background: #febf3c;
}
#meal-voucher .swiper .swiper-button-prev, #meal-voucher .swiper .swiper-button-next{
  border-radius: 50%;
  border: 3px solid #000;
  width: 35px;
  height: 35px;
  color: #000;
}
#meal-voucher .swiper-button-prev:after, #meal-voucher .swiper-button-next:after{
  font-size: 18px;
  font-weight: bolder;
}
div.find-outlet {
  gap:35px;
}

.find-outlet > a{
  width:200px;
  border-radius:14px;
  padding: 10px 0;
}



/* Dropdown menu css */
 .find-outlet .dropdown-container {
	 position: relative;
	 max-width: 240px;
}
.find-outlet .dropdown-container .dropdown-toggle {
   width:200px;
   border-radius:14px;
   padding: 10px 0;
   background-color: transparent;
   border: 2px solid #ff0a01;
   color: #ff0a01;
	 cursor: pointer;
	 position: relative;
	 transition: all ease-in-out 0.3s;
   padding-left: 20%;
   text-align: start;
}
.find-outlet .dropdown-container .dropdown-toggle::after{
  content:unset;
}

 .find-outlet .dropdown-container .dropdown-toggle:hover, .dropdown-container .dropdown-toggle:active, .dropdown-container .dropdown-toggle:focus {
   background-color: transparent;
   border: 2px solid #ff0a01;
   color: #ff0a01;
   box-shadow:none;
}
 .find-outlet .dropdown-container .dropdown-menu {
	 width: 100%;
	 border-radius: 10px;
	 box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
	 margin-top: 17px;
	 position: absolute;
	 left: 0;
	 top: 100%;
	 display: none;
	 background-color: #fff;
	 z-index: 9999;
   padding:0;
}
 .find-outlet .dropdown-container .dropdown-menu ul {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 overflow: hidden;
	 border-radius: 10px;
	 z-index: 10;
   height: 415px;
   overflow: auto;
}
 .find-outlet .dropdown-container .dropdown-menu a {
	 display: block;
	 color: #000;
	 font-size: 15px;
	 padding: 16px 20px;
	 font-weight: 600;
	 transition: all ease-in-out 0.3s;
   background-color: #F8D4A7;
}

.find-outlet .dropdown-container .dropdown-menu li:nth-child(odd) a{
  background-color: #fff9ef;
}

 .find-outlet .dropdown-menu, .dropdown-toggle {
	 position: relative;
}
  .find-outlet .dropdown-toggle::before {
	 content: "";
	 position: absolute;
	 right: 20%;
	 top: 50%;
	 transform: translateY(-50%) rotate(45deg);
	 border: 5px solid;
	 border-top-color: rgba(0, 0, 0, 0);
	 border-left-color: rgba(0, 0, 0, 0);
	 margin-top: -2.5px;
	 background-color: rgba(0, 0, 0, 0);
	 transition: all ease-in-out 0.2s;
}
 .find-outlet .dropdown-menu {
	 z-index: 10;
}

 .find-outlet .dropdown-open .dropdown-menu.dropdown-active {
	 display: block;
   padding:8px;
   min-width:350px;
   width:100%;
}

 .find-outlet .dropdown-container.dropdown-open .dropdown-toggle:before {
	 transform: rotate(-135deg);
}
.side-floating-card.position-absolute{
  top: 24%;
  right: 11%;
  z-index:99;
}
.book-table{
  min-width: 130px;
  height: 100px;
  color:  #fff;
  font-weight: 600;
  border-radius: 8px !important;
  background: linear-gradient(45deg, rgba(255,73,73,1), rgba(141, 0, 0, 1)) !important;
  box-shadow: 0px 5px 9px 0px rgba(217, 103, 103, 0.5) !important;
}

.delivery-takeaway{
  min-width: 130px;
  height: 100px;
  color:  #fff;
  font-weight: 600;
  border-radius: 8px !important;
  background: linear-gradient(45deg, rgb(255, 202, 92), rgb(251, 169, 0)) !important;
  box-shadow: 0px 5px 9px 0px rgba(252, 176, 20, 0.5) !important;
}

.offers-mobile-view{
  background-color: #eeeeee;
  border: 1px solid rgb(233, 31, 38);
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
}

.owl-item.active:nth-of-type(2) {
  transform: scale(1.1); /* Slightly larger */
  border: 2px solid #ff5733; /* Custom border */
}


/* .popular-offers {
  margin: 20px 30px;
} */
.popular-offers .popular-offers-slide .position-relative a img{
  border-radius: 25px;
}
.popular-offers .position-relative .position-absolute{
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0.8;
  display: grid;
  place-items: center;
  display: none;
  border-radius: 25px;
}
.popular-offers .position-relative:hover .position-absolute{
  display: grid;
}
.popular-offers .position-relative .position-absolute h3{
  color: #ffc107;
  font-size: 24px;
  font-weight: 700;
}
.popular-offers .position-relative .position-absolute p{
  line-height: 20px;
}
.popular-offers .popular-offers-slide.swiper-slide-active{
    transform: scale(1.2, 1.3) !important;
}

.popular-offers .popular-offers-slide .position-relative:hover .position-absolute{
  background-color: #000;
  opacity: 0.8;
  top:0%;
}

.popular-offers .swiper-button-prev, .popular-offers .swiper-button-next{
  border-radius: 50%;
  border: 3px solid #000;
  width: 35px;
  height: 35px;
  color: #000;
}
.popular-offers .swiper-button-prev:after, .popular-offers .swiper-button-next:after{
  font-size: 18px;
  font-weight: bolder;
}


.gift-card-section-heading-new{
  font-family: 'Staatliches', cursive;
  color: #000;
  font-size: 50px;
  letter-spacing: 1px;
}
.ideal-gift-new{
  margin: 20px 30px !important;
}
.ideal-gift-new .ideal-gift-new-box{
  text-align: center;
}

.ideal-gift-new .swiper-button-prev, .ideal-gift-new .swiper-button-next{
  border-radius: 50%;
  border: 3px solid #000;
  width: 35px;
  height: 35px;
  color: #000;
}
.ideal-gift-new .swiper-button-prev:after, .ideal-gift-new .swiper-button-next:after{
  font-size: 18px;
  font-weight: bolder;
}

.ideal-gift-new  .swiper-slide.swiper-slide-active{
    transform: scale(1.2, 1.3) !important;
}

.popular-offers-slide-mobile div a img{
  border-radius: 8px;
}

/* e-card.php css Swipper */
.e-card-swiper.swiper .swiper-wrapper .swiper-slide{
  align-content: center;
}
.e-card-swiper.swiper .swiper-wrapper .swiper-slide .e-card-swiper-box{
  text-align: center !important;
  padding: 0px 30px;
}
.e-card-swiper.swiper .swiper-wrapper .swiper-slide .e-card-swiper-box img{
  /* width:100%;
  height:200px; */
  transition:all .3s ease-in-out;
  transform:scale(1);
}
.e-card-swiper.swiper .swiper-wrapper .swiper-slide-active .e-card-swiper-box img{
  transform:scale(1.3, 1.2);
}



#book-table-slides .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bolder;
}
#book-table-slides .swiper-button-next::after{
  font-size: 18px;
  font-weight: bolder;
}
#book-table-slides .swiper .swiper-button-prev  {
  border-radius: 50%;
  border: 3px solid #000;
  width: 35px;
  height: 35px;
  color: #000;
}
#book-table-slides .swiper .swiper-button-next{
  border-radius: 50%;
  border: 3px solid #000;
  width: 35px;
  height: 35px;
  color: #000;
}
.we-care-head{
  font-size:45px !important;
  letter-spacing:1.25px;
}
.we-care-subhead{
  font-size:22px !important;
  letter-spacing:1.25px;
}


/* index page Meal Voucher Swiper css ================ */
#meal-voucher-new{
  background-image: url('images/meal-voucher-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#meal-voucher-new img{
  border-radius: 8px;
}
.mobile-view-section-heading {
  font-size: 25px;
  padding: 0px 15px;
}
#meal-voucher-new .meal-voucher{
  /* height: 200px; */
}

.meal-vouchers-heading{
  /* font-family: 'Kaushan Script', cursive; */
  font-family: 'Staatliches', cursive;
  color: #000;
  font-size: 50px;
  letter-spacing: 1px;
  text-align: center;
}

.meal-voucher-new.swiper .swiper-wrapper .swiper-slide a .buy-now{
  background-color: #fcbf5c;
  padding: 5px 18px;
  border-radius: 5px;
  bottom: -10%;
  left: 10%;
  font-size: 14px;
  color: black;
}
.meal-voucher-new.swiper .swiper-wrapper .swiper-slide a .sold-now{
  background-color: #f00;
  right: 0;
  bottom: 12%;
  color: #cac9c7;
  padding: 5px 18px;
  border-radius: 5px;
  font-size: 14px;
}
.meal-voucher-new.swiper .swiper-wrapper .swiper-slide{
  text-align: center;
}
.meal-voucher-new.swiper .swiper-wrapper .swiper-slide a img{
  transition: all .3s ease-in-out;
  transform: scale(1);
}
/* highlighted Image */
.meal-voucher-new.swiper .swiper-wrapper .swiper-slide-active a img{
  transform: scale(1.2);
}

.meal-voucher-new.swiper .swiper-button-prev, .meal-voucher-new.swiper .swiper-button-next{
  border-radius: 50%;
  border: 3px solid #000;
  width: 35px;
  height: 35px;
  color: #000;
}
.meal-voucher-new.swiper .swiper-button-prev{
  left: 0;
}
.meal-voucher-new.swiper .swiper-button-next{
  right: 0;
}
.meal-voucher-new.swiper .swiper-button-prev:after, .meal-voucher-new.swiper .swiper-button-next:after{
  font-size: 18px;
  font-weight: bolder;
}


/* index page popular section */
#popular-offers-section{
  background-color: white;
}

.mv-card .meal-voucher-img{
    max-width: 330px;
    width: 100%;
    border-radius:5px;
    transform: scale(1);
    transition:all .3s ease-in-out;
}

.mv-card.sold-out{
  position: relative;
  width: fit-content;
  margin: auto;
}
.sold-out img{
  filter: grayscale(100%);
}
.mv-card.sold-out .soldout-txt-cont{
  position: absolute;
  z-index: 1;
  right: 0px;
  background-color: #9c3222;
  width: 100px;
  padding: 5px;
  color: #ffcc6b;
  bottom: 10px;
  font-size: 15px;
  transition:all .3s ease-in-out;
}
/* For active Slide */
.meal-voucher-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mv-card .meal-voucher-img{
  transform: scale(1.2,1.1);
}
.meal-voucher-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mv-card.sold-out .soldout-txt-cont{
  right: -27px;
}
.meal-voucher-swiper .swiper-button-prev, .meal-voucher-swiper .swiper-button-next{
  display: none;
}

/* For Mobile --------------- */
@media (max-width: 767px) {
  .e-card-swiper.swiper .swiper-wrapper .swiper-slide-active .e-card-swiper-box img{
    transform:scale(1);
  }
  .we-care-head{
    font-size:25px !important;
    letter-spacing:1.25px;
  }
  .we-care-subhead{
    font-size:16px !important;
    letter-spacing:1.25px;
  }
  #meal-voucher-new{
    background-color: white !important;
    background-image: url("");
    /* padding: 0px; */
  }

  .meal-vouchers-heading{
    font-size: 25px;
    text-align:start;
  }
  .meal-voucher-new.swiper .swiper-wrapper .swiper-slide-active a img{
    transform: scale(1);
  }
  .meal-voucher-new.swiper{
    padding-bottom: 20px;
  }
  .meal-voucher-new.swiper .swiper-button-prev, .meal-voucher-new.swiper .swiper-button-next{
    display: none;
  }
  .popular-offers .popular-offers-slide.swiper-slide-active {
    transform: scale(1) !important;
  }
  .popular-offers .popular-offers-slide.swiper-slide-active .position-relative a img{
      transform: scale(1) !important;
      border-radius: 8px;
  }
  .popular-offers .swiper-button-prev, .popular-offers .swiper-button-next{
    display: none;
  }
  #home-gift-section .gift-bg{
    background-image: url("");
  }

  .ideal-gift-new .swiper-button-prev, .ideal-gift-new .swiper-button-next, .book-table-offer .swiper-button-prev, .book-table-offer .swiper-button-next{
    display: none;
  }

  .ideal-gift-new  .swiper-slide.swiper-slide-active{
      transform: scale(1) !important;
  }
  .ideal-gift-new {
    margin: 5px 7px !important;
  }
  /* For active Slide */
  .meal-voucher-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mv-card .meal-voucher-img{
    transform: scale(1);
  }
  .meal-voucher-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mv-card.sold-out .soldout-txt-cont{
    right: 0px;
  }
}



/* For Air Pad................ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .e-card-swiper.swiper .swiper-wrapper .swiper-slide-active .e-card-swiper-box img{
      transform:scale(1.4,1.2);
    }

  .we-care-head{
    font-size:22px !important;
    letter-spacing:1.25px;
  }
  .we-care-subhead{
    font-size:16px !important;
    letter-spacing:1.25px;
  }
  #meal-voucher-new{
    padding: 0px 5%;
    background-color: white !important;
    background-image: url("");
  }
  .meal-voucher-new.swiper .swiper-wrapper .swiper-slide-active a img{
    transform: scale(1);
  }
  .meal-vouchers-heading{
    font-size: 35px;
  }
  #popular-offers-section{
    padding: 0px 5% !important;
  }
  /* .popular-offers.swiper .swiper-wrapper .swiper-slide-active a img{
    transform: scale(1) !important;
  } */
  .popular-offers .popular-offers-slide.swiper-slide-active {
    transform: scale(1) !important;
  }
  .popular-offers .popular-offers-slide.swiper-slide-active .position-relative a img{
      transform: scale(1) !important;
      border-radius: 5px;
  }
  .popular-offers .popular-offers-slide .position-relative a img {
    border-radius: 5px;
  }
  .popular-offers .swiper-button-prev{
    left:0;
  }
  .popular-offers .swiper-button-next{
    right:0;
  }
  .gift-card-section-heading-new{
    font-size: 35px;
    text-align: start;
  }
  #home-gift-section{
    padding: 0px 5% !important;
  }
  #home-gift-section .gift-bg{
    background-image: url("");
  }

  .ideal-gift-new{
    margin: 0 !important;
  }
  .ideal-gift-new .ideal-gift-new-box{
    text-align: center;
  }

  .ideal-gift-new .swiper-button-prev, .ideal-gift-new .swiper-button-next{
    border-radius: 50%;
    border: 3px solid #000;
    width: 35px;
    height: 35px;
    color: #000;
  }
  .ideal-gift-new .swiper-button-prev:after, .ideal-gift-new .swiper-button-next:after{
    font-size: 18px;
    font-weight: bolder;
  }

  .ideal-gift-new  .swiper-slide.swiper-slide-active{
      transform: scale(1) !important;
  }
  /* For active Slide */
  .meal-voucher-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mv-card .meal-voucher-img{
    transform: scale(1.3,1.2);
  }
  .meal-voucher-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mv-card.sold-out .soldout-txt-cont{
    right: 0px;
  }
  .mv-card .meal-voucher-img{
    max-width: 270px;
  }

}

/* for taptop View */
@media (min-width: 1024px) and (max-width: 1440px) {

  .meal-voucher-new.swiper .swiper-wrapper .swiper-slide a img {
    transform: scale(0.9);
  }
  .meal-voucher-new.swiper .swiper-wrapper .swiper-slide-active a img{
    transform: scale(1.1,1.15);
  }
  .popular-offers .position-relative .position-absolute h3 {
    font-size: 20px;
  }
  .popular-offers .position-relative .position-absolute p {
    font-size: 13px;
  }
  .popular-offers .position-relative .position-absolute button {
    font-size: 12px;
  }
  .mv-card .meal-voucher-img{
    max-width: 330px;
  }
  /* For active Slide */
  .meal-voucher-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mv-card .meal-voucher-img{
    transform: scale(1.2,1.15);
  }
  .meal-voucher-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mv-card.sold-out .soldout-txt-cont{
    right: 0px;
  }
  .mv-card .meal-voucher-img{
    max-width: 320px;
  }
}

.fulfil-bg {
  background-image: url(images/fulfil-img.webp);
}
.gift-card-bg {
  background-image: url(images/website-gift-card.webp);
  background-repeat: round;
}

.red-gradient-bg{
  background: linear-gradient(45deg, rgba(255, 73, 73, 1), rgba(141, 0, 0, 1));
  border: 1px solid #b07e7f;
}
.yellow-gradient-bg{
  background: linear-gradient(45deg, rgb(255, 202, 92), rgb(251, 169, 0));
  border: 1px solid #fba900;
}
.fs-weight-400 {
  font-weight: 400;
}
.fs-18 {
  font-size: 18px;
}
.btn-ul li.m-mr button.fs-weight-400, .btn-ul li.m-mr a {
  min-width: 160px;
}
.celebrations-banner {
  background-image: url(images/cele_bg-new.webp);
  background-repeat: round;
  background-size: cover;
}
.width-ad{
  width:75%!important;
}

@media (max-width: 600px){
  .btn-ul li.m-mr button.fs-weight-400, .btn-ul li.m-mr a {
    min-width: 150px;
  }
  .width-ad{
    width:90%!important;
  }
}
