@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    position: relative
}

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

.fs-13 {
    font-size: 13px
}
.fs-14 {
    font-size: 14px
}

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

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

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

.fs-26 {
    font-size: 26px
}
.fs-27 {
    font-size: 27px
}
.fs-35 {
    font-size: 35px
}
.fs-56 {
    font-size: 56px
}

.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
}

img {
    max-width: 100%
}
.text-success{
    color: #148411 !important;
}
.cursor-pointer {
    cursor: pointer
}

.shadow {
    box-shadow: 0 0rem .5rem rgba(0, 0, 0, .15) !important
}

.form-control,
.save_dv_mod {
    padding: 10px 10px
}

.text-muted {
    color: #868493 !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
}

a {
    text-decoration: none
}
.formErrorContent {
    color: red;
    position: absolute;
    width: 100%;
    left: 0;
    white-space: nowrap;
    top: 49px;
    font-size: 11px;
}
.otpresponse {
    color: red;
}
.text-warning{
    color: #F7A800 !important;
}
.text-primary{
    color: #00488E !important;
}
.text-primary-2{
    color: #00488E;
}
.btn-light {
    color: #00488E !important;
}
.btn-primary{
    background-color: #00488E !important;
    border-color: #00488E !important;
}
.bg-primary{
    background: #00488E !important;
}

.mian_otr{
    min-height: 100vh;
    padding-bottom: 64px;
}
.login_section {
    background: #00488E url("../images/bg_loin_d.svg") no-repeat center center/cover;
    position: relative;
    /* padding-bottom: 50px */
}
.login_row{
    min-height: calc(100vh - 124px);
}

.login_section .form-control{
    padding: 12px 14px;
    background: rgba(255, 255, 255, .25) ;
}
.login_section  .home_btn{
    padding: 12px 14px;
    box-shadow: 0px 6px 10px 0px rgba(0, 35, 69, 0.50);
}
 
.nav-icon {
    width: 20px;
    transition: .2s ease-in-out;
    cursor: pointer;
    height: 16px;
    position: relative
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .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: #01468e
}

.price_top {
    background: url("../images/price_bg.svg") no-repeat center left/20px;
    padding-left: 30px
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

footer ul li {
    font-size: 18px;
    position: relative;
    margin-right: 10px;
    padding-right: 10px
}

footer ul li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 2px;
    background: #000
}

footer ul li:last-child:after {
    display: none
}

footer ul li a {
    color: #000
}

.banner_section img {
    border-radius: 20px
}

.home_listing .inner_listing {
    border-radius: 10px;
    overflow: hidden !important
}

.home_listing .inner_listing .list_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.home_listing .tcDV {
    right: 10px;
    top: 8px;
    font-size: 12px;
    border-radius: 16px 0 0 16px;
    color: #0469FF;
    font-weight: 600;
}

.home_listing .inner_listing .strip_outer .value_strip {
    background: url("../images/strip_bg.png") no-repeat center center/100% 100%;
    padding: 6px 22px;
    font-size: 13px;
    text-transform: uppercase;
    color: #030303;
    position: relative;
    top: -15px;
    font-weight: 500
}

.tooltip-inner {
    font-size: 10px !important
}

.otp-form {
    display: flex;
    justify-content: space-between
}

.otp-form .otp-field {
    display: inline-block;
    width: 21%;
    height: 50px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #CACACA;
    outline: none;
    margin-right: 10px;
    background: rgba(255, 255, 255, .3);
    border-radius: 14px
}
.otp-form .otp-field:nth-child(4){
    margin-right: 0px;
}
.otp-form .otp-field:focus {
    transform: scale(1.04);
    transition: all .3s;
    border-color: #DB0010;
    background: #fff
}

.otp-form .otp-field:not(:-moz-placeholder-shown) {
    border: 1px solid #000;
    box-shadow: none;
    background: #fff
}

.otp-form .otp-field:not(:placeholder-shown) {
    border: 1px solid #000;
    box-shadow: none;
    background: #fff
}

.modal-body {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    position: relative
}

.modal-body::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.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
}

.impInstructions ul {
    margin: 0
}

.impInstructions ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 14px
}

.impInstructions ul li span {
    color: #01468e
}

.impInstructions ul li.no span {
    color: #01468e
}

.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: 16px
}

.address_outer p {
    font-size: 13px
}

.howtomodal .owl-nav button span {
    display: none
}

.howtomodal .owl-nav button.owl-prev {
    background: url("../images/prev.png") no-repeat center center/cover;
    width: 22px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px
}

.howtomodal .owl-nav button.owl-next {
    background: url("../images/prev.png") no-repeat center center/cover;
    width: 22px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1);
    right: -22px
}

.howtomodal .owl-nav button.disabled {
    opacity: .6;
    cursor: not-allowed
}

.howtomodal .step_text {
    font-weight: 600;
    font-size: 14px
}

.howtomodal .step_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #01468e;
    left: 0
}

.howtomodal .min-h-con {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    height: 80px
}

.navigationSlide {
    overflow: hidden;
    width: 290px !important
}

