body {
  background: #fff;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  color: #333333;
}
a:hover,
a:active,
a:focus {
  color: red;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ff0000;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #152e47;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#top-nav {
  background: #152e47 !important;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
#header {
  padding: 15px 0;
  height: 70px;

  left: 0;
  right: 0;

  background: #fff;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #152e47;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-fixed {
  background: #fff;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.openinghours {
  display: block;
  background: #fff;
  padding: 20px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.openinghours p {
  font-size: 14px !important;
  color: #152e47 !important;
  margin-bottom: 0px !important;
}
.openinghours strong {
  color: #ff0000 !important;
  display: block;
}
.bdr {
  border-right: solid 1px #152e47;
}
#intro {
  width: 100%;
  height: 85vh;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/the-royal-india-homebanner.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

#intro .intro-text {
  position: absolute;
  left: 15%;
  bottom: 0px;
  right: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}
/*--------------------------------------------------------------
#  Hilly pattren
--------------------------------------------------------------*/
#hpattren {
  width: 100%;
  height: 491px;
  background: url("../img/polygon.svg") bottom left repeat-x;
}
#greybox {
  width: 100%;
  background: #efeded;
  background-size: cover;
  position: relative;
  padding: 40px 0px;
}
.carousel-indicators {
  bottom: -40px;
}
blockquote {
  text-align: center;
  padding: 10px 60px;
  font-size: 16px;
  border-left: none;
}
blockquote::before {
  content: "\201C";
  font-family: Arial, serif;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 10px;
  top: -5px;
}
blockquote::after {
  content: "\201D";
  font-family: Arial, serif;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.carousel-indicators .active {
  background: #ff0000;
}
.carousel-indicators li {
  background: #777;
}
/*--------------------------------------------------------------
#  about page Section
--------------------------------------------------------------*/
#aboutbanner {
  width: 100%;
  height: 330px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/about-royal-indian.png") center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0px 40px 0px;
}
#menubanner {
  width: 100%;
  height: 330px;
  position: relative;
  padding: 80px 0px 40px 0px;
}
#menubanner p {
  color: #fff;
}
#menubanner a {
  color: #fff;
}
#menubanner a:hover {
  color: #ffc300;
}

.menubox {
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.menubox .item {
  font-weight: bold;
  margin: 0px;
  font-size: 14px;
}
.menubox .price {
  color: #ff0000;
  display: block;
  font-size: 18px;
}
.menubox p {
  font-size: 12px;
}

.menubox:nth-child(odd) {
  background: #ededed;
}
.menubox:nth-child(even) {
  background: #faf5f0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ff0000;
  background: #fff;
  font-weight: bold;
  padding: 0px 10px;
}
.nav-link {
  padding: 0px 10px;
}

.dishhead {
  display: block;
  font-weight: bold;
  margin-top: 12px;
  font-size: 14px;
}
.dishhead span {
  color: #ff0000;
}
#hpattren2 {
  width: 100%;
  height: 250px;
  background: url("../img/polygon.svg") bottom left repeat-x;
}
.menu-head {
  text-transform: uppercase;
  color: #ff0000;
  display: block !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
#aboutbanner p {
  color: #fff;
}
#aboutbanner a {
  color: #fff;
}
#aboutbanner a:hover {
  color: #ffc300;
}
.eqheight {
  display: table;
}
.vivanbox {
  background: #faf5f0;
  text-align: center;
  padding: 30px;
  min-height: 600px;
}
.vivanbox2 {
  background: #faf5f0;
  text-align: center;
  padding: 30px;
}
.julebox {
  background: #f8f0f0;
  text-align: center;
  padding: 30px;
  min-height: 600px;
}
/*--------------------------------------------------------------
#  Menus Section
--------------------------------------------------------------*/
#menus {
  width: 100%;
  height: 530px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/plant-wood-asian-food-ingredient-produce.jpg") center top
      no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0px;
}
.menu-active {
  border-bottom: solid 2px #ff0000;
}
.menucards {
  background: #fff;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.2s;
}
.menucards:hover {
  transform: scale(1.06);
}
.menucards img {
  margin-right: 10px;
}
.menucards .head {
  font-size: 20px;
  color: #ff0000;
  margin-bottom: 0px;
}
.menucards span {
  font-size: 14px;
  color: #333333;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.admin .sf-with-ul:after {
  transform: translateY(50%);
}

