/*
Version: 1.0.0
*/

.page-title {
    padding-top: 30px;
    padding-bottom: 21px;
}
.page-title .page-title-container {
    padding-bottom: 0;
}
.page-title-container::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(239, 239, 239);
}
.header-gallery-style-grid {
    padding-top: 30px;
}
.property-info-header h2 {
    margin-bottom: 10px;font-size: 40px;
}

.property-info-header .property-status, .property-info-header .property-location, .property-info-header .property-year, .property-info-header .property-bedrooms, .property-info-header .property-bathrooms, .property-info-header .property-area {
    margin-right: 12px;
    margin-bottom: 7px;
}
.property-info-header .property-status {
    border-radius: 3px;
    background: #6E55FF;
    padding: 2px 8px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
}
.property-info-header .property-status i, .property-info-header .property-location i, .property-info-header .property-year i, .property-info-header .property-bedrooms i, .property-info-header .property-bathrooms i, .property-info-header .property-area i {
    color: #8E8E93;
}
.d-inline-block {
    display: inline-block;
}
.content-property-info .value {
    font-weight: 600;
}

.property-info-header .infor-header-right {
    text-align: right;
}
.property-info-header .infor-header-right .property-action {
    color: #8E8E93;
    display: inline-flex;
    align-items: center;gap: 5px;
}
.property-info-header .infor-header-right .property-action .icon{margin-bottom: 0}


.property-gallery-single {
    position: relative;margin-bottom: 40px;
}
#tabs-header-single-property{
    position: relative;
}
#tabs-header-single-property .tabs-nav {
    position: absolute;
    top: 25px;
    right: 50px;
    z-index: 10;
    width: unset;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
#tabs-header-single-property .tabs-nav .ui-state-default {
    border-radius: 5px;
    border: 1px solid #efefef;
    -webkit-transition: all 0.3sease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3sease 0s;
    font-weight: bold;
    color: #1c94c4;
    background: #fff;
}

