html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -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
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    font-weight: 400
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #333;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-extra {
    font-weight: 900
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-40 {
    font-size: 40px
}

.font-50 {
    font-size: 50px
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.common-action-btn {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.common-action-btn:hover,
.common-action-btn:focus {
    color: #234d94;
    border-color: #234d94;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-50p {
    border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08)
}

.alert-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    line-height: 1.6
}

.common-border {
    border: 1px solid #b3baa9
}

.text-uppercase {
    text-transform: uppercase
}

.text-white {
    color: #fff
}

.text-dark {
    color: #313131
}

.height-100p {
    height: 100%
}

.width-100p {
    width: 100%
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

a,
a:focus,
a:active a:hover,
a:visited {
    text-decoration: none
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-t-50 {
    margin-top: 50px
}

.m-t-90 {
    margin-top: 90px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.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-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.m-auto {
    margin: 0 auto
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-b-5 {
    padding-bottom: 5px
}

.overflow-hidden {
    overflow: hidden
}

.lazyload {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.lazyloaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

/* Hero Section */

/* BG Animation */
/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px
    }
}

@-o-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px
    }
}

@keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px
    }
}

@-webkit-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px
    }
}

@-moz-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px
    }
}

@-o-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px
    }
}

@keyframes bg-scrolling {
    0% {
        background-position: 50px 50px
    }
}

.hero-sec {
    padding: 60px 0;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
    height: 520px
}

.hero-sec .all-content {
    position: relative;
    z-index: 999
}

.hero-sec h1 {
    line-height: 85px
}

