@-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;
    }
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
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: -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 {
    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-18 {
    font-size: 18px;
}
.font-16 {
    font-size: 16px;
}
.font-12,
.upload-doc-form .btn-file span {
    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,
.simple-steps ul {
    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, 0.1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.common-action-btn: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;
}
.text-right {
    text-align: right;
}
.border-radius-5 {
    border-radius: 5px;
}
.border-radius-50p {
    border-radius: 50%;
}
.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}
.alert-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    line-height: 1.6;
}
.common-border {
    border: 1px solid #b3baa9;
}
.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 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-10,
.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 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-7,
.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 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-4,
.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 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-1,
.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-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;
}
.common-header,
.common-header-right {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-header {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.common-header::after,
.common-header::before {
    position: absolute;
    content: "";
    background-image: url(search-lawyer-dynamic/comon-divider.png);
    background-repeat: repeat-x;
    width: calc(50% - 180px);
    height: 9px;
}
.common-header::before {
    left: 0;
}
.common-header::after {
    right: 0;
    z-index: 999;
}
.common-header h1 {
    max-width: 270px;
}
.common-header-right {
    padding-right: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.common-header-right::after {
    position: absolute;
    content: "";
    width: 100px;
    right: 0;
}
.common-divider,
.common-header-right::after {
    background-image: url(search-lawyer-dynamic/comon-divider.png);
    background-repeat: repeat-x;
    height: 9px;
}
.mob-get-legal-txt {
    display: none;
}
.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, 0.4);
    box-shadow: 0 0 0 rgba(56, 142, 60, 0.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;
}
.simple-steps ul:before {
    position: absolute;
    content: "";
    background: #f7f7f7;
    height: calc(100% - 10px);
    width: 2px;
    top: 10px;
    left: 35px;
}
.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;
}
.deliverable-sec .tile-card {
    box-shadow: 0 0 21.25px 3.75px rgba(156, 156, 156, 0.1);
    -webkit-box-shadow: 0 0 21.25px 3.75px rgba(156, 156, 156, 0.1);
    -moz-box-shadow: 0 0 21.25px 3.75px rgba(156, 156, 156, 0.1);
    -ms-box-shadow: 0 0 21.25px 3.75px rgba(156, 156, 156, 0.1);
    -o-box-shadow: 0 0 21.25px 3.75px rgba(156, 156, 156, 0.1);
    background: #fff;
    border: 1px solid #ececec;
    height: 100%;
}
.deliverable-sec .tile-card .tile-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}
.deliverable-sec .tile-card .tile-card-body img {
    height: 64px;
    width: 64px;
}
.deliverable-sec .tile-card .tile-card-body h4 {
    color: #304378;
    line-height: 1.6;
    white-space: normal;
    -webkit-word-break: break-all;
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}
.deliverable-sec .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%;
    margin-right: 20px;
    border: 0;
    background-color: #dfe5f7;
}
.deliverable-sec .icon-circle img {
    width: 40px;
    height: 40px;
}
.deliverable-sec .desc-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.deliverable-sec .desc-right h4 {
    line-height: 24px;
}
.payless-talkmore span + span {
    color: #72a62a;
}
.price-pkg-sec button {
    display: table;
    margin: 0 auto 20px;
}
.price-pkg-sec [type="radio"]:checked + label,
.price-pkg-sec [type="radio"]:not(:checked) + label {
    position: relative;
    padding: 10px;
    cursor: pointer;
    color: #666;
    display: block;
    margin: 0;
    line-height: 1;
}
.modal a.close-modal {
    top: auto;
    right: auto;
    display: inline-block;
    width: 70px;
    height: 70px;
    bottom: -35px;
    left: auto;
    margin-left: -30px;
}
.media-slider {
    height: 183px;
}
.hero-banner .owl-dots .owl-dot.active span,
.hero-banner .owl-dots .owl-dot:hover span {
    background: #e48527;
}
.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,
.price-pkg-sec .accordion:last-child {
    border-bottom: 0;
}
.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: "\02B";
    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;
}
pre {
    font-size: 14px;
    white-space: pre-wrap;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
}
.price-pkg-sec .accordion {
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.price-pkg-sec .selected-amount {
    line-height: 1;
}
.price-pkg-sec .payless-talkmore {
    font-size: 20px;
}
.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, 0.1);
    -webkit-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    border-radius: 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;
}
.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: 24px;
    width: 24px;
}
.price-pkg-sec .pricecard-item .price-cntnt .details p {
    font-size: 10px;
    color: #999;
}
.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: 12px;
    color: #333;
    font-weight: 400;
    padding: 4px 10px;
    border: 1px solid #333;
    bottom: 10px;
    right: 10px;
}
.price-pkg-sec .pricecard-item .price-amt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.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: 20px;
    margin-top: 0;
    margin-left: auto;
}
.upload-doc-form .control-group .control-input,
.upload-doc-form .control-group .select2-container .select2-selection--single {
    background: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    padding: 10px;
    width: 100%;
    border: 0;
    outline: 0;
    color: #333;
}
.upload-doc-form .control-group .select2-container .select2-selection--single {
    height: 50px !important;
}
.upload-doc-form .control-group .select2-container {
    width: 100% !important;
}
.upload-doc-form .control-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}
.upload-doc-form .control-group .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0 !important;
}
.upload-doc-form .control-group .control-textarea {
    height: auto;
    resize: none;
}
.upload-doc-form .btn-file,
.upload-doc-form .control-group button[type="button"] {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 0;
    cursor: pointer;
    letter-spacing: 1px;
    outline: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 14px;
    text-transform: capitalize;
}
.upload-doc-form .control-group button[type="button"] {
    border-radius: 5px;
    position: relative;
    width: 50%;
    height: 45px;
    line-height: 50px;
    background-color: #234d94;
    box-shadow: 0 6px #234d94;
    display: table;
    margin: 0 auto;
}
.upload-doc-form .control-group button[type="button"]:hover {
    box-shadow: 0 4px #042661;
    top: 2px;
}
.upload-doc-form .control-group button[type="button"]:active {
    box-shadow: 0 0 #042661;
    top: 6px;
}
.upload-doc-form .btn-file {
    overflow: hidden;
    width: 135px;
    height: 50px;
    line-height: 42px;
    background-color: #00b48c;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.upload-doc-form .file-wrapper .control-input {
    padding-right: 140px;
}
.schedule-main .btn-file input[type="file"],
.upload-doc-form .btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    cursor: inherit;
    display: block;
}
.upload-doc-form .btn-file img {
    margin-right: 5px;
}
.payment-timeline {
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.payment-timeline .success-each {
    position: relative;
    padding-left: 30px;
    padding-bottom: 40px;
}
.payment-timeline .success-each:last-child {
    padding-bottom: 0;
}
.payment-timeline .success-each:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: #dfe1fd;
    left: 0;
    top: 0;
}
.payment-timeline .success-each.active:before {
    background: #26a541;
}
.payment-timeline .success-each:last-child:before {
    height: 0;
}
.payment-timeline .success-each h4 {
    font-size: 15px;
    font-weight: 600;
    color: #3c3c3c;
}
.payment-timeline .success-each.active h4 {
    color: #26a541;
}
.payment-timeline .success-each p {
    font-size: 14px;
    font-weight: 400;
    color: #535252;
    margin-top: 10px;
}
.payment-timeline .num-count {
    position: absolute;
    height: 24px;
    width: 24px;
    border: 1px solid #dfe1fd;
    top: 0;
    left: -10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #dfe1fd;
    font-size: 15px;
}
.payment-timeline .tick-circle {
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.payment-timeline .tick-circle img {
    width: 24px;
    height: 24px;
}
/* 18-02 */
.browse-file {
    /* overflow: hidden; */
    clear: both;
    border: 2px solid #d0d2db;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.browse-file .first-part {
    float: left;
    width: 60px;
    margin-right: 20px;
}
.browse-file .first-part .circle-file {
    background: #ecf4ff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 2px solid #6c97e0;
    color: #6c97e0;
}
.browse-file .first-part .circle-file.no-file {
    background: #e6e6e6 !important;
    color: #212121 !important;
    border-color: #e6dbdb !important;
}
.browse-file .second-part {
    float: left;
    width: calc(100% - 250px);
}
.browse-file .second-part h4,
.browse-file .second-part p {
    word-break: break-all;
    white-space: normal;
}
.browse-file .fourth-part,
.browse-file .third-part {
    float: left;
    width: 30px;
    margin-left: 20px;
}
.type-file-head {
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
}
.remove-icon {
    background: #f44336;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 10px;
}
.remove-icon img {
    width: 11px !important;
    height: 14px !important;
}
.delete-file {
    background: #f44336;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 0 23.25px 1.75px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 23.25px 1.75px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -12px;
    right: -10px;
    cursor: pointer;
}
/* .browse-file .fourth-part {
    float: left;
    width: 30px;
    margin-left: 50px;
} */
/* .browse-file .third-part {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 11;
    overflow: visible;
} */
.upload-file-size {
    color: #abb1b5;
}
.browse-file .fourth-part {
    width: 100px;
}
.browse-file .first-part img {
    width: 24px;
    height: 24px;
}
.browse-file .third-part img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.error {
    color: red;
}
.btn-bs-file,
.btn-bs-success {
    position: relative;
    background-color: #22980c;
    border: 0;
    padding: 0;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
}
.btn-bs-file {
    background-color: #00b48c;
    cursor: pointer;
}
.btn-bs-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: 0;
    cursor: inherit;
}
.progressbar-main {
    color: #313131;
    background-color: #f1f1f1;
    font-size: 9px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    margin-top: 5px;
}
.progressbar {
    color: #fff;
    background-color: #00b48c;
    padding: 0.01em 16px;
}
.progressbar-main:after,
.progressbar-main:before {
    content: "";
    display: table;
    clear: both;
}
.control-group.m-t-20 {
    margin-top: 20px;
}
@media screen and (max-width: 575px) {
    .placing-info .details h4 {
        font-size: 16px;
        margin: 0 auto !important;
        display: table !important;
    }
    .schedule-main .tile-card .tile-card-body form .control-group .col-12 {
        padding: 0;
    }
    .schedule-main .btn-file {
        width: 85px !important;
    }
}
@media screen and (max-width: 480px) {
    .modal .row-height {
        height: 120px;
    }
    .upload-doc-form .control-group {
        margin-bottom: 0;
    }
    .upload-doc-form .col-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .textarea-col {
        margin-bottom: 10px !important;
    }
    .upload-doc-form .btn-file {
        width: 85px;
    }
    .schedule-main .file-wrapper .control-input,
    .upload-doc-form .file-wrapper .control-input {
        padding-right: 95px;
    }
    .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;
    }
    .placing-info img {
        width: 40px;
    }
    .schedule-main .col-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .schedule-main .time-slot {
        margin-left: -12px;
        margin-right: -12px;
    }
    .schedule-main .btn-file {
        width: 85px;
    }
    .accordion-sec .panel {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 414px) {
    .price-pkg-sec .pricing-cards .minutes-head + p {
        font-size: 13px;
    }
}
@media screen and (max-width: 359px) {
    .get-legal-txt {
        font-size: 11px !important;
    }
    p.extra-mis,
    span.extra-mis {
        font-size: 12px;
    }
    .info-highlight .icon-circle,
    .info-highlight .icon-circle img {
        width: 30px;
        height: auto;
    }
    .media-slider {
        height: 215px;
    }
    .slot-item {
        text-align: center !important;
        align-items: center !important;
    }
    .slot-item li,
    .slot-item ul.d-flex {
        display: inline-block;
    }
    .schedule-main .tile-card-body .col-3 {
        -ms-flex: 0 0 60%;
        -webkit-box-flex: 0;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
.blink-now {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
.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;
}
.why-talk-to-lawyer.adv-lk .icon-circle {
    border: 0;
    background-color: #f0f9ff;
}
.info-highlight p,
.why-talk-to-lawyer .desc-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.simple-steps .icon-circle {
    background: #f7f7f7;
    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%;
    margin-right: 20px;
    position: relative;
}
.simple-steps .desc {
    -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;
}
.calling-lawyer .language-hello {
    top: 0;
    width: 100px;
    right: 0;
}
.payless-talkmore span {
    color: #003d7f;
}
.payless-talkmore p {
    color: #f1360a;
}
.price-pkg-sec {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}
.price-pkg-sec [type="radio"]:checked,
.price-pkg-sec [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.price-pkg-sec [type="radio"]:checked + label:before,
.price-pkg-sec [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: auto;
    right: 5px;
    bottom: 12px;
    width: 16px;
    height: 16px;
    border: 2px solid #bfbfbf;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
}
.price-pkg-sec [type="radio"]:checked + label:after,
.price-pkg-sec [type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    bottom: 9px;
    right: 1px;
    left: auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 12px;
    width: 16px;
    height: 16px;
}
.price-pkg-sec [type="radio"]:checked + label:after {
    content: url(just-consult/radio-tick.png);
    position: absolute;
    width: 10px;
    height: 10px;
    right: 8px;
    bottom: 15px;
}
.price-pkg-sec [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.price-pkg-sec [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.price-pkg-sec .common-border.common-border-active [type="radio"]:checked + label:before {
    background: #5d9907;
    border: 0;
}
.price-pkg-sec .common-border.common-border-active [type="radio"]:checked + label:after {
    color: #fff;
}
.price-pkg-sec .selected-amount {
    color: #214e92;
}
.price-pkg-sec .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}
.price-pkg-sec .common-border.common-border-active {
    border: 2px solid #5d9907;
    background: #eefbfe;
    -webkit-box-shadow: 0 0 9px 0 rgba(2, 3, 3, 0.29);
    box-shadow: 0 0 9px 0 rgba(2, 3, 3, 0.29);
}
.price-pkg-sec .pricing-cards {
    margin: 0 15px;
    background: #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);
    padding: 20px 10px;
    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: 0.6em 1.4em 0.5em 0.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, 0.04);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 0.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 0.7em top 50%, 0 0;
    background-size: 0.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, 0.7);
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.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 0.7em top 50%, 0 0;
    padding: 0.6em 0.8em 0.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;
}
.price-pkg-sec .common-border {
    max-height: 110px;
    background: #fff;
}
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;
}
.modal {
    max-width: 430px;
    padding: 30px 30px 50px;
    width: 100%;
}
.modal .row-height {
    height: 150px;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .desktop-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .maincontent-area,
    .pricing-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-area {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .payment-timeline {
        flex-direction: row;
        margin: 30px 20px 0;
    }
    .payment-timeline .success-each:before {
        width: 100%;
        height: 4px;
        top: 15px;
        left: 100px;
    }
    .payment-timeline .success-each:last-child:before {
        height: 4px;
        width: 0;
    }
    .payment-timeline .success-each {
        position: relative;
        flex-basis: 25%;
        text-align: center;
        padding: 50px 30px 0 0;
    }
    .payment-timeline .num-count {
        position: absolute;
        height: 34px;
        width: 34px;
        border: 1px solid #dfe1fd;
        top: 0;
        left: 90px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #dfe1fd;
        font-size: 15px;
    }
    .payment-timeline .tick-circle {
        left: 90px;
    }
    .payment-timeline .tick-circle img {
        width: 34px;
        height: 34px;
    }
}
@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;
    }
    .price-pkg-sec {
        position: relative;
        top: auto;
    }
    .col-sm-100 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .just-consult-sec {
        padding-bottom: 20px;
        padding-top: 0;
    }
    .calling-lawyer {
        display: none;
    }
    .just-consult-sec {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .howitworks-sec {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .price-pkg-sec {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .deliverable-sec {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .upload-doc-form {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .frequentqa-sec {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .reviews-mob {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .common-divider {
        display: none;
    }
    .price-pkg-sec .pricing-cards {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        background: 0 0;
        border-radius: 0;
        border: 0;
    }
    .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;
    }
    .column-desktop,
    .price-pkg-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .info-highlight {
        border-bottom: 8px solid #eef0f0;
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .info-highlight,
    .why-talk-to-lawyer {
        border-top: 8px solid #eef0f0;
    }
    .simple-steps,
    .simple-steps-second,
    .why-talk-to-lawyer {
        border-bottom: 8px solid #eef0f0;
        padding-top: 35px;
        padding-bottom: 5px;
    }
    .info-highlight p,
    .simple-steps-second h1 + p {
        font-size: 14px;
        font-weight: 600;
    }
    .price-pkg-sec {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .price-info {
        font-size: 13px;
        line-height: 1.6;
    }
    .why-talk-to-lawyer.adv-lk {
        border-top: 0;
    }
    .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.adv-lk .icon-circle {
        background-color: transparent;
    }
    .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;
    }
    .payless-talkmore p,
    h1.font-18 {
        font-size: 14px !important;
    }
    .simple-steps-second ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    .simple-steps .desc p {
        display: none;
    }
    .simple-steps-second .desc p {
        display: block;
        max-width: 105px;
        text-align: center;
        font-size: 13px;
        color: #000;
        font-weight: 400;
    }
    .simple-steps-second .desc p span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .simple-steps .icon-circle {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .simple-steps-second .icon-circle {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .simple-steps .desc h4,
    .simple-steps-second .desc h4 {
        font-size: 13px !important;
        color: #000;
        font-weight: 500;
    }
    .just-consult {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .get-legal-txt,
    .quick-instant-txt {
        font-size: 16px;
        font-weight: 500;
        color: #545454;
        line-height: 1.6;
    }
    .get-legal-txt {
        font-size: 13px !important;
    }
    .just-consult-sec .rating span {
        font-size: 13px;
        font-weight: 500;
    }
    .payless-talkmore {
        font-size: 18px !important;
        font-weight: 600;
        margin-top: 15px !important;
        margin-bottom: 22px !important;
    }
    .payless-talkmore p {
        color: #f5431a !important;
        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;
    }
    .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 p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 5px !important;
        font-size: 14px;
        line-height: 20px;
    }
    .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: 16px;
        line-height: 22px;
        display: block;
    }
    .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;
    }
    .desktop-get-legal-txt {
        display: none;
    }
    .mob-get-legal-txt {
        display: block;
        margin: 10px 0 25px;
    }
    .reviews-sec {
        padding-top: 35px;
        display: none;
    }
    .reviews-mob {
        padding-top: 20px;
        padding-bottom: 35px;
        display: block;
    }
    .reviews-mob .item,
    .simple-steps ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .avatar-box p,
    .reviews-mob p {
        color: #545454;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.6;
    }
    .avatar-box .circle-name,
    .simple-steps ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .avatar-box .circle-name {
        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: #eefbfe !important;
        padding: 10px 25px !important;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 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,
    .payless-talkmore span,
    .placing-info .details h4 span {
        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;
    }
    .talk-cntctfooter {
        padding: 30px;
    }
    .simple-steps ul:before {
        position: absolute;
        content: "";
        background: 0 0;
        height: auto;
        width: calc(100% - 40px);
        top: 35px;
        left: 20px;
        border-top: 2px dashed #bbb;
    }
    .simple-steps ul {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer.main-footer {
        margin-bottom: 58px;
    }
    .sticky-secure p {
        font-size: 12px;
        color: #545454;
        line-height: 1.6;
    }
    .simple-steps h1.font-18,
    .simple-steps-second h1 + p,
    .why-talk-to-lawyer h1.font-18 {
        text-align: center;
    }
    .howitworks-sec {
        border-bottom: 8px solid #eef0f0;
        padding-bottom: 25px;
    }
    .howitworks-sec .tile-box:before {
        left: 75%;
    }
    .deliverable-sec,
    .howitworks-sec {
        border-top: 8px solid #eef0f0;
        padding-top: 25px;
    }
    .deliverable-sec .tile-card .tile-card-body {
        padding: 20px 10px;
    }
    .price-pkg-sec .pricecard-item .price-amt {
        margin-left: auto;
        min-height: 100px;
    }
    .deliverable-sec .desc-right h4 {
        font-size: 14px;
        color: #000;
    }
    .deliverable-sec ul li:last-child {
        margin-bottom: 0;
    }
    .upload-doc-form {
        background: #f6f6f6;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 20px;
    }
    .upload-doc-form .control-group .control-input,
    .upload-doc-form .control-group .select2-container .select2-selection--single {
        background: #fff;
        border: 1px solid #e3e6ee;
    }
    .upload-doc-form .control-group button[type="button"] {
        width: 100%;
    }
    .placing-info .placed-tile {
        flex-direction: column;
        text-align: center;
    }
    .placing-info img {
        width: auto;
        margin-right: 0;
    }
    .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%;
    }
    .col-100p {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .schedule-main .container .row {
        margin-left: 0;
        margin-right: 0;
    }
    .schedule-main .tile-card {
        margin-bottom: 15px;
    }
    /* 18-02 */
    .browse-file {
        flex-wrap: wrap;
    }
    .browse-file .first-part {
        width: 50px;
        margin-right: 10px;
    }
    .browse-file .first-part .circle-file {
        width: 50px;
        height: 50px;
    }
    .browse-file .second-part {
        width: calc(100% - 100px);
    }
    .browse-file .third-part {
        margin-left: 10px;
    }
    .browse-file .fourth-part {
        float: none;
        width: calc(100% - 100px);
        margin: 20px auto 5px;
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .modal .row-height {
        height: 120px;
    }
}
@media screen and (max-width: 360px) {
    .modal .row-height {
        height: 110px;
    }
}
@media screen and (max-width: 359px) {
    .get-legal-txt {
        font-size: 11px !important;
    }
    p.extra-mis,
    span.extra-mis {
        font-size: 12px;
    }
    .info-highlight .icon-circle,
    .info-highlight .icon-circle img {
        width: 30px;
        height: auto;
    }
}
.placing-info {
    background-color: #f0f0f0;
    padding: 30px 0;
}
.placing-info .placed-tile {
    max-width: 550px;
    margin: 0 auto;
}
.placing-info .placed-tile .details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.placing-info .placed-tile .save-badge {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-weight: 400;
    padding: 4px 10px;
    background: #f5fffd;
    border: 1px solid #00dbaa;
    color: #00b48c;
}
.placing-info .placed-tile .amount {
    color: #f1360a;
}
.schedule-main .tile-card {
    border: 1px solid #cacaca;
    box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 23.25px 1.75px rgba(0, 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;
}
.schedule-main .tile-card.disable-tile {
    opacity: 0.4;
    pointer-events: none;
    cursor: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #f2f2f2;
}
.schedule-main .tile-card .tile-card-body {
    padding: 15px 20px;
}
.schedule-main .tile-card .tile-header button.edit-btn {
    top: 2px;
    right: 0;
    height: 40px;
    width: 40px;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.schedule-main h2 {
    margin: -10px -20px 20px;
    padding: 12px;
    border-bottom: 1px solid #cacaca;
}
.schedule-main .control-group .control-input {
    background: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 52px;
    padding: 10px;
    width: 100%;
    border: 0;
    outline: 0;
    color: #333;
}
.schedule-main .control-group button[type="submit"] {
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    background-color: #234d94;
    box-shadow: 0 6px #234d94;
}
.schedule-main .control-group button[type="submit"]:hover {
    box-shadow: 0 4px #042661;
    top: 2px;
}
.schedule-main .control-group button[type="submit"]:active {
    box-shadow: 0 0 #042661;
    top: 6px;
}
.file-wrapper a {
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 5px;
    color: #333;
}
.schedule-main .btn-file,
.schedule-main .control-group button[type="button"],
.schedule-main .control-group button[type="submit"] {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 0;
    cursor: pointer;
    letter-spacing: 1px;
    outline: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 14px;
    text-transform: capitalize;
}
.schedule-main .btn-file {
    overflow: hidden;
    width: 135px;
    height: 50px;
    line-height: 42px;
    background-color: #00b48c;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.schedule-main .btn-file span {
    font-size: 12px;
}
.schedule-main .btn-file img {
    margin-right: 5px;
}
.schedule-main .file-wrapper .control-input {
    padding-right: 140px;
}
.schedule-main .control-group button[type="button"] {
    background-color: #234d94;
    box-shadow: 0 6px #234d94;
    border-radius: 5px;
    position: relative;
    width: auto;
    height: 45px;
    line-height: 50px;
    min-width: 130px;
}
.schedule-main .control-group button[type="button"]:hover {
    box-shadow: 0 4px #042661;
    top: 2px;
}
.schedule-main .control-group button[type="button"]:active {
    box-shadow: 0 0 #042661;
    top: 6px;
}
.time-calendar {
    margin: 0 10px 20px;
}
.time-calendar p {
    padding: 10px 15px;
    cursor: pointer;
}
.time-calendar p.active {
    color: #333;
    background-color: #ececec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.time-calendar .owl-nav {
    margin-top: 0;
}
.time-calendar button.owl-next,
.time-calendar button.owl-prev {
    top: 2px;
    position: absolute;
    font-size: 30px !important;
    background: 0 0 !important;
    color: #333 !important;
}
.time-calendar button.owl-prev {
    left: -28px;
}
.time-calendar button.owl-next {
    right: -28px;
}
.time-slot .tile-card {
    box-shadow: 0 0 21.25px 3.75px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 21.25px 3.75px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 21.25px 3.75px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 21.25px 3.75px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 21.25px 3.75px rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 0;
}
.time-slot .tile-card .tile-card-body {
    padding: 15px 10px;
}
.time-slot .tile-card .tile-header img {
    height: 20px;
    width: 20px;
}
.time-slot .tile-card .tile-header h4 {
    color: #304378;
}
.slot-item ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.slot-item li {
    padding: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px 12px;
    min-width: 90px;
    text-align: center;
}
.slot-item li.non-active {
    border: 1px solid #ccc;
    text-decoration: line-through;
    color: gray;
}
.slot-item li.active {
    border: 1px solid #304378;
    color: #304378;
    cursor: pointer;
}
.slot-item li.active-item,
.slot-item li.active:hover {
    background-color: #eafffa;
    color: #00b48c;
    border-color: #00b48c;
}
.slot-selected {
    margin: 20px 0;
}
.slot-selected p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #616161;
}
.support-call {
    margin: 30px 0;
}
.support-call p.font-16 {
    color: #616161;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.support-call p.font-16:before {
    position: absolute;
    content: "";
    background: #616161;
    height: 2px;
    width: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
