@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: #eee6a7 url(../images/login_bg_desktop.png) no-repeat center center/cover;
    position: relative;
}
.text-success {
    color: #4D962B !important;
}
.text-danger {
    color: #DB0010 !important;
}
.text-primary {
    color: #00207E !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: #f3f3f3 !important;
}

@media (min-width: 1800px) {
    .container-lg {
        max-width: 1280px;
    }
}

@media (max-width: 1800px) {
    .container-lg {
        max-width: 1280px;
    }
}

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

img {
    max-width: 100%;
}

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

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

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

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

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

.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: #00207E !important;
    border-color: #00207E !important;
}

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

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

.login_section .mid_row {
    min-height: 100vh;
}

.login_section .right_bg {
    right: 0;
    width: auto;
    bottom: 0;
}

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

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

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

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    z-index: 1;
    color: #fff;
    background-color: #2C3A87;
    background-image: var(--Linear, linear-gradient(90deg, #2C3A87 0%, #0061C7 100%));
}

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

.home_listing {
    position: relative;
    z-index: 1;
    /* max-height: calc(100vh - 130px); */
    max-height: calc(100vh - 66px);
    overflow: hidden;
    overflow-y: auto;
}

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

.tcDV {
    left: 8px;
    top: 6px;
    color: #0469FF;
    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::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 38%;
    background: #fff;
}

.login_section.home_page_outer_main:after {
    display: none;
}

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

.mid_row {
    min-height: 100vh;
}

.login_section .row {
    position: relative;
    z-index: 1;
}

.right_dv {
    border-radius: 60px 0 0 60px;
}

.login_section .right_bg {
    right: 0;
    width: auto;
    bottom: 0;
}

.form-floating>label {
    text-align: center;
    font-weight: 400;
    color: #212529;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}

.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 {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -16px;
    padding: 0px 40px;
    height: auto;
    background: #fff;
    color: #000;
    font-size: 17px;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 10px;
}

.form-floating .form-control:is(:focus) {
    box-shadow: none;
    outline: none;
}

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

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

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

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

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

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

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

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

footer {
    background: #2D2D2D;
}

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

.pint_blnc {
    padding: 8px 18px;
    border-radius: 0px 20px 20px 40px;
    background: #212529;
    color: #fff;
}

.inner_logo img,
.inner_list .btn-primary,
.imp_ins {
    transition: all .5s;
}

.inner_list:hover .inner_logo.mt-2 img {
    max-width: 39%;
}

.inner_logo {
    background: #fff;
    transition: all .5s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.imp_ins {
    /* padding-top: 34px; */
    padding-top: 48px;

}

.inner_list:hover .imp_ins {
    margin-top: 24px !important;
}

.inner_list:hover .inner_logo.mt-2 {
    margin-bottom: 0;
}

.inner_list:hover .btn-primary {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-bottom: -10px;
}

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

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

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

/* New css end */

@media (min-width: 768px) {
    .custm_pb {
        padding-bottom: 70px;
    }
}
@media (max-width: 1200px){
    .login_section .fs-30 {
        font-size: 26px;
    } 
    .login_section .step_cont.fs-18.fw-500 {
        font-size: 14px;
    }
}


@media (max-width: 1150px) {
    .mid_row .fs-50 {
        font-size: 34px;
    }
}

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

@media (max-width: 991px) {
    .right_bg {
        position: relative !important;
    }
    .inner_list button.btn.btn-danger {
        font-size: 14px;
    }
    .home_page_listing .fs-50 {
        font-size: 40px;
    }
    .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;
    }
    .inner_logo{
        position: relative;
    }
    .imp_ins {
        padding-top: 0px;
    }
    
    .inner_list:hover .inner_logo.mt-2 img {
        max-width: 100%;
    }
    .inner_list:hover .imp_ins {
        margin-top: 0px !important;
    }
    .inner_list:hover .btn-primary {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-bottom: 0;
    }

    #faildPop .fs-28 {
        font-size: 24px;
    }
    #faildPop .fs-16 {
        font-size: 12px;
    }
    .login_section .fs-30 {
        font-size: 20px;
    }
    .login_section .step_cont.fs-18.fw-500 {
        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;
    }
    body {
        background: #eee6a7 url("../images/homeBgM.png") no-repeat center top/cover;
    }
    .logn_section section .container-lg {
        max-width: 450px;
    }
    .logn_section section .container-lg .mobile_frm {
        padding: 0 15px;
    }
    header {
        font-size: 14px;
    }
    footer {
        font-size: 12px;
    }
    footer img {
        max-height: 30px;
    }
    .brand_section {
        min-height: calc(100vh - 45px);
    }
    .mid_row .fs-50 {
        font-size: 32px;
    }
    .right_dv {
        border-radius: 40px 40px 0 0px;
    }
    .login_section::after {
        display: none;
    }
    .qty_outer .form-select {
        width: 108px;
    }
    .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;
    }
}