.hero_sec__hero__background {
    position: absolute;
    width: 90rem;
    height: 45rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.hero_sec__hero__background svg {
    position: absolute
}

.reveal.show .hero_sec__hero__background svg {
    animation-name: hero_sec__hero__background__svgAnim;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes hero_sec__hero__background__svgAnim {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: var(--transform)
    }
}

.hero-banner .owl-dots {
    display: none
}

.hero-banner .item {
    height: 520px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.font-weight-extrabold {
    font-weight: 900
}

.hero-banner .item1 h1 {
    font-family: 'Quicksand', sans-serif;
}

.hero-banner .item1 h1 {
    line-height: 75px
}

.font-70 {
    font-size: 70px
}

.font-28 {
    font-size: 28px
}

.font-22 {
    font-size: 22px
}

.font-26 {
    font-size: 26px
}

.color2 {
    color: red
}

.btn-color7 {
    background-color: #254985;
    box-shadow: 0 6px #0c2b5f
}

.btn-color7:hover {
    box-shadow: 0 4px #0c2b5f;
    top: 2px
}

.btn-color7:active {
    box-shadow: 0 0 #0c2b5f;
    top: 6px
}

button.common-btn {
    display: inline-block;
    outline: 0 none;
    text-decoration: none;
    min-width: 170px;
    border-radius: 5px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 40px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.hero-banner .item1 .just-consult-logo {
    font-family: 'Della Respira', serif
}

.hero-banner .item1 h4 span.color2 {
    font-family: 'Della Respira', serif
}

.hero-banner .active .item .caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: .8s
}

.just-consult-logo {
    font-family: 'Della Respira', serif
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.hero-banner .item .caption {
    line-height: 1
}

.hero-banner .webp.item2 {
    background-image: url(/frontend/client_base_web/layout-optim/home-revised/end-your-legal-stress.webp)
}

.hero-banner .nowebp.item2 {
    background-image: url(/frontend/client_base_web/layout-optim/home-revised/end-your-legal-stress.jpg)
}

.hero-banner .item2 .caption-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #732bbf;
    color: #fff;
    padding: 10px
}

.hero-banner .item2 .caption-bottom span {
    margin: 0 10px
}

.hero-banner .item2 .caption-second {
    padding-left: 45px
}

.hero-banner .item2 .caption-second .color1 {
    color: #3e3e3e
}

.hero-banner .item2 .caption-second .color2 {
    color: #00b785
}

.hero-banner .item2 .caption-second .font-52 {
    font-size: 52px
}

.hero-banner .item2 .caption-second .font-25 {
    font-size: 25px
}

.avail-box {
    max-width: 300px
}

.hero-banner .item2 .caption-second .avail-box a {
    font-size: 16px;
    background: #3e3e3e;
    color: #fff;
    padding: 20px 30px;
    margin-top: 60px;
    display: inline-block
}

.hero-banner .item1 .avail-box a,
.hero-banner .item3 .avail-box a,
.hero-banner .item4 .avail-box a {
    font-size: 16px;
    background: #3e3e3e;
    color: #fff;
    padding: 20px 30px;
    margin-top: 60px;
    display: inline-block
}

.hero-banner .item1 .avail-box {
    display: table;
    margin: 0 auto
}

.hero-banner .item4 .avail-box {
    float: right
}

.hero-banner .item2 .caption-second .avail-box p {
    letter-spacing: 3px
}

.hero-banner .webp.item3 {
    background-image: url(/frontend/client_base_web/layout-optim/home-revised/review-document-by-lawyer.webp)
}

.hero-banner .nowebp.item3 {
    background-image: url(/frontend/client_base_web/layout-optim/home-revised/review-document-by-lawyer.jpg)
}

.hero-banner .item3 .caption .color1 {
    color: #3e3e3e
}

.hero-banner .item3 .caption .color2 {
    color: #203a85
}

.hero-banner .item3 .caption .font-52 {
    font-size: 52px
}

.hero-banner .item3 .caption .color6 {
    color: #3e3e3e
}

.hero-banner .item3 .caption .font-25 {
    font-size: 25px
}

.hero-banner .item3 .caption .font-32 {
    font-size: 32px
}

.hero-banner .item3 .caption-third {
    padding-left: 45px
}

.hero-banner .item3 .caption-third .schedule-callpara {
    position: absolute;
    left: 20px;
    color: #203a85;
    bottom: -140px
}

.hero-banner .webp.item4 {
    background-image: url(/frontend/client_base_web/layout-optim/home-revised/startup.webp)
}

.hero-banner .nowebp.item4 {
    background-image: url(/frontend/client_base_web/layout-optim/home-revised/startup.jpg)
}

.hero-banner .item4 .caption-fourth {
    padding-right: 45px
}

.hero-banner .item4 .caption .color12 {
    color: #3e3e3e
}

.hero-banner .item4 .caption .font-52 {
    font-size: 52px
}

.hero-banner .item4 .caption .color13 {
    color: #a52d2d
}

.hero-banner .item4 .caption .font-25 {
    font-size: 25px
}

.language-hello {
    width: 150px;
    right: 0;
    top: 30px;
    height: 151px;
    z-index: 10
}

.highlight-info {
    border-top: 2px solid #9f9f9f;
    border-bottom: 2px solid #9f9f9f
}

.highlight-info p {
    color: #fd840e
}

.lawyer-img {
    margin: 0 auto;
    display: table;
    height: 400px
}

.category-item .icon-circle {
    background: #e4e9f1;
    width: 160px;
    height: 160px
}

.category-item .icon-circle img {
    width: 120px;
    height: 120px
}

.category-item .common-action-btn {
    font-size: 14px
}

.benefits-tile {
    background: #edeeef;
    padding: 70px 30px
}

.benefits-sec h1 {
    line-height: 40px
}

.benefit-header {
    background: #f8ba26;
    color: #fff;
    padding: 8px 15px
}

.benefit-description {
    padding: 8px 15px
}

.benefit-description p {
    line-height: 23px
}

.offer-sec a {
    color: #333
}

.offer-bg {
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center
}

.offer-disc {
    border: 1px solid #0f0601;
    max-width: 300px;
    margin: 0 auto
}

.offer-disc span.font-80 {
    font-size: 80px;
    color: #0f0601
}

.offer-disc span.font-60 {
    font-size: 60px
}

.offer-disc .extra-mins {
    color: #0f0601
}

.offer-sec span.more-legal {
    font-style: italic;
    display: block;
    color: #fa3500
}

.offer-abs {
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    background: #fdb022;
    width: 90px;
    color: #0f0601
}

.offer-mins p {
    line-height: 1
}

.offer-mins span.limited-badge {
    background: #f14213;
    padding: 5px 10px
}

.step-tile {
    box-shadow: 0 0 27px 0 rgba(2, 3, 3, 0.22);
    -webkit-box-shadow: 0 0 27px 0 rgba(2, 3, 3, 0.22);
    -moz-box-shadow: 0 0 27px 0 rgba(2, 3, 3, 0.22);
    -ms-box-shadow: 0 0 27px 0 rgba(2, 3, 3, 0.22);
    -o-box-shadow: 0 0 27px 0 rgba(2, 3, 3, 0.22);
    padding: 50px
}

.step-tile .tile-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.step-tile .icon-circle {
    background: #eee;
    width: 82px;
    height: 82px
}

.step-tile .icon-circle img {
    width: 40px;
    height: 40px
}

.step-tile p {
    line-height: 1.6
}

.discuss-with-lawyers {
    background: #ededed
}

.lawyers-online {
    padding: 40px
}

.lawyers-online .avatars-online .img-circle {
    border: 3px solid #fff;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 45px
}

.lawyers-online .common-action-btn {
    font-size: 18px
}

.discussion-instant {
    background: #f9b41d;
    position: relative
}

.discuss-with-lawyers .tile-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.discussion-instant .text-darker {
    color: #313131
}

.discussion-instant .text-darker:before {
    content: "";
    position: absolute;
    background-color: #10100f;
    bottom: -10px;
    width: 135px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.arrow-shadow {
    position: absolute;
    left: -135px;
    z-index: 11;
    top: 0;
    background-image: url(../images/arrow-shadow.png);
    background-repeat: no-repeat;
    width: 135px;
    height: 287px
}

.choose-tile {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15)
}

.choose-tile .choose-tile-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.choose-tile .counter {
    background: #e9e9e9;
    width: 40px;
    height: 40px;
    right: -3px;
    top: -3px;
    color: #82b440
}

.choose-tile h4 {
    line-height: 1.6
}

.blog-sec a {
    color: #333
}

.blog-tile h4 {
    font-size: 18px;
    line-height: 38px;
    color: #82b440;
    font-weight: 600
}

.blog-sec a:hover h4 {
    color: #0056b3
}

.blog-tile ul li span {
    color: #82b440
}

.blog-tile img {
    border: 1px solid #ccc;
    height: 200px;
    min-height: 200px;
    min-width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.blog-tile .cnt-ellipsis {
    height: 100px;
    overflow: hidden;
    position: relative
}

.blog-tile .cnt-ellipsis p {
    font-size: 16px;
    line-height: 1.6
}

.blog-tile .cnt-ellipsis * {
    font-size: 16px
}

.blog-sec a.common-action-btn {
    color: #fff
}

.blog-sec a.common-action-btn:hover,
.blog-sec a.common-action-btn:focus {
    color: #234d94
}

.testimonial-sec {
    padding: 50px 0;
    background: #f2f1ef
}

.testimonial-sec .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonial-sec p {
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 660px
}

.testimonial-sec .avatar-box .circle-name {
    background: #f2a52b;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px
}

.testimonial-sec .avatar-box p {
    color: #000;
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.6;
    font-weight: 600;
    text-align: left
}

.testimonial-sec .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none
}

.testimonial-sec .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 100px;
    top: 40px
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 100px;
    top: 40px
}

.client-tile-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.clients-sec .col-3 {
    border-left: 1px solid #bdbbbb;
    border-bottom: 1px solid #bdbbbb
}

.clients-sec .col-3:nth-child(1),
.clients-sec .col-3:nth-child(5) {
    border-left: 0
}

.clients-sec .col-3:nth-child(5),
.clients-sec .col-3:nth-child(6),
.clients-sec .col-3:nth-child(7),
.clients-sec .col-3:nth-child(8) {
    border-bottom: 0
}

.clients-sec .col-3:nth-child(5) img,
.clients-sec .col-3:nth-child(6) img,
.clients-sec .col-3:nth-child(7) img,
.clients-sec .col-3:nth-child(8) img {
    padding-top: 20px
}

.client-tile img {
    padding: 15px 0;
    height: 125px;
    width: auto;
    margin: 0 auto;
    display: table;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}

.client-tile:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.2)
}

