html {
    padding: 0;
    margin: 0 !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.row_basic {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

a {
    color: #6a7be7;
}


/*
.section-padding + .section-padding {
    margin-top: -105px;
}
*/

.clear_both {
    clear: both;
}


/* [BOOTSTRAP 3]*/

.label {
    border: 1px solid #eee;
    display: inline-block;
    padding: 3px 5px;
    color: #fff;
    border-radius: 5px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
    color: #fff;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.label-important,
.badge-important {
    background-color: #B94A48;
    color: #fff;
}


/* [end BOOTSTRAP 3]*/


/* Icon */

[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

[class^="icon-"].icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:focus>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>li>a:focus>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:focus>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"],
.dropdown-submenu:focus>a>[class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

[class^="icon-"].icon-phone {
    background-image: url("../img/glyphicons-halflings-free.png");
    background-position: 0px -169px;
    background-repeat: no-repeat;
}

[class^="icon-"].icon-ok {
    background-position: -288px 0px;
}

[class^="icon-"].icon-remove {
    background-position: -312px 0px;
}

[class^="icon-"].icon-shopping-cart {
    background-position: -360px -120px;
}

[class^="icon-"].icon-edit {
    background-position: -96px -72px;
}

[class^="icon-"].icon-plus {
    background-position: -408px -96px;
}

[class^="icon-"].icon-book {
    background-position: -48px -48px;
}

[class^="icon-"].icon-circle-arrow-up {
    background-position: -288px -144px;
}

[class^="icon-"].icon-ban-circle {
    background-position: -216px -96px;
}

[class^="icon-"].icon-trash {
    background-position: -456px 0px;
}

[class^="icon-"].icon-search {
    background-position: -48px 0px;
}

[class^="icon-"].icon-briefcase {
    background-position: -432px -144px;
}

[class^="icon-"].icon-calendar {
    background-position: -192px -120px;
}

[class^="icon-"].icon-star {
    background-position: -120px 0px;
}

[class^="icon-"].icon-bookmark {
    background-position: -72px -48px;
}

[class^="icon-"].icon-glass {
    background-position: 0 0;
}

[class^="icon-"].icon-music {
    background-position: -24px 0;
}

[class^="icon-"].icon-search {
    background-position: -48px 0;
}

[class^="icon-"].icon-envelope {
    background-position: -72px 0;
}

[class^="icon-"].icon-heart {
    background-position: -96px 0;
}

[class^="icon-"].icon-star {
    background-position: -120px 0;
}

[class^="icon-"].icon-star-empty {
    background-position: -144px 0;
}

[class^="icon-"].icon-user {
    background-position: -168px 0;
}

[class^="icon-"].icon-film {
    background-position: -192px 0;
}

[class^="icon-"].icon-th-large {
    background-position: -216px 0;
}

[class^="icon-"].icon-th {
    background-position: -240px 0;
}

[class^="icon-"].icon-th-list {
    background-position: -264px 0;
}

[class^="icon-"].icon-ok {
    background-position: -288px 0;
}

[class^="icon-"].icon-remove {
    background-position: -312px 0;
}

[class^="icon-"].icon-zoom-in {
    background-position: -336px 0;
}

[class^="icon-"].icon-zoom-out {
    background-position: -360px 0;
}

[class^="icon-"].icon-off {
    background-position: -384px 0;
}

[class^="icon-"].icon-signal {
    background-position: -408px 0;
}

[class^="icon-"].icon-cog {
    background-position: -432px 0;
}

[class^="icon-"].icon-trash {
    background-position: -456px 0;
}

[class^="icon-"].icon-home {
    background-position: 0 -24px;
}

[class^="icon-"].icon-file {
    background-position: -24px -24px;
}

[class^="icon-"].icon-time {
    background-position: -48px -24px;
}

[class^="icon-"].icon-road {
    background-position: -72px -24px;
}

[class^="icon-"].icon-download-alt {
    background-position: -96px -24px;
}

[class^="icon-"].icon-download {
    background-position: -120px -24px;
}

[class^="icon-"].icon-upload {
    background-position: -144px -24px;
}

[class^="icon-"].icon-inbox {
    background-position: -168px -24px;
}

[class^="icon-"].icon-play-circle {
    background-position: -192px -24px;
}

[class^="icon-"].icon-repeat {
    background-position: -216px -24px;
}

[class^="icon-"].icon-refresh {
    background-position: -240px -24px;
}

[class^="icon-"].icon-list-alt {
    background-position: -264px -24px;
}

[class^="icon-"].icon-lock {
    background-position: -287px -24px;
}

[class^="icon-"].icon-flag {
    background-position: -312px -24px;
}

[class^="icon-"].icon-headphones {
    background-position: -336px -24px;
}

[class^="icon-"].icon-volume-off {
    background-position: -360px -24px;
}

[class^="icon-"].icon-volume-down {
    background-position: -384px -24px;
}

[class^="icon-"].icon-volume-up {
    background-position: -408px -24px;
}

[class^="icon-"].icon-qrcode {
    background-position: -432px -24px;
}

[class^="icon-"].icon-barcode {
    background-position: -456px -24px;
}

[class^="icon-"].icon-tag {
    background-position: 0 -48px;
}

[class^="icon-"].icon-tags {
    background-position: -25px -48px;
}

[class^="icon-"].icon-book {
    background-position: -48px -48px;
}

[class^="icon-"].icon-bookmark {
    background-position: -72px -48px;
}

[class^="icon-"].icon-print {
    background-position: -96px -48px;
}

[class^="icon-"].icon-camera {
    background-position: -120px -48px;
}

[class^="icon-"].icon-font {
    background-position: -144px -48px;
}

[class^="icon-"].icon-bold {
    background-position: -167px -48px;
}

[class^="icon-"].icon-italic {
    background-position: -192px -48px;
}

[class^="icon-"].icon-text-height {
    background-position: -216px -48px;
}

[class^="icon-"].icon-text-width {
    background-position: -240px -48px;
}

[class^="icon-"].icon-align-left {
    background-position: -264px -48px;
}

[class^="icon-"].icon-align-center {
    background-position: -288px -48px;
}

[class^="icon-"].icon-align-right {
    background-position: -312px -48px;
}

[class^="icon-"].icon-align-justify {
    background-position: -336px -48px;
}

[class^="icon-"].icon-list {
    background-position: -360px -48px;
}

[class^="icon-"].icon-indent-left {
    background-position: -384px -48px;
}

[class^="icon-"].icon-indent-right {
    background-position: -408px -48px;
}

[class^="icon-"].icon-facetime-video {
    background-position: -432px -48px;
}

[class^="icon-"].icon-picture {
    background-position: -456px -48px;
}

[class^="icon-"].icon-pencil {
    background-position: 0 -72px;
}

[class^="icon-"].icon-map-marker {
    background-position: -24px -72px;
}

[class^="icon-"].icon-adjust {
    background-position: -48px -72px;
}

[class^="icon-"].icon-tint {
    background-position: -72px -72px;
}

[class^="icon-"].icon-edit {
    background-position: -96px -72px;
}

[class^="icon-"].icon-share {
    background-position: -120px -72px;
}

[class^="icon-"].icon-check {
    background-position: -144px -72px;
}

[class^="icon-"].icon-move {
    background-position: -168px -72px;
}

[class^="icon-"].icon-step-backward {
    background-position: -192px -72px;
}

[class^="icon-"].icon-fast-backward {
    background-position: -216px -72px;
}

[class^="icon-"].icon-backward {
    background-position: -240px -72px;
}

[class^="icon-"].icon-play {
    background-position: -264px -72px;
}

[class^="icon-"].icon-pause {
    background-position: -288px -72px;
}

[class^="icon-"].icon-stop {
    background-position: -312px -72px;
}

[class^="icon-"].icon-forward {
    background-position: -336px -72px;
}

[class^="icon-"].icon-fast-forward {
    background-position: -360px -72px;
}

[class^="icon-"].icon-step-forward {
    background-position: -384px -72px;
}

[class^="icon-"].icon-eject {
    background-position: -408px -72px;
}

[class^="icon-"].icon-chevron-left {
    background-position: -432px -72px;
}

[class^="icon-"].icon-chevron-right {
    background-position: -456px -72px;
}

[class^="icon-"].icon-plus-sign {
    background-position: 0 -96px;
}

[class^="icon-"].icon-minus-sign {
    background-position: -24px -96px;
}

[class^="icon-"].icon-remove-sign {
    background-position: -48px -96px;
}

[class^="icon-"].icon-ok-sign {
    background-position: -72px -96px;
}

[class^="icon-"].icon-question-sign {
    background-position: -96px -96px;
}

[class^="icon-"].icon-info-sign {
    background-position: -120px -96px;
}

[class^="icon-"].icon-screenshot {
    background-position: -144px -96px;
}

[class^="icon-"].icon-remove-circle {
    background-position: -168px -96px;
}

[class^="icon-"].icon-ok-circle {
    background-position: -192px -96px;
}

[class^="icon-"].icon-ban-circle {
    background-position: -216px -96px;
}

[class^="icon-"].icon-arrow-left {
    background-position: -240px -96px;
}

[class^="icon-"].icon-arrow-right {
    background-position: -264px -96px;
}

[class^="icon-"].icon-arrow-up {
    background-position: -289px -96px;
}

[class^="icon-"].icon-arrow-down {
    background-position: -312px -96px;
}

[class^="icon-"].icon-share-alt {
    background-position: -336px -96px;
}

[class^="icon-"].icon-resize-full {
    background-position: -360px -96px;
}

[class^="icon-"].icon-resize-small {
    background-position: -384px -96px;
}

[class^="icon-"].icon-plus {
    background-position: -408px -96px;
}

[class^="icon-"].icon-minus {
    background-position: -433px -96px;
}

[class^="icon-"].icon-asterisk {
    background-position: -456px -96px;
}

[class^="icon-"].icon-exclamation-sign {
    background-position: 0 -120px;
}

[class^="icon-"].icon-gift {
    background-position: -24px -120px;
}

[class^="icon-"].icon-leaf {
    background-position: -48px -120px;
}

[class^="icon-"].icon-fire {
    background-position: -72px -120px;
}

[class^="icon-"].icon-eye-open {
    background-position: -96px -120px;
}

[class^="icon-"].icon-eye-close {
    background-position: -120px -120px;
}

[class^="icon-"].icon-warning-sign {
    background-position: -144px -120px;
}

[class^="icon-"].icon-plane {
    background-position: -168px -120px;
}

[class^="icon-"].icon-calendar {
    background-position: -192px -120px;
}

[class^="icon-"].icon-random {
    width: 16px;
    background-position: -216px -120px;
}

[class^="icon-"].icon-comment {
    background-position: -240px -120px;
}

[class^="icon-"].icon-magnet {
    background-position: -264px -120px;
}

[class^="icon-"].icon-chevron-up {
    background-position: -288px -120px;
}

[class^="icon-"].icon-chevron-down {
    background-position: -313px -119px;
}

[class^="icon-"].icon-retweet {
    background-position: -336px -120px;
}

[class^="icon-"].icon-shopping-cart {
    background-position: -360px -120px;
}

[class^="icon-"].icon-folder-close {
    width: 16px;
    background-position: -384px -120px;
}

[class^="icon-"].icon-folder-open {
    width: 16px;
    background-position: -408px -120px;
}

[class^="icon-"].icon-resize-vertical {
    background-position: -432px -119px;
}

[class^="icon-"].icon-resize-horizontal {
    background-position: -456px -118px;
}

[class^="icon-"].icon-hdd {
    background-position: 0 -144px;
}

[class^="icon-"].icon-bullhorn {
    background-position: -24px -144px;
}

[class^="icon-"].icon-bell {
    background-position: -48px -144px;
}

[class^="icon-"].icon-certificate {
    background-position: -72px -144px;
}

[class^="icon-"].icon-thumbs-up {
    background-position: -96px -144px;
}

[class^="icon-"].icon-thumbs-down {
    background-position: -120px -144px;
}

[class^="icon-"].icon-hand-right {
    background-position: -144px -144px;
}

[class^="icon-"].icon-hand-left {
    background-position: -168px -144px;
}

[class^="icon-"].icon-hand-up {
    background-position: -192px -144px;
}

[class^="icon-"].icon-hand-down {
    background-position: -216px -144px;
}

[class^="icon-"].icon-circle-arrow-right {
    background-position: -240px -144px;
}

[class^="icon-"].icon-circle-arrow-left {
    background-position: -264px -144px;
}

[class^="icon-"].icon-circle-arrow-up {
    background-position: -288px -144px;
}

[class^="icon-"].icon-circle-arrow-down {
    background-position: -312px -144px;
}

[class^="icon-"].icon-globe {
    background-position: -336px -144px;
}

[class^="icon-"].icon-wrench {
    background-position: -360px -144px;
}

[class^="icon-"].icon-tasks {
    background-position: -384px -144px;
}

[class^="icon-"].icon-filter {
    background-position: -408px -144px;
}

[class^="icon-"].icon-briefcase {
    background-position: -432px -144px;
}

[class^="icon-"].icon-fullscreen {
    background-position: -456px -144px;
}


/* END Icon */

.btn [class^="icon-"].icon-edit,
.btn [class^="icon-"].icon-remove {
    width: 14px;
    height: 13px;
    margin-top: 1px;
    line-height: 14px;
    display: inline-block;
}

.btn [class^="icon-"].icon-edit,
.btn [class^="icon-"].icon-remove {
    background-image: url("../img/glyphicons-halflings-white.png");
}


/* [BOOTSTRAP 2]*/

[class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.span1 {
    width: 4%;
}

.span3 {
    width: 23.404255319148934%;
}

[class*="span"] img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}


/* [/BOOTSTRAP 2]*/

#main .row-fluid {
    width: 100%;
}

#main .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.5641%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main .row-fluid .span6 {
    width: 48.7179%;
}

#main .row-fluid .span8 {
    width: 65.812%
}

#main .row-fluid .span4 {
    width: 31.6239%;
}

#main .row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}

#main .row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}

#main .control-group .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

#main .form-search input,
#main .form-inline input,
#main .control-group input,
#main .form-search textarea,
#main .form-inline textarea,
#main .control-group textarea,
#main .form-search select,
#main .form-inline select,
#main .control-group select,
#main .form-search .help-inline,
#main .form-inline .help-inline,
#main .control-group .help-inline,
#main .form-search .uneditable-input,
#main .form-inline .uneditable-input,
#main .control-group .uneditable-input,
#main .form-search .input-prepend,
#main .form-inline .input-prepend,
#main .control-group .input-prepend,
#main .form-search .input-append,
#main .form-inline .input-append,
#main .control-group .input-append {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
}

#main .control-group .controls {
    margin-left: 180px;
}

#main .control-group .col-lg-10.controls {
    margin-left: 20px;
}

#main .control-group {
    margin-bottom: 20px;
}

#main .control-group:after {
    content: '';
    clear: both;
    display: table;
}

#main .control-label {
    cursor: pointer;
}

#main .TREE-GENERATOR .field-row {
    margin-bottom: 15px;
}

#main .UPLOAD-FIELD-TYPE.form-group label {
    color: #000;
    font-weight: bold;
}

#main .control-group input:not([type="submit"]),
#main .control-group textarea,
#main .control-group .uneditable-input {
    width: 206px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background: white;
}

#main .control-group .controls>.radio:first-child,
#main .control-group .controls>.checkbox:first-child {
    padding-top: 5px;
}

#main .control-group .radio,
#main .control-group .checkbox {
    min-height: 20px;
    padding-left: 0px;
}

#main .control-group label {
    display: block;
}

#main .control-group .valid_parent,
#main .control-group .results-icon {
    margin-top: 9px;
}

#main .control-label.captcha img {
    margin-top: -8px;
}

#main .control-group input[type="file"],
#main .control-group input[type="image"],
#main .control-group input[type="submit"],
#main .control-group input[type="reset"],
#main .control-group input[type="button"],
#main .control-group input[type="radio"],
#main .control-group input[type="checkbox"] {
    width: auto;
}

#main .btn {
    border-radius: 0px;
}

#main .btn:not(.btn-danger) i {
    /* margin-top: 2px;*/
}

#main td a.btn:not(.btn-danger):not(.zoom-button) i[class^="icon-"].icon-search {
    margin-right: 5px;
}

#main .btn.btn-danger i[class^="icon-"].icon-remove {
    margin-top: 3px;
}

#main .files .options-container input[type="checkbox"] {
    vertical-align: middle;
    margin-top: 1px;
}

#main input.captcha {
    font-size: 14px;
    font-weight: 300;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 4px 6px;
    font-family: "Raleway", "Arial", sans-serif;
    background: white;
    width: 100%;
}

#main form.box input.captcha {
    width: 230px;
}

#main .property_content .btn.btn-primary {
    color: #FFF;
    background-color: #006DCC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    color: white;
    text-align: center;
    font-weight: normal;
}

#main h5 span.checkbox-visible {
    float: right;
    font-size: 12px;
}

#main .btn-default:hover {
    border-color: #eee #eee #ddd;
    text-decoration: none;
    background-color: #eee;
}

#main h5 input[type="radio"],
#main h5 input[type="checkbox"] {
    margin: 0px;
}

#main li.lang a {
    font-size: 14px;
}

#main .nav-tabs>li:not(:first-child) {
    margin-bottom: -1px;
    margin-left: 0;
}

#main .label-important,
#main .badge-important {
    background-color: #B94A48;
}

#main .widget-controls {
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    #main .property_content form.form-horizontal .control-label {
        float: none;
        padding-top: 5px;
        text-align: left;
        width: 160px;
    }
    #main .control-group .controls {
        margin-left: 0px;
    }
    #main .TREE-GENERATOR .controls {
        margin-left: 0 !important;
    }
    #main input.captcha {}
}

@media (max-width: 768px) {
    #main .row-fluid [class*="span"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left: 0px;
        width: 100%;
    }
}

#main .control-group textarea.form-control {
    height: initial;
}

#main .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main .btn-info:hover {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

#main .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main .btn-danger:hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

#main textarea.form-control,
#main textarea.form-control:focus,
#main textarea.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#main .bt-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

#main .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#main .fileinput-button {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
}

#main .fileinput-button * {
    cursor: pointer;
}

#main .fileinput-button .btn {
    cursor: pointer;
}

#main .fileinput-button span {
    display: inline-block;
    cursor: pointer;
}

#main .fileinput-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: inherit;
    direction: inherit;
    width: 100%;
    height: 100%;
}

#main [class^="icon-"].icon-edit,
#main [class^="icon-"].icon-remove {
    background-image: url("../img/glyphicons-halflings-white.png");
}

#main .btn-danger.delete,
#main .toggle {
    display: inline-block;
}

#main .files-list-u li {
    margin: 5px 10px 3px 0;
    padding: 1px;
    display: block;
    float: left;
    width: 164px;
    height: 175px;
    border: 1px solid #E5E5E5;
    background-color: #FAFAFA;
    cursor: move;
    position: relative;
}

#main .form-group:after {
    content: '';
    clear: both;
    display: table;
}

#main .files-list-u li .filename {
    text-align: center;
    max-width: 160px;
    overflow: hidden;
    padding: 0px 0px 2px 0px;
}

#main .files-list-u li .options-container {
    text-align: center;
}

#main .files-list-u li .preview {
    width: 160px;
    height: 120px;
    text-align: center;
    display: block;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

#main .btn-mini {
    padding: 3px 6px;
    font-size: 10.5px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main input[type="checkbox"] {
    height: auto;
}

#main #mapsAddress {
    height: 400px;
}

.property_content {
    padding: 10px;
    margin-bottom: 15px;
    /* background: #F9F9F9 none repeat scroll 0% 0%;*/
    display: block;
}

#main .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#main .tabbable li a {
    /* height: 41px;*/
}

#main .tabbable li.lang a.active,
#main .tabbable li:not(.active) a:hover {
    border-color: #eee #eee #ddd;
    text-decoration: none;
    background-color: #eee;
}

#main .ui-state-error,
#main .cleditorMain.ui-state-error {
    background: #B8483D !important;
    background: #B8483D;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


/* [START] Bootstrap 2 compatibility */


/* [alert] */

.alert {
    border-radius: 0px;
}

.alert {
    border-radius: 0;
}

.alert-info {
    background-color: #E1F5FE;
    border-left-color: #81D4FA;
    color: #0277BD;
}

.alert-success {
    background-color: #E8F5E9;
    border-left-color: #A5D6A7;
    color: #2E7D32;
}

.alert-danger {
    background-color: #FFEBEE;
    border-left-color: #EF9A9A;
    color: #C62828;
}

.alert-warning {
    background-color: #FFF8E1;
    border-left-color: #FFE082;
    color: #FF6F00;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.form-group.error input,
.form-group.error textarea {
    border: 1px solid red;
}

.alert {
    margin-bottom: 7px;
}


/* [/alert] */


/* [START] Visual template edit */


/* location modal */

.modal.visual_widgets .modal-content {
    border-radius: 0;
    padding: 0 0;
}

.modal.visual_widgets .modal-content .modal-header {
    border: 0;
    padding: 10px 20px;
    line-height: 1;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}

.modal.visual_widgets .modal-content .modal-title {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    color: #252525;
}

.modal.visual_widgets .modal-content .modal-body {
    padding: 15px 20px;
}

.modal.visual_widgets .modal-content .select-block {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.modal.visual_widgets .modal-content .select-block .visual_widgets _s_t {
    margin-bottom: 15px;
    font-size: 16px;
}

.modal.visual_widgets .modal-content .form-group .form-control {
    max-width: 240px;
    border: 1px solid #e5e5e5;
    height: 50px;
}

.modal.visual_widgets .modal-content .list-block {
    padding: 15px 0 5px 0;
}

.modal.visual_widgets .locations-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal.visual_widgets .locations-list>.grid {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: left;
    padding: 6px 15px;
    min-width: 150px;
}

.modal.visual_widgets .locations-list a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #509ee2
}

.modal.visual_widgets .modal-header .close {
    margin-top: -10px;
}

div.add-widget-area {
    background: #f6f7f8;
    padding: 20px 0;
    max-width: 500px;
    text-align: center;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin: 30px auto;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    outline: 2px dashed #92b0b3;
    outline-offset: -5px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

div.add-widget-area a.btn-add {
    background-color: #F9B418;
    color: white;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    position: relative;
    padding: 10px 15px;
    font-size: 25px !important;
    margin: 0 !important;
    height: initial !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

div.add-widget-area a.btn-add:hover {
    background-color: #e78800;
}

.modal.visual_widgets .modal-content .modal-body {
    padding-top: 30px;
    background: #f7f5f5;
}

.visual_widgets .visual_widget-thumbnail {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    text-decoration: none;
}

.visual_widgets .visual_widget-thumbnail .visual_widget-thumbnail-box {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.31);
    background: white;
    padding: 7px;
    border-radius: 3px;
    margin-bottom: 7px;
    position: relative;
}

.visual_widgets .visual_widget-thumbnail .title {
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    padding: 5px 5px;
    text-decoration: none;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 3px;
    -webkit-transition: all 0.35s;
}

.visual_widgets .visual_widget-thumbnail:hover .title {
    color: #da3743;
}

.visual_widgets .visual_widget-thumbnail .visual_widget-thumbnail-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    opacity: 0;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 3px;
    -webkit-transition: all 0.35s;
}

.visual_widgets .visual_widget-thumbnail .visual_widget-thumbnail-box:after {
    position: absolute;
    content: "\f067";
    display: inline-block;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    font-size: 30px;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
}

.visual_widgets .visual_widget-thumbnail:hover .visual_widget-thumbnail-box:before {
    opacity: 0.5;
}

.visual_widgets .visual_widget-thumbnail:hover .visual_widget-thumbnail-box:after {
    opacity: 1;
}

.visual_widgets .visual_widget-thumbnail img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.visual_widgets_save {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 9999;
}

.visual_widgets_save .btn {
    background-color: #007ec3;
    border-radius: 3px 3px 0 0;
    border: 0;
    color: white;
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding: 10px 15px;
    font-size: 18px !important;
    margin: 0 !important;
    height: initial !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.visual_widgets_save .btn i {
    margin-right: 5px;
}

.visual_widgets_save .btn:hover {
    background-color: #026aa8;
}

.visual_widgets .result_preload_box .result_preload_indic {
    background: rgba(252, 252, 252, 0.98) no-repeat 50% 50%;
}

.md-effect-1 .modal-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-delay: 0.1s;
}

.show.md-effect-1 .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal-backdrop-effect .modal-backdrop.in {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.78);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    animation-fill-mode: forwards;
}

@-webkit-keyframes slidein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes slidein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

.admin_access .widget_edit_enabled {
    outline: 4px solid transparent;
    outline-offset: -1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.admin_access .widget_edit_enabled:hover {
    outline: 4px solid #007ec3;
}

.visual_widgets .modal-title .label {
    line-height: 31px;
    padding: 3px 10px;
    vertical-align: top;
    margin-left: 5px;
}

.wpart .widget_edit:first-child .widget_controls_panel .btn-up,
.wpart .widget_edit_enabled:first-child .widget_controls_panel .btn-up {
    display: none;
}

.wpart .widget_edit:nth-first-child(2).top-bar .widget_controls_panel .btn-up,
.wpart .widget_edit_enabled:nth-first-child(2).top-bar .widget_controls_panel .btn-up {
    display: none;
}

.wpart .widget_edit:nth-last-child(2) .widget_controls_panel .btn-down,
.wpart .widget_edit_enabled:nth-last-child(2) .widget_controls_panel .btn-down {
    display: none;
}

.result_preload_box {
    position: relative;
}

.result_preload_box .result_preload_indic {
    display: none;
    background: rgba(252, 252, 252, 0.85) url('../img/ajax_loader.gif') no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}


/* [/END] Visual template edit */

.result_preload_indic_fixed_full {
    display: none;
    background: rgba(252, 252, 252, 0.94) no-repeat 50% 50%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


/* load animation */

@keyframes loader {
    0%,
    10%,
    100% {
        width: 30px;
        height: 30px;
    }
    65% {
        width: 45px;
        height: 45px;
    }
}

@keyframes loaderBlock {
    0%,
    30% {
        transform: rotate(0);
    }
    55% {
        background-color: rgb(5, 192, 233);
    }
    100% {
        transform: rotate(90deg);
    }
}

@keyframes loaderBlockInverse {
    0%,
    20% {
        transform: rotate(0);
    }
    55% {
        background-color: rgb(5, 192, 233);
    }
    100% {
        transform: rotate(-90deg);
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    animation: loader 1.2s infinite ease-in-out;
}

.loader span {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #00aacf;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}

.loader span:nth-child(1) {
    top: 0;
    left: 0;
}

.loader span:nth-child(2) {
    top: 0;
    right: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}


/**
 * Create the loop delay with
 * the extra keyframes
 */

.cssload-square {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.cssload-square-part {
    position: absolute;
    width: 23px;
    height: 23px;
    z-index: 1;
    animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -o-animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -ms-animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -moz-animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.cssload-square-green {
    background: rgb(87, 202, 217);
    right: 0;
    bottom: 0;
    animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
}

.cssload-square-pink {
    background: rgb(209, 86, 42);
    left: 0;
    top: 0;
}

.cssload-square-blend {
    background: rgb(117, 81, 125);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    animation: blend-anim 0.76s ease-in infinite;
    -o-animation: blend-anim 0.76s ease-in infinite;
    -ms-animation: blend-anim 0.76s ease-in infinite;
    -webkit-animation: blend-anim 0.76s ease-in infinite;
    -moz-animation: blend-anim 0.76s ease-in infinite;
}

@keyframes blend-anim {
    0% {
        transform: scale(0.01, 0.01) rotateY(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        transform: scale(1, 1) rotateY(0);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-o-keyframes blend-anim {
    0% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -o-transform: scale(1, 1) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-ms-keyframes blend-anim {
    0% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -ms-transform: scale(1, 1) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-webkit-keyframes blend-anim {
    0% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -webkit-transform: scale(1, 1) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-moz-keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@keyframes cssload-part-anim {
    0% {
        transform: translate3d(-11px, -11px, 0);
    }
    100% {
        transform: translate3d(11px, 11px, 0);
    }
}

@-o-keyframes cssload-part-anim {
    0% {
        -o-transform: translate3d(-11px, -11px, 0);
    }
    100% {
        -o-transform: translate3d(11px, 11px, 0);
    }
}

@-ms-keyframes cssload-part-anim {
    0% {
        -ms-transform: translate3d(-11px, -11px, 0);
    }
    100% {
        -ms-transform: translate3d(11px, 11px, 0);
    }
}

@-webkit-keyframes cssload-part-anim {
    0% {
        -webkit-transform: translate3d(-11px, -11px, 0);
    }
    100% {
        -webkit-transform: translate3d(11px, 11px, 0);
    }
}

@-moz-keyframes cssload-part-anim {
    0% {
        -moz-transform: translate3d(-11px, -11px, 0);
    }
    100% {
        -moz-transform: translate3d(11px, 11px, 0);
    }
}


/* end load animation */


/* custom marker */

.leaflet-container .leaflet-marker-pane .marker-container-image img {
    max-width: 20px !important;
    max-height: 20px !important;
}

.leaflet-container .leaflet-marker-pane .marker-container-image.clicked .marker-card,
.leaflet-container .leaflet-marker-pane .marker-container-image:hover .marker-card {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

.google_marker span {
    position: absolute;
    z-index: 2;
    width: 29px;
    height: 29px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    background: white;
    border-radius: 50%;
    color: #18ad50;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.google_marker span i {
    line-height: 1;
    font-size: 16px;
    margin-left: 0;
}

.leaflet-container .leaflet-marker-pane .google_marker img {
    position: absolute;
    z-index: 2;
    max-width: 20px !important;
    max-height: 20px !important;
    max-width: 20px;
    max-height: 22px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    max-width: 18px;
}

.gm-style .google_marker img {
    max-width: 18px;
}

#unhide-report-mask .btn:hover {
    bakground: #000;
}


/* end custom marker */


/* leaftet map */

body .leaflet-popup-content-wrapper,
body .leaflet-popup-tip,
body .popupCustom .leaflet-popup-content-wrapper,
body .popupCustom .leaflet-popup-tip {
    background: transparent;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .leaflet-popup-content-wrapper .leaflet-popup-content,
body .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    margin-bottom: 10px;
}

body .leaflet-popup-content-wrapper .infobox:after {
    bottom: -23px;
}

body .widget-listing-map .leaflet-popup-content-wrapper .leaflet-popup-content,
body .widget-listing-map .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    margin-bottom: 0;
}

body .widget-listing-map .leaflet-popup-content-wrapper .infobox:after {
    bottom: -20px;
}

body .widget-listing-map .infobox {
    width: 100%;
}

body .leaflet-popup-content-wrapper .leaflet-popup-content,
body .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
    position: relative;
}

body .leaflet-popup-content-wrapper .infoBox-close,
body .popupCustom .leaflet-popup-content-wrapper .infoBox-close {
    display: none;
}

.infobox:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    background: #fff;
    -webkit--transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    border: 1px solid #e0e1e5;
    border-width: 0 1px 1px 0;
    margin-left: -4px;
}

body .leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 8px;
    right: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 29px;
    width: 29px;
    padding: 0;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    -webkit-text-stroke: 1px #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

body .leaflet-container a.leaflet-popup-close-button:hover {
    color: #fff;
    background-color: #66676b;
    -webkit-text-stroke: 1px #66676b;
}

body .leaflet-container a.leaflet-popup-close-button:after {
    content: "\f00d";
    font-size: 15px;
}

body .leaflet-container:hover a.leaflet-popup-close-button {
    opacity: 1;
}

body .popupcustom-default .leaflet-popup-content-wrapper .leaflet-popup-content {
    min-width: 150px;
    background: #fff;
    text-align: center;
    padding: 25px 18px 15px 18px;
    margin: 0;
}

body .widget-property-map .popupcustom-default .leaflet-popup-content-wrapper .leaflet-popup-content {
    padding: 0;
}

body .widget-property-map .leaflet-container .popupcustom-default .map-box {
    border-bottom: 0;
}

body .leaflet-container .popupcustom-default a.leaflet-popup-close-button {
    position: absolute;
    top: 8px;
    right: 8px;
}

.leaflet-top,
.leaflet-bottom,
.leaflet-pane {
    z-index: 1 !important;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 10;
}

body:not(.boxed) .leaflet-container.map {
    left: initial !important;
}

.infobox {
    width: 319px;
    height: 295px;
}

.map-box .listing-img-container img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    position: relative;
    height: 211px;
    -o-object-fit: cover;
    object-fit: cover;
}

.marker-cluster img,
.cluster img {
    display: none !important;
}

.marker-cluster,
.cluster {
    background: transparent !important;
}

.marker-cluster div,
.cluster div {
    color: #fff !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background: #6a7be7!important;
    border-radius: 50% !important;
    position: relative;
    text-align: center;
    font-size: 14px !important;
}

.marker-cluster div:before,
.cluster div:before {
    border: 7px solid #6a7be7;
    opacity: 0.25;
    -webkit-box-shadow: inset 0 0 0 4px #6a7be7;
    box-shadow: inset 0 0 0 4px #6a7be7;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: cluster-animation 2.5s infinite;
    animation: cluster-animation 2.5s infinite;
}

@-webkit-keyframes cluster-animation {
    0%,
    100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(1.55) rotate(90deg);
        transform: scale(1.55) rotate(90deg);
    }
}

@keyframes cluster-animation {
    0%,
    100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(1.55) rotate(90deg);
        transform: scale(1.55) rotate(90deg);
    }
}

body .files-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.leaflet-popup.popupcustom-default .leaflet-popup-content {}


/* end leaftet map */

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


/* [START] Bootstrap 2 compatibility */


/* [alert] */

.alert {
    border-radius: 0px;
    /*border: 0px;
    border-left: 3px solid transparent; */
}

.alert {
    /*padding: 8px 35px 8px 14px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
    border-radius: 0;
}

.alert-info {
    background-color: #E1F5FE;
    border-left-color: #81D4FA;
    color: #0277BD;
}

.alert-success {
    background-color: #E8F5E9;
    border-left-color: #A5D6A7;
    color: #2E7D32;
}

.alert-danger {
    background-color: #FFEBEE;
    border-left-color: #EF9A9A;
    color: #C62828;
}

.alert-warning {
    background-color: #FFF8E1;
    border-left-color: #FFE082;
    color: #FF6F00;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.form-group.error input,
.form-group.error textarea {
    border: 1px solid red;
}


/* [/alert] */


/* [START] widget_edit_enabled */

.widget_edit,
.widget_edit_enabled {
    position: relative;
}

.widget_edit .widget_controls_panel,
.widget_edit_enabled .widget_controls_panel {
    position: absolute !important;
    right: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    z-index: 999;
}

.widget_edit .widget_controls_panel,
.widget_edit_enabled .widget_controls_panel {
    opacity: 0;
    margin: 0 !important;
}

.widget_edit:hover .widget_controls_panel,
.widget_edit_enabled:hover .widget_controls_panel {
    opacity: 1;
}

.widget_edit .widget_controls_panel .btn:not(:last-child):after,
.widget_edit_enabled .widget_controls_panel .btn:not(:last-child):after {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    background: rgba(124, 116, 116, 0.32);
    position: absolute;
    left: 100%;
}

.widget_edit .widget_controls_panel .btn,
.widget_edit_enabled .widget_controls_panel .btn {
    background: #2980b9;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 1;
    border-radius: 0;
    position: relative;
    padding: 6px 9px;
    font-size: 14px !important;
    margin: 0 !important;
    height: initial !important;
}

.widget_edit .widget_controls_panel .btn:hover,
.widget_edit_enabled .widget_controls_panel .btn:hover {
    background: #2a57a3;
}

.widget_edit .widget_controls_panel .btn.btn-edit,
.widget_edit_enabled .widget_controls_panel .btn.btn-edit {
    background-color: #F9B418;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.widget_edit .widget_controls_panel .btn.btn-edit:hover,
.widget_edit_enabled .widget_controls_panel .btn.btn-edit:hover {
    background-color: #e78800;
}

.widget_edit .widget_controls_panel .btn.btn-remove,
.widget_edit_enabled .widget_controls_panel .btn.btn-remove {
    background: #ed0f24;
}

.widget_edit .widget_controls_panel .btn.btn-remove:hover,
.widget_edit_enabled .widget_controls_panel .btn.btn-remove:hover {
    background-color: #bd1122;
}


/* [/END] widget_edit_enabled */


/* [Booking module] */

.datepicker td.day.disabled.red {
    color: red;
    text-decoration: line-through;
}

.property-single-page-content .row.av_calender,
div.av_calender {
    margin-right: -15px;
    margin-left: -15px;
}

.widget-rates h2 {
    margin: 20px 0 15px;
}

table.av_calender {
    margin: 0;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

div.av_calender a.available:hover {
    text-decoration: underline;
}

table.av_calender td a,
table.av_calender td span,
table.av_calender td div,
table.av_calender th span {
    padding: 5px 7px;
    display: block;
}

table.av_calender td span.disabled,
table.av_calender td div.disabled {
    text-decoration: line-through;
}

table.av_calender a.available {
    color: white;
    background: #2CD341;
}

table.av_calender a.available_x {
    color: white;
    background: #2CD341;
}

table.av_calender a.available.not_selectable {
    cursor: default;
    text-decoration: none;
    background: #FF7300;
}

table.av_calender a.available_x.not_selectable {
    cursor: default;
    text-decoration: none;
    background: #FF7300;
}

div.highlight {
    background: red;
    color: white;
}

table.av_calender div.highlight {
    margin: 0;
}


/* [/Booking module] */

.dependenthide {
    display: none;
}

.bb-alert.label.label-important {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    border-radius: 0;
    position: fixed;
    left: 50%;
    top: 10%;
    background: red;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #f3ecec;
}

.hidden {
    display: none !important;
}

.banner-carousel .slick-slide .banner-slide,
.banner-carousel .slick-slide>div:not(.banner_text),
.banner-slide>img {
    height: 100% !important;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.banner-carousel .slick-next {
    right: 15px;
}

.banner-carousel .slick-prev {
    left: 15px;
}


/* banner_text */

.banner_text {
    left: calc( (100vw - 1170px) / 2)
}

@media (max-width: 1199px) {
    .banner_text {
        left: calc( (100vw - 1140px) / 2)
    }
}

@media (max-width: 991px) {
    .banner_text {
        left: calc( (100vw - 960px) / 2)
    }
}

@media (max-width: 767px) {
    .banner_text {
        left: calc( (100vw - 720px) / 2)
    }
}

@media (max-width: 575px) {
    .banner_text {
        left: calc( (100vw - 540px) / 2)
    }
}


/* end banner_text */


/* .apartment-sec img-block */

.apartment-sec .card {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.apartment-sec .card>* {
    -webkit-flex: 1 2 50%;
    flex: 1 2 50%;
}

.apartment-sec .card .left-s .img-block,
.apartment-sec .card .left-s {
    display: -webkit-flex;
    display: flex;
}

.apartment-sec .img-block .img-fluid,
.apartment-sec .img-block {
    width: 100%;
    height: initial;
}

.apartment-sec .img-block .img-fluid {
    background-size: cover !important;
}


/* end .apartment-sec img-block */


/* favorite */

.favorites-actions {
    position: relative;
}

.favorites-actions .fa-custom-ajax-indicator {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    z-index: 100;
}

.favorites-actions.loading .fa-custom-ajax-indicator {
    display: block;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: rgb(174, 180, 182);
}

.favorites-actions.loading a {
    opacity: .1;
}

.favorites-actions .remove-from-favorites i.la-heart-o {
    background-color: #6a7be7;
    color: #fff;
}

.favorites-actions {
    z-index: 5;
}

.hidden {
    display: none !important;
}

.bb-alert.label.label-important {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    border-radius: 0;
    position: fixed;
    left: 50%;
    top: 10%;
    background: red;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1000000 !important;
}

.bootstrap-wrapper .bb-alert {
    top: 10%;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    position: fixed;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bb-alert {
    right: initial !important;
}


/* end favorite */


/*pagination*/

.pagination li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 13px;
}

.pagination span,
.pagination a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    border: 1px solid #e1e2e6;
    color: #7e7f82;
    background-color: white;
    font-size: 14px;
    text-align: center;
    margin: 0 10px 10px 0;
    text-decoration: none !important;
    -webkit-transition: border-color .3s, color .3s, background-color .3s;
    -o-transition: border-color .3s, color .3s, background-color .3s;
    transition: border-color .3s, color .3s, background-color .3s;
    border-radius: 100px;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

.pagination a:hover,
.pagination span {
    background-color: #6a7be7;
    color: white;
    border-color: transparent;
    border-radius: 100px;
}

.pagination .page-numbers.next::before {
    content: '\f121';
}

.pagination .page-numbers.prev::before {
    content: '\f120';
}

.page-links>.page-number,
.page-links>a,
.page-links .post-page-numbers,
.pagination .page-numbers {
    margin: 5px 5px 5px 5px;
}

.page-links a {
    text-decoration: none;
}

.pagination .pagination {
    margin-top: 0;
}


/* end pagination */


/* form devon */

iframe {
    max-width: 100%;
    border: 0;
}

.sw_search_form .ci.sw_widget.sw_wrap {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sw_search_form .features_list {
    margin-left: -5px;
    margin-right: -5px;
}

.sw_search_form .features_list .form_field,
.sw_search_form .features_list .input-field {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%;
    margin-bottom: 8px;
}

.side .sw_search_form .input-field {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
}

.sw_search_form .form_field,
.sw_search_form .input-field {
    padding: 0 4.5px;
    margin-bottom: 8px;
}

.side.widget-property-search .form_field:last-child,
.side .sw_search_form .form_field,
.side .sw_search_form .input-field {
    margin-bottom: 16px;
}

.side .banner-search .btn {
    border-radius: 50px;
    margin-top: 13px;
}

.half-map-sec .banner-search .form_field:nth-child(2),
.half-map-sec .banner-search .form_field,
.half-map-sec .banner-search .input-field {
    padding: 0 4.5px;
}

.half-map-sec .input-field.checkbox-field {
    width: 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: initial;
    padding: 0 9px;
    height: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.half-map-sec .widget-property-search .banner-search {
    margin-right: -4.5px;
    margin-left: -4.5px;
    width: inherit;
}

body .winter_dropdown_tree {
    min-width: initial;
    position: relative;
}

div.form-group .winter_dropdown_tree button.btn.btn-default.dropdown-toggle,
div.form-group .winter_dropdown_tree button:first-child {
    background: transparent;
    color: #495057;
    border-radius: 0;
    margin: 0;
    height: 48px;
    font-size: 12px;
}

div.form-group .winter_dropdown_tree button.btn.btn-default.dropdown-toggle:hover:after,
div.form-group .winter_dropdown_tree button.btn.btn-default.dropdown-toggle:hover:before,
div.form-group .winter_dropdown_tree button:first-child:hover:after,
div.form-group .winter_dropdown_tree button:first-child:hover:before {
    background: transparent;
    opacity: 0;
}

div.form-group .winter_dropdown_tree .btn-group {
    width: 100%;
    border: 1px solid #e0e1e6;
}

body div.form-group.search_field .winter_dropdown_tree button:first-child div.form-group.search_field .winter_dropdown_tree button:first-child,
div.form-group .winter_dropdown_tree button:first-child {
    width: calc( 100% - 40px);
    min-width: initial;
    padding-right: 5px;
}

body div.form-group.search_field .winter_dropdown_tree button.btn.btn-default.dropdown-toggle,
div.form-group .winter_dropdown_tree button.btn.btn-default.dropdown-toggle,
div.form-group .winter_dropdown_tree button:last-child {
    width: 40px;
    position: relative;
    border: 0;
}

div.form-group .winter_dropdown_tree button.btn.btn-default.dropdown-toggle .glyphicon:after {
    content: "\f107";
    position: absolute;
    top: 18px;
    right: 27px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #495057;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

div.form-group .winter_dropdown_tree button:first-child {
    padding-left: 18px;
}

div.form-group .winter_dropdown_tree.win_open button.btn.btn-default.dropdown-toggle .glyphicon:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .winter_dropdown_tree .list_scroll ul {
    margin: 0px;
    padding: 0px;
    padding: 0 30px;
}

body .winter_dropdown_tree .list_scroll ul li {
    border: 0px;
    padding: 15px 0 14px 0;
    cursor: pointer;
    color: #242526;
    border-bottom: 1px solid #e0dfe5;
    font-size: 12px;
    background: transparent;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

body .winter_dropdown_tree .list_scroll ul li:last-child {
    border-bottom: 0;
}

body .winter_dropdown_tree .list_scroll ul li:hover {
    color: #7686e6;
    background: transparent;
}

body .winter_dropdown_tree .list_scroll {
    border-left: 1px solid #e0e1e6;
}

body .winter_dropdown_tree .list_container {
    margin-top: 6px;
    min-width: 215px;
    width: 100%;
}

body .winter_dropdown_tree .input-group-addon {
    background-color: #6a7be7;
    color: #fff;
}

body .winter_dropdown_tree .list_scroll {
    height: 204px;
}

body .winter_dropdown_tree input.form-control.search_term {
    padding-left: 18px;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

body .winter_dropdown_tree .list_container {
    height: 0;
    border-top: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block !important;
}

body .winter_dropdown_tree.win_open .list_container {
    height: 251px;
    border-top: 1px solid #e0e1e6;
}

.winter_dropdown_tree_style {
    height: 50px;
}


/* scale-range */

.sw_scale_range .scale-range-value {
    margin-bottom: 4px;
}

.sw_scale_range .noUi-target {
    margin: 0 15px;
}

.sw_scale_range .noUi-base {
    background: #e0e1e6;
}

.scale-range {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50px;
}

.scale-range .scale-range-value {
    -webkit-flex: 1 2 auto;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
}

.scale-range .noUi-horizontal {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.scale-range .scale-range-value {
    font-weight: 100;
    padding-top: 2px;
    color: #67686c;
    font-size: 12px;
    padding-left: 4px;
    margin-top: 2px;
}

.scale-range .scale-range-label {
    color: #67686c;
    font-weight: 600;
}

.scale-range .noUi-connect {
    background: #6a7be7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.scale-range .noUi-target {
    background: #fff;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 16px;
}

.scale-range .noUi-horizontal {
    height: 5px;
}

.scale-range .noUi-handle:before,
.scale-range .noUi-handle:after {
    display: none;
}

.scale-range .noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    left: -15px;
    top: -9px;
}

.scale-range .noUi-horizontal .noUi-handle[data-handle="1"] {
    left: -6px;
}

.scale-range .noUi-handle {
    border: 7px solid #e0e1e6;
    border-radius: 50%;
    background: #6a7be7;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* end scale-range */

.banner.no-mask::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    z-index: -1;
}

.banner-search.sw_search_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.banner-search .form_field {
    -webkit-flex: 1 2 auto;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
}

.banner-search .form_field.srch-btn {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.side .banner-search {
    padding: 0;
    margin: 0 -4.5px;
    margin-bottom: -23px;
}

.half-map-sec .banner-search .form_field.sf_input .form-control {
    margin: 0;
}

.banner-search .form_field.sf_input .form-control {
    margin: 8px 0px 6px 0px;
    border-left: 1px solid #e0e1e6;
    height: 51px;
}

.banner-search .form_field .drop-menu,
.banner-search .form_field.sf_input .form-control {
    margin: 8px 0px 6px 0px;
    border-left: 1px solid #e0e1e6;
    height: 51px;
    background: transparent;
}

.custom-search-b .banner-search .form_field .drop-menu,
.custom-search-b .banner-search .form_field.sf_input .form-control,
.side .banner-search .form_field .drop-menu,
.side .banner-search .form_field.sf_input .form-control,
.half-map-sec .banner-search .form_field .drop-menu,
.half-map-sec .banner-search .form_field.sf_input .form-control {
    margin: 0px;
    height: 48px;
}

.half-map-sec .feat-srch {
    margin-bottom: 0;
}

.sw_search_form .sw_search_form-secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: flex;
}

.sw_search_form .sw_search_form-secondary h4 {
    color: #242526;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 14px;
    padding: 0 4.5px;
}

.alert {
    width: 100%;
}

.route_suggestion {
    margin-top: 15px;
}

input.form-spc {
    font-size: 12px;
    height: 48px;
    padding: 0 17px;
    color: #67686c;
    border: 1px solid #dfe0e5;
    background-color: #fff;
}

.route_suggestion input.form-spc {
    margin-right: 5px;
}

.btn-default.btn-spc {
    border-radius: 0;
    height: 48px;
    line-height: 48px;
}

.wide,
.details-info ul li.wide iframe,
.details-info ul li.wide {
    width: 100%;
}

.details-info.white {
    background: white;
}


/* .widget-reviews */

.widget-reviews .date {
    font-size: 13px;
    font-weight: 600;
    color: #7B7B7B;
    text-transform: lowercase;
}

.widget-reviews .content-box {
    border-bottom: 1px solid #E8ECF1;
}

.widget-reviews .content-box .alert:last-child {
    margin-bottom: 0;
}

.form-group-rating span {
    padding-left: 5px;
}

.widget-reviews textarea.form-control {
    padding: 12px 15px;
}

.widget-reviews button.btn {
    font-size: 13px;
    margin-bottom: 5px;
}

.widget-reviews .rating {
    border: none;
    position: relative;
    float: left;
    margin-right: 5px;
}

.widget-reviews .rating>input {
    display: none;
}

.widget-reviews .rating>label:before {
    margin: 2px;
    font-size: 18px;
    display: inline-block;
    color: #aeb4b6;
    font-family: 'Line Awesome Free';
    font-weight: 900 !important;
    content: "\f005";
}

.widget-reviews .rating>label {
    float: right;
    cursor: pointer;
    margin: 0;
    line-height: 1;
}

.widget-reviews .rating>input:checked~label:before,

/* show gold star when clicked */

.widget-reviews .rating:not(:checked)>label:hover,

/* hover current star */

.widget-reviews .rating:not(:checked)>label:hover~label {
    content: "\f318";
    color: #f3b00e;
}


/* hover previous stars in list */

.widget-reviews .rating>input:checked+label:hover:before,

/* hover current star when changing rating */

.widget-reviews .rating>input:checked~label:hover:before,
.widget-reviews .rating>label:hover~input:checked~label:before,

/* lighten current selection */

.widget-reviews .rating>input:checked~label:hover~label:before {
    content: "\f318";
}

.widget-reviews .rating>input~label:hover:before,
.widget-reviews .rating>input~label:hover~label:before {
    color: #f3b00e;
}


/* reviewer module */

.list-products .card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-products .card .preview {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 33.2%;
}

.half-map-sec .list-products .card .img-block {
    float: left;
    width: 295px;
}

.side {
    float: left;
    width: 100%;
}

.side.layout2 .widget-property-search {
    margin-top: 0;
}

.side.layout2 .widget-property-search .widget-title {
    margin-top: 0;
}

.side .banner-search {
    padding: 0;
    margin: 0 -4.5px;
    margin-bottom: -23px;
}

.widget_sw_win_featuredlisting_widget .card {
    margin-bottom: 30px;
}

.wd-posts .ps-img a {
    width: 112px;
    height: 89px;
    display: block;
}

.wd-posts .ps-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-posts .ps-info > strong.sidebar-listing-price {
    background: #fff8ec;
    border: 1px solid #ead9b6;
    border-radius: 6px;
    color: #17314d;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: 6px 0;
    padding: 6px 8px;
}

.elementor-element.elementor-widget-empty {
    background-color: #fff;
}

.contact-agent.widget-form {
    padding-left: 0;
}

.input-field.option input[type="checkbox"]+label span {
    background-color: #6a7be7;
}

.details-info.details-info-transparent {
    background: white;
}

.details-info ul li.embed {
    width: 100%;
}

.widget-property-map .map-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-property-map .gm-style .gm-style-iw-t::after,
.widget-property-map .map-box .listing-item-content span i,
.widget-property-map .map-box .rate-info {
    display: none;
}

.widget-property-map .map-box .listing-item-content {
    text-align: left;
    margin: 0;
    height: 87px;
}

.widget-property-map .infobox:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #7e7e7e;
}

.comments-dv .cm-img {
    width: initial;
}

.cm-info-sec .cm-img .user-logo img,
.comments-dv .cm-img .user-logo img {
    border-radius: 50%;
}

.cm-info-sec .cm-img .user-logo {
    display: block;
    width: 79px;
    height: 79px;
}

.cm-info-sec .cm-img .user-logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cm-info-sec .cm-img {
    width: initial;
}

.testimonail-sect .cm-info-sec .cm-img {
    width: 61px;
}

.cm-info-sec .cm-info h3 a {
    color: #161616;
    font-weight: 600
}

.contact-form .checkbox-field label {
    display: flex;
    display: -webkit-flex;
    font-size: 14px;
    line-height: 1.5;
}

.contact-form .checkbox-field.input-field input[type="checkbox"]+label span {
    min-width: 22px;
    margin-right: 10px;
}

.contct-info img {
    height: 81px;
    width: 81px;
    object-fit: -webkit-cover;
    object-fit: cover;
}

.mortgage_widget .form-group-result {
    border: 0;
    height: initial;
}

.mortgage_widget .form-group-result label {
    color: #242526;
    font-size: 14px;
}

.mortgage_widget .form-group-result p {
    color: #67686c;
    font-size: 14px;
}

.currency_widget table:not(#wp-calendar) td:first-child,
.currency_widget table:not(#wp-calendar) th:first-child {
    padding-left: 0.4em;
}

.currency_widget table:not(#wp-calendar) tbody td:first-child {
    text-align: left;
    padding-left: 10px;
}

.currency_widget table:not(#wp-calendar) tr {
    border-bottom: 1px solid #dfe0e5;
}

.currency_widget table:not(#wp-calendar) {
    border: 1px solid #dfe0e5;
}

.form-field.error input,
.form-field.error textarea {
    border: 1px solid #ec9999;
}

.widget_sw_win_compare_widget {}

.widget_sw_win_compare_widget #listing_remove_from_compare,
.widget_sw_win_compare_widget #listing_compare_button,
.widget_sw_win_compare_widget #listing_add_to_compare {
    padding: 0px;
}

.widget_sw_win_compare_widget ul#listing_compare_list {
    list-style: none;
    padding: 0px;
}

.widget_sw_win_compare_widget ul#listing_compare_list li span.label {
    width: 100%;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
}


/*[start] compare */

.widget-compare .compare-list {
    margin: 0;
    list-style: none;
    padding-left: 10px;
}

.widget-compare .compare-list li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.widget-compare .btn {
    padding: 0 !important;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    height: 51px;
    line-height: 51px;
    border-radius: 30px;
    text-align: center;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.widget-compare .compare-list li:first-child {
    margin-top: 10px;
}

.widget-compare .compare-list li:last-child {
    margin-bottom: 10px;
}

.table-compare.table-hover>tbody>tr:not(:last-child):hover>td {
    background-color: #6a7be7;
    color: #eee;
}

.table-compare th {
    font-weight: 500;
    font-size: 18px;
}

.table-compare {
    table-layout: fixed;
}

.table-compare th:first-child {
    width: 180px;
}

.table-compare tr:last-child td,
.table-compare tr:first-child th {
    text-align: center;
}

.widget-compare .btn {
    padding: 8px 5px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    white-space: normal;
}


/*[end] compare */

.header {
    height: auto;
    min-height: 105px;
}

.header .navbar {
    white-space: nowrap;
    flex-flow: row wrap;
}

#main-map {
    height: 100%;
}

.sortby .drop-menu {
    width: initial;
}

.sortby .drop-menu .select i {
    margin-left: 5px;
}

.agent_img {
    outline: 1px solid #eee;
    outline-offset: -1px;
}

.agent {
    margin-bottom: 25px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-radius: 0;
}

.pagination li {
    padding: 0;
}

.agent .ext-link {
    visibility: visible;
}

.feature-support-sec .container {
    padding: 0 15px;
}

.agent-profile {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.agent-profile .agent-info {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
    width: initial;
}

.agent-profile .agent-img {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.agent-profile .profile_custom_fields {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.agent-profile .profile_custom_fields li {
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: transparent;
    margin-top: 14px;
    margin-bottom: 0;
    padding: 0;
}

header.fix .header {
    -webkit-box-shadow: 0 0 10px rgba(1, 1, 2, 0.08);
    -moz-box-shadow: 0 0 10px rgba(1, 1, 2, 0.08);
    -ms-box-shadow: 0 0 10px rgba(1, 1, 2, 0.08);
    -o-box-shadow: 0 0 10px rgba(1, 1, 2, 0.08);
    box-shadow: 0 0 10px rgba(1, 1, 2, 0.08);
    position: relative;
}

.form_field.wide {
    width: 100% !important;
}

div.form-group .winter_dropdown_tree .btn-group,
.winter_dropdown_tree .btn {
    height: 48px;
    line-height: 48px;
}

.half-map-sec .features_list {
    margin-top: 7px;
    margin-bottom: 50px;
}

.custom-search-b .features_list .group,
.half-map-sec .features_list .group {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-search-b .features_list .form_field,
.custom-search-b .features_list .input-field,
.half-map-sec .features_list .form_field,
.half-map-sec .features_list .input-field {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%;
    margin-bottom: 8px;
}

.half-map-sec .banner-search .form_field:nth-child(2),
.half-map-sec .banner-search .form_field,
.half-map-sec .banner-search .input-field {
    padding: 0 4.5px;
}

.custom-search-b .features_list .input-field.checkbox-field,
.half-map-sec .features_list .input-field.checkbox-field {
    height: initial;
}

.section-popular-cities .card {
    height: 370px;
    margin-bottom: 30px;
}

.section-popular-cities .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.fullwidth-home-map .sw_widget,
.fullwidth-home-map .selio_sw_win_wrapper,
.fullwidth-home-map .map {
    height: 100%;
}

.section-single-apartment .card .resul-items span.property-card-value.hide-field-name .field_name {
    display: inline-block;
}

.blog-grid-posts .blog-single-post .post_info>a {
    padding: 0 0;
    border-radius: 30px;
}

.blog-grid-posts .blog-single-post .post_info>a i {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.section-popular-cities-flexbox .card.cities-flexbox-1 {
    height: 450px;
    margin-bottom: 30px;
}

.section-popular-cities-flexbox .card.cities-flexbox-2 {
    margin-top: 0;
    margin-bottom: 30px;
    height: 240px;
}

.section-popular-cities-flexbox .card.cities-flexbox-4,
.section-popular-cities-flexbox .card.cities-flexbox-3 {
    height: 180px;
    margin-top: 0;
    margin-bottom: 30px;
}

.section-popular-cities-flexbox .card img,
.section-popular-cities .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.section-agents .agent_img img {
    height: 239px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.row-cities-flexbox {
    margin-bottom: -23px;
}

.half-map-sec .list_products .row {
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
}

#showroom .blog-img>a img {
    object-fit: scale-down;
    -webkit-object-fit: scale-down;
    height: initial;
}

.blog-img-cover {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #dfe0e5;
    border-width: 1px 1px 0 1px;
    float: none;
    margin-bottom: -6px;
    background: white;
    position: relative;
    z-index: 1;
}

.blog-img-cover a:after,
.blog-img-cover:after {
    content: '';
    clear: both;
    display: table;
}

.blog-img-cover a {
    display: block;
}

.blog-img-cover a.hover {
    z-index: 5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.sh_map {
    float: left;
    width: 100%;
}

.page-content .toggle-item {
    background-color: #f9f9f9;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.page-content .toggle-item:last-child {
    margin-bottom: 0;
}

.page-content .toggle-item h2 {
    color: #070f43;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 25px 20px 52px;
    position: relative;
    cursor: pointer;
}

.page-content .toggle-item h2:before {
    content: '\f067';
    font-family: fontawesome;
    color: #005092;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-content .toggle-item h2.active:before {
    content: '\f068';
}

.page-content .toggle-item .content {
    border-top: 1px solid #e1e3e5;
    padding: 17px 52px 22px 52px;
}

.page-content .toggle-item .content p {
    color: #232425;
    font-size: 14px;
    line-height: 25px;
}

.contact_form>form .form-field.checkbox-field {
    position: relative;
    margin-bottom: 25px;
}


/* ================== SIGN / LOGIN IN ================== */

.nav-tabs {
    z-index: 998;
    position: relative;
}

.sign-form-wr {
    background-color: #070f43;
    min-height: calc(100vh - 101px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
    width: 100%;
}

.sign-form-wr .fade.show {
    opacity: 1;
    z-index: 5;
    position: relative;
}

.form-wr {
    width: 410px;
    text-align: center;
    background-color: #ffffff;
}

.sign-form-wr .tab-content {
    float: initial;
    width: initial;
}

.form-wr h3 {
    color: #242526;
    font-size: 18px;
    font-weight: 500;
    background-color: #d8d8d9;
    padding: 18px 0 18px 0;
}

.form-wr form {
    float: left;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #dfe0e5;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.form-wr .input-field input[type="checkbox"]+label span {
    width: 12px;
    height: 11px;
    border: 1px solid #9b9ca0;
    border-radius: 2px;
    margin-top: 5px;
    display: inline-block;
}

.form-wr .input-field input[type="checkbox"]+label span:before {
    background-image: inherit;
    border-color: transparent;
}

.form-wr .input-field>span {
    font-size: 13px;
    margin-top: 2px;
    padding-left: 8px;
    color: #9b9ca0;
}

.form-wr .form-cp {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.form-wr .form-field {
    margin-bottom: 10px;
}

.form-wr .form-cp .form-field {
    width: 50%;
    float: left;
}

.form-wr .form-cp>a {
    display: inline-block;
    float: right;
    color: #242526;
    font-size: 13px;
    font-family: 'Raleway';
    margin-top: 5px;
}

.form-wr .fb-btn {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    background-color: #3f5fa4;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    margin-top: 2px;
}

.form-wr .fb-btn i {
    padding-right: 17px;
}

.form-wr .fb-btn:hover {
    color: #fff;
}

.form-wr .form-wr-content {
    width: 100%;
    padding: 0 30px 40px 30px;
}

.form-wr .btn2 {
    margin-top: 9px;
    cursor: pointer;
}

.form-wr .drop-menu {
    border: 1px solid #e0e1e6;
}

.form-wr .drop-menu .select {
    padding-left: 3px;
}

.form-wr .or {
    padding: 0 5px;
    display: inline-block;
    float: right;
    color: #242526;
    font-size: 13px;
    font-family: 'Raleway';
    margin-top: 5px;
}

.drop-menu .dropeddown li:empty {
    display: none;
}

.mb50 {
    margin: 50px 0px;
}

.form-wr .gl-btn {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    background-color: #cc2f24;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    margin-top: 2px;
}

.form-wr .fb-btn,
.form-wr .gl-btn {
    float: none;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-wr form:after {
    content: '';
    display: table;
    clear: both;
}

.form-wr form {
    float: none;
}

.widget-panel {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

body {
    color: #242526;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
}

.widget-panel .dataTables_wrapper {
    margin-top: 15px;
}

.dataTables_filter,
.dataTables_length {
    display: none;
}

.widget-panel .title {
    color: #242526;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 23px;
    float: left;
    width: 100%;
}

table.dataTable {
    width: 100% !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    font-size: 0;
}

.page-item:first-child .page-link:after {
    content: '\f120';
    text-indent: 0;
    font: normal normal normal 16px/1 LineAwesome;
}

.page-item:last-child .page-link:after {
    content: '\f121';
    text-indent: 0;
    font: normal normal normal 16px/1 LineAwesome;
}

.widget-panel .dataTables_wrapper {
    width: 100%;
    clear: both;
}

.widget-panel .dataTables_wrapper .dropdown-menu {
    padding: 5px 15px;
}

.widget-panel .dataTables_wrapper .dropdown-menu a {
    color: #242526;
}

.widget-panel .dataTables_wrapper .dropdown-menu a:hover {
    color: #0056b3;
}

.box-alert {
    margin-top: 15px;
}

.m-padding {
    padding-top: 30px;
    clear: both;
}

.widget-panel.border {
    padding: 15px 15px;
    border: 1px solid #eee;
}

.form-estate .form-group {
    float: none;
    padding: 10px 0;
    margin: 0;
}

.form-estate .form-group .control-label {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 600;
    font-family: "Poppins";
}

.form-estate .form-group .form-control {
    border: 1px solid #e0e1e6;
    border-radius: 0;
    min-height: 48px;
}

#main .row,
.nav-tabs {
    clear: both;
}

.tooltip_tree {
    position: relative;
    display: inline-block;
}

.tooltip_tree .tooltiptext {
    visibility: hidden;
    width: 185px;
    background-color: #0f163c;
    color: #fff;
    text-align: left;
    border-radius: 6px !important;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_tree .hintlabel i {
    color: #0f163c;
    font-size: 15px;
}

.tooltip_tree:hover .tooltiptext {
    visibility: visible;
}

.tooltip_tree:hover .tooltiptext .br {
    margin-bottom: 5px;
}

.tooltip_tree .hintlabel {
    color: white;
    display: inline-block;
    border-radius: 50% !important;
    font-size: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}

.fade.in {
    opacity: 1;
}

.files.files-list-u:after {
    content: '';
    clear: both;
    display: table;
}

.files.files-list-u {
    padding: 0;
}

.bb-alert {
    right: initial !important;
}

.bb-alert {
    padding: 20px 40px !important;
    background-color: #f66358 !important;
    border-color: #f66358 !important;
    color: white !important;
}

.pignose-calendar-top-icon {
    background: none !important;
}

.images-gallery {
    /*background: #2B2B2B;*/
    overflow: hidden;
}

.card-gallery {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: -5px;
    margin-left: -5px;
    padding: 7px;
    border: 1px solid #E8ECF1;
}

.card-gallery a:after {
    content: '';
    background: url(../img/preview.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.card-gallery a:hover:after {
    opacity: 1;
}

.card-gallery a {
    display: block;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.card-gallery a .image-cover {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}

.card-gallery .object-fit-imagediv {
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.images-gallery .widget-styles .content-box {
    margin-bottom: -30px;
}

.images-gallery.widget {
    padding-bottom: 5px;
}

.card-gallery.type-file .compat-object-fit .object-fit-imagediv {
    background-size: contain;
    background-repeat: no-repeat;
}

.pull-right-img {
    float: right;
    padding: 2px 0 15px 30px;
    max-width: 230px;
}

.pull-left-img {
    float: left;
    padding: 2px 30px 15px 0;
    max-width: 230px;
}

.pull-left-img.lg,
.pull-right-img.lg {
    max-width: 300px;
}

img.image-cover,
.image-cover img {
    height: 100%;
    object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    width: 100%;
}

.documents-list {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.documents-list li {
    margin-bottom: 5px;
}

.documents-list a img {
    height: 17px;
    vertical-align: top;
    margin: 0;
    margin-top: -1px;
    margin-right: 4px;
}

.header .navbar-nav .submit-btn a i {
    background: initial !important;
}

.navigation.pagination .nav-links {
    margin-top: 12px;
    margin-bottom: -5px;
}

.header .navbar-nav .nav-item .nav-link.signin-btn:hover {
    color: #242526;
}

.header .navbar-nav .nav-item.signin-btn .nav-link {
    color: #161616;
}

.icon-home,
.icon-lock,
.icon-cursor {
    background-image: initial !important;
}

.geo-menu {
    margin-left: 50px !important;
    padding-top: 20px;
}

.geo-menu>ul {
    margin-left: 20px !important;
}

.geo-menu ul>li>a {
    font-weight: 500;
}

.geo-menu a:not(:hover):not(.c-base) {
    color: #666;
}

.geo-menu ul>li {
    display: inline-block;
    margin: 5px 10px;
}

.geo-menu ul>li>ul {
    display: none;
}

.geo-menu ul>li>ul.open {
    display: block;
}

.geo-menu ul>li>ul li {
    opacity: 0;
}

.geo-menu ul>li>ul.open li {
    transition: all .5s;
    opacity: 1;
}

.geo-menu ul>li>ul.open li.active a {
    font-weight: 600;
}

.geo-menu-breadcrumb {
    margin-top: 25px;
    margin-left: 25px;
    display: none;
}

.geo-menu-breadcrumb {
    color: black;
    font-weight: bold;
}

.map-geo-widget .highlight {
    background: red;
}

.map-geo-widget #path12534,
.map-geo-widget .highlight,
.area:hover,
.map-geo-widget path:hover {
    fill: lightyellow;
    stroke: black;
    background: red;
}

.area:hover {
    fill: lightyellow;
    stroke: black;
    background: red;
}

#svgmap {
    width: 100%;
    margin-top: 5px;
}

#map-geo-tooltip {
    position: fixed;
    z-index: 999999;
    color: white;
    padding: 5px 15px;
    background: #565656;
    border: 2px solid #000;
    border-radius: 3px;
}

.geo-menu li.active>ul {
    display: block;
    margin-top: -5px;
    margin-left: -10px;
}

.geo-menu li.active>a {
    font-weight: 600;
}

.geo-menu li.active>ul>li {
    transition: all .5s;
    opacity: 1;
}

.geo-menu .more-tags {
    /*border-bottom: 1px dotted black;*/
    text-decoration: underline;
    font-weight: bold;
}

@media (max-width: 768px) {
    .geo-menu>ul {
        margin-left: 0 !important;
    }
}

@media(min-width: 768px) {
    .widget-map-geo>div.row {
        display: flex;
    }
    .geo-menu {
        display: flex;
        align-items: center;
    }
}

.geo-menu>ul {
    margin-left: 20px !important;
}

.geo-menu ul>li>a {
    font-weight: 500;
}

.geo-menu ul>li {
    display: inline-block;
    margin: 5px 10px;
}

.geo-menu ul>li>ul {
    display: none;
}

.geo-menu ul>li>ul.open {
    display: block;
}

.geo-menu ul>li>ul li {
    opacity: 0;
}

.geo-menu ul>li>ul.open li {
    transition: all .5s;
    opacity: 1;
}

.geo-menu ul>li>ul.open li.active a {
    font-weight: 600;
}

.geo-menu-breadcrumb {
    margin-top: 25px;
    margin-left: 25px;
    display: none;
}

.geo-menu-breadcrumb {
    color: black;
    font-weight: bold;
}

.map-geo-widget .highlight {
    background: red;
}

.map-geo-widget #path12534,
.map-geo-widget .highlight,
.area:hover,
.map-geo-widget path:hover {
    fill: lightyellow;
    stroke: black;
    background: red;
}

.area:hover {
    fill: lightyellow;
    stroke: black;
    background: red;
}

#svgmap {
    width: 100%;
    margin-top: 5px;
}

#map-geo-tooltip {
    position: fixed;
    z-index: 999999;
    color: white;
    padding: 5px 15px;
    background: #565656;
    border: 2px solid #000;
    border-radius: 3px;
}

.geo-menu li.active>ul {
    display: block;
    margin-top: -5px;
    margin-left: -10px;
}

.geo-menu li.active>a {
    font-weight: 600;
}

.geo-menu li.active>ul>li {
    transition: all .5s;
    opacity: 1;
}

.geo-menu .more-tags {
    /*border-bottom: 1px dotted black;*/
    text-decoration: underline;
    font-weight: bold;
}

.geo-menu li {
    width: 50%;
    margin: 0 !important;
    padding: 2px 10px !important;
}

.geo-menu li li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #353535;
    font-weight: 500;
}

.geo-menu ul.treefield-tags>li {
    width: 100%;
}

.geo-menu ul li a,
.geo-menu ul>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #353535;
    transition: all .15s;
    -o-transition: all .15s;
    -ms-transition: all .15s;
    -moz-transition: all .15s;
    -webkit-transition: all .15s;
    text-decoration: none;
}

.geo-menu ul li a:hover,
.geo-menu ul>li>a:hover {
    font-weight: 800;
    color: #000;
}

.sw_search_form .sw_search_form-secondary h4 {
    width: 100%;
}

body .top-search .winter_dropdown_tree {
    min-width: initial;
    position: relative;
    margin: 8px 0px 6px 0px;
    border-left: 1px solid #e0e1e6;
    height: 51px;
    background: transparent;
}

.top-search div.form-group .winter_dropdown_tree .btn-group,
.top-search .winter_dropdown_tree .btn {
    height: 48px;
    line-height: 48px;
    border: 0;
}


/* geo map hint alt */

#map-geo-tooltip-alt {
    position: fixed;
    z-index: 999999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    table-layout: fixed;
    border: 0;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 35px 0px rgba(76, 80, 87, 0.21);
    box-shadow: 0px 1px 35px 0px rgba(76, 80, 87, 0.21);
    background: #fff;
    color: #242526;
    height: 50px;
}

#map-geo-tooltip-alt span.location {
    font-weight: 600;
    font-size: 16px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
}

#map-geo-tooltip-alt span.count {
    background: #000;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    border-radius: 0 10px 10px 0;
}

#map-geo-tooltip-alt:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #fff;
    position: absolute;
    top: 100%;
    left: 23px;
    z-index: 99999999999;
}


/* end geo map hint alt */

body div.form-group.search_field .winter_dropdown_tree button:first-child div.form-group.search_field .winter_dropdown_tree button:first-child,
div.form-group .winter_dropdown_tree button:first-child {
    width: calc( 100% - 40px);
    min-width: initial;
    padding-right: 5px;
    position: relative;
    z-index: 2;
    text-align: left;
}

.top-search div.form-group .winter_dropdown_tree button.btn.btn-default.dropdown-toggle,
.top-search div.form-group .winter_dropdown_tree button:first-child {
    color: #7e7f82;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
}

.property-thumb-imgs>.thumb-carous>.property-img {
    width: 25%;
}

.partner-carousel>.partner-logo:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
.thumb-carous>.thumb-img:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
.property-thumb-imgs>.thumb-carous>.property-img:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
.comment-carousel>.comment-info:not(:nth-child(1)):not(:nth-child(2)),
.banner-carousel>.banner-slide:not(:first-child),
.banner-carousel>.banner-slide:not(:first-child),
.property-main-img>.property-img:not(:first-child) {
    display: none;
}

.contct-info img {
    min-width: 81px;
}

.half-map-sec .list_products .card .card-body ul li:first-child,
.card .card-body ul li:first-child {
    padding-left: 17px;
}

.card .card-body ul {
    margin-left: -17px;
    margin-right: -17px;
}

.card .card-body p i {
    top: 1px;
    left: -1px;
}

.map-box .listing-item-content span,
.map-box .listing-item-content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.similar-listings-posts h3.title {
    font-size: 18px;
    font-weight: 600
}

.widget-listing-map .listing-img-container img {
    height: 208px;
}

.pin_box {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eeee;
}

.infoBox>img {
    position: absolute !important;
    right: 9px;
    top: 10px;
    opacity: 0;
    z-index: 100000;
    width: 30px;
    height: 30px;
}

.sh_map .infoBox>img,
#contact-map .infoBox>img {
    opacity: .5;
    border: 1px solid #eee;
    position: relative;
    cursor: pointer;
    margin: 0;
    right: 3px;
    top: 3px;
    width: 19px;
    height: 19px;
}

body:after {
    content: '' !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #070f43;
    opacity: 0;
    visibility: visible;
    z-index: -1;
}

body.overlay-bgg:after {
    opacity: 0.90;
    visibility: visible;
    z-index: 999;
}

.form-wr .gl-btn i {
    padding-right: 17px;
}

.popup .form-wr .fb-btn {
    margin-top: 19px;
}

.popup-form {
    padding: 0 30px 20px 30px;
}

.page_content h4 {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 7px;
    font-size: 18px;
}

.page_content .span3 {
    margin-bottom: 15px;
}

.ion-edit {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-edit:before {
    content: "\f044";
}


/* animation */

.card-gallery a:before {
    content: '';
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
    will-change: auto;
    z-index: 1;
}

.card-gallery a:hover:before {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in, opacity .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-in, -webkit-transform .3s ease-in;
}

.card-gallery a:after {
    content: '';
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: url(../img/plus.png) center center no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
    will-change: auto;
    z-index: 2;
}

.card-gallery a:hover:after {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in, opacity .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-in, -webkit-transform .3s ease-in;
}


/* end animation */

#custom-gallery .preview {
    font-size: 0;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.title,
.blueimp-gallery>.play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    color: #fff !important;
}

.images-gallery .row {
    margin-right: -10px;
    margin-left: -10px;
}

.images-gallery h3 {
    font-size: 18px;
    margin-bottom: 23px;
    font-weight: 600
}

body .banner-search {
    display: block !important;
}

body .banner-search.row {
    display: flex !important;
}

.alert {
    width: 100%;
    clear: both;
}

.comments-dv {
    margin-bottom: 35px;
}

.listing_preview_actions {
    width: 100%;
}

.listing_preview_actions .btn2 {
    display: inline-block;
    margin: 15px 0;
    width: initial;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
}

.property-imgs+.listing_preview_actions {
    margin-top: -35px;
    float: left;
    margin-bottom: 35px;
}

.listing_preview_actions .rep {
    float: right;
}

.listing_preview_actions .btn2 i {
    margin-right: 3px;
}

.listing_preview_actions .btn2#remove_from_favorites {
    background: #d9534f;
}

#popup_report_property .UPLOAD-FIELD-TYPE li {
    margin-bottom: 5px;
}

#popup_report_property .UPLOAD-FIELD-TYPE ul {
    margin-top: 15px;
    padding-left: 0;
    margin-bottom: 0;
}

.UPLOAD-FIELD-TYPE li {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.UPLOAD-FIELD-TYPE li a {
    white-space: nowrap;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 9px;
}

.UPLOAD-FIELD-TYPE .progress {
    margin-bottom: 0;
}

.UPLOAD-FIELD-TYPE .row_upload {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.UPLOAD-FIELD-TYPE .row_upload .fileupload-progress {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
}

#popup_report_property input,
#popup_report_property textarea {
    width: 100%;
    color: #67686c;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #dfe0e5 !important;
    height: 50px;
    border-radius: 0;
}

#popup_report_property textarea {
    height: 124px;
    padding: 14px 17px;
}

#popup_report_property #main .control-group .control-label {
    padding-top: 15px;
}

#popup_report_property #main .checkbox-field input {
    display: none;
}

#popup_report_property #main .input-field input[type="checkbox"]+label span {
    margin-right: 12px;
}

#popup_report_property #main #ajax-indicator-masking {
    vertical-align: top;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

body .widget-listing-map .leaflet-container .infobox {
    width: 300px;
}

.documents_list {
    padding: 0;
}

.documents_list li {
    padding: 5px 0;
}

.documents_list img {
    max-width: 15px;
    max-height: 15px;
    top: 2px;
    position: relative;
}

.floorplan .card-gallery {
    max-height: 150px;
}

.floorplan .images-gallery {
    margin-top: 15px;
    margin-bottom: -30px;
}

#main .nav-tabs {
    display: block;
}

#main .nav-tabs li {
    display: inline-block;
}

#main .nav-tabs .pull-right {
    float: right;
    padding-bottom: 0 !important;
    position: relative;
    top: 0;
}

.b-padding {
    padding-bottom: 35px;
    padding-top: 75px;
    clear: both;
}

#main .form-editproperty .control-label {
    margin-bottom: 8px;
    color: #67686c;
    font-size: 13px;
    margin-top: 2px;
    font-weight: 400;
}

.testimonail-sect .cm-info-sec .cm-img {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 61px;
}

.section-agents .agent_img img,
.testimonail-sect .cm-info-sec .cm-img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-object-fit: cover;
    object-position: center center;
}

.bottom-logo>div.content {
    margin-top: 4px;
    color: #67686c;
}

.bottom-list.widget-follow-us {
    display: inline-block;
    float: right;
}

.footer-list i {
    color: #6a7be7;
    font-size: 14px;
    margin-right: 12px;
}

.footer-list li {
    color: #242526;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-list li a {
    color: #242526;
}

.placeholder-container {
    position: relative;
}

.placeholder-container .footer-placeholder {
    position: absolute;
    bottom: -193px;
    right: -62px;
    z-index: -1;
}

.widget-footer-contacts h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 31px;
    margin-top: 6px;
}

.bottom-list.widget-follow-us ul {
    margin-top: 34px;
}

.bottom-list.widget-follow-us h3 {
    margin-bottom: 0;
    padding-left: 13px;
    font-weight: 600
}

div.bottom-logo>div {
    padding: 23px 0px 5px 0px;
}

.bottom-list.widget-follow-us .footer-social {
    margin-top: 34px;
}

.bottom.section-padding {
    padding: 74px 0px 94px;
    overflow: hidden;
}

/* Plain footer background */
.bottom.section-padding,
footer .bottom.section-padding,
body .bottom.section-padding,
.footer,
body .footer {
    background: #0b171f !important;
    background-color: #0b171f !important;
    background-image: none !important;
}

.bottom.section-padding::before,
.bottom.section-padding::after,
.footer::before,
.footer::after {
    background: none !important;
    background-image: none !important;
    content: none !important;
    display: none !important;
}

.placeholder-container .footer-placeholder,
.bottom.section-padding .footer-placeholder,
.bottom-logo .footer-placeholder,
.footer-placeholder {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.copyright p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    color: #9b9ca0;
}

.footer-content {
    padding: 14px 0 18px;
    border-top: 0;
    border-bottom: 0;
}

.form_captcha img {
    height: 48px;
}

.form_captcha img {
    float: left;
}

.form_captcha .input-control {
    margin-left: 125px;
    display: block;
    width: initial !important;
}

#registr_terms {
    display: block;
    opacity: 0;
    height: 1px;
    width: 1px;
    position: relative;
    top: 14px;
    left: 6px;
}

.input-field input[type="radio"]+label b.count,
.input-field input[type="checkbox"]+label b.count {
    color: #6a7be7;
    font-weight: 500;
}

.custom-search-b,
.banner-search.top-search {
    position: relative;
}

.custom-search-b .widget_controls_panel,
.banner-search.top-search .widget_controls_panel {
    top: -31px;
}

.banner-search.top-search .widget_controls_panel a {
    width: 27px;
    height: 27px !important;
    padding: 5px 5px;
}

.custom-search-b .widget_controls_panel a {
    width: 34px;
    height: 27px !important;
    padding: 5px 5px;
}

.sw-search-start .fa-ajax-indicator {
    position: absolute !important;
    margin-left: 5px;
    top: 50% !important;
    margin-top: -10px;
}

.popup-form .btn2 .fa-ajax-indicator {
    position: absolute !important;
    margin-left: 5px;
    top: 50% !important;
    margin-top: -5px;
}

#popup_report_property #main .control-group .form_captcha .control-label,
.white-popup-block .form_captcha .control-label {
    padding: 0;
}

.white-popup-block .form_captcha .control-label img {
    float: none;
}

.places_select .btn {
    border-radius: 0 !important;
    padding: 5px 13px;
    position: relative;
    font-size: 14px;
    background: #e9ebee;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 25px;
    min-height: 15px;
    height: initial;
    vertical-align: center;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    /* vertical-align: middle; */
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.places_select .btn:hover {
    background: #f5f5f5;
    color: #000;
}

.places_select .btn img {
    position: relative;
    top: 2px;
    vertical-align: top;
}

.half-map-sec #map-container.fullwidth-home-map #main-map {
    height: calc(100vh - 160px);
}

.currency-selector .drop-menu .dropeddown li a,
.language-selector .drop-menu .dropeddown li a {
    color: #fff;
}

.pb .header .navbar-nav .signin-btn span,
.pb .header .navbar-nav .signin-btn i,
.pb .header .navbar-nav .signin-btn a {
    color: #fff;
}

.header .navbar-nav .signin-btn a {
    color: #161616;
}

.sw-search-start.sw-search-start-slim {
    position: relative;
}

.sw-search-start.sw-search-start-slim i.fa-ajax-indicator {
    margin-top: -9px;
    margin-left: -8px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sw-search-start.sw-search-start-slim i.fa-ajax-indicator:not(.hidden)+i {
    opacity: 0;
}

.list-head {
    display: table;
    table-layout: fixed;
}

.list-head>* {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.list-head>*:first-child {
    text-align: left;
}

.list-head>*:last-child {
    text-align: right;
}

.list-head .view-count {
    font-weight: 600;
    font-size: 15px;
}

.blog-single-post:hover .post_info>a {
    color: #fff;
}

ul.post-nfo a {
    color: #aeb4b6;
}

ul.post-nfo a:hover {
    color: #aeb4b6;
}

.widget-right-agents h3 a {
    color: #242526;
    font-size: 14px;
    font-weight: 600
}

.widget-right-agents .contct-nf>h4 {
    margin-bottom: 8px;
}

.treefield_sitemap {
    margin-bottom: 15px;
}

.treefield_sitemap h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.treefield_sitemap ul ul {
    padding-top: 5px;
    padding-left: 15px;
}

.treefield_sitemap ul li {
    padding: 5px 0;
}

.intro-thumb-row img {
    position: relative;
    z-index: 2;
    width: 95px;
}

.banner-search .select-item-date input {
    border-left: 1px solid #e0e1e6;
}

.intro-thumb:hover {
    border-color: #070f43;
    font-weight: 700;
}

.intro-thumb:after {
    opacity: 0;
    background: #fff;
    position: absolute;
    width: calc( 97px + 18px);
    content: '';
    top: -1px;
    left: -1px;
    height: calc( 100% + 2px);
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all .4s linear;
}

.intro-thumb:hover:after {
    opacity: 1;
}

.property-hd-sec .rate-info>span.purpose-rent,
.card .img-block span.purpose-rent,
.map-box .rate-info>span.purpose-rent {
    background: #a357de;
}

.property-hd-sec .rate-info>span.purpose-sale,
.card .img-block span.purpose-sale,
.map-box .rate-info>span.purpose-sale {
    background: #fc384a;
}

.property-hd-sec .rate-info>span.purpose-sale,
.property-hd-sec .rate-info>span.purpose-rent {
    color: #fff;
}

.explore-feature .card .card-body:hover,
.popular-listing .card:hover {
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.19);
}

.intro-thumb,
.explore-feature .card .card-body {
    -webkit-transition: all 0.4s linea;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.premium-home-services {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    position: relative;
}

.premium-home-services .section-heading span {
    color: #0f8c72;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.premium-home-services .section-heading h3 {
    color: #0b2447;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
}

.premium-home-services .card {
    background: #ffffff;
    border: 1px solid #dfe9f2;
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(15, 35, 52, 0.07);
    height: 100%;
    overflow: hidden;
    text-align: left;
}

.premium-home-services .card:hover {
    border-color: #b9ddd5;
    box-shadow: 0 22px 42px rgba(15, 35, 52, 0.12);
    transform: translateY(-4px);
}

.premium-home-services .card .card-body {
    border: 0;
    min-height: 235px;
    padding: 28px 24px 25px;
}

.premium-home-services .card .card-body i {
    background: linear-gradient(135deg, #11a88a, #1e88e5);
    border-radius: 16px;
    box-shadow: 0 12px 22px rgba(17, 168, 138, 0.22);
    color: #ffffff;
    display: inline-flex;
    font-size: 27px;
    height: 58px;
    line-height: 1;
    margin-bottom: 22px;
    place-content: center;
    place-items: center;
    width: 58px;
}

.premium-home-services .card:hover .card-body i {
    transform: scale(0.96);
}

.premium-home-services .card .card-body h3 {
    color: #10264a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 10px;
}

.premium-home-services .card .card-body p {
    color: #6c7b8f;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0;
    padding: 0;
}

.popular-listing .card {
    -webkit-transition: all 0.6s linea .4s;
    -o-transition: all 0.6s linear .4s;
    transition: all 0.6s linear .4s;
}

.bottom-logo>div.content {
    margin-top: 4px;
    color: #67686c;
}

.bottom-list.widget-follow-us {
    display: inline-block;
    float: right;
}

.footer-list i {
    color: #6a7be7;
    font-size: 14px;
    margin-right: 12px;
}

.footer-list li {
    color: #242526;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-list li a {
    color: #242526;
}

.placeholder-container {
    position: relative;
}

.placeholder-container .footer-placeholder {
    position: absolute;
    bottom: -193px;
    right: -62px;
    z-index: -1;
}

.widget-footer-contacts h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 31px;
    margin-top: 6px;
}

.bottom-list.widget-follow-us ul {
    margin-top: 34px;
}

.bottom-list.widget-follow-us h3 {
    margin-bottom: 0;
    padding-left: 13px;
    font-weight: 600
}

.zebra-section {
    background: #f7f7f8;
}

.sec-about-features {
    overflow: hidden;
    padding: 110px 0px;
    padding-bottom: 158px;
}

.sec-about-features .content-about {
    max-width: calc( 100% / 2);
    width: 100%;
    background: #fff;
    padding: 38px 70px;
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
}

.sec-about-features .content-about .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 36px;
    padding-bottom: 42px;
}

.sec-about-features .content-about .item:not(:last-child) {
    border-bottom: 1px solid #dfe0e5;
}

.sec-about-features .content-about .item .icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8e9ed;
    color: #6a7be7;
    font-size: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 23px;
}

.sec-about-features .content-about .item .body {
    -webkit-flex: 1 2 auto;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
}

.sec-about-features .content-about .item .title {
    color: #242526;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 10px;
}

.sec-about-features .content-about .item .descr {
    color: #67686c;
    font-size: 13px;
    font-family: "Roleway", sans-serif;
    line-height: 1.8;
}

.sec-about-features .container {
    position: relative;
}

.sec-about-features .cover-sec-about-features {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui-card-slider {
    margin: 0 auto;
}

.ui-card-slider .scontent {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}

.ui-card-slider .center-slide .scontent {
    opacity: 1;
}

.ui-card-slider .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.ui-card-slider .slide-icon {
    color: #fff;
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 23px;
    margin-top: 16px;
}

.ui-card-slider .link-ext {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ui-card-slider .slide.center-slide .link-ext {
    z-index: 3;
}

.ui-card-slider .slide:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: calc(100% - 10px);
    height: 100%;
    background: #070f43;
    opacity: .81;
    z-index: 1;
}

.sect-carousel-purposes {
    padding: 116px 0;
    padding-bottom: 120px;
}

.cm-info-sec .cm-info h3 {
    font-weight: 600
}

.carousel-listing.carousel .carousel-control-next,
.carousel-listing.carousel .carousel-control-prev {
    background: transparent;
    font-size: 28px;
    z-index: 100;
}

.card iframe,
.list-products .card iframe,
.list_products .card iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 150;
}

.card iframe.inst,
.list-products .card iframe.inst,
.list_products .card iframe.inst {
    height: calc(100% + 55px) !important;
    top: -55px;
}

.card .video-block,
.list_products .card .video-block,
.list-products .card .video-block {
    height: 0;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfe0e5;
    padding-bottom: 79%;
}

.card .video-block iframe,
.list_products .card .video-block iframe,
.list-products .card .video-block iframe {
    position: absolute;
    height: 100%;
}

.card .listing_badge {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    right: 8px;
    overflow: hidden;
    background: transparent !important;
    z-index: 100;
}

.card .listing_badge:before,
.card .listing_badge:after {
    content: "";
    position: absolute;
}

.card .listing_badge:before {
    height: 0;
    border-bottom: 8px solid #d63241;
    border-right: 9px solid transparent;
    width: 40px;
    left: 100px;
    top: 0;
}

.card .listing_badge:after {
    transform: rotate(90deg);
    width: 21px;
    left: -10px;
    top: 124px;
    height: 15px;
    border-top: 8px solid #d63241;
    border-right: 9px solid transparent;
}

.card .listing_badge .lab {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 48px;
    position: absolute;
    top: 30px;
    left: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #fc384a, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: #fc384a;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins, Roboto;
}


/* second */

.card .listing_badge.badge-sold .lab {
    background: #6a7be7;
    box-shadow: 0 0 0 3px #6a7be7, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    color: #fff;
}

.card .listing_badge.badge-sold:before {
    border-bottom: 8px solid #6d7ace;
}

.card .listing_badge.badge-sold:after {
    border-top: 8px solid #6d7ace;
}


/* third */

.card .listing_badge.badge-new .lab {
    background: #a357de;
    box-shadow: 0 0 0 3px #a357de, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
}

.card .listing_badge.badge-new:before {
    border-bottom: 8px solid #8149ad;
}

.card .listing_badge.badge-new:after {
    border-top: 8px solid #8149ad;
}

.card .img-block:before,
.card .img-block:after,
.card .img-block .overlay,
.srch-btn .overlay {
    z-index: 100;
}

.card .card-body ul {
    border-bottom: 0;
    position: relative;
    padding-bottom: 17px;
}

.card .card-body ul:after {
    content: '';
    border-bottom: 1px solid #ddd;
    position: absolute;
    height: 1px;
    top: 100%;
    left: 17px;
    right: 17px;
}

.property-hd-sec .card .card-body ul:after {
    display: none;
}

.intro .container {
    padding: 0px;
}

.intro .intro-img {
    padding-left: 0px;
}

.popular-listing.section-padding.hp2,
.popular-listing.section-padding {
    padding-bottom: 40px;
}

section.pager-sec.bfr,
section.blog-standard,
section.cta.st2 {
    position: relative;
}

.pager-sec-details {
    float: none;
    height: 47px;
}

/* Center inner page hero titles */
.pager-sec.bfr {
    justify-content: center !important;
    text-align: center !important;
}

.pager-sec.bfr > .container {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
}

.pager-sec.bfr .pager-sec-details {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    height: auto !important;
    justify-content: center !important;
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1000px !important;
    right: auto !important;
    text-align: center !important;
    transform: none !important;
    width: 100% !important;
}

.pager-sec.bfr .pager-sec-details > h1,
.pager-sec.bfr .pager-sec-details > h2,
.pager-sec.bfr .pager-sec-details > h3 {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    width: 100% !important;
}

.map-details #map-svg {
    width: 100%;
    height: 354px;
}

.popular-cities.hp3.section-padding {
    padding-bottom: 98px;
}

.popular-listing.section-padding.hp2,
.popular-listing.section-padding {
    padding-bottom: 40px;
}

.popular-listing .card {
    margin-bottom: 30px;
}

.popular-listing .load-more-posts {
    padding-bottom: 25px;
}

.explore-feature.hp_s1.section-padding {
    padding-bottom: 95px;
    padding-top: 0px;
}

.agents-details {
    float: none;
}

section.main-banner-sec {
    padding-bottom: 40px;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

ul.navbar-nav b,
ul.navbar-nav i {
    font-weight: normal;
    font-style: normal;
}

.cm-img {
    display: table-cell;
    width: 61px;
    float: left;
}

.testimonial-sec.section-padding.hp2 {
    min-height: 200px;
    padding-bottom: 100px;
}

#html5-elem-wrap iframe {
    height: 100%;
}

.intro-content h4 {
    color: #aeb4b6;
    font-size: 12px;
    border-bottom: 1px solid #dfe0e5;
    padding-bottom: 19px;
    margin-bottom: 16px;
    font-weight: 500;
}

.intro-content.alternative h3 {
    color: #242526;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 73px;
}

.intro-content>a {
    margin-top: 30px;
}

.intro.section-padding.alt {
    padding: 110px 0px 48px;
}

.intro .container {
    padding: 0px;
}

.intro .intro-img {
    padding-left: 0px;
}

.load-more-posts-grid {
    padding-bottom: 100px;
}

.load-more-posts-grid .pagination {
    float: none;
}

.testimonial-sec.section-padding,
.popular-cities.section-padding,
.section-padding {
    padding: 50px 0 35px 0;
}

.placeholder-container:after,
.listing-main-sec:after,
.testimonail-sect:after {
    content: "";
    display: table;
    clear: both;
}

body .testimonial-sec.section-padding {
    padding-bottom: 100px;
}

.widget-follow-us,
.bottom .bottom-logo,
.widget-footer-contacts {
    margin-bottom: 48px;
}

.wpart {
    float: left;
    width: 100%;
}

.section-padding.sec-profile-video {
    padding: 65px 0px 20px;
}

.post-comment-sec form textarea {
    float: left;
}

.contct-info-sec .desc {
    padding: 5px 0 15px;
    float: left;
}

.card .video-block .inst_video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 150;
}

.card .video-block .inst_video video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    height: 100%;
    position: relative;
    z-index: 150;
    background: #000;
}

.card .video-block .inst_video>div {
    height: 100%;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.card .video-block .inst_video svg {
    width: 50px;
}

.card .card-footer .favorites-actions a {
    display: inline-block;
    position: relative;
}

.post-line {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #dfe0e5;
    margin-top: 23px;
    margin-bottom: 0px;
}

.typeahead.dropdown-menu {
    margin-left: 20px;
    padding: 0;
}

.typeahead.dropdown-menu .dropdown-item {
    padding: 15px 5px 14px 15px;
}


/* Reviews start */

.review_stars_1,
.review_stars_2,
.review_stars_3,
.review_stars_4,
.review_stars_5 {
    background: url(../img/stars.png) no-repeat;
    height: 22px;
    width: 129px;
    display: inline-block;
    top: 5px;
    margin-left: 5px;
    position: relative;
}

.review_stars_1 {
    background-position: 0px -88px;
}

.review_stars_2 {
    background-position: 0px -66px;
}

.review_stars_3 {
    background-position: 0px -44px;
}

.review_stars_4 {
    background-position: 0px -22px;
}

.review_stars_5 {
    background-position: 0px 0px;
}


/* Reviews end */

.widget-energy-eff .energy-eff-box>div {
    height: 212px !important;
}

ul.post-nfo a.no_click {
    color: #aeb4b6 !important;
    cursor: default;
}

.btn2.btn-inline {
    display: inline-block;
    margin: 0 auto;
    height: initial;
    width: initial;
    box-sizing: border-box;
    line-height: 1.6;
    padding: 9px 25px;
}

.btn2.center {
    margin: 0 auto;
    float: none;
}

.fullwidth-home-map .gmnoprint {
    margin: 0;
}

.gmnoprint img {
    max-width: initial !important;
}


/*  Pac input map search */

#pac-input.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 30%;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    height: 30px;
    margin-left: 10px;
}

#pac-input:focus {
    border-color: #4d90fe;
    /*margin-left: -1px;*/
    padding-left: 14px;
    /* Regular padding-left + 1. */
}

.pac-container {
    font-family: Roboto;
}

.top-wrapper {
    position: relative;
    z-index: 100;
}

.color-picker a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px;
    background: black;
    float: left;
}

.color-picker .pick_red {
    background: #D81212;
}

.color-picker .pick_blue {
    background: #0E587C;
}

.color-picker .pick_black {
    background: black;
}

.color-picker .pick_default {
    background: #6a7be7;
}

.color-picker .pick_white {
    background: white;
    border: 1px solid black;
    width: 28px;
    height: 28px;
}

.color-picker .pick_orange {
    background: #E0850A;
}

.color-picker .pick_purple {
    background: #5F3B67;
}

.color-picker .pick_green {
    background: #4BAC3E;
}

.widget-property-search.custom-search-b #tags-filters {}

.widget-property-search.custom-search-b #tags-filters:before {
    content: '';
    clear: both;
    display: table;
}

#tags-filters {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 14px;
    font-size: 0;
}

.widget-property-search.custom-search-b #tags-filters {
    margin-left: -4px;
    margin-right: -4px;
}

#tags-filters .btn {
    padding: 2px 7px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    margin: 2px 2px;
}

.widget-property-search.custom-search-b #tags-filters .btn {
    margin: 10px 4px;
}

#tags-filters .btn span {
    top: 2px;
    position: relative;
}

.icon-remove {
    background-position: -312px 0 !important;
}

.card {
    margin-bottom: 25px;
}

.top-header {
    min-height: 53px;
    height: initial;
}

.resp-grid {
    padding-left: 15px;
    padding-right: 15px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.page-item:last-child .page-link:after,
.page-item:first-child .page-link:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dataTables_wrapper.no-footer>.row:last-child {
    display: none;
}

.details-info ul li span.label {
    padding: 3px 5px;
    color: #fff;
}

.details-info ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-products .card .card-body ul {
    float: left;
    width: 100%;
    width: calc(100% + 17px*2);
}

.sect-contact-featured {}

.sect-contact-featured .row-contact>div {
    display: -webkit-flex;
    display: flex;
}

.contact-card {
    background: #f5f5f5;
    padding: 40px 40px;
    padding-bottom: 31px;
    margin-bottom: 15px;
    border: 1px solid #dfe0e5;
    position: relative;
    width: 100%;
}

.contact-card.featured {
    border: 0;
}

.contact-card>* {
    position: relative;
    z-index: 2;
}

.contact-card:after {
    content: '';
    clear: both;
    display: table;
}

.contact-card .logo {
    font-size: 49px;
    font-weight: 500;
    color: #161616;
    margin-top: -10px;
}

.contact-card .logo i {
    font-size: 70px;
    font-weight: 500;
    color: #6a7be7;
    margin-left: -14px;
    margin-right: 4px;
}

.contact-card .logo .text {
    text-transform: uppercase;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
}

.contact-card .logo .title {
    vertical-align: top;
}

.contact-card .logo .mini-title {
    font-size: 16px;
    font-weight: 700;
    color: #6a7be7;
    margin-top: -5px;
    vertical-align: top;
    display: block;
}

.contact-card .logo .address {
    font-size: 15px;
    color: #67686c;
}

.contact-card .address {
    line-height: 1.95;
    margin-top: 35px;
    color: #67686c;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}

.contact-card .cover {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-card.featured:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 15, 67, 0.81);
}

.contact-card.featured .btn-default {
    background: #6a7be7;
    color: #fff;
    float: left;
    margin-top: 35px;
    min-width: 150px;
    line-height: 47px;
    text-align: center;
}

.contact-card.featured .title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.35;
}

.contact-card .contact_info {
    margin: 0;
    padding: 4px 0;
    margin-left: -3px;
}

.contact-card .contact_info>h3 {
    color: #242526;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: initial;
    padding-left: 2px;
}

.contact-details-sec .social_links {
    margin-bottom: 25px;
}

.contact-card .social_links {
    margin-top: 20px;
    padding-left: 2px;
}

.contact-card .social_links li {
    margin-right: 18px;
}

.row-contact {
    margin-bottom: -15px;
}

.no-padding {
    padding: 0 !important;
}

.contact_info .text {
    font-size: 15px;
    color: #67686c;
    font-family: 'Raleway', sans-serif;
    margin-top: 2px;
    line-height: 2;
}

.contact_form>h3 {
    margin-bottom: 27px;
}

.explore-feature .card:hover .card-body i {
    background: #465df3;
}

.explore-feature .card {
    margin-bottom: 15px;
}

.ui-card-slider-box {
    position: relative;
}

.sect-contact-featured {
    padding: 86px 0px 15px 0px;
}

.contact-sec {
    padding: 70px 0 110px 0;
}

div.form-group .winter_dropdown_tree button:first-child {
    font-size: 14px;
}

.half-map-sec .bootstrap-select>.dropdown-toggle {
    font-size: 12px;
}

.half-map-sec div.form-group .winter_dropdown_tree button:first-child {
    font-size: 12px;
    font-weight: 500;
}

.property-hd-sec .social-links {
    display: inline-block;
    float: none;
    margin: 13px 0 !important;
    vertical-align: top;
    padding: 0 !important;
    font-size: 0;
}

.property-hd-sec .social-links li a {
    color: #aeb4b6;
}

.property-hd-sec .social-links li a:hover {
    color: #6a7be7;
}

.property-hd-sec .social-links li {
    border-right: 0;
    padding: 0 8px 0 12px;
    border-right: 0 !important;
}

.table td,
.table th {
    vertical-align: middle;
}


/*
.btn-default {
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #333;
    Height: initial;
    background-color: #e4e4e4;
    border-color: #b9b6b6 !important;
}
*/


/*
Make bootstrap-select changes with bootstrap 4
*/

.dropdown-toggle.btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.bootstrap-select .dropdown-menu {
    line-height: 27px;
    font-size: 14px;
}

.bootstrap-select.show>.dropdown-menu>.dropdown-menu,
.bootstrap-select>.dropdown-menu>.dropdown-menu li.hidden {
    display: block;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    color: #999fa2;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
    outline: none;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a:hover {
    background-color: transparent;
    color: #6a7be7;
}

.dropdown-menu>li.active>a {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.bootstrap-select .check-mark {
    line-height: 14px;
}

.bootstrap-select .check-mark::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.bootstrap-select button {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* Make filled out selects be the same size as empty selects */

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
}


/*
End bootstrap-select changes with bootstrap 4
*/

.selectpicker-primary {}

.bootstrap-select>.dropdown-toggle {
    width: auto;
    background: transparent;
    color: #eee;
    background: transparent !important;
    color: #7e7f82;
    font-weight: 500;
    border-radius: 0;
    margin: 0;
    height: 46px;
    line-height: 47px;
    font-size: 12px;
    box-shadow: none;
    box-shadow: none !important;
    width: 100%;
    padding: 0 18px;
}

.bootstrap-select>.dropdown-toggle:after,
.bootstrap-select>.dropdown-toggle:before {
    display: none !important;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0;
    padding: 0 !important;
}

.bootstrap-select .dropdown-menu {
    padding: 0.5rem 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: initial !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    padding: 0 15px;
}

.bootstrap-select .dropdown-menu li {
    border: 0px;
    padding: 9px 0 9px 0;
    cursor: pointer;
    color: #242526;
    border-bottom: 1px solid #e0dfe5;
    font-size: 12px;
    background: transparent;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.bootstrap-select .dropdown-menu li:last-child {
    border-bottom: 0;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 1px 2px;
    clear: both;
    font-weight: 400;
    color: #242526;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.form-group .bootstrap-select.btn-group {
    border: 1px solid #e0e1e6;
}

.widget-panel.widget-promocode {}

.widget-panel.widget-promocode label {
    display: block;
    margin-bottom: 15px;
}

.widget-panel.widget-promocode input[type="submit"] {
    background: #070f43;
    box-shadow: none;
    border: 0;
    outline: none;
    height: 27px;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}

.widget-panel.widget-promocode .promocode_activated {
    padding: 15px 0;
}

.widget-panel.widget-promocode .promocode_activated h2 {
    margin-bottom: 10px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 50%;
    margin-top: -9px;
}

.form-field.error {
    outline: initial;
}

.feat-srch>.form_field.form_field_save {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.feat-srch>.form_field.form_field_save .btn {
    width: calc(50% - 4.5px);
    float: left;
}

.btn-savesearch,
.form_field_save .btn-savesearch {
    background-color: #a357de !important;
}


/*
.banner-search .form_field:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)):not(:nth-of-type(6)):not(:last-child) {
    display: none;
}
*/

.hide {
    display: none !important;
}

.card .img-block .budget {
    position: absolute;
    right: 0;
    top: 0;
    border: 30px solid transparent;
    border-top: 30px solid #fc384a;
    border-right: 30px solid #fc384a;
    z-index: 200;
}

.card .img-block .budget .fa {
    color: #fff;
    font-size: 20px;
    left: 5px;
    position: absolute;
    top: -21px;
}

#main .fileupload-buttonbar .cancel i {
    margin-top: 4px;
}

#main .fileupload-buttonbar .delete i {
    margin-top: 3px;
}

.form-estate .form-group.s_pre .controls {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.form-estate .form-group.s_pre .controls .prefix {
    padding-left: 10px
}

.popup .alerts-box p {
    margin-bottom: 10px;
    position: relative;
    padding: 8px 35px 8px 14px;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.drop-menu .dropeddown li {
    width: 100% !important;
}

.sw_search_form .features_list .input-field {
    margin: 13px 0;
}

.sw_search_form .features_list {
    padding: 20px 0 0 0;
}

.banner-search.banner-search_init .search-additional-btn {
    width: 22px;
    border-radius: 0 55px 55px 0;
    margin: 7px 0px;
    margin-left: 11px;
    padding: 0 5px;
    height: 51px;
    line-height: 51px;
    float: right;
    border: 0;
    font-size: 14px;
    color: #6a7be7;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    will-change: all;
    order: 5;
}

.banner-search.banner-search_init .search-additional-btn:hover {
    color: #6a7be7;
    background-color: #f6f6f6;
}

.banner-search.banner-search_init #form-addittional {
    width: calc(100% + 10px);
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.form_sec .banner-search.banner-search_init,
.section-header-search .banner-search {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-search.banner-search_init #form-addittional .form_field {
    border-radius: 50px;
    background: #fff;
    width: calc( 25% - 10px);
    margin: 5px;
}

.banner-search.banner-search_init #form-addittional .form_field.sf_input .form-control,
.banner-search.banner-search_init #form-addittional .form_field,
.banner-search.banner-search_init #form-addittional .form_field .drop-menu {
    border: 0 !important;
}

.banner-search {
    width: 100%;
}

.banner-search.banner-search_init {
    background: transparent;
    border-radius: 0;
    padding: 0;
    height: initial;
    box-shadow: initial;
    display: block !important
}

.banner-search.banner-search_init .banner-search_box {
    margin: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.section-header-search .banner-search.banner-search_init #form-addittional {
    margin-top: 5px !important;
    display: block !important;
    height: auto !important;
}


/* animation */

.banner-search.banner-search_init #form-addittional .form_field {
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    will-change: all;
}

.banner-search.banner-search_init.open-form #form-addittional .form_field {
    opacity: 1;
}

.banner-search.banner-search_init:not(.open-form) #form-addittional .form_field {
    transition-delay: 0 !important;
}

.edit_tabs_menu {
    display: -webkit-flex;
    display: flex;
    float: none;
    width: 100%;
}

#main .nav-tabs {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
}

#main .nav-tabs.translate_tab {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

#main .tabbable li a {
    margin: 5px 2px 0;
    border: 1px solid #dee2e6;
    height: 39px;
    line-height: initial;
    padding: 8px 10px;
    outline: none;
    box-shadow: none;
}


/* [START] WYSIWYG EDITOR RESET */

.WYSIWYG_content html,
.WYSIWYG_content address,
.WYSIWYG_content blockquote,
.WYSIWYG_content body,
.WYSIWYG_content dd,
.WYSIWYG_content div,
.WYSIWYG_content dl,
.WYSIWYG_content dt,
.WYSIWYG_content fieldset,
.WYSIWYG_content form,
.WYSIWYG_content frame,
.WYSIWYG_content frameset,
.WYSIWYG_content h1,
.WYSIWYG_content h2,
.WYSIWYG_content h3,
.WYSIWYG_content h4,
.WYSIWYG_content h5,
.WYSIWYG_content h6,
.WYSIWYG_content noframes,
.WYSIWYG_content ol,
.WYSIWYG_content p,
.WYSIWYG_content ul,
.WYSIWYG_content center,
.WYSIWYG_content dir,
.WYSIWYG_content hr,
.WYSIWYG_content menu,
.WYSIWYG_content pre {
    display: block;
    unicode-bidi: embed
}

.WYSIWYG_content li {
    display: list-item
}

.WYSIWYG_content head {
    display: none
}

.WYSIWYG_content table {
    display: table
}

.WYSIWYG_content tr {
    display: table-row
}

.WYSIWYG_content thead {
    display: table-header-group
}

.WYSIWYG_content tbody {
    display: table-row-group
}

.WYSIWYG_content tfoot {
    display: table-footer-group
}

.WYSIWYG_content col {
    display: table-column
}

.WYSIWYG_content colgroup {
    display: table-column-group
}

.WYSIWYG_content td,
.WYSIWYG_content th {
    display: table-cell
}

.WYSIWYG_content caption {
    display: table-caption
}

.WYSIWYG_content th {
    font-weight: bolder;
    text-align: center
}

.WYSIWYG_content caption {
    text-align: center
}

.WYSIWYG_content body {
    margin: 8px
}

.WYSIWYG_content h1 {
    font-size: 2em;
    margin: .67em 0
}

.WYSIWYG_content h2 {
    font-size: 1.5em;
    margin: .75em 0
}

.WYSIWYG_content h3 {
    font-size: 1.17em;
    margin: .83em 0
}

.WYSIWYG_content h4,
.WYSIWYG_content p,
.WYSIWYG_content blockquote,
.WYSIWYG_content ul,
.WYSIWYG_content fieldset,
.WYSIWYG_content form,
.WYSIWYG_content ol,
.WYSIWYG_content dl,
.WYSIWYG_content dir,
.WYSIWYG_content menu {
    margin: 1.12em 0
}

.WYSIWYG_content h5 {
    font-size: .83em;
    margin: 1.5em 0
}

.WYSIWYG_content h6 {
    font-size: .75em;
    margin: 1.67em 0
}

.WYSIWYG_content h1,
.WYSIWYG_content h2,
.WYSIWYG_content h3,
.WYSIWYG_content h4,
.WYSIWYG_content h5,
.WYSIWYG_content h6,
.WYSIWYG_content b,
.WYSIWYG_content strong {
    font-weight: bolder
}

.WYSIWYG_content blockquote {
    margin-left: 40px;
    margin-right: 40px
}

.WYSIWYG_content i,
.WYSIWYG_content cite,
.WYSIWYG_content em,
.WYSIWYG_content var,
.WYSIWYG_content address {
    font-style: italic
}

.WYSIWYG_content pre,
.WYSIWYG_content tt,
.WYSIWYG_content code,
.WYSIWYG_content kbd,
.WYSIWYG_content samp {
    font-family: monospace
}

.WYSIWYG_content pre {
    white-space: pre
}

.WYSIWYG_content button,
.WYSIWYG_content textarea,
.WYSIWYG_content input,
.WYSIWYG_content select {
    display: inline-block
}

.WYSIWYG_content big {
    font-size: 1.17em
}

.WYSIWYG_content small,
.WYSIWYG_content sub,
.WYSIWYG_content sup {
    font-size: .83em
}

.WYSIWYG_content sub {
    vertical-align: sub
}

.WYSIWYG_content sup {
    vertical-align: super
}

.WYSIWYG_content table {
    border-spacing: 2px;
}

.WYSIWYG_content thead,
.WYSIWYG_content tbody,
.WYSIWYG_content tfoot {
    vertical-align: middle
}

.WYSIWYG_content td,
.WYSIWYG_content th,
.WYSIWYG_content tr {
    vertical-align: inherit
}

.WYSIWYG_content s,
.WYSIWYG_content strike,
.WYSIWYG_content del {
    text-decoration: line-through
}

.WYSIWYG_content hr {
    border: 1px inset
}

.WYSIWYG_content ol,
.WYSIWYG_content ul,
.WYSIWYG_content dir,
.WYSIWYG_content menu,
.WYSIWYG_content dd {
    margin-left: 40px
}

.WYSIWYG_content ol {
    list-style-type: decimal
}

.WYSIWYG_content ol ul,
.WYSIWYG_content ul ol,
.WYSIWYG_content ul ul,
.WYSIWYG_content ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.WYSIWYG_content u,
.WYSIWYG_content ins {
    text-decoration: underline
}

.WYSIWYG_content br:before {
    content: "\A";
    white-space: pre-line
}

.WYSIWYG_content center {
    text-align: center
}

.WYSIWYG_content :link,
.WYSIWYG_content :visited {
    text-decoration: underline
}

.WYSIWYG_content :focus {
    outline: thin dotted invert
}

.WYSIWYG_content li {
    list-style: initial;
}

@media print {
    .WYSIWYG_content h1 {
        page-break-before: always
    }
    .WYSIWYG_content h1,
    .WYSIWYG_content h2,
    .WYSIWYG_content h3,
    .WYSIWYG_content h4,
    .WYSIWYG_content h5,
    .WYSIWYG_content h6 {
        page-break-after: avoid
    }
    .WYSIWYG_content ul,
    .WYSIWYG_content ol,
    .WYSIWYG_content dl {
        page-break-before: avoid
    }
}


/* [END] WYSIWYG EDITOR RESET */

#ws-walkscore-tile {
    max-width: 100% !important;
    height: 380px !important;
}

#ws-walkscore-tile #ws-a {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
    display: inline-block;
    margin-right: 5px !important;
}

#ws-walkscore-tile #ws-go {
    position: initial !important;
    padding: 15.5px 15px !important;
    cursor: pointer !important;
}

#ws-walkscore-tile #ws-footer #ws-street {
    height: 45px !important;
    position: initial !important;
    width: 200px !important;
}

.menu-onmap {
    position: absolute;
    bottom: 100%;
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
    width: 100%;
    text-align: center;
}

.menu-onmap li {
    display: inline-block;
    margin: 0 3px;
}

.menu-onmap li label {
    display: block;
    padding: 9px 22px;
    margin-bottom: 5px;
    color: #000;
    background: #fff;
    transition: all .15s;
    font-size: 14px;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
}

.menu-onmap li.active label,
.menu-onmap li label:hover {
    color: #fff;
}

.menu-onmap li.active label:before,
.menu-onmap li label:hover:before {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    display: block;
    border: 15px solid transparent;
    border-top: 15px solid #6a7be7;
    z-index: -1;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
}

.menu-onmap input {
    display: none;
}

.winter_dropdown_treeselect_alt select {
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    height: 48px;
    border: 1px solid #e0e1e6;
    margin: 0;
    font-size: 14px;
    color: #7e7f82;
    padding: 0 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.winter_dropdown_treeselect_alt:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 46px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #495057;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 55;
}

.form-group-tree-alt {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

body .form-group-tree-alt .winter_dropdown_treeselect_alt,
body .form-group-tree-alt .winter_dropdown_tree {
    -webkit-flex: 0 0 calc(50% - 9px);
    flex: 0 0 calc(50% - 9px);
    width: calc(50% - 9px);
}

.form-group-tree-alt .winter_dropdown_treeselect_alt .winter_dropdown_treeselect_alt_container {
    width: 100%;
    height: 100%;
}

body .top-search .form-group-tree-alt .winter_dropdown_treeselect_alt .winter_dropdown_treeselect_alt_container {
    margin: 8px 0px 6px 0px;
    border-left: 1px solid #e0e1e6;
    height: 51px;
}

body .top-search .form-group-tree-alt .winter_dropdown_treeselect_alt select {
    border: 0;
}

.top-search div.form-group .winter_dropdown_tree.secondary .btn-group {}

.top-search .drop-menu .select {
    padding-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-search .drop-menu .select i {
    margin-top: 0;
}

.top-search .bootstrap-select>.dropdown-toggle {
    margin: 8px 0px 6px 0px;
    border-left: 0;
    height: 51px;
    background: transparent;
    padding: 0 18px 0 25px;
}

.top-search .form-group .bootstrap-select.btn-group {
    height: initial;
    background: transparent;
    border: 0;
    margin: 0;
}

.top-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
    color: #7e7f82;
    font-size: 14px;
}

.top-search .bootstrap-select.btn-group .dropdown-menu {
    border-radius: 15px;
    margin-top: 15px;
}

.top-search .drop-menu .dropeddown {
    margin-top: 10px;
    border-radius: 15px;
}

.top-search #form-addittional .input-field>label small {
    color: #fff;
    font-size: 14px;
}

.top-search #form-addittional {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-search #form-addittional .checkbox-field {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%;
    padding: 5px;
    margin-top: 9px;
    margin-bottom: 8px;
}

.top-search #form-addittional .checkbox-field label b.count,
.top-search #form-addittional .checkbox-field label b.count {
    color: #fff;
}

.top-search .form_field_sw_range {
    min-width: 25%;
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.top-search  .form_field_sw_range>.form-group {
    padding: 0 18px;
    border-left: 1px solid #e0e1e6;
}

.top-search .srch-btn {
    width: initial;
}

.currency-selector .drop-menu .select {
    width: 100px;
    padding-left: 20px;
}

.top-search .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-search .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
    vertical-align: middle;
    height: 10px;
    line-height: 1;
}

.top-search .form-group-tree-alt .winter_dropdown_tree {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

.descp-text.widget-listing-walkscore {
    overflow: hidden;
}

.banner-search .btn {
    float: none;
}

.banner-search .btn .fa-ajax-indicator {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: 3px;
}

.banner-search .srch-btn .btn i {
    margin-right: 0;
    line-height: 1;
}

.banner-search .srch-btn .btn span {
    margin-left: 8px;
}

.form_sec .banner-search .btn i {
    top: 2px;
}

.custom-search-b .form_field_save .form_field_row {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}

.feat-srch>.form_field.form_field_save .form_field_row .btn {
    width: initial;
    margin: 5px 5px;
}

.feat-srch>.form_field.form_field_save .form_field_row .btn {
    width: initial;
    margin: 5px 5px;
}

.custom-search-b .feat-srch>.form_field.form_field_save {
    display: block;
}

.custom-search-b .feat-srch>.form_field.form_field_save .form_field_row button.btn.btn-outline-primary.sw-search-start {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
}

.custom-search-b .form_field_save .btn-savesearch {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}

.list-maps {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 25px;
}

.list-maps a {
    padding: 3px 0;
    display: inline-block;
    font-size: 14px;
}

.list-maps a img {
    margin-right: 4px;
    margin-bottom: 0;
}

.geo_map_preview {
    display: block;
    padding: 8px 0;
}

.geo_map_preview label {
    line-height: 36px;
}

.geo_map_preview .form-control {
    cursor: pointer;
    display: inline-block;
    width: initial;
    margin-left: 5px;
    height: 36px;
}

.modal-country-list {}

.modal-country-list .modal-dialog {
    width: 80vw;
    height: calc(100vh - 60px);
    overflow: hidden;
    margin: 30px auto;
    max-width: initial
}

.modal-country-list .modal-dialog .modal-content {
    height: 100%;
    overflow: hidden;
}

.modal-country-list .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 35px;
    height: 100%;
    overflow-y: auto;
}

.btn-maplist {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    line-height: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-maplist img {
    margin-bottom: 1px;
}

.btn-maplist i {
    margin-left: 3px;
}

.modal.modal-country-list .modal-dialog {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.modal-country-list.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.list-maps a:hover {
    color: #3498db;
}

.list-maps a:hover img {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    33.3% {
        -webkit-transform: translateY(-1.5px);
        transform: translateY(-1.5px);
    }
    49.95% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    66.6% {
        -webkit-transform: translateY(-0.5px);
        transform: translateY(-0.5px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    33.3% {
        -webkit-transform: translateY(-1.5px);
        transform: translateY(-1.5px);
    }
    49.95% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    66.6% {
        -webkit-transform: translateY(-0.5px);
        transform: translateY(-0.5px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.modal-open header.pb {
    z-index: 9900;
}

.modal-country-list .modal-title {
    font-size: 18px;
    padding-left: 0;
}

.list-maps {
    margin-bottom: 25px;
}

.list-maps>li {
    padding: 0;
}

.list-maps>li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .15s;
    transition: all .15s;
    padding: 5px 10px;
}

.list-maps>li a:hover {
    background-color: #6a7be7;
    color: #fff;
}

.resp-grid.flex-dynamic {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
}

.language-selector .drop-menu .dropeddown li {
    padding: 0 14px;
}

.currency-selector .drop-menu .dropeddown {
    width: 100%;
}

.header-address a:hover,
.header-address a {
    padding: 3px 0;
}

.banner-search .btn i {
    margin-right: 0;
}

.custom-search-b .feat-srch>.form_field.form_field_save .form_field_row .btn {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.custom-search-b .menu-onmap li label {
    border-radius: 0;
}

#form-addittional .scale-range .scale-range-value,
#form-addittional .scale-range .scale-range-label {
    color: #fff;
}

.sw-search-start.loading.slim .la.la-search {
    opacity: 0;
}

.sw-search-start.loading.slim .fa-ajax-indicator {
    margin-left: -18px;
    margin-top: -9px;
}

#form-addittional .scale-range .btn-group>.btn:first-child {
    margin-top: 0 !important;
}

.bootstrap-select>.dropdown-toggle {
    font-size: 14px;
}

.top-header .resp-grid,
.top-header .header-social {
    height: 100%;
}

.resp-grid.flex-dynamic {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
}

.resp-grid.flex {
    display: flex;
}

.country_selector img {
    position: relative;
    top: 1px;
    margin: 0 2px;
}

.list-maps>li a i {
    margin-left: 3px;
}

.list-maps>li a i.fa-globe {
    margin-left: 0;
    margin-right: 8px;
}

.language-menu-mobile {}

.language-menu-mobile a {
    border-bottom: 1px solid #dfe0e5;
}

.language-menu-mobile a img {
    margin-right: 5px;
}

.half-map-sec .form_field_save .form_field_row {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.half-map-sec .feat-srch>.form_field.form_field_save .form_field_row .btn.sw-search-start {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
}

.intro-thumb-row {
    margin-bottom: -75px;
}

.popular-listing.hp2 .load-more-posts {
    padding-bottom: 0;
    margin-bottom: -5px;
}

.panchkula-plot-area-listings .card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.panchkula-plot-area-listings .card > a:not(.ext-link) {
    display: block;
}

.listing-card-detail-price {
    background: rgba(17, 24, 39, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    bottom: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    left: 16px;
    padding: 10px 12px 9px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-align: left;
    z-index: 220;
}

.listing-card-detail-price strong {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 3px;
}

.card .img-block .listing-card-detail-price span {
    background: transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.88);
    display: block;
    float: none;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 0;
    padding: 0;
    text-transform: none;
}

.royale-city-listing-card {
    background: #fff;
    border: 1px solid #dde7f0;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(31, 45, 61, 0.1);
    display: block !important;
    height: auto !important;
    margin-bottom: 30px;
    overflow: hidden;
    transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.popular-listing .royale-city-listing-card,
.panchkula-plot-area-listings .royale-city-listing-card {
    display: flex !important;
    flex-direction: column;
    height: calc(100% - 30px) !important;
}

.list-products .royale-city-listing-card,
.list_products .royale-city-listing-card {
    display: block !important;
    height: auto !important;
}

.popular-listing .royale-city-listing-card:hover {
    border-color: #cad8e5;
    box-shadow: 0 22px 44px rgba(31, 45, 61, 0.16);
    transform: translateY(-2px);
}

.royale-city-listing-card .img-block {
    aspect-ratio: 1.45 / 1;
    background: #eef3f7;
    height: auto;
    overflow: hidden;
}

.royale-city-listing-card .img-block::before,
.royale-city-listing-card .img-block::after {
    display: none;
}

.royale-city-listing-card .img-block .img-fluid {
    background: #eef3f7;
    height: 100%;
    object-fit: cover;
    padding: 0;
    transition: transform 240ms ease;
    width: 100%;
}

.royale-city-listing-card .img-block .overlay {
    background: linear-gradient(180deg, rgba(10, 20, 32, 0.02) 0%, rgba(10, 20, 32, 0.22) 100%);
    opacity: 1;
    z-index: 2;
}

.popular-listing .royale-city-listing-card:hover .img-block .img-fluid {
    transform: scale(1.035);
}

.royale-card-image-tag {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: #1e3858;
    font-size: 10px;
    font-weight: 500;
    left: 12px;
    line-height: 1;
    padding: 5px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    z-index: 230;
}

.royale-city-listing-card .listing-card-detail-price {
    background: rgba(16, 28, 43, 0.9);
    border-color: rgba(255, 255, 255, 0.36);
    border-radius: 8px;
    bottom: 12px;
    left: 12px;
    padding: 9px 11px 8px;
    right: 12px;
    z-index: 5;
}

.royale-city-listing-card .listing-card-detail-price strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
}

.royale-city-listing-card .card-body {
    display: block !important;
    flex: 0 0 auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    padding: 13px 14px 9px !important;
}

.royale-card-kicker {
    background: #edf8f4;
    border-radius: 999px;
    color: #12715d;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 7px;
    padding: 4px 8px;
    text-transform: uppercase;
}

.royale-card-copy h3 {
    color: #162235;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 8px;
    min-height: 0;
}

.kalka-outside-listing-card .royale-card-copy h3 {
    color: #162235 !important;
    font-size: 18px;
    font-weight: 800;
}

.kalka-outside-listing-card .royale-card-kicker {
    background: #edf8f4;
    color: #12715d;
    font-weight: 800;
}

.kalka-outside-listing-card .royale-card-copy p {
    color: #7d8997;
    font-weight: 600;
}

.kalka-outside-listing-card .listing-card-detail-price {
    background: #ffffff;
    border: 1px solid rgba(241, 120, 76, 0.34);
    border-left: 3px solid #f1784c;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.16);
    left: 22px;
    right: auto;
    width: 162px;
}

.kalka-outside-listing-card .listing-card-detail-price strong {
    color: #0d4a43;
    font-size: 20px;
    font-weight: 900;
}

.kalka-outside-listing-card .card .img-block .listing-card-detail-price span,
.kalka-outside-listing-card .img-block .listing-card-detail-price span {
    color: #8a96a6;
    font-size: 12px;
    font-weight: 800;
}

.kalka-outside-listing-card .royale-card-quickfacts span {
    background: #f8fafc;
    border-color: #dde9f2;
    min-height: 80px;
    padding: 10px 9px;
}

.kalka-outside-listing-card .royale-card-quickfacts strong {
    color: #1c2b3f;
    font-size: 13px;
    font-weight: 800;
}

.kalka-outside-listing-card .royale-card-quickfacts small {
    color: #8592a2;
    font-size: 10px;
    font-weight: 800;
}

.royale-card-copy p {
    color: #566579;
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 0;
}

.royale-card-copy p i {
    color: #12715d;
    font-size: 15px;
    margin-right: 5px;
}

.royale-card-copy {
    display: block !important;
    height: auto !important;
    margin: 0;
}

.royale-card-facts,
.royale-card-quickfacts {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.royale-card-quickfacts {
    flex: 1 1 auto;
    height: auto !important;
    margin: 0;
    padding: 0 14px 12px;
}

.royale-card-facts span,
.royale-card-quickfacts span {
    background: #f8fafc;
    border: 1px solid #e3ebf2;
    border-radius: 6px;
    display: block;
    min-width: 0;
    padding: 8px 7px;
}

.royale-card-quickfacts span:nth-child(3):last-child {
    grid-column: auto;
}

.royale-card-facts strong,
.royale-card-quickfacts strong {
    color: #1c2b3f;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.royale-card-facts small,
.royale-card-quickfacts small {
    color: #7d8997;
    display: block;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
    text-transform: uppercase;
}

.royale-card-underimage-details {
    background: #ffffff;
    border-bottom: 1px solid #e4ecf3;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
}

.royale-card-underimage-heading {
    border-top: 1px solid #edf1f5;
    grid-column: 1 / -1;
    padding: 11px 12px 10px;
}

.royale-card-underimage-heading span {
    background: #edf8f4;
    border-radius: 999px;
    color: #12715d;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    padding: 5px 9px;
    text-transform: uppercase;
}

.royale-card-underimage-heading strong {
    color: #162235;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 6px;
    overflow-wrap: anywhere;
}

.royale-card-underimage-heading small {
    color: #566579;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.royale-card-underimage-heading small i {
    color: #12715d;
    font-size: 14px;
    margin-right: 5px;
}

.royale-card-underimage-detail {
    align-items: flex-start;
    border-top: 1px solid #edf1f5;
    display: flex;
    gap: 8px;
    min-width: 0;
    padding: 10px 10px 9px;
}

.royale-card-underimage-detail:nth-child(odd) {
    border-right: 1px solid #edf1f5;
}

.royale-card-underimage-detail.is-wide {
    grid-column: 1 / -1;
}

.royale-card-underimage-detail.is-wide:nth-child(odd) {
    border-right: 0;
}

.royale-card-underimage-detail > i {
    align-items: center;
    background: #edf8f4;
    border-radius: 6px;
    color: #12715d;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    margin-top: 1px;
    width: 24px;
}

.royale-card-underimage-detail small {
    color: #8a949f;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.royale-card-underimage-detail strong {
    color: #273342;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.royale-card-underimage-detail em {
    color: #7d8997;
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 3px;
}

.royale-city-listing-card.is-master-key-homes {
    border-color: rgba(177, 132, 63, 0.35) !important;
    box-shadow: 0 22px 46px rgba(15, 35, 40, 0.16) !important;
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-details {
    background: #f9faf8;
    border-bottom-color: rgba(177, 132, 63, 0.22);
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-heading {
    background: linear-gradient(135deg, #102e31 0%, #17243a 70%, #2a1f2c 100%);
    border-top: 0;
    padding: 18px 18px 17px;
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-heading span {
    background: rgba(243, 211, 146, 0.14);
    border: 1px solid rgba(243, 211, 146, 0.28);
    color: #f3d392;
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-heading strong {
    color: #ffffff;
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-heading small {
    color: rgba(255, 255, 255, 0.78);
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-heading small i {
    color: #f3d392;
}

.royale-card-area-title {
    align-items: center;
    background: #fff8ea;
    border-top: 1px solid rgba(177, 132, 63, 0.22);
    color: #7a5520;
    display: flex;
    gap: 9px;
    grid-column: 1 / -1;
    padding: 13px 16px;
}

.royale-card-area-title i {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(177, 132, 63, 0.24);
    border-radius: 6px;
    color: #b1843f;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.royale-card-area-title strong {
    color: #7a5520;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-detail {
    background: #ffffff;
    border-color: rgba(177, 132, 63, 0.16);
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-detail > i {
    background: #fff8ea;
    color: #b1843f;
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-detail small {
    color: #8b6c3b;
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-detail strong {
    color: #17243a;
    font-size: 13px;
}

.royale-city-listing-card.is-master-key-homes .royale-card-underimage-detail em {
    color: #6f7b86;
    font-size: 11px;
}

.royale-city-listing-card .card-footer {
    align-items: center;
    background: #fbfdff;
    border-top: 1px solid #e4ecf3;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    margin-top: auto;
    padding: 10px 14px;
}

.royale-city-listing-card .card-footer .favorites-actions,
.royale-city-listing-card .card-footer a.pull-right {
    float: none !important;
}

.royale-city-listing-card .card-footer .favorites-actions {
    align-items: center;
    display: inline-flex;
}

.royale-city-listing-card .card-footer a.pull-right {
    align-items: center;
    color: #68778a;
    display: inline-flex;
    font-size: 12px;
    gap: 4px;
    margin-top: 0;
}

.royale-city-listing-card .card-footer a .la-heart-o {
    background: #eef3f7;
    color: #17233a;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.royale-city-listing-card .card-footer a .la-heart-o:hover {
    background: #12715d;
}

@media (max-width: 575px) {
    .royale-city-listing-card .img-block {
        aspect-ratio: 1.35 / 1;
        height: auto;
    }

    .royale-card-facts {
        grid-template-columns: 1fr;
    }

    .royale-card-quickfacts {
        grid-template-columns: 1fr;
    }

    .royale-card-quickfacts span:nth-child(3):last-child {
        grid-column: auto;
    }

}

.panchkula-plot-area-listings .plot-card-project-summary {
    background: #fff;
    border-left: 1px solid #dfe0e5;
    border-right: 1px solid #dfe0e5;
    clear: both;
    position: relative;
    z-index: 2;
}

.panchkula-plot-area-listings .plot-card-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid #eceff3;
}

.panchkula-plot-area-listings .plot-card-fact {
    min-height: 62px;
    padding: 12px 10px 10px;
    text-align: center;
}

.panchkula-plot-area-listings .plot-card-fact:nth-child(odd) {
    border-right: 1px solid #eceff3;
}

.panchkula-plot-area-listings .plot-card-fact:nth-child(n+3) {
    border-top: 1px solid #eceff3;
}

.panchkula-plot-area-listings .plot-card-fact strong {
    color: #101828;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.22;
    margin-bottom: 4px;
}

.panchkula-plot-area-listings .plot-card-fact span {
    color: #667085;
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

.panchkula-plot-area-listings .plot-card-highlights {
    padding: 12px 14px 4px;
}

.panchkula-plot-area-listings .plot-card-highlights-title {
    color: #13233b;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}

.panchkula-plot-area-listings .plot-card-highlights ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
}

.panchkula-plot-area-listings .plot-card-highlights li {
    color: #536272;
    font-size: 12px;
    line-height: 1.4;
    list-style: none;
    padding-left: 17px;
    position: relative;
}

.panchkula-plot-area-listings .plot-card-highlights li::before {
    background: #1f9d73;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 2px;
    position: absolute;
    top: 7px;
    width: 5px;
}

@media (max-width: 575px) {
    .panchkula-plot-area-listings .plot-card-fact {
        min-height: 58px;
        padding: 11px 9px 9px;
    }

    .panchkula-plot-area-listings .plot-card-fact strong {
        font-size: 12px;
    }
}

.side .banner-search .bootstrap-select>.btn {
    margin-top: 0;
}

.slick-prev:before {
    content: "\f104";
    font-family: 'Line Awesome Free',FontAwesome;
    font-weight: 900;
}

.slick-next:before {
    content: "\f105";
    font-family: 'Line Awesome Free',FontAwesome;
    font-weight: 900;
}

.top-search .banner-search .bootstrap-select>.dropdown-toggle {
    padding: 0 50px 0px 25px;
    border-left: 1px solid #e0e1e6;
}

#form-addittional .form_field_sw_range>.form-group {
    border-left: 0;
}

.top-search .bootstrap-select>.dropdown-toggle {
    width: 100%;
}

.banner-search.top-search .drop-menu .select i {
    position: absolute;
}

.banner-search.top-search .drop-menu .select {
    padding-right: 20px;
}

/* fix checkbox required */

.input-field > input[type="checkbox"][required] {
    display: block;
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: 48px;
    padding: 0 17px;
    width: 100%;
    font-size: 12px;
    color: #67686c;
    border: 1px solid #dfe0e5;
    background-color: #fff;
}

.widget-selio {
    float: left;
    width: 100%;
    border: 1px solid #e1e2e7;
    padding: 23px 30px 32px 30px;
    max-width: 100%;
}

.widget-selio .widget-header {
    margin-bottom: 15px;
}

.banner-search .form_field:first-child .drop-menu,
.banner-search .form_field.sf_input:first-child  .form-control {
    border-left: 0;
}


.banner-search #form-addittional .scale-range .scale-range-value,
.banner-search #form-addittional .scale-range .scale-range-label {
    color: #67686c
}

.header {
    display: flex;
    align-items: center;
}

.top-search #form-addittional .scale-range {
    margin: 8px 0px 6px 0px;
    background: transparent;
  }

.top-search #form-addittional .checkbox-field {
    height: 65px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .WdkScrollMobileSwipe {
        display: flex;
        flex-wrap: nowrap !important;
        overflow: auto !important;
    }
}
  
/* Footer */

.wdk_mobile_footer_menu {
    display: none;
    background: #fff;
    border-top: 1px solid #777;
    color: #777;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
  }
  
  @media (max-width: 767px) {
    .wdk_mobile_footer_menu {
      display: flex;
    }
  }
  
  .wdk_mobile_footer_menu a, .wdk_mobile_footer_menu label {
    transition: all .15s;
  }
  
  .wdk_mobile_footer_menu a:hover, .wdk_mobile_footer_menu label:hover {
    color: #0074e4;
  }
  
  .wdk_mobile_footer_menu .wdk-footer-menu {
    position: relative;
  }
  
  .wdk_mobile_footer_menu .wdk-footer-menu input {
    display: none;
  }
  
  .wdk_mobile_footer_menu .wdk-footer-menu label {
    cursor: pointer;
  }
  
  .wdk_mobile_footer_menu .wdk-footer-menu .menu__box {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 15px;
    background: #fff;
    padding: 5px 10px;
    width: auto;
    border: 1px solid #777;
    visibility: hidden;
    opacity: 0;
    transition: all .15s;
  }
  
  .wdk_mobile_footer_menu .wdk-footer-menu .menu__box a {
    padding: 3px 0;
    display: block;
    font-size: 14px;
  }

  .bottom-list .nav {
    flex-direction: column;
  }


  .copyright .menu.nav {
    display: inline-block;
  }

  .copyright .menu.nav li {
    display: inline-block;
  }

  .copyright .menu.nav li:not(:last-child):after {
    content: '|';
    margin-left: 5px;
  }
/* End Footer */

.form_sec .top-search #form-addittional .checkbox-field label b.count, .top-search #form-addittional .checkbox-field label b.count,
.form_sec .top-search #form-addittional .input-field input[type="radio"] + label span::before, 
.form_sec .top-search #form-addittional .input-field input[type="checkbox"] + label span::before,
.form_sec .top-search #form-addittional .input-field > label small {
    color: #67686c;
}

.form_sec .top-search #form-addittional .input-field input[type="radio"] + label span, 
.form_sec .top-search #form-addittional .input-field input[type="checkbox"] + label span {
    border-color: #67686c;
}



.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .blueimp-gallery > .indicator > li {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, 0.25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: 0.5;
    cursor: pointer;
  }
  
  /* IE7 fixes */
  * + html .blueimp-gallery > .indicator > li {
    display: inline;
  }
  
  .blueimp-gallery > .indicator > li:hover,
  .blueimp-gallery > .indicator > .active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
  }
  
  .blueimp-gallery > .indicator > li:after {
    opacity: 0;
    display: block;
    position: absolute;
    content: '';
    top: -5em;
    left: 4px;
    width: 75px;
    height: 75px;
    transition: transform 600ms ease-out, opacity 400ms ease-out;
    transform: translateX(-50%) translateY(0) translateZ(0px);
    pointer-events: none;
  }
  
  .blueimp-gallery > .indicator > li:hover:after {
    opacity: 1;
    border-radius: 50%;
    background: inherit;
    transform: translateX(-50%) translateY(-5px) translateZ(0px);
  }
  
  .blueimp-gallery > .indicator > .active:after {
    display: none;
  }
  
  .blueimp-gallery-controls > .indicator {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .blueimp-gallery-single > .indicator {
    display: none;
  }

body .blueimp-gallery-controls > .indicator > li {
    background-size: cover !important;
  }

.card .img-block.video-block video {
    z-index: 120 !important;
    height: 325px;
}

.card .img-block.video-block .listing_badge {
    z-index: 125 !important;
}

.list_products .card .video-block {
    overflow: visible !important;
}

.fa.fa-twitter::before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
}

ul.post-nfo a.label-danger:hover,
ul.post-nfo a.label-danger {
  color: #fff;
}

.banner.panchkula-hero-banner::after {
  background: rgba(7, 15, 67, 0.32) !important;
}

.header .navbar-brand img {
  max-height: 72px;
  max-width: 220px;
  object-fit: contain;
  width: auto;
}

.bottom-logo img {
  max-height: 118px;
  max-width: 240px;
  object-fit: contain;
  width: auto;
}

@media (min-width: 992px) {
  .header .navbar {
    position: relative;
  }

  .header #navbarSupportedContent {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }

  .header #main-menu.navbar-nav {
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    transform: translateX(-72px);
  }

  .header #navbarSupportedContent > .d-inline {
    flex: 0 0 auto;
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .header .navbar-brand {
    margin-right: 0;
    position: relative;
    z-index: 2;
  }

  .header #navbarSupportedContent {
    position: static;
  }

  .header #main-menu.navbar-nav {
    left: calc(50% - 72px);
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
  }

  .header #navbarSupportedContent > .d-inline {
    margin-left: auto !important;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand img {
    max-height: 58px;
    max-width: 180px;
  }
}

.backend-slides-section {
  background: #ffffff;
  padding-top: 76px;
  padding-bottom: 86px;
}

.backend-slides-heading {
  margin-bottom: 34px;
  text-align: center;
}

.backend-slides-carousel {
  margin: 0 -14px;
}

.backend-slide-item {
  padding: 0 14px;
}

.backend-slide-card {
  background: #f7f9fb;
  border: 1px solid #e3e9ef;
  height: 100%;
  overflow: hidden;
}

.backend-slide-image {
  height: 260px;
  overflow: hidden;
}

.backend-slide-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.backend-slide-copy {
  padding: 28px 30px 32px;
}

.backend-slide-copy h3 {
  color: #13233b;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.backend-slide-copy p {
  color: #536272;
  font-size: 15px;
  line-height: 1.72;
  margin-bottom: 18px;
}

.backend-slide-link {
  color: #1f9d73;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.backend-slide-link i {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .backend-slides-section {
    padding-top: 54px;
    padding-bottom: 62px;
  }

  .backend-slide-image {
    height: 220px;
  }

  .backend-slide-copy {
    padding: 24px 22px 28px;
  }

}

.why-panchkula-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7f6 100%);
  padding: 64px 0 70px;
}

.why-panchkula-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas:
    "copy copy"
    "media points";
  column-gap: 48px;
  row-gap: 38px;
  align-items: start;
}

.why-panchkula-media {
  align-self: stretch;
  grid-area: media;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.why-panchkula-media img {
  display: block;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.why-panchkula-media::after {
  background: linear-gradient(180deg, rgba(7, 22, 48, 0.08) 0%, rgba(7, 22, 48, 0.58) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.why-panchkula-badge {
  background: #ffffff;
  bottom: 28px;
  box-shadow: 0 18px 42px rgba(12, 30, 50, 0.18);
  left: 28px;
  max-width: 315px;
  padding: 18px 20px;
  position: absolute;
  z-index: 1;
}

.why-panchkula-badge span,
.why-panchkula-kicker,
.why-panchkula-item span {
  color: #1f9d73;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.why-panchkula-badge strong {
  color: #13233b;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 8px;
}

.why-panchkula-copy {
  grid-area: copy;
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}

.why-panchkula-copy h3 {
  color: #13233b;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.16;
  margin: 12px 0 22px;
}

.why-panchkula-lead,
.why-panchkula-item p {
  color: #536272;
  font-size: 15px;
  line-height: 1.76;
  margin-bottom: 0;
}

.why-panchkula-points {
  border-top: 1px solid #dce5e1;
  grid-area: points;
}

.why-panchkula-item {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
}

.why-panchkula-item + .why-panchkula-item {
  border-top: 1px solid #dce5e1;
}

.why-panchkula-icon {
  align-items: center;
  background: #e8f5ef;
  color: #1f9d73;
  display: flex;
  font-size: 24px;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.why-panchkula-item h4 {
  color: #13233b;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  margin: 7px 0 10px;
}

.home-trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
}

.home-trust-section {
  background: #ffffff;
  padding: 38px 0 18px;
}

.home-trust-grid-standalone {
  margin-top: 0;
}

.home-trust-card {
  background: #ffffff;
  border: 1px solid #dfe8e4;
  box-shadow: 0 16px 38px rgba(17, 38, 62, 0.06);
  min-height: 190px;
  padding: 20px 18px 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-trust-card:hover {
  border-color: #b9d8cd;
  box-shadow: 0 22px 48px rgba(17, 38, 62, 0.1);
  transform: translateY(-3px);
}

.home-trust-icon {
  align-items: center;
  background: #eef8f4;
  border: 1px solid #d7ece4;
  color: #1f9d73;
  display: flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  margin-bottom: 16px;
  width: 48px;
}

.home-trust-card h4 {
  color: #13233b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.28;
  margin: 0 0 12px;
}

.home-trust-card p {
  color: #5c6878;
  font-size: 13px;
  line-height: 1.68;
  margin: 0;
}

@media (max-width: 1199px) {
  .why-panchkula-shell {
    column-gap: 36px;
  }

  .why-panchkula-copy h3 {
    font-size: 37px;
  }

  .home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .why-panchkula-section {
    padding: 64px 0 72px;
  }

  .why-panchkula-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "points";
  }

  .why-panchkula-media,
  .why-panchkula-media img {
    min-height: 380px;
  }

  .why-panchkula-copy h3 {
    font-size: 34px;
  }

  .home-trust-grid {
    margin-top: 34px;
  }
}

@media (max-width: 575px) {
  .why-panchkula-section {
    padding: 50px 0 58px;
  }

  .why-panchkula-copy h3 {
    font-size: 29px;
  }

  .why-panchkula-media,
  .why-panchkula-media img {
    min-height: 300px;
  }

  .why-panchkula-badge {
    bottom: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 18px 20px;
  }

  .why-panchkula-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 0;
  }

  .why-panchkula-icon {
    font-size: 24px;
    height: 46px;
    width: 46px;
  }

  .why-panchkula-item h4 {
    font-size: 20px;
  }

  .home-trust-grid {
    grid-template-columns: 1fr;
  }

  .home-trust-card {
    min-height: 0;
    padding: 23px 20px;
  }
}

.popular-cities-carousel {
  margin: 0 -15px;
}

.popular-cities-carousel .slick-list {
  margin: 0;
}

.popular-cities-static {
  padding-top: 0;
}

.locations-page-main.listing-main-sec.section-padding2 {
  padding: 42px 0 54px;
}

.locations-page-main .popular-cities-static {
  padding-bottom: 36px;
}

.popular-cities-grid {
  row-gap: 30px;
}

.popular-city-slide {
  outline: none;
  padding: 0 15px;
}

.popular-city-item {
  margin-bottom: 0;
}

.popular-city-card-link {
  display: block;
  height: 100%;
}

.popular-city-card {
  border: 0;
  height: 100%;
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

.popular-city-card img {
  display: block;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.popular-city-card .overlay {
  background: linear-gradient(180deg, rgba(12, 30, 50, 0.04) 0%, rgba(12, 30, 50, 0.72) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.popular-city-card .card-body {
  bottom: 0;
  left: 0;
  padding: 26px 28px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.popular-city-card .card-body h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.popular-city-card .card-body p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 92%;
}

.popular-city-card .card-body i {
  align-items: center;
  background: #ffffff;
  color: #1f9d73;
  display: flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 28px;
  width: 34px;
}

.popular-cities-about {
  margin: 64px auto 0;
  max-width: 920px;
  padding-top: 22px;
  text-align: center;
}

.popular-cities-about h3 {
  color: #13233b;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 18px;
  padding-bottom: 10px;
}

.popular-cities-about p {
  color: #5c6878;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto 14px;
}

.popular-cities-about p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .popular-city-card,
  .popular-city-card img {
    min-height: 340px;
    height: 340px;
  }

  .popular-city-card .card-body {
    padding: 22px;
  }

  .popular-cities-about {
    margin-top: 48px;
    padding-top: 16px;
  }

  .popular-cities-about h3 {
    font-size: 25px;
    padding-bottom: 6px;
  }

  .popular-cities-about p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* ==================== PLOT DETAIL PAGE - HERO REDESIGN ==================== */

.prop-hero-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0 18px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.prop-hero-left {
    flex: 1 1 55%;
}

.prop-hero-right {
    flex: 0 0 auto;
    min-width: 260px;
    text-align: right;
}

.prop-hero-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.prop-cat-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #2e7d32;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 4px;
    padding: 2px 8px;
    margin-left: 8px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prop-hero-address {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px 0;
}

.prop-hero-address i {
    color: #e74c3c;
    margin-right: 4px;
}

.prop-hero-stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
}

.prop-hero-stats li {
    display: flex;
    flex-direction: column;
    padding: 6px 18px 6px 14px;
    border-right: 1px solid #ddd;
    margin-bottom: 4px;
}

.prop-hero-stats li:first-child {
    padding-left: 0;
}

.prop-hero-stats .stat-val {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
}

.prop-hero-stats .stat-lbl {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.prop-last-updated {
    font-size: 12px;
    color: #999;
    margin: 0 0 8px 0;
}

.prop-price-wrap {
    margin-bottom: 14px;
}

.prop-price-main {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px 0;
}

.prop-price-on-request {
    font-size: 16px;
    color: #888;
    margin: 0 0 10px 0;
}

.prop-purpose {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    border-radius: 30px;
    padding: 3px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #efeff3;
    color: #555;
}

.btn-contact-seller {
    display: inline-block;
    background: #5b35d5;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 28px;
    border-radius: 6px;
    text-decoration: none !important;
    margin-bottom: 14px;
    transition: background 0.2s;
    letter-spacing: 0.3px;
}

.btn-contact-seller:hover {
    background: #4527a0;
    color: #fff !important;
}

.btn-contact-seller i {
    margin-right: 6px;
}

.prop-hero-share {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
    transition: opacity 0.2s;
}

.share-btn:hover { opacity: 0.85; }
.share-fb { background: #3b5998; }
.share-tw { background: #1da1f2; }
.share-wa { background: #25d366; }


/* ==================== PLOT GALLERY GRID ==================== */

.prop-gallery-wrap {
    display: flex;
    gap: 6px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
    height: 420px;
}

.prop-gallery-main {
    flex: 0 0 68%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #111;
}

.prop-gallery-wrap.prop-gallery-no-thumbs .prop-gallery-main {
    flex: 1 1 100%;
}

.prop-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s;
}

.prop-gallery-main:hover img {
    transform: scale(1.02);
}

.prop-gallery-overlay-btns {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.prop-overlay-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.92);
    color: #333 !important;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 25px;
    text-decoration: none !important;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.prop-overlay-btn:hover {
    background: #fff;
    color: #5b35d5 !important;
}

.prop-gallery-count {
    margin-left: auto;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
}

.prop-gallery-thumbs {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.prop-gallery-thumb {
    flex: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #111;
}

.prop-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s;
}

.prop-gallery-thumb:hover img {
    transform: scale(1.04);
}

.prop-more-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.52);
    display: flex;
    align-items: center;
    justify-content: center;
}

.prop-more-overlay span {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Contact section anchor target */
#contact-section {
    scroll-margin-top: 80px;
}

/* Responsive */
@media (max-width: 768px) {
    .prop-hero-section {
        flex-direction: column;
    }
    .prop-hero-right {
        text-align: left;
        width: 100%;
    }
    .prop-hero-share {
        justify-content: flex-start;
    }
    .prop-gallery-wrap {
        flex-direction: column;
        height: auto;
    }
    .prop-gallery-main {
        flex: none;
        height: 360px;
    }
    .prop-gallery-thumbs {
        flex-direction: row;
        height: 120px;
    }
    .prop-gallery-thumb {
        flex: 1;
    }
    .prop-gallery-count {
        margin-left: 0;
    }
    .prop-more-overlay span {
        font-size: 16px;
    }
}

/* Reduce top padding on property detail page */
.property-single-pg {
    padding-top: 30px !important;
}

/* Fix prop-gallery-wrap margin since it's now full-width */
.prop-gallery-wrap {
    margin-left: 0;
    margin-right: 0;
}

.hermitage-project-card {
    background: #ffffff;
    border: 1px solid #dfe7ef;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(11, 31, 54, 0.08);
    color: #061b3a;
    margin: 18px 0 28px;
    overflow: hidden;
    padding: 24px;
}

.hermitage-project-top {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(260px, 1fr) minmax(150px, auto);
}

.hermitage-project-brand {
    align-items: center;
    display: flex;
    gap: 18px;
    min-width: 0;
}

.hermitage-project-logo {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e7ee;
    border-radius: 4px;
    display: flex;
    flex: 0 0 112px;
    height: 66px;
    justify-content: center;
}

.hermitage-project-logo span {
    color: #0c5a50;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.hermitage-project-logo.is-malwa {
    padding: 8px 12px;
}

.hermitage-project-logo.is-malwa span {
    color: #b44456;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
    text-transform: lowercase;
}

.hermitage-project-logo.is-altura {
    background: #08153a;
}

.hermitage-project-logo.is-altura span {
    color: #d4b45c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .8px;
}

.hermitage-project-logo.is-maya {
    background: #ffffff;
    border-color: #e1e8ee;
}

.hermitage-project-logo.is-maya span {
    color: #4b8f36;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.hermitage-project-logo.is-mona {
    background: #f8fbf3;
    border-color: #e2ead9;
}

.hermitage-project-logo.is-mona span {
    color: #36a45b;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}

.hermitage-project-brand h2 {
    color: #061b3a;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 7px;
}

.hermitage-project-card.is-altura .hermitage-project-brand h2,
.hermitage-project-card.is-maya .hermitage-project-brand h2,
.hermitage-project-card.is-mona .hermitage-project-brand h2,
.hermitage-project-card.is-altura .hermitage-status-card h3,
.hermitage-project-card.is-maya .hermitage-status-card h3,
.hermitage-project-card.is-mona .hermitage-status-card h3,
.hermitage-project-card.is-altura .hermitage-price-copy h4,
.hermitage-project-card.is-maya .hermitage-price-copy h4,
.hermitage-project-card.is-mona .hermitage-price-copy h4,
.hermitage-project-card.is-altura .hermitage-config-card h4,
.hermitage-project-card.is-maya .hermitage-config-card h4,
.hermitage-project-card.is-mona .hermitage-config-card h4,
.hermitage-project-card.is-altura .hermitage-config-card h5 {
    font-weight: 600;
}

.hermitage-project-card.is-maya .hermitage-config-card h5,
.hermitage-project-card.is-mona .hermitage-config-card h5 {
    font-weight: 600;
}

.hermitage-project-card.is-altura .hermitage-phase-card strong,
.hermitage-project-card.is-maya .hermitage-phase-card strong,
.hermitage-project-card.is-mona .hermitage-phase-card strong,
.hermitage-project-card.is-altura .hermitage-config-card strong {
    font-weight: 500;
}

.hermitage-project-card.is-maya .hermitage-config-card strong,
.hermitage-project-card.is-mona .hermitage-config-card strong {
    font-weight: 500;
}

.hermitage-project-brand p {
    align-items: center;
    color: #7e8b99;
    display: flex;
    font-size: 15px;
    gap: 5px;
    line-height: 1.4;
    margin: 0;
}

.hermitage-project-phone {
    align-items: center;
    background: #0075d6;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 117, 214, 0.18);
    color: #ffffff !important;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    justify-self: end;
    min-height: 54px;
    min-width: 164px;
    padding: 9px 18px;
    text-align: center;
    text-decoration: none !important;
}

.hermitage-project-phone strong {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 7px;
    line-height: 1.25;
    margin-top: 0;
}

.hermitage-project-phone strong i {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

.hermitage-project-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 22px;
}

.hermitage-project-badges span {
    align-items: center;
    background: #f3f6fa;
    border: 1px solid #e2e7ed;
    border-radius: 3px;
    color: #23405f;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    line-height: 1;
    min-height: 28px;
    padding: 7px 12px;
}

.hermitage-project-badges span:first-child {
    background: #0fb8a8;
    border-color: #0fb8a8;
    color: #ffffff;
}

.hermitage-project-badges span:nth-child(2) {
    background: #dff6e8;
    border-color: #dff6e8;
    color: #146736;
}

.hermitage-status-card {
    background: #eef8ff;
    border-radius: 8px;
    margin: 0 0 18px;
    padding: 20px 24px 19px;
}

.hermitage-status-main {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.hermitage-status-card small {
    color: #39446d;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hermitage-status-card h3 {
    color: #061b3a;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.hermitage-status-card h3:last-child {
    margin-bottom: 0;
}

.hermitage-status-card .fa-angle-up,
.hermitage-status-card .fa-angle-down,
.hermitage-status-card .fa-chevron-up,
.hermitage-status-card .fa-chevron-down,
.hermitage-status-card .la-angle-up,
.hermitage-status-card .la-angle-down,
.hermitage-status-card .la-chevron-up,
.hermitage-status-card .la-chevron-down {
    display: none !important;
}

.hermitage-status-card .hermitage-status-toggle {
    align-items: center;
    color: #0075d6;
    display: inline-flex !important;
    flex: 0 0 auto;
    font-size: 28px;
    justify-content: center;
    line-height: 1;
}

.hermitage-phase-card {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    display: inline-flex;
    gap: 12px;
    max-width: 100%;
    min-width: 310px;
    padding: 13px 16px;
}

.hermitage-status-main + .hermitage-phase-card {
    margin-top: 16px;
}

.hermitage-phase-card i {
    color: #3a93d8;
    font-size: 24px;
}

.hermitage-phase-card div {
    color: #243447;
    font-size: 16px;
    line-height: 1.35;
}

.hermitage-phase-card strong {
    color: #061b3a;
    font-weight: 700;
}

.hermitage-phase-card span {
    color: #6f7d8e;
    display: block;
    font-size: 14px;
    margin-top: 2px;
}

.hermitage-price-summary {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 46px 0 18px;
}

.hermitage-price-summary.has-no-action {
    grid-template-columns: minmax(0, 1fr);
}

.hermitage-price-copy {
    align-items: flex-start;
    display: flex;
    gap: 0;
    min-width: 0;
    text-align: left;
}

.hermitage-price-copy h4 {
    color: #061b3a;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 6px;
}

.hermitage-price-copy h4 span {
    color: #0070d9;
    font-size: 14px;
    font-weight: 600;
}

.hermitage-price-copy small {
    color: #7d8a9c;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hermitage-price-copy p {
    color: #2b4666;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.hermitage-brochure-btn {
    align-items: center;
    background: #ffffff;
    border: 1px solid #0075d6;
    border-radius: 5px;
    color: #0070d9 !important;
    display: inline-flex;
    font-size: 17px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

.hermitage-brochure-btn i {
    color: #0070d9;
    font-size: 17px;
}

.hermitage-config-card {
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(11, 31, 54, 0.08);
    justify-self: start;
    margin: 0;
    max-width: 380px;
    overflow: hidden;
    width: 100%;
}

.hermitage-config-card h4 {
    background: #f5f6ff;
    color: #29496e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 13px 18px;
}

.hermitage-config-card h4 span {
    color: #7187a5;
    font-weight: 500;
}

.hermitage-config-card p {
    color: #586d85;
    font-size: 12px;
    line-height: 1.2;
    margin: 18px 18px 4px;
}

.hermitage-config-card strong {
    color: #061b3a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 18px 18px;
}

.hermitage-config-card strong span {
    color: #6d7e91;
    font-weight: 500;
}

.hermitage-config-card h5 {
    color: #061b3a;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0 18px 18px;
}

.hermitage-config-card h5 span {
    color: #0070d9;
    font-size: 13px;
}

.hermitage-facilities-section {
    background: #ffffff;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(23, 43, 77, 0.05);
    margin: 0 0 24px;
    padding: 24px;
}

.hermitage-project-card .hermitage-facilities-section {
    border: 0;
    border-top: 1px solid #edf1f6;
    border-radius: 0;
    box-shadow: none;
    margin: 24px 0 0;
    padding: 24px 0 0;
}

.zirakpur-image-facilities-card {
    background: #ffffff;
    border: 1px solid #dce6ef;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(6, 31, 58, 0.09);
    margin: 0 0 28px;
    overflow: hidden;
    padding: 0;
}

.zirakpur-card-gallery {
    aspect-ratio: 16 / 9;
    background: #0c1828;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.zirakpur-card-gallery-track,
.zirakpur-card-gallery-image {
    height: 100%;
    width: 100%;
}

.zirakpur-card-gallery-image {
    display: block;
    object-fit: cover;
}

.zirakpur-card-gallery-image[hidden] {
    display: none;
}

.zirakpur-card-gallery::after {
    background: linear-gradient(180deg, rgba(3, 12, 24, 0.02) 40%, rgba(3, 12, 24, 0.42) 100%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.zirakpur-card-gallery-arrow {
    align-items: center;
    background: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 42px;
    height: 58px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: 2;
}

.zirakpur-card-gallery-arrow.is-prev {
    left: 16px;
}

.zirakpur-card-gallery-arrow.is-next {
    right: 16px;
}

.zirakpur-card-price-pill {
    background: #ffffff;
    border-left: 5px solid #f2795f;
    border-radius: 8px;
    bottom: 26px;
    box-shadow: 0 14px 30px rgba(7, 18, 38, 0.18);
    color: #0b3e3c;
    font-size: 24px;
    font-weight: 800;
    left: 26px;
    line-height: 1.1;
    padding: 15px 20px;
    position: absolute;
    z-index: 2;
}

.zirakpur-card-gallery-dots {
    align-items: center;
    bottom: 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.zirakpur-card-gallery-dots button {
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 4px;
    padding: 0;
    width: 52px;
}

.zirakpur-card-gallery-dots button.is-active {
    background: #ffffff;
}

.zirakpur-card-summary {
    padding: 24px 26px 18px;
}

.zirakpur-card-kicker {
    background: #e4f8f0;
    border-radius: 999px;
    color: #00806d;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 14px;
    padding: 9px 15px;
    text-transform: uppercase;
}

.zirakpur-image-facilities-card .zirakpur-card-summary h3 {
    color: #6673e7;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 12px;
    text-transform: none;
}

.zirakpur-card-summary p {
    align-items: center;
    color: #8793a2;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 8px;
    line-height: 1.35;
    margin: 0;
}

.zirakpur-card-summary p i {
    color: #0aa58b;
    font-size: 20px;
}

.zirakpur-card-details-strip {
    background: #ffffff;
    border-top: 1px solid #dce6ef;
    padding: 0 26px 22px;
}

.zirakpur-card-details-strip h4 {
    color: #071f3f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
}

.zirakpur-card-details-strip > div {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zirakpur-card-details-strip span {
    background: #f7fafb;
    border: 1px solid #dce6ef;
    border-radius: 8px;
    display: block;
    min-height: 94px;
    padding: 15px;
}

.zirakpur-card-details-strip strong {
    color: #202b3a;
    display: block;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
}

.zirakpur-card-details-strip small {
    color: #8290a0;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.zirakpur-card-facts {
    background: #f7fafb;
    border-top: 1px solid #dce6ef;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zirakpur-card-facts div {
    min-height: 126px;
    padding: 18px 18px 22px;
}

.zirakpur-card-facts div + div {
    border-left: 1px solid #dce6ef;
}

.zirakpur-card-facts strong {
    color: #202b3a;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 9px;
}

.zirakpur-card-facts small {
    color: #8290a0;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

.zirakpur-image-facilities-card .zirakpur-location-card-body {
    background: #ffffff;
    border-top: 1px solid #e6edf3;
    padding: 24px 26px;
}

.zirakpur-image-facilities-card .zirakpur-facility-slider {
    margin-top: 0;
}

.zirakpur-image-facilities-card .zirakpur-facility-slider.is-other {
    margin-top: 26px;
}

.zirakpur-card-footer {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #edf1f6;
    display: flex;
    justify-content: space-between;
    min-height: 64px;
    padding: 12px 26px;
}

.zirakpur-card-footer span:first-child {
    align-items: center;
    background: #f1f5f8;
    border-radius: 50%;
    color: #162640;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.zirakpur-card-footer span:last-child {
    align-items: center;
    color: #738196;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
}

.zirakpur-facilities-card {
    border: 1px solid #d7e5f0;
    box-shadow: 0 16px 42px rgba(6, 31, 58, 0.08);
    overflow: hidden;
    padding: 0;
}

.zirakpur-location-card-head {
    align-items: center;
    background: linear-gradient(135deg, #eef8ff 0%, #fffaf0 100%);
    border-bottom: 1px solid #d7e5f0;
    display: flex;
    gap: 14px;
    padding: 18px 22px;
}

.zirakpur-location-icon {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe7f1;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(0, 117, 214, 0.13);
    color: #0075d6;
    display: inline-flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.zirakpur-location-icon i {
    font-size: 24px;
    line-height: 1;
}

.zirakpur-location-card-head small {
    color: #6f7d8e;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.zirakpur-location-card-head h3 {
    color: #071f3f;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
    text-transform: none;
}

.zirakpur-location-card-body {
    padding: 22px;
}

.zirakpur-facilities-head {
    border-bottom: 1px solid #edf1f6;
    margin-bottom: 22px;
    padding-bottom: 16px;
}

.zirakpur-facilities-head span {
    color: #6f7d8e;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.zirakpur-facilities-head h3 {
    color: #071f3f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.zirakpur-facility-slider {
    margin-top: 18px;
}

.zirakpur-facility-slider-title {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.zirakpur-facility-slider-title h4 {
    color: #071f3f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.zirakpur-facility-controls {
    display: inline-flex;
    gap: 8px;
}

.zirakpur-facility-arrow {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-radius: 999px;
    color: #314058;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.zirakpur-facility-arrow:hover {
    background: #eef8ff;
    color: #0075d6;
}

.zirakpur-facility-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.zirakpur-facility-slide {
    align-items: flex-start;
    border-radius: 6px;
    display: flex;
    flex: 0 0 180px;
    flex-direction: column;
    gap: 13px;
    min-height: 116px;
    padding: 16px 14px;
    scroll-snap-align: start;
}

.zirakpur-facility-slide.is-blue {
    background: #eef8ff;
}

.zirakpur-facility-slide.is-cream {
    background: #fffaf0;
}

.zirakpur-facility-slide i {
    font-size: 30px;
    line-height: 1;
}

.zirakpur-facility-slide span {
    color: #657487;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.zirakpur-facility-slider.is-other .zirakpur-facility-slide {
    flex-basis: 190px;
}

.hermitage-facility-tile-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
}

.hermitage-facility-tile {
    align-items: flex-start;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 112px;
    padding: 16px 14px;
}

.hermitage-facility-tile.is-blue {
    background: #eef8ff;
}

.hermitage-facility-tile.is-cream {
    background: #fffaf0;
}

.hermitage-facility-tile i {
    font-size: 34px;
    line-height: 1;
}

.hermitage-facility-tile span {
    color: #7b8796;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.hermitage-facilities-section h3 {
    color: #071f3f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 20px;
}

.hermitage-facilities-section .zirakpur-location-card-head h3 {
    color: #071f3f;
    font-size: 24px;
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
}

.hermitage-facility-list {
    border-top: 1px solid #edf0f4;
}

.hermitage-facility-row {
    align-items: center;
    animation: hermitageFacilitySlide 0.36s ease both;
    border-bottom: 1px solid #edf0f4;
    display: flex;
    gap: 18px;
    min-height: 70px;
    padding: 17px 2px;
}

.hermitage-facility-row i {
    flex: 0 0 28px;
    font-size: 25px;
    line-height: 1;
    text-align: center;
}

.hermitage-facility-row span {
    color: #314058;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.hermitage-facility-row:nth-child(2n) {
    animation-delay: 0.03s;
}

.hermitage-facility-row:nth-child(3n) {
    animation-delay: 0.06s;
}

.hermitage-facilities-section .tone-orange {
    color: #ffad32;
}

.hermitage-facilities-section .tone-charcoal {
    color: #697381;
}

.hermitage-facilities-section .tone-green {
    color: #23b56f;
}

.hermitage-facilities-section .tone-teal {
    color: #55cdbb;
}

.hermitage-facilities-section .tone-red {
    color: #f04f5f;
}

@keyframes hermitageFacilitySlide {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .hermitage-project-card {
        padding: 20px;
    }

    .hermitage-project-top {
        align-items: stretch;
        display: flex;
        flex-direction: column;
    }

    .hermitage-project-phone {
        align-self: flex-start;
        justify-self: auto;
    }

    .hermitage-price-summary {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .hermitage-brochure-btn {
        justify-self: start;
    }

    .hermitage-facility-tile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zirakpur-facility-slide {
        flex-basis: 165px;
    }
}

@media (max-width: 575px) {
    .hermitage-project-card {
        margin-top: 14px;
        padding: 16px;
    }

    .hermitage-project-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .hermitage-project-logo {
        flex-basis: auto;
        height: 58px;
        width: 96px;
    }

    .hermitage-project-brand h2,
    .hermitage-status-card h3 {
        font-size: 22px;
    }

    .hermitage-project-phone,
    .hermitage-phase-card {
        min-width: 0;
        width: 100%;
    }

    .hermitage-status-card {
        padding: 18px;
    }

    .hermitage-price-summary {
        gap: 16px;
        margin: 30px 0 16px;
    }

    .hermitage-price-copy {
        gap: 0;
    }

    .hermitage-price-copy h4 {
        font-size: 24px;
    }

    .hermitage-price-copy p {
        font-size: 18px;
    }

    .hermitage-brochure-btn {
        min-height: 46px;
        padding: 0 18px;
        white-space: normal;
        width: 100%;
    }

    .hermitage-config-card {
        max-width: none;
    }

    .hermitage-facilities-section {
        padding: 16px;
    }

    .zirakpur-facilities-card {
        padding: 0;
    }

    .zirakpur-location-card-head {
        align-items: flex-start;
        padding: 16px;
    }

    .zirakpur-location-card-body {
        padding: 16px;
    }

    .zirakpur-card-gallery {
        aspect-ratio: 4 / 3;
    }

    .zirakpur-card-gallery-arrow {
        font-size: 36px;
        width: 42px;
    }

    .zirakpur-card-gallery-arrow.is-prev {
        left: 10px;
    }

    .zirakpur-card-gallery-arrow.is-next {
        right: 10px;
    }

    .zirakpur-card-price-pill {
        bottom: 24px;
        font-size: 20px;
        left: 20px;
        padding: 13px 16px;
    }

    .zirakpur-card-gallery-dots button {
        width: 38px;
    }

    .zirakpur-card-summary {
        padding: 20px 20px 16px;
    }

    .zirakpur-image-facilities-card .zirakpur-card-summary h3 {
        font-size: 27px;
    }

    .zirakpur-card-summary p {
        font-size: 16px;
    }

    .zirakpur-card-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .zirakpur-card-details-strip {
        padding: 0 20px 18px;
    }

    .zirakpur-card-details-strip h4 {
        font-size: 18px;
    }

    .zirakpur-card-details-strip > div {
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .zirakpur-card-details-strip span {
        min-height: 92px;
        padding: 12px 10px;
    }

    .zirakpur-card-details-strip strong {
        font-size: 14px;
    }

    .zirakpur-card-details-strip small {
        font-size: 10px;
    }

    .zirakpur-card-facts div {
        min-height: 116px;
        padding: 14px 12px 18px;
    }

    .zirakpur-card-facts strong {
        font-size: 16px;
    }

    .zirakpur-card-facts small {
        font-size: 12px;
    }

    .zirakpur-image-facilities-card .zirakpur-location-card-body {
        padding: 20px;
    }

    .zirakpur-card-footer {
        padding: 12px 20px;
    }

    .hermitage-facilities-section .zirakpur-location-card-head h3 {
        font-size: 21px;
    }

    .hermitage-facility-tile-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hermitage-facility-tile {
        min-height: 98px;
        padding: 13px 12px;
    }

    .hermitage-facility-tile i {
        font-size: 28px;
    }

    .hermitage-facility-tile span {
        font-size: 14px;
    }

    .hermitage-facilities-section h3 {
        font-size: 21px;
    }

    .hermitage-facility-row {
        gap: 14px;
        min-height: 62px;
        padding: 14px 0;
    }

    .hermitage-facility-row span {
        font-size: 17px;
    }

    .zirakpur-facilities-head h3 {
        font-size: 21px;
    }

    .zirakpur-facility-slider-title h4 {
        font-size: 18px;
    }

    .zirakpur-facility-slide,
    .zirakpur-facility-slider.is-other .zirakpur-facility-slide {
        flex-basis: 148px;
        min-height: 104px;
        padding: 14px 12px;
    }

    .zirakpur-facility-slide i {
        font-size: 26px;
    }

    .zirakpur-facility-slide span {
        font-size: 13px;
    }
}

.property-image-premium-details {
    background:
        radial-gradient(circle at 4% 0%, rgba(18, 190, 165, 0.13) 0, rgba(18, 190, 165, 0) 32%),
        radial-gradient(circle at 96% 0%, rgba(242, 213, 143, 0.2) 0, rgba(242, 213, 143, 0) 34%),
        linear-gradient(135deg, #ffffff 0%, #fffaf0 48%, #f1fffb 100%);
    border: 1px solid rgba(180, 134, 54, 0.26);
    border-radius: 8px;
    box-shadow: 0 22px 58px rgba(15, 35, 52, 0.12);
    margin: 18px 0 24px;
    overflow: hidden;
    position: relative;
}

.property-image-premium-details::before {
    background: linear-gradient(90deg, #b48636 0%, #f2d58f 48%, #0f9f8e 100%);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.property-image-premium-head {
    align-items: center;
    background: linear-gradient(135deg, rgba(9, 35, 63, 0.98) 0%, rgba(15, 93, 85, 0.96) 100%);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 18px 22px;
}

.property-image-premium-head span {
    color: #f2d58f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.property-image-premium-head h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.property-image-premium-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 22px;
}

.property-image-premium-item {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(180, 134, 54, 0.16);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 35, 52, 0.07);
    display: flex;
    gap: 12px;
    min-height: 112px;
    padding: 15px;
}

.property-image-premium-item i {
    align-items: center;
    background: linear-gradient(135deg, #18c5a8 0%, #0f766e 100%);
    border-radius: 8px;
    box-shadow: 0 10px 18px rgba(15, 118, 110, 0.18);
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 16px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.property-image-premium-item:nth-child(3n) i {
    background: linear-gradient(135deg, #f6bf43 0%, #d99116 100%);
    box-shadow: 0 10px 18px rgba(217, 145, 22, 0.18);
}

.property-image-premium-item:nth-child(4n) i {
    background: linear-gradient(135deg, #4aa3df 0%, #205ccf 100%);
    box-shadow: 0 10px 18px rgba(32, 92, 207, 0.16);
}

.property-image-premium-item small {
    color: #7c8796;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

.property-image-premium-item strong {
    color: #23314a;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.34;
}

.property-image-premium-item em {
    color: #647184;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 6px;
}

.property-image-premium-details-luxury {
    background: linear-gradient(135deg, #fffdf8 0%, #fff7e8 42%, #f7fbff 100%);
    border-color: rgba(180, 134, 54, 0.36);
    box-shadow: 0 24px 64px rgba(16, 30, 45, 0.16);
}

.property-image-premium-details-luxury .property-image-premium-head {
    background: linear-gradient(135deg, #101827 0%, #173c34 54%, #8c6424 100%);
}

.property-image-premium-details-luxury .property-image-premium-item {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(180, 134, 54, 0.2);
}

.property-image-premium-details-luxury .property-image-premium-item.is-price {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(180, 134, 54, 0.2);
}

.property-image-premium-details-luxury .property-image-premium-item.is-price small,
.property-image-premium-details-luxury .property-image-premium-item.is-price em {
    color: #647184;
}

.property-image-premium-details-luxury .property-image-premium-item.is-price strong {
    color: #23314a;
}

.property-image-premium-details-luxury .property-image-premium-item.is-price i,
.property-image-premium-details-luxury .property-image-premium-item.is-address i {
    background: linear-gradient(135deg, #f6bf43 0%, #b48636 100%);
    box-shadow: 0 10px 18px rgba(180, 134, 54, 0.22);
}

@media (max-width: 991px) {
    .property-image-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .property-image-premium-head {
        align-items: flex-start;
        display: block;
        padding: 17px 18px;
    }

    .property-image-premium-head h3 {
        font-size: 18px;
        margin-top: 6px;
    }

    .property-image-premium-grid {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .property-image-premium-item {
        min-height: auto;
    }
}

/* Property single page content top margin */
.property-single-page-content {
    margin-top: 30px !important;
}

/* Breadcrumb */
.prop-breadcrumb {
    font-size: 13px;
    color: #888;
    padding: 12px 0 6px 0;
    margin-bottom: 4px;
}

.prop-breadcrumb a {
    color: #5b35d5;
    text-decoration: none;
}

.prop-breadcrumb a:hover {
    text-decoration: underline;
}

.bc-sep {
    margin: 0 6px;
    color: #bbb;
}

.bc-current {
    color: #555;
}

/* ==================== PLOT DETAILS CARD ==================== */

.plot-detail-card {
    background: #fff;
    border: 1px solid #edf0f3;
    margin-bottom: 24px;
    padding: 4px 12px;
}

.plot-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plot-detail-item {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    min-height: 96px;
    min-width: 0;
    padding: 22px 12px;
}

.plot-detail-item:nth-child(n+3) {
    border-top: 1px solid #eef0f3;
}

.plot-detail-icon {
    align-items: center;
    color: #fff;
    display: inline-flex;
    flex: 0 0 26px;
    height: 26px;
    justify-content: center;
    margin-top: 2px;
    position: relative;
    width: 26px;
}

.plot-detail-icon::before {
    background: currentColor;
    content: "";
    inset: 3px 4px 3px 3px;
    opacity: 0.95;
    position: absolute;
}

.plot-detail-icon::after {
    border-left: 2px dashed #fff;
    bottom: 0;
    content: "";
    opacity: 0.8;
    position: absolute;
    right: 2px;
    top: 0;
}

.plot-detail-icon i {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.plot-detail-accent-teal .plot-detail-icon { color: #61b7ad; }
.plot-detail-accent-gold .plot-detail-icon { color: #f2c318; }
.plot-detail-accent-amber .plot-detail-icon { color: #e7b13e; }
.plot-detail-accent-blue .plot-detail-icon { color: #6b7d92; }
.plot-detail-accent-mint .plot-detail-icon { color: #78cbb5; }
.plot-detail-accent-orange .plot-detail-icon { color: #f5a64b; }
.plot-detail-accent-aqua .plot-detail-icon { color: #53c3bf; }
.plot-detail-accent-yellow .plot-detail-icon { color: #d9bf27; }

.plot-detail-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.plot-detail-label {
    color: #999;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.plot-detail-primary {
    color: #3c3c3c;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.plot-detail-unit {
    color: #168adf;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 6px;
}

.plot-detail-area {
    align-items: baseline;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

.plot-detail-area-value {
    font-variant-numeric: tabular-nums;
}

.plot-detail-unit-select {
    display: inline-block;
    margin: 0 0 0 2px;
    position: relative;
    vertical-align: baseline;
    z-index: 20;
}

.plot-detail-unit-toggle {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
    border: 1px solid #b9d9f1;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(22, 138, 223, 0.12);
    color: #168adf;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    gap: 6px;
    line-height: 1.2;
    min-height: 34px;
    padding: 4px 11px;
}

.plot-detail-unit-toggle:focus {
    border-color: #168adf;
    box-shadow: 0 0 0 3px rgba(22, 138, 223, 0.16), 0 8px 18px rgba(22, 138, 223, 0.12);
    outline: 0;
}

.plot-detail-unit-menu {
    background: #fff;
    border: 1px solid #d8e7f3;
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(23, 43, 77, 0.18);
    display: none;
    left: 0;
    max-height: 274px;
    min-width: 245px;
    overflow-y: auto;
    padding: 8px;
    position: absolute;
    top: calc(100% + 8px);
    z-index: 999;
}

.plot-detail-unit-select.is-open .plot-detail-unit-menu {
    display: grid;
    gap: 4px;
}

.plot-detail-unit-option {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 12px;
    justify-content: space-between;
    line-height: 1.25;
    padding: 9px 10px;
    text-align: left;
    width: 100%;
}

.plot-detail-unit-option span {
    color: #168adf;
    font-weight: 800;
    white-space: nowrap;
}

.plot-detail-unit-option small {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.plot-detail-unit-option:hover,
.plot-detail-unit-option.active {
    background: #eef7ff;
}

.plot-detail-muted {
    color: #777;
    display: block;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 5px;
}

.plot-detail-secondary {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 3px;
}

/* Seller phone in hero */
.prop-seller-phone {
    font-size: 14px;
    margin: 0 0 12px 0;
    color: #333;
}

.prop-seller-phone i {
    color: #5b35d5;
    margin-right: 4px;
}

.prop-seller-phone a {
    color: #1a1a2e !important;
    font-weight: 600;
    text-decoration: none !important;
}

.prop-seller-phone a:hover {
    color: #5b35d5 !important;
}

.wa-link {
    background: #25d366;
    color: #fff !important;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 12px;
    margin-left: 4px;
}

.wa-link:hover {
    background: #1da851;
    color: #fff !important;
}

@media (max-width: 576px) {
    .plot-detail-grid {
        grid-template-columns: 1fr;
    }
    .plot-detail-item {
        min-height: auto;
        padding: 18px 8px;
    }
    .plot-detail-item:nth-child(n+2) {
        border-top: 1px solid #eef0f3;
    }
}

/* ==================== CONSIDER HIGHLIGHTS ==================== */

.consider-highlights-section {
    margin: 0 0 30px;
}

.consider-highlights-title {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 18px;
}

.consider-highlights-panel {
    background: #eff8ff;
    display: grid;
    gap: 16px;
    grid-template-columns: 229px minmax(0, 1fr);
    min-height: 137px;
    padding: 17px 20px 17px 29px;
}

.consider-highlights-intro {
    align-content: center;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 102px;
    text-align: center;
}

.consider-highlights-icon {
    align-items: center;
    color: #f4b45d;
    display: inline-flex;
    font-size: 36px;
    height: 42px;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    width: 42px;
}

.consider-highlights-icon i {
    position: relative;
}

.consider-highlights-icon::after {
    background: #0d7dde;
    content: "";
    height: 14px;
    position: absolute;
    right: 4px;
    top: 2px;
    transform: rotate(45deg);
    width: 4px;
}

.consider-highlights-label {
    color: #111;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.15;
}

.consider-highlights-subtitle {
    color: #222;
    display: block;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 3px;
}

.consider-highlights-card {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    display: flex;
    gap: 20px;
    min-height: 102px;
    padding: 18px 26px 18px 32px;
}

.consider-highlights-list {
    display: grid;
    flex: 1 1 auto;
    gap: 12px 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.consider-highlights-item {
    color: #233352;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    min-width: 0;
    padding-left: 28px;
    position: relative;
}

.consider-highlights-item::before {
    color: #28a745;
    content: "\2713";
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: 1px;
}

.consider-highlights-more {
    background: transparent;
    border: 0;
    color: #0076d7;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 0;
    white-space: nowrap;
    align-self: center;
}

.consider-highlights-more:hover,
.consider-highlights-more:focus {
    color: #005aa8;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .consider-highlights-panel {
        grid-template-columns: 1fr;
        padding: 16px;
    }
    .consider-highlights-intro {
        justify-items: start;
        min-height: auto;
        text-align: left;
    }
    .consider-highlights-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }
    .consider-highlights-list {
        gap: 13px;
        grid-template-columns: 1fr;
    }
    .consider-highlights-item {
        font-size: 16px;
    }
}

/* ==================== ABOUT PROPERTY SNAPSHOT ==================== */

.property-about-snapshot {
    border-bottom: 1px solid #d5dbe3;
    border-top: 1px solid #d5dbe3;
    color: #6d6d6d;
    margin: 0 0 30px;
}

.property-about-meta {
    display: grid;
    gap: 12px 42px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 132px;
    padding: 36px 0 28px;
}

.property-about-meta-item {
    color: #999;
    font-size: 17px;
    line-height: 1.45;
    min-width: 0;
    text-align: center;
}

.property-about-meta-label {
    color: #999;
}

.property-about-meta-item strong {
    color: #333;
    font-weight: 700;
}

.property-about-meta-item i {
    color: #56616f;
    font-size: 15px;
    margin-left: 4px;
}

.property-about-copy {
    border-top: 1px solid #d5dbe3;
    padding: 34px 0 26px;
    text-align: center;
}

.property-about-copy h2 {
    color: #6b6b6b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-about-copy p {
    color: #686868;
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 8px;
}

.property-about-copy p:last-child {
    margin-bottom: 0;
}

.property-about-copy strong {
    color: #676767;
    font-weight: 700;
}

@media (max-width: 768px) {
    .property-about-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
        padding: 24px 0;
    }
    .property-about-copy {
        padding: 24px 0;
    }
}

@media (max-width: 576px) {
    .property-about-meta {
        grid-template-columns: 1fr;
    }
}

/* Gallery image contain */
.slide-content { width:100%; height:100%; object-fit:contain; background:#000; }

/* ==================== PROPERTY CONTENT READABILITY PASS ==================== */

.property-single-pg {
    background: #f6f8fb;
}

.property-single-pg > .container {
    padding-bottom: 42px;
}

.prop-breadcrumb {
    align-items: center;
    background: #fff;
    border: 1px solid #e7ecf2;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 14px 0 18px;
    padding: 11px 14px;
}

.prop-breadcrumb a,
.prop-breadcrumb .bc-current {
    line-height: 1.35;
}

.prop-gallery-wrap,
.plot-detail-card,
.consider-highlights-section,
.property-about-snapshot,
.descp-text,
.map-dv,
.details-info.details-info-transparent,
.property-single-page-content .sidebar.layout2 .widget {
    border-radius: 8px;
}

.plot-detail-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 238, 0.96) 100%);
    border: 1px solid rgba(196, 157, 82, 0.24);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(18, 31, 52, 0.1);
    margin: 0 0 28px;
    overflow: visible;
    padding: 18px;
    position: relative;
}

.plot-detail-card::before {
    background: linear-gradient(90deg, #b88935 0%, #f0d08a 48%, #8f6a2f 100%);
    content: "";
    height: 3px;
    left: 18px;
    position: absolute;
    right: 18px;
    top: 0;
}

.plot-detail-grid {
    background: transparent;
    border-radius: 8px;
    gap: 14px;
    overflow: visible;
}

.plot-detail-item {
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
    border: 1px solid rgba(214, 222, 232, 0.92) !important;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
    min-height: 126px;
    overflow: visible;
    padding: 24px 20px;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.plot-detail-item::before {
    background: linear-gradient(180deg, #d8ad58 0%, rgba(216, 173, 88, 0) 100%);
    border-radius: 8px 0 0 8px;
    bottom: 14px;
    content: "";
    left: 0;
    position: absolute;
    top: 14px;
    width: 3px;
}

.plot-detail-item:hover {
    border-color: rgba(184, 137, 53, 0.45) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.plot-detail-icon {
    background: linear-gradient(145deg, #132033 0%, #25364f 100%);
    border: 1px solid rgba(240, 208, 138, 0.45);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 22px rgba(19, 32, 51, 0.16);
    color: #f0d08a !important;
    flex-basis: 42px;
    height: 42px;
    width: 42px;
}

.plot-detail-icon::before {
    display: none;
}

.plot-detail-icon::after {
    display: none;
}

.plot-detail-icon i {
    color: inherit;
    font-size: 16px;
}

.plot-detail-accent-teal .plot-detail-icon,
.plot-detail-accent-mint .plot-detail-icon,
.plot-detail-accent-aqua .plot-detail-icon {
    background: linear-gradient(145deg, #103f3a 0%, #1d6c64 100%);
}

.plot-detail-accent-gold .plot-detail-icon,
.plot-detail-accent-yellow .plot-detail-icon,
.plot-detail-accent-amber .plot-detail-icon {
    background: linear-gradient(145deg, #8f6824 0%, #d0a143 100%);
    color: #fff7df !important;
}

.plot-detail-accent-orange .plot-detail-icon {
    background: linear-gradient(145deg, #8a4630 0%, #d48345 100%);
    color: #fff2dc !important;
}

.plot-detail-label {
    color: #8d97a8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.plot-detail-primary {
    color: #1a2433;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

.plot-detail-muted,
.plot-detail-secondary {
    color: #5b6676;
    font-weight: 500;
}

.consider-highlights-section {
    background: #eef8ff;
    border: 1px solid #dbeefd;
    box-shadow: 0 10px 30px rgba(16, 73, 117, 0.06);
    margin: 0 0 24px;
    padding: 20px;
}

.consider-highlights-title {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.consider-highlights-title::before {
    background: #0d7dde;
    border-radius: 99px;
    content: "";
    height: 20px;
    width: 4px;
}

.consider-highlights-panel {
    background: transparent;
    gap: 18px;
    grid-template-columns: 205px minmax(0, 1fr);
    min-height: 0;
    padding: 0;
}

.consider-highlights-intro {
    background: #fff;
    border: 1px solid #dbeefd;
    border-radius: 6px;
    min-height: 112px;
    padding: 16px;
}

.consider-highlights-card {
    border: 1px solid #dbeefd;
    box-shadow: none;
    min-height: 112px;
}

.consider-highlights-item {
    color: #20314f;
}

.consider-highlights-more {
    border-radius: 999px;
    padding: 8px 0;
}

.property-about-snapshot {
    background: #fff;
    border: 1px solid #e1e7ef;
    box-shadow: 0 12px 34px rgba(23, 43, 77, 0.05);
    margin: 0 0 28px;
    overflow: hidden;
}

.property-about-meta {
    gap: 1px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 0;
    padding: 0;
}

.property-about-meta-project {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.property-about-meta-item {
    align-items: center;
    background: #fbfcfe;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    min-height: 96px;
    padding: 18px 12px;
}

.property-about-meta-custom {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    min-height: 122px;
    padding: 18px 16px;
    text-align: center;
}

.property-about-meta-icon {
    align-items: center;
    background: #5c8e8e;
    color: #fff;
    display: inline-flex;
    flex: 0 0 28px;
    font-size: 15px;
    height: 28px;
    justify-content: center;
    margin: 0 auto;
    width: 28px;
}

.property-about-meta-copy {
    min-width: 0;
    text-align: center;
    width: 100%;
}

.property-about-meta-project .property-about-meta-custom {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.property-about-meta-project .property-about-meta-copy {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.property-about-meta-project .property-about-meta-label,
.property-about-meta-project .property-about-meta-line,
.property-about-meta-project .property-about-meta-copy strong {
    text-align: center;
    width: 100%;
}

.property-about-meta-project .property-about-meta-icon {
    margin-left: auto;
    margin-right: auto;
}

.property-about-meta-project .property-about-meta-icon i {
    margin-left: 0;
}

.property-about-meta-label {
    display: block;
    margin-bottom: 5px;
}

.property-about-meta-item strong {
    color: #202938;
    font-size: 15px;
}

.property-about-meta-custom .property-about-meta-label {
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 4px;
}

.property-about-meta-custom strong {
    color: #666;
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.property-about-meta-line {
    color: #6f6f6f;
    display: block;
    font-size: 16px;
    line-height: 1.35;
    margin-top: 2px;
}

.property-about-meta-link {
    color: #2694d6;
    display: inline-block;
    font-size: 14px;
    line-height: 1.35;
    margin-top: 6px;
}

.property-about-copy {
    background: #fff;
    border-top: 1px solid #e1e7ef;
    padding: 26px 28px;
}

.property-about-description-box {
    border: 1px solid #e1e7ef;
    border-left: 4px solid #25b37b;
    box-shadow: 0 12px 34px rgba(23, 43, 77, 0.06);
    margin: 0 0 18px;
    padding: 24px 26px;
    text-align: left;
}

.property-about-description-box h2 {
    margin-bottom: 12px;
}

.property-about-description-box .property-about-address {
    background: #f5f9fc;
    border: 1px solid #e8eef5;
    border-radius: 6px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 12px;
    max-width: 100%;
    padding: 8px 11px;
}

.master-key-property-spec-card {
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 52%, #f7fffc 100%);
    border: 1px solid rgba(180, 134, 54, 0.24);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 37, 54, 0.08);
    margin: 0 0 16px;
    overflow: hidden;
    position: relative;
}

.master-key-property-spec-card::before {
    background: linear-gradient(90deg, #b48636 0%, #f2d58f 50%, #0f9f8e 100%);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.master-key-property-spec-head {
    background: linear-gradient(135deg, #102e31 0%, #17243a 70%, #2a1f2c 100%);
    padding: 15px 20px 14px;
}

.master-key-property-spec-head span {
    color: #f2d58f;
    display: block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.master-key-property-spec-head h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 6px;
}

.master-key-property-spec-head p {
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    line-height: 1.4;
    margin: 0;
}

.master-key-property-spec-head i {
    color: #f2d58f;
    font-size: 17px;
}

.master-key-property-spec-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 14px;
}

.master-key-property-spec-item {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(180, 134, 54, 0.16);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 35, 52, 0.05);
    display: flex;
    gap: 8px;
    min-height: 72px;
    padding: 10px 11px;
}

.master-key-property-spec-item.is-wide {
    grid-column: span 2;
}

.master-key-property-spec-item.is-price {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(180, 134, 54, 0.16);
}

.master-key-property-spec-item > i {
    align-items: center;
    background: linear-gradient(135deg, #fff8e8 0%, #f6e4b7 100%);
    border-radius: 7px;
    color: #b48636;
    display: inline-flex;
    flex: 0 0 28px;
    font-size: 13px;
    height: 28px;
    justify-content: center;
    margin-top: 2px;
    width: 28px;
}

.master-key-property-spec-item small {
    color: #8b6c3b;
    display: block;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.master-key-property-spec-item strong {
    color: #17243a;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.28;
}

.master-key-property-spec-item em {
    color: #6f7b86;
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 3px;
}

.master-key-property-spec-item.is-price > i {
    background: linear-gradient(135deg, #fff8e8 0%, #f6e4b7 100%);
    color: #b48636;
}

.master-key-property-spec-item.is-price small,
.master-key-property-spec-item.is-price em {
    color: #8b6c3b;
}

.master-key-property-spec-item.is-price strong {
    color: #17243a;
    font-size: 12px;
}

@media (max-width: 991px) {
    .master-key-property-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .master-key-property-spec-head,
    .master-key-property-spec-grid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .master-key-property-spec-grid {
        grid-template-columns: 1fr;
    }

    .master-key-property-spec-item,
    .master-key-property-spec-item.is-wide {
        grid-column: auto;
    }
}

.property-about-copy h2,
.descp-text h3,
.map-dv h3,
.details-info.details-info-transparent h3 {
    color: #1f2937;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
}

.property-about-copy p {
    color: #4f5c6d;
    font-size: 18px;
    line-height: 1.78;
    margin-left: 0;
    margin-right: 0;
    max-width: 820px;
}

.descp-text,
.map-dv,
.details-info.details-info-transparent {
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(23, 43, 77, 0.05);
    margin-bottom: 24px;
    padding: 28px;
}

.property-pg-left .descp-text {
    clear: both;
    display: block;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.descp-text h3,
.map-dv h3,
.details-info.details-info-transparent h3 {
    border-bottom: 1px solid #edf1f6;
    margin: 0 0 18px;
    padding-bottom: 14px;
}

.property-hero-details {
    background: #f5f6fa;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    float: none;
    margin: 0 0 28px;
    padding: 0 10px 18px;
    width: 100%;
}

.property-hero-details ul {
    display: grid;
    float: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    width: 100%;
}

.property-hero-details ul li {
    border-top: 1px solid #e6e9ee;
    float: none;
    margin: 0;
    min-height: 88px;
    padding: 17px 18px 16px 0;
    width: auto;
}

.property-hero-details ul li:nth-child(-n+2) {
    border-top: 0;
}

.property-hero-details ul li h4,
.property-hero-details ul li span,
.property-hero-details ul li a,
.property-hero-details ul li strong,
.property-hero-details ul li b {
    font-weight: 400 !important;
}

.property-hero-details ul li h4 {
    align-items: center;
    color: #9a9a9a;
    display: flex;
    font-size: 15px;
    gap: 6px;
    line-height: 1.25;
    margin: 0 0 3px;
}

.property-hero-details ul li span {
    color: #30343b;
    display: block;
    font-size: 14px;
    line-height: 1.38;
    padding-left: 0;
}

.property-hero-details .results-icon {
    flex: 0 0 22px;
    height: 22px;
    margin: 0;
    object-fit: contain;
    width: 22px;
}

.sector14-luxury-detail-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 239, 0.96) 100%);
    border: 1px solid rgba(190, 145, 59, 0.28);
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(18, 31, 52, 0.09);
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
}

.sector14-luxury-detail-card::before {
    background: linear-gradient(90deg, #9f762f 0%, #eed08a 48%, #b88935 100%);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sector14-luxury-detail-head {
    align-items: center;
    background: linear-gradient(135deg, #102b2a 0%, #183d3c 100%);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    padding: 20px 24px 18px;
}

.sector14-luxury-detail-head span {
    color: #f0d08a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sector14-luxury-detail-head h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.sector14-luxury-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector14-luxury-detail-item {
    align-items: flex-start;
    border-top: 1px solid rgba(218, 224, 232, 0.9);
    display: flex;
    gap: 12px;
    min-height: 96px;
    padding: 20px 22px;
}

.sector14-luxury-detail-item:nth-child(-n+2) {
    border-top: 0;
}

.sector14-luxury-detail-item:nth-child(odd) {
    border-right: 1px solid rgba(218, 224, 232, 0.9);
}

.sector14-luxury-detail-item.is-wide {
    border-right: 0;
    grid-column: 1 / -1;
}

.sector14-luxury-detail-item > i {
    align-items: center;
    background: linear-gradient(145deg, #123a38 0%, #21665f 100%);
    border: 1px solid rgba(240, 208, 138, 0.42);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(18, 58, 56, 0.14);
    color: #f5d88f;
    display: inline-flex;
    flex: 0 0 36px;
    font-size: 15px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.sector14-luxury-detail-item small {
    color: #8b96a6;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 5px;
}

.sector14-luxury-detail-value {
    color: #202833;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.38;
}

.sector14-luxury-detail-item em {
    color: #1288d2;
    font-style: normal;
    font-weight: 500;
    margin-left: 4px;
}

.sector14-luxury-detail-meta {
    color: #6e7886;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 6px;
}

.eco-city-premium-insight-card {
    background:
        radial-gradient(circle at 92% 8%, rgba(239, 210, 141, 0.18) 0, rgba(239, 210, 141, 0) 30%),
        linear-gradient(135deg, #ffffff 0%, #fbf8f0 100%);
    border: 1px solid rgba(190, 145, 59, 0.26);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(16, 37, 54, 0.1);
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
}

.eco-city-premium-insight-card::before {
    background: linear-gradient(90deg, #b48636 0%, #f2d58f 50%, #0f5d55 100%);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.eco-city-premium-head {
    background:
        linear-gradient(135deg, rgba(13, 45, 42, 0.98) 0%, rgba(17, 75, 69, 0.98) 100%);
    padding: 18px 24px 17px;
}

.eco-city-premium-head span {
    color: #efd28d;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.eco-city-premium-head h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.eco-city-premium-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 24px 14px;
}

.eco-city-premium-tags span {
    align-items: center;
    background: linear-gradient(135deg, #12bea5 0%, #139b8c 100%);
    border: 1px solid rgba(6, 105, 94, 0.16);
    border-radius: 999px;
    box-shadow: 0 6px 13px rgba(19, 155, 140, 0.13);
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 28px;
    padding: 6px 12px;
}

.eco-city-premium-main-grid {
    border-top: 1px solid rgba(218, 224, 232, 0.88);
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
}

.eco-city-premium-stat-grid {
    display: grid;
    gap: 14px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 22px;
}

.eco-city-premium-stat {
    min-width: 0;
}

.eco-city-premium-stat small {
    color: #9aa1aa;
    display: inline-flex;
    font-size: 13px;
    font-weight: 400;
    gap: 5px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.eco-city-premium-stat small i {
    color: #465365;
    font-size: 12px;
    margin-top: 2px;
}

.eco-city-premium-stat span {
    color: #2f3845;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.eco-city-premium-about {
    border-left: 1px solid rgba(218, 224, 232, 0.88);
    padding: 18px 22px;
}

.eco-city-premium-about h4,
.eco-city-premium-section-head h4 {
    color: #5f6670;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 10px;
}

.eco-city-premium-about p {
    color: #686f78;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0 0 6px;
}

.eco-city-premium-about p:last-child {
    margin-bottom: 0;
}

.eco-city-premium-about strong {
    color: #3d4652;
    font-weight: 600;
}

.eco-city-premium-lower-grid {
    border-top: 1px solid rgba(218, 224, 232, 0.88);
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(250px, 0.8fr);
}

.eco-city-premium-section {
    padding: 18px 22px;
}

.eco-city-premium-feature-section {
    border-left: 1px solid rgba(218, 224, 232, 0.88);
}

.eco-city-premium-section-head {
    margin-bottom: 14px;
}

.eco-city-premium-section-head h4 {
    margin-bottom: 5px;
}

.eco-city-premium-section-head span {
    color: #686f78;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.eco-city-premium-amenity-grid,
.eco-city-premium-feature-grid {
    display: grid;
    gap: 12px 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eco-city-premium-feature-grid {
    grid-template-columns: 1fr;
}

.eco-city-premium-amenity-grid span,
.eco-city-premium-feature-grid span {
    align-items: center;
    color: #666f79;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: 9px;
    line-height: 1.35;
    min-width: 0;
}

.eco-city-premium-amenity-grid i,
.eco-city-premium-feature-grid i {
    align-items: center;
    background: rgba(16, 91, 84, 0.1);
    border: 1px solid rgba(190, 145, 59, 0.2);
    border-radius: 6px;
    color: #0f7468;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: 12px;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.eco-city-premium-amenity-grid .is-muted {
    color: #9a9fa6;
}

.eco-city-premium-amenity-grid .is-muted i {
    background: rgba(148, 155, 164, 0.12);
    border-color: rgba(148, 155, 164, 0.16);
    color: #bec3c9;
}

.kalka-premium-insight-card {
    background:
        radial-gradient(circle at 8% 6%, rgba(18, 190, 165, 0.13) 0, rgba(18, 190, 165, 0) 32%),
        radial-gradient(circle at 92% 4%, rgba(242, 213, 143, 0.22) 0, rgba(242, 213, 143, 0) 34%),
        linear-gradient(135deg, #ffffff 0%, #fffaf0 50%, #f1fffb 100%);
    border-color: rgba(180, 134, 54, 0.28);
    box-shadow: 0 26px 64px rgba(15, 35, 52, 0.13);
}

.kalka-premium-insight-card .eco-city-premium-head {
    background:
        linear-gradient(135deg, rgba(9, 35, 63, 0.98) 0%, rgba(15, 93, 85, 0.96) 100%);
    padding: 14px 22px 13px;
}

.kalka-premium-insight-card .eco-city-premium-tags {
    gap: 10px;
    padding-bottom: 18px;
}

.kalka-premium-insight-card .eco-city-premium-tags span {
    background: linear-gradient(135deg, #18c5a8 0%, #0f9f8e 100%);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 10px 20px rgba(15, 159, 142, 0.18);
    font-weight: 700;
    min-height: 30px;
    padding: 7px 13px;
}

.kalka-premium-insight-card .eco-city-premium-tags span:nth-child(3n) {
    background: linear-gradient(135deg, #f6bf43 0%, #d99116 100%);
    box-shadow: 0 10px 20px rgba(217, 145, 22, 0.18);
}

.kalka-premium-insight-card .eco-city-premium-tags span:nth-child(4n) {
    background: linear-gradient(135deg, #4aa3df 0%, #205ccf 100%);
    box-shadow: 0 10px 20px rgba(32, 92, 207, 0.15);
}

.kalka-premium-insight-card .eco-city-premium-main-grid {
    display: block;
}

.kalka-premium-insight-card .eco-city-premium-stat-grid {
    gap: 10px 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 18px 22px;
}

.kalka-premium-insight-card .eco-city-premium-stat {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(180, 134, 54, 0.16);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 35, 52, 0.06);
    padding: 10px 12px;
}

.kalka-premium-insight-card .eco-city-premium-stat small {
    color: #7c8796;
    font-size: 12px;
}

.kalka-premium-insight-card .eco-city-premium-stat span {
    color: #23314a;
    font-size: 14px;
    font-weight: 800;
}

.kalka-premium-insight-card .eco-city-premium-about {
    background: linear-gradient(135deg, rgba(255, 250, 240, 0.72), rgba(241, 255, 251, 0.74));
    border-left: 0;
    border-top: 1px solid rgba(218, 224, 232, 0.88);
    padding: 16px 22px 18px;
}

.kalka-premium-insight-card .eco-city-premium-about h4 {
    color: #10233f;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.kalka-premium-insight-card .eco-city-premium-about p {
    color: #586574;
    font-size: 14px;
    line-height: 1.5;
}

.kalka-premium-insight-card .eco-city-premium-about strong {
    color: #0f5d55;
}

.kalka-premium-insight-card .eco-city-premium-section-head h4 {
    color: #10233f;
    font-weight: 800;
}

.kalka-premium-insight-card .eco-city-premium-amenity-grid span,
.kalka-premium-insight-card .eco-city-premium-feature-grid span {
    color: #465365;
    font-weight: 600;
}

.kalka-premium-insight-card .eco-city-premium-section {
    padding: 14px 22px 16px;
}

.kalka-premium-insight-card .eco-city-premium-section-head {
    margin-bottom: 10px;
}

.kalka-premium-insight-card .eco-city-premium-amenity-grid,
.kalka-premium-insight-card .eco-city-premium-feature-grid {
    gap: 9px 14px;
}

.kalka-premium-insight-card .eco-city-premium-amenity-grid i,
.kalka-premium-insight-card .eco-city-premium-feature-grid i {
    flex-basis: 24px;
    height: 24px;
    width: 24px;
}

.descp-body {
    color: #465365;
    font-size: 18px;
    line-height: 1.85;
}

.descp-body p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 16px;
}

.descp-body span,
.descp-body li {
    font-size: inherit;
    line-height: inherit;
}

.descp-body p:last-child {
    margin-bottom: 0;
}

.descp-body strong {
    color: #1f2937;
    font-weight: 800;
}

.property-post-about-details,
.property-post-description-details {
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(23, 43, 77, 0.06);
    margin: 0 0 24px;
    padding: 30px 32px;
}

.property-post-about-details {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-left: 4px solid #23a38d;
    box-shadow: 0 16px 38px rgba(23, 43, 77, 0.07);
    margin: 0 0 24px;
    padding: 30px 32px 32px;
}

.property-premium-amenities-section {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    border-color: #dce5ef;
    border-top: 4px solid #23a38d;
    box-shadow: 0 18px 44px rgba(23, 43, 77, 0.08);
    margin: 26px 0 34px;
    padding: 34px 30px;
}

.property-post-description-section {
    border-bottom: 1px solid #e4eaf2;
    padding: 0 0 30px;
}

.property-post-description-section + .property-post-description-section {
    padding-top: 30px;
}

.property-post-description-section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.property-post-description-section h3 {
    color: #1f2937;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 16px;
}

.property-premium-amenities-section .property-post-description-section h3 {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.property-post-description-section p {
    color: #526071;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 8px;
}

.property-post-about-details .property-post-description-section {
    border-bottom: 0;
    padding-bottom: 0;
}

.property-post-about-details .property-post-description-section h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 18px;
}

.property-post-about-details .property-post-description-section p:first-of-type {
    background: #f3f8fc;
    border: 1px solid #e1eaf2;
    border-radius: 8px;
    color: #526071;
    display: inline-block;
    margin-bottom: 14px;
    padding: 10px 13px;
}

.property-post-about-details .property-post-description-section p:last-child {
    font-size: 18px;
    line-height: 1.78;
}

.property-post-description-subtitle {
    color: #6b7280 !important;
    font-weight: 700;
    margin-bottom: 22px !important;
}

.property-post-description-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
}

.property-post-description-grid span {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #dfe8f2;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 43, 77, 0.04);
    color: #4b5563;
    display: flex;
    font-size: 15.5px;
    font-weight: 800;
    gap: 10px;
    min-height: 66px;
    padding: 13px 13px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.property-post-description-grid span:hover {
    border-color: #cbddec;
    box-shadow: 0 14px 28px rgba(23, 43, 77, 0.08);
    transform: translateY(-1px);
}

.property-post-description-grid i {
    align-items: center;
    background: #e5f8f3;
    border-radius: 7px;
    color: #23a38d;
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 16px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.property-feature-grid i {
    background: #eef4ff;
    color: #4477d8;
}

.pinjore-luxury-amenities-card {
    background:
        radial-gradient(circle at 7% 0%, rgba(18, 190, 165, 0.12) 0, rgba(18, 190, 165, 0) 32%),
        radial-gradient(circle at 92% 6%, rgba(242, 213, 143, 0.24) 0, rgba(242, 213, 143, 0) 34%),
        linear-gradient(135deg, #ffffff 0%, #fffaf0 48%, #f4fffc 100%);
    border: 1px solid rgba(180, 134, 54, 0.24);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(16, 37, 54, 0.11);
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
}

.pinjore-luxury-amenities-card::before {
    background: linear-gradient(90deg, #b48636 0%, #f2d58f 48%, #0f9f8e 100%);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pinjore-luxury-amenities-head {
    background: linear-gradient(135deg, rgba(9, 35, 63, 0.98) 0%, rgba(15, 93, 85, 0.96) 100%);
    padding: 17px 22px 16px;
}

.pinjore-luxury-amenities-head span {
    color: #f2d58f;
    display: block;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.pinjore-luxury-amenities-head h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 6px;
}

.pinjore-luxury-amenities-head p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.pinjore-luxury-amenities-grid {
    display: grid;
    gap: 12px 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 22px;
}

.pinjore-luxury-amenities-grid span,
.pinjore-luxury-feature-grid span {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(180, 134, 54, 0.16);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 35, 52, 0.05);
    color: #465365;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.3;
    min-height: 58px;
    padding: 11px 12px;
}

.pinjore-luxury-amenities-grid i,
.pinjore-luxury-feature-grid i {
    align-items: center;
    background: linear-gradient(135deg, #18c5a8 0%, #0f9f8e 100%);
    border-radius: 7px;
    box-shadow: 0 9px 16px rgba(15, 159, 142, 0.14);
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.pinjore-luxury-amenities-grid .is-muted {
    color: #9aa1aa;
}

.pinjore-luxury-amenities-grid .is-muted i {
    background: #eef1f4;
    box-shadow: none;
    color: #b8bec5;
}

.pinjore-luxury-feature-section {
    border-top: 1px solid rgba(218, 224, 232, 0.9);
    padding: 18px 22px 22px;
}

.pinjore-luxury-feature-section h4 {
    color: #10233f;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 14px;
}

.pinjore-luxury-feature-grid {
    display: grid;
    gap: 12px 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pinjore-luxury-feature-grid i {
    background: linear-gradient(135deg, #f6bf43 0%, #b48636 100%);
    box-shadow: 0 9px 16px rgba(180, 134, 54, 0.18);
}

@media (max-width: 991px) {
    .pinjore-luxury-amenities-grid,
    .pinjore-luxury-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .pinjore-luxury-amenities-head,
    .pinjore-luxury-amenities-grid,
    .pinjore-luxury-feature-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pinjore-luxury-amenities-grid,
    .pinjore-luxury-feature-grid {
        grid-template-columns: 1fr;
    }
}

.royale-property-info-section {
    background: linear-gradient(180deg, #ffffff 0%, #f6fafc 100%);
    border: 1px solid #dce7ef;
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(20, 41, 70, 0.08);
    margin: 28px 0 34px;
    overflow: hidden;
    padding: 0;
}

.royale-property-info-head {
    background: linear-gradient(135deg, #073c3a 0%, #126e68 100%);
    padding: 24px 30px;
}

.royale-property-info-head h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}

.royale-property-meta-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 24px 22px 18px;
}

.royale-property-meta-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(20, 41, 70, 0.045);
    color: #657284;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 58px;
    padding: 12px 13px;
}

.royale-property-meta-item span {
    font-size: 13.5px;
    font-weight: 700;
}

.royale-property-meta-item strong {
    color: #1f2937;
    font-size: 14.5px;
    font-weight: 900;
}

.royale-property-meta-item i {
    color: #405162;
    font-size: 13px;
    margin-left: 2px;
}

.royale-property-about-card,
.royale-property-furnished-card {
    border-top: 1px solid #e1e8ef;
    margin: 0 30px;
    padding: 28px 0;
}

.royale-property-about-card h3,
.royale-property-furnished-card h3 {
    color: #1f2937;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.royale-property-about-card p,
.royale-property-furnished-card > p {
    color: #566477;
    font-size: 16px;
    line-height: 1.72;
    margin: 0 0 12px;
}

.royale-property-about-card .royale-property-address {
    background: #f2f8fb;
    border: 1px solid #dce7ef;
    border-radius: 8px;
    display: inline-block;
    padding: 10px 13px;
}

.royale-property-about-card strong {
    color: #1f2937;
    font-weight: 900;
}

.royale-property-furnishing-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
}

.royale-property-furnishing-grid span {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe8f2;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(20, 41, 70, 0.045);
    color: #465467;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    min-height: 60px;
    padding: 12px 13px;
}

.royale-property-furnishing-grid i {
    align-items: center;
    background: #e8f8f3;
    border-radius: 7px;
    color: #23a38d;
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 15px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.royale-property-furnishing-grid .is-unavailable {
    background: #f8fafc;
    color: #8a95a3;
}

.royale-property-furnishing-grid .is-unavailable i {
    background: #eef1f4;
    color: #b5bec8;
}

@media (max-width: 991px) {
    .royale-property-meta-grid,
    .royale-property-furnishing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .royale-property-info-head,
    .royale-property-meta-grid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .royale-property-about-card,
    .royale-property-furnished-card {
        margin-left: 18px;
        margin-right: 18px;
    }

    .royale-property-meta-grid,
    .royale-property-furnishing-grid {
        grid-template-columns: 1fr;
    }
}

.property-pg-left .map-dv.widget-listing-map {
    margin-top: 34px;
}

@media (max-width: 991px) {
    .property-post-description-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .property-post-about-details,
    .property-post-description-details {
        padding: 22px 18px;
    }

    .property-post-description-grid {
        grid-template-columns: 1fr;
    }
}

.map-dv .fullwidth-home-map {
    border-radius: 8px;
    overflow: hidden;
}

.map-dv .route_suggestion {
    background: #f8fafc;
    border: 1px solid #e1e7ef;
    border-radius: 6px;
    margin-top: 16px;
    padding: 14px;
}

.property-single-page-content {
    margin-top: 4px !important;
}

.property-single-page-content .sidebar.layout2 .widget {
    background: #fff;
    border: 1px solid #e1e7ef;
    box-shadow: 0 12px 34px rgba(23, 43, 77, 0.05);
    padding: 24px;
}

.property-single-page-content .sidebar.layout2 .widget-title {
    border-bottom: 1px solid #edf1f6;
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
    margin: -2px 0 18px;
    padding-bottom: 14px;
}

.widget-form .form-field input,
.widget-form .form-field textarea {
    background: #f8fafc;
    border: 1px solid #dfe6ef;
    border-radius: 6px;
}

.widget-form .post-comment-sec form button,
.property-single-page-content .sidebar.layout2 .btn2 {
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(96, 57, 214, 0.18);
}

@media (max-width: 991px) {
    .property-about-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .consider-highlights-panel {
        grid-template-columns: 1fr;
    }

    .eco-city-premium-main-grid,
    .eco-city-premium-lower-grid {
        grid-template-columns: 1fr;
    }

    .eco-city-premium-about,
    .eco-city-premium-feature-section {
        border-left: 0;
        border-top: 1px solid rgba(218, 224, 232, 0.88);
    }

    .eco-city-premium-stat-grid,
    .eco-city-premium-amenity-grid,
    .eco-city-premium-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .plot-detail-card,
    .consider-highlights-section,
    .property-about-copy,
    .descp-text,
    .map-dv,
    .details-info.details-info-transparent,
    .property-single-page-content .sidebar.layout2 .widget {
        padding: 18px;
    }

    .property-about-meta {
        grid-template-columns: 1fr;
    }

    .property-about-meta-item {
        min-height: 78px;
    }

    .property-hero-details {
        padding: 0 12px 14px;
    }

    .property-hero-details ul {
        grid-template-columns: 1fr;
    }

    .property-hero-details ul li {
        min-height: auto;
        padding: 15px 0;
    }

    .property-hero-details ul li:nth-child(n+2) {
        border-top: 1px solid #e6e9ee;
    }

    .sector14-luxury-detail-card {
        margin-bottom: 20px;
    }

    .sector14-luxury-detail-head {
        align-items: flex-start;
        gap: 6px;
        padding: 18px;
    }

    .sector14-luxury-detail-head h3 {
        font-size: 18px;
        width: 100%;
    }

    .sector14-luxury-detail-grid {
        grid-template-columns: 1fr;
    }

    .sector14-luxury-detail-item,
    .sector14-luxury-detail-item:nth-child(odd),
    .sector14-luxury-detail-item.is-wide {
        border-right: 0;
        grid-column: auto;
    }

    .sector14-luxury-detail-item:nth-child(2) {
        border-top: 1px solid rgba(218, 224, 232, 0.9);
    }

    .sector14-luxury-detail-item {
        min-height: auto;
        padding: 17px 18px;
    }

    .eco-city-premium-insight-card {
        margin-bottom: 20px;
    }

    .eco-city-premium-head,
    .eco-city-premium-tags,
    .eco-city-premium-stat-grid,
    .eco-city-premium-about,
    .eco-city-premium-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .eco-city-premium-head {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .eco-city-premium-head h3 {
        font-size: 18px;
    }

    .eco-city-premium-tags {
        gap: 8px;
    }

    .eco-city-premium-tags span {
        font-size: 12px;
        min-height: 28px;
        padding: 6px 11px;
    }

    .eco-city-premium-stat-grid,
    .eco-city-premium-amenity-grid,
    .eco-city-premium-feature-grid {
        grid-template-columns: 1fr;
    }

    .eco-city-premium-stat {
        padding-right: 0;
    }

    .plot-detail-grid {
        gap: 10px;
    }

    .plot-detail-item {
        min-height: auto;
        padding: 18px 16px;
    }

    .plot-detail-icon {
        flex-basis: 38px;
        height: 38px;
        width: 38px;
    }
}

.property-about-meta.property-about-meta-project {
    text-align: center;
}

.property-about-meta.property-about-meta-project .property-about-meta-item {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.property-about-meta.property-about-meta-project .property-about-meta-icon,
.property-about-meta.property-about-meta-project .property-about-meta-copy,
.property-about-meta.property-about-meta-project .property-about-meta-label,
.property-about-meta.property-about-meta-project strong,
.property-about-meta.property-about-meta-project .property-about-meta-line {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.property-about-meta.property-about-meta-project .property-about-meta-copy {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.property-about-meta.property-about-meta-project .property-about-meta-label,
.property-about-meta.property-about-meta-project .property-about-meta-line {
    font-size: 12px;
    line-height: 1.25;
}

.property-about-meta.property-about-meta-project strong {
    font-size: 16px;
    line-height: 1.2;
}

.property-about-meta.property-about-meta-project {
    background: #f4f7fb;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    gap: 10px;
    padding: 10px;
}

.property-about-meta.property-about-meta-project .property-about-meta-custom {
    background: #fff;
    border: 1px solid #e7edf4;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    gap: 9px;
    min-height: 112px;
    padding: 16px 12px;
}

.property-about-meta.property-about-meta-project .property-about-meta-icon {
    background: #f0f7f7;
    border: 1px solid #cfe3e3;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    color: #4d7f80;
    flex-basis: 30px;
    font-size: 12px;
    height: 30px;
    width: 30px;
}

.property-about-meta.property-about-meta-project .property-about-meta-icon i {
    color: inherit;
    font-size: 12px;
}

.property-about-meta.property-about-meta-project .property-about-meta-label {
    color: #7a8595;
    font-weight: 700;
    text-transform: uppercase;
}

.property-about-meta.property-about-meta-project strong {
    color: #1f2937;
    font-weight: 800;
}

.property-about-meta.property-about-meta-project .property-about-meta-line {
    color: #6b7280;
}

.premium-plot-details {
    background: #fff;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(23, 43, 77, 0.05);
    margin-bottom: 24px;
    overflow: hidden;
    padding: 0;
}

.premium-plot-row {
    border-bottom: 1px solid #d7dee8;
    border-top: 1px solid #d7dee8;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 34px 0;
}

.premium-plot-stat {
    color: #6c737f;
    font-size: 15px;
    line-height: 1.35;
    padding: 0 22px;
    white-space: nowrap;
}

.premium-plot-stat span {
    color: #9a9ca3;
    font-weight: 500;
}

.premium-plot-stat strong {
    color: #30343b;
    font-weight: 800;
}

.premium-plot-stat i {
    color: #4f5965;
    font-size: 13px;
    margin-left: 3px;
}

.premium-plot-features {
    padding: 34px 0 26px;
}

.premium-plot-features h3 {
    border: 0;
    color: #666;
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 24px;
    padding: 0;
}

.premium-plot-feature-list {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-plot-feature-list span {
    align-items: center;
    color: #676b72;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    gap: 12px;
    line-height: 1.35;
}

.premium-plot-feature-list i {
    align-items: center;
    color: #637081;
    display: inline-flex;
    font-size: 24px;
    justify-content: center;
    min-width: 28px;
}

@media (max-width: 991px) {
    .premium-plot-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 24px 0;
    }

    .premium-plot-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .premium-plot-row,
    .premium-plot-feature-list {
        grid-template-columns: 1fr;
    }

    .premium-plot-stat {
        white-space: normal;
    }
}

.black-glass-card-pricing {
    align-items: stretch;
    border-top: 1px solid #e6ebf1;
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    margin-top: 12px;
}

.black-glass-card-pricing > div {
    padding: 10px 12px 8px;
}

.black-glass-card-pricing > div + div {
    border-left: 1px solid #e6ebf1;
}

.black-glass-card-pricing strong {
    color: #061b3f;
    display: block;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.black-glass-card-pricing strong small {
    color: #31415d;
    font-size: 12px;
    font-weight: 600;
}

.black-glass-card-pricing span {
    color: #061b3f;
    display: block;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 4px;
}

.black-glass-card-highlights {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.black-glass-card-highlights span {
    background: #f3f6fb;
    border-radius: 5px;
    color: #061b3f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 8px;
}

@media (max-width: 575px) {
    .black-glass-card-pricing {
        grid-template-columns: 1fr;
    }

    .black-glass-card-pricing > div + div {
        border-left: 0;
        border-top: 1px solid #e6ebf1;
    }
}

.sunlit-amenities-section {
    border-top: 1px solid #d7dce3;
    border-bottom: 1px solid #d7dce3;
    display: grid;
    gap: 42px;
    grid-template-columns: 0.9fr 1.25fr;
    margin: 20px 0 0;
    padding: 18px 24px 26px;
}

.sunlit-amenities-section h3,
.sunlit-more-about h3 {
    border-bottom: 1px solid #c8ccd2;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.sunlit-basic-grid {
    display: grid;
    gap: 24px 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sunlit-basic-grid span {
    align-items: center;
    color: #111827;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 7px;
    justify-content: flex-start;
    line-height: 1.25;
    min-height: 74px;
    text-align: center;
}

.sunlit-basic-grid i {
    align-items: center;
    color: #5bc5b5;
    display: inline-flex;
    font-size: 31px;
    height: 34px;
    justify-content: center;
}

.sunlit-basic-grid .muted {
    color: #aeb2b8;
}

.sunlit-basic-grid .muted i {
    color: #d8dadd;
}

.sunlit-lifestyle-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sunlit-lifestyle-grid h4 {
    color: #3f3f43;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.sunlit-lifestyle-grid h4:not(:first-child) {
    margin-top: 14px;
}

.sunlit-lifestyle-grid p {
    color: #707278;
    font-size: 14px;
    line-height: 1.25;
    margin: 0 0 7px;
}

.sunlit-more-about {
    border-bottom: 1px solid #d7dce3;
    padding: 20px 24px 14px;
}

.sunlit-more-about h3 {
    border-bottom: 0;
    color: #5d626b;
    margin-bottom: 14px;
    padding-bottom: 0;
    text-transform: none;
}

.sunlit-more-about p {
    color: #5f636b;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 8px;
}

.eco-city-facilities-section {
    background: linear-gradient(135deg, #ffffff 0%, #f6fbfa 100%);
    border: 1px solid #dce8e5;
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(15, 35, 52, 0.08);
    clear: both;
    display: block;
    margin: 26px 0 24px;
    overflow: visible;
    padding: 16px 18px 18px;
    position: relative;
    z-index: 3;
}

.eco-city-facilities-head {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.eco-city-facilities-head h3 {
    color: #081f3f;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 4px;
}

.eco-city-facilities-head p {
    color: #77859a;
    font-size: 11px;
    line-height: 1.35;
    margin: 0;
}

.eco-city-facilities-head > span {
    color: #006fe6;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.eco-city-facilities-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.eco-city-facilities-grid span {
    align-items: flex-start;
    background: #f7fbff;
    border: 1px solid #e4edf5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 86px;
    padding: 11px 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.eco-city-facilities-grid span:nth-child(odd) {
    background: #fffaf1;
    border-color: #f2e7d2;
}

.eco-city-facilities-grid span:hover {
    border-color: #b9d9d2;
    box-shadow: 0 12px 24px rgba(15, 35, 52, 0.09);
    transform: translateY(-2px);
}

.eco-city-facilities-grid i {
    color: #54c5b4;
    font-size: 24px;
    line-height: 1;
}

.eco-city-facilities-grid span:nth-child(3n) i {
    color: #f5a12a;
}

.eco-city-facilities-grid small {
    color: #6f7f95;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}

.sigma-facilities-section .eco-city-facilities-head {
    margin-bottom: 16px;
}

.sigma-facilities-section .eco-city-facilities-head p {
    max-width: 980px;
}

.sigma-facilities-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.sigma-facilities-grid span {
    min-height: 82px;
}

.sigma-facilities-grid span:nth-child(2n) {
    background: #f3faff;
    border-color: #dfeef8;
}

.sigma-facilities-grid i {
    color: #69727e;
}

.sigma-facilities-grid span:nth-child(3n) i {
    color: #f5a12a;
}

.sigma-facilities-grid span:nth-child(3) i,
.sigma-facilities-grid span:nth-child(9) i {
    color: #55c9aa;
}

.sigma-other-facilities {
    background: #ffffff;
    border: 1px solid #dce8e5;
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(15, 35, 52, 0.06);
    margin: -10px 0 24px;
    overflow: hidden;
    padding: 16px 20px 4px;
}

.sigma-other-facilities h3 {
    color: #092247;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px;
}

.sigma-other-facilities-list span {
    align-items: center;
    border-top: 1px solid #e8edf3;
    display: flex;
    gap: 14px;
    min-height: 58px;
    padding: 12px 0;
}

.sigma-other-facilities-list span:first-child {
    border-top: 0;
}

.sigma-other-facilities-list i {
    color: #6c7480;
    flex: 0 0 28px;
    font-size: 22px;
    text-align: center;
}

.sigma-other-facilities-list span:nth-child(odd) i {
    color: #16bca0;
}

.sigma-other-facilities-list span:nth-child(3n) i {
    color: #f5a12a;
}

.sigma-other-facilities-list strong {
    color: #14284d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
}

.sigma-facilities-section {
    background:
        linear-gradient(135deg, #fffdf7 0%, #f3fbff 46%, #effff9 100%),
        repeating-linear-gradient(135deg, rgba(185, 140, 63, 0.045) 0, rgba(185, 140, 63, 0.045) 1px, transparent 1px, transparent 16px);
    border: 1px solid rgba(190, 154, 78, 0.36);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(15, 35, 52, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    overflow: hidden;
    padding: 24px 24px 26px;
}

.sigma-facilities-section::before {
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.74) 42%, transparent 64%);
    content: "";
    inset: 0;
    opacity: 0.64;
    pointer-events: none;
    position: absolute;
}

.sigma-facilities-section::after {
    background: linear-gradient(90deg, #b98c3f 0%, #f1d489 44%, #24b89f 100%);
    content: "";
    height: 3px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 0;
}

.sigma-facilities-section .eco-city-facilities-head {
    align-items: flex-start;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.sigma-facilities-section .eco-city-facilities-head h3 {
    color: #10233f;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.sigma-facilities-section .eco-city-facilities-head p {
    color: #66758f;
    font-size: 13px;
    line-height: 1.55;
    max-width: 940px;
}

.sigma-facilities-section .eco-city-facilities-head > span {
    background: linear-gradient(135deg, #fff3c4 0%, #ecfff9 100%);
    border: 1px solid rgba(190, 154, 78, 0.36);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.12);
    color: #0f766e;
    font-size: 12px;
    padding: 8px 12px;
}

.sigma-facilities-grid {
    gap: 12px;
    position: relative;
    z-index: 1;
}

.sigma-facilities-grid span,
.sigma-facilities-grid span:nth-child(2n),
.sigma-facilities-grid span:nth-child(odd) {
    align-items: center;
    background: linear-gradient(145deg, #ffffff 0%, #fff8e8 100%);
    border: 1px solid rgba(216, 180, 91, 0.28);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 35, 52, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    justify-content: center;
    min-height: 102px;
    padding: 14px 12px 13px;
    text-align: center;
}

.sigma-facilities-grid span:nth-child(2n) {
    background: linear-gradient(145deg, #ffffff 0%, #edf8ff 100%);
    border-color: rgba(95, 159, 204, 0.24);
}

.sigma-facilities-grid span:nth-child(3n) {
    background: linear-gradient(145deg, #ffffff 0%, #edfff7 100%);
    border-color: rgba(24, 173, 153, 0.26);
}

.sigma-facilities-grid span:nth-child(4n) {
    background: linear-gradient(145deg, #ffffff 0%, #fff0eb 100%);
    border-color: rgba(226, 122, 91, 0.22);
}

.sigma-facilities-grid span:hover {
    background: #ffffff;
    border-color: rgba(185, 140, 63, 0.5);
    box-shadow: 0 18px 42px rgba(15, 35, 52, 0.14), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.sigma-facilities-grid i,
.sigma-facilities-grid span:nth-child(3n) i,
.sigma-facilities-grid span:nth-child(3) i,
.sigma-facilities-grid span:nth-child(9) i {
    align-items: center;
    background: linear-gradient(135deg, #18c5a8 0%, #0f766e 100%);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    box-shadow: 0 10px 18px rgba(15, 118, 110, 0.22);
    color: #ffffff;
    display: flex;
    font-size: 21px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.sigma-facilities-grid span:nth-child(2n) i {
    background: linear-gradient(135deg, #4aa3df 0%, #205ccf 100%);
    box-shadow: 0 10px 18px rgba(32, 92, 207, 0.2);
}

.sigma-facilities-grid span:nth-child(3n) i {
    background: linear-gradient(135deg, #f8c85b 0%, #e99016 100%);
    box-shadow: 0 10px 18px rgba(233, 144, 22, 0.24);
}

.sigma-facilities-grid span:nth-child(4n) i {
    background: linear-gradient(135deg, #ff876d 0%, #d94f38 100%);
    box-shadow: 0 10px 18px rgba(217, 79, 56, 0.2);
}

.sigma-facilities-grid span:nth-child(5n) i {
    background: linear-gradient(135deg, #9b7cf6 0%, #6554c0 100%);
    box-shadow: 0 10px 18px rgba(101, 84, 192, 0.2);
}

.sigma-facilities-grid span:nth-child(3n + 1) i {
    background: linear-gradient(135deg, #18c5a8 0%, #0f766e 100%);
    color: #ffffff;
}

.sigma-facilities-grid small {
    color: #172944;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.28;
    max-width: 100%;
    min-height: 32px;
    overflow-wrap: break-word;
    width: 100%;
    word-break: normal;
}

.sigma-other-facilities {
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
    border: 1px solid rgba(190, 154, 78, 0.28);
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(10, 29, 50, 0.1);
    margin: 18px 0 26px;
    padding: 22px 24px 8px;
    position: relative;
}

.sigma-other-facilities::before {
    background: linear-gradient(90deg, #b98c3f 0%, #f1d489 48%, #24b89f 100%);
    content: "";
    height: 3px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 0;
}

.sigma-other-facilities h3 {
    color: #10233f;
    font-size: 20px;
    margin-bottom: 16px;
}

.sigma-other-facilities-list span {
    border-top: 1px solid rgba(16, 35, 63, 0.08);
    min-height: 66px;
    padding: 13px 6px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sigma-other-facilities-list span:hover {
    background: linear-gradient(90deg, rgba(255, 243, 196, 0.54) 0%, rgba(236, 255, 249, 0.48) 100%);
    transform: translateX(3px);
}

.sigma-other-facilities-list i,
.sigma-other-facilities-list span:nth-child(odd) i,
.sigma-other-facilities-list span:nth-child(3n) i {
    align-items: center;
    background: linear-gradient(135deg, #fff3c4, #f0a427);
    border: 1px solid rgba(190, 154, 78, 0.22);
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    flex: 0 0 42px;
    font-size: 19px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.sigma-other-facilities-list span:nth-child(odd) i {
    background: linear-gradient(135deg, #18c5a8, #0f766e);
    color: #ffffff;
}

.sigma-other-facilities-list span:nth-child(3n) i {
    background: linear-gradient(135deg, #4aa3df, #205ccf);
    color: #ffffff;
}

.sigma-other-facilities-list strong {
    color: #10233f;
    font-size: 16px;
    font-weight: 700;
}

.eco-city-location-advantages {
    background: #ffffff;
    border: 1px solid #dce8e5;
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(15, 35, 52, 0.07);
    margin: 0 0 24px;
    overflow: hidden;
    padding: 16px 0 18px;
}

.eco-city-location-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 18px 13px;
}

.eco-city-location-head h3 {
    color: #092247;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.eco-city-location-head span {
    background: #eef8f5;
    border: 1px solid #d7ece5;
    border-radius: 999px;
    color: #15825f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 5px 8px;
    text-transform: uppercase;
}

.eco-city-location-slider {
    overflow: hidden;
}

.eco-city-location-track {
    display: grid;
    gap: 10px;
    grid-auto-columns: minmax(152px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 18px 5px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
}

.eco-city-location-track article {
    background: linear-gradient(145deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #e3ebf2;
    border-radius: 11px;
    min-height: 104px;
    padding: 12px 11px;
    scroll-snap-align: start;
}

.eco-city-location-track article:nth-child(even) {
    background: linear-gradient(145deg, #fffaf1 0%, #ffffff 100%);
}

.eco-city-location-track i {
    align-items: center;
    background: #eaf5ff;
    border-radius: 10px;
    color: #0b7ee8;
    display: inline-flex;
    font-size: 20px;
    height: 38px;
    justify-content: center;
    margin-bottom: 9px;
    width: 38px;
}

.eco-city-location-track article:nth-child(even) i {
    background: #fff1dd;
    color: #f6a337;
}

.eco-city-location-track strong {
    color: #14284d;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 4px;
}

.eco-city-location-track small {
    color: #8793a5;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.eco-city-project-details {
    background: #ffffff;
    border: 1px solid #dce8e5;
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(15, 35, 52, 0.07);
    margin-bottom: 26px;
    overflow: hidden;
    padding: 0;
}

.eco-city-project-header {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 92px 1fr;
    padding: 18px 20px;
}

.eco-city-project-logo {
    background: #f8fbff;
    border: 1px solid #e0e8f0;
    border-radius: 8px;
    height: 62px;
    overflow: hidden;
    padding: 5px;
}

.eco-city-project-logo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eco-city-project-title h3 {
    color: #092247;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 7px;
}

.eco-city-project-title p {
    color: #7d8ba1;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 13px;
}

.eco-city-project-title p i {
    color: #18a37a;
    margin-right: 5px;
}

.eco-city-project-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eco-city-project-badges span {
    background: #f2f6fb;
    border: 1px solid #e4eaf1;
    border-radius: 5px;
    color: #38506e;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    padding: 7px 9px;
}

.eco-city-project-badges span:first-child {
    background: #16bca0;
    border-color: #16bca0;
    color: #ffffff;
}

.eco-city-project-badges span:nth-child(2) {
    background: #e8f8ef;
    border-color: #d1efdd;
    color: #238b4c;
}

.eco-city-status-panel {
    background: #eef8ff;
    border-top: 1px solid #dbeaf3;
    padding: 17px 22px 20px;
}

.eco-city-status-panel > span {
    color: #48557c;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.eco-city-status-panel h4 {
    color: #092247;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
}

.eco-city-phase-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7eef5;
    border-radius: 11px;
    display: inline-flex;
    gap: 12px;
    max-width: 100%;
    padding: 13px 16px;
}

.eco-city-phase-card i {
    color: #1585df;
    font-size: 23px;
}

.eco-city-phase-card strong {
    color: #11284d;
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.eco-city-phase-card strong em {
    font-style: normal;
    font-weight: 500;
}

.eco-city-phase-card small {
    color: #31415e;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
}

.eco-city-detail-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 16px 20px 20px;
}

.eco-city-detail-grid span {
    background: #fbfdff;
    border: 1px solid #e4ebf2;
    border-radius: 9px;
    min-height: 78px;
    padding: 12px;
}

.eco-city-detail-grid small {
    color: #8190a4;
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.eco-city-detail-grid strong {
    color: #14284d;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.sigma-project-details .eco-city-status-panel {
    background: linear-gradient(135deg, #edf8ff 0%, #f5fbff 100%);
}

.sigma-project-logo img {
    object-position: center;
}

.sigma-about-us-section {
    background: #ffffff;
    border: 1px solid #e4e9f0;
    border-radius: 10px;
    box-shadow: 0 20px 46px rgba(15, 35, 52, 0.1);
    clear: both;
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.sigma-about-us-section:before {
    display: none;
}

.sigma-about-us-main {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 34px 36px 30px;
}

.sigma-about-us-kicker {
    color: #b9934b;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sigma-about-us-copy h3,
.sigma-why-choose h3 {
    color: #1f2937;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px;
}

.sigma-about-us-copy p {
    color: #566579;
    font-size: 15.5px;
    line-height: 1.82;
    margin: 0 0 20px;
    max-width: 980px;
}

.sigma-about-us-copy p:last-child {
    margin-bottom: 0;
}

.sigma-about-readable-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 22px 0 24px;
}

.sigma-about-readable-grid span {
    background: #fbfcfe;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(15, 35, 52, 0.04);
    padding: 15px 16px;
}

.sigma-about-readable-grid small {
    color: #b9934b;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.sigma-about-readable-grid strong {
    color: #122849;
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.sigma-about-us-rera {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e4eaf1;
    border-left: 4px solid #b9934b;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 35, 52, 0.06);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 18px 20px;
}

.sigma-about-us-rera span {
    align-items: center;
    color: #233b5d;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    line-height: 1.25;
    margin-bottom: 0;
}

.sigma-about-us-rera i {
    color: #f5a12a;
    font-size: 18px;
}

.sigma-about-us-rera strong {
    color: #092247;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    word-break: break-word;
}

.sigma-about-us-rera small {
    color: #6a788b;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 0;
    text-align: right;
}

.sigma-why-choose {
    background: #fbfcfe;
    border-top: 1px solid #e7edf3;
    padding: 28px 36px 14px;
}

.sigma-why-list {
    display: grid;
    gap: 0 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sigma-why-card-list {
    gap: 14px;
}

.sigma-why-item {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e7edf3;
    border-radius: 9px;
    box-shadow: 0 12px 24px rgba(15, 35, 52, 0.05);
    display: grid;
    gap: 13px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-width: 0;
    padding: 16px;
}

.sigma-why-item:nth-child(1),
.sigma-why-item:nth-child(2) {
    border-top: 1px solid #e7edf3;
}

.sigma-why-item i {
    align-items: center;
    background: #fff8ec;
    border: 1px solid #f0dfbf;
    border-radius: 50%;
    color: #b9934b;
    display: flex;
    font-size: 15px;
    height: 34px;
    justify-content: center;
    line-height: 1;
    width: 34px;
}

.sigma-why-item:nth-child(2n) i {
    background: #f2f7ff;
    border-color: #dce7f7;
    color: #355d91;
}

.sigma-why-item:nth-child(3n) i {
    background: #fff8ed;
    border-color: #f4e2c4;
    color: #b9934b;
}

.sigma-why-item h4 {
    color: #122849;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 5px;
}

.sigma-why-item p {
    color: #657386;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.sigma-about-page-post {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
}

.sigma-about-page-post > h3 {
    display: none;
}

.sigma-about-page-visual {
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 35, 52, 0.12);
    height: 360px;
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
}

.sigma-about-page-visual:after {
    background: linear-gradient(180deg, rgba(9, 34, 71, 0) 38%, rgba(9, 34, 71, 0.22) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sigma-about-page-visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sigma-about-page-section {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sunlit-amenities-section,
    .sunlit-lifestyle-grid {
        grid-template-columns: 1fr;
    }

    .sunlit-amenities-section {
        gap: 34px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .eco-city-facilities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sigma-facilities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .eco-city-location-track {
        grid-auto-columns: minmax(145px, 48%);
    }

    .eco-city-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sigma-about-us-main,
    .sigma-why-list {
        grid-template-columns: 1fr;
    }

    .sigma-about-us-rera {
        align-items: flex-start;
        display: block;
    }

    .sigma-about-us-rera strong,
    .sigma-about-us-rera small {
        margin-top: 9px;
        text-align: left;
    }

    .sigma-why-item:nth-child(2) {
        border-top: 1px solid #e7edf3;
    }

    .sigma-about-page-visual {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .sunlit-basic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eco-city-facilities-section {
        padding: 14px 12px;
    }

    .eco-city-facilities-head {
        display: block;
    }

    .eco-city-facilities-head > span {
        display: inline-block;
        margin-top: 8px;
    }

    .eco-city-facilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sigma-facilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sigma-other-facilities {
        padding-left: 14px;
        padding-right: 14px;
    }

    .sigma-other-facilities-list strong {
        font-size: 14px;
    }

    .eco-city-location-head {
        align-items: flex-start;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .eco-city-location-head span {
        display: inline-block;
        margin-top: 9px;
    }

    .eco-city-location-track {
        grid-auto-columns: 70%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .eco-city-project-header,
    .eco-city-detail-grid {
        grid-template-columns: 1fr;
    }

    .eco-city-project-logo {
        width: 92px;
    }

    .sigma-about-us-main {
        gap: 18px;
        padding: 22px 18px 20px;
    }

    .sigma-about-us-copy h3,
    .sigma-why-choose h3 {
        font-size: 19px;
    }

    .sigma-about-readable-grid {
        grid-template-columns: 1fr;
    }

    .sigma-about-us-rera strong {
        font-size: 16px;
    }

    .sigma-why-choose {
        padding: 18px 18px 4px;
    }

    .sigma-why-item {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .sigma-why-item i {
        font-size: 14px;
        height: 32px;
        width: 32px;
    }

    .sigma-about-page-visual {
        height: 220px;
        margin-bottom: 18px;
    }
}

.sunlit-floor-plan-details {
    background: linear-gradient(135deg, #ffffff 0%, #f7fbfb 100%);
    border: 1px solid #dbe7e4;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.sunlit-floor-plan-head {
    background: #eef8f6;
    border-bottom: 1px solid #d6e5e2;
    display: grid;
    grid-template-columns: 1fr 1.9fr 2.8fr;
}

.sunlit-floor-plan-head span {
    color: #1f4f4a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 13px 18px;
    text-transform: uppercase;
}

.sunlit-floor-plan-head span + span,
.sunlit-floor-plan-row > div + div {
    border-left: 1px solid #dbe7e4;
}

.sunlit-floor-plan-row {
    display: grid;
    grid-template-columns: 1fr 1.9fr 2.8fr;
    min-height: 118px;
}

.sunlit-floor-plan-row + .sunlit-floor-plan-row {
    border-top: 1px solid #dbe7e4;
}

.sunlit-floor-plan-visual {
    align-items: center;
    background: radial-gradient(circle at center, #ffffff 0%, #eff7f5 72%);
    display: flex;
    justify-content: center;
}

.sunlit-floor-plan-visual i {
    color: #c9ded9;
    font-size: 52px;
}

.sunlit-floor-plan-area,
.sunlit-floor-plan-price {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    padding: 22px 18px;
}

.sunlit-floor-plan-area span,
.sunlit-floor-plan-price span {
    color: #7d8a93;
    font-size: 14px;
    line-height: 1.35;
}

.sunlit-floor-plan-area strong,
.sunlit-floor-plan-price strong {
    color: #132f3a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.sunlit-floor-plan-area small {
    color: #9aa2ad;
    display: block;
    font-size: 10px;
    line-height: 1.25;
    margin-top: 3px;
}

@media (max-width: 767px) {
    .sunlit-floor-plan-head {
        display: none;
    }

    .sunlit-floor-plan-row {
        grid-template-columns: 1fr;
    }

    .sunlit-floor-plan-row > div + div {
        border-left: 0;
        border-top: 1px solid #dfe5eb;
    }
}

/* Premium footer refinement */
.bottom.section-padding {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border-top: 1px solid #e7edf4;
    overflow: hidden;
    padding: 72px 0 42px;
    position: relative;
}

.bottom.section-padding:before {
    background: linear-gradient(90deg, #b9934b 0%, #253b84 48%, rgba(37, 59, 132, 0) 100%);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bottom .row {
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.placeholder-container {
    min-height: 360px;
    overflow: visible;
    position: relative;
}

.placeholder-container .footer-placeholder {
    bottom: -42px;
    max-width: 560px;
    opacity: 0.92;
    pointer-events: none;
    right: 6px;
    width: 43vw;
    z-index: 1;
}

.premium-footer-brand,
.premium-footer-contact,
.premium-footer-social {
    position: relative;
    z-index: 3;
}

.premium-footer-brand {
    max-width: 315px;
}

.premium-footer-brand img {
    display: block;
    margin-bottom: 24px;
    max-height: 92px;
    max-width: 260px;
    object-fit: contain;
    width: auto;
}

.premium-footer-brand .content {
    margin-top: 0;
    padding: 0;
}

.premium-footer-brand .description {
    color: #657184;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.premium-footer-contact h3,
.premium-footer-social h3 {
    color: #182033;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 28px;
    padding: 0;
}

.premium-footer-contact h3:after,
.premium-footer-social h3:after {
    background: #b9934b;
    content: "";
    display: block;
    height: 2px;
    margin-top: 12px;
    width: 38px;
}

.premium-footer-contact .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.premium-footer-contact .footer-list li {
    align-items: flex-start;
    color: #2f3747;
    display: grid;
    font-size: 15px;
    grid-template-columns: 34px minmax(0, 1fr);
    line-height: 1.58;
    margin-bottom: 14px;
}

.premium-footer-contact .footer-list i {
    align-items: center;
    background: #f0f4ff;
    border: 1px solid #dbe4ff;
    border-radius: 50%;
    color: #253b84;
    display: inline-flex;
    font-size: 14px;
    height: 25px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    width: 25px;
}

.premium-footer-contact .footer-list .value,
.premium-footer-contact .footer-list a {
    color: #2f3747;
    transition: color 0.2s ease;
}

.premium-footer-contact .footer-list a:hover {
    color: #b9934b;
}

.premium-footer-social {
    float: none;
    padding-left: 70px;
}

.premium-footer-social .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    text-align: left;
}

.premium-footer-social .footer-social a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe6f0;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(29, 45, 78, 0.08);
    color: #657184;
    display: inline-flex;
    font-size: 14px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: 42px;
}

.premium-footer-social .footer-social a:hover {
    background: #253b84;
    border-color: #253b84;
    color: #ffffff;
    transform: translateY(-2px);
}

.footer {
    background: #ffffff;
    border-top: 0;
    border-bottom: 0;
}

.footer-content {
    border-top: 0;
    border-bottom: 0;
    padding: 14px 0 18px;
}

.footer-content p,
.footer-content .copyright p,
.copyright p {
    color: #8b93a1;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .placeholder-container {
        min-height: 0;
    }

    .placeholder-container .footer-placeholder {
        max-width: 420px;
        opacity: 0.16;
        right: 0;
        width: 60vw;
    }

    .premium-footer-brand,
    .premium-footer-contact,
    .premium-footer-social {
        margin-bottom: 34px;
    }

    .premium-footer-social {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .bottom.section-padding {
        padding: 48px 0 24px;
    }

    .placeholder-container .footer-placeholder {
        display: none;
    }

    .premium-footer-brand {
        max-width: 100%;
    }

    .premium-footer-brand img {
        margin-left: auto;
        margin-right: auto;
    }

    .premium-footer-brand .description,
    .premium-footer-contact h3,
    .premium-footer-social h3 {
        text-align: center;
    }

    .premium-footer-contact h3:after,
    .premium-footer-social h3:after {
        margin-left: auto;
        margin-right: auto;
    }

    .premium-footer-contact .footer-list {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
        text-align: left;
    }

    .premium-footer-social .footer-social {
        justify-content: center;
    }
}

/* Keep the main navigation dropdowns above hero/banner sections. */
header,
header.pb,
.header,
.header .navbar,
.header #navbarSupportedContent,
.header #main-menu,
.header #main-menu .nav-item.dropdown {
    overflow: visible !important;
}

header {
    position: relative;
    z-index: 10050 !important;
}

header.pb {
    position: absolute;
    z-index: 10050 !important;
}

.header #main-menu,
.header #main-menu .nav-item.dropdown,
.header #main-menu .nav-item.dropdown.show {
    z-index: 10060 !important;
}

.header .navbar-nav .nav-item .dropdown-menu,
.header .navbar-nav .nav-item.show > .dropdown-menu {
    background: #ffffff;
    overflow: visible !important;
    z-index: 10070 !important;
}

.header .navbar-nav .dropdown-menu .plot-menu-heading {
    font-weight: 700;
    color: #0b6f68;
}

.header .navbar-nav .dropdown-menu .plot-menu-property {
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.45;
    color: #5d6878;
}

.header .navbar-nav .dropdown-menu .plot-menu-property:before {
    content: "- ";
    color: #0b8f85;
}

/* ==================== READY TO MOVE 3BHK - SIGNATURE STYLE ==================== */

:root {
  --ahp-ink: #16231f;
  --ahp-forest: #073c3a;
  --ahp-teal: #0a8a7d;
  --ahp-blue: #163a5f;
  --ahp-gold: #c5a15a;
  --ahp-coral: #d96c4f;
  --ahp-paper: #fbf8f1;
  --ahp-mist: #edf4f1;
  --ahp-line: #d8e2dc;
}

body {
  background: var(--ahp-paper);
  color: var(--ahp-ink);
  overflow-x: hidden;
}

.wrapper {
  overflow-x: hidden;
}

.top-header {
  background: var(--ahp-forest) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top-header .header-address a,
.top-header .header-address span,
.top-header .currency-selector .select span,
.top-header .language-selector .select span {
  color: rgba(255, 255, 255, 0.88) !important;
}

.top-header .header-address i {
  color: #f0c970 !important;
}

.header {
  background: rgba(251, 248, 241, 0.96) !important;
  border-bottom: 1px solid rgba(7, 60, 58, 0.1);
  box-shadow: 0 18px 48px rgba(22, 35, 31, 0.08);
}

.header .navbar {
  min-height: 96px;
}

.header .navbar-brand {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(7, 60, 58, 0.1);
  box-shadow: 0 14px 30px rgba(22, 35, 31, 0.08);
  display: inline-flex;
  min-height: 76px;
  padding: 9px 14px;
}

.header .navbar-brand img {
  max-height: 66px;
  max-width: 270px;
}

.header #main-menu > .nav-item > .nav-link {
  color: #20362f;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.header #main-menu > .nav-item.active > .nav-link,
.header #main-menu > .nav-item > .nav-link:hover {
  color: var(--ahp-teal) !important;
}

.header .submit-btn .sbmt-btn {
  background: var(--ahp-coral) !important;
  border: 0 !important;
  box-shadow: 0 14px 28px rgba(217, 108, 79, 0.28);
  color: #ffffff !important;
}

.header .signin-btn .nav-link,
.header .signin-btn .nav-link a {
  color: #243a35 !important;
}

.banner.panchkula-hero-banner {
  align-items: center;
  background-color: #071f2c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 720px;
  overflow: hidden;
  padding: 94px 0 112px;
  position: relative;
}

.banner.panchkula-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(5, 24, 31, 0.72) 0%, rgba(5, 24, 31, 0.5) 42%, rgba(5, 24, 31, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.banner.panchkula-hero-banner::after {
  background: linear-gradient(135deg, rgba(197, 161, 90, 0.1), rgba(217, 108, 79, 0.05)) !important;
  clip-path: polygon(78% 0, 100% 0, 100% 100%, 66% 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.panchkula-hero-banner .container {
  position: relative;
  z-index: 2;
}

.panchkula-hero-banner .banner-content {
  margin-left: 0;
  margin-right: auto;
  max-width: 620px;
  padding-bottom: 20px;
  text-align: left;
}

.ahp-hero-eyebrow {
  align-items: center;
  color: #f3ce77;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ahp-hero-eyebrow::before {
  background: var(--ahp-coral);
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 12px;
  width: 42px;
}

.panchkula-hero-banner .banner-content h1 {
  color: #ffffff !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 48%, #dceaff 100%);
  background-clip: text;
  display: inline-block;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 590px;
  overflow-wrap: break-word;
  padding-bottom: 18px;
  position: relative;
  text-align: left;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.panchkula-hero-banner .banner-content h1::after {
  background: linear-gradient(90deg, #f3ce77 0%, rgba(243, 206, 119, 0.25) 70%, rgba(243, 206, 119, 0) 100%);
  border-radius: 999px;
  bottom: 0;
  box-shadow: 0 0 24px rgba(243, 206, 119, 0.34);
  content: "";
  display: block;
  height: 3px;
  left: 2px;
  position: absolute;
  width: 118px;
}

.ahp-hero-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.68;
  margin: 18px 0 0;
  max-width: 540px;
  text-align: left;
}

.ahp-hero-title-group {
  text-align: left;
}

.ahp-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 26px;
}

.ahp-hero-action {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
}

.ahp-hero-action-primary {
  background: #f3ce77;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
  color: #10213a !important;
}

.ahp-hero-action-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #ffffff !important;
}

.ahp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ahp-hero-points span {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 38px;
  padding: 0 13px;
}

.ahp-hero-points i {
  color: #f3ce77;
  margin-right: 8px;
}

.ahp-hero-proof {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  max-width: 620px;
}

.ahp-hero-proof span {
  align-items: flex-start;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 82px;
  padding: 14px 14px 13px;
}

.ahp-hero-proof i {
  grid-row: span 2;
  margin-right: 0;
  margin-top: 2px;
}

.ahp-hero-proof b,
.ahp-hero-proof small {
  display: block;
  min-width: 0;
  text-align: left;
}

.ahp-hero-proof b {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
}

.ahp-hero-proof small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 4px;
}

.panchkula-hero-banner .banner-search {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-left: 6px solid var(--ahp-coral);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
  margin-top: 18px;
  max-width: 1120px;
  padding: 18px 18px 16px !important;
  width: 100%;
}

@supports (backdrop-filter: blur(18px)) {
  .panchkula-hero-banner .banner-search {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.82) !important;
  }
}

.panchkula-hero-banner .banner-search_box {
  align-items: stretch;
  gap: 12px;
  margin: 0;
}

.panchkula-hero-banner .form_field {
  flex: 1 1 172px;
  margin: 0 !important;
  min-width: 160px;
  padding: 0 !important;
}

.panchkula-hero-banner .bootstrap-select,
.panchkula-hero-banner .dropdown.bootstrap-select,
.panchkula-hero-banner .btn-group.bootstrap-select {
  width: 100% !important;
}

.panchkula-hero-banner .form-group {
  margin-bottom: 0;
}

.panchkula-hero-banner .drop-menu,
.panchkula-hero-banner .bootstrap-select > .dropdown-toggle,
.panchkula-hero-banner .scale-range,
.panchkula-hero-banner .form-control {
  background: #ffffff !important;
  border: 1px solid #d8e2dc !important;
  box-shadow: none !important;
  color: #243a35 !important;
  min-height: 58px;
}

.panchkula-hero-banner .drop-menu .select,
.panchkula-hero-banner .scale-range-value {
  min-height: 58px;
  padding: 0 16px;
}

.panchkula-hero-banner .srch-btn {
  flex: 0 0 178px;
}

.panchkula-hero-banner .sw-search-start,
.panchkula-hero-banner .btn-outline-primary {
  align-items: center;
  background: var(--ahp-teal) !important;
  border: 0 !important;
  box-shadow: 0 16px 28px rgba(10, 138, 125, 0.26);
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 58px;
  width: 100%;
}

.panchkula-hero-banner .btn-savesearch,
.panchkula-hero-banner #search-save {
  display: none !important;
}

.home-trust-section {
  background: var(--ahp-paper);
  margin-top: -58px;
  padding: 0 0 40px;
  position: relative;
  z-index: 5;
}

.home-trust-grid {
  gap: 0;
  margin-top: 0;
}

.home-trust-card {
  background: #ffffff;
  border: 0;
  border-right: 1px solid var(--ahp-line);
  box-shadow: 0 22px 56px rgba(22, 35, 31, 0.12);
  min-height: 218px;
  padding: 32px 28px 30px;
  position: relative;
}

.home-trust-card:last-child {
  border-right: 0;
}

.home-trust-card::before {
  background: var(--ahp-gold);
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  top: 0;
  width: 52px;
}

.home-trust-card:nth-child(2)::before {
  background: var(--ahp-teal);
}

.home-trust-card:nth-child(3)::before {
  background: var(--ahp-coral);
}

.home-trust-card:nth-child(4)::before {
  background: var(--ahp-blue);
}

.home-trust-icon {
  background: var(--ahp-mist);
  border: 0;
  color: var(--ahp-teal);
  height: 56px;
  margin-bottom: 20px;
  width: 56px;
}

.home-trust-card h4 {
  color: var(--ahp-forest);
  font-size: 20px;
  margin-bottom: 10px;
}

.home-trust-card p {
  color: #60716a;
  font-size: 14px;
}

.listing-main-sec.section-padding2 {
  background: linear-gradient(180deg, var(--ahp-paper) 0%, #ffffff 100%);
  padding-bottom: 76px;
  padding-top: 54px;
}

.listing-main-sec .listing-main-sec-details {
  background: transparent;
}

.listing-main-sec .row > .col-lg-8::before,
.listing-main-sec .row > .col-lg-8::after {
  content: none !important;
}

.ahp-listing-heading {
  margin-bottom: 28px;
}

.ahp-listing-heading span {
  color: var(--ahp-coral);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ahp-listing-heading h2 {
  color: var(--ahp-forest);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.24;
  margin: 0;
  max-width: 620px;
}

.royale-city-listing-card,
.list_products .card,
.list-products .card {
  background: #ffffff !important;
  border: 1px solid rgba(7, 60, 58, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 46px rgba(22, 35, 31, 0.1) !important;
  overflow: hidden;
}

.royale-city-listing-card .img-block {
  background: var(--ahp-forest);
  min-height: 248px;
}

.royale-city-listing-card .img-block .img-fluid {
  transition: transform 0.42s ease;
}

.royale-city-listing-card:hover .img-block .img-fluid {
  transform: scale(1.055);
}

.royale-city-listing-card .listing-card-detail-price {
  background: #ffffff;
  border-left: 4px solid var(--ahp-coral);
  bottom: 18px;
  color: var(--ahp-forest);
  left: 18px;
  right: auto;
  top: auto;
}

.royale-city-listing-card .listing-card-detail-price strong {
  color: var(--ahp-forest);
}

.royale-city-listing-card .card-body {
  padding: 24px 24px 18px;
}

.royale-city-listing-card .royale-card-kicker {
  color: var(--ahp-teal);
  font-weight: 800;
}

.royale-city-listing-card h3 {
  color: var(--ahp-forest);
  font-size: 22px;
  letter-spacing: 0;
}

.royale-city-listing-card .royale-card-quickfacts {
  background: #f4f8f5;
  border-top: 1px solid #dfe8e4;
}

.royale-city-listing-card .card-footer {
  background: #ffffff;
  border-top: 1px solid #edf1ee;
}

.sidebar.layout2 > div,
.sidebar.layout2 .widget,
.sidebar.layout2 .widget-property-search,
.sidebar.layout2 .widget-featured-property,
.sidebar.layout2 .widget-catgs,
.sidebar.layout2 .widget-agent,
.sidebar.layout2 .widget-posts {
  background: #ffffff !important;
  border: 1px solid rgba(7, 60, 58, 0.11);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(22, 35, 31, 0.08);
  overflow: hidden;
}

.sidebar.layout2 h3,
.sidebar.layout2 .widget-title,
.sidebar.layout2 .sidebar-title {
  color: var(--ahp-forest) !important;
  font-weight: 900;
}

.popular-cities.hp_s1,
.popular-cities.section-padding {
  background: #ffffff;
  padding-bottom: 88px;
  padding-top: 86px;
}

.popular-cities .section-heading span,
.backend-slides-heading span {
  color: var(--ahp-coral);
  font-weight: 800;
}

.popular-cities .section-heading h3,
.backend-slides-heading h3 {
  color: var(--ahp-forest);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
}

.popular-city-card {
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(22, 35, 31, 0.13);
}

.popular-city-card .overlay {
  background: linear-gradient(180deg, rgba(7, 60, 58, 0.02) 0%, rgba(7, 60, 58, 0.82) 100%);
}

.popular-city-card .card-body i {
  background: var(--ahp-gold);
  color: #ffffff;
}

.backend-slides-section {
  background: var(--ahp-mist);
  padding-bottom: 96px;
  padding-top: 90px;
}

.backend-slide-card {
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(22, 35, 31, 0.1);
  overflow: hidden;
}

.backend-slide-copy h3 {
  color: var(--ahp-forest);
  font-weight: 900;
}

.backend-slide-link {
  color: var(--ahp-coral);
}

.why-panchkula-section {
  background: #ffffff;
}

.why-panchkula-media,
.why-panchkula-badge,
.why-panchkula-icon {
  border-radius: 8px;
}

.why-panchkula-kicker,
.why-panchkula-item span,
.why-panchkula-badge span {
  color: var(--ahp-coral);
}

.why-panchkula-copy h3,
.why-panchkula-item h4,
.why-panchkula-badge strong {
  color: var(--ahp-forest);
}

.bottom.section-padding {
  background: var(--ahp-forest);
  color: #ffffff;
}

.placeholder-container .footer-placeholder {
  opacity: 0.08;
}

.premium-footer-brand .description,
.premium-footer-contact .footer-list .value,
.premium-footer-contact .footer-list a,
.premium-footer-contact h3,
.premium-footer-social h3 {
  color: rgba(255, 255, 255, 0.82) !important;
}

.premium-footer-contact h3:after,
.premium-footer-social h3:after {
  background: var(--ahp-gold);
}

.premium-footer-contact .footer-list i {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: #f3ce77;
}

.footer {
  background: #052f2d;
  border-top: 0;
  border-bottom: 0;
}

.footer-content {
  border-top: 0;
  border-bottom: 0;
  padding: 14px 0 18px;
}

.footer-content p,
.footer-content .copyright p,
.copyright p {
  color: rgba(255, 255, 255, 0.66);
}

.bottom.section-padding {
  padding: 76px 0 44px;
}

.bottom .row.wpart,
.bottom .placeholder-container > .row {
  align-items: flex-start;
  row-gap: 34px;
}

.placeholder-container {
  min-height: 330px;
}

.placeholder-container .footer-placeholder {
  bottom: -38px;
  max-width: 520px;
  opacity: 0.055;
  right: 14%;
  width: 34vw;
}

.premium-footer-brand {
  max-width: 390px;
}

.premium-footer-logo-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  margin-bottom: 26px;
  padding: 0;
  transition: transform 0.2s ease;
}

.premium-footer-logo-link:hover {
  transform: translateY(-1px);
}

.premium-footer-brand img.premium-footer-logo-hd {
  display: block;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.1)) contrast(1.05);
  height: auto;
  image-rendering: auto;
  margin-bottom: 0;
  max-height: none;
  max-width: 360px;
  object-fit: contain;
  transform: translateZ(0);
  width: min(100%, 360px);
}

.premium-footer-brand .description {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 15.5px;
  max-width: 360px;
}

.premium-footer-contact {
  max-width: 430px;
}

.premium-footer-contact .footer-list li {
  margin-bottom: 15px;
}

.premium-footer-explore {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  max-width: 380px;
  padding: 26px;
}

.premium-footer-explore h3 {
  margin-bottom: 24px;
}

.premium-footer-link-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.premium-footer-link-grid a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  line-height: 1.3;
  min-height: 42px;
  padding: 10px 12px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.premium-footer-link-grid a i {
  color: #f3ce77;
  font-size: 16px;
}

.premium-footer-link-grid a:hover {
  background: rgba(243, 206, 119, 0.13);
  border-color: rgba(243, 206, 119, 0.34);
  color: #ffffff;
  transform: translateY(-1px);
}

.premium-footer-location-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.premium-footer-location-pills span {
  background: rgba(243, 206, 119, 0.12);
  border: 1px solid rgba(243, 206, 119, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 12px;
}

.premium-footer-cta {
  align-items: center;
  background: linear-gradient(135deg, #f3ce77, #b9934b);
  border-radius: 8px;
  color: #063b37 !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  width: 100%;
}

.premium-footer-cta:hover {
  color: #062f2d !important;
  filter: brightness(1.05);
}

@media (max-width: 991px) {
  .premium-footer-explore {
    max-width: 100%;
  }

  .placeholder-container .footer-placeholder {
    right: 0;
    width: 54vw;
  }
}

@media (max-width: 767px) {
  .bottom.section-padding {
    padding: 52px 0 28px;
  }

  .premium-footer-brand,
  .premium-footer-contact,
  .premium-footer-explore {
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
  }

  .premium-footer-logo-link {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }

  .premium-footer-brand img.premium-footer-logo-hd {
    max-width: 100%;
  }

  .premium-footer-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .panchkula-hero-banner .banner-content h1 {
    font-size: 42px;
    max-width: 540px;
  }

  .panchkula-hero-banner .srch-btn {
    flex: 1 1 180px;
  }
}

@media (max-width: 991px) {
  .header .navbar {
    min-height: 82px;
  }

  .header .navbar-brand {
    min-height: 62px;
    padding: 7px 10px;
  }

  .header .navbar-brand img {
    max-height: 50px;
    max-width: 190px;
  }

  .banner.panchkula-hero-banner {
    min-height: 0;
    padding: 72px 0 94px;
    background-position: center center !important;
  }

  .panchkula-hero-banner .banner-content h1 {
    font-size: 34px;
    max-width: 460px;
  }

  .ahp-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 460px;
  }

  .panchkula-hero-banner .banner-search_box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust-section {
    margin-top: -34px;
  }

  .home-trust-grid {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust-card {
    border-right: 0;
    border-radius: 8px;
  }
}

@media (max-width: 575px) {
  .top-header .hide_table {
    display: none !important;
  }

  .banner.panchkula-hero-banner {
    padding: 58px 0 82px;
    background-position: 47% center !important;
  }

  .panchkula-hero-banner .banner-content {
    max-width: 100%;
    padding-right: 4px;
    text-align: left;
    width: 100%;
  }

  .panchkula-hero-banner .banner-content h1 {
    display: block;
    font-size: 26px;
    line-height: 1.12;
    max-width: 300px;
    padding-bottom: 14px;
    text-align: left;
    white-space: normal !important;
    width: 100%;
  }

  .panchkula-hero-banner .banner-content h1::after {
    width: 84px;
  }

  .ahp-hero-lead {
    font-size: 14px;
    line-height: 1.65;
    max-width: 310px;
    overflow-wrap: anywhere;
    white-space: normal !important;
    width: 100%;
  }

  .ahp-hero-points span {
    flex: 1 1 100%;
    font-size: 13px;
    min-height: 36px;
  }

  .ahp-hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 310px;
  }

  .ahp-hero-action {
    width: 100%;
  }

  .ahp-hero-proof {
    grid-template-columns: 1fr;
    max-width: 310px;
  }

  .ahp-hero-proof span {
    min-height: 0;
  }

  .panchkula-hero-banner .banner-search {
    border-left-width: 4px;
    display: block !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    overflow: visible;
    padding: 14px !important;
    width: 100%;
  }

  .panchkula-hero-banner .banner-search_box {
    display: grid !important;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box.banner-search.row {
    display: grid !important;
    float: none !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field {
    display: block !important;
    float: none !important;
    margin: 0 0 12px !important;
    max-width: none !important;
    position: relative !important;
    width: 100% !important;
  }

  .panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field:last-child {
    margin-bottom: 0 !important;
  }

  .panchkula-hero-banner .form_field,
  .panchkula-hero-banner .srch-btn {
    flex-basis: auto;
    min-width: 0;
    width: 100%;
  }

  .panchkula-hero-banner .drop-menu,
  .panchkula-hero-banner .bootstrap-select > .dropdown-toggle,
  .panchkula-hero-banner .scale-range,
  .panchkula-hero-banner .form-control,
  .panchkula-hero-banner .sw-search-start,
  .panchkula-hero-banner .btn-outline-primary {
    min-width: 0;
    width: 100% !important;
  }

  .home-trust-grid {
    grid-template-columns: 1fr;
  }

  .popular-cities .section-heading h3,
  .backend-slides-heading h3 {
    font-size: 30px;
  }

  .listing-main-sec .row > .col-lg-8::after {
    font-size: 22px;
  }
}

/* Ready To Move header alignment */
.header {
  background: #ffffff;
  min-height: 92px !important;
}

.header > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.header > .container > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.header > .container > .row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.header .navbar {
  align-items: center;
  display: flex !important;
  flex-wrap: nowrap !important;
  min-height: 86px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.header .navbar-brand {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex: 0 0 auto;
  margin-left: 0 !important;
  margin-right: 34px !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.header .navbar-brand img {
  display: block;
  height: auto;
  max-height: 76px;
  max-width: 220px;
  object-fit: contain;
  width: auto;
}

.header #main-menu > .nav-item > .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .header #navbarSupportedContent {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: space-between !important;
    min-width: 0 !important;
    position: static !important;
    width: auto !important;
  }

  .header #main-menu.navbar-nav {
    justify-content: flex-start !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    position: static !important;
    text-align: left !important;
    transform: none !important;
  }

  .header #navbarSupportedContent > .d-inline {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    position: static !important;
  }
}

.header .navbar-nav .nav-item.signin-btn {
  margin-right: 10px;
}

.header .submit-btn .sbmt-btn {
  background: #1268d6 !important;
  border: 0 !important;
  box-shadow: 0 12px 24px rgba(18, 104, 214, 0.24) !important;
  color: #ffffff !important;
  height: 48px;
  line-height: 46px;
  padding: 0 22px !important;
  top: 0 !important;
}

.header .submit-btn .sbmt-btn:hover {
  background: #0b56b3 !important;
  box-shadow: 0 14px 28px rgba(11, 86, 179, 0.28) !important;
}

.header .submit-btn .sbmt-btn i,
.header .submit-btn .sbmt-btn span {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .header > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .navbar {
    min-height: 78px;
  }

  .header .navbar-brand img {
    max-height: 62px;
    max-width: 220px;
  }
}

@media (max-width: 575px) {
  .header .navbar-brand img {
    max-height: 56px;
    max-width: 190px;
  }
}

/* Hero plot search section */
.panchkula-hero-banner form.banner-search.banner-search_init {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  border-left: 0 !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2) !important;
  display: block !important;
  height: 76px !important;
  margin: 32px 0 0 !important;
  max-width: 100%;
  overflow: visible;
  padding: 0 8px 0 14px !important;
  width: 100%;
}

.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box.banner-search.row {
  align-items: stretch;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  height: 76px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field {
  display: block !important;
  flex: 1 1 0;
  margin: 0 !important;
  min-width: 0;
  padding: 0 !important;
  position: relative !important;
}

.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field:nth-child(3) {
  flex: 1.75 1 0;
  min-width: 245px;
}

.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .srch-btn {
  align-items: center;
  display: flex !important;
  flex: 0 0 318px;
  gap: 8px;
}

.panchkula-hero-banner form.banner-search.banner-search_init .drop-menu,
.panchkula-hero-banner form.banner-search.banner-search_init .bootstrap-select > .dropdown-toggle,
.panchkula-hero-banner form.banner-search.banner-search_init .scale-range,
.panchkula-hero-banner form.banner-search.banner-search_init .form-control {
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid #e0e1e6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #6f7478 !important;
  height: 58px !important;
  margin: 9px 0 !important;
  min-height: 58px !important;
}

.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field:first-child .drop-menu,
.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field:first-child .bootstrap-select > .dropdown-toggle,
.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field:first-child .scale-range,
.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field:first-child .form-control {
  border-left: 0 !important;
}

.panchkula-hero-banner form.banner-search.banner-search_init .drop-menu .select,
.panchkula-hero-banner form.banner-search.banner-search_init .scale-range-value {
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  min-height: 58px;
  padding: 0 16px;
  white-space: nowrap;
}

.panchkula-hero-banner form.banner-search.banner-search_init .scale-range-value {
  gap: 4px;
  padding: 0 18px;
}

.panchkula-hero-banner form.banner-search.banner-search_init .bootstrap-select > .dropdown-toggle {
  padding: 0 18px 0 25px !important;
}

.panchkula-hero-banner form.banner-search.banner-search_init .sw-search-start,
.panchkula-hero-banner form.banner-search.banner-search_init .btn-outline-primary {
  align-items: center;
  background: var(--ahp-teal) !important;
  border: 0 !important;
  border-radius: 50px !important;
  box-shadow: 0 14px 26px rgba(31, 83, 205, 0.26) !important;
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 800;
  height: 58px !important;
  justify-content: center;
  line-height: 58px !important;
  margin: 9px 0 !important;
  min-height: 58px !important;
  padding: 0 28px !important;
  width: 100%;
}

.panchkula-hero-banner form.banner-search.banner-search_init .sw-search-start {
  background: linear-gradient(135deg, #6375e8 0%, #6879ea 100%) !important;
}

.panchkula-hero-banner form.banner-search.banner-search_init .srch-btn .sw-search-start {
  flex: 1 1 auto;
  width: auto !important;
}

.panchkula-hero-banner form.banner-search.banner-search_init .btn-savesearch,
.panchkula-hero-banner form.banner-search.banner-search_init #search-save {
  align-items: center;
  background: linear-gradient(135deg, #a94fdf 0%, #9d47d6 100%) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 26px rgba(157, 71, 214, 0.26) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  flex: 0 0 78px;
  height: 58px !important;
  justify-content: center;
  margin: 9px 0 !important;
  min-height: 58px !important;
  padding: 0 !important;
  width: 78px !important;
}

@media (max-width: 991px) {
  .panchkula-hero-banner form.banner-search.banner-search_init {
    border-radius: 28px !important;
    height: auto !important;
    padding: 10px !important;
  }

.panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box.banner-search.row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
  }

  .panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field {
    margin-bottom: 10px !important;
    width: 100% !important;
  }

  .panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .srch-btn {
    flex: 1 1 auto;
  }

  .panchkula-hero-banner form.banner-search.banner-search_init .banner-search_box > .form_field:last-child {
    margin-bottom: 0 !important;
  }

  .panchkula-hero-banner form.banner-search.banner-search_init .drop-menu,
  .panchkula-hero-banner form.banner-search.banner-search_init .bootstrap-select > .dropdown-toggle,
  .panchkula-hero-banner form.banner-search.banner-search_init .scale-range,
  .panchkula-hero-banner form.banner-search.banner-search_init .form-control {
    background: #ffffff !important;
    border: 1px solid #e0e1e6 !important;
    border-radius: 999px !important;
    margin: 0 !important;
  }
}

.panchkula-hero-banner .banner-search.search-form,
.panchkula-hero-banner .banner-search_box,
.form_sec .banner-search.search-form.top-search,
.form_sec .banner-search_box {
  display: none !important;
}

/* Uniform display card template for Panchkula project cards. */
.royale-city-listing-card {
  background: #ffffff !important;
  border: 1px solid rgba(7, 60, 58, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(31, 45, 61, 0.1) !important;
  overflow: hidden;
}

.royale-city-listing-card .img-block {
  background: #073c3a;
  min-height: 248px;
  position: relative;
}

.royale-city-listing-card .img-block .overlay {
  background: linear-gradient(180deg, rgba(10, 20, 32, 0.02) 0%, rgba(10, 20, 32, 0.2) 100%);
}

.royale-city-listing-card .img-block .budget {
  border: 34px solid transparent;
  border-right-color: #ff3150;
  border-top-color: #ff3150;
  right: 0;
  top: 0;
  z-index: 6;
}

.royale-city-listing-card .img-block .budget .fa {
  font-size: 22px;
  left: 5px;
  top: -26px;
}

.royale-city-listing-card .listing-card-detail-price {
  background: #ffffff !important;
  border: 0 !important;
  border-left: 4px solid #d96c4f !important;
  border-radius: 8px !important;
  bottom: 18px !important;
  box-shadow: 0 18px 38px rgba(22, 35, 31, 0.16) !important;
  color: #073c3a !important;
  left: 24px !important;
  max-width: calc(100% - 48px);
  min-width: 190px;
  padding: 16px 18px !important;
  right: auto !important;
}

.royale-city-listing-card .listing-card-detail-price strong {
  color: #073c3a !important;
  font-size: 20px !important;
  font-weight: 900;
  line-height: 1.2;
}

.royale-city-listing-card .listing-card-detail-price span {
  color: #87929b !important;
  font-size: 12px !important;
  font-weight: 700;
}

.royale-city-listing-card .carousel-listing .carousel-indicators li {
  background: #ffffff;
  border: 0;
  height: 3px;
  opacity: 0.7;
  width: 42px;
}

.royale-city-listing-card .carousel-listing .carousel-indicators li.active {
  opacity: 1;
}

.royale-city-listing-card .carousel-listing .carousel-control-prev,
.royale-city-listing-card .carousel-listing .carousel-control-next {
  font-size: 34px;
  opacity: 0.92;
  width: 52px;
}

.royale-city-listing-card .card-body {
  padding: 24px 24px 18px !important;
}

.royale-city-listing-card .royale-card-kicker {
  background: #edf8f4;
  color: #0a8a7d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 14px;
  padding: 8px 12px;
}

.royale-city-listing-card .royale-card-copy h3 {
  color: #25252b;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 0;
}

.royale-city-listing-card .royale-card-copy p {
  color: #9ca5a9;
  font-size: 15px;
  font-weight: 700;
}

.royale-city-listing-card .royale-card-copy p i {
  color: #0a8a7d;
}

.royale-city-listing-card .royale-card-quickfacts {
  background: #f6faf8;
  border-top: 1px solid #dfe8e4;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 24px 22px;
}

.royale-city-listing-card .royale-card-quickfacts span {
  background: #f8fafc;
  border: 1px solid #dde7f0;
  border-radius: 6px;
  min-height: 90px;
  padding: 16px 14px;
}

.royale-city-listing-card .royale-card-quickfacts strong {
  color: #1f2937;
  font-size: 15px;
  font-weight: 900;
}

.royale-city-listing-card .royale-card-quickfacts small {
  color: #82909c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.royale-city-listing-card .card-footer {
  background: #ffffff;
  border-top: 1px solid #edf1ee;
  padding: 18px 24px;
}

@media (max-width: 575px) {
  .royale-city-listing-card .listing-card-detail-price {
    left: 16px !important;
    max-width: calc(100% - 32px);
    min-width: 0;
    padding: 13px 15px !important;
  }

  .royale-city-listing-card .royale-card-quickfacts {
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
  }
}

.ahp-budget-homes-section {
  background: linear-gradient(180deg, #ffffff 0%, #faf7ef 58%, #ffffff 100%);
  padding: 76px 0 64px;
}

.ahp-budget-homes-shell {
  align-items: start;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 248, 241, 0.9));
  border: 1px solid rgba(197, 161, 90, 0.22);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(22, 35, 31, 0.1);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  padding: 34px 36px 38px;
  position: relative;
}

.ahp-budget-homes-shell::before {
  background: linear-gradient(90deg, var(--ahp-gold), rgba(10, 138, 125, 0.24), transparent);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ahp-budget-copy {
  padding: 6px 22px 18px 0;
}

.ahp-budget-kicker {
  align-items: center;
  color: var(--ahp-gold);
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  min-height: 30px;
  position: relative;
  text-transform: uppercase;
}

.ahp-budget-kicker::after {
  background: var(--ahp-gold);
  content: "";
  height: 1px;
  margin-left: 12px;
  opacity: 0.8;
  width: 42px;
}

.ahp-budget-copy h3 {
  color: var(--ahp-forest, #073c3a);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 20px;
  max-width: 560px;
}

.ahp-budget-copy p {
  color: #50625d;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
  max-width: 640px;
}

.ahp-budget-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.ahp-budget-tags span {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(197, 161, 90, 0.26);
  border-radius: 999px;
  color: var(--ahp-forest);
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  min-height: 34px;
  padding: 0 13px;
}

.ahp-budget-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--ahp-forest), var(--ahp-teal));
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(7, 60, 58, 0.22);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  margin-top: 28px;
  min-height: 46px;
  padding: 0 22px;
}

.ahp-budget-cta:hover {
  background: linear-gradient(135deg, var(--ahp-teal), var(--ahp-forest));
  color: #ffffff !important;
  transform: translateY(-1px);
}

.ahp-budget-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ahp-budget-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 60, 58, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(22, 35, 31, 0.08);
  min-height: 206px;
  padding: 22px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ahp-budget-card::after {
  background: linear-gradient(180deg, var(--ahp-gold), rgba(197, 161, 90, 0));
  bottom: 22px;
  content: "";
  opacity: 0.26;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 1px;
}

.ahp-budget-card:hover {
  border-color: rgba(197, 161, 90, 0.36);
  box-shadow: 0 24px 58px rgba(22, 35, 31, 0.13);
  transform: translateY(-3px);
}

.ahp-budget-icon {
  align-items: center;
  background: rgba(10, 138, 125, 0.1);
  border-radius: 8px;
  color: var(--ahp-teal);
  display: inline-flex;
  font-size: 20px;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.ahp-budget-card:nth-child(2) .ahp-budget-icon {
  background: rgba(197, 161, 90, 0.16);
  color: var(--ahp-gold);
}

.ahp-budget-card:nth-child(3) .ahp-budget-icon {
  background: rgba(217, 108, 79, 0.14);
  color: var(--ahp-coral);
}

.ahp-budget-card:nth-child(4) .ahp-budget-icon {
  background: rgba(22, 58, 95, 0.12);
  color: var(--ahp-blue);
}

.ahp-budget-card h4 {
  color: var(--ahp-forest);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.28;
  margin: 0 0 12px;
  max-width: 250px;
}

.ahp-budget-card p {
  color: #60716a;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  padding-right: 8px;
}

.ahp-budget-locations {
  align-items: center;
  border-top: 1px solid rgba(197, 161, 90, 0.24);
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(190px, 310px) 1fr;
  margin-top: 34px;
  padding: 30px 0 2px;
}

.ahp-budget-locations > span {
  color: var(--ahp-forest);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.ahp-budget-location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ahp-budget-location-list strong {
  background: #ffffff;
  border: 1px solid rgba(197, 161, 90, 0.3);
  border-left: 3px solid var(--ahp-gold);
  border-radius: 6px;
  color: #394b46;
  box-shadow: 0 10px 24px rgba(22, 35, 31, 0.06);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 12px;
}

.royale-city-listing-card .carousel-listing,
.royale-city-listing-card .carousel-listing .carousel-inner,
.royale-city-listing-card .carousel-listing .carousel-item {
  height: 100%;
}

.royale-city-listing-card .carousel-listing img,
.royale-city-listing-card .carousel-listing video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.royale-city-listing-card .carousel-listing .carousel-indicators {
  bottom: 12px;
  margin-bottom: 0;
  z-index: 4;
}

.royale-city-listing-card .carousel-listing .carousel-control-prev,
.royale-city-listing-card .carousel-listing .carousel-control-next {
  color: #ffffff;
  opacity: 0.9;
  z-index: 5;
}

@media (max-width: 991px) {
  .ahp-budget-homes-section {
    padding: 58px 0 50px;
  }

  .ahp-budget-homes-shell {
    grid-template-columns: 1fr;
    padding: 30px 28px 34px;
  }

  .ahp-budget-copy {
    padding: 4px 0 0;
  }

  .ahp-budget-copy h3 {
    font-size: 31px;
  }

  .ahp-budget-locations {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-top: 26px;
  }
}

@media (max-width: 575px) {
  .ahp-budget-homes-section {
    padding: 48px 0 42px;
  }

  .ahp-budget-homes-shell {
    padding: 26px 18px 30px;
  }

  .ahp-budget-copy h3 {
    font-size: 28px;
  }

  .ahp-budget-copy p {
    font-size: 15px;
    line-height: 1.72;
  }

  .ahp-budget-grid {
    grid-template-columns: 1fr;
  }

  .ahp-budget-card {
    min-height: 0;
    padding: 18px;
  }

  .ahp-budget-card::after {
    bottom: 18px;
    right: 18px;
    top: 18px;
  }

  .ahp-budget-tags span,
  .ahp-budget-location-list strong {
    overflow-wrap: anywhere;
  }
}

.royale-city-listing-card .img-block {
  aspect-ratio: 1.45 / 1 !important;
  min-height: 0 !important;
}

.royale-city-listing-card .listing-card-detail-price {
  bottom: 18px !important;
  left: 18px !important;
  max-width: calc(100% - 36px) !important;
  min-width: 142px !important;
  padding: 13px 15px !important;
}

.royale-city-listing-card .listing-card-detail-price strong {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.listing-card-detail-price.listing-card-status-badge,
.royale-city-listing-card .listing-card-detail-price.listing-card-status-badge {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(20, 184, 166, 0.22) !important;
  border-left: 4px solid #14b8a6 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18) !important;
  max-width: max-content !important;
  min-width: 0 !important;
  padding: 11px 15px !important;
  right: auto !important;
}

.listing-card-detail-price.listing-card-status-badge strong,
.royale-city-listing-card .listing-card-detail-price.listing-card-status-badge strong {
  color: #0f4f46 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.royale-city-listing-card .listing-card-detail-price span,
.royale-city-listing-card .royale-card-copy p,
.royale-city-listing-card .royale-card-quickfacts small {
  font-weight: 500 !important;
}

.royale-city-listing-card .card-body {
  padding: 21px 20px 16px !important;
}

.royale-city-listing-card .royale-card-kicker {
  font-size: 10px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  padding: 6px 10px !important;
}

.royale-city-listing-card .royale-card-copy h3 {
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.34 !important;
  margin-bottom: 10px !important;
}

.royale-city-listing-card .royale-card-copy p {
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin-bottom: 2px !important;
}

.royale-city-listing-card .royale-card-quickfacts {
  gap: 8px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  padding: 0 20px 15px !important;
}

.royale-city-listing-card .royale-card-quickfacts span {
  min-height: 58px !important;
  padding: 10px 9px !important;
}

.royale-city-listing-card .royale-card-quickfacts strong {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

.royale-card-quickfacts strong,
.royale-city-listing-card .royale-card-quickfacts strong,
.kalka-outside-listing-card .royale-card-quickfacts strong {
  font-weight: 400 !important;
}

.royale-card-quickfacts small,
.royale-city-listing-card .royale-card-quickfacts small,
.kalka-outside-listing-card .royale-card-quickfacts small {
  font-weight: 400 !important;
}

.royale-card-quickfacts .royale-card-quickfact-area,
.royale-city-listing-card .royale-card-quickfacts .royale-card-quickfact-area {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.royale-card-quickfacts .royale-card-quickfact-area strong,
.royale-city-listing-card .royale-card-quickfacts .royale-card-quickfact-area strong {
  font-size: 12px !important;
  line-height: 1.2 !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

.royale-card-quickfacts .royale-card-quickfact-area small,
.royale-city-listing-card .royale-card-quickfacts .royale-card-quickfact-area small {
  font-size: 9px !important;
  line-height: 1.15 !important;
  margin-top: 4px !important;
}

.royale-city-listing-card .card-footer {
  padding: 13px 18px !important;
}

.home-trust-card {
  min-height: 190px !important;
  padding: 20px 18px 18px !important;
}

.home-trust-icon {
  height: 48px !important;
  margin-bottom: 16px !important;
  width: 48px !important;
}

.home-trust-card h4 {
  font-size: 17px !important;
  font-weight: 500 !important;
}

@media (max-width: 575px) {
  .royale-city-listing-card .img-block {
    aspect-ratio: 1.35 / 1 !important;
  }

  .royale-city-listing-card .listing-card-detail-price {
    bottom: 16px !important;
    left: 14px !important;
    max-width: calc(100% - 28px) !important;
    min-width: 132px !important;
    padding: 12px 14px !important;
  }

  .royale-city-listing-card .royale-card-quickfacts {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding: 0 14px 14px !important;
  }

  .royale-city-listing-card .royale-card-quickfacts span {
    min-height: 58px !important;
    padding: 9px 7px !important;
  }

  .royale-city-listing-card .royale-card-quickfacts strong {
    font-size: 12px !important;
  }

  .royale-city-listing-card .royale-card-quickfacts .royale-card-quickfact-area strong {
    font-size: 11px !important;
  }

}

.homes-sale-map-layout .homes-sale-map-sec {
  background: linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
  padding: 34px 0 76px;
}

.homes-sale-map-layout .homes-sale-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.homes-sale-map-layout .homes-sale-map-wrap,
.homes-sale-map-layout .homes-sale-content-wrap {
  width: 100%;
}

.homes-sale-map-layout .homes-sale-content-wrap {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.homes-sale-map-layout .half-map-sec #map-container.fullwidth-home-map {
  border: 1px solid rgba(7, 60, 58, 0.12);
  border-radius: 8px;
  bottom: auto;
  box-shadow: 0 22px 58px rgba(22, 35, 31, 0.13);
  height: 420px;
  left: auto;
  overflow: hidden;
  position: relative !important;
  top: auto !important;
  width: 100%;
  z-index: 1;
}

.homes-sale-map-layout .half-map-sec #map-container.fullwidth-home-map #main-map {
  height: 100% !important;
  min-height: 100%;
  width: 100%;
}

.homes-sale-map-layout .half-map-sec .widget-property-search,
.homes-sale-map-layout .half-map-sec .listing-directs {
  float: none;
  width: 100%;
}

.homes-sale-map-layout .half-map-sec .widget-property-search {
  background: #ffffff;
  border: 1px solid rgba(7, 60, 58, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(22, 35, 31, 0.08);
  margin-top: 0;
  order: 2;
  padding: 24px 24px 5px;
  position: sticky;
  top: 98px;
}

.homes-sale-no-map .half-map-sec .widget-property-search {
  margin-top: 0;
}

.homes-sale-map-layout.homes-sale-no-map .homes-sale-content-wrap {
  display: block;
  margin: 0 auto;
  max-width: 1120px;
}

.homes-sale-map-layout.homes-sale-no-map .half-map-sec .widget-property-search {
  display: none;
}

.homes-sale-map-layout.homes-sale-no-map .half-map-sec .listing-directs {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.homes-sale-map-layout .half-map-sec .widget-property-search .banner-search {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.homes-sale-map-layout .half-map-sec .widget-property-search .banner-search > .form_field,
.homes-sale-map-layout .half-map-sec .widget-property-search .banner-search > .input-field,
.homes-sale-map-layout .half-map-sec .widget-property-search .banner-search > .feat-srch,
.homes-sale-map-layout .half-map-sec .widget-property-search .features_list .form_field,
.homes-sale-map-layout .half-map-sec .widget-property-search .features_list .input-field {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.homes-sale-map-layout .half-map-sec .widget-property-search .features_list {
  margin-bottom: 18px;
}

.homes-sale-map-layout .half-map-sec .widget-property-search .features_list .group {
  display: block;
}

.homes-sale-map-layout .half-map-sec .widget-property-search .feat-srch {
  display: block;
}

.homes-sale-map-layout .half-map-sec .widget-property-search .form_field_save .form_field_row {
  gap: 10px;
}

.homes-sale-map-layout .half-map-sec .widget-property-search .sw-search-start {
  width: 100%;
}

.homes-sale-map-layout .half-map-sec .field_search_78 {
  position: relative;
}

.homes-sale-map-layout .half-map-sec .field_search_78::before {
  color: #68747f;
  content: "\f002";
  font: normal normal normal 16px/1 FontAwesome;
  left: 22px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.homes-sale-map-layout .half-map-sec #search_option_78.form-control {
  background: #ffffff;
  border: 1px solid #dce2e7;
  border-radius: 6px;
  color: #263746;
  font-size: 15px;
  height: 56px;
  margin: 0 0 16px;
  padding-left: 52px;
  width: 100%;
}

.homes-sale-map-layout .half-map-sec #search_option_78.form-control:focus {
  border-color: #6c7ae8;
  box-shadow: 0 0 0 3px rgba(108, 122, 232, 0.12) !important;
}

.homes-sale-map-layout .half-map-sec .listing-directs {
  order: 1;
  padding: 0;
}

.homes-sale-map-layout .half-map-sec .all-properties-page-head {
  margin-bottom: 18px;
}

.homes-sale-map-layout .half-map-sec .all-properties-page-head h1 {
  color: #10213a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.homes-sale-map-layout .half-map-sec .all-properties-inline-search {
  margin: 0 auto 22px;
  max-width: 760px;
  width: 100%;
}

.homes-sale-map-layout .half-map-sec .all-properties-search-box {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
  display: flex;
  gap: 10px;
  padding: 8px;
  width: 100%;
}

.homes-sale-map-layout .half-map-sec .all-properties-search-icon {
  color: #68747f;
  flex: 0 0 42px;
  font-size: 16px;
  text-align: center;
}

.homes-sale-map-layout .half-map-sec #all_properties_quick_search.form-control {
  border: 0;
  box-shadow: none !important;
  color: #263746;
  flex: 1 1 auto;
  font-size: 15px;
  height: 46px;
  min-width: 0;
  padding: 0;
}

.homes-sale-map-layout .half-map-sec #all_properties_quick_search.form-control:focus {
  box-shadow: none !important;
}

.homes-sale-map-layout .half-map-sec .all-properties-search-submit {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  height: 46px;
  justify-content: center;
  padding: 0 22px;
  white-space: nowrap;
}

.homes-sale-map-layout .half-map-sec .list-head {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 16px 18px;
}

.homes-sale-map-layout .half-map-sec .all-properties-view-toggle {
  display: none !important;
}

.homes-sale-map-layout .half-map-sec .list_products .row {
  display: flex;
  justify-content: flex-start;
  margin-left: -12px;
  margin-right: -12px;
  row-gap: 28px;
}

.homes-sale-map-layout .half-map-sec .all-properties-grid > .row {
  justify-content: center;
}

.homes-sale-map-layout .half-map-sec .all-properties-grid > .row > [class*="col-"] {
  display: flex;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 12px;
  padding-right: 12px;
}

.homes-sale-map-layout .half-map-sec .all-properties-grid .royale-city-listing-card {
  height: 100%;
  margin-bottom: 0 !important;
  width: 100%;
}

@media (max-width: 1199px) {
  .homes-sale-map-layout .homes-sale-content-wrap {
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 310px;
  }
}

@media (max-width: 991px) {
  .homes-sale-map-layout .homes-sale-content-wrap {
    display: flex;
    flex-direction: column;
  }

  .homes-sale-map-layout .half-map-sec .listing-directs,
  .homes-sale-map-layout .half-map-sec .widget-property-search {
    order: initial;
    width: 100%;
  }

  .homes-sale-map-layout .half-map-sec .widget-property-search {
    position: static;
  }

  .homes-sale-map-layout .half-map-sec .all-properties-grid > .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .homes-sale-map-layout .half-map-sec .all-properties-grid > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homes-sale-map-layout .half-map-sec .all-properties-search-box {
    flex-wrap: wrap;
    padding: 10px;
  }

  .homes-sale-map-layout .half-map-sec .all-properties-search-icon {
    flex: 0 0 34px;
  }

  .homes-sale-map-layout .half-map-sec #all_properties_quick_search.form-control {
    flex: 1 1 calc(100% - 44px);
  }

  .homes-sale-map-layout .half-map-sec .all-properties-search-submit {
    width: 100%;
  }
}

.js-property-card-slider {
  display: block;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.js-property-card-slider:not(.slick-initialized) {
  display: flex;
  gap: 24px;
  overflow: hidden;
}

.js-property-card-slider:not(.slick-initialized) > .homes-sale-slide,
.js-property-card-slider:not(.slick-initialized) > .panchkula-listing-slide {
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
}

.js-property-card-slider .slick-list {
  margin: 0 -12px;
  padding: 4px 0 28px;
}

.js-property-card-slider .slick-track {
  display: flex;
}

.js-property-card-slider .slick-slide {
  height: auto;
  padding: 0 12px;
}

.js-property-card-slider .slick-slide > div,
.js-property-card-slider .homes-sale-slide,
.js-property-card-slider .panchkula-listing-slide {
  height: 100%;
}

.js-property-card-slider .royale-city-listing-card,
.panchkula-plot-area-listings .js-property-card-slider .royale-city-listing-card {
  height: 100% !important;
  margin-bottom: 0 !important;
}

.js-property-card-slider .property-slider-arrow {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(7, 60, 58, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(22, 35, 31, 0.14);
  color: var(--ahp-forest);
  display: flex !important;
  height: 42px;
  justify-content: center;
  opacity: 1;
  width: 42px;
  z-index: 5;
}

.js-property-card-slider .property-slider-arrow::before {
  display: none;
}

.js-property-card-slider .property-slider-arrow i {
  font-size: 19px;
  line-height: 1;
}

.js-property-card-slider .slick-prev.property-slider-arrow {
  left: -10px;
}

.js-property-card-slider .slick-next.property-slider-arrow {
  right: -10px;
}

.js-property-card-slider .property-slider-arrow.slick-disabled {
  cursor: default;
  opacity: 0.35;
}

.panchkula-plot-area-listings .panchkula-listing-slider {
  margin-top: 6px;
}

@media (max-width: 991px) {
  .homes-sale-map-layout .homes-sale-map-sec {
    padding-bottom: 58px;
  }

  .homes-sale-map-layout .half-map-sec #map-container.fullwidth-home-map {
    height: 360px;
  }

  .homes-sale-map-layout .half-map-sec .widget-property-search {
    padding: 22px 18px 4px;
  }

  .js-property-card-slider:not(.slick-initialized) > .homes-sale-slide,
  .js-property-card-slider:not(.slick-initialized) > .panchkula-listing-slide {
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  .homes-sale-map-layout .half-map-sec #map-container.fullwidth-home-map {
    height: 300px;
  }

  .homes-sale-map-layout .half-map-sec .widget-property-search {
    margin-top: 20px;
    padding: 18px 14px 2px;
  }

  .homes-sale-map-layout .half-map-sec .listing-directs {
    padding-top: 26px;
  }

  .js-property-card-slider .slick-list {
    margin: 0;
  }

  .js-property-card-slider:not(.slick-initialized) > .homes-sale-slide,
  .js-property-card-slider:not(.slick-initialized) > .panchkula-listing-slide {
    flex-basis: 100%;
    max-width: 100%;
  }

  .js-property-card-slider .slick-prev.property-slider-arrow {
    left: 4px;
  }

  .js-property-card-slider .slick-next.property-slider-arrow {
    right: 4px;
  }
}

/* Keep All Properties card names away from the image edge. */
.homes-sale-map-layout .half-map-sec .all-properties-grid .royale-city-listing-card .card-body {
  clear: both !important;
  padding-top: 24px !important;
  padding-bottom: 20px !important;
}

.homes-sale-map-layout .half-map-sec .all-properties-grid .royale-city-listing-card .royale-card-copy {
  padding-top: 0 !important;
}

.homes-sale-map-layout .half-map-sec .all-properties-grid .royale-city-listing-card .royale-card-copy h3 {
  margin-top: 0 !important;
}

@media (max-width: 575px) {
  .homes-sale-map-layout .half-map-sec .all-properties-grid .royale-city-listing-card .card-body {
    padding-top: 22px !important;
  }

  .homes-sale-map-layout .half-map-sec .all-properties-grid .royale-city-listing-card .royale-card-copy {
    padding-top: 0 !important;
  }
}

/* Force the site header to overlay content with no white navbar band. */
html body header.fix,
html body .wrapper > header,
html body .wrapper > header.fix,
html body .pb,
html body .top-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1000 !important;
}

html body .top-header {
  background: transparent !important;
  display: none !important;
}

html body .header,
html body header.fix .header,
html body .header .navbar,
html body .header .navbar-collapse,
html body .header #navbarSupportedContent {
  backdrop-filter: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Expanded 2BHK Services page */
.twobhk-services-page .listing-main-sec {
  background: linear-gradient(180deg, #f6fafc 0%, #ffffff 45%, #eef5f8 100%) !important;
  padding: 58px 0 76px !important;
}

.twobhk-services-page .listing-main-sec-details,
.twobhk-services-page .blog-single-post.single {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.twobhk-services-page .blog-single-post.single > h3,
.twobhk-services-page .post-share {
  display: none !important;
}

.twobhk-services-content {
  display: grid;
  gap: 34px;
}

.twobhk-services-page .twobhk-services-content,
.twobhk-services-page .blog-single-post.single,
.twobhk-services-page .WYSIWYG_content {
  visibility: visible !important;
}

.twobhk-services-page .twobhk-scroll-reveal {
  clip-path: inset(0 0 16% 0);
  filter: blur(5px);
  opacity: 0;
  visibility: visible !important;
}

.twobhk-services-page .twobhk-scroll-reveal.is-revealed {
  clip-path: inset(0 0 0 0);
  filter: blur(0);
  opacity: 1;
}

.twobhk-service-intro,
.twobhk-service-process,
.twobhk-service-cta {
  border-radius: 8px;
  padding: 34px;
}

.twobhk-service-intro {
  background: linear-gradient(135deg, #13202b 0%, #0d3440 100%);
  color: #ffffff;
}

.twobhk-service-intro span,
.twobhk-service-split span,
.twobhk-service-process > span,
.twobhk-service-cta span {
  color: #cfa143;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.twobhk-service-intro h2,
.twobhk-service-process h2,
.twobhk-service-cta h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 14px;
}

.twobhk-service-intro h2,
.twobhk-service-intro p,
.twobhk-service-cta h2,
.twobhk-service-cta p {
  color: #ffffff !important;
}

.twobhk-service-intro p,
.twobhk-service-cta p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  max-width: 880px;
}

.twobhk-service-actions,
.twobhk-service-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.twobhk-service-actions a,
.twobhk-service-cta a {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none !important;
}

.twobhk-service-actions a,
.twobhk-service-cta a {
  background: #ffffff;
  color: #13202b !important;
}

.twobhk-service-actions a:nth-child(2),
.twobhk-service-actions a:nth-child(3),
.twobhk-service-cta a:first-child {
  background: #cfa143;
  color: #13202b !important;
}

.twobhk-service-grid,
.twobhk-service-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.twobhk-service-grid article,
.twobhk-service-steps article,
.twobhk-service-split > div {
  background: #ffffff;
  border: 1px solid rgba(19,32,43,.1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(13,31,45,.08);
  min-width: 0;
  padding: 24px;
}

.twobhk-service-grid i {
  align-items: center;
  background: rgba(207,161,67,.14);
  border-radius: 8px;
  color: #9a6b1f;
  display: inline-flex;
  font-size: 25px;
  height: 48px;
  justify-content: center;
  margin-bottom: 16px;
  width: 48px;
}

.twobhk-service-grid h3,
.twobhk-service-split h3,
.twobhk-service-steps h3 {
  color: #13202b;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px;
}

.twobhk-service-grid p,
.twobhk-service-split p,
.twobhk-service-steps p,
.twobhk-service-split li {
  color: #667887;
  font-size: 14px;
  line-height: 1.7;
}

.twobhk-service-split {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.twobhk-service-split ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.twobhk-service-split li {
  padding-left: 22px;
  position: relative;
}

.twobhk-service-split li:before {
  background: #cfa143;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 9px;
  width: 8px;
}

.twobhk-service-process {
  background: #f4f8fb;
}

.twobhk-service-steps article b {
  color: #cfa143;
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
}

.twobhk-service-cta {
  align-items: center;
  background: linear-gradient(135deg, #263f55 0%, #13202b 100%);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) auto;
}

@media (max-width: 991px) {
  .twobhk-service-grid,
  .twobhk-service-steps,
  .twobhk-service-split,
  .twobhk-service-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .twobhk-service-intro,
  .twobhk-service-process,
  .twobhk-service-cta,
  .twobhk-service-grid article,
  .twobhk-service-steps article,
  .twobhk-service-split > div {
    padding: 22px;
  }

  .twobhk-service-intro h2,
  .twobhk-service-process h2,
  .twobhk-service-cta h2 {
    font-size: 26px;
  }

  .twobhk-service-actions a,
  .twobhk-service-cta a {
    width: 100%;
  }
}

/* Services page layout repair */
body.twobhk-services-page .listing-main-sec {
  background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 48%, #eef5f8 100%) !important;
  padding: 68px 0 88px !important;
}

body.twobhk-services-page .listing-main-sec > .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1120px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(100% - 56px) !important;
}

body.twobhk-services-page .listing-main-sec-details,
body.twobhk-services-page .listing-main-sec-details > .row,
body.twobhk-services-page .listing-main-sec-details > .row > [class*="col-"],
body.twobhk-services-page .blog-single-post.single,
body.twobhk-services-page .WYSIWYG_content {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.twobhk-services-page .twobhk-services-content {
  display: grid !important;
  gap: 30px !important;
  margin: 0 auto !important;
  max-width: 1120px !important;
  width: 100% !important;
}

body.twobhk-services-page .twobhk-services-content section {
  min-width: 0 !important;
}

body.twobhk-services-page .WYSIWYG_content h2,
body.twobhk-services-page .WYSIWYG_content h3,
body.twobhk-services-page .WYSIWYG_content p,
body.twobhk-services-page .WYSIWYG_content ul {
  margin-top: 0 !important;
}

body.twobhk-services-page .twobhk-service-intro {
  background:
    radial-gradient(circle at 92% 12%, rgba(207, 161, 67, .18), transparent 30%),
    linear-gradient(135deg, #102635 0%, #092733 100%) !important;
  box-shadow: 0 30px 78px rgba(9, 39, 51, .22);
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  padding: 44px 48px !important;
  position: relative;
}

body.twobhk-services-page .twobhk-service-intro > span,
body.twobhk-services-page .twobhk-service-intro > h2,
body.twobhk-services-page .twobhk-service-intro > p {
  grid-column: 1;
}

body.twobhk-services-page .twobhk-service-intro h2 {
  font-size: 40px !important;
  line-height: 1.12 !important;
  max-width: 760px;
}

body.twobhk-services-page .twobhk-service-intro p {
  max-width: 760px !important;
}

body.twobhk-services-page .twobhk-service-actions {
  align-content: center;
  display: grid !important;
  gap: 12px !important;
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-top: 0 !important;
  min-width: 190px;
}

body.twobhk-services-page .twobhk-service-actions a,
body.twobhk-services-page .twobhk-service-cta a {
  box-shadow: 0 14px 30px rgba(4, 20, 30, .14);
  gap: 8px;
  white-space: nowrap;
}

body.twobhk-services-page .twobhk-service-grid {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.twobhk-services-page .twobhk-service-grid article,
body.twobhk-services-page .twobhk-service-steps article,
body.twobhk-services-page .twobhk-service-split > div {
  animation: twobhkServicesIn .7s cubic-bezier(.19,1,.22,1) both;
  border-color: rgba(19, 32, 43, .11) !important;
  box-shadow: 0 18px 44px rgba(13, 31, 45, .08) !important;
  min-height: 218px;
  overflow: hidden;
  position: relative;
}

body.twobhk-services-page .twobhk-service-grid article[data-service-clickable="1"] {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

body.twobhk-services-page .twobhk-service-grid article[data-service-clickable="1"] p {
  margin-bottom: 18px !important;
}

body.twobhk-services-page .twobhk-service-card-link {
  align-items: center;
  align-self: flex-start;
  background: rgba(207, 161, 67, .12);
  border: 1px solid rgba(207, 161, 67, .28);
  border-radius: 999px;
  color: #13202b !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-top: auto;
  min-height: 36px;
  padding: 0 14px;
  position: relative;
  text-decoration: none !important;
  transition: background .24s ease, color .24s ease, transform .24s ease;
  z-index: 3;
}

body.twobhk-services-page .twobhk-service-card-link:after {
  content: ">";
  margin-left: 8px;
}

body.twobhk-services-page .twobhk-service-grid article:hover .twobhk-service-card-link {
  background: #cfa143;
  color: #13202b !important;
  transform: translateX(3px);
}

body.twobhk-services-page .twobhk-service-grid article:nth-child(2),
body.twobhk-services-page .twobhk-service-split > div:nth-child(2),
body.twobhk-services-page .twobhk-service-steps article:nth-child(2) {
  animation-delay: .06s;
}

body.twobhk-services-page .twobhk-service-grid article:nth-child(3),
body.twobhk-services-page .twobhk-service-steps article:nth-child(3) {
  animation-delay: .12s;
}

body.twobhk-services-page .twobhk-service-grid article:hover,
body.twobhk-services-page .twobhk-service-steps article:hover,
body.twobhk-services-page .twobhk-service-split > div:hover {
  border-color: rgba(207, 161, 67, .42) !important;
  box-shadow: 0 28px 66px rgba(13, 31, 45, .13) !important;
  transform: translateY(-5px) !important;
}

body.twobhk-services-page .twobhk-service-split {
  align-items: stretch;
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.twobhk-services-page .twobhk-service-split > div {
  min-height: 360px;
  overflow: hidden !important;
  padding: 32px !important;
}

body.twobhk-services-page .twobhk-service-split ul {
  display: grid !important;
  gap: 12px !important;
  list-style: none !important;
  margin: 22px 0 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

body.twobhk-services-page .twobhk-service-split li {
  align-items: flex-start !important;
  color: #667887 !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 10px minmax(0, 1fr) !important;
  line-height: 1.62 !important;
  list-style: none !important;
  margin: 0 !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  padding: 0 !important;
  position: relative;
}

body.twobhk-services-page .twobhk-service-split li::marker {
  content: "" !important;
}

body.twobhk-services-page .twobhk-service-split li:before {
  background: #cfa143 !important;
  border-radius: 999px !important;
  content: "" !important;
  display: block !important;
  height: 7px !important;
  margin-top: 9px !important;
  position: static !important;
  width: 7px !important;
}

body.twobhk-services-page .twobhk-service-process {
  background: #ffffff !important;
  border: 1px solid rgba(19, 32, 43, .1);
  box-shadow: 0 18px 44px rgba(13, 31, 45, .07);
  padding: 38px !important;
}

body.twobhk-services-page .twobhk-service-steps {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 22px;
}

body.twobhk-services-page .twobhk-service-steps article {
  min-height: 210px;
}

body.twobhk-services-page .twobhk-service-cta {
  background:
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, #263f55 0%, #13202b 100%) !important;
  box-shadow: 0 28px 70px rgba(13,31,45,.2);
  padding: 38px 44px !important;
}

body.twobhk-services-page .twobhk-service-note {
  background: linear-gradient(135deg, #f9fbfc 0%, #eef5f8 100%);
  border: 1px solid rgba(19, 32, 43, .1);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(13, 31, 45, .07);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
  padding: 36px;
}

body.twobhk-services-page .twobhk-service-note span {
  color: #cfa143;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body.twobhk-services-page .twobhk-service-note h2 {
  color: #13202b;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 14px !important;
}

body.twobhk-services-page .twobhk-service-note p {
  color: #667887;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 !important;
}

body.twobhk-services-page .twobhk-service-note-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.twobhk-services-page .twobhk-service-note-grid article {
  background: #ffffff;
  border: 1px solid rgba(19, 32, 43, .1);
  border-radius: 8px;
  min-width: 0;
  padding: 20px;
}

body.twobhk-services-page .twobhk-service-note-grid b {
  color: #cfa143;
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

body.twobhk-services-page .twobhk-service-note-grid strong {
  color: #13202b;
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

body.twobhk-services-page .twobhk-service-detail {
  display: grid;
  gap: 26px;
}

body.twobhk-services-page .twobhk-service-back {
  align-items: center;
  background: #13202b;
  border: 1px solid rgba(207, 161, 67, .28);
  border-radius: 999px;
  color: #cfa143 !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  text-decoration: none !important;
  width: max-content;
}

body.twobhk-services-page .twobhk-service-back:before {
  content: "<";
  margin-right: 8px;
}

body.twobhk-services-page .twobhk-service-detail-hero,
body.twobhk-services-page .twobhk-service-detail-note {
  background:
    radial-gradient(circle at 92% 14%, rgba(207, 161, 67, .16), transparent 30%),
    linear-gradient(135deg, #102635 0%, #092733 100%);
  border-radius: 8px;
  box-shadow: 0 30px 78px rgba(9, 39, 51, .2);
  color: #ffffff;
  padding: 44px 48px;
}

body.twobhk-services-page .twobhk-service-detail-hero span,
body.twobhk-services-page .twobhk-service-detail-note span {
  color: #cfa143;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body.twobhk-services-page .twobhk-service-detail-hero h2,
body.twobhk-services-page .twobhk-service-detail-note h3 {
  color: #ffffff !important;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.14;
  margin: 0 0 14px !important;
  max-width: 820px;
}

body.twobhk-services-page .twobhk-service-detail-hero p,
body.twobhk-services-page .twobhk-service-detail-note p {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 !important;
  max-width: 850px;
}

body.twobhk-services-page .twobhk-service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body.twobhk-services-page .twobhk-service-detail-actions a {
  align-items: center;
  background: #cfa143;
  border-radius: 8px;
  color: #13202b !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none !important;
}

body.twobhk-services-page .twobhk-service-detail-actions a:nth-child(2) {
  background: #ffffff;
}

body.twobhk-services-page .twobhk-service-detail-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.twobhk-services-page .twobhk-service-detail-grid article {
  animation: twobhkServicesIn .7s cubic-bezier(.19,1,.22,1) both;
  background: #ffffff;
  border: 1px solid rgba(19, 32, 43, .1);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(13, 31, 45, .08);
  min-height: 210px;
  padding: 28px;
}

body.twobhk-services-page .twobhk-service-detail-grid article:nth-child(2) {
  animation-delay: .06s;
}

body.twobhk-services-page .twobhk-service-detail-grid article:nth-child(3) {
  animation-delay: .12s;
}

body.twobhk-services-page .twobhk-service-detail-grid article:nth-child(4) {
  animation-delay: .18s;
}

body.twobhk-services-page .twobhk-service-detail-grid b {
  color: #cfa143;
  display: block;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 14px;
}

body.twobhk-services-page .twobhk-service-detail-grid h3 {
  color: #13202b;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.22;
  margin: 0 0 10px !important;
}

body.twobhk-services-page .twobhk-service-detail-grid p {
  color: #667887;
  font-size: 15px;
  line-height: 1.72;
  margin: 0 !important;
}

body.twobhk-services-page .twobhk-service-article {
  background: #ffffff;
  border: 1px solid rgba(19, 32, 43, .1);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(13, 31, 45, .07);
  display: grid;
  gap: 26px;
  padding: 40px;
}

body.twobhk-services-page .twobhk-service-article-head {
  max-width: 880px;
}

body.twobhk-services-page .twobhk-service-article-head span {
  color: #cfa143;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body.twobhk-services-page .twobhk-service-article-head h2 {
  color: #13202b;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 14px !important;
}

body.twobhk-services-page .twobhk-service-article-head p {
  color: #667887;
  font-size: 16px;
  line-height: 1.78;
  margin: 0 !important;
}

body.twobhk-services-page .twobhk-service-article-list {
  display: grid;
  gap: 18px;
}

body.twobhk-services-page .twobhk-service-article-list article {
  background: linear-gradient(135deg, #f8fbfc 0%, #ffffff 100%);
  border: 1px solid rgba(19, 32, 43, .08);
  border-left: 4px solid #cfa143;
  border-radius: 8px;
  padding: 26px 28px;
}

body.twobhk-services-page .twobhk-service-article-list h3 {
  color: #13202b;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px !important;
}

body.twobhk-services-page .twobhk-service-article-list p {
  color: #667887;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px !important;
}

body.twobhk-services-page .twobhk-service-article-list ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

body.twobhk-services-page .twobhk-service-article-list li {
  color: #536776;
  display: grid;
  font-size: 14px;
  gap: 10px;
  grid-template-columns: 10px minmax(0, 1fr);
  line-height: 1.62;
  list-style: none;
  margin: 0 !important;
  overflow-wrap: anywhere;
  padding: 0 !important;
}

body.twobhk-services-page .twobhk-service-article-list li:before {
  background: #cfa143;
  border-radius: 999px;
  content: "";
  display: block;
  height: 7px;
  margin-top: 9px;
  width: 7px;
}

@keyframes twobhkServicesIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  body.twobhk-services-page .listing-main-sec > .container {
    width: calc(100% - 36px) !important;
  }

  body.twobhk-services-page .twobhk-service-intro,
  body.twobhk-services-page .twobhk-service-cta {
    grid-template-columns: 1fr !important;
    padding: 34px !important;
  }

  body.twobhk-services-page .twobhk-service-actions {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.twobhk-services-page .twobhk-service-grid,
  body.twobhk-services-page .twobhk-service-split,
  body.twobhk-services-page .twobhk-service-note,
  body.twobhk-services-page .twobhk-service-steps,
  body.twobhk-services-page .twobhk-service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.twobhk-services-page .twobhk-service-note-grid {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  body.twobhk-services-page .listing-main-sec {
    padding: 42px 0 58px !important;
  }

  body.twobhk-services-page .listing-main-sec > .container {
    width: calc(100% - 28px) !important;
  }

  body.twobhk-services-page .twobhk-service-intro,
  body.twobhk-services-page .twobhk-service-process,
  body.twobhk-services-page .twobhk-service-cta,
  body.twobhk-services-page .twobhk-service-split > div,
  body.twobhk-services-page .twobhk-service-detail-hero,
  body.twobhk-services-page .twobhk-service-detail-note,
  body.twobhk-services-page .twobhk-service-article,
  body.twobhk-services-page .twobhk-service-article-list article {
    padding: 24px !important;
  }

  body.twobhk-services-page .twobhk-service-intro h2,
  body.twobhk-services-page .twobhk-service-detail-hero h2,
  body.twobhk-services-page .twobhk-service-detail-note h3,
  body.twobhk-services-page .twobhk-service-article-head h2 {
    font-size: 28px !important;
  }

  body.twobhk-services-page .twobhk-service-actions,
  body.twobhk-services-page .twobhk-service-grid,
  body.twobhk-services-page .twobhk-service-split,
  body.twobhk-services-page .twobhk-service-note,
  body.twobhk-services-page .twobhk-service-note-grid,
  body.twobhk-services-page .twobhk-service-steps,
  body.twobhk-services-page .twobhk-service-detail-grid {
    grid-template-columns: 1fr !important;
  }

  body.twobhk-services-page .twobhk-service-actions a,
  body.twobhk-services-page .twobhk-service-cta a,
  body.twobhk-services-page .twobhk-service-detail-actions a {
    width: 100%;
  }
}

/* Black + gold service controls */
.twobhk-services-grid i,
.twobhk-service-grid i,
.premium-home-services .card .card-body i,
.about-service-card i {
  background: linear-gradient(135deg, #071f28 0%, #13202b 100%) !important;
  border: 1px solid rgba(207, 161, 67, .24) !important;
  box-shadow: 0 12px 24px rgba(7, 31, 40, .16) !important;
  color: #cfa143 !important;
}

.twobhk-services-grid article:nth-child(n) i,
.twobhk-service-grid article:nth-child(n) i,
.premium-home-services .card:nth-child(n) .card-body i,
.about-service-card:nth-child(n) i {
  background: linear-gradient(135deg, #071f28 0%, #13202b 100%) !important;
  color: #cfa143 !important;
}

.twobhk-services-grid article:hover i,
.twobhk-service-grid article:hover i,
.premium-home-services .card:hover .card-body i,
.about-service-card:hover i {
  background: linear-gradient(135deg, #cfa143 0%, #b8872f 100%) !important;
  border-color: rgba(19, 32, 43, .18) !important;
  box-shadow: 0 16px 30px rgba(207, 161, 67, .24) !important;
  color: #13202b !important;
}

.twobhk-services-grid article:after,
.twobhk-service-grid article:after {
  background: linear-gradient(90deg, #13202b 0%, #cfa143 100%) !important;
}

/* Global 2BHK parallax backgrounds */
.twobhk-hero-redesign,
.twobhk-inner-listing-hero,
.pager-sec.bfr,
.about-hero,
.about-cta,
.contact-premium-hero,
.main-banner-sec,
.banner.panchkula-hero-banner {
  --twobhk-parallax-y: 0px;
  overflow: hidden !important;
}

.twobhk-hero-redesign:before,
.twobhk-inner-listing-hero:before,
.pager-sec.bfr:before,
.about-hero:before,
.contact-premium-hero:before {
  animation: none !important;
  inset: 0 !important;
  transform: none !important;
  will-change: auto;
}

.main-banner-sec .banner-slide > img,
.banner.panchkula-hero-banner:before {
  transform: none !important;
  transform-origin: center center !important;
  will-change: auto;
}

.twobhk-parallax-active.twobhk-hero-redesign,
.twobhk-parallax-active.twobhk-inner-listing-hero,
.twobhk-parallax-active.pager-sec.bfr,
.twobhk-parallax-active.about-hero,
.twobhk-parallax-active.about-cta,
.twobhk-parallax-active.contact-premium-hero,
.twobhk-parallax-active.main-banner-sec,
.twobhk-parallax-active.banner.panchkula-hero-banner {
  --twobhk-parallax-bg-y: 50%;
  overflow: hidden !important;
  position: relative !important;
}

.twobhk-parallax-layer {
  display: none !important;
}

.has-twobhk-parallax-layer:before {
  opacity: 1 !important;
}

.twobhk-parallax-active.twobhk-hero-redesign:before,
.twobhk-parallax-active.twobhk-inner-listing-hero:before,
.twobhk-parallax-active.pager-sec.bfr:before,
.twobhk-parallax-active.about-hero:before,
.twobhk-parallax-active.about-cta:before,
.twobhk-parallax-active.contact-premium-hero:before {
  animation: none !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  inset: 0 !important;
  transform: none !important;
  will-change: auto;
}

.twobhk-parallax-active.main-banner-sec .banner-slide > img,
.twobhk-parallax-active.banner.panchkula-hero-banner:before {
  transform: none !important;
}

@media (max-width: 991px) {
  .twobhk-parallax-active.twobhk-hero-redesign:before,
  .twobhk-parallax-active.twobhk-inner-listing-hero:before,
  .twobhk-parallax-active.pager-sec.bfr:before,
  .twobhk-parallax-active.about-hero:before,
  .twobhk-parallax-active.about-cta:before,
  .twobhk-parallax-active.contact-premium-hero:before {
    background-attachment: scroll !important;
  }
}

.twobhk-scroll-arrows {
  bottom: 24px;
  display: grid;
  gap: 10px;
  position: fixed;
  right: 22px;
  z-index: 1400;
}

.twobhk-scroll-arrow {
  align-items: center;
  background: rgba(19,32,43,.94);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(9,20,30,.28);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
  transition: background-color .22s ease, opacity .22s ease, transform .22s ease, visibility .22s ease;
  visibility: visible;
  width: 44px;
}

.twobhk-scroll-arrow:hover {
  background: #cfa143;
  color: #13202b;
  transform: translateY(-2px);
}

.twobhk-arrow-shape {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: block;
  height: 10px;
  width: 10px;
}

.twobhk-arrow-up {
  transform: translateY(2px) rotate(-135deg);
}

.twobhk-arrow-down {
  transform: translateY(-2px) rotate(45deg);
}

.twobhk-scroll-arrows.is-near-top [data-scroll-target="top"],
.twobhk-scroll-arrows.is-near-bottom [data-scroll-target="bottom"] {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .twobhk-hero-redesign:before,
  .twobhk-inner-listing-hero:before,
  .pager-sec.bfr:before,
  .about-hero:before,
  .contact-premium-hero:before,
  .main-banner-sec .banner-slide > img,
  .banner.panchkula-hero-banner:before {
    transform: none !important;
  }
}

/* Dynamic scroll reveal */
.twobhk-scroll-reveal {
  clip-path: inset(0 0 0 0);
  opacity: 0;
  transform: translateY(30px) scale(.985);
  transition: opacity .86s ease, transform .86s cubic-bezier(.19,1,.22,1), filter .86s ease, clip-path .86s cubic-bezier(.19,1,.22,1);
  transition-delay: var(--twobhk-reveal-delay, 0ms);
  will-change: opacity, transform, filter, clip-path;
}

.twobhk-reveal-up,
.twobhk-reveal-0 {
  transform: translateY(38px) scale(.985);
}

.twobhk-reveal-left,
.twobhk-reveal-1 {
  transform: translateX(-42px) scale(.99);
}

.twobhk-reveal-right,
.twobhk-reveal-2 {
  transform: translateX(42px) scale(.99);
}

.twobhk-reveal-zoom,
.twobhk-reveal-3 {
  filter: blur(5px);
  transform: translateY(18px) scale(.92);
}

.twobhk-reveal-soft,
.twobhk-reveal-4 {
  clip-path: inset(0 0 18% 0);
  filter: blur(4px);
  transform: translateY(26px);
}

.twobhk-reveal-tilt {
  transform: translateY(34px) rotateX(7deg) scale(.97);
  transform-origin: center top;
}

.twobhk-reveal-rise {
  transform: translateY(48px);
}

.twobhk-reveal-pop {
  transform: translateY(18px) scale(.9);
}

.twobhk-scroll-reveal.is-revealed {
  clip-path: inset(0 0 0 0);
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0,0,0) scale(1) rotateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .twobhk-scroll-reveal {
    clip-path: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Icon font cache-path repair */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/2bhk%20in%20zirakpur/templates/selio/assets/libraries/fontawesome-6.7/webfonts/fa-solid-900.woff2") format("woff2"),
       url("/2bhk%20in%20zirakpur/templates/selio/assets/libraries/fontawesome-6.7/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/2bhk%20in%20zirakpur/templates/selio/assets/libraries/fontawesome-6.7/webfonts/fa-regular-400.woff2") format("woff2"),
       url("/2bhk%20in%20zirakpur/templates/selio/assets/libraries/fontawesome-6.7/webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/2bhk%20in%20zirakpur/templates/selio/assets/libraries/fontawesome-6.7/webfonts/fa-brands-400.woff2") format("woff2"),
       url("/2bhk%20in%20zirakpur/templates/selio/assets/libraries/fontawesome-6.7/webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/font-awesome/fonts/fontawesome-webfont.woff2") format("woff2"),
       url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/font-awesome/fonts/fontawesome-webfont.woff") format("woff");
}

@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/simple-line-icons/fonts/la-solid-900.woff2") format("woff2"),
       url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/simple-line-icons/fonts/la-solid-900.woff") format("woff");
}

@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/simple-line-icons/fonts/la-regular-400.woff2") format("woff2"),
       url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/simple-line-icons/fonts/la-regular-400.woff") format("woff");
}

@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/simple-line-icons/fonts/la-brands-400.woff2") format("woff2"),
       url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/simple-line-icons/fonts/la-brands-400.woff") format("woff");
}

@font-face {
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/simple-line-icons/fonts/Simple-Line-Icons.woff2") format("woff2"),
       url("/2bhk%20in%20zirakpur/templates/selio/assets/icons/simple-line-icons/fonts/Simple-Line-Icons.woff") format("woff");
}

.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

.la,
.las {
  font-family: "Line Awesome Free" !important;
  font-weight: 900 !important;
}

.lar {
  font-family: "Line Awesome Free" !important;
  font-weight: 400 !important;
}

.lab {
  font-family: "Line Awesome Brands" !important;
  font-weight: 400 !important;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "simple-line-icons" !important;
  speak: none;
}
/* ==================== 2BHK PROPERTY DETAIL PAGE CLEANUP ==================== */

body.twobhk-property-page header,
body.twobhk-property-page header.pb {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.twobhk-property-page .header {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.twobhk-property-page .header .navbar,
body.twobhk-property-page .header .navbar-collapse,
body.twobhk-property-page .header #navbarSupportedContent {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.twobhk-property-page .header .navbar-brand img,
body.twobhk-property-page .header .navbar-brand .twobhk-logo-img {
    filter: none !important;
    opacity: 1 !important;
}

body.twobhk-property-page .header #main-menu .nav-link,
body.twobhk-property-page .header #main-menu > .nav-item > .nav-link,
body.twobhk-property-page .header .signin-btn .nav-link,
body.twobhk-property-page .header .signin-btn .nav-link a,
body.twobhk-property-page .header .signin-btn .nav-link b,
body.twobhk-property-page .header .signin-btn .nav-link span,
body.twobhk-property-page .header .signin-btn .nav-link i {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.35) !important;
}

body.twobhk-property-page .header #main-menu .nav-link:hover,
body.twobhk-property-page .header #main-menu .nav-link.active,
body.twobhk-property-page .header #main-menu .nav-item.active > .nav-link,
body.twobhk-property-page .header .signin-btn .nav-link:hover {
    background: rgba(255,255,255,.14) !important;
    color: #ffffff !important;
}

body.twobhk-property-page .property-single-pg {
    background: #f5f8fa !important;
    padding-top: 106px !important;
}

body.twobhk-property-page .property-single-pg > .container {
    max-width: 1180px;
    padding-bottom: 54px;
}

body.twobhk-property-page .property-single-page-content {
    margin-top: 24px !important;
}

body.twobhk-property-page .prop-breadcrumb,
body.twobhk-property-page .prop-gallery-wrap,
body.twobhk-property-page .hermitage-project-card,
body.twobhk-property-page .details-info.property-hero-details,
body.twobhk-property-page .property-about-copy,
body.twobhk-property-page .property-pg-left > .descp-text,
body.twobhk-property-page .property-pg-left > .features-dv,
body.twobhk-property-page .property-pg-left > .map-dv,
body.twobhk-property-page .similar-listings-posts {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.twobhk-property-page .prop-gallery-wrap {
    background: #0b141b;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(15, 33, 48, .14);
    display: grid !important;
    gap: 8px;
    grid-template-columns: minmax(0, 2.1fr) minmax(220px, .9fr);
    min-height: 420px;
    overflow: hidden;
}

body.twobhk-property-page .prop-gallery-wrap.prop-gallery-no-thumbs {
    grid-template-columns: 1fr;
}

body.twobhk-property-page .prop-gallery-main {
    float: none !important;
    height: 420px !important;
    min-height: 420px !important;
    width: 100% !important;
}

body.twobhk-property-page .prop-gallery-main img,
body.twobhk-property-page .prop-gallery-thumb img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.twobhk-property-page .prop-gallery-thumbs {
    display: grid !important;
    float: none !important;
    gap: 8px;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: 420px;
    width: 100% !important;
}

body.twobhk-property-page .prop-gallery-thumb {
    height: 100% !important;
    overflow: hidden;
}

body.twobhk-property-page .hermitage-project-card,
body.twobhk-property-page .details-info.property-hero-details,
body.twobhk-property-page .twobhk-universal-detail-card {
    background: #ffffff !important;
    border: 1px solid #dfe8ef !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(15, 33, 48, .08) !important;
    margin-top: 24px !important;
    overflow: hidden;
}

body.twobhk-property-page .twobhk-universal-detail-card {
    padding: 0 !important;
}

body.twobhk-property-page .twobhk-universal-detail-head {
    background: #102532;
    border-top: 3px solid #d7a93b;
    padding: 22px 24px;
}

body.twobhk-property-page .twobhk-universal-detail-head span {
    color: #d7a93b;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

body.twobhk-property-page .twobhk-universal-detail-head h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px;
}

body.twobhk-property-page .twobhk-universal-detail-head p {
    color: rgba(255,255,255,.78);
    font-size: 14px;
    margin: 0;
}

body.twobhk-property-page .twobhk-universal-detail-card ul,
body.twobhk-property-page .property-hero-details ul {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding: 18px !important;
}

body.twobhk-property-page .twobhk-universal-detail-card ul li,
body.twobhk-property-page .property-hero-details ul li {
    background: #f8faf9 !important;
    border: 1px solid #e4ebef !important;
    border-radius: 8px !important;
    float: none !important;
    margin: 0 !important;
    min-height: 82px;
    padding: 14px !important;
    width: auto !important;
}

body.twobhk-property-page .twobhk-universal-detail-card ul li h4,
body.twobhk-property-page .property-hero-details ul li h4 {
    color: #9a7420 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .05em;
    line-height: 1.2;
    margin: 0 0 7px !important;
    text-transform: uppercase;
}

body.twobhk-property-page .twobhk-universal-detail-card ul li span,
body.twobhk-property-page .property-hero-details ul li span {
    color: #102532 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

body.twobhk-property-page .property-single-page-content > .row {
    align-items: flex-start;
    margin-left: -14px;
    margin-right: -14px;
}

body.twobhk-property-page .property-single-page-content > .row > [class*="col-"] {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

body.twobhk-property-page .property-pg-left .descp-text,
body.twobhk-property-page .property-pg-left .features-dv,
body.twobhk-property-page .property-pg-left .map-dv,
body.twobhk-property-page .property-pg-left .details-info.details-info-transparent {
    background: #ffffff !important;
    border: 1px solid #dfe8ef !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(15, 33, 48, .07) !important;
    clear: both;
    float: none;
    margin: 0 0 26px !important;
    overflow: hidden;
    padding: 28px !important;
    width: 100%;
}

body.twobhk-property-page .property-pg-left .descp-text h3,
body.twobhk-property-page .property-pg-left .features-dv h3,
body.twobhk-property-page .property-pg-left .map-dv h3,
body.twobhk-property-page .property-pg-left .details-info.details-info-transparent h3,
body.twobhk-property-page .similar-listings-posts > h3 {
    border-bottom: 1px solid #edf2f5;
    color: #102532;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 18px !important;
    padding: 0 0 14px !important;
    text-transform: none;
}

body.twobhk-property-page .property-pg-left .descp-text p,
body.twobhk-property-page .property-pg-left .descp-text li,
body.twobhk-property-page .property-pg-left .details-info p,
body.twobhk-property-page .property-pg-left .features-dv small {
    color: #5f6f7c !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

body.twobhk-property-page .property-pg-left .features-dv ul {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

body.twobhk-property-page .property-pg-left .features-dv li {
    background: #f8faf9;
    border: 1px solid #e4ebef;
    border-radius: 8px;
    float: none;
    list-style: none;
    margin: 0 !important;
    min-height: 54px;
    padding: 12px 14px;
    width: auto !important;
}

body.twobhk-property-page .property-pg-left .features-dv label {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0;
}

body.twobhk-property-page .property-pg-left .features-dv input {
    display: none;
}

body.twobhk-property-page .property-pg-left .features-dv label span {
    background: #102532;
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 28px;
    height: 28px;
    width: 28px;
}

body.twobhk-property-page .property-pg-left .features-dv label span:after {
    color: #d7a93b;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    width: 28px;
}

body.twobhk-property-page .property-pg-left .map-dv .fullwidth-home-map,
body.twobhk-property-page .property-pg-left .map-dv #map,
body.twobhk-property-page .property-pg-left .map-dv #route_map {
    border-radius: 8px !important;
    height: 360px !important;
    min-height: 360px !important;
    overflow: hidden !important;
}

body.twobhk-property-page .property-pg-left .map-dv #property-map,
body.twobhk-property-page .property-pg-left .map-dv .property-map,
body.twobhk-property-page .property-pg-left .map-dv .leaflet-container {
    background: #dce8ea !important;
    border: 1px solid #d4e0e6 !important;
    border-radius: 8px !important;
    height: 385px !important;
    min-height: 385px !important;
    overflow: hidden !important;
    width: 100% !important;
}

body.twobhk-property-page .property-pg-left .map-dv .leaflet-tile,
body.twobhk-property-page .property-pg-left .map-dv .leaflet-layer,
body.twobhk-property-page .property-pg-left .map-dv .leaflet-pane {
    filter: none !important;
    opacity: 1 !important;
}

body.twobhk-property-page .property-pg-left .map-dv .leaflet-control-zoom a {
    background: #ffffff !important;
    color: #102532 !important;
    font-weight: 900;
}

body.twobhk-property-page .property-pg-left .map-dv .marker-card,
body.twobhk-property-page .property-pg-left .map-dv .front.face {
    background: #102532 !important;
    border-color: #d7a93b !important;
    color: #d7a93b !important;
}

body.twobhk-property-page .property-pg-left .map-dv .route_suggestion {
    align-items: center;
    background: #f8fafb !important;
    border: 1px solid #dfe8ef !important;
    border-radius: 8px !important;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 16px !important;
    padding: 14px !important;
}

body.twobhk-property-page .property-pg-left .map-dv .route_suggestion input,
body.twobhk-property-page .property-pg-left .map-dv .route_suggestion .form-control {
    background: #ffffff !important;
    border: 1px solid #d7e0e7 !important;
    border-radius: 8px !important;
    height: 48px !important;
    margin: 0 !important;
    width: 100% !important;
}

body.twobhk-property-page .property-pg-left .map-dv .route_suggestion button,
body.twobhk-property-page .property-pg-left .map-dv .route_suggestion .btn {
    background: #102532 !important;
    border: 1px solid #102532 !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    height: 48px !important;
    margin: 0 !important;
    min-width: 150px;
}

body.twobhk-property-page .similar-listings-posts {
    background: #ffffff;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 33, 48, .07);
    margin-top: 28px;
    padding: 28px;
}

body.twobhk-property-page .similar-listings-posts .row {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 !important;
}

body.twobhk-property-page .similar-listings-posts .row > [class*="col-"] {
    display: block;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.twobhk-property-page .similar-listings-posts .royale-city-listing-card,
body.twobhk-property-page .similar-listings-posts .list-products .card {
    background: #ffffff !important;
    border: 1px solid #dfe8ef !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgba(15, 33, 48, .08) !important;
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    height: 100% !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative;
    width: 100% !important;
}

body.twobhk-property-page .similar-listings-posts .royale-city-listing-card > a:first-child,
body.twobhk-property-page .similar-listings-posts .royale-city-listing-card .img-block {
    display: block !important;
    float: none !important;
    height: 210px !important;
    min-height: 210px !important;
    overflow: hidden !important;
    position: relative;
    width: 100% !important;
}

body.twobhk-property-page .similar-listings-posts .royale-city-listing-card .img-block img,
body.twobhk-property-page .similar-listings-posts .royale-city-listing-card .carousel,
body.twobhk-property-page .similar-listings-posts .royale-city-listing-card .carousel-inner,
body.twobhk-property-page .similar-listings-posts .royale-city-listing-card .carousel-item {
    height: 100% !important;
    width: 100% !important;
}

body.twobhk-property-page .similar-listings-posts .royale-city-listing-card .img-block img {
    object-fit: cover !important;
}

body.twobhk-property-page .similar-listings-posts .royale-city-listing-card .card-body {
    display: block !important;
    flex: 0 0 auto !important;
    float: none !important;
    min-height: 88px !important;
    padding: 18px 20px 14px !important;
    width: 100% !important;
}

body.twobhk-property-page .similar-listings-posts .royale-card-copy,
body.twobhk-property-page .similar-listings-posts .royale-card-copy a {
    display: block !important;
    width: 100% !important;
}

body.twobhk-property-page .similar-listings-posts .royale-card-copy h3,
body.twobhk-property-page .similar-listings-posts .card-body h3 {
    color: #102532 !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
    text-transform: none !important;
    white-space: normal !important;
    word-break: normal !important;
}

body.twobhk-property-page .similar-listings-posts .royale-card-quickfacts {
    border-top: 1px solid #edf2f5 !important;
    display: grid !important;
    float: none !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
}

body.twobhk-property-page .similar-listings-posts .royale-card-quickfacts span {
    align-items: center;
    background: #f8faf9;
    border-right: 1px solid #edf2f5;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    padding: 10px 8px !important;
    text-align: center;
}

body.twobhk-property-page .similar-listings-posts .royale-card-quickfacts span:last-child {
    border-right: 0;
}

body.twobhk-property-page .similar-listings-posts .royale-card-quickfacts strong {
    color: #d29a27;
    font-size: 13px;
    line-height: 1.25;
}

body.twobhk-property-page .similar-listings-posts .royale-card-quickfacts small {
    color: #6d7a86;
    font-size: 10px;
    letter-spacing: .04em;
    line-height: 1.25;
    margin-top: 4px;
    text-transform: uppercase;
}

body.twobhk-property-page .similar-listings-posts .card-footer {
    align-items: center;
    background: #ffffff !important;
    border-top: 1px solid #edf2f5 !important;
    display: flex !important;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 16px !important;
    width: 100% !important;
}

body.twobhk-property-page .sidebar.layout2 {
    position: sticky;
    top: 96px;
}

body.twobhk-property-page .el-spazia-property-spec-card,
body.twobhk-property-page .twobhk-property-side-card {
    background: #ffffff;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 33, 48, .08);
    margin-bottom: 26px;
    overflow: hidden;
}

body.twobhk-property-page .el-spazia-property-spec-head {
    background: #102532;
    border-top: 3px solid #d7a93b;
    padding: 20px 22px;
}

body.twobhk-property-page .el-spazia-property-spec-head span,
body.twobhk-property-page .twobhk-side-eyebrow {
    color: #d7a93b;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

body.twobhk-property-page .el-spazia-property-spec-head h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px;
}

body.twobhk-property-page .el-spazia-property-spec-head p {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    margin: 0;
}

body.twobhk-property-page .el-spazia-property-spec-head i {
    color: #d7a93b;
    margin-right: 6px;
}

body.twobhk-property-page .el-spazia-property-spec-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 18px;
}

body.twobhk-property-page .el-spazia-property-spec-item {
    background: #f8faf9;
    border: 1px solid #e4ebef;
    border-radius: 8px;
    min-height: 104px;
    padding: 15px;
}

body.twobhk-property-page .el-spazia-property-spec-item i {
    align-items: center;
    background: #fff3d6;
    border-radius: 8px;
    color: #9a7420;
    display: flex;
    font-size: 15px;
    height: 32px;
    justify-content: center;
    margin-bottom: 10px;
    width: 32px;
}

body.twobhk-property-page .el-spazia-property-spec-item small,
body.twobhk-property-page .twobhk-side-facts small {
    color: #9a7420;
    display: block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

body.twobhk-property-page .el-spazia-property-spec-item strong,
body.twobhk-property-page .twobhk-side-facts strong {
    color: #102532;
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

body.twobhk-property-page .twobhk-property-side-card {
    padding: 24px;
}

body.twobhk-property-page .twobhk-property-side-card h3 {
    color: #102532;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 10px;
}

body.twobhk-property-page .twobhk-property-side-card p {
    color: #5f6f7c;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 18px;
}

body.twobhk-property-page .twobhk-side-facts {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 18px;
}

body.twobhk-property-page .twobhk-side-facts div {
    background: #f8faf9;
    border: 1px solid #e4ebef;
    border-radius: 8px;
    padding: 12px 14px;
}

body.twobhk-property-page .twobhk-side-primary,
body.twobhk-property-page .twobhk-side-secondary {
    border-radius: 8px;
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    padding: 14px 16px;
    text-align: center;
    text-decoration: none !important;
}

body.twobhk-property-page .twobhk-side-primary {
    background: #d7a93b;
    color: #102532 !important;
    margin-bottom: 10px;
}

body.twobhk-property-page .twobhk-side-secondary {
    background: #102532;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    body.twobhk-property-page .property-single-pg {
        padding-top: 92px !important;
    }

    body.twobhk-property-page .property-pg-left .features-dv ul,
    body.twobhk-property-page .similar-listings-posts .row,
    body.twobhk-property-page .twobhk-universal-detail-card ul,
    body.twobhk-property-page .property-hero-details ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.twobhk-property-page .prop-gallery-wrap {
        grid-template-columns: 1fr;
    }

    body.twobhk-property-page .prop-gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        height: 180px;
    }

    body.twobhk-property-page .sidebar.layout2 {
        position: static;
    }

    body.twobhk-property-page .el-spazia-property-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    body.twobhk-property-page .property-pg-left .descp-text,
    body.twobhk-property-page .property-pg-left .features-dv,
    body.twobhk-property-page .property-pg-left .map-dv,
    body.twobhk-property-page .similar-listings-posts {
        padding: 20px !important;
    }

    body.twobhk-property-page .property-pg-left .map-dv .route_suggestion {
        grid-template-columns: 1fr;
    }

    body.twobhk-property-page .property-pg-left .map-dv .route_suggestion button,
    body.twobhk-property-page .property-pg-left .map-dv .route_suggestion .btn {
        width: 100%;
    }

    body.twobhk-property-page .similar-listings-posts .royale-card-quickfacts {
        grid-template-columns: 1fr !important;
    }

    body.twobhk-property-page .twobhk-universal-detail-card ul,
    body.twobhk-property-page .property-hero-details ul {
        grid-template-columns: 1fr !important;
    }

    body.twobhk-property-page .similar-listings-posts .royale-card-quickfacts span {
        border-bottom: 1px solid #edf2f5;
        border-right: 0;
    }

    body.twobhk-property-page .el-spazia-property-spec-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .header #navbarSupportedContent {
    display: none !important;
  }

  .header #navbarSupportedContent.show,
  .header #navbarSupportedContent.collapsing {
    display: block !important;
  }

  .twobhk-hero-redesign .container,
  .twobhk-inner-listing-hero .container {
    box-sizing: border-box !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
  }

  .twobhk-hero-copy,
  .twobhk-inner-hero-shell,
  .twobhk-properties-filter-shell {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .twobhk-hero-copy h1,
  .twobhk-inner-hero-shell h1,
  .twobhk-properties-filter-shell h2 {
    display: block !important;
    font-size: 22px !important;
    line-height: 1.18 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .twobhk-hero-copy p,
  .twobhk-inner-hero-shell p,
  .twobhk-properties-filter-shell p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
}
