@font-face {
    font-family: 'BentonSans Comp';
    src: url('fonts/BentonSansComp-Regular.woff2') format('woff2'),
        url('fonts/BentonSansComp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-Black.woff2') format('woff2'),
        url('fonts/BentonSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans Comp';
    src: url('fonts/BentonSansComp-Medium.woff2') format('woff2'),
        url('fonts/BentonSansComp-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans Comp';
    src: url('fonts/BentonSansComp-Light.woff2') format('woff2'),
        url('fonts/BentonSansComp-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-ExtraLight.woff2') format('woff2'),
        url('fonts/BentonSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-Bold.woff2') format('woff2'),
        url('fonts/BentonSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-Regular.woff2') format('woff2'),
        url('fonts/BentonSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'BentonSans';
    min-height: 100vh;
    position: relative;
    background: #fff;
}

.text-success {
    color: #25B631 !important;
}

.text-success-2 {
    color: #148411 !important;
}

.text-danger {
    color: #FF4F4F !important;
}
 
.btn-outline-primary {
    border-color: #00207E !important;
    color: #00207E !important;
}

.btn-outline-primary:hover {
    background: #00207E !important;
    color: #fff !important;
}

.bg-light {
    background-color: #e6e6e6 !important;
}

.bg-light-2 {
    background-color: #F3F3F3 !important;
}

.text-light{
    color: #666666 !important;
}

.rounde-custom {
    border-radius: 12px;
}

img {
    max-width: 100%;
}

.fs-6 {
    font-size: 6px !important;
}

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

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

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

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

.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-28 {
    font-size: 28px;
}

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

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

.fs-35 {
    font-size: 35px;
}

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

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

.fw-300 {
    font-family: 'BentonSans';
    font-weight: 300;
}

.fw-400 {
    font-family: 'BentonSans Comp';
}

.fw-500 {
    font-family: 'BentonSans Comp';
    font-weight: 500;
    font-style: normal;
}

.fw-600 {
    font-family: 'BentonSans';
    font-weight: 600;
}




.btn-close {
    background-color: #09c3b1;
    opacity: 1;
    background-size: 44%;
    border-radius: 50%;
    filter: invert(1);
}

.border-bottom-dashed {
    border-bottom: 1px dashed #c7c1c1 !important;
}

.resend_otp {
    color: #036CD5;
}
.text-danger-2{
    color: #F84B03;
}

.text-primary{
    color: #0084FF !important;
}


.bg-danger-2{
    background-color: #F84B03;
}

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

.cursor-pointer {
    cursor: pointer;
}

.bg-danger {
    background: #ff0006 !important;
}

.btn-danger {
    background: #006FCF !important;
    border: 0;
    border-color: 1px solid #006FCF !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.border-top-dashed{
    border-top-style: dashed !important;
}

.btn-danger:is(:hover,
:focus,
:active) {
    opacity: 0.8;
}

.rounded-0 {
    border-radius: 0px !important;
}

header{
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.nav-icon {
    width: 20px;
    transform: rotate(0deg);
    cursor: pointer;
    height: 18px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: 0.2s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 2px;
}

footer{
    background: #006FCF;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.nav-icon span:nth-child(2) {
    top: 50%;
}

.nav-icon span:nth-child(3) {
    bottom: 0px;
}

.nav-icon:hover span:nth-child(2) {
    width: 60%;
    background: #DB0010;
    left: 40%;
}


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

.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 strong {
    color: #DB0010;
}

.impInstructions ul li.not strong {
    color: #DB0010;
}


.impInstructions ul li.not::after {
    content: "\f00d";
    top: -8px;
    color: #000;
}

.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: 0.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: #DB0010;
    left: 0;
}

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

.tcDV {
    right: 8px;
    top: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

.left_bg_1 {
    margin-left: -48px;
    margin-right: -20px;
}

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

.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(219, 0, 16, 0.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 0.5s;
}

.navigationSlide .cate_slide_inner {
    width: 100%;
    max-height: 304px;
    background: #f6f6f6;
    transition: all 0.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);
}

.stickey-top {
    position: sticky;
    top: 8px;
}

.formErrorContent {
    font-size: 10px;
    background: #fff;
    padding: 1px 5px;
    margin: -4px 0 0 10px;
    color: red;
}

.codeformError.parentFormlognform.formError {
    top: initial !important;
    bottom: -17px;
    margin-top: 0px !important;
    left: 0 !important;
}

/* New css */
 
.login_section.home_page_outer_main:after {
    display: none;
}

.home_page_listing {
    min-height: calc(100vh - 115px);
}

.mid_row {
    min-height: calc(100vh - 153px);
}


.otp-form {
    display: flex;
}

.otp-form .otp-field {
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #B5B5B5;
    outline: none;
    margin-right: 20px;
    background: #fff;
    border-radius: 10px;
    font-weight: 500;

}

.otp-form .otp-field:nth-last-child(2){
    margin-right: 0px;
}


.otp-form .otp-field:focus {
    transform: scale(1.1);
    transition: all 0.3s;
    border-color: #2D2C2C;
    color: #2D2C2C;
}

.otp-form .otp-field:not(:-moz-placeholder-shown) {
    border-color: #2D2C2C;
    box-shadow: none;
    background: transparent;
    color: #2D2C2C;
}

.otp-form .otp-field:not(:placeholder-shown) {
    border-color: #2D2C2C;
    box-shadow: none;
    background: #fff;
    color: #2D2C2C;
}

.step_txt {
    position: absolute;
    top: 42%;
    left: -75px;
}



.nav-icon:hover span:nth-child(2) {
    width: 60%;
    background: #ED1C24;
    left: 40%;
}

.pint_blnc {
    padding: 0px 18px;
    border-radius: 22px;
    background: #fff;
    font-weight: 500;
}
.deductupdate {
    display: inline-block;
    background: url('../images/coin.gif') no-repeat 0px center / 18px;
    padding-left: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}

 



.inner_logo {
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-radius: 12px;
    background: #fff;
}

.imp_ins {
    padding-top: 48px;
}



/* 
@media (min-width: 992px){
    .status_dv{
        margin-top: 36px;
    }
    .inner_list:hover .inner_logo.mt-2 img {
        max-width: 70%;
    }
    .inner_list:hover .imp_ins {
        margin-top: 70px !important;
        margin-bottom: 26px !important; 
    }
    .inner_list:hover .inner_logo.mt-2 {
        margin-bottom: 0;
    }
    
    .inner_list:hover .status_dv {
        display: none;
    }
    .inner_list:hover .btn-danger {
        margin-bottom: -10px;
    }
} */




@media (min-width: 992px){
    
    .inner_list:hover .inner_logo.mt-2 img {
        max-width: 70%;
    }
    .inner_list:hover .imp_ins {
        margin-top: 70px !important;
        margin-bottom: 26px !important; 
    }
    .inner_list:hover .inner_logo.mt-2 {
        margin-bottom: 0;
    }
    
    .inner_list:hover .status_dv {
        display: none;
    }
    .inner_list:hover .btn-danger {
        margin-bottom: -10px;
    }
}
.status_dv{
    margin-top: 36px;
}

.know_more{
    z-index: 9;
}

.online_brand {
    color: #1B8800;
    background: #F1FFEF;
    line-height: 1;
    position: relative;
    padding: 8px 4px 8px 26px;
    border-radius: 10px 0px 10px 0;
    font-size: 12px;
    min-width: 70px;
}

.online_brand::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: #008C16;
    border-radius: 50%;
}

.online_brand::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 7px;
    height: 3px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

.online_brand.both_brand {
    color: #C38C00;
    background: rgba(195, 140, 0, .07);
}

.online_brand.both_brand::before {
    background: #C38C00;
}

.online_brand.both_brand::after {
    display: none;
}

.online_brand.offline_brand {
    color: #037BF3;
    background: rgba(3, 123, 243, .1);
}

.online_brand.offline_brand::before {
    background: #037BF3;
}

.online_brand.offline_brand::after {
    display: none;
}
.show_qunty {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    color: #767474;
}
.qty_outer {
    background: #fff;
    border-radius: 8px;
}

.vl_txt {
    position: absolute;
    left: 8px;
    top: 12px;
}

.qty_outer .form-select {
    padding: 10px 10px 10px 90px !important;
    background-color: #F3F3F3;
    border: 0;
    font-size: 12px;
    background-position: 100% center;
}

.SummaryForm .form-control {
    background: transparent !important;
}

.SummaryForm .form-control:focus {
    border-color: #037BF3 !important;
    color: #037BF3;
    box-shadow: none;
}

.SummaryForm .form-control:disabled {
    background: #e5e5e5 !IMPORTANT;
    border-color: #707274;
}

.voucha_details_dv {
    background: #EEEEEE;
}

.voucha_details_dv {
    background: #EEEEEE;
    border-top: 1px dashed #B8B8B8;
}

.delivered {
    color: #008C16;
    position: relative;
    font-size: 20px;
    padding-left: 26px;
    line-height: 1;
}

.delivered::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #008C16;
    border-radius: 50%;
}

.delivered::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 9px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

.delivered.failed {
    color: #f00;
}

.delivered.failed::before {
    background: #f00;
}

.delivered.failed::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    background: url(../images/failed_icon_bg.png) no-repeat center center / 80%;
    border: 0;
}

