@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.font-size-0 {
  font-size: 0px;
}

.font-size-7 {
  font-size: 7px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-66 {
  font-size: 66px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.font-weight-m-500 {
  font-weight: 500;
}

/* ************** For Firefox Start ************** */
* {
  scrollbar-width: thin;
  scrollbar-color: #0095D9 transparent;
}

/* ************** For Firefox End ************** */
/* ************** For Chrome, Edge, and Safari Start ************** */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #0095D9;
  border-radius: 6px;
  border: 2px solid transparent;
}

::-moz-selection {
  color: #ffffff;
  background: #0095D9;
}

::selection {
  color: #ffffff;
  background: #0095D9;
}

img {
  height: auto;
  max-width: 100% !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}

.bg-dark {
  background: #1B1F23;
}

.bg-primary {
  background: #0095D9 !important;
}

.btn-primary {
  background: #0095D9 !important;
  border-color: #0095D9 !important;
}

.text-primary {
  color: #0095D9 !important;
}

.text-success {
  color: #0A7D38 !important;
}

.text-warning {
  color: #FF6B00 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.custom_select {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px dashed rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
  background: #000000 url("../images/select_dwn.svg") no-repeat 96% center/14px !important;
}

.bg-dark-2 {
  background: #1F1E1E;
}

.bg-dark-3 {
  background: #161616;
}

.bg-light-2 {
  background: #E8F8FF;
}

.border-dark-2 {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.border-dark-top-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.border-dark-bottom-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.border-dark-bottom-dashed-2 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5) !important;
}

.border-dark-end-dashed-2 {
  border-right: 1px dashed rgba(255, 255, 255, 0.5) !important;
}


.customCheckbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.customCheckbox input:checked + label:after {
  content: "";
  top: 7px;
  left: 8px;
  width: 5px;
  height: 8px;
  position: absolute;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  transform: rotate(43deg);
  border-color: #1B1F23;
}
.customCheckbox input:checked + label::before {
  background: #0095D9;
  border-color: #0095D9;
}
.customCheckbox label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 26px;
  font-size: 14px;
  display: flex;
  color: #ffffff;
}
.customCheckbox label a {
  text-decoration: none;
  color: #0095D9;
}
.customCheckbox label:before {
  content: "";
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #CDCDCD;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  border-radius: 2px;
}

.home_bg {
  background: #000000 url("../images/home_bg.png") no-repeat right top/cover !important;
  background-attachment: fixed !important;
}

/* ************** common css end ************** */
/* ************** navigation slide css ************** */
.navigationSlide {
  top: 40px !important;
  width: 300px !important;
}
.navigationSlide .close_offcanva {
  top: 0;
  position: absolute;
  left: -40px;
}
.navigationSlide .mid_slide ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding-bottom: 14px;
  margin-bottom: 14px;
  color: #000000;
  font-size: 15px;
  text-decoration: none;
}
.navigationSlide .mid_slide ul li:last-child a {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0;
}

/* ************** navigation slide css end ************** */
body {
  background: #000000 url("../images/bg_desktop.png") no-repeat center center/cover !important;
  min-height: 100vh;
  background-attachment: fixed;
  font-family: "Manrope", serif;
}

.modl_bdy_custom {
  border-radius: 20px;
}

.imp_ins ul {
  padding: 0;
  margin: 0;
}
.imp_ins ul li {
  color: #595959;
  margin-bottom: 10px;
}
.imp_ins ul li .yes, .imp_ins ul li .no {
  text-transform: uppercase;
  color: #00207E;
  font-weight: 500;
}
.imp_ins ul li:last-child {
  margin-bottom: 0px;
}

.faq_outer {
  font-size: 14px;
}
.faq_outer h1, .faq_outer h2, .faq_outer h3, .faq_outer h4, .faq_outer h5, .faq_outer h6 {
  font-size: 16px;
  font-weight: bold;
}
.faq_outer p, .faq_outer li, .faq_outer ul {
  font-size: 14px;
}

