body {
  font-family: proxima-nova, sans-serif;
}

.light_theme .landingpage h1, 
.light_theme .landingpage h2, 
.light_theme .landingpage h3, 
.light_theme .landingpage h4, 
.light_theme .landingpage h5, 
.light_theme .landingpage h6 
{
  color: #352E49;
}

.dark_theme h1, 
.dark_theme h2, 
.dark_theme h3, 
.dark_theme h4, 
.dark_theme h5, 
.dark_theme h6 
{
  color: #dddddd;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  line-height: 79px;
  color: #231F20;
  margin-bottom: 0;
}

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  color: #231F20;
  margin-bottom: 0;
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #231F20;
  margin-bottom: 0;
}

h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin-bottom: 0;
}

h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #111111;
}

h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #656263;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #656263;
  margin-bottom: 0;
}

.dark_theme a,
.dark_theme p,
.dark_theme b,
.dark_theme span,
.dark_theme li,
.dark_theme label {
  color: #cccccc;
}

.light_theme a {
  color: #656263;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(196, 196, 196); 
  border-radius: 5px;
} 
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(185, 185, 185); 
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgb(161, 161, 161); 
}

.dark_theme ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
} 
.dark_theme ::-webkit-scrollbar-thumb {
  background: rgb(66, 66, 66); 
}
.dark_theme ::-webkit-scrollbar-thumb:hover {
  background: #494949; 
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 62px;
  }
}

.container {
  max-width: 1280px;
}

input:focus,
select:focus,
button:focus {
  outline: 0;
}

.sec-heading {
  text-align: center;
  margin-bottom: 60px;
}

.sec-heading h2 {
  color: #42B749;
}

.form-container {
  margin-bottom: 10px;
  display: block;
  position: relative;
  color: #42B749;
}

text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #231F20;
}

.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}

.pt-100 {
  padding-top: 100px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-183 {
  padding-top: 183px;
}

a {
  text-decoration: none !important;
}

.main-wrapper {
  min-height: calc(100vh - 349px);
  background-color: rgb(255, 255, 255);
}

.dark_theme .main-wrapper{
  background-color: #101010 !important;
}


.colorgreen {
  color: #42B749;
}

@media (max-width: 1199px) {
  br {
    display: none;
  }
}

/*partials*/
header {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: white;
  top: 0;
}

.dark_theme header {
  background-color: #202020;
}

header .apps-block {
  padding-top: 8px;
}

header .apps-block a img {
  margin-top: -4px;
}

header.fixed-header {
  z-index: 9;
}

.avatar {
  display: inline-block;
  margin: 0px;
  font-size: 26px;
  color: #42B749;
}

a {
  text-decoration: none !important;
  font-style: bold;
}

.primary-logo {
  text-align: center;
}

.menu-block {
  text-align: right;
}

.menu-block nav>ul {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}

.menu-block nav ul li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

.menu-block nav ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #231F20;

}

.menu-block nav ul li.sign-in a.dropdown-item-link {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #ffffff;
  background-color: #42B749;
  width: 100%;
  margin: 10px 0px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.menu-block nav ul li.sign-in .dropdown-item-link:hover {
  background-color: #1b7e22;
  transition: all 0.8s
}

.light-btn {
  background-color: #cacaca !important;
  color: #111111 !important;
}

.light-btn:hover {
  background-color: #949494 !important;
  transition: all 0.8s
}

.dark {
  color: lightslategray !important;
}

.signIn-link {
  color: #42B749 !important;
}

.menu-block nav ul li.sign-in .dropdown-item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #42B749;
}

.menu-block nav ul li.sign-in .dropdown-item-title span {
  color: #0a0a0a;
}
.dark_theme .menu-block nav ul li.sign-in .dropdown-item-title span {
  color: #dddddd;
}

.menu-block nav ul li.dropdown ul {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
}

.menu-block nav ul li.dropdown ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-block nav ul li.dropdown ul li:hover {
  background: #efefef;
}

.menu-block nav ul li.dropdown ul li a {
  display: block;
}

.apps-block a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #231F20;
}