#tabs-header-single-property .tabs-nav .ui-state-default.active, #tabs-header-single-property .tabs-nav .ui-state-default:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 5px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
#tabs-header-single-property .tabs-nav .ui-state-default a {
    padding: 5px 10px;
}
#tabs-header-single-property .tabs-nav .ui-state-default.active a {
    color: var(--primary-color);
}
@media only screen and (max-width: 1160px) {
    #tabs-header-single-property .tabs-nav {
        top: 20px;
        right: 50px;
    }
}
.single-property-element.property-gallery-wrap .container-grid-gallery {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-rows: repeat(2, 50%);
    height: 550px;
}
.single-property-element.property-gallery-wrap .trendy-property-info {
    position: relative;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item {
    display: none;
    position: relative;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-1, .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-2, .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-3, .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-4 {
    display: block;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-2 {
    grid-column: 3 / 5;
    grid-row: 1;
}

.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-3 {
    grid-column: 3;
    grid-row: 2;
}

.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-4 {
    grid-column: 4;
    grid-row: 2;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.light-gallery a.zoomGallery {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.light-gallery:hover a.zoomGallery {
    opacity: 1;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item a.zoomGallery {
    z-index: 2;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item a.zoomGallery i {
    width: 50px;
    height: 50px;
    background: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
}
@media only screen and (max-width: 991px) {
    .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item a.zoomGallery i {
        width: 30px;
        height: 30px;
        margin: 10px;
    }
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .overlay_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 10px;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .overlay_item .inner, .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .overlay_item .inner h3 {
    color: #fff;
    text-align: center;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .overlay_item i {
    font-size: 30px;
    margin-bottom: 10px;
}
.single-property-element.property-gallery-wrap .trendy-property-info.style-grid .overlay_item .inner h3 {
    margin: 0;
    font-weight: 600;
    max-width: 120px;    line-height: 25px;
}
.map-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.single-property-element:not(.property-gallery-wrap) {
    padding: 20px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border: unset !important;
}
.single-property-element .property-header {
    padding-bottom: 7px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px;
}

.single-property-element .property-header h3{text-transform: uppercase;font-size: 30px;margin-bottom: 0}
.single-property-element.property-info-overview .inner {
    align-items: center;
}
.single-property-element.property-info-overview .inner .icon {
    border-radius: 10px;
    border: 1px solid #E5E5EA;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 14px;
    flex-shrink: 0;
    color: #8E8E93;
    display: grid
;
    align-items: center;
    justify-content: center;
}
.single-property-element.property-info-overview .inner .content-property-info{
    font-size: 15px;
}
.single-property-element.property-info-overview .inner .property-info-value {
    font-weight: 700;
    word-break: break-all;    margin-bottom: 0;
}
.single-property-element .property-feature-wrap {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
   
}
.single-property-element .property-feature-wrap i {
    color: var(--primary-color);
    font-size: 23px;
    vertical-align: text-bottom;
    margin-right: 8px;
}
.single-property-element .property-info .content ul{
    margin-left: 25px;
}
.single-property-element .property-info{
    transition: height 0.50s ease-out;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px !important;
}
.single-property-element .property-info.show{
    transition: height 0.50s ease-in;
    height: auto!important;
}
.trendy_readmore_flatsome{
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.trendy_readmore_flatsome_more:before {
    bottom: 100%;
    height: 170px;
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.42) 74.48%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);    margin-bottom: -1px;
}
.trendy_readmore_flatsome a {
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    line-height: 35px;
    padding: 0 30px 0 15px;
    border-radius: 25px;
    background: var(--primary-color);
    position: relative;
    min-width: 130px;
    text-align: left;
    color: #fff;
}
.trendy_readmore_flatsome i{color: #333}
.trendy_readmore_flatsome .icon-angle-down {
    content: '';
    right: 4px;
    background-color: #fff!important;
    padding: 13px;
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 99px;
    font-size: 18px;
    top: 4px;
}
.trendy_readmore_flatsome.trendy_readmore_flatsome_less .icon-angle-down{
    transform: rotate(-180deg);
}
.trendy_readmore_flatsome .icon-angle-down:before {
    line-height: 0;
    right: 4.5px;
    padding: 14px;
    width: 17px;
    position: inherit;
    top: 0px;
}
nav.property-menu{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin: auto;
    justify-content: center;
    z-index: 1041;
    align-items: center;transition: all 0.25s ease 0s;
}
nav.property-menu.active{
    display: flex;
}
nav.property-menu ul {
    position: relative;
    list-style: none;
    margin-bottom: 0;
    a {
        white-space: nowrap;
        width: 2.5rem;
        overflow-x: clip;
        transition: all 0.40s ease;
        display: grid;
        grid-template-columns: 1.5rem auto;
        gap: 0.5rem;
        padding: 0.5rem;
        padding-left: 12px;
        font-size: 1rem;
        align-items: center;
        background: #eaeaea;
        border-radius: 0 0.5rem 0.5rem 0;
        color: #5f6368;
        text-decoration: none;
        &:hover,
        &:focus-visible {
            background: var(--primary-color);
            color: #fff;width: 140px;
        }
        span.text{
            padding-right: 10px;
            font-optical-sizing: auto;
            font-weight: 500;
         }
    }
    a.active{
        background: var(--primary-color);
        color: #fff;
    }
}

.right-sidebar .register-view-home .sidebar-title {
    margin-bottom: 30px;
    line-height: 26px;font-weight: 600;
}

.right-sidebar .register-view-home .actions .button {
    width: calc(50% - 5px);
    padding: 0;
    margin: 0 0 6px;
    border-radius: 5px
}

.right-sidebar .register-view-home .actions .button .checkmark::before {
    content: "";
    display: inline-block;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    width: 15px;
    height: 15px
}

.right-sidebar .register-view-home .actions .btn-view-offline .checkmark::before {
    -webkit-mask: url(../img/icon-home-2.svg)no-repeat center/12px auto;
    mask: url(../img/icon-home-2.svg)no-repeat center/12px auto;
    background-color: #f5881f
}

.right-sidebar .register-view-home .actions .btn-view-offline:hover .checkmark::before,.right-sidebar .item-sidebar.register-view-home .actions .btn-view-online:hover .checkmark::before,.tab-info-container .header-content .list-actions a.b__chat:hover::before {
    background-color: #fff
}

.right-sidebar .register-view-home .actions .btn-view-online .checkmark::before {
    -webkit-mask: url(../img/icon-camera.svg)no-repeat center/13px auto;
    mask: url(../img/icon-camera.svg)no-repeat center/13px auto;
    background-color: #27ae60
}

.right-sidebar .register-view-home .actions .button .checkmark {
    font-size: 12px;
    line-height: 26px;
    font-weight: 500
}

.right-sidebar .register-view-home .actions .button.btn-view-online {
    color: #27ae60;
    border-color: #27ae60
}

.right-sidebar .register-view-home .actions .button.btn-view-online:hover {
    color: #fff;
    background-color: #27ae60
}

.right-sidebar .register-view-home .actions .btn-view-online .icon-ring {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 5px;
    top: -17px;
    z-index: 1;
    background: 0 0
}

.right-sidebar .register-view-home .actions .btn-view-online .icon-ring::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    background: #007b34;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.right-sidebar .register-view-home .actions .btn-view-online .icon-ring::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    animation: pxl_pulse_border 1500ms ease-out infinite;
    -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
    z-index: -2;
}
.right-sidebar .agency-sidebar .item-agency .avatar-ch {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    display: block;
    margin-right: 15px;
    position: relative;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 4px 10px rgba(51,51,51,.15);
    z-index: 2
}

.right-sidebar .agency-sidebar .item-agency .avatar-ch a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    border-radius: 50%;
    box-shadow: inset 0 4px 4px rgba(51,51,51,.25);
    justify-content: center
}

.right-sidebar .agency-sidebar .item-agency .avatar-ch a img {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    margin: auto
}

.right-sidebar .item-sidebar .sidebar-title-ch {
    font-size: 20px;
    line-height: 23px;
    margin: 15px 0 10px
}

.right-sidebar .agency-sidebar .item-agency .basic-info .right .fullname-ch {
    font-size: var(--font-15);
    line-height: 19px;
    color: #888;
    margin: 0 0 5px
}

.right-sidebar .agency-sidebar.agency-sidebar-new .btn-phone {
    width: 100%;
    border-radius: 55px;
    margin: 10px 0 0;
    text-transform: inherit;
    font-size: var(--font-15);
    padding: 5px 10px;
}

.right-sidebar .sidebar-document {
    padding: 15px;
    color: #fff;
    font-size: var(--font-15);
    line-height: 26px;
    letter-spacing: .75px;
    font-weight: 700;
    background: linear-gradient(141.08deg, #d10109 32.24%, #d15f19 115.93%, #d12c11 164.9%);
    box-shadow: 0 4px 10px rgba(51,51,51,.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.right-sidebar .sidebar-document::before {
    content: "";
    display: block;
    width: 30px;
    height: 33px;
    margin: 0 12px 0 0;
    background-color: #fff;
    mask: url(../img/icon-document-register.svg)no-repeat center/auto 100%;
    -webkit-mask: url(../img/icon-document-register.svg)no-repeat center/auto 100%
}


#modal.fade {
    transform: scale(0);
    transition: all .15s ease-in-out;
    display: flex!important;
    align-items: center;
    opacity: 0;position: relative;
}

#modal.fade.show {
    transform: scale(1);
    opacity: 1;
    position: fixed;
    z-index: 1043;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

#modal.fade .modal-dialog {
    width: 570px;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 50px rgba(13,38,59,.1);
    background-color: #fff;
    margin: 0;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%,-50%)!important
}

#modal.fade .modal-dialog .modal-content {
    border-radius: 8px;
    border: 0
}

#modal.fade .modal-dialog .modal-header {
    border-radius: 0;
    position: relative;
    border-bottom: none
}

#modal.fade .modal-dialog .modal-header .close {
    padding: 0;
    margin: 0;
    background: #f8f8fa;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1
}

#modal.fade .modal-dialog .modal-header .close:focus {
    outline: 0;
    box-shadow: none
}

#modal.fade .modal-dialog .modal-header .close::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../img/close.svg)no-repeat center/8px auto;
    mask: url(../img/close.svg)no-repeat center/8px auto;
    background: #333
}

#modal.fade .modal-dialog .modal-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
}

#modal.fade .modal-dialog .modal-body {
    padding: 30px
}
#modal.fade .modal-dialog .modal-body .content-info{
    display: none;
}
#modal.fade .modal-dialog .modal-body .content-info.active{
    display: block;
}
.modal-share .box-preview .thumb {
    display: block;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    margin: 0 22px 0 0;
    border-radius: 5px;
    overflow: hidden
}