.featuredin-sec .cmp-logo img {
    width: auto;
    display: table;
    margin: 0 auto
}

.featuredin-sec .item {
    border: 1px solid #fff
}

.featuredin-sec .item:hover {
    border-color: #7d7d7d
}

.featuredin-sec .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none
}

.featuredin-sec .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
    top: 60px
}

.featuredin-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 60px
}

.featuredin-sec .owl-carousel .owl-nav button img {
    width: 10px
}

.modal {
    max-width: 430px;
    padding: 30px 30px 50px;
    width: 100%
}

.modal h1 {
    line-height: 1.6
}

.modal a.close-modal {
    top: auto;
    right: auto;
    display: inline-block;
    width: 70px;
    height: 70px;
    bottom: -35px;
    left: auto;
    margin-left: -30px
}

.cate-service-section {
    margin: 60px 0
}

.cate-service-section .col-3 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}

.cate-service-section .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    height: 100%;
}

.cate-service-section .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cate-service-section .tile-service {
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1);
    -webkit-box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1);
    -moz-box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1);
    -ms-box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1);
    -o-box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1);
    height: 100%;
    background: #fff;
    padding: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.cate-service-section .tile-service:hover {
    background: #e4e4e4
}

.cate-service-section .tile-service:hover .icon-circle {
    background: #fff
}

.tile-service .icon-circle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #e9f3fa;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto 15px;
    align-items: center
}

.tile-service .icon-circle img {
    width: 40px;
    height: 40px
}

