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;
}


/*[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;
}

.copyright p {
    margin-bottom: 1px;
    margin-top: 0;
    font-size: 13px;
    color: #9b9ca0;
}

.footer-content {
    padding: 23px 0px 30px 0;
    border-top: 1px solid #e0e1e6;
}

.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;
}

.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: 17px;
    font-weight: 800;
    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: 12px;
    font-weight: 600;
    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.255 / 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: 11px;
    font-weight: 800;
    left: 12px;
    line-height: 1;
    padding: 7px 10px;
    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: 14px;
    left: 14px;
    padding: 11px 13px 10px;
    right: 14px;
    z-index: 5;
}

.royale-city-listing-card .listing-card-detail-price strong {
    font-size: 15px;
    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: 17px 18px 12px !important;
}

.royale-card-kicker {
    background: #edf8f4;
    border-radius: 999px;
    color: #12715d;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 9px;
    padding: 5px 9px;
    text-transform: uppercase;
}

.royale-card-copy h3 {
    color: #162235;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
    min-height: 25px;
}

.royale-card-copy p {
    color: #566579;
    font-size: 13px;
    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: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.royale-card-quickfacts {
    flex: 1 1 auto;
    height: auto !important;
    margin: 0;
    padding: 0 18px 16px;
}

.royale-card-facts span,
.royale-card-quickfacts span {
    background: #f8fafc;
    border: 1px solid #e3ebf2;
    border-radius: 6px;
    display: block;
    min-width: 0;
    padding: 10px 9px;
}

.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: 12px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.royale-card-facts small,
.royale-card-quickfacts small {
    color: #7d8997;
    display: block;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 5px;
    text-transform: uppercase;
}

.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: 13px 18px;
}

.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: 34px;
    line-height: 34px;
    width: 34px;
}

.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.18 / 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: 74px;
    padding: 16px 12px 14px;
    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: 15px;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 4px;
}

.panchkula-plot-area-listings .plot-card-fact span {
    color: #667085;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

.panchkula-plot-area-listings .plot-card-highlights {
    padding: 15px 18px 5px;
}

.panchkula-plot-area-listings .plot-card-highlights-title {
    color: #13233b;
    display: block;
    font-size: 13px;
    font-weight: 700;
    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: 68px;
        padding: 14px 10px 12px;
    }

    .panchkula-plot-area-listings .plot-card-fact strong {
        font-size: 14px;
    }
}

.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: 84px 0 92px;
}

.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: 560px;
  overflow: hidden;
  position: relative;
}

.why-panchkula-media img {
  display: block;
  height: 100%;
  min-height: 560px;
  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: 24px 26px;
  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: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.why-panchkula-badge strong {
  color: #13233b;
  display: block;
  font-size: 20px;
  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: 42px;
  line-height: 1.16;
  margin: 12px 0 22px;
}

.why-panchkula-lead,
.why-panchkula-item p {
  color: #536272;
  font-size: 16px;
  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: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 30px 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: 30px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.why-panchkula-item h4 {
  color: #13233b;
  font-size: 23px;
  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: 238px;
  padding: 26px 22px 24px;
  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: 31px;
  height: 58px;
  justify-content: center;
  margin-bottom: 22px;
  width: 58px;
}

.home-trust-card h4 {
  color: #13233b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 12px;
}

.home-trust-card p {
  color: #5c6878;
  font-size: 14px;
  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: 46px auto 0;
  max-width: 920px;
  text-align: center;
}

.popular-cities-about h3 {
  color: #13233b;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 18px;
}

.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: 34px;
  }

  .popular-cities-about h3 {
    font-size: 25px;
  }

  .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-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;
}

/* 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-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;
}

.property-about-copy p {
    color: #686868;
    font-size: 17px;
    line-height: 1.55;
    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: #fff;
    border: 1px solid #e4ebf2;
    box-shadow: 0 12px 34px rgba(23, 43, 77, 0.06);
    margin: 0 0 24px;
    padding: 16px;
}

.plot-detail-grid {
    background: #e9eef5;
    border-radius: 6px;
    gap: 1px;
    overflow: hidden;
}

.plot-detail-item {
    background: #fff;
    border: 0 !important;
    min-height: 112px;
    padding: 20px 18px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.plot-detail-item:hover {
    background: #fbfdff;
}

.plot-detail-icon {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
}

.plot-detail-icon::before {
    border-radius: 6px;
    inset: 0;
}

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

.plot-detail-icon i {
    font-size: 15px;
}

.plot-detail-label {
    color: #8b96a6;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.plot-detail-primary {
    color: #1f2937;
    font-size: 16px;
}

.plot-detail-muted,
.plot-detail-secondary {
    color: #566274;
}

.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;
    margin-bottom: 12px;
    max-width: 100%;
    padding: 8px 11px;
}

.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: 16px;
    line-height: 1.7;
    margin-left: 0;
    margin-right: 0;
    max-width: 820px;
}

.descp-text,
.map-dv,
.details-info.details-info-transparent {
    background: #fff;
    border: 1px solid #e1e7ef;
    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;
}

.descp-body {
    color: #465365;
    font-size: 16px;
    line-height: 1.78;
}

.descp-body p {
    margin: 0 0 16px;
}

.descp-body p:last-child {
    margin-bottom: 0;
}

.descp-body strong {
    color: #1f2937;
    font-weight: 800;
}

.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;
    }
}

@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-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;
}

.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;
}

.footer-content {
    border-top: 1px solid #e2e8f0;
    padding: 18px 0 22px;
}

.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: #11192c;
}

.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;
}

@media (min-width: 992px) {
    .header #main-menu .nav-item.dropdown > .dropdown-menu {
        display: block;
        min-width: 245px;
        padding: 12px;
        top: calc(100% + 14px);
        left: 50%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-50%) translateY(12px) scale(0.98);
        transform-origin: top center;
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .header #main-menu .nav-item.dropdown:hover > .dropdown-menu,
    .header #main-menu .nav-item.dropdown:focus-within > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0) scale(1);
    }

    .header #main-menu .nav-item.dropdown > .dropdown-menu:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -18px;
        height: 18px;
    }
}

.header .navbar-nav .nav-item .dropdown-menu.plot-sale-menu,
.header .navbar-nav .nav-item .dropdown-menu.contact-menu {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
}

/* Shared non-home hero header: transparent first, dark sticky after scroll. */
body:not(.panchkula-home-page) header {
    background: transparent !important;
    box-shadow: none !important;
    left: 0 !important;
    overflow: visible !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10050 !important;
}

body:not(.panchkula-home-page) header.pb {
    background: transparent !important;
    position: absolute !important;
}

body:not(.panchkula-home-page) .top-header {
    display: none !important;
}

body:not(.panchkula-home-page) .header {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    height: 92px !important;
    min-height: 92px !important;
    overflow: visible !important;
}

body:not(.panchkula-home-page).nav-is-scrolled header,
body:not(.panchkula-home-page).nav-is-scrolled header.pb {
    background: rgba(21, 29, 46, 0.96) !important;
    box-shadow: 0 14px 34px rgba(21, 29, 46, 0.28) !important;
    height: 82px !important;
    position: fixed !important;
}

body:not(.panchkula-home-page).nav-is-scrolled .header {
    background: transparent !important;
    min-height: 82px !important;
}

body:not(.panchkula-home-page) .header .container {
    max-width: 1120px !important;
}

body:not(.panchkula-home-page).nav-is-scrolled .header .container {
    max-width: 1220px !important;
}

body:not(.panchkula-home-page) .header .navbar {
    align-items: center !important;
    display: flex !important;
    height: 92px !important;
    min-height: 92px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

body:not(.panchkula-home-page).nav-is-scrolled .header .navbar {
    height: 82px !important;
    min-height: 82px !important;
}

body:not(.panchkula-home-page) .header .navbar-brand {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 270px !important;
    margin-right: 28px !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

body:not(.panchkula-home-page) .header .navbar-brand img {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    max-width: 270px !important;
    object-fit: contain !important;
    object-position: left center !important;
    transform: none !important;
    width: 270px !important;
}

body:not(.panchkula-home-page) .header #navbarSupportedContent {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    gap: 18px !important;
    justify-content: space-between !important;
    min-width: 0 !important;
    overflow: visible !important;
    position: static !important;
}

body:not(.panchkula-home-page) .header #main-menu.navbar-nav {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    gap: 22px !important;
    justify-content: center !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 0 !important;
    position: static !important;
    transform: none !important;
}

body:not(.panchkula-home-page) .header #navbarSupportedContent > .d-inline {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    margin-left: 14px !important;
    min-width: max-content !important;
    position: relative !important;
    z-index: 2 !important;
}

body:not(.panchkula-home-page) .header .d-inline.my-2.my-lg-0 > .navbar-nav {
    align-items: center !important;
    display: flex !important;
    gap: 20px !important;
    margin: 0 !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .nav-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    white-space: nowrap !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .nav-item a,
body:not(.panchkula-home-page) .header .navbar-nav .nav-item span,
body:not(.panchkula-home-page) .header .nav-link,
body:not(.panchkula-home-page) .header .signin-op,
body:not(.panchkula-home-page) .header .reg-op {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42) !important;
}

