@-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
}

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
}

.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-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
}

.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: block;
    margin: 10px 0 0 !important;
    font-size: 14px !important;
    color: #fff
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

header.main-header .container {
    margin: 0 auto
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.accordion-header,
.btn,
li,
a,
button {
    -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%;
}

.hero-area {
    padding: 30px 45px 20px;
    text-align: center;
    position: relative;
    background: url(../layout-optim/ai-document-review/hero-bg.png)no-repeat !important;
}

.hero-top-sec {
    margin-bottom: 15px;
}

.hero-top-sec .center-card {
    width: 250px;
    height: 253px;
    background: url(../layout-optim/ai-document-review/hero-circle.svg)no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    background-position: center;
    background-size: contain !important;
}

.scan-box img {
    width: 100px;
}

.hero-top-sec>.d-flex {
    gap: 105px;
}

.hero-top-sec .center-card .top-sec {
    width: 100%;
    position: relative;
    top: 12px;
}

.hero-top-sec .center-card .bottom-sec {
    position: relative;
    top: 0px;
}

.search-box {
    width: 48px;
    height: 48px;
    background: linear-gradient(109.99deg, rgba(255, 255, 255, 0.45) 36.66%, rgba(100, 75, 198, 0.45) 172.49%);
    opacity: 0.36;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    left: 18px;
}

.download-box {
    width: 48px;
    height: 48px;
    background: linear-gradient(109.99deg, rgba(255, 255, 255, 0.45) 36.66%, rgba(100, 75, 198, 0.45) 172.49%);
    opacity: 0.36;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    right: 18px;
}

.hero-top-sec .center-card .bottom-sec p {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.hero-top-sec .center-card .bottom-sec span {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.4);
    display: block;
}

.hero-top-sec .left-card {
    position: relative;
}

.hero-top-sec .left-card:after {
    position: absolute;
    content: "";
    width: 106px;
    height: 5px;
    right: -100px;
    top: 45px;
    background: #fff url(../layout-optim/ai-document-review/hero-left-line.svg)no-repeat !important;
    z-index: -1;
}

.hero-top-sec .left-card .d-flex {
    gap: 10px;
    flex-direction: column;
}

.hero-top-sec .left-card .d-flex span {
    font-size: 14px;
    line-height: 142%;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.24);
}

.hero-top-sec .left-card .property-tag {
    width: 206px;
    height: 43px;
    box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    -webkit-box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    -moz-box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    -ms-box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    -o-box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #E6F9FC 25.96%, #0166E1 100%) border-box;
    border: 1.17px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.hero-top-sec .left-card .property-tag span {
    display: block;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #212A59;
}

.hero-top-sec .right-card {
    width: 236px;
    height: 92px;
    background: #FFFFFF;
    border: 4px solid rgba(217, 222, 255, 0.6);
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    padding: 22px 18px;
    position: relative;
}

.hero-top-sec .right-card:before {
    position: absolute;
    content: "";
    width: 106px;
    height: 5px;
    left: -102px;
    top: 40px;
    background: #fff url(../layout-optim/ai-document-review/hero-right-line.svg)no-repeat !important;
    z-index: -1;
}

.hero-top-sec .right-card p span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: inline-block;
    margin-right: 3px;
}

.hero-top-sec .right-card p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
}

.hero-top-sec .right-card .lk-ai {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    background: radial-gradient(78.28% 471.15% at 36.99% 22.8%, #586289 0%, #2014FF 55.76%, #96E1FF 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.safe-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hero-area .hero-wrapper-text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-area .hero-wrapper-text h1 {
    font-size: 44px;
    line-height: 61px;
    letter-spacing: -0.03em;
}

.hero-area .hero-wrapper-text h1 span {
    color: #676BFF;
    font-size: 44px;
    line-height: 61px;
    letter-spacing: -0.03em;
}

.hero-area .hero-wrapper-text p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #121122B2;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.hero-area .review-button-wrap {
    margin-top: 36px;
}