.modal-share .box-preview .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.modal-share .box-preview .thumb.thumb-agency {
    border-radius: 50%
}

.modal-share .box-preview .title {
    font-weight: 600;
    font-size: var(--font-15);
    line-height: 26px;
    letter-spacing: .75px;
    flex-grow: 1
}

.modal-share .box-preview .title.text-lowercase {
    text-transform: lowercase
}

.modal-share .box-preview .title .sub-title {
    display: block;
    margin: 5px 0 0;
    color: #6e7191;
    font-weight: 400;
    font-size: var(--font-15);
    line-height: 18px
}

.modal-share .main-label {
    font-size: var(--font-15);
    margin-bottom: 12px
}

.modal-share .item-share {
    flex: 0 0 50%;
    font-weight: 600;
    font-size: var(--font-15);
    margin: 0 0 20px;
    padding: 0;
    cursor: pointer;
    text-transform: inherit;
    text-align: left;
    line-height: 20px
}

.modal-share .item-share::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 20px 0 0;
    background: no-repeat center center/100%auto
}

.modal-share .icon-facebook::before {
    background-image: url(../img/icon-share-facebook.svg)
}

.modal-share .icon-twitter::before {
    background-image: url(../img/icon-share-twitter.svg)
}

.modal-share .icon-email::before {
    background-image: url(../img/icon-share-email.svg)
}

