@font-face {
    font-family: 'lk-title';
    src: url('../layout-optim/home-landing-new/fonts/lk-title.eot');
    src: url('../layout-optim/home-landing-new/fonts/lk-title.eot?#iefix') format('embedded-opentype'),
        url('../layout-optim/home-landing-new/fonts/lk-title.woff2') format('woff2'),
        url('../layout-optim/home-landing-new/fonts/lk-title.woff') format('woff'),
        url('../layout-optim/home-landing-new/fonts/lk-title.ttf') format('truetype'),
        url('../layout-optim/home-landing-new/fonts/lk-title.svg#LKTitle') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    letter-spacing: 0.4px;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #313131;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

details,
main {
    display: block;
}

h1 {
    font-size: 2em;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.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;
}

.secondary-font {
    font-family: "Libre Baskerville", serif;
}

.font-weight-thin {
    font-weight: 300;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500;
}

.breadcrumbs-sec ul li,
.font-weight-semi {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.font-10 {
    font-size: 10px;
}

.font-12,
.info-highlight-section .counter-tile p {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.font-33 {
    font-size: 33px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-48 {
    font-size: 48px;
}

.font-50 {
    font-size: 50px;
}

.font-60 {
    font-size: 60px;
}

.font-55 {
    font-size: 55px;
}

.lh-1 {
    line-height: 1;
}

.line-through {
    text-decoration: line-through;
}

.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,
.startup-product-tile ul li {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.width-100p {
    width: 100%;
}

.height-100p {
    height: 100%;
}

.common-action-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-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-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.border-radius-none {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.border-radius-50p {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.color-white {
    color: #fff;
}

.color1 {
    color: #313131;
}

.color2 {
    color: #545454;
}

.color3 {
    color: #278cf3;
}

.color4 {
    color: #999595;
}

.color5 {
    color: #5a5a5a;
}

.color6 {
    color: #f14d3c;
}

.color7 {
    color: #74757d;
}

.color8 {
    color: #9e9b9b;
}

.color9 {
    color: #f75151;
}

.color-light-75 {
    color: rgba(49, 49, 49, 0.75);
}

.color-light-85 {
    color: rgba(49, 49, 49, 0.85);
}

.color-light-95 {
    color: rgba(49, 49, 49, 0.95);
}

.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 !important;
    padding-left: 15px !important;
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.align-middle {
    vertical-align: middle;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.m-0 {
    margin: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.breadcrumbs-sec ul,
.p-0 {
    padding: 0;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-b-10,
.py-20 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-r-10 {
    padding-right: 10px;
}

.flex-block {
    flex: 1;
}

.owl-carousel.owl-hidden {
    opacity: 1 !important;
}

.title-head {
    position: relative;
    display: inline-block;
}

.title-head:after,
.title-head:before {
    content: "";
    position: absolute;
    background: #bfbfbf;
}

.strike-text {
    text-decoration: line-through;
}

.m-r-24 {
    margin-right: 24px;
}

.lazyload {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.lazyloaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.color-light-50 {
    color: rgba(49, 49, 49, 0.5);
}

.color-light-60 {
    color: rgba(49, 49, 49, 0.6);
}

.color-light-80 {
    color: rgba(49, 49, 49, 0.8);
}


/* Hero Area */

.hero-area a {
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
    background: #278cf3;
    padding: 20px 50px;
    text-transform: uppercase;
}

.lazyload {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.lazyloaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.hero-area .slide-item .caption {
    will-change: transform;
    transform: translateZ(0);
}

.hero-area .active .slide-item .caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.8s;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.hero-area {
    height: 410px;
    background: #ffffff;
}

/* .hero-area .row {
    width: 100%;
} */

.hero-area .hero-title {
    font-family: "lk-title", sans-serif;
    line-height: 50px;
    font-size: 36px;
}

.hero-area .slide-1 .caption .row .col-6:first-child,
.hero-area .slide-2 .caption .row .col-6,
.hero-area .slide-3 .caption .row .col-6,
.hero-area .slide-4 .caption .row .col-6 {
    padding-left: 100px !important;
    max-width: 800px;
    text-align: left;
}

.hero-area .slide-2 .caption h2.sentence,
.hero-area .slide-3 .caption h2.sentence,
.hero-area .slide-4 .caption h2.sentence {
    margin-left: 0;
}

.hero-area .slide-2 .caption a.buy-btn,
.hero-area .slide-3 .caption a.buy-btn,
.hero-area .slide-4 .caption a.buy-btn {
    margin: 0;
    ;
}

.hero-area .slide-2 .hero-title,
.hero-area .slide-3 .hero-title,
.hero-area .slide-4 .hero-title {
    /* line-height: 60px;
    font-size: 60px; */
    margin-bottom: 10px !important;
    font-size: 36px;
    line-height: 50px;
}

.hero-area p {
    margin-top: 30px;
    line-height: 28px;
}

.slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
    max-height: 410px !important;
}

.caption {
    /* margin-left: 100px;
    max-width: 800px; */
    /* position: relative;
    top: 0; */
    margin-left: 100px;
    max-width: 800px;
    position: relative;
    top: 100px;
    text-align: left;
}

.hero-area .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 100px;
}

.hero-area .owl-carousel .owl-nav button.owl-next span,
.hero-area .owl-carousel .owl-nav button.owl-prev span {
    font-size: 60px;
    color: #fff;
}

.hero-area .owl-nav {
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 85px;
    left: 60px;
}

.hero-area .owl-nav button.owl-prev,
.hero-area .owl-nav button.owl-next {
    margin: 0 40px;
}

.hero-area .owl-nav button.owl-prev:hover,
.hero-area .owl-nav button.owl-next:hover {
    background: transparent !important;
}

.hero-area .owl-dots {
    position: absolute;
    top: auto;
    width: 80px;
    margin: 0 auto;
    z-index: 9999;
    bottom: 10px;
    left: 100px;
    display: block !important;
}

.hero-area .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #c7c7c7;
}

.hero-area .owl-dots .owl-dot.active span,
.hero-area .owl-dots .owl-dot:hover span {
    background: #464646;
}

.hero-area h5 {
    line-height: 28px;
}

.hero-area a.buy-btn {
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
    padding: 16px 40px;
    outline: 0;
    /* position: relative; */
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.5s linear;
    background: #278cf3;
    border: 3px solid #278cf3;
    font-weight: 500;
    /* margin: 0 auto; */
}

.hero-area a.buy-btn:hover {
    color: #278cf3;
    border: 3px solid #278cf3;
    background: transparent;
}

/* .hero-area img {
    width: auto !important;
    height: 410px;
} */

/* .hero-area .home-banner-right {
    position: absolute;
    right: 0;
    top: -110px;
    bottom: 0;
} */

.hero-area .mobile-img {
    display: none;
}

.hero-area .mobile-content-text {
    display: none;
}

/*... Hero Area */


/* Starts On JC Consult Section */

.jc-consult-section {
    margin-top: 60px;
}

.jc-rating-number {
    background: #f7f8f9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.jc-rating-number .number {
    font-weight: 700;
    color: #484848;
}

.jc-rating-number .rating-star img {
    width: 16px;
}

.jc-rating-number span {
    color: #484848;
}

.quick-instant-txt {
    line-height: 28px;
}

.just-consult-title {
    font-family: 'Quicksand', sans-serif;
    color: #66b545;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

.just-consult-title h1 {
    /* font-family: 'Quicksand', sans-serif; */
    font-family: 'Proza Libre', sans-serif;
    color: #66b545;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

/* .jc-consult-section .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);
}

.jc-consult-section .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}

.jc-consult-section .avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}

.jc-consult-section .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}

.jc-consult-section .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}

.jc-consult-section .avatars-online .img-circle:nth-child(4) {
    left: -13px;
    z-index: -1;
    background: #fff;
}

.jc-consult-section .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;
}

.jc-consult-section .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);
    }
} */


.jc-consult-section p {
    line-height: 28px;
    color: #313131;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
}



/* Ends On JC Consult Section */


/* Starts On JC Info Section */

.jc-info-highlight-section {
    padding: 20px 0;
    border-top: 8px solid #eef0f0;
    margin-top: 20px;
    display: none;
}

.jc-info-highlight-section .tile-panel {
    background: #fbfbfd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 15px;
}

.jc-info-highlight-section .icon-circle {
    width: 60px;
    height: 60px;
    background: #f0f0fe;
    margin: 0 auto;
}

.jc-info-highlight-section p {
    line-height: 24px;
}

/* Ends On JC Info Section */

/* Starts On Why Required RERA */

.rera-required-section {
    padding: 20px 0;
}

.rera-required-section .common-main-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

.rera-required-section p {
    line-height: 28px;
    color: #313131;
    font-size: 14px;
    font-weight: normal;
}

.rera-required-section  ol li {
    margin-left: 0px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 0;
    line-height: 28px;
    color: #313131;
    font-size: 14px;
    font-weight: normal;
}

.rera-required-section ul {
    margin: 20px 0;
    padding: 0;
}

.rera-required-section ul li {
    margin-left: 15px;
    list-style: disc;
    margin-bottom: 10px;
    line-height: 28px;
    color: #313131;
    font-size: 14px;
    font-weight: normal;
}

.rera-required-section ul li.red {
    color: #f74c4c;
}


.rera-required-section .rera-img-tile {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 20px;
}

.rera-required-section img,
.frequently-section .accordion-sec .panel img {
    margin: 10px 0;
    max-width: 100%;
    height: auto;
}

/* Ends On Why Required RERA */

/* Starts Rera Service */

.rera-service-section {
    padding: 20px 0;
}

.rera-service-section .rera-service-tabs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    background: #fbf9fb;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 56%;
    padding: 8px;

}

.rera-service-section .rera-service-tabs ul li a {
    padding: 12px 22px;
    text-decoration: none;
    color: #313131;
    display: flex;
}

.rera-service-section .rera-service-tabs ul li.ui-state-active a {
    color: #ffffff;
}

.rera-service-section .rera-service-tabs ul li.ui-state-default {
    background: #fbf9fb;
    color: #313131;
    font-size: 16px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.rera-service-section .rera-service-tabs ul li.ui-state-active {
    background: #626262;
    color: #ffffff;
    /* border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px; */
}

.rera-service-section .service-card {
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(164, 159, 172, 0.13);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(164, 159, 172, 0.13);
    -moz-box-shadow: 0px 0px 10px 0px rgba(164, 159, 172, 0.13);
    -ms-box-shadow: 0px 0px 10px 0px rgba(164, 159, 172, 0.13);
    -o-box-shadow: 0px 0px 10px 0px rgba(164, 159, 172, 0.13);
    padding: 24px;
    height: 100%;
}

.rera-service-section .service-card p {
    line-height: 24px;
}

.rera-service-section .rera-service-tabs .ui-tabs-panel {
    padding: 20px 0;
}

.rera-service-section .rera-service-tabs .ui-tabs-panel .col-6 {
    margin-bottom: 35px;
}

.rera-service-section .rera-service-tabs .ui-tabs-panel a {
    background: transparent;
    padding: 12px 30px;
    border: 1px solid #0f0f0f;
    cursor: pointer;
    display: inline-block;
    color: #313131;
    font-size: 20px;
    font-weight: normal;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.rera-service-section .rera-service-tabs .ui-tabs-panel a:hover {
    background: #0f0f0f;
    border: 1px solid #0f0f0f;
    color: #ffffff;

}





/* Ends Rera Service */

/* Starts On Why Consult Section */

.why-consult-section {
    padding: 20px 0;
}

.why-consult-section .why-consult-item {
    box-shadow: 0px 0px 24px 0px rgba(134, 129, 160, 0.16);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(134, 129, 160, 0.16);
    -moz-box-shadow: 0px 0px 24px 0px rgba(134, 129, 160, 0.16);
    -ms-box-shadow: 0px 0px 24px 0px rgba(134, 129, 160, 0.16);
    -o-box-shadow: 0px 0px 24px 0px rgba(134, 129, 160, 0.16);
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #ffffff;
    flex-wrap: wrap;
}

.why-consult-section .why-consult-item.item4 {
    margin-bottom: 0;
}

.why-consult-section .why-consult-item.item1 .icon-circle {
    background: #e2f7ff;
}

.why-consult-section .why-consult-item.item2 .icon-circle {
    background: #c9ffd1;
}

.why-consult-section .why-consult-item.item3 .icon-circle {
    background: #ffe7db;
}

.why-consult-section .why-consult-item.item4 .icon-circle {
    background: #ffefd6;
}

.why-consult-section .icon-circle {
    width: 60px;
    height: 60px;
    margin-right: 25px;
}

.why-consult-section .description {
    max-width: 610px;
}

.why-consult-section .why-consult-item p {
    line-height: 24px;
}

/* Ends On Why Consult Section */

/* Starts on How Talk Now Section */

.lk-simple-steps {
    padding: 20px 0;
    border-bottom: 8px solid #eef0f0;
    /* border-top: 8px solid #eef0f0; */
}

.lk-simple-steps p.three-step {
    color: #545454;
}

.lk-simple-steps .three-step-process {
    padding: 20px 0;
    margin-top: 30px;
}

.lk-simple-steps .three-step-process img {
    display: table;
    margin: 0 auto;
}

.lk-simple-steps .tile-card .icon-circle.item1 {
    color: #207dc1;
    border: 5px solid #207dc1;
}

.lk-simple-steps .tile-card .icon-circle.item2 {
    color: #3db9c4;
    border: 5px solid #3db9c4;
}

.lk-simple-steps .tile-card .icon-circle.item3 {
    color: #a680fc;
    border: 5px solid #a680fc;
}

.lk-simple-steps .tile-card .icon-circle {
    background: #ffffff;
    width: 60px;
    height: 60px;
    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;
    position: relative;
    margin: 0 auto;
    margin-bottom: 18px;
}

/* .lk-simple-steps .tile-card:after {
    position: absolute;
    content: "";
    left: 160px;
    top: 30px;
    border: 1px dashed #b6b3bc;
    width: 225px;
    height: 2px;
} */

.lk-simple-steps .tile-card:before {
    position: absolute;
    content: "";
    background: 0 0;
    height: auto;
    width: calc(100% - 40px);
    top: 30px;
    left: 160px;
    border-top: 2px dashed #b6b3bc;
}

.lk-simple-steps .col-4:last-child .tile-card:before {
    display: none;
}

.lk-simple-steps .col-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Ends on How Talk Now Section */

/* Starts on Client Review Section */

.client-reviews {
    padding: 20px 0;
}

.client-reviews .review-item {
    box-shadow: -3px 1px 20px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: -3px 1px 20px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -3px 1px 20px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: -3px 1px 20px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: -3px 1px 20px 0px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.client-reviews .review-item .avatar-block .name-symbol {
    height: 46px;
    width: 46px;
    color: #ffffff;
    position: relative;
    top: -4px;
}

.client-reviews .review-item .avatar-block .name-title {
    flex: 1;
}

.client-reviews .review-item .avatar-block .name-title .name-title-verified img {
    width: 18px;
    height: 18px;
}

.client-reviews .review-item .rating-star img {
    width: 16px;
}

.client-reviews .review-item p {
    font-size: 16px;
    line-height: 28px;
    margin-left: 67px;
    margin-top: 10px;
}

/* Ends on Client Review Section */


/* Starts on Price Section Section */

.pricing-area {
    margin-top: 60px;
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

.pricing-area .selected-price h2 {
    display: inline-block;
}

.price-pkg-sec {}

.choose-select select {
    width: 100%;
    background-color: #fbfbfc;
    background: #fefdfe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefdfe 0%, #f8f7fa 100%);
    background: -webkit-linear-gradient(top, #fefdfe 0%, #f8f7fa 100%);
    background: linear-gradient(to bottom, #fefdfe 0%, #f8f7fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdfe', endColorstr='#f8f7fa', GradientType=0);
    -moz-box-shadow: 0px 0px 9px 0px rgba(142, 138, 158, 0.27);
    -ms-box-shadow: 0px 0px 9px 0px rgba(142, 138, 158, 0.27);
    -o-box-shadow: 0px 0px 9px 0px rgba(142, 138, 158, 0.27);
    box-shadow: 0px 0px 9px 0px rgba(142, 138, 158, 0.27);
    border: 0;
    height: 54px;
    padding: 0 35px 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 20px;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.choose-concer-select .select-abs {
    right: 15px;
    top: 40px;
    width: 14px;
    height: 14px;
}


.price-item {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    background: #ffffff;
    box-shadow: -3px 1px 20px 0px rgba(115, 119, 140, 0.33);
    -webkit-box-shadow: -3px 1px 20px 0px rgba(115, 119, 140, 0.33);
    -moz-box-shadow: -3px 1px 20px 0px rgba(115, 119, 140, 0.33);
    -ms-box-shadow: -3px 1px 20px 0px rgba(115, 119, 140, 0.33);
    -o-box-shadow: -3px 1px 20px 0px rgba(115, 119, 140, 0.33);
    border: 1px solid #ffffff;
}

.price-item.active {
    border: 1px solid #81cd2f;
    background: #fbfffe;
}

.price-item.active span.active-img {
    right: -13px;
    top: -13px;
    display: block;
}

.price-item span.active-img {
    display: none;
}

.pricing-tile .col-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.secure-payment,
.accept-payment h2,
.customer-care {
    display: none;
}

.price-pkg-sec .price-buy-now button {
    background: #278cf3;
    padding: 20px 50px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.price-pkg-sec .price-buy-now button:hover,
.price-pkg-sec .price-buy-now button:focus {
    color: #ffffff;
}

.price-buy-now.mobile-view {
    display: none;
}

/* Ends on Price Section Section */

/* Starts Buy Lk Footer */

.buy-lk-footer,
.sticky-cust-care,
.sticky-secure {
    display: none;
}

/* Ends Buy Lk Footer */


/* Starts Image Preview Css */

.news-preview {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    z-index: 99999;
    height: 90vh;
    right: auto;
    width: 400px;
    display: none;
}

.news-preview img {
    height: 100%;
    display: none;
    margin: 0 auto;
}

.news-preview img.active {
    display: block;
}

/* Ends Image Preview Css */

.just-consult-new-landing .col-8.order-2 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 8px !important;
}

.just-consult-new-landing .col-4.order-1 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 8px !important;
    margin-bottom: 20px;
}

.jc-consult-section.mobile-view {
    display: none;
}

.jc-info-highlight-section.mobile-view {
    display: none;
}

.lk-simple-steps.mobile-view {
    display: none;
}

.user-say-section.mobile-view {
    display: none;
}

/* .doc-review-highlight {
    display: none;
} */

/* Starts On Modal Css */

#consultndocreview-modal {
    max-width: 550px;
    padding: 20px;
    width: 100%;
}

#consultndocreview-modal label {
    width: 100%;
}

#consultndocreview-modal h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

#consultndocreview-modal .common-action-btn {
    margin-top: 10px;
}

#consultndocreview-modal a.close-modal {
    top: -20px;
    right: -20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    left: auto;
    margin-left: 0;
    bottom: auto;
}

#consultndocreview-modal .consultndocreview-input {
    display: none;
}

#consultndocreview-modal .consultndocreview-input:checked+.consultndocreview-card {
    background-color: #f0f7fb;
}

#consultndocreview-modal .consultndocreview-card {
    border: 1px solid #d7d7d7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    align-items: center;
    cursor: pointer;
}

#consultndocreview-modal .consultndocreview-card img.check-icon,
#consultndocreview-modal .consultndocreview-card img.uncheck-icon {
    height: 24px;
    width: 24px;
    margin-right: 40px;
}

#consultndocreview-modal .consultndocreview-card img.check-icon {
    display: none;
}

#consultndocreview-modal .consultndocreview-input:checked+.consultndocreview-card img.uncheck-icon {
    display: none;
}

#consultndocreview-modal .consultndocreview-input:checked+.consultndocreview-card img.check-icon {
    display: block;
}

#consultndocreview-modal .consultndocreview-card h4 {
    font-size: 18px;
    font-weight: 500;
    margin-left: 30px;
}

/* Ends On Modal Css */

/* .pricing-radio label {
    width: 100%;
}

.pricing-radio .card-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pricing-radio .card-input-body {
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}


.pricing-radio .card-input-element {
    display: none;
}

.pricing-radio .card-input {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    background: #ffffff;
    box-shadow: -3px 1px 20px 0px rgb(115 119 140 / 33%);
    -webkit-box-shadow: -3px 1px 20px 0px rgb(115 119 140 / 33%);
    -moz-box-shadow: -3px 1px 20px 0px rgba(115, 119, 140, 0.33);
    -ms-box-shadow: -3px 1px 20px 0px rgba(115, 119, 140, 0.33);
    -o-box-shadow: -3px 1px 20px 0px rgba(115, 119, 140, 0.33);
}

.pricing-radio .card-input:hover {
    cursor: pointer;
}

.pricing-radio .active-img {
    display: none;
}

.pricing-radio .card-input-element:checked+.card-input .active-img {
    display: block !important;
}


.pricing-radio .card-input-element {
    display: none;
} */

/* Starts On Responsive Css */


/* Starts on Frequently Asked Question Section */

.frequently-section .sub-heading {
    position: relative;
    display: inline-block;
}

.frequently-section {
    padding: 20px 0;
}

.frequently-section .accordion-sec .accordion {
    width: 100%;
    padding-bottom: 5px;
    position: relative;
}

.frequently-section .accordion-sec .accordion-header.active {
    color: #4476bc;
}

/* .frequently-section .accordion-sec .accordion-header {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 25px 20px 25px 50px;
    position: relative;
    font-weight: 500;
    color: #263238;
} */

.frequently-section .accordion-sec .accordion-header {
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 20px 25px 50px;
    position: relative;
    font-weight: normal;
    color: #313131;
}

.frequently-section .accordion-header.active::after {
    content: "\2212";
    color: #fff;
    display: flex;
    background: #4476bc;
}

.frequently-section .accordion-header.closed::after {
    content: '\002B';
    color: #fff;
}

.frequently-section .accordion-header::after {
    content: '\002B';
    color: #000;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 26px;
    background: #263238;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 17px;
}

.frequently-section .accordion-sec .panel {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.frequently-section .accordion-sec .accordion .panel p, .accordion-sec .accordion .panel ul li {
    /* color: #6d7e86;
    font-size: 16px;
    line-height: 24px; */
    color: rgba(49,49,49,0.9) !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

.frequently-section .accordion-sec .accordion .panel ul li {
    line-height: 16px;
}

.frequently-section .frequentqa-sec .panel ul {
    list-style-image: url(../layout-optim/doc-review-consult/bullet-tick.png);
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* Ends on Frequently Asked Question Section */

.jc-rating-number {
    position: relative;
}

.jc-rating-number img.star-rating {
    -webkit-filter: brightness(0.5) grayscale(1);
    -moz-filter: brightness(0.5) grayscale(1);
    -ms-filter: brightness(0.5) grayscale(1);
    -o-filter: brightness(0.5) grayscale(1);
    filter: brightness(0.5) grayscale(1);
    position: absolute;
    right: 25px;
    width: 16px;
    height: 16px;
    top: 25px;
}


/* Starts Admin RERA Css */

main.main-content.just-consult-new-landing {
    background: #ffffff;
}


.rera-service-section a.nav-link {
    background: transparent;
    color: #313131;
    font-size: 16px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 10px 22px;
    text-transform: capitalize;
}

.rera-service-section a.nav-link.active.show {
    background: #313131;
    color: #ffffff;
    font-size: 16px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 10px 22px;
}

.rera-service-section ul.nav.nav-tabs {
    background: #fbf9fb;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 18%;
    border-bottom: 0 none;
    padding: 8px;
}

.buyers-tabs ul.nav.nav-tabs {
    width: 10%;
}

.developers-tabs ul.nav.nav-tabs {
    width: 13%;
}

.rera-service-section ul.nav.nav-tabs>li>a.active:hover, 
.rera-service-section ul.nav.nav-tabs>li>a.active:focus {
    border-color: #313131;
    color: #ffffff;
    background-color: #313131;
}

.rera-service-section ul.nav.nav .nav-item.show .nav-link, 
.rera-service-section ul.nav.nav .nav-link.active {
    color: #ffffff;
    background-color: #313131;
    border-color: #313131;
}

.rera-service-section .tab-pane a {
    background: transparent;
    padding: 12px 30px;
    border: 1px solid #0f0f0f;
    cursor: pointer;
    display: inline-block;
    color: #313131;
    font-size: 20px;
    font-weight: normal;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.rera-service-section .tab-pane a:hover {
    background: #0f0f0f;
    border: 1px solid #0f0f0f;
    color: #ffffff;
}

.rera-service-section .tab-pane .col-6 {
    margin-bottom: 35px;
}

.rera-service-section .tab-content {
    padding: 20px 0;
}

.common-main-title {
    font-weight: 400;
}


.hero-area a.add-banner {
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
    background: #278cf3;
    padding: 20px 50px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 100;
    border: 0;
    cursor: pointer;
}

.common-btn-edit {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    font-size: 14px;
    margin: 0 5px;
    background-color: #47525e;
    border-color: #47525e;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block !important;
}

.common-btn-delete {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    font-size: 14px;
    /* margin: 0 5px; */
    background-color: #ea2c54;
    border-color: #ea2c54;
    left: 45px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block !important;
}

.edit-delete-section.pos-rel {
    left: 110px;
    top: -50px;
}

.hero-area .edit-delete-section.pos-rel {
    left: 110px;
    top: 40px;
    z-index: 1;
}

.common-btn-edit:hover {
    background-color: #6c757e;
    border-color: #6c757e;
    color: #fff;
}

.common-btn-delete:hover {
    background-color: #ee5676;
    border-color: #ee5676;
    color: #fff;
}

.just-consult-title h1 {
    /* font-family: 'Quicksand', sans-serif; */
    font-family: 'Proza Libre', sans-serif;
    color: #66b545;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

button.common-btn-add {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 5px;
    z-index: 100;
    background: #278cf3;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.jc-consult-section.desktop-view .common-btn-add {
    right: 20px;
    top: 0;
}

.jc-consult-section.desktop-view .all-edit-delete-section {
    right: 170px;
}

.jc-info-highlight-section.desktop-view .common-btn-add {
    right: 20px;
    top: 20px;
}

.jc-info-highlight-section.desktop-view .all-edit-delete-section {
    right: 100px;
}

.rera-required-section .common-btn-add {
    right: 20px;
    top: 20px;
}

.why-required-rera-part {
    margin-top: 20px;
}

.rera-required-section .all-edit-delete-section {
    right: 93px;
    top: 0;
}

.rera-service-section .tab-content .tab-pane {
    display: block;
}

.real-estate-tabs .all-edit-delete-section {
    right: 95px;
}

.buyers-tabs .all-edit-delete-section {
    right: 95px;
}

.developers-tabs .all-edit-delete-section {
    right: 95px;
}

.real-estate-tabs button.common-btn-add {
    right: 20px;
}

.buyers-tabs button.common-btn-add {
    right: 20px;
}

.developers-tabs button.common-btn-add {
    right: 20px;
}

.why-consult-section .common-btn-add {
    right: 20px;
    top: 20px;
}

.why-consult-item .all-edit-delete-section {
    right: 90px;
    top: 20px;
}

.lk-simple-steps .common-btn-add {
    right: 20px;
    top: 20px;
}

.three-step-process .tile-card .all-edit-delete-section {
    top: 52px;
    left: 80px;
}

.frequently-section .common-btn-add {
    right: 20px;
    top: 20px;
}

.accordion .all-edit-delete-section {
    right: 90px;
    top: 10px;
    display: block !important;
}

.frequently-section .accordion .common-btn-delete {
    right: 10px;
    top: 20px;
}

.frequently-section .accordion .common-btn-edit {
    /* right: 54px; */
    top: 20px;
}

.client-reviews .common-btn-add {
    right: 20px;
    top: 20px;
}

.client-reviews .review-item .all-edit-delete-section {
    right: 90px;
    top: 20px;
}

/* Ends Admin RERA Css */


/* Starts Admin Hero Item */

.admin-hero-item {
    width: 100%;
}

.admin-rera-item .caption {
    top: 80px;
}

/* Ends Admin Hero Item */

.common-main-title {
    font-family: "lk-title", sans-serif;
}

/* Starts On Responsive Css */

@media screen and (max-width: 991px) {

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .just-consult-new-landing .col-8.order-2,
    .just-consult-new-landing .col-4.order-1 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 0;
    }

    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-area,
    .slide-item {
        height: auto !important;
        max-height: initial !important;
        padding-bottom: 25px;
    }

    .hero-area .home-banner-right {
        position: relative;
        top: 0;
    }

    .common-main-title {
        font-size: 20px !important;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .hero-area .hero-title {
        line-height: 1.3 !important;
        font-size: 16px !important;
    }

    .hero-area .slide-2,
    .hero-area .slide-3,
    .hero-area .slide-4 {
        padding: 0;
    }

    .hero-area h2.sentence {
        margin-top: 30px;
        margin-left: -175px;
    }

    .hero-area h2.sentence>span {
        position: relative;
        top: -7px;
    }

    .hero-area h3 {
        color: rgba(49, 49, 49, 0.6);
        margin-bottom: 20px;
    }

    /* .hero-area {
        padding: 0;
    } */

    /* .hero-area {
        display: none;
    } */

    .hero-area a {
        padding: 12px 20px;
    }

    .hero-area p {
        margin-top: 20px;
        line-height: 1.4;
        font-size: 12px !important;
    }

    .hero-area .caption {
        top: auto;
        padding: 20px 0;
    }

    .hero-area img {
        width: auto !important;
        margin: 20px auto;
        top: 0;
        max-width: 100%;
        height: auto;
    }

    .hero-area .slide-1 .caption .row .col-6:first-child .hero-title br {
        display: none;
    }

    .hero-area .slide-1 .caption .row .col-6:first-child,
    .hero-area .slide-2 .caption .row .col-6,
    .hero-area .slide-3 .caption .row .col-6,
    .hero-area .slide-4 .caption .row .col-6 {
        padding-left: 15px !important;
        text-align: center;
    }

    .hero-area .slide-1 .caption a.buy-btn,
    .hero-area .slide-2 .caption a.buy-btn,
    .hero-area .slide-3 .caption a.buy-btn,
    .hero-area .slide-4 .caption a.buy-btn {
        margin: 0 auto;
    }

    .hero-area .owl-dots {
        width: 120px;
        bottom: -24px;
        left: 0;
        right: 0;
        display: block !important;
    }

    .slide-item img {
        margin-top: 0 !important;
    }

    .hero-area .slide-2 .hero-title,
    .hero-area .slide-3 .hero-title,
    .hero-area .slide-4 .hero-title {
        margin-bottom: 10px !important;
    }

    .hero-area .mobile-img {
        display: block;
        position: absolute;
        z-index: -1;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        opacity: 0.3;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    /* .mobile-content-text {
        display: block !important;
        text-align: left;
        padding-left: 15px;
        position: relative;
        top: -5px;
    } */

    .mobile-content-text h4 {
        font-size: 14px;
        font-weight: 400;
    }

    .hero-area .caption h4 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

    /* .hero-area .mobile-view-row {
        display: none;
    } */

    .buy-lk-footer {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        height: 58px;
    }

    .alert-msg {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        line-height: 1.6;
    }

    .buy-lk-footer .buy-fixed a {
        background: #eefbfe !important;
        padding: 10px 25px !important;
        -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
        box-shadow: 0 0 5px rgb(0 0 0 / 50%);
        -moz-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
        -ms-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
        -o-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
        display: block;
        color: #fff;
    }

    .buy-lk-footer .col-3,
    .buy-lk-footer .col-9 {
        padding: 0 !important;
    }

    .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;
    }

    .buy-lk-footer .buy-fixed span {
        text-transform: uppercase;
        font-size: 14px;
        color: #2d2d32;
    }

    .buy-lk-footer .common-action-btn {
        font-size: 12px;
        padding: 7px 8px;
        float: right;
    }

    .buy-lk-footer .buy-fixed span.talk-expert-txt,
    .sticky-cust-care,
    .sticky-secure {
        display: block;
    }

    .secure-payment,
    .accept-payment h2,
    .customer-care {
        display: block;
    }

    .talk-cntctfooter {
        padding: 20px 20px 80px;
    }

    .buy-lk-footer .container {
        padding: 0;
    }

    .pricing-area {
        margin-top: 20px;
    }

    .jc-consult-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .jc-consult-section.mobile-view {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        /* border-top: 8px solid #eef0f0; */
        background: #ECFAF5;
        margin-top: 0;
        padding-top: 15px;
    }

    .jc-consult-section.desktop-view {
        display: none;
    }

    /* .just-consult-title {
        margin-top: 10px;
    } */

    .jc-info-highlight-section.mobile-view {
        display: block;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        border-top: 0;
    }

    .jc-info-highlight-section.mobile-view .icon-circle img {
        width: 25px;
        height: 25px;
    }

    .jc-info-highlight-section.desktop-view {
        display: none !important;
    }

    .lk-simple-steps.mobile-view {
        display: block;
        text-align: center;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        background: #f7f9ff;
        border-bottom: 0;
        border-top: 0;
    }

    .lk-simple-steps.mobile-view .common-main-title {
        margin-bottom: 5px;
    }

    .lk-simple-steps.mobile-view .common-main-title+p {
        margin-bottom: 5px;
        line-height: 1;
        font-size: 16px;
    }

    .lk-simple-steps.desktop-view {
        display: none;
    }

    .jc-info-highlight-section.mobile-view .tile-panel {
        padding: 20px 20px;
        box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
        -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);
    }

    .jc-info-highlight-section.mobile-view .col-3 {
        margin-bottom: 20px;
    }

    .jc-info-highlight-section.mobile-view .col-3:nth-child(3) {
        margin-bottom: 0 !important;
    }

    .jc-info-highlight-section.mobile-view .col-3:nth-child(4) {
        margin-bottom: 0 !important;
    }

    .lk-simple-steps.mobile-view .col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .lk-simple-steps.mobile-view .tile-card:before {
        position: absolute;
        content: "";
        background: 0 0;
        height: auto;
        width: calc(100% - 40px);
        top: 30px;
        left: 175px;
        border-top: 2px dashed #b6b3bc;
    }

    .lk-simple-steps.mobile-view .tile-card .desc span.font-18 {
        font-size: 14px !important;
    }

    .lk-simple-steps.mobile-view .tile-card .desc span.font-16 {
        font-size: 13px !important;
    }

    .lk-simple-steps.mobile-view .tile-card .desc {
        max-width: 90px;
        display: block;
        margin: 0 auto;
    }

    .lk-simple-steps.mobile-view .three-step-process {
        margin-top: 10px;
    }

    /* .just-consult-title {
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 0;
    } */

    .just-consult-title {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 0;
        display: flex;
    }

    .just-consult-title h1 {
        font-size: 20px;
        display: flex;
    }

    /* .jc-consult-section.mobile-view .just-consult-title h1 {
        font-size: 20px;
        display: flex;
        position: relative;
        top: -4px;
    } */

    .lk-advise-text {
        display: none;
    }

    .jc-consult-section.mobile-view .rating span {
        font-size: 13px;
        font-weight: 500;
        color: #234d94;
    }

    .advice-just-txt {
        font-size: 16px !important;
        margin-top: 0;
    }

    /* .avatars-online.circle {
        margin-top: 10px !important;
        margin-bottom: 20px;
    } */

    /* .jc-consult-section .avatars-online .img-circle {
        width: 30px;
        height: 30px;
    } */

    .client-reviews.desktop-view {
        display: none;
    }

    .why-consult-section .why-consult-item {
        padding: 15px;
    }

    .why-consult-item .description h4 {
        font-size: 16px;
        font-weight: 500;
    }

    .user-say-section.mobile-view {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
    }

    .user-say-section {
        padding: 20px 0;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .user-say-section:before {
        content: "";
        position: absolute;
        right: -110px;
        bottom: -120px;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: #f9fafc;
        border: 40px solid #eaf4f5;
    }

    .user-say-section:after {
        content: "";
        position: absolute;
        left: -90px;
        top: -90px;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: #f9fafc;
        border: 40px solid #eaf4f5;
    }

    .testimonial-sec .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .testi-wrap img.top-quote {
        left: 50%;
        top: 10px;
        right: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .testimonial-sec .item img {
        width: 17px;
        height: 13px;
    }

    .testi-wrap img.bottom-quote {
        left: 50%;
        bottom: -10px;
        right: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .testimonial-sec p {
        color: #6d6d6d;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        max-width: 660px;
    }

    .testimonial-sec .testi-wrap p {
        margin-top: 25px;
    }

    .testi-wrap+.avatar-box {
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .testimonial-sec .avatar-box .circle-name {
        background: #ffffff;
        font-weight: 600;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        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;
        margin-right: 10px;
        box-shadow: 0px 2px 11.96px 1.04px rgb(185 185 213 / 38%);
        -webkit-box-shadow: 0px 2px 11.96px 1.04px rgb(185 185 213 / 38%);
        -moz-box-shadow: 0px 2px 11.96px 1.04px rgba(185, 185, 213, 0.38);
        -ms-box-shadow: 0px 2px 11.96px 1.04px rgba(185, 185, 213, 0.38);
        -o-box-shadow: 0px 2px 11.96px 1.04px rgba(185, 185, 213, 0.38);
        font-size: 20px;
        color: #757373;
    }

    .testimonial-sec .avatar-box p {
        color: #000;
        font-size: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 1.6;
        font-weight: 600;
        text-align: left;
    }

    .testimonial-sec .owl-nav {
        display: none;
    }

    .jc-info-highlight-section.mobile-view .col-100p {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px !important;
        margin-bottom: 10px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .jc-info-highlight-section.mobile-view .tile-panel {
        padding: 5px;
        box-shadow: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        height: 100%;
        /* background: #ffffff; */
        border: 1px solid #f0f0f5;
        border-radius: 5px;
        min-height: 70px;
    }

    .jc-info-highlight-section.mobile-view .tile-panel .tile-panel-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .price-buy-now.desktop-view {
        display: none;
    }

    .price-buy-now.mobile-view {
        display: block;
    }

    span.consult-lawyer-text {
        display: block;
    }

    /* .hero-area .slide-item.slide-1 {
        background-image: url(/frontend/client_base_web/layout-optim/rera-consult/jc-hero-xs-banner-slider-1.png) !important;
        background-color: #f3f1f1 !important;
        height: 240px !important;
        justify-content: left;
    }

    .hero-area .slide-item.slide-2 {
        background-image: url(/frontend/client_base_web/layout-optim/rera-consult/jc-hero-xs-banner-slider-1.png) !important;
        background-color: #f3f1f1 !important;
        height: 240px !important;
        justify-content: left;
    }

    .hero-area .slide-item.slide-3 {
        background-image: url(/frontend/client_base_web/layout-optim/rera-consult/jc-hero-xs-banner-slider-1.png) !important;
        background-color: #f3f1f1 !important;
        height: 240px !important;
        justify-content: left;
    } */

    .jc-info-highlight-section .icon-circle {
        margin-right: 10px;
        background: transparent;
        width: auto;
        height: auto;
        margin-left: 0;
    }

    .jc-consult-section.mobile-view .just-consult-title span {
        display: flex;
        margin-right: 5px;
        font-weight: 700;
        color: #484848;
        background: #fff;
        border-radius: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        padding: 5px;
        font-size: 16px;
        height: 35px !important;
        width: 55px;
        position: relative;
        border: 1px solid #f0f0f5;
    }

    .star-rating {
        position: absolute;
        left: 50px;
        top: 11px;
        -webkit-filter: brightness(0.2) grayscale(1);
        -moz-filter: brightness(0.2) grayscale(1);
        -ms-filter: brightness(0.2) grayscale(1);
        -o-filter: brightness(0.2) grayscale(1);
        filter: brightness(0.2) grayscale(1);
    }

    /* .doc-review-highlight.desktop {
        display: none;
    } */

    .choose-select select {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
        -moz-box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
        -ms-box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
        -o-box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
        box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
        border: 1px solid #d7d7e0;
        padding: 0 35px 0 15px;
    }

    .pricing-card.common-shadow {
        box-shadow: none;
        margin-top: 5px;
        padding: 20px 10px;
    }

    .price-item {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-shadow: 0 -1px 5px 0 #e5e5e9;
        -webkit-box-shadow: 0 -1px 5px 0 #e5e5e9;
        -moz-box-shadow: 0 -1px 5px 0 #e5e5e9;
        -ms-box-shadow: 0 -1px 5px 0 #e5e5e9;
        -o-box-shadow: 0 -1px 5px 0 #e5e5e9;
        border: 1px solid #f0f0f7;
    }

    .why-consult-section {
        padding: 20px 15px;
        background: #f7f9ff;
        margin-left: -15px;
        margin-right: -15px;
    }

    .why-consult-section .why-consult-item {
        padding: 15px;
        border: 1px solid #f0f0f5;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        margin-bottom: 15px;
        display: grid !important;
        text-align: center;
    }

    .why-consult-section .description {
        max-width: 100%;
    }

    .why-consult-section .icon-circle {
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .common-main-title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 30px !important;
        position: relative;
    }

    .common-main-title:before {
        position: absolute;
        content: "";
        background: #234d94;
        width: 40px;
        height: 3px;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .frequently-section {
        padding: 0 0;
    }
    
    .frequently-section .frequentqa-sec {
        margin-top: 20px;
    }
    
    .frequently-section h3 {
        margin-bottom: 20px;
    }
    
    .frequently-section .col-12 {
        padding-right: 0;
        padding-left: 0;
    }
    
    .frequently-section .accordion-sec .accordion-header {
        padding: 10px 0px 10px 35px;
    }
    
    .frequently-section .accordion-header::after {
        top: 10px;
    }
     
    .frequently-section {
        padding: 20px 0;
    }
    
    
    .frequently-section h3.font-30 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .frequently-section .frequentqa-sec {
        margin-top: 0;
    }
    

    .footer-copyright {
        padding: 10px 10px 60px;
    }

    .why-consult-section .description p {
        font-size: 14px !important;
        line-height: 24px;
    }

    .rera-required-section p {
        text-align: center;
    }

    /* .jc-info-highlight-section.desktop-view .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 8px !important;
        padding-left: 8px !important;
        margin-bottom: 10px;
    } */

}

@media screen and (max-width: 767px) {

    .caption {
        margin-left: 0;
        max-width: 100%;
        top: 0;
        text-align: center;
    }

    /* .hero-area img.home-banner-right {
        width: 300px !important;
        margin: 0 auto;
        display: table;
        margin-top: 20px;
        position: relative;
        top: 0;
        right: 0;
        height: auto;
    } */

    .hero-area .caption {
        padding: 20px 0 0;
    }

    .hero-area img {
        margin-bottom: 0;
        margin-top: 0;
    }

    /* .hero-area .row {
        width: 100%;
    } */

    .lk-simple-steps.mobile-view .tile-card:before {
        left: 155px;
    }

    .user-say-section:before,
    .user-say-section:after {
        display: none;
    }

    .testimonial-sec .avatar-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .testimonial-sec .avatar-box p {
        margin-top: 10px;
        text-align: center;
    }

    .frequently-section {
        background: #f7f9ff;
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .rera-service-section .rera-service-tabs ul {
        width: 100%;
    }

    /* .why-consult-section .description {
        max-width: 80%;
    } */

    .why-consult-section .description p br {
        display: none;
    }

    .rera-service-section .rera-service-tabs .ui-tabs-panel {
        padding: 20px 10px;
    }

    .rera-service-section .rera-service-tabs .ui-tabs-panel .col-6 {
        margin-bottom: 20px;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .rera-required-section {
        padding: 20px 0 0 0;
    }

}

@media screen and (max-width: 575px) {
    .lk-simple-steps.mobile-view .tile-card:before {
        left: 125px;
    }

    .lk-advantage-item .description h4 {
        font-size: 14px;
    }

    .lk-advantage-item .description p {
        font-size: 13px !important;
        max-width: 280px;
        line-height: 24px;
    }

    .testimonial-sec p {
        padding: 0 20px;
    }

}

@media screen and (max-width: 520px) {

    /* .why-consult-section .description {
        max-width: 75%;
    } */
}

@media screen and (max-width: 480px) {

    img.home-banner-right {
        width: 300px !important;
    }

    .hero-area .caption {
        margin-left: 10px;
        margin-top: 0;
        margin-right: 10px;
        text-align: center;
    }

    .lk-simple-steps.mobile-view .tile-card:before {
        left: 85px;
    }

    .lk-simple-steps.mobile-view .tile-card .icon-circle span {
        font-size: 16px;
    }

    .jc-consult-section.mobile-view .just-consult-title span {
        width: 52px;
    }

    .rera-service-section .service-card {
        padding: 15px;
        text-align: center;
    }

    .rera-service-section .service-card h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .rera-service-section .service-card .service-icon {
        margin-bottom: 5px;
    }

    .rera-service-section .rera-service-tabs .ui-tabs-panel a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .rera-service-section .rera-service-tabs ul li a {
        padding: 12px 18px;
    }

    .rera-service-section .rera-service-tabs ul li.ui-state-default {
        font-size: 14px;
    }

    .rera-service-section .rera-service-tabs .ui-tabs-panel .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width: 420px) {
    .lk-advantage-item .description p {
        max-width: 230px;
        line-height: 24px;
    }

    .jc-consult-section.mobile-view .just-consult-title span {
        width: 55px;
    }
}

@media screen and (max-width: 380px) {

    .price-item h4 {
        font-size: 14px;
    }

    .price-item h4 span {
        display: inline-block;
        font-size: 12px;
    }

    .price-item .extra-mis {
        font-size: 14px;
    }

    /* .why-consult-section .description {
        max-width: 68%;
    } */

    .rera-service-section .rera-service-tabs ul li a {
        padding: 12px 12px;
    }
}

@media screen and (max-width: 359px) {

    .choose-select select {
        font-size: 18px;
    }

    /* .why-consult-section .description {
        max-width: 64%;
    } */

    .rera-service-section .rera-service-tabs ul li a {
        padding: 10px 10px;
    }

    .rera-service-section .rera-service-tabs ul li.ui-state-default {
        font-size: 12px;
    }

    .jc-info-highlight-section .icon-circle {
        margin-right: 7px;
    }
}


@media screen and (max-width: 320px) {
    .lk-advantage-item .description p {
        max-width: 190px;
        line-height: 20px;
    }

    .avatars-online p {
        font-size: 14px !important;
    }

    .jc-consult-section.mobile-view .just-consult-title span {
        width: 52px;
    }
}

/* Ends  On Responsive Css */