.tile-service1 .icon-circle {
    background: #f3f7ff !important
}

.tile-service2 .icon-circle {
    background: #f9f3ff !important
}

.tile-service3 .icon-circle {
    background: #fff2f2 !important
}

.tile-service4 .icon-circle {
    background: #e9fbf2 !important
}

.tile-service5 .icon-circle {
    background: #f7fbce !important
}



.tile-service1 .tile-content a {
    background: #356ef3 !important
}

.tile-service2 .tile-content a {
    background: #da61d3 !important
}

.tile-service3 .tile-content a {
    background: #e76666 !important
}

.tile-service4 .tile-content a {
    background: #44a77a !important
}

.tile-service5 .tile-content a {
    background: #cddc39 !important
}

.tile-service .tile-content h4 {
    font-family: 'Della Respira', serif;
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 12px;
    font-weight: 600
}

.tile-service .tile-content ul {
    margin: 0;
    padding: 10px 0 10px 20px;
    min-height: 250px;
    text-align: left;
}

.tile-service .tile-content ul li:last-child {
    margin-bottom: 0
}

.tile-service .tile-content ul li {
    margin-bottom: 10px;
    line-height: 20px
}

.tile-service .tile-content a {
    font-weight: 600;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background: #333;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-size: 14px;
}

.tile-service .tile-content p {
    min-height: 100px
}

.lk-product-ctg  {
    display: none;
}

.lk-product-ctg .tile-service .tile-content a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-product-ctg .tile-service .tile-content a img {
    width: 10px;
    height: 14px;
}

.lk-product-ctg .cate-service-section .item{
   margin: 0 10px;
}

.lk-product-ctg .cate-service-section .card {
    box-shadow: none !important;
}

.lk-product-ctg  button.owl-prev,
.lk-product-ctg  button.owl-next {
    background: transparent !important;
}

.lk-product-ctg  button.owl-prev {
    position: absolute;
    left: -15px;
    top: 40%;
    background: transparent;
}

.lk-product-ctg  button.owl-next {
    position: absolute;
    right: -15px;
    top: 40%;
    background: transparent;
}

.lk-product-ctg  button.owl-prev img,
.lk-product-ctg button.owl-next img {
    height: 30px !important;
}

.agreementsncontracts-sec .c2a-bg {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.agreementsncontracts-sec .c2a-bg .caption {
    padding: 0 25px;
}

.c2a-bg .caption .color1 {
    color: #626262
}

.c2a-bg .caption .color2 {
    color: #7d6348
}

.startupfocus-sec .c2a-bg {
    height: 287px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.startupfocus-sec .caption .font-42 {
    font-size: 40px;
    color: #3e3e3e
}

.startupfocus-sec .caption .font-64 {
    font-size: 62px;
    color: #a52d2d
}

.startupfocus-sec .caption .font-31 {
    font-size: 24px;
    color: #3e3e3e
}

.startupfocus-sec .caption .fontb-22 {
    font-size: 14px;
    color: #a52d2d;
    font-style: italic;
    font-weight: 400;
    margin-top: 20px
}

.startupfocus-sec .c2a-bg .caption {
    padding: 0 45px;
    line-height: 1
}


/*Vertical Sliding*/
h2.sentence {
    margin-left: -180px;
}

.slidingVertical {
    font-family: 'Della Respira', serif;
    display: inline;
    text-indent: 8px;
}

.slidingVertical span {
    animation: topToBottom 6s linear infinite 0s;
    -ms-animation: topToBottom 6s linear infinite 0s;
    -webkit-animation: topToBottom 6s linear infinite 0s;
    color: #ff0000;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    font-size: 22px;
}

.slidingVertical span:nth-child(2) {
    animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}


.slidingVertical span:nth-child(3) {
    animation-delay: 3s;
    -ms-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.slidingVertical span:nth-child(4) {
    animation-delay: 4.5s;
    -ms-animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s;
}

.slidingVertical span:nth-child(5) {
    animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}


/*topToBottom Animation*/
@-moz-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -ms-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -ms-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.chatBotDiv{display:none !important;}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px
    }

    .featuredin-sec .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        top: 52px
    }

    .featuredin-sec .owl-carousel .owl-nav button.owl-next {
        right: 0;
        top: 52px
    }

    .highlight-info {
        padding-left: 0;
        padding-right: 0
    }

    .highlight-info span {
        font-size: 12px
    }

    .say-hello h1 {
        font-size: 30px
    }

    .lk-product-ctg  button.owl-prev, .lk-product-ctg  button.owl-next {
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
        -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
        -ms-box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
        -o-box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
        height: 40px;
        width: 30px;
        margin: 0 !important;
        background: #ffffff !important;
    }

    .lk-product-ctg  button.owl-next img, .lk-product-ctg  button.owl-prev img {
        /* width: 10px !important;
        height: 20px !important; */
        vertical-align: middle;
    }
}

