@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, .4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-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 rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #121122;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    font-display: swap;
}

.sm {
    z-index: auto !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
}

.btn,
.terms-condition-content,
.view-details-btn,
a,
button,
input[type=checkbox],
input[type=radio],
p {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #192045;
    transition: background-color 5000s ease-in-out 0s
}

#parivahanOtpModal .check-status-wrap .input-tile input:focus,
a:focus {
    outline: 0;
    box-shadow: none
}

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
}

.accordion-item hr,
.radio-box-tile input[type=radio],
[hidden],
h2.mobile-view,
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
}

.challan-listing .accordion-item.active hr,
.d-block,
.lawyer-card .ask-lawyer,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
img.desktop-view,
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
}

.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-9 {
    font-size: 9px
}

.font-10 {
    font-size: 10px
}

.font-11 {
    font-size: 11px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    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-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-size: 36px
}

.font-38 {
    font-size: 38px
}

.font-40 {
    font-size: 40px
}

.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-59 {
    line-height: 59px
}

.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;
    color: rgba(255, 255, 255, 0.69);
}

.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
}

.hero-area .hero-wrapper,
.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
}

.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: #121122
}

.text-color-2 {
    color: #121122B2
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-red {
    color: red
}

.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
}

.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
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-12 {
    margin-bottom: 12px
}

.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 {
    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
}

.p-t-12 {
    padding-top: 12px;
}

.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
}

.m-r-2 {
    margin-right: 2px
}

.ml-auto {
    display: flex;
    align-items: flex-end;
    justify-content: end
}

.error {
    display: inline-block;
    margin: 10px 0 0 !important;
    color: red
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.green-color {
    color: #25a449;
}

.text-color-21 {
    color: rgba(18, 17, 39, .9);
}

.red-text {
    color: #F6125A;
}

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
}