.modal-share .icon-sms::before {
    background-image: url(../img/icon-share-sms.svg)
}

.modal-share .icon-messenger::before {
    background-image: url(../img/icon-share-messenger.svg)
}

.btn-zalo::before,.modal-share .icon-zalo::before {
    background-image: url(../img/icon-share-zalo.svg)
}

.modal-share .input-group {
    border: 1px solid #dddee6;
    border-radius: 8px;
    overflow: hidden
}

.modal-share .input-group .form-control {
    height: 58px;
    color: #4e4b66;
    font-size: var(--font-15);
    line-height: 22px;
    border: 0;
    box-shadow: none;
    padding: 0 20px;
    margin: 0
}

.modal-share .input-group .form-control:focus,.modal-share .input-group .input-group-append:focus {
    outline: 0;
    box-shadow: none
}

.modal-share .input-group .input-group-append {
    margin: 0;
    width: 102px;
    max-width: 102px;
    min-width: 102px;
    align-items: center
}

.modal-share .input-group .input-group-append .input-group-text {
    background: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    height: 34px;
    width: 92px;
    padding: 0;
    font-size: var(--font-15);
    margin: 0
}

.modal-share .input-group .input-group-append .input-group-text.active {
    background-color: #f7f7f7
}

.modal-share .input-group .input-group-append .input-group-text:hover {
    cursor: pointer
}

.modal-share .input-group .input-group-append .input-group-text:focus {
    outline: 0;
    box-shadow: none
}

#modal.fade .modal-dialog {
    width: 700px
}


#modal .modal-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 20px;
    margin: 0;
    position: relative
}

#modal .modal-content h3:after {
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    bottom: 0;
    left: -30px;
    height: 1px;
    background-color: #aaa
}

#modal .modal-content .contact-form .right-title {
    margin: 20px 0 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase
}

.form-group input.form-control {
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    font-size: var(--font-15);
    color: #333;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    box-shadow: unset
}

.form-group span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.form-group span.wpcf7-list-item {
    width: 50%;
    margin: 0!important
}

.form-group label {
    margin: 0;
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 15px);
    word-break: break-word;
    -webkit-line-clamp: 1;
    padding: 0 0 10px 15px;
    cursor: pointer;
    font-size: var(--font-15)
}

.form-group input[type=checkbox] {
    display: none
}

.form-group span.wpcf7-list-item-label {
    position: relative;
    padding-left: 15px;
    font-weight: 400
}

.form-group .wpcf7-list-item-label::before {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 2px solid #dddee6;
    background: #fff;
    border-radius: 2px
}

.form-group input:checked~.wpcf7-list-item-label::before {
    border: 0;
    background: var(--primary-color)url(../img/icon-checked.svg)no-repeat 50%/10px auto
}

.form-group .wpcf7-submit {
    margin: 20px 0 0!important;
    width: 230px;
    background-color: var(--primary-color)!important;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    height: 40px
}

.form-group .wpcf7-spinner {
    display: none
}

