body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* ----- HEADER-CSS-START ------ */

.head-bottom-wrapper {
  margin: 100px 0 0 0;
}

.head-bottom-inner .justify-content-start,
.head-bottom-inner .justify-content-end {
  text-align: center;
  padding: 10px;
  width: 50%;
}

.head-bottom-inner .justify-content-start a,
.head-bottom-inner .justify-content-end a {
  text-decoration: none;
}

.head-bottom-inner .justify-content-start a {
  color: #000;
}

.head-bottom-inner .justify-content-end a {
  color: #fff;
}

.head-bottom-inner .justify-content-start {
  background: #fc8a06;
}

.head-bottom-inner .justify-content-end {
  background: #028643;
}

.mobile-view .fixed-top {
  background: #fff;
}

.offcanvas.offcanvas-bottom {
  height: 100%;
  margin: 10px;
  border-radius: 10px;
}

.offcanvas-backdrop {
  background-color: #000;
  opacity: 0.9 !important;
}

.head-bottom-wrapper .offcanvas-body {
  background: hsl(0deg 0% 0% / 90%);
}

.head-bottom-wrapper .offcanvas-header {
  background: hsl(0deg 0% 0% / 90%);
  color: #fff;
  text-align: right;
  padding: 20px 0 10px 0;
  display: unset;
}

.mobile-view {
  display: none;
}

.th-list a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.th-list a span {
  color: #FC8A06;
  font-weight: 700;
}

.star {
  padding: 0 8px 0 0;
}

.fw-500 {
  font-weight: 500;
}

.loc-list span.orng-clr {
  font-weight: 400;
  text-decoration: underline;
}

.green-bg {
  background: #028643;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 10px !important;
}

.green-bg .br {
  border-right: 1px solid #ffffff69;
}

.green-bg a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.cart {
  width: 60%;
}

.arrow {
  width: 68%;
}

.tophead-inner {
  background: #FAFAFA;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.log-btn {
  background: #03081F;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px !important;
  border-radius: 12px !important;
  transition: all .5s ease;
  border: 1px solid #03081F;
}

.log-btn:hover {
  background: #fff;
  color: #FC8A06 !important;
  border: 1px solid #FC8A06;
  transition: all .5s ease;
}

.cart-btn {
  background: #028643;
  color: #fff;
  border: 1px solid #028643;
  border-radius: 6px;
  padding: 6px 20px;
  transition: all .5s ease;
}

.cart-btn:hover {
  background: #000;
  border: 1px solid #000;
  transition: all .5s ease;
}

.menu-3 .menu-list {
  list-style: none;
  margin-top: 10px !important;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.menu-3 .menu-list li {
  margin: 0 8px 0 0;
  padding: 2px 8px;
  line-height: 18px;
}

.menu-3 .menu-list li:last-child {
  margin: 0 !important;
  line-height: 2 !important;
}

.menu-3 .menu-list li a {
  padding: 6px 26px;
}

.menu-3 .menu-list li:focus {
  outline: 0;
}

/* 
.menu-3 .menu-list li:hover,
.menu-3  .menu-list li:focus {
  background-color: #FC8A06;
  border-radius: 50px;
  transition: background-color 0.4s ease-in 0.2s, border-radius 0.4s ease-in 0s;

} */

.menu-3 .menu-list li:hover a,
.menu-3 .menu-list li:focus a {
  transition: color 0.4s ease-in 0s;
}

.menu-3 .menu-list a.nav-link.active {
  background-color: #FC8A06;
  border-radius: 50px;
}

.menu-3 .menu-list li a {
  transition: color 0.4s ease-in-out 0s;
}

.logo {
  width: 80%;
}

header nav.navbar {
  background: #fff;
}

header ul.navbar-nav {
  background: hsl(0deg 0% 0% / 10%);
  padding: 12px 0 12px 10px !important;
  border-radius: 8px;
}

/* ----- HEADER-CSS-END ------ */
.hero-wrapper {
  margin-top: 120px;
}

.search-bar-wrapper form.d-flex.search-box input {
  background: transparent;
  border-radius: 50px;
  padding: 0 0 0 30px;
}

/* ----- EXCLUSIVE-DEALS-SECTION-CSS-START ------ */
.main-item {
  position: relative;
}

.image-slider1 img {
  border-radius: 12px;
}

.black-bg {
  background: #000;
  color: #fff;
  position: absolute;
  right: 6%;
  padding: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.exc-slide-content {
  position: absolute;
  bottom: 6px;
  left: 14px;
}

.orng-clr {
  color: #FC8A06;
}

.exc-slide-content h4 {
  font-weight: 600;
  font-size: 22px;
}

.owl-theme img {
  width: 100%;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff !important;
  color: #000 !important;
  font-size: 1.5em !important;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  font-weight: bold;
  padding: 15px !important;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #000;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  box-shadow: 0px 0px 10px 0px #000;
  background-color: #fc8a06 !important;
  color: #fff !important;
}

.owl-carousel .owl-prev {
  left: -30px;
}

.owl-carousel .owl-next {
  right: -30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #fc8a06 !important;
  width: 25px;
  transition: 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #fc8a06 !important;
  transition: 0.2s ease-in-out;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: inline-block !important;
}

.pop-categ-wrapper .owl-carousel .owl-prev,
.pop-categ-wrapper .owl-carousel .owl-next {
  top: 30%;
}

.owl-dots {
  display: none;
}

.pop-categ-content {
  background: hsl(0deg 0% 0% / 4%);
  padding: 10px 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all .5s ease;
}

.image-slider2 .main-item:hover .pop-categ-content,
.pop-categ-inner .main-item:hover .pop-categ-content {
  background: #03081F;
}

.image-slider2 .main-item:hover h4,
.pop-categ-inner .main-item:hover h4 {
  color: #FC8A06 !important;
}

.image-slider2 .main-item:hover h6,
.pop-categ-inner .main-item:hover h6 {
  color: #fff !important;
}

.pop-categ-content h4 {
  color: #03081F !important;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  transition: all .5s ease;
}

.pop-categ-content h6 {
  font-size: 13px;
  margin: 5px 0 0 0;
  transition: all .5s ease;
}

.image-slider2 img,
.pop-categ-inner img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  filter: grayscale(100%);
  transition: all .5s ease;
}

.image-slider2 .item:hover img,
.pop-categ-inner .main-item:hover img {
  filter: grayscale(0%);
}

.pop-rest-content {
  background: #FC8A06;
  padding: 10px 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all .5s ease;
  text-align: center;
}

.image-slider3 img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: all .5s ease;
}

