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: #fcfcfc;
    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;
}

.flex-wrap {
    flex-wrap: wrap;
}

.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-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-30 {
    font-size: 30px
}

.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
}

.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: #e75c4f;
}

.color7 {
    color: #3c3c3c;
}

.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-30 {
    margin-top: 30px
}

.m-t-50 {
    margin-top: 50px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-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-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.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
}

.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-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;
}

/* Property Highlight - Hero Area  */

.hero-area {
    background-image: url("../layout-optim/property/property-hero-main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 420px;
    position: relative;
    top: 1px;
    margin-top: 60px;
} 

.hero-area .caption {
    margin-left: 60px;
}

.hero-area .caption {
    font-family: 'Quicksand', sans-serif;
}

.hero-area .caption h1 {
    line-height: 1;
}

.property-categories {
    max-width: 260px;
}

.property-categories .category-item:nth-child(1) {
    min-width: 150px;
    margin-right: 10px;
}

.property-categories a {
    color: #313131;
    padding: 10px;
    display: flex;
    align-items: center;
}

.property-categories .category-item:nth-child(2) {
    min-width: 100px;
}

.property-categories .category-item:nth-child(3) {
    min-width: 100px;
    margin-right: 10px;
}

.property-categories .category-item:nth-child(4) {
    min-width: 150px;
}

/* Property Highlight  */

/* Property Highlight  */

.property-highlight {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.property-highlight .tile-card .tile-card-body {
   flex: 1 1 auto;
}

.property-highlight .tile-card .tile-card-body h4 {
    line-height: 1.4;
    font-family: 'Quicksand', sans-serif;
}

/*... Property Highlight  */

/* LegalKart Property Expert  */

.legalkart-property-expert h2 {
    line-height: 1;
}

.legalkart-property-expert .expert-item .icon-circle {
    width: 55px;
    height: 55px;
    background: #cacaca;
}

.legalkart-property-expert .expert-item1 .icon-circle {
    background: #fee9e9 !important;
}

.legalkart-property-expert .expert-item2 .icon-circle {
    background: #d1fad8 !important;
}

.legalkart-property-expert .expert-item3 .icon-circle {
    background: #dff6fc !important;
}

.legalkart-property-expert .expert-item4 .icon-circle {
    background: #e1dffc !important;
}

.legalkart-property-expert .expert-item5 .icon-circle {
    background: #faf9d3 !important;
}

.legalkart-property-expert .expert-item .description {
    flex: 1;
}


/*... LegalKart Property Expert  */

/* LegalKart Property Category */

.property-category-each {
    position: relative;
    height: 400px;
}

.property-category-each  .col-6 {
    position: static;
}


.property-category-each p {
    line-height: 26px;
}


.property-category-each .img-fluid {
    position: absolute;
    top: 0;
    left: 0;
}


.property-category-each a.common-action-btn {
    outline: 0 none;
    text-decoration: none;
    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;
}

.property-category-each a.common-action-btn {
    background-color: #278cf3;
    box-shadow: 0 6px #0659ae;
}

.property-category-each a.common-action-btn:active {
    box-shadow: 0 0 #0659ae;
    top: 6px;
}

.property-category-each a.common-action-btn:hover {
    box-shadow: 0 4px #0659ae;
    top: 2px;
}

.property-sale-category {
    background: #fafafc;
}

.property-residential-renting-category {
    background: #fcfcfc;
}

.property-residential-renting-category .img-fluid {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.property-commercial-leasing-category {
    background: #f8fbff;
}

.property-category-each .desk-img {
    display: block;
}

.property-category-each .mob-img {
    display: none;
}



/*... LegalKart Property Category */

/* FAQ */

.frequentqa-sec .panel ul {
    list-style-image: url('../layout-optim/doc-review-consult/bullet-tick.png');
    margin-left: 20px;
    margin-right: 20px;
}

.accordion-sec .accordion {
    width: 100%;
    padding-bottom: 5px;
}

.accordion-sec .accordion:last-child {
    border-bottom: 0;
}

.accordion-sec .accordion-header {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 25px 20px 25px 50px;
    position: relative;
    font-weight: 500;
    color: #263238;
}
.accordion-sec .accordion-header.active {
    color: #4476bc;
}

.accordion-header.active::after {
    content: "\2212";
    color: #fff;
    display: flex;
    background: #4476bc;
}

.accordion-header.closed::after {
    content: '\002B';
    color: #fff;
}

.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;
}

.accordion-sec .panel {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.accordion-sec .accordion .panel p,
.accordion-sec .accordion .panel ul li
 {
    color: #6d7e86;
    font-size: 14px;
    line-height: 24px;
}

.accordion-sec .accordion .panel ul li
 {
    line-height: 16px;
}

/*... FAQ */

/* Client Reviews */

.review-item .avatar-block .name-symbol {
    height: 35px;
    width: 35px;
    color: #fff;
}

.review-item .avatar-block .name-title {
    flex: 1;
}

.review-item .avatar-block .name-title {
    flex: 1;
}

.review-item .avatar-block .name-title .name-title-verified img {
    width: 18px;
    height: 18px;
}

.review-item p {
    font-size: 15px;
    line-height: 25px;
    margin-left: 55px;
    margin-top: 10px;
}

/*... Client Reviews */

/* Responsive styles */

@media screen and (max-width: 991px) { 
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-area {
        background-image: url("../layout-optim/property/property-hero-main-small.png");
        background-size: 280px;
        background-position: center bottom;
        background-color: #F2F6FF;
        height: 480px;
        justify-content: center;
        margin-top: 46px;
    }

    .hero-area .caption {
        margin-left: 0;
        margin-top: 0;
    }

    .hero-area .caption h1 {
        font-size: 36px;
        margin-bottom: 15px;
        margin-top: 10px;
        line-height: 1;
    }

    .hero-area .caption h4 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .hero-area .caption h1,
    .hero-area .caption h4
    {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .hero-area .property-categories {
        max-width: 260px;
        margin: 0 auto 160px;
    }

    .legalkart-property-expert .expert-desc h2 {
        font-size: 20px;
    }

    .legalkart-property-expert .expert-desc p {
        font-size: 14px;
        line-height: 26px;
    }

    .legalkart-property-expert .expert-item .description h4 {
        font-size: 16px;
    }

    .legalkart-property-expert .expert-item .description p {
        font-size: 14px;
        line-height: 26px;
    }

    .property-highlight {
        box-shadow: none;
        background: transparent;
        padding: 0;
    }

    .property-highlight .col-4 {
        margin-bottom: 20px;
    }

    .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;
    }

    .property-highlight .row.satisfried .col-4:nth-child(1), .property-highlight .row.satisfried .col-4:nth-child(3) {
        display: none;
    }

    .property-highlight .row .col-4:nth-child(2) .tile-card {
        margin-top: 0;
    }

    .expert-item-wrapper {
        margin: 40px 0 10px 0;
    }

    .property-category-each {
        height: auto;
        padding: 20px 0 30px 0;
        text-align: center;
    }

    .property-category-each p {
        line-height: 26px;
        font-size: 14px;
    }
    
    .property-category-each h2 {
        font-size: 24px;
    }

    .property-category-each a.common-action-btn {
        margin-top: 10px;
    }

    .property-category-each .img-fluid {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto 30px;
        display: table;
    }

    .property-residential-renting-category .img-fluid {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 auto 30px;
        display: table;
    }

    .property-residential-renting-category .col-6:first-child {
        order: 2;
    }

    .property-residential-renting-category .col-6:last-child {
        order: 1;
    }
        
    .property-category-each .desk-img {
        display: none !important;
    }
    
    .property-category-each .mob-img {
        display: block !important;
    }

    .accordion-sec .panel {
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-sec .accordion-header {
        padding: 10px 0px 10px 35px;
        word-break: break-all;
        white-space: normal;
        word-break: break-all;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
    }

    .accordion-sec .accordion .panel p, 
    .accordion-sec .accordion .panel ul li {
        line-height: 26px;
    }

    .frequentqa-sec h3,
    .client-reviews h3
     {
        text-align: center;
        font-size: 20px;
    }

    .client-reviews .name-title-verified h4 {
        font-size: 14px;
    }

    .client-reviews .review-item p {
        font-size: 14px;
        line-height: 26px;
        margin-left: 0;
    }
    
}

/*... Responsive styles */