.form-group .contact-form-note {
    font-weight: 400;
    font-size: var(--font-15);
    line-height: 16px;
    text-align: center;
    color: #888;
    margin-top: 15px
}
.bottom-navigation-land {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1041;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 -5px 10px 0 rgba(203, 203, 203, .25);
    display: flex;
    justify-content: space-between;
}
.bottom-navigation-land .btn {
    color: #2c2c2c;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.2px;
    padding: 13px 10px;
    border-radius: 8px;
    display: flex
;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
}
.bottom-navigation-land .btn.sidebar-document{
    background-color: var(--primary-color);
    color: #fff;
}
.bottom-navigation-land .btn i{margin-right: 5px}
@media screen and (max-width: 849px) {
    #modal.fade {
        opacity: 0;
        transform: translateY(100%);
        position: fixed
    }

    #modal.fade .modal-dialog{
        transition: all .3s ease-in-out;
        opacity: 1;
        transform: translateY(0);
        top: 100%;
        height: unset
    }

    #modal.fade.show .modal-dialog {
        transition: all .3s ease-in-out;
        transform: translate(-50%,-100%)!important
    }

    #modal.fade .modal-dialog .modal-body {
        padding: 0 15px 10px!important
    }

    .modal-share .item-share,.modal.fade .modal-dialog .modal-title {
        margin-bottom: 15px
    }
    #modal.fade .modal-dialog .modal-header{
        height: 40px;
    }
    #modal.fade .modal-dialog .modal-header .close {
        width: 30px;
        min-height: 30px;
        height: 30px;
        right: 10px;
        top: 10px
    }

    #modal.fade .modal-dialog {
        border-radius: 12px 12px 0 0
    }

    #modal.fade .modal-title {
        margin-bottom: 0;
        padding-bottom: 10px;
        font-size: 20px;
        font-weight: 600
    }

    .modal-content .contact-form .right-title {
        margin: 15px 0 5px
    }

    .form-group input.form-control {
        box-shadow: unset;
        padding: 12px 15px;
        border: 0;
        background: #f0f2f6;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
        margin-bottom: 10px
    }

    .form-group span.wpcf7-list-item {
        width: 100%;
        max-width: calc(100% - 15px)
    }

    .form-group span.wpcf7-list-item label {
        padding: 0 0 0 15px
    }

    .form-group .wpcf7-submit {
        margin: 8px 0 0!important
    }

    .form-group .contact-form-note {
        margin-top: 10px
    }
}
@media only screen and (max-width: 767px) {
    .single-property-element.property-gallery-wrap .trendy-property-info.style-grid {
        grid-template-rows: repeat(3, 50%);
        height: 400px;
    }

    .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-1 {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-2 {
        grid-column: 3 / 5;
        grid-row: 1;
    }

    .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-3 {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .single-property-element.property-gallery-wrap .trendy-property-info.style-grid .item-4 {
        grid-row: 2;
        grid-column: 3 / 5;
    }

    .single-property-element.property-reviews .filter-review {
        margin-left: 0px;
        justify-content: left;
        margin-top: 10px;
    }

    .tfre-property-gallery-style2,
    property-info-header .property-location {
        margin-bottom: 0px;
    }

    property-info-header .property-location {
        display: block !important;
    }

    .properties-list-wrap .tfre-my-property-search .toolbar-search-list .form-group:nth-child(1),
    .properties-list-wrap .tfre-my-property-search .toolbar-search-list .form-group:nth-child(2) {
        display: none;
    }
}
@media screen and (min-width: 850px) {
    .large-3.right-sidebar {
        width:360px;
        max-width: 400px;
        flex: 0 0 360px;
    }

    .large-9.left-content {
        width: calc(100% - 360px);
        flex: 0 0 calc(100% - 360px)
    }
}
@media (min-width: 768px){
    .box-left,.content-right {
        padding-right: 30px;
    }
}
@media (max-width: 549px) {
    .property-info-header .infor-header-right {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .property-info-header .infor-header-right .property-action a.text{
        display: none;
    }
    #tabs-header-single-property .tabs-nav {
        top: 20px;
        right: 20px;
    }
    .single-property-element:not(.property-gallery-wrap){
        padding-right: 15px;
        padding-left: 15px;
    }
    .property-info-header h2:not(.property-price) {
        font-size: 35px;
    }
    .property-info-block-inline>.d-inline-block {
        display: flex;
        flex-direction: column;
    }
    .property-info-header .property-status{width: max-content}
    .property-info-header .infor-header-right{
        text-align: left;
    }
    nav.property-menu{
        align-items: flex-start;
        bottom: unset;
        left: 0;
        right: 0;
        background: #fff;
    }
    nav.property-menu ul {
        display: flex;
        a {
            border-radius: 0 0 0.5rem 0.5rem;
        }
    }
}
@media (max-width:490px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}
