@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, .4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #333;
    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,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal,
.select-css option {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-40 {
    font-size: 40px
}

.font-30 {
    font-size: 30px
}

.font-24 {
    font-size: 24px
}

.font-20 {
    font-size: 20px
}

.font-18 {
    font-size: 18px
}

.font-16 {
    font-size: 16px
}

.font-12 {
    font-size: 12px
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.common-action-btn {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.common-action-btn:focus,
.common-action-btn:hover {
    color: #234d94;
    border-color: #234d94;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-50p {
    border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08)
}

.alert-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    line-height: 1.6
}

.advice-just-txt span,
.txt-highlight {
    color: #f1360a
}

.text-uppercase {
    text-transform: uppercase
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    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;
    padding-left: 15px
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.header-color {
    color: #304378
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-50 {
    margin-top: 50px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.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-50 {
    margin-bottom: 50px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-b-20 {
    padding-bottom: 20px
}

.common-divider {
    background-image: url(search-lawyer-dynamic/comon-divider.png);
    background-repeat: repeat-x;
    height: 9px
}

.hero-banner {
    height: 470px
}

.just-consult-sec .avatars-online .img-circle {
    border: 3px solid #f3e7d3;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 35px
}

.just-consult-sec .avatars-online .img-circle img {
    height: 100%;
    width: 100%
}

.just-consult-sec .avatars-online .img-circle:nth-child(1) {
    z-index: 3
}

.just-consult-sec .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2
}

.just-consult-sec .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1
}

.just-consult-sec .avatars-online .pulse {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #388e3c;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(56, 142, 60, .4);
    box-shadow: 0 0 0 rgba(56, 142, 60, .4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.just-consult-sec .avatars-online .pulse:hover {
    -webkit-animation: none;
    animation: none
}

a.rating {
    color: #234d94
}

.doc-reveiew-title {
    font-family: 'Della Respira', serif
}

.doc-reveiew-title span {
    color: #f19306
}

.howitworks-sec .tile-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.howitworks-sec .tile-box .num-count {
    width: 30px;
    height: 30px;
    background: #e0e0e0;
    line-height: 30px
}

.howitworks-sec .tile-box:before {
    position: absolute;
    content: "";
    border-top: 1px dashed #e0e0e0;
    width: 80%;
    top: 15px;
    left: 68%
}

.howitworks-sec .col-4:last-child .tile-box:before {
    content: "";
    border: 0
}

p.got-question {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #304378
}

span.help,
span.phone-badge {
    color: red;
    font-weight: 600
}

span.phone-badge {
    border: 1px solid red;
    border-radius: 25px;
    padding: 2px 15px;
    margin-left: 10px
}

.phone-badge img {
    vertical-align: middle;
    margin-right: 5px
}

.price-pkg-sec button {
    display: table;
    margin: 0 auto 20px
}

.hero-banner .owl-dots .owl-dot.active span,
.hero-banner .owl-dots .owl-dot:hover span {
    background: #e48527
}

.hero-banner .item4a .caption-fourth {
    padding-right: 45px
}

.hero-banner .item4a .caption .color12 {
    color: #3e3e3e
}

.hero-banner .item4a .caption .font-52 {
    font-size: 52px
}

.hero-banner .item4a .caption .color13 {
    color: #a52d2d
}

.hero-banner .item4a .caption .font-25 {
    font-size: 25px
}

.frequentqa-sec .panel ul {
    list-style-image: url(../layout-optim/doc-review-consult/bullet-tick.png);
    margin-left: 20px;
    margin-right: 20px
}

.accordion-sec .accordion {
    width: 100%;
    border-bottom: 1px solid #ededed
}

.accordion-sec .accordion:last-child {
    border-bottom: 0;
    padding-bottom: 10px
}

.accordion-sec .accordion-header {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 25px 20px 25px 50px;
    position: relative;
    font-weight: 500
}

.accordion-header.active::after {
    content: "\2212";
    color: #fff;
    display: flex
}

.accordion-header.closed::after,
.accordion-header::after {
    content: '\002B';
    color: #fff
}

.accordion-header::after {
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 24px;
    background: #10182f;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px
}

.accordion-sec .panel {
    display: none;
    padding-left: 50px;
    padding-right: 20px
}

.content-card p {
    line-height: 1.8
}

.price-pkg-sec .accordion {
    width: 100%
}

.price-pkg-sec .selected-amount {
    line-height: 1
}

.price-pkg-sec .accordion:last-child {
    border-bottom: 0
}

.price-pkg-sec .pricecard-item {
    cursor: pointer;
    position: relative;
    border: 1px solid #cacaca;
    box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #fff;
    padding: 12px 10px;
    outline: 0;
    overflow: hidden
}

.price-pkg-sec .pricecard-item.pricecard-item-active {
    background-color: #fbfffe;
    border-color: #00dbaa
}

.price-pkg-sec .pricecard-item.pricecard-item-active .save-badge {
    background: #f5fffd !important;
    border: 1px solid #00dbaa !important;
    color: #00b48c !important
}

.documents-price {
    position: relative;
    top: 2px
}

.price-pkg-sec .pricecard-item.pricecard-item-active .check-icon {
    display: block
}

.price-pkg-sec .pricecard-item .check-icon,
.price-pkg-sec .pricecard-item.pricecard-item-active .uncheck-icon {
    display: none
}

.price-pkg-sec .panel {
    display: none;
    padding-left: 50px;
    padding-right: 20px
}

.price-pkg-sec .pricecard-item .price-cntnt .details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.price-pkg-sec .pricecard-item .price-cntnt img {
    height: 18px;
    width: 18px
}

.price-pkg-sec .pricecard-item .save-badge {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: 0 0;
    font-size: 10px;
    color: #333;
    font-weight: 600;
    padding: 3px 10px;
    border: 1px solid #333;
    min-width: 80px;
    text-align: center;
    margin-left: -20px;
    margin-top: 5px
}

.price-pkg-sec .pricecard-item .price-amt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.price-pkg-sec .pricecard-item .price-amt p {
    color: red;
    text-decoration: line-through;
    margin-left: auto
}

.price-pkg-sec .pricecard-item .price-amt h4 {
    font-size: 18px;
    margin-top: 0;
    margin-left: auto
}

.pricing-area .got-question {
    padding: 20px 10px;
    margin: 0 10px
}

.pricing-area .phone-badge {
    margin-top: 3px;
    display: inline-block
}

.pricing-dropdown {
    margin: 0 10px 10px !important
}

.selected-amount h3 {
    color: #333 !important
}

.price-pkg-sec .pricing-cards {
    padding: 10px 10px 5px !important
}

.price-pkg-sec .pricecard-item .price-cntnt .details p.text-muted {
    color: #999
}

.discount-off {
    position: relative;
    display: block;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    color: #e57373;
    text-align: left;
    padding: 0
}

.discount-off:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #e57373;
    top: 4px;
    left: -12px;
    z-index: 1;
    border-radius: 50%;
    position: absolute
}

.price-pkg-sec .pricecard-item .price-cntnt .details h4 {
    font-size: 15px;
    line-height: 18px
}

.pricecard-item-top {
    position: relative;
    border: 1px solid #cacaca;
    box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, .1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #fff;
    padding: 10px 15px;
    outline: 0;
    overflow: hidden
}

.paying-steps ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.paying-steps ul li {
    display: inline-block;
    position: relative;
    margin-right: 32px;
    font-weight: 600;
    font-size: 11px;
    font-style: italic
}

.paying-steps ul li:not(:first-child):before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background: #ccc;
    top: 7px;
    left: -30px
}

.paying-steps ul li:not(:last-child):after {
    position: absolute;
    content: ">";
    right: -31px;
    color: #ccc;
    top: -2px;
    font-size: 14px
}

.info-highlight .icon-circle,
.why-talk-to-lawyer .icon-circle {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.info-highlight .icon-circle {
    background: #dffdfd;
    margin-right: 12px
}

.info-highlight p {
    line-height: 1.6
}

.why-talk-to-lawyer .icon-circle {
    border: 5px solid #ededed;
    margin-right: 20px
}

.info-highlight p,
.why-talk-to-lawyer .desc-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.reviews-avatar .avatar-img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.accept-payment h2,
.mob-buy-now,
.reviews-mob {
    display: none
}

.modal h1,
.reviews-sec p {
    line-height: 1.6
}

.price-pkg-sec {
    position: sticky;
    position: -webkit-sticky;
    top: 80px !important
}

.price-pkg-sec .selected-amount {
    color: #214e92
}

.price-pkg-sec .col-6 {
    padding-left: 5px;
    padding-right: 5px
}

.price-pkg-sec .pricing-cards {
    margin: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    border-top: 3px solid #82b440
}

.price-pkg-sec .pricing-cards .minutes-head {
    line-height: 1.4;
    font-size: 16px;
    color: #000
}

.price-pkg-sec .payment-gateways {
    border-top: 1px solid #b0bcbf;
    border-bottom: 1px solid #b0bcbf;
    padding: 5px 0;
    margin: 20px -10px
}

.price-pkg-sec .form-control,
.select-css {
    display: block;
    width: 100%;
    background-color: #fff
}

.price-pkg-sec .form-control {
    height: 55px;
    padding: 6px 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    outline: 0 !important
}

.select-css {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), -o-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #fff 0, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%
}

.select-css::-ms-expand {
    display: none
}

.select-css:hover {
    border-color: #888
}

.select-css:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: 0
}

:root:lang(ar) .select-css,
:root:lang(iw) .select-css,
[dir=rtl] .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em
}

.select-css:disabled,
.select-css[aria-disabled=true] {
    color: graytext;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), -o-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #fff 0, #e5e5e5 100%)
}

