@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
:root {
  --theme-clr: #FF5851;
}

/*global css start*/

html, body {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
}

/*main { margin: 0 auto;max-width: 1440px;overflow-x: hidden}
footer{margin: 0 auto;max-width: 1440px;overflow-x: hidden}*/

a, a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none;
}

/*global css end*/

/*loader css start*/

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}

.lds-ripple:before, .lds-ripple:after {
  content: '';
  position: absolute;
  border: 4px solid var(--theme-clr);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple:after {
  animation-delay: -1s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*loader css end*/

/*font size css start*/

.xxs-font {
  font-size: 12px;
  line-height: 16px;
}

.xs-font {
  font-size: 14px;
  line-height: 19px;
}

.xs2-font {
  font-size: 15px;
  line-height: 20px;
}

.body-font {
  font-size: 16px;
  line-height: 22px;
}

.s-font {
  font-size: 18px;
  line-height: 24px;
}

.sm-font {
  font-size: 20px;
  line-height: 27px;
}

.md-font {
  font-size: 24px;
  line-height: 32px;
}

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

.xl-font {
  font-size: 42px;
  line-height: 51px;
}

.xxl-font {
  font-size: 48px;
  line-height: 64px;
}

.xxxl-font {
  font-size: 60px;
  line-height: 62px;
}

.v-font {
  font-size: 64px;
  line-height: 78px;
}

.icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.icon-20 {
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px
}

.icon-18 {
  height: 18px;
  width: 18px;
}

.theme-hover:hover {
  color: #FF5851
}

svg.theme-hover:hover path {
  fill: #FF5851;
}

/*font size css end*/

/*font family class start*/

.fw-400, .font-regular {
  font-weight: 400 !important;
}

.fw-600, .font-semibold {
  font-weight: 600;
}

.fw-bold, .fw-700, .font-bold {
  font-weight: 700;
  font-weight: bold;
}

.font-xbold, .fw-800 {
  font-weight: 800;
}

/*font family class end*/

/*colors css start*/

.cursor-pointer {
  cursor: pointer;
}

.body-clr {
  color: #000000 !important;
}

.theme-clr {
  color: var(--theme-clr);
}

.peach-clr {
  color: #FF5851 !important;
}

.gray-clr {
  color: #646368;
}

.dark-clr {
  color: #1B1C2F !important;
}

.light-gray-clr {
  color: #f2f4f6 !important;
}

.green-clr {
  color: #5DB90D !important;
}

.red-clr {
  color: #FF5851 !important;
}

.light-clr {
  color: #f2f2f2 !important;
}

/*colors css end*/

/*backgrounds start*/

body .bg-body {
  background-color: #000000 !important;
}

body .bg-peach, .bg-theme {
  background-color: #ff5851 !important;
}

body .bg-gray {
  background-color: #95a4b2 !important;
}

body .bg-light-gray {
  background-color: #f3f7fa !important;
}

body .bg-green {
  background-color: #78dd77 !important;
}

body .bg-greenlight {
  background-color: #5DB90D
}

body .bg-red {
  background-color: #ff6860 !important;
}

body .bg-yellow {
  background-color: #F2B60A;
}

body .bg-light {
  background-color: #F2F4F6 !important;
}

body .input-bg {
  background-color: #ffffff;
}

body .bg-transparent {
  background-color: transparent;
}

body .light-orange-bg {
  background-color: rgba(255, 102, 0, 0.1);
}

/*backgrounds*/

/*utilities start*/

.overlay {
  background: rgb(0 0 0 / 55%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1030;
}

.border, .border-top, .border-right, .border-bottom, .border-left {
  border-color: #d6d1ce !important;
}

.border-theme {
  border-color: #FF5851 !important
}

.radius-10 {
  border-radius: 10px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-4 {
  border-radius: 4px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.my-5 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

.text-underline {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

/*utilities end*/

.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.g-0>* {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

main, header, footer {
  max-width: 1440px;
  margin: 0 auto;
}

main.rest-detail-page {
  height: 100%;
}

/*card/box css start*/

.card-header {
  padding: 15px 20px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 0 #d6d1ce;
  border-radius: 6px 6px 0 0 !important;
  border: 0;
}

.card-body {
  padding: 20px;
}

/*card/box css start*/

/*login css start*/

.login-left {
  position: relative;
}

.login-left img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.forgot-link {
  margin: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

/*login css end*/

/*form css start*/

.control-label {
  color: #646368;
  font-size: 14px;
  line-height: 19px;
}

label.btn.select-btn {
  margin-bottom: .6rem;
}

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

.form-control {
  font-size: 16px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #d6d1ce;
  padding: 9px 15px 9px;
  color: #000000;
  min-height: 45px;
  border-radius: 6px;
  line-height: 22px;
}

.form-control::-webkit-input-placeholder {
  color: #646368;
}

.form-control::-moz-placeholder {
  color: #646368;
}

.form-control:-ms-input-placeholder {
  color: #646368;
}

.form-control:-moz-placeholder {
  color: #646368;
}

.form-control:focus {
  box-shadow: none;
  border-color: #d6d1ce;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
  border-left: 0;
  padding-left: 0;
}

.input-group-text {
  border: 1px solid #d6d1ce;
  border-right: 0;
  border-radius: 6px;
}

.time-input {
  background: #fff url(../img/ic_time.svg) no-repeat right .75rem center;
}

.date-input {
  background: #fff url(../img/ic_date_grey.svg) no-repeat right .75rem center;
}

.border-input {
  border: 1px solid #d6d1ce;
  border-radius: 6px;
}

.border-input .input-group-append {
  margin-left: 0;
}

.border-input.input-group>.input-group-append>.input-group-text {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.border-input.input-group>.form-control {
  min-height: 43px;
}

.custom-select {
  border-radius: 6px;
  color: #646368;
  background: #fff url(../img/ic_dropdown.svg) no-repeat right .75rem center;
  padding: 10px 42px 9px 15px;
  height: auto !important;
  font-size: 15px;
  line-height: 21px;
}

.custom-select:focus, .page-link:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.multi-group .form-control {
  margin-left: 1px;
}

.custom-file {
  height: 120px;
  background: #fff;
  width: 120px;
  margin: 0 auto;
  display: block;
}

.custom-file input {
  height: 100%;
  cursor: pointer;
}

.custom-file-label {
  border: none;
  background-color: #F2F4F6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #646368;
  font-size: 15px;
  line-height: 21px;
  cursor: pointer;
  z-index: 0;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  text-align: center
}

.custom-file-label:after {
  display: none;
}




/* otp group css start*/

.otp-group {
  margin-bottom: 30px;
}

.otp-group input {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border: 0;
  border-bottom: 3px solid #FF5851;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
  margin: 0 6px;
}

/* otp group css start */

.inc-dec-btn {
  width: 113px;
  box-sizing: border-box;
  height: 30px;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  color: #ef534f;
}

.inc-dec-btn:hover {
  background: #ef534f;
  color: #fff
}

.border-input.input-group.inc-dec-btn>.form-control {
  height: 28px;
  min-height: 28px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  border-color: #FF5851 !important;
  color: #FF5851
}

/*form css end*/

/*scrollbar css start*/

* {
  scrollbar-color: #DCE0E7 #f8fafc;
  scrollbar-width: thin;
  scrollbar-height: thin;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  -moz-appearance: none !important;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
  background-color: #f8fafc;
  -moz-appearance: none !important;
  border: none !important;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
  background-color: #DCE0E7;
  outline: none;
  border-radius: 4px;
  -moz-appearance: none !important;
}


/*scrollbar css end*/



/*css for button start*/

button:focus {
  outline: none;
}

.btn, .btn:hover, .btn:active, .btn:focus {
  padding: 11px 27px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  height: 45px;
}

.btn-xs, .btn-xs:hover, .btn-xs:focus, .btn-xs:active {
  width: 113px;
  height: 30px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 19px;
}

.btn-theme {
  color: #fff;
  background-color: #FF5851;
  border-color: #FF5851
}

.btn-theme:hover, .btn-primary:hover, .btn-theme:focus {
  opacity: 0.9;
  color: #fff;
}

.btn-border-theme {
  background-color: transparent;
  border: 1px solid #FF5851;
  color: #FF5851;
}

.btn-border-theme:hover, .btn-border-theme:active, .btn-border-theme:focus {
  background-color: #FF5851;
  color: #fff;
}

.btn-border-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #FFF;
}

.btn-border-white:hover, .btn-border-white:active, .btn-border-white:focus {
  background-color: #FF5851;
  color: #fff;
}

.btn-transparent, .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background-color: transparent;
  color: #646368;
}

.btn-white, .btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #fff;
  color: #ff6600;
}

.btn-gray, .btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: #e6eff5;
  color: #262f37;
}

.btn-sm, .btn-sm:hover, .btn-sm:focus, .btn-sm:active {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 19px;
  height: 29px;
}

.btn-lg {}

.btn-rounded, .btn-rounded:hover, .btn-rounded:focus, .btn-rounded:active {
  border-radius: 50px;
}

.time-slot, .btn.time-slot, .btn.time-slot:hover {
  height: 30px;
  padding: 6px 10px 5px 10px;
  border: 1px solid #FF5851;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  display: inline-block;
  color: #FF5851;
  margin: 5px 0 0 0;
}
/* .time-slot {
    margin-left: 2px;
    margin-right: 2px;
} */

.time-slot:hover, .time-slot:focus {
  color: #FF5851;
  opacity: .9;
  box-shadow: none;
}

.btn.time-slot, .btn.time-slot:hover, btn.time-slot:focus {
  height: 40px;
  padding: 10px 10px 10px 10px;
  box-shadow: none;
  transition: .2s;
  -webkit-transition: .2s;
  margin: 0 6px 10px 0px;
}

.btn.time-slot.active {
  border: 2px solid #FF5851;
  font-weight: bold;
}

.time-slot.active {
  border: 2px solid #FF5851;
  font-weight: bold;
}

/*css for button end*/

.v-seperator {
  position: absolute;
  height: 30px;
  width: 1px;
  left: 0;
  border-radius: 0.5px;
  background-color: #D6D1CE;
  z-index: 11;
}

.v-seperator-r {
  position: absolute;
  height: 30px;
  width: 1px;
  right: 0;
  border-radius: 0.5px;
  background-color: #D6D1CE;
  z-index: 11;
}

/*css for select2 start*/

/*For select2*/

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d6d1ce;
  color: #041036;
  border-radius: 6px !important;
  background: #fff url("../img/ic_dropdown.svg") no-repeat right .75rem center;
  padding: 8px 42px 7px 15px;
  height: auto !important;
  font-size: 16px;
  line-height: 22px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 1px solid #d6d1ce
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #000000;
}

.select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #ff5851;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff;
  color: #ff5851;
}

.select2-dropdown--below .select2-results__options li:last-child, .select2-dropdown--below .select2-results__options li:first-child {
  border-radius: 0;
}

.select2-dropdown--above .select2-results__options li:last-child, .select2-dropdown--above .select2-results__options li:first-child {
  border-radius: 6px;
}

.select2-dropdown--above .select2-results__options li:last-child {
  border-radius: 0
}

.select2-container--open .select2-dropdown--below {
  animation: show-select-below .3s ease forwards;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  /* transform:translateY(8px); */
}

.select2-container--open .select2-dropdown--above {
  animation: show-select-above .3s ease forwards;
  border-radius: 6px 6px 0 0 !important;
  border-bottom: 0;
  transform: translateY(0);
}

select.form-control.js-select-single {
  background: transparent;
}

/* .select2-container { width: 100% !important; }
 */

.select2-container--open .select2-dropdown {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  padding: 9px 42px 3px 15px;
}

.select2-results__option {
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  background: transparent;
  border-bottom: 1px solid #dddd;
}

.select2-dropdown {
  border-color: #d6d1ce;
  border: 0;
}

.select2-results__options li:last-child {
  /* padding-bottom:20px */
}

.select2-results__options li:first-child {
  /* padding-top:20px */
}

.select2-selection {
  overflow: hidden;
}

.select2-selection__rendered {
  white-space: normal;
  word-break: break-all;
}

.select2-dropdown:before {
  content: none;
  background: #FFF;
  box-shadow: none;
  display: block;
  height: 16px;
  width: 16px;
  left: 1.25rem;
  position: absolute;
  bottom: 100%;
  z-index: -5;
  transform: rotate(-45deg) translateY(15px);
  border-radius: 0.2rem;
  border: 1px solid #d6d1ce;
}

.select2-container--open .select2-dropdown--above.select2-dropdown:before {
  top: auto;
  bottom: 3px
}

.no-search .select2-search__field, .no-search .select2-search--dropdown {
  display: none;
}

.no-border-select+.select2-container--default .select2-selection--single {
  border: 0 !important;
}

.no-border-select+.select2-container--default .select2-selection--single {
  padding: 8px 30px 7px 15px;
  background-position: right 0 center;
}

/*css for select2 end*/

/*css for modal start*/

.modal-backdrop.show {
  opacity: 0.2
}

  /* body.modal-open> :not(.modal, .daterangepicker, .select2-container) {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  } */
  .modal-open .modal{backdrop-filter: blur(5px);}
  
.modal-title {
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}

.modal-body {
  padding: 30px;
}

.modal-content {
  border: none;
}

.modal-header {
  border-radius: 6px 6px 0 0;
  background-color: #ffffff;
  padding: 14px 20px 13px;
  box-shadow: inset 0 -1px 0 0 #D6D1CE;
}

.modal-dialog.modal-sm {
  width: calc(100% - 0.5rem - 0.5rem);
  max-width: 410px;
  margin: .5rem auto;
}

.modal-dialog.modal-md {
  width: calc(100% - 0.5rem - 0.5rem);
  max-width: 630px;
  margin: .5rem auto;
}

.close {
  opacity: 1;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

/*css for modal end*/

/*css for header start*/

header, .navbar {
  height: 60px;
}

header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

header.header-open {
  z-index: 1033;
}

header.sticky-header {
  -webkit-box-shadow: 0 0.1rem 0.15rem rgb(182 182 182 / 60%);
  -moz-box-shadow: 0 0.1rem 0.15rem rgb(182 182 182 / 60%);
  box-shadow: 0 0.1rem 0.15rem rgb(182 182 182 / 60%);
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 20px;
  transition: .2s;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  color: #263249;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link, .navbar-expand-md .navbar-nav .nav-item:focus .nav-link, .navbar-expand-md .navbar-nav .nav-item.active .nav-link {
  color: #FF5851;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0 0 6px 6px;
}

.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
  padding: 13px 20px 13px;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 600;
  color: #1B1C2F;
}

.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ef534f;
}

.btn-nav, .btn-nav:hover, .btn-nav:focus, .btn-nav:active {
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 4px;
  height: 40px
}

input.location-input {
  border: 0;
  padding: 5px 10px;
  font-weight: 600;
  color: #000000;
  height: auto;
  min-height: auto;
}

.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 24px;
  width: 24px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 16px 0;
}

.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #111111;
  width: 24px;
  height: 2px;
  display: block;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}