.admin .nav-menu a.sf-with-ul {
  padding-bottom: 3px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 8px 0 0 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #152e47;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 60px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #152e47;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size: 32px !important;
  color: #ff0000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 20px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 180px;
  height: 30px;
  background: url(img/flowral.svg) center center;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #eff5f5;
}

/* events Section
--------------------------------*/

#events {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#events .box {
  padding: 0px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #152e47;
  text-align: center;
  transition: transform 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#events .box:hover {
  background: #ff0000;
  transform: scale(1.03);
}
#events .box img {
  width: 100%;
}

#events .eventheader {
  color: #fff;
  padding: 15px;
}

#events h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 22px;
}
#events p {
  margin-bottom: 0px;
  font-size: 14px;
}

#events .get-started-btn {
  background: #ff0000;
  padding: 6px 30px;
  border-radius: 20px 0px 0px 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: 0px;
  bottom: 20px;
  z-index: 99;
}

#events .featured {
  border: 2px solid #1dc8cd;
}

#events .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Gallery Section
--------------------------------*/

#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ff0000;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

.social-links {
  padding-bottom: 0px;
  float: right;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #ff0000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #ff0000;
}

.social-links a:hover {
  background: #ff0000;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #ff0000;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #152e47;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }

  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }

  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

.select-time {
  margin: 0px;
  padding: 0px;
}
.select-time li {
  float: left;
  list-style-type: none;
  margin-right: 5px;
  padding: 7px 12px;
  box-shadow: 0 1px #d3d3d3;
  background: 0 0;
  transition: all 0.2s linear;
  border-radius: 20px;
  min-width: 75px;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
}
form {
  font-size: 14px;
}
label {
  font-weight: bold;
}
.select-time li:hover {
  background: #ff0000;
  color: #fff;
}
.select-time .active {
  background: #ff0000;
  color: #fff;
}

.reserv-head {
  font-size: 24px !important;
  margin-bottom: 25px !important;
}
.reserv {
  padding: 24px;
  border: solid 1px #ededed;
  background: #eff5f5;
}
.reserv h5 {
  margin: 25px 0px 15px;
}
.form-check-label {
  font-weight: normal;
}

#delivery-time .nav-link {
  background: #f8f0f0;
  padding: 10px 5px;
  padding: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
}
#delivery-time .nav-link .active {
  background: #ff0000 !important;
  color: #fff;
}
#cart-box {
  background: #faf5f0;
  margin-bottom: 60px;
  position: relative;
}
#cart-box .myorder {
  background: #dc3545;
  padding: 15px 25px;
  color: #fff;
  margin-bottom: 0px;
}
#cart-box .time {
  background: #000;
  padding: 10px 25px;
  color: #fff;
}
.cart-box-inner {
  overflow-y: auto;
  height: 350px;
}
#cart-box .order-item {
  border-bottom: dotted 1px #d3d3d3;
  padding: 10px 20px;
  font-size: 12px;
}
#cart-box .order-item:hover {
  background: #f8f0f0;
  cursor: pointer;
}
#cart-box .order-item .instructions {
  font-size: 12px;
}
#cart-box .order-item2 {
  font-size: 14px;
  padding: 10px 20px;
  color: #000;
  background: #ededed;
}
.order-total {
  position: absolute;
  bottom: -130;
  width: 100%;
}
.select-food label {
  font-weight: normal;
  font-size: 14px;
}
.heading-pop {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
}
#seating-box p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.sizes {
  font-size: 12px;
}
.sizes td,
th {
  padding: 10px;
}
.card {
  margin-bottom: 10px;
}
.badge {
  color: #fff !important;
}
#seating-box .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 1px #767676;
  border-radius: 3px;
  opacity: 1;
  border: none;
  color: #707070;
  padding: 1em;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
#seating-box .card .circle {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  padding: 8px;
  text-align: center;
  margin-right: 5px;
}

.orange {
  background: red;
}
.darkblue {
  background: blue;
}
.green {
  background: green;
}

.tab-pane.fade div.row {
  justify-content: center;
}

@media (max-width: 768px) {
  #cart-box {
    margin-top: 2rem;
    margin: 2rem -15px 0;
  }
  .order-total {
    position: relative;
  }
  #events {
    padding: 60px 10px 60px 10px;
  }
}

form.form-signin input {
  border: none;
  border-bottom: 1.2px solid #666666;
  border-radius: 0;
  padding-left: 0;
}

form.form-signin img {
  width: 200px;
  height: 80px;
}

