@-webkit-keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%,
    to {
        background-position: 140px
    }
}

@keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%,
    to {
        background-position: 140px
    }
}

@-webkit-keyframes shine-avatar {
    0% {
        background-position: -32px
    }

    40%,
    to {
        background-position: 208px
    }
}

@keyframes shine-avatar {
    0% {
        background-position: -32px
    }

    40%,
    to {
        background-position: 208px
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -450px 0
    }

    to {
        background-position: 450px 0
    }
}

@keyframes shimmer {
    0% {
        background-position: -450px 0
    }

    to {
        background-position: 450px 0
    }
}

@keyframes slide1 {

    0%,
    to {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(10px, 0)
    }
}

@keyframes slide2 {

    0%,
    to {
        transform: translate(0, 0) rotate(45deg)
    }

    50% {
        transform: translate(10px, 10px) rotate(45deg)
    }
}

@keyframes slide3 {

    0%,
    to {
        transform: rotate(-45deg)
    }

    50% {
        transform: rotate(45deg)
    }
}

@keyframes slide4 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes moveUpDown {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-2px)
    }
}

@keyframes l13 {
    to {
        transform: rotate(1turn)
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    letter-spacing: normal
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #121127;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible !important
}

details {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.overflow-hidden {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

img[data-aload] {
    font-size: 0 !important;
    opacity: 0 !important;
    height: 0 !important;
    display: none !important
}

.d-inline {
    display: inline
}

.d-block,
.lawyer-card .ask-lawyer,
.lk-check-status-sec .check-status-wrap h2.mobile,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex,
.media {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

.media {
    display: -ms-flexbox;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-space {
    justify-content: space-between
}

.flex-dir-column {
    flex-direction: column
}

.font-italic {
    font-style: italic
}

.font-8 {
    font-size: 8px
}

.font-9 {
    font-size: 9px
}

.font-10 {
    font-size: 10px !important
}

.font-11 {
    font-size: 11px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14,
.termsModal .terms-wrap h5 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16,
.lk-check-status-sec .check-status-wrap .car-details-block .input-tile input,
.termsModal .terms-wrap h4 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-19 {
    font-size: 19px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-23 {
    font-size: 23px
}

.font-24 {
    font-size: 24px
}

.font-25 {
    font-size: 25px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-32 {
    font-size: 32px
}

.font-33 {
    font-size: 33px
}

.font-34 {
    font-size: 34px
}

.font-36,
.font-37 {
    font-size: 36px
}

.font-38 {
    font-size: 38px
}

.font-40,
.font-42 {
    font-size: 40px
}

.font-44 {
    font-size: 44px
}

.font-45 {
    font-size: 45px
}

.font-48 {
    font-size: 48px
}

.font-50 {
    font-size: 50px
}

.font-54 {
    font-size: 54px
}

.font-56 {
    font-size: 56px
}

.font-60 {
    font-size: 60px
}

.font-73 {
    font-size: 73px
}

.lh-1 {
    line-height: 1
}

.lh-14 {
    line-height: 14px
}

.lh-15 {
    line-height: 15px
}

.lh-16 {
    line-height: 16px
}

.lh-18 {
    line-height: 18px
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-25 {
    line-height: 25px
}

.lh-28 {
    line-height: 28px
}

.lh-29 {
    line-height: 29px
}

.lh-32 {
    line-height: 32px
}

.lh-34 {
    line-height: 34px
}

.lh-36 {
    line-height: 36px
}

.lh-48 {
    line-height: 48px
}

.lh-56 {
    line-height: 56px
}

.lh-65 {
    line-height: 65px
}

.lh-74 {
    line-height: 74px
}

.box-skeleton,
.line-skeleton {
    background-image: linear-gradient(90deg, #f4f4f4, #e5e5e5cc 40px, #f4f4f4 80px);
    background-size: 600px
}

.box-skeleton {
    background-color: #ccc;
    animation: shine-avatar 1s ease-out infinite;
    -webkit-animation: shine-avatar 1s ease-out infinite
}

.line-skeleton {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    animation: shine-lines 1s ease-out infinite;
    -webkit-animation: shine-lines 1s ease-out infinite
}

.shimmer-anim {
    position: relative;
    background: #f4f4f4;
    overflow: hidden
}

.shimmer-anim:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #f4f4f4 0, #0000000d 20%, #f4f4f4 40%, #f4f4f4);
    background-repeat: no-repeat;
    background-size: 450px 400px;
    -webkit-animation: shimmer 1s linear infinite;
    animation: shimmer 1s linear infinite
}

.font-style-italic {
    font-style: italic
}

.line-through {
    text-decoration: line-through
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.width-100p {
    width: 100%
}

.height-100p {
    height: 100%
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.vertical-line {
    background: #d1d2df;
    width: 2px;
    height: 45px
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.border-radius-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.border-radius-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.border-radius-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.common-border {
    border: 1px solid #f0f0f0
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.main-footer-revamp .footer-top .foot-navs li,
.text-color-1 {
    color: #121127
}

.text-color-2 {
    color: #3ca745
}

.text-color-3 {
    color: red
}

.text-color-4 {
    color: #637381
}

.text-color-5 {
    color: rgba(0, 0, 0, .88)
}

.text-color-6 {
    color: #121127cc
}

.text-color-23 {
    color: #3f43c8
}

.color4 {
    color: #3237cf
}

.color5 {
    color: #121127e6
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-color-7 {
    color: rgba(18, 17, 39, .6)
}

.text-color-8 {
    color: rgba(18, 17, 39, .7)
}

.text-color-9 {
    color: rgba(18, 17, 39, .9)
}

.text-color-10 {
    color: #48aa52
}

.supportModal .help-support-acc .accordion-header.active p,
.text-color-11 {
    color: #5f00d7
}

.text-color-12 {
    color: #000000cc
}

.text-color-13 {
    color: #00000099
}

.w-100 {
    width: 100% !important
}

.border-0 {
    border: 0 !important
}

.cursor-pointer {
    cursor: pointer
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.text-decoration-underline {
    text-decoration: underline
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-thin {
    font-weight: 300 !important
}

.font-weight-semi {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-extrabold {
    font-weight: 800 !important
}

.letter-spacing1 {
    letter-spacing: -.36px
}

.letter-spacing2 {
    letter-spacing: -.3px
}

.border-bottom-none {
    border-bottom: 0 !important
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.align-middle,
.breadcrumbs-sec svg {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-3 {
    margin-top: 3px
}

.m-t-5 {
    margin-top: 5px
}

.m-t-8 {
    margin-top: 8px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-12 {
    margin-top: 12px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-24 {
    margin-top: 24px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px
}

.m-t-60 {
    margin-top: 60px
}

.m-t-70 {
    margin-top: 70px
}

.m-t-80 {
    margin-top: 80px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-b-2 {
    margin-bottom: 2px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-8 {
    margin-bottom: 8px
}

.lk-check-status-sec .check-status-wrap .car-details-block h2,
.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-24 {
    margin-bottom: 24px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-46 {
    margin-bottom: 46px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-l-2 {
    margin-left: 2px
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-12 {
    margin-left: 12px
}

.m-l-20 {
    margin-left: 20px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-8 {
    margin-right: 8px
}

.m-r-10,
.status-sec p strong {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.m-r-45 {
    margin-right: 45px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-16 {
    padding: 16px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-30 {
    padding: 30px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pb-10 {
    padding-bottom: 10px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-20 {
    padding-left: 20px
}

.p-l-30 {
    padding-left: 30px
}

.p-r-10 {
    padding-right: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-25 {
    padding-top: 25px
}

.flex-block {
    flex: 1
}

.color-light-50 {
    color: rgba(49, 49, 49, .5)
}

.color-light-60 {
    color: rgba(49, 49, 49, .6)
}

.color-light-80 {
    color: rgba(49, 49, 49, .8)
}

.m-r-2 {
    margin-right: 2px
}

.ml-auto {
    display: flex;
    align-items: flex-end;
    justify-content: end
}

.error {
    display: block;
    margin: 8px 0 0 !important;
    font-size: 12px !important
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

header.main-header .container {
    margin: 0 auto
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.new-challan-sections {
    display: block;
    margin-top: 20px
}

.buy-challan-footer-desktop {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 1
}

.buy-challan-footer-desktop .challan-buy-fixed {
    padding: 15px 42px
}

.buy-challan-footer-desktop .challan-buy-fixed .view-price-box .d-inline-flex {
    gap: 5px
}

.buy-challan-footer-desktop .challan-buy-fixed .get-details {
    min-width: 350px;
    transition: all .5s linear 0s;
    width: auto;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5f00d7;
    cursor: pointer;
    border: 0
}

.buy-challan-footer-desktop .challan-buy-fixed .cta-wrap {
    margin-top: 3px
}

.animate-arrow {
    animation: moveUpDown 1s ease-in-out infinite
}

.how-it-works-desktop {
    margin-top: 42px
}

.how-it-works-desktop .how-it-works {
    text-align: center
}

.how-it-works-desktop .how-it-works h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000
}

.how-it-works-desktop .steps-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.how-it-works-desktop .step-col {
    background-color: #fff;
    padding: 0;
    width: 33.3333333333%
}

.how-it-works-desktop .icon {
    background: rgba(255, 255, 255, .1);
    width: 92px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 0 auto 38px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, .25);
    -moz-box-shadow: 2px 4px 4px rgba(0, 0, 0, .25);
    -ms-box-shadow: 2px 4px 4px rgba(0, 0, 0, .25);
    -o-box-shadow: 2px 4px 4px rgba(0, 0, 0, .25)
}

.how-it-works-desktop .step-col h3 {
    color: #000;
    margin-bottom: 10px;
    font-weight: 700
}

.how-it-works-desktop .step-col p {
    font-weight: 400;
    color: #000000a6;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px
}

.step-card .border {
    top: 20px;
    left: 300px
}

.step-card .border.last {
    top: 50px
}

.lk-check-status-sec {
    margin-top: 10px;
    background: 0 0
}

.corporate .lk-check-status-sec {
    padding: 20px
}

.lk-check-status-sec .check-status-wrap .car-details-block .cta-wrap .get-details {
    min-width: initial;
    width: 100%;
    height: 56px;
    font-size: 15px !important
}

.lk-check-status-sec .check-status-wrap .car-details-block {
    margin-top: 0
}

.lk-check-status-sec .check-status-wrap .car-details-block .col-12 {
    margin-bottom: 20px
}

.mobile-challan-view {
    display: block;
    background: #fff
}

.mobile-challan-view .top-head-section {
    padding: 0
}

.mobile-challan-view .lk-check-status-sec .check-status-wrap .car-details-block .input-tile input {
    height: 54px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: left;
    font-size: 15px;
    text-transform: none;
    background: #fff;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .16);
    padding: 6px 12px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear
}

.mobile-challan-view .lk-check-status-sec .check-status-wrap .car-details-block .input-tile input:focus {
    outline: 0;
    border: 2.5px solid #5f00d7;
    box-shadow: 3.4px 3.4px 5px rgba(95, 0, 215, .22);
    -webkit-box-shadow: 3.4px 3.4px 5px rgba(95, 0, 215, .22);
    -moz-box-shadow: 3.4px 3.4px 5px rgba(95, 0, 215, .22);
    -ms-box-shadow: 3.4px 3.4px 5px rgba(95, 0, 215, .22);
    -o-box-shadow: 3.4px 3.4px 5px rgba(95, 0, 215, .22);
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .9) 100%)
}

.mobile-challan-view .car-details-block .terms-condition label {
    color: #00000099;
    font-size: 16px;
    font-weight: 500;
    flex: 1
}

.mobile-challan-view .agree {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.mobile-challan-view .car-details-block .terms-condition {
    margin-left: 0
}

.mobile-challan-view .car-details-block .terms-condition input[type=checkbox]:checked {
    background-color: #5f00d7;
    opacity: 1
}

.mobile-challan-view .car-details-block .terms-condition input[type=checkbox],
.mobile-challan-view .select-all-box input[type=checkbox] {
    height: 18px;
    width: 18px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: 0 0;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    opacity: .5
}

.mobile-challan-view .car-details-block .terms-condition input[type=checkbox] {
    border: .6px solid rgba(18, 17, 39, .7);
    margin: 0 .6em 0 0;
    vertical-align: text-top;
    align-self: center
}

.challans-details-card .chkbox input[type=checkbox]:before,
.mobile-challan-view .car-details-block .terms-condition input[type=checkbox]:before,
.mobile-challan-view .select-all-box input[type=checkbox]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0;
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -o-transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2
}

.mobile-challan-view .cta-wrap .get-details {
    width: 100%;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5f00d7;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    transition: all .5s linear 0s;
    font-weight: 800;
    color: #fff;
    box-shadow: none
}

.mobile-challan-view .cta-wrap .get-details[disabled] {
    border: 1px solid #c5c5c5;
    background-color: #e1e0e0;
    color: #666;
    cursor: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.mobile-challan-view .link-to-wrap {
    margin-top: 26px
}

.mobile-challan-view .link-to-wrap p {
    color: #000000b3
}

.mobile-challan-view .select-all-box {
    padding-left: 13px;
    margin-top: 10px
}

.mobile-challan-view .select-all-box input[type=checkbox] {
    border: 1px solid #000;
    margin: 0 6px 0 0;
    vertical-align: middle
}

.mobile-challan-view .select-all-box input[type=checkbox]:checked {
    background-color: #5f00d7;
    opacity: 1
}

.mobile-challan-view .select-all-box input[type=checkbox]:hover {
    opacity: 1
}

.mobile-challan-view .cta-wrap.mobile .get-details {
    width: auto;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5f00d7;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    transition: all .5s linear 0s;
    font-weight: 800;
    box-shadow: 1px 4px 6px 0#6800eb80;
    -webkit-box-shadow: 1px 4px 6px 0#6800eb80;
    -moz-box-shadow: 1px 4px 6px 0#6800eb80;
    -ms-box-shadow: 1px 4px 6px 0#6800eb80;
    -o-box-shadow: 1px 4px 6px 0#6800eb80;
    color: #fff;
    min-width: 175px
}

.mobile-challan-view .cta-wrap.mobile {
    margin-top: 0
}

.new-how-it-works-sec {
    display: none
}

.call-otp-tile {
    background: #f3e9ff;
    border-left: 15px solid #5f00d7;
    padding: 18px;
    margin: 15px 0 22px
}

.footer-tile {
    display: block
}

.terms-condition-content p {
    line-height: 20px;
    font-size: 14px
}

.termsModal .terms-wrap h2 {
    font-size: 18px
}

span.inr-symbol {
    position: relative;
    top: -2px;
    font-weight: 700 !important;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px !important
}

.total-count-text span.inr-symbol {
    top: -3px
}

.verificationModal {
    padding: 28px 20px !important;
    width: 100% !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    -ms-border-radius: 12px !important
}

.verificationModal .head-tiles>p {
    color: #00000080;
    margin-top: 8px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto
}

.verificationmodal-wrap {
    text-align: center
}

.verificationmodal-wrap .final-otp {
    margin-top: 25px
}

.verificationmodal-wrap .final-otp .input-tile .d-flex {
    gap: 13px
}

.verificationmodal-wrap .final-otp .input-tile input {
    width: 35px;
    height: 35px;
    border: 0;
    background: #f9f5ff;
    padding: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear
}

.verificationmodal-wrap .final-otp .input-tile input:focus {
    background-color: #f5ecff;
    border: 1px solid #5f00d7;
    outline: 0;
    box-shadow: none
}

.verificationmodal-wrap .final-otp .cta-wrap {
    margin-top: 20px
}

.verificationmodal-wrap .final-otp .cta-wrap .get-details {
    min-width: 174px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5f00d7;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    transition: all .5s linear 0s;
    font-weight: 800;
    box-shadow: none;
    line-height: 50px
}

.verificationModal .verificationmodal-wrap .final-otp .resend-text {
    margin-top: 10px
}

.challan-list-container {
    padding: 20px 0
}

.challan-list-container .new-challan-tab .tab-container {
    display: flex;
    gap: 100px;
    justify-content: center
}

.challan-list-container .new-challan-tab .challan-tab {
    padding: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    width: 50%;
    text-align: center;
    background-color: #d5d5d5;
    overflow: hidden
}

.challan-list-container .new-challan-tab .challan-tab.active {
    background-color: #f6f0ff;
    color: #5f00d7;
    font-weight: 700
}

.challan-list-container .challan-tab-content .unpaid-challan .all-challan-list-view .head-section .help-support-sec {
    margin-left: auto;
    height: 17px;
    gap: 5px
}

.challan-list-container .challan-tab-content .all-challan-list-view .text-days {
    color: #000000a6;
    margin-top: 6px
}

.challan-list-container .challan-tab-content .unpaid-challan .all-challan-list-view .main-challan-wrap {
    margin-top: 17px
}

.challans-details-card {
    padding: 23px 15px 16px;
    background: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    min-height: 180px
}

.challans-details-card .chkbox input[type=checkbox]:checked {
    background-color: #5f00d7;
    opacity: 1
}

.challans-details-card .chkbox input[type=checkbox] {
    position: relative;
    border: .6px solid rgba(18, 17, 39, .7);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: 0 0;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    opacity: .5;
    align-self: center
}

.challans-details-card .wrap-details {
    padding-left: 27px;
    padding-right: 110px
}

.challans-details-card .wrap-details span:first-child {
    min-width: auto;
    color: #000;
    align-self: flex-start;
    margin-right: 2px
}

.challans-details-card .wrap-details span.challan-pdf-text {
    min-width: auto;
    color: #000;
    align-self: auto;
    margin-right: 2px
}

.challans-details-card .wrap-details span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.challans-details-card .wrap-details.wrap-details-expand span:last-child {
    overflow: visible;
    text-overflow: unset;
    white-space: unset
}

.challans-details-card.active .wrap-details span:last-child {
    margin-bottom: 5px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    word-break: break-all
}

.challans-details-card.active .chkbox label span+span {
    word-break: break-all
}

.challans-details-card.active .chkbox label span+span,
.challans-details-card.active .footer-tile .amount-section span+span {
    margin-bottom: 5px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px)
}

.challans-details-card .wrap-details span.challan-place {
    min-width: 95px
}

.challans-details-card .cars-icon {
    right: 15px;
    top: 10px
}

.challans-details-card .cars-icon img {
    width: auto;
    height: auto
}

.challans-details-card .footer-tile {
    padding-left: 27px
}

.challans-details-card .footer-tile .amount-sec.mobile {
    font-size: 16px
}

.challans-details-card .footer-tile .amount-sec.mobile .amount-section span {
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 18px
}

.challans-details-card .footer-tile .amount-sec.mobile .view-details-box {
    margin-left: auto
}

.challans-details-card .footer-tile .view-details-box .view-details-btn {
    font-weight: 600;
    color: #5f00d7;
    background: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.challans-details-card .footer-tile .view-details-box .view-details-pay-btn {
    font-weight: 600 !important;
    color: #5f00d7;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

#priceBreakupModal {
    display: none;
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: bottom .5s ease;
    z-index: 222222;
    max-width: none;
    padding: 28px 20px !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    -ms-border-radius: 12px !important
}

#priceBreakupModal .modal-content {
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

#priceBreakupModal .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer
}

#priceBreakupModal a.close-modal {
    position: absolute;
    top: 30px;
    right: 50%;
    text-indent: -9999px;
    left: 50%;
    transform: translate(-50%, -50%)
}

#priceBreakupModal .challans-content-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .16);
    background: #fff;
    padding: 15px;
    margin-bottom: 17px
}

#priceBreakupModal .challans-content-box .type-challans {
    background: linear-gradient(90deg, rgba(240, 227, 255, .15)0, rgba(149, 64, 255, .06) 119.5%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: auto;
    padding: 4px 7px
}

#priceBreakupModal .challans-content-box .total-balance {
    border-top: .5px solid rgba(0, 0, 0, .12) !important;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 13px
}

#priceBreakupModal .challans-content-box .challans-content-box .middle-wrap hr {
    border-top: 1px solid #0000004d !important;
    margin-top: 16px;
    margin-bottom: 16px
}

#priceBreakupModal .modal-content .pricing-box {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 380px;
    padding-right: 10px
}

#priceBreakupModal .modal-content .pricing-box::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

#priceBreakupModal .modal-content .pricing-box::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 6px
}

#priceBreakupModal .modal-content .pricing-box::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9
}

#priceBreakupModal .modal-content .pricing-box::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 6px
}

.paid-challan .head-section .help-support-sec {
    margin-left: auto;
    align-self: flex-start;
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    gap: 5px
}

.paid-challan .view-receipt-box .view-receipt-btn,
.view-receipt-btn {
    font-size: 9px;
    font-weight: 500;
    color: #5f00d7;
    background: #f3e9ff;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 5px
}

.view-receipt-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 3px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 2px
}

.paid-challan .paid-top-sec .view-receipt-box {
    margin-left: auto;
    align-self: flex-start
}

.paid-challan .current-status-box .settlement-tile {
    background: linear-gradient(90deg, #fff 0, #b4ffb1 100%);
    padding: 9px 12px;
    max-width: 300px;
    margin-top: 8px
}

.paid-challan .current-status-box .settlement-tile.faild {
    background: linear-gradient(90deg, #fff 0, #ffa6a6 100%)
}

.paid-challan .current-status-box .settlement-tile .on-time-badge {
    background: #087400;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 2px;
    min-width: 54px;
    text-align: center;
    color: #000
}

.paid-challan .current-status-box .settlement-tile .on-time-badge.faild {
    background: red;
    color: #fff
}

.paid-challan .current-status-box .settlement-tile .on-time-badge.success {
    background: #087400;
    color: #fff
}

.paid-challan .current-status-box .settlement-tile .d-flex {
    gap: 13px
}

.paid-challan .paid-top-sec .chkbox input {
    display: none
}

.paid-challan .challans-details-card .wrap-details {
    padding-left: 0;
    padding-right: 0
}

.paid-challan .common-part {
    margin-bottom: 15px
}

.step-payment-wrap {
    margin-top: 25px
}

.step-payment-wrap .step-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    max-width: 335px
}

.step-payment-wrap .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    min-width: 70px
}

.step-payment-wrap .step .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #dbdbdb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden
}

.step-payment-wrap .step.step-active .circle {
    background-color: #00ca0a
}

.step-payment-wrap .step.step-failed .circle {
    background-color: red
}

.step-payment-wrap .step-border {
    background: #dbdbdb;
    position: absolute;
    height: 2px;
    width: 43px;
    left: 57px;
    top: 14px
}

.step-payment-wrap.three-step-process .step-border {
    background: #dbdbdb;
    position: absolute;
    width: 90%;
    height: 2px;
    left: 60px;
    top: 15px
}

.step-payment-wrap.three-step-process .step p {
    margin-top: 8px;
    max-width: 65px;
    min-height: 28px
}

.step-payment-wrap .step p {
    margin-top: 8px;
    max-width: 65px
}

.step-payment-wrap .step:last-child .step-border {
    display: none
}

.paid-challan .view-details-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.paid-challan .view-details-box .view-details-btn {
    font-size: 12px;
    font-weight: 600;
    color: #5f00d7;
    background: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.step-border-success {
    background: #00ca0a !important
}

.step-border-failed {
    background: red !important
}

.supportModal {
    width: 100% !important;
    padding: 15px !important;
    max-width: 780px !important
}

.supportModal .call-otp-tile {
    margin: 14px 10px 0
}

.supportModal .help-support-acc .accordion {
    width: 100%;
    padding: 10px 24px;
    background: #fff;
    margin: 0 0 20px;
    box-shadow: 0 1px 3px 0#5f00d726;
    -webkit-box-shadow: 0 1px 3px 0#5f00d726;
    -moz-box-shadow: 0 1px 3px 0#5f00d726;
    -ms-box-shadow: 0 1px 3px 0#5f00d726;
    -o-box-shadow: 0 1px 3px 0#5f00d726
}

.supportModal .help-support-acc .accordion-header {
    margin: 0;
    font-size: 15px;
    cursor: pointer;
    padding: 11px 25px 15px 0;
    position: relative;
    font-weight: 700;
    color: #000
}

.supportModal .help-support-acc .panel {
    display: none;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0
}

.supportModal .help-support-acc .accordion .panel p {
    color: #882bff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-width: 980px
}

.supportModal .help-support-acc .accordion .panel p a {
    color: #882bff;
    text-decoration: underline
}

.supportModal .help-support-acc .accordion-header p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #000
}

.supportModal .help-support-acc .accordion-header.closed::after,
.supportModal .help-support-acc .accordion-header::after {
    content: "";
    color: #fff;
    background-image: url(/frontend/client_base_web/layout-optim/final-new-car-challan/help-support-down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.supportModal .help-support-acc .accordion-header::after {
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 14px;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 16px;
    line-height: 17px;
    background-image: url(/frontend/client_base_web/layout-optim/final-new-car-challan/help-support-up.png)
}

.supportModal .help-support-acc .panel ul li {
    color: rgba(18, 17, 39, .56);
    margin-bottom: 8px
}

.challan-loader-anim .loader-wrap,
.no-record-found {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 350px
}

.no-record-found {
    min-height: 250px
}

.no-record-found p {
    margin-top: 18px;
    color: #00000080
}

.challan-loader-anim {
    padding: 16px 15px;
    background: #fff
}

.loader-anim {
    width: 89px;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: radial-gradient(farthest-side, #5f00d7 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #5f00d7);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear
}

.challan-loader-anim .loader-wrap p {
    margin-top: 70px
}

.all-challan-list-view.express-challan {
    margin-top: 27px
}

.delhiotpModal {
    width: 100% !important;
    padding: 15px !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    -ms-border-radius: 12px !important
}

.delhiotpModal .delhiotpmodal-wrap .cta-wrap {
    gap: 15px
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .cta-wrap .common-btn,
.delhiotpModal .delhiotpmodal-wrap .cta-wrap .common-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5f00d7;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    transition: all .5s linear 0s;
    box-shadow: none
}

.delhiotpModal .delhiotpmodal-wrap .cta-wrap .common-btn {
    height: 50px;
    font-weight: 800;
    line-height: 50px
}

.right-hero-box img {
    max-width: 68%
}

.swal-overlay--show-modal {
    z-index: 999999 !important
}

.supportModal .call-otp-tile p {
    line-height: normal
}

.verificationmodal-wrap span {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.challans-main-footer {
    padding-top: 50px
}

.checkoutPhoneModal .checkoutPhoneModal-wrap p {
    color: #0000008c;
    font-size: 14px;
    margin-top: 12px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .cta-wrap .common-btn {
    height: 58px;
    font-weight: 700;
    color: #fff;
    max-width: 210px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    line-height: 58px
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile {
    background: rgba(246, 240, 255, .75);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding-left: 8px
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile .select2-selection__clear {
    display: none
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 54px;
    padding-right: 25px;
    font-size: 14px !important;
    font-weight: 400 !important
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below,
.select2-results {
    width: 88px !important
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile .select2-container--default .select2-selection--single {
    background-color: transparent
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile .select2-container .select2-selection--single {
    height: 54px;
    border: 0
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile input {
    width: 80%;
    border: 0;
    background: 0 0;
    padding-left: 10px;
    padding-right: 0;
    border-left: 1px solid #9b9b9b;
    margin-left: 4px;
    font-weight: 500
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile input:focus {
    box-shadow: none
}

.checkoutPhoneModal .checkoutPhoneModal-wrap .enter-mobile .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.select2-container {
    z-index: 999999
}

.checkoutPhoneModal {
    padding: 28px 20px !important;
    width: 100% !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    -ms-border-radius: 12px !important
}

.select2-results__option {
    font-size: 11px;
    overflow-y: hidden
}

.main-challan-wrap .col-6 {
    margin-bottom: 22px
}

.challans-details-card .type-challans {
    background: #daf5db;
    margin-left: auto;
    padding: 4px 7px;
    top: -12px
}

.text-green {
    color: #4caf50
}

.challans-details-card .type-challans,
.tick {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.tick {
    position: relative;
    top: 1px;
    margin-right: 8px
}

@media screen and (min-width:992px) {
    .buy-challan-footer-mobile {
        display: none !important
    }
}

@media screen and (min-width:992px) and (max-width:1280px) {
    .fonta-xs {
        font-size: 12px
    }

    .fonta-sm {
        font-size: 14px
    }

    .fonta-md {
        font-size: 16px
    }

    .fonta-lg {
        font-size: 18px
    }

    .fonta-xl {
        font-size: 20px
    }

    .fonta-xxl {
        font-size: 22px
    }

    .fonta-2xl {
        font-size: 24px
    }

    .fonta-3xl {
        font-size: 26px
    }

    .fonta-4xl {
        font-size: 28px
    }

    .fonta-5xl {
        font-size: 30px
    }

    .fonta-6xl {
        font-size: 32px
    }

    .fonta-7xl {
        font-size: 34px
    }

    .fonta-8xl {
        font-size: 36px
    }

    .fonta-10xl {
        font-size: 38px
    }

    .fonta-11xl {
        font-size: 40px
    }

    .fonta-12xl {
        font-size: 42px
    }

    .fonta-13xl {
        font-size: 44px
    }
}

@media screen and (min-width:1281px) and (max-width:1400px) {
    .fontb-xs {
        font-size: 14px
    }

    .fontb-sm {
        font-size: 16px
    }

    .fontb-md {
        font-size: 18px
    }

    .fontb-lg {
        font-size: 20px
    }

    .fontb-xl {
        font-size: 22px
    }

    .fontb-xxl {
        font-size: 24px
    }

    .fontb-2xl {
        font-size: 26px
    }

    .fontb-3xl {
        font-size: 28px
    }

    .fontb-4xl {
        font-size: 30px
    }

    .fontb-5xl {
        font-size: 32px
    }

    .fontb-6xl {
        font-size: 34px
    }

    .fontb-7xl {
        font-size: 36px
    }

    .fontb-8xl {
        font-size: 38px
    }

    .fontb-9xl {
        font-size: 40px
    }

    .fontb-10xl {
        font-size: 42px
    }

    .fontb-11xl {
        font-size: 44px
    }
}

@media screen and (min-width:1401px) and (max-width:1599px) {
    .fontc-xs {
        font-size: 16px
    }

    .fontc-sm {
        font-size: 18px
    }

    .fontc-md {
        font-size: 20px
    }

    .fontc-lg {
        font-size: 22px
    }

    .fontc-xl {
        font-size: 24px
    }

    .fontc-xxl {
        font-size: 26px
    }

    .fontc-2xl {
        font-size: 28px
    }

    .fontc-3xl {
        font-size: 30px
    }

    .fontc-4xl {
        font-size: 32px
    }

    .fontc-5xl {
        font-size: 34px
    }

    .fontc-6xl {
        font-size: 36px
    }

    .fontc-7xl {
        font-size: 38px
    }

    .fontc-8xl {
        font-size: 40px
    }

    .fontc-9xl {
        font-size: 42px
    }

    .fontc-10xl {
        font-size: 44px
    }
}

@media screen and (min-width:1600px) {
    .fontd-xs {
        font-size: 18px
    }

    .fontd-sm {
        font-size: 20px
    }

    .fontd-md {
        font-size: 22px
    }

    .fontd-lg {
        font-size: 24px
    }

    .fontd-xl {
        font-size: 26px
    }

    .fontd-xxl {
        font-size: 28px
    }

    .fontd-2xl {
        font-size: 30px
    }

    .fontd-3xl {
        font-size: 32px
    }

    .fontd-4xl {
        font-size: 34px
    }

    .fontd-5xl {
        font-size: 36px
    }

    .fontd-6xl {
        font-size: 38px
    }

    .fontd-7xl {
        font-size: 40px
    }

    .fontd-8xl {
        font-size: 42px
    }

    .fontd-9xl {
        font-size: 44px
    }
}

@media screen and (max-width:1280px) {
    .step-card .border {
        width: 180px
    }
}

@media screen and (max-width:1175px) {
    .step-card .border {
        display: none
    }
}

@media screen and (max-width:1083px) {
    .challans-details-card .chkbox input[type=checkbox] {
        align-self: flex-start;
        position: relative;
        top: 5px
    }
}

@media screen and (max-width:991px) {
    header.main-header .user-profile {
        right: 50px
    }

    .col-100p {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .order-2 {
        order: 2
    }

    .order-1 {
        order: 1
    }

    .new-challan-sections {
        margin-top: 0
    }

    .new-challan-sections .container {
        padding: 0
    }

    .mobile-challan-view .top-head-section {
        padding: 17px 20px 0
    }

    .mobile-challan-view .top-head-section h1 {
        font-size: 24px
    }

    .lk-check-status-sec .check-status-wrap .car-details-block h2 {
        margin-bottom: 10px;
        font-size: 18px
    }

    .lk-check-status-sec .check-status-wrap .car-details-block .col-12 {
        margin-bottom: 20px
    }

    .challan-list-container .challan-tab-content .unpaid-challan .all-challan-list-view .head-section .help-support-sec span,
    .chkbox span,
    .mobile-challan-view .car-details-block .terms-condition label,
    .mobile-challan-view .link-to-wrap p {
        font-size: 12px
    }

    .mobile-challan-view .car-details-block .terms-condition input[type=checkbox] {
        align-self: flex-start
    }

    .mobile-challan-view .top-head-section .col-6:last-child,
    .new-how-it-works-sec .main-wrap-timeline:last-child .timeline-block:before {
        display: none
    }

    .lk-check-status-sec {
        margin-top: 17px
    }

    .mobile-challan-view .lk-check-status-sec .check-status-wrap .car-details-block .input-tile input:focus {
        outline: 0;
        box-shadow: none;
        background: rgba(255, 255, 255, .16);
        border: 1.8px solid #5f00d7;
        box-shadow: 2.5px 2.5px 5px rgba(95, 0, 215, .25);
        -webkit-box-shadow: 2.5px 2.5px 5px rgba(95, 0, 215, .25);
        -moz-box-shadow: 2.5px 2.5px 5px rgba(95, 0, 215, .25);
        -ms-box-shadow: 2.5px 2.5px 5px rgba(95, 0, 215, .25);
        -o-box-shadow: 2.5px 2.5px 5px rgba(95, 0, 215, .25)
    }

    .call-otp-tile p {
        font-size: 12px;
        line-height: normal
    }

    .new-how-it-works-sec {
        overflow: hidden;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        padding: 14px 21px 0 24px;
        margin: 17px 20px 0;
        background: #fff;
        display: block
    }

    .new-how-it-works-sec .container {
        padding: 0;
        margin-top: 22px
    }

    .new-how-it-works-sec .main-wrap-timeline:first-child .timeline-block:before {
        top: 33px
    }

    .new-how-it-works-sec .main-wrap-timeline:nth-child(2) {
        margin-bottom: 35px
    }

    .new-how-it-works-sec .timeline-block:before {
        content: url(../../layout-optim/final-new-car-challan/border-line.png);
        position: absolute;
        top: 24px;
        left: 86px;
        height: 100%;
        width: 1px;
        z-index: 1
    }

    .new-how-it-works-sec .marker {
        height: 30px;
        text-align: center;
        position: relative;
        background: 0 0;
        left: 20px;
        font-size: 13px;
        font-weight: 700;
        top: 0
    }

    .new-how-it-works-sec .timeline-content {
        padding: 0 0 0 32px;
        position: relative;
        top: -3px
    }

    .new-how-it-works-sec .timeline-content span {
        font-size: 12px;
        color: #00000080
    }

    .new-how-it-works-sec .timeline-content p {
        font-size: 14px;
        line-height: 1.5em;
        word-spacing: 1px
    }

    .new-how-it-works-sec .timeline-block {
        width: 100%;
        flex: 1;
        display: flex
    }

    .new-how-it-works-sec .main-wrap-timeline {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 45px
    }

    .new-how-it-works-sec .main-wrap-timeline .icon-tile {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        background: #fff;
        box-shadow: 1px 3px 4px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, .15);
        -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, .15);
        -ms-box-shadow: 1px 3px 4px rgba(0, 0, 0, .15);
        -o-box-shadow: 1px 3px 4px rgba(0, 0, 0, .15);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0
    }

    .call-otp-tile {
        margin: 15px 20px 22px;
        padding: 15px 11px 16px 13px;
        border-left: 9px solid #5f00d7
    }

    .how-it-works-desktop {
        display: none
    }

    .challan-list-container .new-challan-tab .tab-container {
        gap: 19px
    }

    .challan-list-container .new-challan-tab .challan-tab {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        cursor: pointer;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        padding: 10px 15px
    }

    .all-challan-list-view .common-part .head-section h2 {
        font-size: 16px;
        font-weight: 600 !important
    }

    .challan-list-container .challan-tab-content .all-challan-list-view .text-days {
        color: #000000a6;
        font-weight: 300;
        font-size: 12px
    }

    .challans-details-card .wrap-details span:first-child {
        font-size: 12px
    }

    .view-receipt-btn {
        font-size: 12px
    }

    .challans-details-card .wrap-details span:last-child {
        font-size: 12px
    }

    .challans-details-card {
        min-height: auto;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .15)
    }

    .challans-details-card .cars-icon img {
        width: 50px
    }

    .challans-details-card .wrap-details {
        padding-right: 60px
    }

    .challans-details-card .footer-tile .amount-sec.mobile .amount-section span {
        color: #000 !important;
        font-weight: 800 !important;
        font-size: 16px
    }

    span.inr-symbol {
        font-size: 13px !important;
        top: -2px
    }

    .all-challan-list-view.express-challan,
    .challan-list-container .challan-tab-content {
        margin-top: 20px
    }

    .challans-details-card .footer-tile .view-details-box .view-details-btn {
        font-size: 12px;
        gap: 5px
    }

    .challans-details-card .footer-tile .view-details-box .view-details-pay-btn {
        font-size: 12px !important;
        gap: 5px
    }

    .challans-details-card .wrap-details span.accused-name {
        min-width: 105px
    }

    .main-challan-wrap .col-6:first-child {
        margin-bottom: 22px
    }

    #priceBreakupModal .challans-content-box .type-challans {
        margin-left: auto;
        margin-top: 3px
    }

    .buy-challan-footer-desktop {
        display: none !important
    }

    .buy-challan-footer-mobile {
        display: block;
        position: fixed;
        width: 95%;
        bottom: 10px;
        left: 11px;
        right: 0;
        z-index: 99;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        height: 75px
    }

    .main-footer-revamp .footer-disclaimer {
        padding: 15px 0 95px !important
    }

    .buy-challan-footer-mobile .challan-buy-fixed {
        padding: 12px
    }

    .buy-challan-footer-mobile .challan-buy-fixed .view-price-box .d-flex {
        gap: 5px
    }

    .buy-challan-footer-mobile .challan-buy-fixed .get-details {
        min-width: 163px;
        transition: all .5s linear 0s;
        width: auto;
        height: 51px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #5f00d7;
        cursor: pointer;
        border: 0
    }

    .challans-details-card .chkbox input[type=checkbox] {
        top: 0
    }

    .challan-list-container {
        padding: 0 20px
    }

    .challans-details-card .chkbox {
        margin-bottom: 8px
    }

    .checkoutPhoneModal {
        padding: 28px 20px !important;
        width: 100% !important;
        border-radius: 12px !important;
        -webkit-border-radius: 12px !important;
        -moz-border-radius: 12px !important;
        -o-border-radius: 12px !important;
        -ms-border-radius: 12px !important
    }

    .verificationmodal-wrap .final-otp .cta-wrap {
        margin-top: 20px
    }
}

@media screen and (max-width:767px) {
    .main-menu-btn {
        right: 0 !important;
        left: auto !important
    }

    .mob-icon-nav {
        right: 50px !important;
        display: block !important
    }

    .main-header .logo img,
    .nav-brand {
        margin-left: 0 !important
    }

    #main-menu-state {
        right: 17px
    }

    .main-footer-revamp .footer-bottom {
        padding: 15px 0 !important
    }
}

@media screen and (max-width:535px) {
    .footer-bottom span {
        max-width: 300px;
        margin: 0 auto
    }
}

@media screen and (max-width:530px) {
    .main-header .logo img {
        margin-left: 0
    }

    .verificationModal .head-tiles>p br,
    .verificationModal .head-tiles>span br {
        display: none
    }
}

@media screen and (max-width:438px) {
    #priceBreakupModal .challans-content-box .heading .d-flex {
        flex-direction: column;
        align-items: flex-start !important
    }

    #priceBreakupModal .challans-content-box .type-challans {
        margin-left: unset
    }
}

@media screen and (max-width:420px) {
    .new-how-it-works-sec .timeline-content span br {
        display: none
    }
}

@media screen and (max-width:400px) {
    .step-payment-wrap:not(.three-step-process) .step-border {
        width: 50%
    }

    .step-payment-wrap.three-step-process .step-border {
        width: 82%
    }

    .challans-details-card .cars-icon {
        display: none
    }

    .challans-details-card .wrap-details {
        padding-right: 0
    }
}

@media screen and (max-width:380px) {
    .new-how-it-works-sec .timeline-content h3 {
        font-size: 12px
    }

    .paid-challan .challans-details-card .chkbox {
        max-width: 160px
    }

    .mobile-challan-view .lk-check-status-sec .check-status-wrap .car-details-block .input-tile input {
        font-size: 13px
    }

    .paid-challan .current-status-box .settlement-tile span {
        font-size: 9px !important
    }

    .step-payment-wrap.three-step-process .step-border {
        width: 75%
    }

    .buy-challan-footer-mobile .challan-buy-fixed .view-price-box span {
        font-size: 11px
    }
}

@media screen and (max-width:365px) {
    .buy-challan-footer-mobile .challan-buy-fixed .foot-total-price span {
        font-size: 20px
    }

    .buy-challan-footer-mobile .challan-buy-fixed .get-details {
        min-width: initial;
        width: 100%
    }

    .challan-list-container .challan-tab-content .unpaid-challan .all-challan-list-view .main-challan-wrap .challans-details-card .footer-tile .view-details-box .view-details-btn {
        padding: 5px
    }

    .step-payment-wrap:not(.three-step-process) .step-border {
        width: 42%
    }
}

@media screen and (max-width:360px) {
    .step-payment-wrap .step-border {
        width: 70%;
        top: 15px
    }

    .step-payment-wrap.three-step-process .step p {
        min-height: 25px
    }

    .challan-list-container .new-challan-tab .challan-tab {
        font-size: 10px
    }

    .challans-details-card .footer-tile .view-details-box .view-details-btn {
        gap: 5px
    }
}

@media screen and (max-width:359px) {
    .step-payment-wrap.three-step-process .step-border {
        width: 53%
    }

    .verificationmodal-wrap .final-otp .input-tile input {
        width: 25px;
        height: 25px
    }

    .all-challan-list-view .common-part .head-section h2,
    .all-challan-list-view>.common-part h2 {
        font-size: 14px
    }

    .challan-list-container .challan-tab-content .unpaid-challan .all-challan-list-view .head-section .help-support-sec span {
        font-size: 10px
    }
}

@media screen and (max-width:345px) {
    .mobile-challan-view .top-head-section h1 {
        font-size: 20px
    }

    .mobile-challan-view .lk-check-status-sec .check-status-wrap .car-details-block .input-tile h2 {
        font-size: 16px
    }

    .challans-details-card .footer-tile .amount-sec.mobile .amount-section span {
        font-size: 14px
    }

    span.inr-symbol {
        font-size: 11px !important
    }
}

@media screen and (max-width:330px) {
    .challans-details-card .footer-tile .view-details-box .view-details-btn {
        font-size: 9px
    }

    .challans-details-card .footer-tile .view-details-box .view-details-pay-btn {
        font-size: 9px !important
    }
}