@-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)
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    letter-spacing: .4px
}

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
}

a,
button {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

a:focus {
    outline: 0;
    box-shadow: none
}

details {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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: 1600px;
    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,
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
}

.flex-wrap {
    flex-wrap: wrap
}

.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-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-37 {
    font-size: 36px
}

.font-38 {
    font-size: 38px
}

.font-40,
.font-42 {
    font-size: 40px
}

.font-45 {
    font-size: 45px
}

.font-48 {
    font-size: 48px
}

.font-50 {
    font-size: 50px
}

.font-56 {
    font-size: 56px
}

.font-60 {
    font-size: 60px
}

.font-73 {
    font-size: 73px
}

.lh-1 {
    line-height: 1
}

.lh-18 {
    line-height: 18px
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-29 {
    line-height: 29px
}

.lh-34 {
    line-height: 34px
}

.lh-36 {
    line-height: 36px
}

.lh-48 {
    line-height: 48px
}

.lh-56 {
    line-height: 56px
}

.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
}

.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
}

.cta-btn {
    min-height: 52px;
    background: #444bd3;
    padding: 14px 32px
}

.cta-btn:active,
.cta-btn:focus,
.cta-btn:hover {
    border: 0 !important
}

.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-2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.border-radius-4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.border-radius-5,
.choose-select select {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.border-radius-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.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-12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.border-radius-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.border-radius-16 {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.border-radius-18 {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px
}

.border-radius-33 {
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px
}

.border-radius-50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08)
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.document-pricing-area .price-pkg-sec .price-card-item.active .wizard-price-card-body .left-box .form-check .checkDocUpload+label.form-check-label.font-13.text-color-21 .text-color-1 {
    color: #121127
}

.text-color-2 {
    color: rgba(18, 17, 39, .9)
}

.text-color-3 {
    color: rgba(38, 38, 38, .9)
}

.text-color-4 {
    color: rgba(38, 38, 38)
}

.text-color-7 {
    color: rgba(47, 56, 87, .9)
}

.text-color-8 {
    color: rgba(38, 38, 38, .8)
}

.text-color-9 {
    color: rgba(0, 0, 0, .8)
}

.text-color-10 {
    color: rgba(38, 38, 38, .81)
}

.text-color-11 {
    color: rgba(38, 38, 38, .7)
}

.text-color-12 {
    color: rgba(0, 0, 0)
}

.text-color-13 {
    color: rgba(244, 92, 110)
}

.text-color-14 {
    color: rgba(18, 17, 39, .56)
}

.text-color-15 {
    color: rgba(255, 255, 255, .56)
}

.text-color-16 {
    color: rgba(38, 38, 38, .7)
}

.text-color-17 {
    color: rgba(18, 17, 39, .4)
}

.text-color-18 {
    color: #5d5fef
}

.text-color-19 {
    color: #3f43c8
}

.text-color-20 {
    color: #8c8c8c
}

.text-color-21 {
    color: rgba(18, 17, 39, .7)
}

.text-color-22 {
    color: rgba(18, 17, 39, .77)
}

.text-white {
    color: #fff
}

.color4 {
    color: #3237cf
}

.w-100 {
    width: 100% !important
}

.border-0 {
    border: 0 !important
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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
}

.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 {
    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-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-45 {
    margin-top: 45px !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-5 {
    margin-bottom: 5px
}

.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-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.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-auto {
    margin-left: auto
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-20 {
    margin-left: 20px
}

.document-pricing-area .price-pkg-sec .price-card-item.active .wizard-price-card-body .left-box .form-check .checkDocUpload,
.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
}

.breadcrumbs-sec ul,
.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
}

.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)
}

.ml-auto {
    display: flex;
    align-items: flex-end;
    justify-content: end
}

header.main-header .container {
    padding: 0 15px !important;
    max-width: 1560px !important;
    margin: 0 auto;
    box-shadow: none
}

.blocker {
    z-index: 9999 !important;
    padding: 0 !important
}

.select-price-card {
    border: 1px solid #f2f2ff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    margin-bottom: 10px !important
}

.checkDocUpload-button {
    color: #fff !important;
    background: #464ee6 !important
}

.common-tile {
    border: 1px solid #e8e8e8;
    padding: 18px 28px
}

.common-tile .minute-tiles {
    background: #f2f2ff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin-right: 15px;
    padding: 5px
}

.coupon-code-tile {
    position: relative;
    width: 83%;
    border: 1px solid #9c9c9c !important;
    border-radius: 6px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    overflow: hidden
}

.coupon-code-tile input {
    display: inline-block;
    text-align: left;
    background: #fff !important;
    padding: 5px 5px 5px 15px !important;
    width: 63% !important;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 0 !important;
    font-size: 12px !important
}

.coupon-code-tile .apply-btns {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 5px;
    border: 0;
    height: 28px;
    cursor: pointer;
    padding: 3px 25px;
    background: #464ee6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 16px;
    color: #fff;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    margin-right: 0
}

#sortResults:focus,
.selector:focus,
.wizard-form .left-side :focus,
.wizard-form .right-side :focus {
    outline: 1px solid #d9dfee
}

.selector:hover {
    outline: 1px solid #d9dfee
}

.our-client-section {
    padding: 50px 0
}

.our-client-section h2 {
    color: #595959
}

.our-client-section .desktop-logo {
    height: 50px
}

.our-client-section .clt-logo img {
    -webkit-filter: grayscale(1) opacity(.4);
    filter: grayscale(1) opacity(.4);
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transition: all .5s linear
}

.our-client-section .clt-logo img:hover {
    -webkit-filter: grayscale(0) opacity(1);
    filter: none;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

.our-client-section .mobile-logo,
.why-lk-section .card-tile p.mob-para,
.why-lk-section h3.mobile-view,
.why-lk-section p.para-mobile {
    display: none
}

.our-client-section .clt-logo:last-child {
    margin-right: 0
}

.why-lk-section {
    padding: 50px 0;
    background: #fafaff
}

.why-lk-section .col-6 {
    margin-bottom: 30px
}

.frequently-section .right-panel .loop-content:nth-child(3),
.why-lk-section .col-6:nth-child(3),
.why-lk-section .col-6:nth-child(4) {
    margin-bottom: 0
}

.why-lk-section .card-tile {
    background: #fff;
    box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
    padding: 24px;
    min-height: 202px;
    height: 202px;
    max-width: 350px;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.why-lk-section .card-tile h2 {
    color: #070e25
}

.why-lk-section .card-tile:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px)
}

.why-lk-section .card-tile .icon-box {
    background: #8c92fa;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.why-lk-section .card-tile .icon-box img {
    width: 24px;
    height: 24px
}

.frequently-section {
    padding: 96px 0;
    background: #3d44d1
}

.frequently-section .loop-content p {
    max-width: 550px;
    line-height: 29px
}

.frequently-section .loop-content span {
    line-height: 24px;
    display: block;
    color: #fff
}

.frequently-section .left-panel h2 {
    max-width: 480px
}

.frequently-section .left-panel a {
    color: #c6cdfb
}

.how-it-works-section {
    background: #f2f3ff;
    padding: 81px 27px
}

.how-it-works-section .how-documents-tile {
    margin-top: 56px
}

.how-it-works-section .how-documents-tile .col-12 {
    margin-bottom: 50px
}

.how-it-works-section .how-documents-tile .col-12:last-child,
.jc-pricing-plan-section .pricing-card .card-body ul li:last-child {
    margin-bottom: 0
}

