/* Setup */

.single-real-estate .page-header {
    display: none;
}

.single-real-estate #themesflat-content {
    padding-top: 0;
}

.single-property-element.property-gallery-wrap .tfre-property-info.gallery-style-slider-1 {
    padding-top: 20px;
    margin-bottom: 60px;
}

/* Gallery Property */

.single-property-element.property-gallery-wrap .container-grid-gallery {
    padding: 20px 11px 14px 11px;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item {
    display: none;
    position: relative;
    cursor: default;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-1,
.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-2,
.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-3,
.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-4,
.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-5 {
    display: block;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-rows: repeat(2, 50%);
    height: 660px;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-2 {
    grid-column: 3 / 4;
    grid-row: 1;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-3 {
    grid-column: 4;
    grid-row: 1;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-4 {
    grid-column: 3;
    grid-row: 2;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-5 {
    grid-column: 4;
    grid-row: 2;
}

.style-gallery-style-grid .header-gallery-style-grid {
    display: block;
}

.style-gallery-style-grid .header-gallery-style-grid .single-property-element.property-info-action {
    margin-top: 0px;
    position: relative;
    padding: 0;
    border-radius: 0px;
    background: #FFF;
    box-shadow: unset;
}

.style-gallery-style-grid .header-gallery-style-slider {
    display: none;
}

.style-gallery-style-slider .header-gallery-style-grid {
    display: none;
}

.style-gallery-style-slider .header-gallery-style-slider {
    display: block;
}

.style-gallery-style-grid .tfre-property-gallery-single {
    margin-bottom: 40px;
}

.tfre-property-info.style-grid .gallery-controller {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: none;
}

.single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-1 .gallery-controller {
    display: flex;
}

.tfre-property-info.style-grid .gallery-controller .tfre-view-video {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #161E2D;
    font-size: 28px;
    background: #fff;
    border-radius: 4px;
}

.tfre-property-info.style-grid .gallery-controller .tfre-view-video:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.tfre-property-info.style-grid .gallery-controller .video-gallery {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #FFFFFF;
    padding: 11px 20px;
    border-radius: 4px;
    background: var(--theme-primary-color);
}

.tfre-property-info.style-grid .gallery-controller .video-gallery:hover {
    background: #161E2D;
    color: #fff;
}

/* Slider Property 1*/

.tfre-property-gallery-single .gallery-style-slider-1 .single-property-image-main {
    margin-bottom: 16px;
}

.tfre-property-gallery-single .gallery-style-slider-1 .single-property-image-main .property-gallery-item img {
    border-radius: 16px;
    min-height: 680px;
    max-height: 680px;
    object-fit: cover;
}

.tfre-property-gallery-single .gallery-style-slider-1 .single-property-image-thumb .property-gallery-item img {
    border-radius: 8px;
    min-height: 111px;
    max-height: 111px;
    object-fit: cover;
    cursor: pointer;
}

.tfre-property-gallery-single .gallery-style-slider-1 .owl-nav .owl-prev,
.tfre-property-gallery-single .gallery-style-slider-1 .owl-nav .owl-next {
    border: 1px solid #E4E4E4;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #161E2D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 30px;
}

.tfre-property-gallery-single .gallery-style-slider-1 .owl-nav .owl-prev:hover,
.tfre-property-gallery-single .gallery-style-slider-1 .owl-nav .owl-next:hover,
.tfre-property-gallery-single .gallery-style-slider-1 .owl-nav .owl-prev.disabled,
.tfre-property-gallery-single .gallery-style-slider-1 .owl-nav .owl-next.disabled {
    border-color: var(--theme-primary-color);
    background: var(--theme-primary-color);
    color: #fff;
}

.tfre-property-gallery-single .gallery-style-slider-1 .owl-prev,
.tfre-property-gallery-single .gallery-style-slider-1 .owl-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translate(50%, -50%);
}

.tfre-property-gallery-single .gallery-style-slider-1 .owl-next {
    right: -1px;
}

.tfre-property-gallery-single .gallery-style-slider-1 .owl-prev {
    left: -60px;
}

/* Slider Property 2*/

.tfre-property-gallery-single .tfre-property-gallery-style2 {
    overflow: hidden;
}

.header-single.header-slider-2 {
    margin-top: -118px;
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 23px 30px 20px 30px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.header-single.header-slider-2 .tfre-property-header-infor .infor-top {
    padding-bottom: 25px;
    margin-bottom: 24px;
}

.container.header-slider-2 {
    max-width: 1375px;
}

.header-single.header-slider-2 .single-property-element.property-info-header {
    margin-bottom: 0;
    margin-top: 0;
}

.tfre-property-gallery-style2 .container {
    max-width: 954px;
}

.single-property-image-main.slider-2 .property-gallery-item img {
    min-height: 620px;
    max-height: 620px;
    object-fit: cover;
}

.tfre-property-gallery-style2 .single-property-image-main.slider-2 .owl-stage-outer {
    overflow: unset;
}

.tfre-property-gallery-style2 .owl-nav .owl-prev,
.tfre-property-gallery-style2 .owl-nav .owl-next {
    border: 1px solid #E4E4E4;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #161E2D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 30px;
    opacity: 1;
    visibility: visible;
}

.tfre-property-gallery-style2 .owl-nav .owl-prev:hover,
.tfre-property-gallery-style2 .owl-nav .owl-next:hover,
.tfre-property-gallery-style2 .owl-nav .owl-prev.disabled,
.tfre-property-gallery-style2 .owl-nav .owl-next.disabled {
    border-color: var(--theme-primary-color);
    background: var(--theme-primary-color);
    color: #fff;
}

.tfre-property-gallery-style2 .owl-nav .owl-prev.disabled,
.tfre-property-gallery-style2 .owl-nav .owl-next.disabled {
    opacity: 0;
    visibility: hidden;
}

.tfre-property-gallery-style2 .owl-prev,
.tfre-property-gallery-style2 .owl-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translate(50%, -50%);
}

.tfre-property-gallery-style2 .owl-next {
    right: 60px;
}

.tfre-property-gallery-style2 .owl-prev {
    left: 0px;
}

/* Tab nav */

#tabs-header-single-property {
    border: unset;
    padding: unset;
}

#tabs-header-single-property .tabs-nav {
    position: absolute;
    top: 3%;
    right: 0.7%;
    z-index: 10;
    display: flex;
    column-gap: 5px;
}

#tabs-header-single-property .tabs-nav .ui-state-default {
    background: #fff;
    border-color: #fff;
    border-radius: 8px;
    width: 52px;
    height: 52px;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease 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.3s ease 0s;
}

#tabs-header-single-property .tabs-nav .ui-state-default a {
    color: #161E2D;
}

#tabs-header-single-property .tabs-nav .ui-state-hover,
#tabs-header-single-property .tabs-nav .ui-state-active {
    background: var(--theme-primary-color);
	border-color: transparent !important;
}

