@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.dn {
  display: none;
}

/* captcha on contact us page */
.captcha {
  position: absolute;
  z-index: 9;
  padding: 8px 10px 5px;
  width: 100%;
  font-size: 23px;
  text-decoration: line-through;
}
.cms-height {
  min-height: 350px;
}
/* order timing on home page */
.progress-bar div span {
  position: absolute;
  font-size: 22px;
  line-height: 35px;
  height: 180px;
  width: 180px;
  left: 10px;
  top: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  padding-top: 57px;
}

.promo-checked {
  background: #8cc152;
  border: 2px solid #8cc152;
}

.promo-code-btn1 {
  position: absolute !important;
  top: 0px;
  background-color: #656d78;
  color: #ffffff;
  padding: 8.5px 12px;
  font-size: 14px;
  border-radius: 0;
  border: 2px solid #656d78;
  right: -60px;
}

.promo-btn {
  top: 0px;
  background-color: #656d78;
  color: #ffffff;
  padding: 8.5px 12px;
  font-size: 14px;
  border-radius: 0;
  border: 2px solid #656d78;
  right: -60px;
}

.capitalize {
  text-transform: capitalize;
}

.static-box {
  background-color: #f5f7fa;
  text-align: left;
  padding: 20px;
  border: 1px solid #ddd;
}

.what-client-say-box {
  background-color: #000;
  background-image: url(../sandwich/images/banner3.jpg) !important;
  z-index: 1;
  position: relative;
  border-radius: 0;
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footerPad {
  padding-bottom: 50px;
}

button.small-btn.itemAdded {
  background-color: #656d78;
}

.error-border {
  border: 1px solid red !important;
}

.add-amount-modal h4,
.add-amount-modal h5 {
  color: #656d78 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #c5c5c5 !important;
  background: #f6f6f6 !important;
  font-weight: normal !important;
  color: #454545 !important;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #f6f6f6 !important;
  background: #20a464 !important;
  border: none !important;
}

.sub-footer a.footer-btn {
/*  background-color: #656d78 !important;*/
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .add-extra-items {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  .select2-container {
    width: 200px !important;
  }
}

.ui-datepicker-calendar tr {
  background: #f6f6f6 !important;
}

/*Anand*/
/*Web view changes*/

.mobile-view {
  display: none;
}

.tab-content {
  margin-bottom: 100px;
}

.footer-3 {
    display: none !important;
  }

.meal-box .meal-img {
  height: auto !important;
}

h4.meal-type span.see-more {
  cursor: pointer;
}

.meal-box .addbtn {
  display: flex !important;
}

.meal-box .addbtn .pull-left {
  flex: 1 !important;
}

@media screen and (min-width: 767px) {
  .left-arrow {
    display: none !important;
  }
}
/*Anand*/
/*Mobile view changes*/

@media screen and (max-width: 767px) {
  .promo-code-btn1 {
    top: 8px !important;
    height: 46px !important;
  }

  .meal-box .addbtn {
    display: flex !important;
    margin-top: 35px;
  }

  .meal-box .addbtn .pull-left {
    flex: 1 !important;
  }

  .footer-3 {
    display: none !important;
  }

  .toast-bottom-center {
    bottom: 60px !important;
  }

  .foot-price,
  .foot-price:hover,
  .foot-price:focus {
    display: none !important;
  }

  #icon-menu {
    display: none !important;
  }

  #logo img {
    left: 30px !important;
  }

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

  .modal-dialog {
    display: flex;
    height: 100%;
    margin: auto !important;
    align-items: center;
    justify-content: center;
    width: 90% !important;
  }

  .modal-content .modal-hg {
    width: 100%;
  }

  .breadcrumb {
    display: none !important;
  }

  .back .fooddialer {
    display: none !important;
  }

  .sub-footer {
    z-index: 399 !important;
  }

  .myaccount-main-panel .row .col-sm-12,
  .booking-history .row .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .myaccount-main-panel .row.pt{
    overflow-x: scroll;
    margin: 0 !important;
  }

  .booking-history {
     /*overflow-x: scroll; */
     margin-right: 15px !important; 
     margin-left: 15px !important;
  }

  .booking-history .row.pt.pb{
     overflow-x: scroll;
     min-height: 600px;
  }

  .booking-history .load-more{
    margin-left: -15px;
    margin-right: -15px;
  }

  .no-meal {
    margin: 0 !important;
  }

  .meal-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    background-color: #f5f7fa;
    position: relative;
    padding-bottom: 30px;
  }

  .meal-box > .clearfix {
    width: 75%;
  }

  .mobile-view .pull-right {
    margin-top: -10px;
    background: white;
    width: 85%;
    box-shadow: 0 1px 21px 1px rgb(0 0 0 / 40%);
    border-radius: 5px;
    z-index: 299 !important;
    align-items: center;
    justify-content: center;
  }

  .checkout {
    width: auto !important;
  }

  .add-btn {
    padding: 3px;
    border-radius: 5px;
    color: #fff !important;
  }

  .checkout .add-btn {
    padding: 6px 10px !important;
  }

  .meal-img {
    width: 150px !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 5px 0;
  }

  .addimg {
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff !important;
  }

  .mobile-view {
    display: flex;
  }

  .web-view {
    display: none;
  }

  .weekly-add-meal-btn{
    background: transparent !important;
  }

  .chooseMeal {
    padding: 8px;
    border-radius: 5px;
    background: rgb(233, 87, 63);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chooseMeal > h3,
  .mobile-view .count > h3 {
    display: none;
  }

  .chooseMeal > p {
    margin-bottom: 0 !important;
    padding: 3px;
  }

  .overlay {
    top: 0%;
    width: 100px;
    left: unset;
    transform: unset;
  }

  .img-text b {
    display: none;
  }

  .img-text span {
    font-size: 15px;
  }

  .mobile-view .count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    padding: 3px;
  }

  .mobile-view .nonveg-icon,
  .mobile-view .veg-icon {
    position: absolute;
    left: 6px;
    top: 6px;
  }

  .meal-bg {
    border-radius: 5px;
    background-color: #f5f7fa;
  }

  hr.view-item-div {
    display: none;
  }

  .view-item-box{
    position: absolute;
    bottom: 0;
  }

  .tab-content {
    margin-bottom: 50px;
  }

  .left-arrow {
    position: absolute;
    font-size: 20px;
    padding: 17px 30px 12px 25px;
    color: #e9573f;
    border: none;
    background: #fff;
    z-index: 99;
  }
}

