html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    font-weight: 400
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background-color: #fff;
    color: #313131;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-dir-column {
    flex-direction: column;
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.secondary-font {
    font-family: 'Quicksand', sans-serif;
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-34 {
    font-size: 34px
}

.font-36 {
    font-size: 36px
}

.font-40 {
    font-size: 40px
}

.font-50 {
    font-size: 50px
}

.font-55 {
    font-size: 55px
}

.font-60 {
    font-size: 60px
}

.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 {
    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
}

.width-100p {
    width: 100%;
}

.height-100p {
    height: 100%;
}

.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-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-10 {
    border-radius: 10px
}

.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)
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.color1 {
    color: #313131;
}

.color2 {
    color: #545454;
}

.color3 {
    color: #6d7e86;
}

.color4 {
    color: #3f3f3f;
}

.color5 {
    color: #eb3a3a;
}

.color6 {
    color: #e24bac;
}

.color7 {
    color: #3c3c3c;
}

.color8 {
    color: #09a591;
}

.color9 {
    color: #f96959;
}

.color10 {
    color: #ff4f5a;
}

.color11 {
    color: #1f2754;
}

.color12 {
    color: #444866;
}

.color13 {
    color: #f14d3c;
}





.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-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
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px
}

.m-t-60 {
    margin-top: 60px
}

.m-t-70 {
    margin-top: 70px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-20 {
    margin-left: 20px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-10 {
    padding-right: 10px;
}

.common-divider {
    background: #eaf0f5;
    height: 4px;
}

main.main-content {
    margin-bottom: 30px;
}

/* Starts Main Wrapper Css */
.just-consult-title {
    font-family: 'Della Respira',serif;
    color: #1f2754;
    font-weight: 700;
    font-size: 30px;
}

.rating-number {
    background: #eef0f7;
    border-radius: 15px;
}

.rating-number .number {
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}

.rating-star img {
    width: 18px;
}

.just-consult-sec-b .avatars-online .img-circle {
    border: 2px solid #ffffff;
    height: 44px;
    overflow: hidden;
    position: relative;
    width: 44px;
    box-shadow: 2px 3px 5px 0px rgba(78, 79, 81, 0.47);
    -webkit-box-shadow: 2px 3px 5px 0px rgba(78, 79, 81, 0.47);
    -moz-box-shadow: 2px 3px 5px 0px rgba(78, 79, 81, 0.47);
    -ms-box-shadow: 2px 3px 5px 0px rgba(78, 79, 81, 0.47);
    -o-box-shadow: 2px 3px 5px 0px rgba(78, 79, 81, 0.47);
}
.just-consult-sec-b .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}
.just-consult-sec-b .avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}
.just-consult-sec-b .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}
.just-consult-sec-b .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}
.just-consult-sec-b .avatars-online .img-circle:nth-child(4) {
    left: -13px;
    z-index: -1;
    background: #fff;
}
.just-consult-sec-b .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-b .avatars-online .pulse:hover {
    -webkit-animation: none;
    animation: none;
}
.count-number {
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}

.count-number span {
    color: #1b801b;
    font-size: 15px;
}
@-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 rgba(56, 142, 60, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0);
    }
}
@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 rgba(56, 142, 60, 0);
        box-shadow: 0 0 0 10px rgba(56, 142, 60, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0);
    }
}

/* Starts Main Wrapper Css */

.property-highlight .info-highlight .icon-circle {
    margin-right: 25px;
}

.info-highlight {
    padding: 30px 70px;
}

.why-talk-to-lawyer .why-consult-item {
    border: 1px solid #d7e0f2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 22px;
    width: 60%;
}

.why-talk-to-lawyer .why-consult-item1 .icon-circle {
    background: #ddfce9 !important;
}

.why-talk-to-lawyer .why-consult-item2 .icon-circle {
    background: #dff6fc !important;
}

.why-talk-to-lawyer .why-consult-item3 .icon-circle {
    background: #fed9d3 !important;
}

.why-talk-to-lawyer .why-consult-item .icon-circle {
    width: 55px;
    height: 55px;
    background: #cacaca;
}

.lk-advantage .service-card.service-card1 {
    background: #f6f7ff;
}

.service-card.service-card1 h2 {
    color: #4b6990;
}

.service-card1 p {
    color: #16315a;
}

.lk-advantage .service-card.service-card2 {
    background: #fdf9f9;
}

.service-card.service-card2 h2 {
    color: #e75f5f;
}

.service-card2 p {
    color: #c12727;
}

.lk-advantage .service-card.service-card3 {
    background: #fdfbee;
}

.service-card.service-card3 h2 {
    color: #a89512;
}

.service-card3 p {
    color: #665b10;
}

.simple-steps .icon-circle {
    background: #ffffff;
    width: 56px;
    height: 56px;
    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;
    border: 5px solid #3db9c4;
    font-size: 20px;
    font-weight: 600;
    color: #3db9c4;
}

.simple-steps .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.simple-steps .icon-circle.active {
    border: 5px solid #207dc1;
    color: #207dc1;
}

.simple-steps ul {
    position: relative;
    margin-top: 60px;
}

.simple-steps ul li {
    position: relative;
}

.simple-steps ul:before {
    position: absolute;
    content: "";
    background: #dadada;
    height: calc(100% - -50px);
    width: 3px;
    top: -30px;
    left: 28px;
}