header.inner-header {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

header.inner-header .primary-logo img {
  width: 127px;
  height: 39px;
}

header.inner-header .menu-block nav ul li a.primary-btn {
  padding: 10px 30px;
}

header.inner-header .apps-block {
  padding-top: 8px;
}

header.inner-header .apps-block a img {
  margin-top: -4px;
}

@media (max-width: 991px) {
  .menu-block nav ul li {
    padding-left: 24px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .search-inner {
    min-width: 100% !important;
  }

  .menu-block nav ul li {
    padding-left: 7px;
    padding-right: 0;
  }

  .menu-block nav ul li a.primary-btn {
    padding: 10px 15px !important;
  }
}

@media (max-width: 575px) {
  .apps-block {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .menu-block {
    text-align: right;
    padding-top: 0px;
  }

  .menu-block nav ul li a.primary-btn {
    padding: 5px 15px !important;
    font-size: 15px;
  }

  header {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }

  .primary-logo {
    text-align: left;
  }

  header.inner-header {
    padding-top: 0;
    padding-bottom: 4px;
  }

  header.inner-header .primary-logo img {
    margin-top: -3px;
  }
}

footer {
  background: #1A2E35;
  padding-bottom: 60px;
}

.footer-logo {
  width: 50%;
  float: left;
  padding: 20px 0 30px 0;
}

.footer-apps-btn {
  float: right;
  width: 50%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.footer-apps-btn span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  float: left;
  display: inline-block;
  padding-right: 10px;
}

.footer-apps-btn .apps-btns {
  float: left;
}

.footer-apps-btn .apps-btns img:last-child {
  margin-left: 10px;
}

.footer-menus h5 {
  color: #fff;
  margin-bottom: 20px;
}

.footer-menus ul {
  padding-left: 0;
}

.footer-menus ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.footer-menus ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.footer-menus ul li a i {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #231F20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
}

.footer-logo-block {
  border-bottom: 1px solid #656263;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .footer-apps-btn {
    width: 75%;
  }

  .footer-logo {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .let-together .let-together-list .item h3 {
    font-size: 24px;
  }

  .let-together .let-together-list .item p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 0px;
  }

  .footer-menus {
    margin-bottom: 40px;
  }
}

/*Components*/
.primary-btn {
  background: #42B749;
  border-radius: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.primary-btn:hover {
  background-color: #06840c;
  -webkit-box-shadow: transparent 0px 0px 0px 1px inset;
  box-shadow: transparent 0px 0px 0px 1px inset;
  text-decoration: none;
  color: #fff;
}

.primary-btn:focus {
  outline: 0;
}

.secondary-btn {
  background: #231F20;
  border-radius: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.secondary-btn:hover {
  background-color: #06840c;
  -webkit-box-shadow: transparent 0px 0px 0px 1px inset;
  box-shadow: transparent 0px 0px 0px 1px inset;
  text-decoration: none;
  color: #fff;
}

.secondary-btn:focus {
  outline: 0;
}

.transparent-green-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #42B749;
  border: 1px solid #42B749;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 10px 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.transparent-green-btn:hover {
  background: #42b749;
  color: #fff;
}

.rateOrder {
  position: relative;
  margin-right: 0 !important;

}

.main-wrapper.landingpage {
  padding-top: 90px;
}

.main-wrapper.inner--page {
  padding-top: 69px;
}

.hero-banner.home .banner-content {
  padding-top: 125px;
}

.light_theme .home-hero-banner {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background: linear-gradient(220deg, rgba(25, 180, 0, 0.25) 0%, rgba(243, 243, 243, 0.19) 46.4%, rgba(253, 238, 1, 0.03) 97.9%);
}

@media (min-width: 768px) {
  .hero-banner {
    margin-bottom: 100px;
  }
}

.hero-banner .banner-content {
  text-align: center;
}

.hero-banner .banner-content form {
  padding-top: 30px;
}

.search-inner {
  display: inline-block;
  position: relative;
  min-width: 600px;
}

.search-inner input {
  background: #F4F4F4;
  border: 1px solid #BDBCBC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 17px 5px 17px 54px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #656263;
  width: 100%;
  background-image: url(../images/map-green-icn.png);
  background-size: 18px 22px;
  background-repeat: no-repeat;
  background-position: 24px;
  float: left;
}

.search-inner input::placeholder {
  color: #19B400;
  opacity: 1;
  /* Firefox */
}

.search-inner button {
  border: 0;
  float: left;
}

.search-inner button img {
  position: absolute;
  right: 5px;
  background: none;
  border: 0;
  width: 52.67px !important;
  height: 52.67px;
  top: 4px;
}

.inner-banner {
  height: auto;
  margin-top: 0px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner .col-12 {
  position: relative;
}

.inner-banner .banner-content {
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

.inner-banner .banner-content h2 {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.inner-banner .banner-content form {
  padding-top: 0;
}

header .container {
  max-width: 1440px;
}

.restaurant-page {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .inner-banner .banner-content {
    position: relative;
  }

  .inner-banner .banner-content h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
  }

  .hero-banner .banner-content form {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .hero-banner.inner-banner {
    height: 350px;
  }

  .landingpage .hero-banner.home {
    min-height: 400px;
  }

  .restaurantList .restaurantItem,
  .restaurantList {
    flex-flow: row wrap;
  }

}

.restaurantList {
  /* width: 100%; */
  height: max-content;
  padding: 20px 10px;
  background-color: #ffffff;
  /* border: 1px solid #e4e4e4; */
  border-radius: 5px;
}

.restaurantList .restaurantItem {
  background-color: #fafaff;
  height: 200px;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.restaurantList .restaurantItem .restaurantImage {
  width: 100%;
  height: 198px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
}

.restaurantImage:after {
  content: "";
  background: hsla(124, 47%, 49%, 1);
  background: linear-gradient(360deg, hsla(124, 47%, 49%, 0.3) 0%, hsla(0, 0%, 100%, 0) 51%);
  background: -moz-linear-gradient(360deg, hsla(124, 47%, 49%, 0.3) 0%, hsla(0, 0%, 100%, 0) 51%);
  background: -webkit-linear-gradient(360deg, hsla(124, 47%, 49%, 0.3) 0%, hsla(0, 0%, 100%, 0) 51%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#42B749", endColorstr="#FFFFFF", GradientType=1);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 198px;
  transform: rotate(180deg);
  border: none;
}


.restaurantList .restaurantItem .restaurantItemContent {
  height: 198px;
  padding: 10px 10px 10px 20px;

}

.restaurantName {
  font-size: 16px;
  font-style: bolder;
  font-weight: 900;
  margin-top: 10px;
}

.foodItems {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.foodMenuBtn {
  margin: 0px;
  width: 100% !important;
  height: 30px;
  padding: 5px 50px;
}

.foodItems svg {
  color: #42B749;
}

.restaurantList .restaurantItem .restaurantItemContent .restaurantLoc {
  font-size: 12px;
  color: #111111;
}

.restaurantRating {
  color: #111111;
  font-size: 10px;
}

.restaurantRating svg,
.restaurantLoc svg {
  color: #42B749;
}


.category-item {
  width: 100% !important;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: ghostwhite;
}

.dark_theme .category-item {
  background-color: #202020;
  border: 1px solid #4e4e4e;
}

.light_theme .category-item {
  border: 1px solid #e4e4e4;
}

.mealDescription {
  font-size: 10px;
  margin: 0px !important;
}

.category-item .left {}

.category-item .right {
  width: calc(100% - 120px);
  padding-left: 20px;
  position: relative;
}

.category-item .right {
  width: calc(100% - 120px);
  padding-left: 20px;
}


.category-item .right p.MealName a {
  font-weight: 900;
  font-size: 13px;
  color: #353535;
}

.category-item .right p {
  font-size: 12px;
}

.sentTime {
  font-size: 10px !important;
  color: #42B749;
}

.category-item .apps-block a.primary-btn {
  padding: 6px 14px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}

.category-sec {
  padding: 50px 0 20px 0;
}

.category-sec .category-item {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding-right: 15px;
}

.category-sec .category-item .left img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.inner-banner .category-content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.category-content h2 {
  color: #fff;
}

.category-content span {
  color: #fff;
}

@media (max-width: 991px) and (min-width: 768px) {
  .category-sec .category-item .right p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .category-sec .category-item {
    width: 100%;
  }

  .category-item .left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 15px;
  }

  .category-item .right {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .category-listing .col-lg-6:last-child .category-item .apps-block {
    border: 0;
  }

  .category-tabs .category-item {
    width: 100%;
  }

  .inner-banner .category-content {
    padding-top: 105px;
  }

  .inner-banner .category-content .col-12.text-right {
    text-align: left !important;
  }

  .inner-banner .category-content .col-lg-6.text-right {
    text-align: left !important;
  }

  .category-item {
    display: block;
  }
}

.nav-tabs.sRpage {
  margin-bottom: 20px;
}

.nav-tabs a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.nav-tabs a:hover {
  border: 0;
  border-bottom: 4px solid #231F20 !important;
}

.nav-tabs a.active {
  border: 0;
  border-bottom: 4px solid #231F20 !important;
}

.category-tabs {
  padding-top: 40px;
  padding-bottom: 70px;

}

.category-tabs.srpage {
  /*background-color: rgb(239, 240, 242);*/
}

.category-tabs .nav-tabs a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border: 0;
}

.category-tabs h3 {
  margin-bottom: 20px;
}

.category-tabs .category-item {
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}

.category-tabs .category-item .right p {
  margin-bottom: 8.5px;
  font-size: 12px;
  line-height: 19px;
}

.category-tabs .card-body {
  padding-top: 20px;
  border-radius: 10px;
  min-height: 280px;
  border: 1px solid #e4e4e4;
}

.myaccount .category-tabs ul#tabs {
  display: inline-block;
  width: 200px;
  float: left;
  border: 0;
}

.myaccount .category-tabs ul#tabs li.nav-item {
  margin-bottom: 15px;
}

.myaccount .category-tabs ul#tabs li.nav-item a {
  text-align: left;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  padding-right: 7px;
}

.myaccount .category-tabs ul#tabs li.nav-item a.active {
  background: transparent;
  border-bottom: 0 solid #231F20 !important;
  border-left: 4px solid #42b749;
}

.myaccount .category-tabs ul#tabs li.nav-item a:hover {
  border-bottom: 0 !important;
  border-left: 4px solid #42b749;
  color: #42b749;
}

.myaccount .category-tabs ul#tabs li.nav-item a i {
  padding-right: 10px;
}

.dark_theme .myaccount .category-tabs div#content.tab-content .card-body {
  border-color: #555555;
}

.myaccount .category-tabs div#content.tab-content .card-body {
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.myaccount .category-tabs div#content.tab-content .card {
  background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 1199px) {
  .category-tabs .nav-tabs a {
    font-size: 17px;
  }

  .category-item .right {
    padding-right: 15px;
  }

  .category-item .right h4 a {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .form-page .partner-banner-content {
    padding-top: 50px !important;
  }
}

@media (max-width: 575px) {
  .category-tabs .category-item .left {
    padding-bottom: 0;
  }
}

.nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }

  .category-tabs .category-item .left img {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
}