.step_slider li {
  width: 228px;
  display: inline-block;
  margin-right: 14px;
}
.step_slider li:last-child {
  margin-right: 0px;
}
.step_slider li figure {
  background: #ECF1FF;
  border-radius: 10px;
  overflow: hidden;
}
.step_slider li figure img {
  border-radius: 10px;
}
.step_slider li figure figcaption {
  white-space: initial;
}
.step_slider li figure figcaption .font-size-12 {
  height: 90px;
  overflow: hidden;
  overflow-y: auto;
}

.locatorForm .form-control {
  background: #ffffff url("../images/store_loc_frm.svg") no-repeat 14px center/14px !important;
  padding-left: 38px;
  border-color: #0095D9;
}

.address_outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.address_outer button {
  font-size: 14px;
  white-space: nowrap;
}
.address_outer h5 {
  font-size: 12px;
  font-weight: 800;
}
.address_outer p {
  font-size: 12px;
}
.address_outer .form-control {
  border-color: rgba(0, 0, 0, 0.07);
  font-size: 14px;
  padding: 10px;
}
.address_outer .btn-primary {
  padding: 10px 0;
}

.storeDes {
  max-height: 440px;
  overflow: hidden;
  overflow-y: auto;
}

.modal-backdrop.show {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* ************** common css ************** */
.nav-icon {
  width: 24px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  height: 18px;
  position: relative;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0px;
}
.nav-icon span:nth-child(2) {
  top: 50%;
}
.nav-icon span:nth-child(3) {
  top: 100%;
}
.nav-icon:hover span:nth-child(2) {
  width: 70%;
  background: #0095D9;
}

/* ************** common css end ************** */
/* ************** login page end ************** */
.login_section {
  background: #000000 url("../images/login_bg_d.png") no-repeat bottom right/cover !important;
  min-height: calc(100vh - 72px);
}
.login_section .form-control {
  background: rgba(45, 45, 45, 0.6);
  padding: 14px 10px;
  border-color: #767676;
}
.login_section .btn-primary {
  padding: 14px 10px !important;
}

.otp_form {
  /* display: flex; */
  justify-content: space-between;
}
.otp_form .otp-field {
  display: inline-block;
  width: 21%;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #767676;
  outline: none;
  margin-right: 10px;
  background: rgba(45, 45, 45, 0.6);
  border-radius: 14px;
}
.otp_form .otp-field:focus {
  transform: scale(1.02);
  transition: all 0.3s;
  border: 1px solid #0095d9;
  color: #ffffff;
}
.otp_form .otp-field:not(:-moz-placeholder-shown) {
  border: 1px solid #0095D9;
  box-shadow: none;
  color: #0095D9;
}
.otp_form .otp-field:not(:placeholder-shown) {
  border: 1px solid #0095D9;
  box-shadow: none;
  color: #0095D9;
}

/* ************** login page css end ************** */
/* ************** home page css end ************** */
.home_listing .inner_home_list {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: radial-gradient(161.21% 160.39% at 5.71% -44.13%, #807F7F 0%, rgba(54, 47, 47, 0.27) 100%);
  -webkit-backdrop-filter: blur(52px);
          backdrop-filter: blur(52px);
}
.home_listing .inner_home_list:hover {
  background: radial-gradient(161.21% 160.39% at 5.71% -44.13%, rgba(232, 230, 230, 0.45) 0%, rgba(0, 170, 247, 0.09) 100%);
  -webkit-backdrop-filter: blur(92px);
          backdrop-filter: blur(92px);
}

/* ************** home page css end ************** */
/* ************** footer css ************** */
main {
  padding-bottom: 60px;
  position: relative;
  min-height: 100vh;
}

footer {
  background: #1B1F23;
}
footer a, footer span {
  color: #ffffff;
  text-decoration: none;
}

/* ************** footer css end ************** */
/* ************** brand page css ************** */
.brand_page .description_brand {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.brand_page .brand_des {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brand_page .know_more_btn {
  bottom: 0px;
  background: #1F1E1E;
}

.showall_cont .brand_des {
  display: block;
}
.showall_cont .know_more_btn {
  bottom: -18px;
}

.Online_brand {
  color: #0A7D38;
  padding-left: 20px;
  position: relative;
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  font-weight: 400;
}
.Online_brand::before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #0A7D38;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Online_brand.OFF {
  color: #f00;
}
.Online_brand.OFF::before {
  background: #f00;
}
.Online_brand.B {
  color: #FFD15C;
}
.Online_brand.B::before {
  background: #FFD15C;
}

.imps_btn {
  background: #000000 !important;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 0;
}
.imps_btn:last-child {
  margin-bottom: 0;
}

.promocodeDv {
  border: 1px dashed #0A7D38;
  padding: 2px 16px 2px;
  background: rgba(0, 0, 0, 0.2) url("../images/promo_ic.gif") no-repeat 12px center/24px !important;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.promocodeDv .form-control {
  padding: 12px 20px 12px 28px;
  background: transparent;
}
.promocodeDv .form-control:is(:focus, :active) {
  box-shadow: none;
  outline: none;
}
.promocodeDv .form-control:not(:-moz-placeholder-shown) ~ .reset_frm {
  display: flex;
}
.promocodeDv .form-control:not(:placeholder-shown) ~ .reset_frm {
  display: flex;
}
.promocodeDv .form-control:not(:-moz-placeholder-shown) ~ .applyBtn {
  background: #0095D9;
  color: #ffffff;
}
.promocodeDv .form-control:not(:placeholder-shown) ~ .applyBtn {
  background: #0095D9;
  color: #ffffff;
}
.promocodeDv .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; /* Firefox */
}
.promocodeDv .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; /* Firefox */
}
.promocodeDv .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.5);
}
.promocodeDv .reset_frm {
  position: absolute;
  right: 90px;
  top: 0;
  bottom: 0;
  align-items: center;
  padding: 0px 4px;
  display: none;
  cursor: pointer;
}