.btn,
li, 
a, 
button,
.cursor-pointer,
.payable-amt-card-header,
.accordion-header,
.select2-selection--single {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

.border-radius-50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.document-checkout {}

.document-checkout .left-col {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.document-checkout .right-col {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.document-checkout .left-side {
    background: #F5F3FDDB;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 30px;
    height: 100%;
    padding-bottom: 100px;
}

.document-checkout .left-side .head {
    padding-bottom: 40px;
}

.document-checkout .left-side .head h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.05em;
    color: #000000;
}

.payment-cards {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.payment-method-wrap {
    margin-top: 0;
}

.document-checkout .right-side {
    background: #FFFFFF;
    box-shadow: 5px -6px 32.6px rgba(0, 0, 0, 0.07);
    padding-top: 45px;
    padding-left: 90px;
    padding-right: 90px;
    height: 100%;
    min-height: 750px;
}

.accordion {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(18, 17, 39, 0.15);
  border-radius: 19px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  cursor: pointer;
  min-height: 78px;
}

.accordion-title {
  font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.accordion-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.accordion-icons img {
  width: auto;
  height: auto;
}

.arrow {
  font-size: 18px;
  color: #555;
  transition: transform 0.3s ease;
}

.accordion.open .arrow {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 16px 20px;
  border-top: 1px solid #eee;
  background: #ffffff;
}

.accordion-content p {
  /* margin: 0 0 8px;
  color: #333; */
}

.accordion-content ul {
  /* list-style: none;
  padding: 0;
  margin: 0; */
}

.accordion-content li {
  /* padding: 6px 0;
  color: #555; */
}

.upi-content p {
    margin-bottom: 8px;
}

.scan-pay-card {
    display: flex;
    align-items: center;
    gap: 25px;
}

.qr-code {
    align-self: flex-start;
    position: relative;
    top: 35px;
}

.validqr {
    color: #12112785;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.upi-content {
    flex: 1;
    padding-bottom: 15px;
}

.all-logos {
    gap: 8px;
}

.logo-tile {
    border: .6px solid #12112766;
    border-radius: 10px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    max-width: fit-content;
    line-height: 38px;
}

.logo-tile:nth-child(4) {
    min-width: 91px;
}

.textpay {
    color: #121127e5;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 15px;
}

.orbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.orbox .border {
    width: 78px;
    height: .6px;
    background: #787878;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.orbox .ortext {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    background: #fff;
    padding: 0 15px;
}

.payusing-verify {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.payment-edit-cta {
    position: absolute;
    height: 30px;
    width: 30px;
    border: transparent;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    right: 6px;
    top: 12px;
    cursor: pointer;
}

.cmn-input {
    min-height: 55px;
    min-width: 246px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    width: 100%;
    padding: 6px 12px;
    border: 0.6px solid #3B67E0;
    box-shadow: 0px 3px 4.2px rgba(186, 191, 210, 0.41);
}

.payusing-verify-cta {
    
}

.upiid-btn {
    height: 55px;
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px!important;
    -ms-border-radius: 9px!important;
    -o-border-radius: 9px!important;
    border-radius: 9px !important;
    background: #2F64F4;
    cursor: pointer;
    border: 0;
    color: #FFFFFF;
    width: 100%;
}

.bottom-text {
    display: none !important;
}

.bg-common {
    background: #f3f3f3;
    padding: 6px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.debit-card-wrap {
    margin-bottom: 20px;
}

.debit-card-wrap .add-new-card {
    margin-top: 20px;
}

.common-tiles input[type=radio] {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(34, 33, 36, .7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 9px;
    background-color: transparent;
    position: relative;
    top: 7px;
}

.common-tiles input[type=radio]:checked::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #5d5fef;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    animation: appear .8s;
    -webkit-animation: appear .8s;
    -moz-animation: appear .8s;
    -ms-animation: appear .8s;
    -o-animation: appear .8s;
}

.add-tile-box {
    margin-top: 20px;
}

.add-tile-box .form-area .cmn-group {
    position: relative;
    margin-bottom: 0;
}

.add-tile-box .form-area .cmn-group .form-group {
    margin-bottom: 25px;
}

.has-float-label {
    display: block;
    position: relative;
}

.has-float-label label, .has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: .75rem;
    z-index: 1;
    line-height: 1;
    padding: 0 1px;
}

.has-float-label label::after, 
.has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}

.add-tile-box input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.add-tile-box input {
    min-height: 55px !important;
}

.add-tile-box input {
    width: 100%;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border: 0.6px solid #3B67E0;
    box-shadow: 0px 3px 4.2px rgba(186, 191, 210, 0.41);
    padding: 6px 12px;
}

.cvv-help {
    top: 15px;
    right: 10px;
    height: 30px;
    width: 30px;
    border: transparent;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    padding: 0;
}

.cvvModal {
    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;
    height: auto;
}

.cvvModal .head {
    padding: 0 0 15px;
}

.cvvModal .head h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.net-banking-wrap {
    margin-bottom: 20px;
}

.netbanking-card .all-bank-list ul li {
    padding-bottom: 5px;
    padding-top: 18px;
}

.netbanking-card .all-bank-list .cmn-top-wrap .common-tiles.others input[type=radio] {
    top: 1px;
    margin-right: 15px;
}

.netbanking-card .all-bank-list .cmn-top-wrap .bank-cmn-logo {
    width: 30px;
    height: 30px;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    border: .5px solid rgba(18, 17, 39, .2);
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 10px;
    align-self: flex-start;
}

.letter-spacing-5 {
    letter-spacing: -.5px;
}

.netbanking-card .all-bank-list .others-bank-tile {
    margin-top: 35px;
    margin-bottom: 5px;
}

.netbanking-card .all-bank-list .others-bank-tile label {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: .5px solid rgba(18, 17, 39, .9);
    background: #fff;
    min-height: 44px;
    min-width: 100%;
    margin-bottom: 0;
}

.netbanking-card .all-bank-list .others-bank-tile .form-control {
    min-height: 50px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px!important;
    -ms-border-radius: 12px!important;
    -o-border-radius: 12px!important;
    border-radius: 12px !important;
}

.netbanking-card .all-bank-list .others-bank-tile .select2-container {
    height: 44px;
    min-width: 100%;
}

.netbanking-card .all-bank-list .others-bank-tile .select2-container--default .select2-selection--single {
    /* border: 0; */
}
.netbanking-card .all-bank-list .others-bank-tile .select2-container .select2-selection--single {
    height: 44px;
}

.netbanking-card .all-bank-list .others-bank-tile .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #121127;
    line-height: 42px;
    font-size: 12px;
}

.netbanking-card .all-bank-list .others-bank-tile .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.review-card {
    background: radial-gradient(132.09% 177.42% at -42.09% 50%, rgba(255, 255, 255, 0.46) 0%, rgba(218, 212, 250, 0.3818) 100%);
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    min-width: 530px;
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 38px;
    padding-right: 15px;
}

.review-card h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.review-card h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.06em;
    color: #000000;
}

.product-card {
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
    min-width: 530px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-card hr {
    border-top: 1px solid #E3E8EF;
}

.payment-summary-card {
    margin-top: 21px;
    padding-left: 15px;
    padding-right: 15px;
}

.left-text {
    color: #677489;
}

.right-text {
    color: rgba(0, 0, 0, 0.9);
}

.text-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.005em;
}

.total-balance {
    padding-top: 14px;
    border-top: 1px solid #E3E8EF;
    margin-top: 23px;
    margin-bottom: 47px;
    padding-left: 15px;
    padding-right: 15px;
}

.foot-sec {
    padding-left: 15px;
    padding-right: 15px;
}

.pay-btn {
    min-height: 61px;
    background: #2F64F4;
    border: 0;
    padding: 14px 20px;
    min-width: 121px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    width: 100%;
}

.secure-card {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 25px;
}

.secure-card img {
    align-self: flex-start;
    position: relative;
    top: -6px;
}

.secure-card span {
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    color: rgba(17, 34, 17, 0.7);
    display: block;
}

.verifed-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.verifed-content img {
    margin-right: 7px;
}

.payable-amt-card {
    display: none;
}

.radio-btns.mobile {
    display: none;
}

.charges.mobile {
    display: none;
}

.accordion-content .charges.mobile {
    display: block;
}

.debit-card-wrap .add-new-card .add-tile-box .col-7 {
    padding-right: 5px !important;
}

.debit-card-wrap .add-new-card .add-tile-box .col-5 {
    padding-left: 5px !important;
}


@media only screen and (min-width: 1440px) {
    .container-fluid {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .otp-box {
        gap: 10px;
    }
}


@media screen and (max-width:991px) {
    header.main-header .user-profile {
        right: 20px
    }

    .col-100p {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .order-2 {
        order: 2
    }

    .order-1 {
        order: 1
    }

    .document-checkout .left-side .head h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .document-checkout .left-side {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .document-checkout .left-side .head {
        padding-bottom: 30px;
        display: none;
    }

    .document-checkout .right-side {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        min-height: auto;
    }

    .review-card {
        min-width: fit-content;
        width: 100%;
        display: none;
    }

    .product-card {
        min-width: fit-content;
        padding-left: 0;
        padding-right: 0;
        display: none;
    }

    .review-card h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .review-card h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .secure-card span {
        font-size: 13px;
        line-height: 18px;
    }

    .scan-pay-card {
        gap: 0;
    }

    .qr-code {
        display: none;
    }

    .bottom-text {
        display: block !important;
    }

    .accordion-icons {
        justify-content: flex-start;
    }

    .accordion-icons {
        margin-left: auto;
    }

    .accordion-header .radio-btns {
        align-self: flex-start;
        position: relative;
        top: 2px;
    }
    
    .accordion-icons > img {
        display: none;
    }

    .main-tile .common-tiles input[type=radio] {
        display: none;
    }

    .all-bank-list .main-tile .common-tiles input[type=radio] {
        display: block;
    }

    .head-cards {
        display: none;
    }

    .charges.mobile {
        display: none;
    }

    .accordion-content {
        border: 0 none;
        padding-top: 0;
    }

    .accordion-title {
        font-size: 15px;
    }

    .radio-btns.mobile {
        display: block;
    }

    .charges.mobile {
        display: block;
    }


    .payable-amt-card {
        display: block;
    }


    .payable-amt-card.active {
        border: .6px solid rgba(18, 17, 39, .3);
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
    }

    .payable-amt-card.active .payable-amt-card-header {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .payable-amt-card-header {
        cursor: pointer;
        /* background-color: #eaf7ed; */
        background: radial-gradient(132.09% 177.42% at -42.09% 50%, rgba(255, 255, 255, 0.46) 0%, rgba(218, 212, 250, 0.3818) 100%);
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
        padding: 15px 15px;
    }

    .payable-amt-card-title {
        color: #2F64F4;
        font-size: 16px;
        font-weight: 500;
    }

    .payable-amt-card .down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .payable-amt-card-amount {
        color: #2F64F4;
        font-size: 20px;
        font-weight: bold;
        display: block;
        margin-left: auto;
    }

    .payable-amt-card-content {
        display: none;
        padding: 15px;
    }

    .payable-amt-card-content .ml-auto {
        margin-left: auto;
    }
    
}

@media screen and (max-width:580px) {
}


@media screen and (max-width:460px) {
      .review-card {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .text-content {
        font-size: 14px;
        line-height: 20px;
    }
}


@media screen and (max-width:425px) {
    .secure-card span {
        font-size: 12px;
        line-height: 16px;
    }
    
}

@media screen and (max-width:395px) {
    .review-card h2 {
        font-size: 16px;
        line-height: 20px;
        max-width: 180px;
    }

    .payment-summary-card .col-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .cvv-help {
        top: 17px;
        right: 0;
    }

    .cvv-help img {
        width: 20px;
        height: 20px;
    }
    
}


@media screen and (max-width:340px) {
    .accordion-content {
        padding: 16px 15px;
    }
}