body.login-body {
  background: url(../img/take-away-banner.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.login-body .container .row {
  min-height: 100vh;
}
body.login-body .container .row .card {
  padding: 1.5rem 1rem;
}

body.login-body input:focus {
  border-bottom: 2px solid gray;
  box-shadow: none;
}

div[id^="sitewise-view"] h6 {
  font-size: 13px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #000;
}
div[id^="sitewise-view"] span {
  font-size: 12px;
  margin-bottom: 0px;
  color: #707070;
}
div[id^="sitewise-view"] a {
  font-size: 12px;
  text-align: right;
}

#seating-box .card.d-flex.align-items-center {
  height: calc(100% - 1rem);
}

div.modal-body div.controls-container-flex {
  display: flex;
  flex-wrap: wrap;
}

div.modal-body div.controls-container-flex .custom-control {
  flex-basis: 50%;
}

@media (min-width: 768px) {
  div#pills-tandooriSizzlers .row div:last-child {
    background: #ededed;
  }

  div#pills-vegetableSides .row div:last-child,
  div#pills-classicsWithPulao .row div:last-child {
    background: #faf5f0;
  }

  div#pills-setMealForTwo .row div:last-child {
    flex-basis: 100%;
    max-width: 100%;
  }
  #events {
    padding: 60px 10px 80px 10px;
  }
}

.spinner-border {
  margin: auto;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid #444444;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1096;
}

body > .spinner-container {
  position: fixed;
}

div.modal.delivery-address .modal-content {
  position: relative;
}

.manual-date-container {
  margin-bottom: 1.5rem;
  display: inline-block;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.manual-date-container #reportrange {
  border-radius: 3px;
  box-shadow: 0px 0px 1px #767676;
  border: none !important;
}

#myTab .nav-item .nav-link:hover {
  cursor: pointer;
}

.hide {
  display: none;
}

#address-group.col-md-12 {
  padding: 0;
}
#address-group.col-md-12 > div[class*="col-"] {
  padding: 0 5px;
}

.categories-nav {
  justify-content: center;
}

@font-face {
  font-family: "Baloo Thambi 2";
  src: url("custom-font.woff") format("woff"),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ url("custom-font.woff2")
      format("woff2"); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

.tab-content h2.menu-head {
  font-family: "Baloo Thambi 2";
  font-size: 25px;
}

.know-more-btn {
  color: #ff0000;
  font-size: 11px;
  font-weight: bold;
}

.order-type {
  font-weight: 700;
  font-size: 1.25rem;
}

.bold {
  font-weight: 700;
}

/* Inhouse-ordering */

#table-container {
  margin: 0.5rem 1.5rem;
}

.menu-button {
  font-weight: 500;
  font-size: 18px;
  padding: 0%;
}

#accordion {
  height: 90vh;
  overflow-y: auto;
}

#bill-container {
  margin: 0px 0.4rem;
}

#bill-order-head {
  color: #ffffff;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  background-color: #dc3545;
  padding: 12px 20px;
}

#bill-collection {
  background-color: #000;
  padding: 10px 0px;
  color: #fff;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
}

#bill-order-list {
  overflow-y: auto;
  height: 25em;
  background-color: #faf5f0;
}

.bill-left {
  color: black;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
}

.bill-right {
  color: black;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: bolder;
}

#bill-collection-left {
  color: #fff;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: bolder;
}

#bill-collection-right {
  color: white;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
}

#bill-order {
  background-color: #ededed;
  padding: 10px 0px;
}

#bill-discount {
  background-color: #ededed;
  padding: 5px 0px;
}

#bill-checkout {
  color: #ffffff;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  background-color: #dc3545;
  padding: 12px 25px;
}

#closeBillBtn {
  padding: 12px 20px;
  margin-bottom: 4px;
  color: white;
  font-weight: 500;
}

.td2 {
  color: red;
  width: 75%;
}

.td3 {
  color: red;
  font-weight: 500;
}

.order-head {
  margin-top: 1em;
  margin-bottom: -1.5em;
}

.item {
  font-weight: 450;
  margin: 0;
  font-size: 14px;
}

.price {
  display: block;
  color: #ff0000;
  margin: 0;
  font-size: 18px;
}

.table-div-buttons {
  margin-bottom: 1em;
}

.table-buttons {
  padding: 1em;
  width: 100%;
  font-weight: 500;
}

.table-order-alert {
  width: 100%;
}

.bill-order-button {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0;
}

.card-header {
  padding: 0.5em;
}

.search-box {
  width: 30%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  margin-bottom: 0.5em;
}

.search-box:focus {
  width: 100%;
}
