/*
 * Property Directory Plugin Styles
 */
 
/*-------------------------------
	General
---------------------------------*/
.property-container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.property-container.property-container-fluid {
    max-width: 100%;
	opacity: 0;
}
button.btn {
    border: 0;
}
/*-------------------------------
	Half Map 
---------------------------------*/
body.half-map-activated .property-container.property-container-fluid {
	opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
body.half-map-activated:not(.full-map-activated) .half-map-filtered-list-wrap {
    padding-top: 30px;
    padding-bottom: 80px;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 30px;
    min-height: 400px;
    position: fixed;
    width: 50%;
    right: 0;
}
body.single .property-container,
body.archive .property-container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.property-row {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
    float: none;
    height: auto;
    overflow: hidden;
}
div[class^="property-col-"],
div[class*=" property-col-"] {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    float: left;
}
div[class^="property-col-"]>.property-inner,
div[class*=" property-col-"]>.property-inner {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.property-container p {
    margin: 0;
}
.property-container .img-fluid {
    max-width: 100%;
}
body.half-map-activated .half-map-doctors-list:not(.full-map-doctors-list) {
    min-height: 300px;
    position: fixed;
    height: calc( 100% - 130px );
    width: 50%;
    left: 0;
}
.half-map-doctors-list:not(.full-map-doctors-list) .property-map-items.map-items-bottom {
    bottom: 30px;
}
@media screen and (min-width: 768px) {
    .property-row .property-col-3 {
		width: 25%;
    }
    .property-row .property-col-4 {
        width: 33.333333%;
    }
    .property-row .property-col-6 {
        width: 50%;
    }
    .property-row .property-col-8 {
        width: 66.66666667%;
    }
}
/*-------------------------------
	Doctor Directory Styles
---------------------------------*/
.aditional-filters-wrap {
    display: none;
}
.property-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.property-container ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
/*-------------------------------
	Property Design
---------------------------------*/
.property-wrapper a.post-image-link,
.property-wrap .post-thumb a {
    position: relative;
    display: block;
}
.property-wrapper a.post-image-link:before,
.property-wrap .post-thumb a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.70) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.70) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.70) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.property-wrapper a.post-image-link:after,
.property-wrap .post-thumb a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property-inner:hover a.post-image-link:after,
.property-wrap:hover .post-thumb a:after {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/*-------------------------------
	Half map Property's
---------------------------------*/
.gmap-info-wrap {
    background: #fff none repeat scroll 0 0;
    height: auto;
    max-width: 220px;
    position: relative;
    transform: translateY(-100%);
    margin-top: -60px;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .3);
    border-radius: 4px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
span.infobox-close {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.gmap-info-inner > .info-content-wrap {
    padding: 10px;
}
.info-img-wrap > img {
    display: block;
    margin: 0 auto;
	max-width: 100% !important;
}
.info-wrap-title > h6 {
    margin-bottom: 5px;
}
.info-content-wrap .doctor-rating {
    margin-bottom: 10px;
}
span.before-icon > i {
    width: 30px;
}
.property-container .property-input-group,
.property-container input,
.property-container select,
.property-container textarea {
    width: 100%;
}
.property-container input,
.property-container select,
.property-container textarea {
    border: solid 1px #e1e1e1;
    padding-left: 8px;
}
.property-container textarea {
    padding-left: 10px;
    padding-top: 10px;
}
form#doctors-filter-form .property-row {
    margin-bottom: 35px;
}
.pointer-nav-wrap {
    position: absolute;
    height: 0;
}
.pointer-nav-wrap {
    position: absolute;
    height: auto;
    width: 20px;
    right: 10px;
    top: 10px;
}
.pointer-nav-wrap .pointer-nav-trigger {
    position: absolute;
    right: 0px;
    top: 0;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    font-size: 34px;
    padding-left: 5px;
}
.pointer-nav-wrap ul.pointer-nav {
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.35s;
    position: absolute;
    width: 200px;
    right: 25px;
    text-align: left;
}
.property-map-items {
    position: absolute;
    top: 10px;
    z-index: 1;
}
.property-single-pack-content .property-map-items.map-items-right {
    right: 0;
    top: 0;
}
.half-map-doctors-list:not(.full-map-doctors-list) .property-map-items.map-items-bottom {
	bottom: 180px;
}
.property-map-items.map-items-bottom {
    top: auto;
    bottom: 10px;
}
.property-map-items > ul > li {
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.property-map-items ul {
    clear: both;
    float: none;
	    margin-bottom: 0;
}
.property-map-items ul li:last-child {
    margin-right: 0;
}
.property-row .btn {
    height: 46px;
    background: #333;
    border-color: transparent;
    color: #fff;
    min-width: 50px;
    display: inline-block;
    padding: 0 30px;
    line-height: 46px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
.property-container #doctors-filter-form .property-inner span.property-input-group-btn {
    right: 15px;
    top: 0;
}
#doctors-filter-form .property-row .property-inner span.property-input-group-btn button {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.property-inner span.property-input-group-btn {
    position: absolute;
    top: 1px;
    right: -2px;
    height: 100%;
    margin: 0;
    padding: 0;
}
.property-row .property-inner span.property-input-group-btn button {
    padding: 0;
    margin: 0;
    border: none;
}
span.map-style-icon > i {
    padding-right: 5px;
}
.property-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.35s;
    position: absolute;
    z-index: 9;
    width: 200px;
}
.property-dropdown-menu > a {
    display: block;
    background: #fff;
    padding: 10px;
}
.property-dropdown-parent:hover .property-dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.property-container input,
.property-container select {
    height: 46px;
}
.info-content-wrap .doctor-rating i {
    font-size: 12px;
}
.doctor-rating i.fa {
    font-size: 14px;
}
.map-list-notfound {
    background: #f3f3f3;
    padding: 150px 20px;
    text-align: center;
    font-weight: bold;
}
.property-radius-search {
    max-width: 100%;
    width: 240px;
    padding: 10px 0;
}
.property-location-search {
    margin-bottom: 1rem;
}
.range-filters-wrap .property-price-search {
    float: none;
    clear: both;
    width: 100%;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
    height: 5px;
    position: relative;
    margin: 0 5px;
    background: #eaeaea;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .3);
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
/*-------------------------------
	Range Slider
---------------------------------*/	
.slider-range a {
    transition: none 0s ease 0s;
}
.ui-draggable,
.ui-droppable {
    background-position: top;
}
.ui-corner-all {
    border-radius: 10px;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-content {
    background: #333;
    color: #888;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.property-row .filter-full-col:first-child {
    margin-bottom: 60px;
}
.property-input-group {
    display: inline;
}
.property-row .btn:hover {
    background: #072465 !important;
}
p.aditional-filters-trigger-wrap{
    text-transform: uppercase;
    letter-spacing: .5px;
}
.aditional-filters-trigger-wrap .aditional-filters-trigger {
    position: relative;
    font-weight: 600;
    padding-right: 28px;
    display: inline-block;
    line-height: 21px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.aditional-filters-trigger-wrap .aditional-filters-trigger::after {
    content: "+";
    border: 2px solid;
    border-radius: 50%;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    line-height: 17px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 0px;
}
@media screen and (max-width: 767px) {
    form#doctors-filter-form .property-row {
        margin-bottom: 0;
    }
    form#doctors-filter-form div[class^="property-col-"],
    form#doctors-filter-form div[class^=" property-col-"] {
        margin-bottom: 20px;
    }
    body.single .property-container .property-row:not(:last-child) {
        padding-bottom: 25px;
    }
}
/*-------------------------------
	property Single Design
---------------------------------*/
body.single .property-container .property-row:not(:last-child) {
    padding-bottom: 50px;
}
span.distance-from-location {
    padding-left: 24px;
    display: table-cell;
    line-height: 1.5;
    text-decoration: underline;
}
.fullwidth-wrap .property-title-wrap h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 0;
    font-weight: 500;
}
.property-header-elements .property-meta .zozonest-agent img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 11px;
}
@media only screen and (max-width: 1024px){
	body.half-map-activated:not(.full-map-activated) .half-map-doctors-list {
		overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
    body.half-map-activated:not(.full-map-activated) .half-map-filtered-list-wrap {
        position: relative;
        width: auto;
        height: auto;
    }
    .half-map-doctors-list>.property-map-items {
        display: none;
    }
    .half-map-doctors-list>.property-map-items:first-child {
        display: block;
    }
}
/*-------------------------------
	 pagination Styles
---------------------------------*/
.pagination li.nav-item {
    display: inherit;
    margin-right: 10px;
}
.nav.pagination>li.nav-item.active a,
.nav.pagination>li.nav-item.active span,
.page-links>.page-number,
.post-comments .page-numbers.current,
.post-page-numbers.current span.page-number,
.page-links .post-page-numbers.current {
    background: #294481;
}
.nav.pagination>li.nav-item.active a,
.nav.pagination>li.nav-item.active span {
    color: #fff;
}
.nav.pagination>li.nav-item a,
.nav.pagination>li.nav-item span {
    padding: 0;
    font-size: 18px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    color: #333;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
/*-------------------------------
	General 
---------------------------------*/
.property-content-wrapper {
    background: #fff;
    clear: both;
    overflow: hidden;
}
.set-bg-img {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    max-height: 400px;
}
.post-full-thumb-wrap .post-overlay-items {
    position: relative;
    padding: 40px 0 60px;
}
.agent-inner .post-overlay-active,
.agent-list-inner .post-overlay-active,
.agent-slider-inner .post-overlay-active {
    position: relative;
}
.agent-inner .media-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*-------------------------------
	Mailchimp Styles
---------------------------------*/
.widget.property_mailchimp_widget input.form-control,
.widget.property_mailchimp_widget input.zozo-mc.btn {
    height: 55px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    border: solid 1px rgba(255, 255, 255, .3);
    padding: 0 30px;
    font-size: 16px;
}
.widget.property_mailchimp_widget input.form-control {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    background: white;
}
.widget.property_mailchimp_widget input.zozo-mc.btn:hover {
    background: #eee;
    color: #000000;
}
.widget.property_mailchimp_widget input.form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.widget.property_mailchimp_widget input.zozo-mc.btn {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border: none;
    font-weight: 600;
}
.widget.property_mailchimp_widget input.zozo-mc.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*-------------------------------
	mortgage_calculator Styles
---------------------------------*/
.mortgage_calculator .input-container:last-child {
    margin-bottom: 0px;
}
.mortgage_calculator button.input-container {
    border: 0;
    padding: 7px 20px 5px;
    border-radius: 4px;
    margin-top: 15px;
}
.mortgage_calculator label {
    margin-bottom: 5px;    
    color: #222;
}
.mortgage_calculator .input-container {
    margin-bottom: 10px;
}
.mortgage_calculator #morg_results>span {
    display: block;
    color: #000;
}
/*-------------------------------
	Widget Latest Posts Styles
---------------------------------*/
.widget.property_latest_post_widget img,
.widget.property_popular_post_widget img {
    margin: 0 10px 10px 0;
    max-width: 60px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.comments-wrap>* i,
.comment-meta span:before {
    color: #264aba;
    margin-left: 0;
    font-weight: 800;
}
.widget.property_latest_post_widget li,
.property_popular_post_widget li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    clear: both;
}
.widget.property_latest_post_widget li:last-child,
.property_popular_post_widget li:last-child {
    margin-bottom: 0;
}
.property_latest_post_widget li .side-item-text a,
.property_popular_post_widget li a {
    margin-bottom: 10px;
    font-weight: 600;
}
.property_latest_post_widget .side-item-meta,
.property_popular_post_widget .side-item-meta {
    font-size: 13px;
}
.widget .comments-wrap>*:last-child {
    margin-right: 0;
}
.widget.property_latest_post_widget li .side-item,
.property_popular_post_widget li .side-item {
    clear: both;
    float: none;
}
.widget.property_latest_post_widget li .side-image,
.property_popular_post_widget li .side-image {
    float: left;
}
.widget.property_latest_post_widget li .side-image .side-noimg,
.property_popular_post_widget li .side-image .side-noimg {
    margin-right: 10px;
}
.widget.property_latest_post_widget li .side-item-text,
.property_popular_post_widget li .side-item-text {
    display: table-cell;
}
.side-item-text a {
    margin-bottom: 8px;
    display: block;
}
/*-------------------------------
	Sidebar Styles
---------------------------------*/
.archive .widget-area .widget {
    border-radius: 2px;
    border: 2px solid #eff0f3;
    padding: 24px;
    box-shadow: none;
}
.single-zozonest .widget-area .widget {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.archive .widget-area .widget:hover {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/*-------------------------------
	Latest Property Widget
---------------------------------*/
.widget .prop-stat {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.widget-prop-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.property_latest_property_widget ul.side-newsfeed li:hover img {
    transform: scale(1.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property_latest_property_widget ul.side-newsfeed li img {
    transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-radius: 5px;
}
.property_latest_property_widget li .widget-prop-image-wrap:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.property_latest_property_widget li:hover .widget-prop-image-wrap:after {
    opacity: 1;
    transform: scale(1);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.widget .prop-stat a {
    background: #000;
    color: #fff;
    padding: 0px 9px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
}
.widget .prop-stat a:hover {
    color: #fff;
}
.widget .property-price-inner {
    font-weight: 300;
    text-decoration: none;
}
.property_latest_property_widget .side-item-text a {
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 23px;
}
.widget-area .property-price-inner>.price-icon,
.widget-area .property-price-inner>.property-price {
    color: #000;
    font-weight: 600;
}
.widget .property-price-inner>span.price-after-label {
    line-height: 1;
    font-size: 14px;
}
.widget.property_latest_property_widget ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 0;
}
.site-footer .widget.property_latest_property_widget ul li {
    border-bottom: 1px solid rgba(122, 122, 122, 0.3);
}
.site-footer .widget .property-price-inner>span.price-after-label {
    color: inherit;
}
.widget.property_latest_property_widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.property_latest_property_widget .model-2 .side-item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    right: 0;
    padding: 5px 15px;
}
.property_latest_property_widget .model-2 {
    position: relative;
}
.property_latest_property_widget .model-2 .side-item-text>* {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.property_latest_property_widget .model-2 .side-item-text .property-price-inner {
    font-size: 10px;
}
.widget .owl-nav {
    position: relative;
}
.widget .owl-nav {
    position: absolute;
    top: 5px;
    bottom: auto;
    right: 5px;
    left: auto;
}
.widget .owl-prev {
    margin-right: 5px;
}
.widget .owl-prev,
.widget .owl-next {
    padding: 1px 10px;
    font-size: 7px;
    border-radius: 50%;
}
/*-------------------------------
	Agent Widgets Styles
---------------------------------*/
.property_agent_list_widget ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(122, 122, 122, 0.3);
    padding-bottom: 15px;
    padding-top: 0;
}
.property_agent_list_widget ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.property_agent_list_widget li .model-1 .widget-agent-image-wrap {
    position: relative;
    overflow: hidden;
}
.property_agent_list_widget li .model-1 .widget-agent-image-wrap:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.property_agent_list_widget li:hover .model-1 .widget-agent-image-wrap:after {
    opacity: 1;
    transform: scale(1);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.property_agent_list_widget ul.side-newsfeed li img {
    transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property_agent_list_widget ul.side-newsfeed li:hover img {
    transform: scale(1.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/*-------------------------------
	Agent Widget style 2
---------------------------------*/
.property_agent_list_widget ul.side-newsfeed li .widget-agent-wrap{
    position: relative;
}
.property_agent_list_widget li .model-2 .widget-agent-image-wrap {
    overflow: hidden;
}
.property_agent_list_widget .model-2 .side-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    text-align: center;
    width: 100%;
    transform-origin: right;
    transition: transform 500ms ease-in-out;
    transform: scaleX(0);
    z-index: 1;
}
.property_agent_list_widget .model-2:hover .side-item-text {
    transform-origin: left;
    transform: scaleX(1);
}
.property_agent_list_widget .model-2 .side-item-text a {
    color: #fff;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.property_agent_list_widget .model-2 .side-item-text a:hover {
    padding-left: 15px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.property_agent_list_widget ul.side-newsfeed li .widget-agent-wrap:after {
    content: "";
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 500ms ease-in-out;
    transform: scaleX(0);
}
.property_agent_list_widget ul.side-newsfeed li .widget-agent-wrap:hover:after {
    transform-origin: right;
    transform: scaleX(1);
}
.property_agent_list_widget .agent-name {
    font-weight: 600;
    margin-bottom: 0;
}
.property_agent_list_widget .agent-listing-count {
    font-size: 12px;
}
/*-------------------------------
	Recent Viewed Property 
---------------------------------*/
.property_recent_property_widget ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    padding-top: 0;
}
.property_recent_property_widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.property_recent_property_widget .side-item-text a {
    font-weight: 600;
    margin-bottom: 5px;
}
.property_recent_property_widget li .widget-prop-image-wrap:after {
    content: "1";
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.property_recent_property_widget li:hover .widget-prop-image-wrap:after {
    opacity: 1;
    transform: scale(1);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.property_recent_property_widget ul.side-newsfeed li img {
    transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property_recent_property_widget ul.side-newsfeed li:hover img {
    transform: scale(1.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/*-------------------------------
	property Search widgets Styles
---------------------------------*/
.zozonest_search_widget .bts-ajax-search {
    width: 100%;
    margin-bottom: 20px;
}
.zozonest_search_widget .advance-search-btns-warp .search-filters-wrap>div {
    display: block;
    width: 100%;
}
.widget .bts-select .dropdown-menu {
    width: 100%;
}
.zozonest_search_widget .advance-search-btns-warp {
    margin-right: 0;
}
.zozonest_search_widget .advance-search-btns-warp .range-filters-wrap>div {
    width: 100%;
}
.widget .advance-search-bottom {
    margin-top: 10px;
    display: inline-block;
}
.widget .advance-search-wrap .bts-select .btn-primary {
    background: transparent;
    color: #000;
    border: 1px solid #eaeaea;
}
.widget .advance-search-wrap .bts-select .btn-primary:active {
    color: #fff;
}
.widget.zozonest_search_widget .property-more-search li {
    width: 100%;
}
.widget .advance-search-wrap input.form-control {
    height: inherit;
    padding: 7px 12px;
}
.widget .advance-search-wrap .bts-ajax-search .input-group-addon:first-child,
.widget .advance-search-wrap .bts-ajax-search .input-group-addon.expand-advance-search,
.widget .advance-search-wrap .bts-ajax-search .input-group-addon.expand-half-advance-search {
    padding: 0 15px;
    height: 45px;
    line-height: 48px;
}
.widget .bts-ajax-search .input-group-addon .btn {
    height: 45px;
    padding: 0 12px;
    font-size: .9rem;
	border-radius: 0;
}
.widget.mortgage_calculator input.form-control {
    height: 40px;
}
.widget .advance-search-wrap .bts-select .btn-primary:hover {
    background: #000;
    color: #fff;
}
/*-------------------------------
	property Taxonamies
---------------------------------*/
.widget.zozonest_taxonomies_widget li a {
    background: #f7f7f7;
    padding: 8px 15px !important;
    display: block;
    width: 100%;
    color: #000;
}
.widget.zozonest_taxonomies_widget li a span {
    float: right;
    background: #000;
    color: #fff;
    min-width: 30px;
    text-align: center;
}
.widget.zozonest_taxonomies_widget li a:hover {
    color: #fff;
}
.widget.zozonest_taxonomies_widget li a:hover span {
    background: #fff;
    color: #000;
}
/*-------------------------------
	property Archive Styles
---------------------------------*/
.property-wrap {
    margin-bottom: 30px;
    position: relative;
}
.property-image-wrap {
    position: relative;
    overflow: hidden;
}
/* Property Inner overlay items */
.overlay-details {
    left: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    z-index: 1;
}
.overlay-details.overlay-top {
    top: 0;
    bottom: auto;
    padding: 12px;
}
.ribbon-text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 10px;
}
span.icon-equalizer {
    font-weight: bold;
}
.overlay-details.overlay-bottom {
    top: auto;
    bottom: 0;
    padding: 12px 12px 12px 12px;
}
.overlay-top-meta-wrap>ul.nav,
.overlay-bottom-meta-wrap>ul.nav {
    display: inline-block;
}
.overlay-bottom-meta-wrap {
    position: relative;
}
.overlay-details .property-overlay-title h5 {
    font-size: 14px;
    margin-bottom: 0;
}
.overlay-details .property-overlay-title a {
    position: relative;
}
.overlay-details .property-overlay-title a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: right;
    transition: transform 500ms ease-in-out;
    transform: scaleX(0);
    background: #fff;
}
.overlay-details .property-overlay-title a:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}
.overlay-details a {
    color: #ffffff;
}
.overlay-details a:hover {
    color: #f2f2f2;
}
.overlay-details>ul {
    display: inline-block;
}
.property-image-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.70) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.70) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.70) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.property-image-wrap.no-dark-overlay:before {
    background: none;
}
.property-title-address-wrap .zozonest-prop-city {
    margin-bottom: 0;
}
/* Property archive meta */
.property-meta-wrap .property-meta>li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.property-read-more .btn {
    border: 0;
    padding: 5px 12px;
    line-height: 1.5;
}
.property-meta-wrap>* {
    display: inline-block;
}
.property-meta .zozonest-agent>* {
    display: inline-block !important;
    vertical-align: middle;
    color: inherit;
}
.property-meta .zozonest-agent img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
}
.property-share {
    position: relative;
    cursor: pointer;
}
.property-inner .social-links-wrap {
    bottom: 30px;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center;
    background: #585858 none repeat scroll 0 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    text-align: center;
}
.property-content ul.nav.social-icons > li > a {
    height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #eaeaea;
    color: #333;
	font-size: 12px;
}
.social-links-wrap>.social-links>li {
    transform: translateY(50%);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
ul.nav.flex-column.social-links {
    margin-bottom: 0;
}
.property-share:hover .social-links-wrap {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.property-share .social-links-wrap>.social-links>li a {
	font-size: 12px;
}
.property-share:hover .social-links-wrap>.social-links>li a {
    color: #fff;
}
.property-share:hover .social-links-wrap>.social-links>li a:hover {
    color: #eaeaea;
}
.property-share:hover .social-links-wrap>.social-links>li {
    transform: translateY(0%);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
/* Property archive gallery */
.property-gallery-container {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.property-gallery-container {
    bottom: 0px;
    max-height: 100px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    padding: 6px 5px;
}
.property-wrap .property-gallery-inner {
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
}
.property-gallery-container .zoom-gallery {
    height: auto;
    overflow: hidden;
    line-height: 1;
}
.property-gallery:hover .property-gallery-container {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.property-gallery-container .zoom-gallery>a {
    margin-right: 3px;
    width: 45px;
}
.property-gallery-container .zoom-gallery>a:last-child {
    margin-right: 0;
}
.property-gallery-more {
    color: #333333;
    position: absolute;
    right: -8px;
    top: 34px;
    transform: rotate(-90deg);
}
/*-------------------------------
	23.2 Property Single Styles
---------------------------------*/
/* Document Download */
ul.property-attachments-list>li>a {
    padding: 6px 15px;
    margin-top: 30px;
    display: inline-block;
    background: #f2f2f2;
    border: 1px solid #eaeaea;
    color: inherit;
}
ul.property-attachments-list {
    padding: 0;
    list-style: none;
}
/* Single Property Elements Styles */
.single-zozonest .property-elements>div.property-sticky-navigation {
    padding: 0;
    margin: 0;
    border: 0;
}
.single-zozonest .property-elements>div {
    padding: 30px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.property-elements>div {
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
}
.property-elements>div:last-child {
    margin-bottom: 0;
}
.property-elements .property-features-wrap,
.property-elements .property-address-wrap,
.property-elements .property-basic-details-wrap {
    padding-bottom: 25px;
}
.property-elements>div>p:last-child {
    margin-bottom: 0;
}
.property-title-wrap h2 {
    margin-bottom: 0;
    font-weight: 600;
    color: #222;
    line-height: 55px;
    overflow: inherit;
}
.property-elements>.property-meta-wrap>*,
.property-header-elements>.property-meta-wrap>* {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.property-header-elements>.property-meta-wrap>*.pull-right,
.property-elements>.property-meta-wrap>*.pull-right {
    text-align: right;
}
.property-single-property .property-elements>.property-meta-wrap ul.nav.property-meta,
.property-single-property .property-elements>.property-meta-wrap ul.nav.property-meta span,
.property-single-property .property-elements>.property-meta-wrap ul.nav.property-meta i {
    font-weight: 600;
}
.property-elements>.property-meta-wrap,
.property-header-elements>.property-meta-wrap {
    display: table;
    width: 100%;
}
.property-single-property .property-meta-wrap>ul li.property-meta-title {
    display: block;
    margin-bottom: 5px;
}
.property-single-property .property-top-meta .property-price-inner {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
.property-single-property .property-top-meta .post-views,
.property-single-property .property-top-meta .property-favourite,
.property-single-property .property-top-meta .property-print {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .12);
    background: #fff;
    transition: all .2s ease-in-out;
}
.property-single-property .property-top-meta .post-views span.before-icon {
    font-size: 16px;
}
.property-content-inner .widget-area {
    display: block !important;
}
.single-zozonest .property-elements>.property-address-wrap a {
    color: inherit;
}
/* Single gallery */
.property-gallery-wrap {
    position: relative;
}
.property-gallery-inner {
    position: relative;
}
.property-single-thumb-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.property-single-thumb-gallery .swiper-wrapper li.property-img {
    border: 2px solid #f7f7f7;
}
/* Price style */
.property-single-property .property-meta-wrap .property-price-inner>span.price-after-label {
    color: #999;
    display: block;
    font-size: 15px;
    line-height: 20px;
}
/* Single Sticky navigation*/
.property-elements>.property-sticky-navigation {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    height: 0;
}
.property-sticky-navigation>.property-previous-nav,
.property-sticky-navigation>.property-next-nav {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.property-previous-nav .property-previous,
.property-next-nav .property-next {
    height: 100px;
    line-height: 100px;
    padding: 0 31px;
    width: 250px;
    text-align: center;
    background-size: cover;
    position: relative;
    z-index: 9;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.property-previous-nav .property-previous span,
.property-next-nav .property-next span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}
.property-previous-nav .property-previous span {
    left: auto;
    right: 10px;
}
.property-previous-nav .property-previous:after,
.property-next-nav .property-next:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.property-sticky-navigation>.property-previous-nav {
    left: -220px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.property-sticky-navigation>.property-previous-nav:hover {
    left: -4px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.property-sticky-navigation>.property-next-nav {
    right: -220px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.property-sticky-navigation>.property-next-nav:hover {
    right: -4px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
/* Property basic Details Style */
.property-basic-details-wrap .property-price-inner {
    display: inline;
}
.property-basic-details-wrap .property-details-list>li>span {
    margin-right: 10px;
}
.property-single-property .property-details-wrap strong {
    color: #000;
    display: block;
}
.property-single-property ul.nav.property-details-list li {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 6px 20px;
}
/* property counter */
.pack_description .day-counter .counter-item {
    margin-top: 0;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.pack_description .day-counter>* {
    padding: 0px 20px;
}
/* Single Description */
.property-content-wrap #property-single-desc p:last-child {
    margin-bottom: 0;
}
/* Property Details Style */
.property-details-inner>ul>li>* {
    display: inline-block;
}
/* Floor Plans */
.property-plans-wrap .card-header a {
    display: block;
    color: #fff;
}
.property-plans-wrap .card-header {
    padding: 0;
    border-radius: 0;
    background: #000;
}
.card {
    border: 1px solid #eaeaea;
}
.card-block {
    padding: 20px;
}
.card-header {
    cursor: pointer;
}
.property-plans-inner .card-block img {
    max-width: 100%;
    width: 500px;
}
ul.extra-plan-details>li {
    padding: 3px 15px;
    background: #f2f2f2;
    margin-right: 12px;
}
ul.extra-plan-details>li:last-child {
    margin-right: 0;
}
ul.extra-plan-details>li>span.floor-plan-subtitle {
    padding: 4px;
}
.property-plans-inner .card-block>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.property-plans-wrap .card-header h5 {
    color: #fff;
    padding: 20px 15px 12px 15px;
}
.property-video-inner iframe {
    height: 400px;
}
.property-contact-wrap textarea {
    height: 110px;
}
.validatation-status {
    background: #ee3333 none repeat scroll 0 0;
    color: #ffffff;
    opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    margin: 0 15px 10px;
    padding: 0 10px;
    width: 100%;
    transition: all ease 0.35s;
}
.validatation-status.show {
    opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}
.bottom-space-list>li {
    margin-bottom: 15px;
}
.bottom-space-list>li:last-child {
    margin-bottom: 0;
}
.property-vitual-tour-wrap {
    text-align: center;
}
.property-vitual-tour-wrap .property-sub-title {
    text-align: left;
}
/* Agent Wrap */
.single-zozonest-agent .agent-contact-form input.form-control,
.single-zozonest-agent .agent-contact-form .form-control {
    background: #fff;
}
.agent-img-wrap {
    position: relative;
}
.single-zozonest .agent-img-wrap {
    border: 1px solid #efefef;
}
.single-zozonest .agent-details>li {
    width: 100%;
    margin: 6px 0;
    padding: 4px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.single-zozonest-agent .agent-img-wrap {
    border: 1px solid #eee;
    max-width: 288px;
    border-radius: 10px;
    min-height: 150px;
}
.single-zozonest .property-elements>.zozonest-agent-wrap .zozonest-agent-inner {
    max-width: 100%;
}
.single-zozonest-agent .agent-img-wrap img.agent-img {
    border-radius: 10px;
}
.single-zozonest-agent .agent-content p {
    margin-bottom: 0;
}
ul.nav.flex-column.bottom-space-list.agent-details {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
}
.agent-name a,
ul.nav.flex-column.bottom-space-list.agent-details a {
    color: inherit;
}
.agent-social-links-wrap {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}
.single-zozonest .agent-social-links-wrap {
    border-radius: 0;
}
.nav.agent-social-links {
    display: block;
    text-align: center;
    line-height: 1;
}
.nav.agent-social-links>li {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
}
.nav.agent-social-links>li a {
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
}
.nav.agent-social-links>li a:hover {
    color: #000;
}
.agent-sc-wrap .nav.agent-social-links>li span {
    width: 28px;
    height: 28px;
    display: block;
    line-height: 28px;
}
/* social colors */
.agent-sc-wrap .nav.agent-social-links>li span.icon-social-facebook {
    background: #3b5999;
}
.agent-sc-wrap .nav.agent-social-links>li span.icon-social-twitter {
    background: #55acee;
}
.agent-sc-wrap .nav.agent-social-links>li span.icon-social-instagram {
    background: #e4405f;
}
.agent-sc-wrap .nav.agent-social-links>li span.icon-social-google {
    background: #dd4b39;
}
.agent-sc-wrap .nav.agent-social-links>li span.icon-social-youtube {
    background: #cd201f;
}
.agent-sc-wrap .nav.agent-social-links>li span.icon-social-linkedin {
    background: #0077B5;
}
/* Agent Form */
.property-contact-submit.processing {
    position: relative;
}
.property-contact-submit.processing:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.agent-details-wrap>.row {
    margin-bottom: 70px;
}
.agent-details-wrap>.row:last-child {
    margin-bottom: 0;
}
.agent-property-filter>div,
.property-layout>span {
    display: inline-block;
    vertical-align: middle;
}
.property-layout img {
    max-width: 24px;
}
.property-layout>span {
    margin: 3px;
    cursor: pointer;
}
.property-layout>span.active {
    background: #cccccc none repeat scroll 0 0;
}
.agent-property-filter {
    margin-bottom: 30px;
}
/* panorama */
.property-panorama-wrap {
    position: relative;
}
/*-------------------------------
	23.5 Single Property Style
---------------------------------*/
/*Single Property Style*/
.single-property-full-width {
    padding: 0;
}
.property-header-elements>div:last-child {
    margin-bottom: 0;
}
.property-meta-wrap .zozonest-prop-city {
    margin-bottom: 0;
}
.property-meta-wrap .zozonest-prop-city a {
    color: inherit;
}
.property-header-elements>div {
    margin-bottom: 20px;
}
.single-property-full-width .property-image-wrap .property-img,
.single-property-full-width .property-single-gallery .property-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    width: 100%;
}
.property-single-pack-wrap {
    position: relative;
}
.property-single-pack-nav {
    position: absolute;
    z-index: 2;
    right: 50px;
    top: 50px;
}
.property-single-pack-nav li a {
    color: #fff;
}
.property-single-pack-nav li.nav-item a.active {
    background: #000;
}
.property-single-pack-nav li.nav-item a.active:focus {
    color: #fff;
}
.property-single-pack-nav li.nav-item a {
    background: rgba(0, 0, 0, .6);
    padding: 12px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
}
.property-single-pack-nav li.nav-item a:hover {
    background: #000;
    color: #fff;
}
.property-single-pack-nav li.nav-item:last-child {
    margin-right: 0;
}
#property-street-view {
    height: 500px;
    width: 100%;
}
.property-single-pack-inner,
.property-single-pack-content,
.property-single-pack-content {
    position: relative;
}
.property-single-pack-content>div {
    display: none;
}
.property-single-pack-content>div:first-child {
    display: block;
}
.property-single-pack.property-single-pack-video .property-sub-title {
    display: none;
}
.property-single-pack.property-single-pack-video .property-video {
	text-align: center;
    margin: 0 auto;
}
.property-single-gallery .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Property gallery */
.property-single-gallery .owl-nav .owl-next {
    float: right;
}
.property-single-gallery .owl-nav>div {
    height: 50px;
    text-align: center;
    width: 30px;
    padding: 0;
}
.property-single-gallery .owl-nav i {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
/* Property Single */
.single-zozonest .property-content .property-content-inner {
    position: relative;
    padding: 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
}
.single-zozonest .property-meta-wrap h2 {
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
    font-size: 30px;
}
.single-zozonest .property-elements>.property-meta-wrap.property-top-meta {
    background: #fff;
}
.property-header-elements .property-meta-wrap.property-top-meta {
    padding: 0 !important;
    background: transparent !important;
}
/* Single map */
.single-property-full-width .property-nearby-header {
    display: none;
}
/*Single gallery*/
.single-zozonest .property-elements > .property-image-wrap:before {
	display:none;
}
.property-single-pack.property-single-pack-gallery .property-single-thumb-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.property-sub-title {
    color: #000;
    margin-bottom: 30px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.property-slider.swiper-slider,
.property-single-gallery.swiper-slider {
    overflow: hidden;
    padding: 0;
}
.property-single-thumb-gallery {
    height: 80px;
    margin: 12px 0;
    overflow: hidden;
}
.property-single-thumb-gallery .swiper-wrapper {
    width: fit-content;
}
.property-single-thumb-gallery li {
    background-size: cover;
}
/*Property feature */
span.property-feature-icon {
    font-size: 16px !important;
    line-height: 34px;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 1px !important;
    padding-right: 0 !important;
}
.property-feature-icon i {
    color: #8ac842;
}
/* Single map */
.property-nearby-map {
    position: relative;
}
.property-nearby-icon-nav {
    left: 20px;
    position: absolute;
    top: 100px;
}
ul.property-nearby-icon-nav>li {
    background: #fff;
    padding: 8px 16px;
    text-align: center;
}
.property-title-wrap>h2 {
    margin-bottom: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 48px;
    color: #222;
    line-height: 55px;
    overflow: inherit;
}
/* Panorma */
#property-panorama {
    width: 100%;
    height: 400px;
}
/* virtual tour */
iframe.virtual-tour-frame {
    border: 0;
}
.virtual-tour-frame {
    max-width: 100%;
}
.property-vitual-tour-inner iframe {
    width: 100%;
}
/* Fav */
.single-zozonest a.property-fav-done:hover {
    color: #fff;
}
/* Address Pin*/
.property-single-property .property-meta span.icon-location-pin {
    font-weight: 600;
}
/* UL Styles */
.property-details-wrap li>span,
.property-basic-details-wrap .property-details-list>li>span {
    margin-right: 10px;
    min-width: 130px;
    display: inline-block;
    color: #707070;
    font-weight: 500;
}
ul.col-4-list li {
    width: calc(25% - 10px);
    padding-bottom: 15px;
    padding-right: 15px;
}
ul.nav.col-3-list {
    gap: 15px;
}
ul.col-3-list li {
    width: calc(33.3333% - 10px);
}
ul.col-2-list li>span,
ul.col-3-list li>span,
ul.col-4-list li>span {
    padding-right: 10px;
    font-size: 15px;
    color: inherit;
}
ul.col-2-list li {
    width: 50%;
    padding-bottom: 15px;
    padding-right: 15px;
}
div.property-features-wrap div.property-details-wrap ul li {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 2px 30px 2px 2px;
    border-radius: 30px;
}
div.property-details-wrap ul li span.property-feature-icon {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}
/*property gallery */
.property-single-property>div>div>div {
    margin-bottom: 20px;
}
.property-single-property>div>div>div:last-child {
    margin-bottom: 0;
}
.property-single-property .container-fluid.fullwidth-wrap>.row>*:first-child {
    margin-top: 20px;
}
.property-single-property .container-fluid.fullwidth-wrap>.row>*:last-child {
    margin-bottom: 20px;
}
.property-header-elements .property-meta-wrap.property-bottom-meta {
    border-top: 0;
    padding: 0;
}
.property-single-property .container-fluid.fullwidth-wrap>.row>*:first-child.single-property-full-width {
    margin-top: 0;
}
.property-single-property .container-fluid.fullwidth-wrap>.row>*:last-child.single-property-full-width {
    margin-bottom: 0;
}
.property-single-gallery img,
.property-image-wrap img {
    width: 100%;
}
ul.lSPager.lSGallery {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    padding-left: 5px !important;
    padding-right: 5px;
    display: inline-flex;
}
.lSSlideOuter {
    position: relative;
}
.single-property-full-width .lSSlideOuter {
    position: relative;
    border: 0;
}
.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.65;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery li:last-child {
    margin-right: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}
.lSAction>a {
    z-index: 9;
}
/*single accordion*/
.accordion-enabled .property-address-wrap .property-sub-title,
.accordion-enabled .property-content-wrap .property-sub-title,
.accordion-enabled .property-basic-details-wrap .property-sub-title,
.accordion-enabled .property-features-wrap .property-sub-title,
.accordion-enabled .property-additional-details-wrap .property-sub-title {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 15px;
}
.accordion-enabled .property-address-wrap,
.accordion-enabled .property-content-wrap,
.accordion-enabled .property-basic-details-wrap,
.accordion-enabled .property-features-wrap,
.accordion-enabled .property-additional-details-wrap {
    padding: 11px;
    margin-bottom: 25px;
    border-bottom: 0;
    border-radius: 5px;
    background: #f7f7f7;
    cursor: pointer;
}
.accordion-enabled .property-address-wrap .property-item-header,
.accordion-enabled .property-content-wrap .property-item-header,
.accordion-enabled .property-basic-details-wrap .property-item-header,
.accordion-enabled .property-features-wrap .property-item-header,
.accordion-enabled .property-additional-details-wrap .property-addflds-header {
    background: #f2f2f2;
    padding: 5px 11px;
}
.accordion-enabled .property-address-wrap .property-sub-title:before,
.accordion-enabled .property-content-wrap .property-sub-title:before,
.accordion-enabled .property-basic-details-wrap .property-sub-title:before,
.accordion-enabled .property-features-wrap .property-sub-title:before,
.accordion-enabled .property-additional-details-wrap .property-sub-title:before {
    display: none;
}
.accordion-enabled .property-details-wrap {
    margin-top: 30px;
}
/* Property feature Extra content*/
.property-item-header {
    padding: 0 0 0 0;
    border-bottom: 1px solid #eee;
    position: relative;
    background: #fff;
    border-radius: 20px 20px 0 0;
    margin-bottom: 30px;
}
.property-item-header .pull-right a,
.property-item-header .pull-right div {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
}
.property-item-header .pull-right a,
.property-item-header .pull-right div {
    padding: 6px 15px 4px;
    font-weight: 500;
}
.property-item-header .pull-right a:hover {
    background-color: #000;
    color: #fff;
}
.property-item-header .pull-right a,
.property-item-header .pull-right div {
    color: #fff;
}
.single-zozonest .property-elements .property-item-header a {
    color: #fff;
}
/* Single floor plan */
.property-plans-inner .card-block>* {
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
    color: #555555;
}
.property-plans-inner .card-block h6 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}
/*-------------------------------
	24. Property Archive compare
---------------------------------*/
.property-compare-container {
    position: fixed;
    right: -220px;
    width: 220px;
    top: 50%;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.property-compare-container.active {
    right: 0;
}
.property-compare-inner {
    background: #060606;
    color: #333333;
    position: relative;
    width: auto;
    padding: 10px;
    overflow-y: auto;
}
.compare-toggle {
    background: #000 none repeat scroll 0 0;
    left: -40px;
    padding: 13px;
    position: absolute;
    top: 0;
    width: 40px;
    cursor: pointer;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.compare-property span.prop-msg-box {
    color: #999;
    margin-bottom: 12px;
    display: block;
}
.nav.compare-list>li {
    margin-bottom: 10px;
    position: relative;
}
.compare-prop-remove {
    color: #ffffff;
    cursor: pointer;
    padding: 0 5px;
    width: 27px;
    height: 27px;
    line-height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;
    background: #000;
    border-radius: 50%;
    font-size: 13px;
}
.compare-prop-remove i {
    font-weight: bold;
}
.compare-prop-remove:hover {
    background: #000;
    color: #fff;
}
.btn.compare-modal-trigger {
    border: 1px solid transparent;
    font-size: 14px;
    padding: 9px 20px;
}
.btn.compare-modal-trigger:hover {
    border-color: #fff;
}
.property-modal {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 900px;
    max-height: 100%;
    max-width: 100%;
    overflow-y: auto;
    z-index: 999999;
    border: 1px solid #eeeeee;
    background: #ffffff none repeat scroll 0 0;
}
.property-modal-inner {
    padding: 40px 20px 20px;
    position: relative;
}
body.property-modal-actived {
    position: relative;
}
body.property-modal-actived::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.property-modal-inner .close {
    top: 5px;
}
.property-compare-each>div:last-child {
    margin-bottom: 0;
}
.property-compare-each>div {
    margin-bottom: 15px;
}
.compare-table-head {
    width: 175px;
    color: #000;
    font-weight: 600;
}
.property-wrap .property-price-inner {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}
.property-price-inner>span {
    margin-right: 1px;
}
.property-price-inner>span:last-child {
    margin-right: 0;
}
.property-price-inner>span.price-after-label {
    color: #555;
    font-weight: 500;
}
.property-meta-wrap.property-top-meta {
    position: relative;
    padding: 10px 5px;
    color: #777777;
}
.property-meta-wrap:after {
    display: block;
    clear: both;
    content: "";
}
.property-meta-wrap.property-bottom-meta {
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}
.overlay-details .nav.property-meta>li {
    margin-right: 5px;
    font-size: 14px;
}
.overlay-details .nav.property-meta>li a span[class*='icon-'],
.overlay-details .nav.property-meta>li a span[class*='fa'] {
    font-weight: bold;
    line-height: inherit;
}
.property-favourite-wrap a.property-fav-done,
.property-favourite-wrap a.property-fav-done span:before {
    color: #E91E63 !important;
    border-radius: 4px;
}
.property-meta-wrap.property-bottom-meta .property-meta>li a.property-fav-done span {
    color: #E91E63 !important;
}
.overlay-details li.property-favourite-wrap,
.overlay-details li.property-gallery,
.overlay-details li.property-compare,
.overlay-details li.property-video {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    cursor: pointer;
}
.overlay-details li.property-favourite-wrap a,
.overlay-details li.property-compare a,
.overlay-details li.property-video a {
    color: #fff;
    display: block;
}
.overlay-details li.property-gallery a {
	color: #fff;
    display: inline-block;
}
.overlay-details li.property-favourite-wrap a:hover,
.overlay-details li.property-gallery a:hover,
.overlay-details li.property-compare a:hover,
.overlay-details li.property-video a:hover {
    color: #fff;
    transition: unset;
    -moz-transition: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
}
.overlay-details li.property-favourite-wrap:hover,
.overlay-details li.property-gallery:hover,
.overlay-details li.property-compare:hover,
.overlay-details li.property-video:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.tooltip-title {
    position: absolute;
    top: -32px;
    left: 50%;
    background: #333;
    color: #fff;
    padding: 0 9px;
    margin-left: -9px;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 4px;
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    z-index: 99;
}
.pull-right .tooltip-title {
    margin-left: -11px;
}
.pull-left .tooltip-title {
    margin-left: 11px;
}
.tooltip-title:after {
    content: "";
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.post-like-wrap .tooltip-title:after {
    bottom: -7px;
}
.tooltip-parent {
    position: relative;
}
.tooltip-parent:hover>.tooltip-title {
    visibility: visible;
    -webkit-opacity: 1;
    opacity: 1;
}
.overlay-details .nav.property-meta>li:last-child {
    margin-right: 0px;
    margin-bottom: 0px !important;
}
.overlay-details .nav.property-meta>li.property-price,
.overlay-details .nav.property-meta>li.zozonest-prop-city {
    display: block;
    margin-bottom: 5px;
}
.overlay-details .nav.property-meta>li.zozonest-prop-city {
    font-size: 12px;
    padding: 4px 0;
}
.overlay-details .nav.property-meta .property-price-inner>span {
    color: #fff;
}
.overlay-details .nav.property-meta .property-price-inner>span.price-after-label {
    font-size: 13px;
}
.overlay-details .nav.property-meta .property-price-inner {
    color: #fff;
    background: none !important;
    line-height: initial;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    padding: 3px 6px;
}
.overlay-details .nav.property-meta .property-price-inner .property-price {
    font-size: 20px;
}
.property-wrap p,
.property-grid .property-image-wrap {
    line-height: 25px;
}
.map-property-list .property-wrap .property-title-wrap {
    margin-top: 20px;
}
.property-excerpt-wrap p:last-child {
    margin-bottom: 0;
}
.property-model-1 .property-wrap.property-grid {
    border-radius: 10px;
}
.property-wrap.property-grid,
.related-property-item .property-wrap,
.trending-property-item .property-wrap {
    border: 1px solid #ececec;
    padding: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    background: #fff;
    border-radius: 10px;
}
.related-property-item .property_excerpt-wrap {
    font-size: 14px;
    line-height: 22px;
    color: #5e646a;
}
.related-property-item .property-wrap {
    margin-bottom: 0;
}
.related-property-item .property-wrap li.property-read-more a {
    color: #fff;
}
.property-wrap.property-grid:hover,
.related-property-item .property-wrap:hover,
.property-wrap.property-list:hover {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-color: transparent;
}
.property-related-wrap .property-title-wrap a {
    color: inherit;
}
.property-grid .property-image-wrap,
.related-property-item .property-wrap .property-image-wrap,
.trending-property-item .property-wrap .property-image-wrap {
    margin-left: -20px;
    margin-right: -20px;
}
.property-grid .property-image-wrap:first-child,
.related-property-item .property-wrap .property-image-wrap:first-child,
.trending-property-item .property-wrap .property-image-wrap:first-child {
    margin-top: -20px;
}
.property-related-wrap .property-image-wrap {
    margin-bottom: 20px;
}
.entry-content .property-wrap ul {
    margin-bottom: 0;
}
.property-meta-wrap .property-meta>li,
.property-meta-wrap .property-meta>li .property-units {
    padding: 0 15px 0 0;
    color: #5f5f5f;
    font-size: 14px;
}
.property-meta-wrap .property-meta>li .property-units:last-child {
    padding-right: 0;
}
.property-meta-wrap .property-meta>li>span:before {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 5px;
}
.property-meta-wrap .property-meta>li.property-share>span:before {
    font-size: 15px;
    line-height: 28px;
}
.property-meta-wrap .property-meta>li>span {
    color: #bcbcbc;
}
.property-meta-wrap .property-meta>li>span.tooltip-title {
    color: #fff;
}
.property-meta-wrap .property-meta>li.zozonest-prop-city>span:before {
    font-size: 14px;
}
.property-elements>.property-meta-wrap .property-meta>li {
    padding: 0 15px 0 0;
    border-right: 1px solid #ccc;
    margin-right: 15px;
}
.property-meta-wrap .property-meta>li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.property-meta-wrap.property-bottom-meta .property-meta>li a span {
    border: 1px solid rgba(102, 102, 102, 0.2);
    border-radius: 3px;
    padding: 5px;
    color: #555;
}
.property-meta-wrap.property-bottom-meta .property-meta>li.property-share a span {
    color: #fff;
    border: 0;
}
.property-bottom-meta .property-favourite-wrap a.property-fav-done {
    padding: 1px 0;
}
.property-bottom-meta.property-meta-wrap .property-meta>li[class*='property'] {
    padding-right: 15px;
}
.property-bottom-meta.property-meta-wrap .property-meta>li[class*='property']:last-child {
    padding-right: 0px;
}
.property-bottom-meta.property-meta-wrap li.property-compare.tooltip-parent {
    margin-top: 3px;
}
.post-like-wrap>li:last-child {
    padding-right: 0;
}
.post-like-wrap>li {
    padding-right: 10px;
}
.property-wrap:hover .property-image-wrap:after {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property-image-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property-wrap .property-image-wrap>img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property-wrap:hover .property-image-wrap>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property-list .property-image-wrap img {
    height: 100%;
}
/* Property slider */
.no-border .owl-carousel .property-wrap {
    border: 0;
}
.margin-0 .owl-carousel .property-wrap {
    margin: 0;
}
.radius-0 .owl-carousel .property-wrap {
    border-radius: 0;
}
.owl-carousel .property-wrap {
    margin: 10px;
}
.map-property-list .owl-nav {
    position: static;
}
.map-property-list .owl-nav>* {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.map-property-list .owl-nav>*>i {
    line-height: 60px;
}
.map-property-list .owl-nav>*:hover {
    background: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.map-property-list .owl-nav>.owl-prev {
    right: auto;
    left: 10px;
}
.map-property-list .owl-nav>.owl-next {
    right: 10px;
    left: auto;
}
.map-property-list .owl-nav>.owl-prev,
.map-property-list .owl-nav>.owl-next {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.map-property-list:hover .owl-nav>.owl-prev,
.map-property-list:hover .owl-nav>.owl-next {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/*Property List*/
.property-wrap .property-list-wrap>div {
    margin-bottom: 15px;
}
.property-wrap .property-list-wrap>div:last-child {
    margin-bottom: 0;
}
.property-list .property-meta-wrap.property-top-meta {
    padding: 0;
}
/*property compare */
#property-compare-modal tr:nth-child(even) {
    background: #f7f7f7;
}
.nav.compare-list>li:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#property-compare-modal td p.text-center {
    margin-bottom: 0;
    line-height: 21px;
    text-align: left !important;
}
#property-compare-modal td p.text-center strong {
    font-weight: 600;
}
#property-compare-modal i {
    color: green;
}
/*-------------------------------
	Agent Archive Styles
---------------------------------*/
.agent-wrap > div {
    margin-bottom: 30px;
}
.agent-wrap>div:last-child {
    margin-bottom: 0;
}
.agent-property {
    margin-bottom: -20px;
}
/* Agent archive */
.archive .zozonest-agent-wrap {
    margin-bottom: 50px;
}
.archive .zozonest-agent-wrap:last-child {
    margin-bottom: 0;
}
.archive .zozonest-agent-wrap:hover .zozonest-agent-inner {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.archive .row.agent-info-wrap {
    display: table;
}
.archive .row.agent-info-wrap>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.archive .zozonest-agent-inner {
    padding-right: 20px;
    border: 2px solid #eff0f3;
    position: relative;
}
.archive .agent-read-more-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.archive .agent-img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.archive .zozonest-agent-wrap:hover .agent-img-wrap:after {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.archive .zozonest-agent-wrap:hover .agent-read-more-wrap {
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.agent-prop-count {
    position: absolute;
    top: 6px;
    right: 0;
    color: #fff;
}
.agent-prop-count a {
    color: #fff;
    padding: 4px 10px
}
.agent-prop-count a:hover {
    background: #000;
    color: #fff;
}
/*-------------------------------
	Agent Single Layout Styles
---------------------------------*/
/* Agent Single */
.single-zozonest-agent .agent-wrap {
    margin-bottom: 80px;
}
.single-zozonest-agent .agent-name {
    color: #000;
}
.row.agent-desc-wrap {
    background: #f7f7f7;
    padding: 70px 35px 50px;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid #f2f2f2;
}
.agent-details span>i {
    padding: 0 10px;
    color: #000;
    font-weight: 800;
}
.agent-details>li {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 10px;
    margin-bottom: 0;
}
.single-zozonest-agent .agent-details>li {
    font-size: 13px;
    padding: 6px 10px;
}
.agent-details span>i.fa-star-o {
    padding: 0 5px;
}
.agent-details span>i.fa-star,
.agent-details span>i.fa-star-half-o,
.agent-contact-details .fa.fa-star {
    padding: 0 5px;
    color: #fdb314;
}
.property-meta-rating.star-rating span.fa-star {
    color: #fdb314;
}
.agent-details-wrap .agent-additional-details {
    padding: 23px 25px;
    border: 2px solid #f2f2f2;
    background: #f7f7f7;
}
.agent-additional-details>li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
.agent-additional-details>li:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
    padding-bottom: 0px;
}
.agent-details>li:last-child {
    border: 0;
}
.agent-details-wrap .agent-additional-details li>*:first-child {
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
/*-------------------------------
	Agent Contact
---------------------------------*/
td.ui-datepicker-today {
    background: #eaeaea;
}
td.ui-datepicker-today>a {
    background: transparent !important;
    color: #fff !important;
}
.ui-datepicker-calendar .ui-state-default {
    border: 0;
}
td.ui-datepicker-week-end {
    background: #f2f2f2;
}
.ui-datepicker-header {
    padding: 10px 17px;
}
.ui-datepicker-title {
    color: #fff;
}
a.ui-datepicker-prev,
a.ui-datepicker-next {
    background: #f2f2f2;
    padding: 2px 9px;
    margin-right: 7px;
}
table.ui-datepicker-calendar {
    margin-bottom: 0;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
    text-align: center;
    padding: 6px 12px;
}
/*-------------------------------
	Map Styles
---------------------------------*/
/*Info Window */
.gmap-info-inner>*,
.gmap-info-inner .info-content-wrap>* {
    margin-bottom: 10px;
}
.gmap-info-inner h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.gmap-info-inner .property-meta>li {
    margin-right: 15px;
}
.gmap-info-inner .property-meta>li span>i {
    margin-right: 5px;
}
.gmap-info-inner .info-wrap>*:last-child {
    margin-bottom: 0;
}
.gmap-info-inner .info-content-wrap>.property-meta {
    padding-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    font-weight: 600;
}
.gmap-info-inner .info-content-wrap p:last-child {
    margin-bottom: 0px;
}
.gm-style-iw {
    left: 24px !important;
    top: 15px !important;
    width: 220px !important;
}
.gmap-info-inner {
    max-width: 220px;
    text-align: left !important;
}
.gm-style .gmap-info-inner img {
    max-width: 100%;
    border-radius: 15px;
}
.info-img-wrap:after {
    content: "";
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.gmap-info-wrap .info-box-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ccc;
    bottom: -10px;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 1;
}
.infoBox {
    bottom: 0;
}
.info-wrap .property-price-inner>span.price-after-label {
    color: #fff;
}
.info-img-wrap {
    position: relative;
}
.info-wrap .info-img-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}
.info-img-wrap .property-price-inner {
    color: #fff;
}
.gmap-info-inner .info-content-wrap {
    padding: 0 10px 10px 10px;
}
/*-------------------------------
	Map Search float
---------------------------------*/
.floating-search-wrap {
    position: absolute;
    top: auto;
    left: 20%;
    bottom: 0;
}
.floating-search-wrap>.container>.btn {
    background: #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
}
.floating-search-wrap>.container>.btn:hover {
    background: #333;
}
.property-search-property-wrap .advance-search-form-accordion {
    margin-top: 35px;
}
.property-search-property-wrap .floating-search-wrap .advance-search-form-accordion {
    margin-top: 0;
}
.property-search-property-wrap {
    position: relative;
}
.floating-search-wrap .advance-search-wrap {
    background: rgba(0, 0, 0, 0.8);
    padding: 25px;
    padding-bottom: 25px !important;
}
.floating-search-wrap .advance-search-wrap input {
    background: #fff;
}
.single-zozonest .advance-search-btns-warp {
    margin-top: 0;
}
.d-hide {
    display: none;
}
.floating-search-wrap .advance-search-wrap .bts-select .btn-primary {
    background: #fff;
    color: #8593a9;
    border: 1px solid #d8d8d8;
    padding: 8px 15px;
}
.floating-search-wrap input.form-control {
    height: 50px;
}
.map-full-screen-activated .floating-search-wrap {
    position: fixed;
    z-index: 999;
}
/*-------------------------------
	 Full Map styles
---------------------------------*/
/*Full map Search template */
.bts-ajax-search .input-group-addon,
.bts-ajax-search .input-group-addon .btn {
    color: #fff;
    border-color: transparent;
    width: 50px;
    text-align: center;
}
.bts-ajax-search .input-group-addon:hover,
.bts-ajax-search .input-group-addon:focus,
.bts-ajax-search .input-group-addon:active {
    background: #000;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #000;
}
.page-template-page-full-map .property-content>.property-content-inner {
    padding-top: 0;
}
.page-template-page-full-map .full-map-wrap {
    padding-left: 0;
    padding-right: 0;
}
.floating-search-wrap a.more-search-options {
    color: #fff;
}
/*-------------------------------
	Full Screen Map Toggle 
---------------------------------*/
.property-map-identity.full-screen-map-actived {
    position: fixed !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 98;
}
.property-map-identity.full-screen-map-actived .zozonest-map {
    height: 100% !important;
}
.admin-bar .property-map-identity.full-screen-map-actived {
    top: 32px;
}
.dropdown-menu.map-style-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}
.property-map-nav-wrap>* {
    display: inline-block;
}
ul.property-map-zoomparent>li {
    display: inline-block;
    margin-right: 1px;
}
ul.property-map-zoomparent>li button {
    border: 0;
}
ul.property-map-zoomparent>li:last-child {
    margin-right: 0px;
}
ul.property-map-zoomparent>li button {
    line-height: 35px;
    height: 35px;
    padding: 3px 10px;
}
.property-map-items .property-location-search .form-control {
    height: 30px;
}
.map-style-toggle {
    font-size: 13px;
    padding: 4px 9px;
}
span.actual-screen-icon {
    display: none;
}
body.map-full-screen-activated span.actual-screen-icon {
    display: block;
}
body.map-full-screen-activated span.full-screen-icon {
    display: none;
}
.map-full-screen-activated>.propertygmap {
    height: 100% !important;
}
body.map-full-screen-activated {
    overflow: hidden;
}
/*-------------------------------
	zoom control
---------------------------------*/
.property-map-zoomparent > div > span{
    display: inline-block;
    background: #fff;
    margin-bottom: 3px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .15);
}
.property-map-zoomparent>div:last-child>span {
    margin-bottom: 0;
}
.property-map-zoomparent>div>span:hover {
    color: #fff;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
/*-------------------------------
	Half Map styles Styles
---------------------------------*/
/* Full map Search */
.full-map-property-content-area {
    margin-top: 75px;
}
/* Half map Search template style */
.half-map-property-list-wrap .advance-search-wrap {
    display: flex;
    flex-wrap: wrap;
}
.half-map-property-list-wrap .advance-search-wrap,
.advanced-half-map-widget-search .advance-search-wrap.half-widget-search {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.before-loader:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.before-loader:after {
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100px;
    z-index: 2;
}
.before-loader {
    position: relative;
}
.half-map-property-wrap,
.map-property-list {
    position: relative;
}
.property-nothing-found {
    background: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 30px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 26px;
}
.half-map-property-wrap.nothing-found:before,
.map-property-list.nothing-found:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.dropdown-menu.bts-select-dropdown {
    max-height: 150px;
    overflow-y: auto;
}
.advance-search-wrap {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}
.advance-search-wrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-template-page-full-map .advance-search-wrap {
    padding-top: 50px;
}
.saved-search-wrap {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    min-height: 150px;
    max-height: 100%;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 200px;
    z-index: 9;
    display: none;
}
.saved-search-inner {
    display: table;
    height: 100%;
    width: 100%;
}
.saved-search-text {
    display: table-cell;
    vertical-align: middle;
}
.saved-search-text p {
    color: #fff;
}
.saved-search-text a.btn {
    padding: 7px 15px 6px;
    font-size: 15px;
}
.saved-search-text a.btn:hover {
    background: #fff;
    color: #000;
    border-color: transparent;
}
.bts-select-dropdown.show {
    opacity: 1;
    visibility: visible;
}
.saved-search-icon {
    display: none;
}
.saved-search-done .saved-search-icon {
    display: block;
    font-size: 40px;
}
.saved-search-done .saved-search-inner-text {
    display: none;
}
.agent-property-wrap .full-map-property-list-wrap.property-list-identity {
    border: 2px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding: 30px 30px 0px;
    background: #f9f9f9;
    border-radius: 20px;
}
/*-------------------------------
	Range slider
---------------------------------*/
.slider-range a {
    transition: none 0s ease 0s;
}
.ui-draggable,
.ui-droppable {
    background-position: top;
}
.ui-corner-all {
    border-radius: 10px;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-content {
    background: #ffffff;
    color: #333333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.property-radius-search {
    margin-bottom: 20px;
    width: 100%;
}
#property-radius a {
    transition: none;
}
.property-location-search {
    width: 100%;
}
.property-location-search>input {
    display: block;
    width: 100%;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 5px;
    position: relative;
    margin: 0 5px;
    background: #eaeaea;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .3);
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.property-load-more-wrap {
    margin: 20px 0;
}
.property-load-more-wrap .property-loader,
.property-load-more-wrap.on-process .property-load-more,
.property-load-more-wrap.on-process .property-fav-load-more,
.property-load-more-wrap.no-more-property .property-load-more {
    display: none;
}
.property-load-more-wrap.on-process .property-loader {
    display: block;
}
.property-load-more {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
	border: 0;
}
body.half-map-activated .page-title-wrap-inner,
body.half-map-activated footer.site-footer {
    display: none;
}
body.half-map-activated.logged-in.admin-bar .half-map-property-wrap {
    margin-top: 32px;
}
body.half-map-activated .property-content-inner {
    padding-top: 0;
	padding-bottom: 0;
}
body.half-map-activated .property-content-inner .half-map-property-list-wrap {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.full-map-property-wrap .row>.col-md-12 {
    min-height: 0;
}
.property-map-items {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
    background: #fff;
}
.full-map-property-wrap.property-map-identity {
    position: relative;
}
.col-md-12.full-map-wrap {
    padding: 0;
}
.property-map-items.map-items-left {
    left: 10px;
    right: auto;
    padding: 10px;
}
.property-map-items.map-items-left>ul.nav>li {
    padding: 0;
}
.property-map-items>ul.nav>li {
    margin-right: 10px;
}
.property-map-items>ul.nav>li span>i {
    margin-right: 10px;
}
.property-map-items>ul.nav>li .property-map-nav-next span>i {
    margin-right: 0;
    margin-left: 10px;
}
.property-map-items ul.nav.property-map-zoomparent>li span i {
    margin-right: 0;
}
.property-map-items.map-items-right .nav {
    margin: 0.5rem;
    gap: 0.5rem;
}
.property-map-items.map-items-right .nav li {
    margin: 0;
}
.property-map-items.map-items-right .btn {
    padding: 1px 8px 1px 8px;
    line-height: 2;
    font-size: 13px;
    color: #fff;
    border-radius: .25rem;
    border: 0;
}
.property-map-items.map-items-right .btn:hover {
    color: #fff;
}
ul.nav.property-map-nav>li {
    margin-right: 7px;
}
.property-map-items ul.nav>li:last-child {
    margin-right: 0;
}
ul.nav.property-map-nav>li>a,
.property-map-style-wrap .map-style-toggle,
.property-map-items a.map-full-screen {
    padding: 16px 12px;
    font-size: 12px;
    line-height: 1;
    background: transparent;
    color: #000;
    border: 0;
    border-radius: 0;
}
ul.nav.property-map-nav>li>a.property-map-nav-next {
    margin-right: -1px;
}
ul.nav.property-map-nav>li>a:hover,
.property-map-style-wrap .map-style-toggle:hover,
.property-map-items a.map-full-screen:hover,
.property-map-items .map-my-location:hover {
    color: #000000;
}
.dropdown-menu.map-style-dropdown-menu a {
    font-size: 13px;
    padding: 3px 15px;
}
.dropdown-menu.map-style-dropdown-menu {
    min-width: 135px;
}
.dropdown-menu.map-style-dropdown-menu a:hover {
    background: #333;
    color: #fff;
}
.property-wrap.property-list {
    clear: both;
    float: none;
    position: relative;
    display: flex;
    border: 1px solid #eff0f3;
    background: #fff;
}
.property-wrap.property-list>div {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
.property-wrap.property-list>div:first-child {
    width: 40%;
}
.page-template-page-full-property .property-wrap.property-list>.property-image-wrap {
    margin-bottom: 0;
}
.property-wrap.property-list>div:last-child {
    padding: 30px 20px;
    width: 60%;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.property-wrap.property-list>.property-list-wrap.property-list-no-image {
    width: 100%;
}
.nav.property-filter {
    display: block;
    margin-bottom: 50px;
}
.nav.property-filter>li>a {
    padding: 4px 13px;
}
.property-loadmore-wrap {
    margin-top: 30px;
}
.nav.property-filter>li>a.active {
    color: #fff;
}
.no-more-property {
    display: none;
}
/* FadeInUp Animation */
@-webkit-keyframes propertyFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes propertyFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.property-animate {
    opacity: 0;
    visibility: hidden;
}
.property-animate.run-animate {
    opacity: 1;
    visibility: visible;
    animation-duration: 0.7s;
    animation-name: propertyFadeInUp;
}
/* Agent meta */
.agent-meta {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.agent-meta>ul {
    display: inline-block;
    vertical-align: middle;
}
/*-------------------------------
	 Search styles
---------------------------------*/
 /* Search Drop  Down style */ 
.bts-select-toggle.dropdown-toggle:after {
    content: "\f107";
    font-family: fontawesome;
    border: none;
    vertical-align: unset;
    position: absolute;
    right: 20px;
    left: auto;
}
.advance-search-wrap .bts-select .btn-primary {
    width: 100%;
    text-align: left;
    position: relative;
    border: 0;
    padding: 13px 12px;
    font-size: 13px;
}
.dropdown-menu.bts-select-dropdown {
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    border-color: transparent;
    box-shadow: none !important;
}
.bts-select .dropdown-menu {
    background: #f2f2f2 none repeat scroll 0 0;
}
.bts-select .dropdown-menu ul {
    margin-bottom: 0;
    padding: 0 5px;
}
.bts-select .dropdown-menu ul>li {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 15px;
}
.search-filters-wrap {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.advance-search-wrap .bts-select {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
    float: left;
}
.advance-search-btns-warp {
    margin-top: 30px;
}
.bts-select.property-sort-filter {
    margin-top: 0px;
    margin-right: 0;
    width: 230px;
    margin-bottom: 0;
    padding: 0;
}
.advance-search-wrap .property-sort-filter {
    display: none;
}
.bts-select .dropdown-menu ul>li:hover {
    background: #000;
    color: #fff;
}
.bts-select-menu img {
    margin: 0 auto;
}
.ajax-search-dropdown {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    left: 0;
    margin: 0 15px;
    max-height: 100%;
    min-height: 140px;
    overflow: auto;
    padding: 30px 15px;
    position: absolute;
    right: 0;
    display: none;
}
.ajax-search-dropdown a {
    color: #000;
}
.ajax-search-dropdown.show {
    display: block;
    z-index: 99;
}
img.property-loader {
    margin: 0 auto;
}
.ajax-search-more {
    cursor: pointer;
    display: inline-block;
}
.property-price-search p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 7px;
}
.property-price-search p label {
    margin-bottom: 0;
    font-weight: 600;
}
.property-search-list {
    display: block;
    padding: 0 20px 20px;
    color: #000;
}
ul.property-search-list>li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
ul.property-search-list>li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 0;
}
ul.property-search-list>li h6 {
    font-weight: bolder;
}
ul.property-search-list>li img {
    border-radius: 50%;
}
ul.property-search-list>li.ajax-search-more-wrap {
    color: #000;
}
.range-filters-wrap>div {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}
.range-filters-wrap>div .form-control {
    border-radius: 4px;
    border: 1px solid #eaeaea;
}
.range-filters-wrap {
    margin-left: -10px;
    margin-right: -10px;
}
.advance-search-bottom {
    clear: both;
}
.advance-search-btns-warp>.property-more-search a.more-search-options {
    color: inherit;
}
.advance-search-btns-warp>.property-more-search {
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.property-more-search .card.card-body ul {
    margin-bottom: 0;
}
a.more-search-options:hover {
    color: #999;
}
.advance-search-btns-warp>.property-more-search p {
    margin-bottom: 0;
    font-size: 1rem;
}
.property-more-search .card-body li {
    display: inline-block;
    margin-right: 15px;
    color: #666666;
}
.expand-advance-search,
.expand-half-advance-search {
    cursor: pointer;
}
.bts-ajax-search .input-group-addon .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 50px;
}
.bts-ajax-search .input-group-addon .btn:hover {
    color: #ffffff;
}
.bts-ajax-search .input-group-addon {
    padding: 0;
    line-height: 1;
}
.advance-search-wrap .bts-ajax-search .input-group-addon:first-child i,
.advance-search-wrap .bts-ajax-search .input-group-addon:first-child button,
.advance-search-wrap .bts-ajax-search .input-group-addon.expand-advance-search i,
.advance-search-wrap .bts-ajax-search .input-group-addon.expand-half-advance-search i {
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.advance-search-wrap .bts-ajax-search .input-group-addon.expand-advance-search i,
.advance-search-wrap .bts-ajax-search .input-group-addon.expand-half-advance-search i {
    font-weight: bold;
}
.bts-ajax-search .input-group-addon .btn:focus {
    box-shadow: none;
}
.price-icon>img {
    display: inline-block;
    max-height: 18px;
}
.property-price-wrap>span {
    margin: 0 2px;
}
/* icon style */
ul.nav.key-search-list {
    color: #000;
}
ul.nav.key-search-list>li {
    margin-right: 15px;
}
ul.nav.key-search-list>li:last-child {
    margin-right: 0px;
}
/*-------------------------------
	 31. User dashboard Styles
---------------------------------*/
/* Login/Register Addon Styles */
.log-form-trigger-wrap img.avatar {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-height: 22px;
    max-width: 22px;
    vertical-align: middle;
}
.property-login-parent {
    position: fixed;
    text-align: left;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.property-login-parent.login-open {
    opacity: 1;
    visibility: visible;
}
.property-login-inner {
    color: #000;
    max-width: 100%;
    background: #fff;
    background-size: cover;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    height: auto;
    width: 650px;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -o-transform: translateY(-50%) scale(0.1);
    -ms-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -webkit-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    font-size: 15px;
}
.property-login-parent.login-open .property-login-inner {
    max-height: 100%;
    overflow-y: auto;
}
.logged-in.log-form-trigger-wrap .log-form-trigger-wrap-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logged-in.log-form-trigger-wrap .log-form-trigger-wrap-inner>img {
    max-height: 40px;
    margin: 0;
}
.property-login-parent.login-open .property-login-inner {
    -o-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.property-login-close,
.lost-password-close {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.lost-password-close {
    right: auto;
    left: 20px;
}
.header-top-login .logged-in .author-link {
    padding: 0 10px;
}
.property-login-inner h3 {
    margin-bottom: 34px;
    font-size: 19px;
    text-transform: uppercase;
}
.login-form label {
    display: inline;
    font-weight: 600;
    letter-spacing: 1px;
}
.property-login-parent input.form-control {
    border: 0;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.property-login-parent input.form-control:focus {
    background: transparent;
}
.property-login-inner .status {
    background: #f7f7f7;
    padding: 0px 10px;
}
.lost-password-form.show {
    background: #fff;
    height: 100%;
    left: 0;
    padding: 12%;
    position: absolute;
    top: 0;
    width: 100%;
}
.move-to-prev-form {
    cursor: pointer;
    font-size: 20px;
    padding: 6px 10px;
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.property-login-inner .close::before,
.property-login-inner .close::after {
    background-color: #fff;
}
input.submit_button.btn.btn-default {
    border-radius: 4px;
}
input.submit_button.btn.btn-default:hover {
    background: #333;
}
.login-form a {
    color: #333;
}
.lost-password-form,
.registration-form,
.login-form {
    transition: all ease 0.35s;
}
.form-state-hide {
    margin-left: 100px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all ease 0.35s;
}
.form-state-show {
    margin-left: 0;
    height: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transition: all ease 0.35s;
}
.login-form-text img {
    max-width: 142px;
    margin: 25px auto;
}
.login-form-text {
    text-align: center;
}
.social-login-wrap {
    padding: 10px 0 0 0;
    text-align: left !important;
}
.social-connect {
    margin-top: 22px;
    position: relative;
    background: #fff;
    z-index: 1;
    text-align: left;
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
}
.social-login-wrap>div {
    margin-bottom: 20px;
}
.social-login-wrap>div:last-child {
    margin-bottom: 0;
}
.social-head {
    font-weight: 600;
    letter-spacing: 1px;
}
.social-login-wrap>div>a {
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
}
a.social-login-trigger.social-google {
    background: #dd4b39;
}
a.social-login-trigger.social-fb {
    background: #3b5998;
}
a.social-login-trigger.social-google:hover,
a.social-login-trigger.social-fb:hover {
    color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .4);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.property-search-result-wrap {
    padding: 120px 0;
}
/* admin dropdown  design */
.logged-in.log-form-trigger-wrap .dropdown {
    display: flex;
    align-items: center;
}
.logged-in.log-form-trigger-wrap .dropdown-menu {
    right: 0;
    left: auto;
    padding: 0;
	margin-top: 0;
}
.logged-in.log-form-trigger-wrap .dropdown-menu ul.user-menu {
    list-style: none;
    padding-left: 0;
}
.logged-in.log-form-trigger-wrap .dropdown-menu ul.user-menu a.dropdown-item {
    line-height: 33px;
	color: #000;
}
.logged-in.log-form-trigger-wrap .dropdown-menu ul.user-menu a.dropdown-item:hover {    
	color: #000;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: initial;
}
.logged-in.log-form-trigger-wrap .dropdown-menu ul.user-menu > li:last-child a{
    border-top: 1px solid #eAEAEA;
    margin-top: 7px;
    padding-top: 7px;
}
.logged-in.log-form-trigger-wrap .dropdown-menu ul.user-menu > li:first-child a {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
/*User Panel*/
.row_user_dashboard {
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
}
.user_menu_wrapper {
    padding: 80px 0px;
}
.property_user_dashboard .modal-content {
    color: #000;
}
/*User Details */
.user_menu_wrapper {
    background-color: #000;
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
}
.user-details>div {
    margin-bottom: 25px;
}
.user_menu_wrapper>div {
    margin-bottom: 30px;
}
.user-details>div:last-child {
    margin-bottom: 0px;
}
.user-details {
    margin-bottom: 25px;
}
.property_user_dashboard .username i {
    margin: 0 4px 0 8px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    background: #de1483;
}
.property_user_dashboard .username h6 {
    font-size: 14px;
	color: #fff;
	    text-align: left;
    padding-left: 50px;
}
.user-details .user-image {
    padding-left: 50px;
}
.user-details .user-image img {
    margin: 0;
}
.user_dashboard_links li.list-group-item {
    background: #111111;
    padding: 0;
    border: 0;
}
.user_dashboard_links .user_tab_active,
.user_dashboard_links a:hover {
    background-color: #151515;
    color: #cfd8dc;
}
.user_dashboard_links a {
    color: #8f9ca3;
    padding: 10px 50px;
    font-size: 15px;
    line-height: 32px;
}
.user_dashboard_links i {
    margin-right: 15px;
    width: 15px;
    font-size: 18px;
	    color: #565a62;
}
.user_dashboard_links .user_tab_active i,
.user_dashboard_links a:hover i {
	color: #fff;
}
/* Notification */
.message-notification {
    position: absolute;
    right: 35px;
    top: 50%;
    background: red;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    transform: translateY(-50%);
}
span.field-description {
    font-size: 12px;
    color: #707070;
    display: block;
}
.log-form-trigger-wrap .user-menu a:hover .message-notification {
    background: #000;
}
span.log-form-author-name-wrap {
    position: relative;
}
.log-form-trigger-wrap .author-link i.message-notification {
    font-style: normal;
    text-align: center;
    padding: 0;
    line-height: 21px;
    font-size: 11px;
    position: absolute;
    left: -19px;
    top: 0;
}
/*User Dashboard*/
.property_user_dashboard>div>.col-lg-3,
.property_user_dashboard>div>.col-lg-9 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.property_user_dashboard>div>.col-lg-3 {
    background: #171717;
    padding-right: 0;
    padding-left: 0;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    align-self: flex-start;
}
.property_user_dashboard>div>.col-lg-9 {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    height: 100vh;
}
.property_user_dashboard {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
}
.property_user_dashboard .entry-title,
.pack_description_unit_head h4 {
    margin-bottom: 2rem;
    font-size: 2rem;
}
.dashboard-margin {
    position: relative;
    height: 100%;
    padding: 0;
}
.add-new-property form {
    margin-top: 2rem;
}
.add-new-property form h3 {
    margin: 2rem 0 1rem;
    font-size: 1.75rem;
}
.pack_description .table tr:first-child {
    background: #000000;
    color: #fff;
}
.pack_description .table tr:first-child td {
    color: #fff;
}
.pack-unit table tr {
    text-align: left;
}
.counter-day .counter-item>h3,
.counter-hour .counter-item>h3,
.counter-min .counter-item>h3 {
    line-height: unset;
    margin-bottom: 5px;
    font-size: 35px;
}
.property_user_dashboard .table td,
.property_user_dashboard .table th {
    border-color: #222;
    vertical-align: middle;
	    text-align: left;
}
a.user-msg-delete-all:hover {
    color: #fff;
}
a.user-msg-delete-all {
    display: block;
    font-size: 13px;
    line-height: 23px;
}
td.pack-duration {
    font-size: 25px;
    vertical-align: middle;
    line-height: 40px;
}
.available-pack {
    margin-bottom: 40px;
    border-bottom: 1px solid #555;
    padding-bottom: 30px;
}
.dashboard_package_row .available-pack:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.pack_description_unit_head>* {
    text-align: left;
    align-items: center;
    display: flex;
}
.pack_description_unit_head h4 {
    padding: 15px 0px 15px 0px;
}
.pack_description_details {
    font-size: 15px;
    padding: 10px 15px;
    border: 1px solid #384850;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 215px;
    font-weight: 600;
    float: left;
}
/*Pricing Package*/
.pack-listing {
    margin-bottom: 15px;
    padding: 30px 15px;
    border: 1px solid rgba(0, 0, 0, .15);
    margin-right: 15px;
    height: auto;
    width: 235px;
    text-align: center;
    position: relative;
    float: left;
}
.pack-listing a.btn.btn-default:hover {
    background: #fff;
    color: #000;
    border-color: transparent;
}
.pack-listing.running-pack {
    border-width: 3px;
}
.package_selected {
    border: 1px solid #1CA8DD;
}
.pack-listing-title {
    font-size: 24px;
    font-weight: 600;
}
.submit-price {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-bottom: 10px;
}
.pack-listing>* {
    margin-bottom: 5px;
}
.pack-listing>*:last-child {
    margin-bottom: 0px;
}
.buypackage {
    cursor: pointer;
    background-color: #334249;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 21px;
    padding-bottom: 0px;
    bottom: 0px;
    position: absolute;
    font-size: 12px;
    color: #7e939d;
    text-transform: uppercase;
    left: 0px;
    right: 0px;
    min-height: 75px;
    line-height: 2.4em;
}
.get-package .btn {
    padding: 8px 13px;
    font-size: 12px;
    margin-top: 10px;
}
.package_selected .buypackage {
    background-color: #1CA8DD;
    color: #ffffff;
}
.buypackage input[type="checkbox"] {
    float: none;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 0px;
    background-color: #334249;
    border: 1px solid #566b75;
    display: block;
}
input[type="checkbox"] {
    position: relative;
    outline: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    min-height: 15px;
    width: 15px;
    margin-bottom: 0px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #dde4e9;
    border-radius: 4px;
    background-color: #fff;
    color: #565a5c;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0px;
}
input[type="checkbox"]:checked:before {
    outline: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    content: "\2713";
    content: "\f00c";
    position: absolute;
    font-size: 24px;
    left: 0px;
    top: -1px;
    text-align: center;
    width: 15px;
    color: #1CA8DD;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}
.buypackage input[type="checkbox"]:checked:before {
    color: #1CA8DD;
    background-color: #ffffff;
}
/*My Profile*/
.user_profile_div {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f0f2f3;
    padding-left: 4%;
    padding-right: 4%;
}
.user_profile_div .entry-title {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.user_profile_div .aproperty-estate,
.profile-property .aproperty-estate {
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}
.user_profile_div .aproperty-estate:last-child,
.profile-property .aproperty-estate:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.add-estate .profile_div {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}
.col-md-9.dashboard_password {
    padding: 0;
}
.add-estate.profile-page.profile-onprofile a#change_pass {
    padding: 9px 15px;
    border: 0;
}
.add-estate.profile-page.profile-onprofile .col-md-9 {
    padding-left: 0;
    padding-right: 0;
}
.btn.btn-default.profile-rem-image-trigger {
    background-color: #ff0000;
    color: #fff;
}
.btn.btn-default.profile-rem-image-trigger:hover,
.save-profile-wrap .property_button:hover {
    background-color: #000;
    color: #fff;
}
.save-profile-wrap {
    padding-bottom: 16px;
}
.save-profile-wrap .property_button {
    padding: 1rem 1.5rem;
    border-radius: 4px;
    margin-right: 1rem;
}
input[type="submit"].btn {
    line-height: 1;
}
.property_user_dashboard textarea.form-control {
    line-height: 24px;
    height: 100%;
    max-height: 40px;
}
.property_user_dashboard textarea#property-desc {
    max-height: 200px;
}
.add-estate.profile-page.profile-onprofile .col-md-12 textarea.form-control {
    max-height: 125px;
}
.property_user_dashboard input.form-control:focus,
.property_user_dashboard .form-control:focus {
    color: #000;
}
.user-pending-property-wrap {
    margin-top: 60px;
    border-top: 1px solid #555;
    padding-top: 60px;
}
#subscriber-confirm-modal.modal.show .modal-dialog {
    transform: translate(0, 50%);
}
/*Profile Image*/
.zozonest-agent-panel,
.top_dahsboard_wrapper {
    padding: 0 5%;
}
.aproperty-estate.profile-page {
    border-bottom: 1px solid #333;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.aproperty-estate.profile-page:last-child {
    border-bottom: 5px solid #444;
}
.modal-desc {
    color: #000;
    margin-bottom: 15px;
}
.user_details_row,
.change_pass {
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.user_profile_explain {
    font-size: 12px;
    line-height: 18px;
}
#subscriber-confirm-modal .model-dialog {
    transform: translate(0, 50%) !important;
}
.upload_explain {
    font-size: 11px;
}
p.featurescol {
    display: inline-block;
    width: 32.9%;
    -webkit-margin-before: 0;
    -webkit-margin-after: 15px;
}
.featurescol label {
    display: inline;
}
input.form-control {    
    line-height: 1;
}
.wp-comments-wrapper input.form-control {
    margin-bottom: 15px;
}
.user-admin-template input.form-control,
.user-admin-template .form-control {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0;
	height: 40px;
}
i.icon {
    vertical-align: middle;
}
.profile-image-file {
    display: none;
}
.profile-preview-image {
    margin: 0 0 20px;
    max-height: 200px;
    max-width: 200px;
    width: 100%;
}
.process-status-wrap .process-loader,
.process-status-wrap .profile-updated-status,
.pswd-status-wrap .process-loader,
.pswd-status-wrap .pswd-updated-status {
    display: none;
}
.save-profile-wrap>*,
.pswd-status-wrap>* {
    display: inline-block;
    vertical-align: middle;
}
.role-change-overlay>span,
.process-change-overlay>span {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.role-change-overlay,
.process-change-overlay {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}
.role-change-overlay span i {
    margin-left: 10px;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.accordion>.card>div:nth-child(2) {
    padding: 15px;
}
.aproperty-new-property p {
    color: #fff;
}
.aproperty-new-property textarea {
    width: 100%;
}
.add-new-property label, .property-user-details-wrap label {
    font-weight: 500;
    display: block;
    margin: 0.5rem 0;
    font-size: 15px;
}
.add-new-property a.btn {
    border: 0;
}
.property-fields {
    margin-bottom: 25px;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 25px;
}
.property-fields:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.property-fields input[type="file"] {
    border: 0;
    padding: 0;
}
.property-fields .property-gmap {
    height: 300px;
}
.property-plan-add {
    padding: 0.25rem 1rem;
    font-size: 14px;
}
ul.nav.meta_box_items>li {
    margin-right: 10px;
    width: 47.1%;
    margin-bottom: 10px;
}
.property-plan .card {
    margin: 20px 0;
    border: 1px solid #444;
}
.property-plan .card:last-child {
    margin-bottom: 0px;
}
.property-plan .card .card-header {
    padding: 10px;
}
.property-plan .card .card-header h5 {
    font-size: 14px;
}
.property-plan .card-header a {
    display: block;
    color: #333;
    font-size: 17px;
    line-height: 28px;
}
.property-plan .property-fields {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
span.close.property-plan-close {
    top: 7px;
    right: 7px;
}
.property-map {
    height: 300px;
}
.property-upload-parent {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.property-upload-parent img {
    display: none;
}
.property-upload-parent .property-update-status {
    font-size: 1rem;
}
/*favourite */
.property_user_dashboard .zozonest-agent-panel .property-wrap {
    border-color: #33333314;
}
.property_user_dashboard .property-read-more .btn:hover {
    background: #fff;
    color: #000;
}
.property_user_dashboard .property-wrap .overlay-details a:hover {
    color: #fff;
}
.property_user_dashboard .property-wrap .social-links-wrap a {
    color: #000;
}
.property_user_dashboard .property-wrap p {
    color: #999;
}
.property_user_dashboard .map-property-list {
    margin-top: 0;
    display: block;
}
/* invoices */
.property-invoices-wrap .table thead,
.property-inbox-wrap thead {
    color: #fff;
}
/*Saved Search */
.property_user_dashboard #saved-search-accordion .card {
    background: transparent;
    border: 0;
}
.property_user_dashboard #saved-search-accordion .card .card-header {
    background: #000;
}
.property_user_dashboard #saved-search-accordion .card .card-header h5 {
    color: #fff;
}
a.saved-search-remove {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
a.saved-search-remove:hover {
    color: #eaeaea;
}
.property_user_dashboard #saved-search-accordion .card .collapse.show {
    padding-left: 0;
    padding-right: 0;
}
.property_user_dashboard .zozonest-agent-panel .property-wrap .property-meta-wrap.property-bottom-meta {
    border-color: #444;
}
/*User Login */
.log-form-trigger-wrap-inner>* {
    padding-right: 8px;
    font-size: 14px;
}
.log-form-trigger-wrap-inner>*:last-child {
    padding-right: 0px;
}
.log-form-trigger-wrap .property-logout i,
.log-form-trigger-wrap .author-link i {
    padding-right: 5px;
    margin-right: 6px;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1;
}
.log-form-trigger-wrap img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 8px;
    padding-right: 0;
}
.logged-in.log-form-trigger-wrap>a:hover,
.header-sticky .logged-in.log-form-trigger-wrap>a:hover {
    color: #ccc;
    text-decoration: underline;
}
.property-upload-parent>* {
    display: inline;
}
.property-upload-parent>img {
    display: none;
}
.property-gallery-image-status {
    display: none;
    background: red;
    padding: 4px 10px;
}
/*-------------------------------
	User Property Edit
---------------------------------*/
.page-template-property-user-property .property_user_dashboard .zozonest-agent-panel .property-wrap {
    padding-bottom: 5px;
}
.user-settings-wrap {
    position: absolute;
    top: 50%;
    left: -46px;
    background: #000;
    padding: 5px 15px;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.property_user_dashboard .zozonest-agent-panel .property-wrap:hover .user-settings-wrap {
    left: 0;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.user-settings-wrap .user-settings-icons li {
    display: block;
    height: 40px;
    line-height: 40px;
}
.user-settings-wrap .settings-icons {
    display: block;
}
.user-settings-wrap .settings-icons a {
    color: #fff;
}
.user-settings-wrap .tooltip-title {
    top: 50%;
    left: 40px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.user-settings-wrap .tooltip-title:before {
    content: "";
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #fff;
    border-left: 0px solid transparent;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
.user-settings-wrap .tooltip-title:after {
    display: none;
}
.property_user_dashboard .user-settings-wrap .tooltip-parent a:hover {
    color: #fff;
}
.zozonest-agent-process {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 9;
}
.zozonest-agent-process-inner {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*-------------------------------
	Featured
---------------------------------*/
a.user-property-featured.featured-active {
    color: #F2B827;
}
/* Delete Modal */
.property-delete-modal .modal-content>.modal-footer {
    border: 0;
    padding-top: 0;
}
.property-delete-modal .modal-content>.modal-footer>button {
    width: 100%;
}
.nav.image-list>li {
    padding: 4px;
}
.admin-no-image {
    background: #fff;
    border: 2px solid #e1e1e1;
    height: 50px;
    line-height: 1;
    padding: 2px;
    width: 50px;
}
a.user-msg-delete {
    color: #fff;
}
.paypal-modal-body>div {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.property_user_dashboard .package-paypal-wrap input {
    background: transparent !important;
    box-shadow: none;
    border: 1px solid #dde4e9;
}
.package-paypal-wrap button:hover {
    background: none;
}
.paypal-pay-trigger {
    background: transparent;
    border: medium none;
    padding: 0;
    max-width: 120px;
    float: left;
    margin-right: 40px;
}
/*  33. Walk Score Styles  */
.walk-score-details>* {
    vertical-align: text-top;
}
.walk-score-details>img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.media.walk-score-details a {
    color: initial;
    text-decoration: underline;
}
/* Walk score */
span.walkscore-icon {
    font-weight: 700;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}
.bike-score-details>span,
.transist-score-details>span {
    vertical-align: middle;
}
.transist-score-details,
.walk-score-details {
    margin-bottom: 15px;
}
.walk-score-details img {
    margin: 0;
    margin-left: -5px;
    margin-bottom: 10px;
}
/*Extra*/
.nav.property-layouts-nav a {
    font-size: 17px;
    width: 36px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.property-layouts-nav>li {
    margin-right: 10px;
}
.property-layouts-nav>li a span {
    display: inline-block;
    vertical-align: middle;
}
.advance-search-extra-options > .pull-right.property-dynamic-layouts li > a {
    background: #A35139;
}
.property-layouts-nav>li:last-child {
    margin-right: 0;
}
.advance-search-extra-options>div:last-child {
    float: right;
}
.advance-search-extra-options>div {
    display: inline-block;
    float: left;
    margin: 0 !important;
    vertical-align: middle;
}
.advance-search-extra-options>div {
    display: inline-block;
    float: left;
    margin: 0;
    vertical-align: middle;
}
.advance-search-extra-options {
    height: auto;
    position: relative;
    margin-top: 30px;
}
/* Star rating */
ul.star-rating>li {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/* NEW STYLE */
.property-content.zozonest-agent-single {
    padding-top: 200px;
}
#page-title {
    text-align: center;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #ffffff;
}
#page-title .container {
    position: relative;
    z-index: 2;
}
#page-title h1 {
    font-size: 36px;
    font-weight: bold;
    color: blueviolet;
}
.property-content.zozonest-membership-single {
    padding-top: 200px;
}
/* Property List */
.property-style-list .property-inner .media,
.agent-style-list .agent-list-inner .media,
.property-style-list .agent-slider-inner .media {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
}
.property-wrapper .post-pagination-wrap {
    margin-top: 30px;
}
.property-wrapper .nav.post-pagination .nav-item a {
    width: fit-content;
}
.property-wrapper .post-pagination-wrap li>* {
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 7px;
}
/* Agent Grid */
.agent-inner .media .post-thumb {
    margin-right: 1rem;
}
.agent-style-list .agent-inner .media {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
}
.agent-wrapper .post-pagination-wrap {
    margin-top: 30px;
}
.agent-wrapper .post-pagination-wrap li>* {
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 7px;
}
.agent-inner .post-thumb.post-overlay-active .post-overlay-items {
    z-index: 1;
}
/* Overlay Options for Agent Grid */
.agent-inner .post-overlay-items,
.agent-list-inner .post-overlay-items {
    margin: 0 auto;
    left: 0px;
    top: initial;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    border-radius: 0;
    padding: 30px;
    word-break: break-word;
    position: absolute;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transition: all .5s;
    overflow: hidden;
    background: #f2ab37;
    opacity: 0;
}
.agent-inner .post-overlay-items .post-icons a,
.agent-list-inner .post-overlay-items .post-icons a {
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.agent-inner .post-overlay-items ul.nav,
.agent-list-inner .post-overlay-items ul.nav {
    display: flex;
    flex-wrap: wrap;
}
.agent-inner:hover .post-overlay-items,
.agent-list-inner:hover .post-overlay-items,
.owl-item.active.center .agent-inner .post-overlay-items {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
}
.agent-inner .post-overlay-items a.post-title {
    text-transform: capitalize;
    color: #fff;
}
/* Overlay Options for Agent slider */
.agent-slider-inner .post-overlay-items {
    margin: 0 auto;
    left: 0px;
    top: initial;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    border-radius: 0;
    padding: 30px;
    word-break: break-word;
    position: absolute;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transition: all .5s;
    overflow: hidden;
    background: #f2ab37;
    opacity: 0;
}
.agent-slider-inner .post-overlay-items .post-icons a {
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.agent-slider-inner .post-overlay-items ul.nav {
    display: flex;
    flex-wrap: wrap;
}
.agent-slider-inner:hover .post-overlay-items,
.owl-item.active.center .agent-slider-inner .post-overlay-items {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
}
.agent-slider-inner .post-overlay-items a.post-title {
    text-transform: capitalize;
    color: #fff;
}
/* Overlay Options for Property Grid */
.property-wrap .post-thumb,
.zozo-zozonest-prop-category-image,
.zozo-zozonest-prop-state-image,
.zozo-zozonest-prop-country-image,
.zozo-zozonest-prop-city-image {
    position: relative;
    overflow: hidden;
}
.property-wrap .post-overlay-items,
.property-inner .post-overlay-items {
    margin: 0 auto;
    left: 0px;
    top: initial;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    border-radius: 0;
    padding: 30px;
    word-break: break-word;
    position: absolute;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transition: all .5s;
    overflow: hidden;
    background: #f2ab37;
    opacity: 0;
}
.property-wrap .post-overlay-items .post-icons a,
.property-inner .post-overlay-items .post-icons a {
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.property-inner .post-overlay-items ul.nav,
.property-wrap .post-overlay-items ul.nav {
    display: flex;
    flex-wrap: wrap;
}
.property-inner:hover .post-overlay-items,
.property-wrap:hover .post-overlay-items,
.owl-item.active.center .property-inner .post-overlay-items {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
}
.property-inner .post-overlay-items a.post-title,
.property-wrap .post-overlay-items a.post-title {
    text-transform: capitalize;
    color: #fff;
}
.row.half-map-property-row {
    direction: initial;
    overflow: scroll;
}
body.half-map-activated .half-map-property-wrap {
    height: 100vh;
}
.half-map-property-wrap,
.map-property-list {
    position: relative;
}
body.half-map-activated .property-content-inner .half-map-property-list-wrap {
    height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: #c9c9c9 #fff;
    padding-left: 30px;
    padding-right: 30px;
}
body.half-map-activated .property-content-inner .half-map-property-list-wrap {
    padding-top: 30px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}
.half-map-property-wrap,
.map-property-list {
    position: relative;
}
.bts-ajax-search {
    width: 100%;
    margin-bottom: 15px;
}
.property-wrapper .property-inner .post-thumb {
    position: relative;
    overflow: hidden;
}
.property-style-classic-pro .property-inner .post-details-outer,
.property-style-classic-pro .agent-inner .post-details-outer,
.property-style-classic-pro .agent-slider-inner .post-details-outer {
    padding: 30px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: -60px;
    position: relative;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(23, 11, 61, 0.1);
    box-shadow: 0px 10px 50px 0px rgba(23, 11, 61, 0.1);
    z-index: 9;
}
/* Property Classic */
.property-style-classic .post-overlay-items {
    opacity: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transform: rotateX(160deg);
    -webkit-transform: rotateX(160deg);
    -moz-transform: rotateX(160deg);
    -ms-transform: rotateX(160deg);
}
.property-style-classic .property-wrap:hover .overlay-details.overlay-bottom {
    opacity: 1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
}
.property-style-classic .property-price-inner span.price-after-label {
    font-size: 18px !important;    
}
.property-style-classic ul.nav.top-meta-list>li,
.property-style-classic ul.nav.bottom-meta-list>li {
    border-right: 1px solid #eaeaea;
    padding-right: 15px;
    margin-right: 15px;
}
.property-style-classic ul.nav.top-meta-list>li:last-child,
.property-style-classic ul.nav.bottom-meta-list>li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.property-style-classic a.post-image-link {
    position: relative;
}
.property-style-classic a.post-image-link:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.property-style-classic .property-inner:hover a.post-image-link:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}
/* Property  modern */
.property-style-modern .post-overlay-items {
    transform: scale(0);
}
.property-style-modern .property-inner:hover .post-overlay-items,
.property-style-modern .agent-list-inner:hover .post-overlay-items,
.property-style-modern .agent-inner:hover .post-overlay-items {
    transform: scale(1);
}
.property-style-modern .post-overlay-items>* {
    opacity: 0;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform .3s 50ms, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s 50ms;
    transition: opacity .3s, -webkit-transform .3s 50ms;
    transition: transform .3s 50ms, opacity .3s;
}
.property-style-modern .property-inner:hover .post-overlay-items>*,
.property-style-modern .agent-list-inner:hover .post-overlay-items>*,
.property-style-modern .agent-inner:hover .post-overlay-items>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77, .24, .07, 1), opacity .4s;
    -webkit-transition: opacity .4s, -webkit-transform .7s cubic-bezier(.77, .24, .07, 1);
    transition: opacity .4s, -webkit-transform .7s cubic-bezier(.77, .24, .07, 1);
    transition: transform .7s cubic-bezier(.77, .24, .07, 1), opacity .4s;
    transition: transform .7s cubic-bezier(.77, .24, .07, 1), opacity .4s, -webkit-transform .7s cubic-bezier(.77, .24, .07, 1);
}
.property-style-modern .post-overlay-items>.post-category {
    opacity: 0;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
}
.property-style-modern .property-inner:hover .post-overlay-items>.post-category,
.property-style-modern .agent-list-inner:hover .post-overlay-items>.post-category,
.property-style-modern .agent-inner:hover .post-overlay-items>.post-category {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.property-style-modern .property-ribbon .ribbon-text {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    margin-right: 5px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(3px);
}
.property-style-modern .property-agent img {
    margin-right: 10px;
    float: left;
    box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .17);
}
.property-inner .post-overlay-items ul.nav.top-meta-list,
.property-inner .post-overlay-items ul.nav.bottom-meta-list,
.agent-list-inner .post-overlay-items ul.nav.top-meta-list,
.agent-list-inner .post-overlay-items ul.nav.bottom-meta-list,
.agent-inner .post-overlay-items ul.nav.top-meta-list,
.agent-inner .post-overlay-items ul.nav.bottom-meta-list,
ul.nav.top-meta-list,
ul.nav.bottom-meta-list {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.nav.meta-right {
    float: right;
    margin-left: auto;
}
ul.nav.top-meta-list>li,
ul.nav.bottom-meta-list>li {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    margin-right: 25px;
    margin-right: 25px;
}
ul.nav.top-meta-list>li:last-child,
ul.nav.bottom-meta-list>li:last-child {
    margin-right: 0;
}
.swiper-slide img {
    margin: 0;
}
/* Isotope Styles */
.isotope {
    width: auto;
}
.isotope .isotope-item {
    float: left;
    min-height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.35s;
}
.isotope .isotope-item.item-visible {
    opacity: 1;
    visibility: visible;
}
.infinite-load>.post-pagination-wrap {
    display: none;
}
.isotope #infscr-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.isotope #infscr-loading>img {
    max-width: 100px;
    transition: all ease 0.35s;
}
@keyframes isotopeFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes isotopeFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.isotope-animate {
    opacity: 0;
    visibility: hidden;
}
.isotope-animate.run-animate {
    opacity: 1;
    visibility: visible;
    animation-duration: 0.7s;
    animation-name: isotopeFadeInUp;
}
.isotope-filter {
    margin-bottom: 35px;
    margin-top: 25px;
}
.isotope-filter a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #949494;
    font-size: 14px;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
a.isotope-filter-item {
    position: relative;
}
a.isotope-filter-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #010101;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
}
li.active a.isotope-filter-item:after,
li:hover a.isotope-filter-item:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #222;
}
.property-style-modern .isotope-filter {
    background: #f6f3fc;
    border-radius: 30px;
    display: inline-block;
    width: auto;
    padding: 16px 32px;
}
.property-style-modern .isotope-filter-item {
    background: transparent;
    border: none;
    line-height: 1;
    padding: 10px 25px;
    border-radius: 50px;
    z-index: 10;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
.property-style-modern .isotope-filter-item::after {
    display: none;
}
.property-load-paginations {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
.property-load-paginations .post-pagination {
    height: 0;
    overflow: hidden;
}
.load-more-button-wrap {
    display: flex;
    justify-content: center;
}
button.load-items-btn {
    border-radius: 6px;
    border: 0;
    padding: 9px 22px;
}
.zozo-loader-load {
    position: relative;
    width: 4em;
    height: 1em;
    font-size: 1rem;
    margin: 10px auto;
}
.zozo-loader-item {
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #333;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.zozo-loader-item:nth-child(1),
.zozo-loader-item:nth-child(2) {
    left: 0;
}
.zozo-loader-item:nth-child(3) {
    left: 1.5em;
}
.zozo-loader-item:nth-child(4) {
    left: 3em;
}
.zozo-loader-item:nth-child(1) {
    animation-name: reveal;
}
.zozo-loader-item:nth-child(2),
.zozo-loader-item:nth-child(3) {
    animation-name: slide;
}
.zozo-loader-item:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}
@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}
@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}
.agent-slider.swiper-vertical {
    max-height: 500px;
}
.property-map-identity.nothing-found,
.property-nearby-inner {
    position: relative;
}
.property_property_search_widget .advance-search-wrap .bts-select {
    display: block;
    width: 100%;
}
.widget.zozonest_latest_properties_widget .widget-content ul.side-newsfeed li,
.widget.zozo_recent_properties_widget .widget-content ul.side-newsfeed li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 0;
}
.widget.zozonest_latest_properties_widget .widget-content ul.side-newsfeed li:last-child,
.widget.zozo_recent_properties_widget .widget-content ul.side-newsfeed li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.widget.zozo_recent_properties_widget ul li .side-item,
.widget.zozonest_latest_properties_widget ul li .side-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
}
.widget .prop-stat {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.widget-prop-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.zozo_recent_properties_widget ul.side-newsfeed li:hover img,
.zozonest_latest_properties_widget ul.side-newsfeed li:hover img {
    transform: scale(1.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.zozo_recent_properties_widget ul.side-newsfeed li img,
.zozonest_latest_properties_widget ul.side-newsfeed li img {
    transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-radius: 5px;
}
.zozo_recent_properties_widget li .widget-prop-image-wrap:after,
.zozonest_latest_properties_widget li .widget-prop-image-wrap:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.zozo_recent_properties_widget li:hover .widget-prop-image-wrap:after,
.zozonest_latest_properties_widget li:hover .widget-prop-image-wrap:after {
    opacity: 1;
    transform: scale(1);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.widget .prop-stat a {
    background: #000;
    color: #fff;
    padding: 0px 9px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
}
.widget .property-price-inner {
    font-weight: 300;
    text-decoration: none;
}
.zozo_recent_properties_widget .side-item-text a,
.zozonest_latest_properties_widget .side-item-text a {
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 23px;
    color: initial;
}
.zozo_recent_properties_widget .property-price-inner>.price-icon,
.zozonest_latest_properties_widget .property-price-inner>.price-icon,
.zozo_recent_properties_widget .property-price-inner>.property-price,
.zozonest_latest_properties_widget .property-price-inner>.property-price {
    color: #000;
    font-weight: 500;
}
.zozo_recent_properties_widget .property-price-inner>span.price-after-label,
.zozonest_latest_properties_widget .property-price-inner>span.price-after-label {
    line-height: 1;
    font-size: 14px;
}
.widget.zozo_recent_properties_widget ul li:last-child,
.widget.zozonest_latest_properties_widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
/* Zozonest Styles */
.form-group {
    margin-bottom: 1rem;
}
.property-preview-image,
.three-sixty-preview {
    border: 2px solid #e1e1e1;
    line-height: 1;
    padding: 2px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}
.property-size .property-units {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}
.property-agent>* {
    display: inline-block !important;
    vertical-align: middle;
}
.property-wrapper .property-agent img,
.half-map-property-list .property-agent img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: 30px;
    max-height: 30px;
    margin-right: 12px;
}
.property-ribbon .ribbon-text {
    display: inline-block;
    color: #fff;
    background-color: #000;
    margin-right: 5px;
    border-radius: 3px;
}
.zozo-zozonest-prop-city-item .zozo-prop-city-modern,
.zozo-zozonest-prop-state-item .zozo-prop-state-modern,
.zozo-zozonest-prop-country-item .zozo-prop-country-modern,
.zozo-zozonest-prop-category-item .zozo-prop-category-modern,
.zozo-zozonest-prop-action-item .zozo-prop-action-modern {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 320px;
    overflow: hidden;
}
.zozo-zozonest-prop-city-item .zozo-prop-city-modern::before,
.zozo-zozonest-prop-state-item .zozo-prop-state-modern::before,
.zozo-zozonest-prop-country-item .zozo-prop-country-modern::before,
.zozo-zozonest-prop-category-item .zozo-prop-category-modern::before,
.zozo-zozonest-prop-action-item .zozo-prop-action-modern::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    right: 20px;
    top: 30px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.zozo-zozonest-prop-city-item .zozo-prop-city-modern::after,
.zozo-zozonest-prop-state-item .zozo-prop-state-modern::after,
.zozo-zozonest-prop-country-item .zozo-prop-country-modern::after,
.zozo-zozonest-prop-category-item .zozo-prop-category-modern::after,
.zozo-zozonest-prop-action-item .zozo-prop-action-modern::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    right: 35px;
    top: 14px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.zozo-zozonest-prop-city-item:hover .zozo-prop-city-modern::before,
.zozo-zozonest-prop-state-item:hover .zozo-prop-state-modern::before,
.zozo-zozonest-prop-country-item:hover .zozo-prop-country-modern::before,
.zozo-zozonest-prop-category-item:hover .zozo-prop-category-modern::before,
.zozo-zozonest-prop-action-item:hover .zozo-prop-action-modern::before {
    width: 70px;
}
.zozo-zozonest-prop-city-item:hover .zozo-prop-city-modern::after,
.zozo-zozonest-prop-state-item:hover .zozo-prop-state-modern::after,
.zozo-zozonest-prop-country-item:hover .zozo-prop-country-modern::after,
.zozo-zozonest-prop-category-item:hover .zozo-prop-category-modern::after,
.zozo-zozonest-prop-action-item:hover .zozo-prop-action-modern::after {
    height: 70px;
}
.zozo-prop-city-overlay,
.zozo-prop-state-overlay,
.zozo-prop-country-overlay,
.zozo-prop-category-overlay,
.zozo-prop-action-overlay {
    background: rgba(8, 21, 38, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: auto;
    bottom: -100%;
    width: 100%;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 0;
}
.zozo-zozonest-prop-city-item:hover .zozo-prop-city-overlay,
.zozo-zozonest-prop-state-item:hover .zozo-prop-state-overlay,
.zozo-zozonest-prop-country-item:hover .zozo-prop-country-overlay,
.zozo-zozonest-prop-category-item:hover .zozo-prop-category-overlay,
.zozo-zozonest-prop-action-item:hover .zozo-prop-action-overlay {
    bottom: 0;
}
.zozo-zozonest-prop-city-item .zozo-prop-city-content,
.zozo-zozonest-prop-state-item .zozo-prop-state-content,
.zozo-zozonest-prop-country-item .zozo-prop-country-content,
.zozo-zozonest-prop-category-item .zozo-prop-category-content,
.zozo-zozonest-prop-action-item .zozo-prop-action-content {
    position: absolute;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    bottom: 20px;
    left: 30px;
}
.zozo-zozonest-prop-category-item .count,
.zozo-zozonest-prop-action-item .count,
.zozo-zozonest-prop-state-item .count,
.zozo-zozonest-prop-city-item .count {
    display: inline-block;
}
.property-image-wrap {
    position: relative;
    overflow: hidden;
}
div#breadcrumb {
    background-color: transparent;
}
/* single property */
.agent-contact-form input.wpcf7-form-control {
    padding: 0;
    position: relative;
    border: 1px solid #eaeaea !important;
}
.agent-contact-form p {
    position: relative;
}
.wpcf7-form.init .wpcf7-form-control-wrap .wpcf7-form-control {
    border: 1px solid #eaeaea;
}
.agent-contact-form p i {
    font-family: FontAwesome !important;
    font-size: 20px;
    position: absolute;
    right: 15px;
    color: #91909a;
    font-style: unset !important;
    top: 50%;
    transform: translateY(-50%);
}
.agent-contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 0 31px;
    border-radius: 5px;
}
/* Page Title Styles */
.property-page-header {
    background: #f1f1f1;
    position: relative;
}
.property-page-header:after {
    content: "";
    background: rgb(3 3 3 / 3%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0
}
.property-page-header .property-title-wrap {
    padding-top: 70px;
    padding-bottom: 75px;
    position: relative;
    z-index: 5;
}
.property-page-header .property-title-wrap .page-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    color: #000;
    line-height: 46px;
}
.property-title-wrap .breadcrumb {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}
.property-title-wrap .breadcrumb a,
.property-title-wrap .breadcrumb span,
div#breadcrumb a,
div#breadcrumb span {
    display: inline-block;
    font-size: 14px;
    color: inherit;
}
.property-title-wrap .breadcrumb a+a:before,
.property-title-wrap .breadcrumb a+span:before,
div#breadcrumb a+a:before,
div#breadcrumb a+span:before {
    content: "/";
    padding: 0 8px;
    color: inherit;
}
.property-title-wrap .breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.property-title-wrap .breadcrumb a:hover {
    text-decoration: underline;
}
.property-page-header .page-title-desc {
    max-width: 800px;
    margin-top: 1rem;
}
.property-sticky-obj {
    right: auto !important;
}
.property-meta-wrap .property-price-inner {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    border-radius: 30px;
    padding: 15px 30px;
    background: #F2E9E0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 9px;
}
.swiper-slide-thumb-active {
    filter: brightness(60%);
}
.half-map-property-list-wrap {
    position: relative;
}
.post-thumb-swiper-slider .thumb-swiper-button-next,
.post-thumb-swiper-slider .thumb-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 6px;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.post-thumb-swiper-slider .thumb-swiper-button-next.swiper-button-disabled,
.post-thumb-swiper-slider .thumb-swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.post-thumb-swiper-slider .swiper-slide img {
    margin: auto;
}
.thumb-swiper-button-next {
    right: 10px;
}
.thumb-swiper-button-prev {
    left: 10px;
}
.agent-position {
    margin-bottom: 16px;
    display: inline-block;
    border-bottom: 4px solid;
}
/*------------------------------------------------
	 Realestate Responsive styles
---------------------------------*/
@media only screen and (max-width: 1200px) {
    body.half-map-activated .half-map-property-wrap {
        position: relative;
        width: 100%;
        top: 0 !important;
    }
    body.half-map-activated {
        overflow-y: auto;
    }
    body.half-map-activated .property-content-inner .half-map-property-list-wrap {
        padding-top: 30px;
        padding-bottom: 0;
        height: 100% !important;
    }
    body.half-map-activated.logged-in.admin-bar .half-map-property-wrap {
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.333333%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-8 {
        right: 66.666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.333333%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-8 {
        left: 66.666667%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
}
@media only screen and (max-width: 1024px) {
    body.half-map-activated .half-map-property-list-wrap .map-property-list>.row>div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .property-sc-slider .property-image-wrap .property-overlay-wrap>* {
        display: none;
    }
    .property-sc-slider .property-image-wrap .property-overlay-wrap>.property-title-wrap,
    .property-sc-slider .property-image-wrap .property-overlay-wrap>.property-price-wrap {
        display: block;
    }
    .property-sc-slider .property-overlay-wrap>.property-title-wrap a {
        font-size: 16px;
        line-height: 26px;
    }
    .bg-mob-hide[class*="vc_custom"] {
        background: none !important;
    }
    .property-page-header .property-title-wrap {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
        text-align: center !important;
    }
    li.breadcrumb-wrap {
        justify-content: center !important;
    }
    .property-title-wrap .page-title {
        font-size: 28px;
    }
    .property-content-inner {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 991px) {
    .property-compare-inner {
        max-height: 500px;
    }
}
@media only screen and (max-device-width: 991px) {
    .half-map-activated .advance-search-wrap .bts-select {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .advance-search-wrap .bts-select {
        width: 100%;
    }
    .property-more-search .card-body li {
        width: 50%;
    }
    .range-filters-wrap>div {
        width: 100%;
    }
    .col-md-8 .advance-search-btns-warp,
    .advance-search-btns-warp {
        margin-right: 0;
    }
    .property-compare-inner {
        max-height: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .btn-wrap.d-flex.justify-content-end {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .property-page-header .property-title-wrap {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    .property-title-wrap .page-title {
        font-size: 24px;
    }
    .hidden-sm-down {
        display: none !important;
    }
    ul.col-4-list li,
    ul.col-2-list li,
    ul.col-3-list li {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .advance-search-btns-warp .all-minarea-search,
    .advance-search-btns-warp .all-maxarea-search,
    .property-price-search {
        margin-bottom: 10px;
    }
    .property-item .property-wrap.property-list {
        display: block;
    }
    .property-item .property-wrap.property-list>div {
        width: 100%;
    }
    .nav.property-filter>li {
        margin-bottom: 15px;
    }
    .property-single-property .page-title-wrap-inner h1 {
        font-size: 21px;
        line-height: 30px;
    }
    .property-title-wrap h2 {
        font-size: 23px;
        line-height: 33px;
    }
    .single-zozonest .property-elements>div.property-single-pack-wrap {
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .property-header-elements>.property-meta-wrap>*.pull-right,
    .property-elements>.property-meta-wrap>*.pull-right {
        text-align: left;
    }
    .property-elements>.property-meta-wrap>*,
    .property-header-elements>.property-meta-wrap>* {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .property-elements>.property-meta-wrap>*:last-child,
    .property-header-elements>.property-meta-wrap>*:last-child {
        margin-bottom: 0;
    }
    .property-plans-wrap .card-header a>span {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .property-plans-wrap .card-header a>span:last-child {
        margin-bottom: 0;
    }
    .property-plans-wrap .card-header h5 {
        display: inline-block;
    }
    ul.extra-plan-details>li {
        margin-bottom: 8px;
    }
    ul.extra-plan-details>li:last-child {
        margin-bottom: 8px;
    }
    .property-wrap .property-meta-wrap>* {
        width: 100%;
        margin-bottom: 10px;
    }
    .property-wrap .property-meta-wrap>*:last-child {
        margin-bottom: 0px;
    }
    .property-item-header .pull-right {
        float: none;
        margin-bottom: 25px;
    }
    .property-item-header .pull-right a,
    .property-item-header .pull-right div {
        position: relative !important;
    }
}
.property-single-pack.property-single-pack-video .property-video {
    text-align: center;
    margin: 0 auto;
}