/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", sans-serif !important;
  background-color: #fff !important;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.group {
  position: relative;
  margin-bottom: 25px;
  height: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* HIGHLIGHTER ================================== */
}
.group svg {
  position: absolute;
  top: 12px;
  right: 5px;
  background: #fff;
}
.group input,
.group select,
.group textarea {
  font-size: 18px !important;
  padding: 10px 10px 10px 5px !important;
  display: block;
  /* width: 100% !important; */
  border: none;
  border: 1px solid #cecece !important;
  background-color: transparent !important;
  box-sizing: border-box !important;
  height: 45px !important;
  padding: 0px 15px !important;
  border-radius: 5px !important;
  width: 100%;
}
.group input:focus,
.group select:focus,
.group textarea:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 10px !important;
  padding: 0px 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group input:focus ~ label,
.group input:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group select:focus ~ label,
.group select:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.accpt {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 85px;
}
@media only screen and (min-width: 1125px) {
  .accpt {
    margin-bottom: 0px !important;
  }
}
.accpt p {
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}
.accpt .ter .text-toogle {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.accpt .ter .text-toogle input[type=checkbox] {
  position: relative;
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  flex-shrink: 0;
  opacity: 1;
  pointer-events: revert;
}
.accpt .ter .text-toogle input:checked[type=checkbox] {
  background: #8505f9;
}
.accpt .ter .text-toogle input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.accpt .ter .text-toogle input:checked[type=checkbox]:before {
  left: 24px;
}

/* custom css added Dikshant */
/* custom contaner width */
.container {
  width: 100% !important;
  padding: 0 20px !important;
}

.bg-img {
  padding: 10% 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  background-position: center;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .bg-img {
    padding: 0;
  }
}
.bg-img .multi-resta-ordering {
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 32px 32px 100px rgba(30, 39, 51, 0.2);
  -webkit-backdrop-filter: blur(21.7463px);
          backdrop-filter: blur(21.7463px);
  /* Note: backdrop-filter has minimal browser support */
  padding: 50px;
  overflow: auto;
  height: auto;
  max-height: 100vh;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .bg-img .multi-resta-ordering {
    padding: 15px;
  }
}
.bg-img .multi-resta-ordering .head {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .bg-img .multi-resta-ordering .head {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.bg-img .multi-resta-ordering .head h1 {
  font-size: 52px;
  font-weight: bold;
  color: rgba(255, 34, 34, 0.9803921569);
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .bg-img .multi-resta-ordering .head h1 {
    font-size: 25px;
  }
}
.bg-img .multi-resta-ordering .head p {
  font-size: 22px;
  color: #80808A;
}
@media screen and (max-width: 991px) {
  .bg-img .multi-resta-ordering .head p {
    font-size: 13px;
  }
}
.bg-img .multi-resta-ordering .search {
  display: flex;
  align-items: center;
}
.bg-img .multi-resta-ordering .search input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  height: 50px;
  width: 100%;
  outline: 0;
  padding: 20px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .bg-img .multi-resta-ordering .search input {
    height: 40px;
  }
}
.bg-img .multi-resta-ordering .search button {
  box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
  border-radius: 4px;
  background-color: #8505f9;
  height: 50px;
  color: #fff;
  border: 0;
  width: 160px;
  margin-left: 15px;
  outline: 0;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .bg-img .multi-resta-ordering .search button {
    height: 40px;
  }
}
.bg-img .multi-resta-ordering .video_part .title {
  position: relative;
  margin: 25px 0;
}
.bg-img .multi-resta-ordering .video_part .title h3 {
  font-size: 18px;
  text-align: center;
  color: #263238;
  display: table;
  padding: 10px;
  margin: 0;
  position: relative;
  margin: 0px auto;
}
.bg-img .multi-resta-ordering .video_part .title:after {
  content: "";
  position: absolute;
  width: 20%;
  opacity: 0.5;
  border: 1px solid #8505f9;
  height: 1px;
  right: 0;
  bottom: 17px;
}
@media screen and (max-width: 991px) {
  .bg-img .multi-resta-ordering .video_part .title:after {
    font-size: 13px;
  }
}
.bg-img .multi-resta-ordering .video_part .title:before {
  content: "";
  position: absolute;
  width: 20%;
  opacity: 0.5;
  border: 1px solid #8505f9;
  height: 1px;
  left: 0;
  bottom: 17px;
}
.bg-img .multi-resta-ordering .video_part .iframe-video iframe {
  border: 0;
  height: 450px;
}
@media screen and (max-width: 991px) {
  .bg-img .multi-resta-ordering .video_part .iframe-video iframe {
    height: 175px;
  }
}
.bg-img .multi-resta-ordering .multi-location {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.bg-img .multi-resta-ordering .multi-location .location {
  width: 48%;
  text-align: left;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 32px 32px 100px rgba(30, 39, 51, 0.2);
  -webkit-backdrop-filter: blur(21.7463px);
          backdrop-filter: blur(21.7463px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 8px;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-img .multi-resta-ordering .multi-location .location {
    width: 100%;
  }
}
.bg-img .multi-resta-ordering .multi-location .location .name {
  margin: 10px 0;
}
.bg-img .multi-resta-ordering .multi-location .location .name h3 {
  margin: 0px;
  font-size: 18px;
}
.bg-img .multi-resta-ordering .multi-location .location .ads p {
  font-size: 15px;
}
.bg-img .multi-resta-ordering .multi-location .location .miles {
  margin: 10px 0;
}
.bg-img .multi-resta-ordering .multi-location .location .miles .post-code {
  display: flex;
  justify-content: space-between;
}
.bg-img .multi-resta-ordering .multi-location .location .miles .post-code p {
  margin: 0;
}
.bg-img .multi-resta-ordering .multi-location .location .btn-loc {
  margin-top: 25px;
}
.bg-img .multi-resta-ordering .multi-location .location .btn-loc::before {
  content: "";
  position: absolute;
  width: 100%;
  opacity: 0.5;
  border: 1px solid #e0e0e0;
  height: 1px;
  left: 0;
  margin-top: -14px;
}
.bg-img .multi-resta-ordering .multi-location .location .btn-loc .btn-part {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bg-img .multi-resta-ordering .multi-location .location .btn-loc .btn-part a {
  text-decoration: none;
  outline: 0;
  color: rgba(255, 34, 34, 0.9803921569);
}
.bg-img .multi-resta-ordering .multi-location .location .btn-loc .btn-part button {
  background: #FFFFFF;
  /* elevation20 */
  height: 40px;
  box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
  border-radius: 37px;
  border: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
.bg-img .multi-resta-ordering .multi-location .location .btn-loc .btn-part button svg {
  fill: rgba(255, 34, 34, 0.9803921569);
  margin-right: 5px;
}

.container {
  padding: 0;
}

/* Dikshant added changes */
.bg-img .multi-resta-ordering .multi-location .location .name h3 {
  font-weight: 600 !important;
}

.bg-img .multi-resta-ordering .multi-location .location .btn-loc .btn-part button {
  border-radius: 6px !important;
  width: 100% !important;
  box-shadow: 0px 3px 7px rgba(110, 116, 134, 0.11) !important;
}

.bg-img .multi-resta-ordering .multi-location .location .ads p {
  font-size: 12px !important;
  color: #bababa !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.bg-img .multi-resta-ordering .multi-location .location .btn-loc .btn-part {
  justify-content: space-between !important;
}

.bg-img .multi-resta-ordering .multi-location .location .btn-loc::before {
  border: 0 !important;
  border-top: 0.5px solid #d1d1d1 !important;
}

.bg-img .multi-resta-ordering .multi-location .location {
  padding: 20px 20px 10px 20px !important;
  box-shadow: 0px 7px 16px rgba(30, 39, 51, 0.07) !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.bg-img .multi-resta-ordering .multi-location .location .name h3 {
  font-size: 16px !important;
}

.bg-img .multi-resta-ordering .multi-location .location .miles .post-code p {
  font-weight: 600 !important;
}

.bg-img .multi-resta-ordering {
  background-color: #fafafa !important;
}

.bg-img .multi-resta-ordering .search button {
  background-color: #e53935 !important;
}

.bg-img .multi-resta-ordering .multi-location .location .btn-loc .btn-part a {
  color: #e53935 !important;
  width: 45% !important;
}

.collection_btn:hover, .delivery_btn:hover {
  background-color: #e53935 !important;
}

.collection_btn:hover svg, .delivery_btn:hover svg, .collection_btn:hover svg path, .delivery_btn:hover svg path {
  fill: #fff !important;
}

.collection_btn_disabled, .delivery_btn_disabled {
  background: #edecec !important;
  color: #000;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none !important;
  color: #777;
}

.collection_btn_disabled svg, .delivery_btn_disabled svg, .collection_btn_disabled svg path, .delivery_btn_disabled svg path {
  fill: #777 !important;
}

.bg-img .multi-resta-ordering .search input {
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 6px !important;
  width: 100% !important;
  padding: 20px;
  font-size: 16px !important;
  background: #fafafa !important;
  font-weight: 600 !important;
}

.bg-img .multi-resta-ordering .search button {
  border-radius: 6px !important;
}

.bg-img .multi-resta-ordering .head h1 {
  color: #777 !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  font-size: 24px !important;
  text-align: left !important;
}

.bg-img .multi-resta-ordering .head p {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(119, 119, 119, 0.7411764706) !important;
  text-align: left !important;
}

@media (max-width: 550px) {
  .bg-img .multi-resta-ordering .head h1 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .bg-img {
    padding-top: 20px !important;
  }
}
@media (min-width: 700px) {
  .bg-img .multi-resta-ordering {
    margin: 0 5% !important;
    padding: 5% !important;
  }
  .bg-img .multi-resta-ordering .multi-location .location .ads p {
    font-size: 14px !important;
    color: #bababa !important;
    line-height: 22px !important;
    font-weight: 400 !important;
  }
}/*# sourceMappingURL=multires.css.map */