.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 24px !important;
  position: absolute;
}

/*css for header end*/

.ordernumber {
  padding-top: 20px;
  padding-left: 20px;
}

.orderschedulnum {
  color: #000000;
  font-family: "Nunito Sans";
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}

.orderschedul {
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  border-radius: 4px;
  background-color: #5DB90D;
  height: 30px;
  width: 87px;
  padding: 5px;
}

/*css for dropdown start*/

.dropdown-item {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

.topnav-dropdown-menu .active {
  background-color: #f8fafc;
  color: #221F1F;
}

.topnav-dropdown-menu .active:after {
  content: 'check';
  font-family: 'Material Icons';
  font-size: 20px;
  position: absolute;
  right: 10px;
}

.dropdown-menu {
  border-color: #DCE0E7;
  top: 100%;
  padding: 0 0;
}

/*.dropdown-menu:after, .dropdown-menu:before { width: 0; height: 0; content: ""; display: block; position: absolute; }*/

/*.dropdown-menu:after { border-bottom: 10px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; z-index: 1; margin-top: 1px; }*/

.dropdown-menu:before {
  content: '';
  background: #FFF;
  box-shadow: none;
  display: block;
  height: 16px;
  width: 16px;
  left: 1.25rem;
  position: absolute;
  bottom: 100%;
  z-index: -5;
  transform: rotate(-45deg) translateY(1rem);
  border-radius: 0.2rem;
  box-shadow: -1px -1px 10px -2px rgba(31, 45, 61, 0.2);
  border: 1px solid #DCE0E7;
}

.dropdown-menu.no-caret:before, .dropdown-menu.no-caret:after {
  content: none
}

.dropdown-menu-right:before {
  right: 3rem;
  left: auto;
}

.dropdown-item {
  padding: 10px 20px 10px;
  font-size: 15px;
  line-height: 20px;
  background: #fff;
  font-weight: 600;
}

.dropdown-item:first-child {
  padding-top: 15px;
}

.dropdown-item:last-child {
  border-bottom: 0;
  padding-bottom: 14px;
  border-radius: 0 0 6px 6px;
}

/*header .profile .dropdown-item:nth-child(2){
 border-top-left-radius: 6px;
 border-top-right-radius: 6px;
 padding-top: 15px;
}*/

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  color: #ef534f;
  background: #fff;
}

