@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.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;
    }
}
@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 191 14/40%);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 191 14/40%);
        box-shadow: 0 0 0 0 rgb(255 191 14/40%);
    }
    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;
    }
}
@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 191 14/40%);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 191 14/40%);
        box-shadow: 0 0 0 0 rgb(255 191 14/40%);
    }
    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;
    }
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    letter-spacing: 0.4px;
}
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #121127;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
details {
    display: block;
}
h1 {
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.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: 0.35em 0.75em 0.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;
}
.lk-news-section h2 br,
[hidden],
template {
    display: none;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
}
.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
img[data-aload] {
    font-size: 0 !important;
    opacity: 0 !important;
    height: 0 !important;
    display: none !important;
}
.d-inline {
    display: inline;
}
.d-block,
.lawyer-cart-category .common-lw-tile a,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
.d-inline-block,
.start-price ul li {
    display: inline-block;
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.d-flex,
.media {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.media {
    display: -ms-flexbox;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-space {
    justify-content: space-between;
}
.flex-dir-column {
    flex-direction: column;
}
.font-italic {
    font-style: italic;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-23 {
    font-size: 23px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-28 {
    font-size: 28px;
}
.font-30 {
    font-size: 30px;
}
.font-32 {
    font-size: 32px;
}
.font-33 {
    font-size: 33px;
}
.font-34 {
    font-size: 34px;
}
.font-36,
.font-37 {
    font-size: 36px;
}
.font-38 {
    font-size: 38px;
}
.font-40,
.font-42 {
    font-size: 40px;
}
.font-44 {
    font-size: 44px;
}
.font-45 {
    font-size: 45px;
}
.font-48 {
    font-size: 48px;
}
.font-50 {
    font-size: 50px;
}
.font-52 {
    font-size: 52px;
}
.font-56 {
    font-size: 56px;
}
.font-60 {
    font-size: 60px;
}
.font-73 {
    font-size: 73px;
}
.lh-1 {
    line-height: 1;
}
.lh-18 {
    line-height: 18px;
}
.lh-20 {
    line-height: 20px;
}
.lh-22 {
    line-height: 22px;
}
.lh-24 {
    line-height: 24px;
}
.lh-25 {
    line-height: 25px;
}
.lh-29 {
    line-height: 29px;
}
.lh-30 {
    line-height: 30px;
}
.lh-34 {
    line-height: 34px;
}
.lh-36 {
    line-height: 36px;
}
.lh-48 {
    line-height: 48px;
}
.lh-56 {
    line-height: 56px;
}
.lh-60 {
    line-height: 60px;
}
.font-style-italic {
    font-style: italic;
}
.line-through {
    text-decoration: line-through;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.list-unstyled {
    list-style-type: none;
}
.pos-rel {
    position: relative;
}
.pos-abs {
    position: absolute;
}
.width-100p {
    width: 100%;
}
.height-100p {
    height: 100%;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.vertical-line {
    background: #d1d2df;
    width: 2px;
    height: 45px;
}
.cta-btn {
    min-height: 52px;
    background: #444bd3;
    padding: 14px 32px;
}
.cta-btn:active,
.cta-btn:focus,
.cta-btn:hover {
    border: 0 !important;
}
.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clear {
    clear: both;
    overflow: hidden;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.border-radius-2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.border-radius-4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.border-radius-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.border-radius-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.border-radius-9 {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.border-radius-11 {
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}
.border-radius-12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.border-radius-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.border-radius-16 {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.border-radius-18 {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.border-radius-33 {
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
}
.border-radius-37 {
    border-radius: 37px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    -o-border-radius: 37px;
}
.border-radius-50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}
.text-capitalize {
    text-transform: capitalize;
}
.text-uppercase {
    text-transform: uppercase;
}
.main-footer .footer-top .foot-navs li a,
.text-color-1 {
    color: #121127;
}
.text-color-2 {
    color: rgba(18, 17, 39, 0.9);
}
.text-color-3 {
    color: rgba(38, 38, 38, 0.9);
}
.text-color-4 {
    color: rgba(38, 38, 38);
}
.text-color-7 {
    color: rgba(47, 56, 87, 0.9);
}
.text-color-8 {
    color: rgba(38, 38, 38, 0.8);
}
.text-color-9 {
    color: rgba(0, 0, 0, 0.8);
}
.text-color-10 {
    color: rgba(38, 38, 38, 0.81);
}
.text-color-11 {
    color: rgba(38, 38, 38, 0.7);
}
.text-color-12 {
    color: rgba(0, 0, 0);
}
.text-color-13 {
    color: rgba(244, 92, 110);
}
.text-color-14 {
    color: rgba(18, 17, 39, 0.56);
}
.text-color-15 {
    color: rgba(255, 255, 255, 0.56);
}
.text-color-16 {
    color: rgba(38, 38, 38, 0.7);
}
.text-color-17 {
    color: rgba(18, 17, 39, 0.4);
}
.text-color-18 {
    color: #5d5fef;
}
.text-color-19 {
    color: #3f43c8;
}
.text-color-20 {
    color: #8c8c8c;
}
.text-color-21 {
    color: rgba(18, 17, 39, 0.7);
}
.text-color-22 {
    color: #7b7b7b;
}
.text-color-23 {
    color: rgba(17, 34, 17, 0.56);
}
.text-color-24 {
    color: rgba(18, 17, 39, 0.48);
}
.text-color-25 {
    color: rgba(18, 17, 39, 0.56);
}
.text-color-26 {
    color: rgba(18, 17, 39, 0.8);
}
.text-color-27 {
    color: rgba(18, 17, 39, 0.77);
}
.text-color-28 {
    color: rgba(18, 17, 39, 0.69);
}
.text-color-29 {
    color: #4c50e0;
}
.text-color-30 {
    color: rgba(18, 17, 39, 0.41);
}
.text-color-31 {
    color: #3056d3;
}
.text-color-32 {
    color: rgba(18, 17, 39, 0.51);
}
.text-color-33 {
    color: rgba(18, 17, 39, 0.81);
}
.text-color-34 {
    color: rgba(18, 17, 39, 0.73);
}
.text-color-35 {
    color: rgba(18, 17, 34, 0.7);
}
.text-color-36 {
    color: #272738;
}
.text-color-37 {
    color: #828294;
}
.text-color-38 {
    color: rgba(18, 17, 39, 0.7);
}
.text-color-39 {
    color: rgba(18, 17, 39, 0.75);
}
.text-color-40 {
    color: rgba(18, 17, 39, 0.9);
}
.text-color-41 {
    color: rgba(18, 17, 39, 0.8);
}
.text-color-42 {
    color: rgba(18, 17, 39, 0.77);
}
.text-white {
    color: #fff;
}
.color4 {
    color: #3237cf;
}
.w-100 {
    width: 100% !important;
}
.border-0 {
    border: 0 !important;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-decoration-underline {
    text-decoration: underline;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-thin {
    font-weight: 300 !important;
}
.font-weight-semi {
    font-weight: 600 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-extrabold {
    font-weight: 800 !important;
}
.border-bottom-none {
    border-bottom: 0 !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
.align-middle {
    vertical-align: middle;
}
.img-fluid {
    height: auto;
    max-width: 100%;
}
.m-0 {
    margin: 0;
}
.m-t-0 {
    margin-top: 0;
}
.m-t-3 {
    margin-top: 3px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30,
.main-footer .footer-top .foot-navs ul {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-45 {
    margin-top: 45px !important;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-t-70 {
    margin-top: 70px;
}
.m-t-80 {
    margin-top: 80px;
}
.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.lk-legal-concern .lk-concern .item .concern-content h3,
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-12 {
    margin-bottom: 12px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-l-auto {
    margin-left: auto;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-2 {
    margin-right: 2px;
}
.m-r-8 {
    margin-right: 8px;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part a img,
.m-r-10 {
    margin-right: 10px;
}
.m-r-12 {
    margin-right: 12px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20,
.main-footer .footer-top .social-icons li {
    margin-right: 20px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-r-45 {
    margin-right: 45px;
}
.breadcrumbs-sec ul,
.p-0 {
    padding: 0;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-16 {
    padding: 16px;
}
.p-20 {
    padding: 20px;
}
.p-25 {
    padding: 25px;
}
.p-30 {
    padding: 30px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pb-10 {
    padding-bottom: 10px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-r-10,
.specialist-tile.desktop ul {
    padding-right: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-25 {
    padding-top: 25px;
}
.flex-block {
    flex: 1;
}
.color-light-50 {
    color: rgba(49, 49, 49, 0.5);
}
.color-light-60 {
    color: rgba(49, 49, 49, 0.6);
}
.color-light-80 {
    color: rgba(49, 49, 49, 0.8);
}
.ml-auto {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}
header.main-header .container {
    padding: 0 15px;
    max-width: 1280px;
    margin: 0 auto;
}
.blocker {
    z-index: 9999 !important;
    padding: 0 !important;
}
.divide-section {
    margin-top: 10px;
}
.divide-section .jc-title {
    padding-bottom: 32px;
    background: #f3f2f7;
    padding-top: 25px;
    padding-left: 65px;
}
.divide-section .start-price {
    position: relative;
    top: -7px;
}
.divide-section .jc-title .talk-heading {
    padding-left: 135px;
}
.divide-section .jc-title h3 {
    max-width: 440px;
    margin-top: 40px;
}
.divide-section .jc-title .talk-heading h1 {
    line-height: normal;
}
.divide-section .jc-title .rating-jc {
    background: 0 0;
    min-height: 111px;
    min-width: 111px;
    text-align: center;
    overflow: hidden;
    left: 0;
    top: 10px;
}
.divide-section .jc-title .rating-jc .top-side {
    padding: 7px;
    background: #55b72e;
    min-width: 111px;
    height: 49px;
}
.divide-section .jc-title .rating-jc p {
    padding-top: 15px;
    background: #f3f2f7;
    padding-bottom: 15px;
    border: 1px solid rgba(99, 115, 129, 0.15);
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
}
.jc-title .online-block {
    background: #fff;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
    padding: 7px;
    max-width: fit-content;
    min-height: 54px;
}
.jc-title .online-block.ongoing {
    padding: 13px 9px;
}
.jc-title .online-block .avatars-online .online-box {
    width: 28px;
    height: 28px;
    background: #36b343;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.12));
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jc-title .online-block .avatars-online .online-box img {
    width: 17px;
    height: 17px;
}
.jc-title .online-block .avatars-online .img-circle {
    width: 39px;
    height: 39px;
    overflow: hidden;
    position: relative;
    background: #f8f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jc-title .online-block .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}
.jc-title .online-block .avatars-online .img-circle:nth-child(1) {
    z-index: 4;
}
.jc-title .online-block .avatars-online .img-circle:nth-child(2) {
    left: -10px;
    z-index: 3;
}
.jc-title .online-block .avatars-online .img-circle:nth-child(3) {
    left: -20px;
    z-index: 2;
}
.jc-title .online-block .avatars-online > .avatars-online {
    position: relative;
    left: -15px;
}
.jc-title .online-block .avatars-online .pulse,
.jc-title .online-block.ongoing .avatars-online .pulse {
    margin-left: 10px;
    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%;
    cursor: pointer;
    transform: translateZ(0);
    will-change: transform, opacity, box-shadow;
}
.jc-title .online-block .avatars-online .pulse {
    background: #49cd56;
    -webkit-animation: pulse1 2s infinite;
    animation: pulse1 2s infinite;
}
.jc-title .online-block.ongoing .avatars-online .pulse {
    background: #ffbf1c;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;
}
.tab-nav-para {
    display: block;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 200px;
    min-width: 200px;
    text-align: center;
    margin-top: 20px;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card {
    padding: 25px 0;
    border-right: 0.8px solid rgba(99, 115, 129, 0.4);
    margin: 20px;
}
.lawyer-cart-category .common-lw-tile .row .col-6 {
    border-bottom: 0.5px solid rgba(99, 115, 129, 0.4);
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.lawyer-cart-category .common-lw-tile .row .col-6:last-child {
    border-right: 0;
}
.lawyer-cart-category .common-lw-tile .col-6:nth-child(10) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(12) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(14) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(16) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(18) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(2) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(20) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(22) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(24) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(26) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(28) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(30) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(32) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(4) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(6) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .col-6:nth-child(8) .lawyers-talk-card,
.lawyer-cart-category .common-lw-tile .row .col-6:nth-child(2) {
    border-right: 0;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .col-7 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .head-tile h2 {
    max-width: 232px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .lw-avatar {
    width: 82px;
    height: 87px;
    align-self: flex-start;
    overflow: hidden;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .lw-avatar img {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    object-fit: cover;
    width: 100%;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .content-wrap {
    flex: 1;
    align-self: flex-start;
}
.client-reviews-section h2,
.client-reviews-section h3 {
    padding-left: 25px;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right {
    padding-left: 20px;
}
.specialist-tile.desktop ul li img {
    align-self: flex-start;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .col-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .content-wrap .practice-area ul li {
    border: 0.5px solid rgba(18, 17, 34, 0.62);
    font-weight: 500;
    font-size: 10px;
    padding: 3px 7px;
    min-width: 60px;
    text-align: center;
    margin-bottom: 7px;
    margin-right: 7px;
    color: rgba(18, 17, 39, 0.82);
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a,
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    min-width: 156px;
    height: 36px;
    cursor: pointer;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side {
    margin-right: 9px;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part a {
    display: flex;
    justify-content: center;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a:first-child {
    display: none;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side .call-cta-btn {
    border: 0.8px solid #54c55f;
    color: #3fb94b;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side .call-cta-btn:hover {
    background: linear-gradient(92.62deg, #22a32f 47.81%, #23c633 99.64%);
    color: #fff;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side .call-cta-btn:hover img,
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side .video-cta-btn:hover img {
    filter: brightness(5);
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side .video-cta-btn {
    border: 0.8px solid #3056d3;
    color: #3237cf;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side .video-cta-btn:hover {
    background: linear-gradient(93.19deg, #3237cf -40.86%, #5678e6 115.53%);
    color: #fff;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right .star-rating ul {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.client-reviews-section {
    padding: 50px 0;
    background: #fff;
}
.client-reviews-section .owl-stage {
    display: flex;
}
.client-reviews-section .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.client-reviews-section .clt-review .item {
    background: #fff;
    box-shadow: 0 18px 32px -8px rgb(136 136 136/20%);
    -webkit-box-shadow: 0 18px 32px -8px rgb(136 136 136/20%);
    -moz-box-shadow: 0 18px 32px -8px rgb(136 136 136/20%);
    -ms-box-shadow: 0 18px 32px -8px rgb(136 136 136/20%);
    -o-box-shadow: 0 18px 32px -8px rgb(136 136 136/20%);
    padding: 70px 15px 20px;
    margin: 50px 15px;
}
.client-reviews-section .clt-content-box .avatar-img {
    position: absolute;
    top: 30px;
    left: 30px;
}
.client-reviews-section .clt-content-box .name-symbol {
    width: 70px;
    height: 70px;
    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%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.client-reviews-section .clt-review .clt-content-box p {
    min-height: 145px;
    margin-bottom: 35px;
}
.client-reviews-section .clt-review .each-client-rate {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.client-reviews-section .clt-review .clt-content-box {
    display: flex;
    flex-direction: column;
}
.client-reviews-section .clt-review .client-each-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 15px;
    margin-top: auto;
}
.client-reviews-section .clt-review .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -95px;
    bottom: auto;
    right: 25px;
}
.client-reviews-section .clt-review .owl-nav button {
    background: rgba(18, 17, 39, 0.04) !important;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    width: 72px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.client-reviews-section .clt-review .owl-nav button:hover {
    background: #444bd3 !important;
}
.client-reviews-section .clt-review .owl-nav button img {
    width: 22px;
    height: 12px;
}
.client-reviews-section .clt-review .owl-nav button:hover img {
    filter: brightness(100);
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -ms-filter: brightness(100);
    -o-filter: brightness(100);
}
.client-reviews-section .clt-review .owl-nav button:last-child,
.main-footer .footer-top .social-icons li:last-child {
    margin-right: 0;
}
.lk-advantage-section {
    padding: 74px 0;
    background: #f7f7fb;
}
.lk-advantage-section .advantage-card {
    background: #fff;
    box-shadow: -3px 6px 12px rgba(18, 17, 39, 0.1);
    -webkit-box-shadow: -3px 6px 12px rgba(18, 17, 39, 0.1);
    -moz-box-shadow: -3px 6px 12px rgba(18, 17, 39, 0.1);
    -ms-box-shadow: -3px 6px 12px rgba(18, 17, 39, 0.1);
    -o-box-shadow: -3px 6px 12px rgba(18, 17, 39, 0.1);
    padding: 24px;
}
.lk-advantage-section .advantage-card .icon-tile {
    margin-right: 30px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #8c92fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.lk-advantage-section .advantage-card .content-side {
    flex: 1;
}
.all-over-user-section {
    padding: 55px 0 66px;
    background: #414bf5;
    position: relative;
}
.all-over-user-section:after {
    position: absolute;
    content: "";
    bottom: 0;
    top: auto;
    background: #444bd3;
    width: 100%;
    height: 150px;
    left: 0;
}
.all-over-user-section .detail-card {
    background: #1a22b0;
    box-shadow: 0 20px 50px rgb(18 17 39/8%);
    -webkit-box-shadow: 0 20px 50px rgb(18 17 39/8%);
    -moz-box-shadow: 0 20px 50px rgba(18, 17, 39, 0.08);
    -ms-box-shadow: 0 20px 50px rgba(18, 17, 39, 0.08);
    -o-box-shadow: 0 20px 50px rgba(18, 17, 39, 0.08);
    max-width: 936px;
    padding: 40px;
    margin: 56px auto 0;
    position: relative;
    z-index: 1;
}
.lk-news-section {
    padding: 100px 0 80px;
    background: #fff;
}
.lk-news-section .container .row {
    margin-top: 30px;
}
.lk-news-section .col-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.lk-news-section .media-tile-card {
    padding-bottom: 32px;
    padding-top: 32px;
}
.lk-news-section .media-tile-card .news-avatar {
    width: 200px;
    height: 100px;
    overflow: hidden;
}
.lk-news-section .media-tile-card .content-side h3 {
    max-width: 202px;
}
.lk-news-section .col-12:last-child .media-tile-card {
    border-bottom: 0;
}
.frequently-questions {
    background: #f7f7fb;
    padding: 77px 0;
}
.frequently-questions .accordion-sec.content-card {
    max-width: 936px;
    margin: 48px auto 0;
}
.frequently-questions .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;
}
.frequently-questions .accordion-sec .accordion-header {
    margin: 0;
    font-size: 15px;
    cursor: pointer;
    padding: 25px 50px 16px 0;
    position: relative;
    font-weight: 600;
    color: #2f3857;
}
.frequently-questions .accordion-sec .accordion-header p {
    font-size: 16px;
    font-weight: 700;
    color: #121127;
}
.frequently-questions .accordion-header.closed::after,
.frequently-questions .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;
}
.frequently-questions .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);
}
.frequently-questions .accordion-sec .panel {
    display: none;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0;
}
.frequently-questions .accordion-sec .accordion .panel p {
    color: rgba(18, 17, 39, 0.56);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.frequently-questions .accordion-sec .panel ul li {
    color: rgba(18, 17, 39, 0.56);
    margin-bottom: 8px;
}
.frequently-questions .accordion-sec .panel ul li:last-child {
    margin-bottom: 0;
}
.lk-benefits-consultation-section {
    padding: 74px 0;
    background: #fff;
    border-top: 4px solid rgba(99, 115, 129, 0.1);
}
.lk-benefits-consultation-section .benefits-content {
    margin-top: 30px;
}
.lk-benefits-consultation-section .benefits-content .col-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.lk-benefits-consultation-section .benefits-content div[class^="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.lk-benefits-consultation-section .benefits-content .consultation-tile {
    background: #faf9ff;
    padding: 30px 20px;
    margin-bottom: 15px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    box-shadow: none;
}
.lk-benefits-consultation-section .benefits-content .consultation-tile:hover {
    background: #fff;
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 18px 32px -4px rgb(136 136 136/25%);
    -webkit-box-shadow: 0 18px 32px -4px rgb(136 136 136/25%);
    -moz-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, 0.25);
    -ms-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, 0.25);
    -o-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, 0.25);
}
.lk-benefits-consultation-section .benefits-content .consultation-tile h3 {
    min-height: 50px;
}
.lk-benefits-consultation-section .benefits-content .consultation-tile:last-child,
.main-footer .footer-top .foot-navs li:last-child {
    margin-bottom: 0;
}
.lk-benefits-consultation-section .benefits-content .consultation-tile span {
    color: rgba(18, 17, 34, 0.45);
}
.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;
}
.main-footer {
    padding-top: 50px;
}
.main-footer .footer-top {
    background: #fff;
    border-bottom: 1px solid #e3e2e5;
    margin-right: 75px;
    margin-left: 75px;
    padding-bottom: 50px;
}
.main-footer .footer-top .foot-navs li a:hover {
    color: #414bf5;
}
.main-footer .footer-top .foot-navs li a,
.main-footer .social-icons ul li a {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.main-footer .footer-top .foot-navs li {
    margin-bottom: 12px;
}
.main-footer .social-icons ul li a.facebook-icon {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/facebook-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    display: block;
}
.main-footer .social-icons ul li a.facebook-icon:hover {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/facebook-icon-hover.png);
}
.main-footer .social-icons ul li a.twitter-icon {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/twitter-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
    display: block;
}
.main-footer .social-icons ul li a.twitter-icon:hover {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/twitter-icon-hover.png);
}
.main-footer .social-icons ul li a.instagram-icon {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/instagram-logo.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    display: block;
}
.main-footer .social-icons ul li a.instagram-icon:hover {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/instagram-logo-hover.png);
}
.main-footer .footer-bottom {
    padding: 35px 0;
}
.error {
    display: block;
    margin: 8px 0 !important;
    font-size: 12px !important;
}
.swal-overlay--show-modal {
    z-index: 99999;
}
.cursor-pointer {
    cursor: pointer !important;
}
.lawyer-cart-category {
    margin-top: 38px;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .practice-area p span.dot,
.specialist-tile.mobile,
.star-mobile {
    display: none;
}
.lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .content-wrap .practice-area + div.box-skeleton.d-inline-block {
    display: none !important;
}
.lawyer-cart-category .contentWrapper {
    width: 100%;
    position: relative;
}
.lawyer-cart-category .tabsWrapper {
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 4px 11px 2px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 1px 4px 11px 2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 1px 4px 11px 2px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 1px 4px 11px 2px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 1px 4px 11px 2px rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 28px 28px 18px;
    position: relative;
    margin-top: 20px;
}
.lawyer-cart-category .tabs {
    padding: 15px 20px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow-x: hidden;
    overflow: hidden;
    background: 0 0;
    margin: 0;
    list-style-type: none;
}
.lawyer-cart-category .tabs li {
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
}
.lawyer-cart-category .tabs li.active .innerTab {
    color: #121127 !important;
    display: inline-block;
    border-bottom: 2.5px solid #585df5;
}
.lawyer-cart-category .tabs li .innerTab {
    color: rgba(18, 17, 39, 0.7);
}
.lawyer-cart-category .tabs li.active img {
    -webkit-filter: grayscale(0) opacity(1);
    filter: none;
    transform: scale(1, 1);
}
.lawyer-cart-category .next,
.lawyer-cart-category .previous {
    position: absolute;
    background-color: #faf9ff;
    border: 0.5px solid rgba(18, 17, 39, 0.34);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    box-shadow: 1px 4px 11px 2px rgb(0 0 0/13%);
    -webkit-box-shadow: 1px 4px 11px 2px rgb(0 0 0/13%);
    -moz-box-shadow: 1px 4px 11px 2px rgb(0 0 0/13%);
    -ms-box-shadow: 1px 4px 11px 2px rgb(0 0 0/13%);
    -o-box-shadow: 1px 4px 11px 2px rgb(0 0 0/13%);
}
.lawyer-cart-category .next:hover,
.lawyer-cart-category .previous:hover {
    background-color: #4c50e0;
}
.lawyer-cart-category .next:hover svg,
.lawyer-cart-category .previous:hover svg {
    filter: brightness(0) invert(1);
}
.lawyer-cart-category .next {
    right: 10px;
    top: 120px;
}
.lawyer-cart-category .previous {
    left: 10px;
    top: 120px;
}
.lawyer-cart-category .tabContent {
    width: 100%;
    margin-top: 25px;
}
.lk-legal-concern {
    margin-top: 30px;
}
.lk-legal-concern .lk-concern {
    margin-top: 50px;
}
.lk-legal-concern .lk-concern .item {
    background: #fff;
    border: 0.8px solid rgba(18, 17, 39, 0.1);
    box-shadow: 0 18px 32px -4px rgba(136, 136, 136, 0.25);
    -moz-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, 0.25);
    -ms-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, 0.25);
    -webkit-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, 0.25);
    min-width: 245px;
    margin: 0 25px 60px 15px;
    overflow: hidden;
}
.lk-legal-concern .lk-concern .item .concern-content {
    padding: 13px 25px 15px;
    text-align: center;
}
.lk-legal-concern .lk-concern .item .image-box {
    overflow: hidden;
}
.lk-legal-concern .lk-concern .item .image-box img {
    width: 100%;
    height: auto;
}
.lk-legal-concern .lk-concern .item .concern-content .consult-btn a {
    color: #4c50e0;
    font-weight: 600;
    font-size: 15px;
}
.lk-legal-concern .lk-concern .owl-nav {
    margin-top: 0;
    z-index: 1;
    display: flex;
}
.lk-legal-concern .lk-concern .owl-prev {
    position: absolute;
    top: 100px;
    left: -20px;
}
.lk-legal-concern .lk-concern .owl-next {
    position: absolute;
    top: 100px;
    right: -20px;
}
.lk-legal-concern .lk-concern .owl-next,
.lk-legal-concern .lk-concern .owl-prev {
    display: flex;
    width: 55px !important;
    height: 55px !important;
    margin: 0 10px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    background-color: #faf9ff !important;
    border: 0.5px solid rgba(18, 17, 39, 0.34) !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.lk-legal-concern .lk-concern .owl-next:hover,
.lk-legal-concern .lk-concern .owl-prev:hover {
    background-color: #4c50e0 !important;
}
.lk-legal-concern .lk-concern .owl-next img,
.lk-legal-concern .lk-concern .owl-prev img {
    width: 10px;
    height: 15px;
}
.lk-legal-concern .lk-concern .owl-next:hover img,
.lk-legal-concern .lk-concern .owl-prev:hover img {
    filter: brightness(0) invert(1);
    width: 10px;
    height: 15px;
}
.lk-how-it-works {
    padding: 50px 0;
    background: #f1f1f5;
}
.lk-how-it-works .top-heading {
    display: table;
    margin: 0 auto;
}
.lk-how-it-works .how-box p {
    margin-top: 34px;
}
.lk-how-it-works .how-content {
    min-width: 900px;
    display: table;
    margin: 70px auto 0;
    text-align: center;
}
.mobile-online-state {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    header.main-header .user-profile .avatar-img {
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 991px) {
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .main-hero-wrap {
        height: auto;
    }
    .divide-section {
        margin-top: 0;
        background: #f3f2f7;
    }
    .divide-section .jc-title .talk-heading h2 {
        font-size: 24px;
    }
    .divide-section .jc-title .talk-heading h4,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .practice-area p {
        font-size: 12px;
    }
    .divide-section .start-price ul li {
        display: block;
    }
    .divide-section .start-price ul li:first-child {
        font-size: 12px;
    }
    .divide-section .start-price ul li:nth-child(2) {
        display: none;
    }
    .divide-section .start-price ul li:last-child {
        font-size: 16px;
    }
    .divide-section .start-price ul li:last-child span.font-28 {
        font-size: 20px;
    }
    .divide-section .start-price ul li:last-child span.font-14 {
        font-size: 14px;
    }
    .divide-section .start-price {
        top: 0;
    }
    .divide-section .jc-title .rating-jc .top-side span {
        font-size: 16px;
        font-weight: 600 !important;
    }
    .divide-section .jc-title .rating-jc {
        min-height: 77px;
        min-width: 80px;
    }
    .divide-section .jc-title .rating-jc .top-side {
        min-width: 80px;
        height: 35px;
    }
    .divide-section .jc-title {
        padding-bottom: 30px;
        padding-left: 0;
    }
    .divide-section .jc-title .talk-heading {
        padding-left: 95px;
    }
    .divide-section .jc-title .rating-jc p {
        font-size: 14px;
        max-width: 80px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .lawyer-cart-category .tabs li img {
        width: 30px;
        height: 30px;
    }
    .lawyer-cart-category .tabs li p {
        font-size: 11px;
        margin-top: 5px;
        text-align: center;
        max-width: 108px;
        min-width: fit-content;
        min-height: 32px;
    }
    .lawyer-cart-category .tabs li .innerTab {
        border-bottom: 3px solid #fff;
        padding-bottom: 3px;
    }
    .lawyer-cart-category .tabs li {
        margin-right: 20px;
        margin-left: 0;
    }
    .lawyer-cart-category .tabs li:last-child {
        margin-right: 0;
    }
    .lawyer-cart-category .common-lw-tile .row .col-6 {
        border-bottom: 0;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 15px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card {
        box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        -webkit-box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        -moz-box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        -ms-box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        -o-box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-right: 0;
        margin: 0;
        padding: 17px 13px;
        height: auto;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .col-5,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .head-tile h2 {
        font-size: 15px;
        color: #2e3235;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .lw-avatar {
        margin-right: 15px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .head-tile {
        margin-bottom: 10px;
    }
    .specialist-tile.desktop {
        display: none;
    }
    .specialist-tile.mobile {
        display: block;
    }
    .specialist-tile.mobile ul li {
        margin-bottom: 8px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .practice-area p span,
    .star-rating.desktop {
        display: none;
    }
    .common-lw-tile .lawyers-talk-card .lw-left .content-wrap,
    .star-mobile svg {
        position: relative;
    }
    .star-mobile {
        display: flex;
        background: #2f8e39;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        width: 44px;
        height: 20px;
        position: absolute;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .star-mobile svg {
        top: -1px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right {
        padding-left: 0;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .practice-area {
        position: absolute;
        top: 120px;
        left: -90px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .practice-area p span.dot {
        display: inline-block;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part {
        margin-top: 115px;
        padding-top: 20px;
        padding-bottom: 10px;
        border-top: 0.8px solid rgba(46, 50, 53, 0.2);
        position: relative;
    }
    .footer-part.m-t-50 .d-flex.align-items-center {
        justify-content: flex-end;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right .lw-price-tile {
        font-size: 15px;
        margin-top: 0;
        position: absolute;
        top: auto;
        bottom: 20px;
        left: 30px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right .lw-price-tile p {
        font-size: 15px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right .lw-price-tile span {
        font-size: 11px;
        color: #2e3235;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right .lw-price-tile p span {
        font-size: 12px;
    }
    .client-reviews-section .clt-review .clt-content-box p {
        max-width: initial;
        padding-right: 15px;
        font-size: 15px;
        line-height: 27px;
    }
    .all-over-user-section .detail-card .tile-cont {
        padding: 20px 0;
    }
    .all-over-user-section .detail-card .tile-cont p {
        font-size: 14px;
        font-weight: 400 !important;
    }
    .lk-advantage-section .advantage-card {
        padding: 16px 12px 24px;
        display: flex;
        align-items: center;
    }
    .lk-advantage-section .col-4 {
        margin-bottom: 20px;
    }
    .lk-advantage-section .col-4:last-child {
        margin-bottom: 0;
    }
    .lk-advantage-section .advantage-card .icon-tile {
        margin-right: 12px;
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        align-self: flex-start;
    }
    .lk-advantage-section .col-4:last-child .advantage-card .icon-tile img {
        width: 24px;
        height: auto;
    }
    .lk-advantage-section .row {
        margin-top: 30px !important;
    }
    .lk-news-section .media-tile-card .content-side h3 {
        max-width: fit-content;
        font-weight: 600 !important;
    }
    .lk-news-section .container .row {
        margin-top: 20px;
    }
    .lk-news-section .container {
        padding: 0;
    }
    .lk-news-section .media-tile-card {
        display: flex;
        align-items: center;
    }
    .lk-news-section .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lk-news-section .media-tile-card .news-avatar {
        margin-right: 15px;
        width: 135px;
        height: 70px;
    }
    .lk-news-section .media-tile-card .content-side {
        margin-top: 0;
        flex: 1;
        align-self: flex-start;
    }
    .lk-news-section .media-tile-card {
        padding-bottom: 0;
        padding-top: 25px;
    }
    .col-50p {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-41p {
        flex: 0 0 41%;
        max-width: 41%;
    }
    .col-59p {
        flex: 0 0 59%;
        max-width: 59%;
    }
    .common-main-title {
        font-size: 24px;
    }
    .main-footer {
        margin-top: 0;
    }
    .divide-section .col-5,
    .divide-section .col-7 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .main-footer .footer-bottom {
        padding: 15px 0 70px;
        background: #f2f2f2;
    }
    .lawyer-cart-category .next,
    .lawyer-cart-category .previous {
        background-color: #fff;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .lawyer-cart-category .tabsWrapper {
        height: 95px;
    }
    .lawyer-cart-category .tabs {
        padding: 0 15px;
    }
    .lawyer-cart-category .next,
    .lawyer-cart-category .previous {
        top: 87px;
    }
    .lk-how-it-works .how-content {
        min-width: fit-content;
        display: block;
        margin-top: 30px;
    }
    .lk-legal-concern .lk-concern .owl-nav {
        margin-top: 0;
        z-index: 1;
        display: flex;
        position: absolute;
        top: -50px;
        right: 25px;
        left: auto;
        bottom: auto;
    }
    .lk-legal-concern .lk-concern .owl-next,
    .lk-legal-concern .lk-concern .owl-prev {
        position: initial;
        margin: 0;
        width: 40px !important;
        height: 40px !important;
    }
    .lk-legal-concern .lk-concern .owl-prev {
        margin: 0 10px 0 0;
    }
    .online-state-cards.m-t-20 {
        display: none;
    }
    .mobile-online-state {
        display: block;
        margin-top: 15px;
    }
    .online-state-cards-mobile .online-block .avatars-online .img-circle {
        width: 34px;
        height: 34px;
        overflow: hidden;
        position: relative;
        background: #5256f0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
    }
    .online-state-cards-mobile .online-block .avatars-online .img-circle img {
        height: 100%;
        width: 100%;
    }
    .online-state-cards-mobile .online-block .avatars-online .img-circle:nth-child(1) {
        z-index: 1;
    }
    .online-state-cards-mobile .online-block .avatars-online .img-circle:nth-child(2) {
        left: -5px;
        z-index: 3;
    }
    .online-state-cards-mobile .online-block .avatars-online .img-circle:nth-child(3) {
        left: -9px;
        z-index: 3;
    }
    .online-state-cards-mobile .online-block .avatars-online .img-circle:nth-child(4) {
        left: -15px;
        z-index: 5;
    }
    .mobile-on-going-tile,
    .online-state-cards-mobile .avatars-text .pulse {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .online-state-cards-mobile .avatars-text .pulse {
        margin-left: 3px;
        display: inline-block;
        width: 8px;
        height: 8px;
        cursor: pointer;
        transform: translateZ(0);
        will-change: transform, opacity, box-shadow;
        background: #49cd56;
        -webkit-animation: pulse1 2s infinite;
        animation: pulse1 2s infinite;
    }
    .online-state-cards-mobile .online-block {
        background: 0 0;
        padding: 0;
        min-height: auto;
        max-width: initial;
        box-shadow: none;
    }
    .mobile-on-going-tile {
        background: #fff url(../layout-optim/talk-to-lawyer-revamp/progress-ongoing.png) no-repeat;
        width: 58px;
        height: 57px;
        text-align: center;
        margin-left: 30px;
    }
    .mobile-on-going-tile span {
        line-height: 57px;
    }
    .right-ongoing p {
        margin-left: 15px;
        font-size: 13px;
    }
    .lawyer-cart-category,
    .lk-legal-concern {
        margin-top: 25px;
    }
    .lk-how-it-works {
        padding: 25px 0;
    }
    .client-reviews-section {
        padding: 25px 0 0;
    }
    .all-over-user-section,
    .lk-advantage-section {
        padding: 25px 0;
    }
    .lk-news-section {
        padding: 25px 20px;
    }
    .frequently-questions {
        padding: 25px 0 35px;
    }
    .all-over-user-section .detail-card {
        margin: 35px auto 0;
    }
    .lk-benefits-consultation-section {
        padding: 25px 0;
    }
    .lk-benefits-consultation-section h2 {
        text-align: left;
    }
    .lk-benefits-consultation-section .consultation-tile {
        padding: 20px !important;
        height: auto;
    }
    .lk-benefits-consultation-section .benefits-content .consultation-tile h3 {
        min-height: auto;
    }
    .lk-benefits-consultation-section .benefits-content .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .lk-benefits-consultation-section .benefits-content .col-2:last-child {
        margin-bottom: 0;
    }
    .lk-benefits-consultation-section .benefits-content div[class^="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 767px) {
    header.main-header .user-profile {
        right: 50px;
    }
    .mob-icon-nav {
        display: none !important;
    }
    .main-menu-btn {
        right: 0 !important;
        left: auto !important;
    }
    .main-header .logo img,
    .nav-brand {
        margin-left: 0 !important;
    }
    .main-footer {
        padding-top: 30px;
    }
    .main-footer .footer-top .col-9 {
        margin-top: 40px;
    }
    .main-footer .footer-top .foot-navs h4 {
        margin-bottom: 20px !important;
    }
    .main-footer .footer-top .foot-navs ul {
        margin-top: 20px !important;
    }
    .main-footer .footer-bottom {
        padding: 15px 0;
        background: #f2f2f2;
    }
    .main-footer .footer-top {
        border-bottom: 0;
        margin-right: 9px;
        margin-left: 9px;
    }
    .main-footer .footer-bottom span {
        color: #121127;
        font-size: 13px;
    }
    .main-footer .footer-top .col-9 .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .client-reviews-section .clt-review .owl-nav {
        top: -80px;
        right: auto;
        bottom: auto;
        left: 0;
    }
    .client-reviews-section h2,
    .client-reviews-section h3 {
        padding-left: 0;
    }
    .client-reviews-section .clt-review {
        margin-top: 115px !important;
    }
    .lk-how-it-works .how-content .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .online-state-cards > .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .jc-title .online-block {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .lk-how-it-works .how-box p {
        margin-top: 14px;
    }
    .all-over-user-section h2 {
        text-align: left;
        max-width: 300px;
        line-height: 30px;
    }
    .all-over-user-section p,
    .lk-advantage-section h2,
    .lk-news-section h2 {
        text-align: left;
    }
    .all-over-user-section .detail-card h2 {
        text-align: center;
        max-width: initial;
        line-height: normal;
    }
    .all-over-user-section .detail-card p {
        text-align: center;
    }
    .lk-news-section h2 br {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .lk-news-section .col-12 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .lk-news-section .media-tile-card {
        padding-bottom: 0;
    }
    .main-footer .footer-top .foot-navs li img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .main-footer .footer-top .foot-navs li img.message-icon {
        height: 13px;
    }
    .main-footer .footer-top .foot-navs li {
        font-size: 12px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part a img {
        margin-right: 5px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a img {
        width: 14px;
        height: 14px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right .lw-price-tile {
        left: 15px;
        bottom: 2px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side span,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side span {
        width: 90px !important;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .head-tile span {
        width: 110px !important;
    }
    .specialist-tile.mobile p span {
        width: 85px !important;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .practice-area .d-flex span {
        width: 50px !important;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .practice-area span {
        width: 80px !important;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right .lw-price-tile span.font-13.font-weight-normal.text-color-32 {
        position: relative;
        top: -5px;
    }
    .lk-legal-concern .lk-concern .item {
        margin: 15px 15px 30px;
        box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        -webkit-box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        -moz-box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        -ms-box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
        -o-box-shadow: 0 0 5px 3px rgb(0 0 0/10%);
    }
    .lk-legal-concern .lk-concern .owl-nav {
        right: 20px;
    }
    .lk-legal-concern .lk-concern {
        margin-top: 70px;
    }
}
@media screen and (max-width: 535px) {
    .footer-bottom span {
        max-width: 300px;
        margin: 0 auto;
    }
    .main-footer .footer-bottom span.color4.m-l-5 {
        display: none;
    }
    .main-footer .footer-bottom span.color4 {
        color: #3237cf;
        display: block;
    }
    .lawyer-cart-category .next {
        right: 0;
    }
    .lawyer-cart-category .previous {
        left: 0;
    }
    .lk-how-it-works .top-heading {
        text-align: center;
    }
}
@media screen and (max-width: 512px) {
    .lawyer-cart-category .next,
    .lawyer-cart-category .previous {
        top: 120px;
    }
}
@media screen and (max-width: 530px) {
    .main-header .logo img {
        margin-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side a {
        height: 32px;
        font-size: 13px;
        min-width: 125px;
    }
}
@media screen and (max-width: 430px) {
    .mobile-online-state > .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .mobile-online-state .right-ongoing {
        margin-top: 10px;
    }
    .mobile-on-going-tile {
        margin-left: 0;
    }
}
@media screen and (max-width: 420px) {
    .lk-news-section h2 br {
        display: none;
    }
    .lk-news-section h2 {
        line-height: 34px;
    }
    .divide-section .jc-title .rating-jc {
        top: 7px;
    }
    .all-over-user-section .detail-card .tile-cont p {
        max-width: 150px;
        margin: 0 auto;
    }
    .lk-legal-concern .lk-concern .owl-nav {
        right: 15px;
    }
}
@media screen and (max-width: 419px) {
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side a {
        font-size: 12px;
        min-width: 115px;
    }
}
@media screen and (max-width: 380px) {
    .lk-news-section .media-tile-card .news-avatar {
        width: 115px;
        height: 60px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .head-tile h2 {
        max-width: 152px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side a {
        font-size: 12px;
        min-width: 112px;
    }
}
@media screen and (max-width: 368px) {
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side a {
        font-size: 10px;
        min-width: 100px;
    }
}
@media screen and (max-width: 359px) {
    header.main-header .container {
        padding: 0 !important;
    }
    header.main-header .user-profile {
        right: 50px !important;
        top: 8px !important;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side button,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side button {
        max-width: 90px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part button img {
        margin-right: 5px;
        width: 12px;
        height: auto;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-right .lw-price-tile p {
        font-size: 12px;
    }
    .lk-advantage-section .advantage-card h3 {
        font-size: 14px;
    }
    .lk-news-section .col-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .lk-news-section .media-tile-card .content-side h3 {
        font-size: 12px;
        line-height: 18px;
    }
    .lawyer-cart-category .tabs li:last-child {
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 350px) {
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .head-tile h2 {
        max-width: 110px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .lw-avatar {
        width: 62px;
        height: 66px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .lw-avatar img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side a {
        min-width: 95px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side {
        margin-right: 5px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part a img {
        margin-right: 3px;
    }
}
@media screen and (max-width: 337px) {
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .content-wrap .practice-area ul li {
        margin-bottom: 10px;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .content-wrap .practice-area ul li:last-child {
        margin-bottom: 0;
    }
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .call-side a,
    .lawyer-cart-category .common-lw-tile .lawyers-talk-card .lw-left .footer-part .video-side a {
        min-width: 90px;
    }
    .main-footer .footer-top .foot-navs li img {
        display: none;
    }
}
@media screen and (max-width: 330px) {
    .lawyer-cart-category .tabs {
        padding: 0;
        margin: 0 15px;
    }
}