.no-meal{
  margin: 0 !important;
}

.row.check-meal-ckbx .info-bg{
  padding-top: 15px;
}

/*to enable global message in mobile view */
@media screen and (min-width: 768px) {
  .mobile-alert {
    display: none;
  }
}

/*whatsapp widget*/

.whatsapp {
  position: fixed;
  right: 50px;
  bottom: 50px;
  border-radius: 15px;
  z-index: 999;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
}

.whatsapp-icon {
  width: 50px;
  height: 50px;
  transition: all 0.5s;
}

.whatsapp-icon:hover {
  transform: scale(1.2);
}

.whatsapp-menu {
  bottom: 70px;
}

@media screen and (max-width: 767px) {
  .whatsapp,
  .whatsapp-menu {
    right: 20px;
    bottom: 20px;
  }
}

/*whatsapp widget ends*/


/*fixed the app-box section content in the homepage */
.app-box-main {
  padding-top: 0 !important;
  }

.app-box-main .row{
  display: flex;
  align-items: center;
}

.mobile-left img{
  width: 100%;
  height: auto;
}

/*onefooddialer terms and conditions page starts*/

.fooddialer-terms-box{
  background: lightgray;
}

.fooddialer-terms-box .homepage-title{
/*  text-align: left;*/
  width: 100%;
  margin: 0 auto 75px auto;
  padding-top: 75px;
}

.fooddialer-terms-box .homepage-title span b{
  font-size: 30px;
  color: #000;
}

.fooddialer-terms-box .bg-white{
  background: #fff;
  padding: 3rem 0;
}

.fooddialer-terms-box .container{
  padding-left: 30px;
  padding-right: 30px;
}

.fooddialer-terms-box .bg-white span{
  padding-left: 40px;
}

.fooddialer-terms-box h3{
  margin-top: 10px;
  font-weight: 700;
  color: #000;
}

.fooddialer-terms-box .bg-grey{
  background: #f8f9fa;
  padding: 3rem 0;
}

#footer-terms{
  text-align: right;
  color: #656D78;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  margin: 0px;
  line-height: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32);
  padding-right: 10%;
}

/*onefooddialer terms and conditions page ends*/