.btn-close {
    background-color: #09c3b1;
    opacity: 1;
    background-size: 44%;
    border-radius: 50%;
    filter: invert(1);
    cursor: pointer;
    width: 20px;
    display: inline-block;
    height: 20px;
}
.navigationSlide .btn-close {
    opacity: 1;
    font-size: 14px;
    position: fixed;
    right: 292px;
    top: 0
}

.navigationSlide .mid_slide {
    overflow-y: auto
}

.navigationSlide ul {
    margin: 0;
    padding: 0
}

.navigationSlide ul li {
    list-style: none
}

.navigationSlide ul li a {
    display: block;
    color: #404040;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 16px;
    font-size: 13px;
    text-transform: uppercase
}

.navigationSlide ul li a:hover {
    background-color: rgba(1, 70, 142, .1)
}

.navigationSlide .cate_slide {
    position: relative;
    cursor: pointer
}

.navigationSlide .cate_slide::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(224deg);
    transition: all .5s
}

.navigationSlide .cate_slide_inner {
    width: 100%;
    max-height: 304px;
    background: #f6f6f6;
    transition: all .5s;
    z-index: 1;
    overflow-y: auto;
    display: none
}

.navigationSlide .open_cate .cate_slide_inner {
    display: block
}

.navigationSlide .open_cate .cate_slide::after {
    transform: rotate(44deg)
}

.congrates_page .redirctc_dv {
    font-size: 14px;
    background: #fff5f6;
    border: 1px solid rgba(219, 0, 16, .1);
    padding: 3px 10px;
    border-radius: 20px
}

.rdm_txt::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80%;
    background: #F7A800;
}
.login_section.login_home .login_row {
    min-height: auto;
}
.cong_txt {
    color: #fff;
    position: relative;
}
.cong_txt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    height: 3px;
    width: 60%;
    background: #F7A800;
}
.home_listing {
    background: #00488E url("../images/home_bg.svg") no-repeat center center / cover;
}
.bg_home_inr {
    background: rgba(0, 0, 0, .2);
    padding: 30px 0;
    border-radius: 40px 40px 0 0;
}
.slider_list li{
    margin-right: 14px !important;
}
.slider_list li:last-child{
    margin-right: 0px !important;
}
.slider_list{
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .inner_offer_slider {
    width: 236px;
    height: 236px;
    border-radius: 10px;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
}

.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-light{
  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;
  }
  .inner_offer_b .logo_b{
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider_list::-webkit-scrollbar {
    display: none;
  }
.price_dv {
    position: absolute;
    bottom: 66px;
    color: #00488E;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
@media(min-width: 991px){
    .inner_logo {
      background: #fff;
      transition: all 0.5s;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      padding-bottom: 10px;
    }
    .inner_logo img, .inner_list .btn-light, .imp_ins {
      transition: all 0.5s;
    }
    .imp_ins {
      padding-top: 70px;
    }
    .inner_list:hover .inner_logo.mt-2 img {
      max-width: 39%;
    }
    .inner_list:hover .imp_ins {
      margin-top: 16px !important;
    }
    .inner_list:hover .btn-light {
      padding-top: 4px !important;
      padding-bottom: 4px !important;
      margin-bottom: -6px;
    }
    .inner_list:hover .price_dv {
        display: none;
    }
    .inner_list:hover .inner_logo {
     padding-bottom: 0px;
    }
  }

@media(max-width: 1399px){
    .login_section .fs-35 {
        font-size: 30px;
    }    
}
@media(max-width: 1199px){
    .login_section .fs-35 {
        font-size: 25px;
    }   
    footer ul li{
        font-size: 15px;
    } 
    footer .fs-18{
        font-size: 15px;
    }
    .cong_txt {
        font-size: 46px;
    }
    .login_home .fs-27 {
        font-size: 22px;
    }
}
@media(max-width: 991px) {
    .mian_otr {
        padding-bottom: 46px;
    }
    .cong_txt {
        font-size: 30px;
    }
    .login_home .fs-27 {
        font-size: 15px;
    }
}

@media(max-width: 767px) {
    .login_section{
        background: #00488E url("../images/bg_loin_m.svg") no-repeat center center/cover;
    }
    
    .login_section h4 {
        font-size: 16px
    }
    .banner_section img {
        border-radius: 14px
    }
    .home_listing .inner_listing .btn-light {
        font-size: 12px
    }
    .home_listing .inner_listing .instruction_ic span img {
        width: 20px
    }
    .home_listing .inner_listing .strip_outer .value_strip {
        font-size: 12px
    }
    footer ul li {
        font-size: 13px;
    }
    footer .fs-18 {
        font-size: 10px;
    }
    footer img{
        width: 70px;
    }
    .price_top {
        font-size: 11px;
        padding-left: 0;
        background: none;
    }
    .price_top span:first-child {
        display: block;
    }
    .price_top span:last-child {
        display: inline-block;
        background: url("../images/price_bg.svg") no-repeat center left / 16px;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 600;
    }
}

@media(max-width: 567px) {
    .congrates_page .fs-14 {
        font-size: 12px
    }
}

@media(max-width: 460px) {
    .home_listing .inner_listing .strip_outer .value_strip {
        font-size: 11px
    }
}