.how-it-works-section .how-doc-card .d-flex {
    flex-direction: initial !important
}

.how-it-works-section .how-doc-card .icon-box {
    background: #8c92fa;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.how-it-works-section .how-doc-card .content-side {
    flex: 1
}

.how-it-works-section .how-doc-card {
    text-align: left
}

.how-it-works-section .how-doc-card h3 {
    margin-bottom: 40px;
    color: #5659f0
}

.how-it-works-section .how-doc-card span {
    margin-bottom: 12px;
    color: #50505d
}

.how-it-works-section .how-doc-card p {
    max-width: 500px;
    color: #50505d
}

.client-reviews-section {
    padding: 80px 0;
    background: #fff
}

.client-reviews-section .clt-review.mobile-view {
    display: block
}

.client-reviews-section h2.common-main-title {
    max-width: 500px;
    padding-left: 15px
}

.client-reviews-section .clt-content-box .foot-side .avatar-icon,
.client-reviews-section .clt-review .clt-content-box .foot-side .avatar-icon {
    margin-right: 12px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    align-self: flex-start
}

.all-over-user-section h3,
.client-reviews-section .clt-rev.desktop-view {
    display: none
}

.client-reviews-section .clt-rev.desktop-view .clt-content-box {
    padding-left: 0
}

.client-reviews-section .clt-rev.desktop-view .clt-content-box h3,
.client-reviews-section .clt-review .clt-content-box h3 {
    max-width: 450px
}

.client-reviews-section .clt-review .clt-content-box span {
    color: #54545e
}

.client-reviews-section .clt-rev.desktop-view .clt-content-box p {
    max-width: 460px;
    height: 200px
}

.client-reviews-section .clt-review .clt-content-box .foot-side .star-rating img {
    width: auto !important
}

.client-reviews-section .clt-review .clt-content-box {
    padding-left: 15px
}

.client-reviews-section .clt-review .clt-content-box .content-tile {
    flex: 1
}

.client-reviews-section .clt-review .clt-content-box p {
    max-width: 650px;
    color: #54545e
}

.client-reviews-section .clt-review .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -178px;
    bottom: auto;
    right: 0
}

.client-reviews-section .clt-review .owl-nav button {
    background: rgba(18, 17, 39, .04) !important;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    width: 72px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 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
}

.client-reviews-section .clt-review .owl-nav button:hover {
    background: #444bd3 !important
}

.client-reviews-section .clt-review .owl-nav button:hover img {
    filter: brightness(100);
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -ms-filter: brightness(100);
    -o-filter: brightness(100)
}

.client-reviews-section .clt-review .owl-nav button:last-child {
    margin-right: 0
}

.client-reviews-section .clt-review .owl-nav button.owl-next img,
.client-reviews-section .clt-review .owl-nav button.owl-prev img {
    width: 22px;
    height: auto
}

.client-reviews-section .clt-review .owl-nav button.owl-next .next-slide,
.client-reviews-section .clt-review .owl-nav button.owl-prev .prev-slide {
    height: 16px
}

.all-over-user-section {
    padding: 80px 0;
    background: #414bf5;
    position: relative
}

.all-over-user-section .detail-card {
    background: #1a22b0;
    box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
    -webkit-box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
    -moz-box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
    -ms-box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
    -o-box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
    max-width: 936px;
    padding: 40px;
    margin: 56px auto 0;
    position: relative;
    z-index: 1
}

.all-over-user-section:after {
    position: absolute;
    content: "";
    bottom: 0;
    top: auto;
    background: #444bd3;
    width: 100%;
    height: 150px;
    left: 0
}

.error {
    display: block;
    margin: 8px 0 !important;
    font-size: 12px !important
}

.help-tip {
    position: relative;
    cursor: pointer
}

.webui-popover {
    background-color: rgba(0, 0, 0, .74) !important;
    border: 0 !important;
    border-radius: 19px !important
}

.help-tip .info-box {
    display: block;
    -webkit-font-smoothing: antialiased;
    padding: 28px 15px;
    width: 350px;
    height: auto;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    z-index: 99
}

.help-tip .info-box h2 {
    color: #fff !important
}

.help-tip .info-box .info-cnt p {
    color: #fff !important;
    font-weight: 400
}

.jc-pricing-plan-section p.para-mobile,
.mobile-w-step2,
.no-document-modal a.close-modal.isCloseModal,
.our-client-section .sticky.left {
    display: none
}

.swal-overlay--show-modal {
    z-index: 99999
}

.modal a.close-modal {
    top: 15px !important;
    right: 20px !important
}

.cursor-pointer {
    cursor: pointer !important
}

.no-document-modal {
    background: #fff;
    box-shadow: 0 20px 50px rgba(18, 17, 39, .08) !important;
    -webkit-box-shadow: 0 20px 50px rgba(18, 17, 39, .08) !important;
    -moz-box-shadow: 0 20px 50px rgba(18, 17, 39, .08) !important;
    -ms-box-shadow: 0 20px 50px rgba(18, 17, 39, .08) !important;
    -o-box-shadow: 0 20px 50px rgba(18, 17, 39, .08) !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    padding: 24px !important;
    max-width: 430px !important
}

.no-document-modal p {
    max-width: 330px
}

.no-document-modal .icon {
    align-self: flex-start;
    margin-right: 20px
}

.no-document-modal .cancel-btn,
.no-document-modal .proceed-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    width: 100px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.no-document-modal .cancel-btn {
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #595959
}

.no-document-modal .proceed-btn {
    background: #464ee6;
    color: #fff;
    margin-left: 16px
}

.numInputWrapper:hover {
    background: #fff !important
}

.value-tile {
    margin: -10px 0 10px;
    background: #fff
}

.jc-pricing-plan-section {
    padding: 63px 0 76px;
    margin-left: -15px
}

.jc-pricing-plan-section .col-6 {
    margin-bottom: 30px
}

.jc-pricing-plan-section .col-6:nth-child(3),
.jc-pricing-plan-section .col-6:nth-child(4) {
    margin-bottom: 0
}

.jc-pricing-plan-section .pricing-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 24px 15px;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.jc-pricing-plan-section .pricing-card .most-price-badge {
    position: absolute;
    background: #ff9129;
    border: 1px solid #ff9129;
    padding: 5px 12px;
    height: 30px;
    right: 20px;
    top: -15px
}

.jc-pricing-plan-section .pricing-card .card-body {
    margin-bottom: 33px;
    min-height: 165px
}

.jc-pricing-plan-section .pricing-card .card-body .price-tag {
    margin-top: 9px;
    margin-bottom: 5px
}

.jc-pricing-plan-section .pricing-card .card-body .price-tag h4 {
    margin-right: 6px
}

.jc-pricing-plan-section .pricing-card .card-body ul {
    margin-top: 33px;
    margin-left: 25px
}

.jc-pricing-plan-section .pricing-card .card-body ul li:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC4SURBVHgBrdKxDcIwEAXQsyUaoLgRMkJGoEFQwgYZgQ1sTxIxQUQbiowAK7CBe6Qc54uEggKJY/Gl78LFk3xngD9EQWKwsggrVQFBpiEhAixVw8CGe0lCYK1LPnPu2e/NaTaCtS2hpYMAO1OEu1kzEYBU0QdCNNbuhldnUgFBuB5asGPQGNAhCzryo+6/oCkgRGaCDa/sKSvLmbV+a1ws8Ea+QUCUxQAfyADqMgkMkB4UvvMjBgh5AS3HXmPr8pQ5AAAAAElFTkSuQmCC);
    width: 17px;
    height: 13px;
    position: absolute;
    left: -25px;
    top: 0
}