.success_ic {
    max-width: 200px;
    margin-bottom: -38px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .6) ! IMPORTANT;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    opacity: 1 !important;
}
 
.text-dark{
    color: #212529 !important;
}

.home_list {
    min-height: calc((100vh - 510px));
}

/* New css end */
.scale_y{
    transform: scaleY(-1);
}
 
.explore_offer_body .modal-body{
    background: #F24700;
}
.flight_offer_ot::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 6px;
    background: url('../images/circle_ic.png') center center/ 6px;
}

@media (min-width: 36=90px) {
    .delivery_modal .modal-dialog {
        max-width: 370px;
        margin: auto;
    }
}


@media (min-width: 768px) {
    .custm_pb {
        padding-bottom: 70px;
    }
}
@media (max-width: 1199px) {
    .mid_row .fs-35 {
        font-size: 36px;
    }

}

@media (max-width: 1299px) {
    .mid_row .fs-26 {
        font-size: 22px;
    }
}
 

@media (max-width: 991px) {
    .inner_list button.btn.btn-danger {
        font-size: 14px;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .home_page_listing .fs-50 {
        font-size: 40px;
    }
    .mid_row .fs-16{
        font-size: 12px;
    }
    .step_txt {
        left: -60px;
    }
    #faildPop .fs-28 {
        font-size: 24px;
    }
    #faildPop .fs-16 {
        font-size: 12px;
    }
    .mid_row .fs-30 {
        font-size: 22px;
    }
    .login_section .step_cont.fs-18.fw-500 {
        font-size: 12px;
    }
    .inner_logo{
        width: 100%;
    }
    .imp_ins {
        padding-top: 0px;
    }
    
    
    .otp-form .otp-field{
        width: 60px;
        height: 60px;
        font-size: 20px;
    } 
    .step_txt_des2 {
        font-size: 14px;
        position: absolute;
        left: 14px;
        top: 47px;
        text-align: left;
        width: 200px;
    }
     
    .step_im {
        width: 61%;
    }
    .mid_row .fs-35 {
        font-size: 22px;
    }
    .deductupdate{
        background-size: 20px !important;
    }
    .tcDV {
        font-size: 10px;
    }
    .imp_ins img {
        width: 28px;
    }
    
    
    .show_imp .status_dv{
        display: none;
    }
    .inner_list {
        height: auto !important;
    }
    .show_imp .imp_ins {
        padding-top: 84px;
    }
   
}

