<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
@import '~slick-carousel/slick/slick.css';
@import '~slick-carousel/slick/slick-theme.css';
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

html {
  position: relative;
  height: 100%;
  font-size: 14px;
}
@media (max-width: 576px) {
  html {
    font-size: 12px;
  }
}

body {
  height: 100%;
  /* Margin bottom by footer height */
  font-family: 'Open Sans', verdana, sans-serif;
  font-weight: 400;
  background-color: #f6f0e6;
}
body .main-content {
  background-color: #fff;
  padding-bottom: 0.5rem;
  min-height: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
}

.scroll-padded {
  scroll-margin-top: 80px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .scroll-padded {
    scroll-margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .scroll-padded {
    scroll-margin-top: 100px;
  }
}

.flex-center {
  justify-content: center;
}

.app,
#container {
  height: 100%;
}

.icon {
  width: 18px;
}

.main-page {
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* align child elements ("flex items") vertically */
  justify-content: space-between;
  /* pin both flex items to opposite ends */
  margin: 0;
  min-height: 100%;
}
.main-page .main-page-body {
  padding-top: 82px;
  flex-grow: 1;
  /* space for header */
  /* space for header */
}
@media (max-width: 768px) {
  .main-page .main-page-body {
    padding-top: 115px;
  }
  .business-login {
    text-align: center;
  }
  .order-now h1 {
    font-size: 54px !important;
    font-weight: 800;
  }
  .restaurant-hours {
    text-align: center;
  }
  .restaurent-today-hours {
    position: relative;
    left: 8rem;
  }
}
@media (min-width: 992px) {
  .main-page .breadcrumb-container {
    max-width: 1140px;
    min-width: 1140px;
  }
}
.main-page .breadcrumb-container .breadcrumbs {
  position: absolute;
  top: 10px;
  color: #f6f0e6;
}
.main-page .breadcrumb-container .breadcrumbs a {
  color: #f6f0e6;
}
.main-page .page-title-alt {
  color: #0e0e0e;
}
.main-page .footer {
  width: 100%;
  min-height: 120px;
  padding: 1.2em;
  background-color: #343a40;
  color: #bbbbbb;
}
@media (max-width: 576px) {
  .main-page .footer {
    min-height: 270px;
  }
}
.main-page .footer a {
  color: #dedede;
}
.main-page .footer .links {
  text-align: center;
}
.main-page .footer .links .link {
  line-height: 1.8em;
  white-space: nowrap;
}
.main-page .footer .copyright {
  color: #dedede;
}
.main-page .footer-single-restaurant {
  width: 100%;
  min-height: 120px;
  padding: 1.2em;
  background-color: #ff6000;
  color: #0e0e0e;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main-page .footer-single-restaurant {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .main-page .footer-single-restaurant {
    min-height: 270px;
  }
}
.main-page .footer-single-restaurant div {
  flex: 1;
}
.main-page .footer-single-restaurant .div-left {
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .main-page .footer-single-restaurant .div-right {
    padding-left: 1rem;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .main-page .footer-single-restaurant .div-right {
    padding-top: 1rem;
  }
}
.main-page .footer-single-restaurant a {
  color: #dedede;
}
.main-page .footer-single-restaurant .links {
  text-align: center;
}
.main-page .footer-single-restaurant .links .link {
  line-height: 1.8em;
  white-space: nowrap;
}
.main-page .footer-single-restaurant .copyright {
  color: #dedede;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff6000;
  border-color: #ff6000;
}

a:hover {
  cursor: pointer;
}

a,
a:not([href]):not([class]) {
  text-decoration: none;
}

a.btn-main,
a.btn-main:hover {
  color: #fff;
}

thead {
  border-color: #dee2e6;
}

.clickable {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .navbar {
    flex-flow: wrap;
  }
}
.navbar .nav-buttons .btn {
  font-size: 0.9rem;
  padding: 4px;
  line-height: 1.2;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body &gt; .container {
  padding: 60px 15px 0;
}

.footer &gt; .container {
  padding-right: 15px;
  padding-left: 15px;
}

.error-bar {
  background-color: #c03939;
  margin-bottom: 15px;
  color: #ffffff;
  padding: 0.5em;
  font-size: 1.2em;
  text-align: center;
}

.note {
  font-style: italic;
}

.note-warning {
  color: #c03939;
  font-style: italic;
}

.error-message {
  background-color: #c03939;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.success-message {
  background-color: #fff;
  color: #662600;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
}

.bg-primary {
  background-color: #ff6000 !important;
}

.link-primary {
  color: #ff6000 !important;
  text-decoration: underline;
}

.buttons .btn {
  margin-right: 0.5rem;
}

.btn-main,
.btn-primary {
  color: #fff;
  background-color: #ff6000;
  border-color: #cc4d00;
}
.btn-main:hover,
.btn-primary:hover {
  background-color: #cc4d00;
}

.btn-secondary {
  color: #ff6000;
  background-color: #fff;
  border-color: #616161;
}
.btn-secondary:hover {
  background-color: #616161;
}

.btn-disabled {
  color: #fff !important;
}

.btn-load-more {
  color: #616161 !important;
  background-color: #fff;
  border-color: #e4e4e4;
}
.btn-load-more:hover {
  background-color: #e4e4e4;
}

.btn-close {
  font-size: 14px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.error {
  color: #ec0d0d;
}

.no-results {
  font-size: 1.2em;
  font-weight: 600;
}

.card {
  border-color: #e4e4e4;
  border-radius: 3px;
}
.card h5 {
  font-size: 1.6rem;
}
.card .restaurant-name {
  font-size: 1.5rem;
}
.card .restaurant-info {
  font-size: 1rem;
}
.card .div-restaurant-img {
  background-color: #f7e3d1;
  padding: 8px;
  display: flex;
}
@media (max-width: 576px) {
  .card .div-restaurant-img {
    height: 240px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .card .div-restaurant-img {
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .card .div-restaurant-img {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card .div-restaurant-img {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .card .div-restaurant-img {
    height: 260px;
  }
}
.card .div-restaurant-img .icon-default {
  color: #0e0e0e;
  font-size: 3rem;
  text-align: center;
  margin: auto;
}
.card .div-restaurant-img .restaurant-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.carousel-item img {
  height: 60vw;
  object-fit: cover;
}
@media (min-width: 768px) {
  .carousel-item img {
    height: 350px;
  }
}

.coupon-form .input-phone-number {
  min-width: 110px;
}
@media (max-width: 576px) {
  .coupon-form .input-group-append {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .coupon-form .input-group-append .btn {
    width: 100%;
  }
}

.google-map {
  width: 320px;
  height: 250px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .google-map {
    max-width: 180px;
  }
}
.google-map .map-pin {
  color: #ff6000;
  font-size: 22px;
}
.new-google-map .map-pin {
  color: #ff6000;
  font-size: 22px;
}

.menuGroupHeader {
  background-color: #eeeeee;
  padding: 10px !important;
}

.menuGroup {
  padding: 0 10px;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 600px) {
  .menuImage {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}
.menuItemDefault {
  background-color: #039be5;
  padding: 2%;
  color: #fff;
  font-size: 28px;
  border-radius: 100px;
}

.with-loading {
  position: relative;
}

.ui.dimmer.less-dim {
  background-color: rgba(0, 0, 0, 0.25);
}

.loading-section {
  width: 100%;
  position: relative;
  height: 230px;
}

.loading {
  width: 100%;
  z-index: 10;
  min-height: 100vh;
}
.loading .overlay {
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.loading .loading-icon {
  position: absolute;
  left: 50%;
  top: 35%;
  border: 16px solid #eee;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.modal {
  height: 100%;
}
.modal.always-show {
  display: inline-block !important;
}
.modal .modal-header {
  background-color: #ff6000;
}
.modal .modal-header .modal-title {
  color: #fff;
}
.modal .modal-header .close {
  color: #fff;
  font-size: 2.3em;
}
.modal .modal-dialog,
.modal .modal-content {
  /* 80% of window height */
}
.modal .modal-dialog .modal-body,
.modal .modal-content .modal-body {
  /* 100% = dialog height, 120px = header + footer */
  max-height: calc(90vh - 120px);
  overflow-y: auto;
}
.modal .modal-footer {
  justify-content: center;
}
.modal .modal-footer.no-border {
  border-top: 0;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.highlighted-reviews {
  background-color: #ff6000;
  border-radius: 5px;
  padding: 1rem 0.5rem;
  margin-top: 2rem;
}
.highlighted-reviews h2 {
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.highlighted-reviews .all-review-link {
  text-align: center;
  padding: 0.5rem;
}
.highlighted-reviews .all-review-link a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.highlighted-reviews .inner-box {
  background-color: #fff;
  padding: 0.5rem;
}
.highlighted-reviews .inner-box .review-row {
  display: flex;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #e4e4e4;
}
@media (max-width: 992px) {
  .highlighted-reviews .inner-box .review-row {
    flex-wrap: wrap;
  }
}
.highlighted-reviews .inner-box .review-stars {
  padding-right: 1rem;
  min-width: 145px;
}
.highlighted-reviews .inner-box .review-text {
  padding-top: 10px;
  padding-bottom: 4px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .highlighted-reviews .inner-box .review-text {
    width: 90%;
  }
}

.rating-stars {
  display: inline-block;
  padding-top: 2px;
  font-size: 1.5rem;
}
.rating-stars .rating-stars-rating {
  position: relative;
  background-color: #dedede;
  width: 82px;
  height: 15px;
}
.rating-stars .rating-stars-rating .rating-large {
  width: 155px;
  height: 28px;
}
.rating-stars .rating-stars-rating .rating-stars-cover {
  background: url(/assets/images/five-stars-cover-large.png);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.rating-stars .rating-stars-rating .rating-stars-on {
  background-color: #ff6000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.rating-stars .review-rating-high .rating-stars-on {
  background-color: #39b54a;
}
.rating-stars .review-rating-med .rating-stars-on {
  background-color: #fdd82e;
}
.rating-stars .review-rating-low .rating-stars-on {
  background-color: #ec0d0d;
}
.rating-stars .star-off,
.rating-stars .fa-star {
  color: #dedede;
}
.rating-stars .star-on {
  color: #ff6000;
}
.rating-stars .review-rating-high .star-on {
  color: #39b54a;
}
.rating-stars .review-rating-med .star-on {
  color: #fdd82e;
}
.rating-stars .review-rating-low .star-on {
  color: #ec0d0d;
}

.review-section-header {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.review-section .review-section-text,
.feedback .review-section-text,
.restaurant-summary-bottom .review-section-text {
  font-size: 15px;
}
.review-section .review-section-summary,
.feedback .review-section-summary,
.restaurant-summary-bottom .review-section-summary {
  font-weight: 600;
}
.review-section .review-summary .clickable .summary-row-label,
.feedback .review-summary .clickable .summary-row-label,
.restaurant-summary-bottom .review-summary .clickable .summary-row-label {
  text-decoration: underline;
}
.review-section .review-summary .summary-row-label,
.feedback .review-summary .summary-row-label,
.restaurant-summary-bottom .review-summary .summary-row-label {
  width: 50px;
  display: inline-block;
}
.review-section .review-summary .summary-row-bar,
.feedback .review-summary .summary-row-bar,
.restaurant-summary-bottom .review-summary .summary-row-bar {
  width: 200px;
  display: inline-block;
}
.review-section .review-summary .summary-row-pct,
.feedback .review-summary .summary-row-pct,
.restaurant-summary-bottom .review-summary .summary-row-pct {
  width: 40px;
  display: inline-block;
}
.review-section .review-summary .review-summary-bar,
.feedback .review-summary .review-summary-bar,
.restaurant-summary-bottom .review-summary .review-summary-bar {
  width: 180px;
  height: 18px;
  position: relative;
  background-color: #ddd;
  box-shadow: inset -1px 1px 3px #666;
  -mox-box-shadow: inset -1px 1px 3px #666;
  -webkit-box-shadow: inset -1px 1px 3px #666;
}
.review-section .review-summary .review-summary-bar .review-summary-bar-rating,
.feedback .review-summary .review-summary-bar .review-summary-bar-rating,
.restaurant-summary-bottom
  .review-summary
  .review-summary-bar
  .review-summary-bar-rating {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 100px;
  background-color: #39b54a;
}
.review-section
  .review-summary
  .review-summary-bar
  .review-summary-bar-rating.review-rating-med,
.feedback
  .review-summary
  .review-summary-bar
  .review-summary-bar-rating.review-rating-med,
.restaurant-summary-bottom
  .review-summary
  .review-summary-bar
  .review-summary-bar-rating.review-rating-med {
  background-color: #fdd82e;
}
.review-section
  .review-summary
  .review-summary-bar
  .review-summary-bar-rating.review-rating-low,
.feedback
  .review-summary
  .review-summary-bar
  .review-summary-bar-rating.review-rating-low,
.restaurant-summary-bottom
  .review-summary
  .review-summary-bar
  .review-summary-bar-rating.review-rating-low {
  background-color: #ec0d0d;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.top-nav {
  background-color: #fff;
  padding: 0.5rem 1rem;
}

@media (max-width: 1200px) {
  .nav-body {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .nav-body {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .nav-body {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .nav-body {
    max-width: 540px;
  }
}

.top-nav .navbar-brand {
  margin-right: 0.5rem;
}
.top-nav .navbar-brand img {
  width: 240px;
  height: 69px;
}
.top-nav .navbar-nav {
  margin-top: 8px;
}
.top-nav .navbar-nav .nav-itemxx {
  font-weight: 600;
}
.top-nav .nav-buttons-middle {
  flex-grow: 3;
  text-align: right;
  align-self: flex-end;
  padding-bottom: 5px;
  xxbackground-color: #69f;
}
.top-nav .nav-buttons-middle a.btn-text-only {
  xxline-height: 30px;
  xxpadding: 0;
}
.top-nav .nav-buttons {
  flex-grow: 1;
  text-align: right;
}
.top-nav .nav-buttons .btn,
.top-nav .nav-buttons-middle .btn {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .top-nav .nav-buttons .btn,
  .top-nav .nav-buttons-middle .btn {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
}
.top-nav .nav-buttons .nav-text,
.top-nav .nav-buttons a,
.top-nav .nav-buttons-middle .nav-text,
.top-nav .nav-buttons-middle a {
  line-height: 2rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .top-nav .nav-buttons .nav-text,
  .top-nav .nav-buttons a,
  .top-nav .nav-buttons-middle .nav-text,
  .top-nav .nav-buttons-middle a {
    line-height: 1.6rem;
  }
}
.top-nav .nav-buttons a.btn-text-only,
.top-nav .nav-buttons-middle a.btn-text-only {
  display: inline-block;
  font-size: 1.3rem;
  color: #ff6000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top-nav .nav-buttons a.btn-text-only,
  .top-nav .nav-buttons-middle a.btn-text-only {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .top-nav .nav-buttons a.btn-text-only,
  .top-nav .nav-buttons-middle a.btn-text-only {
    font-size: 0.8rem;
  }
}
.top-nav .nav-buttons .nav-text,
.top-nav .nav-buttons-middle .nav-text {
  font-size: 1.3rem;
}
.top-nav.navbar-light .navbar-text {
  color: #333;
}
.top-nav.nav-auth {
  background-color: #343a40;
  color: #dedede;
}
.top-nav.nav-auth .nav-section-business-name {
  flex-grow: 2;
}
.top-nav.nav-auth .nav-section {
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-top: 1rem;
}
.top-nav.nav-auth a {
  color: #dedede;
}

form .form-group,
.form .form-group {
  margin-bottom: 0.5rem;
}
form label,
.form label {
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
  margin-top: 0.3rem;
  color: #0e0e0e;
}
form .invalid,
.form .invalid {
  color: #c03939;
}

.toggle {
  cursor: pointer;
  background-color: #ccc;
  border-radius: 15px;
  height: 20px;
  width: 36px;
  position: relative;
}
.toggle .toggle-button {
  background-color: #fff;
  border-radius: 15px;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px;
}
.toggle.toggle-off .toggle-button {
  left: 2px;
}
.toggle.toggle-on {
  background-color: #0760e7;
}
.toggle.toggle-on .toggle-button {
  right: 2px;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.landing h5 {
  font-size: 2.6rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cbcbcb;
}
.landing .btn-landing {
  font-size: 1.5rem;
}
.landing .discounts {
  padding: 2rem;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
  height: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .landing .discounts {
    padding-top: 1rem;
  }
}
.landing .discounts .coupon-form-container {
  width: 80%;
  max-width: 500px;
}
@media (max-width: 576px) {
  .landing .discounts .coupon-form-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.landing .discounts .app-in-phone-container {
  margin-top: 2rem;
}
.landing .discounts .app-in-phone-container img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
@media (max-width: 576px) {
  .landing .discounts .app-in-phone-container img {
    max-width: 60%;
    max-height: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.landing .discounts p {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 3rem 0;
}
@media (max-width: 576px) {
  .landing .discounts p {
    margin: 1.5rem 0;
  }
}

.coupon-popup .modal-content {
  max-width: 500px;
}
.coupon-popup .close {
  font-size: 36px;
  color: #858585;
}
.coupon-popup .download-btn {
  height: 70px;
}
@media (max-width: 576px) {
  .coupon-popup .download-btn {
    height: 60px;
  }
}
.coupon-popup .main-text {
  font-size: 18px;
  align-content: 'center';
}
@media (max-width: 576px) {
  .coupon-popup .main-text {
    font-size: 18px;
  }
}
.coupon-popup .bold-colored-text {
  color: #179c9f;
  font-weight: 600;
}
.coupon-popup .highlighted-box {
  background-color: #f7e3d1;
  border-radius: 5px;
  padding: 10px 30px 10px 30px;
  margin: 10px;
}
.coupon-popup .highlighted-box .wrapper-text {
  color: #179c9f;
  font-size: 28px;
  font-family: 'Arial';
  font-variant: small-caps;
  text-align: center;
}
.coupon-popup .highlighted-box .discount-text {
  color: #0e0e0e;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
.coupon-popup .coupon-iconXXX {
  background-color: #f9f1ea;
  color: #ff6000;
  font-size: 72px;
  line-height: 1.3;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  padding: 1rem;
  padding-top: 1.2rem;
}
@media (max-width: 576px) {
  .coupon-popup .coupon-iconXXX {
    font-size: 56px;
    line-height: 1;
  }
}
.coupon-popup h1 {
  color: #ff6000;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .coupon-popup h1 {
    font-size: 42px;
  }
}
.coupon-popup h3 {
  font-family: 'Myriad Pro', 'Open Sans', verdana, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e;
}
@media (max-width: 576px) {
  .coupon-popup h3 {
    font-size: 18px;
  }
}
.coupon-popup .coupon-form {
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .coupon-popup .btn {
    font-size: 12px;
  }
}
.coupon-popup .div-first-time {
  font-size: 11px;
  color: #a1a1a1;
}
.coupon-popup .msg-status {
  text-align: center;
}
.coupon-popup .not-now {
  text-align: right;
  font-size: 14px;
}
.coupon-popup .not-now a {
  color: #858585;
  font-weight: 500;
}

.div-permission {
  font-size: 0.75rem;
  color: #858585;
  padding: 4px;
}
.div-permission label {
  line-height: 22px;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.coupon-form-success .msg-status {
  font-size: 1.5rem;
  border: 0;
  font-weight: 600;
}

.coupon-form-box {
  max-width: 500px;
  background-color: #ff6000;
  padding: 1rem;
  border-radius: 5px;
}
.coupon-form-box h4 {
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .coupon-form-box h4 {
    font-size: 1.3rem;
  }
}
.coupon-form-box h4 a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.coupon-form-box div.error {
  background-color: #c03939;
  color: #fff;
  font-weight: 700;
  padding: 2px;
}
.coupon-form-box .btn-main {
  color: #fff;
  background-color: #000;
  border-color: #555;
}
.coupon-form-box .btn-main:hover {
  background-color: #555;
}
.coupon-form-box .div-permission {
  color: #fff;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.no-header .main-page .main-page-body {
  padding-top: 0;
  flex-grow: 1;
}
.no-header .view-restaurant {
  padding-top: 1rem;
}

.view-restaurant {
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 576px) {
  .view-restaurant {
    padding-top: 60px;
  }
}
.view-restaurant .marketing-description {
  font-size: 1.3rem;
  margin: 0.5rem 0;
  font-weight: 600;
}
@media (min-width: 992px) {
  .view-restaurant .restaurant-main-container {
    max-width: 1140px;
    min-width: 1140px;
  }
}
.view-restaurant .page-inner-link {
  color: #ff6000;
  font-size: 1.2rem;
}
.view-restaurant .page-inner-link a {
  color: #ff6000;
  text-decoration: underline;
}
.view-restaurant .menu-section-link {
  color: #ff6000;
  font-size: 1.2rem;
}
.view-restaurant .menu-section-link a {
  color: #ff6000;
  text-decoration: none;
}
.view-restaurant h1,
.view-restaurant h2 {
  text-align: center;
}
.view-restaurant h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.view-restaurant h3,
.view-restaurant h4 {
  margin-top: 3rem;
}
.view-restaurant h5 {
  font-size: 1.5rem;
  font-weight: 500;
}
.view-restaurant .menu-section h2,
.view-restaurant .menu-section h3,
.view-restaurant .menu-section h4 {
  text-align: center;
  margin-top: 3rem;
}
.view-restaurant .menu-section .menu-row:not(:first-child) {
  margin-top: 1.5rem;
}
.view-restaurant .menu-section .item-name {
  font-size: 1.2rem;
  font-weight: 700;
}
.view-restaurant .menu-section .item-description {
  font-style: italic;
  size: 1.1rem;
}
.view-restaurant .div-btn-order {
  text-align: center;
  margin: 2rem 0;
}
.view-restaurant .restaurant-banner {
  background-color: #ff6000;
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.view-restaurant .restaurant-banner-new {
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.view-restaurant .restaurant-name {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 800;
  font-size: 3rem;
}
.view-restaurant .restaurant-summary-image-top img {
  width: 100%;
  height: auto;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.view-restaurant .restaurant-summary-top-noimage {
  background-color: #fff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.view-restaurant .restaurant-summary-top {
  background-color: #fff;
}
.view-restaurant .restaurant-summary-bottom {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.view-restaurant .restaurant-summary {
  background-color: #fff;
  border-radius: 0.5rem;
}
.view-restaurant .restaurant-summary h2 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .view-restaurant .restaurant-summary h2 {
    text-align: left;
  }
}
.view-restaurant .restaurant-summary .coupon-form {
  margin: 0.5rem 0;
}
.view-restaurant .restaurant-summary .div-permission label {
  font-size: 0.9rem;
  line-height: 22px;
}
.view-restaurant .info-list-row .info-list-left {
  float: left;
  width: 40px;
  margin-bottom: 5px;
}
.view-restaurant .info-list-row .info-list-right {
  float: left;
  /* padding-left: 0.5rem; */
}
.view-restaurant .photo-carousel-next-icon,
.view-restaurant .photo-carousel-prev-icon {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 2.5em;
}
.view-restaurant .photo-carousel-next-icon .svg-icon,
.view-restaurant .photo-carousel-prev-icon .svg-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.view-restaurant .photo-carousel-next-icon i,
.view-restaurant .photo-carousel-prev-icon i {
  text-shadow: 3px 3px 3px #333;
}
.view-restaurant .photo-section &gt; .photo-row {
  overflow-x: auto;
  height: 125px;
  white-space: nowrap;
  display: flex;
}
.view-restaurant .photo-section &gt; .photo-row &gt; .col-sm-4 {
  display: inline-block;
  float: none;
}
.view-restaurant .photo-section-indiv {
  height: 100px;
  margin-right: 0.5em;
  float: left;
}
.view-restaurant .photo-section-img {
  height: 100%;
}
.view-restaurant .google-review-container {
  background-color: #fff;
  border-radius: 5px;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.view-restaurants .section,
.view-restaurants .section-alt {
  padding: 30px;
}
.view-restaurants .section-top {
  padding-bottom: 20px;
}
.view-restaurants .section-alt {
  background-color: #fff;
}
.view-restaurants h1,
.view-restaurants h2 {
  font-size: 4rem;
  text-align: center;
  margin-top: 3rem;
  color: #ff6000;
}
@media (max-width: 576px) {
  .view-restaurants h1,
  .view-restaurants h2 {
    font-size: 2.5rem;
  }
}
.view-restaurants h3 {
  font-size: 3rem;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 576px) {
  .view-restaurants h3 {
    font-size: 2rem;
  }
}
.view-restaurants .subheader-cuisine {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 4rem;
  color: #0e0e0e;
}
@media (max-width: 576px) {
  .view-restaurants .subheader-cuisine {
    font-size: 1.8rem;
  }
}
.view-restaurants .top-banner {
  background-image: url('/assets/images/home-group-eating.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 664.64px;
  padding: 2rem;
  position: relative;
}
@media (max-width: 992px) {
  .view-restaurants .top-banner {
    height: 664.64px;
  }
}
@media (max-width: 768px) {
  .view-restaurants .top-banner {
    height: 514.56px;
  }
}
.view-restaurants .top-banner h1 {
  color: #ff6000;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .view-restaurants .top-banner h1 {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .view-restaurants .top-banner h1 {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.view-restaurants .top-banner .coupon-form-container {
  position: absolute;
  right: 4%;
  bottom: 5%;
  width: 55%;
  max-width: 500px;
}
@media (max-width: 576px) {
  .view-restaurants .top-banner .coupon-form-container {
    width: 60%;
  }
}
.view-restaurants .top-banner .app-in-phone-container {
  position: absolute;
  bottom: -12%;
  left: 4%;
  width: 100%;
}
.view-restaurants .top-banner .app-in-phone-container img {
  display: block;
  max-width: 24%;
  max-height: 55%;
  width: auto;
  height: auto;
}
.view-restaurants .top-blurb {
  margin: 1rem;
  margin-top: 6rem;
  text-align: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #0e0e0e;
  position: relative;
}
@media (max-width: 768px) {
  .view-restaurants .top-blurb {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .view-restaurants .top-blurb {
    font-size: 2rem;
  }
}
.view-restaurants .top-blurb .highlight {
  color: #ff6000;
}
.view-restaurants .city-links,
.view-restaurants .cuisine-links {
  text-align: center;
  font-size: 1.5rem;
  color: #ff6000;
}
.view-restaurants .city-links h3,
.view-restaurants .cuisine-links h3 {
  color: #0e0e0e;
}
.view-restaurants .city-links a,
.view-restaurants .cuisine-links a {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.8rem;
  margin: 0 0.5rem;
  color: #ff6000;
}
.view-restaurants .hr-custom {
  font-size: 22px;
  color: #ff6000;
  text-align: center;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.marketing ol {
  list-style-type: lower-alpha;
}
.marketing ol li {
  margin-bottom: 0.5rem;
}
.marketing .main-content {
  position: relative;
  padding-bottom: 1rem;
  font-size: 1rem;
}
.marketing .bg-page-stretch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80vh;
  z-index: -1;
  overflow: hidden;
  background-color: #fff;
}
.marketing .main-content {
  padding: 0;
}
.marketing .page-text {
  padding: 1rem;
  padding-top: 0;
}
.marketing .page-title {
  padding-top: 1em;
}
.marketing .page-title h1 {
  color: #ff6000;
  font-size: 3rem;
  text-align: center;
}
.marketing h4,
.marketing h5 {
  font-size: 2.6rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cbcbcb;
}
.marketing .privacy h3 {
  margin-top: 2rem;
}
.marketing h5XXX {
  font-size: 3rem;
  margin-top: 3.5rem;
}
.marketing .discounts {
  padding: 2rem;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
  height: 100%;
  position: relative;
  background-color: #f8f9fa;
}
.marketing .discounts .coupon-form-container {
  margin-left: 4rem;
  width: 80%;
  max-width: 500px;
}
.marketing .discounts .app-in-phone-container {
  margin-top: 2rem;
}
.marketing .discounts .app-in-phone-container img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.marketing .discounts p {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin: 3rem 0;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.review-summary-chart {
  text-align: center;
}
.review-summary-chart .clickable .summary-row-label {
  text-decoration: underline;
}
.review-summary-chart .summary-row-label {
  width: 50px;
  display: inline-block;
}
.review-summary-chart .summary-row-bar {
  width: 200px;
  display: inline-block;
}
.review-summary-chart .summary-row-pct {
  width: 40px;
  display: inline-block;
}
.review-summary-chart .review-summary-bar {
  width: 180px;
  height: 18px;
  position: relative;
  background-color: #ddd;
  box-shadow: inset -1px 1px 3px #666;
  -mox-box-shadow: inset -1px 1px 3px #666;
  -webkit-box-shadow: inset -1px 1px 3px #666;
}
.review-summary-chart .review-summary-bar .review-summary-bar-rating {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 100px;
  background-color: #39b54a;
}
.review-summary-chart
  .review-summary-bar
  .review-summary-bar-rating.review-rating-med {
  background-color: #fdd82e;
}
.review-summary-chart
  .review-summary-bar
  .review-summary-bar-rating.review-rating-low {
  background-color: #ec0d0d;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.customer-review {
  border-bottom: 2px solid #cccccc;
}
.customer-review .customer-review-container {
  display: flex;
}
.customer-review .customer-review-container .avatar-container {
  flex: 1;
}
.customer-review .customer-review-container .avatar-container .avatar {
  background-color: #f7e3d1;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  font-size: 1.5em;
  color: #179c9f;
  text-align: center;
  margin-bottom: 0.5rem;
}
.customer-review .customer-review-container .avatar-container .avatar span {
  line-height: 2.4em;
}
.customer-review .customer-review-container .review-details-container {
  flex-grow: 2;
}
.customer-review .review-name {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.2em;
}
.customer-review .review-initials {
  font-weight: 500;
}
.customer-review .review-user-badge {
  font-weight: 700;
  color: #ff6000;
  font-size: 1.2em;
}
.customer-review .review-user-dishes {
  font-weight: 500;
  font-size: 1.1rem;
}
.customer-review .review-text {
  font-size: 1.1rem;
}
.customer-review .review-response {
  font-size: 1.1rem;
}
.customer-review .review-response .label {
  font-weight: 600;
}
.customer-review .review-date {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.8em;
}
.customer-review .review-date .little-black-dot {
  font-weight: 700;
}
.customer-review .col-avatar {
  position: relative;
  padding-left: 5em;
  padding-bottom: 12px;
}

/* Palette generated by Material Palette - materialpalette.com/cyan/deep-orange */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.fa-bullseye {
  background-image: url('/assets/svg-icons/fa-bullseye.svg');
}

.svg-icon {
  width: 1em;
  height: 1em;
}
.order-now h1 {
  font-size: 62px;
  font-weight: 800;
}
.order-now h2 span {
  color: #fd7e14;
  font-weight: bold;
}
.order-now p {
  line-height: 30px;
  font-size: 21px;
  text-align: justify;
}
.order-now a {
  color: #ff6000;
}

/*# sourceMappingURL=main.css.map */

.margin-50px {
  margin-left: 50px;
}

/* --------new changes------------- */
.nav-offer-button {
  /* background: linear-gradient(180deg, #ff6000 0%, #cb4c00 280.21%); */
  color: #fff;
  border: none;
  border-radius: 5px;
}

.font-35 {
  font-size: 35px;
  font-weight: 700;
}

.font-16 {
  font-size: 16px;
}
.font-16-400 {
  font-size: 16px;
  font-weight: 400;
}

.font-16-600 {
  font-size: 16px;
  font-weight: 600;
}
.font-16-500 {
  font-size: 16px;
  font-weight: 500;
}

/* img {
  width: 100%;
  max-width: 100%;
  height: auto;
} */

.simple-effect {
  padding: 1em 0.4em;
  display: block;
  font-size: 1.8em;
}
.simple-effect span {
  color: #1e92ea;
}

/*-- global css --*/

.effect-image-1 {
  position: relative;
  display: block;
}

.simple-text {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #1515154d;
  /* opacity: 0.5; */
  color: #fff;
}
.simple-text-2 {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /* opacity: 0.5; */
  color: #fff;
}

.star-icon-div1 {
  width: fit-content;
  background-color: #cccccc;
}

.star-background {
  /* background-color: #ff6000; */
}
.border-radius-1rem {
  border-radius: 1rem;
}
.font-20 {
  font-size: 20px;
  font-weight: 700;
}
.font-20-600 {
  font-size: 20px;
  font-weight: 600;
}

.font-14-500 {
  font-size: 14px;
  font-weight: 500;
}
.font-14-400 {
  font-size: 14px;
  font-weight: 400;
}
.font-12-500 {
  font-size: 12px;
  font-weight: 500;
}
.font-18-700 {
  font-size: 18px;
  font-weight: 700;
}
.font-10 {
  font-size: 10px;
}

.marquee {
  --gap: 1rem;
  display: flex;
  gap: var(--gap);
  /* background: #fb5e00; */
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
  user-select: none;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  min-width: 100%;
  gap: var(--gap);
  margin-top: 1rem;
  padding: 0.75rem;
}
.scroll {
  animation: scroll 30s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* styling design*/
.marquee__content li {
  list-style: none;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}

.marquee-1 .scroll {
  animation: scroll 35s linear infinite;
}

.font-18-500 {
  font-size: 18px;
  font-weight: 500;
}
.font-18-600 {
  font-size: 18px;
  font-weight: 600;
}

.card-div {
  background: #ffffff;
  border: 1px solid #dddee2;
  box-shadow: 0px 0px 4px rgba(172, 188, 206, 0.25);
  border-radius: 8px;
}
#viewRestCard {
  border-radius: 8px;
}
.para-headers {
  font-size: 24px;
  font-weight: 600;
}
.para-desc {
  font-size: 27px;
}
.mt-50px {
  margin-top: 50px;
}
.mt-75px {
  margin-top: 75px;
}
.margin-30px {
  margin: 30px 0px;
}

.font-roboto {
  font-family: Roboto;
}
.font-poppins {
  font-family: Poppins;
}
.menu-item-bg {
  gap: 10px;
  background: #f8f8f8;
  border-radius: 10px;
}

.font-20-500 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.font-20-400 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.txt-orange {
  color: #ff6000;
}

.font-12-400 {
  font-size: 12px;
  font-weight: 400;
}

.font-36-700 {
  font-size: 36px;
  font-weight: 700;
}
.font-36-600 {
  font-size: 36px;
  font-weight: 600;
}
.footer-desc-color {
  color: #d9dbe1;
}

.font-72-600 {
  font-size: 72px;
  font-weight: 600;
}
/* -------carosal style------- */
.corosel-headers {
  position: relative;
  text-align: center;
}
.slider &gt; .slick-prev {
  display: none !important;
}
.slider &gt; .slick-next {
  display: none !important;
}
.slick-track {
  display: flex;
  gap: 1rem !important;
  margin: 0rem !important;
}
.slick-slide {
  display: none;
  height: auto !important;
  width: 400px !important;
}
.slick-card-one {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px; /* identical to box height, or 156% */
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off;
}
.slick-card-data {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px; /* or 171% */
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off; /* Text / Gray 900 */
  color: #18191f;
}
.triangle_down {
  width: 0;
  position: absolute;
  text-align: center;
  justify-content: center;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  font-size: 0;
  line-height: 0; /* float: left; */
  right: 50%;
}
/* -------carosal style------- */

.bg-image {
  background-image: url(/assets/images/new-images/Background-Shapes.svg);
  background-size: 90%;
  background-position-x: center;
  background-repeat: no-repeat;
}

.text-clamp p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-4 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new-google-map {
  min-height: 250px;
  height: 250px;
}

/* Custom class for extra small screens (sm) */
@media (max-width: 576px) {
  /* Add your styles for extra small screens (xs) here */
  .font-24-700 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-20 {
    font-size: 14px;
    font-weight: 700;
  }
  .font-20-600 {
    font-size: 14px;
    font-weight: 600;
  }
  .font-36-700 {
    font-size: 20px;
    font-weight: 700;
  }
  .font-36-600 {
    font-size: 20px;
    font-weight: 600;
  }
  .font-20-500 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
  .font-20-400 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}

/* Custom class for small screens (sm) */
@media (min-width: 577px) and (max-width: 768px) {
  /* Add your styles for small screens (sm) here */
  .font-24-700 {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
  }
  .font-45-700 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-20 {
    font-size: 14px;
    font-weight: 700;
  }
  .font-20-600 {
    font-size: 14px;
    font-weight: 600;
  }
  .font-36-700 {
    font-size: 20px;
    font-weight: 700;
  }
  .font-36-600 {
    font-size: 20px;
    font-weight: 600;
  }
  .font-20-500 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .font-20-400 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}

/* Custom class for medium screens (md) */
@media (min-width: 769px) and (max-width: 992px) {
  /* Add your styles for medium screens (md) here */
  .font-24-700 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  .font-45-700 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }
  .font-48 {
    font-size: 34px;
  }
  .font-20 {
    font-size: 14px;
    font-weight: 700;
  }
  .font-20-600 {
    font-size: 14px;
    font-weight: 600;
  }
  .font-36-700 {
    font-size: 24px;
    font-weight: 700;
  }
  .font-36-600 {
    font-size: 24px;
    font-weight: 600;
  }
  .font-20-500 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .font-20-400 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}

/* Custom class for large screens (lg) */
@media (min-width: 993px) and (max-width: 1200px) {
  /* Add your styles for large screens (lg) here */
  .font-24-700 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .font-45-700 {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
  }
  .font-48 {
    font-size: 38px;
  }
  .font-20 {
    font-size: 16px;
    font-weight: 700;
  }
  .font-20-600 {
    font-size: 16px;
    font-weight: 600;
  }
  .font-36-700 {
    font-size: 28px;
    font-weight: 700;
  }
  .font-36-600 {
    font-size: 28px;
    font-weight: 600;
  }
  .font-20-500 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  .font-20-400 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}

/* Custom class for extra large screens (xl) */
@media (min-width: 1201px) and (max-width: 1400px) {
  /* Add your styles for extra large screens (xl) here */
  .font-24-700 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }
  .font-45-700 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }
  .font-48 {
    font-size: 42px;
  }
  .font-20 {
    font-size: 18px;
    font-weight: 700;
  }
  .font-20-600 {
    font-size: 18px;
    font-weight: 600;
  }
  .font-36-700 {
    font-size: 32px;
    font-weight: 700;
  }
  .font-36-600 {
    font-size: 32px;
    font-weight: 600;
  }
}

/* Custom class for extra extra large screens (xxl) */
@media (min-width: 1401px) {
  /* Add your styles for extra extra large screens (xxl) here */
  .font-24-700 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
  .font-45-700 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
  }
  .font-48 {
    font-size: 48px;
  }
  .font-20 {
    font-size: 20px;
    font-weight: 700;
  }
  .font-20-600 {
    font-size: 20px;
    font-weight: 600;
  }
  .font-36-700 {
    font-size: 36px;
    font-weight: 700;
  }
  .font-36-600 {
    font-size: 36px;
    font-weight: 600;
  }
}

.padding-25px {
  padding: 25px;
}
.text-align-justify {
  text-align: justify;
}
.onHoverEffect:hover {
  color: blue !important;
}
.mt-100px {
  margin-top: 100px;
}
.mb-100px {
  margin-bottom: 100px;
}
.mb-50px {
  margin-bottom: 50px;
}
.pt-100px {
  padding-top: 100px;
}
.pb-100px {
  padding-bottom: 100px;
}
.pb-50px {
  padding-bottom: 50px;
}
.lh-base {
  line-height: 1.75 !important;
}

.onHoverEffectOne:hover {
  color: #d9dbe1 !important;
}
</pre></body></html>