#tabs-header-single-property .tabs-nav .ui-state-hover a,
#tabs-header-single-property .tabs-nav .ui-state-active a {
    color: #fff;
}

/* Style 3 & Navigation Single Property */

.tfre-property-gallery-style3 .tfre-property-info.slider-2 .owl-nav {
    display: none;
}

.tfre-property-gallery-style3 .tfre-property-info.slider-2 .property-gallery-item img {
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
}

.property-navigation {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 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.3s ease 0s;
}

.property-navigation.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 2%);
}

.property-navigation-item {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px 0;
}

.property-navigation-item .navigation-item {
    display: flex;
    box-sizing: border-box;
    overflow: scroll;
}

.property-navigation-item .navigation-item li {
    flex-shrink: 0;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    padding: 3px 5px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Josefin Sans';
}

.property-navigation-item .navigation-item li:not(:last-child) {
    margin-right: 30px;
}

.property-navigation-item li a {
    position: relative;
    text-transform: capitalize;
}

.property-navigation-item li a::after {
    content: '';
    width: 0%;
    height: 2px;
    background: var(--theme-primary-color);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 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.3s ease 0s;
}

.property-navigation-item li:hover a::after,
.property-navigation-item li.active a::after {
    width: 100%;
}

.property-navigation-item .navigation-item li.active a {
    color: var(--theme-primary-color);
}