@media (max-width: 767px) {
    .pint_blnc {
        font-size: 11px;
        padding: 8px 10px;
    }
    .step_txt {
        top: 40px;
        left: 5%;
    }
    .step_txt .fs-30 {
        font-size: 20px;
    }
    .step_txt .step_cont.fs-18 {
        font-size: 14px;
    } 
    footer {
        font-size: 12px;
    }
    footer img {
        max-height: 30px;
    }
    .brand_section {
        min-height: calc(100vh - 45px);
    } 
    .call_dv {
        font-size: 14px;
    }
    .login_section::after {
        display: none;
    }
     
    .home_bnr_txt .fs-50 {
        font-size: 26px;
    }
    .home_bnr_txt .fs-18 {
        font-size: 10px;
    }
    .home_bnr_txt .btn-outline-primary {
        font-size: 12px;
    }
    .voucha_details_dv {
        font-size: 14px;
    }
    .explore_offer_body .modal-body .fs-20 {
        font-size: 14px;
    }
    .explore_offer_body .modal-body .fs-18 {
        font-size: 13px;
    }
    .explore_offer_body .modal-body .fs-20 {
        font-size: 18px;
    }

    .explore_offer_body .modal-body .fs-18 {
        font-size: 13px;
    }

    .explore_offer_body .modal-body .fs-24 {
        font-size: 17px;
    }

    .explore_offer_body .modal-body  .fs-48 {
        font-size: 35px;
    }

    .explore_offer_body .modal-body .fs-14 {
        font-size: 10px;
    }
    .explore_offer_body .modal-body .fs-22 {
        font-size: 17px;
    }
    .explore_offer_body .modal-body .fs-34 {
        font-size: 25px;
    }
    .explore_offer_body .modal-body .fs-16 {
        font-size: 11px;
    }
    header .row::after {
        left: 47%;
    }
    .pint_blnc {
        font-size: 10px;
        padding: 2px 4px;
    }
    .deductupdate {
        background-size: 12px !important;
        padding-left: 14px;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}
