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: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #313131;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-dir-column {
    flex-direction: column;
}

.secondary-font {
    font-family: 'Libre Baskerville', serif;
}

.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
}

.font-italic {
    font-style: italic;
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.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-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-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-55 {
    font-size: 55px
}

.lh-1 {
    line-height: 1;
}

.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;
    -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, .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-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, .08);
    box-shadow: 0 3px 20px 0 rgba(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;
}

.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-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-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
}

.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-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
}

.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;
}

.py-20 {
    /* padding-top: 20px; */
    padding-bottom: 10px
}

.p-b-10 {
    padding-bottom: 10px;
}

.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;
}

.title-head {
    position: relative;
    display: inline-block;
}

.title-head:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #bfbfbf;
    right: -20px;
    top: 8px;
}

.title-head:after {
    content: '';
    top: 10px;
    right: -80px;
    height: 2px;
    opacity: 1;
    width: 50px;
    opacity: .5;
    position: absolute;
    background: #bfbfbf;
}

.strike-text {
    text-decoration: line-through;
}

/* Hero Area */

.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: 530px;
}

.slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 530px;
    max-height: 530px !important;
}

.caption {
    margin-left: 100px;
    max-width: 800px;
}

.caption p {
    line-height: 20px;
}

.hero-area .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 50px;
    top: 40%;
    background: transparent;
}

.hero-area .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 50px;
    top: 40%;
    background: transparent;
}

.hero-area .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 100px;
}

.hero-area .owl-theme .owl-dots .owl-dot.active span, 
.hero-area.owl-theme .owl-dots .owl-dot:hover span {
    border: 4px solid #444446;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 18px;
    height: 18px;
}

.hero-area .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 10px 0 0px;
}

.hero-area .owl-theme .owl-dots .owl-dot.active span, 
.hero-area .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.hero-area .owl-carousel .owl-nav button.owl-next span {
    font-size: 60px;
    color: #ffffff;
}

.hero-area .owl-carousel .owl-nav button.owl-prev span {
    font-size: 60px;
    color: #ffffff;
}

/*... Hero Area */

/* Welcome */

.welcome-text {
    border-top: 6px solid #3c97f4;
    margin-top: 0;
    padding-top: 40px;
}

/* Welcome */

/* How It Works */

.how-it-works {
    background: #fdfafa;
}

.how-it-works  .works-img img {
    height: 85px;
}

/*... How It Works */

/* Starts on Why Legalkart section */


.why-legalkart-section .sub-heading {
    position: relative;
    display: inline-block;
}

.why-legalkart-section .sub-heading:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #bfbfbf;
    right: -20px;
    top: 13px;
}

.why-legalkart-section .sub-heading:after {
    content: '';
    top: 15px;
    right: -80px;
    height: 2px;
    opacity: 1;
    width: 50px;
    opacity: .5;
    position: absolute;
    background: #bfbfbf;
}

.why-legalkart-section .card {
    box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    -webkit-box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    -moz-box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    -ms-box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    -o-box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    position: relative;
    padding: 20px 20px 40px 20px;
    height: 100%;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    -ms-border-bottom-left-radius: 25px;
    -o-border-bottom-left-radius: 25px;
}

.why-legalkart-section .card h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    max-width: 250px;
    line-height: 26px;
}

.why-legalkart-section .card p {
    line-height: 26px;
}

.why-legalkart-section .card .icon-bg {
    position: absolute;
    width: 70px;
    height: 60px;
    background: #278cf3;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    -ms-border-bottom-left-radius: 25px;
    -o-border-bottom-left-radius: 25px;
    text-align: center;
    line-height: 70px;
    top: -40px;
}

.why-legalkart-section .card .icon-bg img {
    margin-top: 12px;
    height: 34px;
    width: 34px;
}

/* Ends on Why Legalkart section */

/* Property Products */

.property-tile {
    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-color: #fff;
    background-clip: border-box;
    overflow: hidden;
    box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    -webkit-box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    -moz-box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    -ms-box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
    -o-box-shadow: 0px 0px 18.8px 1.2px rgba(31, 31, 31, 0.15);
}