@media screen and (max-width: 1200px) {
    .discuss-with-lawyers .col-6 {
        -ms-flex: 0 0 60%;
        -webkit-box-flex: 0;
        flex: 0 0 60%;
        max-width: 60%
    }

    .discuss-with-lawyers .col-6+.col-6 {
        -ms-flex: 0 0 40%;
        -webkit-box-flex: 0;
        flex: 0 0 40%;
        max-width: 40%
    }

    .discuss-with-lawyers .font-18 {
        font-size: 14px
    }
}

@media screen and (max-width: 1080px) {
    .lk-product-ctg-desk {
        display: none;
    }
    .lk-product-ctg {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .language-hello {
        width: 120px;
        height: 121px
    }

    .lawyer-img {
        width: 300px;
        height: auto
    }

    .freedom-offers img {
        width: 350px;
        height: auto
    }

    .why-legalkart-sec .col-3 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px
    }

    .choose-tile h4 {
        font-size: 18px
    }

    .testimonial-sec p {
        padding: 0 50px
    }

    .testimonial-sec .owl-carousel .owl-nav button.owl-prev {
        left: 10px
    }

    .testimonial-sec .owl-carousel .owl-nav button.owl-next {
        right: 10px
    }
}

@media screen and (max-width: 991px) {
    .cate-service-section .tile-service {
        margin-bottom: 20px;
        height: auto
    }

    .tile-service.tile-service1 {
        background: #f3f7ff !important;
    }
    
    .tile-service.tile-service2 {
        background: #f9f3ff !important;
    }
    
    .tile-service.tile-service3 {
        background: #fff2f2 !important;
    }
    
    .tile-service.tile-service4 {
        background: #e9fbf2 !important;
    }
    
    .tile-service.tile-service5 {
        background: #f9fcda !important;
    }

    .tile-service1 .icon-circle {
        background: #dae6ff !important;
    }
    
    .tile-service2 .icon-circle {
        background: #ecdaff !important;
    }
    
    .tile-service3 .icon-circle {
        background: #ffd9d9 !important;
    }
    
    .tile-service4 .icon-circle {
        background: #d3f7e5 !important;
    }
    
    .tile-service5 .icon-circle {
        background: #ecf1b8 !important;
    }
    

    .startupfocus-sec .c2a-bg {
        background-image: url(/frontend/client_base_web/layout-optim/just-consult/startup_mobilebanners1.jpg) !important;
        background-color: #fff !important;
        background-position: -102px 0
    }

    .startupfocus-sec .caption .font-42 {
        font-size: 14px
    }

    .startupfocus-sec .caption .font-64 {
        font-size: 20px
    }

    .startupfocus-sec .caption .font-31 {
        font-size: 14px;
        line-height: 18px
    }

    .startupfocus-sec .c2a-bg .caption {
        padding: 0 15px
    }

    span.av-block {
        display: block
    }

    .agreementsncontracts-sec .c2a-bg {
        background-image: url(/frontend/client_base_web/layout-optim/just-consult/agreements-contracts-mobile-xs.jpg) !important;
        background-color: #F0F0F0 !important;
        background-position: -230px 0
    }

    .agreementsncontracts-sec span.font-18 {
        font-size: 14px;
        max-width: 180px;
        line-height: 18px
    }

    .agreementsncontracts-sec span.font-30 {
        font-size: 14px
    }

    .agreementsncontracts-sec span.font-14 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px
    }

    .startupfocus-sec.m-t-40 {
        margin-top: 10px
    }

    .agreementsncontracts-sec.m-t-40 {
        margin-top: 30px
    }

    .cate-service-section {
        margin: 30px 0
    }

    .hero-banner .item {
        height: 240px
    }

    .hero-banner .item1 .hero-sec {
        padding: 15px 10px;
        margin-top: 0;
        height: 240px
    }

    .hero-banner .item1 .hero-sec .hero_sec__hero__background {
        height: 100%
    }

    .hero-banner .item1 h4.font-22 {
        margin-bottom: 5px;
        font-size: 16px
    }

    .hero-banner .item1 h1 {
        line-height: 1.2;
        font-size: 30px;
        margin-bottom: 5px;
    }

    .hero-banner .item1 .container {
        margin: 0;
        padding: 0
    }

    .hero-banner .item1 h2.sentence {
        display: flex;
        margin: 0;
        padding: 10px 10px 0 35px
    }

    .hero-banner .item1 h2.sentence .font-22 {
        font-size: 16px
    }

    .hero-banner .item1 .slidingVertical {
        text-indent: 4px;
        position: static;
        z-index: -1;
    }

    .hero-banner .item1 .slidingVertical span {
        font-size: 14px
    }

    .hero-banner .item1 .avail-box p {
        font-size: 12px
    }

    .hero-banner .webp.item2 {
        background-image: url(/frontend/client_base_web/layout-optim/home-revised/end-your-legal-stress-xs.webp) !important;
        background-color: #F0F0F0 !important;
        height: 240px !important
    }

    .hero-banner .nowebp.item2 {
        background-image: url(/frontend/client_base_web/layout-optim/home-revised/end-your-legal-stress-xs.jpg) !important;
        background-color: #F0F0F0 !important;
        height: 240px !important
    }

    .hero-banner .item2 .caption-bottom {
        padding: 3px;
        font-size: 9px;
        line-height: 1.4
    }

    .hero-banner .item2 .caption-bottom span {
        margin: 0 5px;
        font-size: 16px
    }

    .hero-banner .item2 .caption-second {
        padding-left: 10px;
        margin-top: 0
    }

    .hero-banner .item2 .caption-second .font-52 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .hero-banner .item2 .caption-second .font-25 {
        font-size: 14px;
        margin-bottom: 15px;
        max-width: 170px;
        line-height: 18px
    }

    .hero-banner .item2 .caption-second .avail-box {
        text-align: left;
        margin-bottom: 45px
    }

    .hero-banner .item2 .caption-second .avail-box a {
        font-size: 14px;
        padding: 10px 15px;
        margin-top: 10px
    }

    .hero-banner .item3 .caption-third .avail-box a,
    .hero-banner .item4 .caption-fourth .avail-box a {
        font-size: 14px;
        padding: 15px;
        margin-top: 10px
    }

    .hero-banner .item1 .avail-box a {
        font-size: 14px;
        padding: 10px 15px;
        margin-top: 10px
    }

    .hero-banner .item2 .caption-second .avail-box p {
        font-size: 12px
    }

    .hero-banner .webp.item3 {
        background-image: url(/frontend/client_base_web/layout-optim/home-revised/review-document-by-lawyer-xs.webp) !important;
        background-color: #F0F0F0 !important;
        height: 240px !important
    }

    .hero-banner .nowebp.item3 {
        background-image: url(/frontend/client_base_web/layout-optim/home-revised/review-document-by-lawyer-xs.jpg) !important;
        background-color: #F0F0F0 !important;
        height: 240px !important
    }

    .hero-banner .item3 .caption-third {
        padding-left: 10px;
        margin-top: 0
    }

    .hero-banner .item3 .caption-third .font-52 {
        font-size: 16px
    }

    .hero-banner .item3 .caption-third .font-32 {
        font-size: 14px
    }

    .hero-banner .item3 .caption-third .font-32+.font-32 {
        margin-bottom: 10px
    }

    .hero-banner .item3 .caption-third .font-25 {
        font-size: 14px;
        max-width: 170px;
        line-height: 18px
    }

    .hero-banner .item3 .caption-third .fontb-22:not(.schedule-callpara) {
        font-size: 14px;
        max-width: 170px;
        line-height: 18px
    }

    .hero-banner .item3 .caption-third .schedule-callpara {
        position: relative;
        left: auto;
        color: #203a85;
        bottom: auto;
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px
    }

    .hero-banner .item3 .caption-third .avail-box {
        text-align: left
    }

    .hero-banner .item3 .caption-third .avail-box p {
        font-size: 12px
    }

    .hero-banner .item3 .caption-third .font-25+.font-25 {
        margin-bottom: 10px
    }

    .hero-banner .webp.item4 {
        background-image: url(/frontend/client_base_web/layout-optim/home-revised/startup-xs.webp) !important;
        background-color: #fff !important;
        height: 240px !important
    }

    .hero-banner .nowebp.item4 {
        background-image: url(/frontend/client_base_web/layout-optim/home-revised/startup-xs.jpg) !important;
        background-color: #fff !important;
        height: 240px !important
    }

    .hero-banner .item4 .caption-fourth {
        padding-right: 10px
    }

    .hero-banner .item4 .caption-fourth .font-52 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .hero-banner .item4 .caption-fourth .font-25 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .hero-banner .item4 .caption-fourth .line-break {
        max-width: 170px;
        line-height: 18px;
        float: right
    }

    .hero-banner .item4 .avail-box p {
        text-align: right;
        font-size: 12px
    }

    .hero-banner .item4 .avail-box {
        float: none
    }
}