.property-navigation-item .navigation-item::-webkit-scrollbar {
    display: none;
}

/* Header infor */

.single-property-element.property-info-header {
    margin-bottom: 40px;
    margin-top: 74px;
}

.tfre-property-header-infor .infor-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.header-single.top-header .tfre-property-header-infor .infor-top {
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.tfre-property-header-infor .infor-top .property-status {
    border-radius: 4px;
    padding: 1.5px 8px;
    background: var(--theme-primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tfre-property-header-infor .infor-top h4 {
    margin: 0;
    margin-top: 6px;
}

.tfre-property-header-infor .infor-top .property-price span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #5C6368;
}

.tfre-property-header-infor .infor-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tfre-property-header-infor .infor-bottom .title-features {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.08em;
    color: #5C6368;
    margin-bottom: 12px;
}

.tfre-property-header-infor .infor-bottom .tfre-features-infor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}

.tfre-property-header-infor .infor-bottom .tfre-features-infor .inner {
    font-family: 'Josefin Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #161E2D;
}

.tfre-property-header-infor .infor-bottom .tfre-features-infor .inner i {
    color: var(--theme-primary-color);
    margin-right: 4px;
    font-size: 28px;
    vertical-align: bottom;
}

.tfre-property-header-infor .property-action-inner {
    display: flex;
    align-items: center;
}

.tfre-property-header-infor .property-action-inner>* {
    margin-left: 17px;
}

.tfre-property-header-infor .property-action-inner .tfre-property-favorite,
.tfre-property-header-infor .property-action-inner .tfre-compare-property,
.tfre-property-header-infor .property-action-inner .tfre-property-share {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
    color: #5C6368;
    background: #F7F7F7;
    border-radius: 4px;
    font-size: 22px;
}

.tfre-property-header-infor .property-action-inner .tfre-property-favorite:hover,
.tfre-property-header-infor .property-action-inner .tfre-compare-property:hover,
.tfre-property-header-infor .property-action-inner .tfre-property-share:hover,
.tfre-property-header-infor .property-action-inner .tfre-property-favorite.active,
.tfre-property-header-infor .property-action-inner .tfre-compare-property.active {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #fff;
}

.tfre-property-header-infor .property-action-inner .tfre-property-share {
    font-size: 26px;
}

.tfre-property-header-infor .property-action-inner .tfre-compare-property .fa-plus::before {
    content: '\e982';
    font-family: 'homelengo';
}

.tfre-property-header-infor .property-action-inner .tfre-compare-property .fa-minus::before {
    content: '\e93e';
    font-family: 'homelengo';
}

.tfre-property-header-infor .property-action-inner .tfre-property-favorite .fa-bookmark::before {
    content: "\e984";
    font-family: 'homelengo';
}

.dropdown .menu-social {
    padding: 0 10px;
}

/* Description */

.single-property-element.property-description {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 26px;
    margin-bottom: 40px;
}

.single-property-element.property-description .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.single-property-element.property-description .tfre-property-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #5C6368;
}

.single-property-element.property-description .tfre-property-info p {
    margin-bottom: 14px;
}

.single-property-element.property-description .more-property-description {
    display: inline-block;
    position: relative;
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    cursor: pointer;
    color: #0B2132;
    -webkit-transition: all 0.3s ease 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.3s ease 0s;
    margin: 0;
}