.property-tile-selected {
    box-shadow: 0px 3px 22.56px 1.44px rgba(31, 31, 31, 0.32);
    border-bottom: 6px solid #278cf3;
}

.property-tile-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.price-desc ul li, .price-desc ul p {
    position: relative;
}

/* .price-desc ul li:before, .price-desc ul p:before {
    position: absolute;
    content: url("../layout-optim/property-details-new/description-tick.png");
    height: 20px;
    width: 20px;
    left: 0;
    top: 5px;
} */

.price-desc ul li:before {
    position: absolute;
    content: url("../layout-optim/property-details-new/description-tick.png");
    height: 20px;
    width: 20px;
    left: 0;
    top: 5px;
}

/* .price-desc ul p:after {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 18px;
    top: 5px;
    background: #ffffff;
    content: "";
} */

.price-desc ul p:before {
    position: absolute;
    content: url("../layout-optim/property-details-new/description-tick.png");
    height: 20px;
    width: 20px;
    left: 0;
    top: 5px;
    z-index: 11;
}

.price-desc ul p {
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 24px;
}

/* .property-products .col-3:nth-child(1) .property-tile .price-desc ul p:after {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 18px;
    top: 5px;
    background: #f9fffe;
} */

.property-products .col-3:nth-child(2) .property-tile .price-desc ul p:after {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 18px;
    top: 5px;
    background: #f5f8ff;
}

.property-products .col-3:nth-child(3) .property-tile .price-desc ul p:after {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 18px;
    top: 5px;
    background: #fffaf8;
}

.property-products .col-3:nth-child(4) .property-tile .price-desc ul p:after {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 18px;
    top: 5px;
    background: #fffbfc;
}

.price-choices {
    min-height: 90px;
}

.preview-btn,
.select-btn
{
    background: #278cf3;
    padding: 14px 50px;
    border: 0;
    cursor: pointer;
    display: inline-block;
}

.select-btn {
    padding: 22px 60px;
}

.webui-popover.in {
    box-shadow: 0px 3px 22.56px 1.44px rgba(31, 31, 31, 0.32);
    border: 0;
    z-index: 99999;
}

.webui-popover .webui-popover-content {
    padding: 0;
}

.property-head {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 15px 0px 15px 0;
}

.property-head h4 {
    margin-bottom: 2px;
}

.jquery-modal .price-desc p {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.jquery-modal .price-desc p:nth-of-type(1) {
    display: none;
}

.jquery-modal .price-desc p:last-child {
    display: none;
}

/* .jquery-modal .price-desc p:after {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 7px;
    top: 5px;
    background: #ffffff;
    content: "";
} */

.jquery-modal .price-desc p:before {
    position: absolute;
    content: url(../layout-optim/property-details-new/description-tick.png);
    height: 20px;
    width: 20px;
    left: -5px;
    top: 3px;
    z-index: 11;
}

.property-products .col-3:nth-child(1) .property-head {
    background: #00bfa1;
}

.property-products .col-3:nth-child(2) .property-head {
    background: #2368ff;
}

.property-products .col-3:nth-child(3) .property-head {
    background: #ff7f3d;
}

.property-products .col-3:nth-child(4) .property-head {
    background: #ff3d6f;
}

.property-details .price-desc {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
}

.price-choices .col-6:nth-child(2):before {
    position: absolute;
    content: "";
    background: #b7b7b7;
    width: 1px;
    height: 100%;
    top: 0;
    left: -10px;
}

.price-choices .price-block {
    cursor: pointer;
    min-height: 66px;
}

.price-choices .price-block span.active-img,
.price-choices .price-block span.non-active-img {
    left: 0;
    top: 4px;
    transition: all 0.5s linear 0s;
}

.price-choices .price-block span.active-img {
    display: none;
}

.price-choices .price-block-active span.active-img {
    display: block;
}

.price-choices .price-block-active span.non-active-img {
    display: none;
}

.property-tile .price-desc {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
}

.property-tile-selected {
    box-shadow: 0px 3px 22.56px 1.44px rgba(31, 31, 31, 0.32);
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.property-tile-selected .property-head {
    box-shadow: 0px 3px 8px 0px rgba(100, 103, 107, 0.41);
    position: relative;
}

.property-tile-selected .property-head:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-width: 12px;
	margin-left: -12px;
}

.property-products .col-3:nth-child(1) .property-tile {
    background: #f9fffe;
}

.property-products .col-3:nth-child(2) .property-tile {
    background: #f5f8ff;
}

.property-products .col-3:nth-child(3) .property-tile {
    background: #fffaf8;
}

.property-products .col-3:nth-child(4) .property-tile {
    background: #fffbfc;
}

.property-products .col-3:nth-child(1) .property-tile-selected {
    border-bottom-color:#00bfa1;
}

.property-products .col-3:nth-child(1) .property-head:after {
    border-top-color: #00bfa1;
}

.property-products .col-3:nth-child(2) .property-tile-selected {
    border-bottom-color:#2368ff;
}

.property-products .col-3:nth-child(2) .property-head:after {
    border-top-color: #2368ff;
}

.property-products .col-3:nth-child(3) .property-tile-selected {
    border-bottom-color:#ff7f3d;
}

.property-products .col-3:nth-child(3) .property-head:after {
    border-top-color: #ff7f3d;
}

.property-products .col-3:nth-child(4) .property-tile-selected {
    border-bottom-color:#ff3d6f;
}

.property-products .col-3:nth-child(4) .property-head:after {
    border-top-color: #ff3d6f;
}

p.selected-card-state {
    border: 1px solid #00B16A;
    display: table;
    margin: 0 auto;
    color: #00B16A;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 16px;
    background: #e1fff3;
    font-weight: 500;
}

/*... Property Products */

/* Starts on Frequently Asked Question Section */

.frequently-section .sub-heading {
    position: relative;
    display: inline-block;
}

.frequently-section .sub-heading:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #bfbfbf;
    right: -20px;
    top: 13px;
}