@media (max-width: 767px) {
  .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
  }

  .category-tabs .category-listing {
    padding-top: 20px;
  }

  .category-tabs .card-header h5 {
    background-image: url(../images/caret-down.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 10px;
  }

  .category-tabs .card-header h5 a {
    color: #231f20;
    display: block;
  }

  .category-tabs .tab-content .card.tab-pane {
    margin-bottom: 15px !important;
  }

  .payment-info .card-header h5 {
    background-image: url(../images/caret-down.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 10px;
  }

  #collapse-Dashboard .apps-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  div#collapse-Account-Setting form {
    padding-top: 15px;
  }

  .myaccount .category-tabs ul#tabs {
    width: 100%;
    display: none;
  }

  .myaccount .category-tabs div#content.tab-content {
    width: 100%;
  }

  .review-order {
    position: relative !important;
    display: block !important;
    right: 0 !important;
  }

  .review-order .review {
    margin-right: 0 !important;
  }

  .category-tabs .category-item .left img {
    border-radius: 8px;
  }
}

.your-order-card {
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
}

.your-order-card a.primary-btn {
  margin: 0;
}

.noOrders {
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 20px;
}

.card-head a.primary-btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-listing {
  padding-top: 30px;
}

.order-listing ul {
  padding-left: 0;
  margin-bottom: 0;
}