.promo_list {
  background: rgba(0, 0, 0, 0.2) url("../images/promo_list_ic.svg") no-repeat 12px center/24px !important;
  border: 1px dashed rgba(0, 149, 217, 0.2);
  padding-left: 46px;
  color: #ffffff;
}

.demonation_list li {
  border-radius: 10px;
  margin: 0px -3px 0px 0px !important;
  width: 20%;
  padding: 4px;
}
.demonation_list li.inner_denomation input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.demonation_list li.inner_denomation input:checked + label {
  background: #0095d9;
  border-color: #0095d9;
}
.demonation_list li.inner_denomation label {
  background: #000000;
  padding: 14px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
  width: 100%;
  color: #ffffff;
}
.demonation_list li.inner_denomation label::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #1f1e1e;
  border-radius: 50%;
  box-shadow: rgba(255, 255, 255, 0.2) -1px 0px 0px 0px inset;
}
.demonation_list li.inner_denomation label::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  box-shadow: rgba(255, 255, 255, 0.2) -1px 0px 0px 0px inset;
  transform: translateY(-50%) scale(-1);
  width: 10px;
  height: 10px;
  background: #1f1e1e;
  border-radius: 50%;
}

.qty_outer .qtySelector {
  height: 30px;
  width: 90px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.qty_outer .qtySelector button {
  height: 100%;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 3px;
  background: transparent;
  border: 0;
}
.qty_outer .qtySelector button:disabled {
  cursor: not-allowed;
}
.qty_outer .qtySelector .qtyValue {
  width: 26px;
  height: 26px;
  pointer-events: none;
  color: #ffffff;
  background: transparent;
  text-align: center;
  border: 1px solid white;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.qty_outer .qtySelector .decreaseQty {
  background: #595959;
  border-radius: 50%;
}
.qty_outer .qtySelector .decreaseQty:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #ffffff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qty_outer .qtySelector .decreaseQty:hover {
  background: rgba(0, 0, 0, 0.9);
}
.qty_outer .qtySelector .increaseQty {
  background: #595959;
  border-radius: 50%;
  left: initial;
  right: 0px;
}
.qty_outer .qtySelector .increaseQty:before, .qty_outer .qtySelector .increaseQty:after {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qty_outer .qtySelector .increaseQty:before {
  left: 50%;
  width: 10px;
  height: 1px;
}
.qty_outer .qtySelector .increaseQty:after {
  left: 50%;
  width: 1px;
  height: 10px;
}
.qty_outer .qtySelector .increaseQty:hover {
  background: rgba(0, 0, 0, 0.9);
}
.qty_outer.brand_page .qtySelector {
  width: 100%;
  height: 100%;
}

.custom_acc .accordion .accordion-item {
  margin-bottom: 20px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.custom_acc .accordion .accordion-item:is(:focus) {
  box-shadow: none;
}
.custom_acc .accordion .accordion-item .accordion-button {
  background: #0095D9 !important;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 500;
}
.custom_acc .accordion .accordion-item .accordion-button:after {
  filter: brightness(0) invert(1);
}

.store_loc_mobile .form-control {
  background: #ffffff url("../images/store_ic.svg") no-repeat 10px center/14px !important;
  padding: 14px 6px 14px 32px;
  border-radius: 10px;
  border: 0;
}
.store_loc_mobile .form-control:is(:focus, :active) {
  box-shadow: none;
  border-color: #0095D9 !important;
}

.summery_mob {
  background: #ECF1FF;
}

/* ************** brand page css end ************** */
/* ************** cart page css ************** */
.cart_page .cart_list_outr .inner_cart {
  margin-bottom: 20px;
}
.cart_page .cart_list_outr .inner_cart:last-child {
  margin: 0;
}

/* ************** cart page css end ************** */
/* ************** transaction page css ************** */
.transactions_success_outer .transactions_success_grid .list_success {
  margin-bottom: 20px;
}
.transactions_success_outer .transactions_success_grid .list_success:last-child {
  margin-bottom: 0px;
}
.transactions_success_outer .transactions_success_grid .succes_list_outer .border-end {
  border-right-style: dashed !important;
}
.transactions_success_outer .transactions_success_grid .succes_list_outer .trans_page_logo::before {
  content: "";
  position: absolute;
  right: -22px;
  top: -19px;
  width: 18px;
  height: 18px;
  background: #1F1E1E;
  border-radius: 50%;
  box-shadow: 1px 1px rgba(255, 255, 255, 0.3) inset;
  transform: rotate(225deg);
}
.transactions_success_outer .transactions_success_grid .succes_list_outer .trans_page_logo::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -19px;
  width: 18px;
  height: 18px;
  background: #1F1E1E;
  border-radius: 50%;
  box-shadow: 1px 1px rgba(255, 255, 255, 0.3) inset;
  transform: rotate(44deg);
}

.deliver_succes {
  background: transparent url("../images/deliver_success.svg") no-repeat left center/20px !important;
  padding: 4px 0px 4px 28px;
  color: #0A7D38;
}

/* ************** transaction page css end ************** */
.point_ern_tb li.nav-item {
  width: 50%;
  background: #F7F7F7;
}
.point_ern_tb li.nav-item button {
  border-color: transparent !important;
  width: 100%;
  font-weight: 600;
  border-radius: 0;
  color: #1B1F23;
  padding: 16px 0;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.point_ern_tb li.nav-item button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #0095D9;
  display: none;
}
.point_ern_tb li.nav-item button::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  bottom: -8px;
  background: #0095D9;
  display: none;
}
.point_ern_tb li.nav-item button.active {
  background: #ffffff;
  color: #0095D9;
}
.point_ern_tb li.nav-item button.active::after, .point_ern_tb li.nav-item button.active::before {
  display: block;
}

.padding_rec {
  padding: 14px 4px;
}

.point_ern_list:nth-of-type(odd) {
  background: #F7F7F7;
}

.deliverd_point_mdl {
  background: #EBF9F1;
  color: #1F9254;
  width: 120px;
  padding: 6px 0 6px 30px;
  border-radius: 14px;
  position: relative;
  text-align: left;
  font-weight: 500;
}
.deliverd_point_mdl::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: transparent url("../images/check_1.svg") no-repeat left center/cover !important;
}