.single-property-element.property-description .more-property-description::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: currentColor;
}

.single-property-element.property-description .more-property-description:hover {
    color: var(--theme-primary-color);
}

/* Overview */

.single-property-element.property-info-overview {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 42px;
    margin-bottom: 40px;
}

.single-property-element.property-info-overview .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.single-property-element.property-info-overview .tfre-property-info .inner {
    display: flex;
}

.single-property-element.property-info-overview .tfre-property-info .inner .icon {
    width: 52px;
    height: 52px;
    background: #F7F7F7;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-primary-color);
    margin-right: 11px;
    font-size: 27px;
    flex-shrink: 0;
}

.single-property-element.property-info-overview .tfre-property-info .inner .property-info-title {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5C6368;
}

.single-property-element.property-info-overview .tfre-property-info .inner .property-info-value {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #161E2D;
}

.single-property-element.property-info-overview .tfre-property-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
    margin-left: -40px;
}

.single-property-element.property-info-overview .tfre-property-info>* {
    width: calc(25% - 40px);
    margin-left: 40px;
}

.single-property-element.property-info-overview .content-property-info {
    margin-top: -2px;
}

/* video */

.single-property-element.property-video {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.single-property-element.property-video .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.single-property-element.property-video .tfre-property-info .entry-thumb-wrap iframe {
    min-height: 400px;
    max-height: 400px;
    border-radius: 16px;
}

/* propety details */

.single-property-element.property-info-detail .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.single-property-element.property-info-detail .inner strong {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5C6368;
    width: 32%;
    display: block;
}

.single-property-element.property-info-detail .inner span {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #161E2D;
}

.single-property-element.property-info-detail .inner {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

/* Amenities and features */

.single-property-element.property-info-detail {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.single-property-element.property-info-detail .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.single-property-element.property-info-detail .property-feature-wrap {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5C6368;
    margin-bottom: 8px;
}

.single-property-element.property-info-detail .property-feature-wrap img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 8px;
    margin-top: -2px;
}

/* map */

.single-property-element.property-location {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.single-property-element.property-location .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.single-property-element.property-location .map-container {
    margin-bottom: 28px;
    border-radius: 16px;
}

.single-property-element.property-location .map-infor {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 20px;
}

.single-property-element.property-location .property-info-title {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 4px;
}

.single-property-element.property-location .property-info-value {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5C6368;
}

/* Floor */

.single-property-element.property-floors-tab {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.single-property-element.property-floors-tab .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.single-property-element.property-floors-tab .accordion .card {
    border: unset;
    background: #F7F7F7;
    padding: 17px 20px 17px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.single-property-element.property-floors-tab .nav-tabs {
    border: unset;
}

.single-property-element.property-floors-tab .accordion .card .card-header {
    background: unset;
    padding: 0;
    border: unset;
}

.single-property-element.property-floors-tab .accordion .card .title-tab {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #0B2132;
}

.single-property-element.property-floors-tab .meta-floor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 29px;
    row-gap: 10px;
}

.single-property-element.property-floors-tab .meta-floor .group-inner {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #161E2D;
}

.single-property-element.property-floors-tab .meta-floor .group-inner i {
    margin-right: 4px;
    font-size: 24px;
    vertical-align: middle;
}

.single-property-element.property-floors-tab .nav-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.single-property-element.property-floors-tab .nav-link .title-tab::before {
    content: '\e940';
    font-family: 'homelengo';
    margin-right: 4px;
    font-size: 21px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 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.3s ease 0s;
}

.single-property-element.property-floors-tab .nav-link.collapsed .title-tab::before {
    content: '\e93d';
}

.single-property-element.property-floors-tab .card-body {
    padding: 0;
    border-top: 1px solid #E4E4E4;
    padding-top: 17px;
    margin-top: 17px;
}

/* Attrachment */

.single-property-element.property-attachments {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 21px;
    margin-bottom: 40px;
}

.single-property-element.property-attachments .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 19px;
}

.single-property-element.property-attachments .media-thumb {
    width: 60px;
    height: 60px;
    background: #F7F7F7;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: 10px;
}

.single-property-element.property-attachments .media-thumb-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.single-property-element.property-attachments .media-thumb-wrap .get-file {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #161E2D;
}

.single-property-element.property-attachments .media-thumb-wrap .get-file:hover {
    color: var(--theme-primary-color);
}

.single-property-element.property-attachments .media-thumb-wrap .get-file i {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 11px;
}

/* 360 virtual */

.single-property-element.property-virtual {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.single-property-element.property-virtual .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 19px;
}

.single-property-element.property-virtual #tfre_virtual_tour_360 {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}

/* Loan Calculator */

.single-property-element.property-loan-calculator {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.single-property-element.property-loan-calculator .tfre-property-header h4,
.single-property-element.property-global-custom-section .tfre-property-header h4,
.single-property-element.property-personal-custom-section .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 19px;
}

/* Nearby */

.single-property-element.property-nearby-places {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.single-property-element.property-nearby-places .tfre-property-header h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.single-property-element.property-nearby-places .tfre-property-header p {
    font-family: 'Josefin Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #161E2D;
}

.single-property-element.property-nearby-places .tfre-property-header {
    margin-bottom: 16px;
}

/* Review */

.single-property-element.property-reviews .tfre-property-header {
    margin-bottom: 19px;
}

.single-property-element.property-reviews .tfre-property-header .row {
    align-items: center;
}

.single-property-element.property-reviews .reviews-count,
.single-property-element.property-reviews .tfre-property-element h4 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
}

.single-property-element.property-reviews .nice-select {
    margin: 0;
    border: 1px solid #161E2D !important;
    width: max-content;
    border-radius: 4px;
    padding: 11px 20px;
}

.single-property-element.property-reviews .nice-select .current {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.single-property-element.property-reviews .filter-review {
    display: flex;
    justify-content: right;
}

.single-property-element.property-reviews .reviews-list .review-media img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.single-property-element.property-reviews .reviews-list .review-media {
    margin-right: 20px;
    flex-shrink: 0;
}

.single-property-element.property-reviews .reviews-list .media-heading a {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
    display: block;
}

.single-property-element.property-reviews .reviews-list .media-heading .review-date {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #A3ABB0;
    margin-bottom: 8px;
}

.single-property-element.property-reviews .reviews-list .star-rating {
    display: flex;
}

.single-property-element.property-reviews .reviews-list .star-rating i {
    color: #F4D118;
    font-size: 16px;
}

.single-property-element.property-reviews .reviews-list .review-content {
    font-family: 'Josefin Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #161E2D;
}

.single-property-element.property-reviews .reviews-list .review-item {
    display: flex;
}

.single-property-element.property-reviews .reviews-list .rating-wrap {
    margin-bottom: 12px;
}

.single-property-element.property-reviews .reviews-list .review-item:not(:last-child) .review-body {
    padding-bottom: 19px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 28px;
}

.single-property-element.property-reviews .tfre-property-element .add-new-review textarea {
    height: 112px;
}

.single-property-element.property-reviews .tfre-property-element .add-new-review textarea::placeholder {
    color: #A3ABB0;
}

.single-property-element.property-reviews .tfre-property-element .star-rating i {
    color: #A3ABB0;
    cursor: pointer;
}

.single-property-element.property-reviews .tfre-property-element .star-rating i.active {
    color: #F4D118;
}

.single-property-element.property-reviews .tfre-property-element .tfre-submit-property-rating {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 11px 20px 11px 20px;
    border-radius: 4px;
}

.single-property-element.property-reviews .tfre-property-element .tfre-submit-property-rating i {
    margin: 0 7px;
}

.single-property-element.property-reviews .tfre-property-element .rating-box {
    margin-bottom: 20px;
}

.single-property-element.property-reviews .reviews-list {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 30px;
    margin-bottom: 32px;
}

/* Related Properties */

.related-single-property {
    margin-top: 101px;
}

.related-properties .sub-heading {
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-primary-color);
    margin-bottom: 6px;
}

.related-properties > .heading {
    text-transform: capitalize;
    max-width: 50%;
}

.related-single-property .tf-properties-wrap .wrap-properties-post .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.related-properties .wrap-properties-post .owl-dots {
    bottom: -32px;
}

.related-properties .wrap-properties-post .owl-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    bottom: -40px;
}

.related-properties .wrap-properties-post .owl-dots .owl-dot {
    margin: 0 7.5px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: unset;
    background: #A3ABB0;
    flex-shrink: 0;
}

.related-properties .wrap-properties-post .owl-dots .owl-dot.active {
    opacity: 1;
    background: var(--theme-primary-color);
}

.related-properties .wrap-properties-post .owl-dots .owl-dot.active::after {
    border: 1px solid var(--theme-primary-color);
}

.related-properties .wrap-properties-post .owl-dots .owl-dot::after {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    width: 18px;
    height: 18px;
    overflow: visible;
    border: 1px solid transparent;
}

.related-properties .wrap-properties-post .owl-nav button.owl-prev,
.related-properties .wrap-properties-post .owl-nav button.owl-next {
    border: 1px solid #E4E4E4;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 22px;
    font-size: 16px;
}

.related-properties .wrap-properties-post .owl-nav button.owl-prev.disabled,
 .related-properties .wrap-properties-post .owl-nav button.owl-next.disabled,
  .related-properties .wrap-properties-post .owl-nav button.owl-prev:hover,
   .related-properties .wrap-properties-post .owl-nav button.owl-next:hover {
    border-color: var(--theme-primary-color);
    background: var(--theme-primary-color);
    color: #fff;
}

.related-properties .wrap-properties-post .owl-nav .owl-prev,
 .related-properties .wrap-properties-post .owl-nav .owl-next {
    position: absolute;
    top: 50%;
}

.related-properties .wrap-properties-post .owl-nav .owl-prev {
    left: -31px;
    transform: translate(-50%, -50%);
}

.related-properties .wrap-properties-post .owl-nav .owl-next {
    right: -30px;
    transform: translate(50%, -50%);
}

.related-properties .wrap-properties-post .owl-stage-outer {
    padding: 20px;
    margin: -20px;
}

/* sidebar */

.tfre_single_sidebar {
    margin-top: 79px;
    margin-left: 33px;
}

.tfre_single_sidebar > .tfre-sidebar {
    border-radius: 16px;
    background: #F7F7F7;
    padding: 24px;
    margin-bottom: 30px;
}

/* Style Navigation */

.content-with-navigation {
    background: #f7f7f7;
    margin-bottom: -85px !important;
}

.content-with-navigation .header-single {
    margin-top: 50px;
    padding: 24px 30px 10px 30px;
    border-radius: 16px 16px 0 0;
    background: #fff;
}

.content-with-navigation .single-property-element.property-description {
    padding: 30px;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 26px;
}

.content-with-navigation .single-property-element.property-info-header {
    margin-bottom: 0;
    margin-top: 0px;
}

.content-with-navigation .single-property-element.property-info-overview {
    padding: 40px 30px 32px 30px;
    border-radius: 0 0 16px 16px;
    background: #fff;
    border: unset;
    margin-bottom: 30px;
}

.content-with-navigation .single-property-element.property-video,
.content-with-navigation .single-property-element.property-info-detail,
.content-with-navigation .single-property-element.property-location,
.content-with-navigation .single-property-element.property-floors-tab,
.content-with-navigation .single-property-element.property-attachments,
.content-with-navigation .single-property-element.property-virtual,
.content-with-navigation .single-property-element.property-loan-calculator,
.content-with-navigation .single-property-element.property-nearby-places,
.content-with-navigation .single-property-element.property-reviews {
    padding: 30px 30px 30px 30px;
    border-radius: 16px;
    background: #fff;
    border: unset;
    margin-bottom: 30px;
}

.content-with-navigation .single-property-element.property-info-detail,
.content-with-navigation .single-property-element.property-video {
    padding: 30px 30px 22px 30px;
}

.content-with-navigation .single-property-element.property-attachments {
    padding: 30px 30px 10px 30px;
}

.content-with-navigation .single-property-element.property-floors-tab .accordion .card:last-child {
    margin-bottom: 0;
}

.content-with-navigation .tfre_single_sidebar > .tfre-sidebar {
    background: #Ffff;
}

.content-with-navigation .tfre_single_sidebar {
    margin-top: 50px;
}

.content-with-navigation .related-single-property {
    margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
    .tfre-property-gallery-single .gallery-style-slider-1 .owl-next {
        right: 50px;
    }

    .tfre-property-gallery-single .gallery-style-slider-1 .owl-prev {
        left: -10px;
    }

    .tfre-property-gallery-style2 .container {
        max-width: 100%;
    }

    .single-property-element.property-info-detail .inner strong {
        width: unset;
        display: unset;
        margin-right: 10px;
    }
    .related-properties .wrap-properties-post .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .single-property-element.property-info-overview .tfre-property-info>* {
        width: calc(33.33333% - 40px);
    }
    .tfre_single_sidebar {
        margin-left: 0px;
    }
    .header-single.header-slider-2 {
        margin-top: 0;
        padding: 0;
        padding-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .single-property-element.property-gallery-wrap .tfre-property-info.style-grid {
        height: 500px;
    }

    .tfre-property-gallery-single .gallery-style-slider-1 .single-property-image-main .property-gallery-item img,
    .single-property-image-main.slider-2 .property-gallery-item img,
    .tfre-property-gallery-style3 .tfre-property-info.slider-2 .property-gallery-item img {
        min-height: 450px;
        max-height: 450px;
    }

    .single-property-element.property-info-overview .tfre-property-info>* {
        width: calc(50% - 40px);
    }

    .tfre-property-header-infor .infor-top {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .single-property-element.property-gallery-wrap .tfre-property-info.style-grid {
        grid-template-columns: auto auto auto auto;
        height: unset;
        grid-template-rows: unset;
    }

    .single-property-element.property-reviews .filter-review {
        justify-content: left;
        margin-top: 20px;
    }

    .related-properties .heading {
        max-width: unset;
    }

    .related-single-property {
        margin-top: 60px;
    }

    .single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-1 {
        grid-column: 1 / 5;
        grid-row: 1 / 3;
    }

    .single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-2 {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
    }

    .single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-3 {
        grid-column: 3 / 5;
        grid-row: 3 / 3;
    }

    .single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-4 {
        grid-column: 1 / 3;
        grid-row: 4 / 12;
    }

    .single-property-element.property-gallery-wrap .tfre-property-info.style-grid .item-5 {
        grid-column: 3 / 5;
        grid-row: 4 / 12;
    }

    .tfre-property-gallery-single .gallery-style-slider-1 .owl-next,
    .tfre-property-gallery-single .gallery-style-slider-1 .owl-prev {
        display: none !important;
    }

    .tfre-property-gallery-style2 .owl-prev {
        left: 10px;
    }

    .tfre-property-gallery-style2 .owl-next {
        right: 50px;
    }

    .tfre-property-gallery-style2 .owl-nav .owl-prev,
    .tfre-property-gallery-style2 .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .tfre-property-header-infor .property-action-inner .tfre-property-favorite,
    .tfre-property-header-infor .property-action-inner .tfre-compare-property,
    .tfre-property-header-infor .property-action-inner .tfre-property-share {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}