.order-listing ul li {
  list-style-type: none;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}
.dark_theme .order-listing ul li {
  border-color: #474747;
}

.order-listing ul li button {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #42B749;
  background: transparent;
  border: 0;
}

.order-listing ul li button:focus {
  outline: 0;
}

.order-listing ul li price {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #231F20;
  position: absolute;
  right: 0;
  top: 0;
}

.order-location-sec .your-order-card.track-order .order-listing ul {
  padding-left: 28px;
}

.order-location-sec .your-order-card.track-order .order-listing ul li {
  position: relative;
  opacity: 0.6;
}

.order-location-sec .your-order-card.track-order .order-listing ul li p {
  padding-left: 0;
}

.order-location-sec .your-order-card.track-order .order-listing ul li p img {
  left: -50px;
}

.order-location-sec .your-order-card.track-order .order-listing ul li .date-time {
  padding-left: 0px;
}

.order-location-sec .your-order-card.track-order .order-listing ul li:after {
  content: "";
  border: 1px dashed #42b749;
  position: absolute;
  height: 80px;
  top: 25px;
  left: -21px;
  opacity: 0;
}

.order-location-sec .your-order-card.track-order .order-listing ul li.active:after {
  opacity: 1;
}

.order-location-sec .your-order-card.track-order .order-listing ul li.active {
  opacity: 1;
}

.track-order .order-listing {
  padding-top: 10px;
}

.track-order .order-listing ul li p {
  position: relative;
  padding-left: 30px;
}

.track-order .order-listing ul li p img {
  position: absolute;
  left: -2px;
}

.track-order .order-listing ul li .date-time {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #656263;
  padding-left: 30px;
  padding-top: 2px;
}

.track-order .order-listing ul li .date-time span {
  position: relative;
  top: 2px;
  left: 7.67px;
}

.delivery-instruction {
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 17px 20px 10px 20px;
  margin-top: 40px;
  background-color: #fff;
}

.delivery-guy-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 17px;
}

.delivery-guy-info .profile-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-guy-info .profile-img img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.dark_theme .your--order-reciept {
  background-color: #202020;
  border: none;
}

.your--order-reciept {
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 25px 20px 10px 20px;
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: #fff;
}

.your--order-reciept .delivery-guy-info {
  padding-bottom: 24.5px;
}

.your--order-reciept .contact-number span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #656263;
  display: inline-block;
  padding-right: 30px;
}

.total-cost .totalcost-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px;
}

.total-cost .totalcost-header p {
  color: #B74242;
}

.total-cost .order-listing {
  padding-top: 0;
}

.order-location-sec {
  padding-top: 40px;
}

.del-ins-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  padding: 20px 20px 5px 20px;
}

.del-ins-content .instrcution-block {
  position: relative;
  height: 145px;
}