.banner_section {
  padding: 60px 0;
  background: transparent url("../images/webbg.webp") no-repeat 130% 52%/auto 200% !important;
  transition: all 0.5s;
}
.banner_section .bnr_description h3 {
  font-size: 63px;
  font-weight: 800;
}
.banner_section .bnr_description img {
  width: 500px;
}
.banner_section .gft_box {
  position: absolute;
  right: 19%;
  bottom: 50px;
  transition: all 0.5s;
}
.banner_section .gft_box img {
  width: 100px;
}
.banner_section:hover {
  background-position: 126% 52% !important;
}
.banner_section:hover .gft_box {
  right: 18.5%;
}
.important_ins .imps_btn {
  width: 23%;
  vertical-align: top;
  margin-right: 10px;
}

.important_ins .imps_btn:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pointErnModal .modal-dialog {
    max-width: 700px !important;
    margin: auto;
  }
}
@media (max-width: 1399px) {
  .banner_section .bnr_description h3 {
    font-size: 44px;
  }
  .banner_section .bnr_description img {
    width: 380px;
  }
  .banner_section .gft_box {
    right: 27%;
  }
  .banner_section:hover .gft_box {
    right: 26%;
  }
}
@media (max-width: 1199px) {
  .banner_section .bnr_description h3 {
    font-size: 34px;
  }
  .banner_section .bnr_description .font-size-36 {
    font-size: 30px;
  }
  .banner_section .bnr_description img {
    width: 260px;
  }
  .banner_section .gft_box {
    right: 32%;
  }
  .banner_section .gft_box img {
    width: 80px;
  }
  .banner_section:hover .gft_box {
    right: 31%;
  }
    .banner_section{
        background: transparent url("../images/webbg.webp") no-repeat 140% 52% / auto 200% !important;
    }
}
@media (max-width: 991px) {
   .banner_section{
        background: transparent url("../images/webbg.webp") no-repeat 160% 52% / auto 160% !important;
    }
    .storLocHight {
      max-height: 235px;
      overflow: hidden;
      overflow-y: auto;
    }
  
    .address_outer {
      background: #fff;
      color: #000;
      margin: 8px 0px;
      border-radius: 14px;
      height: auto !important;
      align-items: start;
    }
  
    .address_outer address {
      margin: 0;
    }
  
    .address_outer p {
      margin: 0;
    }
  .cart_summary_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
    background: #ECF1FF;
  }
  .cart_summary_mobile .hide_on_mobile {
    display: none !important;
  }
  .cart_summary_mobile .summery_inr {
    background: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart_summary_mobile .you_pay_mobile {
    border: 0px !important;
  }
  .cart_summary_mobile .you_pay_mobile.text-white {
    color: #000000 !important;
  }
  .cart_summary_mobile .you_pay_mobile .font-size-14 {
    font-size: 12px;
  }
  .cart_summary_mobile .you_pay_mobile .btn-primary {
    font-size: 14px;
  }
  .brand_page .description_brand {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
  }
  .brand_page .description_brand .font-size-16 {
    font-size: 16px;
  }
  .brand_page .description_brand .brand_des {
    font-size: 10px;
  }
  .brand_page .description_brand .know_more_btn {
    font-size: 10px;
  }
  .brand_page .Online_brand {
    font-size: 11px;
  }
  .price_show.font-size-26 {
    font-size: 21px;
  }
  .demonation_list li {
    width: 33.3333%;
  }
  .demonation_list li.inner_denomation label {
    font-size: 14px;
  }
  .you_pay_dv {
    border: 0 !important;
  }
  .cart_list_outr {
    border: 0px !important;
  }
  .cart_list_outr .inner_cart .font-size-14 {
    font-size: 10px;
  }
  .cart_list_outr .inner_cart .font-size-18 {
    font-size: 14px;
  }
  .transactions_success_outer .succes_image img {
    width: 180px;
  }
  .transactions_success_outer .font-size-26 {
    font-size: 24px;
  }
  .transactions_success_outer .font-size-18 {
    font-size: 13px;
  }
  .transactions_success_outer .font-size-24 {
    font-size: 16px;
  }
  .transactions_success_grid .trans_page_logo {
    background: rgba(0, 0, 0, 0.04);
    height: 100%;
    border: 0px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
    padding-top: 6px;
  }
  .transactions_success_grid .voucha_value_success {
    position: absolute;
    bottom: 8px;
    left: 8px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    z-index: 9;
    color: #000;
    padding-right: 14px;
  }
  .transactions_success_grid .font-size-14 {
    font-size: 10px;
  }
  .transactions_success_grid .font-size-16 {
    font-size: 12px;
  }
  .transactions_success_grid .succes_list_outer .list_success {
    background: transparent !important;
    margin-bottom: 10px;
    border: 0px !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 14px;
    border-radius: 0 !important;
  }
  .transactions_success_grid .succes_list_outer .list_success:last-child {
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px !important;
    border-bottom: 0px dashed rgba(255, 255, 255, 0.2) !important;
  }
  .transactions_success_grid .succes_list_outer .trans_page_logo::before, .transactions_success_grid .succes_list_outer .trans_page_logo::after {
    display: none;
  }
  .navigationSlide .font-size-18 {
    font-size: 16px;
  }
  .navigationSlide .mid_slide ul li a {
    font-size: 14px;
  }
  .point_ern_tb li.nav-item button {
    font-size: 14px;
  }
  .padding_rec {
    padding: 4px 0px;
    font-size: 14px;
  }
  .point_ern_list:first-child {
    border-top: 0px !important;
  }
  .point_ern_list .border-end {
    border-right: 0px !important;
  }
  .point_ern_list:nth-of-type(odd) {
    background: transparent;
  }
  .deliverd_point_mdl {
    width: auto;
    background: transparent;
    padding: 0px 0 0px 30px;
  }
    .important_ins .imps_btn {
      font-size: 10px;
    }
}
@media (max-width: 767px) {
  header .font-size-16 {
    font-size: 14px;
  }
  .login_section {
    background: #000000 url("../images/login_bg_m.png") no-repeat bottom right/cover !important;
  }
  .login_section .font-size-32 {
    font-size: 25px;
  }
  .login_section .font-size-16 {
    font-size: 14px;
  }
  .otp_form .otp-field {
    height: 48px;
    font-size: 18px;
  }
  .home_listing .inner_home_list .imp_ins_dv span img {
    width: 30px;
  }
  .home_listing .inner_home_list .font-size-14 {
    font-size: 12px;
  }
  .home_listing .inner_home_list .btn-primary {
    font-size: 14px;
  }
  footer a, footer span {
    font-size: 12px;
  }
  footer img {
    width: 50px;
  }
  .fav_customer .font-size-32 {
    font-size: 15px;
  }
  .transactions_success_grid .voucha_value_success {
    bottom: 2px;
  }
  .banner_section {
    padding: 0px 0 83%;
    background: transparent url("../images/mobile.png") no-repeat 0% -4%/100% auto !important;
  }
  .banner_section .bnr_description h3 {
    font-size: 36px;
  }
  .banner_section .bnr_description img {
    width: 262px;
  }
  .banner_section .bnr_description .font-size-36 {
    font-size: 24px;
  }
  .banner_section .gft_box {
    display: none;
  }
  .banner_section:hover {
    background-position: 0% -4% !important;
  }
 
}/*# sourceMappingURL=style.css.map */
.logoutcls{
  text-decoration: none;
  color: black;
  float: left;
  padding: 0;
  font-size: 15px;

}