.pop-rest-content h4 {
  font-size: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: none !important;
}

/* Responsive design custom css */
@media only screen and (max-width:480px) {
  .owl-theme .owl-dots .owl-dot {
    display: none;
  }

  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    top: 45%;
    box-shadow: 0px 0px 0px 0px #000;
  }

  .owl-carousel .owl-prev {
    left: 0px;
  }

  .owl-carousel .owl-next {
    right: 0px;
  }
}

/* ----- EXCLUSIVE-DEALS-SECTION-CSS-END ------ */
/* ----- DELIVERYOU-APP-SECTION-CSS-START ------ */
.deliveryou-app-wrapper {
  margin-top: 100px;
}

.deliverapp-inner {
  background: linear-gradient(180deg, #EEEEEE 0%, #E0E1DC 100%);
  border-radius: 12px;
}

.deliverapp-inner .app-img {
  margin: -80px 0 0 0;
}

.deliveryou-app-content {
  float: right;
  padding: 0 80px 0 0;
  text-align: right;
}

.deliveryou-app-content .more-text {
  font-size: 45px;
  font-weight: 900;
  vertical-align: middle;
}

button.black-btn.text-end {
  background: #03081F;
  color: #fff;
  padding: 4px 30px 4px 120px;
  border-radius: 60px;
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0;
}

.shape-1,
.shape-2 {
  margin: 0 0 0 86px;
}

.started-partner-sec {
  margin: -150px 0 0 0;
}

/* ----- DELIVERYOU-APP-SECTION-CSS-END ------ */
/* ----- PARTNERS-RIDE-SECTION-CSS-START ------ */
.partner-main {
  position: relative;
}

.partner-main img {
  border-radius: 12px;
}

.part-top-sec {
  position: absolute;
  top: 0;
  background: #fff;
  padding: 10px;
  left: 10%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 600;
  font-size: 14px;
}

.part-botm-sec {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
}

.orng-btn {
  background: #FC8A06;
  color: #fff;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 30px;
  transition: all .5s ease;
  border: 1px solid #FC8A06;
}

.orng-btn:hover {
  background: #fff;
  color: #FC8A06 !important;
  border: 1px solid #FC8A06;
  transition: all .5s ease;
}

/* ----- PARTNERS-RIDE-SECTION-CSS-END ------ */
/* ----- ABOUT-US-SECTION-CSS-START ------ */
.h-tab {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.h-tab_tab-head {
  display: flex;
  flex-direction: row;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.h-tab_tab-head li {
  font-size: 16px;
  cursor: pointer;
  padding: 4px 28px;
  line-height: 30px;
  color: #000;
  overflow: hidden;
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  margin: 0 12px 0 0;
}

.h-tab_tab-head li.active {
  border-color: #fc8a06;
  background-color: #fff;
  color: #000;
  display: block;
  font-weight: 600;
}

.h-tab_tab-head .h-tab_container {
  width: 500px;
  min-height: 200px;
}

.h-tab_tab-head .h-tab_content {
  padding: 10px 20px;
  display: none;
}

.h-tab_tab-head .h-tab_content> :first-child {
  margin-top: 0;
}

.h-tab_container {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
}

.v-tab {
  display: flex;
}

.v-tab_tab-head {
  margin: 0;
  padding: 0;
}

.v-tab_tab-head li {
  margin: 0 0 12px 0;
  cursor: pointer;
  padding: 10px 22px;
  line-height: 20px;
  border-bottom: 0px;
  overflow: hidden;
  position: relative;
  background: transparent;
  border-radius: 50px;
  text-align: center;
  transition: all .5s ease;
  font-weight: 600;
}

.v-tab_tab-head li.active {
  background-color: #FC8A06;
  display: block;
}

.v-tab_container {
  float: left;
}

.v-tab_content {
  padding: 10px 20px;
  display: none;
}

.v-tab_content> :first-child {
  margin-top: 0;
}

.about-inner {
  background: #D9D9D9;
  padding: 40px;
  border-radius: 20px;
}

.tab-phr {
  font-size: 14px;
  padding: 26px 50px 0 50px;
}

.tab1-inner {
  background: #D9D9D9;
  padding: 24px 20px;
  text-align: center;
  border-radius: 12px;
  height: 100%;
}

.tab1-inner p {
  font-size: 14px;
  font-weight: 500;
}

.tab1-inner img {
  width: 60%;
  margin: 10px 0 10px 0;
}

section.about-wrapper {
  overflow: hidden;
  position: relative;
}

/* ----- ABOUT-US-SECTION-CSS-END ------- */
/* ----- COUNTER-SECTION-CSS-START ------ */
.count-inner {
  background: #FC8A06;
  color: #fff;
  text-align: center;
  padding: 30px 5px;
  border-radius: 12px;
}

.count-inner p {
  font-weight: 600;
}

.count-inner h2 {
  font-weight: normal;
  font-size: 40px;
}

.count-inner .br {
  border-right: 1px solid #D9D9D9;
}

/* ----- COUNTER-SECTION-CSS-END ------ */
/* ================== RESTURANT-PAGE-CSS-START ================= */
/* ----- RESTURANT-HERO-SECTION-CSS-START ------ */
.resturant-hero-wrapper {
  margin: 120px 0 0 0;
  position: relative;
}

.restu-hero-inner {
  background: url("../images/resturant-hero-banner.jpg");
  padding: 40px 40px 40px 0;
  border-radius: 12px;
}

.restu-hero-content {
  margin: 120px 0 0 0;
  padding-left: 40px;
}

a.hero-black-btn {
  background: #03081F;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 40px;
  font-size: 15px;
  border: 1px solid #03081F;
  transition: all .5s ease;

}

a.hero-black-btn:hover {
  box-shadow: 0 2px 6px hsl(0deg 0% 0% / 60%);
}

.clock-btn a {
  background: #FC8A06;
  padding: 10px;
  position: absolute;
  border-radius: 0 12px 12px 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  bottom: -18px;
  width: 16%;
  text-align: center;
}

.clock-btn img.img-fluid {
  width: 20px;
}

.search-menu input {
  padding: 10px 10px 10px 40px;
  border-radius: 40px;
  border: 1px solid;
  background: transparent;
}

.search-menu i.fa.fa-search {
  margin: 0 -30px 0 0;
}

.restu-lists {
  background: #F3F3F3;
  padding: 10px;
}

.restu-lists li {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 8px 20px;
  margin: 0 0 0 6px;
}

.restu-lists li.active {
  background: #252525;
}

.restu-lists li.active a {
  color: #fff !important;
}

.restu-lists li a {
  color: #252525;
  text-decoration: none;
  font-weight: 600;
}

.plus-icon {
  background: hsl(0deg 0% 100% / 90%);
  border-top-left-radius: 45px;
  border-top-right-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 18px 10px 10px 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}

.plus-icon img {
  width: 80% !important;
  margin: 0 auto;
}

.circle-img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.listview-img {
  text-align: center;
  margin: 0 0 12px 0;
}

.stickynav {
  position: sticky;
  position: -webkit-sticky;
  top: 130px;

}

#sidebar {
  background: #fbfbfb;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  padding: 12px 0;
}

#sidebar .nav-link {
  border: none;
  width: 100%;
  color: #000;
  font-weight: 600;
  text-align: left;
  padding: 12px 20px;
}

#sidebar .nav-link.active {
  background: #03081F;
  color: #fff;
  border: none;
  border-radius: 0;
}