.del-ins-content .instrcution-block a.transparent-green-btn {
  display: inline-block;
  margin-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.del-ins-content .instrcution-block h6 {
  margin-bottom: 15px;
}

.instrcution-block a.transparent-green-btn {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.receipt-price-list .order-listing ul li {
  border: 0;
  margin-bottom: 13px;
}

@media (max-width: 1199px) {
  .your--order-reciept .delivery-guy-info {
    padding-bottom: 24.5px;
    display: block;
  }
}

@media (max-width: 991px) {
  .inner-banner .col-12:after {
    padding-bottom: 40.5%;
  }

  .your--order-reciept {
    margin-bottom: 0;
  }

  .your--order-reciept.total-cost {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .del-ins-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .del-ins-content .instrcution-block {
    position: relative;
    height: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
  }

  .del-ins-content .instrcution-block:last-child {
    padding-bottom: 0;
    border: 0;
  }

  .del-ins-content .instrcution-block a.transparent-green-btn {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .delivery-guy-info.border-bottom {
    display: block;
    text-align: center;
  }

  .delivery-guy-info .profile-img {
    display: block;
  }

  .your--order-reciept .contact-number span {
    display: block;
    padding-right: 0;
    padding: 5px 5px;
  }

  div#collapse-Review .category-item {
    display: block;
  }

  div#collapse-Review .category-item .left {
    width: 100%;
  }

  div#collapse-Review .category-item .right {
    width: 100%;
  }

  .category-tabs .category-item {
    display: block;
    text-align: center;
  }

  .category-tabs .category-item .left {
    width: 100%;
    float: left;
  }

  .category-tabs .category-item .right {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .category-tabs .category-item {
    display: block;
    text-align: center;
    width: 100%;
  }

  .category-tabs .category-item .left {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .category-tabs .category-item .right {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }

  .category-tabs .category-item .review-order {
    display: block;
    position: relative;
    right: 0;
    padding: 20px 0;
  }

  .category-tabs .category-item .review-order .review {
    margin-right: 0;
  }
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafaff;
  border: 1px solid #e4e4e4;
  width: 100%;
  border-radius: 5px !important;
  font-size: 14px;
  padding: 10px;
  padding-left: 50px;
}

.dark_theme input,
.dark_theme textarea,
.dark_theme select { 
  background-color: #101010;
  border: 1px solid #505050;
  color: #dddddd;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

form textarea {
  border-radius: 8px;
}

select {
  background-image: url(../images/caret-down.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

div#nav-Account-Setting .form-group text {
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 767px) {
  input {
    padding: 8px 20px;
  }
}

.value-button {
  display: inline-block;
  border: 1px solid #e4e4e4;
  margin: 0px;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #e4e4e4;
  ;
  border-bottom: 1px solid #e4e4e4;
  margin: 0px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dark_theme .dropdown-menu {
  background-color: #202020;
}

.dark_theme .modal-content {
  background-color: #202020;
}

.modal-dialog {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: auto;
}

.modal-dialog .modal-header {
  border: 0;
  padding-bottom: 0;
}

.modal-dialog .modal-header h3 {
  color: #43B749;
  line-height: 39px;
}

.modal-dialog .modal-header button.close {
  padding: 22px;
}

.modal-dialog .modal-header button.close span {
  font-weight: 800;
  font-size: 36px;
}

.modal-dialog .modal-body .size {
  padding-bottom: 30px;
}

.modal-dialog .modal-body .size button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cef6f0;
  border: 0;
  color: #42B749;
  font-weight: 700;
  font-size: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-dialog .modal-body .size span#number {
  font-weight: 600;
  padding: 0 25px;
  width: 85px;
  display: inline-block;
  text-align: center;
}

.modal-dialog .modal-body h4 {
  font-size: 25px;
  color: #231F20;
  margin-bottom: 15px;
}

.modal-dialog .modal-body select {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #555;
}

.total {
  padding-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

.total span {
  display: block;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
}

.total price {
  display: block;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  padding-left: 16px;
}

.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quantity h4 {
  margin-bottom: 0 !important;
  margin-right: 15px;
}

.quantity .quantity-btns {
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  padding: 5px;
}

@media (max-width: 413px) {
  .modal-footer {
    display: block;
  }

  .modal-footer button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.modal-footer {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.modal-footer button.btn-secondary {
  background: #231F20;
}

.modal-footer button.btn-primary {
  background: #42B749;
}

.modal-dialog .modal-content {
  border-radius: 15px;
  padding: 15px;
}

.modal {
  padding-right: 0 !important;
}

@media (max-width: 1199px) {
  .modal-dialog .modal-content .modal-body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal-dialog .modal-content .modal-footer {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .modal-dialog .modal-header h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .modal-dialog .modal-header button.close {
    padding: 15px 5px;
  }

  .modal-dialog .modal-body h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .modal-dialog .modal-body select {
    padding: 6px 15px;
    font-size: 16px;
  }

  .modal-dialog .modal-body .size button {
    width: 40px;
    height: 40px;
  }

  .modal-dialog .modal-content {
    padding: 10px 15px;
  }

  .total {
    padding-top: 10px;
  }

  .secondary-btn {
    padding: 10px 15px;
  }

  .primary-btn {
    padding: 10px 15px;
  }
}

@media (max-width: 414px) {
  .quantity {
    display: inline-block;
  }

  .quantity h4 {
    margin-bottom: 10px !important;
  }

  .quantity .quantity-btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .modal-dialog .modal-content .modal-footer {
    padding-top: 18px;
  }

  .modal-dialog .modal-body .size {
    padding-bottom: 20px;
  }
}

.afterr {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.badge {
  display: inline-block;
  width: max-content;
  margin: 5px 0px 20px 20px;
  padding: 5px 10px;
  font-size: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px;
}

.rating {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: inline-block;
}

.rating .star {
  position: relative;
  float: left;
  width: 1.4rem;
  height: 1.2rem;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  border: 0;
  background: transparent;
}

.rating .star:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f005";
  color: #777;
  font-family: 'Font Awesome 5 Pro';
}

.rating--read-only .star--full:before {
  content: "\f005";
  color: #e3cf7a;
  font-family: 'Font Awesome 5 Pro';
}

.rating--read-only .star--half:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f089";
  color: #e3cf7a;
  font-family: 'Font Awesome 5 Pro';
}

.rating--interactive .star {
  float: right;
}

.rating--interactive .star:hover {
  cursor: pointer;
}

.rating--interactive .star:hover:before {
  content: "\f005";
  color: #e3cf7a;
  font-family: 'Font Awesome 5 Pro';
  content: "\f005";
  color: #e3cf7a;
  font-family: 'Font Awesome 5 Pro';
}

.rating--interactive .star:hover~.star:before {
  content: "\f005";
  color: #e3cf7a;
  font-family: 'Font Awesome 5 Pro';
  content: "\f005";
  color: #e3cf7a;
  font-family: 'Font Awesome 5 Pro';
}


.review-order {
  position: absolute;
  right: 20px;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.review-order a.transparent-green-btn {
  display: inline-block;
}

.review-order .review {
  margin-top: 30px;
  margin-right: 50px;
}

button.confirm {
  background: #42B749 !important;
  border-radius: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.let-together-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.let-together-list .item {
  text-align: center;
}

.let-together-list .item img {
  margin-bottom: 30px;
}

.let-together-list .item h3 {
  margin-bottom: 30px;
}

.let-together-list .item p {
  margin-bottom: 45px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.let-together-list .item a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #42B749;
}

.let-together {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .let-together .let-together-list {
    display: block;
  }

  .let-together .let-together-list .item h3 {
    margin-bottom: 5px;
  }

  .let-together .let-together-list .item p {
    margin-bottom: 10px;
  }

  .let-together-list .item {
    text-align: center;
    margin-bottom: 50px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }

  .footer-apps-btn {
    width: 100%;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-banner.home {
    min-height: 450px;
    background-size: 100%;
    background-position: center bottom;
  }
}

@media (max-width: 575px) {
  .search-inner input {
    padding: 6px 5px 6px 38px;
    font-size: 15px;
    background-position: 15px;
  }

  .search-inner button img {
    right: 3px;
    width: 35.67px !important;
    height: 35.67px;
    top: 2px;
  }

  .hero-banner .banner-content form {
    padding-top: 10px;
  }

  .sec-heading h2 {
    font-size: 30px;
  }

  .hero-banner.home .banner-content {
    padding-top: 100px;
  }

  .let-together {
    padding: 50px 0;
  }

  .footer-apps-btn {
    display: block;
    text-align: center;
  }

  .footer-apps-btn .apps-btns {
    width: 100%;
  }

  .footer-apps-btn span {
    width: 100%;
    margin-bottom: 10px;
  }
}

section.checkout-sec {
  padding-top: 40px;
}

.heading-text {
  padding-bottom: 20px;
}

.order-form {
  padding-top: 30px;
}

.order-form form .form-group {
  margin-bottom: 30px;
}

.order-form form .form-group textarea {
  border-radius: 8px;
  height: 121px;
}

.order-form form text {
  display: block;
  margin-bottom: 16px;
}

.payment-info {
  padding-bottom: 55px;
}

.payment-info .nav-tabs {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.payment-info .nav-tabs li.nav-item {
  width: 33.33%;
}

.payment-info .nav-tabs li.nav-item a {
  width: 100%;
  float: left;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border: 0;
}

.payment-info text {
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 991px) {
  section.checkout-sec {
    padding-top: 109px;
    padding-bottom: 30px;
  }

  .order-summary {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .payment-info .card-header h5 a {
    color: #231f20;
    display: block;
  }

  .payment-info .tab-content .card.tab-pane {
    margin-bottom: 15px;
  }

  .payment-info {
    padding-bottom: 0;
  }

  section.checkout-sec {
    padding-top: 30px;
  }
}

.partner-banner-content h1 {
  color: #fff;
  padding-bottom: 10px;
}

.partner-banner-content text {
  color: #fff;
}

.dark_theme .partner-form {
  background: #202020;
}

.partner-form {
  background: #FFFFFF;
  border-radius: 0px 0px 20px 20px;
  padding: 30px;
  padding-top: 60px;
  margin: 0 30px 79px 60px;
}

.partner-form .heading-text.border-bottom {
  padding-bottom: 0;
  border: 0 !important;
}

.partner-form h3 {
  margin-bottom: 10px;
}

.partner-form p {
  margin-bottom: 30px;
}

.partner-form form p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #656263;
  padding-top: 10px;
  margin-bottom: 30px;
}

.partner-form form p a {
  color: #42b749;
}

.partner-form form .form-group {
  margin-bottom: 20px;
}

.partner-form form button.primary-btn {
  width: 100%;
  border: 0;
}

.benefit-sec {
  padding-top: 100px;
}

.benefit-sec .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 100px;
}

.benefit-sec .row:last-child .benefit-content {
  padding-right: 30px;
}

.benefit-sec .row:first-child .benefit-content {
  padding-left: 41px;
}

.benefit-sec .benefit-content a.primary-btn {
  display: inline-block;
  margin-top: 10px;
}

.benefit-sec .benefit-content p {
  padding-bottom: 20px;
}

.benfit-figure img {
  width: 100%;
}

.benefit-content label,
.benefit-content li,
.benefit-content span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #656263;
  margin-bottom: 10px;
}

.light_theme .benefit-sec.lgreen-sec {
  padding-top: 100px;
  background-image: url(../images/lgreen-bg.png);
  background-size: cover;
}

.light_theme .benefit-sec.yellow-sec {
  background-image: url(../images/yellow-bg.png);
  background-size: cover;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 48px;
    line-height: 65px;
  }
}

@media (max-width: 991px) {
  .partner-banner-content.pt-183 {
    padding: 30px;
  }

  .partner-form {
    margin: 30px;
  }

  .benefit-sec .row:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .benefit-sec .row:last-child .benefit-content {
    padding-right: 0;
    padding-top: 30px;
  }

  .benefit-sec .row:first-child .benefit-content {
    padding-left: 0;
    padding-top: 30px;
  }

  .benefit-sec.lgreen-sec {
    padding-top: 0;
  }

  h2 {
    font-size: 30px;
    line-height: 39px;
  }
}

@media (min-width: 992px) {
  .benefit-sec.yellow-sec .row:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .benefit-sec .row {
    padding-bottom: 50px;
  }

  .benefit-sec.yellow-sec {
    padding-top: 50px;
  }

  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .partner-banner-content.pt-183 {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-form {
    margin: 0 0 30px 0;
  }
}

.partner-banner-content.rider-content {
  padding-top: 183px;
}

.inner-banner.form-page {
  height: auto;
}

@media (max-width: 1199px) {
  .benfit-figure img {
    height: auto;
  }
}

@media (max-width: 991px) {
  .rider-page .benefit-sec.lgreen-sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-content h2 {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .about-us-page .benefit-sec.yellow-sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .about-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  text {
    font-size: 18px;
    line-height: 26px;
  }
}

.faq-sec {
  padding: 100px 0;
}

.faq-content text {
  text-align: left;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .faq-sec {
    padding: 50px 0;
  }
}

.formContainer {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;

}

.formcontain {
  padding: 150px 0px;

}

.dark_theme .login-content {
  background-color: #202020;
}

.login-content {
  background-color: white;
  margin: 10px 40px;
  padding: 20px 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}

.login-content .heading-text {
  padding-bottom: 0px;
}

.login-content .heading-text text a {
  color: #42b749;
}

.heading-text h3 {
  margin-bottom: 4px;
}

.login-form {
  padding: 30px 30px 20px 0px;
  flex-grow: 2;

}

.noflex {
  padding: 30px 0px;
  flex-grow: none;
}

.RememberMe {
  display: inline;
  width: auto !important;
  border: 1px solid #e4e4e4 !important;
}

input:checked~.RememberMe {
  background-color: #42B749;
}

.spaced {
  margin-right: 97px;
}

.logIn-actions {
  font-size: 14px;
  margin: 5px 10px 10px 5px;
  display: inline;
}

.login-form form .form-group {
  margin-bottom: 10px;
}

.login-form form .form-group text a {
  display: inline-block;
}

.login-form form a.primary-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.social-btns {
  padding: 0px;
  text-align: center;
}

.social-btns .primary-btn.fb {
  background: #314a86;
  display: block;
}

.social-btns .primary-btn.google {
  background-color: #fafaff;
  border: 1px solid #dddddd;
  color: #363636;
  display: block;
}

.social-btns .primary-btn.google:hover {
  background-color: rgb(255, 255, 255);
  transition: all 0.8ms;

}

.social-btns .primary-btn.fb:hover {
  background-color: #314a86ec;
  transition: all 0.8ms;

}

.social-btns .primary-btn.apple {
  background: #000000;
  display: block;
}

.social-btns a.primary-btn {
  margin-bottom: 15px;
}

.social-btns a.primary-btn i {
  padding-right: 10px;
}

.smLogin {
  padding: 30px 0px;
}

.smLogin .primary-btn {
  margin: 0px;
}

section.login {
  background: rgb(255, 255, 255);
  background: linear-gradient(rgba(230, 230, 230, 0.904) 0%, rgba(255, 255, 255, 0.781) 50%, rgba(228, 228, 228, 0.911) 86%), url('/pattern1.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


@media (max-width: 1199px) {
  .your-order-card {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .login-content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .login-content {
    padding: 30px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .myaccount .category-tabs .col-lg-9,
  .myaccount .category-tabs .col-lg-3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .myaccount .category-tabs .col-lg-9 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
  }

  .myaccount .category-tabs .col-lg-3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
  }
}

.thankyou-sec {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thankyou-sec .section-header-center h2 {
  padding: 25px 0;
}

.thankyou-sec .payment-sec.cct .form-group a {
  display: inline-block;
  margin-top: 20px;
}

.thankyou-sec .main-box {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background-color: #fff;
}

.dark_theme .thankyou-sec .main-box {
  background-color: #202020;
}

.payment-sec.cct .form-group {
  margin-bottom: 0;
}

.primary-btn {
  border-radius: 5px;
  padding: 10px 60px;
}

.fwidth {
  width: 100%;
  margin: 10px 0px;
}

.normalText {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

.Spaced {
  margin-bottom: 30px;
}

.left {
  text-align: left !important;
}

.restaurantTitle {
  font-size: 20px;
  color: #111111;

}

.restaurantTitle span {
  color: #42B749;
  font-weight: bold;

}

.restaurantTitle span i {
  color: #42B749;
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;

}

.rateee {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.rateOrder {
  margin: 20px 30px 0px 0px;
  width: auto;
  height: 100%;
}

.OrderRating {
  margin: 20px;
}


.yellow-btn {
  background-color: #FFC800;
  border-radius: 5px;
  border: none;
  font-weight: 500;
  align-items: center;
  padding: 10px 24px;
}

.yellow-btn:hover {
  background-color: #e4b300;
}

.div-footer-social i {
  color: white;
  margin-right: 20px;
}

.light_theme .popular-restaurant {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(25, 180, 0, 0.2) 40%, rgba(25, 180, 0, 0.2) 60%, rgba(255, 255, 255, 0.5) 100%);
  /* filter: blur(432px); */
}

.div-popular-restaurant {
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.div-popular-restaurant .img-back {
  border-radius: 5px;
  border: none;
  transition: 0.3s ease-in-out;
}

.div-popular-restaurant:hover .img-back {
  transform: scale(1.05, 1.05);
  filter: grayscale(0);
  transition: 0.3s ease-in-out;
}

.div-popular-restaurant .restaurant-detail {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.div-popular-restaurant .restaurant-detail h4 {
  color: white;
}

.div-popular-restaurant .restaurant-detail .div-rating {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  background-color: white;
  border: #19B400;
  color: #19B400;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid #19B400;
}

.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14:hover figure::before {
  -webkit-animation: shine 2s;
  animation: shine 2s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.hover15 figure {
  position: relative;
}

.hover15 figure::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, .2);
  _border-radius: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.hover15:hover figure::before {
  -webkit-animation: circle 2s;
  animation: circle 2s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.3;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.3;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.div_faq {
  margin: 20px 0;
}

.div_faq .div_faq_q {
  cursor: pointer;
  border-left: 7px solid #ff0000;
  padding: 20px;
  background-color: rgba(12, 93, 131, 0.207);
}

.div_faq .div_faq_a {
  border-left: 7px solid #00ac31;
  padding: 20px;
}

.div_faq h4 {
  display: inline-block;
  width: calc(100% - 50px);
}

.div_faq .div_faq_q .img_collapse_closed,
.div_faq .div_faq_q .img_collapse_opened {
  width: 30px;
  float: right;
}

.div_faq .div_faq_q.collapsed .img_collapse_closed,
.div_faq .div_faq_q .img_collapse_opened {
  display: inline-block;
}

.div_faq .div_faq_q .img_collapse_closed,
.div_faq .div_faq_q.collapsed .img_collapse_opened {
  display: none;
}



.ml10 {
  position: relative;
  font-weight: 700;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}


.ml12_ {
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}

#countdown {
  width: 465px;
  height: 160px;
  text-align: center;
  background: #222;
  background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
  background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 60%);
  /* margin: auto; */
  padding: 24px 0;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
}

#countdown:before {
  content: "";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 48px;
  left: -10px;
}

#countdown:after {
  content: "";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 48px;
  right: -10px;
}

#countdown #tiles {
  position: relative;
  z-index: 1;
}

#countdown #tiles>span {
  width: 92px;
  max-width: 92px;
  font: bold 48px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbb, #eee);
  background-image: -moz-linear-gradient(top, #bbb, #eee);
  background-image: -ms-linear-gradient(top, #bbb, #eee);
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
  position: relative;
}

#countdown #tiles>span:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}

#countdown #tiles>span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}

#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: 8px;
}

#countdown .labels li {
  width: 102px;
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #19B400;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.countdown-caption {
  position: absolute;
  top: -80px;

}

.span_read_more,
.span_read_short,
.span_apply {
  color: rgb(2, 67, 136) !important;
  cursor: pointer;
}

@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }
}
.overlay1 {
  overflow-y: scroll;
}
.overlayfilter {
  overflow-y: scroll;
}

.modal_confirm_order_dark .div_option_panel {
  background-color: #202020;
}
.div_option_panel {
  padding: 1rem;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #cef6f0;
}

.div_option_panel input {
  width: auto !important;
  margin-right: 10px;
}

.avatar-select img {
  opacity: 1;
  cursor: pointer;
}

.avatar-select:hover img {
  opacity: 0.5;
}

.avatar-select i {
  opacity: 0.9;
  cursor: pointer;
}

.avatar-select:hover i {
  opacity: 1;
}

.btn_navbar_icon{
  background-color: #42B749;
  color: white;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.btn_navbar_icon:hover {
  background-color: #339139;
}

.dark_theme .div_restaurant_card .MuiPaper-root {
  background-color: #202020;
}
.dark_theme .div_account_order .MuiPaper-root {
  background-color: #202020;
}
.dark_theme .div_account_order .MuiTypography-root{
  color: #cccccc;
}

.dark_theme .div_restaurant_filter_option h2 {
  background-color: #101010;
}
.dark_theme .div_restaurant_filter_option nav {
  background-color: #101010;
}
.dark_theme .div_restaurant_filter_option div {
  color: #dddddd;
}

.dark_theme .your-order-card {
  background-color: #202020;
  border-color: #202020;
}

.dark_theme .table_custom th {
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}

.dark_theme .table_custom td {
  border-color: #3b3b3b;
  color: #cccccc;
}

.dark_theme .card {
  background-color: #202020;
}

.dark_theme .suggestion-item {
  background-color: #202020;
  color: #cccccc;
}

.dark_theme .div_faq_a {
  color: #cccccc;
}

.dark_theme .MuiButtonBase-root {
  color: #cccccc;
}
.MuiButtonBase-root.Mui-selected {
  color: #42B749 !important;
}
.MuiTabs-indicator {
  background-color: #42B749 !important;
}

.modal_confirm_order_dark .modal-content {
  background-color: #202020;
  color: #cccccc;
}
.modal_confirm_order_dark .modal-content h4,
.modal_confirm_order_dark .modal-content h5  
{
  color: #cccccc;
}
.modal_confirm_order_dark .modal-content span {
  color: #cccccc;
}
.modal_confirm_order_dark textarea,
.modal_confirm_order_dark select { 
  background-color: #101010;
  border: 1px solid #505050;
  color: #dddddd;
}

.MuiRating-root span{
  color: #faaf00 !important;
}