.simple-steps ul li:nth-child(1):after {
    position: absolute;
    content: "";
    background: #dadada;
    height: 12px;
    width: 12px;
    top: -30px;
    left: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.simple-steps ul li:nth-child(3):after {
    position: absolute;
    content: "";
    background: #dadada;
    height: 12px;
    width: 12px;
    bottom: -30px;
    left: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.legalkart-in-news .content-card .col-3 {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
}

.legalkart-in-news .content-card .col-9 {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
}

.legalkart-in-news .content-card img {
    width: 100%;
    height: 119px;
}

.review-item .avatar-block .name-symbol {
    height: 35px;
    width: 35px;
    color: #fff;
}

.review-item .avatar-block .name-title {
    flex: 1;
}

.review-item p {
    font-size: 15px;
    line-height: 25px;
    margin-left: 55px;
    margin-top: 10px;
}

.review-item .avatar-block .name-title .name-title-verified img {
    width: 18px;
    height: 18px;
}

.price-pkg-sec {
    position: sticky;
    position: -webkit-sticky;
    top: -15px;
}

.choose-select select {
    width: 100%;
    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);
    border: 0;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-top: 20px;
}

.pricing-tile .price-item .price-item-each img {
    height: 20px;
    width: 20px;
}

.pricing-tile .price-item.active {
    border: 1px solid #56b587;
}

.pricing-tile .price-item {
    border: 1px solid #e6e6e6;
    cursor: pointer;
    padding: 5px 10px;
    box-shadow: 2px 3px 20px 0px rgba(23, 93, 255, 0.1);
    -webkit-box-shadow: 2px 3px 20px 0px rgba(23, 93, 255, 0.1);
    -moz-box-shadow: 2px 3px 20px 0px rgba(23, 93, 255, 0.1);
    -ms-box-shadow: 2px 3px 20px 0px rgba(23, 93, 255, 0.1);
    -o-box-shadow: 2px 3px 20px 0px rgba(23, 93, 255, 0.1);
}

.extra-mis {
    font-weight: 500;
    color: #f1360a;
    font-size: 13px;
    margin-left: 26px;
}

.pricing-tile .col-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.price-item h4 {
    margin-left: 26px;
}

.pricing-card button.common-action-btn {
    display: block;
    outline: 0 none;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 40px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
}

.pricing-card button.common-action-btn {
    background-color: #278cf3;
    box-shadow: 0 6px #0659ae;
}

.pricing-card button.common-action-btn:active {
    box-shadow: 0 0 #0659ae;
    top: 6px;
}

.pricing-card button.common-action-btn:hover {
    box-shadow: 0 4px #0659ae;
    top: 2px;
}

.secure-payment, .accept-payment h2, .customer-care {
    display: none;
}














/* Responsive styles */

@media screen and (min-width: 992px) {
    
    .content-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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 35%;
        max-width: 35%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 5%;
    }
    
}

@media screen and (max-width: 991px) {
    
    .main-wrapper {
        flex-direction: column;
    }

    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .just-consult-title {
        margin-top: 20px;
    }

    .just-consult-sec-b .avatars-online .img-circle {
        height: 34px;
        width: 34px;
    }

    .just-consult-sec-b .avatars-online .img-circle.count-number {
        line-height: 30px;
        font-size: 10px;
    }

    .count-number span {
        font-size: 12px;
    }

    .avatars-online {
        margin-left: 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .just-consult-sec-b .col-6.col-100p {
        margin-bottom: 10px;
    }

    .just-consult-sec-b .col-6.col-100p img {
        width: 34px;
        height: 34px;
    }

    .property-highlight {
        box-shadow: none;
        background: transparent;
        padding: 0;
        margin-bottom: 0;
    }

    .property-highlight .tile-card {
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        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);
        padding: 20px;
        margin-bottom: 15px;
    }

    .property-highlight .info-highlight {
        padding: 0 0;
    }

    .why-talk-to-lawyer .why-consult-item {
        width: 100%;
    }

    .why-talk-to-lawyer h3 {
        margin-bottom: 10px;
    }

    .why-talk-to-lawyer h3, .lk-advantage h3, .simple-steps h3, .legalkart-in-news h3, .price-pkg-sec h3, .client-reviews h3 {
        font-size: 20px;
    }

    .service-card.service-card2 .col-8, .service-card.service-card4 .col-8, .service-card.service-card5 .col-8 {
        order: 2;
    }

    .service-card.service-card2 .col-4, .service-card.service-card4 .col-4, .service-card.service-card5 .col-4 {
        order: 1;
    }

    .service-card img {
        margin: 0 auto 20px;
        display: table;
    }

    .legalkart-in-news .content-card .col-3, .legalkart-in-news .content-card .col-9 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .legalkart-in-news .content-card img {
        height: auto;
    }

    .news-description {
        margin-top: 10px;
    }

    .secure-payment, .accept-payment h2, .customer-care {
        display: block;
    }

    .secure-payment {
        border: 1px solid #e6e6e6;
    }

    .just-consult-sec-b {
        order: 1;
    }

    .property-highlight {
        order: 2;
    }

    .why-talk-to-lawyer {
        order: 3;
    }

    .price-pkg-sec {
        order: 4;
        position: relative;
        top: auto;
    }

    .simple-steps {
        order: 5;
    }

    .lk-advantage {
        order: 6;
    }

    .legalkart-in-news {
        display: none;
    }

    .client-reviews {
        order: 7;
    }
    
}

/*... Responsive styles */