.listbox-order {
  position: relative;
}

.listbox-order img.img-fluid {
  border-radius: 12px;
}

.listbox-order .black-bg {
  left: 6%;
  width: 20%;
}

.rytcart-bg .clock-view {
  color: #fff;
  padding: 30px 10px;
}

.rytcart-bg .clock-view img {
  width: 30px;
}

.rytcart-bg h3,
.cartopen-view h3 {
  font-size: 20px;
}

.rytcart-bg h5,
.cartopen-view h5 {
  font-size: 16px;
}

.rytcart-bg p,
.cartopen-view p {
  font-size: 14px;
}

.rytcart-bg .basket-btn span:first-child,
.cartopen-view .basket-btn span:first-child {
  font-size: 18px;
}

.rytcart-bg .basket-btn span:last-child,
.cartopen-view .basket-btn span:last-child {
  font-size: 20px;
}

.rytcart-bg h4.fw-bold,
.rytcart-bg h4.fw-bold {
  font-size: 16px;
}

.rytcart-bg .basket-list-main,
.rytcart-bg .basket-list-main {
  background: #F9F9F9;
  border: 1px solid hsl(0deg 0% 0% / 11%);
}

/* ----- RESTURANT-HERO-SECTION-CSS-END ------ */
/* ----- LIST-GRID-VIEW-SECTION-CSS-START ------- */
/*CSS Grid*/
.grid-list-view-bg {
  background: transparent;
  border: 1px solid #ccc;
  float: right;
  border-radius: 50px;
  position: relative;
}

.grid-list-view-bg .nav-link:focus,
.grid-list-view-bg .nav-link:hover {
  border: none !important;
}

.grid-list-view-bg li:first-child .nav-link.active {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0;
}

.grid-list-view-bg li:last-child .nav-link.active {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
}

.grid-list-view-bg .nav-item.show .nav-link,
.grid-list-view-bg .nav-link.active {
  background: #FFBC0D;
  color: #fff;

}

.grid-list-view-bg .nav-link {
  background: transparent;
  color: #000;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
}

.section-grid {
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}

.grid-prod {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
}

.prod-grid {
  flex: 1 1 25%;
  margin: 2%;
  padding: 12px;
  border: 2px solid #000;
}

.prod-grid img {
  width: 100%;
}


.grid-box,
.listview-box {
  position: relative;
  background: #fff;
  box-shadow: 5px 5px 34px 0px #00000040;
  border-radius: 12px;
  padding: 16px;
}

.grid-box-img img.img-fluid {
  border-radius: 12px;
}

.grid-box-text h5 {
  font-size: 18px;
}

.grid-box-text p {
  font-size: 14px;
}

.small-btn {
  background: #03081F;
  border: 1px solid #8E8E8E;
  padding: 10px;
  border-radius: 4px;
}

.small-btn li a {
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
}

.small-btn li:last-child a {
  background: #028643;
}

.medium-btn,
.xl-btn,
.large-btn {
  border: 1px solid hsl(229deg 82% 7% / 20%);
  border-radius: 4px;
  padding: 10px 12px;
  background: transparent;
}

.medium-btn li a,
.xl-btn li a,
.large-btn li a {
  color: #000;
  text-decoration: none;
  background: transparent;
  border-radius: 4px;
  padding: 5px 12px;
  font-size: 13px;
}

.medium-btn li:last-child a,
.xl-btn li:last-child a,
.large-btn li:last-child a {
  background: #028643;
  color: #fff;
}

.grid-box-img {
  position: relative;
}

.listview-img .plus-icon {
  background: hsl(150deg 97% 27% / 20%);
  padding: 20px 12px 12px 12px !important;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
}

.clock-view {
  background: #fc8a06;
  border-radius: 6px;
  padding: 8px 10px;
  text-align: center;
}

.basket-green {
  background: #028643;
  color: #fff;
  text-align: center;
  margin: 10px 0 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px;
  font-size: 20px;
}

.basket-list-main {
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px 0;
  position: relative;
  overflow: hidden;
}

.basket-list-main .d-flex,
.basket-list-main .basket-bill {
  border-bottom: 1px solid hsl(0deg 0% 0% / 20%);
  padding: 12px;
}