.frequently-section .sub-heading:after {
    content: '';
    top: 15px;
    right: -80px;
    height: 2px;
    opacity: 1;
    width: 50px;
    opacity: .5;
    position: absolute;
    background: #bfbfbf;
}

.frequently-section .accordion-sec .accordion {
    width: 100%;
    padding-bottom: 5px;
}

.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: 16px;
    cursor: pointer;
    padding: 25px 20px 25px 50px;
    position: relative;
    font-weight: 500;
    color: #263238;
}

.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: 27px;
    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;
}

.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;
    margin-right: 20px;
}

/* Ends on Frequently Asked Question Section */


/* Starts User Says Section */

.testimonial-sec {
    padding: 50px 0;
    background: #f2f1ef;
    margin-bottom: 0;
}

.testimonial-sec .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonial-sec p {
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 660px;
}

.testimonial-sec .avatar-box .circle-name {
    background: #f2a52b;
    font-weight: 700;
    width: 40px;
    height: 40px;
    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;
}

.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-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 100px;
    top: 40px;
    background: transparent;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 100px;
    top: 40px;
    background: transparent;
}

/* Ends User Says Section */

/* Product Selection */

.product-selection {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    background: #ffff;
    width: 100%;
    border-top: 6px solid #ff7e00;
    /* transform: translateY(100%); */
    /* transition: all 0.5s linear 0s; */
}

.product-selection.in {
    transform: translateY(0%);
}

.product-selection .container {
    max-width: 1170px;
}

.total-price .preview-btn {
    padding: 15px 25px;
}

.upnbottom-arrow {
    top: 0;
    right: -40px;
    cursor: pointer;
}

.upnbottom-arrow-toggle img {
    transform: rotate(180deg);
}

.product-selection .product-item .img-box {
    width: 47px;
    height: 47px;
}

.product-item {
    padding-left: 30px;
}

.product-each h4 span, .product-badge {
    background: #ff3d6f;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0 10px;
    display: flex;
    position: relative;
    top: -3px;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px;
    height: 30px;
    align-items: center;
}

.expand-product-scrool-panel {
    overflow-x: hidden;
    overflow-y: auto;
    height: 221px;
}

/* Checkbox select */

.product-each {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}

.product-each:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-each input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.product-each label {
    position: relative;
    cursor: pointer;
    display: flex;
  }
  
  .product-each label:before {
      content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    width: 10px;
    height: 10px;
    top: 5px;
}

