@media screen and (min-width: 320px) and (max-width: 376px) {
  .storecardFaci {
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
  }

  .storecardFaci .bannerlabel {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }

  .storecardFaci .bannerlabel:nth-child(2) {
    margin-left: 0px !important;
  }

  .slick-slider {
    padding-bottom: 70px;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .nearbystores_slider .slick-arrow.slick-prev,
  .trending_product_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-prev {
    width: 35px;
    height: 35px;
    top: inherit;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    bottom: 12px;
    left: 40%;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-next {
    left: inherit !important;
    right: 30% !important;
    transform: translateX(-50%) translateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    -moz-transform: translateX(-50%) translateY(0) !important;
    -ms-transform: translateX(-50%) translateY(0) !important;
    -o-transform: translateX(-50%) translateY(0) !important;
  }

  .testimonialSlider .slick-arrow.slick-prev,
  .testimonialSlider .slick-arrow.slick-next {
    width: 35px;
    height: 35px;
    top: inherit;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    bottom: 15px;
    left: 40%;
  }

  .testimonialSlider .slick-arrow.slick-next {
    left: inherit !important;
    right: 30% !important;
    transform: translateX(-50%) translateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    -moz-transform: translateX(-50%) translateY(0) !important;
    -ms-transform: translateX(-50%) translateY(0) !important;
    -o-transform: translateX(-50%) translateY(0) !important;
  }

  .premiumimg {
    width: 110px;
  }

  .extralisthover {
    width: 254px;
    min-width: 200px;
    max-width: 300px;
    left: -17px;
    right: inherit;
    top: 60px;
  }

  /*============= New part =============*/
  .otheroption {
    display: block;
  }

  .otheroption a {
    font-size: 1.6rem;
  }


  .regform .alert {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: 100%;
  }
}

@media screen and (min-width: 377px) and (max-width: 480px) {

  .nearbystores_slider .slick-arrow.slick-next,
  .nearbystores_slider .slick-arrow.slick-prev,
  .trending_product_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-prev,
  .testimonialSlider .slick-arrow.slick-prev,
  .testimonialSlider .slick-arrow.slick-next {
    width: 45px;
    height: 45px;
  }

  .extralisthover {
    width: 320px;
    min-width: 300px;
    max-width: 350px;
    left: -18px;
    right: inherit;
    top: 60px;
  }

  /*============= New part =============*/

  .otheroption a {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  /* ============================================================ */
  /* Basic class and login process responsive css start */
  /* ============================================================ */

  section {
    padding: 15px 5px;
    margin: 15px 5px;
  }

  header {
    padding: 20px 10px 20px 10px;
  }

  #smHederlocation {
    width: 100%;
  }

  header .navbar-brand {
    margin-right: 0px;
  }

  .locationsetinput input[type="text"] {
    width: 100%;
    padding: 5px 30px 5px 40px;
  }

  .headercard i,
  .headercard svg,
  .headerWish i,
  .headerWish svg {
    font-size: 2.2rem;
    margin: 0px 25px 0px 0px;
  }

  .profileicon {
    margin: 0;
  }

  .locationsetinput input[type="text"]+i,
  .locationsetinput input[type="text"]+svg {
    right: 0;
  }

  .notifcount {
    top: -15px;
    right: 10px;
  }

  .profileicon a {
    padding: 5px 12px !important;
  }

  .main-container {
    padding-top: 177px;
  }

  .entrypage {
    height: auto;
  }

  .entrylogo,
  .login .entrylogo,
  .entrypage.signup .entrylogo {
    margin: 50px auto 30px auto;
  }

  .sociallogins {
    flex-direction: column;
  }

  .sociallogins a {
    display: block;
    width: 100%;
  }

  .sociallogins a:first-child {
    margin-bottom: 20px;
  }

  .guestloginbtn {
    margin-bottom: 20px;
  }

  .resetpassword .entrylogo,
  .entrypage.OTP .entrylogo {
    width: 250px;
    margin: 50px auto;
  }

  .updatepass,
  .otPBUtton {
    margin-bottom: 10px;
  }

  .TnCcheckbox .f-error {
    left: 18% !important;
    right: inherit !important;
    bottom: -25px !important;
  }

  .otpinputs {
    width: 100%;
  }

  .otpinputs input[type="number"] {
    padding: 10px;
  }

  .default_title {
    font-size: 2.3rem;
  }

  .secPadding_left {
    padding-left: 0;
  }

  .secPadding_right {
    padding-right: 0;
  }

  .secMargin_left {
    margin-left: 0;
  }

  .secMargin_right {
    margin-right: 0;
  }

  .storECARDLIsting {
    height: auto;
    max-height: 1000px;
  }

  .bannerlabel.label-light {
    width: 30%;
    text-align: center;
  }

  .shareButton,
  .wishlistButton {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    top: inherit;
    bottom: 10px;
  }

  .shareButton {
    right: 60px;
  }

  .wishlistButton {
    right: 10px;
  }

  .default_titleLG {
    font-size: 3rem;
  }

  .avaiablityStatus .bannerlabel {
    display: block;
  }

  .customerNameTag {
    margin: 0px 0px 10px 0px;
  }

  .storestatus {
    text-align: left;
  }

  footer {
    padding: 30px 20px 50px 20px;
    margin-top: 50px;
  }

  .foooterBottom {
    padding: 25px 0px;
  }

  .foodtypes .nav.nav-tabs {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0px 10px;
  }

  /* ============================================================ */
  /* Basic class and login process responsive css end */
  /* ============================================================ */

  /* ==================================== */
  /* Home Page responsive css start */
  /* ==================================== */

  .herobanner {
    height: auto;
    padding: 30px 25px;
  }

  .bannerheading {
    padding-right: 0px;
    font-size: 4rem;
  }

  .bannerlabel {
    margin-bottom: 10px;
  }

  .default_subtitle {
    margin-bottom: 25px;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .nearbystores_slider .slick-arrow.slick-prev,
  .trending_product_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-prev {
    top: inherit;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    bottom: 12px;
    left: 40%;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-next {
    left: inherit !important;
    right: 30% !important;
    transform: translateX(-50%) translateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    -moz-transform: translateX(-50%) translateY(0) !important;
    -ms-transform: translateX(-50%) translateY(0) !important;
    -o-transform: translateX(-50%) translateY(0) !important;
  }

  .storecard .card-img-overlay {
    padding: 10px 15px;
  }

  .storetitle {
    font-size: 2.5rem;
  }

  .slick-slider {
    padding-bottom: 70px;
  }

  .foodfilter {
    margin-top: 0px;
  }

  .foodfilterSM,
  .foodCATSM {
    padding: 0px 10px;
  }

  .foodfilterSM input[type="checkbox"]+label,
  .foodCATSM input[type="checkbox"]+label {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--bs-body-color);
    /*color: rgba(9, 19, 64, 0.5);
        */
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    -ms-border-radius: var(--bs-border-radius);
    -o-border-radius: var(--bs-border-radius);
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .foodfilterSM input[type="checkbox"]:checked+label+.filterList,
  .foodCATSM input[type="checkbox"]:checked+label+.ProCATLISTs {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .filterList,
  .ProCATLISTs {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 94% !important;
    background: #ffffff;
    top: 60px;
    border: 1px solid rgba(9, 19, 64, 0.4) !important;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }


  .filterList li,
  .ProCATLISTs li {
    font-size: 1.8rem;
    padding: 5px 0px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #52A834;
    margin-bottom: 5px;
  }

  .filterList li label,
  .ProCATLISTs li label {
    display: block;
    width: 100%;
  }

  .foodtypes .nav-tabs .nav-link {
    display: block;
    width: 100%;
  }

  .foodtypes .nav-tabs .nav-link::after {
    display: none;
  }

  .tabproductcard .card-body,
  .tabproductcard .row>.col-12 {
    padding: 0px;
  }


  .CardProductIMG {
    height: 180px;
  }

  .premiummember .secPadding_right {
    padding-right: 10px;
  }

  .premiummember .secPadding_left {
    padding-left: 10px;
  }

  .prembanner {
    margin: 30px auto 0px auto;
    display: block;
  }


  .servicecard:not(:nth-child(4)) {
    margin: 0;
  }

  .servicecard {
    width: 30%;
    margin-bottom: 15px !important;
  }


  .ourservice h1 {
    font-size: 5.5rem;
    text-align: center;
  }

  .testimonialSlider .slick-list {
    padding: 0px;
  }

  .testicusimg {
    position: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }


  .testimonialSlider .slick-arrow.slick-prev,
  .testimonialSlider .slick-arrow.slick-next {
    top: inherit;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    bottom: 15px;
    left: 40%;
  }

  .testimonialSlider .slick-arrow.slick-next {
    left: inherit !important;
    right: 30% !important;
    transform: translateX(-50%) translateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    -moz-transform: translateX(-50%) translateY(0) !important;
    -ms-transform: translateX(-50%) translateY(0) !important;
    -o-transform: translateX(-50%) translateY(0) !important;
  }


  .systemplatformimg img {
    width: 130px;
    margin: 0 auto;
  }

  .testicusimg {
    width: 100%;
  }

  .trackingCard {
    padding: 20px 10px;
  }

  /* ==================================== */
  /* Home Page responsive css end */
  /* ==================================== */



  /* ==================================== */
  /* About Page responsive css end */
  /* ==================================== */

  .hugeimg {
    display: block;
    margin: 0 auto;
  }

  .AboutusPage .servicecard {
    width: 95%;
    margin-bottom: 20px !important;
  }


  .extralisthover::after {
    left: 30px;
    transform: translateX(0) rotate(45deg);
    -webkit-transform: translateX(0) rotate(45deg);
    -moz-transform: translateX(0) rotate(45deg);
    -ms-transform: translateX(0) rotate(45deg);
    -o-transform: translateX(0) rotate(45deg);
  }

  /* ==================================== */
  /* About Page responsive css end */
  /* ==================================== */


  /* =============================================== */
  /* Modals and offcanvas responsive css start */
  /* =============================================== */


  .AddtocardProductModal.modal-dialog {
    width: 95%;
    max-width: 100%;
    margin: 5px auto;
  }

  .AddtocardProductModal .modal-body {
    padding: 15px 20px 15px 20px;
  }

  .offcanvas.offcanvas-end {
    width: 100%;
  }

  #OrderTRACkingOffcanvas .btn-close {
    top: 17px;
  }

  /* =========================================== */
  /* Modals and offcanvas responsive css end */
  /* ========================================== */


  /* ============================ */
  /* Checkout page css start */
  /* ============================= */

  .outletaddress {
    padding: 15px 15px;
  }

  .AddnewAddress_Modal h1.w-75 {
    width: 100% !important;
  }

  .AddnewAddress_Modal .btn-close {
    top: 5px;
    right: 10px;
  }

  .checkoutpage .CardProductIMG {
    width: 100%;
  }

  .addeditemsdeatils {
    padding: 0;
  }

  .addtipbutton,
  .topupbutton {
    right: 30px;
  }

  .randslogo {
    top: 71%;
  }

  .paymentdetails input[type="radio"]#PayCreditDebit+label::after,
  .paymentdetails input[type="radio"]#PayINWallet+label::after,
  .paymentdetails input[type="radio"]#PayINCAsh+label::after,
  .paymentdetails input[type="radio"]#Courier+label::after,
  .paymentdetails input[type="radio"]#Pickup+label::after,
  .paymentdetails input[type="radio"]#Delivery+label::after {
    right: 15px;
  }


  .accordion-flush .accordion-item .accordion-button,
  .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 15px;
  }

  /* ============================ */
  /* Checkout page css end */
  /* ============================= */

  /* ============================ */
  /* My Profile page css start */
  /* ============================= */

  .customerprodescription {
    height: auto;
    padding: 20px 15px;
  }

  .smlogoutbtn {
    background: #52A834;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0px;
    margin: 20px auto 0px auto;
    width: 95%;
  }

  .wallettopupinput input.w-50,
  .wallettopupinput input.w-50+button {
    width: 100% !important;
  }

  .customerprofilecontainer .nav-tabs .nav-link {
    font-size: 1.8rem;
    padding: 10px 18px;
  }

  .modalDriverImg {
    width: 100%;
    height: 100%;
  }


  .addaddresbtn {
    width: 100%;
  }

  .customerprodescription .storecard.wishListITem {
    width: 100% !important;
  }

  .onrefreshMembership_Modal.modal-dialog {
    width: 95%;
    max-width: 100%;
    margin: 5px auto;

  }

  .onrefreshMembership_Modal .modal-header {
    padding: 40px 15px 20px 15px;
  }

  .onrefreshMembership_Modal .modal-body {
    padding-right: 15px;
    padding-left: 15px;
  }

  .onrefreshMembership_Modal .modal-footer {
    padding-right: 15px;
    padding-left: 15px;
  }


  /* ============================ */
  /* My Profile page css end */
  /* ============================= */
}

@media screen and (min-width: 991px) and (max-width: 1024px) {

  .entrylogo,
  .entrypage.signup .entrylogo {
    width: 200px;
    margin: 40px auto 100px auto;
  }

  .login .entrylogo,
  .entrypage.signup .entrylogo {
    margin: 40px auto 30px auto !important;
  }

  .nearbystorepage .nbslogo {
    object-fit: contain;
  }

  .bannerlabel.label-light {
    width: 30%;
    text-align: center;
  }

  .nbsViewstore {
    width: 100%;
    text-align: center !important;
  }

  .nearbystorepage .CardProductIMG {
    height: 100%;
    object-fit: contain;
  }

  .entrypage.login .regform .position-relative {
    width: 48%;
    display: inline-block;
  }

  .entrypage.login .regform .position-relative:first-child {
    margin-right: 16px;
  }

  .sociallogins img {
    width: 30px;
  }

  .foodfilterSM,
  .foodCATSM {
    padding: 0px 10px;
  }

  .foodfilterSM input[type="checkbox"]+label,
  .foodCATSM input[type="checkbox"]+label {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--bs-body-color);
    /*color: rgba(9, 19, 64, 0.5);
            */
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    -ms-border-radius: var(--bs-border-radius);
    -o-border-radius: var(--bs-border-radius);
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .foodfilterSM input[type="checkbox"]:checked+label+.filterList,
  .foodCATSM input[type="checkbox"]:checked+label+.ProCATLISTs {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .filterList,
  .ProCATLISTs {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 94% !important;
    background: #ffffff;
    top: 60px;
    border: 1px solid rgba(9, 19, 64, 0.4) !important;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .filterList li,
  .ProCATLISTs li {
    font-size: 1.8rem;
    padding: 5px 0px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #091340;
    margin-bottom: 5px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #52A834;
    margin-bottom: 5px;
  }

  .main-container.entrypage.OTP .regform.position-relative.h-75 {
    height: 65% !important;
  }

  .otpinputs {
    width: 90%;
  }

  .otpinputs input[type="number"] {
    width: 20%;
  }

  header {
    padding: 10px 10px;
  }

  header .navbar-brand {
    margin-right: 20px;
  }

  .locationsetinput input[type="text"] {
    width: 250px;
  }

  .locationsetinput input[type="text"]+i,
  .locationsetinput input[type="text"]+svg {
    right: 0px;
  }

  .bannerfloatingimg {
    width: 45%;
    object-fit: cover;
  }

  .bannerheading {
    font-size: 5rem;
    padding-right: 0px;
  }

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

  .foodfilter label {
    padding: 10px 0px 20px 0px;
    margin: 0px 15px 0px 15px;
  }

  .secMargin_right {
    margin-right: 10px;
  }

  .secMargin_left {
    margin-left: 10px;
  }

  .secPadding_right {
    padding-right: 10px;
  }

  .secPadding_left {
    padding-left: 10px;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .nearbystores_slider .slick-arrow.slick-prev,
  .trending_product_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-prev {
    left: 20px;
    right: inherit;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-next {
    right: 20px;
    left: inherit;
  }

  .servicecard:not(:nth-child(4)) {
    margin-left: inherit;
  }

  .servicecard:not(:last-child) {
    margin-right: 12px !important;
  }

  .servicecard {
    width: 23%;
  }

  .testicusimg {
    width: 400px;
  }

  .testimonialSlider .slick-arrow.slick-prev,
  .testimonialSlider .slick-arrow.slick-next {
    left: 33%;
  }

  .testimonialSlider .slick-arrow.slick-next {
    left: 40%;
  }

  .systemplatformimg img {
    width: 170px;
    margin: 25px 10px 0px 0px;
  }

  footer li h1 {
    font-size: 2rem;
  }

  .OurQualities nav .nav-link:not(:last-child) {
    margin-right: 30px;
  }

  .workProcesssection {
    padding: 30px 10px;
    margin: 30px 10px;
  }

  .paymentdetails input[type="radio"]#PayCreditDebit+label::after,
  .paymentdetails input[type="radio"]#PayINWallet+label::after,
  .paymentdetails input[type="radio"]#PayINCAsh+label::after,
  .paymentdetails input[type="radio"]#Courier+label::after,
  .paymentdetails input[type="radio"]#Pickup+label::after,
  .paymentdetails input[type="radio"]#Delivery+label::after {
    right: 10px;
  }

  .paymentdetails label {
    font-size: 2rem !important;
  }

  .checkoutDetailssection h1 {
    font-size: 2rem !important;
  }

  .nav-pills .nav-link {
    font-size: 1.6rem;
    padding: 12px 10px;
  }

  .sublistpart {
    padding: 30px 0px 100px 10px;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #091340;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .PProductlgbtn button {
    width: 90%;
    display: block;
    margin: 3px auto;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #52A834;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .customerprodescription .storecard.wishListITem {
    width: 48% !important;
    height: 250px;
  }

  .customerprodescription .storecard.wishListITem .storetitle {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {

  .entrylogo,
  .entrypage.signup .entrylogo {
    width: 200px;
    margin: 40px auto 100px auto;
  }

  .login .entrylogo,
  .entrypage.signup .entrylogo {
    margin: 40px auto 30px auto !important;
  }

  .nearbystorepage .nbslogo {
    object-fit: contain;
  }

  .bannerlabel.label-light {
    width: 30%;
    text-align: center;
  }

  .nbsViewstore {
    width: 100%;
    text-align: center !important;
  }

  .nearbystorepage .CardProductIMG {
    height: 100%;
    object-fit: contain;
  }

  .entrypage.login .regform .position-relative {
    width: 48%;
    display: inline-block;
  }

  .entrypage.login .regform .position-relative:first-child {
    margin-right: 16px;
  }

  .sociallogins img {
    width: 30px;
  }

  .foodfilterSM,
  .foodCATSM {
    padding: 0px 10px;
  }

  .foodfilterSM input[type="checkbox"]+label,
  .foodCATSM input[type="checkbox"]+label {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--bs-body-color);
    /*color: rgba(9, 19, 64, 0.5);
            */
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    -ms-border-radius: var(--bs-border-radius);
    -o-border-radius: var(--bs-border-radius);
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .foodfilterSM input[type="checkbox"]:checked+label+.filterList,
  .foodCATSM input[type="checkbox"]:checked+label+.ProCATLISTs {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .filterList,
  .ProCATLISTs {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 94% !important;
    background: #ffffff;
    top: 60px;
    border: 1px solid rgba(9, 19, 64, 0.4) !important;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .filterList li,
  .ProCATLISTs li {
    font-size: 1.8rem;
    padding: 5px 0px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #091340;
    margin-bottom: 5px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #52A834;
    margin-bottom: 5px;
  }

  .main-container.entrypage.OTP .regform.position-relative.h-75 {
    height: 65% !important;
  }

  .otpinputs {
    width: 90%;
  }

  .otpinputs input[type="number"] {
    width: 20%;
  }

  header {
    padding: 10px 10px;
  }

  header .navbar-brand {
    margin-right: 20px;
  }

  .locationsetinput input[type="text"] {
    width: 250px;
  }

  .locationsetinput input[type="text"]+i,
  .locationsetinput input[type="text"]+svg {
    right: 0px;
  }

  .bannerfloatingimg {
    width: 45%;
    object-fit: cover;
  }

  .bannerheading {
    font-size: 5rem;
    padding-right: 0px;
  }

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

  .foodfilter label {
    padding: 10px 0px 20px 0px;
    margin: 0px 15px 0px 15px;
  }

  .secMargin_right {
    margin-right: 10px;
  }

  .secMargin_left {
    margin-left: 10px;
  }

  .secPadding_right {
    padding-right: 10px;
  }

  .secPadding_left {
    padding-left: 10px;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .nearbystores_slider .slick-arrow.slick-prev,
  .trending_product_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-prev {
    left: 20px;
    right: inherit;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-next {
    right: 20px;
    left: inherit;
  }

  .servicecard:not(:nth-child(4)) {
    margin-left: inherit;
  }

  .servicecard:not(:last-child) {
    margin-right: 12px !important;
  }

  .servicecard {
    width: 23%;
  }

  .testicusimg {
    width: 400px;
  }

  .testimonialSlider .slick-arrow.slick-prev,
  .testimonialSlider .slick-arrow.slick-next {
    left: 33%;
  }

  .testimonialSlider .slick-arrow.slick-next {
    left: 40%;
  }

  .systemplatformimg img {
    width: 170px;
    margin: 25px 10px 0px 0px;
  }

  footer li h1 {
    font-size: 2rem;
  }

  .OurQualities nav .nav-link:not(:last-child) {
    margin-right: 30px;
  }

  .workProcesssection {
    padding: 30px 10px;
    margin: 30px 10px;
  }

  .paymentdetails input[type="radio"]#PayCreditDebit+label::after,
  .paymentdetails input[type="radio"]#PayINWallet+label::after,
  .paymentdetails input[type="radio"]#PayINCAsh+label::after,
  .paymentdetails input[type="radio"]#Courier+label::after,
  .paymentdetails input[type="radio"]#Pickup+label::after,
  .paymentdetails input[type="radio"]#Delivery+label::after {
    right: 10px;
  }

  .paymentdetails label {
    font-size: 2rem !important;
  }

  .checkoutDetailssection h1 {
    font-size: 2rem !important;
  }

  .nav-pills .nav-link {
    font-size: 1.6rem;
    padding: 12px 10px;
  }

  .sublistpart {
    padding: 30px 0px 100px 10px;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #091340;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .PProductlgbtn button {
    width: 90%;
    display: block;
    margin: 3px auto;
  }

  .customerprofilecontainer .CardProductIMG {
    height: 100%;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #52A834;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .customerprodescription .storecard.wishListITem .storetitle {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {

  .entrylogo,
  .entrypage.signup .entrylogo {
    width: 180px;
    margin: 40px auto 100px auto;
  }

  .login .entrylogo,
  .entrypage.signup .entrylogo {
    margin: 40px auto 30px auto !important;
  }

  .nearbystorepage .nbslogo {
    object-fit: contain;
  }

  .bannerlabel.label-light {
    width: 30%;
    text-align: center;
  }

  .nbsViewstore {
    width: 100%;
    text-align: center !important;
  }

  .nearbystorepage .CardProductIMG {
    height: 100%;
    object-fit: contain;
  }

  .entrypage.login .regform .position-relative {
    width: 48%;
    display: inline-block;
  }

  .entrypage.login .regform .position-relative:first-child {
    margin-right: 16px;
  }

  .foodfilterSM,
  .foodCATSM {
    padding: 0px 10px;
  }

  .locationsetinput input[type="text"] {
    width: 300px;
    padding-right: 35px;
  }

  .foodfilterSM input[type="checkbox"]+label,
  .foodCATSM input[type="checkbox"]+label {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--bs-body-color);
    /*color: rgba(9, 19, 64, 0.5);
            */
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    -ms-border-radius: var(--bs-border-radius);
    -o-border-radius: var(--bs-border-radius);
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .foodfilterSM input[type="checkbox"]:checked+label+.filterList,
  .foodCATSM input[type="checkbox"]:checked+label+.ProCATLISTs {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .filterList,
  .ProCATLISTs {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 94% !important;
    background: #ffffff;
    top: 60px;
    border: 1px solid rgba(9, 19, 64, 0.4) !important;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .filterList li,
  .ProCATLISTs li {
    font-size: 1.8rem;
    padding: 5px 0px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #091340;
    margin-bottom: 5px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #52A834;
    margin-bottom: 5px;
  }

  .main-container.entrypage.OTP .regform.position-relative.h-75 {
    height: 65% !important;
  }

  .otpinputs {
    width: 90%;
  }

  .otpinputs input[type="number"] {
    width: 20%;
  }

  .locationsetinput input[type="text"]+i,
  .locationsetinput input[type="text"]+svg {
    right: 10px;
  }

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

  .nearbystores_slider .slick-arrow.slick-next,
  .nearbystores_slider .slick-arrow.slick-prev,
  .trending_product_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-prev {
    left: 20px;
    right: inherit;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-next {
    right: 20px;
    left: inherit;
  }

  .ourservice h1 {
    font-size: 5.5rem;
  }

  .OurQualities nav .nav-link:not(:last-child) {
    margin-right: 30px;
  }

  .checkoutDetailssection h1 {
    font-size: 2rem !important;
  }

  .nav-pills .nav-link {
    font-size: 1.6rem;
    padding: 12px 10px;
  }

  .sublistpart {
    padding: 30px 0px 100px 10px;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #091340;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .PProductlgbtn button {
    width: 90%;
    display: block;
    margin: 3px auto;
  }

  .customerprofilecontainer .CardProductIMG {
    height: 100%;
  }

  .customerprodescription .storecard.wishListITem {
    width: 48% !important;
    height: 250px;
  }

  .nav-pills .nav-link {
    font-size: 1.6rem;
    padding: 12px 10px;
  }

  .sublistpart {
    padding: 30px 0px 100px 10px;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #52A834;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .PProductlgbtn button {
    width: 90%;
    display: block;
    margin: 3px auto;
  }

  .customerprofilecontainer .CardProductIMG {
    height: 100%;
  }

  .customerprodescription .storecard.wishListITem {
    width: 48% !important;
    height: 250px;
  }

  .customerprodescription .storecard.wishListITem .storetitle {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {

  .entrylogo,
  .entrypage.signup .entrylogo {
    width: 180px;
    margin: 40px auto 100px auto;
  }

  .login .entrylogo,
  .entrypage.signup .entrylogo {
    margin: 40px auto 30px auto !important;
  }

  .nearbystorepage .nbslogo {
    object-fit: contain;
  }

  .bannerlabel.label-light {
    width: 30%;
    text-align: center;
  }

  .nbsViewstore {
    width: 100%;
    text-align: center !important;
  }

  .nearbystorepage .CardProductIMG {
    height: 100%;
    object-fit: contain;
  }

  .entrypage.login .regform .position-relative {
    width: 48%;
    display: inline-block;
  }

  .entrypage.login .regform .position-relative:first-child {
    margin-right: 16px;
  }

  .foodfilterSM,
  .foodCATSM {
    padding: 0px 10px;
  }

  .foodfilterSM input[type="checkbox"]+label,
  .foodCATSM input[type="checkbox"]+label {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--bs-body-color);
    /*color: rgba(9, 19, 64, 0.5);
            */
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    -ms-border-radius: var(--bs-border-radius);
    -o-border-radius: var(--bs-border-radius);
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .foodfilterSM input[type="checkbox"]:checked+label+.filterList,
  .foodCATSM input[type="checkbox"]:checked+label+.ProCATLISTs {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .filterList,
  .ProCATLISTs {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 94% !important;
    background: #ffffff;
    top: 60px;
    border: 1px solid rgba(9, 19, 64, 0.4) !important;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .filterList li,
  .ProCATLISTs li {
    font-size: 1.8rem;
    padding: 5px 0px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #091340;
    margin-bottom: 5px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #52A834;
    margin-bottom: 5px;
  }

  .main-container.entrypage.OTP .regform.position-relative.h-75 {
    height: 65% !important;
  }

  .otpinputs {
    width: 90%;
  }

  .otpinputs input[type="number"] {
    width: 20%;
  }

  .locationsetinput input[type="text"] {
    width: 300px;
    padding-right: 35px;
  }

  .locationsetinput input[type="text"]+i,
  .locationsetinput input[type="text"]+svg {
    right: 10px;
  }

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

  .nearbystores_slider .slick-arrow.slick-next,
  .nearbystores_slider .slick-arrow.slick-prev,
  .trending_product_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-prev {
    left: 20px;
    right: inherit;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-next {
    right: 20px;
    left: inherit;
  }

  .ourservice h1 {
    font-size: 5.5rem;
  }

  .OurQualities nav .nav-link:not(:last-child) {
    margin-right: 30px;
  }

  .checkoutDetailssection h1 {
    font-size: 2rem !important;
  }

  .nav-pills .nav-link {
    font-size: 1.6rem;
    padding: 12px 10px;
  }

  .sublistpart {
    padding: 30px 0px 100px 10px;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #091340;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .PProductlgbtn button {
    width: 90%;
    display: block;
    margin: 3px auto;
  }

  .customerprofilecontainer .CardProductIMG {
    height: 100%;
  }

  .customerprodescription .storecard.wishListITem {
    width: 48% !important;
    height: 250px;
  }

  .customerprodescription .storecard.wishListITem .storetitle {
    font-size: 2.4rem;
  }

  .sublistpart {
    padding: 30px 0px 100px 10px;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #52A834;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .PProductlgbtn button {
    width: 90%;
    display: block;
    margin: 3px auto;
  }

  .customerprofilecontainer .CardProductIMG {
    height: 100%;
  }

  .customerprodescription .storecard.wishListITem {
    width: 48% !important;
    height: 250px;
  }

  .customerprodescription .storecard.wishListITem .storetitle {
    font-size: 2.4rem;
  }

  .bannerlabel.label-light br {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1530px) {

  .entrylogo,
  .entrypage.signup .entrylogo {
    width: 180px;
    margin: 40px auto 100px auto;
  }

  .login .entrylogo,
  .entrypage.signup .entrylogo {
    margin: 40px auto 20px auto !important;
  }

  .nearbystorepage .nbslogo {
    object-fit: contain;
  }

  .bannerlabel.label-light {
    width: 30%;
    text-align: center;
  }

  .nbsViewstore {
    width: 100%;
    text-align: center !important;
  }

  .nearbystorepage .CardProductIMG {
    height: 100%;
    object-fit: contain;
  }

  .entrypage.login .regform .position-relative {
    width: 48%;
    display: inline-block;
  }

  .entrypage.login .regform .position-relative:first-child {
    margin-right: 16px;
  }

  .foodfilterSM,
  .foodCATSM {
    padding: 0px 10px;
  }

  .foodfilterSM input[type="checkbox"]+label,
  .foodCATSM input[type="checkbox"]+label {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--bs-body-color);
    /*color: rgba(9, 19, 64, 0.5);
            */
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    -ms-border-radius: var(--bs-border-radius);
    -o-border-radius: var(--bs-border-radius);
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .foodfilterSM input[type="checkbox"]:checked+label+.filterList,
  .foodCATSM input[type="checkbox"]:checked+label+.ProCATLISTs {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .filterList,
  .ProCATLISTs {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 94% !important;
    background: #ffffff;
    top: 60px;
    border: 1px solid rgba(9, 19, 64, 0.4) !important;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .filterList li,
  .ProCATLISTs li {
    font-size: 1.8rem;
    padding: 5px 0px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #091340;
    margin-bottom: 5px;
  }

  .filterList li:not(:last-child),
  .ProCATLISTs li:not(:last-child) {
    border-bottom: 1px dashed #52A834;
    margin-bottom: 5px;
  }

  .main-container.entrypage.OTP .regform.position-relative.h-75 {
    height: 65% !important;
  }

  .otpinputs {
    width: 90%;
  }

  .otpinputs input[type="number"] {
    width: 20%;
  }

  .locationsetinput input[type="text"]+i,
  .locationsetinput input[type="text"]+svg {
    right: 20px;
  }

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

  .nearbystores_slider .slick-arrow.slick-next,
  .nearbystores_slider .slick-arrow.slick-prev,
  .trending_product_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-prev {
    left: 20px;
    right: inherit;
  }

  .nearbystores_slider .slick-arrow.slick-next,
  .trending_product_slider .slick-arrow.slick-next {
    right: 20px;
    left: inherit;
  }

  .ourservice h1 {
    font-size: 5.5rem;
  }

  .OurQualities nav .nav-link:not(:last-child) {
    margin-right: 30px;
  }

  .checkoutDetailssection h1 {
    font-size: 2rem !important;
  }

  .nav-pills .nav-link {
    font-size: 1.6rem;
    padding: 12px 10px;
  }

  .sublistpart {
    padding: 30px 0px 100px 10px;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #091340;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .PProductlgbtn button {
    width: 90%;
    display: block;
    margin: 3px auto;
  }

  .customerprofilecontainer .CardProductIMG {
    height: 100%;
  }

  .customerprodescription .storecard.wishListITem {
    width: 48% !important;
    height: 250px;
  }

  .customerprodescription .storecard.wishListITem .storetitle {
    font-size: 2.4rem;
  }

  .sublistpart {
    padding: 30px 0px 100px 10px;
  }

  .editPROFIlebutton {
    background: #ffffff;
    text-decoration: none;
    width: 60%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    height: auto;
    border: 1px solid #52A834;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .PProductlgbtn button {
    width: 90%;
    display: block;
    margin: 3px auto;
  }

  .customerprofilecontainer .CardProductIMG {
    height: 100%;
  }

  .customerprodescription .storecard.wishListITem {
    width: 48% !important;
    height: 250px;
  }

  .customerprodescription .storecard.wishListITem .storetitle {
    font-size: 2.4rem;
  }

  .bannerlabel.label-light br {
    display: none !important;
  }
}