.basket-btn {
  border-bottom: 1px solid hsl(0deg 0% 0% / 20%);
  padding: 18px;
}

.delivery-bg {
  padding: 10px;
  text-align: center;
}

.collection-bg {
  padding: 10px;
}

.basket-phr {
  font-size: 22px;
  margin: 0;
}

.basket-list-main .orng-cir {
  background: #fc8a06;
  color: #fff;
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  font-weight: 600;
}

.green-text {
  color: #028643;
}

.basket-btn span:last-child {
  font-size: 30px;
  float: right;
  font-weight: 600;
}

.basket-btn a.orng-btn {
  border-radius: 8px;
  background: hsl(32deg 98% 51% / 80%);
  width: 100%;
  display: inline-block;
  color: #fff !important;
}

.basket-btn span:first-child {
  font-size: 22px;
}

a.schedule-btn {
  color: #028643;
  text-decoration: none;
  font-size: 22px;
  border: 1px solid;
  padding: 14px 12px;
  width: 90%;
  display: inline-block;
  border-radius: 10px;
  transition: all .5s ease;
  background: #fff;
  font-weight: 700;
}

a.check-btn {
  color: #fff;
  background: #028643;
  text-decoration: none;
  font-size: 22px;
  padding: 14px 12px;
  width: 90%;
  display: inline-block;
  border-radius: 10px;
  transition: all .5s ease;
  font-weight: 700;
}

a.schedule-btn img,
a.check-btn img {
  float: left;
}

.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
  margin: 0px;

}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: #f90;
  border: none;
  border-radius: 0px;
  margin: 0px;
}

.nav-tabs>li>a:hover {
  /* margin-right: 2px; */
  line-height: 1.42857143;
  border: 1px solid transparent;
  /* border-radius: 4px 4px 0 0; */
}

.tabs-left>li.active>a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-left: 10px solid #f90;
  display: block;
  width: 0;
}

/* ----- LIST-GRID-VIEW-SECTION-CSS-END ------- */
/* ----- DELIVERY-CONTACT-SECTION-CSS-START ------- */
.delvcontact-inner {
  background: #FBFBFB;
  box-shadow: 5px 5px 15px #00000040;
  border-radius: 12px;
}

.bphr {
  font-size: 18px;
}