.select-css:disabled:hover,
.select-css[aria-disabled=true] {
    border-color: #aaa
}

p.extra-mis,
span.extra-mis {
    font-weight: 500;
    color: #f1360a;
    font-size: 13px
}

.accept-payment {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px
}

.buy-lk-footer,
.sticky-cust-care,
.sticky-secure {
    display: none
}

.just-consult-img {
    width: 189px;
    height: 31px
}

/* Starts On Free Legal Advice Css */

.free-mint-content {
    background: #ffffff;
    box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    -webkit-box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    -moz-box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    -ms-box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    -o-box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    border-left: 5px solid #394a5c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.free-mint-content h2 {
    font-family: 'Quicksand', sans-serif !important;
    color: #394a5c;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.free-mint-content h4 {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 300;
    color: #545454;
    font-size: 18px;
}

.free-mint-content .avatars-online p {
    font-family: 'Quicksand', sans-serif !important;
}

.free-consult-top .avatars-online p {
    margin-bottom: 0 !important;
}

.free-mint-content .avatars-online .img-circle {
    border: 3px solid #f3e7d3;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 35px;
}

.free-mint-content .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}

.free-consult-top .avatars-online .img-circle img {
    vertical-align: unset;
    top: auto;
    position: static;
}

.free-mint-content .avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}

