* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Fredoka', sans-serif !important;

}

body::-webkit-scrollbar {
      width: 7px;
}

 
body::-webkit-scrollbar-track {
  background: #c0b8b8;
}

 
body::-webkit-scrollbar-thumb {
  background: #72b815;
  border-radius: 30px;
}

 
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container-fluid {
  padding-right: 35px;
  padding-left: 35px;
  max-width: 1440px
}

/* ========= Utility Class ==========  */
.font_200 {
  font-weight: 200 !important;
}

.font_300 {
  font-weight: 300 !important;
}

.font_400 {
  font-weight: 400 !important;
}

.font_500 {
  font-weight: 500 !important;
}

.font_600 {
  font-weight: 600 !important;
}

.font_700 {
  font-weight: 700 !important;
}

.font_800 {
  font-weight: 800 !important;
}

.font_900 {
  font-weight: 900 !important;
}

.font_8 {
  font-size: 8px !important;
}

.font_10 {
  font-size: 10px !important;
}

.font_12 {
  font-size: 12px !important;
}

.font_14 {
  font-size: 14px !important;
}

.font_15 {
  font-size: 15px !important;
}

.font_16 {
  font-size: 16px !important;
}

.font_17 {
  font-size: 17px !important;
}

.font_18 {
  font-size: 18px !important;
}

.font_19 {
  font-size: 19px !important;
}

.font_20 {
  font-size: 20px !important;
}

.font_22 {
  font-size: 22px !important;
}

.font_24 {
  font-size: 24px !important;
}

.font_25 {
  font-size: 25px !important;
}

.font_26 {
  font-size: 26px !important;
}

.font_28 {
  font-size: 28px !important;
}

.font_30 {
  font-size: 30px !important;
}

.font_32 {
  font-size: 32px !important;
}

.font_35 {
  font-size: 32px !important;
}

.font_36 {
  font-size: 36px !important;
}

.font_40 {
  font-size: 40px !important;
}

.font_42 {
  font-size: 42px !important;
}

.font_45 {
  font-size: 45px !important;
}


.font_46 {
  font-size: 46px !important;
}

.font_48 {
  font-size: 48px !important;
}

.white_ff {
  color: #ffffff !important;
}

.white_f9 {
  color: #f9fff3 !important;
}

.lh_19 {
  line-height: 19px;
}

.lh_20 {
  line-height: 20px;
}

.lh_22 {
  line-height: 22px;
}

.lh_24 {
  line-height: 24px;
}

.lh_30 {
  line-height: 30px;
}

.lh_32 {
  line-height: 32px;
}

.lh_40 {
  line-height: 41px;
}

.lh_70 {
  line-height: 70px;
}

.black_00 {
  color: #000000;
}

.green_dark {
  color: #72B815 !important;
}

.green_light {
  color: #73D13D;
}

.grey_light {
  color: #A0A0A0;
}

.grey_dark {
  color: #424242;
}

.grey_light2 {
  color: #656565;
}

.grey_light3 {
  color: #212121;
}

.grey_light4 {
  color: #C7C7C7;
}

.grey_light5 {
  color: #A0A0A0;
}

.grey_light_79 {
  color: #797979;
}

.bg_grey_f6 {
  background-color: #F6F6F6;
}

.white_aa {
  color: #aaaaaa;
}

.white-space-nw {
  white-space: nowrap;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
  text-decoration: none !important;
}