@media screen and (max-width: 800px) {
    .discuss-with-lawyers .col-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .discuss-with-lawyers .col-6+.col-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 799px) {
    .arrow-shadow {
        display: none
    }

    .lawyers-online {
        padding: 20px
    }

    .discuss-with-lawyers .col-6:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .discussion-instant .text-darker:before {
        display: none
    }

    .hot-tagline {
        line-height: 1.6
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 540px
    }

    .col-sm-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .main-head {
        font-size: 18px
    }

    .font-sm-14 {
        font-size: 14px
    }

    .font-weight-sm-normal {
        font-weight: 400
    }

    .highlight-info {
        background: #ed9e21;
        border: 0;
        padding: 10px
    }

    .highlight-info .col-4 {
        border-right: 1px solid #fff
    }

    .highlight-info p {
        color: #fff;
        font-size: 16px
    }

    .highlight-info span {
        font-size: 12px;
        color: #fff
    }

    .category-item .icon-circle {
        width: 100px;
        height: 100px
    }

    .category-item .icon-circle img {
        width: 60px;
        height: 60px
    }

    .category-item h4 {
        line-height: 1.6
    }

    .benefits-sec h1 {
        line-height: 30px
    }

    .benefit-description {
        margin-top: 10px
    }

    .legal-problems-img {
        margin-top: 0
    }

    .legal-adv-btn {
        margin-top: 20px;
        margin-bottom: 50px
    }

    .offer-abs {
        top: -10px;
        width: 65px;
        font-size: 12px
    }

    .offer-disc span.font-80 {
        font-size: 50px
    }

    .offer-disc span.font-60 {
        font-size: 40px
    }

    .offer-disc .extra-mins {
        line-height: 1.2;
        font-size: 18px;
        display: block;
        margin-bottom: 10px
    }

    .offer-mins {
        margin-top: 0
    }

    .offer-mins p {
        font-size: 20px
    }

    .offer-mins p span {
        font-size: 16px
    }

    .offer-mins span.limited-badge+p {
        font-size: 14px;
        line-height: 1.4
    }

    .highlight-info .col-4:last-child {
        border-right: 0
    }

    .steps-sec {
        margin-top: 40px;
        margin-bottom: 0
    }

    .steps-sec .col-4 {
        margin-bottom: 20px
    }

    .step-tile {
        text-align: left;
        padding: 20px
    }

    .step-tile .tile-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .simple-body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .step-tile .icon-circle {
        background: #eee;
        width: 70px;
        height: 70px;
        margin-right: 20px
    }

    .step-tile .icon-circle img {
        height: 40px;
        width: 40px
    }

    .simple-body h2 {
        font-size: 16px;
        margin-top: 0
    }

    .simple-body p {
        font-size: 13px;
        font-weight: 400;
        margin-top: 5px
    }

    .hot-tagline {
        height: 66px
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 100%
    }
}

