@-webkit-keyframes fadeInUp {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes pulse {
    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 pulse {
    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 time {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes time {
    to {
        transform: rotate(360deg);
    }
}
@font-face {
    font-family: lk-title;
    src: url(../layout-optim/home-landing-new/fonts/lk-title.eot);
    src: url(../layout-optim/home-landing-new/fonts/lk-title.eot?#iefix) format("embedded-opentype"), url(../layout-optim/home-landing-new/fonts/lk-title.woff2) format("woff2"),
        url(../layout-optim/home-landing-new/fonts/lk-title.woff) format("woff"), url(../layout-optim/home-landing-new/fonts/lk-title.ttf) format("truetype"), url(../layout-optim/home-landing-new/fonts/lk-title.svg#LKTitle) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    letter-spacing: 0.4px;
}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #2f3857;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}
details,
main {
    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;
}
[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 {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.d-flex {
    display: flex;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -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-weight-thin {
    font-weight: 300;
}
.font-weight-normal {
    font-weight: 400;
}
.font-weight-bold {
    font-weight: 700;
}
.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-33 {
    font-size: 33px;
}
.font-34 {
    font-size: 34px;
}
.font-36 {
    font-size: 36px;
}
.font-40 {
    font-size: 40px;
}
.font-42 {
    font-size: 40px;
}
.font-45 {
    font-size: 45px;
}
.font-48 {
    font-size: 48px;
}
.font-50 {
    font-size: 50px;
}
.font-60 {
    font-size: 60px;
}
.font-55 {
    font-size: 55px;
}
.font-73 {
    font-size: 73px;
}
.lh-1 {
    line-height: 1;
}
.lh-18 {
    line-height: 18px;
}
.lh-20 {
    line-height: 20px;
}
.lh-24 {
    line-height: 24px;
}
.font-style-italic {
    font-style: italic;
}
.line-through {
    text-decoration: line-through;
}
.align-items-center {
    align-items: center;
}
.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;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.vertical-line {
    background: #d1d2df;
    width: 2px;
    height: 45px;
}
.cta-btn {
    min-height: 56px;
    -webkit-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    -moz-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    -ms-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    -o-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    background: rgb(62, 62, 235);
    background: -webkit-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
    background: -moz-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
    background: -ms-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
    background: -o-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
    background: linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
}

.cta-btn:active,
.cta-btn:focus,
.cta-btn:hover {
    border: 0 none !important;
    -webkit-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !important;
    -moz-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !important;
    -ms-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !important;
    -o-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !important;
    box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !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-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-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.border-radius-12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.border-radius-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;
}
.color-white {
    color: #fff;
}
.text-color-1 {
    color: #2f3857;
}

.text-color-2 {
    color: #7066e2;
}

.text-color-3 {
    color: rgba(47, 56, 87, 0.85);
}

.text-color-4 {
    color: rgba(47, 56, 87, 0.80);
}

.text-color-5 {
    color: rgba(47, 56, 87, 0.95);
}

.text-color-6 {
    color: #5b5c7f;
}

.text-color-7 {
    color: #6f749e;
}

.text-color-8 {
    color: rgba(47, 56, 87, 0.77);
}

.text-color-9 {
    color: #121212;
}

.text-color-10 {
    color: #545c93;
}

.text-color-11 {
    color: rgba(47, 56, 87, 0.90);
}

.text-color-12 {
    color: #5c6188;
}

.text-color-13 {
    color: #179463;
}

.text-color-14 {
    color: #2d354f;
}

.text-color-15 {
    color: #7882a3;
}

.w-100 {
    width: 100%!important;
}

.border-0 {
    border: 0!important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.text-decoration-underline {
    text-decoration: underline;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semi {
    font-weight: 600 !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-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-t-70 {
    margin-top: 70px;
}
.m-t-80 {
    margin-top: 80px;
}
.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-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-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-8 {
    margin-right: 8px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-30 {
    margin-right: 30px;
}
.breadcrumbs-sec ul,
.p-0 {
    padding: 0;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-16 {
    padding: 16px;
}
.p-20 {
    padding: 20px;
}
.p-25 {
    padding: 25px;
}
.p-30 {
    padding: 30px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-r-10 {
    padding-right: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-25 {
    padding-top: 25px;
}
.flex-block {
    flex: 1;
}
.color-light-50 {
    color: rgba(49, 49, 49, 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;
}

.talk-to-lawyer-new .top-side ol.breadcrumb {
    padding: 0 0;
    list-style-type: none;
    margin-bottom: 0;
}
.talk-to-lawyer-new .top-side ol.breadcrumb li {
    display: inline-block;
    margin-right: 8px;
    color: #2f3857;
    font-size: 14px;
}
.talk-to-lawyer-new .top-side ol.breadcrumb li a {
    font-size: 14px;
    color: #2f3857;
}
.talk-to-lawyer-new .top-side ol.breadcrumb li:last-child {
    margin-right: 0;
}

/* .talk-to-section .col-7 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.talk-to-section .col-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
} */

.talk-to-section .just-consult-first-side {
    margin-bottom: 30px;
}

.talk-to-section .rating-star img {
    margin-top: -2px;
}

.talk-to-section .rating-star .review-see-all {
    position: relative;
    padding-left: 10px;
}

.talk-to-section .rating-star .review-see-all:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #121212;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    left: 0;
    top: 10px;
}

.talk-to-section .current-online {
    margin-right: 20px;
}

.talk-to-section .current-online .ring-phone {
    border: 1px solid #3fc399;
    width: 24px;
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 7px 0px rgba(65, 86, 76, 0.19);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(65, 86, 76, 0.19);
    -moz-box-shadow: 0px 5px 7px 0px rgba(65, 86, 76, 0.19);
    -ms-box-shadow: 0px 5px 7px 0px rgba(65, 86, 76, 0.19);
    -o-box-shadow: 0px 5px 7px 0px rgba(65, 86, 76, 0.19);
    margin-right: 10px;
}

.talk-to-section .current-online .ring-phone img {
    width: 14px !important;
    height: 14px !important;
    filter: invert(30%) sepia(75%) saturate(367%) hue-rotate(64deg) brightness(94%) contrast(88%);
}

.talk-to-section .online-block .avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}
.talk-to-section .online-block .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}
.talk-to-section .online-block .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}
.talk-to-section .online-block .avatars-online .img-circle {
    border: 2px solid #fff;
    height: 27px;
    overflow: hidden;
    position: relative;
    width: 27px;
    box-shadow: 0px 4px 3px 0px rgba(35, 35, 40, 0.18);
    -webkit-box-shadow: 0px 4px 3px 0px rgba(35, 35, 40, 0.18);
    -moz-box-shadow: 0px 4px 3px 0px rgba(35, 35, 40, 0.18);
    -ms-box-shadow: 0px 4px 3px 0px rgba(35, 35, 40, 0.18);
    -o-box-shadow: 0px 4px 3px 0px rgba(35, 35, 40, 0.18);
}
.talk-to-section .online-block .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}
.talk-to-section .online-block .avatars-online .pulse {
    margin-left: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #3fc399;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    will-change: transform, opacity, box-shadow;
}

.divider-line {
    border-top: 15px solid #ebebf5;
}

.how-to-talk-side {
    margin-top: 30px;
    margin-bottom: 50px;
}

.how-to-talk-side .simple-step-side {
    padding-top: 25px;
}

.how-to-talk-side .simple-step-side .step-card.active {
    box-shadow: 1px 20px 29px 0px rgba(120, 116, 152, 0.18);
    -webkit-box-shadow: 1px 20px 29px 0px rgba(120, 116, 152, 0.18);
    -moz-box-shadow: 1px 20px 29px 0px rgba(120, 116, 152, 0.18);
    -ms-box-shadow: 1px 20px 29px 0px rgba(120, 116, 152, 0.18);
    -o-box-shadow: 1px 20px 29px 0px rgba(120, 116, 152, 0.18);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.how-to-talk-side .simple-step-side .step-card {
    padding: 40px 15px;
    min-height: 260px;
    background: #ffffff;
}

.how-to-talk-side .simple-step-side .step-card .icon {
    background: #f6f6f8;
    width: 67px;
    height: 67px;
    overflow: hidden;
    box-shadow: 0px 11px 18px 0px rgba(149, 151, 172, 0.36);
    -webkit-box-shadow: 0px 11px 18px 0px rgba(149, 151, 172, 0.36);
    -moz-box-shadow: 0px 11px 18px 0px rgba(149, 151, 172, 0.36);
    -ms-box-shadow: 0px 11px 18px 0px rgba(149, 151, 172, 0.36);
    -o-box-shadow: 0px 11px 18px 0px rgba(149, 151, 172, 0.36);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border: 2px solid #fff;
}

.how-to-talk-side .simple-step-side .step-card.active .icon img {
    filter: grayscale(0);
}

.how-to-talk-side .simple-step-side .step-card .icon img {
    filter: grayscale(100%);
}

.how-to-talk-side .simple-step-side .step-card span {
    color: #5c6188;
    margin-top: 15px;
    display: block;
}

.how-to-talk-side .simple-step-side .step-card.active span {
    color: rgba(47, 56, 87, 0.77);
}

.frequently-section h2 {
    margin-bottom: 25px;
}

.frequently-section .sub-heading {
    position: relative;
    display: inline-block;
}
.frequently-section {
    padding: 30px 0;
}
.frequently-section .accordion-sec .accordion {
    width: 100%;
    padding-bottom: 5px;
    border: 1px solid #d7d9ea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.frequently-section .accordion-sec .accordion-header.active {
    color: #2f3857;
}
.frequently-section .accordion-sec .accordion-header {
    margin: 0;
    font-size: 15px;
    cursor: pointer;
    padding: 25px 50px 25px 0;
    position: relative;
    font-weight: 600;
    color: #2f3857;
}
.frequently-section .accordion-sec .accordion-header p {
    font-size: 15px;
    font-weight: 600;
    color: #2f3857;
}
.frequently-section .accordion-header.active::after {
    content: "";
    color: #2f3857;
    display: flex;
    background-color: #f5eeff;
    background-image: url(../../client_base_web/layout-optim/talk-to-lawyer-landing-new/frequently-up-arow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.frequently-section .accordion-header.closed::after {
    content: "";
    color: #fff;
    background-image: url(../../client_base_web/layout-optim/talk-to-lawyer-landing-new/frequently-down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5eeff
}
.frequently-section .accordion-header::after {
    content: "";
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 26px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 17px;
    background-color: #f5eeff;
    background-image: url(../../client_base_web/layout-optim/talk-to-lawyer-landing-new/frequently-up-arow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.frequently-section .accordion-sec .panel {
    display: none;
    padding-left: 0;
    padding-right: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}
.accordion-sec .accordion .panel ul li,
.frequently-section .accordion-sec .accordion .panel p {
    color: rgba(47, 56, 87, 0.85);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.client-reviews {
    padding-top: 30px;
}

.client-reviews h2 {
    margin-bottom: 5px;
}

.client-reviews .review-item {
    background: #fff;
    padding: 20px 5px;
    border-bottom: 1px solid #e8e8f4;
}

.client-reviews .rating-star {
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9eb;
}

.client-reviews .rating-star img {
    margin-top: -4px;
    margin-right: 2px;
}

.client-reviews .review-item .avatar-block .name-symbol {
    height: 42px;
    width: 42px;
    color: #fff;
    position: relative;
    background: #d3d3e1;
    align-self: flex-start;
}

.client-reviews .review-item .review-description {
    padding-left: 62px;
    padding-top: 20px;
}

.client-reviews .review-item .review-description .rating-star {
    padding-bottom: 10px;
    border-bottom: 0;
}

.similar-products-side {
    padding-top: 30px;
    padding-bottom: 50px;
}

.similar-products-side h2 {
    margin-bottom: 20px;
}

.similar-products-side .simi-prod-tile .prod-side-panel {
    overflow: hidden;
    height: 137px;
}

.similar-products-side .simi-prod-tile .prod-side-panel img {
    width: 100%;
    height: 100%;
}

.pricing-area {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
}

.pricing-area .price-pkg-sec {
    padding: 0 16px;
}

.pricing-area .price-pkg-sec .pricing-card {
    -webkit-box-shadow: 0px 13px 19.11px 1.89px rgba(96, 94, 116, 0.17);
    -moz-box-shadow: 0px 13px 19.11px 1.89px rgba(96, 94, 116, 0.17);
    -ms-box-shadow: 0px 13px 19.11px 1.89px rgba(96, 94, 116, 0.17);
    -o-box-shadow: 0px 13px 19.11px 1.89px rgba(96, 94, 116, 0.17);
    box-shadow: 0px 13px 19.11px 1.89px rgba(96, 94, 116, 0.17);
    border: 1px solid #dfdde9;
}

.pricing-area .price-pkg-sec .pricing-card .concern-area {
    border: 1px solid #b9bbca;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    margin-bottom: 25px;
    padding: 3px 0 3px 0;
}

.pricing-area .price-pkg-sec .pricing-card .concern-area .col-6 {
    padding-right: 0 !important;
    padding-left: 8px !important;
}

.pricing-area .price-pkg-sec .pricing-card .concern-area .left-side {
    padding: 9px 10px 5px 10px;
    border-right: 1px solid #a8a6b0;
}

.pricing-area .price-pkg-sec .pricing-card .concern-area .left-side p {
    padding-left: 10px;
}

.pricing-area .price-pkg-sec .pricing-card .concern-area .right-side {
    padding: 9px 25px 0 0;
}

.pricing-area .price-pkg-sec .pricing-card .concern-area .right-side p {
    padding-left: 10px;
}

.pricing-area .price-pkg-sec .pricing-card .concern-area select {
    background: url(../../client_base_web/layout-optim/talk-to-lawyer-landing-new/arrow.png) no-repeat;
    background-position: right;
    border: 0 none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 5px 20px 0 10px;
    font-size: 13px;
}

.pricing-area .pricing-card .price-box-tile {
    max-width: 430px;
    margin: 0 auto;
    margin-top: 20px;
}

.pricing-area .pricing-card .price-box-tile .each-price-card .card {
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(131, 124, 151, 0.46);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(131, 124, 151, 0.46);
    -moz-box-shadow: 0px 3px 10px 0px rgba(131, 124, 151, 0.46);
    -ms-box-shadow: 0px 3px 10px 0px rgba(131, 124, 151, 0.46);
    -o-box-shadow: 0px 3px 10px 0px rgba(131, 124, 151, 0.46);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

.pricing-area .pricing-card .price-box-tile .each-price-card .card.pricing-card-active {
    box-shadow: 0px 12px 13px 0px rgba(131, 124, 151, 0.48);
    -webkit-box-shadow: 0px 12px 13px 0px rgba(131, 124, 151, 0.48);
    -moz-box-shadow: 0px 12px 13px 0px rgba(131, 124, 151, 0.48);
    -ms-box-shadow: 0px 12px 13px 0px rgba(131, 124, 151, 0.48);
    -o-box-shadow: 0px 12px 13px 0px rgba(131, 124, 151, 0.48);
    border: 1px solid #8e7ff6;
    background: #fbfffe;
}

.pricing-area .pricing-card .price-box-tile .each-price-card .card.pricing-card-active .active-img {
    display: block;
}

.pricing-area .pricing-card .price-box-tile .each-price-card .card .active-img {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 22px;
    height: 23px;
}

.pricing-area .pricing-card .price-box-tile .each-price-card .card .price-side {
    padding: 15px 12px 15px;
    cursor: pointer;
}

.pricing-area .price-pkg-sec .pricing-card .selected-price-tile .recommended-badge {
    background: #f5f3f8;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 3px 12px;
    display: inline-block;
    font-style: italic;
    box-shadow: 0px 7px 7px 0px rgba(151, 153, 167, 0.43);
    -webkit-box-shadow: 0px 7px 7px 0px rgba(151, 153, 167, 0.43);
    -moz-box-shadow: 0px 7px 7px 0px rgba(151, 153, 167, 0.43);
    -ms-box-shadow: 0px 7px 7px 0px rgba(151, 153, 167, 0.43);
    -o-box-shadow: 0px 7px 7px 0px rgba(151, 153, 167, 0.43);
    border: 2px solid #ffffff;
    margin-bottom: 10px;
}

.pricing-area .pricing-card .price-box-tile .col-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.just-consult-first-side.mobile-view {
    display: none;
}

.pricing-area .price-pkg-sec .pricing-card h2.mobile-view {
    display: none;
}

.how-to-talk-side h2.mobile-view {
    display: none;
}

.simple-three-mobile-view {
    display: none;
}

.question-icon {
    display: none;
}

.similar-product.mobile-view {
    display: none;
}

.client-reviews .ratings-box {
    display: none;
}

.review-item h2.mobile-view {
    display: none;
}

.review-item .rating-star.mobile-side {
    display: none;
}

.talk-to-lawyer-footer {
    display: none;
}


.main-footer {
    margin-top: 50px;
}


.main-footer .footer-top {
    background: #f5f4fc;
}

.concern-area .dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
    padding: 6px 0 0 10px;
  }

  .concern-area .dropdown .dropdown-list {
    padding: 12px 0 12px 12px;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 2px;
    right: 2px;
    box-shadow: 0px 2px 24px 0px rgba(131, 124, 151, 0.2);
    -webkit-box-shadow: 0px 2px 24px 0px rgba(131, 124, 151, 0.2);
    -moz-box-shadow: 0px 2px 24px 0px rgba(131, 124, 151, 0.2);
    -ms-box-shadow: 0px 2px 24px 0px rgba(131, 124, 151, 0.2);
    -o-box-shadow: 0px 2px 24px 0px rgba(131, 124, 151, 0.2);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition: transform .15s ease-in-out .15s;
    -webkit-transition: transform .15s ease-in-out .15s;
    -moz-transition: transform .15s ease-in-out .15s;
    -ms-transition: transform .15s ease-in-out .15s;
    -o-transition: transform .15s ease-in-out .15s;
    height: 300px;
    overflow-y: auto;
    z-index: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 220px;
  }

.concern-area .dropdown .dropdown-option {
    display: block;
    padding: 8px 0;
    opacity: 0;
    transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    font-size: 13px;
    color: #7d82a9;
  }

.concern-area .dropdown .dropdown-label {
    display: block;
    height: 25px;
    background: #fff;
    /* padding: 6px 0 0 10px; */
    line-height: 1;
    cursor: pointer;
    font-size: 13px;
    color: #2f3857;
  }

.concern-area .dropdown .dropdown-label:before {
    /* content: '▼'; */
    content: "";
    float: right;
    background-image: url(../../client_base_web/layout-optim/talk-to-lawyer-landing-new/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 8px;
  }

.concern-area .on .dropdown-list {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-delay: 0s;
  }

.concern-area .on .dropdown-option {
    opacity: 1;
    transition-delay: .2s;
  }

.concern-area .on .dropdown-label:before {
    /* content: '▲'; */
    content: "";
    background-image: url(../../client_base_web/layout-optim/talk-to-lawyer-landing-new/arrow-up.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 8px;

  }

.concern-area .dropdown [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
  }

.concern-area .on .dropdown-list label span {
    /* float: left;
    margin-right: 5px;
    display: block;
    width: 175px; */
    font-weight: 500;
}

.concern-area .on .dropdown-list label {
    clear: both;
    overflow: hidden;
    margin-left: -12px;
    padding-left: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-right: 12px;
}

.concern-area .on .dropdown-list label:hover {
    background: #f5f5f8;
}

.concern-area .on .dropdown-list label:hover {
    background: #f5f5f8;
}

.concern-area .dropdown input[type=radio]:not(old) {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../../client_base_web/layout-optim/talk-to-lawyer-landing-new/uncheck-select-icon.png);
    background-size: cover !important;
    width: 16px;
    height: 15px;
    cursor: pointer;
  }
  
  .concern-area .dropdown input[type=radio]:not(old):checked{
    background-image: url(../../client_base_web/layout-optim/talk-to-lawyer-landing-new/check-select-icon.png);
    background-size: cover !important;
    width: 16px;
    height: 15px;
    box-shadow: 0px 4px 9px 0px rgba(75, 75, 75, 0.43);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(75, 75, 75, 0.43);
    -moz-box-shadow: 0px 4px 9px 0px rgba(75, 75, 75, 0.43);
    -ms-box-shadow: 0px 4px 9px 0px rgba(75, 75, 75, 0.43);
    -o-box-shadow: 0px 4px 9px 0px rgba(75, 75, 75, 0.43);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
  }

  .concern-area .dropdown-list::-webkit-scrollbar {
    width: 0;              
  }
  
  .concern-area .dropdown-list::-webkit-scrollbar-track {
    background: #ffffff; 
    border-radius: 20px;       
  }
  
  .concern-area .dropdown-list::-webkit-scrollbar-thumb {
    background-color: #ffffff;    
    border-radius: 20px;       
    border: 3px solid #ffffff;  
  }





@media screen and (max-width: 991px) {
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-2 {
        order: 2;
    }
    .order-1 {
        order: 1;
    }

    .common-main-title {
        font-size: 22px;
    }

    .top-side.mobile-view {
        display: none;
    }

    .just-consult-first-side.mobile-view {
        display: block;
    }

    .talk-to-section {
        margin-top: 20px;
    }

    .just-consult-first-side.desktop-view {
        display: none;
    }

    .just-consult-first-side.mobile-view .col-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .just-consult-first-side.mobile-view .col-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .just-consult-first-side.mobile-view .just-consult-title h1 {
        line-height: 40px;
    }

    .just-consult-first-side.mobile-view .active-call .pulse {
        margin-left: 4px;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: #3fc399;
        cursor: pointer;
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        will-change: transform, opacity, box-shadow;
    }

    .just-consult-first-side.mobile-view .rating-star {
        background: #fafafa;
        box-shadow: 2px 11px 11.83px 1.17px rgb(105 102 135 / 14%);
        -webkit-box-shadow: 2px 11px 11.83px 1.17px rgb(105 102 135 / 14%);
        -moz-box-shadow: 2px 11px 11.83px 1.17px rgb(105 102 135 / 14%);
        -ms-box-shadow: 2px 11px 11.83px 1.17px rgb(105 102 135 / 14%);
        -o-box-shadow: 2px 11px 11.83px 1.17px rgb(105 102 135 / 14%);
        border-radius: 11px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
        text-align: center;
        padding: 5px;
        border: 2px solid #ffffff;
    }

    .just-consult-first-side.mobile-view .rating-star img {
        margin-right: 2px;
    }

    .just-consult-first-side.mobile-view .rating-star img:last-child {
        margin-right: 0;
    }

    .just-consult-first-side.mobile-view .talk-info-side {
        background: #f4f4f8;
        padding: 15px 0;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 20px;
    }

    .just-consult-first-side.mobile-view .talk-info-side ul li {
        display: inline-block;
        margin-left: 10px;
    }

    .just-consult-first-side.mobile-view .talk-info-side ul li {
        margin-bottom: 10px;
    }

    .just-consult-first-side.mobile-view .talk-info-side ul li:nth-child(3),
    .just-consult-first-side.mobile-view .talk-info-side ul li:nth-child(4) {
        margin-bottom: 0;
    }

    .just-consult-first-side.mobile-view .talk-info-side ul li .info-tile {
        background: #ffffff;
        box-shadow: 1px 6px 10px 0px rgba(102, 97, 118, 0.2);
        -webkit-box-shadow: 1px 6px 10px 0px rgba(102, 97, 118, 0.2);
        -moz-box-shadow: 1px 6px 10px 0px rgba(102, 97, 118, 0.2);
        -ms-box-shadow: 1px 6px 10px 0px rgba(102, 97, 118, 0.2);
        -o-box-shadow: 1px 6px 10px 0px rgba(102, 97, 118, 0.2);
        padding: 7px;
    }

    .just-consult-first-side.mobile-view .talk-info-side ul li .info-tile img {
        margin-right: 7px;
    }

    .pricing-area .price-pkg-sec .pricing-card h2.mobile-view {
        display: block;
        margin-bottom: 15px;
    }

    .pricing-area .price-pkg-sec .pricing-card h2 {
        display: none;
    }

    .pricing-area .price-pkg-sec .concern-area {
        display: none;
    }

    .pricing-area .price-pkg-sec .selected-price-tile .recommended-badge.mobile-view {
        background: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        font-size: 13px;
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 0;
        color: rgba(47, 56, 87, 0.90);
        font-weight: 700;
        margin-bottom: 0;
    }

    .pricing-area .price-pkg-sec .selected-price-tile h3.mobile-view {
        background: #f5f3f8;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        padding: 8px 19px;
        display: table;
        box-shadow: 0px 7px 7px 0px rgb(151 153 167 / 43%);
        -webkit-box-shadow: 0px 7px 7px 0px rgb(151 153 167 / 43%);
        -moz-box-shadow: 0px 7px 7px 0px rgba(151, 153, 167, 0.43);
        -ms-box-shadow: 0px 7px 7px 0px rgba(151, 153, 167, 0.43);
        -o-box-shadow: 0px 7px 7px 0px rgba(151, 153, 167, 0.43);
        border: 2px solid #ffffff;
        margin: 0 auto 10px;            
    }

    .pricing-area .price-pkg-sec .selected-price-tile p span.mobile-view {
        font-weight: bold;
    }

    .pricing-area .price-pkg-sec .selected-price-tile p span.mobile-view + span {
        color: #353538;
    }

    .pricing-area .price-pkg-sec .selected-price-tile .mins-valid {
        font-size: 12px;
        margin-top: 5px;
    }

    .pricing-area .price-pkg-sec .selected-price-tile .mins-valid sup {
        font-size: 20px !important;
        left: -4px !important;
    }

    .pricing-area .price-pkg-sec {
        padding: 0;
    }

    .pricing-area .pricing-card .price-box-tile .col-6:nth-child(3) .each-price-card .card,
    .pricing-area .pricing-card .price-box-tile .col-6:nth-child(4) .each-price-card .card {
        margin-bottom: 0;
    }

    .pricing-area .price-pkg-sec .pricing-card {
        padding: 0;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .pricing-area .pricing-card .price-box-tile {
        max-width: initial;
        padding-right: 5px;
        padding-left: 5px;
    }

    .pricing-area .pricing-card .price-box-tile .each-price-card .price-side p {
        font-size: 18px;
    }

    .pricing-area .pricing-card .price-box-tile .each-price-card .price-side p span {
        font-size: 13px;
    }

    .pricing-area .pricing-card .price-box-tile .each-price-card .price-side span {
        font-size: 14px;
    }

    .pricing-area .pricing-card .price-box-tile .each-price-card .price-side span span {
        font-size: 12px;
    }

    .pricing-area .pricing-card .price-box-tile .each-price-card .price-side p + span + p {
        font-size: 13px;
    }

    .pricing-area .pricing-card .price-box-tile .each-price-card .card .active-img {
        right: 12px;
        top: 9px;
    }

    .pricing-area .pricing-card .talk-buy-now {
        padding: 40px 50px;
    }

    .pricing-area .pricing-card .price-box-tile .col-6 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .divider-line {
        border-top: 7px solid #e6e4ea;
        margin-left: -15px;
        margin-right: -15px;
    }

    .how-to-talk-side h2.mobile-view {
        display: block;
    }

    .how-to-talk-side h2 {
        display: none;
    }

    .simple-step-side {
        display: none;
    }

    .how-to-talk-side {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .simple-three-mobile-view {
        display: block;
        padding-top: 30px;
        margin-right: -15px;
        margin-left: -15px;
    }

    .simple-three-mobile-view .steps-box {
        padding: 30px 20px;
        /* background: #fafbfe; */
    }

    .simple-three-mobile-view .steps-box.active {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        box-shadow: 2px 13px 21px 0px rgba(120, 116, 152, 0.36);
        -webkit-box-shadow: 2px 13px 21px 0px rgba(120, 116, 152, 0.36);
        -moz-box-shadow: 2px 13px 21px 0px rgba(120, 116, 152, 0.36);
        -ms-box-shadow: 2px 13px 21px 0px rgba(120, 116, 152, 0.36);
        -o-box-shadow: 2px 13px 21px 0px rgba(120, 116, 152, 0.36);
        margin-right: 6px;
        margin-left: 6px;
    }

    .simple-three-mobile-view .steps-box.active .icon img {
        filter: grayscale(0);
    }
    
    .simple-three-mobile-view .steps-box .icon img {
        filter: grayscale(100%);
    }

    .simple-three-mobile-view .steps-box .description {
        width: 100%;
    }

    .simple-three-mobile-view .steps-box span {
        color: #5c6188;
    }

    .simple-three-mobile-view .steps-box.active span {
        color: rgba(47, 56, 87, 0.77);
    }

    .simple-three-mobile-view .steps-box .icon {
        background: #f6f6f8;
        width: 67px;
        height: 67px;
        overflow: hidden;
        box-shadow: 0px 11px 18px 0px rgb(149 151 172 / 36%);
        -webkit-box-shadow: 0px 11px 18px 0px rgb(149 151 172 / 36%);
        -moz-box-shadow: 0px 11px 18px 0px rgba(149, 151, 172, 0.36);
        -ms-box-shadow: 0px 11px 18px 0px rgba(149, 151, 172, 0.36);
        -o-box-shadow: 0px 11px 18px 0px rgba(149, 151, 172, 0.36);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        align-self: flex-start;
    }

    .divider-line.mobile-view {
        border-top: 12px solid #e6e4ea;
        margin-left: -15px;
        margin-right: -15px;
    }

    .frequently-section {
        padding: 30px 0 0;
    }

    .frequently-section .accordion-sec .accordion {
        border-bottom: 1px solid #d7d9ea;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .frequently-section .accordion-sec .accordion-header p {
        font-size: 13px;
        width: 100%;
    }

    .frequently-section .question-icon {
        width: 23px;
        height: auto;
        background: #efedf7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        align-self: flex-start;
        overflow: hidden;
    }

    .frequently-section .question-icon span {
        color: #6056cd;
        font-weight: bold;
    }

    .accordion-sec .accordion .panel p {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-left: 38px;
    }

    .frequently-section .accordion-sec .accordion-header.active {
        padding: 25px 50px 0 0;
    }

    .frequently-section .accordion-sec .panel {
        border-top: 0;
    }

    .frequently-section .accordion-header.active::after {
        background-color: transparent;
    }

    .frequently-section .accordion-header.closed::after {
        background-color: transparent;
    }

    .frequently-section .accordion-sec .accordion:last-child {
        border: 0;
    }

    .similar-products-side.desktop-view {
        display: none;
    }

    .similar-product.mobile-view {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 12px solid #e6e4ea;
        margin-left: -15px;
        margin-right: -15px;
    }

    .similar-product.mobile-view h2 {
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .similar-product.mobile-view .products-tile {
        border-bottom: 1px solid #cfcbd8;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .similar-product.mobile-view .products-tile:last-child {
        border-bottom: 0;
    }

    .similar-product.mobile-view .products-tile .prd-lft-icon {
        width: 78px;
        height: 64px;
        overflow: hidden;
        margin-right: 25px;
    }

    .similar-product.mobile-view .products-tile .description-paanel {
        width: 100%;
    }

    .similar-product.mobile-view .products-tile .prd-lft-icon img {
        width: 100%;
        height: 100%;
    }

    .similar-product.mobile-view .products-tile .justify-content-space .prd-lft-icon {
        margin-right: 0;
    }

    .similar-product.mobile-view .products-tile .justify-content-end .prd-lft-icon {
        margin-left: 25px;
        margin-right: 0;
    }

    .client-reviews .rating-star {
        display: none;
    }

    .review-item {
        border-bottom: 0 !important;
    }

    .review-item .review-description {
        border-bottom: 1px solid #e8e8f4;
        padding-bottom: 20px;
        margin-left: 65px;
        padding-left: 0 !important;
    }

    .review-item.border-bottom-none .review-description {
        border-bottom: 0;
    }

    .client-reviews {
        padding-top: 20px;
    }

    .client-reviews + .divider-line {
        display: none;
    }

    .client-reviews .ratings-box {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 7px solid #e6e4ea;
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .client-reviews .ratings-box .d-flex {
        padding-left: 25px;
    }

    .client-reviews .ratings-box .rating-number-count {
        margin-right: 22px;
    }

    .client-reviews .ratings-box .right-side-rate .bottom-side-content {
        margin-top: 5px;
    }

    .client-reviews .ratings-box .right-side-rate .bottom-side-content span {
        margin-right: 10px;
        display: block;
    }

    .client-reviews .ratings-box .right-side-rate img {
        margin-right: 3px;
    }

    .client-reviews .ratings-box .right-side-rate .bottom-side-content p {
        padding-left: 15px;
    }

    .client-reviews .ratings-box .right-side-rate .bottom-side-content p:after {
        width: 7px;
        height: 7px;
        content: "";
        background: #aaa4b1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        left: 0px;
        top: 6px;
        position: absolute;
    }

    .client-reviews .ratings-box .progress-box {
        margin-top: 5px;
        padding-left: 25px;
    }

    .client-reviews .ratings-box .progress-box .bar-rating .progress, 
    .client-reviews .ratings-box .progress-box .bar-rating .progress-bar {
        display: flex;
        overflow: hidden;
    }

    .client-reviews .ratings-box .progress-box .bar-rating {
        display: flex;
        align-items: center;
    }

    .client-reviews .ratings-box .progress-box .bar-rating .num-progress-bar {
        margin-right: 10px;
    }

    .client-reviews .ratings-box .progress-box .bar-rating .progress {
        height: 7px;
        background-color: #e9ecef;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
    }

    .client-reviews .ratings-box .progress-box .bar-rating .progress.custom {
        background-color: #eee;
        width: 80%;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
    }

    .client-reviews .ratings-box .progress-box .bar-rating .progress .progress-bar {
        flex-direction: column;
        justify-content: center;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: #918ffb;
        transition: width .6s ease;
        -webkit-transition: width .6s ease;
        -moz-transition: width .6s ease;
        -ms-transition: width .6s ease;
        -o-transition: width .6s ease;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
    }

    .review-item {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .review-item h2.mobile-view {
        display: block;
        margin-bottom: 25px;
    }

    .review-item .rating-star.mobile-side {
        display: block;
    }

    .review-item .avatar-block {
        position: relative;
    }

    .review-item .avatar-block .rating-star.mobile-side {
        position: absolute;
        right: 0;
        border-bottom: 0;
        padding-bottom: 0;
        top: 0;
    }

    .review-item .avatar-block .rating-star.mobile-side img {
        margin-top: 0;
    }

    .client-reviews .review-item .avatar-block .name-symbol {
        background: #e5e3e7;
    }

    .talk-to-lawyer-footer {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .talk-to-lawyer-footer .buy-fixed a {
        background: #f4f4f4;
        padding: 20px 25px;
        display: block;
    }

    .talk-to-lawyer-footer .buy-fixed .footer-buy-btn {
        min-height: 44px !important;
        min-width: 140px !important;
        -webkit-box-shadow: 0px 14px 13px 0px rgb(131 124 151 / 44%);
        -moz-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
        -ms-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
        -o-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
        box-shadow: 0px 14px 13px 0px rgb(131 124 151 / 44%);
        background: rgb(62, 62, 235);
        background: -webkit-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
        background: -moz-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
        background: -ms-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
        background: -o-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
        background: linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
        margin-top: 3px;
    }


    
    
}
@media screen and (max-width: 767px) {
    .just-consult-first-side.mobile-view .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .simple-three-mobile-view .steps-box .col-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .simple-three-mobile-view .steps-box .col-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main-footer .footer-top ul {
        flex-direction: column;
    }

    .main-footer .footer-top ul li {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .main-footer .footer-top ul li.mx-4 {
        display: none;
    }
}
@media screen and (max-width: 575px) {

    .just-consult-first-side.mobile-view .col-4:first-child {
        flex: 0 0 40%;
        max-width: 40%;
        padding: 0 !important;
    }

    .just-consult-first-side.mobile-view .active-call {
        margin-left: 15px;
    }

    .just-consult-first-side.mobile-view .col-4:last-child {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0 !important;
    }

    .talk-to-lawyer-footer .buy-fixed .col-9 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .talk-to-lawyer-footer .buy-fixed .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .talk-to-lawyer-footer .buy-fixed a {
        padding: 10px 10px;
    }
    
}
@media screen and (max-width: 480px) {

    .just-consult-first-side.mobile-view .col-10 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .just-consult-first-side.mobile-view .col-2 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .pricing-area .pricing-card .talk-buy-now {
        padding: 40px 40px;
    }

    .simple-three-mobile-view .steps-box .description span br {
        display: none;
    }

}
@media screen and (max-width: 420px) {

    .just-consult-first-side.mobile-view .just-consult-title h1 {
        line-height: 34px;
        font-size: 30px;
    }

    .just-consult-first-side.mobile-view .col-10 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .just-consult-first-side.mobile-view .col-2 {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .similar-product.mobile-view .products-tile .description-paanel {
        width: 80%;
    }

    /* .simple-three-mobile-view .steps-box .col-10 {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .simple-three-mobile-view .steps-box .col-2 {
        flex: 0 0 35%;
        max-width: 35%;
    } */
}

@media screen and (max-width: 390px) {
    .simple-three-mobile-view .steps-box .col-2 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px !important;
        padding-right: 0 !important;
    }

    .simple-three-mobile-view .steps-box .col-10 {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .simple-three-mobile-view .steps-box:nth-child(2) .description {
        padding-left: 15px;
    }

    .simple-three-mobile-view .steps-box:nth-child(2) .col-2 {
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 380px) {
    .similar-product.mobile-view .products-tile .description-paanel {
        width: 70%;
    }

    .just-consult-first-side.mobile-view .active-call img {
        width: 30px;
        height: 29px;
    }

    .just-consult-first-side.mobile-view .active-call p,
    .just-consult-first-side.mobile-view .active-call span {
        font-size: 12px;
    }

    .pricing-area .pricing-card .talk-buy-now {
        padding: 40px 20px;
    }
    
}
@media screen and (max-width: 360px) {
    .simple-three-mobile-view .steps-box .col-2 {
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 10px !important;
    }
    .simple-three-mobile-view .steps-box .col-10 {
        flex: 0 0 70%;
        max-width: 70%;
        padding: 0 !important;
    }

    /* .simple-three-mobile-view .steps-box.active {
        margin-right: 6px;
        margin-left: 6px;
    } */

    .simple-three-mobile-view .steps-box:nth-child(2) .description {
        padding-left: 15px;
    }
    
}
@media screen and (max-width: 359px) {
    .just-consult-first-side.mobile-view .col-10 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .just-consult-first-side.mobile-view .col-2 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .just-consult-first-side.mobile-view .active-call p, 
    .just-consult-first-side.mobile-view .active-call span {
        font-size: 11px;
    }

    .just-consult-first-side.mobile-view .talk-info-side ul li {
        display: inline-block;
        margin-left: 5px;
    }
    
}
@media screen and (max-width: 330px) {
    .just-consult-first-side.mobile-view .talk-info-side ul {
        padding-left: 3px;
        padding-right: 3px;
    }

    .just-consult-first-side.mobile-view .talk-info-side ul li {
        margin-left: 0;
    }

    .just-consult-first-side.mobile-view .active-call p, 
    .just-consult-first-side.mobile-view .active-call span {
        font-size: 10px;
    }

    .just-consult-first-side.mobile-view .talk-info-side ul li .info-tile span {
        font-size: 9px;
    }

    .frequently-section h2 {
        margin-bottom: 0;
    }

    .common-main-title {
        font-size: 20px;
    }
}
