﻿.header:not(.header-transparent) .static-logo {
    display: none;
}

.header:not(.header-transparent) .fixed-logo {
    display: block;
}

.header .footer-bottom-social li a {
    color: #fff;
}

.header.header-fixed .footer-bottom-social li a,
.header:not(.header-transparent) .footer-bottom-social li a {
    color: #546e7a;
}

.remove-compare {
    left: auto;
    right: 15px;
}

.property-detail-feature-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.property-detail-feature-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 15px;
    width: 32%;
    /* border: 1px solid red; */
}

.property-detail-feature-list ul li svg {
    width: 60px;
    height: 60px;
    padding: 12px 10px;
    fill: #505867;
    margin-right: 10px;
    border-radius: 4px;
    background: #eff1f5;
}

.property-detail-feature-list ul li span {
    /* padding: 12px 10px; */
    /* fill: #505867; */
    /* margin-right: 10px; */
    padding-right: 10px;
}

@media screen and (max-width:767px) {
    .property-detail-feature-list ul li {
        width: 100%;
    }
}

.single-advance-property .slider-for img {
    aspect-ratio: 3/2;
}

.single-advance-property .slick-arrow:before {
    background: #d2ac2b;
}

.single-advance-property .slider-nav {
    margin-top: 10px;
}

.single-advance-property .slider-nav .item-slick {
    max-width: 125px;
    margin-right: 4px;
}

.list-disc {
    list-style: disc;
}

.list-disc li::marker {
    color: #d2ac2b;
}

.icon-mi-left .icon {
    flex: 0 0 60px;
}

.mb-10 {
    margin-bottom: 10px;
}

.property_item .image a img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.property_item.classical-list .proerty_text h3 {
    height: 42px;
    flex: 1 1 auto;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

aside .property_item.classical-list .proerty_text h3,
.compare-slide-menu .property_item.classical-list .proerty_text h3 {
    height: auto;
}

.fit-img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

@media(width<=767px) {
    h1 {
        line-height: 33px;
    }

    h1.font-30 {
        font-size: 23px !important;
    }

    .block-wrap {
        padding: 15px;
    }
}

.sidebar-widgets select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.sidebar-widgets .input-with-icon.arrow:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
    pointer-events: none;
}

.csm-properties {
    padding-bottom: 60px;
}

.csm-buttons {
    position: absolute;
    bottom: 0;
    background: #fff;
    border-top: 2px solid #e7e7e7;
    width: 100%;
    z-index: 9;
    padding: 10px 30px 10px;
}

.hero-search-wrap .select2 {
    font-size: 16px;
    color: #626a70;
}

.hero-search-wrap input {
    font-size: 16px;
}

.hero-search-wrap input::placeholder {
    color: #626a70;
}

.hero-search-wrap [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}