.dropdown-toggle {
  background-image: url(../img/ic_dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 44px !important;
}

.responsivetabs-more {
  padding-top: 7px;
}

.responsivetabs-more .dropdown-toggle {
  background-position: right 0 center;
  padding-right: 30px !important;
  padding-left: 15px;
}

.btn-transparent.dropdown-toggle {
  background: transparent url(../img/ic_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 24px !important;
  height: auto;
  background-size: 20px;
  font-weight: 400;
}

.navbar .dropdown-menu:before {
  content: none
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu-sm {
  min-width: 5.25rem;
}

.input-group-prepend .btn {
  padding: 10px;
}

.table tr td .dropdown-toggle {
  background-image: none;
  padding: 0 15px !important;
}

/* 13-07-2021 */
.mntall {
  width: 50%;
}

.yearall {
  width: 50%;
  margin-left: 21px;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px;
  box-shadow: none;
}
.upldimg input[type="file"] {
  display: none;
}

.upldimg .custom-file-upload {
  color: #FD462D;
  display: inline-block;
  cursor: pointer;
}

/* 20-07-2021 */

.ordernumber {
  padding-top: 20px;
  padding-left: 20px;
}

.orderschedulnum {
  color: #000000;
  font-family: "Nunito Sans";
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}

.orderschedul {
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  border-radius: 4px;
  background-color: #5DB90D;
  height: 30px;
  width: 138px;
  padding: 5px;
}

@media (min-width: 992px) {
  .dropdown-animate>.dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
  }
  .dropdown-animate:not([data-toggle="hover"]) .dropdown-menu.show {
    pointer-events: auto;
    animation: show-dropdown .3s ease forwards;
  }
  .dropdown-animate:not([data-toggle="hover"]) .dropdown-menu.hide {
    display: block;
    animation: hide-dropdown .3s ease backwards;
  }
  .dropdown-animate[data-toggle="hover"]>.dropdown-menu {
    display: block;
    margin: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all 0.2s ease;
  }
  .dropdown-animate[data-toggle="hover"]:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0) translateY(-3px) scale(1);
  }
  .profile .dropdown-animate>.dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    min-width: 220px
  }
  .profile .dropdown-animate:not([data-toggle="focus"]) .dropdown-menu.show {
    pointer-events: auto;
    animation: show-dropdown .3s ease forwards;
  }
  .profile .dropdown-animate:not([data-toggle="focus"]) .dropdown-menu.hide {
    display: block;
    animation: hide-dropdown .3s ease backwards;
  }
  .profile .dropdown-animate[data-toggle="focus"]>.dropdown-menu {
    display: block;
    margin: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all 0.2s ease;
  }
  .profile .dropdown-animate[data-toggle="focus"]:focus>.dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0) translateY(-3px) scale(1);
  }
}

