@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Chrome/Opera/Safari */
::-webkit-input-placeholder { color: #666;}
::-webkit-selection{background:#ed1c24;color:#fff;text-shadow:0 0 transparent}
 /* Firefox 19+ */
::-moz-placeholder { color: #666;}
::-moz-selection{background:#ed1c24;color:#fff;text-shadow:0 0 transparent}
 /* IE 10+ */
:-ms-input-placeholder {color: #666;}
::-ms-selection{background:#ed1c24;color:#fff;text-shadow:0 0 transparent}
/* Firefox 18- */
:-moz-placeholder {  color: #666;}
::selection{background:#ed1c24;color:#fff;text-shadow:0 0 transparent}
img {-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none; max-width:100%}
a[data-toggle="modal"]{outline:none}
/* h3 {font-family: 'Cinzel', serif;} */
body { font-family: "Poppins", sans-serif; background:#22242c url(../images/bg.png) no-repeat center/cover; position: relative;}
html {min-height:100%}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
*::-webkit-scrollbar {
  width: 5px;
}

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

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




/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.lh-1{
  line-height: 1.3;
}
.fw-200 { font-weight: 200 }
.fw-300 { font-weight: 300 }
.fw-400 { font-weight: 400 }
.fw-500 { font-weight: 500 }
.fw-600 { font-weight: 600 }
.fw-700 { font-weight: 700 }
.fw-800 { font-weight: 800 }
.fw-900 { font-weight: 900 }

.fs-0 { font-size: 0px; }
.fs-8 { font-size: 8px; }
.fs-10 { font-size: 10px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-29 { font-size: 29px; }
.fs-27 { font-size: 27px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-36 { font-size: 36px; }
.fs-40 { font-size: 40px; }
.fs-43 { font-size: 43px; }
.fs-46 { font-size: 46px; }
.fs-50 { font-size: 50px;}
.text-primary{
  color: #00207C !important;
}
.text-primary-2{
  color: #036CD5 !important;
}
.text-orange {color: #FFAF3F}
.topLinkes {line-height: 1.2;}
.bg-dark {background-color: #212529 !important;}
footer.bg-dark a {color: #fff; text-decoration: none;}
.btn-primary {background-color: #00207E; border-color: #00207E;}
.btn-outline-primary {border-color: #00207E; color: #00207E;}
.btn-outline-primary:hover,
.btn-primary:hover {background-color: #00207E; border-color: #00207E; color:#fff;}
.form-control-line .form-control {padding-left: 0; padding-right: 0; background-color: transparent; border-width:0 0 1px 0; border-radius: 0; color: #fff;}
.form-control-line ::-webkit-input-placeholder {font-size: 12px;}
.form-control-line ::-moz-placeholder {font-size: 14px; color: #efefef;}
.form-control-line :-ms-input-placeholder {font-size: 14px; color: #efefef;}
.form-control-line :-moz-placeholder {font-size: 14px; color:#efefef;}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {border-color: #666; color: #666; background-color: #fff;}


.hamburger-icon:before { content: ""; display: block; position: fixed; top: 0; left: 0; height: 100%; width: 0; opacity: 0; background: rgba(0, 0, 0, .4) }
.hamburger-icon { vertical-align: middle; position: relative; height: 28px; width: 28px; z-index: 100; cursor: pointer; display: inline-block }
.hamburger-icon div { position: absolute; height: 2px; right: 2px; left: 2px; background-color: #fff; border: 0; -webkit-transition: -webkit-transform .1s ease-in-out .1s, top .1s ease-in-out .1s; -moz-transition: -moz-transform .1s ease-in-out .1s, top .1s ease-in-out .1s; -o-transition: -o-transform .1s ease-in-out .1s, top .1s ease-in-out .1s; transition: transform .1s ease-in-out .1s, top .1s ease-in-out .1s; vertical-align: top }
.hamburger-icon div.top { top: 25%; margin-top: -1px }
.open-nav .hamburger-icon div.top { transform: rotate(-135deg); top: 50%; background-color: #d62625; }
.hamburger-icon div.middle { top: 50%; margin-top: -1px; }
.open-nav .hamburger-icon div.middle { opacity: 0; }
.hamburger-icon div.bottom { top: 75%; margin-top: -1px; }
.open-nav .hamburger-icon div.bottom { transform: rotate(135deg); top: 50% ; background-color: #d62625; }
header.row {position: relative; z-index: 1}
.ab {background-color: #fff; border-radius: 0px 20px 20px 40px; padding: 7px 10px 7px 30px; z-index: 99; }
.menu-box {background-color: #fff; position: absolute; right: 0; width:240px; top:35px; display: none;}
.menu-box::after {position: absolute; content:''; border-left:10px solid transparent; border-right: 10px solid transparent; border-bottom:10px solid #fff; right: 5px; top: -10px;}
.menu-box ul li a {color: #000; display: block; padding: 5px 10px; text-align: left; font-size: 14px;}
.menu-box ul li a:hover {opacity: .75; text-decoration: none;}
.open-nav .menu-box {display: block;}
.cursor-pointer {cursor: pointer;}
.online {background-color: #f4fff0;  border-radius: 0px 10px 10px 15px; padding: 3px 7px; font-size: 12px; color: #3d8a2d;}
.offline {background-color: #fbf7ee;  border-radius: 0px 10px 10px 15px; padding: 3px 7px; font-size: 12px; color: #3679eb;}
.both {background-color: #e8f2fd;  border-radius: 0px 10px 10px 15px; padding: 3px 7px; font-size: 12px; color: #bb8e2f;}

.btnC {border-radius: 50%; width: 24px; height: 24px; display: flex; justify-content: center; float: right;}
.btnC .btn-close { background-size: 10px; opacity: 1; background-color: transparent; border:0; cursor: pointer;}
.neModal {font-size: 16px}
.neModal .fw-700 {font-weight: 700}
.neModal .fs-14 {font-size: 14px }
.neModal .text-primary {color: #00207E !important}
.neModal .btn-primary {background-color: #00207E !important; border-color: #00207E !important}
.neModal .text-success {color: #4D962B !important}
.neModal .btn-success {background-color: #06B050 !important; border-color: #06B050 !important}
.neModal .reff {background: url(../images/bor.png) no-repeat top center/100% auto;}
.gvSec {background-image: url(../images/li.png), url(../images/li.png); background-repeat: no-repeat , no-repeat; background-position: center top, center bottom;}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mob_frm .form-control {
  padding-left: 28px;
}
.promo_ic {
  position: absolute;
  left: 0;
  top: 4px;
}
.promo_ic img{
  height: 22px;
}
.row.home_mod_row {
  min-height: calc(100vh - 75px);
}
.inner_list_brand {
  border-radius: 14px;
}
.rounded-custom{
  border-radius: 20px;
}
.imp_ins_des ul{
  padding: 0px 10px;
}

.imp_ins_des ul li{
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}


.howToUse .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.howToUse h6 span {
  padding: 3px;
  border-radius: 50%;
  /* border: 1px solid #ddd; */
  width: 60px;
  height: 60px;
  font-size: 11px;
  font-weight: 500;
  background: #e79450;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.howToUse h6::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e79450;
  z-index: -99999;
  transform: translateY(-50%);
}
.step_no{
  font-size: 20px;
}
.howToUse figcaption { 
  height: 96px;
  overflow: hidden;
  overflow-y: auto;
}
 
.howToUse .owl-nav button.owl-prev {
  left: -16px;
  color: #01468E;
  font-size: 50px;
  background: transparent !important;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.howToUse .owl-nav button.owl-next {
  right: -16px;
  color: #01468E;
  font-size: 50px;
  background: transparent !important;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.howToUse .owl-nav button.disabled {
  opacity: 0.7 !important;
  filter: grayscale(1) !important;
}
.howToUse figure {
  background: #F6F6FF;
  border-radius: 6px;
  overflow: hidden;
}
.howToUse.crousel_brand_love .owl-stage {
  display: flex;
}
.howToUse.crousel_brand_love .owl-item.active {
  display: flex;
  flex: 1 0 auto;
}
.howToUse.crousel_brand_love .active .home_nner_crousel {
  display: flex;
  flex-direction: column;
}
.howToUse.crousel_brand_love .active .home_nner_crousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.howToUse.crousel_brand_love .active .home_nner_crousel .flex-text {
  flex-grow: 1;
}
.howToUse .owl-nav button span {
  font-size: 50px;
}
.store_loc_frm .form-control {
  border-radius: 20px;
  background: #fff url("../images/store_ic.svg") no-repeat 12px center/18px;
  padding: 10px 10px 10px 40px;
}
.store_loc_frm .form-control:is(:focus, :active){
  box-shadow: none;
  border-color: #00207E ;
}
.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: 600;
  margin: 0;
}
.address_outer p {
  font-size: 12px;
  color: rgba(0, 0, 0, .7);
}
.address_outer .form-control {
  border-radius: 8px;
  font-size: 14px;
}
.address_outer .btn-primary {
  border-radius: 8px;
}
.slider_list{
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.inner_offer_slider{
  width: 236px;
  height: 236px;
  border-radius: 10px;
  overflow: hidden;
  perspective: 1000px;
}
.slider_inr{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .4s;
  transform-style: preserve-3d;
}
.inner_offer_f{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.inner_offer_b{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #0536c7;
}
.inner_offer_b .logo_b{
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_offer_b .btn-primary{
  border-radius: 30px;
}
.inner_offer_slider:hover .slider_inr{
  transform: rotateY(180deg);
}
.bg_fasoss{
  background: #48368D;
}
.bg_myntra{
  background: #3F0830;
}
.bg_superdry{
  background: #FF8303;
}
.bg_eatsure{
  background: #4F3EC5;
}
.bg_ola{
  background: #D7DF20;
}
.bg_bata{
  background: #FF0021;
}
.bg_soneyliv{
  background: #3F0830;
}
.bg_titan{
  background: #4F4C4C;
}
.bg_jackjones{
  background: #002889;
}
.bg_blinkit{
  background: #FFA909;
}
.slider_list li{
  margin-right: 14px !important;
}
.slider_list li:last-child{
  margin-right: 0px !important;
}
.succes_modal_bdy {
  border-radius: 18px;
}
.branlist_success_mod {
  border-radius: 16px;
}

.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 #fff;
  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 #00207E;
  color: #ffffff;
}
.otp_form .otp-field:not(:-moz-placeholder-shown) {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
  color: #00207E;
}
.otp_form .otp-field:not(:placeholder-shown) {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
  color: #00207E;
}

.out_of_point{
  border-radius: 20px;
}

.grab_dv{
  border-radius: 14px;
  background: #F6F4F4;
  border: 1px solid #E9E9E9;
}
.grab_dv img{
  width: 30px;
}
.out_of_point .btn-primary {
  border-radius: 10px;
}


@media (min-width: 768px) {
  .bg-mobile {max-height: calc(100vh - 145px); overflow-x: hidden; overflow-y: auto;}
}
@media (max-width: 767px) {
  .ab {font-size: 12px; padding:4px 5px 4px 10px; }
  .bg-mobile {background-color: #F6F6F6; border-radius: 10px 10px 0 0;}
  .bannerBOx .h1 {font-size: 1.5rem;}
  .bannerBOx .fs-16 {font-size: 12px;}
  .home_cont{
    max-width: 100% !important;
  }
  .topLinkes {
    position: relative;
    left: 20px;
    width: 43%;
  }
  .topLinkes .fs-22 {
      font-size: 11px;
  }
  .topLinkes .h1 {
      font-size: 20px;
  }
  .topLinkes .fs-18 {
      font-size: 10px;
  }
  .login_page_ou{
    background:#22242c url('../images/bg_m_h.png') no-repeat top center/cover;
  }
  .mid_row{
    min-height: auto;
  }
  .right_dvv{
    padding-top: 70%;
  }
  .right_dvv .h1 {
    font-size: 32px;
  }
  .right_dvv .fs-16{
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
  }
  .modal-body .fs-26 {
    font-size: 18px;
  }
  .inner_offer_slider{
    width: 200px;
    height: 200px;
  }
  .inner_offer_b .logo_b {
    height: 56px;
  }
  .inner_offer_slider .fs-26 {
    font-size: 20px;
  }
  .out_of_point .fs-40 {
    font-size: 30px;
  }
  .out_of_point .fs-29 {
    font-size: 20px;
  }

}
