@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');
body {
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    background: #DFEFFF url('../images/login_bg_desktop.png') no-repeat center center/cover;
    position: relative;
    padding-bottom: 66px;
}
.text-success {
    color: #4D962B !important;
}
.text-danger {
    color: #DB0010 !important;
}
.text-primary {
    color: #01468E !important;
} 
.text-primary-2 {
    color: #0075EB !important;
} 
.text-secondary {
    color: #212529 !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: #F9F9F9 !important;
}


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

img {
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fw-200 {
    font-weight: 200;
}
.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;
}

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

.border-bottom-dashed {
    border-bottom: 1px dashed #979797;
}

.resend_otp {
    color: #036CD5;
}

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

.btn-danger {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #DB0010 !important;
    border-color: #DB0010 !important;
}

.btn-primary {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #01468E !important;
    border-color: #01468E !important;
}

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

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



footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    z-index: 1; 
}

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

.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 {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

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

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

.impInstructions ul li::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    font-size: 16px;
    top: -5px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 36px;
    left: 0;
    z-index: 1;
}

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

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


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

.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: rgba(255, 255, 255, 0.60);
    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: #01468E;
    color: #01468E;
}

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

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

.step_txt {
    position: absolute;
    top: 42%;
    left: -75px;
}
.nav-icon{
    position: relative;
    width: 24px;
    height: 20px;
}
.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;
}

.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: #ED1C24;
    left: 40%;
}

.pint_blnc {
    padding: 8px 18px;
    border-radius: 14px;
    background: oklch(0.4 0.12 270.56 / .2);
    color: #01468E;
    font-weight: 500;
}
.deductupdate{
    background: url("../images/coin.gif") no-repeat center left/24px;
    display: inline-block;
    padding: 4px 0 4px 28px;
}


.login_frm .form-control {
    padding: 16px 10px;
    background: rgba(255, 255, 255, 0.60);
}

.qty_outer {
    background: #F3F3F3;
    border: 1px solid #A09E9E;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

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

.modal-backdrop {
    background-color: rgba(0, 0, 0, .7) !important;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(2px);
    opacity: 1 !important;
}
 
.home_row {
    min-height: calc(100vh - 179px);
}
.flex-column {
    min-height: calc(100vh - 110px);
    justify-content: space-between;
}
.important_ins_list li {
    margin-right: -3px !important;
    width: 33%;
}
.important_ins_list li img{
    width: 40px;
}
.tcDV {
    right: 24px;
    top: 19px;
}
.summery_dv .form-control {
    padding-top: 16px;
    padding-bottom: 16px;
    border-color: rgb(181 181 181 / 50%) !important;
}

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

@media (max-width: 991px) {
    .otp-form {
        justify-content: center;
    } 
    .flex-column{
        min-height: auto;
    }
    .right_bg {
        position: relative !important;
    }
    .inner_list button.btn.btn-danger {
        font-size: 14px;
    } 
    .form-floating>.form-control-plaintext~label,
    .form-floating>.form-control:focus~label,
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-select~label {
        padding: 0px 2px;
        font-size: 13px;
        margin-top: -10px;
    }
    .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;
    } 
    .otp-form .otp-field{
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .step_im {
        width: 61%;
    }
    .mid_row .fs-42 {
        font-size: 21px;
    }
    .mid_row .fs-16 {
        font-size: 12px;
    }
    .inner_logo{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .important_ins_list li img {
        width: 30px;
    }
    .inner_list .btn-primary{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        font-size: 12px;
    }
    .tcDV {
        right: 12px;
        top: 5px;
        font-size: 11px;
    }
    .home_row .fs-26 {
        font-size: 18px;
    }
    .home_row .fs-15 {
        font-size: 12px;
    }
}

@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;
    }  
    header {
        font-size: 14px;
    }
    footer {
        font-size: 12px;
    }
    footer img {
        max-height: 30px;
    }
    .brand_section {
        min-height: calc(100vh - 45px);
    } 
    .call_dv {
        font-size: 14px;
    } 
    .qty_outer .form-select {
        width: 108px;
    } 
    .voucha_details_dv {
        font-size: 14px;
    }
}