.product-each input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*... Checkbox select */
/*... Product Selection */

/* footer.main-footer {
    margin-bottom: 171px;
} */

/* Property Details Preview Modal */

#propertyDetailsPreview {
    max-width: 1100px;
}

/*... Property Details Preview Modal */

/* Starts sticky contact */

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #000000;
    z-index: 11111;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    background: #3f3f3f;
    margin-bottom: 1px;
}

.icon-bar a:last-child {
    margin-bottom: 0;
}

.icon-bar a:hover {
    background-color: #000;
}

.icon-bar a img {
    width: 20px;
    height: 20px;
}

.call {
    background: #3B5998;
    color: white;
}

.mail {
    background: #55ACEE;
    color: white;
}

.whatsapp {
    background: #00e676;
    color: white;
}

/* Ends sticky contact */

/* Starts Modal Css */

.modal.viewport-area {
    max-width: 550px;
    padding: 20px;
    width: 100%;
}

.modal.viewport-area h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.modal.viewport-area .form-field h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal.viewport-area .form-group {
    margin-bottom: 4px !important;
}

.modal.viewport-area a.common-action-btn {
    background-color: #00b48c;
    box-shadow: 0 6px #019473;
    -webkit-box-shadow: 0 6px #019473;
    -moz-box-shadow: 0 6px #019473;
    -ms-box-shadow: 0 6px #019473;
    -o-box-shadow: 0 6px #019473;
}

.modal.viewport-area a.common-action-btn:hover {
    box-shadow: 0 4px #019473;
    -webkit-box-shadow: 0 4px #019473;
    -moz-box-shadow: 0 4px #019473;
    -ms-box-shadow: 0 4px #019473;
    -o-box-shadow: 0 4px #019473;
    top: 2px;
}