.operational-bg {
  background: #03081F;
  height: 100%;
  color: #fff;
  padding: 60px 40px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.deliveryinfo-bg {
  padding: 60px 0 0 35px;
}

.contactinfo-bg {
  padding: 60px 0 0 0;
}

/* ----- DELIVERY-CONTACT-SECTION-CSS-END ------- */
/* ----- MAP-SECTION-CSS-START ------ */
.map-inner {
  position: relative;
}

.map-content {
  background: #03081F;
  padding: 30px;
  border-radius: 12px;
  width: 25%;
  position: absolute;
  top: 20%;
  left: 5%;
}

/* ----- MAP-SECTION-CSS-START ------ */
/* ----- TESTIMONIALS-SECTION-CSS-START ------- */
.testimonials-wrapper {
  background: #D9D9D9;
  padding: 60px 0;
}

.testimonials-wrapper .main-item {
  background: #fff;
  border-radius: 4px;
  padding: 30px 16px;
}

.test-img {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 1px 2px 1px #ddd;
  border-radius: 50%;
  margin: 0 8px 0 0;
}

.test-img img {
  border-radius: 50%;
}

.border-lft {
  border-left: 3px solid #f90;
  padding: 0 0 0 6px;
  height: 40px;
}

.border-lft p {
  font-size: 14px;
  margin: 0;
}

.clock-img {
  width: 16px !important;
}

.border-lft h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.testryt-text {
  text-align: right;
}

.rytphr {
  font-size: 14px;
}

/* ================== RESTURANT-PAGE-CSS-END ================= */
/*=================== ORDER-PAGE-CSS-START =================== */
.ordersticky-wrapper .listview-img {
  text-align: right;
  margin: 0 0 12px 0;
}

.addtocart-btn {
  float: right;
}

.ordersticky-wrapper .xl-btn {
  width: 80%;
}

/*=================== ORDER-PAGE-CSS-END =================== */
/*=================== CHECKOUT-PAGE-CSS-START =================== */
.checkout-wrapper {
  margin: 120px 0 0 0;
}

.box-border {
  border: 1px solid #BCBCBC;
  background: #FBFBFB;
  padding: 20px;
  border-radius: 12px;
}

.robert-sec {
  border: 1px solid #BCBCBC;
  border-radius: 12px;
  padding: 12px;
}

.add-ryt-text a {
  color: #028643;
}

.green-btn {

  background: #028643;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px !important;
  border-radius: 12px !important;
  transition: all .5s ease;
  border: 1px solid;
}

.delete-btn {
  background: #fbfbfb;
  border: 1px solid #BCBCBC;
  text-decoration: none;
  padding: 10px 20px !important;
  border-radius: 12px !important;
  transition: all .5s ease;
  color: #BCBCBC;
}


.green-btn:hover {

  color: #fff;
}

.delete-btn:hover {
  color: #BCBCBC;
}

.box-border.add-sec-content.text-center {
  height: 100%;
}

/* label container */
.radio-button-container {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  position: relative;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 30px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input~.checkmark {
  border-color: rgba(0, 0, 0, 0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked~.checkmark {
  background-color: rgba(0, 0, 0, 0);
  border-color: teal;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #028643;
}

.boxed label {
  display: inline-block;
  width: 40px;
  padding: 10px;
  border: solid 2px #ccc;
  transition: all 0.3s;
  height: 40px;
  border-radius: 50%;
  line-height: 1;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked+label {
  border: solid 2px green;
  background: #028643;
  color: #fff;
}

.del-sec textarea {
  border: 1px solid #BCBCBC;
  border-radius: 12px;
  background: #fbfbfb;
}

.sch-sec .form-control {
  border: 1px solid #BCBCBC;
  border-radius: 12px;
  background: #fbfbfb;
}

.code-box button.green-bg {
  margin: 0 0 0 -62px !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.box-border.del-sec.mb-4 {
  height: 94%;
}

/*=================== CHECKOUT-PAGE-CSS-END =================== */

/*=================== CART-PAGE-CSS-START =================== */
.cart-wrapper {
  margin: 120px 0 0 0;
}

.cart-wrapper .main-item {
  border: 1px solid hsl(0deg 0% 0% / 20%);
  border-radius: 12px;
}

.cart-wrapper .main-item img.img-fluid {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.cart-wrapper .pop-rest-content h4 {
  font-size: 16px;
}

.cart-wrapper .main-item:hover .pop-rest-content {
  background: #000;
}

/*=================== CART-PAGE-CSS-END =================== */
/*=================== Category-PAGE-CSS-START =================== */
.category-wrapper {
  margin: 120px 0 0 0;
}

.category-wrapper .main-item,
.searchreult-resturants .main-item {
  border: 1px solid hsl(0deg 0% 0% / 20%);
  border-radius: 12px;
}

.category-wrapper .main-item img.img-fluid,
.searchreult-resturants .main-item img.img-fluid {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.category-wrapper .pop-rest-content h4,
.searchreult-resturants .pop-rest-content h4 {
  font-size: 16px;
}

.category-wrapper .main-item:hover .pop-rest-content,
.searchreult-resturants .main-item:hover .pop-rest-content {
  background: #000;
}

/*=================== Category-PAGE-CSS-END =================== */
/*=================== DASHBOARD-PAGE-CSS-START =================== */
/* ------ DASH-ORDER-PAGE-CSS-START ------- */
.dashboard-main {
  margin: 120px 0 0 0;
}

.dash-leftsaid li {
  padding: 8px 20px;
  margin: 0 0 8px 0;
}

.dash-leftsaid li a {
  color: #000;
  display: flex;
}

.dash-leftsaid li.active {
  background: #000;
  color: #fff;
}

.dash-leftsaid li.active a {
  color: #fff;
}

.dash-leftsaid li.active:hover a {
  color: #fff !important;
}

.dash-leftsaid li span.material-symbols-outlined {
  padding: 0 10px 0 0;
}

.dash-leftsaid li a:hover {
  color: #000;
}

.pastorder-box {
  background: #FDFDFD;
  border: 1px solid hsl(0deg 0% 0% / 20%);
  border-radius: 8px;
  padding: 0 0 14px 14px;
  box-shadow: 5px 5px 34px hsl(0deg 0% 0% / 25%);
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}

.past-btns li a {
  background: #fbfbfb;
  color: #A9A9A9;
  text-decoration: none;
  display: flex;
  border: 1px solid #BCBCBC;
  padding: 8px 16px;
  border-radius: 12px;
}

.past-btns a span {
  padding: 0 10px 0 0;
}

.past-text li {
  font-size: 18px;
}

.cancle-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFE5E5;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px 20px;
}

.cancle-btn .cnl-bt {
  color: #FF3A44;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.reorder-btn {
  position: absolute;
  top: 50%;
  right: 4%;
}

.reorder-btn a {
  color: #fff;
  text-decoration: none;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}

.delv-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: hwb(150deg 1% 47% / 15%);
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px 20px;
}

.delv-btn .cnl-bt {
  color: #028643;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.grey-clr {
  color: #AFAFAF;
}

/* ------ DASH-ORDER-PAGE-CSS-END ------- */
/* ------ DASH-TRACK-ORDER-PAGE-CSS-START ------ */
.tracking-top {
  position: relative;
}

.tracking-details {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 300px;
  width: 300px;
  margin: 20px;
  margin-right: 50px;
}

.tracking-box {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 0px 8px #d4d5d9;
}

.track-txt {
  color: #686b78;
  font-size: 11px;
  line-height: 15px;
}

.track-tit {
  font-size: 15px;
  font-weight: 600;
  color: #282c3f;
}

.icon-tit {
  font-size: 17px;
  font-weight: 500;
  height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.icon-txt {
  font-size: 11px;
  color: #7e808c;
}

.track-table {
  border: 1px solid #ccc;
}

.track-table td,
.track-table th {
  border: none;
}

.final-pay {
  border-top: 2px solid;
}

img.veg-icon {
  width: 18px;
  padding: 0;
  margin: 2px 0 0 0;
}

.food-menu-details h5 {
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 0px;
}

.icon-left {
  margin: 0 10px 0 0;
}

/* ------ DASH-TRACK-ORDER-PAGE-CSS-END ------ */
/* ------ DASH-OFFERS-PAGE-CSS-START ------- */
.popover {
  cursor: pointer;
}

.orng-outline-btn {
  background: #FC8A06;
  color: #fff;
  border: 1px solid #FC8A06;
  padding: 10px 32px;
  border-radius: 10px;
  width: 100%;
}

.avail-btn.green-btn a {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}

.offers-box li i.fa.fa-circle {
  font-size: 6px;
  vertical-align: middle;
  padding: 0 4px 0 0;
}

.grey-btn {
  background: #A6A6A6;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px !important;
  border-radius: 12px !important;
  transition: all .5s ease;
  border: 1px solid;
}

.avail-btn a {
  text-decoration: none;
  color: #fff;
}

.blck-btn {
  background: #003219;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px !important;
  border-radius: 12px !important;
  transition: all .5s ease;
  border: 1px solid;
}

/* ------ DASH-OFFERS-PAGE-CSS-END ------- */
/* ------ DASH-EDIT-PROFILE-CSS-START ------- */
.editpfile-form input.form-control {
  border-radius: 30px;
  padding: 10px 20px;
  background: #FBFBFB;
}

.editpfile-form .green-btn {
  border-radius: 30px !important;
  width: 100%;
}

/* ------ DASH-EDIT-PROFILE-CSS-END ------- */
/*=================== DASHBOARD-PAGE-CSS-END =================== */
/* -------- POPUP-CSS-START ------- */
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 60%;
  margin: 20px auto;
}

/* .popuplist-bg {
  background: hwb(0deg 85% 15% / 60%);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 20px 10px 20px;  
  transition: all .3s ease;
  
}
.popuplist-bg:hover {
  background: #03081F;
  color: orange;
  cursor: pointer;
}
.w-60 {
  width: 60%;
}
.w-20 {
  width: 18%;
}
.popuplist-bg li:first-child {
  border-right: 1px solid hsl(0deg 0% 0% / 40%);
}
.popuplist-bg li.d-inline-block.w-60 h4 {
  margin: 0 0 0 12px;
}
.pop-img img {
  width: 60%;
  padding: 0 0 0 18px;
}
    .minus, .plus {
      width: 30px;
      height: 30px;
      background: #000000;
      border-radius: 50%;
      padding: 0;
      border: 1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      line-height: 30px;
      font-size: 22px;
  }
  .number input {
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;    
   transition: all .3s ease;
}
.popuplist-bg:hover .minus, .popuplist-bg:hover .plus {
  background: #ccc;
  text-align: center;
  color: #000;
}   
.number span {
  cursor: pointer;
} */
a.back-btn {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  margin: 14px 0 0 0;
  display: flex;
}

.main-popup-wrapper .basket-btn {
  border-bottom: none;
}


.popup-lists {
  border: 1px solid rgb(0 0 0 / 30%);
  border-radius: 12px;
}

.popup-check {
  position: relative;
}

.popup-check input[type=checkbox] {
  position: relative;
  border: 2px solid #d8d8d8;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  opacity: .8;
  border-radius: 4px;
  background-color: #ffffff;
}

.popup-check input[type=checkbox]:hover {
  opacity: 1;
}

.popup-check input[type=checkbox]:checked {
  background-color: #028643;
  opacity: 1;
  border: 1px solid #028643;
}

.popup-check input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.popup-check label {
  cursor: pointer;
  font-weight: 600;
}

.popup-check .form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.popup-check input[type=checkbox]:disabled {
  opacity: 0.5;
  background-color: #f1f1f1;
}

.addons-bg span {
  display: inline-block;
}

.addons-bg {
  background: #03081F;
  color: #fff;
  width: 300px;
  height: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 10px 10px;
  margin: -26px 0 24px 40px;
  cursor: pointer;
}

.category-bg {
  width: 80%;
}

.orng-bg {
  margin: -16px 0 0 -28px;
}

.orng-bg img {
  width: 70%;
}

span.blck-bg {
  font-weight: 600;
  font-size: 20px;
}

span.category-name {
  font-size: 16px;
  display: inline;
  overflow: hidden;
}

.popup-content .breadcrumb a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.border-ryt {
  border-right: 1px solid hsl(0deg 0% 0% / 30%);
}

.poplist-bg h4.orng-clr.fw-bold {
  padding: 0 0 0 20px;
  vertical-align: middle;
  justify-content: center;
  margin: 30px 0 0 0;
}

.poplist-bg textarea.form-control {
  background: #F4F4F4;
  border: 1px solid hsl(0deg 0% 0% / 30%);
  box-shadow: 0 4px 4px hsl(0deg 0% 0% / 25%);
}

.poplist-bg .form-control:focus {
  background: #F4F4F4;
  border: 1px solid hsl(0deg 0% 0% / 30%);
  box-shadow: 0 4px 4px hsl(0deg 0% 0% / 25%) !important;
}

/* -------- POPUP-CSS-END ------- */
/* ================== SIGNUP-PAGE-CSS-START ==================== */
.signup-wrapper {
  margin: 160px 0 0 0;
}

.form-item {
  position: relative;
  margin-bottom: 15px
}

.form-item input {
  display: block;
  width: 100%;
  height: 50px;
  background: #f9f9f9;
  border: 2px solid #ECECEC;
  transition: all .3s ease;
  padding: 0 15px;
  border-radius: 5px;
}

.form-item input:focus {
  border-color: 0E9A78
}

.form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: 400;
  background: transparent;
  padding: 0 10px;
  color: #999;
  transition: all .3s ease
}

.form-item input:focus+label,
.form-item input:valid+label {
  font-size: 11px;
  top: 4px
}

.form-item input:focus+label {
  color: #0E9A78;
}

.signup-form button.green-btn {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.signup-form p {
  text-align: center;

}

span.frgt-pass {
  float: right;
  font-size: 14px;
  padding: 10px;
}

/* ================== SIGNUP-PAGE-CSS-END ==================== */
/*=================== DELIVERY-PARTNER-PAGE-CSS-START ============*/
.delpartner-wrapper {
  margin: 120px 0 0 0;
  background: #000;
  color: #fff;
  padding: 10px 0;
}

.delpartner-wrapper li img {
  width: 50px;
}

.tracktraning-wrapper p {
  font-size: 20px;
}

.registerModal-form label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 8px 8px 0;
}

.submit-btn button {
  padding: 12px 40px !important;
  text-transform: uppercase;
}

/*=================== DELIVERY-PARTNER-PAGE-CSS-END ============*/

/* ------ DASH-ADDRESS-POPUP-CSS-START ------- */
form.add-address-form input {
  border: 1px solid #BCBCBC;
  background: #fbfbfb;
  border-radius: 60px;
  padding: 10px 20px;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  border: 1px solid #BCBCBC !important;
  background: #fbfbfb;
  border-radius: 60px;
  background-image: none;
  flex: 1;
  padding: 0 16px;
  cursor: pointer;
  font-size: 1em;
  color: #757d85;
}

.select select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  display: flex;
  height: 3em;
  line-height: 3;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
}

.close-icon {
  margin: -50px 0 0 0;
}

.dispute-popup textarea.form-control {
  border: 1px solid #BCBCBC !important;
  background: #fbfbfb;
  border-radius: 20px;
}

.dispute-btn button.cart-btn {
  width: 100%;
  border-radius: 40px;
}

.address-save {
  background: #028643;
  color: #fff !important;
  border: 1px solid #028643;
  border-radius: 6px;
  padding: 10px 20px;
  transition: all .5s ease;
  text-decoration: none;
}

/* ------ DASH-ADDRESS-POPUP-CSS-END ------- */


/* ----- FOOTER-CSS-START ----- */
footer {
  background: hsl(0deg 0% 85% / 60%);
}

.f-logo {
  width: 40%;
  margin: 0 0 16px 0;
}

.foot-botom {
  background: #03081F;
  color: #fff;
}

.foot-botom li a {
  color: #fff;
  text-decoration: none;
}

.foot-botom li {
  margin: 0 36px 0 0;
}

.legal-sec li a {
  color: #000;
  font-size: 14px;
}

.legal-sec li {
  margin: 0 0 10px 0;
}

.foot-exclusive-sec a {
  color: #000;
}

button.orng-btn {
  background: #fc8a06;
  border: none;
  margin: 0 0 0 -56px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 24px;
}

form.d-flex.search-box input {
  background: #D9D9D9;
  border-radius: 50px;
}

.social-ic li img {
  transition: .6s;
  width: 80%;
}

.social-ic li:hover img {
  transform: translate(0, -10%);
}

/* ----- FOOTER-CSS-END ----- */
/* ------ RESPOSNIVE-CSS-START ------- */

@media (max-width:1199.98px) {
  .restu-hero-content {
    margin: 120px 0 0 0;
  }

  a.hero-black-btn {
    padding: 12px 9px;
  }
}

@media (max-width: 991.98px) {
  .main-popup-wrapper p.mb-0.mt-5 {
    text-align: center;
    margin: 0 !important;
  }

  .main-popup-wrapper .col-md-auto {
    width: 100%;
    text-align: center;
    margin: 12px auto;
    flex: 0 auto;
  }

  .main-popup-wrapper a.back-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .main-popup-wrapper .col-12.col-lg-4 {
    text-align: center;
  }

  .white-popup {
    max-width: 80%;
  }

  .dashboard-main {
    margin: 60px 0 0 0;
  }

  .cart-wrapper {
    margin: 60px 0 0 0;
  }

  .cart-wrapper .main-item img.img-fluid {
    width: 100%;
  }

  .ordersticky-wrapper .xl-btn {
    width: 100%;
  }

  .offcanvas-header {
    background: black !important;
  }

  .checkout-wrapper {
    margin: 60px 0 0 0;
  }

  .toast {
    width: 100%;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  button.navbar-toggler {
    border: none;
  }

  .head-bottom-wrapper {
    margin: 100px 0 0 0;
  }

  .head-bottom-inner .justify-content-start,
  .head-bottom-inner .justify-content-end {
    text-align: center;
    padding: 10px;
    width: 50%;
  }

  .head-bottom-inner .justify-content-start a,
  .head-bottom-inner .justify-content-end a {
    text-decoration: none;
  }

  .head-bottom-inner .justify-content-start a {
    color: #000;
  }

  .head-bottom-inner .justify-content-end a {
    color: #fff;
  }

  .head-bottom-inner .justify-content-start {
    background: #fc8a06;
  }

  .head-bottom-inner .justify-content-end {
    background: #028643;
  }

  .mobile-view .fixed-top {
    background: #fff;
  }

  .offcanvas.offcanvas-bottom {
    height: 100%;
    margin: 10px;
    border-radius: 10px;
  }

  .offcanvas-backdrop {
    background-color: #000;
    opacity: 0.9 !important;
  }

  .head-bottom-wrapper .offcanvas-body {
    background: hsl(0deg 0% 0% / 90%);
  }

  .head-bottom-wrapper .offcanvas-header {
    background: hsl(0deg 0% 0% / 90%);
    color: #fff;
    text-align: right;
    padding: 20px 0 10px 0;
    display: unset;
  }

  /* ----- MOBILE-VIEW-HERO-SECTION-CSS-START ----- */
  .hero-inner-bg {
    background: #03081F;
    padding: 24px;
    border-radius: 12px;
    color: #fff;
  }

  .hero-wrapper {
    margin-top: 40px;
  }

  .hero-inner-bg h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .hero-inner-bg h1 span {
    color: #fc8a06;
  }

  .hero-inner-bg p {
    font-size: 12px;
    margin: 0 0 6px 0;
  }

  /* ----- MOBILE-VIEW-HERO-SECTION-CSS-END ----- */
  /* ----- MOVBILE-VIEW-SEARCH-BAR-SECTION-CSS-START ------ */
  .search-bar-wrapper button.orng-btn {
    padding: 16px;
  }

  /* ----- MOVBILE-VIEW-SEARCH-BAR-SECTION-CSS-END ------ */
  .exc-slide-content {
    position: inherit;
    bottom: 0;
    left: 14px;
  }

  .exclusive-deal-wrapper .exc-slide-content h4 {
    font-weight: 600;
    font-size: 15px;
    color: #000 ! IMPORTANT;
  }

  .owl-nav {
    display: none;
  }

  .top-head {
    font-size: 20px;
  }

  .exclusive-deal-wrapper .exc-slide-content h6 {
    margin: 10px 0 2px 0;
    font-size: 14px;
  }

  .pop-rest-content h4 {
    font-size: 16px;
    margin: 0;
  }

  .pop-categ-inner img {
    width: 100%;
  }

  .image-slider3 .pop-rest-content h4 {
    font-size: 13px;
  }

  .partner-main {
    position: relative;
    margin-bottom: 20px;
  }

  .h-tab_tab-head {
    display: none;
  }

  .v-tab {
    display: flow;
  }

  .v-tab_content .col.col-md-4 {
    margin-bottom: 20px;
  }

  .tab-phr {
    font-size: 14px;
    padding: 0;
  }

  .count-inner .br {
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px;
  }

  .foot-logo-sec {
    text-align: center;
    margin-bottom: 20px;
  }

  .foot-exclusive-sec p,
  .social-menu {
    text-align: center;
  }

  .foot-botom ul {
    display: none;
  }

  .offcanvas-bottom button.btn-close {
    background: none !important;
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  .deliverapp-inner .app-img {
    margin: 0;
  }

  .deliveryou-app-content {
    float: none;
    padding: 0;
    text-align: center;
  }

  button.black-btn.text-end {
    background: transparent;
    color: #000;
    padding: 0;
    border-radius: 0;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
    border: none;
  }

  /* ----- RESTURANT-PAGE-CSS-START ------ */

  .restu-hero-inner {
    background: url(../images/m-restu-hero-banner.jpg);
    padding: 30px 30px 30px 0;
    border-radius: 12px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

  .resturant-hero-wrapper {
    margin: 60px 0 0 0;
  }

  .restu-hero-content {
    margin: 40px 0 0 0;
  }

  .clock-btn a {
    bottom: 55%;
    width: 50%;
    left: 0;
  }

  a.hero-black-btn {
    width: 100%;
    display: block;
  }

  form.search-menu.text-end {
    text-align: center ! IMPORTANT;
  }

  div#toastbtn {
    border: 1px solid hsl(0deg 0% 0% / 30%);
    border-radius: 12px;
  }

  .menu-list li {
    background: transparent;
    padding: 14px;
    margin: 0 0 10px 0;
    border-radius: 4px;
  }

  .menu-list li a {
    color: #000;
    text-decoration: none;
  }

  .menu-list li:hover {
    background: #03081F;
  }

  .menu-list li:hover a {
    color: #fff !important;
  }

  .menu-list-bg {
    width: 100%;
  }

  .menu-list-bg .toast-body {
    padding: 0 !important;
    word-wrap: break-word;
    background: #FBFBFB;
  }

  .circle-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  .menulist-boxes .exc-slide-content {
    position: absolute;
    bottom: 6px;
    left: 14px;
  }

  .listbox-order .black-bg {
    left: 6%;
    width: 10%;
  }

  .listbox-order img.img-fluid {
    border-radius: 12px;
    width: 100%;
  }

  /* .map-wrapper {
    background-image: url("../images/map-bg.jpg");
    background-size: cover;
  } */

  .map-inner {
    overflow: hidden;
  }

  .map-content {
    background: #03081F;
    padding: 10px;
    border-radius: 12px;
    width: 80%;
    position: static;
    margin: 27px;
  }

  .testimonials-wrapper .main-item .col-md-6 {
    width: 100% !important;
  }

  .testryt-text {
    text-align: left;
    margin: 10px 0 0 0;
  }

  .testimonials-wrapper .main-item {
    padding: 30px 6px;
  }

  /* ----- RESTURANT-PAGE-CSS-END ------ */
}

@media(max-width:840px) {
  .started-partner-sec {
    margin: 50px 0 0 0;
  }

  .reorder-btn {
    position: absolute;
    top: 28%;
    right: 4%;
  }

  .dash-order .me-4 {
    margin: 0 !important;
  }

  .dash-leftsaid {
    overflow: hidden;
  }

  .dash-leftsaid li {
    padding: 8px 20px 8px 2px;
    margin: 0 0 8px 0;
  }

  .dash-leftsaid li span.material-symbols-outlined {
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }

  .contactinfo-bg {
    padding: 60px 0 0 35px;
  }

  .operational-bg {
    color: #fff;
    padding: 40px;
    border-radius: 12px;
    margin: 10px;
  }

  .delvcontact-inner {
    padding: 0 0 40px 0;
  }

  .deliveryinfo-bg {
    padding: 30px 0 0 14px;
  }
}

@media (max-width: 767.98px) {

  .shape-1,
  .shape-2 {
    display: none;
  }

  .started-partner-sec .d-flex.align-items-center {
    display: block !important;
    text-align: center;
  }

  .started-partner-sec img.img-fluid {
    margin: 10px 0 20px;
  }

  section.tracktraning-wrapper {
    text-align: center;
  }

  .tracktraning-wrapper .col-12.col-md-6.col-lg-3 {
    margin: 0 0 30px 0;
  }

  .reorder-btn {
    top: 20%;
  }

  .past-text li {
    display: block !important;
  }

  .radio-button-container {
    margin-left: 12px;
    padding-left: 30px;
  }

  .medium-btn,
  .xl-btn,
  .large-btn {
    padding: 10px 14px;
  }

  .listbox-order .black-bg {
    left: 6%;
    width: 20%;
    text-align: center;
  }
}

@media(max-width:560px) {
  .white-popup {
    max-width: 100%;
  }

  .mfp-close-btn-in .mfp-close {

    margin: -15px 0 0 0;
  }

  .addons-bg {
    width: 200px;
  }

  .category-bg {
    margin-left: 0px;
    width: 100%
  }

  span.category-name {
    font-size: 14px;
    display: inline;
    overflow: hidden;
  }

  .main-popup-wrapper .basket-btn {
    border-bottom: none;
    padding: 0;
  }

  .main-popup-wrapper .basket-btn span:first-child {
    font-size: 16px;
  }

  .main-popup-wrapper .basket-btn span:last-child {
    font-size: 18px;
  }

  .signup-wrapper {
    margin: 60px 0 0 0;
  }

  .signup-wrapper .signup-form.box-border.p-5 {
    padding: 10px !important;
  }

  .dashboard-main .me-4 {
    margin-right: 0 !important;
  }

  .delete-btn {
    margin: 0 0 0 8px;
  }

  .past-btns li {
    display: block !important;
    margin: 0 8px 12px 0;
  }

  .reorder-btn {
    top: 15%;
  }

  .reorder-btn.green-btn {
    padding: 6px 8px !important;
  }
}

@media(max-width:380px) {

  .pastorder-box img.img-fluid.mt-3 {
    width: 40%;
  }

  .dash-content .bg-light.border.rounded-3.p-4.mb-4 {
    padding: 10px !important;
  }

  .small-btn li a {
    padding: 2px 10px;
    font-size: 13px;
  }

  .small-btn {
    padding: 5px;
  }

  .medium-btn,
  .xl-btn,
  .large-btn {
    padding: 5px 14px;
  }

  .listview-img {
    text-align: center;
    margin: 0 0 12px 0;
    width: 100px;
    height: 100px;
  }
}

/* ------ RESPOSNIVE-CSS-END ------- */