.jc-pricing-plan-section .pricing-card .price-btn {
    background: #f2f3ff;
    padding: 9px 32px;
    color: #444bd3;
    width: 100%;
    display: block;
    height: 42px;
    text-align: center;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.jc-pricing-plan-section .pricing-card .price-btn:hover,
.jc-pricing-plan-section .pricing-card.active .price-btn,
.jc-pricing-plan-section .pricing-card:hover .price-btn {
    background: #444bd3;
    color: #fff
}

.jc-pricing-plan-section .pricing-card.active,
.jc-pricing-plan-section .pricing-card:hover {
    border: 1px solid #444bd3
}

.divide-section .col-7 {
    padding-right: 8px !important
}

.divide-section .col-5 {
    padding-left: 8px !important
}

.document-pricing-area .price-pkg-sec {
    background: #fff;
    box-shadow: -3px 2px 20px 0 rgba(18, 17, 39, .1);
    -webkit-box-shadow: -3px 2px 20px 0 rgba(18, 17, 39, .1);
    -moz-box-shadow: -3px 2px 20px 0 rgba(18, 17, 39, .1);
    -ms-box-shadow: -3px 2px 20px 0 rgba(18, 17, 39, .1);
    -o-box-shadow: -3px 2px 20px 0 rgba(18, 17, 39, .1);
    border: 1px solid #f0f0f0;
    padding: 20px
}

.document-pricing-area .price-pkg-sec .price-card-item [type=checkbox] {
    display: none
}

.document-pricing-area .price-pkg-sec .price-card-item,
.document-pricing-area .price-pkg-sec .price-card-item.active {
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important
}

.document-pricing-area .price-pkg-sec .price-card-item {
    background: #fff;
    padding: 16px 12px;
    margin-bottom: 15px;
    border: 1px solid rgba(18, 17, 34, .15)
}

.document-pricing-area .price-pkg-sec .price-card-item .info-tile a {
    cursor: default
}

.document-pricing-area .price-pkg-sec .price-card-item.active {
    background: #f5f5fe;
    border: 0;
    padding: 12px
}

.document-pricing-area .price-pkg-sec .price-card-item .minute-card input[type=radio] {
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    top: 3px;
    left: 0
}

.document-pricing-area .price-pkg-sec .price-card-item .minute-card {
    display: flex;
    align-items: flex-start;
    max-width: 125px
}

.document-pricing-area .price-pkg-sec .price-card-item .amount-card,
.document-pricing-area .price-pkg-sec .price-card-item .saving-box.save-card,
.document-pricing-area .price-pkg-sec .price-card-item .valid-box.valid-card {
    max-width: 100px
}

.document-pricing-area .price-pkg-sec .price-card-item .minute-card>.form-check {
    position: relative;
    padding-left: 25px
}

.document-pricing-area .price-pkg-sec .price-card-item .minute-card label {
    color: #121127;
    font-weight: 500;
    font-size: 14px;
    max-width: 100px;
    cursor: pointer
}

.document-pricing-area .price-pkg-sec .price-card-item .amount-card {
    align-self: flex-start;
    text-align: right
}

.document-pricing-area .price-pkg-sec .price-card-item.active .wizard-price-card-body,
.document-pricing-area .upload-doc-card {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.document-pricing-area .price-pkg-sec .price-card-item.active .wizard-price-card-body .left-box .form-check {
    display: flex;
    align-items: flex-start
}

.document-pricing-area .upload-doc-card input.largerCheckbox {
    align-self: flex-start;
    width: 30px !important;
    height: 30px !important;
    margin-right: 8px;
    position: relative;
    top: -4px
}

.document-pricing-area .upload-doc-card label {
    max-width: 440px;
    line-height: 23px
}

.document-pricing-area .file-input,
.document-pricing-area .file-input .button {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.document-pricing-area .file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 5px;
    width: 100%;
    position: relative;
    border: 1px solid #9c9c9c;
    margin-top: 15px
}

.document-pricing-area .file-input .button {
    cursor: pointer;
    background: #dfdfdf;
    font-size: 14px;
    color: #fff;
    float: right;
    width: 90px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.document-pricing-area .file-input label,
.document-pricing-area .file-input span.label {
    color: #7e7e7e;
    line-height: 30px;
    max-width: 232px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.document-pricing-area .file-input span.label {
    color: #6c6b80;
    line-height: 31px
}

.addmore-btns .common-addmore-btn,
.all-files .common-addmore-btn {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    transition: border-color .3s;
    -webkit-transition: border-color .3s
}

.all-files .common-addmore-btn {
    width: 41px;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 20px
}

.all-files .common-addmore-btn.add:hover {
    border-color: #5dbea3
}

.all-files .common-addmore-btn.add {
    background-color: #dfffeb;
    border: 1px dashed #00d059;
    color: #00d059
}

.all-files .common-addmore-btn.remove:hover {
    border-color: #ff4d4f
}

.all-files .common-addmore-btn.remove {
    background-color: #ffe6e6;
    border: 1px dashed #e90500;
    color: #e90500
}

.addmore-btns {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.addmore-btns .common-addmore-btn {
    width: fit-content;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px
}

.addmore-btns .common-addmore-btn.add:hover {
    border-color: #5dbea3
}

.addmore-btns .common-addmore-btn.add {
    background-color: #dfffeb;
    border: 1px dashed #00d059;
    color: #00d059
}

.document-pricing-area .file-input input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer
}

.document-pricing-area .file-input .checkDocUpload-button {
    color: #fff !important;
    background: #3f43c8 !important
}

.document-pricing-area .info-tile p {
    color: #6c6b80
}

.document-pricing-area .doc-buy-now-card .buy-now {
    min-width: 156px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3f43c8;
    cursor: pointer;
    border: 0
}

.document-pricing-area .secure-card img {
    max-width: 250px
}

.doc-file-card .uploaded-document {
    background: #fff;
    box-shadow: 0 1px 4px rgb(131 124 151/46%);
    -webkit-box-shadow: 0 1px 4px rgb(131 124 151/46%);
    -moz-box-shadow: 0 1px 4px rgba(131, 124, 151, .46);
    -ms-box-shadow: 0 1px 4px rgba(131, 124, 151, .46);
    -o-box-shadow: 0 1px 4px rgba(131, 124, 151, .46);
    padding: 10px
}

.doc-file-card .uploaded-document .material-icons {
    color: #0263d1;
    font-size: 35px;
    margin-right: 15px;
    height: 35px
}

.doc-file-card .uploaded-document .body-tile {
    flex: 1
}

.doc-file-card .uploaded-document .body-tile h4 {
    color: #2f3857;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.doc-file-card .uploaded-document .body-tile .percent-tile {
    margin-left: auto !important
}

.doc-file-card .uploaded-document .body-tile .close-icon {
    width: 22px;
    height: 22px;
    background: #f6eeff;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 25px !important
}

.doc-file-card .uploaded-document .body-tile .close-icon .material-icons {
    color: #636066;
    font-size: 15px;
    margin-right: 0;
    height: auto;
    zoom: .8
}

.doc-file-card .uploaded-document .body-tile .progress {
    margin-top: 8px;
    height: 5px;
    background: #ececec;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 0;
    overflow: hidden
}

.doc-file-card .uploaded-document .body-tile .progress .progress-bar {
    background: #3bc884;
    height: 5px;
    transition: .4s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.doc-file-card .uploaded-document .body-tile p {
    color: rgba(47, 56, 87, .5)
}

.doc-file-card .document-pricing span {
    color: #4c4b63
}

.doc-file-card .document-pricing-amount span {
    color: #383751
}

.choose-select-error {
    border: 1px solid #f14d3c !important
}

.concern_area_error,
.language_error {
    color: #f14d3c
}

.select-border {
    border: 1px solid #121127;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    overflow: hidden
}

.choose-select select {
    width: 100%;
    background: #fefdfe;
    background: -moz-linear-gradient(top, #fefdfe 0, #f8f7fa 100%);
    background: -webkit-linear-gradient(top, #fefdfe 0, #f8f7fa 100%);
    background: linear-gradient(to bottom, #fefdfe 0, #f8f7fa 100%);
    border: 0;
    min-height: 59px;
    padding: 15px 20px 0 10px;
    margin-top: 0;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(18, 17, 39, .6);
    background-color: transparent !important
}

.customselect {
    background: #fff url(../layout-optim/just-consult-landing-new/offer-down-arrow1.png)no-repeat 100% 26px !important;
    position: relative
}

.choose-concer-select .select-abs {
    right: 5px;
    top: 17px;
    width: 11px;
    height: 11px
}

.document-pricing-area-scroll {
    position: initial;
    position: -webkit-initial;
    margin-bottom: 40px;
    margin-top: 0
}

.pricing-pkgs-loader {
    min-height: 320px
}

.pricing-pkgs-loader .loading-block {
    height: 70px;
    width: 70px;
    padding: 30px;
    border: 3px solid #efefef;
    border-right-color: #3f43c8;
    border-radius: 50%;
    animation: rotate 1s infinite linear;
    -webkit-animation: rotate 1s infinite linear
}

.document-pricing-area .price-pkg-sec .price-card-item .saving-box.save-card p {
    color: #3237cf;
    font-weight: 500
}

.document-pricing-area .price-pkg-sec .price-card-item.active .wizard-price-card-body .left-box .form-check .checkDocUpload {
    margin-top: 1px
}

.divide-section {
    padding-top: 50px
}

.drc-title-desktop {
    padding-bottom: 30px;
    padding-left: 15px
}

.drc-title-desktop .lk-consult p span {
    color: #3056d3;
    font-weight: 700
}

.common-online-consult-tile .online-wrap .online-block {
    background: 0 0;
    padding: 7px
}

.common-online-consult-tile .online-wrap .online-block a {
    color: #625f5f
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(1) {
    z-index: 4
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(2) {
    left: -10px;
    z-index: 3
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(3) {
    left: -20px;
    z-index: 2
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(4) {
    left: -25px;
    z-index: 5
}

.common-online-consult-tile .online-wrap .online-block .avatars-online>.avatars-online {
    position: relative;
    left: -15px
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
    width: 39px;
    height: 39px;
    overflow: hidden;
    position: relative;
    background: #f8f6f6;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle img {
    height: 100%;
    width: 100%
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .pulse {
    margin-left: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #4ad469;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    will-change: transform, opacity, box-shadow
}

.drc-title-mobile,
.our-client-section.mobile {
    display: none
}

.drc-pricing-tile {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    margin-bottom: 80px
}

.hero-area .owl-dots.disabled,
.hero-area .owl-nav.disabled {
    display: none !important
}

.our-client-section.desktop {
    border-top: 4px solid rgba(99, 115, 129, .1)
}

.drc-title-desktop button.cta-btn {
    border: 0
}

.client-reviews-section .clt-review .owl-nav span {
    text-indent: -9999px
}

.why-lk-section .card-tile p {
    color: #121127cc
}

.frequently-section .left-panel p {
    color: #fff
}

.select-border p.font-12 {
    padding-top: 0;
    padding-bottom: 0;
    color: #121127;
    position: absolute;
    z-index: -1;
    top: 10px
}

.documentAnalysisModal {
    max-width: 990px !important;
    box-shadow: 10px 4px 23.7px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 4px 23.7px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 4px 23.7px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 10px 4px 23.7px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 10px 4px 23.7px rgba(0, 0, 0, 0.06);
    border-radius: 21px !important;
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    -ms-border-radius: 21px !important;
    -o-border-radius: 21px !important;
}

.documentAnalysisModal .modal a.close-modal {
    display: none;
}

.documentAnalysisModal .header-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdf-btn {
    min-width: 139px;
    height: 54px;
    background: #4C50E0;
    box-shadow: 0px 1.33333px 2.66667px rgba(136, 144, 194, 0.2), 0px 3.33333px 10px rgba(37, 44, 97, 0.15);
    -webkit-box-shadow: 0px 1.33333px 2.66667px rgba(136, 144, 194, 0.2), 0px 3.33333px 10px rgba(37, 44, 97, 0.15);
    -moz-box-shadow: 0px 1.33333px 2.66667px rgba(136, 144, 194, 0.2), 0px 3.33333px 10px rgba(37, 44, 97, 0.15);
    -ms-box-shadow: 0px 1.33333px 2.66667px rgba(136, 144, 194, 0.2), 0px 3.33333px 10px rgba(37, 44, 97, 0.15);
    -o-box-shadow: 0px 1.33333px 2.66667px rgba(136, 144, 194, 0.2), 0px 3.33333px 10px rgba(37, 44, 97, 0.15);
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.documentAnalysisModal h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0A0A0A;
}

.documentAnalysisModal .first-page {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #F7F4FA;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.documentAnalysisModal .first-page h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.documentAnalysisModal .first-page h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #56637E;
}

.documentAnalysisModal .second-page .left-sec {
    background: #FFFFFF;
    box-shadow: 4px 0px 9.4px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    padding-top: 30px;
    padding-left: 18px;
    padding-right: 30px;
    padding-bottom: 15px;
}

.documentAnalysisModal .second-page .left-sec .pdf-text p {
    color: #0000008A;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}

.documentAnalysisModal .second-page .left-sec .pdf-text span {
    color: #000000BF;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

.documentAnalysisModal .second-page .left-sec .doc-files {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    border-top: 3px solid #0000000D;
    padding-top: 17px;
    padding-left: 15px;
    margin-top: 15px;
}

.documentAnalysisModal .second-page .left-sec .doc-files .icon-box {
    cursor: pointer;
}

.documentAnalysisModal .second-page .pdf-sec {
    display: flex;
    flex-direction: row;
    gap: 7px;
    margin-bottom: 20px;
    align-items: center;
}

.documentAnalysisModal .second-page .left-sec h3 {
    color: #0A0A0A;
    font-weight: 500;
    font-size: 15px;
}

.documentAnalysisModal .second-page .right-sec {
    background: #F7F4FA;
    padding-top: 36px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 18px;
    height: 543px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.documentAnalysisModal .second-page .right-sec h4 {
    color: #4C50E0;
    font-weight: 500;
    font-size: 16px;
}

.documentAnalysisModal .second-page .right-sec .summary {
    padding: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 15px;
}

.documentAnalysisModal .second-page {
    margin-top: 25px;
}

.documentAnalysisModal .second-page .right-sec .summary p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.documentAnalysisModal .second-page .right-sec .summary ul {
    padding-left: 25px;
}

.documentAnalysisModal .second-page .right-sec .summary ul li {
    list-style-type: disc;
    line-height: 20px;
    font-size: 13px;
}

.documentAnalysisModal .bootom-footer {
    margin-top: 35px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #CDD4FB;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    margin-bottom: 10px;
}

.documentAnalysisModal .bootom-footer h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #363D6A;
    margin-bottom: 12px;
}

.documentAnalysisModal .bootom-footer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #54608C;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle at center, transparent 60%, transparent 60%),
    conic-gradient(
      from 0deg,
      #6a5cff 0deg 45deg,
      #ccc 45deg 360deg
    );
  mask: radial-gradient(circle 25px at center, transparent 23px, black 23px);
  -webkit-mask: radial-gradient(circle 25px at center, transparent 23px, black 23px);
  animation: spin 1.2s linear infinite;
}
 
/* Rotation animation */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.load-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}
 
.load-9 .bubble-1,
.load-9 .bubble-2,
.load-9 .spinner {
    will-change: transform;
    transform: translateZ(0)
}
 
.load-9 .spinner {
    animation: loadingI 2s linear infinite
}
 
.load-9 .bubble-1,
.load-9 .bubble-2 {
    animation: bounceSpinner 2s ease-in-out infinite
}
 
.load-9 .bubble-2 {
    animation-delay: -1s
}

@media screen and (max-width:991px) {
    .choose-select select {
        font-size: 13px
    }

    .choose-concer-select .select-abs {
        right: 15px;
        top: 22px;
        width: 12px;
        height: 12px
    }

    .drc-title-desktop,
    .our-client-section.desktop {
        display: none
    }

    .drc-title-mobile {
        display: block;
        background: #f1eaff;
        margin-left: -15px;
        margin-right: -15px;
        padding: 25px 20px 30px
    }

    .drc-title-mobile .cta-btn {
        height: 42px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 0;
        max-width: fit-content;
        min-height: 42px;
        padding: 0 30px;
        font-weight: 500 !important
    }

    .drc-title-mobile .lk-consult p span {
        color: #3056d3;
        font-weight: 700
    }

    .drc-title-mobile h2 {
        letter-spacing: 1.4px;
        line-height: 32px
    }

    .drc-title-mobile p {
        letter-spacing: 1.4px
    }

    .common-online-consult-tile .online-wrap .online-block {
        padding: 7px 0
    }

    .drc-title-mobile .common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
        overflow: hidden;
        position: relative;
        background: #5256f0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff
    }

    .drc-pricing-tile {
        position: initial;
        margin-bottom: 30px;
        padding-top: 20px
    }

    .divide-section {
        padding-top: 0
    }

    .our-client-section.mobile {
        display: block;
        margin-left: -15px;
        margin-right: -15px
    }

    .mobile-logo .owl-carousel .owl-nav button {
        background: rgba(18, 17, 39, .04) !important;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        width: 72px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 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-logo .owl-carousel .owl-nav button:hover {
        background: #444bd3 !important
    }

    .mobile-logo .owl-carousel .owl-nav button span {
        font-size: 34px
    }

    .documentAnalysisModal .first-page h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .documentAnalysisModal .first-page h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .documentAnalysisModal h2 {
        font-size: 18px;
    }

    .documentAnalysisModal .second-page .right-sec {
        padding-left: 18px;
    }
}

@media screen and (max-width:575px) {
    .choose-select .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .choose-select .col-6:first-child {
        margin-bottom: 15px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    header.main-header .user-profile .avatar-img {
        margin-right: 0 !important
    }
}

@media screen and (max-width:1200px) {
    .why-lk-section {
        padding: 0
    }
}

@media screen and (max-width:1024px) {
    .our-client-section .desktop-logo {
        display: block
    }

    .our-client-section .mobile-logo {
        display: none
    }

    .our-client-section .mobile-logo .client-logo img {
        -webkit-filter: grayscale(1) opacity(.4);
        filter: grayscale(1) opacity(.4);
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transition: all .5s linear
    }
}

@media screen and (min-width:992px) {

    .footer-tile-mob1,
    .footer-tile-mob2 {
        display: none
    }
}

@media screen and (max-width:991px) {

    .foot-extra-minute1,
    .foot-extra-minute2 {
        display: none
    }

    .col-100p {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-50p {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-41p {
        flex: 0 0 41%;
        max-width: 41%
    }

    .col-59p {
        flex: 0 0 59%;
        max-width: 59%
    }

    .order-2 {
        order: 2
    }

    .order-1 {
        order: 1
    }

    .common-main-title {
        font-size: 30px
    }

    .our-client-section {
        background: #fff
    }

    .our-client-section .client-logo {
        padding: 10px
    }

    .our-client-section .client-logo img {
        margin: 0 auto;
        width: 120px !important
    }

    .why-lk-section .card-tile {
        min-height: 325px
    }

    .mobile-w-step2 {
        display: block;
        padding-right: 20px
    }

    .coupon-code-tile {
        width: 40%
    }

    .clt-rev.desktop-view .col-4 {
        margin-bottom: 20px
    }

    .clt-rev.desktop-view .clt-content-box p {
        max-width: inherit
    }

    .value-tile {
        margin: 0;
        background: #ededed;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 999999;
        top: auto;
        bottom: 60px;
        padding: 5px 30px
    }

    .jc-pricing-plan-section .col-3 {
        margin-bottom: 46px
    }

    .document-pricing-area .upload-doc-card input.largerCheckbox {
        width: 18px !important;
        height: 18px !important;
        top: 2px
    }

    .document-pricing-area {
        position: initial;
        position: -webkit-initial;
        margin-bottom: 40px;
        margin-top: 0
    }

    .divide-section .col-5,
    .divide-section .col-7 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .divide-section .col-5 h1 {
        display: block;
        color: #000
    }

    .our-client-section .desktop-logo {
        display: none
    }

    .our-client-section .mobile-logo {
        display: block
    }
}

@media screen and (max-width:767px) {
    header.main-header .container {
        padding: 0 !important
    }

    .main-header .logo img {
        margin-left: 0 !important
    }

    header.main-header .user-profile {
        right: 50px;
        top: 10px
    }

    .mob-icon-nav {
        right: 50px !important
    }

    .mob-icon-nav.mob-icon-nav-right {
        right: 110px !important
    }

    .mobile-sticky {
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 11;
        display: block !important
    }

    .sticky.left.mobile-sticky .cta-btn {
        background: #55b72e;
        padding: 10px 25px
    }

    .mobile-sticky a {
        width: 100%;
        display: block;
        border-radius: 0;
        border-top: 1px solid #fff;
        padding: 10px 25px
    }

    .mobile-sticky .col-3,
    .mobile-sticky .col-9 {
        padding: 0 !important
    }

    .footer-buy-btn {
        background: #fff;
        border: 0;
        font-size: 14px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        float: right;
        padding: 7px 8px;
        color: #0ac62d;
        position: relative;
        top: 5px;
        cursor: pointer
    }

    .foot-icon {
        border: 1px solid #0ac62d;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e8ffec;
        margin-right: 5px
    }

    .sticky-content {
        flex: 1
    }

    .main-menu-btn {
        right: 0 !important;
        left: auto !important
    }

    .nav-brand {
        margin-left: 0 !important
    }

    .drc-title-mobile {
        height: 373px
    }

    .drc-pricing-tile {
        min-height: 489px
    }

    .our-client-section {
        padding: 40px 0;
        background: #eff7f9;
        background: -moz-linear-gradient(left, #eff7f9 0, #fef2f2 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #eff7f9), color-stop(100%, #fef2f2));
        background: -webkit-linear-gradient(left, #eff7f9 0, #fef2f2 100%);
        background: -o-linear-gradient(left, #eff7f9 0, #fef2f2 100%);
        background: -ms-linear-gradient(left, #eff7f9 0%, #fef2f2 100%);
        background: linear-gradient(to right, #eff7f9 0, #fef2f2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff7f9', endColorstr='#fef2f2', GradientType=1)
    }

    .our-client-section h2 {
        font-size: 20px;
        line-height: 28px
    }

    .why-lk-section p.para-mobile {
        display: block;
        color: #444bd3
    }

    .why-lk-section h2 {
        display: none;
        color: #070e25;
        max-width: 240px
    }

    .why-lk-section h3.mobile-view {
        display: block
    }

    .why-lk-section {
        padding: 40px 9px;
        background: #edeffa;
        background: #fafaff;
        margin-right: -15px;
        margin-left: -15px;
        height: 1440px
    }

    .why-lk-section .row {
        margin-top: 30px !important
    }

    .why-lk-section .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }

    .why-lk-section .col-6:nth-child(3) {
        margin-bottom: 30px
    }

    .how-it-works-section .how-documents-tile .col-4:last-child .why-lk-section .col-6:last-child {
        margin-bottom: 0
    }

    .why-lk-section .card-tile {
        max-width: initial;
        box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
        -webkit-box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
        -moz-box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
        -ms-box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
        -o-box-shadow: 0 20px 50px rgba(18, 17, 39, .08);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        padding: 56px 24px;
        min-height: 292px;
        height: 292px
    }

    .why-lk-section .card-tile .icon-box {
        margin-bottom: 40px
    }

    .why-lk-section .card-tile p,
    .why-lk-section .card-tile p.mob-para {
        display: block;
        max-width: 300px;
        color: #72727d
    }

    .why-lk-section .card-tile .icon-box img {
        width: 24px;
        height: 24px
    }

    .why-lk-section .card-tile p span.mobile {
        display: inline-block;
        text-transform: capitalize
    }

    .how-it-works-section {
        padding: 31px 13px 55px;
        margin-right: -15px;
        margin-left: -15px;
        height: 652px
    }

    .how-it-works-section .how-documents-tile .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 48px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .how-it-works-section .how-doc-card span {
        margin-bottom: 8px;
        color: #121127
    }

    .how-it-works-section .how-doc-card {
        text-align: left
    }

    .how-it-works-section .how-doc-card .icon-box {
        width: 49px;
        height: 49px;
        margin: 0 18px 0 0
    }

    .how-it-works-section .how-documents-tile .col-12:nth-child(1) .how-doc-card .icon-box img {
        width: 26px;
        height: 26px
    }

    .how-it-works-section .how-documents-tile .col-12:nth-child(2) .how-doc-card .icon-box img,
    .how-it-works-section .how-documents-tile .col-12:nth-child(3) .how-doc-card .icon-box img {
        width: 29px;
        height: 29px
    }

    .how-it-works-section .how-doc-card h3 {
        margin-bottom: 24px
    }

    .how-it-works-section .how-doc-card p {
        margin: 0
    }

    .how-it-works-section .how-doc-card .d-flex {
        flex-direction: initial
    }

    .frequently-section {
        padding: 50px 9px;
        margin-right: -15px;
        margin-left: -15px;
        height: 795px
    }

    .frequently-section .left-panel h2 {
        max-width: 360px
    }

    .frequently-section .left-panel {
        margin-bottom: 0
    }

    .frequently-section .left-panel p {
        font-size: 16px;
        line-height: 28px
    }

    .frequently-section .right-panel .loop-content:last-child {
        display: block
    }

    .frequently-section .right-panel .loop-content p {
        color: rgba(255, 255, 255);
        font-size: 16px;
        line-height: 22px;
        max-width: 330px
    }

    .frequently-section .right-panel .loop-content span {
        font-size: 14px;
        line-height: 25px;
        max-width: 335px;
        display: block
    }

    .frequently-section .right-panel {
        margin-top: 40px;
        padding-right: 0
    }

    .client-reviews-section {
        padding: 40px 0;
        height: 562px
    }

    .client-reviews-section .container {
        padding: 0
    }

    .client-reviews-section h2 {
        max-width: 320px !important;
        padding-left: 0 !important;
        color: #070e25;
        margin-left: 24px;
        font-size: 32px;
        line-height: 44px
    }

    .all-over-user-section:after,
    .client-reviews-section .clt-review,
    .clt-rev.desktop-view {
        display: none
    }

    .client-reviews-section .clt-review.mobile-view {
        display: block;
        background: #fff;
        padding-left: 24px;
        padding-bottom: 50px;
        padding-right: 24px;
        margin-top: 50px
    }

    .client-reviews-section .clt-review .clt-content-box {
        margin: 0;
        padding-left: 0
    }

    .client-reviews-section .clt-review .owl-nav {
        top: auto;
        right: 0;
        bottom: -80px
    }

    .client-reviews-section .clt-review .clt-content-box p {
        max-width: 450px;
        font-size: 16px;
        line-height: 28px;
        color: rgba(7, 14, 37, .7)
    }

    .client-reviews-section .clt-review .clt-content-box .content-tile h4 {
        color: rgba(7, 14, 37)
    }

    .client-reviews-section .clt-review .clt-content-box .content-tile span {
        color: rgba(7, 14, 37, .8);
        font-size: 11px
    }

    .all-over-user-section {
        padding: 50px 9px;
        text-align: left
    }

    .all-over-user-section h2 {
        max-width: 350px;
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 44px
    }

    .all-over-user-section .detail-card {
        margin-top: 36px
    }

    .all-over-user-section p {
        font-weight: 500;
        max-width: 310px;
        line-height: 36px;
        font-size: 20px;
        color: #fff
    }

    .all-over-user-section .detail-card .tile-cont p {
        max-width: initial;
        font-size: 14px;
        line-height: initial
    }

    .all-over-user-section .detail-card .tile-cont {
        padding: 30px
    }

    .all-over-user-section .detail-card .col-4:last-child {
        border-bottom: 0
    }

    .all-over-user-section .detail-card .tile-cont h2 {
        margin-bottom: 0;
        max-width: initial;
        display: block
    }

    .modal a.close-modal {
        top: 3px !important;
        right: 10px !important;
        width: 22px !important
    }

    .jc-pricing-plan-section {
        padding: 63px 0 61px
    }

    .jc-pricing-plan-section .col-3 {
        margin-bottom: 35px
    }

    .jc-pricing-plan-section .pricing-card {
        padding: 14px 12px
    }

    .jc-pricing-plan-section .col-3:last-child {
        margin-bottom: 0
    }

    .jc-pricing-plan-section .pricing-card .card-body .price-tag {
        position: absolute;
        right: 12px;
        top: 14px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: right
    }

    .jc-pricing-plan-section .pricing-card .most-price-badge {
        padding: 4px 6px;
        height: 25px;
        right: auto;
        top: -19px;
        left: 12px;
        font-size: 11px;
        font-weight: 400 !important;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px
    }

    .jc-pricing-plan-section .pricing-card .card-body {
        margin-bottom: 24px;
        min-height: 75px
    }

    .jc-pricing-plan-section .pricing-card .card-body .price-tag span.save {
        margin-top: 20px
    }

    .jc-pricing-plan-section .pricing-card .card-body .price-tag .d-flex {
        flex-direction: column;
        align-items: flex-end !important
    }

    .jc-pricing-plan-section p.para-mobile {
        display: block;
        color: #444bd3
    }

    .jc-pricing-plan-section .pricing-card .card-body h3 {
        font-size: 22px
    }

    .jc-pricing-plan-section .pricing-card .card-body .price-tag span {
        font-size: 13px
    }

    .jc-pricing-plan-section .pricing-card .card-body ul {
        margin-left: 20px
    }

    .jc-pricing-plan-section .pricing-card .card-body ul li {
        font-size: 12px
    }

    .jc-pricing-plan-section .pricing-card .card-body ul li:before {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACdSURBVHgBnc/BDcIwDAXQ74oTJ4/ACKzABYktwiLUZQMmACbgGAFLsEFXyAQ1Ti6kCNqmlv4hkV/sADOKb8IVCovvTY0ltUUwIUAspyJkUfZHF8+LSeghZygcOtqH3eES7yp7peVnWmEAUQ8liA5Xi/zC/9CnwTeS9s9wRPmfvotybPNri0B1NTgphz1MCIBuwlZemFrsxdma67G+NyXgSlkLFPODAAAAAElFTkSuQmCC);
        width: 14px;
        height: 11px;
        left: -20px
    }

    .document-pricing-area .secure-card img,
    .document-pricing-area .upload-doc-card .form-check {
        margin: 0 auto;
        display: table
    }

    .document-pricing-area .doc-buy-now-card {
        margin-bottom: 0
    }

    .document-pricing-area .file-input span.label {
        max-width: 550px
    }

    .our-client-section.mobile {
        height: 289px
    }

    .all-files .common-addmore-btn {
        width: 43px;
        height: 43px
    }

    .how-it-works-section .how-doc-card p {
        color: #121127
    }

    .documentAnalysisModal .header-modal {
        flex-direction: column;
        gap: 10px;
    }

    .documentAnalysisModal .second-page .col-4 {
        margin-bottom: 20px;
    }

    .documentAnalysisModal .bootom-footer h2 {
        font-size: 16px;
        line-height: 18px;
    }

    .documentAnalysisModal .bootom-footer p {
        font-size: 15px;
        line-height: 18px;
    }

    .footer-text {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }
}

@media screen and (max-width:575px) {
    .coupon-code-tile {
        width: 60%
    }

    .help-tip .info-box .info-cnt p {
        font-size: 14px
    }

    a.next-step5 {
        margin-left: auto
    }

    .help-tip .info-box h2 {
        font-size: 16px !important;
        margin-bottom: 0 !important
    }

    .help-tip .info-cnt {
        margin-top: 10px
    }

    .help-tip .info-cnt .d-flex {
        margin-bottom: 10px
    }

    .help-tip .info-box {
        width: 270px;
        padding: 10px
    }

    .document-pricing-area .upload-doc-card input.largerCheckbox {
        width: 30px !important;
        height: 30px !important;
        top: -4px
    }

    .document-pricing-area .file-input span.label {
        max-width: 390px
    }

    .document-pricing-area .file-input {
        margin-top: 10px
    }

    .doc-file-card .uploaded-document .material-icons {
        margin-right: 5px;
        font-size: 28px
    }

    .client-reviews-section .clt-review .clt-content-box .foot-side .content-tile {
        flex: 1
    }

    .price-value-card .cart-product .d-flex.align-items-center.flex-wrap>p.extra {
        display: none
    }

    .drc-pricing-tile {
        min-height: 559px
    }

    .our-client-section.mobile {
        height: 317px
    }

    .how-it-works-section {
        height: 676px
    }

    .all-files .common-addmore-btn {
        margin-top: 10px
    }
}

@media screen and (max-width:535px) {
    .our-client-section h2 {
        font-size: 18px;
        line-height: 26px
    }

    .our-client-section .client-logo img.spring {
        width: 60px !important
    }

    .our-client-section .client-logo img {
        width: 90px !important;
        height: auto
    }

    .footer-bottom span {
        max-width: 300px;
        margin: 0 auto
    }

    .coupon-code-tile {
        width: 70%
    }

    .document-pricing-area .price-pkg-sec {
        border: 0 !important;
        padding: 0 !important;
        box-shadow: none !important
    }

    .doc-file-card .uploaded-document .body-tile h4 {
        max-width: 150px
    }

    .doc-file-card .uploaded-document .body-tile .progress {
        max-width: 220px
    }

    .document-pricing-area .upload-doc-card {
        padding: 10px;
        margin-top: -25px
    }

    .document-pricing-area .price-pkg-sec .price-card-item.active .wizard-price-card-body {
        padding: 14px 10px;
        margin-top: 0
    }

    .document-pricing-area .price-pkg-sec .price-card-item {
        position: relative
    }

    .document-pricing-area .price-pkg-sec .price-card-item .save-card p span {
        display: inline-block
    }

    .document-pricing-area .price-pkg-sec .price-card-item .minute-card label {
        max-width: inherit;
        color: #262626;
        font-weight: 600 !important;
        font-size: 18px
    }

    .document-pricing-area .price-pkg-sec .price-card-item .minute-card {
        width: 100%;
        max-width: initial
    }

    .document-pricing-area .price-pkg-sec .price-card-item .amount-card,
    .document-pricing-area .price-pkg-sec .price-card-item .saving-box.save-card,
    .document-pricing-area .price-pkg-sec .price-card-item .valid-box.valid-card {
        max-width: initial
    }

    .document-pricing-area .price-pkg-sec .price-card-item .wizard-price-card-row,
    .document-pricing-area .price-pkg-sec .price-card-item>.d-flex {
        flex-direction: column;
        align-items: flex-start !important
    }

    .document-pricing-area .price-pkg-sec .price-card-item .save-card {
        margin-left: 28px;
        margin-bottom: 12px;
        margin-top: 16px
    }

    .document-pricing-area .price-pkg-sec .price-card-item .valid-card {
        margin-left: 28px
    }

    .document-pricing-area .price-pkg-sec .price-card-item .amount-card {
        align-self: flex-end;
        position: absolute
    }

    .document-pricing-area .price-pkg-sec .price-card-item .amount-card p {
        font-size: 20px
    }

    .document-pricing-area .price-pkg-sec .price-card-item .amount-card span {
        font-size: 14px
    }

    .document-pricing-area .file-input span.label {
        max-width: 330px
    }

    .document-pricing-area .doc-buy-now-card .buy-now {
        min-width: 80%
    }

    .price-pkg-sec-main {
        margin-top: 25px
    }

    .drc-pricing-tile {
        min-height: 547px
    }

    .our-client-section.mobile {
        height: 289px
    }

    .how-it-works-section {
        height: 700px
    }
}

@media screen and (max-width:530px) {
    .main-header .logo img {
        margin-left: 0
    }
}

@media screen and (max-width:516px) {
    .drc-title-mobile {
        height: 405px
    }

    .client-reviews-section {
        height: 590px
    }
}

@media screen and (max-width:480px) {
    .coupon-code-tile {
        width: 100%
    }

    .coupon-code-tile input {
        width: 70% !important
    }

    .value-tile {
        margin: 0;
        background: #f2f2f2;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 999999;
        top: auto;
        bottom: 57px;
        padding: 5px 30px
    }

    .document-pricing-area .upload-doc-card input.largerCheckbox {
        width: 40px !important;
        height: 40px !important;
        top: -10px
    }

    .document-pricing-area .file-input span.label {
        max-width: 280px
    }

    .drc-pricing-tile {
        min-height: 567px
    }

    .client-reviews-section .clt-review .owl-nav {
        bottom: -70px
    }
}

@media screen and (max-width:450px) {
    .how-it-works-section {
        height: 724px
    }

    .client-reviews-section {
        height: 618px
    }
}

@media screen and (max-width:430px) {
    .how-it-works-section {
        height: 748px
    }
}

@media screen and (max-width:420px) {
    .coupon-code-tile input {
        width: 65% !important
    }

    .document-pricing-area .file-input span.label {
        max-width: 160px;
        padding-left: 5px
    }
}

@media screen and (max-width:400px) {
    .how-it-works-section {
        height: 772px
    }
}

@media screen and (max-width:393px) {
    .client-reviews-section {
        height: 645px
    }
}

@media screen and (max-width:390px) {
    .frequently-section {
        height: 823px
    }

    .client-reviews-section {
        height: 646px
    }
}

@media screen and (max-width:380px) {
    .coupon-code-tile input {
        width: 60% !important
    }

    .document-pricing-area .upload-doc-card input.largerCheckbox {
        width: 50px !important;
        height: 50px !important;
        top: -14px
    }

    .document-pricing-area .file-input span.label {
        max-width: 150px
    }

    .document-pricing-area .file-input .button {
        font-size: 12px;
        width: 65px;
        height: 30px
    }

    .file-upload-box .document-pricing>.d-flex {
        flex-direction: column;
        align-items: flex-start !important
    }

    .file-upload-box .document-pricing .document-pricing-amount {
        margin-top: 5px
    }

    .how-it-works-section {
        height: 772px
    }

    .client-reviews-section {
        height: 646px
    }

    .frequently-section {
        height: 850px
    }
}

@media screen and (max-width:376px) {
    .drc-title-mobile {
        height: 400px
    }

    .per-pages-tile ul li {
        min-width: 90px
    }

    .our-client-section.mobile {
        height: 288px
    }

    .frequently-section {
        height: 876px
    }

    .how-it-works-section {
        height: 796px
    }
}

@media screen and (max-width:375px) {
    .all-over-user-section h3 {
        font-size: 30px;
        line-height: 42px
    }

    .frequently-section .left-panel p {
        font-size: 15px
    }
}

@media screen and (max-width:370px) {
    .drc-title-mobile {
        height: 431px
    }

    .frequently-section {
        height: 820px
    }
}

@media screen and (max-width:365px) {
    .document-pricing-area .file-input span.label {
        max-width: 180px
    }

    .frequently-section {
        height: 848px
    }

    .how-it-works-section {
        height: 818px
    }
}

@media screen and (max-width:360px) {
    .frequently-section {
        height: 876px
    }
}

@media screen and (max-width:359px) {
    header.main-header .user-profile {
        right: 50px !important
    }

    .mob-icon-nav.mob-icon-nav-right {
        right: 100px !important
    }

    header.main-header .container {
        padding: 0 !important
    }

    .price-pkg-sec-main .price-value-card>.d-flex {
        flex-direction: column;
        align-items: flex-start !important
    }

    .client-reviews-section .clt-review .owl-nav button {
        width: 56px;
        height: 30px
    }

    .client-reviews-section .clt-review .owl-nav button.owl-next img,
    .client-reviews-section .clt-review .owl-nav button.owl-prev img {
        width: 12px;
        height: 7px
    }

    .how-it-works-section .how-doc-card h3 {
        margin-bottom: 15px
    }

    .document-pricing-area .price-pkg-sec .price-card-item .valid-card p span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 130px
    }

    .client-reviews-section .clt-review.mobile-view {
        padding-bottom: 20px
    }

    .client-reviews-section .clt-review .owl-nav {
        bottom: -50px
    }

    .how-it-works-section {
        height: 791px
    }
}

@media screen and (max-width:358px) {
    .drc-title-mobile {
        height: 442px
    }

    .our-client-section.mobile {
        height: 284px
    }
}

@media screen and (max-width:350px) {
    .help-tip .info-box .info-cnt p {
        margin-right: 0
    }

    .coupon-code-tile .apply-btns {
        font-size: 12px;
        padding: 3px 10px
    }

    .coupon-code-tile input {
        width: 70% !important
    }

    .help-tip .info-box {
        width: 230px
    }

    .doc-file-card .uploaded-document .material-icons {
        font-size: 24px
    }

    .footer-buy-btn {
        padding: 7px 4px
    }

    .client-reviews-section {
        height: 675px
    }
}

@media screen and (max-width:345px) {
    .client-reviews-section {
        height: 692px
    }
}

@media screen and (max-width:337px) {
    .why-lk-section .card-tile {
        padding: 56px 20px
    }

    .how-it-works-section .how-doc-card h3 {
        font-size: 15px
    }

    .all-over-user-section h3 {
        font-size: 28px;
        line-height: 40px
    }

    .document-pricing-area .file-input span.label,
    .document-pricing-area .price-pkg-sec .price-card-item .valid-card p span {
        max-width: 120px
    }

    .doc-file-card .uploaded-document .body-tile .close-icon {
        margin-left: 5px !important
    }

    .hero-area .lk-left-banner .content-area a.cta-btn {
        font-size: 17px !important
    }

    .common-online-consult-tile .online-wrap .online-block {
        padding: 0
    }

    .per-pages-tile {
        margin-top: 20px !important
    }

    .drc-title-mobile {
        height: 418px
    }

    .drc-pricing-tile {
        min-height: 587px
    }

    .our-client-section.mobile {
        height: 278px
    }
}

@media screen and (max-width:336px) {
    .how-it-works-section {
        height: 815px
    }
}

@media screen and (max-width:330px) {
    .how-it-works-section {
        height: 839px
    }

    .common-online-consult-tile .online-wrap .online-block .avatars-online>.avatars-online .avatars-text p span {
        font-size: 10px
    }
}

@media screen and (max-width:325px) {
    .document-pricing-area .file-input span.label {
        max-width: 90px
    }
}

@media screen and (max-width:324px) {
    .our-client-section.mobile {
        height: 301px
    }

    .frequently-section {
        height: 920px
    }
}

@media screen and (max-width:322px) {

    .per-pages-tile ul li span.font-17,
    .per-pages-tile ul li.font-16 {
        font-size: 9px
    }
}

@media screen and (max-width:319px) {
    .drc-title-mobile {
        height: 442px
    }

    .per-pages-tile ul li {
        min-width: 60px
    }

    .how-it-works-section {
        height: 863px
    }

    .client-reviews-section {
        height: 720px
    }

    .drc-title-mobile .common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
        width: 28px;
        height: 28px
    }

    .drc-title-mobile .common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle span {
        font-size: 8px
    }
}

@media screen and (max-width:315px) {
    .frequently-section {
        height: 946px
    }
}

@media screen and (max-width:305px) {
    .frequently-section {
        height: 1015px
    }

    .how-it-works-section {
        height: 979px
    }

    .client-reviews-section {
        height: 748px
    }
}

@media screen and (max-width:293px) {

    .per-pages-tile ul li span.font-17,
    .per-pages-tile ul li.font-16 {
        font-size: 8px
    }

    .drc-title-mobile {
        height: 478px
    }
}