.modal.viewport-area a.common-action-btn {
    outline: 0 none;
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.modal.viewport-area button.common-action-btn {
    background-color: #278cf3;
    box-shadow: 0 6px #0659ae;
    -webkit-box-shadow: 0 6px #0659ae;
    -moz-box-shadow: 0 6px #0659ae;
    -ms-box-shadow: 0 6px #0659ae;
    -o-box-shadow: 0 6px #0659ae;
}

.modal.viewport-area button.common-action-btn:hover {
    box-shadow: 0 4px#0659ae;
    -webkit-box-shadow: 0 4px#0659ae;
    -moz-box-shadow: 0 4px#0659ae;
    -ms-box-shadow: 0 4px#0659ae;
    -o-box-shadow: 0 4px#0659ae;
    top: 2px;
}

.modal.viewport-area button.common-action-btn {
    outline: 0 none;
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.modal.viewport-area .form-field {
    display: none;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.modal.viewport-area img {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.modal.viewport-area .col-6, .modal.viewport-area .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.modal.viewport-area .img-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.modal.viewport-area p {
    margin-bottom: 10px;
}

.modal.viewport-area .form-field input {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-right: 0;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    margin-bottom: 10px;
}

.modal.viewport-area .form-field textarea {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-right: 0;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

/* Ends Modal Css */

.free-doc-badge {
    background: #d8e2dc;
    padding: 10px 15px;
    color: #000000;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.top-head-section h2 {
    color: #0070c0;
    font-size: 18px;
}

.top-head-section .col-6 {
    -ms-flex: 0 0 26%;
    -webkit-box-flex: 0;
    flex: 0 0 26%;
    max-width: 26%;
}

.badge-now {
    background: #ffefef;
    padding: 5px 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    color: #f32a2a;
}

.save-extra {
    color: #f80000;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #f80000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 8px 10px;
}

.line-through {
    text-decoration: line-through;
    color: #f80000;
}

.product-selection .price-tile {
    width: 60%;
    float: left;
}

.product-selection .proceed-tile {
    float: right;
    width: 40%;
}

.product-selection .total-price {
    clear: both;
    overflow: hidden;
}

.product-selection .save-extra {
    color: #313131;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #313131;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    padding: 5px 0;
    width: 35%;
    float: right;
    margin-top: 5px;
}

.error {
    color: red;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
}


.icon-bar-show {
    display: none;
}

.info-help .avatar-img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
}

.info-help .col-4:nth-child(1) .avatar-img {
    background: #f97586;
    box-shadow: 0px 6px 18.27px 2.73px rgba(249, 163, 170, 0.44);
    -webkit-box-shadow: 0px 6px 18.27px 2.73px rgba(249, 163, 170, 0.44);
    -moz-box-shadow: 0px 6px 18.27px 2.73px rgba(249, 163, 170, 0.44);
    -ms-box-shadow: 0px 6px 18.27px 2.73px rgba(249, 163, 170, 0.44);
    -o-box-shadow: 0px 6px 18.27px 2.73px rgba(249, 163, 170, 0.44);
}

.info-help .col-4:nth-child(2) .avatar-img {
    background: #6ecac9;
    box-shadow: 0px 6px 18.27px 2.73px rgba(146, 230, 229, 0.44);
    -webkit-box-shadow: 0px 6px 18.27px 2.73px rgba(146, 230, 229, 0.44);
    -moz-box-shadow: 0px 6px 18.27px 2.73px rgba(146, 230, 229, 0.44);
    -ms-box-shadow: 0px 6px 18.27px 2.73px rgba(146, 230, 229, 0.44);
    -o-box-shadow: 0px 6px 18.27px 2.73px rgba(146, 230, 229, 0.44);
}

.info-help .col-4:nth-child(3) .avatar-img {
    background: #ff9655;
    box-shadow: 0px 6px 18.27px 2.73px rgba(253, 211, 185, 0.44);
    -webkit-box-shadow: 0px 6px 18.27px 2.73px rgba(253, 211, 185, 0.44);
    -moz-box-shadow: 0px 6px 18.27px 2.73px rgba(253, 211, 185, 0.44);
    -ms-box-shadow: 0px 6px 18.27px 2.73px rgba(253, 211, 185, 0.44);
    -o-box-shadow: 0px 6px 18.27px 2.73px rgba(253, 211, 185, 0.44);
}

/* Starts On Free Legal Advice Css */

.free-legal-advice {
    
}

.free-mint-content {
    background: #ffffff;
    box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    -webkit-box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    -moz-box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    -ms-box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    -o-box-shadow: 0px 0px 9.7px 0.3px rgba(165, 194, 200, 0.19);
    border-left: 5px solid #394a5c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.free-mint-content h2 {
    font-family: 'Quicksand', sans-serif !important;
    color: #394a5c;;
}

.free-mint-content h4 {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 300;
    color: #545454;;
}

.free-mint-content .avatars-online p,
.free-consult-top .avatars-online p
 {
    font-family: 'Quicksand', sans-serif !important;
}

.free-consult-top .avatars-online p
 {
   margin-bottom: 0 !important;
}

.free-mint-content .avatars-online .img-circle,
.free-consult-top .avatars-online .img-circle
 {
    border: 3px solid #f3e7d3;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 35px;
}

.free-mint-content .avatars-online .img-circle img,
.free-consult-top .avatars-online .img-circle img

 {
    height: 100%;
    width: 100%;
}

.free-consult-top .avatars-online .img-circle img {
    vertical-align: unset;
    top: auto;
    position: static;
}

.free-mint-content .avatars-online .img-circle:nth-child(1),
.free-consult-top .avatars-online .img-circle:nth-child(1)
{
    z-index: 3;
}

.free-mint-content .avatars-online .img-circle:nth-child(2),
.free-consult-top .avatars-online .img-circle:nth-child(2)
 {
    left: -5px;
    z-index: 2;
}

.free-mint-content .avatars-online .img-circle:nth-child(3),
.free-consult-top .avatars-online .img-circle:nth-child(3)
{
    left: -10px;
    z-index: 1;
}

.free-mint-content .avatars-online .pulse,
.free-consult-top .avatars-online .pulse
 {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #388e3c;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.free-mint-content .avatars-online .pulse:hover,
.free-consult-top .avatars-online .pulse:hover
 {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

.free-legal-advice a {
    box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    -webkit-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    -moz-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    -ms-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    -o-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    background: rgb(81,229,182);
    background: linear-gradient(-7deg, rgba(81,229,182,1) 0%, rgba(83,215,194,1) 100%);
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 60px;
}

.legal-advice-panel {
    padding: 40px 45px 45px 110px;
    background-color: #f6f6f9;
    z-index: 1;
}

.text-center.btns {
    padding: 65px 0 45px 0;
}

.legal-advice-panel:before {
    position: absolute;
    content: "";
    background-color: #f6f6f9;
    height: 388px;
    border-top-right-radius: 150px;
    -webkit-border-top-right-radius: 150px;
    -moz-border-top-right-radius: 150px;
    -ms-border-top-right-radius: 150px;
    -o-border-top-right-radius: 150px;
    border-bottom-right-radius: 190px;
    -webkit-border-bottom-right-radius: 190px;
    -moz-border-bottom-right-radius: 190px;
    -ms-border-bottom-right-radius: 190px;
    -o-border-bottom-right-radius: 190px;
    top: -80px;
    right: -40px;
    width: 660px;
    z-index: -1;
}

.legal-advice-panel .bg-circle {
    width: 141px;
    height: 137px;
    background: #f6f6f9;
    border: 20px solid #efeff2;
    top: -40px;
    left: -45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.legal-advice-panel .dot-line {
    right: 0;
    bottom: 0;
}

.legal-advice-panel .dot-line ul {
    list-style-type: none;
}

.legal-advice-panel .dot-line li {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #928e95;
    display: inline-block;
    margin-right: 10px;
}

.right-side .dot-line {
    right: -35px;
    top: 4px;
}

.right-side .dot-line li {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #3f3943;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.right-side ul {
    transform: rotate(90deg);
    margin: 0;
}

.right-side .dot-lines {
    right: -18px;
    top: 4px;
}

.right-side .dot-lines li {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #3f3943;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.right-side .dot-lines ul {
    transform: rotate(90deg);
    margin: 0;
}



/* Ends On Free Legal Advice Css */

.customer-box {
    background: #fff;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 20px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    -webkit-box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    -moz-box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    -ms-box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    -o-box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    margin-bottom: 10px;
}

.snackbar-widget {
    background: #fff7f0;
    max-width: 350px;
    padding: 20px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    -webkit-box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    -moz-box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    -ms-box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    -o-box-shadow: 0px 0px 8.73px 0.27px rgb(113 122 124 / 16%);
    position: fixed;
    z-index: 999999;
    border: 1px solid #f2f2f2;
    left: 50px;
    transition: all 0.7s linear 0s;
    bottom: -135px;
    margin: 0;
}

.text-dark {
    color: #000000;
}

.snackbar-widget.active {
    display: block;
    bottom: 70px;
}

.customer-box img {
    /* width: 30px;
    height: 40px; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
}

.customer-box .flex-block {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

.customer-box span {
    color: #f62525;
}

.customer-box p {
    color: rgba(0,0,0,0.6);
}

.free-consult-top h2 {
    font-size: 24px !important;
}

.snackbar-widget h4 {
    color: #000000;
}

.free-consult-top h2 + h2 {
    color: #6d7e86 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.customer-box a.custom-cross {
    position: absolute;
    top: -9.5px;
    right: -9.5px;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

/* Starts on Responsive Css */

@media screen and (max-width: 991px) {

    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .title-head {
        font-size: 20px;
    }

    .title-head:before,
    .title-head:after {
        display: none;
    }

    .hero-area .owl-dots {
        bottom: 20px;
        left: 70px;
    }

    .hero-area .caption {
        margin-left: 40px;
        position: relative;
        margin-top: -65px;
    }

    .welcome-text {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .welcome-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .how-it-works {
        padding: 30px 0;
    }

    .how-it-works .col-3 {
        margin-bottom: 30px;
    }

    .how-it-works .works-img {
        position: absolute;
        right: 0;
        top: 0;
        margin-bottom: 0;
    }

    .how-it-works .works-img img {
        height: 65px;
        margin-right: 20px;
    }

    .how-it-works .works-desc {
        padding-right: 90px;
    }

    .how-it-works .works-desc h4 {
        margin-bottom: 10px;
    }

    .how-it-works .works-desc br {
        display: none;
    }

    .how-it-works .works-desc .num-counter {
        font-size: 40px;
    }

    .why-legalkart-section .content-panel .col-4 {
        margin-bottom: 60px;
    }
    
    .why-legalkart-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .why-legalkart-section .content-panel .col-4 {
        margin-bottom: 60px;
    }

    .why-legalkart-section .content-panel .col-4:nth-child(3) {
        margin-bottom: 0;
    }

    .why-legalkart-section .title-head {
        margin-bottom: 10px;
    }

    .why-legalkart-section .card h3 {
        font-size: 16px;
    }

    .why-legalkart-section .card p {
        font-size: 14px;
    }

    .property-products {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .property-products  .col-3 {
        margin-bottom: 20px;
    }

    .property-products h3.title-head {
        margin-bottom: 30px;
    }

    .frequently-section {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .frequently-section .frequentqa-sec {
        margin-top: 20px;
    }
    
    .frequently-section h3 {
        margin-bottom: 30px;
    }
    
    .frequently-section .col-12 {
        padding-right: 0;
        padding-left: 0;
    }
    
    .frequently-section .accordion-sec .accordion-header {
        padding: 10px 0px 10px 35px;
    }
    
    .user-say-section h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .testimonial-sec {
        padding: 20px 0;
    }
    
    .testimonial-sec p {
        padding: 0 50px;
    }
    
    .testimonial-sec .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
    
    .testimonial-sec .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    #propertyDetailsPreview {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .property-details .col-6 {
        margin-bottom: 20px;
    }

    .info-help .d-flex {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .info-help img {
        margin-right: 0;
        margin-bottom: 0;
    }

    .info-help .avatar-img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .total-price .preview-btn {
        padding: 10px 20px;
        margin-top: 3px;
    }

    .total-price h4 {
        font-size: 15px;
        margin-right: 0;
    }

    .upnbottom-arrow {
        right: 0px;
    }

    .hero-area .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .hero-area .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .product-selection .col-7, .product-selection .col-5 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product-selection .total-price {
        text-align: left;
    }

    .product-selection .save-extra {
        float: left;
    }

    .collapse-product .product-item {
        padding-left: 0;
    }

    .price-choices {
        min-height: auto;
    }

    .frequently-section .accordion-header::after {
        top: 12px;
    }

    .top-head-section .col-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .legal-advice-panel:before {
        display: none;
    }

    .free-mint-content {
        text-align: center;
    }
    .avatars-online.d-flex.align-items-center {
        margin: 0 auto;
        max-width: 350px;
        margin-top: 10px;
    }

    .legal-advice-panel {
        padding: 20px;
    }

    .text-center.btns {
        padding: 20px;
    }

    .free-mint-content {
        background-color: #f6f6f9;
    }

    .free-consult-top .avatars-online p {
        margin-bottom: 30px !important;
    }

    .snackbar-widget {
        max-width: 94%;
        left: 3%;
        margin: 0 auto;
    }
        
    .snackbar-widget.active {
        bottom: 30px;
    }

    .legal-advice-panel .dot-line, .right-side .dot-line, .right-side .dot-lines {
        display: none;
    }
    
}

@media screen and (max-width: 767px) {

    .hero-area .slide-item h3 {
        font-size: 30px;
    }

    .hero-area .slide-item h5 {
        font-size: 16px;
    }

    .hero-area .owl-nav {
        display: none;
    }

    .hero-area a.common-action-btn.white, .hero-area a.common-action-btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .hero-area .slide-item p {
        font-size: 14px;
        max-width: 400px;
    }

    .hero-area .owl-theme .owl-dots .owl-dot.active span, 
    .hero-area .owl-theme .owl-dots .owl-dot:hover span {
        width: 16px;
        height: 16px;
    }

    .hero-area .owl-theme .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
    }

    .hero-area .owl-dots {
        left: 40px;
    }

    .hero-area .slide-item p br, .hero-area .slide-item h5 br {
        display: none;
    }

    .product-each h4 span {
        top: 0;
        font-size: 10px;
        margin-bottom: 3px;
    }

    .product-selection .product-item {
        padding-left: 10px;
    }

    .product-selection {
        padding: 10px;
    }

    .product-selection .price-tile, .product-selection .proceed-tile {
        width: 100%;
        float: right;
    }

    .product-selection .save-extra {
        margin-bottom: 5px;
    }

    .collapse-product .product-item {
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .total-price .preview-btn {
        padding: 8px 14px;
        margin-top: 3px;
        font-size: 12px;
        text-align: center;
    }
    
    .product-selection .col-8 {
        padding-right: 5px;
        padding-left: 10px;
    }
    
    .product-selection .col-4 {
        padding-left: 0;
        padding-right: 10px;
    }
}

@media screen and (max-width: 530px) {
    .testimonial-sec .owl-carousel .owl-nav {
        display: none;
    }

    .testimonial-sec .avatar-box .circle-name {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .testimonial-sec .avatar-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .testimonial-sec .avatar-box p {
        font-size: 14px;
    }

    .upnbottom-arrow {
        right: 0;
        top: 30px;
    }
    
}

@media screen and (max-width: 480px) {

    .why-legalkart-section .card .icon-bg {
        top: -30px;
    }

    .sub-heading:before, .sub-heading:after {
        display: none;
    }

    .hero-area {
        height: 380px;
    }

    .hero-area .caption {
        margin-left: 10px;
        margin-top: 40px;
        margin-right: 10px;
    }

    .hero-area .slide-item h3 {
        font-size: 24px;
    }

    .hero-area .slide-item h5 {
        font-size: 14px;
        max-width: 310px;
        margin-bottom: 10px;
    }

    .hero-area .owl-dots {
        left: 10px;
    }

    .slide-item {
        height: 380px;
        max-height: 380px !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .hero-area .slide-item h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .hero-area a.common-action-btn {
        margin-right: 0px;
    }

    .upnbottom-arrow {
        top: 0;
    }

    .total-price h4 {
        display: block;
    }

    .total-price {
        text-align: center;
    }

    .product-selection .col-7 {
        -ms-flex: 0 0 65%;
        -webkit-box-flex: 0;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .product-selection .col-5 {
        -ms-flex: 0 0 35%;
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .product-selection .save-extra {
        width: 100%;
    }
}


@media screen and (max-width: 420px) {
    .hero-area .slide-item p {
        max-width: 320px;
    }

    .how-it-works .works-desc {
        padding-right: 100px;
    }

    .product-item h4 {
        font-size: 10px;
    }

    .product-selection .product-item {
        padding-left: 5px;
    }

    .product-selection .product-item .img-box {
        width: 37px;
        height: 37px;
        margin-right: 5px;
    }

    .product-item h4 {
        font-size: 10px;
    }

    .select-btn {
        padding: 14px 50px;
    }

    .avatars-online.d-flex.align-items-center {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        margin-top: 10px;
    }
    .avatars-online {
        width: 100%;
        margin-top: 10px;
    }
    .text-center.btns {
        padding: 0 20px 20px 20px;
    }

    .free-legal-advice a {
        font-size: 16px;
    }
}

@media screen and (max-width: 380px) {

    .upnbottom-arrow {
        top: 4px;
    }

    .upnbottom-arrow img {
        width: 18px;
        height: 18px;
    }

    .modal.viewport-area a.common-action-btn {
        padding: 15px 10px;
        font-size: 14px;
    }

    .modal.viewport-area h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .total-price p {
        font-size: 13px;
    }

    .total-price h4 {
        font-size: 13px;
    }

    .upnbottom-arrow {
        right: 5px;
    }

    .total-price .preview-btn {
        font-size: 12px;
        text-align: center;
    }

    .product-selection .col-5 {
        padding-right: 0;
    }

    .product-selection .col-7 {
        padding-left: 0;
    }
    
}

@media screen and (max-width: 320px) {

    .hero-area .slide-item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hero-area a.common-action-btn.white, 
    .hero-area a.common-action-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .hero-area .slide-item p {
        max-width: 280px;
    }

    .upnbottom-arrow {
        right: 0;
    }
}

/* Ends on Responsive Css */