.free-mint-content .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}

.free-mint-content .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}

.free-mint-content .avatars-online .pulse {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #388e3c;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.free-legal-advice a {
    box-shadow: 0px 8px 12.96px 3.04px rgb(103 156 92 / 33%);
    -webkit-box-shadow: 0px 8px 12.96px 3.04px rgb(103 156 92 / 33%);
    -moz-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    -ms-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    -o-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    background: rgb(81, 229, 182);
    background: linear-gradient(-7deg, rgba(81, 229, 182, 1) 0%, rgba(83, 215, 194, 1) 100%);
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 25px;
}

.legal-advice-panel {
    padding: 15px 0 30px 20px;
    background-color: #f6f6f9;
    z-index: 1;
}

.legal-advice-panel:before {
    position: absolute;
    content: "";
    background-color: #f6f6f9;
    height: 388px;
    border-top-right-radius: 150px;
    -webkit-border-top-right-radius: 150px;
    -moz-border-top-right-radius: 150px;
    -ms-border-top-right-radius: 150px;
    -o-border-top-right-radius: 150px;
    border-bottom-right-radius: 190px;
    -webkit-border-bottom-right-radius: 190px;
    -moz-border-bottom-right-radius: 190px;
    -ms-border-bottom-right-radius: 190px;
    -o-border-bottom-right-radius: 190px;
    top: -80px;
    right: -40px;
    width: 660px;
    z-index: -1;
}