body:not(.panchkula-home-page).nav-is-scrolled .header .navbar-nav .nav-item a,
body:not(.panchkula-home-page).nav-is-scrolled .header .navbar-nav .nav-item span,
body:not(.panchkula-home-page).nav-is-scrolled .header .nav-link,
body:not(.panchkula-home-page).nav-is-scrolled .header .signin-op,
body:not(.panchkula-home-page).nav-is-scrolled .header .reg-op {
    text-shadow: none !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .nav-item.active > a,
body:not(.panchkula-home-page) .header .navbar-nav .nav-item:hover > a,
body:not(.panchkula-home-page) .header .navbar-nav .nav-item:hover > span,
body:not(.panchkula-home-page) .header .nav-link:hover {
    color: #c7a45c !important;
}

body:not(.panchkula-home-page) .header .dropdown-toggle:after,
body:not(.panchkula-home-page) .header .dropdown-toggle:before {
    display: none !important;
}

.submit-listing-page .pager-sec,
.submit-listing-page-title .pager-sec {
    background-image: url("../../../../files/panchkula-extension.jpg") !important;
    background-position: center 45% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 72px 0 68px !important;
}

.submit-listing-page .pager-sec.bfr:before,
.submit-listing-page-title .pager-sec.bfr:before {
    background-image: linear-gradient(90deg, rgba(7, 18, 34, .82), rgba(7, 18, 34, .52) 52%, rgba(7, 18, 34, .28)) !important;
}

.submit-listing-page .pager-sec-details > h3,
.submit-listing-page-title .pager-sec-details > h3 {
    color: #fff !important;
    font-weight: 700 !important;
}

body:not(.panchkula-home-page) .header .sbmt-btn {
    align-items: center !important;
    background: #c7a45c !important;
    border: 1px solid #c7a45c !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    display: inline-flex !important;
    gap: 8px !important;
    font-size: 14px !important;
    justify-content: center !important;
    min-height: 48px !important;
    min-width: 154px !important;
    padding: 12px 20px !important;
    text-shadow: none !important;
}

body:not(.panchkula-home-page) .header .sbmt-btn:hover {
    background: #b9934b !important;
    border-color: #b9934b !important;
    color: #ffffff !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .nav-item .dropdown-menu,
body:not(.panchkula-home-page) .header .navbar-nav .nav-item .dropdown-menu.plot-sale-menu,
body:not(.panchkula-home-page) .header .navbar-nav .nav-item .dropdown-menu.contact-menu {
    background: #ffffff !important;
    border: 1px solid rgba(199, 164, 92, 0.22) !important;
    box-shadow: 0 24px 58px rgba(21, 29, 46, 0.22) !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item span,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .menu-copy,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .menu-copy strong {
    color: #151d2e !important;
    text-shadow: none !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .menu-copy small {
    color: #667085 !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover span,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover .menu-copy,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover .menu-copy strong,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover .menu-copy small {
    color: #ffffff !important;
}

@media (max-width: 1199px) {
    body:not(.panchkula-home-page) .header .navbar-brand {
        flex-basis: 220px !important;
        margin-right: 20px !important;
    }

    body:not(.panchkula-home-page) .header .navbar-brand img {
        max-width: 220px !important;
        width: 220px !important;
    }

    body:not(.panchkula-home-page) .header #main-menu.navbar-nav {
        gap: 18px !important;
    }

    body:not(.panchkula-home-page) .header #navbarSupportedContent > .d-inline {
        margin-left: 10px !important;
    }

    body:not(.panchkula-home-page) .header .navbar-nav .nav-item a,
    body:not(.panchkula-home-page) .header .navbar-nav .nav-item span,
    body:not(.panchkula-home-page) .header .nav-link,
    body:not(.panchkula-home-page) .header .signin-op,
    body:not(.panchkula-home-page) .header .reg-op {
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    body:not(.panchkula-home-page) header,
    body:not(.panchkula-home-page) header.pb,
    body:not(.panchkula-home-page).nav-is-scrolled header,
    body:not(.panchkula-home-page).nav-is-scrolled header.pb {
        background: rgba(21, 29, 46, 0.96) !important;
        position: sticky !important;
    }

    body:not(.panchkula-home-page) .header .navbar-brand {
        flex-basis: auto !important;
        margin-right: 0 !important;
    }

    body:not(.panchkula-home-page) .header .navbar-collapse {
        background: #151d2e !important;
    }
}

.header .navbar-nav .nav-item .dropdown-menu.plot-sale-menu {
    width: 560px;
    max-width: calc(100vw - 32px);
    grid-template-columns: minmax(230px, 1fr) 220px;
    gap: 14px;
    padding: 16px;
}

.header .navbar-nav .nav-item:hover .dropdown-menu.plot-sale-menu,
.header .navbar-nav .nav-item.show .dropdown-menu.plot-sale-menu {
    display: grid !important;
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .plot-sale-menu-links {
    display: grid;
    gap: 8px;
}

.header .navbar-nav .nav-item .dropdown-menu.plot-sale-menu:before,
.header .navbar-nav .nav-item .dropdown-menu.contact-menu:before {
    top: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: none;
    transform: translateX(-50%) rotate(45deg);
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .dropdown-item,
.header .navbar-nav .dropdown-menu.contact-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 0;
    border-radius: 7px;
    color: #101828 !important;
    line-height: 1.25;
    white-space: nowrap;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .dropdown-item:hover,
.header .navbar-nav .dropdown-menu.contact-menu .dropdown-item:hover {
    background: #11192c;
    color: #ffffff !important;
    transform: translateX(3px);
}

.header .navbar-nav .dropdown-menu .menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 8px;
    background: #f4ead8;
    color: #b9934b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: none;
}

.header .navbar-nav .dropdown-menu .menu-icon i {
    display: none;
}

.header .navbar-nav .dropdown-menu .menu-icon .menu-icon-fallback {
    color: #b9934b !important;
    display: inline-block;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-shadow: none !important;
}

.header .navbar-nav .dropdown-menu .dropdown-item:hover .menu-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.header .navbar-nav .dropdown-menu .dropdown-item:hover .menu-icon .menu-icon-fallback {
    color: #ffffff !important;
}

.header .navbar-nav .dropdown-menu .menu-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    color: #101828 !important;
    text-shadow: none !important;
}

.header .navbar-nav .dropdown-menu .menu-copy strong {
    color: #101828 !important;
    font-size: 14px;
    font-weight: 800;
    text-shadow: none;
}

.header .navbar-nav .dropdown-menu .menu-copy small {
    color: #344054 !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
    text-shadow: none;
}

.header .navbar-nav .dropdown-menu .dropdown-item:hover .menu-copy small {
    color: rgba(255, 255, 255, 0.88) !important;
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .dropdown-item:hover .menu-copy,
.header .navbar-nav .dropdown-menu.contact-menu .dropdown-item:hover .menu-copy,
.header .navbar-nav .dropdown-menu.plot-sale-menu .dropdown-item:hover .menu-copy strong,
.header .navbar-nav .dropdown-menu.contact-menu .dropdown-item:hover .menu-copy strong {
    color: #ffffff !important;
}

.header .navbar-nav .dropdown-menu.contact-menu {
    min-width: 285px;
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .plot-sale-menu-preview {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 8px;
    background: #11192c;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .plot-sale-menu-preview img {
    display: block;
    width: 100%;
    height: 128px;
    object-fit: cover;
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .plot-sale-menu-preview span {
    display: block;
    padding: 13px 14px 15px;
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .plot-sale-menu-preview strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.header .navbar-nav .dropdown-menu.plot-sale-menu .plot-sale-menu-preview small {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 11px;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .header .navbar-nav .nav-item .dropdown-menu.plot-sale-menu {
        width: auto;
        grid-template-columns: 1fr;
    }

    .header .navbar-nav .dropdown-menu.plot-sale-menu .plot-sale-menu-preview {
        display: none;
    }
}

/* Premium Locations page */
.locations-page {
    background: #f8f5ee;
}

.locations-page .pager-sec.bfr {
    background:
        linear-gradient(90deg, rgba(17, 25, 44, 0.88) 0%, rgba(17, 25, 44, 0.62) 48%, rgba(17, 25, 44, 0.18) 100%),
        url('../../../../files/banner-panchkula-plots.png') center 58% / cover no-repeat !important;
    min-height: 292px;
    overflow: hidden;
}

.locations-page .pager-sec.bfr:before {
    background: radial-gradient(circle, rgba(199, 164, 92, 0.34), transparent 62%);
    content: "";
    height: 230px;
    left: -80px;
    position: absolute;
    top: -95px;
    width: 230px;
    z-index: 0;
}

.locations-page .pager-sec.bfr:after {
    background: linear-gradient(180deg, transparent, rgba(248, 245, 238, 0.16));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

.locations-page .pager-sec .container,
.locations-page .pager-sec-details {
    position: relative;
    z-index: 1;
}

.locations-page .pager-sec-details {
    align-items: center;
    display: flex;
    height: 292px;
    justify-content: space-between;
}

.locations-page .pager-sec-details h3 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    text-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.locations-page .breadcrumb {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 12px 18px;
}

.locations-page .breadcrumb,
.locations-page .breadcrumb a,
.locations-page .breadcrumb li {
    color: #ffffff !important;
    font-weight: 800;
}

.locations-page .locations-page-main.listing-main-sec.section-padding2 {
    padding: 70px 0 76px;
}

.locations-page .popular-cities .section-heading span {
    color: #c7a45c;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.locations-page .popular-cities .section-heading h3 {
    color: #11192c;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin-top: 10px;
}

.locations-page .popular-cities .section-heading h3:after {
    background: #c7a45c;
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin: 18px auto 0;
    width: 72px;
}

.locations-page .popular-city-card-link {
    border-radius: 18px;
    display: block;
    height: 100%;
    perspective: 900px;
    text-decoration: none;
}

.locations-page .popular-city-card {
    background: #ffffff;
    border: 1px solid rgba(17, 25, 44, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 46px rgba(17, 25, 44, 0.12);
    min-height: 360px;
    transform: translateY(0) scale(1);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.locations-page .popular-city-card:before {
    background: linear-gradient(135deg, rgba(199, 164, 92, 0.88), transparent 38%);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.locations-page .popular-city-card img {
    height: 360px;
    transform: scale(1);
    transition: transform 420ms ease, filter 420ms ease;
}

.locations-page .popular-city-card .overlay {
    background:
        linear-gradient(180deg, rgba(17, 25, 44, 0.02) 0%, rgba(17, 25, 44, 0.18) 35%, rgba(17, 25, 44, 0.88) 100%),
        radial-gradient(circle at 15% 15%, rgba(199, 164, 92, 0.24), transparent 34%);
}

.locations-page .popular-city-card .card-body h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.locations-page .popular-city-card .card-body p {
    color: rgba(255, 255, 255, 0.82);
}

.locations-page .popular-city-card .card-body i {
    background: #c7a45c;
    border-radius: 50%;
    box-shadow: 0 12px 22px rgba(199, 164, 92, 0.26);
    color: #ffffff;
    transition: transform 260ms ease, background 260ms ease;
}

.locations-page .popular-city-card-link:hover .popular-city-card {
    border-color: rgba(199, 164, 92, 0.46);
    box-shadow: 0 30px 64px rgba(17, 25, 44, 0.20), 0 0 28px rgba(199, 164, 92, 0.22);
    transform: translateY(-10px) scale(1.025);
}

.locations-page .popular-city-card-link:hover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.08);
}

.locations-page .popular-city-card-link:hover .card-body i {
    background: #11192c;
    transform: translateX(5px) scale(1.08);
}

.locations-page .popular-city-item {
    animation: locationsCardRise 560ms ease both;
}

.locations-page .popular-city-item:nth-child(2) {
    animation-delay: 80ms;
}

.locations-page .popular-city-item:nth-child(3) {
    animation-delay: 160ms;
}

.locations-page .popular-city-item:nth-child(4) {
    animation-delay: 240ms;
}

.locations-page .popular-cities-about {
    background: #ffffff;
    border: 1px solid rgba(17, 25, 44, 0.08);
    border-radius: 18px;
    box-shadow: 0 20px 44px rgba(17, 25, 44, 0.10);
    padding: 34px 38px;
}

.locations-page .popular-cities-about h3 {
    color: #11192c;
}

@keyframes locationsCardRise {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 767px) {
    .locations-page .pager-sec.bfr {
        min-height: 238px;
    }

    .locations-page .pager-sec-details {
        align-items: flex-start;
        flex-direction: column;
        height: 238px;
        justify-content: center;
        gap: 18px;
    }

    .locations-page .pager-sec-details h3 {
        font-size: 34px;
    }

    .locations-page .popular-cities .section-heading h3 {
        font-size: 30px;
    }
}

body:has(.locations-page-main) .pager-sec.bfr {
    background:
        linear-gradient(90deg, rgba(17, 25, 44, 0.88) 0%, rgba(17, 25, 44, 0.62) 48%, rgba(17, 25, 44, 0.18) 100%),
        url('../../../../files/banner-panchkula-plots.png') center 58% / cover no-repeat !important;
    min-height: 292px;
    overflow: hidden;
}

body:has(.locations-page-main) .pager-sec-details {
    align-items: center;
    display: flex;
    height: 292px;
    justify-content: space-between;
}

body:has(.locations-page-main) .pager-sec-details h3 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    text-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

body:has(.locations-page-main) .locations-page-main .popular-cities .section-heading span {
    color: #c7a45c;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

body:has(.locations-page-main) .locations-page-main .popular-cities .section-heading h3 {
    color: #11192c;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
}

.locations-page-main .popular-city-card {
    background: #ffffff;
    border: 1px solid rgba(17, 25, 44, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 46px rgba(17, 25, 44, 0.12);
    min-height: 360px;
    overflow: hidden;
    transform: translateY(0) scale(1);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.locations-page-main .popular-city-card img {
    height: 360px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 420ms ease, filter 420ms ease;
    width: 100%;
}

.locations-page-main .popular-city-card .overlay {
    background:
        linear-gradient(180deg, rgba(17, 25, 44, 0.02) 0%, rgba(17, 25, 44, 0.18) 35%, rgba(17, 25, 44, 0.88) 100%),
        radial-gradient(circle at 15% 15%, rgba(199, 164, 92, 0.24), transparent 34%);
}

.locations-page-main .popular-city-card .card-body h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.locations-page-main .popular-city-card .card-body i {
    background: #c7a45c;
    border-radius: 50%;
    box-shadow: 0 12px 22px rgba(199, 164, 92, 0.26);
    color: #ffffff;
    transition: transform 260ms ease, background 260ms ease;
}

body:has(.locations-page-main) .locations-page-main .popular-city-card-link:hover .popular-city-card {
    border-color: rgba(199, 164, 92, 0.46);
    box-shadow: 0 30px 64px rgba(17, 25, 44, 0.20), 0 0 28px rgba(199, 164, 92, 0.22);
    transform: translateY(-10px) scale(1.025);
}

.locations-page-main .popular-city-card-link:hover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.08);
}

.locations-page-main .popular-city-card-link:hover .card-body i {
    background: #11192c;
    transform: translateX(5px) scale(1.08);
}

body:has(.popular-city-card) .pager-sec.bfr {
    background:
        linear-gradient(90deg, rgba(17, 25, 44, 0.88) 0%, rgba(17, 25, 44, 0.62) 48%, rgba(17, 25, 44, 0.18) 100%),
        url('../../../../files/banner-panchkula-plots.png') center 58% / cover no-repeat !important;
    min-height: 292px;
}

body:has(.popular-city-card) .pager-sec-details {
    align-items: center;
    display: flex;
    height: 292px;
    justify-content: center;
    text-align: center;
}

body:has(.popular-city-card) .pager-sec-details h3 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0 auto;
    text-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

body:has(.popular-city-card) .pager-sec-details .breadcrumb {
    bottom: 34px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.popular-cities.hp_s1 .section-heading span {
    color: #c7a45c;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.popular-cities.hp_s1 .section-heading h3 {
    color: #11192c;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
}

.popular-cities.hp_s1 .popular-city-card {
    background: #ffffff;
    border: 1px solid rgba(17, 25, 44, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 46px rgba(17, 25, 44, 0.12);
    min-height: 360px;
    overflow: hidden;
    transform: translateY(0) scale(1);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.popular-cities.hp_s1 .popular-city-card img {
    height: 360px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 420ms ease, filter 420ms ease;
    width: 100%;
}

.popular-cities.hp_s1 .popular-city-card .overlay {
    background:
        linear-gradient(180deg, rgba(17, 25, 44, 0.02) 0%, rgba(17, 25, 44, 0.18) 35%, rgba(17, 25, 44, 0.88) 100%),
        radial-gradient(circle at 15% 15%, rgba(199, 164, 92, 0.24), transparent 34%);
}

.popular-cities.hp_s1 .popular-city-card-link:hover .popular-city-card {
    border-color: rgba(199, 164, 92, 0.46);
    box-shadow: 0 30px 64px rgba(17, 25, 44, 0.20), 0 0 28px rgba(199, 164, 92, 0.22);
    transform: translateY(-10px) scale(1.025);
}

.popular-cities.hp_s1 .popular-city-card-link:hover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.08);
}

/* Premium navy footer */
.premium-site-footer-main,
.bottom.section-padding {
    background:
        radial-gradient(circle at 12% 18%, rgba(199, 164, 92, 0.18), transparent 28%),
        linear-gradient(135deg, #11192c 0%, #151d2e 58%, #0d1322 100%) !important;
    overflow: hidden;
    padding: 64px 0 46px;
    position: relative;
}

.premium-site-footer-main:before,
.bottom.section-padding:before {
    background: linear-gradient(90deg, rgba(199, 164, 92, 0), #c7a45c 18%, rgba(255, 255, 255, 0.35) 50%, #c7a45c 82%, rgba(199, 164, 92, 0)) !important;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.premium-site-footer-main .placeholder-container,
.bottom.section-padding .placeholder-container {
    min-height: 0;
}

.premium-site-footer-main .footer-placeholder,
.bottom.section-padding .footer-placeholder {
    display: none;
}

.premium-site-footer-main .row,
.bottom.section-padding .row {
    row-gap: 28px;
}

.premium-footer-brand,
.premium-footer-contact,
.premium-footer-social,
.bottom-list {
    position: relative;
    z-index: 2;
}

.premium-footer-brand img {
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
    margin-bottom: 18px;
    max-height: 70px;
    max-width: 240px;
    object-fit: contain;
}

.premium-footer-brand .description {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    line-height: 1.75;
    max-width: 360px;
}

.premium-footer-contact h3,
.premium-footer-social h3,
.bottom-list h3 {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0;
}

.premium-footer-contact h3:after,
.premium-footer-social h3:after,
.bottom-list h3:after {
    background: #c7a45c;
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 38px;
}

.premium-footer-contact .footer-list li {
    color: rgba(255, 255, 255, 0.74);
    display: grid;
    font-size: 14px;
    grid-template-columns: 34px minmax(0, 1fr);
    line-height: 1.55;
    margin-bottom: 13px;
}

.premium-footer-contact .footer-list i,
.bottom-list .list-f li:before {
    background: rgba(199, 164, 92, 0.13);
    border: 1px solid rgba(199, 164, 92, 0.28);
    color: #c7a45c;
}

.premium-footer-contact .footer-list .value,
.premium-footer-contact .footer-list a,
.bottom-list .list-f a,
.bottom-list a {
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.premium-footer-contact .footer-list a:hover,
.bottom-list .list-f a:hover,
.bottom-list a:hover {
    color: #c7a45c !important;
}

.bottom-list .list-f {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom-list .list-f li {
    margin-bottom: 12px;
}

.premium-footer-social {
    float: none;
    padding-left: 0;
}

.premium-footer-social .footer-social,
.footer-social-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.premium-footer-social .footer-social a,
.footer-social-inline a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    width: 40px;
}

.premium-footer-social .footer-social a span,
.footer-social-inline a span {
    color: inherit !important;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: none !important;
}

.premium-footer-social .footer-social a:before,
.footer-social-inline a:before {
    content: none !important;
}

.premium-footer-social .footer-social a:hover,
.footer-social-inline a:hover {
    background: #c7a45c;
    border-color: #c7a45c;
    box-shadow: 0 12px 24px rgba(199, 164, 92, 0.24);
    color: #ffffff;
    transform: translateY(-3px);
}

.premium-site-footer-bar,
.footer {
    background: #0d1322 !important;
}

.premium-site-footer-bar .footer-content,
.footer .footer-content {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}

.premium-site-footer-bar p,
.footer-content p,
.footer-content .copyright p,
.copyright p {
    color: rgba(255, 255, 255, 0.58) !important;
}

.premium-site-footer-bar .footer-social-inline {
    justify-content: flex-end;
}

/* Premium plots/results page */
.plots-results-page {
    background: #f8f5ee;
}

.plots-results-page .form_sec {
    background:
        linear-gradient(135deg, rgba(17, 25, 44, 0.94), rgba(21, 29, 46, 0.88)),
        url('../../../../files/banner-panchkula-plots.png') center 62% / cover no-repeat;
    padding: 128px 0 34px;
}

.plots-results-page .form_sec .container {
    max-width: 1180px;
}

.plots-results-page .banner-search.banner-search_init {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 24px 56px rgba(17, 25, 44, 0.24);
    padding: 14px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.plots-results-page .banner-search.banner-search_init .form_field,
.plots-results-page .banner-search.banner-search_init .drop-menu,
.plots-results-page .banner-search.banner-search_init .form-control {
    border-radius: 12px !important;
}

.plots-results-page .listing-main-sec.section-padding2 {
    background: #f8f5ee;
    padding: 48px 0 60px;
}

.plots-results-page .listing-main-sec-details > .row {
    align-items: flex-start;
}

.plots-results-page .list-head {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(17, 25, 44, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(17, 25, 44, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 16px 18px;
}

.plots-results-page .list-head .sortby span,
.plots-results-page .view-count {
    color: #11192c;
    font-weight: 900;
}

.plots-results-page .list_products .row {
    row-gap: 22px;
}

.plots-results-page .result-item,
.plots-results-page .card {
    border-radius: 16px;
}

.plots-results-page .results-container .card,
.plots-results-page .list_products .card {
    border: 1px solid rgba(17, 25, 44, 0.08);
    box-shadow: 0 18px 42px rgba(17, 25, 44, 0.09);
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.plots-results-page .results-container .card:hover,
.plots-results-page .list_products .card:hover {
    border-color: rgba(199, 164, 92, 0.42);
    box-shadow: 0 26px 58px rgba(17, 25, 44, 0.16), 0 0 22px rgba(199, 164, 92, 0.16);
    transform: translateY(-6px);
}

.plots-results-page .sidebar.layout2 {
    position: sticky;
    top: 96px;
}

.plots-sidebar-map-card {
    background: #ffffff;
    border: 1px solid rgba(17, 25, 44, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(17, 25, 44, 0.12);
    margin-bottom: 22px;
    overflow: hidden;
    padding: 14px;
}

.plots-sidebar-map-head {
    background: #11192c;
    border-radius: 14px 14px 0 0;
    padding: 16px 18px;
}

.plots-sidebar-map-head span {
    color: #c7a45c;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.plots-sidebar-map-head strong {
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 900;
}

.plots-sidebar-map {
    border-radius: 0 0 14px 14px;
    height: 300px !important;
    overflow: hidden;
    width: 100%;
}

.plots-map-search {
    left: 24px !important;
    max-width: calc(100% - 48px);
    top: 88px !important;
    z-index: 3;
}

.plots-results-page .fullwidth-home-map,
.plots-results-page #map-container {
    height: auto !important;
    min-height: 0 !important;
}

.plots-results-page .sidebar .widget,
.plots-results-page .sidebar > div:not(.plots-sidebar-map-card),
.plots-results-page .sidebar .widget_edit_enabled {
    border-radius: 16px;
}

/* Housing-style properties page layout */
.plots-sale-layout {
    background: #f8f5ee;
}

.plots-sale-layout .half-map-sec {
    background:
        linear-gradient(180deg, rgba(21, 29, 46, 0.88) 0, rgba(21, 29, 46, 0.72) 310px, #f8f5ee 311px, #f8f5ee 100%),
        url("../../../../files/banner-panchkula-plots.png") center top / cover no-repeat;
    padding: 142px 0 64px;
}

.plots-sale-layout .half_map .half-map-sec .container,
.plots-sale-layout .half-map-sec > .container,
.plots-sale-layout .container {
    max-width: 1320px;
}

.plots-sale-page-head {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.plots-sale-page-head span {
    color: #c7a45c;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.plots-sale-page-head h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 6px;
}

.plots-sale-page-head p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.plots-sale-result-pill {
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(21, 29, 46, 0.08);
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    white-space: nowrap;
}

.plots-sale-result-pill strong {
    color: #151d2e;
    font-size: 22px;
    font-weight: 900;
}

.plots-sale-result-pill span {
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    text-transform: none;
}

.plots-sale-filter-panel {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(199, 164, 92, 0.18);
    border-radius: 18px;
    box-shadow: 0 22px 52px rgba(21, 29, 46, 0.16);
    margin-bottom: 26px;
    padding: 16px;
}

.plots-sale-layout .half-map-sec .widget-property-search {
    padding: 0 !important;
}

.plots-sale-layout .half-map-sec .widget-property-search .banner-search {
    align-items: stretch;
    display: grid !important;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
    padding: 0 !important;
}

.plots-sale-layout .half-map-sec .banner-search .form_field,
.plots-sale-layout .half-map-sec .banner-search .input-field {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.plots-sale-layout .half-map-sec .banner-search .form-control,
.plots-sale-layout .half-map-sec .banner-search .drop-menu .select,
.plots-sale-layout .half-map-sec .drop-menu .select {
    background: #f8f5ee !important;
    border: 1px solid rgba(21, 29, 46, 0.10) !important;
    border-radius: 10px !important;
    color: #151d2e !important;
    min-height: 52px;
}

.plots-sale-layout .half-map-sec .feat-srch {
    display: contents !important;
    margin: 0 !important;
}

.plots-sale-layout .half-map-sec .more-feat {
    align-items: center;
    color: #151d2e;
    display: flex !important;
    min-height: 52px;
}

.plots-sale-layout .half-map-sec .more-feat h3 {
    color: #151d2e;
    font-size: 13px;
    font-weight: 900;
    margin: 0;
}

.plots-sale-layout .half-map-sec .form_field_row {
    display: flex;
    gap: 10px;
}

.plots-sale-layout .half-map-sec .sw-search-start {
    background: #c7a45c !important;
    border: 1px solid #c7a45c !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-weight: 900;
    min-height: 52px;
    width: 100%;
}

.plots-sale-layout .features_list {
    grid-column: 1 / -1;
    margin: 0 !important;
}

.plots-sale-layout .features_list .group {
    background: #f8f5ee;
    border: 1px solid rgba(21, 29, 46, 0.08);
    border-radius: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 14px;
}

.plots-sale-layout .features_list:not(.open) {
    display: none;
}

.plots-sale-layout .half-map-sec > .container > .row {
    align-items: flex-start;
    margin-left: -12px;
    margin-right: -12px;
}

.plots-sale-layout .half-map-sec > .container > .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.plots-sale-layout .listing-directs {
    padding: 0 !important;
    width: 100%;
}

.plots-sale-layout .list-head {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(21, 29, 46, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(21, 29, 46, 0.06);
    display: flex !important;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 14px 16px;
    table-layout: auto;
    width: 100%;
}

.plots-sale-layout .list-head > * {
    align-items: center;
    display: flex;
    width: auto;
}

.plots-sale-layout .list-head .sortby {
    flex: 0 0 auto;
}

.plots-sale-layout .view-count {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
}

.plots-sale-layout .view-change {
    flex: 0 0 auto;
}

.plots-sale-layout .list-head .sortby span,
.plots-sale-layout .view-count {
    color: #151d2e;
    font-weight: 900;
}

.plots-sale-layout .list_products .row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}

.plots-sale-layout .list_products > .row > [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.plots-sale-layout .list_products .card {
    background: #ffffff;
    border: 1px solid rgba(21, 29, 46, 0.08);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(21, 29, 46, 0.08);
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.plots-sale-layout .list_products .card:hover {
    border-color: rgba(199, 164, 92, 0.42);
    box-shadow: 0 24px 52px rgba(21, 29, 46, 0.14);
    transform: translateY(-4px);
}

.plots-sale-map-panel {
    background: #ffffff;
    border: 1px solid rgba(21, 29, 46, 0.08);
    border-radius: 16px;
    box-shadow: 0 16px 42px rgba(21, 29, 46, 0.10);
    overflow: hidden;
    padding: 12px;
    position: sticky;
    top: 104px;
}

.plots-sale-map-title {
    background: #151d2e;
    border-radius: 12px 12px 0 0;
    padding: 14px 16px;
}

.plots-sale-map-title span {
    color: #c7a45c;
    display: block;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.plots-sale-map-title strong {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 900;
}

.plots-sale-layout #map-container.fullwidth-home-map {
    height: auto !important;
    position: static !important;
    width: 100% !important;
}

.plots-sale-layout .half-map-sec #map-container.fullwidth-home-map #main-map,
.plots-sale-layout #map-container.fullwidth-home-map #main-map {
    border-radius: 0 0 12px 12px;
    height: 430px !important;
    min-height: 430px !important;
}

@media (max-width: 1199px) {
    .plots-sale-layout .half-map-sec .widget-property-search .banner-search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plots-sale-layout .features_list .group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plots-sale-map-panel {
        margin-top: 22px;
        position: static;
    }
}

@media (max-width: 767px) {
    .plots-sale-layout .half-map-sec {
        padding-top: 104px;
    }

    .plots-sale-page-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .plots-sale-layout .half-map-sec .widget-property-search .banner-search,
    .plots-sale-layout .features_list .group {
        grid-template-columns: 1fr;
    }

    .plots-sale-layout .list-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .plots-sale-layout .half-map-sec #map-container.fullwidth-home-map #main-map,
    .plots-sale-layout #map-container.fullwidth-home-map #main-map {
        height: 300px !important;
        min-height: 300px !important;
    }
}

@media (max-width: 991px) {
    .plots-results-page .sidebar.layout2 {
        position: static;
    }

    .plots-sidebar-map {
        height: 260px !important;
    }
}

@media (max-width: 767px) {
    .plots-results-page .form_sec {
        padding-top: 104px;
    }

    .plots-results-page .list-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .premium-site-footer-main,
    .bottom.section-padding {
        padding: 46px 0 32px;
    }

    .premium-footer-brand img {
        margin-left: auto;
        margin-right: auto;
    }

    .premium-footer-brand .description,
    .premium-footer-contact h3,
    .premium-footer-social h3,
    .bottom-list h3 {
        text-align: center;
    }

    .premium-footer-contact h3:after,
    .premium-footer-social h3:after,
    .bottom-list h3:after {
        margin-left: auto;
        margin-right: auto;
    }

    .premium-footer-social .footer-social,
    .footer-social-inline,
    .premium-site-footer-bar .footer-social-inline {
        justify-content: center;
    }
}

.se-pre-con {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.result_preload_indic_fixed_full {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

/* Premium Panchkula homepage experience */
.panchkula-premium-home {
    background: #f7f9fc;
    overflow: hidden;
}

.panchkula-cinematic-hero {
    background: #0f1726;
    height: min(92vh, 820px);
    min-height: 640px;
    overflow: hidden;
    position: relative;
}

.panchkula-cinematic-search-hero {
    align-items: center;
    background-color: #0f1726;
    display: flex;
    min-height: min(92vh, 820px);
    overflow: hidden;
    padding: 170px 0 120px;
    position: relative;
}

.panchkula-cinematic-search-hero:before {
    background:
        radial-gradient(circle at 72% 45%, rgba(185, 147, 75, 0.24), transparent 24%),
        linear-gradient(90deg, rgba(11, 18, 31, 0.92) 0%, rgba(11, 18, 31, 0.62) 48%, rgba(11, 18, 31, 0.26) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.panchkula-cinematic-search-hero .container {
    position: relative;
    z-index: 5;
}

.panchkula-cinematic-search-hero .banner-content {
    max-width: 850px;
}

.panchkula-cinematic-search-hero .banner-content h1 {
    animation: heroReveal 0.85s ease both;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: clamp(44px, 6.8vw, 96px);
    font-weight: 700;
    line-height: 0.98;
    margin-bottom: 34px;
    max-width: 820px;
}

.panchkula-cinematic-search-hero .banner-search {
    animation: heroReveal 0.85s ease both 0.18s;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 10px;
    box-shadow: 0 28px 80px rgba(24, 32, 51, 0.22);
    padding: 18px;
}

.panchkula-cinematic-search-hero .form_field,
.panchkula-cinematic-search-hero .form-group {
    margin-bottom: 0;
}

.panchkula-cinematic-search-hero .cinematic-scrim {
    display: none;
}

.panchkula-cinematic-hero .map,
.panchkula-cinematic-hero .sw_widget,
.panchkula-cinematic-hero .selio_sw_win_wrapper {
    height: 100% !important;
    min-height: 640px;
    transform: scale(1.08);
    transition: transform 1.2s ease;
}

.panchkula-cinematic-hero:hover .map {
    transform: scale(1.12);
}

.cinematic-scrim {
    background:
        radial-gradient(circle at 72% 45%, rgba(185, 147, 75, 0.25), transparent 24%),
        linear-gradient(90deg, rgba(11, 18, 31, 0.9) 0%, rgba(11, 18, 31, 0.58) 44%, rgba(11, 18, 31, 0.24) 100%);
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.cinematic-cloud {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    filter: blur(18px);
    height: 74px;
    opacity: 0.42;
    pointer-events: none;
    position: absolute;
    width: 290px;
    z-index: 3;
}

.cloud-one {
    animation: cloudDrift 18s ease-in-out infinite alternate;
    left: 8%;
    top: 18%;
}

.cloud-two {
    animation: cloudDrift 24s ease-in-out infinite alternate-reverse;
    right: 12%;
    top: 62%;
}

.cinematic-hero-copy {
    color: #ffffff;
    left: max(7vw, 24px);
    max-width: 690px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.cinematic-kicker,
.premium-section-heading span,
.cinematic-search-glass span,
.panchkula-sector-card > span,
.roi-glass > div:first-child span {
    color: #b9934b;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cinematic-hero-copy h1 {
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: clamp(46px, 7vw, 104px);
    font-weight: 700;
    line-height: 0.95;
    margin: 0 0 24px;
}

.cinematic-hero-copy h1 span {
    animation: heroReveal 0.8s ease both;
    display: block;
}

.cinematic-hero-copy h1 span + span {
    animation-delay: 0.16s;
}

.cinematic-hero-copy p {
    animation: heroReveal 0.8s ease both 0.3s;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 34px;
    max-width: 580px;
}

.cinematic-hero-actions {
    animation: heroReveal 0.8s ease both 0.45s;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cinematic-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 52px;
    min-width: 156px;
    padding: 0 24px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cinematic-btn:hover {
    text-decoration: none;
    transform: translateY(-3px);
}

.cinematic-btn.primary {
    background: #b9934b;
    box-shadow: 0 18px 42px rgba(185, 147, 75, 0.35);
    color: #ffffff;
}

.cinematic-btn.secondary {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
}

.cinematic-search-glass,
.panchkula-sector-card,
.roi-glass {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.64);
    box-shadow: 0 28px 80px rgba(24, 32, 51, 0.14);
}

.cinematic-search-glass {
    backdrop-filter: blur(18px);
    border-radius: 10px;
    bottom: 52px;
    max-width: 370px;
    padding: 24px;
    position: absolute;
    right: max(6vw, 22px);
    z-index: 5;
}

.cinematic-search-glass strong {
    color: #182033;
    display: block;
    font-size: 20px;
    line-height: 1.35;
}

.cinematic-mini-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.cinematic-mini-stats em,
.sector-chip-row em {
    background: #f0f4ff;
    border: 1px solid #dbe4ff;
    border-radius: 999px;
    color: #253b84;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 8px 11px;
}

.cinematic-marker {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    box-shadow: 0 14px 36px rgba(11, 18, 31, 0.2);
    color: #182033;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    padding: 9px 13px;
    position: absolute;
    z-index: 4;
}

.cinematic-marker span {
    animation: markerPulse 1.8s ease-in-out infinite;
    background: #0b6f68;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(11, 111, 104, 0.16);
    height: 9px;
    width: 9px;
}

.marker-sector-20 {
    right: 30%;
    top: 34%;
}

.marker-pinjore {
    right: 16%;
    top: 52%;
}

.marker-extension {
    right: 42%;
    top: 62%;
}

.cinematic-compass {
    align-items: center;
    animation: compassFloat 5s ease-in-out infinite;
    background: rgba(11, 111, 104, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    bottom: 48px;
    color: #ffffff;
    display: flex;
    height: 58px;
    justify-content: center;
    left: max(7vw, 24px);
    position: absolute;
    width: 58px;
    z-index: 5;
}

.home-trust-section {
    margin-top: -58px;
    position: relative;
    z-index: 8;
}

.home-trust-grid-standalone {
    backdrop-filter: blur(18px);
}

.panchkula-discovery-section,
.panchkula-scroll-story,
.panchkula-roi-section {
    padding: 96px 0;
}

.premium-section-heading {
    margin: 0 auto 42px;
    max-width: 720px;
    text-align: center;
}

.premium-section-heading h2,
.roi-glass h2 {
    color: #182033;
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
}

.panchkula-discovery-grid {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.panchkula-sector-map {
    background:
        radial-gradient(circle at 50% 38%, rgba(11, 111, 104, 0.18), transparent 34%),
        linear-gradient(135deg, #ffffff, #eef4fb);
    border: 1px solid #dfe6f0;
    border-radius: 10px;
    min-height: 430px;
    overflow: hidden;
    padding: 22px;
}

.panchkula-sector-map svg {
    height: 100%;
    min-height: 380px;
    width: 100%;
}

.sector path {
    cursor: pointer;
    fill: rgba(37, 59, 132, 0.08);
    stroke: #253b84;
    stroke-dasharray: 820;
    stroke-dashoffset: 0;
    stroke-width: 2;
    transition: fill 0.25s ease, stroke 0.25s ease, transform 0.25s ease;
}

.sector text {
    fill: #182033;
    font-size: 26px;
    font-weight: 800;
    pointer-events: none;
}

.sector:hover path,
.sector.active path {
    animation: drawSector 1.6s ease both;
    fill: rgba(11, 111, 104, 0.2);
    stroke: url(#sectorGlow);
    transform: translateY(-5px);
}

.sector-road {
    animation: roadGlow 4s linear infinite;
    fill: none;
    stroke: #b9934b;
    stroke-dasharray: 12 16;
    stroke-linecap: round;
    stroke-width: 5;
}

.road-alt {
    animation-duration: 5.5s;
    opacity: 0.55;
    stroke: #0b6f68;
}

.sector-landmark {
    animation: markerPulse 2s ease-in-out infinite;
    fill: #b9934b;
}

.panchkula-sector-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
}

.panchkula-sector-card h3 {
    color: #182033;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 16px;
}

.panchkula-sector-card p,
.roi-glass p {
    color: #657184;
    font-size: 16px;
    line-height: 1.75;
}

.sector-score {
    align-items: baseline;
    display: flex;
    gap: 8px;
    margin: 12px 0 20px;
}

.sector-score strong {
    color: #0b6f68;
    font-size: 72px;
    line-height: 1;
}

.sector-score small {
    color: #657184;
    font-weight: 800;
    text-transform: uppercase;
}

.sector-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.story-track {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 12px;
}

.story-track article {
    background: #ffffff;
    border: 1px solid #dfe6f0;
    border-radius: 10px;
    box-shadow: 0 20px 44px rgba(24, 32, 51, 0.08);
    min-height: 240px;
    padding: 28px;
    transform: translateY(22px);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.story-track article.is-visible {
    transform: translateY(0);
}

.story-track article:hover {
    box-shadow: 0 28px 64px rgba(24, 32, 51, 0.14);
    transform: translateY(-8px);
}

.story-track i {
    align-items: center;
    background: #0b6f68;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    margin-bottom: 24px;
    width: 54px;
}

.story-track strong {
    color: #182033;
    display: block;
    font-size: 22px;
    margin-bottom: 12px;
}

.story-track p {
    color: #657184;
    line-height: 1.65;
    margin: 0;
}

.roi-glass {
    align-items: center;
    border-radius: 10px;
    display: grid;
    gap: 34px;
    grid-template-columns: 0.95fr 1fr 0.9fr;
    padding: 42px;
}

.roi-controls label {
    color: #182033;
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    margin: 0 0 12px;
}

.roi-range {
    accent-color: #0b6f68;
    margin-bottom: 24px;
    width: 100%;
}

.roi-visual {
    align-items: end;
    background: linear-gradient(180deg, #eef4fb, #ffffff);
    border: 1px solid #dfe6f0;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    height: 230px;
    justify-content: center;
    padding: 24px;
    position: relative;
}

.roi-land {
    background: rgba(11, 111, 104, 0.18);
    border: 2px solid #0b6f68;
    border-radius: 8px;
    bottom: 24px;
    height: 76px;
    left: 24px;
    position: absolute;
    transition: width 0.25s ease;
    width: 42%;
}

.roi-building {
    background: linear-gradient(180deg, #253b84, #0b6f68);
    border-radius: 6px 6px 0 0;
    position: relative;
    transition: height 0.25s ease;
    width: 34px;
    z-index: 2;
}

.roi-building.b1 {
    height: 82px;
}

.roi-building.b2 {
    height: 124px;
}

.roi-building.b3 {
    height: 102px;
}

.roi-visual > strong {
    background: #ffffff;
    border: 1px solid #dfe6f0;
    border-radius: 999px;
    bottom: 18px;
    color: #182033;
    font-size: 13px;
    left: 50%;
    padding: 9px 14px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 3;
}

.panchkula-premium-home .listing-main-sec {
    background: #ffffff;
    position: relative;
}

.panchkula-premium-home .popular-listing,
.panchkula-premium-home .explore-feature,
.panchkula-premium-home .popular-cities,
.panchkula-premium-home .discover-propt,
.panchkula-premium-home .testimonial-sec,
.panchkula-premium-home .banner-html {
    background: #f7f9fc;
    position: relative;
}

.panchkula-premium-home .popular-listing .section-heading,
.panchkula-premium-home .popular-cities .section-heading,
.panchkula-premium-home .explore-feature .section-heading {
    margin-bottom: 44px;
}

.panchkula-premium-home .section-heading span {
    color: #b9934b;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.panchkula-premium-home .section-heading h3 {
    color: #182033;
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.08;
}

.panchkula-premium-home .popular-listing .row,
.panchkula-premium-home .popular-cities .popular-cities-grid,
.panchkula-premium-home .explore-feature .row {
    position: relative;
    z-index: 2;
}

.panchkula-premium-home .popular-listing .load-more-posts .btn2,
.panchkula-premium-home .load-more-posts .btn2,
.panchkula-premium-home .btn2 {
    background: #253b84;
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(37, 59, 132, 0.18);
    color: #ffffff;
    font-weight: 800;
    min-width: 168px;
}

.panchkula-premium-home .popular-listing .load-more-posts .btn2:hover,
.panchkula-premium-home .btn2:hover {
    background: #0b6f68;
    color: #ffffff;
    transform: translateY(-2px);
}

.panchkula-premium-home .home-trust-card,
.panchkula-premium-home .explore-feature .card,
.panchkula-premium-home .popular-city-card {
    border-radius: 10px;
    box-shadow: 0 22px 58px rgba(24, 32, 51, 0.09);
}

.panchkula-premium-home .home-trust-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
}

.panchkula-premium-home .popular-city-card {
    min-height: 360px;
    overflow: hidden;
}

.panchkula-premium-home .popular-city-card img {
    height: 360px;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.7s ease;
}

.panchkula-premium-home .popular-city-card:hover img {
    transform: scale(1.12);
}

.panchkula-premium-home .popular-city-card .overlay {
    background: linear-gradient(180deg, rgba(11, 18, 31, 0.08), rgba(11, 18, 31, 0.78));
}

.panchkula-premium-home .popular-city-card .card-body {
    bottom: 0;
    padding: 30px;
}

.panchkula-premium-home .popular-city-card .card-body h4,
.panchkula-premium-home .popular-city-card .card-body p {
    color: #ffffff;
}

.panchkula-premium-home .top-discover-banner,
.panchkula-premium-home .discover-banner,
.panchkula-premium-home .discover-propt {
    background:
        radial-gradient(circle at 78% 20%, rgba(185, 147, 75, 0.18), transparent 26%),
        linear-gradient(135deg, #111b2d, #0b6f68);
    color: #ffffff;
}

.panchkula-premium-home .top-discover-banner h2,
.panchkula-premium-home .discover-banner h2,
.panchkula-premium-home .discover-propt h2,
.panchkula-premium-home .top-discover-banner h3,
.panchkula-premium-home .discover-banner h3,
.panchkula-premium-home .discover-propt h3 {
    color: #ffffff;
    font-family: "Playfair Display", serif;
}

.panchkula-premium-home .panchkula-hero-banner .banner-content,
.panchkula-premium-home .panchkula-hero-banner .banner-search {
    position: relative;
    z-index: 6;
}

.panchkula-premium-home .listing-main-sec:before {
    color: rgba(37, 59, 132, 0.05);
    content: "PLOTS";
    font-size: clamp(72px, 16vw, 210px);
    font-weight: 900;
    left: 50%;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 16px;
    transform: translateX(-50%);
}

.panchkula-premium-home .card,
.panchkula-premium-home .royale-city-listing-card {
    transform-style: preserve-3d;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.panchkula-premium-home .card:hover,
.panchkula-premium-home .royale-city-listing-card:hover {
    box-shadow: 0 30px 74px rgba(24, 32, 51, 0.18);
}

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

@keyframes cloudDrift {
    from {
        transform: translate3d(-20px, 0, 0);
    }
    to {
        transform: translate3d(42px, 14px, 0);
    }
}

@keyframes markerPulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes compassFloat {
    0%,
    100% {
        transform: translateY(0) rotate(-8deg);
    }
    50% {
        transform: translateY(-8px) rotate(8deg);
    }
}

@keyframes drawSector {
    from {
        stroke-dashoffset: 820;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes roadGlow {
    to {
        stroke-dashoffset: -120;
    }
}

@media (max-width: 991px) {
    .panchkula-cinematic-hero {
        min-height: 720px;
    }

    .cinematic-hero-copy {
        max-width: calc(100% - 44px);
        top: 43%;
    }

    .cinematic-search-glass {
        bottom: 28px;
        left: 22px;
        max-width: calc(100% - 44px);
        right: auto;
    }

    .cinematic-marker {
        display: none;
    }

    .panchkula-discovery-grid,
    .roi-glass {
        grid-template-columns: 1fr;
    }

    .story-track {
        grid-template-columns: repeat(5, minmax(220px, 1fr));
    }
}

@media (max-width: 767px) {
    .panchkula-cinematic-hero,
    .panchkula-cinematic-hero .map,
    .panchkula-cinematic-hero .sw_widget,
    .panchkula-cinematic-hero .selio_sw_win_wrapper {
        min-height: 680px;
    }

    .cinematic-hero-copy h1 {
        font-size: 44px;
    }

    .cinematic-hero-copy p {
        font-size: 15px;
    }

    .cinematic-btn {
        min-width: 100%;
    }

    .panchkula-discovery-section,
    .panchkula-scroll-story,
    .panchkula-roi-section {
        padding: 64px 0;
    }

    .panchkula-sector-card,
    .roi-glass {
        padding: 26px;
    }

    .panchkula-sector-map {
        min-height: 300px;
        padding: 10px;
    }

    .panchkula-sector-map svg {
        min-height: 280px;
    }
}
.contact-theme-page,
.auth-theme-page {
    background: #f8f5ee;
}

.contact-theme-page .wrapper,
.auth-theme-page .wrapper {
    background: #f8f5ee;
    overflow: hidden;
}

.contact-theme-page header,
.auth-theme-page header {
    position: relative;
    z-index: 50;
}

.contact-theme-main,
.auth-theme-page .main-clear {
    background:
        radial-gradient(circle at 16% 18%, rgba(199, 164, 92, 0.16), transparent 28%),
        linear-gradient(180deg, #f8f5ee 0%, #ffffff 52%, #f8f5ee 100%);
}

.contact-theme-hero {
    background:
        linear-gradient(90deg, rgba(21, 29, 46, 0.92), rgba(21, 29, 46, 0.72)),
        url("../../../../files/banner-panchkula-plots.png") center/cover no-repeat;
    color: #fff;
    padding: 92px 0 72px;
    position: relative;
}

.contact-theme-hero:after,
.auth-theme-intro:after {
    animation: premiumGoldDrift 8s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgba(199, 164, 92, 0.36), transparent 62%);
    content: "";
    height: 220px;
    position: absolute;
    right: 8%;
    top: 18%;
    width: 220px;
}

.contact-theme-kicker,
.auth-theme-kicker {
    color: #c7a45c;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.contact-theme-hero h1,
.auth-theme-intro h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 18px;
    max-width: 760px;
}

.contact-theme-hero p,
.auth-theme-intro p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    max-width: 650px;
}

.contact-theme-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
    position: relative;
    z-index: 2;
}

.contact-theme-actions a,
.auth-theme-page .btn2 {
    align-items: center;
    background: #c7a45c !important;
    border: 1px solid #c7a45c !important;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(199, 164, 92, 0.22);
    color: #fff !important;
    display: inline-flex;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 50px;
    padding: 13px 20px;
    text-decoration: none;
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.contact-theme-actions a:nth-child(2) {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
}

.contact-theme-actions a:hover,
.auth-theme-page .btn2:hover {
    background: #b9934b !important;
    box-shadow: 0 18px 38px rgba(199, 164, 92, 0.30);
    color: #fff !important;
    transform: translateY(-3px);
}

.contact-theme-page .sect-contact-featured {
    padding: 72px 0 22px;
}

.contact-theme-page .row-contact {
    gap: 24px 0;
}

.contact-theme-page .contact-card {
    animation: premiumFadeUp .7s ease both;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(199, 164, 92, 0.18);
    border-radius: 18px;
    box-shadow: 0 24px 58px rgba(21, 29, 46, 0.08);
    height: 100%;
    overflow: hidden;
    padding: 34px;
    position: relative;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.contact-theme-page .contact-card:hover,
.auth-theme-page .sign-form-wr:hover {
    border-color: rgba(199, 164, 92, 0.42);
    box-shadow: 0 30px 70px rgba(21, 29, 46, 0.14), 0 0 0 1px rgba(199, 164, 92, 0.12);
    transform: translateY(-6px);
}

.contact-theme-page .contact-card:before,
.auth-theme-page .sign-form-wr:before {
    background: linear-gradient(135deg, rgba(199, 164, 92, 0.22), transparent 60%);
    content: "";
    height: 160px;
    position: absolute;
    right: -70px;
    top: -70px;
    width: 160px;
}

.contact-theme-page .contact-card .logo img {
    height: auto;
    max-width: 230px;
}

.contact-theme-page .mini-title,
.contact-theme-page .contact_info h3 {
    color: #151d2e;
    display: block;
    font-size: 22px;
    font-weight: 900;
    margin: 18px 0 12px;
}

.contact-theme-page .contact-card .address,
.contact-theme-page .cont_info span,
.contact-theme-page .cont_info a {
    color: #667085;
    font-size: 15px;
    line-height: 1.65;
}

.contact-theme-page .cont_info {
    margin: 18px 0 24px;
}

.contact-theme-page .cont_info li {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.contact-theme-page .cont_info i {
    align-items: center;
    background: #f2eadc;
    border-radius: 10px;
    color: #c7a45c;
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
}

.contact-theme-page .social_links {
    display: flex;
    gap: 10px;
    margin: 0;
}

.contact-theme-page .social_links a {
    align-items: center;
    background: #151d2e;
    border-radius: 50%;
    color: #fff !important;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: transform .22s ease, background .22s ease;
    width: 42px;
}

.contact-theme-page .social_links a:hover {
    background: #c7a45c;
    transform: translateY(-3px);
}

.contact-theme-page .contact-sec {
    padding: 30px 0 92px;
}

.contact-theme-page .contact_form {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 238, 0.96));
    border: 1px solid rgba(199, 164, 92, 0.26);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(21, 29, 46, 0.10);
    overflow: hidden;
    padding: 42px;
    position: relative;
}

.contact-theme-page .contact_form:before {
    background: radial-gradient(circle, rgba(199, 164, 92, 0.22), transparent 64%);
    content: "";
    height: 210px;
    position: absolute;
    right: -80px;
    top: -90px;
    width: 210px;
}

.contact-theme-page .contact-details-sec {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.contact-theme-page .contact_form h3 {
    color: #151d2e;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.contact-theme-page .contact_form form {
    position: relative;
    z-index: 1;
}

.contact-theme-page .contact_form input,
.contact-theme-page .contact_form textarea,
.auth-theme-page .form-control,
.auth-theme-page textarea.form-control {
    background: #fff !important;
    border: 1px solid rgba(21, 29, 46, 0.12) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 24px rgba(21, 29, 46, 0.04) !important;
    color: #151d2e !important;
    min-height: 54px;
    padding: 14px 16px !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-theme-page .contact_form textarea {
    min-height: 170px;
}

.contact-theme-page .contact_form input:focus,
.contact-theme-page .contact_form textarea:focus,
.auth-theme-page .form-control:focus {
    border-color: #c7a45c !important;
    box-shadow: 0 0 0 4px rgba(199, 164, 92, 0.16) !important;
    transform: translateY(-1px);
}

.contact-theme-page .contact_form .submit {
    background: #c7a45c !important;
    border: 1px solid #c7a45c !important;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(199, 164, 92, 0.22);
    color: #fff !important;
    font-weight: 900;
    min-height: 52px;
    min-width: 170px;
    padding: 14px 22px;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.contact-theme-page .contact_form .submit:hover {
    background: #b9934b !important;
    border-color: #b9934b !important;
    box-shadow: 0 18px 34px rgba(199, 164, 92, 0.28);
    transform: translateY(-2px);
}

.auth-theme-page .main-clear {
    padding: 86px 15px 92px;
}

.auth-theme-page .selio_sw_win_wrapper {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
    margin: 0 auto;
    max-width: 1180px;
}

.auth-theme-intro {
    animation: premiumFadeUp .7s ease both;
    background:
        linear-gradient(135deg, rgba(21, 29, 46, 0.96), rgba(21, 29, 46, 0.78)),
        url("../../../../files/banner-panchkula-plots.png") center/cover no-repeat;
    border-radius: 18px 0 0 18px;
    min-height: 640px;
    overflow: hidden;
    padding: 62px 54px;
    position: relative;
}

.auth-theme-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
    position: relative;
    z-index: 2;
}

.auth-theme-points span {
    align-items: center;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    padding: 10px 14px;
}

.auth-theme-points i {
    color: #c7a45c;
}

.auth-theme-page .ci.sw_widget.sw_wrap {
    animation: premiumFadeUp .8s ease .08s both;
    margin: 0;
}

.auth-theme-page .sign-form-wr {
    background: #fff;
    border: 1px solid rgba(21, 29, 46, 0.08);
    border-radius: 0 18px 18px 0;
    box-shadow: 0 28px 70px rgba(21, 29, 46, 0.14);
    min-height: 640px;
    overflow: hidden;
    padding: 44px;
    position: relative;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.auth-theme-page .sign-form-inner,
.auth-theme-page .form-wr-content {
    position: relative;
    z-index: 2;
}

.auth-theme-page .form-wr h3 {
    color: #151d2e;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 24px;
}

.auth-theme-page .form-field {
    margin-bottom: 14px;
}

.auth-theme-page .form-cp {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    margin: 8px 0 18px;
}

.auth-theme-page .forgot-password,
.auth-theme-page .form-cp a {
    color: #b9934b !important;
    font-weight: 800;
}

.auth-theme-page .btn2 {
    border-radius: 10px !important;
    min-width: 100%;
}

.auth-theme-page .fb-btn,
.auth-theme-page .gl-btn {
    align-items: center;
    border: 1px solid rgba(21, 29, 46, 0.10);
    border-radius: 10px;
    color: #151d2e !important;
    display: flex;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
    min-height: 48px;
    padding: 12px 16px;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.auth-theme-page .fb-btn:hover,
.auth-theme-page .gl-btn:hover {
    border-color: rgba(199, 164, 92, 0.45);
    box-shadow: 0 12px 26px rgba(21, 29, 46, 0.10);
    transform: translateY(-2px);
}

.auth-theme-page .alert {
    border-radius: 12px;
}

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

@keyframes premiumGoldDrift {
    from {
        opacity: .38;
        transform: translate3d(0, 0, 0) scale(.92);
    }
    to {
        opacity: .7;
        transform: translate3d(-18px, 18px, 0) scale(1.08);
    }
}

@media (max-width: 991px) {
    .contact-theme-hero {
        padding: 70px 0 58px;
    }

    .auth-theme-page .selio_sw_win_wrapper {
        grid-template-columns: 1fr;
    }

    .auth-theme-intro,
    .auth-theme-page .sign-form-wr {
        border-radius: 18px;
        min-height: auto;
    }

    .auth-theme-intro {
        padding: 42px 30px;
    }

    .auth-theme-page .sign-form-wr {
        margin-top: 18px;
        padding: 32px 24px;
    }
}

@media (max-width: 575px) {
    .contact-theme-hero h1,
    .auth-theme-intro h1 {
        font-size: 34px;
    }

    .contact-theme-page .contact-details-sec,
    .contact-theme-page .contact_form,
    .contact-theme-page .contact-card {
        padding: 24px;
    }

    .auth-theme-page .main-clear {
        padding: 48px 12px 64px;
    }
}

/* Clean Housing-style listing page */
.plots-housing-page {
    background: #f5f3ee;
    color: #151d2e;
}

.plots-housing-page header.fix {
    background: #fff !important;
    box-shadow: 0 6px 24px rgba(21, 29, 46, 0.08) !important;
    left: 0 !important;
    position: sticky !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    z-index: 2500 !important;
}

.plots-housing-page .top-header {
    display: none !important;
}

.plots-housing-page .header {
    background: #fff !important;
    box-shadow: none !important;
    min-height: 86px !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
}

.plots-housing-page .header .container,
.plots-housing-page .header .row,
.plots-housing-page .header .col-xl-12,
.plots-housing-page .header .navbar {
    min-height: 86px !important;
}

.plots-housing-page .header .navbar {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 22px;
    padding: 0 !important;
}

.plots-housing-page .navbar-brand {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    margin: 0 42px 0 0 !important;
    padding: 0 !important;
}

.plots-housing-page .navbar-brand img {
    display: block !important;
    height: auto !important;
    max-height: 58px !important;
    max-width: none !important;
    object-fit: contain !important;
    width: 170px !important;
}

.plots-housing-page .navbar-collapse {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: space-between !important;
    min-width: 0 !important;
}

.plots-housing-page #main-menu {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    gap: 24px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-width: 0 !important;
    position: static !important;
    transform: none !important;
}

.plots-housing-page .navbar-light .navbar-nav .nav-link,
.plots-housing-page .signin-btn .nav-link,
.plots-housing-page .signin-btn a,
.plots-housing-page .signin-btn b {
    color: #151d2e !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-shadow: none !important;
    white-space: nowrap !important;
}

.plots-housing-page .navbar-light .navbar-nav .nav-link:hover,
.plots-housing-page .navbar-light .navbar-nav .active > .nav-link {
    color: #c7a45c !important;
}

.plots-housing-page .submit-btn .sbmt-btn {
    background: #c7a45c !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 26px rgba(199, 164, 92, 0.24) !important;
    color: #fff !important;
    height: 52px !important;
    padding: 0 22px !important;
}

.plots-housing-page .dropdown-menu {
    z-index: 2600 !important;
}

.plots-housing-shell {
    background: #f5f3ee;
    overflow: visible;
}

.plots-housing-hero {
    background: #f5f3ee;
    color: #151d2e;
    padding: 54px 0 18px;
    position: relative;
    overflow: visible;
}

.plots-housing-page .container {
    max-width: 1230px;
}

.plots-housing-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.plots-housing-page-head span {
    color: #c7a45c;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.plots-housing-page-head h1 {
    color: #151d2e;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.16;
    margin: 0 0 10px;
}

.plots-housing-page-head p {
    color: #657086;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 720px;
}

.plots-housing-result-pill {
    align-items: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    color: #151d2e;
    display: flex;
    gap: 10px;
    min-width: 148px;
    padding: 18px 22px;
    white-space: nowrap;
}

.plots-housing-result-pill strong {
    font-size: 28px;
    font-weight: 800;
}

.plots-housing-result-pill span {
    color: #657086;
    font-size: 13px;
    font-weight: 800;
}

.plots-housing-filter-panel {
    background: #fff;
    border: 1px solid rgba(21, 29, 46, 0.08);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(21, 29, 46, 0.18);
    padding: 14px;
}

.plots-housing-filter-panel .widget-property-search,
.plots-housing-filter-panel .widget-property-search form {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.plots-housing-filter-panel .banner-search {
    align-items: stretch;
    display: grid !important;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
}

.plots-housing-filter-panel .banner-search .form_field,
.plots-housing-filter-panel .banner-search .input-field,
.plots-housing-filter-panel .feat-srch {
    float: none !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
}

.plots-housing-filter-panel .form-control,
.plots-housing-filter-panel .drop-menu .select,
.plots-housing-filter-panel .bootstrap-select > .dropdown-toggle,
.plots-housing-filter-panel div.form-group .winter_dropdown_tree button:first-child {
    background: #fbfaf7 !important;
    border: 1px solid #e1ded6 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #151d2e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 52px !important;
    line-height: 52px !important;
    min-height: 52px !important;
    padding: 0 18px !important;
}

.plots-housing-filter-panel .form-control::placeholder {
    color: #657086 !important;
}

.plots-housing-filter-panel .feat-srch {
    align-items: center;
    display: grid !important;
    gap: 10px;
    grid-column: 1 / -1;
    grid-template-columns: 220px 230px;
}

.plots-housing-filter-panel .more-feat {
    align-items: center;
    color: #151d2e !important;
    cursor: pointer;
    display: flex !important;
    height: 52px;
}

.plots-housing-filter-panel .more-feat h3 {
    color: #151d2e !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

.plots-housing-filter-panel .more-feat i {
    color: #6377ff !important;
    margin-right: 9px;
}

.plots-housing-filter-panel .form_field_row {
    display: flex !important;
    gap: 10px;
    height: 52px;
}

.plots-housing-filter-panel .sw-search-start,
.plots-housing-filter-panel .btn-savesearch {
    align-items: center;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 800 !important;
    height: 52px !important;
    justify-content: center;
    margin: 0 !important;
    min-width: 124px;
    padding: 0 22px !important;
}

.plots-housing-filter-panel .sw-search-start {
    background: #c7a45c !important;
}

.plots-housing-filter-panel .btn-savesearch {
    background: #151d2e !important;
    min-width: 64px;
}

.plots-housing-filter-panel .features_list {
    background: #fbfaf7;
    border: 1px solid #e6e1d7;
    border-radius: 12px;
    display: none;
    grid-column: 1 / -1;
    margin-top: 4px;
    padding: 14px;
}

.plots-housing-filter-panel .features_list .group {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plots-housing-content {
    padding: 28px 0 72px;
}

.plots-housing-grid {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 390px;
}

.plots-housing-results,
.plots-housing-results-card {
    min-width: 0;
}

.plots-housing-results-card {
    background: transparent;
}

.plots-housing-results-card .list-head {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(21, 29, 46, 0.08);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(21, 29, 46, 0.08);
    display: flex !important;
    justify-content: space-between;
    margin: 0 0 18px !important;
    padding: 14px 16px !important;
    width: 100% !important;
}

.plots-housing-results-card .list-head > * {
    border: 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.plots-housing-results-card .sortby,
.plots-housing-results-card .view-count,
.plots-housing-results-card .view-change {
    align-items: center;
    display: flex !important;
    min-height: 42px;
}

.plots-housing-results-card .sortby {
    flex: 0 0 auto;
}

.plots-housing-results-card .view-count {
    color: #151d2e;
    flex: 1 1 auto;
    font-weight: 800;
    justify-content: center;
}

.plots-housing-results-card .view-change {
    flex: 0 0 auto;
}

.plots-housing-results-card .list-head .drop-menu .select {
    background: #fbfaf7 !important;
    border: 1px solid #e1ded6 !important;
    border-radius: 10px !important;
    color: #151d2e !important;
    height: 42px !important;
    line-height: 42px !important;
    min-width: 150px;
    padding: 0 14px !important;
}

.plots-housing-results-card .list_products .row {
    margin-left: -9px !important;
    margin-right: -9px !important;
    row-gap: 18px;
}

.plots-housing-results-card .list_products > .row > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.plots-housing-results-card .list_products .card {
    border: 1px solid rgba(21, 29, 46, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 42px rgba(21, 29, 46, 0.08) !important;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.plots-housing-results-card .list_products .card:hover {
    border-color: rgba(199, 164, 92, 0.46) !important;
    box-shadow: 0 24px 56px rgba(21, 29, 46, 0.14) !important;
    transform: translateY(-4px);
}

.plots-housing-map-panel {
    background: #fff;
    border: 1px solid rgba(21, 29, 46, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(21, 29, 46, 0.10);
    overflow: hidden;
    position: sticky;
    top: 96px;
}

.plots-housing-map-title {
    align-items: center;
    background: #151d2e;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 16px;
}

.plots-housing-map-title span {
    color: #c7a45c;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.plots-housing-map-title strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.plots-housing-map-panel #map-container,
.plots-housing-map-panel .plots-housing-map {
    height: auto !important;
    margin: 0 !important;
    min-height: 0 !important;
    position: static !important;
    width: 100% !important;
}

.plots-housing-map-panel #main-map {
    border-radius: 0 !important;
    height: 430px !important;
    min-height: 430px !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    .plots-housing-results-card .list_products .card {
        display: block !important;
        max-width: 100%;
    }

    .plots-housing-results-card .list_products .card .img-block {
        height: 190px !important;
        min-height: 190px;
    }
}

@media (min-width: 1200px) {
    .plots-housing-results-card .list_products .card .img-block {
        height: 176px !important;
        min-height: 176px;
    }
}

@media (max-width: 767px) {
    .plots-housing-results-card .list_products > .row > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .plots-housing-filter-panel .banner-search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plots-housing-grid {
        grid-template-columns: 1fr;
    }

    .plots-housing-map-panel {
        position: static;
    }
}

@media (max-width: 767px) {
    .plots-housing-hero {
        padding: 110px 0 42px;
    }

    .plots-housing-page-head,
    .plots-housing-results-card .list-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .plots-housing-filter-panel .banner-search,
    .plots-housing-filter-panel .feat-srch,
    .plots-housing-filter-panel .features_list .group {
        grid-template-columns: 1fr;
    }

    .plots-housing-page-head h1 {
        font-size: 30px;
    }

    .plots-housing-map-panel #main-map {
        height: 320px !important;
        min-height: 320px !important;
    }
}

/* Property detail navbar fix */
body.property-detail-page {
    background: #f4f6fa;
}

body.property-detail-page header,
body.property-detail-page header.pb,
body.property-detail-page.nav-is-scrolled header,
body.property-detail-page.nav-is-scrolled header.pb {
    background: #ffffff !important;
    box-shadow: 0 10px 32px rgba(21, 29, 46, 0.08) !important;
    left: 0 !important;
    overflow: visible !important;
    position: sticky !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    z-index: 10050 !important;
}

body.property-detail-page .top-header {
    display: none !important;
}

body.property-detail-page .header,
body.property-detail-page.nav-is-scrolled .header {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(21, 29, 46, 0.08) !important;
    box-shadow: none !important;
    height: 88px !important;
    min-height: 88px !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
}

body.property-detail-page .header .container {
    max-width: 1160px !important;
}

body.property-detail-page .header .row,
body.property-detail-page .header .col-xl-12,
body.property-detail-page .header .navbar {
    min-height: 88px !important;
}

body.property-detail-page .header .navbar {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    height: 88px !important;
    padding: 0 !important;
    width: 100% !important;
}

body.property-detail-page .header .navbar-brand {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 190px !important;
    margin: 0 28px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

body.property-detail-page .header .navbar-brand img {
    display: block !important;
    height: auto !important;
    max-height: 62px !important;
    max-width: 190px !important;
    object-fit: contain !important;
    object-position: left center !important;
    transform: none !important;
    width: 190px !important;
}

body.property-detail-page .header #navbarSupportedContent {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    gap: 18px !important;
    justify-content: space-between !important;
    min-width: 0 !important;
    overflow: visible !important;
    position: static !important;
}

body.property-detail-page .header #main-menu.navbar-nav {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    gap: 24px !important;
    justify-content: center !important;
    left: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    position: static !important;
    transform: none !important;
}

body.property-detail-page .header #navbarSupportedContent > .d-inline {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    margin: 0 0 0 14px !important;
    min-width: max-content !important;
    position: relative !important;
    z-index: 2 !important;
}

body.property-detail-page .header .d-inline.my-2.my-lg-0 > .navbar-nav {
    align-items: center !important;
    display: flex !important;
    gap: 16px !important;
    margin: 0 !important;
}

body.property-detail-page .header .navbar-nav .nav-item {
    margin: 0 !important;
    white-space: nowrap !important;
}

body.property-detail-page .header .navbar-nav .nav-item a,
body.property-detail-page .header .navbar-nav .nav-item span,
body.property-detail-page .header .nav-link,
body.property-detail-page .header .signin-op,
body.property-detail-page .header .reg-op,
body.property-detail-page.nav-is-scrolled .header .navbar-nav .nav-item a,
body.property-detail-page.nav-is-scrolled .header .navbar-nav .nav-item span,
body.property-detail-page.nav-is-scrolled .header .nav-link,
body.property-detail-page.nav-is-scrolled .header .signin-op,
body.property-detail-page.nav-is-scrolled .header .reg-op {
    color: #151d2e !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-shadow: none !important;
}

body.property-detail-page .header .navbar-nav .nav-item.active > a,
body.property-detail-page .header .navbar-nav .nav-item:hover > a,
body.property-detail-page .header .navbar-nav .nav-item:hover > span,
body.property-detail-page .header .nav-link:hover {
    color: #c7a45c !important;
}

body.property-detail-page .header .dropdown-toggle:after,
body.property-detail-page .header .dropdown-toggle:before {
    color: #c7a45c !important;
}

body.property-detail-page .header .sbmt-btn {
    align-items: center !important;
    background: #c7a45c !important;
    border: 1px solid #c7a45c !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 24px rgba(199, 164, 92, 0.22) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    gap: 8px !important;
    justify-content: center !important;
    min-height: 50px !important;
    min-width: 154px !important;
    padding: 12px 20px !important;
    text-shadow: none !important;
}

body.property-detail-page .property-single-pg {
    padding-top: 18px !important;
}

@media (max-width: 1199px) {
    body.property-detail-page .header .container {
        max-width: 100% !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    body.property-detail-page .header .navbar-brand {
        flex-basis: 168px !important;
        margin-right: 18px !important;
    }

    body.property-detail-page .header .navbar-brand img {
        max-width: 168px !important;
        width: 168px !important;
    }

    body.property-detail-page .header #main-menu.navbar-nav {
        gap: 18px !important;
    }

    body.property-detail-page .header .navbar-nav .nav-item a,
    body.property-detail-page .header .navbar-nav .nav-item span,
    body.property-detail-page .header .nav-link,
    body.property-detail-page .header .signin-op,
    body.property-detail-page .header .reg-op {
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    body.property-detail-page .header .navbar {
        flex-wrap: wrap !important;
        height: auto !important;
        min-height: 78px !important;
        padding: 12px 0 !important;
    }

    body.property-detail-page .header,
    body.property-detail-page.nav-is-scrolled .header {
        height: auto !important;
        min-height: 78px !important;
    }

    body.property-detail-page .header #navbarSupportedContent {
        background: #151d2e !important;
        border-radius: 14px;
        flex-basis: 100% !important;
        margin-top: 12px !important;
        padding: 14px !important;
    }

    body.property-detail-page .header #main-menu.navbar-nav,
    body.property-detail-page .header .d-inline.my-2.my-lg-0 > .navbar-nav {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    body.property-detail-page .header .navbar-nav .nav-item a,
    body.property-detail-page .header .navbar-nav .nav-item span,
    body.property-detail-page .header .nav-link,
    body.property-detail-page .header .signin-op,
    body.property-detail-page .header .reg-op {
        color: #ffffff !important;
    }
}

/* Final navbar readability guard for every non-home page */
body:not(.panchkula-home-page) header,
body:not(.panchkula-home-page) header.pb {
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(21, 29, 46, 0.08) !important;
    left: 0 !important;
    overflow: visible !important;
    position: sticky !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    z-index: 10050 !important;
}

body:not(.panchkula-home-page) .header,
body:not(.panchkula-home-page).nav-is-scrolled .header {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(21, 29, 46, 0.08) !important;
    box-shadow: none !important;
    min-height: 88px !important;
    overflow: visible !important;
}

body:not(.panchkula-home-page) .header .navbar,
body:not(.panchkula-home-page).nav-is-scrolled .header .navbar {
    align-items: center !important;
    min-height: 88px !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .nav-item a,
body:not(.panchkula-home-page) .header .navbar-nav .nav-item span,
body:not(.panchkula-home-page) .header .nav-link,
body:not(.panchkula-home-page) .header .signin-op,
body:not(.panchkula-home-page) .header .reg-op {
    color: #151d2e !important;
    text-shadow: none !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .nav-item.active > a,
body:not(.panchkula-home-page) .header .navbar-nav .nav-item:hover > a,
body:not(.panchkula-home-page) .header .navbar-nav .nav-item:hover > span,
body:not(.panchkula-home-page) .header .nav-link:hover,
body:not(.panchkula-home-page) .header .dropdown-toggle:after,
body:not(.panchkula-home-page) .header .dropdown-toggle:before {
    color: #c7a45c !important;
}

body:not(.panchkula-home-page).nav-is-scrolled header,
body:not(.panchkula-home-page).nav-is-scrolled header.pb {
    background: rgba(21, 29, 46, 0.97) !important;
    box-shadow: 0 14px 34px rgba(21, 29, 46, 0.28) !important;
    position: fixed !important;
}

body:not(.panchkula-home-page).nav-is-scrolled .header,
body:not(.panchkula-home-page).nav-is-scrolled .header .navbar {
    background: transparent !important;
    border-bottom-color: transparent !important;
    min-height: 82px !important;
}

body:not(.panchkula-home-page).nav-is-scrolled .header .navbar-nav .nav-item a,
body:not(.panchkula-home-page).nav-is-scrolled .header .navbar-nav .nav-item span,
body:not(.panchkula-home-page).nav-is-scrolled .header .nav-link,
body:not(.panchkula-home-page).nav-is-scrolled .header .signin-op,
body:not(.panchkula-home-page).nav-is-scrolled .header .reg-op {
    color: #ffffff !important;
    text-shadow: none !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item span,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .menu-copy,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .menu-copy strong {
    color: #151d2e !important;
    text-shadow: none !important;
}

body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover span,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover .menu-copy,
body:not(.panchkula-home-page) .header .navbar-nav .dropdown-menu .dropdown-item:hover .menu-copy strong {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    body:not(.panchkula-home-page) .header #navbarSupportedContent {
        background: #151d2e !important;
    }

    body:not(.panchkula-home-page) .header #navbarSupportedContent .navbar-nav .nav-item a,
    body:not(.panchkula-home-page) .header #navbarSupportedContent .navbar-nav .nav-item span,
    body:not(.panchkula-home-page) .header #navbarSupportedContent .nav-link,
    body:not(.panchkula-home-page) .header #navbarSupportedContent .signin-op,
    body:not(.panchkula-home-page) .header #navbarSupportedContent .reg-op {
        color: #ffffff !important;
    }
}

/* Footer social icon cleanup */
.premium-footer-social .footer-social li,
.footer-social-inline li {
    align-items: center !important;
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

.premium-footer-social .footer-social li:before,
.premium-footer-social .footer-social li:after,
.footer-social-inline li:before,
.footer-social-inline li:after,
.bottom-list.premium-footer-social ul.footer-social li:before,
.bottom-list.premium-footer-social ul.footer-social li:after {
    content: none !important;
    display: none !important;
}

.premium-footer-social .footer-social a,
.footer-social-inline a {
    align-items: center !important;
    display: inline-flex !important;
    font-family: "Poppins", "Arial", sans-serif !important;
    gap: 0 !important;
    justify-content: center !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.premium-footer-social .footer-social a span,
.footer-social-inline a span {
    align-items: center !important;
    display: inline-flex !important;
    font-family: "Poppins", "Arial", sans-serif !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Site-wide mobile friendly pass */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe,
svg {
    max-width: 100%;
}

.wrapper,
main,
section,
.container,
.row,
[class*="col-"],
.listing-main-sec-details,
.property-single-page-content,
.property-pg-left,
.sidebar,
.widget,
.card,
.modal-content {
    min-width: 0;
}

.table,
table {
    max-width: 100%;
}

@media (max-width: 991px) {
    body .container {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body header,
    body header.fix,
    body header.pb,
    body.nav-is-scrolled header,
    body.nav-is-scrolled header.pb {
        left: 0 !important;
        position: sticky !important;
        right: 0 !important;
        top: 0 !important;
        transform: none !important;
        width: 100% !important;
        z-index: 10050 !important;
    }

    body .header,
    body.nav-is-scrolled .header {
        height: auto !important;
        min-height: 72px !important;
        overflow: visible !important;
    }

    body .header .container,
    body .header .row,
    body .header .col-xl-12 {
        max-width: 100% !important;
        min-height: 0 !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: 100% !important;
    }

    body .header .navbar,
    body.nav-is-scrolled .header .navbar {
        align-items: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        height: auto !important;
        justify-content: space-between !important;
        min-height: 72px !important;
        padding: 10px 0 !important;
        width: 100% !important;
    }

    body .header .navbar-brand,
    body.nav-is-scrolled .header .navbar-brand,
    body.panchkula-home-page .header .navbar-brand,
    body.panchkula-home-page.nav-is-scrolled .header .navbar-brand,
    .plots-housing-page .navbar-brand {
        flex: 0 1 auto !important;
        margin: 0 0 0 26px !important;
        max-width: calc(100% - 68px) !important;
        min-width: 0 !important;
        padding: 0 !important;
        top: 0 !important;
    }

    body .header .navbar-brand img,
    body.nav-is-scrolled .header .navbar-brand img,
    body.panchkula-home-page .header .navbar-brand img,
    body.panchkula-home-page.nav-is-scrolled .header .navbar-brand img,
    .plots-housing-page .navbar-brand img {
        height: auto !important;
        max-height: 48px !important;
        max-width: 172px !important;
        object-fit: contain !important;
        width: 172px !important;
    }

    body .header .navbar-toggler {
        align-items: center !important;
        background: #151d2e !important;
        border: 0 !important;
        border-radius: 8px !important;
        display: inline-flex !important;
        flex: 0 0 44px !important;
        height: 44px !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 44px !important;
    }

    body .header .navbar-toggler span,
    body .header .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }

    body .header #navbarSupportedContent,
    body.nav-is-scrolled .header #navbarSupportedContent {
        background: #151d2e !important;
        border-radius: 10px !important;
        box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24) !important;
        flex: 0 0 100% !important;
        margin: 8px 0 0 !important;
        max-height: calc(100vh - 92px) !important;
        overflow-y: auto !important;
        padding: 12px !important;
        width: 100% !important;
    }

    body .header #navbarSupportedContent:not(.show),
    body.nav-is-scrolled .header #navbarSupportedContent:not(.show) {
        display: none !important;
    }

    body .header #navbarSupportedContent.show,
    body.nav-is-scrolled .header #navbarSupportedContent.show {
        display: flex !important;
    }

    body .header #main-menu.navbar-nav,
    body .header .navbar-nav,
    body .header .d-inline.my-2.my-lg-0 > .navbar-nav,
    body .header #navbarSupportedContent > .d-inline {
        align-items: stretch !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        min-width: 0 !important;
        position: static !important;
        width: 100% !important;
    }

    body .header .navbar-nav .nav-item,
    body .header .submit-btn,
    body .header .signin-btn {
        margin: 0 !important;
        width: 100% !important;
    }

    body .header .navbar-nav .nav-item a,
    body .header .navbar-nav .nav-item span,
    body .header .nav-link,
    body .header .signin-op,
    body .header .reg-op {
        align-items: center !important;
        color: #ffffff !important;
        display: flex !important;
        font-size: 14px !important;
        justify-content: space-between !important;
        line-height: 1.35 !important;
        min-height: 42px !important;
        padding: 9px 10px !important;
        text-shadow: none !important;
        white-space: normal !important;
        width: 100% !important;
    }

    body .header .dropdown-menu {
        border: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
        transform: none !important;
        width: 100% !important;
    }

    body .header .sbmt-btn,
    body .header .submit-btn .sbmt-btn,
    .post-plot-section-btn,
    .sw-search-start,
    .btn-savesearch {
        min-width: 0 !important;
        width: 100% !important;
    }

    .listing-main-sec,
    .section-padding,
    .section-padding2,
    .property-single-pg,
    .plots-housing-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .listing-main-sec .row,
    .property-single-page-content .row,
    .contact-theme-page .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .listing-main-sec [class*="col-"],
    .property-single-page-content [class*="col-"],
    .contact-theme-page [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sidebar,
    .sidebar.layout2 {
        margin-top: 24px !important;
        width: 100% !important;
    }

    .list_products .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .list_products .row > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .list_products .card,
    .property-pg-left,
    .widget-property-search,
    .contact-theme-page .contact-card,
    .auth-theme-page .sign-form-wr {
        max-width: 100% !important;
        width: 100% !important;
    }

    .form-control,
    input,
    select,
    textarea,
    .bootstrap-select,
    .bootstrap-select > .dropdown-toggle,
    div.form-group .winter_dropdown_tree button:first-child {
        max-width: 100% !important;
        width: 100% !important;
    }

    .table-responsive,
    .table-wrapper,
    .dataTables_wrapper {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
    }

    #main-map,
    #map-container,
    .map,
    .leaflet-container {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    body .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .row > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body .header .navbar-brand img,
    body.nav-is-scrolled .header .navbar-brand img,
    body.panchkula-home-page .header .navbar-brand img,
    body.panchkula-home-page.nav-is-scrolled .header .navbar-brand img,
    body:not(.panchkula-home-page) .header .navbar-brand img,
    body:not(.panchkula-home-page).nav-is-scrolled .header .navbar-brand img,
    body.property-detail-page .header .navbar-brand img,
    .plots-housing-page .navbar-brand img {
        max-height: 42px !important;
        max-width: 140px !important;
        width: 140px !important;
    }

    #panchkula-visible-fallback {
        min-height: auto !important;
        padding: 98px 14px 34px !important;
    }

    #panchkula-visible-fallback > div {
        max-width: 100% !important;
    }

    #panchkula-visible-fallback h1,
    .premium-section-heading h2,
    .plots-housing-page-head h1,
    .contact-theme-hero h1,
    .auth-theme-intro h1,
    .post-plot-title {
        font-size: 30px !important;
        line-height: 1.16 !important;
        word-break: normal !important;
    }

    #panchkula-visible-fallback p,
    .premium-section-heading p,
    .plots-housing-page-head p,
    .post-plot-text {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .hero-picture-card {
        margin: 26px 0 0 !important;
        max-width: 100% !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
    }

    .panchkula-discovery-grid,
    .roi-glass,
    .sector-compare-grid,
    .post-plot-panel,
    .plots-housing-page-head,
    .plots-housing-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .sector-auto-scroll,
    .plot-options-scroll {
        gap: 12px !important;
        margin-left: -14px !important;
        margin-right: -14px !important;
        overflow-x: auto !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .sector-discovery-card,
    .plot-options-scroll .plot-insight-card,
    .featured-plot-pop-card {
        min-width: min(84vw, 320px) !important;
        scroll-snap-align: start;
    }

    #sector-compare,
    #plot-insight-panel,
    .post-plot-panel,
    .contact-theme-page .contact-details-sec,
    .contact-theme-page .contact_form,
    .auth-theme-page .sign-form-wr {
        border-radius: 10px !important;
        padding: 20px !important;
    }

    .post-plot-actions {
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .list-head,
    .plots-housing-results-card .list-head {
        align-items: stretch !important;
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: 1fr !important;
    }

    .list-head > *,
    .plots-housing-results-card .list-head > * {
        width: 100% !important;
    }

    .plots-housing-filter-panel .banner-search,
    .widget-property-search .banner-search,
    .banner-search,
    .banner-search.row,
    .banner-search_box.banner-search.row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
        overflow: visible !important;
        width: 100% !important;
    }

    .plots-housing-filter-panel .banner-search > *,
    .widget-property-search .banner-search > *,
    .banner-search > *,
    .form_field,
    .form_field .form-group,
    .form_field .drop-menu,
    .form_field .select,
    .form_field.srch-btn,
    .form_field_save {
        float: none !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
        right: auto !important;
        width: 100% !important;
    }

    .form_field.srch-btn.form_field_save {
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: 1fr !important;
        justify-content: stretch !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .form_field.srch-btn.form_field_save .sw-search-start,
    .form_field.srch-btn.form_field_save .btn-savesearch,
    .form_field.srch-btn.form_field_save button {
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .form_field_row {
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: 1fr !important;
        height: auto !important;
        width: 100% !important;
    }

    .popup,
    #sign-popup,
    .popup-form {
        left: 12px !important;
        margin-left: 0 !important;
        max-width: calc(100% - 24px) !important;
        right: 12px !important;
        transform: none !important;
        width: auto !important;
    }

    .golden-cursor-glow,
    .golden-cursor-dot {
        display: none !important;
    }

    .property-single-pg {
        padding-top: 18px !important;
    }

    .property-single-page-content,
    .property-pg-left,
    .sidebar.layout2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .modal-dialog {
        margin: 12px !important;
        max-width: calc(100% - 24px) !important;
    }

    .footer,
    .bottom {
        text-align: center;
    }
}

@media (max-width: 575px) {
    body .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body .header .navbar {
        min-height: 66px !important;
        padding: 8px 0 !important;
    }

    body .header .navbar-brand img,
    body.nav-is-scrolled .header .navbar-brand img,
    body.panchkula-home-page .header .navbar-brand img,
    body.panchkula-home-page.nav-is-scrolled .header .navbar-brand img,
    body:not(.panchkula-home-page) .header .navbar-brand img,
    body:not(.panchkula-home-page).nav-is-scrolled .header .navbar-brand img,
    body.property-detail-page .header .navbar-brand img,
    .plots-housing-page .navbar-brand img {
        max-height: 38px !important;
        max-width: 126px !important;
        width: 126px !important;
    }

    body .header .navbar-toggler {
        flex-basis: 40px !important;
        height: 40px !important;
        width: 40px !important;
    }

    #panchkula-visible-fallback h1,
    .premium-section-heading h2,
    .plots-housing-page-head h1,
    .contact-theme-hero h1,
    .auth-theme-intro h1,
    .post-plot-title {
        font-size: 26px !important;
    }

    .sector-discovery-card,
    .plot-options-scroll .plot-insight-card,
    .featured-plot-pop-card {
        min-width: min(88vw, 300px) !important;
    }

    #main-map,
    .plots-housing-map-panel #main-map {
        height: 300px !important;
        min-height: 300px !important;
    }
}