.cta-btn {
    min-height: 64px;
    background: linear-gradient(90deg, #4B4FCE 0%, #6A8FF5 100%);
    padding: 14px 32px;
    min-width: 296px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border: 0 none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.cta-btn {
    /* Hover Animation */
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow: hidden;
}

.cta-btn:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background: -webkit-linear-gradient(135deg, #2F64F4, #1a43b8);
    background: -moz-linear-gradient(135deg, #2F64F4, #1a43b8);
    background: -o-linear-gradient(135deg, #2F64F4, #1a43b8);
    background: linear-gradient(135deg, #2F64F4, #1a43b8);
    -webkit-box-shadow: 0 5px 15px rgba(47, 100, 244, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(47, 100, 244, 0.3);
    -o-box-shadow: 0 5px 15px rgba(47, 100, 244, 0.3);
    box-shadow: 0 5px 15px rgba(47, 100, 244, 0.3);
}

.button-wrap-content {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
}

.ai-docs-tile {
    width: 222px;
    height: 64px;
    background: linear-gradient(337.73deg, #FFFFFF 14.03%, #F9F9F9 85.97%);
    box-shadow: 0px 1px 10.2px rgba(69, 90, 228, 0.12);
    -webkit-box-shadow: 0px 1px 10.2px rgba(69, 90, 228, 0.12);
    -moz-box-shadow: 0px 1px 10.2px rgba(69, 90, 228, 0.12);
    -ms-box-shadow: 0px 1px 10.2px rgba(69, 90, 228, 0.12);
    -o-box-shadow: 0px 1px 10.2px rgba(69, 90, 228, 0.12);
    border-radius: 102px;
    -webkit-border-radius: 102px;
    -moz-border-radius: 102px;
    -ms-border-radius: 102px;
    -o-border-radius: 102px;
    padding: 13px 22px;
}

.ai-docs-tile span {
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.breathing {
    animation: breathe 2.5s ease-in-out infinite;
}

@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.9;
    }
}

.secure-card {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    background: linear-gradient(178.99deg, #FFFFFF 40.5%, rgba(235, 237, 246, 0.81) 144.05%);
    padding-top: 10px;
    padding-bottom: 70px;
    margin-top: 6px;
}

.secure-card img {
    position: relative;
    top: -8px;
}

.secure-card span {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #112211B2;
    display: block;
}

.ai-animate .ai-wrap {
    position: absolute;
    right: -60px;
    top: 0px;
}

.ai-animate .ai-wrap .ai-big-circle {
    background: url(../layout-optim/ai-document-review/big-loader.png)no-repeat !important;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-animate {
    max-width: 230px;
    position: relative;
    right: 100px;
}

.ai-text-box {
    border-radius: 115px;
    -webkit-border-radius: 115px;
    -moz-border-radius: 115px;
    -ms-border-radius: 115px;
    -o-border-radius: 115px;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    min-width: 229px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgba(230, 249, 252, 0.56) 62.5%, rgba(1, 102, 225, 0.364) 100%) border-box;
    border: 1.17px solid transparent;
}

.ai-text-tile {
    box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    -webkit-box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    -moz-box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    -ms-box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    -o-box-shadow: 0px 4.67347px 14.8383px rgba(197, 202, 222, 0.25);
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    min-width: 210px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #E6F9FC 69.23%, #0166E1 100%) border-box;
    border: 1.17px solid transparent;
}

.ai-text-box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #000000;
}

.common-online-consult-tile {
    background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #75DB92 0%, #FFFFFF 100%) border-box;
    border: 4px solid transparent;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    padding-top: 20px;
    padding-left: 34px;
    padding-bottom: 16px;
    padding-right: 40px;
    max-width: 471px;
    max-height: 143px;
}

.common-online-consult-tile .online-wrap .online-block {
    background: 0 0;
    padding: 0;
}

.common-online-consult-tile .online-top-sec {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 19px;
}

.common-online-consult-tile .online-top-sec .cont-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.common-online-consult-tile .online-top-sec .cont-wrap span {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    color: #000000;
}

.common-online-consult-tile .online-top-sec .cont-wrap .goodle-star {
    display: flex;
    align-items: center;
    gap: 2px;
}

.common-online-consult-tile .online-wrap .online-block a {
    display: flex;
    align-items: center;
    gap: 0;
}

.avatars-text {
    position: relative;
    left: -26px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.common-online-consult-tile .online-wrap .online-block a .avatars-online span {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15008px;
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: relative;
    background: #f8f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(3) {
    left: -24px;
    z-index: 3;
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(2) {
    left: -12px;
    z-index: 3;
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(4) {
    z-index: 4;
    left: -35px;
}

.common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(5) {
    z-index: 5;
}

.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: #1A9438;
    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;
}

.doc-ai-info-sec {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-width: 900px;
    margin: 40px auto 0;
}

.doc-ai-info-sec .tile {
    background: #FFFFFF;
    box-shadow: 0px 10px 18px rgba(58, 76, 146, 0.1);
    -webkit-box-shadow: 0px 10px 18px rgba(58, 76, 146, 0.1);
    -moz-box-shadow: 0px 10px 18px rgba(58, 76, 146, 0.1);
    -ms-box-shadow: 0px 10px 18px rgba(58, 76, 146, 0.1);
    -o-box-shadow: 0px 10px 18px rgba(58, 76, 146, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 1s;
}

.move-up:hover {
    transition: all .5s;
    transform: translateY(-5px);
}

.doc-ai-info-sec .tile span {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #1A202C;
    display: block;
}

.why-choose-us-sec {
    margin-top: 35px;
}

.why-choose-us-sec .choose-us-content {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: radial-gradient(137.86% 137.86% at 34.74% -37.86%, #D6D9FF 0%, #898FF3 50%, #CAB6FF 100%);
    padding: 70px;
}

.why-choose-us-sec .choose-us-content .left-col .why-badge {
    background: #FFFFFF;
    border: 1px solid #B6BCCD;
    box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -webkit-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -moz-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -ms-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -o-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    max-width: fit-content;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
}

.why-choose-us-sec .choose-us-content .left-col .why-badge span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #4B5162;
    display: block;
}

.why-choose-us-sec .choose-us-content .left-col h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 59px;
    letter-spacing: 0.15008px;
    color: #FFFFFF;
    margin-top: 28px;
    max-width: 440px;
}

.why-choose-us-sec .choose-us-content .left-col .main-text-wrap {
    margin-top: 50px;
}

.why-choose-us-sec .choose-us-content .left-col .main-text-wrap p {
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.15008px;
    color: #FFFFFF;
    max-width: 430px;
}

.why-choose-us-sec .choose-us-content .left-col .button-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.ai-btn {
    min-height: 64px;
    background: #050419;
    padding: 14px 32px;
    min-width: 263px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 0 none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #FFF8F8;
}

.why-choose-us-sec .choose-us-content .left-col .button-box .ai-lk-btn {
    background: linear-gradient(90.46deg, #FFFFFF 0.4%, rgba(255, 255, 255, 0.29) 129.02%);
    border-radius: 61px;
    -webkit-border-radius: 61px;
    -moz-border-radius: 61px;
    -ms-border-radius: 61px;
    -o-border-radius: 61px;
    min-height: 64px;
    min-width: 238px;
    border: 0 none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 15px;
    gap: 13px;
}

.pages-wrap {
    margin-top: 135px;
    padding: 20px 14px;
    max-width: 336px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.why-choose-us-sec .choose-us-content .right-col .pages-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.why-choose-us-sec .choose-us-content .right-col .pages-wrap ul li {
    margin-bottom: 18px;
}

.why-choose-us-sec .choose-us-content .right-col .pages-wrap ul li .d-flex {
    gap: 8px;
}

.why-choose-us-sec .choose-us-content .right-col .pages-wrap ul li img {
    align-self: self-start;
}

.why-choose-us-sec .choose-us-content .right-col .pages-wrap ul li span {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.why-choose-us-sec .choose-us-content .right-col .pages-wrap ul li:last-child {
    margin-bottom: 0;
}

.why-choose-us-sec .choose-us-content .right-col {
    margin-top: 0;
    width: 100%;
    height: auto;
    background: #ECEBFA;
    border: 3.64431px solid rgba(255, 255, 255, 0.68);
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    position: relative;
    padding-top: 53PX;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 34px;
    float: right;
    max-width: 412px;
}

.why-choose-us-sec .choose-us-content .right-col .search-cover {
    position: relative;
    left: -90px;
}

.why-choose-us-sec .choose-us-content .right-col .search-tile {
    background: #FFFFFF;
    box-shadow: 0px 2.7449px 2.7449px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2.7449px 2.7449px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2.7449px 2.7449px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 2.7449px 2.7449px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 2.7449px 2.7449px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    padding: 25px 21px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 0;
    width: 435px;
    height: 74px;
}

.bottom-search {
    background: #5346DE;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    width: 429px;
    height: 69px;
    top: 12px;
    position: absolute;
    left: 12px;
}

.why-choose-us-sec .choose-us-content .right-col .search-tile span {
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.74);
}

.why-choose-us-sec .choose-us-content .right-col .loader {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.lawyer-review-sec {
    padding: 80px 0;
}

.lawyer-review-sec .left-col {
    background: #EFEFF6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    position: relative;
    width: 100%;
    height: 100%;
}

.lawyer-review-sec .left-col .lady-wrap {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.lawyer-review-sec .left-col .pages-wrap {
    margin-top: 0;
    padding: 20px 14px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    display: block;
    position: absolute;
    bottom: 70px;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0.2) 0%, #283D98 100%);
    box-shadow: 0px 4px 15.5px 0px #0C1131;
    border: 1px solid #FFFFFF;
    width: 100%;
    min-width: 336px;
    max-width: 336px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lawyer-review-sec .left-col .pages-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.lawyer-review-sec .left-col .pages-wrap ul li .d-flex {
    gap: 8px;
}

.lawyer-review-sec .left-col .pages-wrap ul li img {
    align-self: self-start;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.lawyer-review-sec .left-col .pages-wrap ul li span {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
}

.lawyer-review-sec .left-col .pages-wrap ul li {
    margin-bottom: 18px;
}

.lawyer-review-sec .left-col .pages-wrap ul li:last-child {
    margin-bottom: 0;
}

.lawyer-review-sec .right-col {
    background: #EFEFF6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    width: 100%;
    height: 100%;
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 62px;
}

.lawyer-review-sec .right-col .lw-review-badge {
    background: #FFFFFF;
    border: 1px solid #B6BCCD;
    box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -webkit-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -moz-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -ms-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -o-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    max-width: fit-content;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    position: relative;
    padding: 0 20px;
}

.lawyer-review-sec .right-col .lw-review-badge .confidence-badge {
    position: absolute;
    left: 22px;
    top: -6px;
    display: none;
}

.lawyer-review-sec .right-col h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 59px;
    letter-spacing: 0.15008px;
    color: #030005;
    margin-top: 28px;
    max-width: 425px;
}

.lawyer-review-sec .right-col p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15008px;
    color: #5A595A;
    max-width: 547px;
    margin-top: 15px;
}

.lawyer-review-sec .right-col .button-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.lawyer-review-sec .right-col .button-box .upgrade-btn {
    min-height: 64px;
    background: linear-gradient(0deg, #1352FF, #1352FF), #1352FF;
    padding: 14px 32px;
    min-width: 301px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 0 none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #FFFFFF;
}

.lawyer-review-sec .right-col .button-box .ai-lk-btn {
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #0166E1 0%, #E6F9FC 100%) border-box;
    border: 1px solid transparent;
    border-radius: 61px;
    -webkit-border-radius: 61px;
    -moz-border-radius: 61px;
    -ms-border-radius: 61px;
    -o-border-radius: 61px;
    min-height: 64px;
    min-width: 238px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 15px;
    gap: 13px;
}

.lk-call-shedule-sec {
    padding: 60px 0 90px;
}

.lk-call-shedule-sec .main-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.lk-call-shedule-sec .call-shedule-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
    position: relative;
}

.lk-call-shedule-sec .call-shedule-wrap:after {
    content: "";
    position: absolute;
    left: 200px;
    top: -100px;
    width: 720px;
    height: 769px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(68, 97, 242, 0.36) 0%, rgba(255, 255, 255, 0.0504) 100%);
    z-index: -1;
}

.lk-call-shedule-sec .call-shedule-wrap .left-tile {
    position: relative;
    top: -90px;
    left: -130px;
}

.lk-call-shedule-sec .call-shedule-wrap .left-tile h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.39998px;
    text-transform: capitalize;
    color: #000000;
    max-width: 900px;
}

.lk-call-shedule-sec .call-shedule-wrap .right-tile {
    background: rgba(255, 255, 255, 0.73);
    backdrop-filter: blur(2.55px);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    padding-top: 49px;
    padding-left: 36px;
    max-width: 547px;
    z-index: 1;
    min-height: 710px;
}

.lk-call-shedule-sec .call-shedule-wrap .right-tile .cmn-tile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.lk-call-shedule-sec .call-shedule-wrap .right-tile .cmn-tile .icon {
    align-self: flex-start;
}

.lk-call-shedule-sec .call-shedule-wrap .right-tile .cmn-tile .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.lk-call-shedule-sec .call-shedule-wrap .right-tile .cmn-tile .content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    letter-spacing: 0.14204px;
    color: #000000;
}

.lk-call-shedule-sec .call-shedule-wrap .right-tile .cmn-tile .content p {
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 0.14204px;
    color: rgba(0, 0, 0, 0.8);
}

.faq-sec {
    margin-top: 50px;
    margin-bottom: 30px;
    background: #FFFFFF;
}

.faq-sec .left-sec .faq-badge {
    background: #FFFFFF;
    border: 1px solid #B6BCCD;
    box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -webkit-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -moz-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -ms-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    -o-box-shadow: 0px 0px 1px rgba(44, 58, 114, 0.05), 0px 2px 6px rgba(44, 58, 114, 0.05), 0px 10px 18px rgba(58, 76, 146, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 84px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.faq-sec .left-sec .faq-badge span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #4B5162;
    display: block;
    text-transform: uppercase;
}

.faq-sec .left-sec h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    color: #1C1F25;
}

.faq-sec .left-sec p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #4B5162;
    opacity: 0.8;
    margin-top: 16px;
}

.faq-sec .accordion-sec.content-card {
    max-width: 936px;
    margin: 48px auto 0
}

.faq-sec .accordion-sec .accordion {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #e3e2e5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.faq-sec .accordion-sec .accordion-header {
    margin: 0;
    cursor: pointer;
    padding: 25px 50px 16px 16px;
    position: relative;
    font-weight: 600;
    color: #2f3857;
    position: relative;
}

.faq-sec .accordion-sec .accordion-header:before {
    content: "";
    position: absolute;
    left: 0;
    background: #387FF5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    width: 4px;
    height: 25px;
}

.faq-sec .accordion-sec .accordion-header p {
    font-size: 18px;
    font-weight: 500;
    color: #1C1F25;
    line-height: 28px;
    ;
}

.faq-sec .accordion-sec .accordion-header.closed::after,
.faq-sec .accordion-sec .accordion-header::after {
    content: "";
    color: #fff;
    background-image: url(../../client_base_web/layout-optim/new-talk-to-lw-revamp/frequently-down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.faq-sec .accordion-sec .accordion-header::after {
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 26px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 16px;
    line-height: 17px;
    background-image: url(../../client_base_web/layout-optim/new-talk-to-lw-revamp/frequently-up-arow.png)
}

.faq-sec .accordion-sec .panel {
    display: none;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0;
    margin-bottom: 0
}

.faq-sec .accordion-sec .accordion .panel p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(18, 17, 34, 0.8);
}

.faq-sec .accordion-sec .panel ul li {
    color: #585761;
    margin-bottom: 8px
}

.shimmer-text-black {
    position: relative;
    display: inline-block;
    color: #000000;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.15008px;
}

.shimmer-text-black::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgb(255, 255, 255) 50%, transparent 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.hero-area .doc-ai-info-sec .tile img.mobile-only {
    display: none;
}

.ai-animate.mobile-only {
    display: none;
}

.lk-info-section .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.lk-info-block {
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-top: 30px;
    justify-content: space-between;
}

.lk-info-block .left-side {
    display: flex;
    align-items: center;
    gap: 40px;
}

.lk-info-block .left-side .info-part {
    display: flex;
    align-items: center;
    gap: 13px;
}

.lk-info-block .left-side .info-part .icon {
    align-self: flex-start;
}

.lk-info-block .left-side .info-part .content-wrap {
    flex: 1;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.lk-info-block .left-side .info-part .content-wrap span {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #746F6F;
    display: block;
    text-align: left;
}

.lk-info-block .left-side .info-part .content-wrap p {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    text-transform: uppercase;
}

.document-review-sec {
    padding: 80px 0;
}

.document-review-sec .head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 70px;
}

.document-review-sec .head h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.document-review-sec .head p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.document-review-sec .document-rev-box {
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
}

.document-review-sec .document-review-main-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-review-sec .document-review-main-content .left-doc-card {
    background: linear-gradient(white, white) padding-box, linear-gradient(125.81deg, #CECDF3 2.21%, #F9F3FF 74.82%) border-box;
    border: 2px solid transparent;
    border-radius: 23px 0px 0px 0px;
    -webkit-border-radius: 23px 0px 0px 0px;
    -moz-border-radius: 23px 0px 0px 0px;
    -ms-border-radius: 23px 0px 0px 0px;
    -p-border-radius: 23px 0px 0px 0px;
    padding-top: 36px;
    padding-left: 40px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    max-height: 244px;
    height: 244px;
    width: 50%;
}

.document-review-sec .document-review-main-content .left-doc-card .left-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.document-review-sec .document-review-main-content .left-doc-card .left-col h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    min-height: 48px;
    position: relative;
    top: 18px;
}

.document-review-sec .document-review-main-content .left-doc-card .left-col p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 240px;
}

.document-review-sec .document-review-main-content .right-doc-card {
    background: linear-gradient(white, white) padding-box, linear-gradient(99.44deg, #F9F3FF 8.94%, #CECDF3 96.01%) border-box;
    border: 2px solid transparent;
    border-radius: 0px 18px 0px 0px;
    -webkit-border-radius: 0px 18px 0px 0px;
    -moz-border-radius: 0px 18px 0px 0px;
    -ms-border-radius: 0px 18px 0px 0px;
    -o-border-radius: 0px 18px 0px 0px;
    padding-top: 35px;
    padding-left: 35px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    max-height: 244px;
    overflow: hidden;
    padding-right: 80px;
    width: 50%;
}

.document-review-sec .document-review-main-content .right-doc-card .left-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.document-review-sec .document-review-main-content .right-doc-card .left-col h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    max-width: 200px;
}

.document-review-sec .document-review-main-content .right-doc-card .left-col p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 240px;
}

.document-review-sec .document-review-main-content .right-doc-card .right-col {
    background: linear-gradient(180deg, #FAF9FF 0%, #EBEAF5 100%);
    width: 111px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -40px;
}

.document-review-sec .document-review-main-content .right-doc-card .right-col img {
    position: relative;
    top: -20px;
}

.document-review-sec .document-review-bottom-sec {
    display: flex;
    align-items: center;
}

.flag-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.document-review-sec .document-review-bottom-sec .left-box-col {
    background: linear-gradient(white, white) padding-box, linear-gradient(1.43deg, #CECDF3 -37.75%, #F9F3FF 71.61%) border-box;
    border: 2px solid transparent;
    border-radius: 0px 0px 0px 18px;
    -webkit-border-radius: 0px 0px 0px 18px;
    -moz-border-radius: 0px 0px 0px 18px;
    -ms-border-radius: 0px 0px 0px 18px;
    -o-border-radius: 0px 0px 0px 18px;
    min-height: 210px;
    padding-top: 25px;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33.33333333333333%;
    min-height: 250px;
}

.document-review-sec .document-review-bottom-sec .mid-box-col {
    background: linear-gradient(white, white) padding-box, linear-gradient(165.47deg, rgba(249, 243, 255, 0) 22.81%, #CECDF3 111.24%) border-box;
    border: 2px solid transparent;
    border-radius: 18px 0px 0px 0px;
    -webkit-border-radius: 18px 0px 0px 0px;
    -moz-border-radius: 18px 0px 0px 0px;
    -ms-border-radius: 18px 0px 0px 0px;
    -o-border-radius: 18px 0px 0px 0px;
    min-height: 210px;
    padding-top: 25px;
    padding-left: 34px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33.33333333333333%;
    min-height: 250px;
}

.document-review-sec .document-review-bottom-sec .right-box-col {
    background: linear-gradient(white, white) padding-box, linear-gradient(168.78deg, #F9F3FF 43.61%, #CECDF3 164.98%) border-box;
    border: 2px solid transparent;
    border-radius: 0px 0px 18px 0px;
    min-height: 210px;
    padding-top: 25px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33.33333333333333%;
    min-height: 250px;
}

.document-review-sec .document-review-bottom-sec .flag-icon {
    height: 66px;
    display: flex;
    align-items: center;
}

.document-review-sec .document-review-bottom-sec .left-box-col h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.document-review-sec .document-review-bottom-sec .left-box-col p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 280px;
}

.document-review-sec .document-review-bottom-sec .mid-box-col h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.document-review-sec .document-review-bottom-sec .mid-box-col p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 280px;
}

.document-review-sec .document-review-bottom-sec .right-box-col h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.document-review-sec .document-review-bottom-sec .right-box-col p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 280px;
}

.document-review-sec .document-review-main-content .right-doc-card .flag-icon,
.document-review-sec .document-review-main-content .left-doc-card .flag-icon {
    display: none;
}

.how-it-section {
    padding-top: 0;
    padding-bottom: 50px;
}

.how-it-section h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.03em;
    color: #000000;
    text-align: center;
}

.how-it-section .how-it-wraps {
    margin-top: 50px;
    max-width: 1124px;
    margin-left: auto;
    margin-right: auto;
}

.how-it-section .how-it-wraps .how-wrap .ai-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 50px;
}

.how-it-section .how-it-wraps .col-5 {
    padding-right: 6px !important;
}

.how-it-section .how-it-wraps .col-7 {
    padding-left: 6px !important;
}

.how-it-section .how-it-wraps .how-left-box {
    background: linear-gradient(white, white) padding-box, linear-gradient(147.47deg, #888AFF 53.97%, #FBFAFE 116.39%) border-box;
    border: 2px solid transparent;
    box-shadow: 0px 0px 15.9px #BEABE9;
    -webkit-box-shadow: 0px 0px 15.9px #BEABE9;
    -moz-box-shadow: 0px 0px 15.9px #BEABE9;
    -ms-box-shadow: 0px 0px 15.9px #BEABE9;
    -o-box-shadow: 0px 0px 15.9px #BEABE9;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #FFFFFF;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 34px;
    padding-top: 40px;
    height: 100%;
}

.how-it-section .how-it-wraps .how-left-box .head-box {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.how-it-section .how-it-wraps .how-left-box .head-box p {
    font-weight: 600;
    font-size: 24px;
    line-height: 55px;
    color: #000000;
    font-style: italic;
}

.how-it-section .how-it-wraps .how-left-box .head-box p span {
    font-size: 24px;
    line-height: 55px;
    color: #000000;
    font-style: italic;
    display: inline-block;
    padding-left: 6px;
}

.how-it-section .how-it-wraps .how-left-box .how-content-wrap {
    width: 100%;
    height: 216px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E7ECF1 100%);
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    margin-top: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    z-index: 1;
}

.how-it-section .how-it-wraps .how-left-box .how-content-wrap:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 150px;
    background: url(../layout-optim/ai-document-review/curved-top-line.svg)no-repeat !important;
    width: 104px;
    height: 21px;
    z-index: -1;
}

.how-it-section .how-it-wraps .how-left-box .how-content-wrap .icon-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.how-it-section .how-it-wraps .how-left-box .how-content-wrap .icon-cards::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -6px;
    background: url(../layout-optim/ai-document-review/big-blue-tick.svg)no-repeat !important;
    width: 35px;
    height: 35px;
}


.how-it-section .how-it-wraps .how-left-box .how-content-wrap .icon-cards p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    max-width: 120px;
}

.how-it-section .how-it-wraps .how-left-box .how-content-wrap .icon-cards-two {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.how-it-section .how-it-wraps .how-left-box .how-content-wrap .icon-cards-two::before {
    content: "";
    position: absolute;
    bottom: 58px;
    right: 8px;
    background: url(../layout-optim/ai-document-review/big-blue-download.svg)no-repeat !important;
    width: 33px;
    height: 32px;
}

.how-it-section .how-it-wraps .how-left-box .how-content-wrap .icon-cards-two p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    max-width: 120px;
}

.how-it-section .how-it-wraps .how-right-box {
    background: linear-gradient(138.14deg, #6072FF 5.93%, #8391F6 76.37%) padding-box,
        linear-gradient(to bottom, #8391F6, #FFFFFF) border-box;
    border: 2px solid transparent;
    box-shadow: 0px 8px 18px rgba(96, 114, 255, 0.35);
    -webkit-box-shadow: 0px 8px 18px rgba(96, 114, 255, 0.35);
    -moz-box-shadow: 0px 8px 18px rgba(96, 114, 255, 0.35);
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    padding: 40px 26px 34px 26px;
    height: 100%;
}

.how-it-section .how-it-wraps .how-right-box .head-box {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.how-it-section .how-it-wraps .how-right-box .head-box p {
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 55px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.how-it-section .how-it-wraps .how-right-box .head-box p span {
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 55px;
    color: #FFFFFF;
    padding-left: 6px;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap {
    width: 100%;
    height: 216px;
    background: linear-gradient(188.82deg, rgba(255, 255, 255, 0.14) 18.85%, #FFFFFF 118.01%);
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    margin-top: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    z-index: 1;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap .left-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap .left-side p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    max-width: 120px;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap .mid-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap .mid-side p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    max-width: 120px;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap .mid-side::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 100px;
    background: url(../layout-optim/ai-document-review/top-line.svg)no-repeat !important;
    width: 105px;
    height: 22px;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap .mid-side::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 100px;
    background: url(../layout-optim/ai-document-review/down-line.svg)no-repeat !important;
    width: 105px;
    height: 23px;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap .right-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.how-it-section .how-it-wraps .how-right-box .how-content-wrap .right-side p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    max-width: 120px;
}

.how-it-section .how-it-wraps .how-wrap .upgrade-btn {
    min-height: 64px;
    background: #474DF6;
    padding: 14px 32px;
    min-width: 301px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 0 none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #FFFFFF;
    letter-spacing: 0.39998px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 51px;
}

.our-client-wrap {
    background: #F9FAFB;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 74px;
    padding-bottom: 40px;
}

.user-says-sections .testimonial-slider .owl-nav button.owl-next .next-slide,
.user-says-sections .testimonial-slider .owl-nav button.owl-prev .prev-slide {
    height: 16px
}

.user-says-sections .testimonial-slider .owl-nav button:hover img {
    filter: brightness(100);
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -ms-filter: brightness(100);
    -o-filter: brightness(100)
}

.user-says-sections .testimonial-slider .owl-nav button.owl-next img,
.user-says-sections .testimonial-slider .owl-nav button.owl-prev img {
    width: 22px;
    height: auto
}

.user-says-sections .testimonial-slider .owl-item.active.center .testimonial-item .testimonial-content {
    opacity: 1
}

.user-says-sections {
    padding: 80px 0;
}

.user-says-sections h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.user-says-sections .testimonial-slider .owl-stage {
    display: flex
}

.user-says-sections .testimonial-slider .owl-item {
    display: flex;
    flex: 1 0 auto
}

.user-says-sections .testimonial-slider .owl-item.active.center .testimonial-item {
    box-shadow: 0px 38.5185px 25.4815px rgba(56, 56, 56, 0.0607407), 0px 20px 13px rgba(56, 56, 56, 0.05), 0px 8.14815px 6.51852px rgba(56, 56, 56, 0.0392593), 0px 1.85185px 3.14815px rgba(56, 56, 56, 0.0240741);
    -webkit-box-shadow: 0px 38.5185px 25.4815px rgba(56, 56, 56, 0.0607407), 0px 20px 13px rgba(56, 56, 56, 0.05), 0px 8.14815px 6.51852px rgba(56, 56, 56, 0.0392593), 0px 1.85185px 3.14815px rgba(56, 56, 56, 0.0240741);
    -moz-box-shadow: 0px 38.5185px 25.4815px rgba(56, 56, 56, 0.0607407), 0px 20px 13px rgba(56, 56, 56, 0.05), 0px 8.14815px 6.51852px rgba(56, 56, 56, 0.0392593), 0px 1.85185px 3.14815px rgba(56, 56, 56, 0.0240741);
    -ms-box-shadow: 0px 38.5185px 25.4815px rgba(56, 56, 56, 0.0607407), 0px 20px 13px rgba(56, 56, 56, 0.05), 0px 8.14815px 6.51852px rgba(56, 56, 56, 0.0392593), 0px 1.85185px 3.14815px rgba(56, 56, 56, 0.0240741);
    -o-box-shadow: 0px 38.5185px 25.4815px rgba(56, 56, 56, 0.0607407), 0px 20px 13px rgba(56, 56, 56, 0.05), 0px 8.14815px 6.51852px rgba(56, 56, 56, 0.0392593), 0px 1.85185px 3.14815px rgba(56, 56, 56, 0.0240741);
}

.user-says-sections .testimonial-slider .testimonial-item {
    background: #fff;
    padding-top: 40px;
    padding-left: 32px;
    padding-bottom: 26px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 90px;
    width: 100%
}

.user-says-sections .testimonial-slider .testimonial-item .testimonial-content {
    display: flex;
    flex: 1
}

.user-says-sections .testimonial-slider .owl-item.active.center .testimonial-item,
.user-says-sections .testimonial-slider .owl-nav button {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    height: auto
}

.user-says-sections .testimonial-slider .owl-nav button {
    background: rgba(255, 255, 255, .08) !important;
    width: 72px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0
}

.user-says-sections .testimonial-slider .testimonial-item .user-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden
}

.user-says-sections .testimonial-slider .testimonial-item .user-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user-says-sections .testimonial-slider .testimonial-item .user-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.user-says-sections .testimonial-slider .testimonial-item .user-content .star-rate {
    display: flex;
    align-items: center;
    gap: 4px;
}

.user-says-sections .testimonial-slider .testimonial-item .user-content .star-rate img {
    width: 18px;
    height: 16px
}

.user-says-sections .testimonial-slider .testimonial-item .user-content .name-tile {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: auto;
}

.user-says-sections .testimonial-slider .testimonial-item .user-content .name-tile h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #313131;
}

.user-says-sections .testimonial-slider .testimonial-item .user-content .name-tile span {
    color: #192045;
    font-size: 16px;
    display: block
}

.user-says-sections .testimonial-slider .testimonial-item .user-content .body-tile span {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    display: block;
}

.user-says-sections .testimonial-slider .owl-nav {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    padding: 8px;
    background: #FFFFFF;
}

.user-says-sections .testimonial-slider .owl-nav span {
    text-indent: -9999px
}

.user-says-sections .testimonial-slider .owl-nav button:hover {
    background: #313131 !important
}

.user-says-sections .testimonial-slider .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px
}

.user-says-sections .testimonial-slider .testimonial-item .user-content .name-tile p {
    font-size: 14px
}

.user-says-sections .testimonial-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #433f3f
}

.animate-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.animate-card .heartbeat {
    position: absolute;
    width: fit-content;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.75;
    /* animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; */
    /* background: linear-gradient(233.96deg, #005FCC 23.76%, rgba(106, 0, 255, 0.37) 76.28%); */
    animation: animate-pulse 2s linear infinite;
}

.animate-card .dot {
    position: relative;
    width: fit-content;
    background: linear-gradient(216.37deg, #6249F2 -37.87%, #00BFFF 80.8%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animate-card .dot img {
    position: relative;
    left: 4px;
    top: 3px;
}

/* @keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
} */

.why-choose-us-sec .choose-us-content .animate-card .heartbeat {
    width: 90px;
    height: 90px;
}

.why-choose-us-sec .choose-us-content .animate-card .dot {
    width: 90px;
    height: 90px;
}

.lawyer-review-sec .animate-card .heartbeat {
    width: 16px;
    height: 16px;
}

.lawyer-review-sec .animate-card .dot {
    width: 16px;
    height: 16px;
}

.why-choose-us-sec .choose-us-content .button-box .animate-card .heartbeat {
    width: 16px;
    height: 16px;
}

.why-choose-us-sec .choose-us-content .button-box .animate-card .dot {
    width: 16px;
    height: 16px;
}

@-webkit-keyframes animate-pulse {
    0% {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 95, 204, 0.3);
        box-shadow: 0 0 0 0 rgba(0, 95, 204, 0.3);
    }

    70% {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 20px rgba(0, 95, 204, 0);
        box-shadow: 0 0 0 20px rgba(0, 95, 204, 0);
    }

    100% {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 95, 204, 0);
        box-shadow: 0 0 0 0 rgba(0, 95, 204, 0);
    }
}

@keyframes animate-pulse {
    0% {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 95, 204, 0.3);
        box-shadow: 0 0 0 0 rgba(0, 95, 204, 0.3);
    }

    70% {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 20px rgba(0, 95, 204, 0);
        box-shadow: 0 0 0 20px rgba(0, 95, 204, 0);
    }

    100% {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 95, 204, 0);
        box-shadow: 0 0 0 0 rgba(0, 95, 204, 0);
    }
}


/* Remove bouncy effect from the AI instant document review block */
.hero-wrapper-text,
.review-button-wrap {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.hero-wrapper-text.animate-on-scroll,
.review-button-wrap.animate-on-scroll {
    opacity: 1 !important;
    transform: none !important;
}

/* Remove hover animation from How It Works sections */
.how-wrap {
    transition: none !important;
}

.how-wrap:hover {
    transform: none !important;
    box-shadow: none !important;
}


@media only screen and (min-width: 1440px) {
    .hero-area {
        padding: 45px 45px 20px;
        text-align: center;
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media screen and (max-width:1280px) {
    .ai-animate {
        left: -90px;
    }

    .lk-info-block {
        padding-left: 30px;
    }
}

@media screen and (max-width:1240px) {
    .lawyer-review-sec .right-col {
        padding-left: 40px;
    }

    /* .lawyer-review-sec .left-col .pages-wrap {
        left: 0;
    } */

    .lk-call-shedule-sec .call-shedule-wrap .left-tile {
        left: 0;
    }

}

@media screen and (max-width:1170px) {}

@media screen and (max-width:1080px) {
    .hero-top-sec>.d-flex {
        gap: 20px;
        flex-direction: column;
    }

    .hero-top-sec .left-card:after {
        display: none;
    }

    .hero-top-sec .right-card:before {
        display: none;
    }

    .lk-info-block {
        padding-left: 0;
        flex-direction: column;
        gap: 25px;
    }

    .lawyer-review-sec .right-col {
        padding-left: 25px;
    }

    .lk-call-shedule-sec .call-shedule-wrap:after {
        left: 0;
    }

    .document-review-sec .document-review-bottom-sec .left-box-col h3 {
        font-size: 18px;
    }

    .document-review-sec .document-review-bottom-sec .mid-box-col h3 {
        font-size: 18px;
    }

    .document-review-sec .document-review-bottom-sec .right-box-col h3 {
        font-size: 18px;
    }

    .document-review-sec .document-review-bottom-sec .left-box-col p {
        font-size: 14px;
        line-height: 20px;
    }

    .document-review-sec .document-review-bottom-sec .mid-box-col p {
        font-size: 14px;
        line-height: 20px;
    }

    .document-review-sec .document-review-bottom-sec .right-box-col p {
        font-size: 14px;
        line-height: 20px;
    }

    .document-review-sec .document-review-main-content .left-doc-card .right-col img {
        width: 100%;
        height: auto;
    }

    .how-it-section .how-it-wraps .how-left-box .how-content-wrap:after {
        left: 130px;
    }
}

@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
    }

    .hero-area .hero-wrapper-text h1 {
        font-size: 36px;
        line-height: 54px;
    }

    .hero-area .hero-wrapper-text h1 span {
        font-size: 36px;
        line-height: 54px;
    }

    .hero-area .hero-wrapper-text p {
        font-size: 16px;
        line-height: 24px;
        max-width: 550px;
    }

    .why-choose-us-sec .choose-us-content {
        padding: 40px;
    }

    .why-choose-us-sec .choose-us-content .left-col .main-text-wrap p {
        max-width: fit-content;
    }

    .why-choose-us-sec .choose-us-content .col-7.col-100p {
        margin-bottom: 40px;
    }

    .why-choose-us-sec .choose-us-content .right-col {
        float: none;
        width: 100%;
        max-width: inherit;
        padding-left: 25px;
        padding-right: 25px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-cover {
        left: -40px;
    }

    .bottom-search {
        width: 100%;
        left: 12px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        width: 100%;
    }

    .pages-wrap {
        max-width: inherit;
        width: 100%;
        height: auto;
    }

    .lawyer-review-sec .col-5 {
        margin-bottom: 30px;
    }

    .lawyer-review-sec .left-col .lady-wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0;
    }

    .lawyer-review-sec .right-col p {
        font-size: 16px;
        line-height: 26px;
    }

    .why-choose-us-sec .choose-us-content .left-col .main-text-wrap p {
        font-size: 16px;
        line-height: 26px;
    }

    .how-it-section .how-it-wraps .how-right-box {
        margin-top: 0;
    }

    .lawyer-review-sec .left-col {
        padding: 40px 40px 0;
    }

    .lawyer-review-sec .right-col {
        padding: 40px;
    }

    .lawyer-review-sec .right-col p {
        max-width: fit-content;
        width: 100%;
    }

    .button-wrap-content {
        flex-direction: column;
        gap: 20px;
    }

    .ai-animate {
        left: -40px;
    }

    .document-review-sec .document-review-main-content .right-doc-card {
        padding-right: 30px;
    }

    .document-review-sec .document-review-bottom-sec .left-box-col {
        padding-left: 20px;
    }

    .document-review-sec .document-review-bottom-sec .mid-box-col {
        padding-left: 20px;
    }

    .document-review-sec .document-review-bottom-sec .right-box-col {
        padding-left: 20px;
    }

    .lk-call-shedule-sec {
        padding: 60px 0;
    }

    .lk-call-shedule-sec .call-shedule-wrap .left-tile {
        left: 0;
        top: 0;
    }

    .lk-call-shedule-sec .call-shedule-wrap {
        flex-direction: column;
        gap: 50px;
    }

    .lk-call-shedule-sec .call-shedule-wrap .right-tile {
        max-width: inherit;
        width: 100%;
        min-height: auto;
    }

    .lk-call-shedule-sec .call-shedule-wrap:after {
        left: 0;
        top: -30px;
    }

    .how-it-section .how-it-wraps .col-5 {
        padding-right: 15px !important;
        margin-bottom: 40px;
    }

    .how-it-section .how-it-wraps .col-7 {
        padding-left: 15px !important;
    }

    .how-it-section .how-it-wraps .how-left-box .how-content-wrap:after {
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
    }

    .faq-sec .left-sec h2 {
        font-size: 36px;
        line-height: 42px;
        font-weight: 600;
    }

    .faq-sec .accordion-sec .accordion-header p {
        font-size: 18px;
        line-height: 24px;
    }

    .faq-sec .accordion-sec .accordion .panel p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }

    .why-choose-us-sec .choose-us-content .right-col .pages-wrap ul li img {
        width: 18px;
        height: 18px;
    }

    .lawyer-review-sec .left-col .pages-wrap ul li img {
        width: 18px;
        height: 18px;
    }

    .ai-animate .ai-wrap {
        top: 0;
    }

}

@media screen and (max-width:767px) {

    .hero-area {
        padding: 45px 15px 20px;
    }

    .hero-top-sec .center-card .top-sec {
        top: 10px;
    }

    .hero-area .hero-wrapper-text h1 {
        font-size: 36px;
        line-height: 44px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        min-width: 320px;
    }

    .hero-area .hero-wrapper-text h1,
    .hero-area .hero-wrapper-text h1 span {
        font-size: 30px;
        line-height: 36px;
    }

    .hero-top-sec {
        margin-bottom: 25px;
    }



    .secure-card {
        padding-bottom: 30px;
        margin-top: 0;
        padding-top: 0;
    }

    .lk-info-block .left-side .info-part .content-wrap {
        gap: 5px;
    }

    .lk-info-block .left-side .info-part {
        gap: 8px;
        flex-direction: column;
        justify-content: center;
    }

    .lk-info-block .left-side .info-part .icon {
        align-self: center;
        font-size: 13px;
        min-height: 28px;
    }

    .lk-info-block .left-side {
        gap: 30px;
    }

    .lk-info-block .left-side .info-part .content-wrap p {
        font-size: 13px;
        line-height: 15px;
        text-align: center;
    }

    .lk-info-block .left-side .info-part .content-wrap span {
        text-align: center;
    }

    .common-online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
        width: 32px;
        height: 32px;
    }

    .common-online-consult-tile .online-wrap .online-block a .avatars-online span {
        font-size: 16px;
    }

    .shimmer-text-black {
        font-size: 16px;
    }

    .lawyer-review-sec .right-col .button-box {
        gap: 15px;
        flex-direction: column;
    }

    .lawyer-review-sec .right-col .button-box .ai-lk-btn {
        min-width: inherit;
        width: 100%;
    }

    .how-it-section .how-it-wraps .how-wrap .upgrade-btn {
        min-width: inherit;
        width: 100%;
    }

    .hero-top-sec .left-card .d-flex span {
        font-size: 16px;
    }

    .hero-top-sec .right-card {
        padding: 18px 18px;
    }

    .lawyer-review-sec .right-col {
        padding: 40px 25px;
    }

    .lk-call-shedule-sec .main-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .lk-call-shedule-sec .call-shedule-wrap:after {
        left: 0;
        top: -30px;
        width: 500px;
        height: 534px;
    }

    .document-review-sec {
        padding: 35px 0;
    }

    .document-review-sec .head {
        margin-bottom: 50px;
    }

    .document-review-sec .head h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .document-review-sec .head p {
        font-size: 18px;
        line-height: 26px;
    }

    .document-review-sec .document-review-main-content {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .card-box-mh-250 {
        min-height: auto !important;
        padding: 20px !important;
    }

    .flag-desc {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .document-review-sec .document-review-main-content .left-doc-card {
        width: 100%;
        background: linear-gradient(white, white) padding-box, linear-gradient(125.81deg, #CECDF3 100%, #F9F3FF 100%) border-box;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        padding: 20px;
        align-items: unset;
        min-height: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .document-review-sec .document-review-main-content .right-doc-card {
        background: linear-gradient(white, white) padding-box, linear-gradient(125.81deg, #CECDF3 100%, #F9F3FF 100%) border-box;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .document-review-sec .document-review-main-content .right-doc-card .right-col,
    .document-review-sec .document-review-main-content .left-doc-card .right-col {
        display: none;
    }

    .document-review-sec .document-review-main-content .left-doc-card .left-col p,
    .document-review-sec .document-review-main-content .right-doc-card .left-col p {
        max-width: 280px;
        font-size: 14px;
        line-height: 20px;
    }

    .document-review-sec .document-review-main-content .right-doc-card .left-col h2 {
        max-width: unset !important;
    }

    .document-review-sec .document-review-bottom-sec .flag-icon {
        height: auto;
        display: unset;
    }

    .document-review-sec .document-review-bottom-sec {
        flex-direction: column;
        gap: 20px;
    }

    .document-review-sec .document-review-bottom-sec .left-box-col {
        background: linear-gradient(white, white) padding-box, linear-gradient(1.43deg, #CECDF3 100%, #F9F3FF 100%) border-box;
        border: 2px solid transparent;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        width: 100%;
    }

    .document-review-sec .document-review-bottom-sec .mid-box-col {
        background: linear-gradient(white, white) padding-box, linear-gradient(1.43deg, #CECDF3 100%, #F9F3FF 100%) border-box;
        border: 2px solid transparent;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        width: 100%;
    }

    .document-review-sec .document-review-bottom-sec .right-box-col {
        background: linear-gradient(white, white) padding-box, linear-gradient(1.43deg, #CECDF3 100%, #F9F3FF 100%) border-box;
        border: 2px solid transparent;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        width: 100%;
    }

    .document-review-sec .document-review-main-content .right-doc-card .flag-icon,
    .document-review-sec .document-review-main-content .left-doc-card .flag-icon {
        display: block;
    }

    .hero-area .hero-wrapper-text {
        gap: 10px;
    }

    .why-choose-us-sec {
        margin-top: 0;
    }

    .why-choose-us-sec .choose-us-content .left-col .main-text-wrap {
        margin-top: 30px;
    }

    .why-choose-us-sec .choose-us-content .left-col .button-box {
        flex-direction: column;
        gap: 15px;
    }

    .ai-btn {
        min-width: inherit;
        width: 100%;
    }

    .why-choose-us-sec .choose-us-content .left-col .button-box .ai-lk-btn {
        min-width: inherit;
        width: 100%;
    }

    .lawyer-review-sec .right-col .button-box .upgrade-btn {
        min-width: inherit;
        width: 100%;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        padding: 20px 21px 20px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile span {
        font-size: 14px;
    }

    .why-choose-us-sec .choose-us-content .left-col h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .lawyer-review-sec {
        padding: 50px 0;
    }

    .lawyer-review-sec .right-col h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .lk-call-shedule-sec .call-shedule-wrap .left-tile h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .lk-call-shedule-sec {
        padding: 0;
    }

    .lk-call-shedule-sec .call-shedule-wrap .right-tile {
        padding-left: 20px;
        padding-top: 35px;
        padding-right: 20px;
    }



    .how-it-section h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .faq-sec {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .faq-sec .left-sec {
        padding-left: 10px;
        padding-right: 10px;
    }

    .faq-sec .accordion-sec .accordion {
        padding-left: 10px;
        padding-right: 10px;
    }

    .user-says-sections {
        padding: 70px 0;
    }

    .our-client-wrap {
        margin-top: 50px;
        padding-top: 50px;
    }

    .user-says-sections h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .why-choose-us-sec .choose-us-content .right-col .pages-wrap ul li span {
        font-size: 14px;
        line-height: 18px;
    }

    .why-choose-us-sec .choose-us-content .right-col .pages-wrap ul li {
        margin-bottom: 12px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        height: 50px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }

    .bottom-search {
        height: 46px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }

    .pages-wrap {
        margin-top: 110px;
    }

    .document-review-sec .document-review-bottom-sec .left-box-col h3 {
        font-size: 20px;
    }

    .document-review-sec .document-review-bottom-sec .mid-box-col h3 {
        font-size: 20px;
    }

    .document-review-sec .document-review-bottom-sec .right-box-col h3 {
        font-size: 20px;
    }

    .lawyer-review-sec .left-col .pages-wrap ul li span {
        font-size: 14px;
        line-height: 18px;
    }

    .user-says-sections .testimonial-slider .testimonial-item {
        margin: 0 10px 90px;
    }

    .common-online-consult-tile .online-top-sec .cont-wrap .goodle-star img {
        height: 18px;
        width: 18px;
    }

    .common-online-consult-tile {
        padding-right: 15px;
        padding-left: 15px;
        min-width: 320px;
    }

    .avatars-text {
        left: -20px;
    }

    .shimmer-text-black,
    .common-online-consult-tile .online-wrap .online-block a .avatars-online span {
        font-size: 13px;
    }

    .faq-sec .left-sec h2,
    .blog-sec .blog-content h2,
    .why-choose-us-sec .choose-us-content .left-col h2,
    .lawyer-review-sec .right-col h2,
    .lk-call-shedule-sec .call-shedule-wrap .left-tile h2,
    .how-it-section h2,
    .user-says-sections h2,
    .document-review-sec .head h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .document-review-sec,
    .lawyer-review-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /* .why-choose-us-sec {
        padding-top: 50px;
    } */

    /* .lk-call-shedule-sec {
        padding-top: 40px;
    } */

    .how-it-section {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    /* .faq-sec {
        padding-top: 30px;
    } */

    .lawyer-review-sec .right-col .lw-review-badge {
        font-size: 14px;
    }

    .lawyer-review-sec .left-col .pages-wrap {
        bottom: 20px;
        width: auto;
        min-width: auto;
        left: 20px;
        right: 20px;
    }

}

@media screen and (max-width:575px) {

    .how-it-section .how-it-wraps .how-right-box .head-box p span {
        font-size: 20px;
        line-height: 20px;
        display: block;
    }

    .how-it-section .how-it-wraps .how-right-box .how-content-wrap {
        flex-direction: column;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 20px;
    }

    .how-it-section .how-it-wraps .how-right-box .how-content-wrap .mid-side::before {
        transform: rotate(264deg);
        top: -40px;
        left: 65px;
    }

    .how-it-section .how-it-wraps .how-right-box .how-content-wrap .mid-side::after {
        transform: rotate(265deg);
        top: 120px;
        right: 65px;
    }

    .how-it-section .how-it-wraps .how-left-box .how-content-wrap {
        gap: 40px;
    }

    .how-it-section .how-it-wraps .how-right-box {
        padding-left: 26px;
    }

    .how-it-section .how-it-wraps .how-left-box {
        padding-left: 26px;
        padding-right: 26px;
    }

    .how-it-section .how-it-wraps .how-left-box .head-box p {
        font-size: 20px;
        line-height: 35px;
    }

    .how-it-section .how-it-wraps .how-right-box .head-box p {
        font-size: 20px;
        line-height: 35px;
    }

    .lk-call-shedule-sec .call-shedule-wrap .right-tile .cmn-tile {
        gap: 15px;
    }

    .lk-call-shedule-sec .call-shedule-wrap .right-tile .cmn-tile .content h3 {
        font-size: 16px;
        line-height: 20px;
    }
}


@media screen and (max-width:531px) {
    .lk-call-shedule-sec .call-shedule-wrap:after {
        left: -70px;
        top: 40px;
        width: 400px;
        height: 427px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        padding: 20px 8px 20px 15px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile img {
        width: 18px;
        height: 18px;
    }

    .why-choose-us-sec .choose-us-content {
        padding: 40px 25px;
    }

    .document-review-sec .document-review-main-content .left-doc-card .left-col h2 {
        min-height: auto;
        position: inherit;
        top: 0;
    }
}

@media screen and (max-width:450px) {
    .why-choose-us-sec .choose-us-content .right-col .search-tile span {
        font-size: 12px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile img {
        width: 14px;
        height: 14px;
    }

    .hero-area .review-button-wrap {
        margin-top: 46px;
    }
}


@media screen and (max-width:425px) {
    .common-online-consult-tile {
        padding-right: 15px;
        padding-left: 15px;
    }

    .lawyer-review-sec .left-col .lady-wrap img {
        width: 100%;
        height: auto;
    }

    .lk-call-shedule-sec .call-shedule-wrap:after {
        left: -40px;
        top: 140px;
        width: 250px;
        height: 267px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        padding: 20px 12px 20px 15px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        height: 50px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        min-width: 295px;
    }

    .bottom-search {
        height: 46px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        min-width: 285px;
    }
}

@media screen and (max-width:406px) {

    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        height: 50px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        min-width: 285px;
    }

    .bottom-search {
        height: 46px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        min-width: 280px;
    }

    .how-it-section .how-it-wraps .how-left-box .how-content-wrap {
        gap: 20px;
    }
}

@media screen and (max-width:390px) {
    .lk-call-shedule-sec .call-shedule-wrap .left-tile h2 {
        font-size: 35px;
        line-height: 41px;
    }
}

@media screen and (max-width:380px) {
    .lawyer-review-sec .right-col .lw-review-badge {
        font-size: 13px;
    }
}

@media screen and (max-width:353px) {
    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        min-width: 275px;
    }

    .bottom-search {
        min-width: 270px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile img {
        display: none;
    }
}

@media screen and (max-width:345px) {

    .why-choose-us-sec .choose-us-content .right-col .search-tile {
        min-width: 245px;
    }

    .bottom-search {
        min-width: 245px;
    }

    .why-choose-us-sec .choose-us-content .right-col .search-tile span {
        font-size: 11px;
    }

    .how-it-section .how-it-wraps .how-left-box .how-content-wrap {
        gap: 10px;
    }
}

@media screen and (max-width:392px) {
    .document-review-sec .document-review-main-content .left-doc-card .left-col h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .document-review-sec .document-review-main-content .right-doc-card .left-col h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .document-review-sec .document-review-bottom-sec .left-box-col h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .document-review-sec .document-review-bottom-sec .mid-box-col h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .document-review-sec .document-review-bottom-sec .right-box-col h3 {
        font-size: 18px;
        line-height: 21px;
    }
}

@media screen and (max-width:359px) {

    .document-review-sec .head h2,
    .faq-sec .left-sec h2,
    .blog-sec .blog-content h2,
    .why-choose-us-sec .choose-us-content .left-col h2,
    .lk-call-shedule-sec .call-shedule-wrap .left-tile h2,
    .lawyer-review-sec .right-col h2,
    .how-it-section h2,
    .user-says-sections h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .hero-area .hero-wrapper-text h1 {
        min-width: auto;
    }

    .lawyer-review-sec .right-col .lw-review-badge {
        padding: 0 10px;
        min-width: 100%;
    }

    .lawyer-review-sec .right-col .lw-review-badge span {
        font-size: 12px;
    }

    .why-choose-us-sec .choose-us-content .left-col .why-badge span {
        font-size: 12px;
    }

    .hero-area .hero-wrapper-text h1,
    .hero-area .hero-wrapper-text h1 span {
        font-size: 24px;
        line-height: 32px;
    }

    .lk-info-block .left-side {
        gap: 12px;
    }
}

@media screen and (max-width:330px) {
    .bottom-search {
        min-width: 238px;
    }

    .how-it-section .how-it-wraps .how-left-box .head-box p span {
        font-size: 22px;
        line-height: 35px;
    }
}