.legal-advice-panel .bg-circle {
    width: 141px;
    height: 137px;
    background: #f6f6f9;
    border: 20px solid #efeff2;
    top: -40px;
    left: -45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.legal-advice-panel .dot-line {
    right: 0;
    bottom: 0;
}

.legal-advice-panel .dot-line ul {
    list-style-type: none;
}

.legal-advice-panel .dot-line li {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #928e95;
    display: inline-block;
    margin-right: 10px;
}

.free-legal-advice .right-side .dot-line {
    right: -15px;
    top: 4px;
}

.free-legal-advice .right-side .dot-line li {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #3f3943;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.free-legal-advice .right-side ul {
    transform: rotate(90deg);
    margin: 0;
}

.free-legal-advice .right-side .dot-lines {
    right: 0px;
    top: 4px;
}

.free-legal-advice .right-side .dot-lines li {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #3f3943;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.free-legal-advice .right-side .dot-lines ul {
    transform: rotate(90deg);
    margin: 0;
}



/* Ends On Free Legal Advice Css */

/* Free Consultation Modal */

.modal.viewport-area {
    max-width: 550px;
    padding: 20px;
    width: 100%;
}

.modal.viewport-area h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.free-consult-top h2 {
    font-size: 24px !important;
}

.modal.viewport-area .form-field h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.free-consult-top h2+h2 {
    color: #6d7e86 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.modal.viewport-area .form-group {
    margin-bottom: 4px !important;
}

.modal.viewport-area a.common-action-btn {
    background-color: #00b48c;
    box-shadow: 0 6px #019473;
    -webkit-box-shadow: 0 6px #019473;
    -moz-box-shadow: 0 6px #019473;
    -ms-box-shadow: 0 6px #019473;
    -o-box-shadow: 0 6px #019473;
}

.modal.viewport-area a.common-action-btn:hover {
    box-shadow: 0 4px #019473;
    -webkit-box-shadow: 0 4px #019473;
    -moz-box-shadow: 0 4px #019473;
    -ms-box-shadow: 0 4px #019473;
    -o-box-shadow: 0 4px #019473;
    top: 2px;
}

.modal.viewport-area a.common-action-btn {
    outline: 0 none;
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.modal.viewport-area button.common-action-btn {
    background-color: #278cf3;
    box-shadow: 0 6px #0659ae;
    -webkit-box-shadow: 0 6px #0659ae;
    -moz-box-shadow: 0 6px #0659ae;
    -ms-box-shadow: 0 6px #0659ae;
    -o-box-shadow: 0 6px #0659ae;
}

.modal.viewport-area button.common-action-btn:hover {
    box-shadow: 0 4px#0659ae;
    -webkit-box-shadow: 0 4px#0659ae;
    -moz-box-shadow: 0 4px#0659ae;
    -ms-box-shadow: 0 4px#0659ae;
    -o-box-shadow: 0 4px#0659ae;
    top: 2px;
}

.modal.viewport-area button.common-action-btn {
    outline: 0 none;
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.modal.viewport-area .form-field {
    display: none;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.modal.viewport-area img {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.modal.viewport-area .col-6,
.modal.viewport-area .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.modal.viewport-area .img-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.modal.viewport-area p {
    margin-bottom: 10px;
}

.modal.viewport-area .form-field input {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-right: 0;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    margin-bottom: 10px;
}

.modal.viewport-area .form-field textarea {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-right: 0;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}


.free-consult-top .avatars-online p {
    font-family: 'Quicksand', sans-serif !important;
}

.free-consult-top .avatars-online p {
    margin-bottom: 0 !important;
}

.free-consult-top .avatars-online .img-circle {
    border: 3px solid #f3e7d3;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 35px;
}

.free-consult-top .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}

.free-consult-top .avatars-online .img-circle img {
    vertical-align: unset;
    top: auto;
    position: static;
}

.free-consult-top .avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}

.free-consult-top .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}

.free-consult-top .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}

.free-consult-top .avatars-online .pulse {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #388e3c;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.free-consult-top .avatars-online .pulse:hover {
    -webkit-animation: none;
    animation: none;
}


/* Ends Free Consultation Modal */



@media screen and (max-width:991px) {
    .mobile-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .col-sm-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .just-consult-sec {
        order: 1
    }

    .info-highlight {
        order: 2
    }

    .howitworks-sec {
        order: 3
    }

    .price-pkg-sec {
        order: 4
    }

    .why-talk-to-lawyer {
        order: 5
    }

    .free-legal-advice {
        order: 6
    }

    .frequentqa-sec {
        order: 7
    }
    
    .reviews-mob {
        order: 8
    }

    .common-divider,
    .just-consult-sec .advice-just-txt br {
        display: none
    }

    .hero-banner .item4a .caption-fourth {
        padding-right: 10px
    }

    .hero-banner .item4a .caption-fourth .font-52 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .hero-banner .item4a .caption-fourth .font-25 {
        font-size: 14px !important;
        margin-bottom: 15px
    }

    .hero-banner .item4a .caption-fourth .line-break {
        max-width: 170px;
        line-height: 18px;
        float: right
    }

    .price-pkg-sec .pricing-cards {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        border-radius: 0;
        border: 0;
        padding: 0 !important;
        margin: 0 !important
    }

    .price-pkg-sec .form-control {
        padding: 6px;
        font-size: 18px
    }

    .info-highlight .icon-circle {
        width: 35px;
        height: 41px;
        margin-right: 10px;
        background: 0 0;
        border-radius: 0
    }

    .info-highlight .icon-circle img {
        width: 35px;
        height: 38px
    }

    .info-highlight p {
        color: #000;
        font-weight: 600
    }

    .column-desktop {
        padding-left: 15px;
        padding-right: 15px
    }

    .info-highlight,
    .why-talk-to-lawyer {
        border-top: 8px solid #eef0f0;
        border-bottom: 8px solid #eef0f0;
        padding-top: 23px;
        padding-bottom: 23px
    }

    .why-talk-to-lawyer {
        padding-top: 35px;
        padding-bottom: 5px;
        border-top: 0
    }

    .price-pkg-sec {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-bottom: 8px solid #eef0f0;
        position: initial !important
    }

    .buy-lk-footer .buy-fixed span.talk-expert-txt,
    .sticky-cust-care,
    .sticky-secure {
        display: block
    }

    .accept-payment {
        margin-bottom: 0;
        border: 0
    }

    .why-talk-to-lawyer .icon-circle {
        width: auto;
        height: auto;
        border: 0;
        margin-right: 24px
    }

    .why-talk-to-lawyer .desc-right {
        font-size: 13px !important;
        color: #000;
        font-weight: 500
    }

    .why-talk-to-lawyer li {
        margin-bottom: 33px !important
    }

    .why-talk-to-lawyer .desc-right h4 {
        font-size: 14px
    }

    .why-talk-to-lawyer .desc-right p {
        font-size: 13px
    }

    h1.font-18 {
        font-size: 14px !important
    }

    .just-consult {
        margin-top: 0;
        margin-bottom: 15px
    }

    .just-consult-sec .rating span {
        font-size: 13px;
        font-weight: 500
    }

    .just-consult-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 15px
    }

    .just-consult-sec .just-consult-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 189px;
        margin-bottom: 5px
    }

    .just-consult-sec .rating {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .just-consult-sec .advice-just-txt {
        -webkit-box-ordinal-group: 5;
        order: 4;
        -ms-flex-order: 4;
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 5px !important;
        font-weight: 500;
        color: #545454
    }

    .advice-just-txt span {
        color: #f1360a;
        margin-left: 5px;
        position: relative;
        top: 3px
    }

    .just-consult-sec .avatars-online {
        -webkit-box-ordinal-group: 6;
        order: 5;
        -ms-flex-order: 5
    }

    .just-consult-sec .avatars-online+.avatars-online {
        -webkit-box-ordinal-group: 7;
        order: 6;
        -ms-flex-order: 6
    }

    .frequentqa-sec.column-desktop {
        padding: 20px 0 0 !important
    }

    .frequentqa-sec .panel ul {
        padding-left: 20px;
        padding-right: 20px
    }

    .reviews-sec {
        padding-top: 35px;
        display: none
    }

    .reviews-mob {
        padding-top: 20px;
        padding-bottom: 35px;
        display: block
    }

    .reviews-mob .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .avatar-box p,
    .reviews-mob p {
        line-height: 1.6
    }

    .reviews-mob p {
        color: #545454;
        font-size: 13px;
        font-weight: 500
    }

    .avatar-box .circle-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f2a52b;
        font-weight: 700;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px
    }

    .avatar-box p {
        color: #000;
        font-size: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-weight: 600;
        text-align: left
    }

    .buy-lk-footer {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        height: 58px
    }

    .buy-lk-footer .buy-fixed a {
        background: #fde8e3 !important;
        padding: 10px 25px !important;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
        box-shadow: 0 0 5px rgba(0, 0, 0, .5);
        display: block;
        color: #fff
    }

    .talk-expert-txt {
        font-size: 13px
    }

    .buy-lk-footer .col-3,
    .buy-lk-footer .col-9 {
        padding: 0
    }

    .buy-lk-footer .common-action-btn {
        font-size: 12px;
        padding: 7px 8px;
        float: right
    }

    .buy-lk-footer .left-side img {
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 5px
    }

    .buy-lk-footer .buy-fixed span {
        text-transform: uppercase;
        font-size: 14px;
        color: #2d2d32
    }

    .accept-payment h2,
    .mob-buy-now {
        display: block
    }

    .desktop-buy-now {
        display: none
    }

    .cust-care {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 10px
    }

    .cust-care p {
        font-size: 13px !important;
        line-height: 1.6;
        color: #545454
    }

    p.got-question {
        display: none
    }

    .talk-cntctfooter {
        padding: 20px 20px 80px !important
    }

    footer.main-footer {
        margin-bottom: 58px
    }

    .sticky-secure p {
        font-size: 12px;
        color: #545454;
        line-height: 1.6
    }

    .why-talk-to-lawyer h1.font-18 {
        text-align: center
    }

    .howitworks-sec {
        border-top: 0 solid #eef0f0;
        border-bottom: 8px solid #eef0f0;
        padding-top: 25px;
        padding-bottom: 25px
    }

    .howitworks-sec .tile-box:before {
        left: 75%
    }

    .price-pkg-sec .pricecard-item .price-amt {
        margin-left: auto;
        min-height: auto
    }

    .price-pkg-sec .accordion .col-9 {
        -ms-flex: 0 0 70%;
        -webkit-box-flex: 0;
        flex: 0 0 70%;
        max-width: 70%
    }

    .price-pkg-sec .accordion .col-3 {
        -ms-flex: 0 0 30%;
        -webkit-box-flex: 0;
        flex: 0 0 30%;
        max-width: 30%
    }

    .pricing-dropdown {
        margin: 0 0 15px !important
    }

    .pricecard-item-top {
        padding: 10px 20px 5px
    }

    .selected-amount h3 {
        font-size: 16px
    }

    .price-pkg-sec .pricecard-item .price-cntnt .details h4 {
        font-size: 15px
    }

    .paying-steps ul li {
        margin-right: 20px;
        font-size: 11px
    }

    .paying-steps ul li:not(:first-child):before {
        width: 15px;
        top: 7px;
        left: -20px
    }

    .paying-steps ul li:not(:last-child):after {
        right: -20px;
        top: -2px;
        font-size: 13px
    }

    .container {
        padding: 0 15px !important
    }

    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info-highlight p {
        font-size: 12px !important
    }

    .hero-banner {
        height: 260px
    }

    .howitworks-sec .tile-box img {
        height: 60px;
        width: 60px
    }

    .free-consult-top .avatars-online.d-flex.align-items-center {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        margin-top: 10px;
        max-width: 350px;
    }

    .free-consult-top .avatars-online {
        width: 100%;
        margin-top: 10px;
    }

    .free-consult-top .avatars-online p {
        margin-bottom: 30px !important;
    }

    .modal.viewport-area a.common-action-btn {
        padding: 15px 10px;
        font-size: 14px;
    }

    .free-mint-content .legal-advice-panel:before {
        display: none;
    }

    .free-mint-content {
        background-color: #f6f6f9;
        text-align: center;
    }

    .free-mint-content .avatars-online.d-flex.align-items-center {
        margin: 0 auto;
        max-width: 350px;
        margin-top: 10px;
    }

    .free-mint-content .legal-advice-panel {
        padding: 20px;
    }

    .legal-advice-panel .dot-line, .right-side .dot-line, .right-side .dot-lines {
        display: none;
    }

    .free-mint-content .callnow-btn {
        padding-bottom: 25px;
    }

    .free-legal-advice a {
        padding: 20px 50px;
        margin: 0;
        display: block;
    }

    .free-mint-content .avatars-online.d-flex.align-items-center {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        margin-top: 10px;
    }

    .free-mint-content .avatars-online {
        width: 100%;
        margin-top: 10px;
    }

    .free-legal-advice {
        margin-top: 30px;
        margin-bottom: 20px;
    }

}