.nav-link:hover {
  color: inherit;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

ul {
  list-style: none;
}

ul .dropdown-item:focus,
ul .dropdown-item:hover {
/*  background-color: transparent;*/
}

.navbar-toggler:focus {
  box-shadow: none;
}

button {
  border: inherit;
}

.cursor-pointer {
  cursor: pointer;
}

.position-z-1 {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-1 {
  flex: 1;
}

.margin-auto {
  margin: 0 auto;
}


.bg_light_green {
  background-color: #f9fff3 !important;
}

.instruction_btn {
  border: 1px solid #ED6B47;
  background: #FFF8F6;
  border-radius: 8px;
  padding: 10px;
  color: #ED6B47;
}

.instruction_btn:hover {
  background-color: #ed6b471e;
  color: #ED6B47;
}

.disable_btn {
  padding: 15px 30px;
  background-color: #F3F3F3;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);

  border-radius: 10px;
  color: #D8D2D2;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;

}

.disable_btn:hover {
  background-color: #c9c6c681;
  color: #c5bfbf;
}


.btn--primary {
  background-color: #73d13d;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 8px;
}

.white-header {
  background: linear-gradient(142.4deg, #73d13d 36.22%, #40ae00 95.21%);
  /* background: #ffff !important; */
}

.bg-header {
  background: transparent !important;
  /* background: #fff !important; */
}

.white_green_btn {
  background: #ffffff !important;
  color: #73D13D !important;
}

.green_white_btn .white_green_btn {
  background: #ffffff !important;
  color: #73D13D !important;
}

.bg-image.bg-overlay-dark::before {
  content: "";
  position: absolute;
  background-color: #73d13d !important;
  opacity: 0.5;
  z-index: -1;
  height: 100%;
  top: 0px;
  width: 100%;
}

.view_all_image {
  width: fit-content;
  bottom: 30px;
  right: 0;
  position: absolute;
}

.breadcrumb_place {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pad-16 {
  padding: 16px;
}

.primary_btn {
  padding: 7px 30px;
  background-color: #72B815;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  color: #fcfffc;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.primary_btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background-color: #73d13d;
  background-image: linear-gradient(142.4deg, #88d05e 5.22%, #73c643 95.21%);
  transition: all 0.3s ease;
}

.primary_btn:hover {
  color: #fcfffc;
}

.primary_btn:hover:after {
  top: 0;
  height: 100%;
  color: #fcfffc;
}

.primary_outline_btn {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid #797979;
  padding: 7px 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  color: #797979;
}

.primary_outline_btn:hover {
  /* background-image: linear-gradient(142.4deg, #73d13d 5.22%, #40ae00 95.21%); */
  background-color: #73d13d;
  color: #ffffff;
}

.w-fit-content {
  width: fit-content;
}

.btn-close:focus {
  box-shadow: none;
}

/* ========= Utility Class ==========  */

/* ===================================================
Authentication Styling Starts Here
=================================================== */

.height_100 {
  height: 100%;
}

.daleely_login {
  overflow-x: hidden;
}

.side_image {
  background: #73d13d;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side_content {
  height: 100%;
}

.side_content .nav-tabs {
  border: none;
  margin-top: 28px;
}

.side_content .nav-tabs .nav-item .nav-link {
  background: #fcfffc;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 10px;
}

.side_content .nav-tabs .nav-item .nav-link p {
  color: #41493b;
  margin-bottom: 0;
  margin-top: 10px;
}

.side_content .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(142.4deg, #73d13d 5.22%, #40ae00 95.21%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
}

.side_content .nav-tabs .nav-item .nav-link.active img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(233deg) brightness(108%) contrast(101%);
}

.side_content .nav-tabs .nav-item .nav-link.active p {
  color: #ffffff;
}

.tab_middle {
  height: 51px;
  width: 1px;
  background: #c0dea7;
  margin: 16px 24px;
}

.login_form .form-control {
  border: 1px solid #718e5d;
  border-radius: 8px;
  background: #fcfffc;
  color: #41493b;
  height: 56px;
}

.login_form .form-control:focus {
  background: #f9fff3;
  border: 1px solid #41493b;
  color: #41493b;
  font-weight: 700;
}

.login_form .form-control::-webkit-input-placeholder {
  color: #41493b;
}

.login_form .form-control::-moz-placeholder {
  color: #41493b;
}

.login_form .form-control:-ms-input-placeholder {
  color: #41493b;
}

.login_form input:-moz-placeholder {
  color: #41493b;
}

.login_form .form-select {
  border: 1px solid #718e5d;
  border-radius: 8px;
  background: #fcfffc;
  color: #41493b;
  height: 56px;
  background-image: url("../images/icon/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 11px 12px;
}

.login_form .form-select:focus {
  background: #f9fff3;
  border: 1px solid #41493b;
  color: #41493b;
  font-weight: 700;
}

.login_form .input-group {
  border: 1px solid #718e5d;
  border-radius: 8px;
  background: #fcfffc;
}

.login_form .input-group:focus {
  background: #f9fff3;
  border: 1px solid #41493b;
  color: #41493b;
  font-weight: 700;
}

.login_form .input-group .form-control {
  border: none;
}

.login_form .input-group .form-control:focus {
  border: none;
}

.login_form .input-group .input-group-text {
  background: transparent;
  border: none;
}

.login_form .input-group,
.login_form .form-group {
  margin-bottom: 16px;
}

.or_line {
  position: relative;
  z-index: 0;
  margin: 22px 0;
}

.or_line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #00000075;
  z-index: -1;
}

.or_line p {
  margin: 0 auto;
  background: #fcfffc;
  color: #6a707c;
  font-size: 14px;
  font-weight: 600;
  width: max-content;
  padding: 0 12px;
}

.social_login_box {
  /*  background: #ffffff;*/
  /* border: 1px solid #c0dea7; */
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 16px; */
  padding: 0px;
  width: 100%;
  margin-bottom: 50px;
}

.otp_form {
  margin-top: 50px;
}

.otp_form .form-control {
  height: 56px;
  width: 56px;
  margin-right: 20px;
}

.otp_form .form-control:last-child {
  margin-right: 0;
}

.otp_timer {
  display: flex;
  align-items: center;
  margin: 30px auto 0 auto;
  background: #c0dea7;
  border-radius: 100px;
  padding: 15px;
  width: fit-content;
}



.modal-content {
  border: none;
  border-radius: 10px;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}



.form-check-input:checked {
  background: #73D13D;
  border-color: #D9D9D9;
}


.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}






/* ===================================================
Event Detail Styling Ends Here
=================================================== */

/* ========== Media Query Starts ===========  */

@media (max-width: 1200px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 16px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 18px !important;
  }

  .font_20 {
    font-size: 18px !important;
  }

  .font_22 {
    font-size: 20px !important;
  }

  .font_24 {
    font-size: 22px !important;
  }

  .font_26 {
    font-size: 22px !important;
  }

  .font_25 {
    font-size: 22px !important;
  }

  .font_28 {
    font-size: 22px !important;
  }

  .font_30 {
    font-size: 23px !important;
  }

  .font_32 {
    font-size: 23px !important;
  }
  .font_35 {
    font-size: 23px !important;
  }

  .font_36 {
    font-size: 24px !important;
  }

  .font_40 {
    font-size: 24px !important;
  }

  .font_45 {
    font-size: 32px !important;
  }



  .font_46 {
    font-size: 32px !important;
  }

  .font_48 {
    font-size: 32px !important;
  }

  .social_links {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 992px) {
  .r_none {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 16px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 18px !important;
  }

  .font_20 {
    font-size: 18px !important;
  }

  .font_22 {
    font-size: 20px !important;
  }

  .font_24 {
    font-size: 22px !important;
  }

  .font_26 {
    font-size: 22px !important;
  }

  .font_25 {
    font-size: 22px !important;
  }

  .font_28 {
    font-size: 22px !important;
  }

  .font_30 {
    font-size: 23px !important;
  }

  .font_32 {
    font-size: 23px !important;
  }

  .font_36 {
    font-size: 24px !important;
  }

  .font_40 {
    font-size: 26px !important;
  }


  .font_46,
  .font_45 {
    font-size: 30px !important;
  }

  .font_48 {
    font-size: 30px !important;
  }

}

@media (max-width: 767.5px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 15px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 16px !important;
  }

  .font_20 {
    font-size: 16px !important;
  }

  .font_22 {
    font-size: 16px !important;
  }

  .font_24 {
    font-size: 17px !important;
  }

  .font_26 {
    font-size: 17px !important;
  }

  .font_25 {
    font-size: 18px !important;
  }

  .font_28 {
    font-size: 18px !important;
  }

  .font_30 {
    font-size: 20px !important;
  }

  .font_32 {
    font-size: 20px !important;
  }

  .font_36 {
    font-size: 20px !important;
  }

  .font_40 {
    font-size: 26px !important;
  }

  .font_46,
  .font_45 {
    font-size: 28px !important;
  }

  .font_48 {
    font-size: 28px !important;
  }




}

@media (max-width: 576px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 12px !important;
  }

  .font_15 {
    font-size: 12px !important;
  }

  .font_16 {
    font-size: 13px !important;
  }

  .font_17 {
    font-size: 14px !important;
  }

  .font_18 {
    font-size: 14px !important;
  }

  .font_19 {
    font-size: 14px !important;
  }

  .font_20 {
    font-size: 15px !important;
  }

  .font_22 {
    font-size: 16px !important;
  }

  .font_24 {
    font-size: 16px !important;
  }

  .font_26 {
    font-size: 16px !important;
  }

  .font_25 {
    font-size: 16px !important;
  }

  .font_28 {
    font-size: 16px !important;
  }

  .font_30 {
    font-size: 20px !important;
  }

  .font_32 {
    font-size: 20px !important;
  }

  .font_36 {
    font-size: 20px !important;
  }

  .font_40 {
    font-size: 22px !important;
  }

  .font_46,
  .font_45 {
    font-size: 24px !important;
  }

  .font_48 {
    font-size: 24px !important;
  }


}



/* ========== Media Query Ends ===========  */










/*26-sep-2023*/

/*common css*/
.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.theme-yellow {
  background-color: rgba(255, 206, 51, 1) !important;
}

.black_42 {
  color: #424242 !important;
}

.gray_f4 {
  background-color: #F4F4F4;
}

.bg_pink_FF{background-color:#FF3773 !important;}

.hr_30 {
  margin: 24px -30px;
  background-color: rgba(217, 217, 217, 1);
  opacity: 1;
}

.hr_40 {
  margin: 24px -40px;
  background-color: rgb(220 220 220);
  opacity: 1;
}

hr {
  background-color: rgba(217, 217, 217, 1);
  opacity: 1;
}

.text-skyblue {
  color: #2A7DD6;
}

.text-yellow {
  color: #F2BD00;
}

.text-cancel {
  color: #FF0000;
}

.text-orange {
  color: #FFA800;
}

.text-gray_a8 {
  color: #A8A8A8;
}

/* ===================================================
Your Cart page css
=================================================== */
.cancel_cross {
  width: 49px;
  height: 49px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.ur_crt_user {
  padding: 28px 0 66px
}

.ur_crt_tab ul li:last-child.nav-item {
  margin-right: 0;
}

.ur_crt_tab ul li.nav-item {
  margin-right: 21px;
}

.ur_crt_tab ul li.nav-item button {
  padding: 9px 25px 9px 10px;
  background-color: #fff;
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.ur_crt_tab ul li.nav-item button.active {
  border-color: rgba(114, 184, 21, 1);
}

/*theme card*/
.theme_card {
  border: 1px solid rgba(217, 217, 217, 1);
  background-color: #fff;
  border-radius: 18px;
}

.theme_card .crd_head {
  padding: 25px 30px 22px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.crd_body {
  padding: 30px;
}

.cust_tble .table {
  border-bottom: none;
}

/*text between dots*/
.dots_spac span {
  position: relative;
}

.dots_spac span {
  padding-right: 10px;
  margin-right: 10px;
}

.dots_spac span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.dots_spac span:last-child:after {
  content: none;
}

.dots_spac span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  background: #424242;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.meal_img_93 {
  width: 93px;
  height: 93px;
  border-radius: 15px;
}

.enjoy_com_div {
  margin: 0 0 0 111px;
}

.enjoy_pric {
  margin-left: 81px;
}

.enjoy_commnt {
  border: 1px dashed #E2E2E2;
  padding: 10px;
  max-width: 418px;
}
.enjoy_commnt img {
  width: 30px;
}

.enjoy_commnt img  +  div {
  width: calc(100% - 51px);
  word-wrap: break-word;
}
.custlb_head {
  margin-bottom: 28px;
}

.produ_div {
  width: 75%;
}

.qty {
  width: 10%;
  margin-left: 10px;
}

.tblpric {
  width: 15%;
  margin-left: 10px;
}

.actions {
  width: 5%;
}

.head_minus {
      padding-top: 49.88px;
      height: 89.88px;

}

/*promo_code css*/
.promo_code {
  border: 1px solid #D9D9D9;
  border-radius: 11px;
}

.promo_code input {
  border: none;
  width: 100%;
  padding: 15px 100px 15px 62px;
  border-radius: 11px;
}

.promo_code input:focus {
  outline: none;
}

.promo_code span {
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}

a.black_btn {
  position: absolute;
  right: 5px;
  top: 50%;
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  transform: translateY(-50%);
}

a.applied_btn {
  position: absolute;
  right: 5px;
  top: 50%;
  background: #0b3da2;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  transform: translateY(-50%);
}

input[disabled] {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.promo_code {
  position: relative;
  display: flex;
  align-items: center;
}

.applied_section {
  display: flex;
  align-items: center;
  margin-left: 10px; 
}

.cross_btn {
  margin-bottom: 3rem;
  position: absolute;
  cursor: pointer;
  color: red;
  margin-left: 13rem;
  font-size: 23px;
}

.error_message {
  color: red;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 10px;
}

/*custom form css*/
.custom_form .form-control {
  border: 1px solid #D9D9D9;
  border-radius: 11px;
}

/*Give Donation*/
.giv_donat {
  border: 1px solid #D9D9D9;
  border-radius: 11px;
  padding: 9px 13px 9px 20px;
}

.green_btn {
  background: #72B815;
  color: #fff;
  font-size: 18px;
  padding: 3px 14px;
  border-radius: 7px;
}

.green_btn:hover {
  background: #000;
  color: #fff;
}

.dona_select {
  padding: 3px 43px 3px 10px !important;
}

.summary_div+.button a {
  padding: 8px 10px;
}

.accord_plus .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accord_plus .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.accord_plus .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M17.4486 1.81592V33.0803M33.0808 17.4481H1.81641" stroke="%23494A52" stroke-width="2.93103" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}

.accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M17.4486 1.81592V33.0803M33.0808 17.4481H1.81641" stroke="%23494A52" stroke-width="2.93103" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}

/*cart form css*/
.theme_form .form-control {
  border: 1px solid #C7C7C7;
  border-radius: 14px;
  color: #000;
  padding: 15px 15px;
}

.theme_form .form-control::placeholder {
  color: #C7C7C7;
}

.theme_form .form-control label {
  color: #000;
}

/*radio button check css*/
.aggree {
  background-color: transparent;
  border: 1.95px solid #D9D9D9;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 rgba(61, 252, 103, 0.5);
  cursor: pointer;
  font: inherit;
  height: 35px;
  outline: none;
  width: 35px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.aggree:checked {
  background-color: white;
  border: .6em solid rgb(0 0 0);
  -webkit-transition: background .15s, box-shadow .1s;
  transition: background .15s, box-shadow .1s;
}

.csu_radcheck .card_min {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* ===================================================
order history page css 27-sep-2023
=================================================== */
.nav-tabs.ordr_hist_tab .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #72B815 !important;
}

.nav-tabs.ordr_hist_tab .nav-link {
  padding: 17px 31px;
}

.nav-tabs.ordr_hist_tab .nav-link:hover {
  border-color: transparent;
}

/*search box*/
.search-box {
  border: 1px solid #DDE4F1CC;
  border-radius: 12px;
  width: 301px;
  max-width: 100%;
}

.search-box input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 15px 10px 15px 50px;
}

.search-box input:focus {
  outline: none;
}

.search-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}


/*order section*/
.order_div {
  margin-top: 22px
}

.ord_date_wrap .ord_delry {
  margin-right: 33px;
  padding-right: 33px;
  position: relative;    
  /* width: 170px; */
  width: auto;
  max-width: 100%;
}

.ord_date_wrap .ord_delry:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.ord_date_wrap .ord_delry:last-child {
  padding-right: 0;
  margin-right: 0;
}

.ord_date_wrap .ord_delry:last-child:after {
  content: none;
}

.map_pin {
  position: relative;
  padding-left: 20px;
}

.map_pin img {
  position: absolute;
  top: 5px;
  left: 0;
}

.resta_logo {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.cancel_btn {
  border: 1px solid rgba(199, 199, 199, 1);
  border-radius: 10px;
  padding: 11px 28px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
}

.modify_btn {
  border: 1px solid rgba(199, 199, 199, 1);
  border-radius: 10px;
  padding: 11px 28px;
  background-color: rgba(114, 184, 21, 1);
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
}

.modify_btn:hover {
  color: rgba(114, 184, 21, 1);
  border-color: rgba(114, 184, 21, 1);
  background-color: transparent;
}




.line_bttm {
  position: relative;
}

.line_bttm:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EAEAEA;
  height: 1px;
  width: 100% !important;
}

.perpar_order .ord_ttl_dte .button {
  opacity: 20%;
}

/*modal css*/
#order_cancel .modal-header {
  padding: 30px 26px 19px !important;
  align-items: start;
  border-bottom: 1px solid #EEEEEE;
}

#order_cancel .modal-body {
  padding: 23px 26px 60px !important;
}




ul.custom-radio li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

ul.custom-radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

ul.custom-radio li label {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  margin: 0;
  z-index: 9;
  color: #424242;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul.custom-radio li .check {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul.custom-radio li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0;
  left: 0;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

ul.custom-radio li input[type=radio]:checked~.check {
  border: 5px solid #000;
}

ul.custom-radio li input[type=radio]:checked~.check::before {}

ul.custom-radio li input[type=radio]:checked~check {
  border: 4px solid #000;
}

#success-screen img {
  width: 260px;
}

/* ===================================================
order details page css 27-sep-2023
=================================================== */
.ordr_dtl_banner {
  background-image: url(../images/order_top_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 317px; */
  height: 500px;
  /* height: 675px; */
  width: 100%;
  background-position: center;
}

/*order-banner-cricle*/
.order-brnd_logo {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #fff;
  bottom: -75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
}

.ordr_dtl_banner img {
  width: 130px;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
}

.hw_name img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.order_detl_sec {
  padding: 95px 0 50px;
}

.ordertlb .button_wrap {
  width: 22%
}

.how_order+hr,
.map_pin+hr {
  margin: 30px 0;
}

.conf_btn {
  padding: 8px 35px;
  background: #E4F1FF;
  color: #2A7DD6;
  border-radius: 6px;
  text-transform: capitalize;
}

.prepar_btn {
  padding: 8px 35px;
  background: #FFF3C8;
  color: #F2BD00;
  border-radius: 6px;
  text-transform: capitalize;
}

.deliv_btn {
  padding: 8px 35px;
  background: #E9FFCC;
  color: #72B815;
  border-radius: 6px;
  text-transform: capitalize;
}

.canceled_btn {
  padding: 8px 35px;
  background: #FFE1F0;
  color: #FF0F82;
  border-radius: 6px;
  text-transform: capitalize;
}

.theme_card.ordr_skyble {
  border-color: #E3EEF3;
  background-color: #F9FDFF;
}

.paid_by img {
  width: 43px;
}

.opacity-20 {
  opacity: 20%
}



/* ===================================================
meal detail page css 28-sep-2023
=================================================== */
.meal_righ_img img{width:400px;height:400px;border-radius:15px;object-fit: cover;}
.meal-ingradiants ul li{position:relative;padding-left:25px;margin-bottom:8px;}
.meal-ingradiants ul li:before{content:'';position:absolute;top:10px;left:6px;width:5px;height:5px;background:#656565;border-radius:100%;}

/*login page css*/
.card-login{border-radius:30px;background:#fff;box-shadow:0px 0px 5px 1px rgb(0 0 0 / 16%);margin:30px 0 30px;}

/*meal_change_ page*/
.meal_change_sec{padding-bottom:120px}
.breadcrumb-item+.breadcrumb-item::before{color:#000!important} 
/* ===================================================
Manage order page 02-Oct-2023
=================================================== */
.order_dte_btn { padding: 11px 15px; border: 1px solid #DDE4F1CC; border-radius: 12px; }
.meal_modaldate { width: 583px; padding: 15px; border-radius: 28px; background: #FFF; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.21); }


/*user modal*/
.usechn_modal{padding:20px!important;min-width:600px;border-radius:25px;background:#FFF;border-color:transparent;box-shadow:0px 2px 5px 1px rgb(0 0 0 / 14%);}
.usechn_modal li a{padding:0;}

/* ===================================================
donation_history page css 03-sep-2023
=================================================== */
/*donation_history page*/
.dona_hist_card .dona_his_img img{width:38px;height:38px;}

.list-dsic{list-style: disc;word-wrap: break-word;}

.give_dona_sec.dona_hist {
    background-color: #F6ED93;
    background-image: url(../css/../images/donation_history.png);
}
.give_dona_sec {
   padding: 30px;
  background-color: #F6EA69;
  border-radius: 14px;
  background-image: url(../css/../images/donation1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}


.give_dona_sec .give_dont_wrap {
    max-width: 500px;
}


.donta_form  input[type="text"] {width: 100%;
        border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    padding: 11px 20px;
    color: #A0A0A0;
    font-weight: 500;
    font-size: 18px;
}

.donta_form a.primary_btn {
    padding: 13px 20px;
}

.donta_form input[type="text"]::focus {outline: none;}





.usechn_modal .selection-wrapper {
    border-radius: 23px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.08);
}
.usechn_modal .selected-content{box-shadow:0 2px 4px 0 rgba(219,215,215,0);border:solid 2px transparent;max-width: 100%;padding:15px;transition:.3s ease-in-out all;}
.usechn_modal .selected-content img{    width: 105px;
    height: 105px;
    object-fit: cover;
    object-position: top;}
.usechn_modal .selected-content h4{font-size:16px;letter-spacing:-0.24px;text-align:center;color:#1f2949;}
.usechn_modal .selected-content h5{font-size:14px;line-height:1.4;text-align:center;color:#686d73;}
.usechn_modal .selected-label{position:relative;}
.usechn_modal .selected-label input{display:none;}
.usechn_modal .selected-label .icon{width:20px;height:20px;border: solid 2px transparent;border-radius:50%;position:absolute;top:15px;right: 15px;transition:.3s ease-in-out all;transform:scale(1);z-index:1;}
.usechn_modal .selected-label .icon:before{content:"\f00c";position:absolute;width:100%;height:100%;font-family:"Font Awesome 5 Free";font-weight:900;font-size:12px;color:#000;text-align:center;opacity:0;transition:.2s ease-in-out all;}
.usechn_modal .selected-label input:checked + .icon{background:#3057d5;border-color:#3057d5;transform:scale(1.2);}
.usechn_modal .selected-label input:checked + .icon:before{color:#fff;opacity:1;transform:scale(.8);}
.usechn_modal .selected-label input:checked ~ .usechn_modal .selected-content{box-shadow:0 2px 4px 0 rgba(219,215,215,0.5);border:solid 2px #3057d5;}


.close_us_modl{background-color:#F6F6F6;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50px;}

/* ===================================================
setting page css 04-sep-2023
=================================================== */
.setting_list .left{width:300px;max-width:100%;border-right:1px solid #DCDCDC;}
.setting_list .right{padding:40px;width:calc(100% - 300px);}
.setting_list .left .head_left{padding:30px 0 30px 30px;}
.setting_list .left ul li{padding:9px 9px 9px 25px;margin-bottom:4px;position:relative;}
.setting_list .left ul li a{display:block;}
.setting_list .left ul li.active:before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:#72B815;}

.manage_kids_wrap .lefts img {
    width: 100px;
    height: 100px;
}


/*about us */
.about_disp img{height:278px;object-fit:cover;}

/*payment mathod page*/
.paymath_head .lefts img{width:30px;}
.paymath_head .rights img{width:24px;}

.paymath_warp{border:1px solid #D9D9D9;border-radius:18px;padding:20px;}
.pass_right img{width: 83px;}

.faq_acc .accordion-item{border-bottom: 1px solid #DCDCDC;border-top:none;border-right: none;border-left: none;}


.faq_acc .accordion-button {
    padding-bottom:0px !important;
}



.faq_acc .accordion-button.collapsed {
    padding-bottom: 16px !important;
}

.edit_pro_opn li a{width:40px;height:40px;border:1px solid rgb(0 0 0 / 10%);display:flex;align-items:center;justify-content:center;border-radius:100%;}
.edit_user_pro img{width: 100px;height: 100px;border-radius: 100%;object-fit: cover;object-position: top;}
.edit_pro_tops {
    position: fixed;
    top: 0;
    padding: 40px 40px 13px;
    background: #ffff;
    z-index: 111;
    width: 50%;border-bottom:1px solid rgb(0 0 0 /6%);;
}




/*06-oct-2023*/
.navbar-light .navbar-toggler-icon{background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23FFFFFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg>') !important;}

 















/* ///// 02/10/23 ///////// */
.full_container.container-fluid{max-width:unset;}
.login_py_16{padding:16px 0;}
.gray_placeholder.form-control::-webkit-input-placeholder{color:#C7C7C7;font-weight:400;}
.gray_placeholder.form-control::-moz-placeholder{color:#C7C7C7;font-weight:400;}
.gray_placeholder.form-control:-ms-input-placeholder{color:#C7C7C7;font-weight:400;}
.gray_placeholder input:-moz-placeholder{color:#C7C7C7;font-weight:400;}
.gray_placeholder.form-control{font-weight:400;color:#C7C7C7;border-color:#C7C7C7!important;border-width:1px!important;}
.go_back{position:absolute;top:40px;left:40px;}
.b_radius_14{border-radius:14px!important;}
.modal-content{border-radius:24px;padding:26px 32px 32px 32px!important;}
.modal_back{height:38px;width:38px;background:transparent;}
.modal_back img{height:100%;width:100%;}
.ps-0.modal-header{padding-left:0!important;margin-bottom:22px;}
.call_log{position:absolute;left:18px;top:17px;}
.modal-footer .resend_btn.get-btn{padding:12px 30px;width:auto;}
.mr_20{margin-right:20px;}
.verify-code .form-control:focus{border-color:#FFCE33;}
.gray_border{border-color:#C7C7C7;}
.signup_card.card-login{box-shadow:none;margin:0;border-radius:0;}
.gray_placeholder_p.form-control{padding:15px 21px!important;}

/* .side_content{
  max-height: 100vh;
  overflow-y: auto;
} */
.another_childbtn{white-space:nowrap;}
.search_add_child .input-group{border-radius:12px;border:1px solid rgba(221,228,241,0.80);background:#FFF;padding:5px 18px;margin:0 26px 24px 26px;width:auto;}
.search_add_child .input-group-text{background:transparent;border:none;padding:0;margin-right:7px;}
.search_add_child .form-control{background:transparent;border:none;padding:0;color:#424242;}
.p_0.modal-content{padding:0!important;}
.border_bottom{border-bottom:1px solid #EEEEEE;}
.city_space.modal-header{padding:30px 26px 20px 26px!important;}
.search_ul{margin:26px 26px 30px 26px;max-height:500px;overflow-y:auto;}
.search_list{display:flex;align-items:center;margin-bottom:20px;}
.search_list_image{margin-right:14px;height:40px;width:40px;}
.search_list_image img{height:100%;width:100%;object-fit:cover;}
.green_shadow{position:relative;z-index:0;}
.green_shadow:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(180deg,#315B0F 3.27%,rgba(212,231,254,0.00) 170.35%);z-index:-1;}
.radio_br.input-group{border-radius:0!important;border:none!important;}
.radio_br .form-control{border-radius:10px!important;border:1px solid #C7C7C7!important;}
.type_placeholder{padding:19px 10px!important;}
.remove_child{box-shadow:0px 4px 4px rgba(0,0,0,0.25);position:absolute;top:0;right:0;}
.alergic_child{border-bottom:1px solid #DEDEDE;}
.alergic_child .childdata.active{border-bottom:3px solid #FFCE33;}



/*11-oct*/
.child-imgcontainer img.user {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}


.ur_crt_tab ul li button img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}


/* 31/10/2023 */

nav.breadcrub_cust.shlsh_lin_blck .breadcrumb-item::before {color: #000 !important;}
