@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap');
html,
body {
    height: 100%;
    max-height: 100%;
}
/*.right-part{*/
/*    z-index:99999;*/
/*}*/
#checkoutpage .custom-control {
    position: relative;
    display: block;
    min-height: 1.8rem;
    padding-left: 1.8rem;
    padding-top: 3px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#checkoutpage .custom-control-label {
    margin-bottom: 5px;
    margin-top: 5px;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    /*border-bottom: 1px solid #e9ecef;*/
    /*border-top-left-radius: .3rem;*/
    /*border-top-right-radius: .3rem;*/
    margin:10px 0 0 0;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
    border-top: 1px solid #e9ecef;
}
.HeaderButtons ul li.dropdown .dropdown-item:before {
    bottom: 100%;
    right: 14px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fcc647;
    border-width: 7px;
    color:#fff;
    /* margin-left: 0px; */
    display: none;
}
.selectpackagemodal .modal-title1 {
    font-size: 20px;
    /*font-weight: bold;*/
    /*color: #2F3443;*/
    text-align:center;
    margin-left:340px;
}
.modal1 {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1050;*/
    display: none;
    overflow: hidden;
    outline: 0;
    height:295px;
}

.modal-header1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 10px;*/
    /*border-bottom: 1px solid #e9ecef;*/
    /*border-top-left-radius: .3rem;*/
    /*border-top-right-radius: .3rem;*/
}

.modal-header1 .modal-body3 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
    background:#fff;
     border-radius: 0px 10px 10px 0px;
     font-size: 14px;
}
.modal-body3 p {
    color: #b1b1b1;
    font-size: 14px;
}


.modal-header1 .modal-body1 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    font-size: 14px;
}
.modal-body1 p {
    color: #b1b1b1;
    font-size: 14px;
}

.modal-body2 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    margin-top: 15px;
    border-radius: 5px;
}

.modal-body4 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
    /*margin-top: 15px;*/
    border-radius: 5px;
    padding:15px;
    color: #b1b1b1;
    font-size: 18px;
    text-align:center;
}

.modal-content1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 10px;
    outline: 0;
    padding: 5px 15px 0 15px;
    margin-bottom: 10px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border:0px;
    border-radius: 10px;
    outline: 0;
    padding: 5px 15px 0 15px;
}

.modal-title {
    font-size: 20px;
    /* text-align: center; */
    margin-left: 150px;
}
.modal-header .close .img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 0px;
    padding: 0px;
}


.modal-header .close {
    padding: 5px;
    margin: 0;
   /* border: 1px solid #000;
    background: #000;*/
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
#addAddressModal .modal-header .close {
    padding: 5px;
    margin: 0;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    opacity: 0.9;
}


.modal-header .close:hover {
  background-color: #ebebeb;
  color: white;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    /*text-transform: capitalize;*/
}
.backcolor
{
    margin: 0;
    padding: 0;
    background-color: #FCC647;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    text-transform: capitalize;
        height: 100%;
    max-height: 100%;
}
/*.kitchen-information*/
/*{*/
/*    background-color: #eee;*/
/*}*/

/*.tab-content{*/
    
/*    width:800px;*/
    
/*}*/
.container-fluid2 {
    width: 450px;
    margin-top: -400px;
    margin-left: 930px;
    margin-bottom: 450px;
    
}


/*.main-img{*/
  
/*  -webkit-mask-image: linear-gradient(black, transparent);*/
/*  mask-image: linear-gradient(black, transparent);*/

/*}*/


.footerLogo1{
    display:none !important;
}

.topHeaderSection {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topHeaderSection.deliverHeader {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.topHeaderSection .HeaderButtons {
    position: relative;
}

.topHeaderSection .HeaderButtons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.HeaderSection .HeaderButtons ul li .ShopingCart .img-fluid {
    margin: 0 0 0 30px;
    width:40px;
}

.HeaderSection .HeaderButtons ul li {
    margin: 0 10px 0 10px;
}



.checkout-cart-section1 .product-pay-information1 {
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 20px;
    border-radius: 10px;
    margin-top: -590px;
}


/*Prathap css*/
.kitchen-information .hero-area .main-img
{
    height: 360px;
    border: 2px solid #707070;
    background-color:#2F3443;  
}





/*Prathap css End */

.HeaderSection {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 10px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HeaderSection.deliverHeader {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.HeaderSection .HeaderButtons {
    position: relative;
}

.HeaderSection .HeaderButtons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.HeaderSection .HeaderButtons ul li .ShopingCart .img-fluid {
       margin: 0px 0 0 25px;
    width: 45px;
}

.HeaderSection .HeaderButtons ul li {
    margin: 0 0 0 10px;
}

.lightbrown {
    color: #2F3443 !important;
    font-size: 16px;
    font-family: 'Poppins';
}
.HeaderSection .HeaderButtons .dropdown .dropdown-toggle {
    height: auto;
    display: block;
    border: none;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    /*margin-left: 20px;*/
    /* margin-right: 35px; */
}


.HeaderSection  .HeaderButtons .dropdown  button img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*border: solid 2px #FCC647;*/
    margin-right: 10px;
}

.HeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 21px;

}

/*Prathap css End*/






@media(max-width: 460px) {
    .topHeaderSection .HeaderButtons ul li:last-child {
        display: none;
    }
}

.topHeaderSection .HeaderButtons ul li .ShopingCart {
    position: relative;
}

.topHeaderSection .HeaderButtons ul li .ShopingCart img {
    width: 48px;
}

.topHeaderSection .HeaderButtons ul li.dropdown button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
}

.topHeaderSection .HeaderButtons ul li.dropdown button:focus {
    box-shadow: none;
    outline: none;
}

.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 21px;
    font-family: 'Poppins';
}
/*.topHeaderSection .HeaderButtons ul li span {*/
/*    letter-spacing: 0px;*/
/*    color: #2F3443;*/
/*    margin-right: 15px;*/
/*    font-size: 21px;*/
/*    font-family: 'Poppins';*/
/*}*/


.topHeaderSection .HeaderButtons ul li.dropdown button img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /*border: solid 2px #FCC647;*/
    margin-right: 12px;
}
.addmorebutton{
    background: #FCC647;
    border: 1px solid #FCC647;
    border-radius: 25px;
    color: #2F3443;
    font-size: 15px;
    width: 120px;
    height: 30px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
    margin-top: 20px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}

.loginButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: solid 1px #000;*/
    width: 100px;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
    background-color: #dae0e5 ;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    /*margin-top: 20px;*/
}

.loginButton:hover {
    cursor: pointer;
    transition: all 0.5s ease;
    background-color:#dae0e5;
    color: #000;
    text-decoration: none;
    border: solid 1px #dae0e5;
}

.signupButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #0062cc;
    width: 100px;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
    background-color: #0062cc;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    /*margin-top: 20px;*/
    margin-left: 10px;
}

.signupButton:hover {
    cursor: pointer;
    transition: all 0.5s ease;
    background-color: #007bff;
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #007bff;
}

.mainSection {
    position: relative;
}

.mainSection .mainLeftsideImage {
    position: absolute;
    left: 0px;
    top: -20px;
}

.mainSection .mainLeftsideImage img {
    width: 100%;
    max-width: 270px;
}

.mainTextContent {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 0px 40px 0px;
}

@media(max-width: 420px) {
    .mainTextContent {
        padding: 0px 20px;
    }

}

@media(max-width: 360px) {
    
    .hero-area10 .image-container img {
    height: auto;
    max-width: 70%;
    margin: 50px 0 0 0;
}

}

.mainTextContent h1 {
    padding-top: 70px;
    width: 100%;
    text-align: center;
    color: #2F3443;
    font-size: 35px;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 50px;
}

.locateMeSection {
    position: relative;
    background: #FFF;
    padding: 10px;
    border-radius: 80px;
    width: 100%;
    max-width: 850px;
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
}

.locateMeSection .locateMe_icon {
    position: relative;
    border-right: solid 1px #dadada;
    line-height: 60px;
    width: 220px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.locateMeSection .locateMe_icon img {
    margin-right: 10px;
}

.locateMeSection .locateMe_icon span {
    color: #CE543D;
    font-size: 16px;
    font-weight: 600;
}

.locateMeSection .SearchLocation {
    position: relative;
    width: calc(100% - 300px);
}

.locateMeSection .SearchLocation input {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    color: #2F3443;
}

.locateMeSection .SearchLocation input:focus {
    box-shadow: none;
    outline: none;
}

.locateMeSection a,
.locateMeSection button {
    position: relative;
    width: 160px;
    height: 60px;
    background: #FCC647;
    border-radius: 50px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1.5px #FCC647;
    transition: all 0.5s ease;
}

.locateMeSection a:hover,
.locateMeSection button:hover {
    transition: all 0.5s ease;
    background: transparent;
    color: #FCC647;
    text-decoration: none;
}

.locateMeSection a:focus,
.locateMeSection button:focus {
    box-shadow: none;
    outline: none;
}

.topFoodName {
    position: relative;
    margin-top: 60px;
    padding-left: 50px;
    margin-bottom: 60px;
}

@media(max-width: 420px) {
    .topFoodName {
        padding: 0 20px;
    }
}

.topFoodName ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.topFoodName .list_ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}
.topFoodName .list_ul .col-md-3 {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 25%;*/
    flex: 0 0 21%;
    max-width: 21%;
}
.topFoodName .list_ul .foodblog {
    margin-right: 30px;
    position: relative;
    width: 240px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    padding: 0px;
    max-width: 240px;
}
.topFoodName .list_ul .foodblog img {
    width: 100%;
    height: 75%;
    transition: all 0.5s ease;
}
.topFoodName .list_ul .foodblog:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.topFoodName .list_ul .foodblog .NameOfFood {
    position: absolute;
    padding: 6px 10px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    bottom: 10px;
    /*background: #FFF;*/
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topFoodName .list_ul .foodblog .NameOfFood span {
    font-size: 14px;
    font-weight: 600;
    color: #2F3443;
    padding: 10px;
}

.topFoodName .list_ul .foodblog .NameOfFood a:hover {
    text-decoration: none;
}

.topFoodName ul li {
    margin-right: 30px;
    position: relative;
    width: 240px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
}

.topFoodName ul li img {
    width: 100%;
    height: 75%;
    transition: all 0.5s ease;
}

.topFoodName ul li:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.topFoodName ul li .NameOfFood {
    position: absolute;
    padding: 6px 10px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    bottom: 10px;
    /*background: #FFF;*/
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topFoodName ul li .NameOfFood span {
    font-size: 14px;
    font-weight: 600;
    color: #2F3443;
    padding: 10px;
}

.topFoodName ul li .NameOfFood a:hover {
    text-decoration: none;
}

.mainSection .mainRightsideImage {
    position: absolute;
    left: auto;
    right: 0px;
    top: 90px;
}

.mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 400px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}

.whyChooseContent {
    position: relative;
    padding: 10px 40px 60px 40px;
}

.whyChooseContent_overlay {
    content: '';
    position: absolute;
    left: auto;
    right: 0px;
    top: 10px;
}

.whyChooseContent .container,
.paymentSystem .container,
.groundWorkSection .container,
footer .container,
.MiniFooter .container {
    max-width: 1300px;
}

.whyChooseContent .chooseLeftText {
    position: relative;
}

.whyChooseContent .chooseLeftText h2 {
    font-size: 36px;
    color: #2F3443;
    font-weight: 600;
    width: 100%;
    /* max-width: 550px; */
    margin-top: 90px;
    margin-bottom: 50px;
}
.whyChooseContent .chooseLeftText ul {
    margin-top: 0;
    margin: 10px 20px 0px -40px;
    line-height: 40px;
}
.whyChooseContent .chooseLeftText h1 {
    font-size: 36px;
    color: #2F3443;
    font-weight: 600;
    width: 100%;
    /* max-width: 550px; */
    margin-bottom:50px;
    /* padding-bottom: 30px; */
    display: none;
}

/*.whyChooseContent .chooseLeftText p {
    font-size: 12px;
    color: #2F3443;
    margin: 0;
    line-height:20px;
}
*/
.whyChooseContent .chooseLeftText p  strong {
    font-weight: bolder;
    line-height:48px;
    
}
.whyChooseContent .chooseRightContent {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    padding: 20px 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 280px;
    height: 210px;
    transition: all 0.5s ease;
}

.whyChooseContent .chooseRightContent.secondboxContent {
    /*margin-top: -30px;*/
}

.whyChooseContent .chooseRightContent:hover {
    transition: all 0.5s ease;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.whyChooseContent .chooseRightContent img {
    width: 100%;
    max-width: 80px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.whyChooseContent .chooseRightContent:hover img {
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.whyChooseContent .chooseRightContent p {
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.paymentSystem {
    position: relative;
    padding: 30px 0 50px 0;
}

.paymentSystem .paymentCardBox {
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    padding: 25px;
}

.paymentSystem .paymentCardBox:hover {
    transition: all 0.5s ease;
    /*box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);*/
    border-radius: 10px;
}

.paymentSystem .paymentCardBox img {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}

.paymentSystem .paymentCardBox h3 {
    color: #2F3443;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.paymentSystem .paymentCardBox p {
    margin: 0;
    color: #2F3443;
    font-size: 16px;
}

.groundWorkSection {
    position: relative;
    padding: 50px 0;
}

.groundWorkSection .groundWork_overlay {
    position: absolute;
    left: -80px;
    top: 0;
}

.groundWorkSection .groundWork_overlay img {
    width: 100%;
    max-width: 350px;
}

.groundworkImg {
    position: relative;
    text-align: center;
}

.groundworkImg img {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-left: -150px;
}

.groundworkTextContent {
    position: relative;
    padding-top: 195px;
}

.groundworkTextContent h2 {
    font-size: 35px;
    color: #2F3443;
    font-weight: 600;
    margin-bottom: 40px;
    width: 100%;
    max-width: 580px;
}

.groundworkTextContent p {
    font-size: 16px;
    color: #2F3443;
    margin: 0;
}

/*.palyStorSection {*/
/*    position: relative;*/
/*    padding: 60px 0 0 0;*/
/*}*/


.palyStorSection {
    position: relative;
    padding: 60px 0 0 0;
    background-color: #f6f6f6;
}

.palyStorSection .palyStorSection_overlay {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
}

.palyStorSection .playStorContents {
    position: relative;
}

.palyStorSection .playStorContents h2 {
    font-size: 35px;
    font-weight: 600;
    color: #2F3443;
    margin-bottom: 40px;
    width: 100%;
    max-width: 450px;
    line-height: 50px;
    padding-top: 100px;
}

.palyStorSection .playStorContents p {
    font-size: 16px;
    color: #2F3443;
    margin: 0;
}

.playStorButton {
    margin-top: 40px;
    display: flex;
}

.playStorButton .PlayStorIcon {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.playStorButton .PlayStorIcon a {
    margin-bottom: 20px;
}

.playStorButton .PlayStorIcon a img,
.playStorButton a img {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.NoHungerMobile {
    position: relative;
    text-align: center;
}

.NoHungerMobile img {
    margin: 0 auto;
    max-width: 80%;
}

footer {
    position: relative;
    background: #2F3443;
    padding: 90px 0px 20px 0px;
    /*margin: 35px 0px 0px 0px;*/
}

footer .footerMenus {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


footer .row{
    margin-top: 20px;
        border-bottom: 1px solid #7F7F7F;
}
footer .footerMenus li h4 {
        font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
        margin-bottom: 10%;
    color: #FFFFFF;
    /*font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;*/
}

footer .footerMenus li ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 30px 0px;
}

footer .footerMenus li ul li {
    width: 100% !important;
    margin-bottom: 5px;
}

footer .footerMenus li ul li a {
    color: #F6F6F6;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

footer .footerMenus li ul li a:hover {
    transition: all 0.5s ease;
    cursor: pointer;
    color: #FCC647;
    opacity: 1;
    text-decoration: none;
}

.MiniFooter {
    position: relative;
    background: #2f3443;
    padding: 30px 0px 30px 0px;
}

.MiniFooter .miniFooterContent {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}

.MiniFooter .miniFooterContent .footerLogo {
    position: relative;
}

.MiniFooter .miniFooterContent .footerLogo img {
    width: 100%;
    max-width: 110px;
}

.MiniFooter .miniFooterContent .copyRightSection {
    position: relative;
}

.MiniFooter .miniFooterContent .copyRightSection p {
       margin: 0;
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.8;
    font-family: 'Poppins';
    line-height: 18px;
}

.MiniFooter .miniFooterContent ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.MiniFooter .miniFooterContent ul li {
    margin: 0 0 0 20px;
    position: relative;
}

.MiniFooter .miniFooterContent ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #000000;
    transition: all 0.5s ease;
}

.MiniFooter .miniFooterContent ul li a:hover {
    text-decoration: none;
    transition: all 0.5s ease;
   background: #ffffff;
    color: #000000;
}

.MiniFooter .miniFooterContent ul li a i {
    font-size: 20px;
}

.deliveryMainSection {
    position: relative;
    background-image: url('../images/delivery_Header_BG.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 460px;
}

.deliveryMainSection .container-fluid {
    padding: 0 140px;
}

.deliveryMainSection .deliveryInformation {
    position: relative;
}

.deliveryMainSection .deliveryInformation h2 {
    letter-spacing: 0px;
    color: #2F3443;
    font-family: 'Poppins', sans-serif;
    font-size: 43px;
    font-weight: bolder;
    padding-top: 50px;
    margin-bottom: 50px;
}

.deliveryMainSection .deliveryInformation h3 {
    padding-left: 50px;
    color: #2F3443;
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 70px;
}

.deliveryMainSection .deliveryInformation h4 {
    color: #2F3443;
    font-size: 27px;
    font-weight: bolder;
    margin-bottom: 9px;
}

.deliveryMainSection .deliveryInformation h5 {
    color: #2F3443;
    font-size: 26px;
    font-weight: bolder;
}

.deliveryMainSection .deliveryInformation p {
    font-size: 26px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.deliveryMainSection .deliveryInformation svg {
    margin-right: 10px;
}

.whatDoYouLikeSection {
    position: relative;
    padding: 40px 0;
}

.whatDoYouLikeSection .container-fluid {
    padding: 0 140px;
}

.whatDoYouLikeSection .foodSelections h2 {
    color: #2F3443;
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 50px;
}

.whatDoYouLikeSection .foodSelections ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.whatDoYouLikeSection .foodSelections ul li {
    margin-right: 20px;
    position: relative;
}

.whatDoYouLikeSection .foodSelections ul li:last-child {
    margin-right: 0px;
}

.whatDoYouLikeSection .foodSelections ul li .inputHidden {
    position: absolute;
    left: -9999px;
}

.whatDoYouLikeSection .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #A29E8999;
    border-radius: 34px;
    display: flex;
    align-items: center;
    padding: 4px 30px 4px 15px;
    cursor: pointer;
}

.whatDoYouLikeSection .foodSelections ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 10px;
}

.whatDoYouLikeSection .foodSelections ul li label span svg,
.whatDoYouLikeSection .foodSelections ul li label span img {
    width: 25px;
}

.whatDoYouLikeSection .foodSelections ul li input[type=radio]:checked+label {
    background: #7EDABF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #03E57C57;
    border-radius: 34px;
    color: #FFFFFF;
}

.whatDoYouLikeSection .chooseFoodSection {
    position: relative;
    margin-left: 50px;
}

.whatDoYouLikeSection .chooseFoodSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.whatDoYouLikeSection .chooseFoodSection ul li {
    margin-right: 80px;
    position: relative;
}

.whatDoYouLikeSection .chooseFoodSection ul li:last-child {
    margin-right: 0px;
}

.whatDoYouLikeSection .chooseFoodSection ul li .inputHidden {
    position: absolute;
    left: -9999px;
}

.whatDoYouLikeSection .chooseFoodSection ul li label {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 19px #A29E8929;
    border-radius: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: inherit;
    cursor: pointer;
    width: 110px;
    height: 170px;
}

.whatDoYouLikeSection .chooseFoodSection ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 10px;
    margin: 10px auto 25px;
}

.startupindialogo{
    width: 150px;
}
/* .whatDoYouLikeSection .chooseFoodSection ul li label span svg,
.whatDoYouLikeSection .chooseFoodSection ul li label span img {
    width: 25px;
} */

.whatDoYouLikeSection .chooseFoodSection ul li input[type=radio]:checked+label {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 19px #E5C10399;
    color: #FFFFFF;
}

.kitchensaroundsections {
    margin-bottom: 0px;
}

.kitchensaroundsections .container-fluid {
      padding: 0px 50px 50px;
}

/*.kitchensaroundsections .container-fluid {*/
/*    padding: 50px 140px;*/
/*    margin-bottom: -50px;*/
/*}*/

.kitchensaroundsections .kitchen_left_heading span {
    font-size: 26px;
    font-weight: bolder;
    color: #2F3443;
}

.kitchensaroundsections .kitchen_left_heading h2 {
    font-size: 26px;
    font-weight: 400;
    color: #A7A8BC;
    margin-bottom: 36px;
}

.kitchensaroundsections .filter_right_btn {
    text-align: right;
    margin-bottom: 0;
    margin-top: 30px;
}

.kitchensaroundsections .filter_right_btn button {
    outline: unset;
    border: unset;
    background-color: transparent;
}

.kitchensaroundsections .filter_right_btn button image {
    width: 49px;
    height: 49px;
}

.kitchensaroundsections .kitchensmealtype label {
    font-size: 16px;
    color: #2F3443;
    font-weight: bold;
    display: block;
}

.kitchensaroundsections .kitchenscuisine select {
    font-size: 14px;
    border: none;
    background-color: #FFFFFF;
    width: 154px;
    height: 50px;
    border-radius: 5px;
    padding: 0 15px;
}

.kitchensaroundsections .kitchenscuisine select:focus {
    box-shadow: none;
    outline: none;
}
.dlcharges{
            color: #fff;
        font-family: 'Poppins';
        font-size: 17px;
}
.dlcharges .dlchargessubhead2{
        color: #fff;
        font-family: 'Poppins';
        font-size: 17px;
}
.fa-motorcycle{
    color: #fff;
}
.kitchensaroundsections .kitchenscuisine select.Cuisineselectbox {
    padding: 0 20px 0 45px;
}

.kitchensaroundsections .kitchenscuisine label {
    font-size: 16px;
    font-weight: bold;
    color: #2F3443;
    position: relative;
    display: block;
}

.foodsections .listOfFoodSection a {
    color:#000;
}



.kitchensaroundsections .kitchenscuisine select {
    font: 14px;
     border: 15px solid #fff; 
    /* background-color: #f6f6f6; */
    width: 100%;
    height: 50px;
    border-radius: 5px;
}

.foodSectionImg a{
    
    color:#000;
}

.kitchensaroundsections .kitchenscuisine img {
    position: absolute;
    top: 50%;
    left: 20px;
}

.kitchensaroundsections ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.kitchensaroundsections ul li {
    margin-right: 20px;
    position: relative;
}

.kitchensaroundsections ul li:first-child {
    width: 154px;
}

.kitchensaroundsections ul li:nth-child(2) {
    width: 253px;
}

.kitchensaroundsections ul li:nth-child(3),
.kitchensaroundsections ul li:nth-child(4),
.kitchensaroundsections ul li:nth-child(5) {
    width: 154px;
}

.kitchensaroundsections ul li:last-child {
    margin-right: 0;
}

.foodsections .container-fluid {
    padding: 0 50px;
}
.kitchenClosed{
    font-size: 13px;
    font-family: 'poppins';
    font-weight: 600;
    color: #fc2d2d;
    margin-bottom: 0px;
}

/*Sajal start*/
.foodsections .newsectionforfood {
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 30px;
    margin-top: 1rem;
    height: auto;
    min-height: auto;
    max-height: fit-content;
  
}
.cartfontdata {
    padding: 0px;
    width: 100%;
    font-size: 75px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
/*Sajal end*/
.foodsections .listOfFoodSection .foodSectionImg {
    position: relative;
    transition: all 0.5s ease;
    overflow: visible;
}

.foodsections .listOfFoodSection .foodSectionImg img.foodseleteddish {
    width: 100%;
    height: 180px;
    transition: all 0.5s ease;
}
.vl{
    border-right: 3px solid rgba(47, 52, 67, 0.25);
}
.foodsections .listOfFoodSection .foodSectionImg .foodrating {
    position: absolute;
    left: 7px;
    top: 8px;
}

.foodsections .listOfFoodSection .foodSectionImg .foodrating p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A7A8BC;
    font-size: 12px;
    background-color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 30px;
}

.foodsections .listOfFoodSection .foodSectionImg .foodrating p span {
    color: #000000;
    font-weight: 600;
}
 .foodrating p i {
    margin: 0 1px;
    color: #FCC647;
}
.ratingtext{
    font-size: 10px;
    font-family: 'poppins';
    color: #000;
}

.foodsections .listOfFoodSection .bookmarks {
    position: absolute;
    left: auto;
    right: 20px;
    top: 165px;
    width: 26px;
    height: 26px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.foodsections .listOfFoodSection .info1 {
    position: absolute;
    left: auto;
    right: 15px;
    top: 10px;
    width: 35px;
    height: 35px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.foodsections .listOfFoodSection .diet_home {
    position: absolute;
    left: auto;
    right: 20px;
    top: -13px;
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.foodsections .listOfFoodSection .diet_home img{
    width: 20px;
    margin: -3px 0px 0px 8px;
}
.foodsections .listOfFoodSection .diet_home .dietimg{
    width: 20px;
    margin: -3px 0px 0px 4px;
}
.foodsections .listOfFoodSection .diet_home .homedietimg{
    width: 23px;
    height: 23px;
    margin: -2px 0px 0px 20px;
}

.foodFooterSectio .col-md-10{
position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.foodsections .listOfFoodSection .info1 .vegnonvegimg{
    margin: 8px 0px 0px 0px;
    width: 25px;
}
.foodsections .listOfFoodSection .info1 .vegimg{
    margin: 8px 0px 0px 0px;
    width: 25px;
}
.foodsections .listOfFoodSection .info1 .nonvegimg{
    margin: 5px 0px 0px 0px;
    width: 20px;
}
.foodsections .listOfFoodSection .bookmarks img {
    width: 10px;
}

.foodsections .listOfFoodSection .foodSectionImg span.discountSpan {
    position: absolute;
    left: auto;
    right: -3px;
    bottom: -125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    font-size: 11px;
    color: #fff;
    /*border-radius: 30px;*/
    background: #FFB300;
    box-shadow: -8px -8px 32px rgba(14, 60, 110, 0.1), 8px 8px 32px rgba(14, 60, 110, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.foodsections .listOfFoodSection h3 {
    font-size: 15px;
    color: #2F3443;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 14px;
    margin: 0;
    font-family: 'poppins';
    margin-left: 1px;
}
.foodsections .listOfFoodSection .foodFooterSectio h6 {
    font-size: 10px;
    color: #2F3443;
    font-style: normal;
    /*font-weight: 600;*/
    margin: 0;
    padding: 5px;
    font-family: 'poppins';
}
.store_timings{
    width: 13px;
}
.store_timings1{
    width: 12px;
    background: linear-gradient(90deg, #FFE8C5 0%, #FFF8EE 100%);
    border-radius: 50%;
}
.foodsections .listOfFoodSection .foodFooterSectio {
    position: relative;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 3px 10px;
}
.popover .arrow {
    position: absolute;
    display: none;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.foodsections .listOfFoodSection .foodFooterSectio p {
    margin: 0;
    /*background-color: #A29E8929;*/
    font-size: 10px;
    color: #2F3443;
    padding: 4px 3px;
    border-radius: 30px;
    width: auto;
    font-family: 'poppins';
    font-weight:400;
}

.foodsections .listOfFoodSection .foodFooterSectio span {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 10px;
    color: #2F3443;
    font-family: 'poppins';
}

.foodsections .listOfFoodSection .foodFooterSectio span svg {
    margin-right: 5px;
    width: 20px;
    fill: #FCA896;
}

.foodsections .foodsectionsloadmorebtn {
    text-align: center;
    margin-top: 50px;
}

.foodsections .foodsectionsloadmorebtn a {
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 2px #000000;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.5s ease;
}

.foodsections .foodsectionsloadmorebtn a:hover {
    background-color: #FCC647;
    color: #FFFFFF;
    border-color: #FCC647;
    transition: all 0.5s ease;
}

.loginPopup {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FCC647;
    padding-top: 70px;
}

.loginPopup .PopupClosedButton {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

svg:not(:root) {
    cursor: pointer;
}


.loginPopup .PopupClosedButton button {
    background-color: transparent;
    border: none;
}

.loginPopup .PopupClosedButton button:focus {
    box-shadow: none;
    outline: none;
}

.LoginContentWrap {
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0px auto 0;
    padding: 10px 20px;
    background-color: #FFFFFF;
    border-radius: 75px 75px 0 0;
}

.LoginContentWrap .LoginLogo {
    text-align: center;
    margin: -15px auto 0;
}

.LoginContentWrap .FormHeadingSection {
    padding: 10px 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.LoginContentWrap .FormHeadingSection h2 {
    font-size: 18px;
    color: #555555;
    margin: 0 0 20px 0;
    padding: 0 0 1px 0;
    position: relative;
    font-weight: 600;

}

.LoginContentWrap .FormHeadingSection h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #555555;
    height: 2px;
    width: 100%;
}

.LoginContentWrap .FormHeadingSection .sliderNumber {
    position: relative;
}

.LoginContentWrap .FormHeadingSection .sliderNumber p {
    margin: 0;
    letter-spacing: 0px;
    color: #CFCFCF;
    font-size: 16px;
    font-weight: 600;
}

.LoginContentWrap .FormHeadingSection .sliderNumber p span {
    color: #555555;
}



.LoginContentWrap .OTPreSendButton a span {
    color: #000000;
    font-size:20px;
    font-weight: 600;
    margin:0;
    padding-right:180px;
    }


.LoginContentWrap .OTPreSendButton a img {
    vertical-align: baseline;
    border-style: none;
}


.LoginContentWrap form {
    position: relative;
    padding: 10px 20px;
    height: calc(100% - 35px);
    overflow: hidden;
    overflow-y: auto;
}

.LoginContentWrap form::-webkit-scrollbar {
    width: 6px;
}

.LoginContentWrap form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #ffb300;
}

.LoginContentWrap form::-webkit-scrollbar-thumb {
    background-color: #eee;
}

.LoginContentWrap form h4 {
    letter-spacing: 0px;
    color: #FFA451;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    margin-top: 20px;
   
}
.LoginLogo a:hover {
    color: #ffea53;
    text-decoration: underline;
}

.LoginContentWrap form .inputLabel {
    position: relative;
    width: 100%;
}

.LoginContentWrap form .inputLabel input {
    box-shadow: none;
    outline: none;
    width: 98%;
    border: 1px solid #CFCFCF;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.LoginContentWrap form .inputLabel input:focus {
    box-shadow: none;
    outline: none;
    border: solid 1px #FCC647;
}

.LoginContentWrap form .inputLabel .placeholderContent {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 0px 4px;
    color: #000;
    transform-origin: top left;
    transition: all 0.5s ease;
}

.LoginContentWrap form .inputLabel input:focus+.placeholderContent,
.LoginContentWrap form .inputLabel input:placeholder-shown+.placeholderContent,
.LoginContentWrap form .inputLabel input:not(:placeholder-shown)+.placeholderContent {
    top: -12px;
    font-size: 16px;
    color: #939191;
    font-weight: 300;
    background-color: #fff;
}

.loginButtonSection {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 20px;
    
}

.loginButtonSection a {
    width: 100%;
    box-shadow: 0px 3px 8px #00000029;
    border-radius: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    
}

.loginButtonSection a:hover {
    text-decoration: none;
    cursor: pointer;
}

.loginButtonSection a:focus {
    box-shadow: none;
    outline: none;
}

.loginButtonSection a.sendOTPButton {
    background: #FCC647 0% 0% no-repeat padding-box;
    font-family:'Poppins';
    font-weight: 400;
}

.loginButtonSection a.continueWithEmail {
    background: #2F3443 0% 0% no-repeat padding-box;
    font-family: 'Poppins';
    font-weight: 400;
    color: #FCC647;
    margin-bottom: 5px;
}

.loginButtonSection span {
    display: block;
    margin: 16px 0;
}

.socialMediaIcon {
    padding: 20px;
    position: relative;
}

.socialMediaIcon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialMediaIcon ul li {
    margin: 0 20px;
}

.socialMediaIcon ul li a {
    outline: none;
    cursor: pointer;
}

.socialMediaIcon ul li a img {
    width: 30px;
}

/*.IfUserNotRegister {
    position: relative;
    padding: 5px 0;
}
*/

.LoginContentWrap .FormHeadingSection .IfUserNotRegister p a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #555555;
    height: 2px;
    width: 90px;
}
/*.IfUserNotRegister p {
    font-size: 16px;
    color: #939191;
    margin: 13px 0 0px 38px;
    padding: 0px 0 10px 0;
    position: relative;
    text-transform: none;
}
.IfUserNotRegister p a {
    color: #ce543D;
    outline: none;
    font-weight: 600;
}

.IfUserNotRegister p a:hover {
    text-decoration: none;
}*/

.OPTSectionBox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 40px 10px;
}
.otpfieldform form {
    position: relative;
    padding: 2px 50px;
    height: calc(100% - 90px);
    overflow: hidden;
    overflow-y: auto;
}
.OPTSectionBox input {
    border: none;
  border-bottom: 2px solid #000;
  outline: 0;
  color: #111111;
  width: 55px;
  padding: 0 5px;
  margin-right: 30px;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
  will-change: border;
  transition: border .3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 0;

}

.OPTSectionBox input:focus {
    box-shadow: none;
    outline: none;
    border-color: #FCC647;
}

.OTPreSendButton {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.OTPreSendButton a {
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}
.OTPreSendButton span {
    font-size: 14px;
    color: #ff0909;
    font-weight: bold;
    cursor: pointer;
}
.OTPreSendButton p {
    font-size: 13px;
}

.OTPreSendButton a:hover {
    text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.IfUserNotRegister.backScreen {
    text-align: left;
    position: relative;
}

.IfUserNotRegister.backScreen a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.IfUserNotRegister.backScreen a:hover {
    text-decoration: none;
}

.IfUserNotRegister.backScreen a img {
    transform: rotate(180deg);
    margin-right: 5px;
    width:25px
}

.whereAreYouFrom {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.whereAreYouFrom h2 {
    letter-spacing: -0.07px;
    color: #000000;
    font-size: 36px;
    font-weight: 200;
    margin: 0;
}

.whereAreYouFrom span {
    color: #CFCFCF;
    opacity: 1;
    font-size: 16px;
}

.chooseAnyOneSection {
    position: relative;
}

.chooseAnyOneSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chooseAnyOneSection ul li {
    width: 27%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.chooseAnyOneSection ul li input {
    position: absolute;
    z-index: -9999999;
}

/*.chooseAnyOneSection ul li label {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

.chooseAnyOneSection ul li label {
    position: relative;
    width: 100%;
    text-align: center;
    
}

.chooseAnyOneSection .foodiemargin{
    position: relative;
    width: 100%;
    text-align: center;
    margin-left: 460px;
}


.chooseAnyOneSection ul li label span {
    border: solid 1px #d4d4d4;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    height: 100px;
}

.chooseAnyOneSection .foodieimg {
    border: solid 1px #d4d4d4;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 8px;
    margin-bottom: 10px;
    width: 50%;
    display: block;
    height: 60px;
}

.chooseAnyOneSection .foodiesvg
{
    /*width: 60px;*/
    /*height: 85px;*/
    /*margin: 13px 0px 0 0;*/
    width: 50px;
    height: 50px;
    margin: 8px 0px 0 0;

}

.chooseAnyOneSection ul li label span svg,
.chooseAnyOneSection ul li label span img {
    /*width: 60px;*/
    /*height: 85px;*/
    /*margin: 13px 0px 0 0;*/
    width: 90px;
    height: 90px;
    margin: 8px 0px 0 0;

}

.chooseAnyOneSection ul li input[type="radio"]:checked+label span {
    border: solid 1px #FCC647;
}

.chooseAnyOneSection ul li label b {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
}

.chooseAnyOneSection ul li input[type="radio"]:checked+label b {
    color: #FCC647;
}

.chooseAnyOneSection .GotoNextSetp a,
.GotoNextSetp a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FCC647;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    width: 90px;
    height: 50px;
    border-radius: 30px;
    float: right;
    margin: 50px 0 0 0;
}

.WhereAreYouSingup {
    margin-top: -50px;
    /*border-top: solid 1px #dadada;*/
    position: relative;
    padding: 10px 0;
}
.WhereAreYouSingubase-count {
    margin-top: -50px;
    border-top: solid 1px #dadada;
    position: relative;
    padding: 10px 0;
}

.WhereAreYouSingup p {
    font-size: 16px;
    color: #939191;
    margin: 13px 0 0px 38px;
    padding: 0px 0 10px 0;
    position: relative;
}

.WhereAreYouSingup p a {
    color: #ce543d;
    outline: none;
    font-weight: 600;
}

.WhereAreYouSingup p a:hover {
    text-decoration: none;
}

.ByContinuing {
    position: relative;
    padding: 15px 0;
    display: flex;
    align-items: inherit;
}

.ByContinuing input {
    margin-right: 15px;
}

.ByContinuing input[type="checkbox"] {
    display: none;
}

.ByContinuing input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ByContinuing input[type="checkbox"]+label:last-child {
    margin-bottom: 10px;
    margin-top: -10px;
}

.ByContinuing input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #6cc0e5;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.ByContinuing input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.WrapcustomCheckBox {
    position: relative;
    margin-top: 20px;
}

.WrapcustomCheckBox p {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.WrapcustomCheckBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.WrapcustomCheckBox ul li {
    margin-right: 20px;
}

.WrapcustomCheckBox ul li:last-child {
    margin-right: 0;
}

.WrapcustomCheckBox ul li input[type="radio"]:checked,
.WrapcustomCheckBox ul li input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.WrapcustomCheckBox ul li input[type="radio"]:checked+label,
.WrapcustomCheckBox ul li input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.WrapcustomCheckBox ul li input[type="radio"]:checked+label:before,
.WrapcustomCheckBox ul li input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #7edabf;
    border-radius: 100%;
    background: #fff;
}

.WrapcustomCheckBox ul li input[type="radio"]:checked+label:after,
.WrapcustomCheckBox ul li input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #7edabf;
    position: absolute;
    top: 3px;
    left: 3.2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.WrapcustomCheckBox ul li input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.WrapcustomCheckBox ul li input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.licenseUploadSection {
    position: relative;
}

.licenseUploadSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.licenseUploadSection ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}


.licenseUploadSection ul li p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}


/*#mobilemenupreorderpart{
    display: none;
}*/
.licenseUploadSection ul li span {
    position: relative;
    text-align: center;
    width: 140px;
}

.btn2 {
    position: relative;
    text-align: center;
    z-index: 0;
    background: #f6f6f6;;
    cursor: pointer;
    color: red;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
}


.licenseUploadSection ul li span label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #f6f6f6;
    cursor: pointer;
    color: #000;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}



.licenseUploadSection ul li span input {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}


.successSection {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.successSection img {
    margin: 60px auto;
}

.successSection h4 {
    color: #555555;
    font-size: 20px;
    width: 100%;
    max-width: 262px;
    font-weight: 600;
    margin: 0 auto 40px;
}

.successSection p {
    color: #000000;
    margin: 0 auto 50px;
    font-size: 14px;
    width: 100%;
    max-width: 450px;
}

.successSection a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 60px;
    padding: 12px 25px;
    background-color: #FCC647;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}
/*#mobilemenupreorderpart{
    display: none;
}*/
@media(max-width: 1370px) {
    .mainSection .mainRightsideImage {
        right: 0px;
       /* display: none;*/
    }
}
/*@media(max-width: 2000px) {
    .mainSection .mainRightsideImage {
        right: 0px;
        display: none;
    }
}*/

@media(max-width: 1200px) {
    .mainSection .mainRightsideImage,
    .whyChooseContent_overlay {
        display: none;
    }
    .whyChooseContent .container,
    .paymentSystem .container,
    .groundWorkSection .container,
    footer .container,
    .MiniFooter .container,
    .palyStorSection .container {
        padding: 0 30px;
        max-width: 100%;
    }
}

@media(max-width: 1025px) {
    .whyChooseContent .chooseLeftText {
        margin-bottom: 40px;
    }
    .whyChooseContent .chooseRightContent {
        margin: 20px auto 20px;
    }
    .whyChooseContent {
        padding: 10px 0;
    }
    .groundworkImg img {
        margin-left: 0;
    }
    .removeBreakTag {
        display: none;
    }
    .deliveryMainSection .deliveryInformation h2 {
        margin-bottom: 30px;
    }
    .deliveryMainSection .deliveryInformation h3 {
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .whatDoYouLikeSection .chooseFoodSection {
        margin-left: 0;
        margin-top: 20px;
    }
    .deliveryMainSection .container-fluid,
    .whatDoYouLikeSection .container-fluid,
    .kitchensaroundsections .container-fluid,
    .foodsections .container-fluid {
        padding: 0 10px;
    }
    #aroundkitchen{
        margin-bottom: 0rem;
        margin-left: -12px;
    }
}

@media(max-width: 992px) {
   
    /*footer .footerMenus li {
        width: 20%;
    }*/
    footer .footerMenus li ul {
        margin-bottom: 40px;
    }
    .kitchensaroundsections ul {
        flex-wrap: wrap;
    }
    .kitchensaroundsections ul li:first-child,
    .kitchensaroundsections ul li:nth-child(2),
    .kitchensaroundsections ul li:nth-child(3),
    .kitchensaroundsections ul li:nth-child(4),
    .kitchensaroundsections ul li:nth-child(5) {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
.amount_rs{
        margin: 0px 0px 0px 5px;
    }
}
@media screen and (max-width: 767px) {
    /*new footer navigation start sajal*/
     .mb-navbar-new {
        width: 100%;
        height: 48px;
        background-color: #2F3443;
        border-radius: 9999px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style-type: none;
        padding: 0;
    }

    .effect {
        padding: 3px;
        background-color: white;
        transform: translateY(-14px);
        border-radius: 50%;
    }

    .rounded-circle {
        height: 48px;
        width: 48px;
        border: 2px solid #FFB300;
        border-radius: 50%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /*background-image: url(../icons/home_active.svg);*/
    }

    .item-name {

        font-size: 10px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-weight: 500;

    }

    .no-underline {
        text-decoration: none;
    }

    .color-yellow {
        color: #FFB300;
    }

    .cart-name {
        color: white;
        font-weight: 100;
        font-size: 8px;
    }

    .cart-link {
        display: flex;
        flex-direction: column;

    }

    .cart-wrapper {
        width: 72px;
        height: 48px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;

    }

    .cart-image {
        width: 2rem;
    }

    .m-0 {
        margin: 0px;
    }


    .p-0 {
        padding: 0px;
    }

    .order-history-img {
        width: 56px;
    }
    #mbnav .nav-link {
    /*display: block;*/
    padding: .5rem .5rem;
    }

        .new_nav__item span.base-count {
        position: absolute;
        /*left: 20px;*/
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        color: #fff;
        background: #ffb300;
        border-radius: 50%;
       /* top: -3px;*/
        font-size: 11px;
        margin-left: 17px;
    }
    /*new footer navigation end sajal*/


    #delivery_now_schedules_mobile .select-dropdown .select-option{
            background-color: #fff;
            border-radius: 5px;
            padding: 10px;
        }
        .emptycart{
            width: 150px;
            height: 150px;
            opacity: 0.5;
        }

        /*#delivery_now_schedules_mobile .select-dropdown, .select-dropdown .select-option {
            color: #000;
            padding: 3px 28px;
            font-size: 10px;
            border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
            cursor: pointer;
            user-select: none;
            font-family: 'Poppins';
            font-weight: 500;

        }*/
     
    #delivery_now_schedules_mobile .form-control {
    display: flex;
    width: 100%;
    padding: 0.375rem 1.75rem !important;
    font-size: 10px;
    line-height: 1.5;
    color: #000;
     border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-weight: 500;
    -webkit-appearance: none;
    }
    #mobilecart .form-control {
    display: flex;
    width: 100%;
    padding: 0.375rem 1.75rem !important;
    font-size: 10px;
    line-height: 1.5;
    color: #000;
     border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-weight: 500;
    -webkit-appearance: none;
    }

        #delivery_now_schedules_mobile .select-dropdown .select-option:checked {
            background-color: #fcc4675c;
        }
        #delivery_now_schedules_mobile .select-dropdown .select-option:hover {
            background-color: #fcc4675c;
        }
    #desktopcart{
        display: none !important;
    }
    #preorderModal .close{
        margin-top: 0px;
    }
    #preorderModal{
        margin-top: 8rem;
        border-radius: 10px;
        /*box-shadow: #ffb300 0px 0px 0px 3px;*/
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
       
    }
    .checkoutpagedropdownicon .panel-heading h4 {
    background-image: url(../images/arrow_down.png);
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    background-repeat: no-repeat;
    width: calc(100% - 10px);
    background-position: right;
}
    #preorderModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    }
    #preorderModal .modal-title {
    font-size: 16px;
    margin-left: 0px; 
    font-weight: 600;
    font-family: 'poppins';
    }
    #preorderModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.4rem;
    }
    #accordion .collapsed {
    display: inline-block;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
   /* padding: 0.375rem 0.75rem;*/
    font-size: 25px;
    line-height: 1.3;
    border-radius: 0.25rem;
    color: #000;
    margin-top: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    #preorderModal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    }
    #preorderModal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.5rem;
    border-top: 1px solid #ffffff;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.preorderschedule{
  font-size: 14px;
    font-family: 'poppins';
    font-weight: 600;
    margin-bottom: 0px;
}
#preorderModal .btn-primary{
    background-color: #ffb300;
    border: 1px solid #ffb300;
    letter-spacing: 2.2px;
    color: #000;
    font-weight: 600;
    border-radius: 15px;
    margin-top: -10px;
}
#new-col-md-5{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
#text_deliver_now_mobile{
    font-size: 10px;
    font-family: 'poppins';
}
/*Search page slider*/
#topsellerproduct h5{
    color: #2F3443;
    font-size: 16px;
    font-weight: bolder;
    float: left;
    margin-left: 10px;
    font-family: 'poppins';
}
#topsellerproduct .menutitle1{
    color: #2F3443;
    font-size: 13px;
    font-weight: bolder;
    float: left;
    margin-left: 5px;
    font-family: 'poppins';
    text-transform: capitalize;
}
#topsellerproduct h6{
    color: #d30f22;
    font-size: 14px;
    font-weight: bolder;
    float: right;
    font-family: 'poppins';
    border-bottom: 2px solid #d30f22;
    cursor: pointer;
}
.sliderbestseller .col-md-6{
    width: 50%;
}
.sliderbestseller .col-md-7{
    position: relative;
    width: 70%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}
.sliderbestseller .col-md-5{
    position: relative;
    width: 30%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}
.fullbestseller .col-md-6{
    width: 50%;
}
.slide-container .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 20px;
     margin: 15px 0px 0px 0px;
     padding: 10px; 
    border-radius: 20px;
    box-shadow: rgb(17 17 17 / 30%) 0px 1px 8px 0px;
}
.slide-container .itemprice {
    margin-top: 2px;
    margin-left: 7px; 
    font-size: 13px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
    margin-bottom: 0rem;
}

.slide-container .customlist {
    margin-top: 2px;
    margin-left: 7px; 
    font-size: 11px;
    font-weight: 600;
}
.slide-container .diet_home{
   position: relative;
    left: auto;
    right: 5px;
   /* top: -13px;*/
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.slide-container .diet_home img{
    width: 20px;
    height: 20px;
    margin: 5px 0px 0px 0px;
}
.slide-container .ratingtext {
    font-size: 14px;
    font-family: 'poppins';
    margin-top: 5px;
    color: #000;
}
.slide-container .example img {
    width: 75px;
}
.slide-container  .example .newprice_1 {
    position: absolute;
    top: 58%;
    left: 69%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}
.slide-container .example1 img {
    width: 75px;
}
.slide-container .example .oldprice {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #000;
    /* font-weight: bold; */
    font-size: 9px;
    font-family: Quicksand, sans-serif;
    /* text-decoration: line-through 1px red; */
}
.slide-container .example1 .oldprice1 {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #000;
    /* font-weight: bold; */
    font-size: 9px;
    font-family: Quicksand, sans-serif;
    /* text-decoration: line-through 1px red; */
}
.slide-container .example1 .newprice1_1 {
    position: absolute;
    top: 57%;
    left: 70%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}
.slide-container .bestseller_profileimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slide-container .bestseller_mealplan{
    float: right;
    color: red;
    margin-top: 13px;
    font-size: 9px;
}
.fullbestseller .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 20px;
     padding: 10px; 
    border-radius: 20px;
    box-shadow: rgb(17 17 17 / 30%) 0px 1px 8px 0px;
    margin: 10px -10px 10px -10px;
}
.fullbestseller .diet_home{
   position: relative;
    left: auto;
    right: 5px;
   /* top: -13px;*/
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.fullbestseller .diet_home img{
    width: 20px;
    height: 20px;
    margin: 5px 0px 0px 0px;
}
.fullbestseller .itemprice {
     margin-top: 2px;
    margin-left: 10px; 
    font-size: 13px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
    margin-bottom: 0rem;
    padding-left: 0px;
}
.fullbestseller .customlist {
    margin-top: 2px;
    margin-left: 10px; 
    font-size: 11px;
    font-weight: 600;
}
.fullbestseller .col-md-7{
    position: relative;
    width: 70%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}
.fullbestseller .col-md-5{
    position: relative;
    width: 30%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}
.fullbestseller .ratingtext {
    font-size: 14px;
    font-family: 'poppins';
    margin-top: 10px;
}
.fullbestseller .example img {
    width: 85px;
}
.fullbestseller .example .oldprice {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #000;
    /* font-weight: bold; */
    font-size: 9px;
    font-family: Quicksand, sans-serif;
    /* text-decoration: line-through 1px red; */
}
.fullbestseller  .example .newprice_1 {
    position: absolute;
    top: 58%;
    left: 66%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}
.fullbestseller .example1 img {
    width: 85px;
}
.fullbestseller .example1 .oldprice1 {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #000;
    /* font-weight: bold; */
    font-size: 9px;
    font-family: Quicksand, sans-serif;
    /* text-decoration: line-through 1px red; */
}
.fullbestseller .example1 .newprice1_1 {
    position: absolute;
    top: 57%;
    left: 70%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}
.fullbestseller .bestseller_profileimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.fullbestseller .bestseller_mealplan{
    float: right;
    color: red;
    margin-top: 13px;
    font-size: 9px;
}

.slide-container{
  padding: 0px 0px 10px 0px;
}
.slide-content{
  margin: 0 10px;
  overflow: visible;
  border-radius: 25px;
}
/*.card{
  border-radius: 25px;
  background-color: #FFF;
}*/
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.orderhistorybody .description{
  font-size: 13px;
  color: #707070;
  text-align: left;
}
#package_order_items_details .description{
  font-size: 13px;
  color: #707070;
  text-align: left;
}
.description{
  font-size: 13px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}
#topsellerproduct{
    margin-bottom: 25px;
    padding: 0px 5px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    display: none;
}
.fa-chevron-right:before {
    content: "\f054";
    color: #000;
}
.fa-chevron-left:before {
    content: "\f053";
    color: #000;
}
.slide-container .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 1px;
    padding-left: 1px;
}
.slide-container .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
    padding-right: 1px;
    padding-left: 1px;
}


/*.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}*/
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.swiper-navBtn {
    width: 30px;
    height: 30px;
    background: #ffc107;
    float: left;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.next {
    position: absolute;
    top: 40%;
    z-index: 999;
    right: -3%;
    padding-left: 4px;
}

.prev {
    position: absolute;
    top: 40%;
    z-index: 999;
    left: -3%;
    padding-right: 4px;
}

  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }


    /*Best seller css*/
    .toppackagesbf{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px;
}
.toppackagesl{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px 14px 10px 14px;
}
.toppackagesd{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px 14px 10px 14px;
}
.bestseller {
  position: relative;
  float: right;
    left: 9.44%;
    top: -35px
  }
  .bestseller .fa-star{
    color: #FFCE31;
  }
  #breakfast-weekly-meal .col-md-6{
    margin-bottom: 15px;
    /*padding: 0px;*/
  }
  #lunch-weekly-meal .col-md-6{
    margin-bottom: 15px;
    /*padding: 0px;*/
  }
  #dinner-weekly-meal .col-md-6{
    margin-bottom: 15px;
    /*padding: 0px;*/
  }

.bestseller img {
  width: 140px;
  transform: rotate(31.61deg);
  }
    /*New drowdown for kitchen details page*/
   /*#FilterModalsearchMobile .labelhide{
            display: none;
        }*/
.panel-heading {
  padding: 0;
    border:0;
}
.wrapper{
     border: 2px solid #ffc107;
    border-radius: 20px;
    margin-bottom: 20px;
        margin-top: 15px;
         box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.panel h4{
    margin-bottom: 0rem;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:10px;
  color:#000;
  font-size:10px;
  font-weight:bold;
    letter-spacing:0px;
    text-decoration:none;
    font-family: 'poppins';
   
}

.panel-heading.active .arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}
.panel-heading.active .arrow:before {
  transform: translate(10px, 0);
}
.panel-heading.active .arrow:after {
  transform: rotate(90deg) translate(10px, 0);
}
.arrow {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  bottom: -1px;
  left: -10px;
  transition: 0.4s ease;
  margin-top: 2px;
  text-align: left;
  transform: rotate(45deg);
  float: right;
}
.arrow:before, .arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: #000;
  transition: 0.4s ease;
}
.arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}
.panel-body{
    border-top: 1px solid #000;
    padding: 10px 15px 10px 15px;
}

/*the container must be positioned relative:*/
.ddate {
  position: relative;
  font-family: Arial;
  padding: 0px;
  border: 0px solid #ced4da;
  height: 100%;
}
.dtime {
  position: relative;
  font-family: Arial;
  padding: 0px;
  border: 0px solid #ced4da;
  height: 100%;
}
/*.ddate select {*/
/*  display: none; */
/*}*/

.select-selected {
  background-color: #fcc467;
  border-radius: 5px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
#addmoreitems .col-md-5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}
#addmoreitems .col-md-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 3px 30px;
  font-size: 14px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 120px;
overflow-y: scroll;
}
.select-items::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.select-items::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.select-items::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a9a9a9;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #fcc4675c;
}
 .ddate:before {
    font-family: FontAwesome;
  content:"\f073";
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  /*padding: 0 5px 0 10px;*/
  color: #000;
  margin: 10px;
}
.ddate:after {
    font-family: FontAwesome;
  content:"\f107";
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*padding: 0 5px 0 10px;*/
  color: #000;
  margin: 10px;
}
.dtime:after {
    font-family: FontAwesome;
  content:"\f107";
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*padding: 0 5px 0 10px;*/
  color: #000;
  margin: 10px;
}
.dtime:before {
    font-family: FontAwesome;
  content:"\f017";
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 5px 0 10px;
  color: #000;
}

/*New drowdown for kitchen details page end*/
    /*New serach page design Sajal*/
   #FilterModalsearchMobile .range-slider {
    position: relative;
    width: 90%;
    height: 35px;
    text-align: center;
    margin: 25px 0px 25px 10px;
}

#FilterModalsearchMobile .range-slider input {
    pointer-events: none;
    position: absolute;
   /* overflow: hidden;*/
    left: 0;
    top: 19px;
    width: 100%;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
}

#FilterModalsearchMobile .range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

#FilterModalsearchMobile .range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

#FilterModalsearchMobile .range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: #000;
    border: 0;
}

#FilterModalsearchMobile .range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

#FilterModalsearchMobile .range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

#FilterModalsearchMobile .rangeValue {
    width: 30px;
}

#FilterModalsearchMobile .output {
  position: absolute;
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-family: 'poppins';
  bottom: 60%;
  left: 5%;
  transform: translate(-50%, 0);
}

#FilterModalsearchMobile .output.outputTwo {
    left: 95%;
}

#FilterModalsearchMobile input[type=range] {
  -webkit-appearance: none;
  background: none;
}

#FilterModalsearchMobile input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
}

#FilterModalsearchMobile input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

#FilterModalsearchMobile input[type=range]::-moz-range-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

#FilterModalsearchMobile input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #000;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

#FilterModalsearchMobile input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #000;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

#FilterModalsearchMobile input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #000;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

#FilterModalsearchMobile input[type=range]:focus {
  outline: none;
}

#FilterModalsearchMobile .full-range,
#FilterModalsearchMobile .incl-range {
    width: 100%;
    height: 5px;
    left: 0;
    top: 27px;
    position: absolute;
    background: #DDD;
}

#FilterModalsearchMobile .incl-range {
    background: #000;
}
.cd-popup-trigger {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}
/*body.modal-open {
  overflow-y: hidden;
}*/
#FilterModalsearchMobile .modal-dialog {
    max-width: 500px;
    margin: 0rem auto;
}
/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 9999;
}

.cd-popup-container {
  position: relative;
  width: 100%;
  height:100%;
  background: #f6f6f6;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translatex(-400px);
  -moz-transform: translatex(-400px);
  -ms-transform: translatex(-400px);
  -o-transform: translatex(-400px);
  transform: translatex(-400px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.cd-popup-container p {
  padding: 0px;
  margin:0px;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#FilterModalsearchMobile .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
#FilterModalsearchMobile .modal-title {
    font-size: 20px;
    margin-left: 0px;
}
#FilterModalsearchMobile .btn-primary {
    color: #fff;
    background: #FFB300;
    border-color: #FFB300;
    border-radius: 0px;
    padding: 10px 30px;
}
#FilterModalsearchMobile .btn-secondary {
     color: #000; 
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
/* Style the tab */
#FilterModalsearchMobile .tab {
  float: left;
  /*border-right: 1px solid #ccc;*/
  background-color: #d4d4d4;
  width: 32%;
  height: auto;
}

/* Style the buttons inside the tab */
#FilterModalsearchMobile .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 20px 11px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
#FilterModalsearchMobile .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
#FilterModalsearchMobile .tab button.active {
  background-color: #fff;
  color: #FBBB00;
  font-family: 'poppins';
  border-left: 4px solid #FBBB00;
  border-right: 1px solid #fff;
}

/* Style the tab content */
#FilterModalsearchMobile .tabcontent {
    float: left;
    padding: 0px 10px;
    width: 68%;
    border-left: none;
    height: 100%;
}

#FilterModalsearchMobile .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
     flex: 0 0 auto; 
     padding: 0rem; 
     height: 100%;
}
#FilterModalsearchMobile ul li{
margin: 10px 15px 0px 0px;

}
#FilterModalsearchMobile .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
   font-size: 12px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #4A4A4A;
}
#FilterModalsearchMobile .styled-checkbox:checked + label:before {
    background: #ffc107;
}
#FilterModalsearchMobile .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #ffc107;
    border-radius: 3px;
}
#FilterModalsearchMobile .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
   left: 4px;
    top: 12px;
    background: white;
    width: 5px;
    height: 5px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
#Rating .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    background: white;
    width: 5px;
    height: 5px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
#FilterModalsearchMobile [type="checkbox"]:checked, #FilterModalsearchMobile [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#FilterModalsearchMobile .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
     opacity: 1; 
     font-family: 'Poppins';
}
#FilterModalsearchMobile .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 0px;
    border-radius: 10px;
    outline: 0;
    padding: 0px 0px 0 0px;
}
#FilterModalsearchMobile .fa-star {
    margin: 0 3px;
    color: #FFB300;
    font-size: 15px;
}
#FilterModalsearchMobile .fa-star:before {
    content: "\f005";
    font-size: 15px;
}
/*#FilterModalsearchMobile .price-range-slider {
  width: 100%;
  padding: 20px 20px;
}
#FilterModalsearchMobile .price-range-slider .range-value {
  margin: 0;
}
#FilterModalsearchMobile .price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0px 0 20px 0;
}
#FilterModalsearchMobile .price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
#FilterModalsearchMobile .price-range-slider .range-bar .ui-slider-range {
  background: #000000;
}
#FilterModalsearchMobile .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #000;
  border: 2px solid #000000;
  height: 20px;
  width: 20px;
  top: -0.52em;
  cursor: pointer;
}
#FilterModalsearchMobile .price-range-slider .range-bar .ui-slider-handle + span {
  background: #000000;
}*/
.liketoday {
    position: relative;
    padding: 25px 0;
    background-color: #f6f6f6;
}
.liketoday .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #a29e8999;
    border-radius: 34px;
    display: flex;
    align-items: center;
    padding: 1px 11px 1px 7px;
    cursor: pointer;
    /*width: 115px;*/
}
.liketoday .foodSelections ul li .inputHidden {
    position: absolute;
    left: -9999px;
    /*margin-top: 10px;*/
}
.liketoday {
    position: relative;
    padding: 40px 0px 0px 0px;
    background-color:#f6f6f6;   
}

.liketoday .container-fluid {
    padding: 0 22px;
}

#col-xl-2new .menu-filter-popover{
    background: none;
    display: inline-block;
    border: 1px solid transparent;
     padding: 0rem 0rem; 
}

.liketoday .foodSelections ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    float: left;
}

.liketoday .foodSelections ul li {
    margin-right: 20px;
    position: relative;
    margin-top: -3px;
}

.liketoday .foodSelections ul li:last-child {
    margin-right: 0px;
}
.liketoday .foodSelections ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 2px;
}

.liketoday .foodSelections ul li label span svg,
.liketoday .foodSelections ul li label span img {
    width: 25px;
}

.liketoday .foodSelections ul li input[type=radio]:checked+label {
    background: #7EDABF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #03E57C57;
    border-radius: 34px;
    color: #FFFFFF;
}

.liketoday .chooseFoodSection {
    position: relative;
    margin-left: 50px;
 
}

.liketoday .chooseFoodSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.liketoday .chooseFoodSection ul li {
    margin-right: 80px;
    position: relative;
}

.liketoday .chooseFoodSection ul li:last-child {
    margin-right: 0px;
}

.liketoday .chooseFoodSection ul li .inputHidden {
    position: absolute;
    left: -9999px;
}

.liketoday .chooseFoodSection ul li label {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 19px #A29E8929;
    border-radius: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: inherit;
    cursor: pointer;
    width: 110px;
    height: 170px;
}

.liketoday .chooseFoodSection ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 10px;
    margin: 10px auto 25px;
}

.liketoday .chooseFoodSection ul li input[type=radio]:checked+label {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 19px #E5C10399;
    color: #FFFFFF;
}
#searchfilter .btn-secondary {
    color: #000;
    background-color: #ffffff;
    border-color: #d7d7d7;
}
.liketoday .foodSelections h2 {
    color: #2F3443;
    font-size: 20px;
    font-weight: bolder;
    float: left;
    margin-left: 1px;
    font-family: 'poppins';
}
.liketoday .foodSelections ul li input[type="radio"] + label:hover {
    background: #7EDABF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #03E57C57;
    border-radius: 34px;
    color: #FFFFFF;
}
.liketoday .container-fluid .foodSelections ul li {
    margin-right: 15px;
    position: relative;
    margin-left: 0px;
    font-size:10px;
}
.liketoday .container-fluid .row .foodSelections h2 {
    color: #2F3443;
    font-size: 15px;
    font-weight: bolder;
    float: left;
    margin-left: -15px;
    line-height: 1.5;
}

.liketoday .container-fluid .row .foodSelections ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 5px;
}

.liketoday .container-fluid .row .foodSelections ul li label span img {
    width: 20px;
}
#searchfilter{
    display: none;
}
#col-xl-2new{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0px;
}
#buttonforvegnonveg{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    padding: 0px;
}
#FilterModalsearch .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.foodsections .listOfFoodSection {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
        /*margin-top: 1rem;*/
    height: 350px;
    min-height: 350px;
    max-height: 350px;
}
.foodsections .listOfFoodSection1 {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
        /*margin-top: 1rem;*/
    height: 350px;
    min-height: 350px;
    max-height: 350px;
}
/*End New search page */
   /*New offer design sajal*/
.firstlettercapital{
    text-transform: capitalize;
}

#offersModal .row{
    margin: 10px 0px 0px 0px;
}
#offersModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.offercodenewlist{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 16px 0px 20px 0px;
}
.holder{
     margin: 40px 0px 0px -70px;
}
.holder span{
    font-size: 17px;
    text-transform: uppercase;
   
}
#offersModal .modal-dialog {
    max-width: 680px;
    /*margin: 1rem auto;*/
}
#offersModal {
    overflow-y: hidden !important;
}
.vertical-text {
    /*margin: 30px 0px 0px 0px;*/
    display: inline-block;
    transform: rotate(270deg);
    background-color: #ffc107;
    padding: 5px 20px 5px 30px;
    width: 137px;
    min-width: 137px;
    max-width: 137px;
    border-radius: 2px 2px 0px 0px;
}
#offermiddlesection p{
    margin: 7px 0px 0px 31px;
}
.offermiddlesection{
display: inline-block;
margin: 10px 0px 0px -40px;
}
.offermiddlesection span{
    font-size: 18px;
    margin: 5px 0px 0px 0px;
}
.blur {
  filter: blur(4px);
}
.applycoupon{
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: #43a908;
    padding: 4px 10px 4px 10px;
    border: none;
    margin: 7px 0px 0px 30px;
    cursor: pointer;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 13px;

}
.applycoupon:hover {
    background-color: #43a908;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: #000;
    padding: 4px 10px 4px 10px;
    border: none;
    margin: 7px 0px 0px 30px;
    cursor: pointer;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 13px;
}

.scrollbaroffers
{
    margin-left: 10px;
    float: left;
    height: auto;
    width: 350px;
    /*overflow-y: scroll;*/
    margin-bottom: 25px;
}
.style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d6d6d6;
}
#offersModal {
    top: 10px;
}
#offersModal .offercodenewlist .col-md-3{
-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0px;
    padding-left: 15px;
}
#offersModal .offercodenewlist .col-md-9{
-webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
#tcModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
#tcModal .modal-title {
    font-size: 15px;
    /* text-align: center; */
    margin-left: 0px;
}
#tcModal {
    top: 170px;
}
.blur {
  filter: blur(4px);
}

/*New offer design end sajal*/

    /*New otp page design*/
    #verifyotprow .col-md-3{
    position: relative;
    width: 17%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    }
    #verifyotprow .col-md-5{
    position: relative;
    width: 65%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    }
    .otpverifyimage{
        width: 200px;
        height: 200px;
    }
    .otpverificationh5{
        font-size: 21px;
        margin: 10px 0px 0px 15px;
        text-align: center;
    }
    .OPTSectionBox input {
    border: none;
    border-bottom: 2px solid #000;
    color: #111111;
    width: 40px;
    padding: 0 5px;
    margin-right: 30px;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    will-change: border;
    transition: border .3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-radius: 0;
    }
    .otpfieldform form {
    position: relative;
    padding: 2px 24px;
    height: calc(100% - 90px);
    overflow: hidden;
    overflow-y: auto;
}
.OTPreSendButton p {
    font-size: 12px;
    margin-top: 25px;
}
.OTPreSendButton span {
    font-size: 13px;
    color: #ff0909;
    font-weight: bold;
    cursor: pointer;
}
.OPTSectionBox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 40px 20px;
}
.LoginContentWrap .LoginLogo {
    text-align: center;
    margin: -20px auto 0;
}
/*New otp page design end*/
    body.modal-open {
  overflow-y: hidden;
}
    #address_form .input-group .form-control {
    display: block;
    width: 75%;
    padding: 0.7rem 0.75rem;
    font-size: 1rem;
    line-height: .5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group {
  display: flex;
  align-content: stretch;
}

.input-group > input {
  flex: 1 0 auto;
}
#addAddressModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px; 
}

.input-group-addon {
  background: #fcfafa;
    border: 1px solid rgb(206, 212, 218);
    padding: 0.5em 1em;
    border-radius: 5px 0px 0px 5px;
    height: 40px;
}
#addAddressModal .input-group .form-control{
    font-size: 12px;
    border-radius: 0px 5px 5px 0px;
}
#addAddressModal [type="radio"]:checked,
#addAddressModal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#addAddressModal [type="radio"]:checked + label,
#addAddressModal [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#addAddressModal [type="radio"]:checked + label:before,
#addAddressModal [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #ffc107;
    border-radius: 100%;
    background: #fff;
}
#addAddressModal [type="radio"]:checked + label:after,
#addAddressModal [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffc107;
    position: absolute;
    top: 3px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#addAddressModal [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#addAddressModal [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#addAddressModal .styled-checkbox {
  position: absolute;
  opacity: 0;
}
#addAddressModal .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
}
#addAddressModal .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ffc107;
  border-radius: 3px;
}
#addAddressModal .styled-checkbox:hover + label:before {
  background: #fff;
}
/*#addAddressModal .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}*/
#addAddressModal .styled-checkbox:checked + label:before {
  background: #ffc107;
}
#addAddressModal .styled-checkbox:disabled + label {
  color: #fff;
  cursor: auto;
}
#addAddressModal .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #fff;
}
#addAddressModal .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
#addAddressModal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 0px;
    border-radius: 10px;
    outline: 0;
    padding: 0px 0px 0 0px;
}
#addAddressMap{
    border-radius: 0px;
}
   /* #offersModal .modal-body{
    overflow-y: scroll;
    height: 500px;
}*/
#offersModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
    .social_icon{
    margin: 0px 0px 15px 65px;
 }   

 .mobile_email{
    margin: 15px 0px 0px 40px;
 }   
.mobile_email li a{
    font-size: 14px;
}
.miniFooterContent .col-md-4{
    padding: 0px;
}
.btn-red {
    color: #fff;
    background: #CE543D;
    min-width: 70px;
    height: 27px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px 0px 5px 60px;
}

.mapheight{
    height: 43vh;
    height: calc(var(--vh, 1vh) * 43);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
     padding-left: 1px;
}
#addAddressModal .modal-body .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    
}
#addAddressModal .btn-black {
    color: #fff;
    background: #000000;
    min-width: 70px;
    height: 35px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 0px 80px 0px;
}
#addAddressModal .modal-dialog {
    /*max-width: 500px;*/
    margin: 0rem auto;
}
#addAddressModal {
     height: 93vh;
    height: calc(var(--vh, 1vh) * 93);
}

#addAddressModal .p-3 {
    padding: 0.5rem 0.3rem 0.3rem 0.3rem!important;
}
.btn-red:hover {
    color: #dcebfb;
}
 
#address_form .form-control {
    display: block;
    width: 100%;
    padding: 0.7rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .footerdesc{
    margin-left: -15px;
     font-size: 14px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
}
.prior_timing{
    font-weight: 700;
    font-size: 13px;
    color: #FFB300;
}
    .freedelivery{
    color: #28e228;
    font-size: 13px;
    font-weight: 700;
    margin: 0px 0px 0px 10px;
}
    .typeahead.dropdown-menu {
                width: 14rem !important;
                overflow-y: auto;
                max-height: 500px;
                overflow-x: hidden;
            }
 .typeahead.dropdown-menu .dropdown-item {
                position: relative;
                background: rgb(255, 255, 255);
                padding: 0.3rem 0.3rem;
                box-shadow: none;
                filter: none;
            }

            .typeahead.dropdown-menu .dropdown-item:hover {
                background: rgb(248, 248, 248);
            }
            .jFocja {
                line-height: 1.5;
                margin: 0px;
                color: rgb(54, 54, 54);
                font-size: 0.8rem;
                font-weight: 500;
                text-align: left;
            }

            .jspjXC {
                font-size: 10px;
                line-height: 1.5;
                margin: 0px;
                color: rgb(79, 79, 79);
                text-align: left;
            }

            .fnOFOa {
                border-radius: 0.8rem;
                flex-shrink: 0;
                cursor: pointer;
            }

            .fpEfwA {
                position: relative;
                max-width: 50%;
                overflow: hidden;
                height: 60px;
            }

            .jQwYOW {
                width: 80%;
                height: 100%;
                object-fit: cover;
                transform: none;
                opacity: 1;
                will-change: transform, opacity;
                border-radius: inherit;
                filter: unset;
                transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
            }

           
            .kavLbW {
                cursor: pointer;
                display: flex;
                flex-direction: column;
                padding-left: 0.4rem;
                width: 50%;
                flex-shrink: 1;
            }
    #postponeCurrentItemSummary .col-lg-8{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    }
     #postponeCurrentItemSummary .col-lg-4{
       
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
 #itemSummary .col-lg-8{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    }
     #itemSummary .col-lg-4{
       
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#postponeCurrentItemDate .col-lg-7{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 6px;
    padding-left: 6px;
    }
    #postponeCurrentItemDate .col-lg-5{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 6px;
    padding-left: 6px;
    }
    #itemNewDate .col-lg-7{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 6px;
    padding-left: 6px;
    }
    #itemNewDate .col-lg-5{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 6px;
    padding-left: 6px;
    }
    
.text-primary-nohung {
    color: #FCC647 !important;
    font-size: 13px;
}
.fa-chevron-down:before {
    content: "\f078";
    font-size: 16px;
}
    
    #desktopimage{
        display: none;
    }

    .whyChooseContent_overlay img{
        display: none;
    }
    .mainSection .mainRightsideImage img{
        display: none;
    }

    .footerLogo1 img{
  margin: 30px 0px 0px 20px;
}
.startupindialogo{
    width: 130px;
   
}

.MiniFooter .miniFooterContent .col-md-5
{
    width: 100%;
}
.MiniFooter .miniFooterContent .col-md-7
{
    width: 100%;
    margin: 0px 0px 0px 30px;
}
   
    .amount_rs{
        margin: 0px 0px 0px 7px;
    }
       /*Rating css Sajal*/
    #orderRatingModal .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    }
   #stars {
    padding-left: 0;
    color: #646464;
    margin-bottom: 0;
}
 .customer-review-container {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
div.reviews-rating-modal .food-experience {
    margin: 0 0 0 auto;
    z-index: 1;
}
.reviews-rating-modal .food-experience {
    flex-basis: 350px;
    background-color: #efefef;
    border-radius: 10px;
    padding: 10px 40px;
}
.food-experience .review-desc-container textarea {
    width: 100%;
    border-radius: 10px;
}
textarea {
    overflow: auto;
    resize: vertical;
}
div.reviews-rating-modal .modal-title {
    font-size: 20px;
}
.reviews-rating-modal .modal-title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    color: #2F3443;
    text-align: center;
}
.customer-review-container .food-experience .hover, .customer-review-container .food-experience .selected {
    color: #FCC647;
}
.customer-review-container .food-experience .star {
    display: inline-block;
    font-size: 30px;
}
.fa-fw {
    width: 0.9em;
    text-align: center;
}
.food-experience .left-part p {
    color: #2F3443;
    font-size: 12px;
    opacity: 0.6;
    font-weight: bold;
    line-height: 20px;
}
.food-experience .foodexp-submit {
    color: #FFFFFF;
    font-size: 12px;
    background-color: #2F3443;
    border-radius: 30px;
    padding: 7px 40px;
    margin-top: 15px;
    border: 2px solid #2F3443;
    display: inline-block;
}
.food-experience .foodexp-submit:hover {
    color: #2F3443;
    background-color: #FFFFFF;
    font-weight: bold;
}
.food-review-img-container{
    display: none;
}
#orderRatingModal .modal-body .col-md-6 {
    width: 100%;
    padding: 0px;
}
 .reviews-rating-modal .food-status2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.food-experience .right-part input[type="radio"]:checked + label {
    opacity: 1;
}
#orderRatingModal .fa-star:before {
    content: "\f005";
    /* color: orange; */
    font-size: 25px;
}
    /*Rating css Sajal end*/
      #postponeSummaryModal .mb-5 .mb-2{
        margin-bottom: 0rem!important;
    }
     #postponeSummaryModal .p-3{
       padding: 0.3rem!important;
    }
      /*Feedback section sajal*/
     .food-experience .right-part label {
    opacity: 0.4;
}
.food-experience .right-part:hover {
    opacity: 1;
}
.food-experience .review-desc-container {
    margin-bottom: 10px;
}

.food-experience .right-part input[type="radio"]:focus + label      {
   opacity: 1;
}
.food-experience .right-part input[type="radio"]:checked + label  {
   opacity: 1;
}

#feedbackComplaintsModal .col-md-5{
width: 35%;
}
#feedbackComplaintsModal .col-md-7{
width: 65%;
}
#feedbackComplaintsModal .modal-dialog {
    max-width: 370px;
    margin: 1.75rem auto;
}
#feedbackComplaintsModal h4{
font-family: 'Salsa';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
align-items: center;
text-align: center;
letter-spacing: 0.0015em;
text-transform: uppercase;
color: #5E310E;
text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.goodbad{
    width: 100px;
    margin-top: 20px;
}
.girlwithlogo{
    background-color: #fcc747;

}
.feedbackform{
    background-color: #fffaec;
}
.logogirl{
    margin-left: -10px;
    width: 120px;
}
.feedbackbutton{
    color: #fff;
    background: #a22511;
    border: 2px solid #a22511;
    min-width: 70px;
    height: 35px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.feedbackbutton:hover {
    background: #000000;
    border: 2px solid #000000;
}
#feedbackComplaintsModal .form-control {
       display: block;
    width: 100%;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 2px;
}
#feedbackComplaintsModal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fffaec;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 0px 0px 0px 0px;
}
#feedbackComplaintsModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
#feedbackComplaintsModal .close {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fc0018;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
#feedbackComplaintsModal p{
    font-size: 11px;
}
.food-experience .right-part input[type="radio"] {
    opacity: 0;
    width: 0;
}
#reqcusdiv .col-md-9{
position: relative;
    width: 45%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}
#reqcusdiv .col-md-3{
    position: relative;
    width: 55%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 0px;
}

.fixedFeedbackButton{
            position: fixed;
            bottom: 50px;
            right: 0px; 
            padding: 0px;
            padding-right: 0px;
            color: #fff;
            z-index: 9999;
            /*display: none;*/
        }
         .roundedFixedFeedbackBtn{
            height: 60px;
            line-height: 47px;
            /*width: 80px;*/
            font-size: 2em;
            font-weight: bold;
            border-top-right-radius: 30px;
            /*background-color: #FFB300;*/
            color: #25D366;
            text-align: center;
            cursor: pointer;
            border-bottom-right-radius: 30px;
            padding: 5px 3px;
        }
        .whatsappimage{
            display: none;
        }
        .whatsappmobile{
            width: 70px;
        }
       .roundedFixedFeedbackBtn .feed_comp{
                float: left;
                padding-left: 25px;
                font-family: Poppins;
                font-weight: bold;
                font-size: 16px;
                color: #fff;
                display: none;
        }
        .btn-theme-style{
            color: #fff;
            background: #FFB300;
            border: 2px solid #FFB300;
            min-width: 70px;
            height: 35px;
            border-radius: 30px;
            font-weight: bold;
            font-size: 14px;
            padding: 0px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .btn-theme-style:hover{
            background: #000000;
            border: 2px solid #000000;
        }
        .feed_message{
            width: 27px;
            margin-top: 12px;
        }
        #feedbackComplaintsModal1 .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fffaec;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 0px 0px 0px 0px;
}
#feedbackComplaintsModal1 .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
#feedbackComplaintsModal1 .close {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fc0018;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
#feedbackComplaintsModal1 .modal-dialog {
    max-width: 370px;
    margin: 1.75rem auto;
}
.thankyou{
    width: 130px;
    margin-top: 30px;
    margin-left: 25px;
}
#feedbackComplaintsModal1 .logogirl {
    margin-left: -35px;
    width: 170px;
}
#feedbackComplaintsModal1 .col-md-5{
width: 35%;
}
#feedbackComplaintsModal1 .col-md-7{
width: 65%;
}
/*Feedback section end sajal*/
/*Kitchen details footer design css start*/
.wrapperextras{
     
    border-radius: 20px;
    margin-bottom: 10px;
       margin-top: -20px;
        
}
    .wrapperextras #accordion .panel-heading h4 {
        background-image: url(../images/arrow_down.png);
        background-size: 14px;
        cursor: pointer;
        font-size: 18px;
        background-repeat: no-repeat;
        width: calc(100% - 10px);
        background-position: right;
        margin-left: -75px;
    }
.MiniFooter {
    position: relative;
    background: #2f3443;
    padding: 15px 0px 20px 0px;

}
.MiniFooter1 {
    position: relative;
    background: #f4f4f4;
    padding: 75px 0px 75px 0px;
    height: 150px;
}
.MiniFooter2 {
    position: relative;
    background: #f4f4f4;
    padding: 40px 0px 40px 0px;
    height: 80px;
}
#mbnav {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 24px 24px 15px 24px;
  max-width: 500px;
  margin: 0 auto;
  left: -10px;
  right: 0;
  z-index: 9999;
}

.nav-box {
  display: flex;
    padding: 4px;
    background-color: #2f3443;
    box-shadow: 0px 0px 16px 0px #4444;
    border-radius: 50px;
}
.mobilenav-container {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-around;
  margin-bottom: 0px;
}
.nav__item {
  display: flex;
  position: relative;
  padding: 3px;
}
.nav__item.active .nav__item-icon {
  margin-top: -26px;
  box-shadow: 0px 0px 16px 0px #4444;
  background-color: #fff;
  color: #ffb300;
  border: 2px solid #ffb300;
}
.nav__item.active .nav__item-text {
  transform: scale(1);
}
.nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2f3046;
  text-decoration: none;
}
.nav__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  /*background-color: #fff;*/
  border-radius: 50%;
  height: 44px;
  width: 44px;
  transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
  color: #fff;
}
.nav__item-icon i{
    margin-bottom: 22px;
}
.nav__item.active .nav__item-icon i {
  margin-bottom: 0px;
}
.nav__item-text {
  position: absolute;
  bottom: 3px;
  /*transform: scale(0);*/
  transition: transform 250ms ease-in-out;
  color: #fff;
}
.nav__item span.base-count {
    position: absolute;
    left: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #ffb300;
    border-radius: 50%;
    top: -4px;
    font-size: 11px;
}
/*Kitchen details footer design css end*/
/* download android app css sajal*/
.appdownloadforweb{
    display: none;
    }
.appdownloadformobile{
            position: fixed;
            bottom: 5px;
            right: 0px; 
            padding: 0px;
            padding-right: 0px;
            color: #fff;
            width: 100%;
            z-index: 9999;
        }
     .appdownloadformobile .close {
    float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-top: 12px;
    margin-right: 12px;
}
         .appdownloadformobileBtn{
            height: 60px;
            line-height: 45px;
            font-size: 13px;
            font-weight: bold;
            background-color: #FFB300;
            color: white;
            cursor: pointer;
            text-align: center;
            padding: 5px 5px;
        }
        
        .feed_comp1{
             padding-left: 1px; font-family: Poppins; font-weight: bold;
        }
        .feed_comp2{
            padding-left: 1px; font-family: Poppins; font-weight: bold; color: #000;
        }
        .feed_message1 {
                width: 85px;
                margin-top: 0px;
               margin-left: 5px;
                margin-right: 3px;
            }
            .feed_message2 {
                width: 85px;
                margin-top: -2px;
               margin-left: 5px;
                margin-right: 3px;
            }
            /*End for mobile app css sajal*/
     .refer_earn1 {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(174, 1, 255) 0%, rgb(255, 179, 0) 100%);
    color: #fff;
    height: 35px;
    border-radius: 5px;
    padding: 3px 2px 3px 4px;
    border: none;
    font-size: 13px;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
    
}
#myModal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}
#myModal .modal-dialog {
    max-width: 300px;
    margin: 1rem auto;
}
#myModal .h4, h4 {
    font-size: 1rem;
}
#myModal .h5, h5 {
    font-size: 0.8rem;
}
#myModal .modal-header .close {
    padding: 5px;
    margin: 0;
    /* border: 1px solid #fff; */
    /* background: #fff; */
    border-radius: 50px;
    height: 30px;
    width: 30px;
    margin: -8px 0px 0px 0px;
}
    #myModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.4rem 0.5rem 0rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
    #myModal .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 0px;
    padding: 10px;
    border-radius: 20px;
}
#myModal .referal_gift{
    width: 40px;
}
#myModal p{
    font-size: 10px;
    margin-bottom: 0.3rem;
}
#myModal .modal {
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.newrefer{
    display: none;
}
    .refer_earn {
   background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(174, 1, 255) 0%, rgb(255, 179, 0) 100%);
    color: #fff;
    height: 27px;
    border-radius: 5px;
    padding: 3px 7px 3px 7px;
    border: none;
    font-size: 7px;
    margin: 5px -10px 0px 0px;
    cursor: pointer;
}
  .referimg{
    width: 17px;
    height: 17px;
  }
#myModal .col-md-2{
        width: 17%;
    }
    #myModal .col-md-10{
        width: 83%;
    }
    #nohungreferral .col-md-2{
        width: 15%;
    }
    #nohungreferral .col-md-10{
        width: 85%;
    }
    .referal_gift{
    width: 50px;
  }
  .referal_user{
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-left: 4px;
   
  }
  .referal_user1 {
    width: 15px;
    height: 15px;
    /* margin-top: 8px; */
    /* margin-left: 8px; */
}
.refercode{
    border: dotted #fff;
    animation: blink 2s;
    animation-iteration-count: 100;
  }
  @keyframes blink { 80% { border-color: #ff0000; }  }

  #box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 200px;
  color: white;
  font-family: 'Raleway';
  font-size: 2.5rem;
}




.fa-file-text{
 
    margin: 7px;
}
.fa-file-text:before {
    content: "\f15c";
    font-size: 17px;
}
  .referpic{
    width: 30px;
    height: 30px;
     border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d9d4d4;
  }
  .referraldesign{
    border: 1px solid #d9d4d4;
    border-radius: 5px;
    height: 33px;
    padding: 8px 10px 8px 10px;
    box-shadow: #f6c143 3px 3px 6px 0px inset, rgb(166 161 161 / 50%) -3px -3px 6px 1px inset;
  }
  .referraldesign h6{
    font-size: 12px;
  }
  .referraldesign1{
    border: 1px solid #d9d4d4;
    border-radius: 5px;
    height: 100px;
    padding: 8px 20px 8px 20px;
    box-shadow: #fff 3px 3px 6px 0px inset, rgb(166 161 161 / 50%) -3px -3px 6px 1px inset;
  }
  .signupButton1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #FCC647;
    width: 105px;
    height: 35px;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffb300;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.signupButton1:hover {
    cursor: pointer;
    transition: all 0.5s ease;
    background-color: #000;
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #000;
}
     #overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
    .example {
  position: relative;
  }

.example .oldprice {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #000;
  /*font-weight: bold;*/
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  /*text-decoration: line-through 1px red; */
  }

  .oldprice {
  position: relative;
}
.oldprice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  
  -webkit-transform:rotate(-12deg);
  -moz-transform:rotate(-12deg);
  -ms-transform:rotate(-12deg);
  -o-transform:rotate(-12deg);
  transform:rotate(-12deg);
}

  .example .newprice {
  position: absolute;
  top: 60%;
  left: 66%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example .newprice_1 {
  position: absolute;
  top: 60%;
  left: 66%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example img {
  width: 74px;
  }
  .example1 {
  position: relative;
  }

.example1 .oldprice1 {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #000;
  /*font-weight: bold;*/
  font-size: 10px;
  font-family :Quicksand, sans-serif;
 /* text-decoration: line-through 1px red;*/
  }
  .oldprice1 {
  position: relative;
}
.oldprice1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  
  -webkit-transform:rotate(-12deg);
  -moz-transform:rotate(-12deg);
  -ms-transform:rotate(-12deg);
  -o-transform:rotate(-12deg);
  transform:rotate(-12deg);
}

  .example1 .newprice1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example1 .newprice1_1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example1 img {
  width:80px;
  }
    .nodataimages{
        width: 160px;
    }

    #invoiceOrderDetails_modal .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 12px;
}
#invoiceOrderDetails_modal .table td, .table th {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#invoiceOrderDetails_modal table tr td {
   
    border-bottom: 1px solid #b7b7b7;
    
    font-size: 12px;
}
    .myaccount-summery .col-md-8{
        width: 70%;

    }
    .myaccount-summery .col-md-4{
        width: 30%;
        padding-right: 10px;
    }
    /*#addAddressModal{
        overflow-y: scroll;
    }
*/
    #postponeSummaryModal{
        overflow: scroll;
    }
    #editPackageMealModal{
        overflow: scroll;
    }
    .btn-customize {
    border: 1px solid #ffffff;
    background-color: #FCC647;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-weight: bolder;
}

    .btn-edit {
    border: 1px solid #ffffff;
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-weight: bolder;
    font-size: 10px;
}
.btn-cancel {
    border: 1px solid #ffffff;
    background-color: #CE543D;
    color: #fff;
    padding: 0.5rem 0.5rem;
    font-weight: bolder;
    font-size: 10px;
        margin-top: 5px;
}


/*.orderhistory-headings{
    border-bottom: 1px solid #d5d5d5;
}*/
.orderdatewithnum{
    margin-top: -48px;
    font-size: 12px;
        margin-bottom: 3rem;
}
.order-history-menu .col-md-12{
        padding-left: 0px;
    padding-right: 0px;
}
.sublistdata{
    margin-top: 20px;
}
.orderhistory-container .row{
    margin-right: -15px;
    margin-left: -15px;
}
.orderdate{
    font-size: 13px;
    color: #ffb300;
    
}
.timezone{
    font-size: 12px;
    /* margin-right: 15px; */
    /*margin-left: 15px;*/
}
.order-lunch-container-main p{
    margin-bottom: 0.2rem;
    font-size: 12px;
}
.order-lunch-container-main .col-lg-8{
    width: 70%;
padding-right: 1px;
    padding-left: 1px;
}
.order-lunch-container-main .col-lg-4{
    width: 30%;
    padding-right: 5px;
    padding-left: 10px;
}
/*.orderhistory .subhead2{
    margin-top: 15px;
}*/
.order-lunch-container-main .day-meal .col-md-7{
    padding-right: 5px;
    padding-left: 1px;
}
.order-lunch-container-main .day-meal .col-md-5{
    padding-right: 5px;
    padding-left: 5px;
}
.order-lunch-container-main .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    font-size: 12px;
    /*margin-left: 50px;*/
}
.order-lunch-container-main hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-left: 0px;
    margin-left: -25px;
    margin-right: -25px;
}
    .desktoptab{
        display: none;
    }
    .tabs {
  width: 95%;
  margin: auto;
  /*overflow-x: auto;*/
  -webkit-overflow-scrolling: touch;
  /*background-color: #fff;*/
  border-radius: 5px;
}
.tabs .tabs__items {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabs .tabs__items li {
  /*flex-grow: 1;*/
  flex-shrink: 0;
 /* border-right: 1px solid rgba(0, 0, 0, 0.12);*/
  transition: 0.15s box-shadow ease-in-out;
      border: none;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.tabs .tabs__items li:last-of-type {
  border: none;
}
.tabs .tabs__items li:hover, .tabs .tabs__items li:focus {
  /*box-shadow: inset 0px 4px 16px -4px rgba(0, 0, 0, 0.32);*/
  background-color: #ffb300;
      border-radius: 5px;
}
.tabs .tabs__items li {
  display: block;
  padding: 7px 25px;
  color: #232323;
  text-decoration: none;
  cursor: pointer;
  margin: 2px;
  border-radius: 5px;
}

    .confirmcard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   
}
.confirmtext{
    padding:0px; 
    width: 100%; 
    text-align: center;
    color:#000; 
    
    font-weight:600; 
    font-size: 22px; 
    font-family: 'Poppins';
}
.thankspurchase{
    text-align: center;
    color:#000; 
 font-size: 14px; 
    font-family: 'Poppins';
}
.thankspurchase1{
    text-align: center;
    color:#000; 
 font-size: 12px; 
    font-family: 'Poppins';
}

.confirmtick{
    width: 50px;
}
#confirmimages .col-md-5{
    width: 40%;
}
#confirmimages .col-md-2{
    width: 20%;
}



    /*Preloader*/
.liketoday {
    position: relative;
    padding: 25px 0px 10px 0px;
    background-color: #f6f6f6;
}
.loginButtonSection .newaccount{
    color: #000;
    box-shadow: none;
    font-size: 13px;
    text-transform: none;
    font-family: 'Poppins';
    font-weight: 500;
    cursor: pointer;
}

    .LoginContentWrap .OTPreSendButton a span {
    color: #000000;
    font-size:15px;
    font-weight: 600;
    margin:0;
    padding-right:100px;
    }
    .OTPreSendButton a {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}
    .liketoday p {
    margin-top: 25px;
    margin-left: -20px;
    font-size: 13px;
    font-weight: 600;
}
.collapsed{
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
   /* padding: 0.375rem 0.75rem;*/
    /*font-size: 25px;*/
    line-height: 1.0;
    border-radius: 0.25rem;
    color: #000;
    margin-top: -6px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.collapsed img{
    width: 38px; 
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
   background-color: #f6f6f6;
   border-bottom: 0px solid rgba(0,0,0,.125);
}
.btn-link:hover {
    color: #000000;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link {
    font-weight: 600;
    color: #000000;
    background-color: transparent;
    font-size: 25px;
    border: none;
}
.newkitchendetails .logopart{
    width: 25%;
}
.topFoodName .list_ul .col-md-3 {
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 25%; */
    flex: 0 0 43%;
    max-width: 43%;
}
.topFoodName .list_ul .foodblog .NameOfFood span {
    font-size: 11px;
    font-weight: 600;
    color: #2F3443;
    padding: 4px;
}
.topFoodName .list_ul .foodblog {
    margin-right: 15px;
    position: relative;
    width: 240px;
    height: 140px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    padding: 0px;
    margin-top: 15px;
    margin-left: 5px;
}
.newkitchendetails .kitchenprofilepart{
    width: 75%;
    padding-right: 6px;
}
#addtofavfordesktop{
    display: none;
}
.kitchen-information .newkitchendetails{
        padding: 0 0px;
        margin: 0px 0px 0px 0px;
}
.newkitchendetails .heading {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    font-variant: none;
   
    margin-top: 22px;
    width: 100%;
    word-spacing: 2px;
    line-height: 25px;
}
.newkitchendetails .sub-heading {
    font-size: 11px;
    color: #000;
    /* font-weight: 600; */
    font-variant: none;
   
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
    font-family: 'Poppins';
}
.newkitchendetails .location {
    font-size: 11px;
    color: #000;
   
    width: 100%;
    font-family: 'Poppins';
    /* margin-top: -5px; */
}
.newkitchendetails .loc-address {
    margin-left: 10px;
    /* font-variant: all-petite-caps; */
    margin-right: 0px;
    font-size: 11px;
    font-family: 'Poppins';
}
    .allrating {
    color: #000;
    font-size: 12px;
    /* background-color: #18b93d; */
    border-radius: 4px;
    /* padding: 5px; */
    font-family: 'Poppins';
    margin-top: 2px;
    margin-bottom: 5px;
}
.subsubhead1{
color: #000;
    font-family: 'Poppins';
    font-size: 10px;
}
.kitchen-information .newkitchendetails .linenew img {
   
   margin-top: 2px;
    height: 35px;
}
.newkitchendetails .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
        padding-right: 0px;
        padding-left: 10px;
   
}
.desktopviewopennow{
    display: none;
}
.newkitchendetails .allrating .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 1px;
    padding-left: 0px;
    
}
.newkitchendetails .allrating .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    padding: 0px;
       
    
}
.newkitchendetails .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    padding-right: 5px;
    padding-left: 10px;
   
}
    .selectpackagemodal .ui-widget.ui-widget-content {
    border: none;
    width: 350px;
}
    .mainTextContent h1 {
        padding-top: 120px;
        width: 100%;
        max-width: 100%;
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 40px;
    }
.dlcharges{
            color: #000;
        font-family: 'Poppins';
        font-size: 10px;
}
.dlcharges .dlchargessubhead2{
        color: #000;
        font-family: 'Poppins';
        font-size: 10px;
}
.fa-motorcycle{
    color: #000;
}
    
    .locateMeSection .locateMe_icon img {
    margin-right: 7px;
    margin-left: -25px;
    width: 20px;
}

.locateMeSection .SearchLocation input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 5px;
    font-size: 12px;
    color: #2F3443;
}

#fordesktop{    
    display: none;
}


    .loginButton,
    .signupButton {
        box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
        width: 80px;
        height: 40px;
        font-size: 15px;
        font-weight: 600;
    }
    /*.whyChooseContent .chooseRightContent {*/
    /*    margin: 0 auto 20px !important;*/
    /*}*/
    
    .whyChooseContent .chooseRightContent {
    margin: 20px auto 20px;
}

.whyChooseContent .chooseRightContent {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    padding: 20px 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 150px;
    height: 130px;
    transition: all 0.5s ease;
}

.whyChooseContent .chooseRightContent img {
    width: 100%;
    max-width: 50px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.whyChooseContent .chooseRightContent p {
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

    .palyStorSection {
        padding: 30px 0 0 0;
    }
    .palyStorSection .playStorContents h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
        line-height: 40px;
        padding-top: 0;
    }
    
    .whyChooseContent .chooseLeftText h2,
    .groundworkTextContent h2,
    .palyStorSection .playStorContents h2 {
        font-size: 25px;
    }
    
   .whyChooseContent .chooseLeftText h2 {
    
    color: #2F3443;
    font-weight: 600;
    width: 100%;
    max-width: 550px;
    /* margin-bottom: 40px; */
    

}
    
    .locateMeSection {
        /*flex-direction: column;*/
        height: 50px;
        border-radius: 35px;
    }
   .locateMeSection a, .locateMeSection button {
    height: 30px;
    margin-top: 0px;
    border-radius: 35px;
    font-size: 10px;
    width: 80px;
    padding: 7px;
}

    .locateMeSection .locateMe_icon {
       /* width: auto;*/
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: none;
        /*border-bottom: solid 1px #dadada;*/
    }
    
    .locateMeSection .locateMe_icon span {
    color: #CE543D;
    font-size: 10px;
    font-weight: 600;
    padding: 0 10px 0 0;
}
    
    .locateMeSection .SearchLocation {
        width: 100%;
    }
    
    .locateMeSection .SearchLocation input {
    height: 50px;
    border-left: 1px solid #cecece;
    /*border-right: 1px solid #cecece;*/
    padding: 0px 10px 0 10px;
}
    
    .topFoodName ul {
        /*flex-wrap: wrap;*/
        justify-content: center;
    }
    .topFoodName ul li {
        margin-bottom: 1px;
    }

.topFoodName ul li img {
    width: 100%;
    height: 60px;
    transition: all 0.5s ease;
}
.whyChooseContent .chooseLeftText h2 {
    font-size: 25px;
    color: #2F3443;
    font-weight: 600;
    width: 100%;
    /* max-width: 550px; */
    margin-top: 15px;
    margin-bottom: 50px;
}
    .topFoodName {
    position: relative;
    margin-top: 35px;
    padding-left: 25px;
}
    
    .topFoodName ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}
    
  .topFoodName ul li {
    margin-right: 5px;
    position: relative;
    width: 240px;
    height: 85px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
}

.topFoodName ul li .NameOfFood {
    position: absolute;
    padding: 0px 3px 3px;
    border-radius: 5px;
    width: 92%;
    margin: auto;
    bottom: 0px;
    /*background: #FFF;*/
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    
   .logoSection img {
    width: 100px;
    margin: 25px 0 0 -45px;
}

.loginButton {
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    width: 120px;
    height: 30px;
    font-size: 15px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 0px;
    margin-left: 15px;
    padding: 10px;
}
.topHeaderSection .HeaderButtons ul li:last-child {
    display: block;
}
.signupButton {
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    width: 120px;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 0px;
}




.topHeaderSection .HeaderButtons ul li {
    margin: 0 0 0 10px;
}
    
    .topHeaderSection .HeaderButtons ul li .ShopingCart img {
    width: 45px;
   padding-left:20px;
   margin-right:15px;
   
}


.whyChooseContent .container{
    padding: 0 10px;
    max-width: 100%;
}

.whyChooseContent .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    margin-right: -15px;
    margin-left: -15px;
}
    
.whyChooseContent .container .row .col-xl-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.whyChooseContent .container .row .col-xl-6 .col-sm-6 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.groundWorkSection {
    position: relative;
    padding: 10px 0;
}

.groundWorkSection .groundWork_overlay {
    position: absolute;
    left: -40px;
    top: 0;
}


.groundWorkSection .groundWork_overlay img {
    width: 100%;
    max-width: 140px;
}


.groundworkImg img {
    width: 100%;
    max-width: 40%;
    margin: 0 auto;
    margin-left: -270px;
    margin-top:60px;
}


.groundWorkSection .container {
    padding: 0 30px;
    max-width: 100%;
}
    
.groundWorkSection .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    margin-right: -15px;
    margin-left: -15px;
}

.groundWorkSection .container .row .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.groundWorkSection .container .row .col-md-6 .groundworkImg {
    position: relative;
    text-align: center;
}

.groundworkTextContent {
    position: relative;
    padding-top: 0px;
    margin-top: -100px;
    /* margin-right: 35px; */
    width: 225px;
    left: 130px;
}

.groundworkTextContent h2 {
    font-size: 16px;
}

.groundworkTextContent h2 {
    
    color: #2F3443;
    font-weight: 600;
    margin-bottom: 10px;
   
}


.groundworkTextContent p {
    font-size: 13px;
    color: #2F3443;
    margin: 0;
    text-align: justify;
}

.modal-dialog {
    max-width: 500px;
    margin: 0rem auto;
}
.palyStorSection .playStorContents h2 {
    font-size: 17px;
     font-weight: 600;
    margin-bottom: 9px;
    width: 100%;
    max-width: 70%;
    line-height: 25px;
    padding-top: 0;
    margin-left:-5px;
}
   
   .playStorButton .PlayStorIcon {
    display: flex;
    align-items: center;
    flex-direction: column;
    
} 
    
 .palyStorSection .playStorContents p {
    font-size: 12px;
    color: #2F3443;
    margin: 0;
    width: 230px;
}
    
    .playStorButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    margin-top: 15px;
   /* width: 370px;
    margin-right: -20px;*/
}
    
    .playStorButton .PlayStorIcon a {
    margin-bottom: 10px;
}
.appstoreimage{
    display:none;
}
.Qrcode{
    
    display:none;
}
    
    .playStorButton .PlayStorIcon {
    display: flex;
    align-items: center;
    flex-direction: column;
   margin-left: -125px;
    width: 177px;
}
 .NoHungerMobile img {
    margin: 0 auto;
    max-width: 35%;
    margin-top: -210px;
    margin-left: 200px;
}
    
    .palyStorSection .palyStorSection_overlay  {
        height:200px;
/*   display:none;*/
}
/*.NoHungerMobile{*/
    
/*    display:none;*/
/*}*/
    
    
    .topFoodName ul li .NameOfFood span {
    font-size: 8px;
    font-weight: 600;
    color: #2F3443;
    padding: 0;
}
    
    footer .footerMenus li {
        width: 50% !important;
    }
    .MiniFooter .miniFooterContent {
        flex-direction: column;
    }
    .MiniFooter .miniFooterContent .footerLogo,
    .MiniFooter .miniFooterContent .copyRightSection {
        margin-bottom: 20px;
        /*margin-left: 15px;*/
        text-align: center;
    }
    .kitchensaroundsections ul li:first-child,
    .kitchensaroundsections ul li:nth-child(2),
    .kitchensaroundsections ul li:nth-child(3),
    .kitchensaroundsections ul li:nth-child(4),
    .kitchensaroundsections ul li:nth-child(5) {
        width: 100%;
    }
    .whatDoYouLikeSection .foodSelections ul,
    .whatDoYouLikeSection .chooseFoodSection ul {
        flex-wrap: wrap;
    }
    .whatDoYouLikeSection .foodSelections ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .whatDoYouLikeSection .chooseFoodSection ul li {
        width: 33%;
        margin: 0;
    }
    .whatDoYouLikeSection .chooseFoodSection ul li label {
        width: 90px;
    }
    .whatDoYouLikeSection .chooseFoodSection ul li label span {
        width: 70px;
        height: 70px;
    }
    .LoginContentWrap form h4,
    .whereAreYouFrom h2 {
        font-size: 20px;
    }
    .loginButtonSection {
        padding: 0;
    }
    
    .kitchen-information .container-fluid{
        margin-top: 15px;
        padding:1px;
    }
    
    .kitchen-information .kitchenNameRating .open-time {
    font-size: 12px;
    color: #2F3443;
     font-weight:700;
}
.search-kitchen .fa-search:before {
    content: "\f002";
    display: none;
}
.dropdown-menu.show {
    display: block;
    width: 280px;
    margin-top: -10px;
}
.dropdown1 .dropdown-menu.show {
    display: block;
    width: 155px;
    margin-top: 15px;
       margin-left: -70px;
}
.topFoodName .list_ul .foodblog .NameOfFood {
    position: absolute;
    padding: 1px 10px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    bottom: 10px;
    /* background: #FFF; */
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menutitle1{
        font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
   
}
.itemprice{
     font-size: 14px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
}
.HeaderButtons ul li.dropdown .dropdown-item:before {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fcc647;
    border-width: 7px;
    color: #fff;
    /* margin-left: 0px; */
    /* top: -15px; */
}
.select-meal-plan .main-heading {
    font-size: 14px;
    color: #2F3443;
    font-weight: bold;
    padding-left: 15px;
}

.kitchen-information .select-meal-plan .select-plan .nav-link {
    font-size: 14px;
    color: #2F3443;
    border-radius: 11px;
    width: 130px;
    text-align: center;
    padding: 14px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-left: 10px;
}
.kitchen-information .select-meal-plan .select-plan .nav-item {
    margin-right: 15px;
}

.kitchen-information .mealperweek .meal-week {
    color: #2F3443;
    font-size: 20px;
    margin-left: 20px;
}
    
    
    .HeaderSection .HeaderButtons ul li .dropdown{
    margin: 0 0 0 30px;
    width:250px;
    
}
    
    .kitchen-information .mealperweek img {
    width: 35px;
    height: 35px;
    margin-left: 10px;
}

.kitchen-information .select-meal-plan .heading-container p {
    color: #2F3443;
    font-size: 20px;
    margin-top: 26px;
    margin-left: 15px;
}

.kitchen-information .menu-container .menu-meal .nav-item a {
    font-size: 22px;
    color: #A7A8BC;
    padding: 8px 8px 8px 8px;
    margin: 0 20px;
}

.container {
    width: 100%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}
div.menu-container .select-meal-type ul li {
    margin-right: 0px;
}
.kitchen-information .select-meal-type ul li {
    margin-right: 10px;
    position: relative;
    margin-left:10px;
}

.kitchen-information .select-meal-type ul li label {
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 15px;
    cursor: pointer;
}

.kitchen-information .img-fluid {
    max-width: 100%;
    height: 70%;
    margin-left:0px;
}

.packagemodal .modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #2F3443;
    font-variant: all-small-caps;
    margin-left: 20px;
}

.selectpackagemodal .datetimecontainer .heading {
    font-size: 16px;
    font-weight: bold;
    color: #2F3443;
    width: 320px;
}

.selectpackagemodal .datetimecontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0px;
    
}

.selectpackagemodal .datetimecontainer .heading {
    font-size: 16px;
    font-weight: bold;
    color: #2F3443;
    margin-top: 30px;
    padding:10px;
}

.packageconfirmmodal .package-order-per-week .order-for-week {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.packagemodal .modal-body .package-everyday-list-menu-content .btn-customize {
    color: #CE543D;
    font-size: 14px;
    margin-right: 5px;
}


.select-meal-plan .discount-code-content .sub-heading {
    color: #2F3443;
    font-size: 15px;
    width: 150px;
    margin-bottom:0px;
}

/*.select-meal-plan .discount-code input[type=radio]:checked + label>.img-container img {*/
/*    background-color: antiquewhite;*/
/*    width:200px;*/
    
/*}*/

.select-meal-plan .discount-code.img-container img {
    background-color: antiquewhite;
    width:100px;
    
}


.select-meal-plan .discount-code-content .discount-code {
    position: relative;
    border-top: 1px solid #FCC647;
    margin-left: 10px;
    width:200px;
}

div.breakfast-menu-container .breakfast-menu-item {
 justify-content: space-between;
}

.breakfast-name .heading {
    font-size: 20px;
    font-weight: bold;
    color: #2F3443;
    margin-bottom: 0;
}

.breakfast-name .breakfast-type {
    font-size: 16px;
    color: #A7A8BC;
    margin-bottom: 0;
}

.breakfast-name .price {
    font-size: 25px;
    color: #7EDABF;
    margin-bottom: 0;
    font-weight:700;
}

.kitchen-information .breakfast-menu-item .right-part .btn-container {
    color: #2F3443;
    background-color: #FFFAEE;
    border: 1px solid #FCC647;
    border-radius: 12px;
    padding: 2px 1px;
    font-size: 12px;
    width: 100px;
    text-align: center;
    margin-right: 10px;
    margin-left:-110px;
    margin-top:120px;
}



.kitchen-information .breakfast-menu-item .right-part .mealcount {
    width: 35px;
    text-align: center;
}

.kitchen-information .menu-container .menu-meal .nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 4px solid #FCC647;
    font-weight: bold;
    color: #555;
    margin-left: 10px;
}



/* kitchen css*/
.loginBackground {
    position: relative;
    background-color: #FFA451;
    height: 100%;
    width: 100%;
    /* padding: 0 170px; */
}

    /*Prathap responsive css*/

.footerLogo{
    
    display:block;
}
.footerLogo1{
    display:block !important;
}

/*sajal start*/
.kitchensaroundsections .kitchenscuisine img {
    position: absolute;
    top: 50%;
    left: 1px;
}
.cartfontdata {
    padding: 0px;
    width: 100%;
    font-size: 75px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.emptycartnew{
    width: 100px;
}
.foodsections .newsectionforfood {
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 30px;
    margin-top: 1rem;
    /*height: auto;*/
    min-height: auto;
    max-height: fit-content;
  
}

/*sajal end*/
.kitchensaroundsections .kitchenscuisine select.Cuisineselectbox {
    padding: 0 20px 0 10px;
}
.kitchensaroundsections .kitchenscuisine #rating {
    padding-left: 10px;
}


.checkout-cart-section .bank-payment-information {
    background-color: white;
    padding: 0 35px 0 25px;
    margin-right: 20px;
    border-radius: 10px;
    width: 400px;
}

.packageconfirmmodal .package-order-per-week .btn-make-payment {
    color: #fff;
    background: #000000;
    padding: 13px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 15px;
}

.checkout-cart-section-container .right-part .img-container{
    
    display:none;
}


    .myaccount-summery .btn-container1 {
    background-color: #FFB300;
    color: #000;
   
    font-size: 12px;
    border-radius: 15px;
    display: block;
    text-align: center;
   line-height: 25px;
    height: 30px;
    border: 2px solid #FFB300;
    float: right;
    width: 90px;
    margin: 0px 15px 0px 0px;
}
.myaccount-summery .remove-meal, 
.myaccount-summery .add-meal,
.myaccount-summery  .mealcount {
    border: none;
    background-color: transparent;
    color: #000;
     margin-left: 7px;
    margin-right: 7px;
     font-weight: bold;
}
    
.cart_item_row{

    border-bottom: 2px solid #d7d7d7;
    /*opacity: 10%;*/
    margin-bottom: 25px;
   
}
.cart_item_row:last-child {
  border-bottom: none;
}
/*Kitchen details page mobile*/
.kitchen-information .hero-area .main-img {
    height: 360px;
    border: 2px solid #f3f3f3;
    background-color: #f3f3f3;
    border-radius: 0px 0px 20px 20px;
    -webkit-box-shadow: 0px 5px 3px 0px rgba(227,224,227,1);
    -moz-box-shadow: 0px 5px 3px 0px rgba(227,224,227,1);
    box-shadow: 0px 5px 3px 0px rgba(227,224,227,1);
    /*box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;*/
}
.thumbwidth {
    width: 120px;
    height: 80px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -25px;
    margin-top: 0px;
}
.kitchenNameRating .heading {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-variant: none;
    margin-left: 100px;
    margin-top: -235px;
    width: 100%;
    word-spacing: 4px;
    line-height: 35px;
}
.kitchenNameRating .sub-heading {
  font-size: 12px;
    color: #fff;
    /* font-weight: 600; */
    font-variant: none;
    margin-left: 100px;
    width: 280px;
    margin-top: 0px;
    font-family: 'Poppins';
}
.kitchenNameRating .location {
    font-size: 13px;
    color: #fff;
    margin-left: 100px;
    width: 250px;
    font-family: 'Poppins';
   /* margin-top: -5px;*/
}
.line1 img {
   margin-left: 5px;
    margin-top: -10px;
    height: 35px;
}

.line2 img {
    margin-left: 75px;
    margin-top: -10px;
    height: 35px;
}


.kitchen-information .photo-like4 {
   position: absolute;
    bottom: 1px;
    /* margin-top: -70px; */
    margin-left: 80px;
    text-align: center;
        padding: 5px 12px 15px 10px;
    font-size: 15px;
}
.kitchen-information .checkout-cart-section-container .product-pay-information {
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 0px;
    border-radius: 10px;
}
.addtofavicon{
    padding: 5px;
    border-radius: 50px;
    margin-top: -70px;
    margin-left: 0px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    height: 35px;
    cursor: pointer;
    /*line-height: 36px;*/
    margin-left: -20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    
}
.callfavicon{
    padding: 5px;
    border-radius: 50px;
    margin-top: -6px;
    margin-left: 0px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    /*line-height: 36px;*/
    margin-left: -75px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    
}
.whatsappfavicon {
        padding: 7px 9px 8px 9px;
        border-radius: 50px;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 14px;
        width: 30px;
        text-align: center;
        height: 30px;
        cursor: pointer;
        color: #25D366;
        margin-left: -5px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    
    .twitterfavicon {
        padding: 7px 9px 8px 9px;
        border-radius: 50px;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 14px;
        width: 30px;
        text-align: center;
        height: 30px;
        cursor: pointer;
        color: #1DA1F2;
        margin-left: -5px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    .instagramfavicon {
        padding: 7px 10px 9px 10px;
        border-radius: 50px;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 14px;
        width: 30px;
        text-align: center;
        height: 30px;
        cursor: pointer;
        color: #E4405F;
        margin-left: -5px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    .facebookfavicon {
        padding: 7px 12px 9px 12px;
        border-radius: 50px;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 14px;
        width: 30px;
        text-align: center;
        height: 30px;
        cursor: pointer;
        color: #4267B2;
        margin-left: -5px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    
.infofavicon{
    padding: 5px;
    border-radius: 50px;
    margin-top: -6px;
    margin-left: 0px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    
}
.allrating ul{
    margin-left: -15px;
    margin-top: 5px;
}
.allrating ul li{
    margin-left: 12px;
}
.preordermobilemenuicon {
        background: #4d4b4b;
        padding: 18px;
        border-radius: 40px;
        width: 55px;
        height: 55px;
        line-height: 10px;
        font-size: 35px;
        color: #fff;
        font-weight: 500;
    }
    .fixedmenupreorderButton{
            position: fixed;
            bottom: 100px;
            right: 5px;
            padding: 0px;
            padding-right: 0px;
            color: #fff;
            z-index: 9999;
        }
        .roundedFixedmenupreorderBtn{
        height: 60px;
        line-height: 30px;
        width: 60px;
        font-size: 1em;
        font-weight: bold;
        /*background-color: #2f3443;*/
        color: white;
        text-align: center;
        cursor: pointer;
        border-radius: 50px;
        padding: 6px 0px;
        }
        .fixedmenupreorderButtonforclose{
            position: fixed;
            bottom: 95px;
            right: 5px;
            padding: 0px;
            padding-right: 0px;
            color: #fff;
            z-index: 9999;
        }
        .roundedFixedmenupreorderBtnforclose{
        height: 60px;
        line-height: 30px;
        width: 60px;
        font-size: 1em;
        font-weight: normal;
        background-color: #2f3443;
        color: #000;
        text-align: center;
        cursor: pointer;
        border-radius: 50px;
        padding: 5px 4px;
        }
        /*.mobilepreorder-menu{
            padding: 7px 14px 7px 14px;
        }*/
        .mobilepreorder-menu img{ 
            width: 60px;
        }
        .mobilepreorder-menuforclose img{ 
            width: 25px;
        }
        .menutitle img{
            width: 15px;
        }
        .mobilepreorder-menuforclose{
            padding: 9px 12px 6px 15px;
        }
        .mobilepreorder-menuforclose .fa-close{
            font-size: 35px;
        }
        .preordermobilemenu .fa-remove:before, .fa-close:before, .fa-times:before {
            content: "\f00d";
            color: #000;
        }
.ratingbutton {
    background: #2F3443;
    border: 1px solid #2F3443;
    border-radius: 25px;
    color: #fff;
    font-size: 11px;
    width: 90px;
    height: 25px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 10px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
    
}
.kitchen-information .delivery-rating .rating {
    color: #fff;
    font-size: 15px;
    /*background-color: #18b93d;*/
    border-radius: 4px;
    /*padding:5px;*/
    font-family: 'Poppins';
}

.kitchenNameRating .allreview {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.kitchenNameRating .allreview1 {
  font-size: 15px;
    color: #fff;
    font-weight: bold;
    /*margin-left: -40px;*/
    font-family: 'Poppins';
}
.checkout-cart-section .checkout-cart-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
} 
.kitchen-information .photo-like {
    position: absolute;
    bottom: 0;
    right: 112px;
    top: 62px;
}

.kitchen-information .photo-like1 {
    position: absolute;
    bottom: 0;
   right: 65px;
    top: 193px;
    height: 0px;
}

.kitchen-information .photo-like1 img {
    width: 100px;
    height: 100px;
    margin-top: -11px;
}

.checkout-cart-section .checkout-cart-section-container {
    margin-top: 50px;
    margin-bottom: 50px;
    /*width: 374px;*/
    /* left: 10px; */
}
.kitchen-information .photo-like3 {
    position: absolute;
    bottom: 0;
    /* margin-top: -90px; */
    margin-left: 165px;
    text-align: center;
    padding: 5px 10px 15px 1px;
}
    
.info {
   
    padding: 8px;
    border-radius: 50px;
    margin-top: -80px;
    margin-left: 0px;
    font-size: 15px;
    /* font-weight: 700; */
    width: 40px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    line-height: 36px;
    margin-left: 20px;
}
.select-plans{
    /*border: 1px solid #c7c7c7;*/
    border-radius: 50px;
    height: 45px;
    width: auto;
    margin-left: 0px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


/*Tab Section*/
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#section-tab,
#tab-control,
/*#tab-div,*/
.tabnew li {
  padding: 0.5rem;
}

.tabnew ul {
  list-style: none;
}

.tabnew li {
 border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 18px;
    font-family: 'Poppins';
    text-transform: capitalize;
}

#section-tab {
  /*display: flex;*/
}

#tab-control {
  width: 100%;
  
}
#section-tab ul .open{
  width: 100%;
  height: 200px;
    overflow: scroll;
}

#tab-div {
  width: 100%;
}

#control-selected {
  background-color: #FFB300;
  color: #fff;
  border-radius: 10px;
}
#section-tab1,
#tab-control1,
/*#tab-div1,*/
.tabnew1 li {
  padding: 0.5rem;
}

.tabnew1 ul {
  list-style: none;
}

.tabnew1 li {
border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 12px;
    font-family: 'Poppins';
}

#section-tab1 {
 /* display: flex;*/
}

#tab-control1 {
  width: 100%;
}

#tab-div1 {
  width: 100%;
}
.btn-list2 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 15px;
    color: black;
   font-size: 14px;
    width: 80px;
    height: 30px;
    position: right;
   
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 2px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
    cursor: pointer;
}
/*.tab1 .col-md-8{
    width: 75%
}
.tab1 .col-md-4{
    width: 25%
}*/
.address-box .col-md-8{
    width: 100%;
    
}
.address-box .col-md-4{
    width: 100%
}
/*#control-selected1 {
  background-color: #FFB300;
  color: #000;
}
*/
#favoritekitchenlist .col-md-4{
    width: 100%;
     padding-left: 0px;
    padding-right: 0px;

}

/*CSS Grid*/
.section-grid{
   display: flex; 
   /*padding-left: 25px;
   padding-right: 25px;*/
}
.grid-prod{
  flex: 1 1 auto;
  display: flex; 
  flex-flow: row wrap;  
}
.prod-grid{
  flex: 1 1 25%;
  margin:2%;
  padding:12px;
  border: 2px solid #000;
}
.sublist{
 font-size: 8px;
    background-color: #FFE39C;
    padding: 6px 5px 6px 5px;
    color: #2F3443;
    opacity: 70%;
    margin: 0px 2px 4px 0px;
}
.prod-grid img{
  width:100%;
}
.subpart{
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;

}
.nav-items{
    width: 47%;
    margin-top: 5px;
}
.nav-items1{
   width: 46%;
    margin-top: 5px;
    margin-left: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2F3443;
    background-color: #FFB300;
    border-radius: 30px;
    text-align: center;
}
.nav-link {
    color: #2F3443;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
}
.nav-link:hover{
    color: #2F3443;
     font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    text-align: center;
}
.menutitle{
        font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    margin-top: -25px;
    text-transform: capitalize;
}
.menutitle1{
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
   
}
.customlist{
    font-size: 10px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2F3443;
}
.itemprice{
     font-size: 12px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
}
.fa-star:before {
    content: "\f005";
    /*color: orange;*/
    font-size: 12px;
}
/*.fa-star {
    font-size: 18px;
}*/
.checked {
    color: orange;
}
.btn-secondary {
    color: #000;
   background-color: #f3f3f3;
    border-color: #d7d7d7;
}
.subhead2{
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.totalitem{
     font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F3443;
    opacity: 50%;
}
.itemdesc{
     font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
}
.fa-star{
    font-size: 18px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.modal-dialog_subs{
    max-width: 370px;
    margin: 0rem auto;
}
.modal-title1 {
       font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #2F3443;
    width: 100%;
}
.modalheader p{
     margin-left: 0px;
    margin-top: 25px;
    font-size: 10px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
.modal-header .customizeprovide {
    margin-left: 0px;
    margin-top: 55px;
    font-size: 10px;
    font-family: 'Poppins';
    color: #FFB300;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
.modalheader3 .customizeprovide {
    margin-left: 0px;
    margin-top: 35px;
    font-size: 10px;
    font-family: 'Poppins';
    color: #FFB300;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
.modalheaders p{
      margin-left: 0px;
    margin-top: 25px;
    font-size: 10px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
.modalheader1 p{
      margin-left: 0px;
    margin-top: 25px;
    font-size: 10px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    /*margin-top: 25px;*/
    padding: 10px;
        margin: 10px -35px 10px -35px;
}
.card-box-shadow {
    box-shadow: 0px 10px 64px rgb(152 152 152 / 19%), 0 6px 6px rgb(30 27 27 / 23%);
}
#checkout_form .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    /* margin-top: 25px; */
    padding: 10px;
    margin: 10px 0px 10px 0px;
}
/*.modalbody{
        overflow: scroll;
    height: 230px;
}*/

.fa-arrow-right{
    font-size: 20px;
}
.fa-arrow-left{
    font-size: 20px;
}
.modalbody li{
    color: #2F3443;
    font-family: 'Poppins';
    font-size: 12px;
    width: 50%;
}
#customizable-modal2 .modalbody li{
    color: #2F3443;
    font-family: 'Poppins';
    font-size: 10px;
    width: 100%;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 0px;
    border-radius: 10px;
    outline: 0;
    padding: 5px 5px 0 5px;
}
.modal-fullscreen {
    padding: 0 !important;
  }
  .modal-fullscreen {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
.scrollbar
{
    margin-left: 10px;
    float: left;
    height: 350px;
    width: 330px;
    overflow-y: auto;
    margin-bottom: 25px;
}
.timescrollbar
{
    margin-left: 10px;
    float: left;
    max-height: 100px;
    width: 300px;
    overflow-y: auto;
    margin-bottom: 2px;
}
#address_form .form-group {
    margin-bottom: 9px;
}
#address_form .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem;
}
#addAddressModal .col-md-2{
    width: 30%;
}
.scrollbaraddress
{
    margin-left: 0px;
    float: left;
    height: 100%;
    width: 300px;
    overflow-y: scroll;
    /*margin-bottom: 25px;*/
}
#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 0px;
    /*background-color: #F5F5F5;*/
}

#style-3::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFB300;
}
#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFB300;
}
.style-6::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFB300;
}
.footerprice{
    margin-left: -18px;
     font-size: 16px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
    /*padding-top: 8px;*/
}
.customizemodals .footerprice{
    margin-left: -18px;
     font-size: 16px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
    /*padding-top: 0px;*/
}
#modalbackbutton .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.1rem 0.1rem;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 2px solid #FFB300;
    line-height: 0;
    width: 25px;
    height: 25px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.desktopclose{
    display: none !important;
}
.btn-list3{
   background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 12px;
    width: 150px;
    height: 35px;
    position: right;
     margin: 0px 0px 0px 20px; 
    /* margin-top: 10%; */
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    /* margin-left: 75px; */
    cursor: pointer;

}
.modal-footer .col-md-7{
    width: 65%;
    padding-right: 0px;
    padding-left: 1px;
}
.modal-footer .col-md-6{
    width: 50%;
    padding-right: 0px;
    padding-left: 1px;
}
.modal-footer .col-md-5{
    width: 35%;
    padding-right: 0px;
    padding-left: 1px;
}
.modal-footer .col-md-12 {
    width: 100%;
    padding-right: 0px;
    padding-left: 1px;
}

.kitchen-information .couponoffer {
   /* position: absolute;
    bottom: 0;
    right: 105px;
    top: 110px;
    height: 0px;*/
    display: none;
}
#plansbutton1 .col-md-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
} 
#plansbutton .col-md-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0px;
}
.select-plans1{
    /*border: 1px solid #c7c7c7;*/
    border-radius: 50px;
   height: 31px;
   width: 225px;
    min-width: 225px;
    max-width: 225px;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
*/
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
 color: rgb(0 0 0 / 60%);
    font-size: 10px;
    color: #2F3443;
    line-height: 1;
    text-align: center;
    padding: 9px 35px;
    margin-right: -1px;
}

.switch-field label:hover {
    cursor: pointer;
}

.newtabselect li {
  display: none;
  cursor: pointer;
  padding: 5px 10px;
  /*border-top: 1px solid black;*/
  min-width: 150px;
  
}

.newtabselect #control-selected {
  display: block;
  border-top: 0px;
  background: #2e2e3b;
  border-radius: 20px;
  text-align: center;

}
#categories_menu_btn {
    display: block;
      border-top: 0px;
      background: #2e2e3b;
      border-radius: 20px;
      text-align: center;
      cursor: pointer;
        padding: 5px 10px;
        color: #fff;
        min-width: 150px;
        width: 100%;
}
#categories_menu_btn span:before {
    position: absolute;
    top: 14px;
    right: 30px;
    content: "\2193";
    color: #fff;
}
#categories_menu_btn .newtabselect .open span:before {
    content: "\2191";
}
.newtabselect {
  display: inline-block;
  padding: 0;
  border-radius: 4px;
  position: relative;
 /* box-shadow: rgb(193 190 190 / 20%) 0px 2px 8px 0px;*/
}

.newtabselect li:hover {
  background-color: #ddd;
}

.newtabselect li:first-child:hover {
  background-color: transparent;
}

.newtabselect.open li {
  display: block;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

.newtabselect span:before {
 position: absolute;
     top: 14px; 
    right: 30px;
    content: "\2193";
    color: #fff;
}

.newtabselect.open span:before {
  content: "\2191";
}
.firstlettercapital{
    text-transform: capitalize;
}
/*.nomobile{
    display: none;
}*/
/*New mobile ordernow dropdown menu design*/
/* scheduleSpecificDateToDeliveryModal design css sajalkumar */
 #scheduleSpecificDateToDeliveryModal .datepicker td,
    #scheduleSpecificDateToDeliveryModal .datepicker th,
    #scheduleSpecificDateToDeliveryAddressModal .datepicker td,
    #scheduleSpecificDateToDeliveryAddressModal .datepicker th {
        padding: 5px 10px !important;
        width: 40px;
        height: 35px;
        border-radius: 30px;
    }
    #scheduleSpecificDateToDeliveryModal .datepicker .datepicker-switch, 
    #scheduleSpecificDateToDeliveryModal .datepicker .prev, 
    #scheduleSpecificDateToDeliveryModal .datepicker .next, 
    #scheduleSpecificDateToDeliveryModal .datepicker tfoot tr th {
    cursor: pointer;
    margin-top: -2px;
    }
    
    .prev {
        top: unset;
        left: unset;
    }

    .next {
        top: unset;
        right: unset;
    }
    #schedule_specific_date .datepicker-inline, #schedule_specific_date_address .datepicker-inline {
        width: 100%;
    }
    .specific_delivery_date_box{
        padding: 5px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        margin: 5px 5px 10px;
        border-radius: 5px;
    }
#scheduleSpecificDateToDeliveryModal .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #ffc107;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #ffc107, #ffb300);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#scheduleSpecificDateToDeliveryAddressModal .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #ffc107;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #ffc107, #ffb300);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#scheduleSpecificDateToDeliveryAddressModal .datepicker .datepicker-switch, 
    #scheduleSpecificDateToDeliveryAddressModal .datepicker .prev, 
    #scheduleSpecificDateToDeliveryAddressModal .datepicker .next, 
    #scheduleSpecificDateToDeliveryAddressModal .datepicker tfoot tr th {
    cursor: pointer;
    margin-top: -2px;
    }
.modal .toggles .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 18px;
    margin: 3px 0px 0px 10px;
  }
  .modal .toggles .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
  .toggles {
    margin: 0px 0;
  }
  .modal .toggles {
    margin: 0px 0;
    width: auto;
    margin-top: 10px;
  }
/*#scheduled_dates_to_delivery_text{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 5px;
}*/
/* scheduleSpecificDateToDeliveryModal design css sajalkumar end*/
/*End ordernow dropdown design*/
.switch-field input:checked + label {
 background-color: #ffb300;
    box-shadow: none;
    width: 50%;
    margin-top: 1px;
    margin-left: 0px;
    height: 28px;
    font-size: 9px;
    font-family: 'Poppins';
    color: #2F3443;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.3em;
}
.h6, h6 {
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 5rem;
    padding: 0rem 0px;
    margin: 0.125rem 0rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}
.search-location-box {
    padding: 10px 20px;
}
.search-location-box {
    width: 500px;
}
.savedaddress {
    margin-top: 15px;
    color: #2F3443;
    font-size: 12px;
    font-family: 'Poppins';
    width: auto;
}
.dropdown-menu .text-right {
    text-align: right!important;
    margin-top: 13px;
    width: auto;
}
.addaddress {
    margin-top: 12px;
    color: #FFB300;
    font-size: 12px;
    font-family: 'Poppins';
    border-bottom: 2px solid #FFB300;
    font-weight: bold;
}
.plusaddaddress {
    height: 18px;
    width: 18px;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.dropdown-menu .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2rem;
    font-size: 15px;
    line-height: 1.5;
    color: #2F3443;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #F6F6F6;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins';
}
.input-group-append {
    margin-top: -43px;
}
.input-group-append {
    margin-left: -1px;
}
#searchLocationForm .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
}
.btn-outline-secondary:hover {
    color: #2F3443;
    background-color: transparent;
    background-image: none;
   
}
.btn-outline-secondary:hover {
    color: #2F3443;
    background-color: transparent;
    background-image: none;
}
.btn-outline-secondary {
    color: #2F3443;
    background-color: transparent;
    background-image: none;
     border-color: #fff; 
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
}
.dropdown-item2 {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item2:focus, .dropdown-item2:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    color: #FFFFFF;
}
.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    /* border-bottom: 1px solid #2F3443; */
    font-family: 'Poppins';
}
.dropdown-item1:focus, .dropdown-item1:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 0px 0px 10px 10px;
    color: #FFFFFF;
}
.switch-field label:first-of-type {
    border-radius: 30px;
}

.switch-field label:last-of-type {
    border-radius: 30px;
}
.selectpackagemodal1 .ui-datepicker .ui-datepicker-prev,
.selectpackagemodal1 .ui-datepicker .ui-datepicker-next {
display: block;
    }

.selectpackagemodal1 .ui-datepicker .ui-datepicker-header {
    position: relative;
    font-size: 8px;
    color: #2F3443;
    background: #fff;
    border: none;
    /*box-shadow: 0px 2px 19px #A29E8929;*/
}

.selectpackagemodal1 .ui-widget-content {
    color: #2F3443;
    background: #fff;
}

.selectpackagemodal1 .ui-state-default, 
.selectpackagemodal1 .ui-widget-content .ui-state-default, 
.selectpackagemodal1 .ui-widget-header .ui-state-default, .ui-button, 
.selectpackagemodal1 .ui-button.ui-state-disabled:hover, 
.selectpackagemodal1 .ui-button.ui-state-disabled:active {
    color: #2F3443;
    text-align: center;
    background-color: #fff;
    padding: 0;
    border: none; 
    font-size: 11px;
}

.selectpackagemodal1 .ui-state-active, 
.selectpackagemodal1 .ui-widget-content .ui-state-active, 
.selectpackagemodal1 .ui-widget-header .ui-state-active, 
.selectpackagemodal1 a.ui-button:active, .ui-button:active, 
.selectpackagemodal1 .ui-button.ui-state-active:hover {
    color: #000;
    background-color: #FCC647;
}

.selectpackagemodal1 .time-section .choose-time input {
    display: none;
}
.selectpackagemodal1 .ui-datepicker {
    width: 14em;
    padding:0; 
}
.selectpackagemodal1 .ui-widget.ui-widget-content {
    border: none;
    width: auto;
}

.selectpackagemodal1 .ui-datepicker .ui-datepicker-title {
    line-height: 25px;
    font-weight: 600;
}
.selectpackagemodal1 .ui-datepicker .ui-datepicker-title {
    margin: 0px 0.3em;
    text-align: center;
    font-size: 12px;
   /* line-height: 1.8em;*/
    /* text-align: center; */
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
     padding: .5rem; 
}


.selectpackagemodal1 thead {
    border: none;
    background-color: #fff;
    line-height: 70px;
    box-shadow: 0px 2px 19px #A29E8929;
}
.selectpackagemodal1 .ui-datepicker td {
    border: 0;
    padding: 0;
}
.selectpackagemodal1 tr {
    line-height: 20px;
}

.selectpackagemodal1 .ui-datepicker table {
    margin: 0;
}
.selectpackagemodal1 tbody {
    box-shadow: 0px 2px 19px #a29e8929;
}

.selectpackagemodal1 .ui-datepicker th {
    padding: 0;
    font-size: 12px;
}
.form-group {
    margin-bottom: 0rem;
}
.selectpackagemodal1 .includesunsat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 30px;
    margin-bottom: 30px;
}
.selectpackagemodal1 .weekendwith {
    padding-left: 10px;
}
.ui-datepicker table {
    width: 100%;
    font-size: .5em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.selectpackagemodal1 td.ui-datepicker-current-day:first-child  .ui-state-active
 {
    border-radius: 0% 0 0 0%;
}
.selectpackagemodal1 td.ui-datepicker-current-day:last-child  .ui-state-active
 {
    border-radius: 0 0% 0% 0;
}
.selectpackagemodal1 .btn-back,

 .selectpackagemodal1 .btn-next {
    color: #000;
    background: #FFB300;
    width: 120px;
    height: 40px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 18px;
    margin: 0px 0px 0px 30px;
}
#modalbackbutton h3{
    font-size: 0px;
    margin-top: -3px;
}
.choose-time input:hover + label, .choose-time input:checked + label {
    color: #2F3443;
    background-color: #FCC647;
    border: 1px solid #FCC647;
}
.choose-time label {
   font-size: 11px;
    color: #2F3443;
    text-align: center;
    border: 1px solid #D6D6D6;
    /* border-radius: 6px; */
    width: 63px;
    height: 27px;
    line-height: 25px;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
 .selectpackagemodal1 .btn-next {
    margin-left: 10px;
 }
 .selectpackagemodal1 .btn-back:hover img{
    position: relative;
    right: 10px;
 }
 .selectpackagemodal1 .btn-next:hover img {
    position: relative;
    left: 10px;
}
 .selectpackagemodal1 .btn-back img,
 .selectpackagemodal1 .btn-next img {
    padding-left: 8px;
     transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
.selectpackagemodal1 .btn-back img {
    transform: scale(-1);
}
.selectpackagemodal1 .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.customizemodals .btn-back, 
.customizemodals .btn-next {
    color: #000;
    background: #FFB300;
    width: 142px;
    height: 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 9px 10px;
    margin: 0px 0px 0px 5px;

}

#customizable-modal2 .btn-back,
#customizable-modal2 .btn-next{
    color: #000;
    background: #FFB300;
    width: 142px;
    height: 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 10px;
    padding: 12px 30px;
    margin: 0px 0px 0px 8px;
}

.modalheader3 p{
  margin-left: 0px;
    margin-top: 22px;
    font-size: 10px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
.modalheader3 p span{

    margin-top: 0px;
    font-size: 8px;
    font-family: 'Poppins';
    color: #FFB300;
}
.modalheader p span{

    margin-top: 12px;
    font-size: 8px;
    font-family: 'Poppins';
    color: #FFB300;
}
#customizable-modal2 .modal-title12 {
    font-size: 10px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #2F3443;
    width: 100%;
}
#customizable-modal2 .modal-title1 {
    font-size: 10px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #2F3443;
    width: 100%;
}
#customizable-modal1 .modal-title1 {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #2F3443;
    width: 100%;
}
#customizable-modal1 p {
   margin-bottom: 0.1rem;
}
#customizable-modal1 ul {
   margin-bottom: 0.5rem;
}
.modal-title12 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #2F3443;
    width: 100%;
}
.modalheader1 p span{

    margin-top: 12px;
    font-size: 8px;
    font-family: 'Poppins';
    color: #FFB300;
}
.customproviderdata{
    display: none;
}
.modalheaders p span{

    margin-top: 12px;
    font-size: 8px;
    font-family: 'Poppins';
    color: #FFB300;
    /*display: none;*/
}
.modalheader3 .sublist1 {
    font-size: 10px;
    background-color: #f7d890;
    padding: 0px 3px 0px 3px;
    margin-right: 5px;
    color: #2F3443;
}

.customizemodals .btn-container1 {
    background-color: #2F3443;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 11px;
    height: 14px;
    border: 2px solid #2F3443;
    float: right;
    width: 70px;
    cursor: pointer;
    margin-left: 60px;
}
.customizemodals .remove-meal, 
.customizemodals .add-meal, 
.customizemodals .mealcount {
    border: none;
    background-color: transparent;
    color: #fff;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.customizemodals .col-md-10{
    width: 65%;
}
.customizemodals .col-md-2{
    width: 35%;
}
.section-list {
    display: flex;
    /* padding: 2% 4%; */
}
.osborder1{
    border-bottom: 4px solid #2F3443;
    opacity: 10%;
    margin-top: 5px;
   
}
table {
    width: 100%;
    margin: 5px 5px;
    /* border: 2px solid #000; */
    border-collapse: collapse;
    border-spacing: 0;
}
table tr td {
    padding: 4px;
    border-bottom: 1px solid #b7b7b7;
    padding-top: 25px;
}
tr td img {
    width: 90px;
    margin-bottom: 15px;
    height: 90px;
    border-radius: 10px;
}
.menutitle {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    margin-top: 0px;
    text-transform: capitalize;
}
.itemprice {
    font-size: 13px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
}
.checked {
    color: orange;
}
.itemdesc {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
    display: none;
}
.btn-list {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 12px;
    width: 90px;
    height: 30px;
    position: right;
    /*margin: 10px;
    margin-top: -10%;*/
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
}
.addlistbutton .btn-container1 {
    background-color: #FFB300;
    color: #000;
    font-size: 12px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 26px;
    height: 30px;
    border: 2px solid #FFB300;
    float: right;
    width: 90px;
}
.addlistbutton .remove-meal, .addlistbutton .add-meal, .addlistbutton .mealcount {
    border: none;
    background-color: transparent;
    color: #000;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: bold;
}
.subsubhead{
        color: #fff;
    font-family: 'Poppins';
    font-size: 12px;
}
.subtotalheading{
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
}
.headingnew{
   font-size: 14px;
    font-family: 'Poppins';
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 600;
}
.cartdesign .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    margin: 5px;

    /*padding: 20px;
    border-radius: 20px;*/
}
.cartdesign{
    display: none;
}
.newcartpart {
    padding: 20px;
    border-radius: 20px;
    margin-top: 10px;
}
.linebottom {
    border-bottom: 2px solid #eee;
    margin-top: 10px;
}
.btn-list1 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: auto;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    width: 100%;
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    /* margin-left: 50px; */
}
.btn-list1:hover{
  background: #FFB300;
    border: 2px solid #FFB300;
    color: white;
}
/*Myaccount page css Sajal*/
.myaccount-section .hero-area .main-img {
    height: 170px;
    border: 2px solid #707070;
    background-color: #2F3443;
}
#myaccountmd3{
    margin-top: -25px;
}
.myaccount-section .container-fluid {
    background-color: #2F3443;
    padding: 25px 25px;
}
.myaccount-section .profile_image1 {
    width: 50px;
    height: 50px;
}
.myaccount-section .profile_name {
    font-size: 16px;
    font-family: 'Poppins';
    color: #fff;
   /* margin-top: 30px;*/
}
.myaccount-section .profile_details {
    font-size: 13px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.myaccount-section .profile-btn {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 12px;
    width: 100px;
    height: 30px;
    position: right;
    margin-top: 40px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    /* margin-left: 25px; */
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}
.myaccount-section .logout-btn {
    background: #2F3443;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #FFB300;
    font-size: 12px;
    width: 100px;
    height: 30px;
    position: right;
    margin-top: 40px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}
.myaccount-section .col-md-2{
    width: 20%;
    margin-left: -15px;
}
.customizeStart{
    float: right;
    display: flex;
    justify-content: end;
    font-size: 13px;
    text-decoration: underline;
    color: #FFB300;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
}
.myaccount-section .col-md-7{
    width: 80%;
    padding-right: 0px;
}
.menutitle2 {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.view-details-btn {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 15px;
    color: black;
    font-size: 11px;
    width: 90px;
    height: 25px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 10px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}
.itemprice {
    font-size: 13px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
    margin-bottom: 5px;
}
.orderlist {
    font-size: 12px;
    font-family: 'Poppins';
    color: #2F3443;
}
.orderlists {
    font-size: 12px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 75%;
}
.sublist1 {
    font-size: 8px;
    background-color: #FFE39C;
    padding: 5px 10px 5px 10px;
    color: #2F3443;
    opacity: 70%;
}
.customizeorder {
    color: #FFB300;
    font-size: 10px;
    font-weight: bold;
}
.hometype {
    font-size: 18px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addresses {
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;
}
.add_deposit_btn {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 14px;
    width: 120px;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 0%;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
}
.card2 .col-md-5{
    width: 50%;
}
.card2 .col-md-6{
    width: 50%;
}
.walletamount {
    font-size: 20px;
    color: #2F3443;
    font-family: 'Poppins';
    font-weight: 500;
}
/*Myaccount page css Sajal End*/
.checkout-cart-section .bank-payment-information .heading {
    color: #2F3443;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 80px;
}

div.kitchen-information .hero-area .main-img  {
    height: auto;
    margin-top: 0px;
}
div.kitchen-information .hero-logo img {
    left: 20px;
    width: 85px;
    height: 65px;
    margin-top: -35px;
}

.HeaderSection {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 10px 50px;
    display: block;
    align-items: center;
    justify-content: space-between;
}

.HeaderSection.deliverHeader {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

section {
    display: block;
    /*background: #f6f6f6;*/
}

div.liketoday {
    margin-top: 0px;
}

.HeaderSection .HeaderButtons {
    position: relative;
}

.HeaderSection .HeaderButtons ul {
    list-style: none;
    padding: 0;
    /*margin: 20px 0px 0px -60px;*/
    display: block;
    align-items: center;
    margin-top: 70px;
}

.HeaderSection .HeaderButtons ul li {
    margin: 0 14px -5px 65px;
}

.HeaderSection .logoSection img {
    width: 95px;
    margin: 5px 0 0 -40px;
}


.HeaderSection .search-kitchen {
    padding: 14px 5px 14px 5px;
    border-radius: 20px;
    border: 1px solid;
   
}

.kitchen-information .hero-area .main-img .bgm img {
    height: auto;
    max-width: 100%;
    margin: -125px 0 0 0;
}

.HeaderSection .ShopingCart{
    
    margin-left:185px;
}

.HeaderSection .ShopingCarts{
    
    margin-left:0px;
}

.HeaderSection .HeaderButtons ul li .ShopingCart .img-fluid {
    width: 30px;
  margin-top: -315px;
    margin-left: -97px;
       /*margin-top: -355px;
    margin-left: 75px;*/
    /* margin-bottom: 50px; */
}
.HeaderSection .HeaderButtons ul li .ShopingCart .img-fluids {
    width: 30px;
    margin-top: -315px;
    margin-left: -50px;
    /* margin-bottom: 50px; */
}
 
   .kitchen-information .hero-area .main-img .img-fluid{
    height: auto;
    max-width: 100%;
    margin: -70px 0 0 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
#breakfast-weekly-meal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
#lunch-weekly-meal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
#dinner-weekly-meal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.checkoutbutton{
     background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 16px;
    width: 100%;
    height: 45px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
   margin-top: 20px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
/*.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 10px;
    margin: 5px;
}*/
.hero-area10 .image-container img{
    
    height: auto;
    max-width: 100%;
    margin: 50px 0 0 0;
}


.HeaderSection .loginButton {
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    width: 60px;
    height: 30px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 0px;
    margin-left: 125px;
    /* display: flex; */
    margin-top: -178px;
    /* margin-bottom: 222px; */
}


.HeaderSection .signupButton {
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    width: 60px;
    height: 30px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 0px;
    margin-left: 195px;
    /* display: flex; */
    margin-top: -30px;
    margin-bottom: 70px;
}
.HeaderSection .HeaderButtons .dropdown .dropdown-toggle {
    width: 85px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    display: block;
     margin-bottom: -10px; 
    border: none;
    background-color: transparent;
}



.HeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 5px;
        font-size: 14px;
}
.dropdown-toggle::after {
       display: inline-block;
    width: 0;
    height: 0;
    margin-left: -5.745em;
    vertical-align: -0.745em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 35px;
    /*display: none;*/

}
.dropdown1 .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: -0.745em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 0px;
    color: #000;
    /*display: none;*/
    
}
.dropdown2 .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.15em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 0px;
    color: #000;
    /*display: none;*/
    
}
.h1, h1 {
    font-size: 1.8rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.fontdiscount .fa-percent {
    position: absolute;
    left: 12px;
    top: 22px;
    color: #fff;
    background-color: #2F3443;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
}
.discountbox {
    width: 100%;
    padding: 12px 45px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 50px;
}
.specialinsctruction{
    margin-top: 30px;
}
.osspecialinsctruction {
    font-size: 13px;
    background-color: #FFE39C;
    padding: 12px 10px 12px 10px;
    color: #2F3443;
    opacity: 70%;
}
[data-toggle="collapse"]:before, #btn-expand-collapse-accordion.fa:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    display: none;
}
.viewresto{
   background: #FCC647;
    border: 1px solid #FCC647;
    border-radius: 25px;
    color: black;
    font-size: 16px;
    width: 85%;
    height: 40px;
    position: right;
     margin: 10px; 
    /* margin-top: 10%; */
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    /*margin-left: 25px;*/

}
#browsebutton .col-md-3{
    width: 20%;
}
#browsebutton .col-md-6{
    width: 60%;
}
.viewresto1{
   background: #FCC647;
    border: 1px solid #FCC647;
    border-radius: 25px;
    color: black;
    font-size: 13px;
    width: 100%;
    height: 40px;
    position: right;
     margin: 10px; 
    /* margin-top: 10%; */
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    /*margin-left: 25px;*/

}

/*New Cart icon Css*/

.homeheaderbuttons #ex4 .base-count {
   position: absolute;
    right: 17%;
    top: -80%;
    /* content: attr(data-count); */
    font-size: 40%;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 11px;
    color: white;
    background: #FF045A;
    text-align: center;
    min-width: 15px;
    height: 15px;
    font-size: 10px;

}
 
/*.inputborder {*/
/*    border: 4px solid #F6F6F6;*/
/*    border-radius: 10px;*/
/*    background-color: unset;*/
/*    margin-top: 20px;*/
/*    margin-left: -25px;*/
/*    width: 350px;*/
/*    padding: 10px;*/

/*}*/

.HeaderButtons .dropdown .dropdown-toggle img {
    
    /*width:30px;
    height:auto;*/

}
.HeaderSection .HeaderButtons .dropdown button img {
   width: 30px;
    height: 35px;
    border-radius: 50%;
    /* border: solid 2px #FCC647; */
        margin-right: 3px;
    margin-left: -15px;
    margin-top: -1px;
}
.HeaderSection .HeaderButtons .dropdown1 {
    margin-top: -182px;
}
.checkout-cart-section .bank-payment-information .heading {
    color: #2F3443;
    font-size: 20px;
    font-weight: bold;
    margin-top: 70px;
}


.liketoday .container-fluid .row .col-xl-12 .foodSelections ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 0 -2px;
    display: flex;
    align-items: center;
    float: left;
}




.kitchensaroundsections ul {
    padding: 0;
    margin: 0;
    list-style: none;
     display: block; 
    align-items: center;
}


.ordering{
    width: 65%;
}
.orderchange{
    width: 35%;
}
.oscustomlist{
font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2F3443;
}
.osyourlocation{
    font-size: 14px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 75%;
}
.osname{
    font-size: 14px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
     margin-left: -15px;
     background: #F6F6F6;
}
  .fontdiscount img {
    position: absolute;
    left: 12px;
    top: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
}
.liketoday .container-fluid .row .col-xl-12 .foodSelections p {
    margin-top: 20px;
    font-size: 24px;
    margin-left: 10px;
    font-weight: 700;
}

.text-ellipsis{
margin:5px 0;
width:330px;
margin-left: -100px;
margin-bottom:-47px;
}
.cementgray {
    color: black !important;
    background-color: transparent;
}

.foodsections .listOfFoodSection .foodSectionImg img.foodseleteddish {
    width: 100%;
    height: 170px;
    transition: all 0.5s ease;
}

.mainSection .mainLeftsideImage img {
    width: 100%;
    max-width: 529px;
    margin-left:-135px;
}

.sticky .topHeaderSection .HeaderButtons ul {
    list-style: none;
    padding: 0;
    margin: -23px -25px 1px -25px;
    display: flex;
    align-items: center;
}
.topHeaderSection .HeaderButtons ul {
    list-style: none;
    padding: 0;
    margin: -34px -25px -1px 0px;
    display: flex;
    align-items: center;
}
.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 8px;
    font-size: 15px;
}

.topHeaderSection .HeaderButtons ul li.dropdown button img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: solid 2px #FCC647; */
    margin-right: 3px;
}
.kitchen-information .container-fluid .select-meal-plan .select-plan-container .select-plan .nav-link {
    font-size: 12px;
    color: #2F3443;
    border-radius: 11px;
    width: 100px;
    text-align: center;
    padding: 14px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-left: 10px;
}
.kitchen-information .select-meal-plan .select-plan .nav-item {
    margin-right: 5px;
}

.kitchenNameRating .loc-address {
    margin-left: 5px;
   /* font-variant: small-caps;*/
}

/*.kitchenNameRating .heading {
    font-size: 30px;
    font-weight: bold;
    color: #c48900;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left:10px;
    margin-top:-150px;
}



.kitchenNameRating .sub-heading {
    font-size: 20px;
    color: #2F3443;
    font-weight: 500;
    text-transform: uppercase;
    margin-left:10px;
}*/


.kitchen-information .container-fluid1 .myaccount-section .myaccount-section-container {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.kitchen-information .container-fluid1  .myaccount-section .heading-section .main-heading {
    color: #2F3443;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    margin-left:20px;
}

.kitchen-information .container-fluid1 .myaccount-section .myaccount-detail-info {
    flex-basis: 67%;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 83px;
    margin-top: 20px;
    display: flex;
    padding: 20px 0px 40px 0px;
}

.kitchen-information .myaccount-section .myaccount-summery .img-container img {
    width: 100%;
    height: 100%;
    margin-left:0px;
}

.kitchen-information .myaccount-section .myaccount-details-content ul.nav {
    justify-content: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.kitchen-information .myaccount-section .myaccount-details-content .nav-pills .nav-link {
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 10px;
    background-color: #F6F6F6;
    color: #2F3443;
    margin: 5px;
    width: 125px;
    /* align-content: center; */
}

.kitchen-information .myaccount-section .myaccount-detail-info .myaccount-orders-container .activeorder-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
    width: 370px;
}
.kitchen-information .myaccount-section .orderhistory-container .orderdatewithnum {
    font-size: 14px;
    color: #2F3443;
    width: 315px;
    margin-left: 25px;
    font-weight: 600;
    color: red;
}

.kitchen-information .myaccount-section .order-lunch-container-main  .order-lunch-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 315px;
}

.kitchen-information .myaccount-section .myaccount-addresslist-container .myaccount-addresslist-content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* margin-bottom: 50px; */
    
}

.kitchen-information .myaccount-section .myaccount-addresslist-container .myaccount-addresslist-content .address-desc {
    padding-left: 30px;
    width: 221px;
}

.kitchen-information .myaccount-section .myaccount-addresslist-container .img-fluid {
    max-width: 50%;
    height: 20%;
    margin-left: 10px;
}

.dropdown2 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 5rem;
    padding: 0rem 0;
    margin: 0.125rem -60px 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 5rem;
    padding: 0rem 0;
    margin: 0.125rem 0px 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}

.dropdown2 .dropdown-menu.show {
    display: block;
    width: 165px;
}
.text-ellipsis {
    margin: 5px 0;
    width: 155px;
    /* margin-left: -80px; */
    margin-bottom: -47px;
}
.order-lunch-container-main  .order-lunch-content .btn-delivered ,
.order-lunch-container-main  .order-lunch-content .btn-cancelled,
.order-lunch-container-main  .order-lunch-content .btn-upcoming{
   font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 6px 4px;
    border-radius: 4px;
    display: block;
    width: 114px;
    text-align: center;
}
.order-lunch-container-main  .order-lunch-content .btn-delivered {
    background-color: #7EDABF;
    border: 2px solid #7EDABF;
}
.order-lunch-container-main  .order-lunch-content .btn-cancelled {
    background-color: #FCA896;
    border: 2px solid #FCA896;
}
.order-lunch-container-main  .order-lunch-content .btn-upcoming{ 
    background-color: #FCC647;
    border: 2px solid #FCC647;
}
.order-lunch-container-main  .order-lunch-content .btn-delivered:hover {
     border: 2px solid #7EDABF;
     background-color: #fff;
     color: #7EDABF;
}
.order-lunch-container-main  .order-lunch-content .btn-cancelled:hover {
     border: 2px solid #FCA896;
     background-color: #fff;
     color: #FCA896;
}
.order-lunch-container-main  .order-lunch-content .btn-upcoming:hover {
     border: 2px solid #FCC647;
     background-color: #fff;
     color: #FCC647;
}
/*Prathap responsive css End*/
    
    .myaccount-pay {
      margin-left: 20px;
      /* margin-right: -2px; */
      /* text-align: right; */
      /* float: left; */
      margin-top: -31px;
    }

    #viewoffers {
      margin-top: 10px;
      margin-bottom: 10px;
    }

    #viewoffers .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
      padding-right: 0px;
    padding-left: 0px;
    }
    #viewoffers .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
#adnewlist .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
    }
    #adnewlist .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%;
    }
    .hungericon {
      width: 13px;
      height: 24px;
    }

    .cardnew {
      padding: 0px;
    }

    .cartcustom {
      color: #FFB300;
      font-size: 13px;
      font-weight: bold;
      border-bottom: 2px solid #FFB300;
      float: right;
    }

    .cartcustom1 {
      border-bottom: 2px solid #FFB300;
      color: #FFB300;
      margin: 0px 0px 0px 10px;
      font-family: 'Poppins';
      font-weight: 700;
      font-size: 13px;
    }

    .planebutton {
      /*margin-top: 8px;*/
      padding: 9px;
    }

    .ossubpart .input-group {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
    }

    .input-group {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
    }

    .input-group>.custom-select:not(:last-child),
    .input-group>.form-control:not(:last-child) {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
    }
     /*#tab-control1 {
            display: none;
        }
*/
        a.icon {
            /*background: white;*/
            display: block;
            position: absolute;
            left: 0;
            top: 16px;
            font-size: 25px;
            color: #000;
        }
    .orderhistory .card {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #F6F6F6;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 20px;
            /* margin-top: 25px; */
            padding: 10px;
            margin: 20px -35px 10px -35px;
        }

        .addresslists .card {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #F6F6F6;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 20px;
            /* margin-top: 25px; */
            padding: 10px;
            margin: 20px -35px 10px -35px;
        }

        .load_more_btn a {
            text-decoration: none;
            font-size: 12px;
            color: #000000;
            font-weight: bold;
            text-transform: uppercase;
            border: solid 2px #000000;
            padding: 10px 15px;
            border-radius: 30px;
            transition: all 0.5s ease;
        }
        .left-and-right-inner-addon {
    position: relative;
  }
  .left-and-right-inner-addon input {
    padding-right: 35px !important;
    padding-left: 50px !important;
  }
  .left-and-right-inner-addon img.left {
    position: absolute;
    padding: 12px 12px;
    pointer-events: none;
    margin-top: 8px;
  }
  .left-and-right-inner-addon button.right {
    position: absolute;
    right: 0px;
    padding: 12px 12px;
    pointer-events: none;
    margin-top: 9px;
    border: none;
  }
  .newcartpart .input-container .input-group-append {
    margin-top: -55px;
    margin-left: 1px;
    float: right;
  }
  .example2 {
  position: relative;
  }
  .example2 img {
  width: 85px !important;
        height: 30px;
  }
  .example2 .newprice1 {
  position: absolute !important;
  top: 67% !important;
  left: 52% !important;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
 .example2 .newprice1_1 {
  position: absolute;
  top: 60% !important;
  left: 52% !important;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-family :Quicksand, sans-serif;
  
  }
  .example2 .newprice {
  position: absolute !important;
 top: 61% !important;
    left: 48% !important;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example2 .newprice_1 {
  position: absolute !important;
  top: 58% !important;
    left: 48% !important;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-family :Quicksand, sans-serif;
  
  }
  #newstartingfrom .itemprice{
    margin-left: -15px;
  }
  #customizerowdata .customlist{
    margin-left: -15px;
    margin-top: 40px;
  }
  #customizerowdata{
    width: 100%;
  }
  #customizeproceedbutton{
    width: 100%;
   
    
  }
  #customizeproceedbutton span{
    float: right;
    margin-top: -80px;

  }
  #customizesharebutton{
    padding: 0px;
  }
  .slide-container .example2 img {
    width: 60px !important;
}
.slide-container  .example2 .newprice_1 {
    position: absolute !important;
    top: 58% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}

.slide-container .example2 .newprice1_1 {
    position: absolute !important;
    top: 57% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}
#kitchenlist{
    margin-right: -10px;
    margin-left: -10px;
}
/*Kitchen deatils preorder menu css Start Sajal*/
/*---------------------
HAMBURGER MENU
----------------------*/
.mobile_item_list{
    border-bottom: 1px solid rgb(183, 183, 183);
    
}
.mobile_item_list:last-child {
  border-bottom: none;
}
.preordercard .row:last-child {
  border-bottom: none;
}

.hamburger-menu {
  position: relative;
    margin-top: 8px;
  
  width: 100%;
  height: 55px;
  cursor: pointer;
  z-index: 999;
 /* background:#EBEBEB;*/
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.bar{
float: right;
border: 1px solid #9f9f9f;
padding: 3px;
border-radius: 5px;
}
.bar img{
    width: 25px;
}
#mobilemenupreorderpart .btn-container1 {
    background-color: #fff;
        color: #000;
        font-size: 15px;
        border-radius: 10px;
        display: block;
        text-align: center;
        line-height: 26px;
        height: 30px;
        border: 2px solid #f0f0f0;
        width: 110px;
        cursor: pointer;
        position: relative;
        margin: 1px 6px 0px 9px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    /*color: #000;
    font-size: 13px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 24px;
    height: 30px;
    width: 100px;
    cursor: pointer;
    margin: 15px 5px 5px 0px;*/
    
}
#mobilemenupreorderpart .btn-container2 {

    color: #000;
    font-size: 13px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 24px;
    height: 30px;
    width: 100px;    
    cursor: pointer;
    margin: 5px 5px 5px 0px;
    
}
#mobilemenupreorderpart .btn-container1 .remove-meal, 
#mobilemenupreorderpart .btn-container1 .add-meal {
    border: none;
        background-color: transparent;
        color: #000;
        margin-left: 10px;
        margin-right: 5px;
        font-weight: bold;
        cursor: pointer;
    /*border: 1px solid #acacac;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    height: 30px;
    width: 30px;
    border-radius: 7px;
    font-size: 20px;*/
}
#mobilemenupreorderpart .btn-container1 .mealcount{
    /*border: none;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    height: 25px;
    width: 28px;
    font-size: 20px;*/
    border: none;
        background-color: transparent;
        color: #000;
        margin-left: 10px;
        margin-right: 5px;
        font-weight: bold;
        cursor: pointer;
}
#mobilemenupreorderpart .btn-container2 .remove-meal 
{
    border: 1px solid #acacac;
    background-color: transparent;
    color: #000;
    font-weight: bold;
     height: 30px;
    width: 30px;
    border-radius: 7px;
    font-size: 20px;
}
#mobilemenupreorderpart .btn-container2 .add-meal {
    border: 1px solid #acacac;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    height: 30px;
    width: 30px;
    border-radius: 7px;
    font-size: 20px;
}
#mobilemenupreorderpart .btn-container2 .mealcount{
    border: none;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    height: 25px;
    width: 28px;
    font-size: 20px;
}
#mobilemenupreorderpart .smallspan{
    font-size: 12px;

}
body {
    line-height: 1;
    }
    #mobilemenupreorderpart .btn-containerforimage {
        color: #000;
        font-size: 13px;
        border-radius: 15px;
        display: block;
        text-align: center;
        line-height: 24px;
        height: 30px;
        width: 100px;
        cursor: pointer;
        margin: -10px 5px 5px 0px;
    }
    #mobilemenupreorderpart .btn-containerforimage .mealcount {
        border: 1px solid #f3f3f3;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        color: #000;
        font-weight: bold;
        height: 25px;
        width: 80px;
        font-size: 15px;
        background: #fff;
    }
    #mobilemenupreorderpart h6 {
        font-size: 17px;
        font-family: 'Poppins';
        color: #2F3443;
        margin-top: 10px;
    }
    #mobilemenupreorderpart .col-md-9{
    position: relative;
    width: 61%;
    min-height: 1px;
    padding: 15px;
    }
    #mobilemenupreorderpart .col-md-3{
    position: relative;
    width: 39%;
    min-height: 1px;
    padding: 10px;
    
    }

    
    #mobilemenupreorderpart .menuimage{
        width: 127px;
        height: 110px;
        border-radius: 15px;
    }

    .preordercard {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #F6F6F6;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 20px;
        /* margin-top: 25px; */
        padding: 0px;
        margin: 10px 0px 10px 0px;
    }
#searchbardiv .search {
  width: 100%;
  position: relative;
  display: flex;
}

#searchbardiv .searchTerm {
  width: 100%;
border: 1px solid #fafafa;
border-right: none;
padding: 10px;
height: 40px;
border-radius: 20px 0 0 20px;
outline: none;
color: #9DBFAF;
}

#searchbardiv .searchTerm:focus{
  color: #00B4CC;
} 

#searchbardiv .searchButton {
width: 40px;
height: 40px;
border: 1px solid #fafafa;
background: #fff;
text-align: center;
color: #000000;
border-radius: 0 20px 20px 0;
cursor: pointer;
font-size: 16px;
}

/*Resize the wrap to see the search bar change!*/

#searchbardiv .wrap{
  width: 100%;
  position: absolute;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
 #searchbardiv .col-md-10{
    position: relative;
    width: 80%;
    min-height: 1px;
    padding: 15px;
    }
    #searchbardiv .col-md-2{
    position: relative;
    width: 20%;
    min-height: 1px;
    padding: 10px;
    
    }
    .preordercard .row{
        border-bottom: 1px solid #c1c0c0;
    }
    .preordermobilemenu {
    position: fixed;
        top: auto;
        right: 0;
        bottom: 190px;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }
.preordermobilemenu .modal-dialog {
        max-width: 320px;
        margin: 0rem auto;
    }
.preordermobilemenu .modal-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #f6f6f6;
        background-clip: padding-box;
        border: 0px;
        border-radius: 10px;
        outline: 0;
        padding: 0px 0px 0px 0px;
    }
   .preordermobilemenu .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: .5rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
    .preordermobilemenu .close{
    background: #4d4b4b;
    padding: 18px;
    border-radius: 40px;
    width: 55px;
    height: 55px;
    line-height: 10px;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    }
   .preordermobilemenu ul {
    margin-top: 0;
    margin-bottom: 0.5rem;
    }
    .preordermobilemenu ul li{ 
    font-size: 17px;
    font-family: 'Poppins';
    padding: 8px 15px 8px 15px;
    }
    .preordermobilemenu ul li span{
        float: right;
    } 
    .preordermobilemenu li.active{
        color: #2F3443;
        background-color: #fcc647;
        border-radius: 10px 10px 0px 0px;
    }
    .scrollbarforpreordermenu
    {
        margin-left: 10px;
        float: left;
        max-height: 340px;
        /*width: 320px;*/
        overflow-y: scroll;
        /*margin-bottom: 25px;*/
    }
    #preordermenu-2::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #preordermenu-2::-webkit-scrollbar
    {
        width: 6px;
        background-color: #F5F5F5;
    }

    #preordermenu-2::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #FFB300;
    }
    
        .fixedpreorderButton {
        position: fixed;
        bottom: 100px;
        padding: 24px 24px 15px 24px;
        margin: -20px auto;
        left: -50px;
        right: 0;
        color: #fff;
        z-index: 9999;
        width: 90%;
        max-width: 500px;
    }
        .roundedFixedpreorderBtn{
            height: 50px;
            line-height: 35px;
            font-size: 1.1em;
            font-weight: bold;
            
            background-color: #FFB300;
            color: white;
            text-align: center;
            cursor: pointer;
            border-radius: 30px;
            padding: 5px 10px;
        }
        .fixedpreorderButton .row .col-md-2{
            position: relative;
            width: 35%;
            min-height: 1px;
            padding: 1px;
        }
        .fixedpreorderButton .row .col-md-6{
            position: relative;
            width: 30%;
            min-height: 1px;
            padding: 2px;
        }
        .fixedpreorderButton .row .col-md-4{
            position: relative;
            width: 34%;
            min-height: 1px;
            padding: 2px;
        }
        .countpreorder{
            color: #000000;
            font-size: 12px;
        }
        .countpreordertext {
        color: #000000;
        font-size: 12px;
        margin-left: 4px;
        }
        .roundboxprecounter{
        /*background: #fff;
        border-radius: 40px;
        width: 50px;*/
        }
        .totalpricepreorder{
            float: left;
            font-size: 18px;
            margin-left: 1px;
            color: #000;
        }
        .buttonpreorder{
        background: #fff;
        border-radius: 40px;
        width: 100%;
        float: left;
        font-size: 20px;
         margin-left: 10px;
         color: #ffb300;

        }
/*End kitchen details menu bar for preorder mobile view Sajal*/
/*Request customization Css Start sajal*/
#desktoppreorderpart{
    display: none;
}
#request_customization_div{
    margin-top: 20px;
    width: 75%;
}
#request_customization_div span{
    float: none;
}
.request_customization_btn{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.1rem 0.1rem;
    line-height: 1.0;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #FFB300;
    border: 1px solid #FFB300;
    color: #fff;
    font-size: 12px;
    width: 100%;
    height: 35px;
    position: right;
    font-weight: 600;
    margin-left: 4px;
    font-family: 'Poppins';
    
    cursor: pointer;
}
#Request_Customization_Modal .modal-header{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
#Request_Customization_Modal .mealtypeheaderbox{
background: #FFFFFF;
/*box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.10);*/
padding: 0px 0px 0px 15px;
}
#Request_Customization_Modal h6{
    margin-bottom: 0.1rem
    font-weight: 600;
}
#Request_Customization_Modal ul{
    display: flex;
    margin-bottom: 3px;
}
#Request_Customization_Modal ul li{
margin: 10px 4px 0px 0px;
}
#Request_Customization_Modal li{
    display: inline-block;

    }
#Request_Customization_Modal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem;
}
#Request_Customization_Modal .col-md-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}
#Request_Customization_Modal .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    /*line-height: 36px;*/
    display: inline-block;
    align-items: center;
    color: #4A4A4A;
}
#Request_Customization_Modal .styled-checkbox:checked + label:before {
    background: #ffc107;
}
#Request_Customization_Modal .styled-checkbox + label:before {
    content: "";
    margin-right: 4px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #ffc107;
    border-radius: 3px;
}
#Request_Customization_Modal .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
#Request_Customization_Modal [type="checkbox"]:checked, #Request_Customization_Modal [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#Request_Customization_Modal [type="radio"]:checked, #Request_Customization_Modal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#Request_Customization_Modal h6 {
    font-size: 14px;
    font-family: 'Poppins';
    color: #2F3443;
}
#Request_Customization_Modal .btn-primary {
    color: #fff;
    background: #FFB300;
    border-color: #FFB300;
    border-radius: 8px;
}
#Request_Customization_Modal .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    border-radius: 8px;
}
.succesfully_sent{
   width: 170px;
    margin-top: 30px;
    margin-left: 75px;
}
#Request_Customization_Modal1 .col-md-1{
    width: 20%;
}
#Request_Customization_Modal1 .col-md-10{
    width: 60%;
}
.party-popper{
width: 50px
}
.party-popper1{
width: 50px;
transform: rotateY(0deg) rotate(270deg);
    transition: transform 2s;
    margin-left: -15px;
}
#Request_Customization_Modal .feedbackform{
    background-color: #fffaec;
}
#Request_Customization_Modal .form-control {
    background-color: rgba(255, 255, 235, 1);
}
#Request_Customization_Modal .packagetitle{
    text-align: center;
}
#Request_Customization_Modal .input-group-append {
    margin-top: -30px;
    margin-left: 0px;
    float: right;
    margin-right: 8px;
    background: #fff;
    padding: 4px 4px 4px 4px;
    border-radius: 15px;
}
#Request_Customization_Modal .col-sm-3, .col-sm-4{
    width: 33%;
}
#Request_Customization_Modal .col-sm-9, .col-sm-8{
    width: 67%;
}
#editprofileModal .modal-header{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
#listAddressModal .col-md-11{
    width: 90%;
}
#listAddressModal .col-md-1{
    width: 10%;
}
.customimage{
    display: none;
}
#Customization_Form_design{
    margin-top: 10px;
    margin-bottom: 30px;
}
/*Request customization Css End sajal*/
/*Share box design sajal*/
.share-btn {
  position: absolute;
  background-color: #fff;
  border-radius: 100px;
  width: 200px;
  height: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 40, 0.03);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  overflow: hidden;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.share-btn .cta {
  position: absolute;
  color: #ffb300;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  transition: all 0.25s ease-in-out;
  top: 50%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%);
}
.share-btn .close {
  position: absolute;
  right: 38px;
  top: 31px;
  cursor: pointer;
  color: #cfd2d9;
  font-size: 20px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  transform: rotate(-45deg);
  transform-origin: center center;
}
.share-btn .social {
  width: 90%;
  padding-left: 0;
  list-style-type: none;
  margin: 75px 15px 0 40px;
}
.share-btn .social span {
  float: right;
}
.share-btn .social li {
  padding-bottom: 15px;
  transform: scale(0.7) translateX(10px) translateY(-10px);
  transition: all 0.25s ease-in-out;
  transform-origin: 0% 0%;
  opacity: 0;
}
.share-btn .social li:nth-child(1) {
  color: #3b5998;
}
.share-btn .social li:nth-child(2) {
  color: #55acee;
}
.share-btn .social li:nth-child(3) {
  color: #d34836;
}

.clicked {
  width: 200px;
  height: 170px;
  border-radius: 50px;
  cursor: auto;
  margin-top: 40px;
}
.share-btn.clicked .cta {
  left: 40px;
  top: 30px;
  transform: translateX(0) translateY(0);
  color: #ffb300;
  font-weight: 700;
}
.share-btn.clicked .close {
  opacity: 1;
  transform: rotate(0deg);
}
.share-btn.clicked .social li {
  transform: scale(1) translateX(0) translateY(0);
  opacity: 1;
}
.share-btn.clicked .social li:nth-child(1) {
  transition-delay: 0.05s;
}
.share-btn.clicked .social li:nth-child(2) {
  transition-delay: 0.1s;
}
.share-btn.clicked .social li:nth-child(3) {
  transition-delay: 0.15s;
}
.wp
    {
        width: 40px;
        margin-top: 5px;

    }
.wpbtn
    {
        margin-right:0%;
        margin-left:0%;
        border: none;
        background-color:white;
        cursor: pointer;
    }
    .formobileshare{
        padding-top: 50px;
        margin-bottom: 100px;
    }
    #editprofileModal ,#subscriptionModal, #select-package-modal, #customizable-modal1,#toppingsModal,#addAddressModal{
        z-index: 11111;
    }
    
    .col-sm-11 .col-xs-11 .reply-main{
        width: 80%;
    }
    .col-sm-1 .col-xs-1 .reply-send .send_message{
        width: 20%;
    }
    .reply-main{
        width: 85%;
    }
    .reply-send{
        width: 15%;
    }
    /*View image modal css by sajal start*/
    .viewimagemodal {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0px;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }
    .viewimagemodal .modal-dialog {
        max-width: 100%;
        margin: 0rem auto;
    }
    .viewmodalimage{
        width: 100%;
        height: 100%;
        border-radius: 30px 30px 0px 0px;
    }
    .viewimagemodal .modal-body {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0rem;
    }
    .viewimagemodal .modal-content{
        padding: 0px;
        border-radius: 30px 30px 0px 0px;
        background: transparent;
    }
   .viewimagemodal button.close {
    padding: 4px 8px 6px 8px;
    background-color: #fff;
    border: 0;
    -webkit-appearance: none;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-top: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    .closeiconforviewimage{
        position: absolute;
        float: right;
    }
    .viewimagemodal .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    color: #000000 !important;
    }
    .viewimagemodal{
         z-index: 11111;
    }
    .viewimagemodal .col-md-2{
            width: 17%;
            padding-right: 7px;
            padding-left: 7px;
        }
        .viewimagemodal .col-md-10{
            width: 83%;
            padding-right: 7px;
            padding-left: 7px;
        }
    /*View image modal css by sajal end*/
    /*#mbnav{
        display: none;
    }*/
    /*#preorderfordesktop{
        display: none;
    }*/
/*Share box design sajal End*/
}

/*End 767 media query And start 575*/


@media(max-width: 575px) {
    

    .groundWorkSection {
    position: relative;
    padding: 10px 0;
}

.groundWorkSection .groundWork_overlay {
    position: absolute;
    left: -40px;
    top: 0;
}


.groundWorkSection .groundWork_overlay img {
    width: 100%;
    max-width: 140px;
}


.groundworkImg img {
    width: 100%;
    max-width: 35%;
    margin: 0 auto;
    margin-left: -230px;
    margin-top:60px;
}


.groundWorkSection .container {
    padding: 0 30px;
    max-width: 100%;
}
    
.groundWorkSection .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    margin-right: -15px;
    margin-left: -15px;
}

.groundWorkSection .container .row .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.groundWorkSection .container .row .col-md-6 .groundworkImg {
    position: relative;
    text-align: center;
}

.groundworkTextContent {
    position: relative;
    padding-top: 0px;
    margin-top: -105px;
    /* margin-right: 35px; */
    width: 225px;
    /*left: 180px;*/
}

.groundworkTextContent h2 {
    font-size: 16px;
}

.groundworkTextContent h2 {
    
    color: #2F3443;
    font-weight: 600;
    margin-bottom: 10px;
   
}
.topHeaderSection .HeaderButtons ul {
    list-style: none;
    padding: 0;
    margin: -34px 1px -1px 60px;
    display: flex;
    align-items: center;
}


.groundworkTextContent p {
    font-size: 13px;
    color: #2F3443;
    margin: 0;
    text-align: justify;
}



    .WrapcustomCheckBox ul {
        flex-wrap: wrap;
    }
    .WrapcustomCheckBox ul li {
        margin-bottom: 20px;
    }
    .licenseUploadSection ul li {
        flex-direction: column;
        width: 100%;
        align-items: inherit;
        justify-content: inherit;
        margin-bottom: 25px;
    }
    .licenseUploadSection ul li p {
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .licenseUploadSection ul li span {
        width: 100%;
    }
}

.search-kitchen {
    padding: 14px 30px 14px 30px;
    /* border: 1px solid; */
    /* border-radius: 10px; */
    border-bottom: 1px solid #9e9e9e;
}


/*Styles page 11 */
.hero-area11 {
    position: relative;
}

.today-order {
    position: absolute;
    top: 80px;
    left: 115px;
    background: white;
    width: 750px;
    box-shadow: 0px 0px 30px #0000001A;
    border-radius: 30px;
    padding: 25px 35px;
    height: 380px;
}

.today-order-header h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 30px;
}

.meal-type-container .meal-type {
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 5px;
}
.meal-type-container .meal-select {
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
}
.meal-type-container .menufor {
    font-size: 16px;
}
.meal-type-container .meal-heading {
    font-size: 18px;
    font-weight: bold;
    width: 188px;
    height: 50px;
}

.meal-type-container .menu-customize a,
.meal-type-container p a {
    font-size: 14px;
    color: #CE543D;
}
.meal-type-container .meal-time {
    font-size: 18px;
    font-weight: bold;
    margin-top: -24px;
}

.meal-type-container .order-time span {
    color: #FCC647;
    background-color: #533764;
    padding: 12px;
}

.today-order .meal-type-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.today-order .today-order-header,
.meal-type-container .menu-customize,
.meal-type-container .meal-type-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.meal-type-container:first-child {
    border-right: 1px solid #A7A8BC;
    padding-right: 56px;
}
.hero-area11 .main-heading {
    position: absolute;
    bottom: 14%;
    right: 12%;
    width: 382px;
    
}
.hero-area11 .main-heading p {
    color: #2F3443;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.kitchenscuisine #rating {
    padding-left: 40px;
}

.rating-top-img {
    top: 60% !important;
}


.hero-area13 {
    position: relative;
}

.order-summery {
    position: absolute;
    top: 90px;
    left: 140px;
    background: white;
    width: 410px;
    box-shadow: 0px 0px 30px #0000001A;
    border-radius: 30px;
    padding: 25px 35px;
}



.order-summery .meal-type-container:first-child {
    border-right: none;
    padding-right: 0px;
}

.order-summery .order-summery-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.order-summery-header h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 30px;
    text-shadow: 0 0 1px black;
}


.order-summery .meal-type-container .menu-customize a {
    font-size: 14px;
    color: #2F3443;
}

.deliveryboy-rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.deliveryboy-rating .delivery-rating {
    background-color: #2F3443;
    text-align: center;
    width: 84px;
    height: 35px;
    line-height: 35px;
    box-shadow: 0px 2px 19px #A29E8929;
    border-radius: 34px;
}
.deliveryboy-rating .deliveryboy {
    font-size: 18px;
    font-weight: bold;
}


.container-fluid{
    
    background-color:#f6f6f6;
    padding:10px 30px 50px 30px;
}

.deliveryboy-rating .rating,
.deliveryboy-rating .review {   
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.deliveryboy-rating .rate-img {
    margin: 0 3px;
}
.deliveryboy-rating .rate-img img {
    width: 12px;
    height: 12px;
}

.btn-track-order {
    background-color: #2F3443;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 52px;
    border-radius: 30px;
    width: 100%;
    display: inline-block;
    height: 52px;
    border: 2px solid #2F3443;
    margin-top: 15px;
} 

.btn-track-order:hover, .btn-track-order:active {
     background-color: #fff;
     color: #2F3443;
     font-weight: bold;
} 

.hero-area13 .main-heading {
    position: absolute;
    bottom: 18%;
    right: 16%;
    width: 382px;
}
.hero-area13 .main-heading p {
    color: #2F3443;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.2px;
}  

.hero-area13 .contact-kitchen-rider {
    background-color: #7EDABF;
    width: 175px;
    height: 138px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000029;
    position: absolute;
    top: 186px;
    left: 460px;
    padding: 10px;
}

.topHeaderSection .HeaderButtons ul li.dropdown .dropdown-toggle button img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #FCC647;
}


.hero-area11 .contact-kitchen-rider {
    background-color: #7EDABF;
    width: 175px;
    /* height: 138px; */
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000029;
    position: absolute;
    top: 186px;
    left: 797px;
    /* padding: 10px; */
    padding: 10px 10px 0 10px;
}

.contact-kitchen-rider::after {
    position: absolute;
    content: '';
    top: -9px;
    left: 25px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 9px solid #7EDABF;
}

.contact-kitchen-rider .contact-name {
    color: #ddd;
    font-size: 16px;
    margin-bottom: 0px;
}

.contact-kitchen-rider .contact-mobile {
    font-size: 18px;
    color: #fff;

}
/* Page No.15 Styles */
.kitchen-information .hero-area {
    position: relative;
}

.kitchen-information .hero-logo {
    position: absolute;
    bottom: 65px;
    left: 90px;
    z-index: 1;
    top:60px;
    bottom:48px;
}





.kitchen-information .photo-like2 {
    /* position: absolute; */
    bottom: 0;
    /* right: 450px; */
    margin-top: -145px;
    margin-bottom: 74px;
    margin-right: -20px;
}

.kitchen-information .photo-like2 img {
   width:70px;
}



.kitchen-information .photo-num {
    margin-left: 10px;
}

 
.cementgray1 {
    /*color: #fff !important;*/
    /*font-weight: bold;*/
}


/*.delivery-rating1 .allreview .cementgray1:hover {*/
/*    cursor: pointer;*/
/*    color: #CE543D;*/
/*    text-decoration: none;*/
/*   font-weight:none;*/
/*   background-color:#fff;*/
/*   padding:5px;*/
/*   border-radius:10px;*/
/*}*/


.type {
    margin-left: 365px;
    color: #fff;
    font-size: 18px;
    width: 450px;
}



.kitchen-information .delivery-rating .rating i {
    color: #fff;
    font-size: 15px;
    background-color: #18b93d;
    border-radius: 10px;
    margin-left:10px;
}

.kitchen-information .delivery-rating .rate-img {
    margin: 0 13px;
}  
.kitchen-information .delivery-rating .rate-img img {
    width: 27px;
    height: 27px;
}  
.kitchen-information .delivery-rating .review {
    font-size: 15px;
}






.select-meal-plan .main-heading {
    font-size: 20px;
    color: #2F3443;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 15px;
}
.mealperweek .meal-week {
    color: #2F3443;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 40px;
}

.mealperweek img {
    width: 38px;
    height: 38px;
}
.select-meal-plan .select-plan-container,
.select-meal-plan .discount-code-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.select-meal-plan .discount-code-content {
    margin-top: -15px;
}

/*.select-meal-plan .select-plan .nav-link {*/
/*    font-size: 16px;*/
/*    color:#2F3443; */
/*    border-radius: 11px;*/
/*    width: 138px;*/
/*    text-align: center;*/
/*    padding: 14px 0;*/
/*    background: #e9e9e9 0% 0% no-repeat padding-box;*/
/*}*/

.select-meal-plan .select-plan .nav-link {
    font-size: 13px;
    color: #2F3443;
    border-radius: 11px;
    width: 100px;
    text-align: center;
    padding: 8px 0;
    background: #e9e9e9 0% 0% no-repeat padding-box;
}

.select-meal-plan .select-plan .nav-link.active, 
.select-meal-plan .select-plan .show > .nav-link {
    color: white;
    background-color: #FCC647;
}
.select-meal-plan .select-plan .nav-item {
    margin-right: 22px;
}
.select-meal-plan .select-plan .nav-item:last-child {
    margin-right: 0;
}

/*.select-meal-plan .discount-code-content .heading {*/
/*    color: #2F3443;*/
/*    font-size: 18px;*/
/*    margin: 0px;*/
/*    margin-top:5px;*/
/*}*/

.img-container img{
    
    width:145px;
    
}

.img-container2 img{
    
    width:45px;
    
}

.p-2 {
    padding: 1px!important;
}


.img-container1 img{
    
    width:45px;
    
}



.breakfast-monthly-content .right-part {
    text-align: right;
    padding-left: 60px;
    margin-top: -160px;
}
.cartfont{
    
    /*background-color: white;*/
    padding: 0px;
    width: 100%;
    font-size: 75px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
    /*margin-bottom: -72px;*/
}

.img-container1 img {
    width: 350px;
    margin-top: 35px;
}

.discount1{
    
    margin-right:26px;
}

.select-meal-plan .discount-code-content .heading {
    color: #FFB300;
    font-size: 14px;
    margin: 0px;
    margin-top: 0px;
    margin-left:-2px;
}

.select-meal-plan .discount-code-content .sub-heading {
    color: #FFB300;
    font-size: 10px;
    margin-top:2px;
}
.select-meal-plan .discount-code-content .discount-code {
    position: relative;
    border-top: 1px solid #FCC647;
    right: -1155px;
    top: -260px;
}
.select-meal-plan .discount-code-content .discount-code.active {
   background-color: antiquewhite;
}
.select-meal-plan .discount-code-content .headings {
    position: absolute;
    top: 10px;
    left: 21px;
}    


.select-meal-plan .discount-code .input-hidden {
  position: absolute;
  left: -15px;
}
.select-meal-plan .discount-code input[type=radio]:checked + label>.img-container img {
    background-color: antiquewhite;
    width: 220px;
    height:80px;
}

.select-meal-plan .heading-container p {
    color: #2F3443;
    font-size: 20px;
    margin-top: 15px;
}


.select-meal-type ul {
    list-style: none;
    /*padding: 0;*/
    margin: 0;
    display: flex;
    align-items: center; 
}

.select-meal-type ul li {
    margin-right: 10px;
    position: relative;
}

.kitchensaroundsections .kitchenscuisine select{
    
    padding:0px;
}


.opennow1 {
    margin-left: 500px;
    color: #fff;
    width: 450px;
    font-size: 15px;
    /* font-weight: 700; */
    margin-top: 41px;
    margin-bottom: -12px;
}

.opennow2 {
    margin-left: 500px;
    color: #fff;
    width: 130px;
    font-size: 14px;
    /* font-weight: 700; */
    margin-top: 3px;
    /* text-align: right; */
}



.select-meal-type ul li .inputHidden {
    position: absolute;
    left: -9999px;
}

.select-meal-type ul li input[type="radio"]:checked + label {
    background: #7EDABF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #03E57C57;
    border-radius: 34px;
    color: #FFFFFF;
}

.select-meal-type ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 10px;
}
.select-meal-type  ul li label span svg, 
.select-meal-type  ul li label span img {
    width: 25px;
}

.select-meal-plan .menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.select-meal-type ul li label {
    display: flex;
    align-items: center;
    padding: 7px 30px 7px 15px;
    cursor: pointer;
}

.menu-container .menu-meal .nav-item a {
    font-size: 20px;
    color: #A7A8BC;
    padding: 10px 30px 16px 30px;
    margin: 0 40px;
}

.menu-container .menu-meal .nav-item a:nth-child(1){
    margin-left: 0;
}

.menu-container .menu-meal .nav-pills .nav-link.active {
   background-color: transparent;
    border-bottom: 4px solid #FCC647;
    font-weight: bold;
    color: #555;
    font-size: 20px;
}

.breakfast-menu-item .right-part .btn-container {
    color: #2F3443;
    background-color: #FFFAEE;
    border: 1px solid #FCC647;
    border-radius: 12px;
    padding: 14px 30px;
    font-size: 20px;
    width: 210px;
    text-align: center;
    cursor: pointer;
    margin-top:30px;
}

.breakfast-menu-item .right-part .btn-container:hover {
    color: #fff;
    background-color:#FCC647;
    border: 1px solid #FCC647; 
}

.breakfast-name {
    margin-left: 25px;
}
.breakfast-name .heading {
    font-size: 20px;
    font-weight: bold;
    color: #2F3443;
    margin-bottom: 0;
}
.breakfast-name .breakfast-type {
    font-size: 15px;
    color: #A7A8BC;
    margin-bottom: 0;
}

.breakfast-name .price {
    font-size: 25px;
    color: #7EDABF;
    margin-bottom: 0;
}

.breakfast-name .star {
    display: inline-block;
}
.breakfast-name .hover,
.breakfast-name .selected  {
    color: #FCC647;
}

.review-icon-container img{
    
    
    height: 60px;width: 60px;border-radius: 50%;
}



.breakfast-menu-container .breakfast-menu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0px;
    background-color: #fff;
    padding: 30px 30px 0 0;
    border-radius: 20px;
        /*box-shadow: 5px 5px 10px 0px #d6d6d6;*/
        z-index:99999;
}

.foodsectionsloadmorebtn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.foodsectionsloadmorebtn a {
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 2px #000000;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.5s ease;
}

 .foodsectionsloadmorebtn a:hover {
    background-color: #FCC647;
    color: #FFFFFF;
    border-color: #FCC647;
    transition: all 0.5s ease;
}

.breakfast-menu-item .remove-meal1, 
.breakfast-menu-item .add-meal1,
.breakfast-menu-item .mealcount1 {
    border: none;
    background-color: transparent;
}



.breakfast-menu-item .mealcount1 {
    width: 46px;
    text-align: center;
}


.breakfast-menu-item .remove-meal, 
.breakfast-menu-item .add-meal,
.breakfast-menu-item .mealcount {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.breakfast-menu-item .mealcount {
    width: 65px;
    text-align: center;
}

.breakfast-menu-item .btn-container {
    width: 180px;
}

/* Page No. 16 */

.exapand-food-review-btn-container {
    width: 10%;
}

.exapand-food-review-btn-container img {
    width: 49px;
    height: 49px;
}

.reviews-rating-modal .modal-dialog {
    max-width: 1000px;
}

.reviews-rating-modal .headings {
    width: 100%;
} 
.reviews-rating-modal .modal-title {
    margin-bottom: 0;
   font-size: 30px;
   font-weight: bold;
   color: #2F3443;
   text-align: center;
    }

.reviews-rating-modal .btn-close-container {
    padding-top: 10px;
}
.reviews-rating-modal .headings .sub-heading {
    color: #8f8d8d;
    font-size: 20px;
    font-weight: 600;
    width: 170px;
}

.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}
.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}
.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}
.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem 3rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:0.5rem 0.5rem 0.5rem 0.5rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.5rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
.modalheader3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem 5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
@media (min-width:576px){
    /*Preloader*/
#mobileimage{
    display: none;
}

    .modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}

.customer-review-content .hover, 
.customer-review-content .selected {
    color: #FCC647;
}
.customer-review-content .star {
    display: inline-block;
}
.reviews-rating-modal .customer-review-contents {
    width: 470px;
}

.customer-review-content .heading {
    color: #2F3443;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
}
.customer-review-content .review-icon-container {
    float: left;  
}

.customer-review-content .review-header .name-rating {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
} 

.customer-review-content .review-header .hourago {
    color: #8f8d8d;
    font-size: 16px;
}

.customer-review-content .right-part {
    float: right;
    margin-top: 10px;
}
.customer-review-content .review-body .desc {
    font-size: 16px;
    color: #2F3443;
    line-height: 10px;
    margin-right: 5px;
    margin-top: 20px;
}
.customer-review-content .food-status li {
    color: #2F3443;
    font-size: 14px;
    display: inline;
    margin-right: 15px;
    opacity: 0.6;
    font-weight: bold;
}

.customer-review-content .food-status span {
    margin-left: 5px;
} 

.customer-review-content .food-status span img {
    width:20px;
} 

.reviews-rating-modal .modal-content {
    padding: 10px 20px;
}
.customer-review-content .food-status {
    padding-left: 0px;
}
.customer-review-content {  
    border-bottom: 1px solid rgba(0,0,0,0.1);   
    padding: 20px 0 10px 0; 
}   
.customer-review-content:first-child {  
    padding-top: 30px;  
} 
.customer-review-content:last-child {
    border-bottom: none;
}   

.reviews-rating-modal .food-experience .heading {
    margin-bottom: 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.customer-review-container  .food-experience .hover, 
.customer-review-container  .food-experience .selected {
    color: #FCC647;
   
}
.customer-review-container  .food-experience .star {
    display: inline-block;
    font-size: 30px;
   
}
.customer-review-container .food-experience .review-heading {
    color: #9B9B9B;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 5px;
}

.food-experience .review-desc-container textarea {
    width: 100%;
    border-radius: 10px;
}

.food-experience .left-part p {
    color: #2F3443;
    font-size: 16px;
    opacity: 0.6;
    font-weight: bold;
    line-height: 35px;
}

.food-experience .right-part input[type="radio"] {
  opacity: 0;
  width: 0;
}

.food-experience .right-part label {
    display: inline-block;
    padding: 5px 10px;
    }
.food-experience .right-part label {
    opacity: 0.4;
}
.food-experience .right-part:hover {
    opacity: 1;
}
.food-experience .review-desc-container {
    margin-bottom: 10px;
}

.food-experience .right-part input[type="radio"]:focus + label      {
   opacity: 1;
}
.food-experience .right-part input[type="radio"]:checked + label  {
   opacity: 1;
}
.reviews-rating-modal .customer-review-container,
.reviews-rating-modal .food-status2
 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.reviews-rating-modal .food-experience {
    flex-basis: 350px;
    background-color: #efefef;
    border-radius: 10px;
    padding: 20px 30px;
}

.reviews-rating-modal .modal-content {
    border-radius: 10px;
}

.food-experience .foodexp-btn-container {
    text-align: right;
} 

.food-experience .foodexp-submit {
    color: #FFFFFF;
    font-size: 17px;
    background-color:#2F3443;
    border-radius: 30px;
    padding: 14px 63px;
    margin-top: 15px;
    border: 2px solid #2F3443;
    display: inline-block;
}
.food-experience .foodexp-submit:hover {
    color: #2F3443;
    background-color:#FFFFFF;
    font-weight: bold;
}
/*Request customization Css Start sajal*/
#editprofileModal .modal-header{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
#request_customization_div span{
    float: right;
}
.request_customization_btn{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.0;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #FFB300;
    border: 1px solid #FFB300;
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 35px;
    position: right;
    font-weight: 600;
    margin-left: 4px;
    font-family: 'Poppins';
    
    cursor: pointer;
}
#Request_Customization_Modal .modal-header{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
#Request_Customization_Modal .mealtypeheaderbox{
background: #FFFFFF;
/*box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.10);*/
padding: 0px 0px 0px 10px;
}
#Request_Customization_Modal ul{
    display: flex;
}
#Request_Customization_Modal ul li{
margin: 10px 15px 0px 0px;

}
#Request_Customization_Modal .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /*line-height: 36px;*/
    display: flex;
    align-items: center;
    color: #4A4A4A;
}
#Request_Customization_Modal .styled-checkbox:checked + label:before {
    background: #ffc107;
}
#Request_Customization_Modal .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #ffc107;
    border-radius: 3px;
}
#Request_Customization_Modal .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
#Request_Customization_Modal [type="checkbox"]:checked, #Request_Customization_Modal [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#Request_Customization_Modal [type="radio"]:checked, #Request_Customization_Modal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#Request_Customization_Modal h6 {
    font-size: 14px;
    font-family: 'Poppins';
    color: #2F3443;
    margin-bottom: 0px;
    font-weight: 600;
}
#Request_Customization_Modal .btn-primary {
    color: #fff;
    background: #FFB300;
    border-color: #FFB300;
    border-radius: 8px;
}
#Request_Customization_Modal .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    border-radius: 8px;
}
.succesfully_sent{
    width: 200px;
    margin-top: 30px;
    margin-left: 130px;
}
.party-popper{
width: 50px
}
.party-popper1{
width: 50px;
transform: rotateY(0deg) rotate(270deg);
    transition: transform 2s;
    margin-left: -30px;
}
#Request_Customization_Modal .feedbackform{
    background-color: #fffaec;
}
#Request_Customization_Modal{
    border-radius: 30px;
}
#Request_Customization_Modal .modal-content {
    padding: 5px 25px 0 25px;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 1);
}
#Request_Customization_Modal .form-control {
    background-color: rgba(255, 255, 235, 1);
}
#Request_Customization_Modal .packagetitle{
    text-align: center;
}
#Request_Customization_Modal .input-group-append {
    margin-top: -30px;
    margin-left: 0px;
    float: right;
    margin-right: 8px;
    background: #fff;
    padding: 4px 4px 4px 4px;
    border-radius: 15px;
}
.customimage{
    width: 250px;
}
.formobile{
    display: none;
}
#Customization_Form_design{
    margin-top: 10px;
}
/*Request customization Css End sajal*/
/*Share box design sajal*/
.share-btn {
  position: absolute;
  background-color: #fff;
  border-radius: 100px;
  width: 200px;
  height: 72px;
  box-shadow: 0 5px 10px rgba(0, 0, 40, 0.03);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  overflow: hidden;
  cursor: pointer;
  top: 50%;
  left: 55%;
  transform: translateX(-50%) translateY(-50%);
}
.share-btn .cta {
  position: absolute;
  color: #ffb300;
    font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  transition: all 0.25s ease-in-out;
  top: 50%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%);
}
.share-btn .close {
  position: absolute;
  right: 38px;
  top: 31px;
  cursor: pointer;
  color: #cfd2d9;
  font-size: 20px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  transform: rotate(-45deg);
  transform-origin: center center;
}
.share-btn .social {
  width: 90%;
  padding-left: 0;
  list-style-type: none;
  margin: 75px 15px 0 40px;
}
.share-btn .social span {
  float: right;
}
.share-btn .social li {
  padding-bottom: 15px;
  transform: scale(0.7) translateX(10px) translateY(-10px);
  transition: all 0.25s ease-in-out;
  transform-origin: 0% 0%;
  opacity: 0;
}
.share-btn .social li:nth-child(1) {
  color: #3b5998;
}
.share-btn .social li:nth-child(2) {
  color: #55acee;
}
.share-btn .social li:nth-child(3) {
  color: #d34836;
}

.clicked {
  width: 200px;
  height: 170px;
  border-radius: 50px;
  cursor: auto;
}
.share-btn.clicked .cta {
  left: 40px;
  top: 30px;
  transform: translateX(0) translateY(0);
  color: #ffb300;
  font-weight: 700;
}
.share-btn.clicked .close {
  opacity: 1;
  transform: rotate(0deg);
}
.share-btn.clicked .social li {
  transform: scale(1) translateX(0) translateY(0);
  opacity: 1;
}
.share-btn.clicked .social li:nth-child(1) {
  transition-delay: 0.05s;
}
.share-btn.clicked .social li:nth-child(2) {
  transition-delay: 0.1s;
}
.share-btn.clicked .social li:nth-child(3) {
  transition-delay: 0.15s;
}
.wp
    {
        width: 40px;
        margin-top: 5px;

    }
.wpbtn
    {
        margin-right:0%;
        margin-left:0%;
        border: none;
        background-color:white;
        cursor: pointer;
    }

/*Share box design sajal End*/
/* download android app css sajal*/
.appdownloadformobile{
    display: none;
            }
            .appdownloadforweb{
            position: fixed;
            bottom: 100px;
            right: 0px; 
            padding: 0px;
            padding-right: 0px;
            color: #fff;
            width: 400px;
            height: 200px;
            z-index: 9999;
            background-color: #000;
            border-radius: 15px;
        }
.appdownloadforweb .close {
   float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-top: -120px;
    background: #fff;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}
         .appdownloadforwebBtn{
            
            font-size: 15px;
            font-weight: bold;
            
            color: #FFB300;
            cursor: pointer;
            text-align: left;
            padding: 25px 15px;
        }
        
        .feed_comp1{
            margin-top: 40px;
             padding-left: 1px; font-family: Poppins; font-weight: bold;
        }
        .feed_comp2{
            padding-left: 1px; font-family: Poppins; font-weight: bold; color: #fff;
        }
        .feed_message1 {
                width: 140px;
                margin-top: 5px;
               margin-left: 40px;
                margin-right: 3px;
            }
            .feed_message2 {
                width: 140px;
                margin-top: -15px;
               margin-left: 40px;
                margin-right: 3px;
            }
            .nohungphoneimg{
              width: 100px;
                margin-top: -118px;
                margin-left: 55px;
                margin-right: 3px
            }
/*Feedback section sajal*/

 .feed_message{
            width: 35px;
            margin-top: 10px;
        }
.fixedFeedbackButton{
            position: fixed;
            bottom: 35px;
            right: 0px; 
            padding: 20px;
            padding-right: 0px;
            color: #fff;
            z-index: 9999;
        }
        .roundedFixedFeedbackBtn{
            height: 60px;
            line-height: 45px;
            /*width: 200px;*/
            font-size: 1.1em;
            font-weight: bold;
            border-top-left-radius: 30px;
            /*background-color: #FFB300;*/
            color: white;
            text-align: center;
            cursor: pointer;
            border-bottom-left-radius: 30px;
            padding: 5px 15px;
        }
        .whatsappimage{
            width: 190px;
        }
        .whatsappmobile{
            display: none;
        }
        .btn-theme-style{
            color: #fff;
            background: #FFB300;
            border: 2px solid #FFB300;
            min-width: 70px;
            height: 35px;
            border-radius: 30px;
            font-weight: bold;
            font-size: 14px;
            padding: 0px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .btn-theme-style:hover{
            background: #000000;
            border: 2px solid #000000;
        }
        .feed_comp{
            float: left;
            padding-left: 15px; 
            font-family: Poppins; 
            font-weight: bold; 
            /*font-style: italic;*/
        }
        .roundedFixedFeedbackBtn .whatsappicon{
            font-size: 2em;
            color: #25D366;
            line-height: 50px;
        }
#feedbackComplaintsModal .modal-dialog {
    max-width: 680px;
    margin: 1.75rem auto;
}
#feedbackComplaintsModal h4{
font-family: 'Salsa';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
align-items: center;
text-align: center;
letter-spacing: 0.0015em;
text-transform: uppercase;
color: #5E310E;
text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.goodbad{
    width: 260px;
    margin-top: 20px;
}
.girlwithlogo{
    background-color: #fcc747;

}
.feedbackform{
    background-color: #fffaec;
}
.logogirl{
    margin-left: 5px;
    width: 240px;
}
.feedbackbutton{
    color: #fff;
    background: #a22511;
    border: 2px solid #a22511;
    min-width: 70px;
    height: 35px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.feedbackbutton:hover {
    background: #000000;
    border: 2px solid #000000;
}
#feedbackComplaintsModal .form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#feedbackComplaintsModal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fffaec;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 0px 7px 0px 7px;
}
#feedbackComplaintsModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
#feedbackComplaintsModal .close {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fc0018;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

#feedbackComplaintsModal1 .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fffaec;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 0px 7px 0px 7px;
}
#feedbackComplaintsModal1 .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
#feedbackComplaintsModal1 .close {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fc0018;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
#feedbackComplaintsModal1 .modal-dialog {
    max-width: 680px;
    margin: 1.75rem auto;
}
.thankyou{
    width: 300px;
    margin-top: 30px;
    margin-left: 25px;
}
/*Feedback section end sajal*/
/* STyles 17*/
.breakfast-monthly-container,
.breakfast-monthly-content {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;

}

.breakfast-monthly-container {
    margin-top: 40px;
    margin-bottom: 90px;
}

.breakfast-monthly-content {
    padding: 30px;
    margin: 15px 0;
    background-color: #fff;
    border-radius:20px;
    /*box-shadow: 5px 5px 10px 0px #d6d6d6;*/
        height: 195px;
} 

.breakfast-monthly-content .heading  {
    display: inline;
    color: #2F3443;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    line-height: 25px;
}

.breakfast-monthly-content .sub-heading  {
    font-size: 15px;
    color: #A7A8BC;
    margin-top: 10px;
    /*margin-left:80px;*/
}

.breakfast-monthly-content .hover, .breakfast-monthly-content .selected {
    color: #FCC647;
}

.breakfast-monthly-content .star {
    display: inline;
    font-size: 20px;
}

.breakfast-monthly-content .rating {
    margin-top: 38px;
} 

.breakfast-monthly-content .price {
    color: #7EDABF;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;
    margin-right: 60px;
    
}

.breakfast-monthly-content .weekend-include {
    text-align: left;
    color: #2F3443;
    font-size: 15px;
    margin-bottom: -21px;
    margin-left: 0px;
     margin-top: -40px; 
}
/*.breakfast-monthly-content .view-details {*/
/*    color: #FCC647;*/
/*    font-size: 22px;*/
/*    font-weight: 700;*/
/*}*/


.menuimg
{
    
    width:50px;
}

.thumbwidth {
       width: 280px;
    height: 220px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -25px;
    margin-top: 0px;
}

.breakfast-monthly-content .view-details {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background-color: #FBBB00;
    padding: 5px 25px;
    border-radius: 20px;
    font-size: 15px;
   
}

.breakfast-monthly-content .view-details1 {
    /*color: #fff;*/
    /*font-size: 22px;*/
    /*font-weight: 700;*/
    /*background-color: #FBBB00;*/
    /*padding: 5px 25px;*/
    /*border-radius: 20px;*/
    /*font-size: 15px;*/
   
}


.breakfast-monthly-content .right-part {
    text-align: right;
    padding-left: 60px;
    margin-top: -160px;
    /*padding-top: 25px;*/
}
.reviews-rating-modal .modal-body {
    position: relative;
}
.reviews-rating-modal .modal-body .food-review-img-container {
    /*position: absolute;*/
    right: 0;
    bottom: 50px;
}

/* Page No. 18 Styles */
.packagemodal .modal-dialog {
    max-width: 900px;
}
.packagemodal .modal-dialog .modal-header {
    border-bottom: none;
    padding: 1rem 40px 0 40px;
}
.packagemodal .modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #2F3443;
}

.packagemodal .package-everyday-list-menu-container {
    border-bottom: 1px solid rgba(167,168,188,0.2);
    padding-bottom: 10px;
}

.packagemodal .modal-header button.close {
    align-self: center;
}
.packagemodal .modal-dialog .modal-body {
   padding: 10px 40px 1rem 40px;
}
.packagemodal .modal-body li.nav-item {
    font-size: 20px;
    font-weight: bold;
    border-right: 1px solid rgba(167,168,188,0.2);
    padding: 5px 0;
}

.packagemodal .modal-body li.nav-item:last-child {
    border-right: none;
}
.packagemodal .modal-body .nav-pills .nav-link.active,
.packagemodal .modal-body .nav-pills .show>.nav-link {
    color: #FCC647;
    background-color: transparent;
}
.packagemodal .modal-body .nav-pills .nav-link {
    color: #2F3443;
    padding: 0 30px;
}

.packagemodal .modal-body .nav-pills .nav-link span.veg {
    padding-right: 20px;
}

.packagemodal .modal-body .package-everyday-list-menu-content .heading {
    font-weight: bold;
    color: #FCC647;
    font-size: 18px;
    margin-bottom: 0;
}
.packagemodal .modal-body .package-everyday-list-menu-content .description {
    font-size: 16px;
    color: #2F3443;
}
.packagemodal .modal-body .package-everyday-list-menu-content .btn-customize {
    color: #CE543D;
    font-size: 14px;
}
.packagemodal .modal-body .package-everyday-list-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.packagemodal .package-order-per-week .order-for-week {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.packagemodal .package-order-per-week .btn-select-this-package {
    color: #fff;
    background: #000000;
    padding: 13px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
}
.packagemodal .package-order-per-week .btn-select-this-package:hover img {
    position: relative;
    left: 10px;
}
.packagemodal .package-order-per-week .btn-select-this-package img {
    padding-left: 8px;
     transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
.packagemodal .package-order-per-week {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 15px 0;
}


/* Page No. 27 */
.kitchen-information .myaccount-section .heading-section .main-heading {
    color: #2F3443;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}

.kitchen-information .myaccount-section .myaccount-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.kitchen-information .myaccount-section .myaccount-summery {
    flex-basis: 30%;
    text-align: center;
    /* background-color: #f2f2f2; */
    border-radius: 10px;
    padding: 20px;
    border: #e9e9e9 1px solid;
}
.kitchen-information .myaccount-section .myaccount-detail-info {
    /* flex-basis: 67%;
    background-color: #fff;
    border-radius: 10px;
     padding-top: 60px; */
}
.kitchen-information .myaccount-section .myaccount-heading {
    /* font-size: 50px; */
    color: #2F3468;
    /* font-weight: bold; */
    margin-top: 15px;
    font-variant: small-caps;
}


.kitchen-information .myaccount-section .myaccount-pay {
    font-size: 20px;
    font-weight: bold;
    color: #7EDABF;
    margin-top: 20px;
    margin-bottom: 0;
}
.kitchen-information .myaccount-section .my-wallet {
    font-size: 14px;
    color: #2F3443;
}
.kitchen-information .myaccount-section .btn-account-logout {
    font-size: 16px;
    color: #2F3443;
    font-weight: 700;
   
}
.kitchen-information .myaccount-section .btn-account-logout img {
     transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
     -o-transition: all 0.7s ease;
     -webkit-transition: all 0.7s ease;
     
}
.kitchen-information .myaccount-section .btn-account-logout:hover img {
    transform: rotate(180deg);
}
.kitchen-information .myaccount-section .email-phone {
    font-size: 14px;
    color: #2F3443;
    text-align: left;
    max-width: 222px;
    margin: 40px auto 90px auto;
}

.kitchen-information .myaccount-section .myaccount-summery .img-container {
    height: 290px;
}
.kitchen-information .myaccount-section .myaccount-summery .img-container img {
    width: 100%;
    height: 100%;
}
.kitchen-information .myaccount-section .myaccount-summery .myaccount-symbol-container {
    margin-top: -80px;
}
.kitchen-information .myaccount-section .myaccount-details-content ul.nav {
    justify-content: center;
}
.myaccount-section .myaccount-details-content .nav-pills .nav-link.active, 
.myaccount-section .myaccount-details-content .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #FCC647;
    font-weight: 600;
}
.myaccount-section .myaccount-details-content .nav-pills .nav-link {
    border-radius: 10px;
    font-size: 16px;
    padding: 14px 40px;
    background-color: #F6F6F6;
    color: #2F3443;
}
.myaccount-section .myaccount-details-content .nav-item {
    margin-right: 30px;
}
.myaccount-section .myaccount-details-content .nav-item:last-child{
     margin-right: 0;
}
.myaccount-section .myaccount-orders-container .nav-pills .nav-link.active, 
.myaccount-section .myaccount-orders-container .nav-pills .show>.nav-link {
    font-weight: 600;
    color: #2F3443;
    background-color: transparent;
}
.myaccount-section .myaccount-orders-container .nav-pills .nav-link {
    font-size: 14px;
    color: #A7A8BC;
    background-color: transparent;
    padding: 0;
}
.myaccount-section .myaccount-orders-container {
    margin-top: 30px;
}

/* .myaccount-section .activeorder-container .name-bill {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.myaccount-section .activeorder-container .kitchen-name {
    color: #2F3443;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}
.myaccount-section .activeorder-container .order-date {
    font-size: 14px;
    color: #A7A8BC;
    margin-bottom: 10px;
}
.myaccount-section .order-active-content .rate i.fa {
    color: #FCC647;
    margin-right: 5px;
}
.myaccount-section .myaccount-detail-info .activeorder-container .btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.myaccount-orders-container .activeorder-container .btn-active {
    font-size: 12px;
    font-weight: bold;
    background-color: #7EDABF;
    color: #fff;
    padding: 6px 22px;
    border-radius: 4px;
    border: 2px solid #7EDABF;
}
.myaccount-orders-container .activeorder-container .btn-active:hover {
     border: 2px solid #7EDABF;
     background-color: #fff;
     color: #7EDABF;
}
.myaccount-orders-container .activeorder-container .btn-view-details {
    color: #CE543D;
    font-weight: 600;
    font-size: 14px;
}
/* .myaccount-section .order-active-content {
    width: 420px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #A29E8929;
    border: 1px solid #F6F6F6;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
} */
.myaccount-orders-container .activeorder-container .total-bill {
    color: #7EDABF;
    font-size: 16px;
    font-weight: bold;
}
.myaccount-section .myaccount-detail-info {
    padding: 0 100px 40px 100px;
}
.myaccount-detail-info .myaccount-orders-container .activeorder-container {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
    padding: 10px 0 120px 0;
}

.orderhistory-container .orderdatewithnum {
    font-size: 12px;
    color: #2F3443;
}
.orderhistory-container .order-history-menu .main-heading {
    color: #2F3443;
    font-weight: bold;
    font-size: 14px;
    margin-right: 40px;
    margin-left: 0px;
    margin-top: 6px;
}


.text-right {
    text-align: right!important;
    margin-top: -25px;
}


.text-right1 {
    text-align: right!important;
    margin-top: 10px;
}

 .orderhistory-container .order-history-menu .nav-pills .nav-link {
    font-size: 14px;
    color: #2F3443;
    background-color: transparent;
    padding: 0;
    font-weight: bold;
}
 .orderhistory-container .order-history-menu .nav-pills .nav-link.active, 
 .orderhistory-container .order-history-menu .nav-pills .show>.nav-link {
   color: #ff0000;
   font-size: 14px;
   font-weight: bold;
}
.orderhistory-container .orderhistory-headings {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.orderhistory-container .order-history-menu img {
    margin-right: 10px;
}
.orderhistory-container .order-history-menu .nav-item {
   border-right: 1px solid rgba(167,168,188,0.2);
   padding: 0 15px;
   margin: 6px 0 0 0;
}
.orderhistorybody .btn-back-container .btn-back {
    background-color: #000000;
    color: #FFFFFF;
    padding: 13px 40px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
}
.orderhistorybody .btn-back-container {
    text-align: center;
    margin-top: 35px;
}
.back-btn-arrow {
    transform: scale(-1);
    position: relative;
}
.orderhistorybody .btn-back-container:hover .back-btn-arrow{
    right: 15px;
}
.order-lunch-container-main  .order-lunch-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.order-lunch-container-main  .order-lunch-content .main-heading {
    color: #FCC647;
    font-size: 18px;
    font-weight: bold;
}
.order-lunch-container-main  .order-lunch-content .description {
    color: #2F3443;
    font-size: 16px;
}
.order-lunch-container-main  .order-lunch-content .time,
.order-lunch-container-main  .order-lunch-content .price {
    font-size: 18px;
    font-weight: 700;
    color: #2F3443;
}

.breakfast-monthly-content .price1 {
    font-size: 20px;
    /*font-weight: 700;*/
    color: #A7A8BC;
    font-size:15px;

}


.img-fluid1 
{
    width:100%;
    height:388px;
   

}

.full-width1
{
    width:100%;
    height:388px;
     filter: blur(8px);
    -webkit-filter: blur(8px);
}

.order-lunch-container-main  .order-lunch-content .btn-delivered ,
.order-lunch-container-main  .order-lunch-content .btn-cancelled,
.order-lunch-container-main  .order-lunch-content .btn-upcoming{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 6px 22px;
    border-radius: 4px;
    display: block;
    width: 165px;
    text-align: center;
}
.order-lunch-container-main  .order-lunch-content .btn-delivered {
    background-color: #7EDABF;
    border: 2px solid #7EDABF;
}
.order-lunch-container-main  .order-lunch-content .btn-cancelled {
    background-color: #FCA896;
    border: 2px solid #FCA896;
}
.order-lunch-container-main  .order-lunch-content .btn-upcoming{ 
    background-color: #FCC647;
    border: 2px solid #FCC647;
}
.order-lunch-container-main  .order-lunch-content .btn-delivered:hover {
     border: 2px solid #7EDABF;
     background-color: #fff;
     color: #7EDABF;
}
.order-lunch-container-main  .order-lunch-content .btn-cancelled:hover {
     border: 2px solid #FCA896;
     background-color: #fff;
     color: #FCA896;
}
.order-lunch-container-main  .order-lunch-content .btn-upcoming:hover {
     border: 2px solid #FCC647;
     background-color: #fff;
     color: #FCC647;
}
.order-lunch-container-main  .order-lunch-content .day-meal {
    /*flex-basis: 370px;*/
}
.myaccount-addresslist-content .symbol-container {
    float: left;
} 
.myaccount-addresslist-container .myaccount-addresslist-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.myaccount-addresslist-container .myaccount-addresslist-content .address-title {
    font-size: 16px;
    font-weight: bold;
    color: #2F3443;
    margin-left: 30px;
}
.myaccount-addresslist-container .myaccount-addresslist-content .address-desc {
    padding-left: 30px;
}
.myaccount-addresslist-container .myaccount-addresslist-content .left-part {
    flex-basis: 70%;
}
.myaccount-addresslist-container  {
    padding: 70px 0 100px 0;
}
.myaccount-manage-payment-container .manage-payment-content .heading {
    font-size: 17px;
    color: #555555;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 5px;
}
.myaccount-manage-payment-container .manage-payment-content .img-container {
    text-align: center;
}
.myaccount-manage-payment-container .manage-payment-content .btn-add-payment-plus,
.myaccount-manage-payment-container .display-payment-content .btn-add-payment-plus
 {
    display: inline;
    background-color: #FCC647;
    color: white;
    font-weight: 500;
    border-radius: 50%;
    border: 2px solid #FCC647;
} 
.myaccount-manage-payment-container .manage-payment-content .btn-add-payment-plus{
     font-size: 32px;
     padding: 4px 15px;
}
.myaccount-manage-payment-container .display-payment-content .btn-add-payment-plus {
    font-size: 24px;
    padding: 0 8px;
}
.myaccount-manage-payment-container .manage-payment-content .btn-add-payment-plus:hover,
.myaccount-manage-payment-container .display-payment-content .btn-add-payment-plus:hover {
    border: 2px solid #FCC647;
    color: #FCC647;
    background-color: transparent;
}  

.myaccount-manage-payment-container .manage-payment-content .btn-container {
    text-align: right;
}
.addpayment-model .modal-title {
    font-size: 16px;
    font-weight: 700;
    color: #2F3443;
}
.addpayment-model .card-detail {
    font-size: 16px;
    font-weight: bolder;
    color: #2F3443; 
}

.addpayment-model  input::placeholder {
    color: #A2A2A2;
    font-size: 13px;
}

.addpayment-model .btn-add-card {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    width: 190px;
    height: 45px;
    display: block;
    margin: 30px auto 20px auto;
    border-radius: 30px;
}
.addpayment-model .btn-add-card:hover {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
}
.addpayment-model .payments-img-container {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
}
.addpayment-model .payments-img-container img {
    margin: 0 10px;
}
.addpayment-model .payments-img-container img:first-child {
    margin: 0 10px 0 0;
}
.addpayment-model .modal-dialog {
    max-width: 330px; 
}
.addpayment-model .modal-body {
   padding: 0 10px;
}
.addpayment-model .payment-main {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 10px;
}
.addpayment-model .modal-header {
    border-bottom: none;
}
.addpayment-model .modal-content { 
    border-radius: 10px;
}
.addpayment-model .payment-main input[type="text"] {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    background-color: transparent;
}

.myaccount-manage-payment-container .delete-payment-btn-container {
    text-align: right;
    margin: 4px 10px 1px 0;
}
.myaccount-manage-payment-container .display-mycard-info .mycard-info-img-container { 
    width: 220px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}
.myaccount-manage-payment-container .display-payment-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.myaccount-manage-payment-container .display-payment-container .left-side {
    border: 1px dashed rgba(112,112,112,0.2);
    flex-basis: 300px;
    height: 222px;
}
.myaccount-manage-payment-container .display-payment-container .right-side {
    border: 1px dashed rgba(112,112,112,0.2);
    flex-basis: 300px;
    height: 222px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}  

.myaccount-manage-payment-container .mycard-information .card-number {
    border: 1px solid #FCC647;
    border-radius: 10px;
    padding-left: 7px;
    color: #fff;
    font-size: 13px;
}
.myaccount-manage-payment-container .display-payment-content {
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
}
.display-payment-content .mycard-information .heading {
    font-size: 6px;
     color: #fff;
     margin-bottom: 0;
}
.display-payment-content .mycard-information .desc {
    font-size: 8px;
     color: #fff;
}
.display-payment-content .exp-date-end .heading {
    font-size: 12px;
    color: #555555;
    margin-bottom: 0;
}
.display-payment-content .exp-date-end .desc {
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 0;
} 
.display-payment-content .display-mycard-info .mycard-information {
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 0 5px;
}  
.display-payment-content .display-mycard-info .mycard-information .card-basic-container,
.display-payment-content .display-mycard-info .exp-date-end-container .exp-date-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 5px;
}
.display-payment-content .display-payment-container .add-payment-heading {
    color: #555555;
    margin-top: 5px;
}

.line1 img {
    margin-left: 95px;
    margin-top: -80px;
    height: 45px;
}

.line2 img {
    margin-left: 205px;
    margin-top: -128px;
    height: 45px;
}

.order-lunch-container-main .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    font-size: 14px;
    /* margin-left: 50px; */
  /*  float: right;*/
}
.order-lunch-container-main .btn-edit {
    border: 1px solid #ffffff;
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bolder;
    font-size: 14px;
    
}
.order-lunch-container-main .btn-cancel {
    border: 1px solid #ffffff;
    background-color: #CE543D;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bolder;
    font-size: 14px;
   
}
.line3 img {
    margin-left: 495px;
    margin-top: -180px;
    height: 45px;
}

.line4 img {
    margin-left: 600px;
    margin-top: -225px;
    height: 60px;
}

.checkout-cart-section .bank-payment-information .heading {
    color: #2F3443;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 40px;
}
.checkout-cart-section .bank-payment-information .sub-heading {
    color: rgba(47,52,67,0.5);
    margin-bottom: 0;
}
.checkout-cart-section .select-payment-mathod-container .payment-method-heading {
    font-size: 18px;
    font-weight: bold;
    color: #2F3443;
    margin-bottom: 0;
    margin-top: 35px;
}
.checkout-cart-section .select-payment-mathod-container .card {
    border: none;
 }
.checkout-cart-section .select-payment-mathod-container .btn-link {
    font-weight: bold;
    color: #2F3443;
    font-size: 16px;
    text-decoration: none;
    padding: 0;
    border-bottom: 1px solid #E8E9F2;
    padding-bottom: 10px;
    margin-top: 15px;
}

.checkout-cart-section .select-payment-mathod-container .card-header {  
    background-color: #fff;
    border-bottom: none;
    padding: 0;
}  
.checkout-cart-section .select-payment-mathod-container .card-body {
    padding: 0;
}
.checkout-cart-section .select-payment-mathod-container .collapse.show {
    display: block;
    background: #F6F6F6;
}
.checkout-cart-section .select-payment-mathod-container .payment-main .payments-img-container img {
    height: 13px;
}
.checkout-cart-section .select-payment-mathod-container .payment-main .card-detail {
    font-size: 16px;
    font-weight: bold;
    color: #2F3443;
    margin-top: 10px;
} 
.checkout-cart-section .bank-payment-information .left-part {
    background-color: #fff;
    float: left;
    width: 500px;
    margin-left: 20px;
}
.checkout-cart-section .bank-payment-information .right-part {
    float: right;
    text-align: right;
    width: 250px;
}

.checkout-cart-section .bank-payment-information .left-part .img-container .img-fluid {
  
    max-width: 100%;
    height: auto;
    -webkit-transform: scaleX(-1);
     transform: scaleX(-1); 
   /*margin-left:-120px;*/
   /*margin-top:150px;*/
}


.checkout-cart-section .bank-payment-information .right-part1 {
    float: right;
    text-align: left;
    width: 250px;
/*    margin-top:150px;*/
}

.checkout-cart-section-container .select-payment-mathod-container .payments-img-container {
        padding-top: 10px;
}
.checkout-cart-section-container .select-payment-mathod-container .card-detail {
    font-size: 16px;
    font-weight: bolder;
    color: #2F3443;
}
.checkout-cart-section-container .select-payment-mathod-container .payment-main input[type="text"] {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    background-color: transparent;
}

.checkout-cart-section-container .select-payment-mathod-container .checkbox label {
 font-size: 14px;
 color: #2F3443;
  vertical-align: middle;
  display: inline-block;
  padding-left: 5px;
  position: relative;
 }

.checkout-cart-section-container .select-payment-mathod-container .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
 }

.checkout-cart-section-container .select-payment-mathod-container .checkbox label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
 
}
.checkout-cart-section-container .select-payment-mathod-container .checkbox input[type="checkbox"]
 {
  opacity: 0;
  z-index: 1;
}
.checkout-cart-section-container .select-payment-mathod-container .checkbox input[type="checkbox"]:checked + label::after
 {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkout-cart-section-container .select-payment-mathod-container .checkbox-success input[type="checkbox"]:checked + label::before
 {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkout-cart-section-container .select-payment-mathod-container .checkbox-success input[type="checkbox"]:checked + label::after
 {
  color: #fff;
}

.checkout-cart-section .bank-payment-information .btn-checkout {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    width: 190px;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 50px 0 0 auto;
    border-radius: 30px;
    text-align: center;
}
.checkout-cart-section .bank-payment-information .btn-checkout:hover {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
}

.checkout-cart-section .checkout-cart-section-container {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
} 
.checkout-cart-section-container .product-pay-information .location .yourlocation {
    color: rgba(47, 52, 67, 0.5);
    font-weight: 900;
    font-size: 12px;
    float: left;
    margin-bottom: 5px;
}   
.checkout-cart-section-container .product-pay-information .btn-change {
    color: #FCC647;
    font-size: 12px;
    float: right;
}
.checkout-cart-section-container .product-pay-information .address {
    font-size: 16px;
    font-weight: bold;
    color: #2F3443;
    border-bottom: 1px solid #E8E9F2;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.checkout-cart-section-container .product-pay-information .name-phone {
    color: #2F3443;
    font-size: 16px;
    font-weight: 900;
}
.checkout-cart-section-container .product-pay-information .service-heading {
    font-size: 21px;
    color: #2F3443;
    margin-top: 18px;
}
.checkout-cart-section-container .product-pay-information .product-name {
    font-size: 18px;
    font-weight: bold;
    color: #2F3443;
    margin-bottom: 0;
}
.checkout-cart-section-container .product-pay-information .meal-type {
    font-size: 14px;
    color: #A7A8BC;
    margin-bottom: 0;
}
.checkout-cart-section-container .product-pay-information .product-cost {
    color: #7EDABF;
    font-size: 16px;
    margin-bottom: 0;
}
.checkout-cart-section-container .product-pay-information .date-time {
    font-size: 14px;
    color: #2F3443;
    margin-bottom: 0
}
.checkout-cart-section-container .product-pay-information .total-cost {
    color: #2F3443;
    font-size: 16px;
    font-weight: 900;
    text-align: right;
    margin-top: 10px;
}
.checkout-cart-section-container .product-pay-information .package-heading {
    font-size: 18px;
    color: #2F3443;
    font-weight: bold;
    float: left;
}
.checkout-cart-section-container .product-pay-information .package-cost {
    color: #2F3443;
    font-size: 16px;
    font-weight: 700;
    float: right;
}
.checkout-cart-section-container .product-pay-information .meal-type2 {
    color: #A7A8BC;
    font-size: 16px;
    margin-bottom: 5px;
}
.checkout-cart-section-container .product-pay-information .weekend {
    font-size: 14px;
    color: #2F3443;
    margin-bottom: 5px;
}
.checkout-cart-section-container .product-pay-information .package-days {
    font-size: 14px;
    color: #2F3443;
}
.checkout-cart-section-container .product-pay-information .off {
    color: #2F3443;
    font-size: 16px;
    float: left;
    border-bottom: 1px solid #E8E9F2;
    width: 70%;
    padding-bottom: 10px;
}
.checkout-cart-section-container .product-pay-information .btn-apply {
    background-color: #FCC647;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 34px;
    width: 86px;
    height: 34px;
    border: 2px solid #fcc647;
    float: right;
}
.checkout-cart-section-container .product-pay-information .taxes,
.checkout-cart-section-container .product-pay-information .coupon-heading, 
.checkout-cart-section-container .product-pay-information .delivery-charges-heading {
    color: #2F3443;
    font-size: 16px;
    float: left;
}
 
.checkout-cart-section-container .product-pay-information .amount-heading {
    font-size: 16px;
    color: #2F3443;
    font-weight: bold;
    float: left;
}
.checkout-cart-section-container .product-pay-information .total-amount {
    font-size: 18px;
    color: #2F3443;
    font-weight: bold;
    float: right;
}


/*prathap css*/

.checkout-cart-section-container .right-part-side  .btn-container1 {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 34px;
    height: 34px;
    border: 2px solid #000;
    float: right;
    width: 100px;
}


.kitchen-information .container-fluid1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 40px;
}




.checkout-cart-section-container .product-pay-information .btn-container {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 34px;
    height: 34px;
    border: 2px solid #000;
    float: right;
    width: 350px;
}

.checkout-cart-section-container .product-pay-information .btn-container a {
     color: #fff;
}

.checkout-cart-section-container .product-pay-information .remove-meal,
.checkout-cart-section-container .product-pay-information .add-meal,
.checkout-cart-section-container .product-pay-information .mealcount {
    border: none;
    background-color: transparent;
    color: #fff;
}
.checkout-cart-section-container .product-pay-information .mealcount {
    width: 20px;
    text-align: center;
    font-weight: bold;
}
.checkout-cart-section-container .product-pay-information .product-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.checkout-cart-section-container .product-pay-information .left-part-side .img-container {
    width: 90px;
    height: 90px;
    float: left;
}
.checkout-cart-section-container .product-pay-information .left-part-side .img-container img{
    width: 50%;
    height: 50%;
}
.checkout-cart-section-container .product-pay-information .name-price {
    float: right;
    padding-left: 10px;
}
.checkout-cart-section-container .product-pay-information .tax-ammount,
.checkout-cart-section-container .product-pay-information .delivery-charge,
.checkout-cart-section-container .product-pay-information .coupon-ammount {
    float:right;
    text-align:right;
}
.checkout-cart-section .bank-payment-information {
    background-color: white;
    padding: 0 35px 0 25px;
    margin-right: 20px;
    border-radius: 10px;
}
.checkout-cart-section-container {
    /*margin-top: 50px;*/
    margin-bottom: 50px;
}
.checkout-cart-section .bank-payment-information .select-payment-mathod-container .payment-main {
    padding: 0 0 0 10px;
}

.checkout-cart-section .product-pay-information {
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 20px;
    border-radius: 10px;
    margin-top:0px;
}
.checkout-cart-section .product-pay-information .taxes-section {
    margin-top: 10px;
}


.checkout-modal .heading {
    color: #4D4D55;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
}
.checkout-modal .btn-booking-confirm {
    background-color: #FCC647;
    color: #fff;
    padding: 11px 73px;
    display: inline-block;
    border: 2px solid #FCC647;
    margin-top: 50px;
    border-radius: 30px;
}    
.checkout-modal .btn-container,
.checkout-modal .img-container {
    text-align: center;
}
.checkout-modal .modal-dialog {
    max-width: 890px !important;
}    
.checkout-modal .modal-content
{
    padding: 40px 0 !important;
}
.booking-confirm-modal .btn-close-container {
    display: block;
    width: 100%;
    text-align: right;
}
.booking-confirm-modal .modal-dialog {
    max-width: 900px;
 }   
.booking-confirm-modal .rate-experience-content .heading {
    font-size: 21px;
    font-weight: bold;
    color: #2F3443;
    text-align: center;
    margin-bottom: 0;
}
.booking-confirm-modal .modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0 0;
}
.booking-confirm-modal .rate-experience-content .sub-heading {
    font-size: 18px;
    color: #2F3443;
    text-align: center;
    margin-bottom: 0;
    margin-top: 7px;
}
.booking-confirm-modal .rate-experience-content .tellus {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
 .booking-confirm-modal .rate-experience-content .tellus-text{
    width: 100%;
    height: 260px;
    border-color: #CFCFCF;
}

.booking-confirm-modal .rate-experience-content .rating {
    position: relative;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #FCC647;
    margin-top: 25px;
    padding-bottom: 20px;
}
.booking-confirm-modal .rate-experience-content .rating input {
    display: none;
}

.booking-confirm-modal .rate-experience-content .rating label {
    filter: grayscale(1);
}

.booking-confirm-modal .rate-experience-content .rating:hover label {
    opacity: 0.3;
}
.booking-confirm-modal .rate-experience-content .rating input:hover + label,
.booking-confirm-modal .rate-experience-content .rating input:checked + label {
    filter: grayscale(0);
    opacity: 1;
}

.booking-confirm-modal .rate-experience-content .recommend-other .heading {
    font-size: 19px;
    font-weight: bold;
    color: #2F3443;
    text-align: left;
    display: inline-block;
    margin-right: 20px;
}
.booking-confirm-modal .rate-experience-content .btn-submit {
    display: block;
    line-height: 37px;
    text-align: center;
    width: 126px;
    height: 41px;
    background-color: #FCC647;
    border: 2px solid #fcc647;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
}  
.booking-confirm-modal .rate-experience-content .btn-submit:hover {
    background-color: #fff;
    border: 2px solid #fcc647;
    color: #fcc647;
}  
.booking-confirm-modal .rate-experience-content .yesno-btn input[type="radio"] {
    display: none;
}
.booking-confirm-modal .rate-experience-content .yesno-btn label {
    filter: grayscale(1);
}
.booking-confirm-modal .rate-experience-content .yesno-btn label > span {
    color: #2F3443;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 7px;
}
.booking-confirm-modal .rate-experience-content .yesno-btn input[type="radio"]:checked + label {
    filter: grayscale(0);
    
 }
.booking-confirm-modal  .modal-body {
     padding: 0 40px 25px 40px;
}
.booking-confirm-modal .rate-experience-content .recommend-other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.booking-confirm-modal .rate-experience-content .yesno-btn .btn-container {
    display: inline;
    margin: 0 20px;
}
.booking-confirm-modal .rate-experience-content .yesno-btn {
    display: inline-block;
    vertical-align: middle;
}
.category_box {
    position: relative;
}
.typeahead.dropdown-menu {
                width: 28rem !important;
                overflow-y: auto;
                max-height: 500px;
                overflow-x: hidden;
            }
 .typeahead.dropdown-menu .dropdown-item {
                position: relative;
                background: rgb(255, 255, 255);
                padding: 0.8rem 0.8rem;
                box-shadow: none;
                filter: none;
            }

            .typeahead.dropdown-menu .dropdown-item:hover {
                background: rgb(248, 248, 248);
            }
            .jFocja {
                line-height: 1.5;
                margin: 0px;
                color: rgb(54, 54, 54);
                font-size: 1rem;
                font-weight: 500;
                text-align: left;
            }

            .jspjXC {
                font-size: 12px;
                line-height: 1.5;
                margin: 0px;
                color: rgb(79, 79, 79);
                text-align: left;
            }

            .fnOFOa {
                border-radius: 0.8rem;
                flex-shrink: 0;
                cursor: pointer;
            }

            .fpEfwA {
                position: relative;
                max-width: 100%;
                overflow: hidden;
                height: 70px;
            }

            .jQwYOW {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transform: none;
                opacity: 1;
                will-change: transform, opacity;
                border-radius: inherit;
                filter: unset;
                transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
            }

           
            .kavLbW {
                cursor: pointer;
                display: flex;
                flex-direction: column;
                padding-left: 1.5rem;
                width: 100%;
                flex-shrink: 1;
            }

/* Page No. 18 */
.customizablemodal .modal-header {
    padding: 1rem 25px 1rem 35px;
}
.customizablemodal .modal-body {
    padding: 1rem 35px 25px 35px;

}
.customizablemodal .modal-title {
    font-size: 22px;
    color: #2F3443;
}
.customizablemodal .customizable-content .heading {
    font-size: 18px;
    font-weight: bold;
    color: #2F3443;
}
.customizablemodal .customizable-content .customize-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.customizablemodal .customizable-content .right-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-basis: 160px;
}

.customizablemodal .customizable-content .checkbox label {
    font-size: 16px;
    line-height: 16px;
    color: #2F3443;
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
  position: relative;
 }

.customizablemodal .customizable-content .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
 }
#customizable-modal1 p {
   margin-bottom: 0.1rem;
}
#customizable-modal1 ul {
   margin-bottom: 0.7rem;
}
#subscriptionModal ul {
   margin-bottom: 0.7rem;
}
.customizablemodal .customizable-content .checkbox label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
 
}
.customizablemodal .customizable-content .checkbox input[type="checkbox"]
 {
  opacity: 0;
  z-index: 1;
}
.customizablemodal .customizable-content .checkbox input[type="checkbox"]:checked + label::after
 {
  font-family: "FontAwesome";
  content: "\f00c";
}

.customizablemodal .customizable-content .checkbox-success input[type="checkbox"]:checked + label::before
 {
  background-color: #7EDABF;
  border-color: #7EDABF;
}
.customizablemodal .customizable-content .checkbox-success input[type="checkbox"]:checked + label::after
 {
  color: #fff;
}

.customizablemodal .customizable-content .checkbox-success input[type="checkbox"]:checked   {
   
}

.customizablemodal .customizable-content .extra {
    font-size: 16px;
    color: #2F3443;
    margin-left: 25px;
    margin-bottom: 0;
}

.customizablemodal .customizable-content .btn-container {
    background-color: #FCC647;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
     display: block;
     text-align: center;
    line-height: 22px;
    width: 60px;
    height: 26px;
    border: 2px solid #FCC647; 
    visibility: hidden;
}

.customizablemodal .customizable-content .remove-meal,
.customizablemodal .customizable-content .add-meal,
.customizablemodal .customizable-content .mealcount {
    border: none;
    background-color: transparent;
    color: #fff;
}
.customizablemodal .customizable-content .mealcount {
    width: 10px;
    text-align: center;
    font-weight: bold;
}

.customizablemodal .btn-done {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    width: 190px;
    height: 45px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
    margin-top: 50px;
}
.customizablemodal .btn-done:hover {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
} 
.selectpackagemodal .time-section {
  flex-basis: 269px;
}
.selectpackagemodal .time-section .choose-time {
  
}
.selectpackagemodal .time-section .choose-time1 {
  color:#b1b1b1;
}

.selectpackagemodal .date-section .choose-time1 {
    color: #b1b1b1;
}

.selectpackagemodal .time-section .choose-time input {
    display: none;
}

.selectpackagemodal .time-section .choose-time label {
    font-size: 18px;
    color: #000000;
    text-align: center;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    width: 132px;
    height: 48px;
    line-height: 48px;
}

.selectpackagemodal .time-section .choose-time input:hover + label,
.selectpackagemodal .time-section .choose-time input:checked + label {
    color: white;
    background-color: #FCC647;
    border: 1px solid #FCC647;
}   


.selectpackagemodal .datetimecontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 0 30px;*/
    
}

.selectpackagemodal .datetimecontainer1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.selectpackagemodal .modal-dialog {
    max-width: 900px;
} 

.selectpackagemodal .modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #2F3443;
} 

.selectpackagemodal .modal-header { 
    border-bottom: none;
    padding: 25px 42px 5px 42px;
}
.selectpackagemodal .datetimecontainer .heading {
    font-size: 15px;
    font-weight: bold;
    color: #2F3443;
    margin-left:10px;
}

.selectpackagemodal .modal-dialog {
    max-width: 980px;
    margin-left: 301px;
}

 .selectpackagemodal .includesunsat .btn-back,

 .selectpackagemodal .includesunsat .btn-next {
    color: #fff;
    background: #000000;
    width: 142px;
    height: 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 30px;
}
 .selectpackagemodal .includesunsat .btn-next {
    margin-left: 10px;
 }
 .selectpackagemodal .includesunsat .btn-back:hover img{
    position: relative;
    right: 10px;
 }
 .selectpackagemodal .includesunsat .btn-next:hover img {
    position: relative;
    left: 10px;
}
 .selectpackagemodal .includesunsat .btn-back img,
 .selectpackagemodal .includesunsat .btn-next img {
    padding-left: 8px;
     transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
.selectpackagemodal .includesunsat .btn-back img {
    transform: scale(-1);
}


.selectpackagemodal .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  font-size: 19px;
  color: #2F3443;
}
.selectpackagemodal .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.selectpackagemodal .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 6px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.selectpackagemodal .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.selectpackagemodal .radio input[type="radio"]:focus + label::before {
  
}
.selectpackagemodal .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.selectpackagemodal .radio-success {
    display: inline-block;
    margin-right: 40px;
}

.selectpackagemodal .radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.selectpackagemodal .radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.selectpackagemodal .radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

.selectpackagemodal input[type="checkbox"].styled:checked + label:after,
.selectpackagemodal input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.selectpackagemodal input[type="checkbox"] .styled:checked + label::before,
.selectpackagemodal input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
.selectpackagemodal input[type="checkbox"] .styled:checked + label::after,
.selectpackagemodal input[type="radio"] .styled:checked + label::after {
  color: #fff;
}  

.selectpackagemodal .ui-datepicker .ui-datepicker-header {
    position: relative;
    font-size: 24px;
    color: #2F3443;
    background: #fff;
    border: none;
    box-shadow: 0px 2px 19px #A29E8929;
}

.selectpackagemodal .ui-widget-content {
    color: #2F3443;
    background: #fff;
}

.selectpackagemodal .ui-state-default, 
.selectpackagemodal .ui-widget-content .ui-state-default, 
.selectpackagemodal .ui-widget-header .ui-state-default, .ui-button, 
.selectpackagemodal .ui-button.ui-state-disabled:hover, 
.selectpackagemodal .ui-button.ui-state-disabled:active {
    color: #2F3443;
    text-align: center;
    background-color: #fff;
    padding: 0;
    border: none; 
    font-size: 18px;
}

.selectpackagemodal .ui-state-active, 
.selectpackagemodal .ui-widget-content .ui-state-active, 
.selectpackagemodal .ui-widget-header .ui-state-active, 
.selectpackagemodal a.ui-button:active, .ui-button:active, 
.selectpackagemodal .ui-button.ui-state-active:hover {
    color: #ffffff;
    background-color: #FCC647;
}
    

.selectpackagemodal .ui-widget-header {
    color: #eaf5f7;
    font-weight: bold;
}

.selectpackagemodal .ui-datepicker {
    width: 17em;
    padding:0; 
}
.selectpackagemodal .ui-widget.ui-widget-content {
    border: none;
    width: 500px;
}

.selectpackagemodal .ui-datepicker .ui-datepicker-title {
    line-height: 70px;
    font-weight: 600;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
     padding: .5rem; 
}
.btn-red {
    color: #fff;
    background: #CE543D;
    min-width: 70px;
    height: 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 0px 15px 0px
}
.btn-red:hover {
    color: #dcebfb;
}
.selectpackagemodal thead {
    border: none;
    background-color: #F8F8F8;
    line-height: 70px;
    box-shadow: 0px 2px 19px #A29E8929;
}
.selectpackagemodal .ui-datepicker td {
    border: 0;
    padding: 0;
}
.selectpackagemodal tr {
    line-height: 70px;
}

.selectpackagemodal .ui-datepicker table {
    margin: 0;
}
.selectpackagemodal tbody {
    box-shadow: 0px 2px 19px #a29e8929;
}

.selectpackagemodal .ui-datepicker th {
    padding: 0;
}

.selectpackagemodal .includesunsat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 30px;
    margin-bottom: 30px;
}
.selectpackagemodal .weekendwith {
    padding-left: 10px;
}

.selectpackagemodal td.ui-datepicker-current-day:first-child  .ui-state-active
 {
    border-radius: 50% 0 0 50%;
}
.selectpackagemodal td.ui-datepicker-current-day:last-child  .ui-state-active
 {
    border-radius: 0 50% 50% 0;
}
/*Page No. 22*/
.packageconfirmmodal .modal-dialog {
    max-width: 900px;
}
.packageconfirmmodal .modal-dialog .modal-header {
    border-bottom: none;
    padding: 1rem 40px 0 40px;
}

.packageconfirmmodal .modal-dialog  .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    width: 980px;
    margin-left: -13px;
    padding: 10px;
}

.packageconfirmmodal .modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #2F3443;
}

.packageconfirmmodal .package-everyday-list-menu-container {
    border-bottom: 1px solid rgba(167,168,188,0.2);
    padding-bottom: 10px;
}

.packageconfirmmodal .modal-header button.close {
    align-self: center;
}
/*.packageconfirmmodal .modal-dialog .modal-body {*/
/*   padding: 10px 40px 1rem 40px;*/
/*}*/
.packageconfirmmodal .modal-body li.nav-item {
    font-size: 20px;
    font-weight: bold;
    border-right: 1px solid rgba(167,168,188,0.2);
    padding: 5px 0;
}

.packageconfirmmodal .modal-body li.nav-item:last-child {
    border-right: none;
}
.packageconfirmmodal .modal-body .nav-pills .nav-link.active,
.packageconfirmmodal .modal-body .nav-pills .show>.nav-link {
    color: #FCC647;
    background-color: transparent;
}
.packageconfirmmodal .modal-body .nav-pills .nav-link {
    color: #2F3443;
    padding: 0 30px;
}

.packageconfirmmodal .modal-body .nav-pills .nav-link span.veg {
    padding-right: 20px;
}

.packageconfirmmodal .modal-body .package-everyday-list-menu-content .heading {
    font-weight: bold;
    color: #FCC647;
    font-size: 18px;
    margin-bottom: 0;
}
.packageconfirmmodal .modal-body .package-everyday-list-menu-content .description {
    font-size: 16px;
    color: #2F3443;
}

.packageconfirmmodal .modal-body .package-everyday-list-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.packageconfirmmodal .package-order-per-week .order-for-week {
    font-size: 24px;
    font-weight: bold;
    /*margin-bottom: 0;*/
}
.packageconfirmmodal .package-order-per-week .btn-make-payment {
    color: #fff;
    background: #000000;
    padding: 13px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
}
.packageconfirmmodal .package-order-per-week .btn-back {
    color: #fff;
    background: #000000;
    padding: 13px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}
.packageconfirmmodal .package-order-per-week .btn-make-payment:hover img {
    position: relative;
    left: 10px;
}
.packageconfirmmodal .package-order-per-week .btn-back:hover img {
    position: relative;
    right: 10px;
}
.packageconfirmmodal .package-order-per-week .btn-make-payment img {
    padding-left: 8px;
     transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
.packageconfirmmodal .package-order-per-week .btn-back img {
    
    transform: scale(-1);
    margin-right: 7px;
     transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}

.packageconfirmmodal .package-order-per-week {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 15px 0;
}
.packageconfirmmodal .settime {
    font-size: 18px;
    color: #2F3443;
    font-weight: 700;
}

a.ui-corner-all {
    margin-top: 15px;
    text-align: center;
}

.btn-edit{
    border: 1px solid #ffffff;
background-color: #000;
color: #fff;
padding: 0.5rem 1.5rem;
font-weight: bolder;
}
.btn-edit:hover{
    border: 1px solid #000000;
background-color: #ffffff;
color: #000000;
}
.btn-cancel{
    border: 1px solid #ffffff;
background-color: #CE543D;
color: #fff;
padding: 0.5rem 1.5rem;
font-weight: bolder;
}
.btn-cancel:hover{
    border: 1px solid #CE543D;
background-color: #ffffff;
color: #CE543D;
}
.bg-whitesmoke{
    background-color: #F6F6F6;
}
.card-box-shadow{
    box-shadow: 0px 10px 64px rgb(152 152 152 / 19%), 0 6px 6px rgb(30 27 27 / 23%);
}
.text-primary-nohung{
    color: #FCC647 !important;
}

.btn-customize{
    border: 1px solid #ffffff;
background-color: #FCC647;
color: #fff;
padding: 0.5rem 1.5rem;
font-weight: bolder;
}
.btn-customize:hover{
    border: 1px solid #FCC647;
background-color: #ffffff;
color: #FCC647;
}
.rounded-pill {
    border-radius: 50rem !important;
  }
  .choose-time input:hover + label,.choose-time input:checked + label {
  color: #2F3443;
  background-color: #FCC647;
  border: 1px solid #FCC647;
}

.referal_gift{
    width: 100px;
  }
  .referal_user{
    width: 30px;
    height: 30px;
    margin-top: 8px;
    margin-left: 8px;
   
  }
  .refercode{
    border: dotted #fff;
    animation: blink 2s;
    animation-iteration-count: 100;
  }
  @keyframes blink { 80% { border-color: #ff0000; }  }

  #myModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.4rem 0.5rem 0rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
    #myModal .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 0px;
    padding: 20px;
    border-radius: 20px;
}
#myModal .referal_gift{
    width: 70px;
}
#myModal .modal-header .close {
    padding: 1px;
    margin: 0;
    /* border: 1px solid #fff; */
    /* background: #fff; */
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
#myModal .modal {
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
  .refer_earn{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(174, 1, 255) 0%, rgb(255, 179, 0) 100%);
    color: #fff;
    height: 35px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    border: none;
    cursor: pointer;
  }
  .refer_earn1 {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(174, 1, 255) 0%, rgb(255, 179, 0) 100%);
    color: #fff;
    height: 35px;
    border-radius: 5px;
    padding: 3px 2px 3px 4px;
    border: none;
    
    margin: 5px 0px 0px 0px;
    cursor: pointer;
    
}
  .referimg{
    width: 25px;
    height: 25px;
  }
  #myModal p{
    font-size: 14px;
    margin-bottom: 0.3rem;
}
  .fa-file-text{
 
    margin: 12px;
}
.fa-file-text:before {
    content: "\f15c";
    font-size: 25px;
}
  .referal_user1 {
    width: 25px;
    height: 25px;
    cursor: pointer;
   
    /* margin-top: 8px; */
    /* margin-left: 8px; */
}
#myModal .referpic{
    width: 40px;
    height: 40px;
     border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d9d4d4;
  }
  #myModal .referal_user {
    width: 25px;
    height: 23px;
    margin-top: 8px;
    margin-left: 8px;
}
  .referpic{
    width: 50px;
    height: 50px;
     border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d9d4d4;
  }
  .referraldesign{
    border: 1px solid #d9d4d4;
    border-radius: 5px;
    height: 50px;
    padding: 13px 25px 10px 25px;
   box-shadow: #f6c143 3px 3px 6px 0px inset, rgb(166 161 161 / 50%) -3px -3px 6px 1px inset;
  }
  .referraldesign1{
    border: 1px solid #d9d4d4;
    border-radius: 5px;
    height: 120px;
    padding: 8px 20px 8px 20px;
    box-shadow: #fff 3px 3px 6px 0px inset, rgb(166 161 161 / 50%) -3px -3px 6px 1px inset;
  }
  .signupButton1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #FCC647;
    width: 105px;
    height: 35px;
    font-size: 18px;
    background-color: #ffb300;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.signupButton1:hover {
    cursor: pointer;
    transition: all 0.5s ease;
    background-color: #000;
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #000;
}
.choose-time label {
    font-size: 18px;
    color: #2F3443;
    text-align: center;
    border: 1px solid #D6D6D6;
    /*border-radius: 6px;*/
    width: 107px;
    height: 38px;
    line-height: 36px;
    margin: 1px 0px 10px 5px;
  }
.mobiletab{
    display: none;
}
.modal-xl {
    width: 90%;
   max-width:1200px;
   height: 90%;
  }
  .modal-xl .modal-content
  {
      overflow-y: auto;
      height: 100%;
  }
#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
/*  .liketoday p {*/
/*    margin-top: 25px;*/
/*    margin-left: 25px;*/
/*    font-size: 25px;*/
/*    font-weight: 600;*/
/*}*/
.order-delivered{
    /* border: 1px solid #000000; */
background-color: #9696964f !important;
color: #000000;
padding: 0.5rem 1.5rem;
font-weight: bolder;
}
.freedelivery{
    color: #28e228; 
    font-size: 13px; 
    font-weight: 700;
    margin: 0px 0px 0px 20px;
}
.address_selected {
    color: white;
background-color: #FCC647;
border: 1px solid #FCC647;
}
.change_address_section:hover,input:checked + .change_address_section{
    color: white;
background-color: #FCC647;
border: 1px solid #FCC647;
}
.modal{
    overflow-y: auto !important;
}
#addAddressModal {
    overflow-y: hidden !important;
}
#addAddressModal .p-3 {
    padding: 0.2rem!important;
}
#addAddressModal  .modal-dialog {
    margin: 0rem auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#addAddressModal {
    top: 15px;

}
#addAddressModal .form-group {
    margin-bottom: 0.6rem;
}
#addAddressModal .btn-black {
    color: #fff;
    background: #000000;
    min-width: 70px;
    height: 35px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
}
.mapheight{
    height: 44vh;
    height: calc(var(--vh, 1vh) * 44);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.percent-offer{
    font-size: 15px;
    background: #FFB300;
    border-radius: 50%;
    margin-top: 4px;
    width: 25px;
    margin-right: -12px;
}
#stars {
    padding-left: 0;
    color: #ddd;
    margin-bottom: 0;
}
/*Best seller css*/
/* scheduleSpecificDateToDeliveryModal design css sajalkumar */
 #scheduleSpecificDateToDeliveryModal .datepicker td,
    #scheduleSpecificDateToDeliveryModal .datepicker th,
    #scheduleSpecificDateToDeliveryAddressModal .datepicker td,
    #scheduleSpecificDateToDeliveryAddressModal .datepicker th {
        padding: 5px 10px !important;
        width: 40px;
        height: 35px;
        border-radius: 30px;
    }
    #scheduleSpecificDateToDeliveryModal .datepicker .datepicker-switch, 
    #scheduleSpecificDateToDeliveryModal .datepicker .prev, 
    #scheduleSpecificDateToDeliveryModal .datepicker .next, 
    #scheduleSpecificDateToDeliveryModal .datepicker tfoot tr th {
    cursor: pointer;
    margin-top: -125px;
    }
    
    .prev {
        top: unset;
        left: unset;
    }

    .next {
        top: unset;
        right: unset;
    }
    #schedule_specific_date .datepicker-inline, #schedule_specific_date_address .datepicker-inline {
        width: 100%;
    }
    .specific_delivery_date_box{
        padding: 5px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        margin: 5px 5px 10px;
        border-radius: 5px;
        width: 365px; 
    }
#scheduleSpecificDateToDeliveryModal .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #ffc107;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #ffc107, #ffb300);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#scheduleSpecificDateToDeliveryAddressModal .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #ffc107;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #ffc107, #ffb300);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#scheduleSpecificDateToDeliveryAddressModal .datepicker .datepicker-switch, 
    #scheduleSpecificDateToDeliveryAddressModal .datepicker .prev, 
    #scheduleSpecificDateToDeliveryAddressModal .datepicker .next, 
    #scheduleSpecificDateToDeliveryAddressModal .datepicker tfoot tr th {
    cursor: pointer;
    margin-top: -125px;
    }

#editPackageAddressAtModal .specific_delivery_date_box{
    width: 400px;
}
#editPackageArrivingAtModal .p-4{
    padding: 10px 20px 35px 20px!important;
}
/*#scheduled_dates_to_delivery_text{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 5px;
}*/
/* scheduleSpecificDateToDeliveryModal design css sajalkumar end*/
.toppackagesbf{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px;
}
.toppackagesl{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px 14px 10px 14px;
}
.toppackagesd{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px 14px 10px 14px;
}
.bestseller {
  position: relative;
  float: right;
    left: 9.44%;
    top: -36px
  }
  .bestseller .fa-star{
    color: #FFCE31;
  }
.bestseller .bestseller_text {
  position: absolute;
  top: 20%;
    left: 16%;
    transform: rotate(31.61deg);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  font-family :Quicksand, sans-serif;
  
  }
.bestseller img {
  width: 150px;
  transform: rotate(31.61deg);
  }

/*Difference section*/
#customizerowdata{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 15px;
    margin-top: 4px;
}
.example {
  position: relative;
  }

.example .oldprice {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #000;
  /*font-weight: bold;*/
  font-size: 8px;
  font-family :Quicksand, sans-serif;
  /*text-decoration: line-through 1px red; */
  }

  .oldprice {
  position: relative;
}
.oldprice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  
  -webkit-transform:rotate(-12deg);
  -moz-transform:rotate(-12deg);
  -ms-transform:rotate(-12deg);
  -o-transform:rotate(-12deg);
  transform:rotate(-12deg);
}

  .example .newprice {
  position: absolute;
  top: 60%;
  left: 66%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
  font-family :Quicksand, sans-serif;
  
  }
.example .newprice_1 {
  position: absolute;
  top: 60%;
  left: 68%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example img {
  width: 80px;
  }
  .example1 {
  position: relative;
  }

.example1 .oldprice1 {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #000;
  /*font-weight: bold;*/
  font-size: 9px;
  font-family :Quicksand, sans-serif;
 /* text-decoration: line-through 1px red;*/
  }
  .oldprice1 {
  position: relative;
}
.oldprice1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  
  -webkit-transform:rotate(-12deg);
  -moz-transform:rotate(-12deg);
  -ms-transform:rotate(-12deg);
  -o-transform:rotate(-12deg);
  transform:rotate(-12deg);
}

  .example1 .newprice1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
  font-family :Quicksand, sans-serif;
  
  }
 .example1 .newprice1_1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example1 img {
  width: 80px;
  }
  .example2 {
  position: relative;
  }
  .example2 img {
  width: 55px !important;
  height: 30px;
  }
  .example2 .newprice1 {
  position: absolute !important;
  top: 67% !important;
  left: 54% !important;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
 .example2 .newprice1_1 {
  position: absolute !important;
  top: 57% !important;
  left: 54% !important;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
  .example2 .newprice {
  position: absolute !important;
  top: 67% !important;
    left: 47% !important;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size:9px;
  font-family :Quicksand, sans-serif;
  
  }
.example2 .newprice_1 {
  position: absolute !important;
  top: 62% !important;
  left: 47% !important;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
  #customizeproceedbutton{
    padding: 0px;
  }
  #customizesharebutton{
    padding: 0px;
  }
/*#offersModal .modal-body{
    overflow-y: scroll;
    height: 500px;
}*/
#offersModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.input-group {
  display: flex;
  align-content: stretch;
}

.input-group > input {
  flex: 1 0 auto;
}

.input-group-addon {
  background: #fcfafa;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  border-radius: 5px 0px 0px 5px;
}
#addAddressModal .input-group .form-control{
    font-size: 12px;
    border-radius: 0px 5px 5px 0px;
}
#addAddressModal [type="radio"]:checked,
#addAddressModal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#addAddressModal [type="radio"]:checked + label,
#addAddressModal [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#addAddressModal [type="radio"]:checked + label:before,
#addAddressModal [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #ffc107;
    border-radius: 100%;
    background: #fff;
}
#addAddressModal [type="radio"]:checked + label:after,
#addAddressModal [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffc107;
    position: absolute;
    top: 3px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#addAddressModal [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#addAddressModal [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#addAddressModal .styled-checkbox {
  position: absolute;
  opacity: 0;
}
#addAddressModal .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
}
#addAddressModal .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ffc107;
  border-radius: 3px;
}
#addAddressModal .styled-checkbox:hover + label:before {
  background: #fff;
}
/*#addAddressModal .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}*/
#addAddressModal .styled-checkbox:checked + label:before {
  background: #ffc107;
}
#addAddressModal .styled-checkbox:disabled + label {
  color: #fff;
  cursor: auto;
}
#addAddressModal .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #fff;
}
#addAddressModal .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
/*New offer design sajal*/
.firstlettercapital{
    text-transform: capitalize;
}

#offersModal .row{
    margin: 10px 0px 0px 0px;
}
#offersModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.offercodenewlist{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 9px 0px 24px 0px;
}
.holder{
     margin: 42px 0px 0px -68px;
}
.holder span{
    font-size: 21px;
    text-transform: uppercase;
   
}
#offersModal .modal-dialog {
    max-width: 680px;
    /*margin: 1rem auto;*/
}
#offersModal {
    overflow-y: hidden !important;
}
.vertical-text {
    /*margin: 30px 0px 0px 0px;*/
    display: inline-block;
    transform: rotate(270deg);
    background-color: #ffc107;
    padding: 5px 20px 5px 24px;
    width: 144px;
    min-width: 144px;
    max-width: 144px;
    border-radius: 2px 2px 0px 0px;
}
#offermiddlesection p{
    margin: 7px 0px 0px 31px;
}
.offermiddlesection{
display: inline-block;
margin: 10px 0px 0px -80px;
}
.offermiddlesection span{
    font-size: 20px;
    margin: 5px 0px 0px 0px;
}
.blur {
  filter: blur(4px);
}
.applycoupon{
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: #43a908;
    padding: 4px 10px 4px 10px;
    border: none;
    margin: 7px 0px 0px 65px;
    cursor: pointer;
    font-weight: 600;
    font-family: sans-serif;

}
.applycoupon:hover {
    background-color: #43a908;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: #fff;
    padding: 4px 10px 4px 10px;
    border: none;
    margin: 7px 0px 0px 65px;
    cursor: pointer;
    font-weight: 600;
    font-family: sans-serif;
}
.tc_apply{
    border-bottom: 2px solid #007bff;
}
.tcapplysection{
    display: inline-block;
    margin: 10px 0px 0px 0px;
}
.scrollbaroffers
{
    margin-left: 10px;
    float: left;
    height: auto;
    width: 640px;
    /*overflow-y: scroll;*/
    margin-bottom: 25px;
}
.style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d6d6d6;
}
#offersModal {
    top: 10px;
}
#tcModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
#tcModal .modal-title {
    font-size: 20px;
    /* text-align: center; */
    margin-left: 0px;
}
/*New offer design end sajal*/
/*New otp page design*/
.otpverifyimage{
    width: 200px;
    height: 200px;
}
.otpverificationh5{
    font-size: 21px;
    margin: 10px 0px 0px 15px;
    text-align: center;
}
#subscriptionModal .btn{
    display: none;
}
#plansbutton .col-md-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/*New otp page design end*/
.formobile{
    display: none;
}
/*New serach page design Sajal*/
.liketoday {
    position: relative;
    padding: 25px 0px 0px 0px;
    background-color: #f6f6f6;
}
.liketoday .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #a29e8999;
    border-radius: 34px;
    display: flex;
    align-items: center;
    padding: 1px 17px 1px 10px;
    cursor: pointer;
    /*width: 115px;*/
}
.liketoday .foodSelections ul li .inputHidden {
    position: absolute;
    left: -9999px;
    /*margin-top: 10px;*/
}
.liketoday .foodSelections h2 {
    color: #2F3443;
    font-size: 27px;
    font-weight: bolder;
    float: left;
    margin-left: 20px;
    font-family: 'poppins';
}

.liketoday .container-fluid {
    padding: 0 22px;
}

.liketoday .foodSelections ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    float: right;
}
.liketoday .foodSelections ul li {
    margin-right: 20px;
    position: relative;
    margin-top: -3px;
}

.liketoday .foodSelections ul li:last-child {
    margin-right: 0px;
}




.liketoday .foodSelections ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 2px;
}

.liketoday .foodSelections ul li label span svg,
.liketoday .foodSelections ul li label span img {
    width: 25px;
}

.liketoday .foodSelections ul li input[type=radio]:checked+label {
    background: #7EDABF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #03E57C57;
    border-radius: 8px;
    color: #FFFFFF;
}
.liketoday .foodSelections ul li input[type="radio"] + label:hover {
    background: #7EDABF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #03E57C57;
    border-radius: 8px;
    color: #FFFFFF;
}

.liketoday .chooseFoodSection {
    position: relative;
    margin-left: 50px;
 
}

.liketoday .chooseFoodSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.liketoday .chooseFoodSection ul li {
    margin-right: 80px;
    position: relative;
}

.liketoday .chooseFoodSection ul li:last-child {
    margin-right: 0px;
}

.liketoday .chooseFoodSection ul li .inputHidden {
    position: absolute;
    left: -9999px;
}

.liketoday .chooseFoodSection ul li label {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 19px #A29E8929;
    border-radius: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: inherit;
    cursor: pointer;
    width: 110px;
    height: 170px;
}

.liketoday .chooseFoodSection ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 10px;
    margin: 10px auto 25px;
}

.liketoday .chooseFoodSection ul li input[type=radio]:checked+label {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 19px #E5C10399;
    color: #FFFFFF;
}
#searchfilter .btn-secondary {
    color: #000;
    background-color: #ffffff;
    border-color: #d7d7d7;
    height: 32px;
    margin-top: -5px;
}
#buttonforvegnonveg [type="radio"]:checked,
#buttonforvegnonveg [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#buttonforvegnonveg [type="radio"]:checked + label,
#buttonforvegnonveg [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 1px;
    cursor: pointer;
    line-height: 20px;
    /*display: inline-block;*/
    color: #666;
}
#buttonforvegnonveg [type="radio"]:checked + label:before,
#buttonforvegnonveg [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 100px;
    top: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #ffc107;
    border-radius: 100%;
    background: #fff;
}
#buttonforvegnonveg [type="radio"]:checked + label:after,
#buttonforvegnonveg [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #ffc107;
    position: absolute;
    top: 12px;
    left: 102px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#buttonforvegnonveg [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#buttonforvegnonveg [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#mobilefilter{
    display: none;
}
#mobileviewdata{
    display: none;
}
#aroundkitchen{
    display: none;
}
#FilterModalsearch .modal-dialog {
    max-width: 800px;
    margin: 0rem auto;
}
#FilterModalsearch i {
    margin: 0 3px;
    color: #FFB300;
    font-size: 15px;
}
#FilterModalsearch .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
#FilterModalsearch .modal-title {
    font-size: 24px;
    text-align: center;
    margin-left: 0px;
}
#FilterModalsearch h5{
    font-size: 24px;
    font-family: 'poppins';
    font-weight: 600;
}
#FilterModalsearch h6{
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-size: 16px;
line-height: 20px;
display: flex;
align-items: center;
letter-spacing: 0.015em;
color: #2F3443;
margin: 5px;
}
#FilterModalsearch .mealtypeheaderbox{
    background: #FFFFFF;
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
padding: 0px;
}
#FilterModalsearch ul{
    display: flex;
}
#FilterModalsearch ul li{
margin: 10px 15px 0px 0px;

}
#FilterModalsearch .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /*line-height: 36px;*/
    display: flex;
    align-items: center;
    color: #4A4A4A;
}
#FilterModalsearch .styled-checkbox:checked + label:before {
    background: #ffc107;
}
#FilterModalsearch .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #ffc107;
    border-radius: 3px;
}
#FilterModalsearch .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
#FilterModalsearch [type="checkbox"]:checked, #FilterModalsearch [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#FilterModalsearch .btn-secondary {
    color: #000;
   background-color: #e8e8e8;
    border-color: #d7d7d7;
}
#FilterModalsearch .btn-primary {
    color: #fff;
background: #FFB300;
border-color: #FFB300;
border-radius: 8px;
}
#FilterModalsearch dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.1rem;
}
.foodsections .listOfFoodSection:hover {
    transition: all 0.5s ease;
    transform: scale(1.1);
}
.foodsections .listOfFoodSection {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
        /*margin-top: 1rem;*/
         height: 350px;
    min-height: 350px;
    max-height: 350px;
}
.foodsections .listOfFoodSection1 {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
        /*margin-top: 1rem;*/
         height: 400px;
    min-height: 400px;
    max-height: 400px;
}
#FilterModalsearchMobile{
    display: none;
}

/*.tabinmobile{
    display: none;
}*/
#modalbackbutton .btn{
    display: none;
}
.timescrollbar
{
    margin-left: 10px;
    float: left;
    max-height: 150px;
    width: 300px;
    overflow-y: auto;
    margin-bottom: 2px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.style-6::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFB300;
}
.mobileviewopennow{
display: none;
}
.Menudataformobile{
    display: none;
}
#mobilecart{
        display: none !important;
    }
/*End New search page */
/*Search page slider*/
#topsellerproduct h5{
    color: #2F3443;
    font-size: 20px;
    font-weight: bolder;
    float: left;
    margin-left: 20px;
    font-family: 'poppins';
}
#topsellerproduct .menutitle1{
    color: #2F3443;
    font-size: 16px;
    font-weight: bolder;
    float: left;
    margin-left: 5px;
    font-family: 'poppins';
    text-transform: capitalize;
}
#topsellerproduct h6{
    color: #d30f22;
    font-size: 16px;
    font-weight: bolder;
    float: right;
    font-family: 'poppins';
    border-bottom: 2px solid #d30f22;
    cursor: pointer;
}

.new-producetes {
    float: left;
    width: 100%;
    margin: 0;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.slide-container .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
     padding: 10px; 
    border-radius: 20px;
    box-shadow: rgb(17 17 17 / 30%) 0px 1px 8px 0px;
}

.slide-container .diet_home{
   position: relative;
    left: auto;
    right: 5px;
   /* top: -13px;*/
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.slide-container .diet_home img{
    width: 20px;
    height: 20px;
    margin: 5px 0px 0px 0px;
}
.slide-container .ratingtext {
    font-size: 14px;
    font-family: 'poppins';
    margin-top: 5px;
    color: #000;
}
.slide-container .example img {
    width: 90px;
}
.slide-container  .example .newprice_1 {
    position: absolute;
    top: 58%;
    left: 68%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    font-family: Quicksand, sans-serif;
}
.slide-container .example1 img {
    width: 90px;
}

.slide-container .example1 .newprice1_1 {
    position: absolute;
    top: 57%;
    left: 70%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}

.slide-container .bestseller_profileimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slide-container .example2 img {
    width: 70px !important;
}
.slide-container  .example2 .newprice_1 {
    position: absolute !important;
    top: 58% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}

.slide-container .example2 .newprice1_1 {
    position: absolute !important;
    top: 57% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}
.slide-container .bestseller_mealplan{
    float: right;
    color: red;
    margin-top: 13px;
    font-size: 11px;
}
.fullbestseller .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
     padding: 10px; 
    border-radius: 20px;
    box-shadow: rgb(17 17 17 / 30%) 0px 1px 8px 0px;
}
.fullbestseller .diet_home{
   position: relative;
    left: auto;
    right: 5px;
   /* top: -13px;*/
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.fullbestseller .diet_home img{
    width: 20px;
    height: 20px;
    margin: 5px 0px 0px 0px;
}

.fullbestseller .example img {
    width: 90px;
}
.fullbestseller  .example .newprice_1 {
    position: absolute;
    top: 58%;
    left: 68%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}
.fullbestseller .example1 img {
    width: 90px;
}

.fullbestseller .example1 .newprice1_1 {
    position: absolute;
    top: 57%;
    left: 70%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
}
.fullbestseller .bestseller_profileimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.fullbestseller .bestseller_mealplan{
    float: right;
    color: red;
    margin-top: 13px;
    font-size: 11px;
}

.slide-container{
  padding: 0px 0px 40px 0px;
}
.slide-content{
  margin: 0 10px;
  overflow: visible;
  border-radius: 25px;
}
/*.card{
  border-radius: 25px;
  background-color: #FFF;
}*/
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.orderhistorybody .description{
  font-size: 14px;
  color: #707070;
  text-align: left;
}
#package_order_items_details .description{
  font-size: 14px;
  color: #707070;
  text-align: left;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}
#topsellerproduct{
    margin-bottom: 60px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    display: none;
}
.fa-chevron-right:before {
    content: "\f054";
    color: #000;
}
.fa-chevron-left:before {
    content: "\f053";
    color: #000;
}
.slide-container .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
    padding-right: 5px;
    padding-left: 5px;
}


/*.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}*/
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.swiper-navBtn {
    width: 30px;
    height: 30px;
    background: #ffc107;
    float: left;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.next {
    position: absolute;
    top: 40%;
    z-index: 999;
    right: -3%;
    padding-left: 4px;
}

.prev {
    position: absolute;
    top: 40%;
    z-index: 999;
    left: -3%;
    padding-right: 4px;
}



/*New drowdown for kitchen details page*/

.panel-heading {
  padding: 0;
    border:0;
}
.wrapper{
     border: 2px solid #ffc107;
    border-radius: 20px;
    margin-bottom: 10px;
        margin-top: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.wrapperextras{
     
    border-radius: 20px;
    margin-bottom: 10px;
       margin-top: -20px;
        
}
    .wrapperextras #accordion .panel-heading h4 {
        background-image: url(../images/arrow_down.png);
        background-size: 14px;
        cursor: pointer;
        font-size: 18px;
        background-repeat: no-repeat;
        width: calc(100% - 10px);
        background-position: right;
        margin-left: -75px;
    }
    .wrapperextras .panel-body {
        border-top: none;
        padding: 6px 10px 6px 10px;
    }
   .panel-body li{
    
    font-size: 12px;
        font-family: 'Poppins';
    }
    .panel-body li:last-child {
    border-bottom: none;
    }
.panel h4{
    margin-bottom: 0rem;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:8px;
  color:#000;
  font-size:11px;
  font-weight:bold;
    letter-spacing:0px;
    text-decoration:none;
    font-family: 'poppins';

   
}
.cartdesign{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
/*#new-col-md-5{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}*/
/*.panel-heading.active .arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}
.panel-heading.active .arrow:before {
  transform: translate(10px, 0);
}*/
/*.panel-heading.active {
  transform: rotate(90deg) translate(10px, 0);
}*/
/*.arrow {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  bottom: 5px;
  left: -3px;
  transition: 0.4s ease;
  margin-top: 2px;
  text-align: left;
  transform: rotate(45deg);
  float: right;
}
.arrow:before, .arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: #000;
  transition: 0.4s ease;
}
.arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}*/
.panel-body{
    border-top: 1px solid #000;
    padding: 10px 15px 10px 15px;
}
#accordion .panel-heading h4 {
  background-image: url(../images/arrow_down.png);
  background-size: 14px;
  cursor: pointer;
  font-size: 18px;
  background-repeat: no-repeat;
  width: calc(100% - 10px);
  background-position: right;

}
/*#accordion .panel-heading h4 .show{
    background-image: url(../images/arrow_up.png);
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  background-repeat: no-repeat;
  width: calc(100% - 10px);
  background-position: right;
}
.collapse .show{
    background-image: url(../images/arrow_up.png);
}*/
/*the container must be positioned relative:*/
.ddate {
  position: relative;
  font-family: Arial;
  padding: 0px;
  border: 0px solid #ced4da;
  height: 100%;
}

#delivery_now_schedules .select-dropdown .select-option{
            background-color: #fff;
            border-radius: 5px;
            padding: 10px;
        }

        #delivery_now_schedules .select-dropdown, .select-dropdown .select-option {
            color: #000;
            padding: 3px 23px;
            font-size: 10px;
            border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
            cursor: pointer;
            user-select: none;
            font-family: 'Poppins';
            font-weight: 500;
        }

        #delivery_now_schedules .select-dropdown .select-option:checked {
            background-color: #fcc4675c;
        }
        #delivery_now_schedules .select-dropdown .select-option:hover {
            background-color: #fcc4675c;
        }

.dtime {
  position: relative;
  font-family: Arial;
  padding: 0px;
  border: 0px solid #ced4da;
  height: 100%;
}
.preorderschedule{
  font-size: 12px;
    font-family: 'poppins';
    font-weight: 600;
    margin-bottom: 0px;
}
/*.ddate select {*/
/*  display: none;*/
/*}*/

.select-selected {
  background-color: #fcc467;
  border-radius: 5px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 3px 30px;
  font-size: 14px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 120px;
overflow-y: scroll;
}
.select-items::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.select-items::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.select-items::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a9a9a9;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #fcc4675c;
}
 .ddate:before {
    font-family: FontAwesome;
  content:"\f073";
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 5px 0 10px;
  color: #000;
}
.dtime:before {
    font-family: FontAwesome;
  content:"\f017";
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 5px 0 10px;
  color: #000;
}
/*New drowdown for kitchen details page end*/
/*Tab Section*/
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#section-tab,
#tab-control,
#tab-div,
.tabnew li {
  padding: 0.9rem;
}
.backbutton{
    margin-top: -30px;
}
body.modal-open {
  overflow-y: hidden;
}
/*.nodesktop{
    display: none;
}*/
.tabnew ul {
  list-style: none;
}

.tabnew li {
 border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 19px;
    font-family: 'Poppins';
    text-transform: capitalize;
}
.liketoday .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #A29E8999;
    border-radius: 8px;
    display: flex;
    align-items: center;
   padding: 1px 17px 1px 10px;
    cursor: pointer;
    width: 130px;

}
.loginButtonSection .newaccount{
    color: #000;
    box-shadow: none;
    font-size: 14px;
    text-transform: none;
    font-family: 'Poppins';
    font-weight: 500;
    cursor: pointer;
}
.collapsed img {
    width: 50px;
}
#section-tab {
  display: flex;
}

#tab-control {
  width: 28vw;
}

#tab-div {
  width: 75vw;
}

#control-selected {
  background-color: #FFB300;
  color: #2F3443;
}
#section-tab1,
#tab-control1,
#tab-div1,
.tabnew1 li {
  padding: 0.9rem;
}

.tabnew1 ul {
  list-style: none;
}

.tabnew1 li {
border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 19px;
    font-family: 'Poppins';
}

#section-tab1 {
  display: flex;
}

#tab-control1 {
  width: 19vw;
}
.nodataimages{
        width: 300px;
    }
#tab-div1 {
  width: 75vw;
}
.btn-list2 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 15px;
    color: black;
    font-size: 15px;
    width: 115px;
    height: 26px;
    position: right;
   
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 4px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
    cursor: pointer;
}
/*#control-selected1 {
  background-color: #FFB300;
  color: #000;
}
*/

/*New Cart icon Css*/
.homeheaderbuttons #ex4 .base-count {
    position: absolute;
    right: 47%;
    top: -64%;
    /*content: attr(data-count);*/
    font-size: 40%;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 11px;
    color: white;
    background: #FF045A;
    text-align: center;
    min-width: 17px;
    height: 17px;
    font-size: 11px;

}
.appstoreimage1{
    display:none;
}
/*CSS Grid*/
.section-grid{
   display: flex; 
   /*padding-left: 25px;
   padding-right: 25px;*/
}
.grid-prod{
  flex: 1 1 auto;
  display: flex; 
  flex-flow: row wrap;  
}
.prod-grid{
  flex: 1 1 25%;
  margin:2%;
  padding:12px;
  border: 2px solid #000;
}
.sublist{
  font-size: 9px;
    background-color: #FFE39C;
    padding: 6px 8px 6px 8px;
    color: #2F3443;
    opacity: 70%;
    margin: 0px 5px 0px 5px;
}
.prod-grid img{
  width:100%;
}
.subpart{
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
}
#aolist .card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
    height: 260px;
    min-height: 260px;
    max-height: 260px;
}
.customizeStart{
    float: right;
    display: flex;
    justify-content: end;
    font-size: 16px;
    text-decoration: underline;
    color: #FFB300;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
}
/*CSS List*/
.section-list{
   display: flex; 
  /* padding: 2% 4%; */
}
table {
  width: 100%;
  margin: 5px 5px;
 /* border:2px solid #000;*/
  border-collapse: collapse;
  border-spacing: 0;
}
.section-list table tr {
 padding: 4px;
    border-bottom: 1px solid #b7b7b7;
    padding-top: 25px;
}
.section-list table tr:last-child{
     padding: 4px;
    border-bottom: none;
    padding-top: 25px;
}
tr td img{
    width: 130px;
    margin-bottom: 40px;
    height: 130px;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.btn-list{
  background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;                                                                                                                    
    color: #2F3443;
    font-size: 16px;
    width: 120px;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: -10%;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
    
}
.btn-list:hover{
  background: #FFB300;
    border: 2px solid #FFB300;
    color: #2F3443;
}


.checked {
  color: orange;
}
@media screen and (min-width : 280px) and (max-width : 350px) { 
    #customizeproceedbutton{
    width: 100%;
    padding: 0px 10px 0px 0px;
  }
  
}

@media screen and (min-width : 320px) and (max-width : 480px) { 

    /*#customizeproceedbutton span {
    float: right;
    margin-top: -98px;
    margin-right: 13px;
}*/
    #text_deliver_now_mobile {
    font-size: 10px;
    font-family: 'poppins';
}
  .section-list, .buttons{
    display: none;
  }
  .amount_rs{
        margin: 0px 0px 0px 7px;
    }
}
.newcartpart{
    padding: 10px;
    border-radius: 20px;
}
.brb_1{
    border-bottom: 2px solid #d1d1d1;
    padding-right: 6px;
    padding-left: 6px;
}
.brb_1:last-child {
  border-bottom: none;
}
.linebottom{
    border-bottom: 3px solid #eee;
    margin-top: 10px;
}
.myaccount-heading1{
      margin-top: 10px;
}
.btn-list1{
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: auto;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 5%;
    /*letter-spacing: 1px;*/
    display: inline-block;
    font-weight: 600;
    
    margin-left: 5px;

}
.btn-list1:hover{
  background: #FFB300;
    border: 2px solid #FFB300;
    color: white;
}
.newcouponbox{
    /* background-color: lightgrey;*/
  width: 260px;
  border: 1px solid #FFB300;
  padding: 10px;
  margin: 10px;
}
.kitchen-information .couponoffer {
    position: absolute;
    bottom: 0;
    /*right: 35px;*/
    top: 110px;
    height: 0px;
}
.select-plans{
    /*border: 1px solid #c7c7c7;*/
    border-radius: 50px;
    height: 58px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
*/
}
.nav-items{
    width: 49%;
    margin-top: 5px;
}
.nav-items1{
   width: 48%;
    margin-top: 5px;
    margin-left: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2F3443;
    background-color: #FFB300;
    border-radius: 30px;
    text-align: center;
}
.nav-link {
    color: #2F3443;
    font-size: 21px;
    font-family: 'Poppins';
    font-weight: 500;
}
.nav-link:hover{
    color: #2F3443;
     font-size: 21px;
    font-family: 'Poppins';
    font-weight: 500;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    text-align: center;
}
.menutitle{
        font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    /*margin-top: -25px;*/
    text-transform: capitalize;
}
.menutitle1{
        font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    cursor: pointer;
    text-transform: capitalize;
   
}
.customlist{
    font-size: 10px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2F3443;
}
.itemprice{
     font-size: 15px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
    margin-bottom: 0rem;
}
.btn-secondary {
    color: #000;
   background-color: #ffffff;
    border-color: #d7d7d7;
}
.subhead2{
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.totalitem{
     font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F3443;
    opacity: 50%;
    margin-bottom: 0px;
}
.itemdesc{
     font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
}
.fa-star{
    font-size: 18px;
}
.modal-dialog_subs{
    max-width: 700px;
    margin: 4rem auto;
}
.modal-title1 {
       font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #2F3443;
    width: 100%;
}
.modal-header .customizeprovide {
    margin-left: 0px;
    margin-top: 55px;
    font-size: 10px;
    font-family: 'Poppins';
    color: #FFB300;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
    display: none;
}
.modalheader3 .customizeprovide {
    margin-left: 0px;
    margin-top: 35px;
    font-size: 10px;
    font-family: 'Poppins';
    color: #FFB300;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
    display: none;
}
#modalbackbutton .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.1rem 0.1rem;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 2px solid #FFB300;
    line-height: 0;
    width: 25px;
    height: 25px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modalheader p{
     margin-left: 35px;
    margin-top: 25px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
.modalheaders p{
      margin-left: 35px;
    margin-top: 25px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}

.modalheader1 p{
      margin-left: 35px;
    margin-top: 25px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
/*.modalbody{
        overflow: scroll;
    height: 230px;
}*/
.h6, h6 {
    font-size: 18px;
    font-family: 'Poppins';
    color: #2F3443;
}
.fa-arrow-right{
    font-size: 20px;
}
.fa-arrow-left{
    font-size: 20px;
}
.modalbody li{
    color: #2F3443;
    font-family: 'Poppins';
}
.scrollbar
{
    margin-left: 10px;
    float: left;
    height: 250px;
    width: 630px;
    overflow-y: auto;
    margin-bottom: 25px;
}
#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFB300;
}
.scrollbaraddress
{
    margin-left: 10px;
    float: left;
    height: 100%;
    width: 630px;
    /*overflow-y: scroll;*/
    margin-bottom: 25px;
}
/*#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFB300;
}*/
.footerprice{
    margin-left: -25px;
     font-size: 17px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
}
.footerdesc{
    margin-left: -25px;
     font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
}
.prior_timing{
    font-weight: 700;
    font-size: 14px;
    color: #FFB300
}
.btn-list3{
   background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 16px;
    width: 215px;
    height: 35px;
    position: right;
    /* margin: 10px; */
    /* margin-top: 10%; */
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 75px;
    cursor: pointer;

}
.kitchen-information .photo-like4 {
    /* position: absolute; */
    bottom: 0;
    margin-top: -178px;
    margin-left: -975px;
    text-align: center;
    padding: 12px;
}
.select-plans1{
    /*border: 1px solid #c7c7c7;*/
    border-radius: 50px;
    height: 45px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
*/
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  color: rgb(0 0 0 / 60%);
    font-size: 17px;
    color: #2F3443;
    line-height: 1;
    text-align: center;
    padding: 14px 20px;
    margin-right: -1px;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #ffb300;
    box-shadow: none;
    width: 46%;
    /* margin-top: 5px; */
    margin-left: 2px;
    height: 45px;
    font-size: 17px;
    font-family: 'Poppins';
    color: #2F3443;
}

.switch-field label:first-of-type {
    border-radius: 30px;
    width: 50%;
}

.switch-field label:last-of-type {
    border-radius: 30px;
}
.selectpackagemodal1 .ui-datepicker .ui-datepicker-prev,
.selectpackagemodal1 .ui-datepicker .ui-datepicker-next {
display: block;
    }
/*.ui-widget-header .ui-icon {*/
/*    background-image: url(../images/rightarrow.png);*/
    
/*}*/
/*.ui-icon, .ui-widget-content .ui-icon {*/
/*    background-image: url(../images/leftarrow.png);*/
    
/*}*/
.selectpackagemodal1 .ui-datepicker .ui-datepicker-header {
    position: relative;
    font-size: 17px;
    color: #2F3443;
    background: #fff;
    border: none;
    /*box-shadow: 0px 2px 19px #A29E8929;*/
}

.selectpackagemodal1 .ui-widget-content {
    color: #2F3443;
    background: #fff;
}

.selectpackagemodal1 .ui-state-default, 
.selectpackagemodal1 .ui-widget-content .ui-state-default, 
.selectpackagemodal1 .ui-widget-header .ui-state-default, .ui-button, 
.selectpackagemodal1 .ui-button.ui-state-disabled:hover, 
.selectpackagemodal1 .ui-button.ui-state-disabled:active {
    color: #2F3443;
    text-align: center;
    background-color: #fff;
    padding: 0;
    border: none; 
    font-size: 14px;
}

.selectpackagemodal1 .ui-state-active, 
.selectpackagemodal1 .ui-widget-content .ui-state-active, 
.selectpackagemodal1 .ui-widget-header .ui-state-active, 
.selectpackagemodal1 a.ui-button:active, .ui-button:active, 
.selectpackagemodal1 .ui-button.ui-state-active:hover {
    color: #000;
    background-color: #FCC647;
}

.selectpackagemodal1 .time-section .choose-time input {
    display: none;
}
.selectpackagemodal1 .ui-datepicker {
    width: 14em;
    padding:0; 
}
.selectpackagemodal1 .ui-widget.ui-widget-content {
    border: none;
    width: auto;
}

.selectpackagemodal1 .ui-datepicker .ui-datepicker-title {
    /*line-height: 40px;*/
    font-weight: 600;
}
.selectpackagemodal1 .ui-datepicker .ui-datepicker-title {
    margin: 0px 3.3em;
    line-height: 3.1em;
     text-align: center; 
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
     padding: .5rem; 
}


.selectpackagemodal1 thead {
    border: none;
    background-color: #fff;
    line-height: 70px;
    box-shadow: 0px 2px 19px #A29E8929;
}
.selectpackagemodal1 .ui-datepicker td {
    border: 0;
    padding: 0;
}
.selectpackagemodal1 tr {
    line-height: 34px;
}

.selectpackagemodal1 .ui-datepicker table {
    margin: 0;
}
.selectpackagemodal1 tbody {
    box-shadow: 0px 2px 19px #a29e8929;
}

.selectpackagemodal1 .ui-datepicker th {
    padding: 0;
}

.selectpackagemodal1 .includesunsat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 30px;
    margin-bottom: 30px;
}
.selectpackagemodal1 .weekendwith {
    padding-left: 10px;
}

.selectpackagemodal1 td.ui-datepicker-current-day:first-child  .ui-state-active
 {
    border-radius: 50% 0 0 50%;
}
.selectpackagemodal1 td.ui-datepicker-current-day:last-child  .ui-state-active
 {
    border-radius: 0 50% 50% 0;
}
.selectpackagemodal1 .btn-back,

 .selectpackagemodal1 .btn-next {
    color: #000;
    background: #FFB300;
    width: 142px;
    height: 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 30px;
}
 .selectpackagemodal1 .btn-next {
    margin-left: 10px;
 }
 .selectpackagemodal1 .btn-back:hover img{
    position: relative;
    right: 10px;
 }
 .selectpackagemodal1 .btn-next:hover img {
    position: relative;
    left: 10px;
}
 .selectpackagemodal1 .btn-back img,
 .selectpackagemodal1 .btn-next img {
    padding-left: 8px;
     transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
.selectpackagemodal1 .btn-back img {
    transform: scale(-1);
}
.customizemodals .btn-back, 
.customizemodals .btn-next {
    color: #000;
    background: #FFB300;
    width: 142px;
    height: 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 23px;

}
.modalheader3 p{
  margin-left: 35px;
    margin-top: 25px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 70%;
    font-weight: 500;
    position: fixed;
}
.modalheader3 p span{

    margin-top: 0px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #FFB300;
}
.modalheader p span{

    margin-top: 20px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #FFB300;
}
.modal-title12 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #2F3443;
    width: 100%;
}
.modalheader1 p span{

    margin-top: 20px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #FFB300;
}
.modalheaders p span{

    margin-top: 20px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #FFB300;
}
.modalheader3 .sublist1 {
    font-size: 10px;
    background-color: #f7d890;
    padding: 2px;
    margin-right: 8px;
    color: #2F3443;
    /*white-space: nowrap;*/

}

.customizemodals .btn-container1 {
    background-color: #2F3443;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 19px;
    height: 22px;
    border: 2px solid #2F3443;
    float: right;
    width: 90px;
    cursor: pointer;
}
.customizemodals .remove-meal, 
.customizemodals .add-meal, 
.customizemodals .mealcount {
    border: none;
    background-color: transparent;
    color: #fff;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.subsubhead{
        color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
}
.subtotalheading{
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
}
.headingnew{
    font-size: 14px;
    font-family: 'Poppins';
        margin-top: 15px;
}
.addtofavicon{
      background-color: #fff;
    padding: 8px;
    border-radius: 50px;
    /* margin-top: -140px; */
    margin-left: 0px;
    font-size: 15px;
    /* font-weight: 700; */
    width: 40px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    line-height: 36px;
}

/*Cart page new Css*/
.ordersummary{
    font-size: 21px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 75%;
    margin-left: 55px;

}
.osborder{
    border-bottom: 4px solid #2F3443;
    opacity: 10%;
    margin-top: 15px;
    margin-left: 55px;
}
.osborder1{
    border-bottom: 4px solid #2F3443;
    opacity: 10%;
    margin-top: 5px;
   
}
.oskitchenname{
    font-family: 'Poppins';
    font-size: 36px;
    color: #2F3443;
    font-weight: 500;
    margin-top: 35px;
    margin-left: 55px;
}
/*.osaddress{
     font-family: 'Poppins';
    font-size: 28px;
    color: #2F3443;
    opacity: 75%;
    margin-left: 20px;
}
.ossublist {
    font-size: 16px;
    background-color: #FFE39C;
    padding: 5px 15px 5px 15px;
    color: #2F3443;
    opacity: 70%;
    margin-left: 20px;
}
.osimage{
    margin-left: 55px;
    margin-top: 20px;
    width: 265px;
    height: 150px;
}*/
.ossubpart{
    margin-left: 55px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
}
.oscustomlist{
font-size: 19px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2F3443;
}
.osyourlocation{
    font-size: 16px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 75%;
}
.osname{
    font-size: 16px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
    background: #F6F6F6;

    
}
.specialinsctruction{
    margin-top: 30px;
}
.osspecialinsctruction{
   font-size: 14px;
    background-color: #FFE39C;
    padding: 15px 9px 15px 12px;
    color: #2F3443;
    opacity: 70%;
}
 .discountbox { 
            width: 100%; 
            padding: 12px 40px; 
            margin: 8px 0; 
            display: inline-block; 
            border: 1px solid #ccc; 
            box-sizing: border-box; 
        } 
          
        
      
        .fontdiscount {
            position: relative;
        }
           .fontdiscount img {
    position: absolute;
    left: 12px;
    top: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
}  
.fontdiscount .fa-percent{
    position: absolute;
    left: 12px;
    top: 22px;
    color: #fff;
    background-color: #2F3443;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
        }
        .fontdiscount .fa-paper-plane{
   position: absolute;
    left: 6px;
    top: 14px;
    color: #fff;
    background-color: #2F3443;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
}
        .billdetail{
    font-size: 19px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 400;
    margin-top: 15px;
    opacity: 75%;
    
}
.total-item{
     font-size: 16px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 400;
    margin-top: 15px;
}
.deliverycharge{
     font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 400;
    margin-top: -5px;
}
.sub-total{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    }
.checkoutbutton{
     background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 16px;
    width: 100%;
    height: 45px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
   margin-top: 20px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.os_or{
    font-family: 'Poppins';
    font-size: 17px;
    margin-top: 15px;
    color: #2F3443;
}
.walletbutton{
    height: 45px;
    border: 1px solid #2F3443;
    font-style: 16px;
    font-weight: 600;
    font-family: 'Poppins';
}
.topay{
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 500;
    margin-top: 15px;
    color: #2F3443;
}
.myaccount-summery .btn-container1 {
    background-color: #FFB300;
    color: #000;
   
    font-size: 12px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 34px;
    height: 34px;
    border: 2px solid #FFB300;
    float: right;
    width: 90px;
    margin: 0px 15px 0px 0px;
}
.myaccount-summery .remove-meal, 
.myaccount-summery .add-meal,
.myaccount-summery  .mealcount {
    border: none;
    background-color: transparent;
    color: #000;
     margin-left: 10px;
    margin-right: 5px;
     font-weight: bold;
}
.cart_item_row{
    border-bottom: 2px solid #d7d7d7;
    margin-bottom: 25px;
   
}
.cart_item_row:last-child {
  border-bottom: none;
}
[data-toggle="collapse"].collapsed::before, #btn-expand-collapse-accordion.fa::before {
    font-family: FontAwesome;
    content: "";
    float: right;
    display: none;

}
[data-toggle="collapse"]:before, #btn-expand-collapse-accordion.fa:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    display: none;
}
.myaccount-section .hero-area .main-img {
    height: 272px;
    border: 2px solid #707070;
    background-color: #2F3443;
}
.myaccount-section  .profile_image1{
    width: 144px;
    height: 144px;
   border-radius: 50%;
}
.myaccount-section .profile_name{
    font-size: 36px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 30px;

}
.myaccount-section .container-fluid {
    background-color: #2F3443;
    padding: 50px 75px;
}
.myaccount-section .profile_details{
    font-size: 24px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 0px;
}
.myaccount-section .profile-btn{
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 16px;
    width: 120px;
    height: 36px;
    position: right;
   margin-top: 40px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
   /* margin-left: 25px;*/
    font-family: 'Poppins';
    letter-spacing: 1.25%;
        cursor: pointer;

}
.myaccount-section .logout-btn{
    background: #2F3443;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #FFB300;
    font-size: 16px;
    width: 120px;
    height: 36px;
    position: right;
   margin-top: 40px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
        cursor: pointer;

}
.orderlist{
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;

}
.orderlists{
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 75%;

}
.sublist1{
   font-size: 12px;
    background-color: #FFE39C;
   
    padding: 5px 10px 5px 10px;
    color: #2F3443;
    opacity: 70%;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.0;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.specialinsctruction .collapsed{
    display: inline-block;
   /* font-weight: 600;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background-color: #FFE39C;
    padding: 15px 9px 15px 12px;
    font-size: 14px;
    line-height: 1.0;
    border-radius: 0.25rem;
    color: #000;
    margin-top: -20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
   background-color: #f6f6f6;
   border-bottom: 0px solid rgba(0,0,0,.125);
}
.btn-link:hover {
    color: #000000;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link {
    font-weight: 600;
    color: #000000;
    background-color: transparent;
    font-size: 25px;
    border: none;
}
.view-details-btn {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 14px;
    width: 120px;
    height: 30px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 10px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
        cursor: pointer;
}
.ratingbutton {
    background: #2F3443;
    border: 1px solid #2F3443;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    width: 120px;
    height: 30px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 10px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
        cursor: pointer;
        
}
.emptycart{
    width: 250px;
    height: 250px;
    opacity: 0.5;
}
.emptycartnew {
    width: auto;
    height: 300px;
}
.viewresto{
   background: #FCC647;
    border: 1px solid #FCC647;
    border-radius: 25px;
    color: black;
    font-size: 16px;
    width: 230px;
    height: 40px;
    position: right;
    /* margin: 10px; */
    /* margin-top: 10%; */
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 25px;
        cursor: pointer;

}
.viewresto1{
   background: #FCC647;
    border: 1px solid #FCC647;
    border-radius: 25px;
    color: black;
    font-size: 16px;
    width: 100%;
    height: 40px;
    position: right;
    /* margin: 10px; */
    /* margin-top: 10%; */
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    
        cursor: pointer;

}

.addlistbutton .btn-container1 {
    background-color: #FFB300;
    color: #000;
    
    font-size: 13px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 26px;
    height: 30px;
    border: 2px solid #FFB300;
    float: right;
    width: 100px;
        cursor: pointer;
    
}
.addlistbutton .remove-meal, 
.addlistbutton .add-meal, 
.addlistbutton .mealcount {
    border: none;
    background-color: transparent;
    color: #000;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: bold;
}
.emptycart1 {
    width: 150px;
    height: 150px;
    opacity: 0.5;
}
.container-fluid-header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem 0rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}
.dropdown-menu .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2rem;
    font-size: 17px;
    line-height: 1.5;
    color: #2F3443;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #F6F6F6;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins';
}
.dropdown-menu .show {
    display: block;
    
}
.search-location-box{
    width: 450px;
}
.dropdown2 .dropdown-menu .show {
    display: block;
    width: 100%;
}
.input-group-append{
    margin-top: -50px;
    margin-left: 1px;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.savedaddress{
    margin-top: 15px;
    color: #2F3443;
    font-size: 18px;
    font-family: 'Poppins';
}
.addaddress{
    margin-top: 12px;
    color: #FFB300;
    font-size: 15px;
    font-family: 'Poppins';
    border-bottom: 2px solid #FFB300;
    font-weight: bold;
}
.plusaddaddress{
  height: 22px;
    width: 22px;
    
}
.hometype{
    font-size: 24px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addresses{
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;
}
.dropdown-menu .text-right {
    text-align: right!important;
    margin-top: 16px;
}
.btn-outline-secondary:hover {
    color: #2F3443;
    background-color: transparent;
    background-image: none;
    border: none;
   
}
.btn-outline-secondary {
    color: #2F3443;
    background-color: transparent;
    background-image: none;
    
}
.dropdown:hover .dropdown-menu {display: block;}
/*new dropdown*/
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;

    font-family: 'Poppins';
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #FCC647;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
}
.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    /*border-bottom: 1px solid #2F3443;*/
    font-family: 'Poppins';
}
.dropdown-item1:focus, .dropdown-item1:hover {
     background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #FCC647;
    border-radius: 0px 0px 10px 10px;
    color: #FFFFFF;
}
.dropdown-item2 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;

    font-family: 'Poppins';
}
.dropdown-item2:focus, .dropdown-item2:hover {
     background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #FCC647;
   
    color: #FFFFFF;
}
/*account css*/
.menutitle2 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.customizeorder{
    color: #FFB300; 
    font-size: 12px; 
    font-weight: bold;
}
.addressmyaccount{
    font-size: 18px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
}
#adlist .card{
     position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
    max-height: 180px;
    height: 180px;
    min-height: 180px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
   
}
.confirmcard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
   
}
.confirmtext{
    padding:0px; 
    width: 100%; 
    text-align: center;
    color:#000; 
    
    font-weight:600; 
    font-size: 30px; 
    font-family: 'Poppins';
}
.thankspurchase{
    text-align: center;
    color:#000; 
 font-size: 18px; 
    font-family: 'Poppins';
}
.thankspurchase1{
    text-align: center;
    color:#000; 
 font-size: 14px; 
    font-family: 'Poppins';
}

.confirmtick{
    width: 100px;
}
#kitchencard .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    padding: 10px;
    border-radius: 20px;
    max-height: 280px;
    height: 280px;
    min-height: 280px;
}
#ohlist .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
    max-height: 280px;
    height: 280px;
    min-height: 280px;
}
.cartdesign .cards {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    margin: 5px;
    
}
.cardnumber{
    font-size: 17px;
    color: #2F3443;
    font-family: 'Poppins';
}
.validtill{
    font-size: 14px;
    color: #2F3443;
    font-family: 'Poppins';
}
.card1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 15px;
    padding: 15px 10px 7px 10px;
    border-radius: 5px;
     max-height: 120px;
    height: 120px;
    min-height: 120px;
}
.walletamount{
     font-size: 24px;
    color: #2F3443;
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: 20px;
}
.add_deposit_btn {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: 140px;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 0%;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
}
.kitchenNameRating .heading {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-variant: none;
    margin-left: 340px;
    margin-top: -340px;
    width: 100%;
    word-spacing: 4px;
    line-height: 56px;
}

.kitchenNameRating .location {
    font-size: 21px;
    color: #fff;
    margin-left: 340px;
    width: 100%;
    font-family: 'Poppins';
   /* margin-top: -5px;*/
}
.kitchenNameRating .loc-address {
       margin-left: 10px;
    /* font-variant: all-petite-caps; */
    margin-right: 0px;
    font-size: 18px;
    font-family: 'Poppins';
}

.kitchenNameRating .location i {
    /*margin-left: 5px;*/
    /* font-variant: all-petite-caps; */
    margin-right: 0px;
    font-size: 20px;
}

.kitchenNameRating .open-time {
    font-size: 15px;
    color: #fff;
    margin-left: 340px;
}

.kitchenNameRating .open-time i {
    font-size: 15px;
    color: #fff;
    margin-left: 0px;
}

.info {
    
    padding: 8px;
    border-radius: 50px;
    margin-top: -8px;
    margin-left: 0px;
    font-size: 15px;
    /* font-weight: 700; */
    width: 50px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    line-height: 36px;
}

.newcouponbox img{
    margin-top: 10px;
}
.kitchenNameRating .time {
   margin-left: 2px;
}


.kitchenNameRating .allreview {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.kitchenNameRating .allreview1 {
  font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-left: -40px;
    font-family: 'Poppins';
}
.kitchenNameRating .sub-heading {
    font-size: 18px;
    color: #fff;
    /*font-weight: 600;*/
    font-variant: none;
    margin-left: 340px;
    width: 100%;
    margin-top: 5px;
    font-family: 'Poppins';
}

.kitchen-information .kitchenNameRating {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.kitchen-information .delivery-rating {
    /* border: 2px solid #FEDF7C; */
    border-radius: 10px;
    text-align: center;
    /* padding: 12px 22px; */
    /* box-shadow: 0px 2px 19px #A29E8929; */
    margin-bottom: 10px;
    width: 53px;
    float: left;
    margin-top: -166px;
    margin-left: -305px;
    font-family: poppins;
}

.kitchen-information .delivery-rating1 {
    /* border: 2px solid #FEDF7C; */
    border-radius: 10px;
    text-align: center;
    /* padding: 12px 22px; */
    /* box-shadow: 0px 2px 19px #A29E8929; */
    margin-bottom: 10px;
    width: 150px;
    float: left;
    margin-top: -144px;
    margin-left: -335px;
    font-weight:none;
}
.kitchen-information .delivery-rating .rating {
    color: #fff;
    font-size: 17px;
    /*background-color: #18b93d;*/
    border-radius: 4px;
    /*padding:5px;*/
    font-family: 'Poppins';
}
.kitchen-information .photo-like3 {
    /* position: absolute; */
    bottom: 0;
    margin-top: -70px;
    margin-left: -765px;
    text-align: center;
    padding: 12px;
    
}
.kitchen-information .photo-like {
    position: absolute;
    bottom: 0;
    right: 112px;
    top: 62px;
}

.kitchen-information .photo-like1 {
    position: absolute;
    bottom: 0;
   right: 165px;
    top: 62px;
    height: 0px;
}

.kitchen-information .photo-like1 img {
    width: 100px;
    height: 100px;
    margin-top: -11px;
}
/*new kitchen details css*/
.kitchen-information .newkitchendetails{
        padding: 0 0px;
        margin: 0px 0px 20px 0px;
}
.newkitchendetails .heading {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-variant: none;
   
    margin-top: 50px;
    width: 100%;
    word-spacing: 4px;
    line-height: 56px;
}
.newkitchendetails .sub-heading {
    font-size: 17px;
    color: #fff;
    /* font-weight: 600; */
    font-variant: none;
   
    width: 100%;
    margin-top: 1px;
    font-family: 'Poppins';
}
.newkitchendetails .location {
    font-size: 18px;
    color: #fff;
   
    width: 100%;
    font-family: 'Poppins';
    /* margin-top: -5px; */
}
.newkitchendetails .loc-address {
    margin-left: 6px;
    /* font-variant: all-petite-caps; */
    margin-right: 0px;
    font-size: 14px;
    font-family: 'Poppins';
}

.allrating{
    color: #fff;
    font-size: 17px;
    /* background-color: #18b93d; */
    border-radius: 4px;
    /* padding: 5px; */
    font-family: 'Poppins';
    margin-top: 20px;
}
.subsubhead1{
color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
}
.linenew img {
   
   margin-top: 2px;
    height: 45px;
}
.newkitchendetails .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 2%;
    /* max-width: 8.333333%; */
}
.newkitchendetails .addtofav {
    position: absolute;
    bottom: 0;
    
    top: 62px;
    height: 0px;
}
/*forgot password sajal*/
.forgotarrow{
    margin: 0px 0px 0px 20px;
}
/*forgot password sajal end*/


/*Tab View*/
@media screen and (max-width: 991px){
    #accordion .collapsed {
    display: inline-block;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
   /* padding: 0.375rem 0.75rem;*/
    font-size: 25px;
    line-height: 1.3;
    border-radius: 0.25rem;
    color: #000;
    margin-top: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .panel-heading {
  padding: 0;
    border:0;
}
.wrapper{
     border: 2px solid #ffc107;
    border-radius: 20px;
    margin-bottom: 10px;
        margin-top: 10px;
         box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.panel h4{
    margin-bottom: 0rem;
}
    .panel-title>a, .panel-title>a:active {
    display: block;
    padding: 5px;
    color: #000;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 0px;
    text-decoration: none;
    font-family: 'poppins';
}
#delivery_now_schedules .select-dropdown, .select-dropdown .select-option {
    color: #000;
    padding: 3px 17px;
    font-size: 8px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-weight: 500;
}
.ddate:before {
    font-family: FontAwesome;
    content: "\f073";
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 5px 0 5px;
    color: #000;
}
.dtime:before {
    font-family: FontAwesome;
    content: "\f017";
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 5px 0 5px;
    color: #000;
}
.preorderschedule {
    font-size: 10px;
    font-family: 'poppins';
    font-weight: 600;
    margin-bottom: 0px;
}
#accordion .panel-heading h4 {
  background-image: url(../images/arrow_down.png);
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  background-repeat: no-repeat;
  width: calc(100% - 10px);
  background-position: right;

}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
    /*Search page 
    slider*/
#topsellerproduct h5{
    color: #2F3443;
    font-size: 16px;
    font-weight: bolder;
    float: left;
    margin-left: 10px;
    font-family: 'poppins';
}
#topsellerproduct .menutitle1{
    color: #2F3443;
    font-size: 16px;
    font-weight: bolder;
    float: left;
    margin-left: 5px;
    font-family: 'poppins';
    text-transform: capitalize;
}
#topsellerproduct h6{
    color: #d30f22;
    font-size: 14px;
    font-weight: bolder;
    float: right;
    font-family: 'poppins';
    border-bottom: 2px solid #d30f22;
    cursor: pointer;
}
.slide-container .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 20px;
     margin: 15px 0px 0px 0px;
     padding: 10px; 
    border-radius: 20px;
    box-shadow: rgb(17 17 17 / 30%) 0px 1px 8px 0px;
}
.slide-container .itemprice {
    margin-top: 2px;
    margin-left: 10px; 
    font-size: 16px;
    font-weight: 600;
}
.slide-container .customlist {
    margin-top: 2px;
    margin-left: 10px; 
    font-size: 12px;
    font-weight: 600;
}
.slide-container .diet_home{
   position: relative;
    left: auto;
    right: 5px;
   /* top: -13px;*/
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.slide-container .diet_home img{
    width: 20px;
    height: 20px;
    margin: 5px 0px 0px 0px;
}
.slide-container .ratingtext {
    font-size: 14px;
    font-family: 'poppins';
    margin-top: 5px;
    color: #000;
}
.slide-container .example img {
    width: 85px;
}
.slide-container  .example .newprice_1 {
    position: absolute;
    top: 58%;
    left: 66%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    font-family: Quicksand, sans-serif;
}
.slide-container .example1 img {
    width: 85px;
}

.slide-container .example1 .newprice1_1 {
    position: absolute;
    top: 57%;
    left: 70%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    font-family: Quicksand, sans-serif;
}
.slide-container .bestseller_profileimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slide-container .bestseller_mealplan{
    float: right;
    color: red;
    margin-top: 13px;
    font-size: 10px;
}
.fullbestseller .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 20px;
     padding: 10px; 
    border-radius: 20px;
    /*margin: 15px 0px 0px 0px;*/
    box-shadow: rgb(17 17 17 / 30%) 0px 1px 8px 0px;
}
.fullbestseller .diet_home{
   position: relative;
    left: auto;
    right: 5px;
   /* top: -13px;*/
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.fullbestseller .diet_home img{
    width: 20px;
    height: 20px;
    margin: 5px 0px 0px 0px;
}
.fullbestseller .itemprice {
    margin-top: 2px;
    margin-left: 10px; 
    font-size: 16px;
    font-weight: 600;
}
.fullbestseller .customlist {
    margin-top: 2px;
    margin-left: 10px; 
    font-size: 12px;
    font-weight: 600;
}
.fullbestseller .ratingtext {
    font-size: 14px;
    font-family: 'poppins';
    margin-top: 10px;
    color: #000;
}
.fullbestseller .example img {
    width: 90px;
}
.fullbestseller  .example .newprice_1 {
    position: absolute;
    top: 58%;
    left: 66%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    font-family: Quicksand, sans-serif;
}
.fullbestseller .example1 img {
    width: 90px;
}

.fullbestseller .example1 .newprice1_1 {
    position: absolute;
    top: 57%;
    left: 70%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    font-family: Quicksand, sans-serif;
}
.fullbestseller .bestseller_profileimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.fullbestseller .bestseller_mealplan{
    float: right;
    color: red;
    margin-top: 13px;
    font-size: 10px;
}

.slide-container{
  padding: 0px 0px 40px 0px;
}
.slide-content{
  margin: 0 20px;
  overflow: visible;
  border-radius: 25px;
}
/*.card{
  border-radius: 25px;
  background-color: #FFF;
}*/
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}
#topsellerproduct{
    margin-bottom: 60px;
    padding: 0px 10px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    display: none;
}
.fa-chevron-right:before {
    content: "\f054";
    color: #000;
}
.fa-chevron-left:before {
    content: "\f053";
    color: #000;
}
.slide-container .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.slide-container .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
    padding-right: 15px;
    padding-left: 15px;
}
.fullbestseller .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

/*.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}*/
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.swiper-navBtn {
    width: 30px;
    height: 30px;
    background: #ffc107;
    float: left;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.next {
    position: absolute;
    top: 40%;
    z-index: 999;
    right: -3%;
    padding-left: 4px;
}

.prev {
    position: absolute;
    top: 40%;
    z-index: 999;
    left: -3%;
    padding-right: 4px;
}

    /*New search page css sajal*/
     .ratingtext {
    font-size: 11px;
    font-family: 'poppins';
    color: #000;
}
    .liketoday .col-xl-5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    }
    .liketoday .col-xl-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    }
    #col-xl-2new .btn-secondary {
    color: #000;
    background-color: #ffffff;
    border-color: #d7d7d7;
    height: 32px;
    margin-top: -5px;
    }
    #FilterModalsearch .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    /* line-height: 36px; */
    display: flex;
    align-items: center;
    color: #4A4A4A;
}
#FilterModalsearch .modal-dialog {
    max-width: 730px;
    margin: .25rem auto;
}
#FilterModalsearch .modal-footer .btn-secondary {
    color: #000;
    background-color: #ededed;
    border-color: #d7d7d7;
    height: 28px;
    margin-top: 8px;
}
    #buttonforvegnonveg [type="radio"]:checked,
    #buttonforvegnonveg [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    #buttonforvegnonveg [type="radio"]:checked + label,
    #buttonforvegnonveg [type="radio"]:not(:checked) + label
    {
        position: relative;
        padding-left: 1px;
        cursor: pointer;
        line-height: 20px;
        /*display: inline-block;*/
        color: #666;
    }
    #buttonforvegnonveg [type="radio"]:checked + label:before,
    #buttonforvegnonveg [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 75px;
        top: 10px;
        width: 15px;
        height: 15px;
        border: 1px solid #ffc107;
        border-radius: 100%;
        background: #fff;
    }
    #buttonforvegnonveg [type="radio"]:checked + label:after,
    #buttonforvegnonveg [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 11px;
        height: 11px;
        background: #ffc107;
        position: absolute;
        top: 12px;
        left: 77px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #buttonforvegnonveg [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    #buttonforvegnonveg [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
/*New search page css sajal end*/
    #addAddressModal {
    top: -14rem;
    }
    .mapheight{
    height: 40vh;
    height: calc(var(--vh, 1vh) * 40);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
     padding-left: 1px;
    }
    .scrollbaraddress
    {
        margin-left: 0px;
        float: left;
        height: 100%;
        width: 300px;
        overflow-y: scroll;
        /*margin-bottom: 25px;*/
    }
    #addAddressModal .modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 2px; 
    }

        #myHeader .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
     #myHeader .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #myHeader .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
    }
    /*Sajal start*/
     .refer_earn1 {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(174, 1, 255) 0%, rgb(255, 179, 0) 100%);
    color: #fff;
    height: 35px;
    border-radius: 5px;
    padding: 3px 2px 3px 4px;
    border: none;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
    font-size: 12px;
}
    #nohungreferral .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
     #overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
    .example {
  position: relative;
  }

.example .oldprice {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #000;
  /*font-weight: bold;*/
  font-size: 9px;
  font-family :Quicksand, sans-serif;
  /*text-decoration: line-through 1px red; */
  }

  .oldprice {
  position: relative;
}
.oldprice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  
  -webkit-transform:rotate(-12deg);
  -moz-transform:rotate(-12deg);
  -ms-transform:rotate(-12deg);
  -o-transform:rotate(-12deg);
  transform:rotate(-12deg);
}

  .example .newprice {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example .newprice_1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }

.example img {
  width: 95px;
  }
  .example1 {
  position: relative;
  }

.example1 .oldprice1 {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #000;
  /*font-weight: bold;*/
  font-size: 10px;
  font-family :Quicksand, sans-serif;
 /* text-decoration: line-through 1px red;*/
  }
  .oldprice1 {
  position: relative;
}
.oldprice1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  
  -webkit-transform:rotate(-12deg);
  -moz-transform:rotate(-12deg);
  -ms-transform:rotate(-12deg);
  -o-transform:rotate(-12deg);
  transform:rotate(-12deg);
}

  .example1 .newprice1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example1 .newprice1_1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family :Quicksand, sans-serif;
  
  }

.example1 img {
  width: 95px;
  }
    .cartfontdata {
    padding: 0px;
    width: 100%;
    font-size: 75px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
/*Sajal end*/
    /*Preloader*/
.confirmtext {
    padding: 0px;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Poppins';
}
.confirmtick {
    width: 50px;
}
.thankspurchase {
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: 'Poppins';
}
.viewresto1 {
    background: #FCC647;
    border: 1px solid #FCC647;
    border-radius: 25px;
    color: black;
    font-size: 13px;
    width: 100%;
    height: 40px;
    position: right;
    display: inline-block;
    font-weight: 600;
    
    cursor: pointer;
}

    .collapsed img{
    width: 38px; 
}
#accordion .collapsed {
   display: inline-block; */
    /* font-weight: 600; */
    text-align: unset;
    white-space: unset;
    /* vertical-align: middle; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 8px;
    line-height: 1.0;
    border-radius: 0px;
    color: #000;
    margin-top: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .collapsed {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 25px;
    line-height: 1.0;
    border-radius: 0.25rem;
    color: #000;
    margin-top: -10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.topFoodName .list_ul .foodblog {
    margin-right: 30px;
    position: relative;
    width: 240px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    padding: 0px;
}
.locateMeSection {
    position: relative;
    background: #FFF;
    padding: 10px;
    border-radius: 80px;
    width: 100%;
    max-width: 850px;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
}
.locateMeSection a, .locateMeSection button {
    position: relative;
    width: 160px;
    height: 50px;
    background: #FCC647;
    border-radius: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1.5px #FCC647;
    transition: all 0.5s ease;
}
.loginButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000;
    width: 60px;
    height: 30px;
    font-size: 11px;
    background-color: #ffb300;
    color: #000;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.homeheaderbuttons #ex4 .base-count {
    position: absolute;
    right: -10%;
    top: -60%;
    /*content: attr(data-count);*/
    font-size: 40%;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 11px;
    color: white;
    background: #FF045A;
    text-align: center;
    min-width: 17px;
    height: 16px;
    font-size: 11px;
}
.liketoday .foodSelections ul li {
    margin-right: 20px;
    position: relative;
    margin-top: -7px;
}
.emptycart1 {
    width: 150px;
    height: 150px;
    opacity: 0.5;
}
.signupButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000000;
     width: 70px;
    height: 30px;
    font-size: 11px;
    font-weight: 600;
    background-color: #ffb300;
    color: #000000;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.topHeaderSection .HeaderButtons ul li .ShopingCart img {
       margin: 0px 0 0 0px;
    width: 45px;
}
.topHeaderSection .HeaderButtons ul li.dropdown button img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* border: solid 2px #FCC647; */
    margin-right: 12px;
}
.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 14px;
    font-family: 'Poppins';
}
.topHeaderSection .col-md-4{
    padding-left: 0px;
    padding-right: 0px;
}
.cartnames {
    color: #2F3443;
    font-family: 'Poppins';
    font-size: 14px;
    margin-left: 5px;
    display: none;
}
.mainTextContent h1 {
    padding-top: 80px;
    width: 100%;
   /* max-width: 870px;*/
    color: #2F3443;
    font-size: 31px;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 40px;
}
.topFoodName ul li .NameOfFood span {
    font-size: 13px;
    font-weight: 600;
    color: #2F3443;
    padding: 0px;
}
.liketoday .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #a29e8999;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 1px 17px 1px 10px;
    cursor: pointer;
    width: 100px;
    font-size: 10px;
}
.topFoodName ul li {
    margin-right: 30px;
    position: relative;
    width: 240px;
    height: 165px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
}
footer .footerMenus li h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10%;
    color: #FFFFFF;
}
footer .footerMenus li ul li a {
    color: #F6F6F6;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
}
.HeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 14px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    /*margin-left: -0.745em;*/
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.cementgray {
    color: #2F3443 !important;
    font-size: 12px;
}
.HeaderSection .HeaderButtons ul li .ShopingCart .img-fluid {
    margin: 0px 0 0 0px;
    width: 40px;
}
.liketoday .foodSelections h2 {
    color: #2F3443;
    font-size: 20px;
    font-weight: bolder;
    float: left;
    margin-left: 10px;
    font-family: 'poppins';
}
.liketoday p {
    margin-top: 0px;
    margin-left: -10px;
    font-size: 18px;
    font-weight: 600;
}
.liketoday .foodSelections ul li label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 3px;
}
.thumbwidth {
   width: 180px;
    height: 130px;
    margin-left: -65px;
    margin-top: 0px;
}
.newkitchendetails .heading {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-variant: none;
    margin-top: 50px;
    width: 100%;
    word-spacing: 4px;
    line-height: 56px;
}
.newkitchendetails .sub-heading {
    font-size: 13px;
    color: #fff;
    /* font-weight: 600; */
    font-variant: none;
    width: 100%;
    margin-top: 1px;
    font-family: 'Poppins';
}
.newkitchendetails .loc-address {
    margin-left: 4px;
    /* font-variant: all-petite-caps; */
    margin-right: 0px;
    font-size: 13px;
    font-family: 'Poppins';
}
.allrating {
    color: #fff;
    font-size: 13px;
    /* background-color: #18b93d; */
    border-radius: 4px;
    /* padding: 5px; */
    font-family: 'Poppins';
    margin-top: 20px;
}
.subsubhead1 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 10px;
}
.linenew img {
    margin-top: 2px;
    height: 35px;
}
.headin{
    font-size: 13px;
    font-family: 'Poppins';
}
.kitchenNameRating .location {
    font-size: 18px;
    color: #fff;
    margin-left: 130px;
    width: 100%;
    font-family: 'Poppins';
    /* margin-top: -5px; */
}
.kitchen-information .couponoffer {
    position: absolute;
    bottom: 0;
   right: 26px;
    top: 125px;
    height: 0px;
}
.couponoffer .newcouponbox .col-lg-2{
    width: 16%;
}
.couponoffer .newcouponbox .col-lg-10{
    width: 84%;
}
.kitchen-information .delivery-rating {
    /* border: 2px solid #FEDF7C; */
    border-radius: 10px;
    text-align: center;
    /* padding: 12px 22px; */
    /* box-shadow: 0px 2px 19px #a29e8929; */
    margin-bottom: 10px;
    width: 53px;
    float: left;
    margin-top: -138px;
    margin-left: -270px;
    font-family: 'Poppins';
}
.kitchen-information .delivery-rating1 {
    /* border: 2px solid #FEDF7C; */
    border-radius: 10px;
    text-align: center;
    /* padding: 12px 22px; */
    /* box-shadow: 0px 2px 19px #a29e8929; */
    margin-bottom: 10px;
    width: 150px;
    float: left;
   margin-top: -115px;
    margin-left: -300px;
    font-weight: none;
}
.kitchen-information .photo-like4 {
    /* position: absolute; */
    bottom: 0;
    margin-top: -150px;
    margin-left: -625px;
    text-align: center;
    padding: 12px;
}
.kitchen-information .photo-like3 {
    /* position: absolute; */
    bottom: 0;
    margin-top: -70px;
    margin-left: -435px;
    text-align: center;
    padding: 12px;
}
.newcouponbox {
    /* background-color: lightgrey; */
    width: 215px;
    border: 1px solid #FFB300;
    padding: 10px;
    margin: 10px;
}
.nav-link {
    color: #2F3443;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}
.nav-items{
    width: 49%;
    margin-top: 5px;
}
.nav-items1{
   width: 48%;
    margin-top: 5px;
    margin-left: 5px;
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 43px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.nav-link:hover {
    color: #2F3443;
    font-size: 12px;
    font-family: 'Poppins';
    
}
.tabnew1 li {
    border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 13px;
    font-family: 'Poppins';
}
.tab1 .col-md-6{
    -webkit-box-flex: 0;
   /* -ms-flex: 0 0 50%;*/
    flex: 0 0 100%;
    max-width: 100%;
}
.tabnew li {
    border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 15px;
    font-family: 'Poppins';
    text-transform: capitalize;
}
.subhead2 {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.totalitem {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F3443;
    opacity: 50%;
    margin-bottom: 0px;
}
tr td img {
    width: 60px;
    margin-bottom: 20px;
    height: 60px;
    border-radius: 10px;
     margin-right: 10px;
}
.menutitle {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    margin-top: -25px;
    text-transform: capitalize;
}
.itemprice {
    font-size: 15px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
}
.itemdesc {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
    display: none;
}
.btn-list {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 12px;
    width: 100px;
    height: 30px;
    position: right;
    margin: 10px;
    margin-top: -10%;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
}
.addlistbutton .btn-container1 {
    background-color: #FFB300;
    color: #000;
    font-size: 13px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 26px;
    height: 30px;
    border: 2px solid #FFB300;
    float: right;
    width: 100px;
}
/*.fa-star:before{
    display: none;
}*/
.section-list table span{
display: none;
}
.myemail{
    font-size: 10px;
}
.myemail img{
    width: 10px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    padding: 10px;
    border-radius: 20px;
    /*margin: 0px 0px 0px 50px;*/
}
.subtotalheading {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
}
.btn-list1 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 13px;
    width: 120px;
    height: 30px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}
#tab-control {
    width: 21vw;
}
#section-tab, #tab-control, #tab-div, .tabnew li {
    padding: 0.5rem;
}
.ordersummary {
   font-size: 16px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 75%;
    margin-left: 20px;
    margin-top: 10px;
}
.oskitchenname {
    font-family: 'Poppins';
    font-size: 23px;
    color: #2F3443;
    font-weight: 500;
    margin-top: 15px;
    margin-left: 20px;
}
.menutitle1 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    cursor: pointer;
    text-transform: capitalize;
}
.oscustomlist {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2F3443;
}
.ossubpart {
    margin-left: 15px;
    
}
.osborder {
    border-bottom: 4px solid #2F3443;
    opacity: 10%;
    margin-top: 15px;
    margin-left: 20px;
}
.osname {
    font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
    background: #F6F6F6;
}
.cartcustom {
    color: #FFB300;
    font-size: 9px;
    font-weight: bold;
}
.osyourlocation {
    font-size: 14px;
    font-family: 'Poppins';
    color: #2F3443;
    opacity: 75%;
}
.osspecialinsctruction {
    font-size: 9px;
    background-color: #FFE39C;
    padding: 15px 30px 15px 15px;
    color: #2F3443;
    opacity: 70%;
}
.total-item {
    font-size: 14px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 400;
    margin-top: 15px;
}
.deliverycharge {
    font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 400;
    margin-top: -5px;
}
.sub-total {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
}
.myaccount-section .profile_image1 {
    width: 100px;
    height: 100px;
}
.myaccount-section .profile_name {
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 20px;
}
.myaccount-section .profile_details {
    font-size: 13px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 0px;
}
.myaccount-section .profile-btn {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
   font-size: 10px;
    width: 75px;
    height: 30px;
    position: right;
     margin-top: 5px; 
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    /* margin-left: 25px; */
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}
#tab-control1 {
    width: 25vw;
}

.myaccount-section .logout-btn {
    background: #2F3443;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #FFB300;
    font-size: 10px;
    width: 59px;
    height: 30px;
    position: right;
    margin-top: 20px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}
.myaccount-section .hero-area .main-img {
    height: 210px;
    border: 2px solid #707070;
    background-color: #2F3443;
}
.card1 .col-md-3{
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 50%; */
    flex: 0 0 25%;
    max-width: 25%;
}
.card1 .col-md-6{
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 50%; */
    flex: 0 0 50%;
    max-width: 50%;
}
.HeaderSection {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown2 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -3rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
    width: 200px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
}
.dropdown-item2 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item2:focus, .dropdown-item2:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    color: #FFFFFF;
}
.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    /* border-bottom: 1px solid #2F3443; */
    font-family: 'Poppins';
}
.dropdown-item1:focus, .dropdown-item1:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 0px 0px 10px 10px;
    color: #FFFFFF;
}
.hometype {
    font-size: 20px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addresses {
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addaddress {
    margin-top: 12px;
    color: #FFB300;
    font-size: 15px;
    font-family: 'Poppins';
    border-bottom: 2px solid #FFB300;
    font-weight: bold;
}
}
@media screen and (min-width: 1401px) and (max-width: 1450px){
    #delivery_now_schedules .select-dropdown, .select-dropdown .select-option {
    color: #000;
    padding: 3px 23px;
    font-size: 12px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-weight: 500;
}
    .arrow {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 60px;
    transition: 0.4s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right;
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
    width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}
}
@media screen and (min-width: 1451px) and (max-width: 1500px){ 
  #delivery_now_schedules .select-dropdown, .select-dropdown .select-option {
    color: #000;
    padding: 3px 23px;
    font-size: 14px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-weight: 500;
}
  
.thumbwidth {
    width: 280px;
    height: 220px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -25px;
    margin-top: 0px;
}
.mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.btn-list1 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: 235px;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 30px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -2rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}
.newcouponbox img{
    margin-top: 10px;
}
    }
    @media screen and (min-width: 1501px) and (max-width: 1550px){ 
   #delivery_now_schedules .select-dropdown, .select-dropdown .select-option {
    color: #000;
    padding: 3px 23px;
    font-size: 14px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-weight: 500;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -2rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}
.mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.btn-list1 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: 235px;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 30px;
}
.newcouponbox img{
    margin-top: 10px;
}

    }
     @media screen and (min-width: 1551px) and (max-width: 1600px){ 
        #delivery_now_schedules .select-dropdown, .select-dropdown .select-option {
    color: #000;
    padding: 3px 23px;
    font-size: 14px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-weight: 500;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -2rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}
.mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.btn-list1 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: auto;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 30px;
}
.newcouponbox img{
    margin-top: 10px;
}

    }
    
@media screen and (max-width: 820px){
    .ratingtext {
    font-size: 11px;
    font-family: 'poppins';
    color: #000;
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 43px;
    width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}    
.topFoodName .list_ul .col-md-3 {
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 25%; */
    flex: 0 0 20%;
    max-width: 20%;
}
.topFoodName .list_ul .foodblog {
    margin-right: 25px;
    position: relative;
    width: 240px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    padding: 0px;
}
.liketoday p {
    margin-top: 0px;
    margin-left: -10px;
    font-size: 16px;
    font-weight: 600;
}
.locateMeSection {
    position: relative;
    background: #FFF;
    padding: 10px;
    border-radius: 80px;
    width: 100%;
    max-width: 850px;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
}
.locateMeSection a, .locateMeSection button {
    position: relative;
    width: 160px;
    height: 50px;
    background: #FCC647;
    border-radius: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1.5px #FCC647;
    transition: all 0.5s ease;
}
.topFoodName .list_ul .foodblog .NameOfFood span {
    font-size: 13px;
    font-weight: 600;
    color: #2F3443;
    padding: 10px;
}
.mainTextContent h1 {
    padding-top: 80px;
    width: 100%;
    /*max-width: 870px;*/
    color: #2F3443;
    font-size: 33px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 40px;
}
.topHeaderSection .HeaderButtons ul li .ShopingCart img {
    margin: 0px 3px 0 0px;
    width: 50px;
}
.groundworkTextContent {
    position: relative;
    padding-top: 0px;
    margin-top: 70px;
    /* margin-right: 35px; */
    width: 225px;
    left: 70px;
}
.groundworkTextContent h2 {
    font-size: 25px;
    color: #2F3443;
    font-weight: 600;
    margin-bottom: 40px;
    width: 100%;
    max-width: 580px;
}

.liketoday .foodSelections ul li {
    margin-right: 20px;
    position: relative;
    margin-top: -7px;
}
.liketoday .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #a29e8999;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 1px 14px 1px 10px;
    cursor: pointer;
    width: 93px;
    font-size: 10px;
}
.liketoday .foodSelections h2 {
    color: #2F3443;
    font-size: 16px;
    font-weight: bolder;
    float: left;
    margin-left: 10px;
    font-family: 'poppins';
}
.liketoday .foodSelections ul li label span svg, .liketoday .foodSelections ul li label span img {
    width: 20px;
}
.homeheaderbuttons #ex4 .base-count {
    position: absolute;
    right: -6%;
    top: -64%;
    /* content: attr(data-count); */
    font-size: 40%;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 11px;
    color: white;
    background: #FF045A;
    text-align: center;
    min-width: 17px;
    height: 17px;
    font-size: 11px;
}

.emptycart1 {
   width: 150px;
    height: 150px;
    opacity: 0.5;
}

}
@media screen and (min-width: 1301px) and (max-width: 1350px){ 
    
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.thumbwidth {
    width: 250px;
    height: 210px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -25px;
    margin-top: 0px;
}
.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 17px;
    font-family: 'Poppins';
}
.homeheaderbuttons #ex4 .base-count {
    position: absolute;
    right: 44%;
    top: -64%;
    /* content: attr(data-count); */
    font-size: 40%;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 11px;
    color: white;
    background: #FF045A;
    text-align: center;
    min-width: 17px;
    height: 17px;
    font-size: 11px;
}

}
@media screen and (min-width: 1251px) and (max-width: 1300px){
 /*Best seller css*/
 .toppackagesbf{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px;
}
.toppackagesl{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px 14px 10px 14px;
}
.toppackagesd{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px 14px 10px 14px;
}
.bestseller {
  position: relative;
  float: right;
    left: 9.44%;
    top: -36px
  }
  .bestseller .fa-star{
    color: #FFCE31;
  }
  #breakfast-weekly-meal .col-md-6{
    margin-bottom: 15px;
  }

.bestseller img {
  width: 150px;
  transform: rotate(31.61deg);
  } 
   
    .mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}
.liketoday .foodSelections ul li {
    margin-right: 20px;
    position: relative;
    margin-top: -4px;
}
.liketoday .foodSelections ul li label span svg, .liketoday .foodSelections ul li label span img {
    width: 20px;
}
.liketoday .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #a29e8999;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 1px 17px 1px 10px;
    cursor: pointer;
    width: 125px;
    font-size: 13px;
}
.liketoday .foodSelections h2 {
    color: #2F3443;
    font-size: 27px;
    font-weight: bolder;
    float: left;
    margin-left: 20px;
     font-family: 'poppins';
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.myemail {
    font-size: 13px;
}
.homeheaderbuttons #ex4 .base-count {
    position: absolute;
    right: 44%;
    top: -64%;
    /* content: attr(data-count); */
    font-size: 40%;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 11px;
    color: white;
    background: #FF045A;
    text-align: center;
    min-width: 17px;
    height: 17px;
    font-size: 11px;
}


.newkitchendetails .sub-heading {
    font-size: 15px;
    color: #fff;
    /* font-weight: 600; */
    font-variant: none;
    width: 100%;
    margin-top: 1px;
    font-family: 'Poppins';
}
.cementgray {
   color: #2F3443 !important;
    font-size: 13px;
    font-family: 'Poppins';
    width: 200px;
}
.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 17px;
    font-family: 'Poppins';
}
.thumbwidth {
    width: 250px;
    height: 200px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -25px;
    margin-top: 0px;
}
}

@media screen and (min-width: 1200px) and (max-width: 1250px){ 
  /*Best seller css*/
  .toppackagesbf{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px;
}
.toppackagesl{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px 14px 10px 14px;
}
.toppackagesd{
    background-color: #ffb300;
    border-radius: 20px;
     font-size: 15px;
    color: #000;
    padding: 10px 14px 10px 14px;
}
.bestseller {
  position: relative;
  float: right;
    left: 9.44%;
    top: -36px
  }
  .bestseller .fa-star{
    color: #FFCE31;
  }
  #breakfast-weekly-meal .col-md-6{
    margin-bottom: 15px;
  }

.bestseller img {
  width: 150px;
  transform: rotate(33.61deg);
  } 
    .mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}
.liketoday .foodSelections h2 {
    color: #2F3443;
    font-size: 25px;
    font-weight: bolder;
    float: left;
    margin-left: 20px;
    font-family: 'poppins';
}
.liketoday .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #a29e8999;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 1px 17px 1px 10px;
    cursor: pointer;
    width: 130px;
    font-size: 12px;
}
 .homeheaderbuttons #ex4 .base-count {
    position: absolute;
    right: 44%;
    top: -64%;
    /* content: attr(data-count); */
    font-size: 40%;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 11px;
    color: white;
    background: #FF045A;
    text-align: center;
    min-width: 17px;
    height: 17px;
    font-size: 11px;
}

.walletamount {
    font-size: 20px;
    color: #2F3443;
    font-family: 'Poppins';
    font-weight: 500;
}
.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 17px;
    font-family: 'Poppins';
}
.newkitchendetails .sub-heading {
    font-size: 15px;
    color: #fff;
    /* font-weight: 600; */
    font-variant: none;
    width: 100%;
    margin-top: 1px;
    font-family: 'Poppins';
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
   width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.btn-list1 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: auto;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}
.thumbwidth {
    width: 250px;
    height: 200px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -25px;
    margin-top: 0px;
}

.cementgray {
   color: #2F3443 !important;
    font-size: 13px;
    font-family: 'Poppins';
    width: 200px;
}
.myemail{
    font-size: 13px;
}
.myemail img{
    width: 10px;
}
.subtotalheading {
    font-size: 21px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
}

footer {
    position: relative;
    background: #2F3443;
    padding: 90px 20px 20px 20px;
    margin: 35px 0px 0px 0px;
}
.MiniFooter .miniFooterContent {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 0px 20px;
}
.osname {
    font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
    background: #F6F6F6;
}
.osspecialinsctruction {
    font-size: 11px;
    background-color: #FFE39C;
    padding: 15px 9px 15px 12px;
    color: #2F3443;
    opacity: 70%;
}
.newcouponbox img{
    margin-top: 10px;
}
.topHeaderSection .HeaderButtons ul li .ShopingCart img {
    width: 45px;
}
.cartnames {
    color: #2F3443;
    font-family: 'Poppins';
    font-size: 18px;
    margin-left: 5px;
}
.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 17px;
    font-family: 'Poppins';
}
.HeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 17px;
}
.menutitle2 {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.tabnew1 li {
    border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 18px;
    font-family: 'Poppins';
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -2rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}
.mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 0px;
}
.emptycart1 {
    width: 150px;
    height: 150px;
    opacity: 0.5;
}
.dropdown2 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -1rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
    width: 200px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
}
.dropdown-item2 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item2:focus, .dropdown-item2:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    color: #FFFFFF;
}
.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    /* border-bottom: 1px solid #2F3443; */
    font-family: 'Poppins';
}
.dropdown-item1:focus, .dropdown-item1:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 0px 0px 10px 10px;
    color: #FFFFFF;
}
.myaccount-section .profile_details {
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 0px;
}
.hometype {
    font-size: 20px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addresses {
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addaddress {
    margin-top: 12px;
    color: #FFB300;
    font-size: 15px;
    font-family: 'Poppins';
    border-bottom: 2px solid #FFB300;
    font-weight: bold;
}
}
@media screen and (min-width: 1300px) and (max-width: 1351px){ 
    .mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}
   

}
@media screen and (min-width: 1351px) and (max-width: 1400px){ 
    .mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 50px;
    margin-right: 0px;
}
 
    .hometype {
    font-size: 20px;
    font-family: 'Poppins';
    color: #2F3443;
}
.myemail {
    font-size: 13px;
}
.thumbwidth {
    width: 250px;
    height: 210px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -25px;
    margin-top: 0px;
}
.addresses {
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addaddress {
    margin-top: 12px;
    color: #FFB300;
    font-size: 15px;
    font-family: 'Poppins';
    border-bottom: 2px solid #FFB300;
    font-weight: bold;
}
    .myaccount-section .profile_details {
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 0px;
}
    .dropdown2 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -1rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
    width: 200px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
}
.dropdown-item2 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item2:focus, .dropdown-item2:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    color: #FFFFFF;
}
.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    /* border-bottom: 1px solid #2F3443; */
    font-family: 'Poppins';
}
.dropdown-item1:focus, .dropdown-item1:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 0px 0px 10px 10px;
    color: #FFFFFF;
}
 .kitchen-information .delivery-rating {
    /* border: 2px solid #FEDF7C; */
    border-radius: 10px;
    text-align: center;
    /* padding: 12px 22px; */
    /* box-shadow: 0px 2px 19px #a29e8929; */
    margin-bottom: 10px;
    width: 53px;
    float: left;
    margin-top: -166px;
    margin-left: -375px;
    font-family: poppins;
}
.walletamount {
    font-size: 20px;
    color: #2F3443;
    font-family: 'Poppins';
    font-weight: 500;
}
.emptycart1 {
    width: 150px;
    height: 150px;
    opacity: 0.5;
}

.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
    width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
.btn-list1 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: auto;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}
.thumbwidth {
    width: 250px;
    height: 200px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -25px;
    margin-top: 0px;
}
.kitchenNameRating .heading {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-variant: none;
    margin-left: 295px;
    margin-top: -340px;
    width: 100%;
    word-spacing: 4px;
    line-height: 56px;
}
.kitchenNameRating .sub-heading {
    font-size: 14px;
    color: #fff;
    /* font-weight: 600; */
    font-variant: none;
    margin-left: 295px;
    width: 100%;
    margin-top: 5px;
    font-family: 'Poppins';
}
.kitchenNameRating .location i {
    /* margin-left: 5px; */
    /* font-variant: all-petite-caps; */
    margin-right: 0px;
    font-size: 15px;
}
.kitchenNameRating .location {
    font-size: 21px;
    color: #fff;
    margin-left: 295px;
    width: 100%;
    font-family: 'Poppins';
    /* margin-top: -5px; */
}
.kitchenNameRating .loc-address {
    margin-left: 10px;
    /* font-variant: all-petite-caps; */
    margin-right: 0px;
    font-size: 14px;
    font-family: 'Poppins';
}
.cementgray {
   color: #2F3443 !important;
    font-size: 13px;
    font-family: 'Poppins';
    width: 200px;
}
.myemail{
    font-size: 13px;
}
.myemail img{
    width: 10px;
}
.subtotalheading {
    font-size: 21px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
}
footer {
    position: relative;
    background: #2F3443;
    padding: 90px 20px 20px 20px;
    margin: 35px 0px 0px 0px;
}
.MiniFooter .miniFooterContent {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 0px 20px;
}
.osname {
    font-size: 13px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
    background: #F6F6F6;
}
.osspecialinsctruction {
    font-size: 11px;
    background-color: #FFE39C;
    padding: 15px 9px 15px 12px;
    color: #2F3443;
    opacity: 70%;
}
.newcouponbox img{
    margin-top: 10px;
}
.topHeaderSection .HeaderButtons ul li .ShopingCart img {
    width: 45px;
}
.cartnames {
    color: #2F3443;
    font-family: 'Poppins';
    font-size: 18px;
    margin-left: 5px;
}
.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 17px;
    font-family: 'Poppins';
}
.HeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 17px;
}
.menutitle2 {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.tabnew1 li {
    border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 18px;
    font-family: 'Poppins';
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -2rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
}
.mainSection .mainRightsideImage img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 0px;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .panel-heading {
  padding: 0;
    border:0;
}
.wrapper{
     border: 2px solid #ffc107;
    border-radius: 20px;
    margin-bottom: 10px;
        margin-top: 10px;
         box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.select-dropdown, .select-dropdown .select-option {
                color: #000;
                padding: 3px 23px;
                font-size: 11px;
                border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
                cursor: pointer;
                user-select: none;
                font-family: 'Poppins';
                font-weight: 500;
                }
.panel h4{
    margin-bottom: 0rem;
}
    #accordion .panel-heading h4 {
  background-image: url(../images/arrow_down.png);
  background-size: 14px;
  cursor: pointer;
  font-size: 18px;
  background-repeat: no-repeat;
  width: calc(100% - 10px);
  background-position: right;

}
    .preorderschedule {
    font-size: 10px;
    font-family: 'poppins';
    font-weight: 600;
    margin-bottom: 0px;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
    .liketoday .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
}
.liketoday .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}
.foodsections .listOfFoodSection .foodFooterSectio h6 {
    font-size: 10px;
    color: #2F3443;
    font-style: normal;
    /* font-weight: 600; */
    margin: 0;
    padding: 5px;
    font-family: 'poppins';
}
     #overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
    .example {
  position: relative;
  }

.example .oldprice {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #000;
  /*font-weight: bold;*/
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  /*text-decoration: line-through 1px red; */
  }

  .oldprice {
  position: relative;
}
.oldprice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  
  -webkit-transform:rotate(-12deg);
  -moz-transform:rotate(-12deg);
  -ms-transform:rotate(-12deg);
  -o-transform:rotate(-12deg);
  transform:rotate(-12deg);
}

  .example .newprice {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
  .example .newprice_1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family :Quicksand, sans-serif;
  
  }
.example img {
  width: 95px;
  }
  .example1 {
  position: relative;
  }

.example1 .oldprice1 {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #000;
  /*font-weight: bold;*/
  font-size: 10px;
  font-family :Quicksand, sans-serif;
 /* text-decoration: line-through 1px red;*/
  }
  .oldprice1 {
  position: relative;
}
.oldprice1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  
  -webkit-transform:rotate(-12deg);
  -moz-transform:rotate(-12deg);
  -ms-transform:rotate(-12deg);
  -o-transform:rotate(-12deg);
  transform:rotate(-12deg);
}

  .example1 .newprice1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family :Quicksand, sans-serif;
  
  }
.example1 .newprice1_1 {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family :Quicksand, sans-serif;
  
  }
.example1 img {
  width: 95px;
  }
    .viewresto {
    background: #FCC647;
    border: 1px solid #FCC647;
    border-radius: 25px;
    color: black;
    font-size: 16px;
    width: 230px;
    height: 40px;
    position: right;
    /* margin: 10px; */
    /* margin-top: 10%; */
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 0px;
    cursor: pointer;
}
.liketoday p {
    margin-top: 25px;
    margin-left: 10px;
    font-size: 22px;
    font-weight: 600;
}
 #accordion .collapsed {
    display: inline-block;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
   /* padding: 0.375rem 0.75rem;*/
    font-size: 25px;
    line-height: 1.3;
    border-radius: 0.25rem;
    color: #000;
    margin-top: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.collapsed img{
    width: 45px;
}
.collapsed {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 25px;
    line-height: 1.0;
    border-radius: 0.25rem;
    color: #000;
    margin-top: -10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.foodsections .listOfFoodSection .foodFooterSectio p {
    margin: 0;
    /* background-color: #A29E8929; */
    font-size: 10px;
    color: #2F3443;
    padding: 5px 5px;
    border-radius: 30px;
    font-family: 'Poppins';
}
.homeheaderbuttons #ex4 .base-count {
    position: absolute;
    right: -4%;
    top: -64%;
    /* content: attr(data-count); */
    font-size: 40%;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 11px;
    color: white;
    background: #FF045A;
    text-align: center;
    min-width: 17px;
    height: 17px;
    font-size: 11px;
}
.locateMeSection {
    position: relative;
    background: #FFF;
    padding: 10px;
    border-radius: 80px;
    width: 100%;
    max-width: 850px;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
}
.locateMeSection a, .locateMeSection button {
    position: relative;
    width: 160px;
    height: 50px;
    background: #FCC647;
    border-radius: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1.5px #FCC647;
    transition: all 0.5s ease;
}
.topFoodName .list_ul .foodblog {
    margin-right: 30px;
    position: relative;
    width: 240px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    padding: 0px;
}
.liketoday .foodSelections ul li {
    margin-right: 20px;
    position: relative;
    margin-top: -3px;
}
.liketoday .foodSelections ul li label {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #a29e8999;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 1px 17px 1px 10px;
    cursor: pointer;
    width: 120px;
    font-size: 12px;
}
.liketoday .foodSelections ul li label span svg, .liketoday .foodSelections ul li label span img {
    width: 20px;
}
.liketoday .foodSelections h2 {
    color: #2F3443;
    font-size: 22px;
    font-weight: bolder;
    float: left;
    margin-left: 25px;
    font-family: 'poppins';
}
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
   height: 56px;
    width: auto;
    margin-left: 0px;
    margin-top: 100px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}
.cartnames {
    color: #2F3443;
    font-family: 'Poppins';
    font-size: 21px;
    margin-left: 5px;
    display: none;
}
.foodsections .listOfFoodSection {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    margin-top: 30px;
}
div.container-fluid {
    padding: 0 15px;
}
.thumbwidth {
    width: 205px;
    height: 190px;
    /* border-radius: 5%; */
    /* border: 1px solid #fcc467; */
    /* outline: 1px solid #fcc467; */
    margin-left: -50px;
    margin-top: 0px;
}
.kitchen-information .kitchenNameRating {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}
.kitchenNameRating .heading {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-variant: none;
    margin-left: 240px;
    margin-top: -305px;
    width: 100%;
    word-spacing: 4px;
    line-height: 56px;
}
.kitchenNameRating .sub-heading {
    font-size: 14px;
    color: #fff;
    /* font-weight: 600; */
    font-variant: none;
    margin-left: 240px;
    width: 100%;
    margin-top: 5px;
    font-family: 'Poppins';
}
.kitchenNameRating .location {
    font-size: 21px;
    color: #fff;
    margin-left: 240px;
    width: 100%;
    font-family: 'Poppins';
    /* margin-top: -5px; */
}
.kitchenNameRating .loc-address {
    margin-left: 10px;
    /* font-variant: all-petite-caps; */
    margin-right: 0px;
    font-size: 14px;
    font-family: 'Poppins';
}
.kitchen-information .photo-like4 {
    /* position: absolute; */
    bottom: 0;
   margin-top: -161px;
    margin-left: -725px;
    text-align: center;
    padding: 12px;
}
.kitchen-information .hero-area .main-img {
    height: 325px;
    border: 2px solid #707070;
    background-color: #2F3443;
}
.kitchen-information .delivery-rating1 {
    /* border: 2px solid #FEDF7C; */
    border-radius: 10px;
    text-align: center;
    /* padding: 12px 22px; */
    /* box-shadow: 0px 2px 19px #a29e8929; */
    margin-bottom: 10px;
    width: 150px;
    float: left;
   margin-top: -125px;
    margin-left: -295px;
    font-weight: none;
}
.kitchen-information .delivery-rating {
    /* border: 2px solid #FEDF7C; */
    border-radius: 10px;
    text-align: center;
    /* padding: 12px 22px; */
    /* box-shadow: 0px 2px 19px #a29e8929; */
    margin-bottom: 10px;
    width: 53px;
    float: left;
   margin-top: -150px;
    margin-left: -265px;
    font-family: poppins;
}
.itemdesc {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
    display: none;
}
tr td img {
    width: 100px;
    margin-bottom: 25px;
    height: 100px;
    border-radius: 10px;
     margin-right: 10px;
}
.menutitle {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    margin-top: -35px;
    text-transform: capitalize;
}
.itemprice {
    font-size: 14px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #2F3443;
    opacity: 75%;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    padding: 10px;
    border-radius: 20px;
}
#kitchencard .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    margin-top: 25px;
    padding: 10px;
    border-radius: 20px;
   max-height: 280px;
    height: 280px;
    min-height: 280px;
}
.subtotalheading {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
}
.btn-list1 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #2F3443;
    font-size: 16px;
    width: auto;
    height: 35px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    /* letter-spacing: 1px; */
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}
.newcouponbox {
    /* background-color: lightgrey; */
    width: 190px;
    border: 1px solid #FFB300;
    padding: 10px;
    margin: 10px -34px 0px 0px;
}
.HeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 17px;
}
.osspecialinsctruction {
    font-size: 12px;
    background-color: #FFE39C;
    padding: 15px 9px 15px 12px;
    color: #2F3443;
    opacity: 70%;
}
.menutitle2 {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.view-details-btn {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 12px;
    width: 105px;
    height: 30px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 10px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}
.ratingbutton {
    background: #2F3443;
    border: 1px solid #2F3443;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    width: 104px;
    height: 30px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 10px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
    
}
.tabnew1 li {
    border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 16px;
    font-family: 'Poppins';
}
#tab-control1 {
    width: 17vw;
}
#tab-div1 {
    width: 80vw;
}
.customizeorder {
    color: #FFB300;
    font-size: 10px;
    font-weight: bold;
}
.addaddress {
    margin-top: 12px;
    color: #FFB300;
    font-size: 15px;
    font-family: 'Poppins';
    border-bottom: 2px solid #FFB300;
    font-weight: bold;
}
.cardnumber {
    font-size: 13px;
    color: #2F3443;
    font-family: 'Poppins';
}
.validtill {
    font-size: 12px;
    color: #2F3443;
    font-family: 'Poppins';
}
.topHeaderSection .HeaderButtons ul li.dropdown button span {
    letter-spacing: 0px;
    color: #2F3443;
    margin-right: 15px;
    font-size: 15px;
    font-family: 'Poppins';
}
.myemail {
    font-size: 12px;
}
.headin{
    font-size: 12px;
}
.tabnew li {
    border-bottom: 1px solid rgb(207 207 207 / 49%);
    margin: 0rem 0;
    cursor: pointer;
    font-weight: 500;
    color: #2F3443;
    font-size: 15px;
    font-family: 'Poppins';
    text-transform: capitalize;
}
.newcouponbox img {
    margin-top: 6px;
}
.kitchen-information .photo-like {
    position: absolute;
    bottom: 0;
    right: 75px;
    top: 62px;
}
.kitchen-information .photo-like1 {
    position: absolute;
    bottom: 0;
    right: 130px;
    top: 62px;
    height: 0px;
}
.HeaderSection .HeaderButtons ul li {
    margin: 0px 0 0 6px;
}
.sublist {
    font-size: 10px;
    background-color: #FFE39C;
    padding: 6px 5px 6px 5px;
    color: #2F3443;
    opacity: 70%;
    margin: 0px 5px 0px 5px;
}
.menutitle1 {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    cursor: pointer;
    text-transform: capitalize;
}
.customlist {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2F3443;
}
.btn-list2 {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 15px;
    color: black;
    font-size: 12px;
    width: 100px;
    height: 30px;
    position: right;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 4px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
    cursor: pointer;
}
.subhead2 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2F3443;
    text-transform: capitalize;
}
.osname {
    font-size: 14px;
    font-family: 'Poppins';
    color: #2F3443;
    font-weight: 500;
    background: #F6F6F6;
}
.emptycart1 {
   width: 150px;
    height: 150px;
    opacity: 0.5;
}
.walletamount {
    font-size: 15px;
    color: #2F3443;
    font-family: 'Poppins';
    font-weight: 500;
}
.myaccount-section .profile_name {
    font-size: 30px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 30px;
}
.myaccount-section .profile-btn {
    background: #FFB300;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: black;
    font-size: 12px;
    width: 100px;
    height: 36px;
    position: right;
    margin-top: 20px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    /* margin-left: 25px; */
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}
.sublist1 {
    font-size: 11px;
    background-color: #FFE39C;
    padding: 5px 10px 5px 10px;
    color: #2F3443;
    opacity: 70%;
}
.myaccount-section .logout-btn {
    background: #2F3443;
    border: 1px solid #FFB300;
    border-radius: 25px;
    color: #FFB300;
    font-size: 12px;
    width: 80px;
    height: 36px;
    position: right;
    margin-top: 40px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
    font-family: 'Poppins';
    letter-spacing: 1.25%;
}
.myaccount-section .profile_details {
    font-size: 18px;
    font-family: 'Poppins';
    color: #fff;
    margin-top: 0px;
}
.myaccount-section .profile_image1 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.HeaderSection .HeaderButtons ul li .ShopingCart .img-fluid {
    margin: 0px 15px 0 25px;
    width: 42px;
}
.HeaderButtons ul li {
    margin: 0px 7px 0px 0px;
}
.dropdown2 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0px;
    margin: 0.125rem -1rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fcc647;
    border-radius: 10px;
    width: 200px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
}
.dropdown-item2 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Poppins';
}
.dropdown-item2:focus, .dropdown-item2:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    color: #FFFFFF;
}
.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #2F3443;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    /* border-bottom: 1px solid #2F3443; */
    font-family: 'Poppins';
}
.dropdown-item1:focus, .dropdown-item1:hover {
    background: #FCC647 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #fcc647;
    border-radius: 0px 0px 10px 10px;
    color: #FFFFFF;
}
.hometype {
    font-size: 20px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addresses {
    font-size: 15px;
    font-family: 'Poppins';
    color: #2F3443;
}
.addaddress {
    margin-top: 12px;
    color: #FFB300;
    font-size: 15px;
    font-family: 'Poppins';
    border-bottom: 2px solid #FFB300;
    font-weight: bold;
}
} 


@media screen and (min-width: 1600px) and (max-width: 1650px){ 
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
    width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}

}
@media screen and (min-width: 1651px) and (max-width: 1700px){ 
.select-plans {
    /* border: 1px solid #c7c7c7; */
    border-radius: 50px;
    height: 58px;
    width: auto;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
}
}

@media screen and (min-width: 700px) and (max-width: 720px){ 
.search_box button {
    min-width: 25px;
    padding: 0 5px;
    top: 25px;
    bottom: -1px;
    right: -5px;
}
}
@media screen and (max-width: 767px) {
    .btn-edit{
        margin-bottom: 5px;
    }

    .menutitle2{
        float: none !important;
    }
}
@media screen and (min-width:768px) and (max-width:2000px) {
#mobilemenupreorderpart{
    display: none;
    }
    #formobile{
        display: none;
    }
    #mbnav{
        display: none;
    }
    .preordercard{
        display: none;
    }
    #offerdesignformobile{
        display: none;
    }
    footer .footerMenus li {
    width: 25% !important;
}
}
@media screen and (min-width:768px) and (max-width:992px) {
    .order-lunch-container-main .order-lunch-content .time,
        .order-lunch-container-main .order-lunch-content .price {
            font-size: 14px !important;
        }
        .btn-edit ,
        .btn-cancel,
        .btn-delivered,
        .btn-cancelled,
        .btn-upcoming {
            padding: 10px 10px !important;
            font-size: 14px !important;
        }
        .panel-title>a, .panel-title>a:active {
    display: block;
    padding: 10px;
    color: #000;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 0px;
    text-decoration: none;
    font-family: 'poppins';
}
.preorderschedule {
    font-size: 9px;
    font-family: 'poppins';
    font-weight: 600;
    margin-bottom: 0px;
}
.select-dropdown, .select-dropdown .select-option {
    color: #000;
    padding: 3px 18px;
    font-size: 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-weight: 500;
    }
    #checkoutpagefortab .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38.333333%;
        flex: 0 0 38.333333%;
        max-width: 38.333333%;
    }
    #checkoutpagefortab .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 61.666667%;
        flex: 0 0 61.666667%;
        max-width: 61.666667%;
    }
    #checkoutpagefortab .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 56.333333%;
        max-width: 56.333333%;
    }
    #checkoutpagefortab .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 43.666667%;
        max-width: 43.666667%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .specialinsctruction .collapsed {
        display: inline-block;
        /* font-weight: 600; */
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        background-color: #FFE39C;
        padding: 15px 9px 15px 12px;
        font-size: 9px;
        line-height: 1.0;
        border-radius: 0.25rem;
        color: #000;
        margin-top: -20px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
            .dropdown2 .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 10rem;
            padding: 0rem 0px;
            margin: 0.125rem -5rem 0;
            font-size: 1rem;
            color: #212529;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #fcc647;
            border-radius: 10px;
            width: 200px;
        }
}

@media screen and (min-width: 361px) and (max-width:767px) {
    
    .order-lunch-container-main .order-lunch-content .time,
    .order-lunch-container-main .order-lunch-content .price {
        font-size: 12px !important;
    }
    .btn-edit,
    .btn-cancel,
    .btn-delivered,
    .btn-cancelled,
    .btn-upcoming {
        margin-left: 12px;
        margin-top: 10px;
        padding: 5px 10px !important;
        font-weight: bolder !important;
        font-size: 12px !important;
    }
    .btn-edit{
        margin-bottom: 5px;
    }
    .menutitle2{
        float: none !important;
    }    
    .sublist1 {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 360px) {

    .btn-edit ,
    .btn-cancel,
    .btn-delivered,
    .btn-cancelled,
    .btn-upcoming {

        padding: 5px 10px !important;
        font-weight: bolder !important;
        font-size: 11px !important;
    } 
    .btn-edit{
        margin-bottom: 5px;
    }
    .menutitle2{
        float: none !important;
    }
    .sublist1 {
        font-size: 12px !important;
    }
}

@media screen and (min-width:768px) {
    .menutitle2{
        float: left;
        /*margin-right: 10px;*/
    }
}

/*Checkout page css Sajal*/
@media screen and (min-width: 700px) and (max-width: 720px) {
    .savedaddress {
      margin-top: 20px;
      color: #2F3443;
      font-size: 12px;
      font-family: 'Poppins';
    }

    .col-md-8 {
      width: 65%;
    }

    .col-md-4 {
      width: 35%;
    }

    .input-group .specialinsctruction {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
    }

    .osspecialinsctruction {
      font-size: 8px;
      background-color: #FFE39C;
      padding: 15px 7px 15px 6px;
      color: #2F3443;
      opacity: 70%;
    }

    .planebutton {
      /* margin-top: -2px; */
      padding: 9px;
    }

    .myaccount-pay {
      margin-left: 20px;
      margin-top: -39px;
    }
  }

  .popover-body .inputHidden .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    font-size: 19px;
    color: #2F3443;
    font-family: 'Poppins';
  }

  .popover-body .inputHidden .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
  }

  .popover-body .inputHidden .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 5px;
    top: 6px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  }
  .popover-body .inputHidden .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
  }
  .popover-body .inputHidden .radio input[type="radio"]:checked+label::before {
    border-color: #FFB300;
  }
  .popover-body .inputHidden .radio input[type="radio"]:checked+label::after {
    background-color: #FFB300;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 .radio1 label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    font-size: 19px;
    color: #2F3443;
    font-family: 'Poppins';
  }
  .radio1 label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
  }
  .radio1 label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 5px;
    top: 6px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  }
  .radio1 input[type="radio"] {
    opacity: 0;
    z-index: 1;
  }
  .radio1 input[type="radio"]:checked+label::before {
    border-color: #FFB300;
  }
  .radio1 input[type="radio"]:checked+label::after {
    background-color: #FFB300;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 .address-card .toggles .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .address-card .toggles .switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 20px;
    margin: -37px 0px 0px 65px;
  }
  .modal .toggles .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 18px;
    margin: 3px 0px 0px 10px;
  }
  .modal .toggles .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
  .toggles {
    margin: 0px 0;
  }
  .modal .toggles {
    margin: 0px 0;
    width: auto;
    margin-top: 10px;
  }
  .myaccount-pay {
    margin-left: 180px;
    margin-top: -43px;
  }
  .toggles label {
    display: inline-block;
    margin-bottom: .5rem;
  }
  .newclose {
    border: none;
    float: right;
    background: #e7e7e7;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 1px #b1b1b1;
  }
  .newclose1 {
    border: none;
    float: right;
    background: #e7e7e7;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 1px #b1b1b1;
    margin-left: 20px;
  }
  .cardnew {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F6F6F6;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 20px;
    margin-top: 25px;
    border-radius: 20px;
  }
  .checkout-cart-section-container .product-pay-information .total-cost {
    color: #2F3443;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    margin-top: 47px;
  }
  .cartcustom {
    color: #FFB300;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #FFB300;
  }
  .cartcustom1 {
    border-bottom: 2px solid #FFB300;
    color: #FFB300;

    font-family: 'Poppins';
    font-weight: 700;
    font-size: 13px;
  }
  .planebutton {
    margin-top: -5px;
    padding: 13px;
  }
  .hungericon {
    width: 20px;
    height: 20px;
  }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .myaccount-pay {
      margin-left: 225px;
      margin-top: -43px;
    }
    .cardnew {
      padding: 0px;
    }
    .hungericon {
      width: 13px;
      height: 24px;
    }
    .cartcustom {
      color: #FFB300;
      font-size: 13px;
      font-weight: bold;
      border-bottom: 2px solid #FFB300;
    }
    .cartcustom1 {
      border-bottom: 2px solid #FFB300;
      color: #FFB300;

      font-family: 'Poppins';
      font-weight: 700;
    }
    .input-group>.custom-select:not(:last-child),
    .input-group>.form-control:not(:last-child) {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
    }
    .planebutton {
      padding: 9px;
    }
    .newcartpart .input-group {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
    }
    .input-group {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 50%;
    }
  }
  @media (min-width: 576px) {
    .input-group>.custom-select:not(:last-child),
    .input-group>.form-control:not(:last-child) {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
    }
    .cartcustom1 {
      border-bottom: 2px solid #FFB300;
      color: #FFB300;
      font-family: 'Poppins';
      font-weight: 700;
      font-size: 13px;
    }
    .cardnew {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #F6F6F6;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, .125);
      border-radius: 20px;
      margin-top: 25px;
      border-radius: 5px;
    }
    #viewoffers {
      margin-top: 10px;
    }
   #checkoutpage .card-header {
      padding: 0.5rem 0.25rem;
      margin-bottom: 0;
      background-color: #F6F6F6;
      border-bottom: none;
      box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    }
  }
  @media screen and (min-width: 1450px) and (max-width: 1700px) {
    .myaccount-pay {
      margin-left: 260px;
      margin-top: -43px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cartcustom {
      color: #FFB300;
      font-size: 13px;
      font-weight: bold;
      border-bottom: 2px solid #FFB300;
    }
    #viewoffers .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
      flex: 0 0 44%;
      max-width: 44%;
    }
    .myaccount-pay {
      font-size: 13px;
      margin-top: -38px;
      margin-left: 11px;
    }
    .cartcustom1 {
      border-bottom: 2px solid #FFB300;
      color: #FFB300;
      font-family: 'Poppins';
      font-weight: 700;
      font-size: 12px;
    }
    .orderchange {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  @media screen and (min-width: 1201px) and (max-width: 1300px) {
    .cartcustom {
      color: #FFB300;
      font-size: 14px;
      font-weight: bold;
      border-bottom: 2px solid #FFB300;
    }
   .address-card .toggles .switch {
      position: relative;
      display: inline-block;
      width: 43px;
      height: 20px;
      margin: -40px 0px 0px 65px;
    }
    .address-card .toggles .slider:before {
      position: absolute;
      content: "";
      height: 15px;
      width: 15px;
      left: 0px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }
    .myaccount-pay {
      margin-top: -43px;
    }
  }
  @media screen and (min-width: 1301px) and (max-width: 1400px) {
    .cartcustom {
      color: #FFB300;
      font-size: 14px;
      font-weight: bold;
      border-bottom: 2px solid #FFB300;
    }
    .cartcustom1 {
      border-bottom: 2px solid #FFB300;
      color: #FFB300;
      font-family: 'Poppins';
      font-weight: 700;
    }
    .myaccount-pay {
      margin-top: -43px;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
   
.foodsections .listOfFoodSection .foodFooterSectio span {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 10px;
    color: #2F3443;
    font-family: 'poppins';
}
.foodsections .listOfFoodSection h3 {
    font-size: 14px;
    color: #2F3443;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 12px;
    margin: 0;
    font-family: 'poppins';
    /* margin-left: 5px; */
}
.foodsections .listOfFoodSection .foodFooterSectio {
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 3px 6px;
}
    .address-card .toggles .switch {
      position: relative;
      display: inline-block;
      width: 43px;
      height: 21px;
      margin: -39px 0px 0px 65px;
    }
    .address-card .toggles .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 0px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }
    .myaccount-pay {
      margin-top: -43px;
    }
    .cartcustom1 {
      border-bottom: 2px solid #FFB300;
      color: #FFB300;

      font-family: 'Poppins';
      font-weight: 700;
      font-size: 11px;
    }
    .cartcustom {
      color: #FFB300;
      font-size: 13px;
      font-weight: bold;
      border-bottom: 2px solid #FFB300;
    }
  }
  .left-and-right-inner-addon {
    position: relative;
  }
  .left-and-right-inner-addon input {
    padding-right: 35px !important;
    padding-left: 50px !important;
  }
  .left-and-right-inner-addon img.left {
    position: absolute;
    padding: 12px 12px;
    pointer-events: none;
    margin-top: 8px;
  }
  .left-and-right-inner-addon button.right {
    position: absolute;
    right: 0px;
    padding: 12px 12px;
    pointer-events: none;
    margin-top: 9px;
    border: none;
  }
  .newcartpart .input-container .input-group-append {
    margin-top: -50px;
    margin-left: 1px;
    float: right;
  }
  /*Checkout page css end sajal*/
/*kitchen details page css sajal*/
 .foodsectionsloadmorebtn {
        border-radius: 8px !important;
        font-size: 15px;
        padding: 20px;
    }
    .listOfFoodSection {
        width: 100%;
        position: relative;
        background-color: #FFFFFF;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        margin-bottom: 30px;
    }
    .customizablemodal .customizable-content .btn-container {
        width: 80px;
    }
    .customizablemodal .customizable-content .mealcount {
        width: 30px;
    }
    .addlistbutton .btn-container1 {
        background-color: #FFB300;
        color: #000;
        font-size: 13px;
        border-radius: 15px;
        display: block;
        text-align: center;
        line-height: 26px;
        height: 30px;
        border: 2px solid #FFB300;
        float: right;
        width: 100px;
        cursor: pointer;
    }
    .addlistbutton .remove-meal,
    .addlistbutton .add-meal,
    .addlistbutton .mealcount {
        border: none;
        background-color: transparent;
        color: #000;
        margin-left: 10px;
        margin-right: 5px;
        font-weight: bold;
        cursor: pointer;
    }
    @media screen and (min-width: 700px) and (max-width: 720px) {
        .newkitchendetails .heading {
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 0;
            font-variant: none;
            margin-top: 5px;
            width: 100%;
            word-spacing: 4px;
            line-height: 56px;
        }
        div.kitchen-information .hero-logo img {
            left: 20px;
            width: 140px;
            height: 100px;
            margin-top: -35px;
        }
        .addtofavicon {
            background-color: #fff;
            padding: 8px;
            border-radius: 50px;
            margin-top: -140px;
            margin-left: 0px;
            font-size: 15px;
            width: 40px;
            text-align: center;
            height: 40px;
            cursor: pointer;
            line-height: 36px;
        }
        .info {
            padding: 8px;
            border-radius: 50px;
            margin-top: -148px;
            margin-left: 50px;
            font-size: 15px;
            width: 50px;
            text-align: center;
            height: 40px;
            cursor: pointer;
            line-height: 36px;
        }
        .select-plans {
            border-radius: 50px;
            height: 43px;
            width: 37%;
            margin-left: 34px;
            box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
        }
    }
    @media only screen and (max-width: 767px) {
        .modal-footer .container {
            width: 100%;
        }
    }
    @media screen and (min-width: 700px) and (max-width: 720px) {
        .select-plans1 {
            border-radius: 50px;
            height: 47px;
            width: 65%;
            margin-left: -15px;
            box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
        }
        .toggles .form-group .toggle-title {
            font-size: 16px;
            font-weight: 500;
            color: #2F3443;
            font-family: 'Poppins';
        }
        .choose-time label {
            font-size: 18px;
            color: #2F3443;
            text-align: center;
            border: 1px solid #D6D6D6;
            /* border-radius: 6px; */
            width: 125px;
            height: 42px;
            line-height: 40px;
        }
        .newkitchendetails .col-md-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
            flex: 0 0 18%;
        }
    }
/*Kitchen details page css end sajal*/
/*My account page css sajal*/
 #description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
    }
    #infowindow-content .title {
        font-weight: bold;
    }
    #infowindow-content {
        display: none;
    }
    #map #infowindow-content {
        display: inline;
    }
    .img-fluid3 {
        max-width: 100%;
        height: auto;
    }
    .myaccount-addresslist-container .myaccount-addresslist-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 20px #A29E8929;
        border: 1px solid #F6F6F6;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
    }
    .load_more_btn {
        text-align: center;
        margin: 50px;
        margin-bottom: 0px;
    }
    .pac-card {
        background-color: #fff;
        border: 0;
        border-radius: 2px;
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
        margin: 10px;
        padding: 0 0.5em;
        font: 400 18px Roboto, Arial, sans-serif;
        overflow: hidden;
        font-family: Roboto;
        padding: 0;
    }
    #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
    }
    .pac-controls {
        display: inline-block;
        padding: 5px 11px;
    }
    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }
    #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
    }
    #pac-input:focus {
        border-color: #4d90fe;
    }
    #title {
        color: #fff;
        background-color: #4d90fe;
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px;
    }
    .logout-btn,
    .profile-btn {
        cursor: pointer;
    }
    .formobile {
        display: none;
    }
    #removeProfileBtn .fa-times:before {
        color: #fff;
    }
@media screen and (min-width: 700px) and (max-width: 720px) {
        #favoritekitchenlist .col-md-4 {
            width: 100%;
        }
        .myaccount-section .col-md-2 {
            width: 20%;
        }
        .myaccount-section .col-md-7 {
            width: 50%;
        }
        .myaccount-section .col-md-3 {
            width: 30%;
        }
        .main_header {
            padding-bottom: 0px;
        }
    }
    .pac-container {
        background-color: #FFF;
        z-index: 2000000000;
        position: fixed;
        display: inline-block;
        float: left;
    }
    .modal {
        top: 20px;
    }
    .myaccount-orders-container .activeorder-container .btn-active {
        font-size: 12px;
        font-weight: bold;
        background-color: #7EDABF;
        color: #fff;
        padding: 6px 22px;
        border-radius: 4px;
        border: 2px solid #7EDABF;
        margin-left: 815px;
    }
    .row1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        background-color: #fff;
        box-shadow: 0px 0px 20px #a29e8929;
        border: 1px solid #F6F6F6;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
    }
    .myaccount-orders-container .activeorder-container .btn-active1 {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 6px 22px;
        border-radius: 4px;
        border: 2px solid #7EDABF;
        margin-left: 810px;
    }
    .myaccount-section .myaccount-detail-info .activeorder-container .btn-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -40px;
    }
    .myaccount-detail-info .myaccount-orders-container .activeorder-container {
        padding: 0;
    }
    .modal-backdrop {
        z-index: 10;
    }
    .myaccount-section .activeorder-container .name-bill {
        display: flex;
        justify-content: space-between;
    }
    .myaccount-section .order-active-content {
        background-color: #fff;
        box-shadow: 0px 0px 20px #A29E8929;
        border: 1px solid #F6F6F6;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
    }
    .myaccount-addresslist-container .btn-add-payment-plus {
        font-size: 18px;
        padding: 4px 15px;
    }
    .myaccount-addresslist-container .btn-add-payment-plus {
        display: inline;
        background-color: #FCC647;
        color: white;
        font-weight: 500;
        border-radius: 10px;
        border: 2px solid #FCC647;
    }
    .addpayment-model .payment-main input[type="text"] {
        margin-bottom: 0px;
        margin-top: 15px;
    }
    #addpayment .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }
    #addpayment .checkbox label {
        font-size: 14px;
        color: #2F3443;
        vertical-align: middle;
        display: inline-block;
        padding-left: 25px;
        position: relative;
    }
    #addpayment .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: 0px;
        border: 1px solid #ccc;
        border-radius: 2px;
        background-color: #fff;
    }
    #addpayment .checkbox-success input[type="checkbox"]:checked+label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }
    #addpayment .checkbox label::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: 0px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
    }
    #addpayment .checkbox-success input[type="checkbox"]:checked+label::after {
        color: #fff;
    }
    #addpayment .checkbox input[type="checkbox"]:checked+label::after {
        font-family: "FontAwesome";
        content: "\f00c";
    }
    .cardbox {
        padding: 15px !important;
    }
    .cardbox p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .default_card_cls {
        font-size: 13px;
    }
    .myaccount-addresslist-container .btn-container {
        text-align: right;
    }
    .myaccount-addresslist-container .btn-add-payment-plus {
        font-size: 32px;
        padding: 4px 15px;
    }
    .myaccount-addresslist-container .btn-add-payment-plus,
    .myaccount-addresslist-container .btn-add-payment-plus {
        display: inline;
        background-color: #FCC647;
        color: white;
        font-weight: 500;
        border-radius: 50%;
        border: 2px solid #FCC647;
    }
    .kitchen-information .myaccount-section .myaccount-pay {
        font-size: 20px;
        font-weight: bold;
        color: #7EDABF;
        margin-top: 20px;
        margin-bottom: 28px;
    }
    .kitchen-information .myaccount-section .email-phone {
        max-width: 100%;
        margin: 30px 70px;
        word-break: break-all;
        text-align: center;
    }
    .kitchen-information .myaccount-section .my-wallet {
        font-size: 21px;
        color: #2F3443;
    }
    .kitchen-information .myaccount-section .myaccount-summery .img-container img {
        width: auto;
        height: auto;
    }
    .myaccount-section .activeorder-container .name-bill {
        display: flex;
        justify-content: space-between;
    }
    .modal-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .HeaderSection .HeaderButtons ul li.dropdown button span {
        letter-spacing: 0px;
        color: #2F3443;
        margin-right: 15px;
    }
    .modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }
    .modal-body {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .5rem;
    }
    .margin-left102 {
        margin-left: 15px;
    }
    .margin-left101 {
        margin-left: 15px;
    }
    .kitchen-information .myaccount-section .myaccount-summery .myaccount-symbol-container {
        margin-top: 0px;
    }
    .kitchen-information .myaccount-section .myaccount-heading {
       color: #2F3468;
       margin-top: 15px;
        }
    .myaccount-section .activeorder-container .name-bill {
        display: flex;
        justify-content: space-between;
    }
    @media screen and (max-width: 500px) {
        .orderhistory .card {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #F6F6F6;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 20px;
            padding: 10px;
            margin: 20px -35px 10px -35px;
        }
        .load_more_btn a {
            text-decoration: none;
            font-size: 12px;
            color: #000000;
            font-weight: bold;
            text-transform: uppercase;
            border: solid 2px #000000;
            padding: 10px 15px;
            border-radius: 30px;
            transition: all 0.5s ease;
        }
        .addresslists .card {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #F6F6F6;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 20px;
            padding: 10px;
            margin: 20px -35px 10px -35px;
        }
    }
    @media screen and (max-width: 575px) {
        .orderhistory .card {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #F6F6F6;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 20px;
            padding: 10px;
        }
    }
    /*My account page css end sajal*/