@media screen and (max-width:480px) {
    .accordion-sec .accordion-header {
        padding: 15px 0 15px 35px;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word
    }

    .accordion-header::after {
        width: 24px;
        height: 25px;
        font-size: 18px;
        top: 15px
    }

    .accordion-sec .panel {
        padding-left: 0;
        padding-right: 0
    }

    .pricecard-item-top .col-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px
    }
}

@media screen and (max-width:359px) {

    p.extra-mis,
    span.extra-mis {
        font-size: 12px
    }

    .info-highlight .icon-circle,
    .info-highlight .icon-circle img {
        width: 30px;
        height: auto
    }
}

@media screen and (min-width:992px) {
    .desktop-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .maincontent-area,
    .pricing-area {
        padding-left: 15px;
        padding-right: 15px
    }

    .maincontent-area {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .pricing-area {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .container {
        max-width: 1280px !important
    }

    .just-consult-sec a.rating span {
        font-size: 16px !important
    }

    .just-consult-sec .quick-instant-txt,
    .why-talk-to-lawyer .desc-right h4 {
        font-size: 18px !important
    }

    .just-consult-sec .advice-just-txt,
    h1.font-18 {
        font-size: 20px !important
    }

    .info-highlight .icon-circle {
        width: 80px !important;
        height: 80px !important
    }

    .info-highlight p {
        margin-left: 10px !important
    }

    .info-highlight p span {
        font-weight: 600 !important
    }

    .info-highlight p,
    .reviews-sec p {
        font-size: 16px !important
    }
}