.dropdown-menu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 6px 6px;
}

/*css for dropdown end*/

/* tabs css start */

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border: none;
}

.nav-tabs .nav-link {
  border-bottom: 2px solid transparent;
  padding: 8px 20px 6px;
}

.tabs-lg.nav-tabs .nav-link {
  padding: 13px 20px 13px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #FF5851;
  color: #ff5851
}

/* tabs css end */

/*css for custom checkbox start*/

.table .custom-checkbox {
  padding: 0;
  height: 18px;
  width: 18px;
  min-height: 18px;
}

.custom-control-label:before, .custom-control-label:after, .custom-control-input:checked~.custom-control-label:before, .custom-control-input:checked~.custom-control-label:after {
  /* display: none;*/
  content: none;
}

.custom-checkbox .custom-control-input {
  height: 18px;
  width: 18px;
  z-index: 1;
  cursor: pointer;
}

.custom-checkbox .custom-control-label {
  background-image: url(../img/ic_unchecked.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left top -1px;
  /*color: #95A4B2;*/
  cursor: pointer;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
  background-image: url(../img/ic_checked.svg);
  color: #000;
}

.custom-checkbox .custom-control-label.check-grey {
  background-image: url(../img/ic_radiobtn_grey.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  cursor: pointer;
  line-height: 22px;
  background-position-y: center;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label.check-grey {
  background-image: url(../img/ic_radiobtn_check_grey.svg);
  color: #000;
}

.custom-checkbox .custom-control-label.check-lng {
  background-image: none;
  background-repeat: no-repeat;
  padding-right: 30px;
  cursor: pointer;
  line-height: 22px;
  padding-left: 0;
  background-position: right center;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label.check-lng {
  background-image: url(../img/ic_green_tick.svg);
  color: #000;
  font-weight: bold;
}

/*.btn-bookmark{color: #fff;cursor: pointer;}
#bookmark:checked ~ .btn-bookmark svg {
  --color-svg: #ef534f;
  color: #ef534f !important;
}
.btn-bookmark svg {
  fill: transparent;
}
.bookmark-btn{cursor: pointer;}
.bookmark-btn:hover{opacity: 0.9;}*/

.table tr td .custom-checkbox .custom-control-input:checked~.custom-control-label {
  background-image: url(../img/ic_radiobtn.svg);
}

.custom-switch .custom-control-label::before {
  content: '';
  left: -40px;
  width: 34px;
  pointer-events: all;
  border-radius: 10px;
  height: 20px;
}

.custom-switch .custom-control-label::before {
  content: '';
  border: #646368 solid 1px;
  background-color: #646368;
  box-shadow: none !important;
}

.custom-switch .custom-control-label::after {
  content: '';
  left: -37px;
  width: 16px;
  height: 16px;
  background: #fff;
  box-shadow: none !important
}

.custom-switch .custom-control-input:checked~.custom-control-label, .custom-switch .custom-control-label {
  box-shadow: none !important;
  content: '';
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
  content: '';
  color: #fff;
  border-color: #5DB90D;
  background-color: #5DB90D;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  content: '';
}

/*css for custom checkbox end*/

/*css for custom radio start*/

.custom-radio, .custom-checkbox {
  padding: 0;
}

.custom-radio .custom-control-input {
  height: 20px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
}

.custom-radio .custom-control-label {
  background-image: url(../img/ic_radiobtn_grey.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  /* color: #95A4B2; */
  cursor: pointer;
  line-height: 22px;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
  background-image: url(../img/ic_radiobtn_check_grey.svg);
  color: #000000;
}

/*css for custom radio end*/

/* toggle password css start*/

.pwd {
  position: relative;
}

.pwd input {
  padding-right: 40px;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.pwd .toggle-password.img-eye {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background-image: url(../img/ic_eye.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 44px;
  cursor: pointer;
  z-index: 11;
}

.pwd .toggle-password.img-eye-slash {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background-image: url(../img/ic_eyesalsh.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 44px;
  cursor: pointer;
  z-index: 11;
}

/* toggle password css end*/

/*banner css start*/
/* slider */

.container-fluid.container-xl.position-relative.slide-bn-content {
  position: absolute;
  top: -275px;
  height: 60px;
}
.slick-dots {
  display: none !important;
}
select.form-control.js-select-single {
  background: white !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
/**
  Wrapper
*/
.carousel {
  position: relative;
}
/**
  Slides container
*/
.slides {
  /** By default Slick absolutely positions it's slide dots under the slides and adds a bottom margin to prevent overlap with content that follows. Since we're moving the slide dots into the carousel itself, this margin is no longer needed. */
  margin-bottom: 0 !important;
}
.slide {
  position: relative;
}

/* slider end */


.banner1 {
  padding: 190px 0;
  display: flex;
  align-items: center;
  background: url(../img/slider1.jpg);    
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* margin-bottom: 50px; */
}
.banner2 {
  padding: 190px 0;
  display: flex;
  align-items: center;
  background: url(../img/slider2.jpg);    
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* margin-bottom: 50px; */
}
.banner3 {
  padding: 190px 0;
  display: flex;
  align-items: center;
  background: url(../img/slider3.jpeg);    
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* margin-bottom: 50px; */
}
.banner4 {
  padding: 190px 0;
  display: flex;
  align-items: center;
  background: url(../img/slider4.png);    
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* margin-bottom: 50px; */
}
.banner5 {
  padding: 190px 0;
  display: flex;
  align-items: center;
  background: url(../img/slider2.jpg);    
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* margin-bottom: 50px; */
}
.banner6 {
  padding: 190px 0;
  display: flex;
  align-items: center;
  background: url(../img/slider3.jpeg);    
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* margin-bottom: 50px; */
}
.banner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-title {
  font-size: 48px;
  line-height: 66px;
  margin-bottom: 20px;
}

.search-panel {
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.search-panel .input-group>.form-control+.form-control {
  margin-left: 0;
  padding-left: 44px !important;
}

.datepick {
  background: #fff url(../img/ic_date.svg ) no-repeat left 10px center;
  padding-left: 44px !important;
  border: 1px solid #D6D1CE
}

.timepick {
  background: #fff url(../img/ic_clock.svg ) no-repeat left 10px center;
  border: 1px solid #D6D1CE
}

.search-input {
  background: #fff url(../img/ic_search.svg ) no-repeat left 10px center;
  padding-left: 44px !important;
  border: 1px solid #D6D1CE
}

/*.people-input{
  background: #fff url(../img/ic_people.svg ) no-repeat left 7px center;
  padding-left: 40px !important;
        border: 1px solid #D6D1CE}*/

.search-panel .select2-container--default .select2-selection--single, .search-panel .select2-container--default .select2-selection--single:focus {
  background: #fff url(../img/ic_person.svg) no-repeat left 10px center;
  border-left: 0;
  height: 45px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding-left: 44px;
  padding-right: 15px;
}

/*banner end*/

.section-padding-sm {
  padding: 50px 0;
}

.section-padding-top-sm {
  padding-top: 50px;
}

.section-padding-bottom-sm {
  padding-bottom: 50px;
}

.btn-icon, .btn-icon:hover, .btn-icon:focus {
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  outline: none;
}

.list-top-bar {
  margin-bottom: 20px;
}

/*restaurant card css start*/

.rest-card {
  margin-bottom: 20px
}

.top-card {
  height: 150px;
}

.bookmark-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  background: rgb(0 0 0 / 50%);
  height: 36px;
  width: 36px;
  border-radius: 50%;
  -webkit-appearance: none;
}

.top-card img {
  height: 100%;
  object-fit: cover;
  max-height: 150px;
  min-height: 150px;
}

.percent-off {
  left: 0;
  text-overflow: ellipsis;
  max-width: 50%;
  border-radius: 0 6px 6px 0;
  padding: 4px 12px;
  bottom: 0;
  margin-bottom: 10px;
}

.mi {
  right: 0;
  text-overflow: ellipsis;
  max-width: 50%;
  border-radius: 6px 0 0 6px;
  background-color: rgb(0 0 0 / 50%);
  padding: 4px 12px;
  bottom: 0;
  margin-bottom: 10px;
}

.rest-head {
  margin-bottom: 5px;
}

.rest-name {
  font-size: 17px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rest-card-body .card-body {
  padding: 10px;
  transition: border .3s;
  -webkit-transition: border .3s;
  -moz-transition: border .3s;
}

.rest-card-body:hover {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 1
}

.rating-badge {
  font-size: 10px;
  padding: 3px 6px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
  align-items: center;
  align-self: flex-start;
}

.rating-badge svg {
  height: 10px;
  width: 10px;
  margin-right: 3px;
}

.rest-info p {
  margin-bottom: 5px;
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}

.rest-card-footer {
  padding: 10px;
}

.view-all {
  min-width: 80px;
  text-align: right;
}

/*restaurant card css end*/

/*get app start*/

.get-app {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

.get-app-content {
  padding: 33px 0 47px 0;
}

.downloads img {
  width: 170px;
}

/*get app end*/

/*reg banner css start*/

.overlay-bg {
  position: relative;
}

.overlay-bg>* {
  position: relative;
  z-index: 1
}

.overlay-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.reg-banner {
  padding: 50px 0;
  background: url(../img/img_register_restaurant.png) no-repeat center;
  background-size: cover;
}

.reg-banner-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 49px
}

.reg-banner-text {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/*reg banner css end*/

/*reservation page css start*/

.inner-section {
  padding: 50px 0 50px 0;
  margin-bottom: 50px;
}

.reservation-container {
  max-width: 1020px;
  padding: 30px;
}

.list-group {
  border-radius: 0
}

.list-group-item {
  padding: 14px 20px;
  background-color: #fff;
  border: 0;
  color: #1B1C2F;
  font-weight: 600;
  box-shadow: inset -1px 0 0 0 #D1D1D1;
}

.list-group-item.active {
  z-index: 2;
  color: #FF5851;
  background-color: rgba(255, 88, 81, 0.1);
  box-shadow: inset -3px 0 0 0 #FF5851;
}

.subtitle {
  margin-bottom: 20px;
  padding-bottom: 14px
}

/*reservation page css end*/

.payment-drop {
  margin-right: -10px;
}

/*order detail css*/

.order-dish-detail>.border-bottom {
  padding-bottom: 15px
}

.bill-detail {
  background: #F2F4F6;
  padding-bottom: 35px;
}

.bill-detail:after {
  background: linear-gradient(-45deg, #ffffff 10px, transparent 0), linear-gradient(45deg, #ffffff 10px, transparent 0);
  background-position: left-bottom;
  background-repeat: repeat-x;
  background-size: 20px 20px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
}

.top-0 {
  top: 0
}

.top-70 {
  top: 70px;
}

/*restaurant detail page css start*/

.order-summery {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0 18px 0;
  bottom: 0;
  height: 60px;
  position: sticky;
  bottom: 0;
  z-index: 11;
}

/* slideshow css start */

.img-container {
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.img-container img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  visibility: hidden;
}

/* slideshow css end */

.restaurant-detail {
  /*  transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -o-transform: translateY(-150px);*/
  margin-top: -150px;
  z-index: 11;
  position: relative;
}

.rest-open {
  color: #5DB90D
}

.rest-closed {
  color: #e4180a
}

.custom-tabs .nav-link {
  font-weight: bold;
  color: #646368;
}

.list-protocols {
  column-count: 2;
}

.list-protocols li {
  background-image: url(../img/ic_green_tick.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  padding-left: 30px !important;
  margin-bottom: 15px;
  line-height: 24px;
}

.list-protocols li:last-child {
  margin-bottom: 0;
}

.rest-photos {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}

.rest-photos li {
  padding: 12px;
  width: 25%;
}

.rest-photos li img {
  width: 100%;
  max-width: 100%;
}

.rating-progress .progress {
  width: 100%;
  max-width: 200px;
  height: 3px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3.5px;
}

.rating-block img {
  margin: 4px;
}

.rating-progress .progress-bar {
  background-color: #F2B60A;
  border-radius: 3.5px;
}

.rating-progress .d-flex:last-child {
  margin-bottom: 0 !important;
}

.booking-card .form-row {
  margin-right: -10px;
  margin-left: -10px;
}

.booking-card .form-row>[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.right-detail {
  margin-bottom: 14px;
  padding-bottom: 14px;
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 0 #D6D1CE;
}

.form-row:last-child .right-detail {
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.vtabtitle {
  padding: 11px 20px;
}

.rest-detail-head .bookmark-btn {
  top: 20px;
  right: 20px
}

/*restaurant detail page css end*/

/*search page start*/

.search-banner {
  padding: 50px 0 42px 0
}

.search-section {
  padding: 32px 0 45px 0;
}

.filter-title {
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.filter-options {
  max-height: 100%
}

.filter-options.collapse:not(.show) {
  display: block;
  max-height: 142px;
  flex-wrap: nowrap;
  overflow: hidden;
  transition: height .2s;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
}

.filter-body {
  padding-right: 15px;
  padding-top: 15px;
}

.filter-options.collapsing {
  min-height: 142px;
  /*  margin-bottom: 15px;*/
}

.filter-options.collapse.show {
  max-height: initial;
  transition-delay: 2s;
}

.view-more span.hide-all {
  display: none;
}

.view-more span.view-all {
  display: flex;
  align-items: center;
}

.view-more {
  display: block;
}

.view-more[aria-expanded="true"] span.view-all {
  display: none;
}

.view-more[aria-expanded="true"] span.hide-all {
  display: flex;
  align-items: center;
}

/*range slider css start*/

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top .3s;
  transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -8px;
  top: -8px;
  background-color: #ef534f;
  border: 1px solid #fff;
  border: 2px solid #FFFFFF;
  background-color: #FF5851;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

/* Styling;
 */

.noUi-background {
  background: #D6D1CE;
  /* border-radius: 2px; */
}

.noUi-connect {
  background: #ef534f;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #ef534f;
  border: 8px solid rgb(255 88 81 / 39%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

/*footer css start*/

footer {
  padding-top: 70px;
  margin-top: 70px;
}

.footer-top, .footer-logo {
  margin-bottom: 20px
}

footer .custom-select {
  margin-bottom: 20px;
  background: #f2f4f6 url(../img/ic_dropdown.svg) no-repeat right .75rem center !important;
}

.social .icon {
  height: 36px;
  width: 36px;
}

.footer-links li {
  line-height: 27px;
}

.footer-links li a {
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}

.footer-links li a:hover {
  color: #FF5851
}

.footer-bottom {
  margin-top: 22px;
  padding: 50px 0
}

/*footer css end*/

@keyframes show-dropdown {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all .3s ease;
  }
  100% {
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
}

@keyframes hide-dropdown {
  from {
    opacity: 1;
    transform: translateX(-16px) translateY(-3px) scale(1);
    transition: all .3s ease;
  }
  to {
    opacity: 0;
    transform: translateX(-16px) translateY(-3px) scale(0.97);
  }
}

/*responsive css start*/

@media (min-width: 576px) {
  .search-panel {
    width: 100%;
    max-width: 510px;
  }
  .search-panel .input-group>.form-control, .people-input {
    max-width: 170px;
    width: 170px;
  }
}

@media (min-width: 992px) {
  /*rest card*/
  .rest-card {
    height: 330px;
    max-height: 425px;
    margin-bottom: 0;
  }
  .rest-card-body.card {
    /* max-height: 390px; */
    max-height: 425px;
        height: auto;
  }
  .timeslot-panel {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: .3s;
    -webkit-transition: .3s;
    transform-origin: 0 0;
    overflow: hidden;
    max-height: 0
  }
  .rest-card-body:hover .timeslot-panel {
    overflow: initial;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition: .3s;
    -webkit-transition: .3s;
    max-height: 105px;
    overflow: hidden;
  }
  .search-panel {
    max-width: 935px;
    width: 100%;
  }
  .search-panel .input-group>.form-control, .people-input {
    max-width: 170px;
    width: 170px;
  }
}
.time-slot{
  margin-left: 2px;
  margin-right: 2px;
}
.more-slot{
margin-top: 5px;
}
@media (min-width:1440px){
  .timeslot-panel .time-slot{display:none}
  .timeslot-panel .time-slot:nth-child(-n+5) {
   display:inline-block  
   }
}
@media (min-width: 992px) and (max-width: 1399px){
  .timeslot-panel .time-slot{display:none}
  .timeslot-panel .time-slot:nth-child(-n+5) {
   display:inline-block  
   }
}
@media (min-width: 981px) and (max-width: 991.98px){
  .timeslot-panel .time-slot{display:none}
  .timeslot-panel .time-slot:nth-child(-n+9) {
   display:inline-block;  
   }
}
@media (min-width: 805.98px) and (max-width:980px){
  .timeslot-panel .time-slot{display:none}
  .timeslot-panel .time-slot:nth-child(-n+7) {
   display:inline-block;  
   }
}
@media (min-width: 768px) and (max-width:805px){
  .timeslot-panel .time-slot{display:none}
  .timeslot-panel .time-slot:nth-child(-n+8) {
   display:inline-block;  
   }
}
@media (max-width: 991.98px) {
  .list-protocols {
    column-count: unset;
  }
  #menu.tab-pane {
    position: relative;
  }
  .menu-drop {
    position: absolute;
    right: 0;
    top: 8px;
    width: 80px;
  }
  .menu-drop ul {
    justify-content: end;
    margin-left: auto;
  }
  .card-body {
    padding: 15px;
  }
}

@media (max-width: 767.98px) {
  /*font size css start*/
  .xxs-font {
    font-size: 10px;
    line-height: 14px;
  }
  .xs-font {
    font-size: 13px;
    line-height: 17px;
  }
  .xs2-font {
    font-size: 14px;
    line-height: 19px;
  }
  .body-font {
    font-size: 15px;
    line-height: 20px;
  }
  .s-font {
    font-size: 17px;
    line-height: 23px;
  }
  .sm-font {
    font-size: 18px;
    line-height: 24px;
  }
  .md-font {
    font-size: 22px;
    line-height: 29px;
  }
  .lg-font {
    font-size: 26px;
    line-height: 34px;
  }
  .xl-font {
    font-size: 32px;
    line-height: 40px;
  }
  .xxl-font {
    font-size: 36px;
    line-height: 44px;
  }
  .xxxl-font {
    font-size: 60px;
    line-height: 62px;
  }
  .rest-row-list {
    overflow-x: auto
  }
  .rest-card {
    min-width: 290px;
    margin-bottom: 30px;
  }
  .timeslot-panel .time-slot{display:none}
  .timeslot-panel .time-slot:nth-child(-n+5) {
   display:inline-block;  
   }
  .dropdown-menu:before {
    content: none;
  }
  .btn-transparent.dropdown-toggle {
    padding-right: 20px !important;
    background-position: right 15px center;
  }
  .location-input {
    display: none;
  }
  .navbar-collapse, .navbar-collapse.collapsing {
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0px;
    left: 0;
    background-color: #fff;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    transition: none;
    height: 100%;
    max-height: calc(100vh - 50 px);
    z-index: 1;
  }
  header>.navbar-collapse>ul {
    height: 100%;
    background-color: #fff;
  }
  .navbar-collapse.collapse, .navbar-collapse.collapsing {
    height: 100% !important;
  }
  .navbar-collapse.collapsing {
    display: block !important;
  }
  .navbar-collapse.menu-show.collapse.show {
    display: block;
  }
  .btn-nav {
    margin: 10px;
  }
  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-bottom: 0;
    padding: 15px;
    border-top: 1px solid #DCE0E7;
  }
  header .navbar-collapse .nav-item .dropdown-item.media {
    justify-content: center;
  }
  header .navbar-collapse .nav-item .dropdown-item.media .media-body {
    flex: inherit;
  }
  header .navbar-expand-md .navbar-nav .nav-link {
    text-align: left;
    padding: 15px;
    width: 100%
  }
  header .navbar-expand-md .navbar-nav .nav-item {
    border-top: 1px solid #DCE0E7
  }
  .navbar-nav .dropdown .dropdown-menu {
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border: 0;
    margin-top: 0;
  }
  .navbar-nav {
    display: block;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    display: block;
    text-align: left
  }
  .profile-dropdown .dropdown-toggle {
    display: none
  }
  .profile-dropdown .dropdown-menu {
    display: block
  }
  .mobile-profile-info {
    padding: 15px 20px;
    background: #e4e3e2;
  }
  .mobile-profile-info img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    font-weight: 600;
  }
  .profile-dropdown .dropdown-item {
    padding: 15px 20px 15px;
  }
  .logout-btn {
    background-color: transparent;
    border: 1px solid #FF5851 !important;
    color: #FF5851 !important;
    padding: 11px 27px !important;
    border-radius: 6px !important;
    margin: 15px 20px 15px;
    /* max-width: 100%; */
    width: auto;
    text-align: center;
  }
  .reservation-container {
    padding: 15px
  }
  .get-app {
    padding: 15px 15px 0
  }
  .get-app-content {
    padding: 13px 0 27px 0;
  }
  .reservation-container aside {
    display: none;
  }
  .inner-section {
    padding: 30px 0;
    margin-bottom: 30px
  }
  .reg-banner {
    padding: 30px 15px;
  }
  footer {
    padding-top: 50px;
    margin-top: 50px;
  }
  .search-page+footer {
    margin-bottom: 50px;
  }
  /*modal css for repsonisve*/
  .modal-dialog {
    margin: 0;
  }
  .modal-backdrop.show {
    opacity: 1;
    background: #fff;
    filter: none;
  }
  .modal-body {
    padding: 15px;
  }
  .modal {
    background: #fff;
  }
  .fade, .modal.fade .modal-dialog {
    transition: none;
  }
  .otp-group input {
    margin: 0 2px;
  }
  .icon-logo {
    height: 100px;
  }
  .card-body {
    padding: 15px;
  }
  .inc-dec-btn, .btn-xs, .btn-xs:hover, .btn-xs:focus, .btn-xs:active {
    width: 90px;
  }
  .order-dish-detail {
    font-size: 14px;
  }
  .order-dish-detail>.border-bottom {
    padding-bottom: 15px
  }
  .dish-img {
    height: 60px;
    width: 60px;
  }
  .bill-detail {
    padding-bottom: 35px;
  }
  .nav-tabs .nav-link {
    padding: 8px 15px 6px;
  }
  .img-container {
    height: 250px
  }
  .restaurant-detail {
    margin-top: -150px;
  }
  .rest-detail-head .bookmark-btn {
    right: 12px;
    top: 12px;
  }
  .mb-30 {
    margin-bottom: 16px;
  }
  .filters-actions {
    position: fixed;
    background: #fff;
    display: flex;
    justify-content: center;
    border: 0;
    bottom: 0;
    z-index: 1031;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);
    -webkit-box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);
    height: 50px;
  }
  .filters-actions>div {
    flex: 1;
    text-align: center;
  }
  .filters-actions>div:first-of-type {
    border-right: 1px solid #d6d1ce;
  }
  .filters-actions>div>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  /*.no-border-select.sort-select + .select2-container--default .select2-selection--single{
      background-image: none;
      padding:10px;
    }*/
  .filter-btn, .filter-btn:hover, .filter-btn:focus, .filter-btn:active {
    padding: 14px 20px;
    height: 50px;
    border: 0;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 0;
  }
  .sort-drop .dropdown-menu {
    width: 100%;
    left: 0;
    position: fixed !important;
    transform: translateY(100%) !important;
    bottom: 50px !important;
    top: auto !important;
    text-align: center;
    border-radius: 6px 6px 0 0 !important;
    box-shadow: none !important;
    transition: .3s;
    display: block;
    /* border: 0;*/
    z-index: -11;
  }
  .sort-drop .dropdown-menu .dropdown-item {
    padding: 15px 20px !important;
  }
  .sort-drop .dropdown-menu .dropdown-item:first-child {
    border-radius: 6px 6px 0 0 !important;
  }
  .sort-drop.show .dropdown-menu {
    transform: translateY(0) !important;
  }
  .btn.sort-toggle {
    background-image: none;
    padding: 10px !important;
    width: 100%;
    border: 0;
    height: 50px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .sidebar {
    position: fixed;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
  }
  .sidebar.open {
    z-index: 1032;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .sidebar__inner {
    padding: 15px;
    height: calc(100% - 58px);
    overflow-y: auto;
  }
  .filter-header {
    height: 58px;
  }
  .filter-body {
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .container-fluid.container-xl.position-relative.slide-bn-content {
    top: -410px;
}
section.carousel {
  height: 450px;
}
.slick-list.draggable {
  height: 100%;
}
.slides.slick-initialized.slick-slider.slick-dotted {
  height: 100%;
}
.slides.slick-initialized.slick-slider.slick-dotted {
  height: 100%;
}
.slick-track {
  height: 100%;
}
  .mt-5 {
    margin-top: 40px !important;
  }
  footer {
    padding-top: 40px;
    margin-top: 40px;
  }
  .footer-bottom {
    padding: 30px 0;
    margin-top: 0;
  }
  .section-padding-top-sm {
    padding-top: 30px;
  }
  .search-panel .input-group>.form-control, .people-input, .search-panel .btn {
    width: 100%;
  }
  .search-panel .input-group>.form-control, .search-panel .select2-container--default .select2-selection--single, .search-panel .select2-container--default .select2-selection--single:focus {
    border-radius: 6px !important;
  }
  .banner {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .section-padding-sm {
    padding: 40px 0;
  }
  .banner-title {
    font-size: 30px;
    line-height: 40px;
  }
  .search-section {
    padding: 20px 0;
  }
  /*body{font-size: 14px;line-height: 19px}*/
  body {
    font-size: 15px;
    line-height: 20px
  }
  .card-header {
    padding: 12px 15px;
  }
  .reserv-info {
    padding: 15px;
  }
  .rest-photos {
    padding: 8px;
  }
  .rest-photos li {
    padding: 8px;
    width: 50%;
  }
  .list-protocols li {
    line-height: 22px;
  }
}

@media (max-width: 374.98px) {
  .card-body {
    padding: 12px;
  }
  .otp-group input {
    width: 38px;
    height: 38px
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 12px;
    padding-left: 12px;
  }
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.cvcall {
  width: 50%;
}
.mntall {
 
  width: 50%;
}
.mnleft{
  margin-left: 21px;
}
.yearall {
  width: 50%;
  margin-left: 21px;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px;
  box-shadow: none;
}

/* checkout css start */

.couponinput, .couponinput:hover, .couponinput:focus, .couponinput:active {
  border-radius: 6px 0 0px 6px;
}

.couponapplybtn, .couponapplybtn:hover, .couponapplybtn:focus, .couponapplybtn:active {
  border-radius: 0 6px 6px 0;
}

.couponname {
  border: 1px dashed #000000;
  padding: 8px 18px;
  min-width: 114px;
  display: inline-block;
  margin-bottom: 9px;
}

.couponscrool {
  max-height: 310px!important;
}

.couponapply {
  border: 1px dashed #dddddd;
  background-color: #F2F4F6;
  padding: 10px 20px;
}

.applycolor {
  color: #FF5851;
}

/* checkout css end */

/*scrollbar css start*/

* {
  scrollbar-color: #DCE0E7 #f8fafc;
  scrollbar-width: thin;
  scrollbar-height: thin;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  -moz-appearance: none !important;
}

*::-webkit-scrollbar-track, *::-webkit-scrollbar-track-piece {
  background-color: #f8fafc;
  -moz-appearance: none !important;
  border: none !important;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb:vertical, *::-webkit-scrollbar-thumb:horizontal {
  background-color: #DCE0E7;
  outline: none;
  border-radius: 4px;
  -moz-appearance: none !important;
}

/*scrollbar css end*/

/*css for custom radio start*/

.form-check, .custom-checkbox {
  padding: 0;
}

.form-check .form-check-input {
  height: 20px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
}

.form-check .form-check-input {
  opacity: 0
}

.form-check .form-check-label {
  background-image: url(../img/ic_radio_untick.svg);
  background-repeat: no-repeat;
  padding-left: 43px;
  /* background-position: left 8px; */
  cursor: pointer;
  background-position: left 8px top;
}
.couponscrool .form-check .form-check-label {background-position: left 8px;}
.form-check-input:checked~.form-check-label {
  background-image: url(../img/ic_radio_tick.svg);
}

.couponborder:checked~.form-check-label .couponname {
  border: 1px dashed #FF5851;
  color: #FF5851;
}

.assessments .form-check {
  padding: 12px 0;
}

/*css for custom radio end*/

.wrap-name
{
    word-break: break-all !important;
}
.setflex{
  display:flex;
}
.error{
  color:red;
}
.mt-10 {
  margin-top: 10px !important;
}
.ms-40 {
  margin-left: 40px !important;
}
.show a#dropdownMenuButton { 
  background-image: url(../img/ic_arrow_up.svg); 
  transition: transform 0.25s ease-in-out 0s; 
}


/*sonali css*/
.dropdown-menu.custom--css {
    box-shadow: rgb(28 28 28 / 8%) 0px 2px 8px;
    border-radius: 0.5rem;
    margin-top: 20px;
    border: 1px solid rgb(207, 207, 207);
    width: 17rem;
}

.pac-container{
  box-shadow: rgb(28 28 28 / 8%) 0px 2px 8px !important;
  border-radius: 0.5rem !important;
  margin-top: 13px !important;
  border: 1px solid rgb(207, 207, 207) !important;
  width: 17rem !important;
}

.hMhHrX {
  display: flex;
  align-items: center;
}

.cnVWgI {
cursor: pointer;
padding: 1rem;
}

.kMzwgH {
  margin: 0;
  color: rgb(239, 79, 95);
  font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;}

.hYvOof {
  width: 1.6rem;
}

.hBztXI {
  margin: 0px 0px 0px 1.6rem;color: rgb(156, 156, 156);
  font-size: 12px;
  line-height: 14px;
}
 