@media screen and (max-width: 530px) {
    .freedom-offers {
        display: none
    }

    .lawyer-img {
        width: 170px;
        height: auto;
        position: absolute;
        top: -159px;
        right: 0
    }

    .highlight-info {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 50px
    }

    .highlight-info .row {
        margin-right: 0;
        margin-left: 0
    }

    .language-hello {
        width: 80px;
        top: -220px;
        right: 40px;
        height: 81px
    }

    .lawyer-img {
        width: 185px;
        height: auto;
        position: absolute;
        top: -134px;
        right: 0;
        display: block
    }

    .say-hello h1 {
        font-size: 22px
    }

    .highlight-info p {
        font-size: 12px
    }

    .highlight-info span {
        font-size: 10px;
        text-transform: capitalize
    }

    .highlight-info .col-4 {
        padding-right: 0;
        padding-left: 0
    }

    .benefits-tile {
        padding: 30px 15px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0
    }

    .benefits-item .col-9 {
        -ms-flex: 0 0 80%;
        -webkit-box-flex: 0;
        flex: 0 0 80%;
        max-width: 80%
    }

    .benefits-item .col-3 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .choose-tile h4 {
        font-size: 16px
    }

    .choose-tile img {
        width: 70px;
        height: auto
    }

    .why-legalkart-sec {
        border-bottom: 10px solid #f4f4f4;
        margin-top: 40px;
        margin-bottom: 0;
        padding-bottom: 30px
    }

    .blog-sec {
        margin-top: 40px;
        margin-bottom: 0
    }

    .blog-tile {
        border: 1px solid #dcdcdc;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 20px;
        text-align: left
    }

    .blog-tile img {
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .blog-sec a.common-action-btn {
        margin-top: 20px
    }

    .testimonial-sec {
        margin-top: 40px;
        margin-bottom: 0;
        padding: 30px 0;
        height: 362px
    }

    .testimonial-sec .main-head {
        margin-bottom: 20px
    }

    .testimonial-sec p {
        max-width: 100%;
        padding: 0 20px
    }

    .testimonial-sec .owl-carousel .owl-nav,
    .featuredin-sec .owl-carousel .owl-nav {
        display: none
    }

    .testimonial-sec .avatar-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    .testimonial-sec .avatar-box .circle-name {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .testimonial-sec p,
    .testimonial-sec .avatar-box p {
        font-size: 14px
    }

    .clients-sec {
        margin-top: 40px;
        margin-bottom: 0;
        height: 847px
    }

    .clients-sec .col-3 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .clients-sec .col-3:nth-child(5),
    .clients-sec .col-3:nth-child(6) {
        border-bottom: 1px solid #bdbbbb
    }

    .clients-sec .col-3:nth-child(3),
    .clients-sec .col-3:nth-child(7) {
        border-left: 0
    }

    .featuredin-sec {
        margin-top: 40px;
        margin-bottom: 40px;
        border-top: 10px solid #f4f4f4;
        padding-top: 40px;
        height: 227px
    }

    .featuredin-sec .main-head {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 480px) {
    .category-item .common-action-btn {
        font-size: 13px;
        padding: 10px 15px
    }

    .lawyer-img {
        width: 160px;
        top: -110px
    }

    .language-hello {
        right: 0
    }

    .offer-bg {
        padding-bottom: 15px
    }

    .offer-sec .col-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offer-disc {
        max-width: 200px
    }

    .offer-disc span.font-80 {
        font-size: 40px;
        display: block;
        line-height: 1;
        margin-bottom: 5px
    }

    .offer-sec span.more-legal {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .offer-sec span.more-legal:before {
        position: absolute;
        content: "";
        background: #0f0601;
        width: 100px;
        height: 3px;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: auto
    }

    .offer-mins {
        margin-top: 10px
    }

    .offer-mins p {
        margin-bottom: 5px;
        line-height: 20px;
        font-size: 14px
    }

    .offer-mins p span {
        font-size: 14px;
        margin-bottom: 10px;
        display: block
    }

    .offer-mins span.limited-badge {
        padding: 8px 16px;
        font-size: 14px;
        margin-top: 10px;
        position: relative;
        top: 15px
    }

    .offer-mins span.limited-badge+p {
        font-size: 12px
    }

    .lawyers-online .avatars-online {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .lawyers-online .avatars-online .avatars-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 10px
    }

    .featuredin-sec .cmp-logo img {
        width: 100%;
        height: auto
    }

    .clients-sec {
        height: 780px
    }

    .featuredin-sec {
        height: 235px
    }
}

@media screen and (max-width: 414px) {
    .testimonial-sec {
        height: 384px
    }

    .clients-sec {
        height: 688px
    }

    .featuredin-sec {
        height: 227px
    }
}

@media screen and (max-width: 392px) {
    .testimonial-sec {
        height: 406px
    }

    .clients-sec {
        height: 663px
    }

    .featuredin-sec {
        height: 209px
    }
}

@media screen and (max-width: 360px) {
    .testimonial-sec {
        height: 428px
    }

    .clients-sec {
        height: 580px
    }

    .featuredin-sec {
        height: 200px
    }
}

@media screen and (max-width: 359px) {
    .category-item h4 {
        font-size: 12px
    }

    .category-item .common-action-btn {
        padding: 10px;
        font-size: 12px
    }

    .highlight-info {
        margin-top: 20px
    }

    .lawyer-img {
        width: 140px;
        top: -120px
    }

    .benefit-header p {
        font-size: 14px
    }

    .offer-mins span.limited-badge+p {
        font-size: 11px
    }

    .discuss-with-lawyers .font-18 {
        font-size: 12px
    }

    .testimonial-sec {
        height: 428px
    }

    .clients-sec {
        height: 620px
    }

    .featuredin-sec {
        height: 200px
    }
}

@media screen and (max-width: 340px) {
    .hot-tagline {
        height: 57px
    }

    .testimonial-sec {
        height: 428px
    }

    .clients-sec {
        height: 595px
    }

    .featuredin-sec {
        height: 193px
    }
}

@media screen and (max-width: 320px) {
    .clients-sec {
        height: 565px
    }

    .featuredin-sec {
        height: 210px
    }
}

@media screen and (min-width: 992px) {
    .startupfocus-sec .caption .font-42 {
        font-size: 30px !important
    }

    .startupfocus-sec .caption .font-64 {
        font-size: 30px !important
    }

    .startupfocus-sec .caption .font-31 {
        font-size: 18px !important
    }
}


