@charset "UTF-8";

.btn-primary-inverted {
    color: #484848;
    background: white
}

    .btn-primary-inverted:hover {
        color: white;
        background: #4064d7
    }

.btn-outline-primary-2 {
    color: #a2a2a2;
    border-color: #a2a2a2;
    background: white
}

    .btn-outline-primary-2:hover {
        color: #7a7a7a;
        border-color: #7a7a7a
    }

    .btn-outline-primary-2.active {
        color: white;
        background: #4064d7;
        border-color: #4064d7
    }

.required > label::after {
    background-color: #c20a0a;
    width: 4px;
    height: 4px;
    margin-left: 3px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    vertical-align: super;
    font-size: 60%;
    content: "";
    display: inline-block;
    border-radius: 8px
}

form.form-icon .form-group {
    position: relative
}

.title-border {
    position: relative;
    margin-bottom: 2.2rem
}

    .title-border:after {
        content: "";
        border-bottom: 3px solid #484848;
        width: 50px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.1rem;
        text-align: center
    }

.title-border-start:after {
    left: 0;
    transform: unset;
    text-align: left
}

.title-border-white:after {
    border-color: white
}

html[rtl] .title-border:after {
    right: unset;
    left: 50%
}

html[rtl] .title-border-start:after {
    right: 0;
    text-align: right
}

@media (max-width: 575.98px) {
    .range-selector-dropdown {
        position: relative
    }
}

.dropdown-input {
    display: flex;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7a7a7a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 100%;
    justify-content: space-between
}

    .dropdown-input i {
        padding: 0 8px 0 4px
    }

    .dropdown-input .min-label, .dropdown-input .max-label {
        flex: 1 0 0%;
        position: relative
    }

        .dropdown-input .min-label::after, .dropdown-input .max-label::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            border-color: #7a7a7a transparent transparent transparent;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            width: 0;
            height: 0;
            margin-left: -4px;
            margin-top: -2px
        }

    .dropdown-input .to {
        flex: 0 1 auto;
        padding: 0 1.2rem
    }

.dropdown-input-content {
    background: white;
    padding: 0.5rem;
    border: 1px solid rgba(0,0,0,0.1)
}

@media (max-width: 575.98px) {
    .dropdown-input-content {
        width: 100%;
        left: 5px !important
    }
}

.dropdown-input-content .title {
    text-align: center
}

.dropdown-input-content .selector {
    width: 100%;
    margin-top: 0.5rem;
    max-height: 160px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow-y: scroll
}

    .dropdown-input-content .selector .value {
        padding: 0.2rem 0.5rem 0.2rem 0.8rem;
        background: white;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        cursor: pointer
    }

        .dropdown-input-content .selector .value:hover, .dropdown-input-content .selector .value.active {
            background-color: #4064d7;
            color: white
        }

        .dropdown-input-content .selector .value:hover {
            background-color: #4366d8
        }

.property-selector .dropdown-container {
    width: 400px;
    padding-top: 0;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .property-selector .dropdown-container {
        width: 100%
    }
}

.property-selector .dropdown-container .nav {
    background: #ebebeb;
    padding-top: 0.5rem
}

    .property-selector .dropdown-container .nav .nav-link.active {
        position: relative
    }

        .property-selector .dropdown-container .nav .nav-link.active::after {
            content: "";
            border-bottom: 3px solid #4064d7;
            position: absolute;
            bottom: 0;
            width: 80%;
            left: 50%;
            transform: translatex(-50%)
        }

.property-selector .category-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
    padding: 0.5rem;
    flex-grow: 1;
    cursor: pointer
}

    .property-selector .category-btn img {
        width: auto;
        height: 40px;
        display: block;
        margin: auto
    }

        .property-selector .category-btn img:before {
            content: " ";
            font-size: 1000px;
            background-image: white url("/RealStateStyle/images/commercial/office.svg");
            display: block;
            width: 40px;
            height: 40px;
            position: relative;
            z-index: 0;
            margin-bottom: -16px
        }

    .property-selector .category-btn label {
        font-size: 0.75rem;
        display: block;
        margin-top: 4px;
        text-align: center;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .property-selector .category-btn:hover, .property-selector .category-btn.active {
        border-color: #bfcbf1
    }

        .property-selector .category-btn:hover label, .property-selector .category-btn.active label {
            color: #4064d7
        }

        .property-selector .category-btn:hover img, .property-selector .category-btn.active img {
            -webkit-filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(222deg) brightness(104%) contrast(98%);
            filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(222deg) brightness(104%) contrast(98%);
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

    .property-selector .category-btn.active {
        border-color: #4064d7
    }

.card-slider {
    display: flex;
    flex-wrap: nowrap
}

    .card-slider:not(.slick-slider) {
        overflow: auto
    }

.overlay-card {
    border: none;
    margin: 0.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0
}

    .overlay-card .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        border: 1px solid white;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transform: translate(-15px,-15px);
        box-shadow: 0 0 3px 1px rgba(0,0,0,0.5)
    }

    .overlay-card .card-img img {
        width: 180px;
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px
    }

    .overlay-card .card-img .sold {
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: contain;
        object-fit: contain
    }

    .overlay-card .title, .overlay-card .title a {
        font-size: 0.8rem;
        color: #f0f0f0;
        text-decoration: none;
        margin-bottom: 0rem
    }

    .overlay-card .card-img-overlay {
        top: unset;
        bottom: -46px;
        transition: bottom 0.2s ease-in-out;
        background-image: linear-gradient(to bottom,transparent,#000 120px);
        padding: 0.75rem
    }

    .overlay-card:hover .card-img-overlay {
        bottom: 0;
        background-image: linear-gradient(to bottom,transparent,#4064d7)
    }

    .overlay-card .details-link {
        color: white;
        margin-top: 0.5rem;
        padding: 0.25rem;
        display: flex;
        justify-content: space-between;
        background: white;
        padding: 0.5rem;
        border-radius: 0.25rem;
        color: #4064d7;
        text-transform: uppercase;
        font-size: 0.75rem;
        align-items: center
    }

.property-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    overflow: hidden;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.property-card .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.property-card .card-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.property-card:hover .card-img img {
    transform: scale(1.1);
}

.property-card .labels {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.property-card .label {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(5px);
}

.property-card .label.for-sale {
    color: #2196F3;
}

.property-card .card-img-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 20px;
}

.property-card .title {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.property-card .property-specs {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}

.property-card .property-specs .item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 0.9rem;
}

.property-card .property-specs .item i {
    font-size: 1.1rem;
}

.property-card .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

    .property-card .details-link {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #3F62D4;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.9rem;
        margin-top: 15px;
        transition: all 0.3s ease;
        margin-bottom: -9px;
    }

.property-card .details-link:hover {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .property-card .card-img img {
        height: 200px;
    }
    
    .property-card .title {
        font-size: 1.1rem;
    }
    
    .property-card .property-specs {
        gap: 10px;
    }
    
    .property-card .property-specs .item {
        font-size: 0.8rem;
    }
    
    .property-card .price {
        font-size: 1.3rem;
    }
}

.property-card .price {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.property-card .property-specs {
    display: flex;
    white-space: nowrap
}

    .property-card .property-specs .item {
        color: #f0f0f0;
        font-size: 10px;
        margin: 0 4px;
        display: flex;
        align-items: center
    }

        .property-card .property-specs .item i {
            margin: 0 3px
        }

.property-card .labels {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    display: flex;
    flex-direction: row
}

.property-card .label {
    padding: 0.25rem;
    background: white;
    color: #4064d7;
    font-size: 0.65rem;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600
}

    .property-card .label.for-sale {
        color: red
    }

    .property-card .label.for-sold, .property-card .label.for-rented {
        background-color: red;
        color: white;
        font-size: 0.6rem;
        -webkit-margin-start: 4px;
        margin-inline-start: 4px
    }

.property-card .featured-container {
    position: absolute;
    width: 100px;
    height: 100px;
    background: transparent !important;
    top: -3px;
    left: -3px;
    overflow: hidden
}

    .property-card .featured-container .featured {
        color: white;
        transform: rotate(-45deg);
        background: #4064d7;
        width: 150px;
        text-align: center;
        position: relative;
        top: 20px;
        left: -40px;
        padding: 3px 0
    }

        .property-card .featured-container .featured:before, .property-card .featured-container .featured:after {
            content: "";
            border-top: 3px solid #1f3a92;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            position: absolute;
            bottom: -3px
        }

        .property-card .featured-container .featured:before {
            left: 8px
        }

        .property-card .featured-container .featured:after {
            right: 13px
        }

.agency-card .card-img img {
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0.5rem 1rem
}

.agency-card .title {
    color: white;
    font-size: 1rem
}

.agency-card .property-counts {
    color: #f3f3f3;
    font-size: 0.75rem
}

.agency-card .card-img-overlay {
    top: 50%;
    background-image: linear-gradient(to bottom,transparent,#555);
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.form-2 .form-floating {
    position: relative
}

.form-2 .form-control, .form-2 .form-selects {
    border: unset;
    border-bottom: 2px solid #efefed;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding-left: 0rem;
    -webkit-padding-start: 0rem;
    padding-inline-start: 0rem;
    font-size: 0.85rem
}

    .form-2 .form-control:not(:-moz-placeholder-shown), .form-2 .form-selects:not(:-moz-placeholder-shown) {
        outline: none !important;
        box-shadow: none !important
    }

    .form-2 .form-control:not(:-ms-input-placeholder), .form-2 .form-selects:not(:-ms-input-placeholder) {
        outline: none !important;
        box-shadow: none !important
    }

    .form-2 .form-control:focus, .form-2 .form-control:active, .form-2 .form-control:not(:placeholder-shown), .form-2 .form-selects:focus, .form-2 .form-selects:active, .form-2 .form-selects:not(:placeholder-shown) {
        outline: none !important;
        box-shadow: none !important
    }

    .form-2 .form-control:not(:-moz-placeholder-shown) + label, .form-2 .form-selects:not(:-moz-placeholder-shown) + label {
        font-size: 0.75rem;
        top: 0;
        transform: unset
    }

    .form-2 .form-control:not(:-ms-input-placeholder) + label, .form-2 .form-selects:not(:-ms-input-placeholder) + label {
        font-size: 0.75rem;
        top: 0;
        transform: unset
    }

    .form-2 .form-control:focus + label, .form-2 .form-control:active + label, .form-2 .form-control:not(:placeholder-shown) + label, .form-2 .form-selects:focus + label, .form-2 .form-selects:active + label, .form-2 .form-selects:not(:placeholder-shown) + label {
        font-size: 0.75rem;
        top: 0;
        transform: unset
    }

    .form-2 .form-control:not(:-moz-placeholder-shown) + label:after, .form-2 .form-selects:not(:-moz-placeholder-shown) + label:after {
        visibility: visible;
        width: 100%
    }

    .form-2 .form-control:not(:-ms-input-placeholder) + label:after, .form-2 .form-selects:not(:-ms-input-placeholder) + label:after {
        visibility: visible;
        width: 100%
    }

    .form-2 .form-control:focus + label:after, .form-2 .form-control:active + label:after, .form-2 .form-control:not(:placeholder-shown) + label:after, .form-2 .form-selects:focus + label:after, .form-2 .form-selects:active + label:after, .form-2 .form-selects:not(:placeholder-shown) + label:after {
        visibility: visible;
        width: 100%
    }

    .form-2 .form-control + label, .form-2 .form-selects + label {
        font-size: 0.85rem;
        transition: all 0.1s linear;
        width: 100%;
        will-change: transform;
        top: 20px;
        bottom: 0;
        padding: 0.5rem 0 0 0;
        height: auto
    }

        .form-2 .form-control + label:after, .form-2 .form-selects + label:after {
            content: "";
            transition: all 0.1s linear;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 10px;
            visibility: hidden;
            background-color: #4064d7;
            will-change: left
        }

.floating-labels {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 16px;
    max-width: 360px;
    margin: 40px auto 40px;
    background: #fff;
    padding: 40px;
    border-radius: 4px
}

    .floating-labels .btn-primary {
        background-color: #8e44ad;
        border-color: #8e44ad
    }

    .floating-labels .form-group {
        position: relative;
        padding-top: 16px;
        margin-bottom: 16px
    }

        .floating-labels .form-group::-moz-placeholder {
            color: transparent
        }

        .floating-labels .form-group:-ms-input-placeholder {
            color: transparent
        }

        .floating-labels .form-group::-ms-input-placeholder {
            color: transparent
        }

        .floating-labels .form-group::placeholder {
            color: transparent
        }

        .floating-labels .form-group label {
            position: absolute;
            top: 20px;
            left: 0;
            bottom: 0;
            z-index: 2;
            width: 100%;
            font-weight: 300;
            opacity: 0.5;
            cursor: text;
            transition: 0.2s ease all;
            margin: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .floating-labels .form-group label:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 45%;
                height: 2px;
                width: 10px;
                visibility: hidden;
                background-color: #4064d7;
                transition: 0.2s ease all
            }

        .floating-labels .form-group.not-empty .animated-label {
            top: 0;
            font-size: 12px
        }

        .floating-labels .form-group .form-control {
            position: relative;
            z-index: 1;
            border-radius: 0;
            border-width: 0 0 1px;
            border-bottom-color: rgba(0,0,0,0.25);
            height: auto;
            padding: 3px 0 5px
        }

            .floating-labels .form-group .form-control:focus {
                box-shadow: none;
                border-bottom-color: rgba(0,0,0,0.12)
            }

                .floating-labels .form-group .form-control:focus ~ label {
                    top: 0;
                    opacity: 1;
                    color: #4064d7;
                    font-size: 12px
                }

                    .floating-labels .form-group .form-control:focus ~ label:after {
                        visibility: visible;
                        width: 100%;
                        left: 0
                    }

.card-agent {
    border: none
}

    .card-agent .card-img img {
        height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }

    .card-agent .card-img-overlay {
        background-color: white;
        padding: 0.5rem;
        top: unset;
        bottom: 0;
        text-align: center;
        box-shadow: 0 1px 3px 3px rgba(0,0,0,0.05);
        left: 50%;
        transform: translate(-50%,50%);
        min-width: calc(100% - 2rem)
    }

        .card-agent .card-img-overlay .card-title {
            margin-bottom: 0.25rem
        }

        .card-agent .card-img-overlay .details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #efefed;
            border-radius: 4px;
            color: #4064d7;
            font-size: 0.85rem;
            padding: 0 0.5rem;
            transition: all 0.2s ease;
            opacity: 0;
            height: 0;
            overflow: hidden;
            line-height: 0
        }

        .card-agent .card-img-overlay.active .details {
            display: flex;
            opacity: 1;
            height: 24px;
            padding: 0.25rem 0.5rem
        }

.btn-contact {
    font-size: 0.875rem;
    border: 1px solid #4064d7;
    border-radius: 3px;
    color: #4064d7;
    margin-right: 0.5rem;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    white-space: nowrap
}

    .btn-contact i {
        color: #6a86e0;
        font-size: 1rem
    }

    .btn-contact span {
        display: inline-block;
        margin: 0 4px;
        text-transform: uppercase
    }

    .btn-contact:hover {
        background-color: #2c53d2;
        color: white
    }

        .btn-contact:hover i {
            color: white
        }

.btn-whatsapp {
    border-color: #25D366;
    color: #25D366
}

    .btn-whatsapp i {
        color: #4be083
    }

    .btn-whatsapp:hover {
        background-color: #25D366
    }

.btn-viber {
    border-color: #665CAC;
    color: #665CAC
}

    .btn-viber i {
        color: #867ebd
    }

    .btn-viber:hover {
        background-color: #665CAC
    }

.cluster img {
    display: none
}

.cluster {
    width: 36px !important;
    height: 36px !important
}

    .cluster div {
        text-align: center;
        font-size: 15px !important;
        color: #fff !important;
        font-weight: 500;
        border-radius: 50%;
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
        background-color: #4064d7
    }

        .cluster div:before {
            border: 7px solid #3C66EC;
            opacity: 0.2;
            box-shadow: inset 0 0 0 4px #3C66EC;
            content: "";
            position: absolute;
            border-radius: 50%;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-animation: cluster-animation 2.5s infinite;
            animation: cluster-animation 2.5s infinite
        }

@-webkit-keyframes cluster-animation {
    0%,100% {
        transform: scale(1.3) rotate(0deg)
    }

    50% {
        transform: scale(1.5) rotate(90deg)
    }
}

@keyframes cluster-animation {
    0%,100% {
        transform: scale(1.3) rotate(0deg)
    }

    50% {
        transform: scale(1.5) rotate(90deg)
    }
}

.custom-zoom-in, .custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 15px;
    transition: color 0.3s,background-color 0.3s;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 15px;
    height: 32px;
    width: 32px
}

    .custom-zoom-in:hover, .custom-zoom-out:hover {
        background-color: #4064d7;
        color: #fff
    }

    .custom-zoom-in:before, .custom-zoom-out:before {
        font-family: "FontAwesome";
        width: 100%;
        line-height: 34px;
        transition: -webkit-text-stroke 0.3s;
        -webkit-text-stroke: 1px #fff
    }

    .custom-zoom-in:before {
        content: "\F067"
    }

    .custom-zoom-out:before {
        content: "\F068"
    }

    .custom-zoom-in:hover:before, .custom-zoom-out:hover:before {
        -webkit-text-stroke: 1px #3C66EC
    }

.map-card {
    width: 200px;
    position: relative;
    background: white;
    border-radius: 6px;
    overflow: hidden
}

    .map-card img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .map-card .infoBox-close {
        position: absolute;
        z-index: 1;
        top: 6px;
        right: 6px;
        background: white;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 25px
    }

    .map-card .content {
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 6px 10px;
        background: linear-gradient(0deg,rgba(0,0,0,0.9),transparent 60%)
    }

        .map-card .content h2 {
            font-size: 1rem;
            color: white;
            margin-bottom: 4px
        }

        .map-card .content p {
            margin-bottom: 0;
            font-size: 0.75rem;
            color: #eee
        }

            .map-card .content p i {
                padding: 0 4px
            }

                .map-card .content p i:first-child {
                    padding-left: 0
                }

.nav-side-nav {
    padding: 1rem !important;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.04);
    border-radius: 0.5rem
}

    .nav-side-nav .nav-link {
        font-size: 1rem;
        font-weight: normal;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem
    }

        .nav-side-nav .nav-link:hover {
            background-color: #efefed;
            color: #444
        }

        .nav-side-nav .nav-link.active {
            color: white;
            background: #4064d7
        }

.image-uploader {
    border: 1px solid rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer
}

    .image-uploader .upload-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px
    }

        .image-uploader .upload-text i {
            font-size: 2rem
        }

    .image-uploader input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%
    }

    .image-uploader .invalid-feedback {
        position: absolute;
        bottom: -25px;
        left: 5px
    }

.image-previews {
    display: flex;
    flex-wrap: wrap
}

    .image-previews .image {
        border: 1px solid #ddd;
        margin: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: calc(25% - 10px)
    }

        .image-previews .image .delete-image {
            position: absolute;
            right: 2px;
            top: 2px
        }

            .image-previews .image .delete-image i {
                color: #777;
                background-color: white;
                padding: 2px;
                font-size: 1.2rem
            }

            .image-previews .image .delete-image:hover i {
                color: #444
            }

        .image-previews .image img {
            width: 100%;
            height: auto
        }

        .image-previews .image p {
            padding: 5px 10px;
            margin: 0;
            color: #555;
            overflow: hidden;
            text-overflow: ellipsis;
            border-top: 1px solid #eee
        }

.nav-tabs-border {
    display: flex
}

    .nav-tabs-border .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 3px solid #efefed;
        border-right: 1px solid #efefed;
        -webkit-border-end: 1px solid #efefed;
        border-inline-end: 1px solid #efefed;
        font-weight: bold;
        color: #a2a2a2
    }

        .nav-tabs-border .nav-link.active {
            border-bottom-color: #4064d7;
            color: #7a7a7a
        }

.footer-contacts {
    position: fixed;
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
    box-shadow: -1px -1px 3px 1px rgba(0,0,0,0.1);
    display: flex
}

    .footer-contacts .btn-contact {
        margin: 0.5rem 0.2rem;
        flex-grow: 1;
        flex-basis: auto
    }

.tab-basic .nav-link {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #efefed;
    color: #a2a2a2;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    font-size: 0.75rem;
    padding: 0.275rem 1rem
}

    .tab-basic .nav-link.active {
        background-color: white;
        color: #4064d7;
        border-color: #4064d7
    }

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    body.disable-scroll {
        overflow: hidden
    }

svg.ic {
    width: 16px;
    fill: inherit
}

.min-page {
    min-height: calc(100vh - 126px)
}

.rounded-4 {
    border-radius: 0.75rem !important
}

[class^=icon-], [class*=" icon-"] {
    vertical-align: middle
}

.form-group {
    width: 100%
}

button:focus {
    outline: none !important;
    box-shadow: none !important
}

.btn-pill {
    border-radius: 50px
}

.text-width-adjust {
    max-width: 50%;
    margin: auto
}

@media (max-width: 991.98px) {
    .text-width-adjust {
        max-width: 75%
    }
}

@media (max-width: 767.98px) {
    .text-width-adjust {
        max-width: 100%;
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.nav-spacer {
    margin-top: 78px
}

.navbar.fixed-top {
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.05)
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0
}

.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4,0,0.2,1),stroke-dashoffset 600ms cubic-bezier(0.4,0,0.2,1)
}

.line1 {
    stroke-dasharray: 30 207;
    stroke-width: 6
}

.line2 {
    stroke-dasharray: 45 60;
    stroke-width: 6
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

@-webkit-keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.flash-alert {
    position: fixed;
    top: 90px;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%)
}

.top-nav .logo {
    max-width: 120px
}

.top-nav .flag-icon {
    border-radius: 3px
}

    .top-nav .flag-icon.flag-ku {
        width: 22px;
        height: auto;
        margin: 0 0.25rem
    }

.top-nav .nav-login .nav-link {
    border: 1px solid #4064d7
}

@media (min-width: 992px) {
    .top-nav .nav-login {
        display: flex;
        align-items: center
    }

        .top-nav .nav-login .nav-link {
            background-color: white;
            border-radius: 35px;
            padding: 0.45rem 0.75rem !important;
            width: 41px;
            overflow: hidden;
            white-space: nowrap;
            transition: width 0.2s ease;
            margin-right: 1.5rem
        }

            .top-nav .nav-login .nav-link:hover {
                width: 100px
            }

                .top-nav .nav-login .nav-link:hover span {
                    opacity: 1
                }

            .top-nav .nav-login .nav-link span {
                opacity: 0;
                transition: opacity 0.3s ease-in-out
            }
}

.top-nav .page-links {
    text-transform: uppercase
}

    .top-nav .page-links .nav-link {
        border-bottom: 3px solid transparent;
        border-top: 3px solid transparent;
        font-weight: 400;
        white-space: nowrap
    }

        .top-nav .page-links .nav-link:hover, .top-nav .page-links .nav-link.active {
            border-bottom-color: #4064d7
        }

.top-nav .btn-top-nav {
    background-color: inherit;
    border-color: transparent;
    color: #484848;
    font-size: 1rem
}

.top-nav.navbar-transparent {
    background: transparent !important
}

    .top-nav.navbar-transparent .navbar-brand {
        margin-right: 0;
        margin-left: 0
    }

    .top-nav.navbar-transparent .logo-container {
        position: relative;
        width: 163px;
        height: 121px;
    }

    .top-nav.navbar-transparent .navbar-collapse {
        transform-style: preserve-3d
    }

        .top-nav.navbar-transparent .navbar-collapse:after {
            content: "";
            border-bottom: 3px solid rgba(255,255,255,0.3);
            width: 100%;
            position: absolute;
            bottom: 0;
            transform: translatez(-1px)
        }

.home-page-featured {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

    .home-page-featured h1, .home-page-featured h3 {
        text-align: center
    }

    .home-page-featured h1 {
        font-size: 3.125rem;
        font-weight: normal
    }

    .home-page-featured h3 {
        font-weight: lighter
    }

/*    .home-page-featured .search-form {
        margin-top: 30px
    }*/

.form-box {
    background: white;
    padding: 16px;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.5);
    border-radius: 5px;
    margin-top: 2rem;
    border: 1px solid rgba(0,0,0,0.1)
}

.search-form.collapsed .extra-options {
    height: 0;
    margin-top: 0
}

.search-form .extra-options {
    height: 50px;
    transition: all 0.2s linear;
    overflow: hidden
}

.property-type-control label {
    display: inline-block;
    padding: 0.5rem 2.5rem;
    background: white;
    border-radius: 5px;
    margin: 0 7px;
    cursor: pointer;
    color: #9c9c9c
}

.property-type-control input {
    display: none
}

    .property-type-control input:checked + label {
        background: #4064d7;
        color: white;
        position: relative
    }

        .property-type-control input:checked + label::after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: -6px;
            left: 50%;
            margin-left: -3px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #4064d7
        }

.popular-places-images {
    display: flex;
    overflow: auto
}

.popular-places-card {
    margin: 1rem 0.5rem;
    border-radius: 8px;
    border-color: rgba(0,0,0,0.05);
    overflow: hidden
}

    .popular-places-card:hover .card-img-overlay {
        bottom: 0;
        background-image: linear-gradient(to bottom,transparent,#4064d7)
    }

    .popular-places-card .title {
        color: white
    }

    .popular-places-card .property-count {
        color: #eee
    }

    .popular-places-card .details-link {
        color: white;
        border-top: 1px solid rgba(255,255,255,0.5);
        margin-top: 5px;
        padding: 5px 2px 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .popular-places-card img {
        width: 200px;
        height: 150px;
        border-radius: 8px
    }

    .popular-places-card .card-img-overlay {
        top: unset;
        bottom: -38px;
        padding: 0.5rem 1rem;
        transition: bottom 0.2s ease-in-out;
        background-image: linear-gradient(to bottom,transparent,#000)
    }

.post-property-banner p {
    color: #484848
}

.featured-agencies {
    background-color: #f7f7f7
}

.mobile-app-download {
    color: white;
    position: relative;
    background: linear-gradient(rgba(34,78,216,0.92),rgba(34,78,216,0.92)),url(/RealStateStyle/images/mobile-app-bg.jpg) no-repeat center center;
    background-size: cover
}

    .mobile-app-download .mobile-image {
        position: absolute;
        right: 0;
        bottom: -85px
    }

    .mobile-app-download .btn-app-download img {
        height: 60px;
        width: auto
    }

    .mobile-app-download .btn-app-download:hover {
        opacity: 0.7
    }

footer {
    background: #484848;
    color: white
}

    footer h5 {
        color: white
    }

    footer .footer-logo {
        width: 150px;
        margin-bottom: 2rem
    }

    footer p.tagline {
        font-size: 0.75rem;
        width: 75%;
        color: rgba(255,255,255,0.7)
    }

    footer .nav {
        flex-direction: column
    }

        footer .nav li {
            margin-bottom: 0.5rem;
            margin-top: 0.5rem;
            font-size: 0.875rem
        }

        footer .nav a {
            color: white
        }

.social-links a {
    color: rgba(255,255,255,0.7);
    font-size: 1.125rem
}

    .social-links a:hover {
        color: white
    }

.breadcrumb-wrapper {
    background-color: #efefed
}

    .breadcrumb-wrapper .breadcrumb {
        padding: 0.75rem;
        background-color: #efefed !important;
        color: #a2a2a2
    }

        .breadcrumb-wrapper .breadcrumb a {
            color: #484848
        }

.sort-box {
    background-color: #efefed;
    border-radius: 0.75rem;
    padding: 0.5rem
}

    .sort-box .status-group {
        display: none
    }

        .sort-box .status-group.show {
            display: flex
        }

        .sort-box .status-group .selection-btns .btn {
            text-transform: uppercase;
            font-size: 0.85rem;
            padding: 0.5rem
        }

            .sort-box .status-group .selection-btns .btn input {
                display: none
            }

            .sort-box .status-group .selection-btns .btn.active {
                background-color: white;
                color: #4064d7
            }

    .sort-box .layout-switcher .btn {
        font-size: 1rem;
        padding: 0 0.5rem
    }

.card-divider {
    border-top: 1px solid #dee2e6;
    padding-top: 0.75rem;
    margin: 0.75rem -0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.property-listing-card {
    border: none
}

    .property-listing-card .btn-favourite {
        font-size: 1.5rem;
        position: absolute;
        right: 0;
        bottom: 0;
        color: white
    }

        .property-listing-card .btn-favourite:hover {
            color: blue
        }

        .property-listing-card .btn-favourite :not(.liked):before {
            content: "\F08A"
        }

    .property-listing-card .btn-favourite-mobile :not(.liked):before {
        content: "\F08A"
    }

    .property-listing-card .property-image {
        display: block;
        position: relative
    }

        .property-listing-card .property-image .sold {
            position: absolute;
            left: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 50%;
            -o-object-fit: cover;
            object-fit: cover;
            transform: translate(-50%,-50%)
        }

        .property-listing-card .property-image .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            border: 1px solid white;
            border-radius: 50px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            transform: translate(-15px,-15px);
            box-shadow: 0 0 3px 1px rgba(0,0,0,0.5)
        }

        .property-listing-card .property-image img {
            -o-object-fit: cover;
            object-fit: cover;
            transition: transform 0.2s linear;
            border-radius: 0.75rem
        }

        .property-listing-card .property-image .labels {
            position: absolute;
            right: 0.5rem;
            top: 0.5rem;
            display: flex;
            flex-direction: row
        }

        .property-listing-card .property-image .label {
            padding: 0.25rem;
            background: white;
            color: #4064d7;
            font-size: 0.65rem;
            border-radius: 3px;
            text-transform: uppercase;
            font-weight: 600
        }

            .property-listing-card .property-image .label.for-sale {
                color: red
            }

            .property-listing-card .property-image .label.for-sold, .property-listing-card .property-image .label.for-rented {
                background-color: red;
                color: white;
                font-size: 0.6rem;
                -webkit-margin-start: 4px;
                margin-inline-start: 4px
            }

        .property-listing-card .property-image .featured-container {
            position: absolute;
            width: 100px;
            height: 100px;
            background: transparent !important;
            top: -3px;
            left: -3px;
            overflow: hidden
        }

            .property-listing-card .property-image .featured-container .featured {
                color: white;
                transform: rotate(-45deg);
                background: #4064d7;
                width: 150px;
                text-align: center;
                position: relative;
                top: 20px;
                left: -40px;
                padding: 3px 0
            }

                .property-listing-card .property-image .featured-container .featured:before, .property-listing-card .property-image .featured-container .featured:after {
                    content: "";
                    border-top: 3px solid #1f3a92;
                    border-left: 3px solid transparent;
                    border-right: 3px solid transparent;
                    position: absolute;
                    bottom: -3px
                }

                .property-listing-card .property-image .featured-container .featured:before {
                    left: 8px
                }

                .property-listing-card .property-image .featured-container .featured:after {
                    right: 13px
                }

    .property-listing-card .details {
        padding: 1rem
    }

    .property-listing-card .title {
        font-size: 1.125rem;
        font-weight: 600
    }

    .property-listing-card .property-specs {
        display: flex
    }

        .property-listing-card .property-specs .item {
            background-color: #f7f7f7;
            padding: 0.25rem 0.5rem;
            margin: 0.5rem 0.5rem 0;
            font-size: 0.75rem;
            text-align: center
        }

            .property-listing-card .property-specs .item:first-child {
                margin-left: 0
            }

    .property-listing-card .price {
        font-size: 1.225rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.125rem;
        color: #484848
    }

        .property-listing-card .price small {
            font-weight: normal;
            color: #7a7a7a;
            text-transform: uppercase
        }

    .property-listing-card .address, .property-listing-card .posted-date {
        font-size: 0.9rem;
        color: #7a7a7a
    }

    .property-listing-card .property-category {
        position: absolute;
        top: 1rem;
        right: 1rem;
        max-width: 200px;
        text-overflow: ellipsis;
        font-size: 0.75rem
    }

.search-header {
    background: #efefed;
    padding: 0.5rem
}

#mobile-search {
    position: fixed;
    top: 62px;
    z-index: 1;
    left: 0;
    right: 0
}

    #mobile-search .btn-map-view, #mobile-search .btn-list-view {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem
    }

    #mobile-search .btn-filter {
        min-width: 100px;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        font-weight: bold;
        color: #4064d7
    }

    #mobile-search .search-popup {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 116px;
        background: white;
        overflow: hidden;
        z-index: 11;
        transition: transform 0.2s ease-out;
        will-change: transform;
        transform: translateX(100%);
        padding: 0.5rem
    }

@media (min-width: 768px) and (max-width:991.98px) {
    #mobile-search .search-popup {
        padding-top: 33px
    }
}

#mobile-search .search-popup.active {
    transform: translateX(0)
}

#mobile-search .search-popup .popup-body {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 60px;
    padding-top: 1rem
}

#mobile-search .search-popup .popup-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: white
}

.property-slider {
    position: relative
}

    .property-slider:not(.slick-slider) {
        overflow: auto
    }

        .property-slider:not(.slick-slider) .item {
            flex-shrink: 0;
            width: 82%
        }

            .property-slider:not(.slick-slider) .item:first-child {
                margin-left: 9% !important
            }

    .property-slider.slick-slider {
        margin-left: 0;
        margin-right: 0
    }

    .property-slider .item {
        position: relative
    }

        .property-slider .item img {
            border-radius: 0.5rem;
            width: 100%;
            height: 320px;
            -o-object-fit: cover;
            object-fit: cover
        }

        .property-slider .item .sold {
            -o-object-fit: contain;
            object-fit: contain;
            position: absolute
        }

    .property-slider .slick-next {
        right: 140px
    }

@media (max-width: 991.98px) {
    .property-slider .slick-next {
        right: 110px !important
    }
}

@media (max-width: 575.98px) {
    .property-slider .slick-next {
        right: 50px !important;
        width: 30px;
        height: 30px
    }

        .property-slider .slick-next i {
            font-size: 0.75rem
        }
}

.property-slider .slick-prev {
    left: 140px
}

@media (max-width: 991.98px) {
    .property-slider .slick-prev {
        left: 110px !important
    }
}

@media (max-width: 575.98px) {
    .property-slider .slick-prev {
        left: 50px !important;
        width: 30px;
        height: 30px
    }

        .property-slider .slick-prev i {
            font-size: 0.75rem
        }
}

.property-slider-nav {
    display: flex;
    justify-content: center;
    overflow: auto
}

    .property-slider-nav .item img {
        width: 100px;
        height: 70px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0.5rem;
        margin: 1rem 0.5rem;
        cursor: pointer;
        border: 4px solid transparent;
        transition: border 0.2s ease-in-out;
        will-change: border
    }

        .property-slider-nav .item img.active {
            border-color: #4064d7
        }

.details-nav-container {
    overflow: auto
}

    .details-nav-container.sticky {
        position: fixed;
        top: 77px;
        z-index: 1;
        left: 0;
        right: 0;
        background: white;
        padding: 0.5rem
    }

@media (max-width: 991.98px) {
    .details-nav-container.sticky {
        top: 56px
    }
}

.details-nav-container.sticky .container-lg {
    padding: 0 0.5rem !important
}

.details-nav-container.sticky .details-nav {
    margin-bottom: 0 !important;
    max-width: 75%
}

.details-nav-container.sticky + section {
    padding-top: 72.19px
}

.details-nav {
    padding: 0.35rem;
    background: #efefed;
    border-radius: 50px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

    .details-nav .nav {
        flex-wrap: nowrap
    }

    .details-nav .nav-link {
        border-radius: 50px;
        font-weight: 400;
        font-size: 0.875rem;
        white-space: nowrap
    }

.list-key-value {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

    .list-key-value .list-group-item {
        padding-left: 0;
        padding-right: 0;
        font-size: 0.75rem;
        width: calc(50% - 1rem);
        margin-right: 1rem
    }

        .list-key-value .list-group-item:last-child {
            border-bottom-width: 1px
        }

        .list-key-value .list-group-item i {
            font-size: 1.125rem
        }

        .list-key-value .list-group-item span:first-child:after {
            content: ":";
            font-weight: bold
        }

        .list-key-value .list-group-item span:last-child {
            font-weight: bold;
            color: #484848
        }

.amenities-container {
    border: 1px solid #efefed;
    border-radius: 0.75rem
}

    .amenities-container .features {
        background: #efefed
    }

.entries {
    border-radius: 0.75rem;
    padding: 1rem;
    font-size: 0.75rem
}

    .entries .title {
        min-width: 100px;
        text-align: center
    }

    .entries .entry {
        border-bottom: 1px solid #dee2e6;
        padding: 0.5rem;
        display: flex;
        align-items: center
    }

        .entries .entry span {
            white-space: nowrap;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .entries .entry .icon {
            padding-left: 0.5rem;
            -webkit-padding-end: 0.5rem;
            padding-inline-end: 0.5rem
        }

            .entries .entry .icon i {
                font-size: 32px
            }

    .entries .content > div:nth-last-child(-n+3) .entry {
        border-bottom: none
    }

.property-description {
    font-size: 0.75rem
}

.sidebar .agent-details .agent-photo img {
    border-radius: 0.5rem;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f0f0
}

.sidebar .agent-details .agent-name {
    font-size: 1rem
}

.sidebar .agent-details .agent-contact {
    font-size: 1rem;
    color: #7a7a7a
}

.sidebar .agency-details {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

    .sidebar .agency-details .agency-logo img {
        width: 100px;
        height: auto;
        padding: 0.5rem
    }

    .sidebar .agency-details h4 {
        font-size: 0.75rem
    }

    .sidebar .agency-details .agency-city {
        font-size: 0.75rem
    }

.sidebar a {
    font-size: 0.75rem;
    font-weight: bold
}

.sidebar .btn-contact {
    width: 100%;
    margin-top: 0.75rem;
    border-width: 2px;
    white-space: nowrap
}

#propertyMap {
    height: 400px;
    border-radius: 3px
}

#propertyMap-container {
    height: auto;
    position: relative;
    padding-top: 5px;
    display: block
}

.map-page {
    display: flex;
    height: 100vh
}

    .map-page .map-section {
        width: 70%;
        height: 100%
    }

    .map-page #map-container {
        position: relative
    }

        .map-page #map-container #map-loader {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

            .map-page #map-container #map-loader img {
                width: 60px;
                height: 60px;
                overflow: hidden;
                border-radius: 100px
            }

    .map-page #map-container, .map-page #map {
        width: 100%;
        height: 100%
    }

    .map-page .properties-section {
        height: 100%;
        overflow: auto
    }

        .map-page .properties-section .property-card .card-img img {
            width: 100%;
            height: 200px
        }

    .map-page #desktop-search {
        position: absolute;
        top: 0.5rem;
        z-index: 100;
        padding: 0 0.5rem
    }

        .map-page #desktop-search .search-form {
            padding: 0.6rem;
            border-radius: 8px;
            background: rgba(255,255,255,0.7);
            box-shadow: none;
            border: none;
            margin-top: 0
        }

#page-login, .tab-form {
    background-color: #f8f8f8
}

    #page-login .tab-container, .tab-form .tab-container {
        min-height: calc(100vh - 78px)
    }

    #page-login .tab-container-inner, .tab-form .tab-container-inner {
        max-width: 800px;
        min-width: 500px;
        padding: 1rem 2rem;
        background-color: white;
        border: 1px solid #f3f3f3;
        border-radius: 1rem;
        transition: all 0.3s ease-in-out
    }

@media (max-width: 767.98px) {
    #page-login .tab-container-inner, .tab-form .tab-container-inner {
        min-width: 100%
    }
}

#page-login .tab-container-inner .nav, .tab-form .tab-container-inner .nav {
    border-bottom: 3px solid #efefed
}

    #page-login .tab-container-inner .nav .nav-link, .tab-form .tab-container-inner .nav .nav-link {
        font-size: 1.35rem;
        font-weight: bold;
        padding: 0.75rem 2rem;
        border-bottom: 3px solid #efefed;
        margin-bottom: -3px;
        color: #a2a2a2
    }

        #page-login .tab-container-inner .nav .nav-link.active, .tab-form .tab-container-inner .nav .nav-link.active {
            border-bottom-color: #4064d7;
            color: #484848
        }

#page-login form button[type=submit], .tab-form form button[type=submit] {
    margin: auto;
    display: block
}

#page-login form .btn-signup, .tab-form form .btn-signup {
    max-width: 300px;
    margin: auto;
    display: block
}

@media (max-width: 767.98px) {
    #page-agency-detail .agency-detail .image-section {
        min-height: 180px;
        border-bottom: 1px solid #efefed;
        margin-bottom: 1.5rem
    }

    #page-agency-detail .agency-detail .agency-description {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #efefed
    }
}

.property-details-popup {
    padding-top: 30px
}

    .property-details-popup .modal-dialog {
        max-width: 1060px
    }

    .property-details-popup .btn-close {
        position: absolute;
        top: -48px;
        right: 0;
        background-color: white;
        opacity: 1;
        padding: 10px;
        border-radius: 50%
    }

    .property-details-popup .tab-content > .tab-pane {
        display: block;
        height: 0;
        overflow: hidden
    }

    .property-details-popup .tab-content > .active {
        height: auto
    }

    .property-details-popup .agency-logo {
        width: 160px;
        margin: auto;
        max-height: 160px;
        -o-object-fit: contain;
        object-fit: contain
    }

#popup-property-map {
    height: 360px
}

.popup-slider .item {
    background-color: rgba(0,0,0,0.7);
    position: relative
}

    .popup-slider .item img, .popup-slider .item iframe {
        -o-object-fit: contain;
        object-fit: contain;
        margin: auto;
        height: 100%;
        width: auto;
        max-height: 440px
    }

    .popup-slider .item .sold {
        position: absolute;
        -o-object-fit: contain;
        object-fit: contain;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.popup-slider.plans .item img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.popup-slider .slick-next {
    right: 30px
}

.popup-slider .slick-prev {
    left: 30px
}

.popup-slider-nav {
    display: flex;
    justify-content: center;
    overflow: auto
}

    .popup-slider-nav .item {
        position: relative
    }

        .popup-slider-nav .item img {
            width: 70px;
            height: 50px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 0.5rem;
            margin: 1rem 0.5rem;
            cursor: pointer;
            border: 4px solid transparent;
            transition: border 0.2s ease-in-out;
            will-change: border
        }

            .popup-slider-nav .item img.active {
                border-color: #4064d7
            }

.slider-overlay {
    position: absolute;
    bottom: 20px;
    left: 150px;
    z-index: 1
}

@media (min-width: 768px) and (max-width:991.98px) {
    .slider-overlay {
        left: 100px
    }
}

@media (max-width: 767.98px) {
    .slider-overlay {
        left: 50px;
        bottom: 10px
    }
}

.slider-overlay .btns {
    display: flex
}

    .slider-overlay .btns .overlay-btn {
        cursor: pointer;
        background: rgba(0,0,0,0.7);
        border-radius: 50px;
        padding: 0.25rem 0.75rem;
        margin: 0 0.25rem;
        color: #eee;
        font-size: 0.75rem;
        border: 1px solid rgba(255,255,255,0.5)
    }

@media (max-width: 575.98px) {
    .slider-overlay .btns .overlay-btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.7rem;
        margin: 0 0.15rem
    }
}

.app-download-promo {
    background: url("/RealStateStyle/images/app-download-background.jpg") no-repeat center center;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    padding-top: 30px
}

    .app-download-promo .app-image {
        width: 100%;
        max-width: 500px;
        margin: auto;
        height: auto
    }

    .app-download-promo .title {
        font-family: "Poppins",sans-serif;
        font-weight: 600;
        font-size: 1.875rem;
        color: #484848;
        text-align: center
    }

    .app-download-promo p {
        font-size: 1.125rem;
        color: #7a7a7a
    }

    .app-download-promo .app-store-link {
        background-image: url("/RealStateStyle/images/app-store-link.png")
    }

        .app-download-promo .app-store-link:hover {
            background-image: url("/RealStateStyle/images/app-store-link-hover.png")
        }

    .app-download-promo .play-store-link {
        background-image: url("/RealStateStyle/images/play-store-link.png")
    }

        .app-download-promo .play-store-link:hover {
            background-image: url("/RealStateStyle/images/play-store-link-hover.png")
        }

    .app-download-promo .link-btn {
        width: 170px;
        height: 60px;
        display: inline-block;
        background-size: 100%;
        background-position: top left;
        background-repeat: no-repeat
    }

    .app-download-promo .share-links {
        margin-top: 1rem
    }

        .app-download-promo .share-links a {
            margin: 0 0.25rem
        }

        .app-download-promo .share-links img {
            width: 2.5rem;
            height: 2.5rem
        }

.similar-properties .slick-slider .slick-next {
    right: -21px
}

.service-agency-card {
    border-radius: 0.5rem;
    padding: 0.25rem
}

    .service-agency-card .image-side {
        display: flex;
        align-items: center
    }

    .service-agency-card img {
        border-radius: 0.5rem;
        overflow: hidden;
        width: 120px;
        height: auto;
        max-height: 120px;
        padding: 0.5rem
    }

@media (max-width: 575.98px) {
    .service-agency-card img {
        width: 90px;
        height: 90px
    }
}

.service-agency-card .listing-contacts .btn {
    padding: 0.5rem 1rem;
    font-size: 0.75rem
}

    .service-agency-card .listing-contacts .btn i {
        font-size: 0.75rem
    }

@media (max-width: 575.98px) {
    .service-agency-card .listing-contacts .btn {
        padding: 0.5rem;
        font-size: 0.65rem
    }
}

.service-agency-card .featured-container {
    position: absolute;
    width: 100px;
    height: 100px;
    background: transparent !important;
    font-size: 0.75rem;
    top: -3px;
    left: -3px;
    overflow: hidden
}

    .service-agency-card .featured-container .featured {
        color: white;
        transform: rotate(-45deg);
        background: #4064d7;
        width: 150px;
        text-align: center;
        position: relative;
        top: 20px;
        left: -40px;
        padding: 3px 0
    }

        .service-agency-card .featured-container .featured:before, .service-agency-card .featured-container .featured:after {
            content: "";
            border-top: 3px solid #1f3a92;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            position: absolute;
            bottom: -3px
        }

        .service-agency-card .featured-container .featured:before {
            left: 8px
        }

        .service-agency-card .featured-container .featured:after {
            right: 13px
        }

.service-agency-card .btn-favourite {
    font-size: 1.5rem;
    position: absolute;
    left: 100px;
    bottom: 0;
    color: white
}

    .service-agency-card .btn-favourite:hover {
        color: blue
    }

    .service-agency-card .btn-favourite :not(.liked):before {
        content: "\F08A"
    }

.service-agency-card .btn-favourite-mobile :not(.liked):before {
    content: "\F08A"
}

.agency-contact-info-list li {
    margin-bottom: 0.5rem;
    color: #9c9c9c
}

    .agency-contact-info-list li i {
        color: #a2a2a2;
        -webkit-margin-end: 0.6rem;
        margin-inline-end: 0.6rem
    }

.social-media-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    border: 1px solid #efefed;
    font-size: 0.9rem;
    border-radius: 50rem;
    width: 2.2rem;
    height: 2.2rem;
    color: #a2a2a2;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem
}

    .social-media-links a:hover {
        color: #7a7a7a;
        border-color: #ced4da
    }

#page-services .search {
    background: url("/RealStateStyle/images/services-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 110px
}

    #page-services .search h2, #page-services .search h5 {
        color: white;
        text-align: center;
        font-weight: 400
    }

    #page-services .search h5 {
        font-weight: lighter;
        margin-bottom: 3rem
    }

.card-service-category .icon-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.card-service-category img {
    transition: transform 0.2s ease-in-out;
    width: 200px
}

.card-service-category:hover img {
    transform: scale(1.1)
}

.card-service-category .card-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

    .card-service-category .card-black-overlay h2 {
        color: white;
        text-transform: uppercase
    }

    .card-service-category .card-black-overlay img {
        width: 50px;
        height: auto;
        margin-bottom: 1rem;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

.service-agency-details .image-section .agency-logo {
    display: flex;
    min-height: 250px;
    justify-content: center
}

    .service-agency-details .image-section .agency-logo img {
        width: 100px;
        -o-object-fit: contain;
        object-fit: contain
    }

.service-agency-details .agency-overlay-btns {
    left: 30px
}

#page-service-agency-details .popup-slider .item img {
    height: 320px
}

#page-service-agency-details .property-details-popup {
    padding-top: 70px
}

.no-slider {
    overflow: auto
}

.btn-favourite {
    font-size: 1.5rem;
    color: #a2a2a2
}

    .btn-favourite:hover {
        color: blue
    }

    .btn-favourite :not(.liked):before {
        content: "\F08A"
    }

.header-btn {
    padding: 0 0.5rem;
    cursor: pointer;
    font-size: 1.1rem
}

    .header-btn i, .header-btn span {
        font-size: 1.1rem;
        color: #a2a2a2
    }

    .header-btn span {
        margin-top: 0.5rem
    }

.btn-login-google {
    background: #DD4B39;
    color: white
}

    .btn-login-google i {
        font-size: 1.5rem
    }

    .btn-login-google:hover {
        color: white;
        background: #c23321
    }

.marketed-by .logo {
    max-width: 120px
}

.recent-updates-gallery img {
    max-height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

table.floor-plans th {
    font-size: 0.85rem;
    font-weight: normal
}

table.floor-plans td {
    font-size: 0.75rem;
    font-weight: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle
}

table.floor-plans td, table.floor-plans th {
    border-bottom-color: #efefed !important
}

table.floor-plans tbody tr:last-child td {
    border-bottom: none
}

.floor-plan-accordian .handle {
    cursor: pointer;
    font-size: 0.75rem
}

.floor-plan-accordian .content {
    display: none;
    will-change: height
}

.near-by-controlls {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 0.5rem
}

.btn-nearby {
    padding-right: 0.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    border-color: #dee2e6;
    border-width: 2px;
    margin: 0 3px 3px 0;
    white-space: nowrap
}

    .btn-nearby .svg-image-icon {
        height: 14px;
        width: 14px;
        margin: 0 0.25rem
    }

.app-download-top-banner {
    background: #4064d7
}

    .app-download-top-banner.hidden {
        display: none
    }

    .app-download-top-banner img {
        width: 50px;
        height: 50px
    }

    .app-download-top-banner .title, .app-download-top-banner .subtitle {
        color: white;
        margin-bottom: 0
    }

    .app-download-top-banner .title {
        font-size: 20px;
        margin-bottom: 4px
    }

    .app-download-top-banner .subtitle {
        font-size: 14px;
        font-weight: 400
    }

    .app-download-top-banner .btn {
        color: white;
        background: #62a8ff
    }

    .app-download-top-banner .close-btn {
        cursor: pointer
    }

    .app-download-top-banner i {
        color: white;
        padding: 6px;
        margin-left: 8px;
        -webkit-margin-start: 8px;
        margin-inline-start: 8px
    }

.autocomplete .autolist {
    position: absolute;
    z-index: 100;
    background: white;
    width: 100%;
    list-style: none;
    border: 1px solid #ced4da;
    padding: 0;
    border-radius: 4px;
    display: none
}

    .autocomplete .autolist > div {
        padding: 8px;
        border-bottom: 1px solid #ced4da;
        cursor: pointer
    }

        .autocomplete .autolist > div:hover {
            background: #4064d7;
            color: white
        }

@media (min-width: 992px) {
    .top-nav {
        padding-top: 0;
        padding-bottom: 0
    }

        .top-nav .nav-link {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem
        }

        .top-nav .page-links:first-child {
            margin-left: 0rem
        }
}

@media (max-width: 1199.98px) {
    .popular-places-images {
        justify-content: start
    }

        .popular-places-images img {
            width: 180px
        }
}

@media (max-width: 991.98px) {
    .nav-spacer {
        margin-top: 93px
    }

    .navbar.top-nav {
        background: white !important
    }

        .navbar.top-nav .logo-container {
            position: unset
        }

        .navbar.top-nav .logo {
            max-width: 90px
        }

        .navbar.top-nav .menu-toggle {
            padding: 0.25rem 0;
            font-size: 1.25rem;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: 0.25rem;
            transition: box-shadow 0.15s ease-in-out
        }

            .navbar.top-nav .menu-toggle:focus {
                outline: none
            }

            .navbar.top-nav .menu-toggle + .navbar-collapse {
                transform: translatex(-100%);
                transition: transform 0.3s ease-in-out;
                display: block;
                position: fixed;
                background: white;
                overflow: auto;
                left: 0;
                right: 0;
                bottom: 0;
                top: 57px;
                border-top: 1px solid rgba(0,0,0,0.1);
                z-index: 100;
                padding-top: 13px
            }

            .navbar.top-nav .menu-toggle.opened + .navbar-collapse {
                transform: translatex(0)
            }

        .navbar.top-nav .nav-item .nav-link {
            text-align: center;
            border: none;
            text-transform: capitalize;
            font-weight: 400;
            font-size: 1.1rem
        }

        .navbar.top-nav .nav-item.dropdown {
            display: flex;
            flex-direction: column;
            flex: 1 0 auto;
            width: 100%;
            align-items: center
        }

            .navbar.top-nav .nav-item.dropdown .dropdown-menu {
                width: 110%;
                margin: auto;
                border-radius: 0;
                margin-left: -5px;
                margin-right: -5px
            }

                .navbar.top-nav .nav-item.dropdown .dropdown-menu a {
                    text-align: center
                }

    .featured-properties .slider-section .btn, .featured-agencies .slider-section .btn {
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.05);
        color: #484848;
        font-weight: bold
    }

        .featured-properties .slider-section .btn:hover, .featured-agencies .slider-section .btn:hover {
            color: white
        }

    .slick-slider:not(.slider-fluid) {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-bottom: 1rem
    }

        .slick-slider:not(.slider-fluid) .slick-next {
            right: -21px
        }

    .title-fluid {
        text-align: center
    }

        .title-fluid:after {
            left: 50%;
            transform: translateX(-50%)
        }

    #page-properties .content {
        padding-top: 65px
    }

    #page-projects .content {
        padding-top: 65px
    }

    .mobile-nav-spacing {
        padding-top: 65px
    }
}

@media (max-width: 767.98px) {
    .page-header {
        background-position: right 20px
    }

    .home-page-featured {
        min-height: unset
    }

        .home-page-featured h1 {
            font-size: calc(1.5rem + 1.5vw)
        }

        .home-page-featured .form-box {
            box-shadow: unset;
            border: unset;
            background: none;
            margin-top: 1rem;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto
        }

    .property-type-control label {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .property-slider .item img {
        height: 180px
    }

    .property-slider-nav .item img {
        height: 50px
    }

    .mobile-app-download {
        position: relative;
        overflow: hidden
    }

        .mobile-app-download p {
            font-size: 0.85rem
        }

        .mobile-app-download .btn-app-download img {
            height: 50px
        }

        .mobile-app-download .mobile-image {
            transform: scale(0.8);
            right: -50px
        }

    .property-listing-card .details {
        padding: 0 0 0 1rem;
        -webkit-padding-start: 1rem;
        padding-inline-start: 1rem
    }

    .property-listing-card .property-image, .property-listing-card .property-image img {
        width: 200px;
        height: 220px
    }

    .property-listing-card .property-category {
        position: unset
    }

    .property-listing-card .mobile-price div {
        font-weight: bold;
        color: #212529
    }

    .property-listing-card .mobile-price small {
        font-size: 9px !important;
        color: #dc3545
    }

    .property-listing-card .posted-date, .property-listing-card .address {
        font-size: 0.875rem;
        color: #7a7a7a !important;
        font-weight: normal;
        letter-spacing: unset;
        margin-bottom: 0.25rem
    }

    .property-listing-card .title {
        font-weight: bold;
        letter-spacing: unset
    }

    .property-listing-card .btn-contact {
        font-size: 0.875rem;
        padding: 0.5rem 1rem
    }

    .property-listing-card .price {
        display: none
    }

    .property-listing-card .btn-favourite {
        display: none
    }

    .property-listing-card .btn-favourite-mobile {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        font-size: 1.25rem
    }

    body#page-map .top-nav {
        display: none
    }

    body#page-map .nav-spacer {
        margin-top: 0
    }

    body#page-map .search-popup {
        top: 47px;
        padding: 6px
    }

    #mobile-search {
        padding-top: 3px;
        z-index: 9;
    }

        #mobile-search .search-popup {
            top: 143px
        }

    .map-page {
        display: flex;
        height: 100vh
    }

        .map-page .map-section {
            width: 100%;
            height: 100%
        }

        .map-page #mobile-search {
            top: 0
        }

        .map-page #map-container, .map-page #map {
            width: 100%;
            height: 100%
        }

        .map-page .properties-section {
            height: auto;
            overflow: hidden;
            flex-basis: 100%;
            position: absolute;
            top: calc(100vh - 191px);
            left: 0
        }

            .map-page .properties-section .property-listing {
                overflow: auto;
                flex-wrap: nowrap
            }

                .map-page .properties-section .property-listing > div {
                    width: auto
                }

            .map-page .properties-section .property-card {
                width: 270px;
                max-width: 100%;
                background-color: #888
            }

                .map-page .properties-section .property-card .card-img img {
                    width: 100%;
                    height: 120px
                }

    #page-agent .agent-photo {
        max-height: 180px
    }

    #page-agent .agency-content {
        margin-top: 2rem;
        border-top: 1px solid #efefed;
        padding-top: 1.5rem
    }
}

@media (max-width: 575.98px) {
    .sub-text {
        width: unset;
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }

    .page-header {
        background-position: 54% 14px
    }

        /*.page-header .home-page-featured {
            padding-top: 50px;
            padding-bottom: 50px
        }*/

    .popular-places-images .title {
        font-size: 1.125rem;
        font-weight: bold;
        margin-bottom: 0
    }

    .popular-places-images .popular-places-card .card-img-overlay {
        bottom: -30px
    }

    .popular-places-images .property-count, .popular-places-images .details-link {
        font-size: 0.85rem
    }

    .popular-places-images img {
        width: 140px;
        height: 120px
    }

    .slick-slider.card-slider {
        margin: 0 1rem 1rem
    }

        .slick-slider.card-slider .slick-next {
            right: -21px
        }

    .mobile-app-download {
        background-position-x: left
    }

        .mobile-app-download p {
            width: calc(100vw - 140px);
            font-size: 11px
        }

        .mobile-app-download .image-container {
            width: 100px
        }

            .mobile-app-download .image-container .mobile-image {
                transform: unset;
                width: 215px;
                bottom: -10px;
                right: -70px
            }

        .mobile-app-download .btn-app-download img {
            height: 36px
        }

    footer h5 {
        margin-top: 0.75rem
    }

    .sort-box {
        margin: -1.5rem -0.75rem 2rem;
        border-radius: 0;
        padding: 0.5rem !important;
        background-color: #f5f5f1
    }

        .sort-box .selection-btns .btn {
            padding: 0.25rem 0.25rem !important;
            border-radius: 4px
        }

            .sort-box .selection-btns .btn span {
                padding: 0 !important;
                font-size: 0.75rem
            }

        .sort-box .btn-select-icon {
            padding: 0 0 0 2rem;
            background-image: unset;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #7a7a7a !important
        }

            .sort-box .btn-select-icon i {
                color: #7a7a7a
            }

    .project-card-divider {
        border-top: 1px solid #dee2e6;
        padding-top: 0.75rem;
        margin: 0.75rem -0.75rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }

    .property-listing-card {
        padding-bottom: 2.5rem
    }

        .property-listing-card .label.featured-container .featured {
            transform: rotate(-45deg) scale(0.7);
            top: 7px;
            left: -54px
        }

        .property-listing-card .label.for-sale, .property-listing-card .label.for-rent {
            font-size: 9px;
            padding: 0.125rem
        }

        .property-listing-card .property-image, .property-listing-card .property-image img {
            width: 110px;
            height: 110px
        }

        .property-listing-card .title, .property-listing-card .address, .property-listing-card .posted-date, .property-listing-card .mobile-price, .property-listing-card .property-category {
            max-width: calc(100vw - (120px + 44px));
            font-size: 0.75rem;
            margin-bottom: 0;
            margin-top: 0.125rem
        }

        .property-listing-card .mobile-price, .property-listing-card .title {
            font-size: 1rem;
            color: #212529
        }

        .property-listing-card .property-specs .item {
            color: #7a7a7a;
            padding: 4px;
            margin-left: 0;
            font-size: 0.7rem;
            white-space: nowrap
        }

        .property-listing-card hr {
            display: none
        }

        .property-listing-card .agency-image {
            display: none !important
        }

        .property-listing-card .listing-contacts {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding-top: 1rem
        }

            .property-listing-card .listing-contacts .btn-contact {
                font-size: 0.75rem;
                padding: 0.25rem 1rem
            }

    .list-key-value .list-group-item {
        width: 100%
    }

    .amenities-container .content > div:nth-last-child(-n+3) {
        border-bottom: 1px solid #dee2e6
    }

    .amenities-container .content > div:nth-last-child(-n+1) {
        border-bottom: none
    }

    .overlay-card .card-img img {
    /*width: 140px;*/
        height: 200px
    }

    .overlay-card .card-img-overlay {
        bottom: -42px
    }

    .overlay-card .title {
        font-size: 0.7rem
    }

    .overlay-card .price {
        font-size: 0.85rem
    }

    .overlay-card .property-specs .item {
        font-size: 7px;
    }

    #page-projects .property-listing-card {
        border: none !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 0 0 40px 0 !important
    }

        #page-projects .property-listing-card .details {
            width: calc(100vw - 10.5rem)
        }

        #page-projects .property-listing-card .price {
            font-size: 0.85rem;
            margin-bottom: 0.25rem !important
        }

        #page-projects .property-listing-card .property-category {
            display: none
        }

        #page-projects .property-listing-card .title, #page-projects .property-listing-card .categories, #page-projects .property-listing-card .address {
            font-size: 0.75rem !important;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #7a7a7a !important;
            text-transform: capitalize !important;
            white-space: nowrap
        }

    .app-download-top-banner .img {
        width: 50px;
        height: 50px
    }

    .app-download-top-banner .title {
        font-size: 14px
    }

    .app-download-top-banner .subtitle {
        font-size: 12px
    }

    .app-download-top-banner .btn {
        padding: 4px;
        font-size: 10px
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 14px
    }
}

html[rtl] body {
    font-family: "Droid Arabic Kufi",sans-serif
}

html[rtl] ul {
    padding-right: 0
}

html[rtl] .breadcrumb-item + .breadcrumb-item {
    padding-left: unse;
    padding-right: 0.5rem
}

    html[rtl] .breadcrumb-item + .breadcrumb-item::before {
        float: right;
        padding-right: unset;
        padding-left: 0.5rem
    }

html[rtl] .mobile-app-download .content-section {
    padding-right: 130px
}

html[rtl] .property-slider .slick-prev {
    right: 140px;
    left: unset !important
}

@media (max-width: 991.98px) {
    html[rtl] .property-slider .slick-prev {
        right: 110px !important;
        left: unset !important
    }
}

@media (max-width: 575.98px) {
    html[rtl] .property-slider .slick-prev {
        right: 50px !important;
        left: unset !important
    }
}

html[rtl] .property-slider .slick-next {
    left: 140px;
    right: unset !important
}

@media (max-width: 991.98px) {
    html[rtl] .property-slider .slick-next {
        left: 110px !important;
        right: unset !important
    }
}

@media (max-width: 575.98px) {
    html[rtl] .property-slider .slick-next {
        left: 50px !important;
        right: unset !important
    }
}

html[rtl] .sidebar .agent-contact {
    text-align: end
}

html[rtl] .form-select {
    background-position: left 0.75rem center
}

html[rtl] .form-check {
    padding-left: unset;
    padding-right: 1.5rem
}

    html[rtl] .form-check .form-check-input {
        float: right;
        margin-left: unset;
        margin-right: -1.5rem
    }

html[rtl] .dropdown-input .min-label:after, html[rtl] .dropdown-input .max-label:after {
    right: unset;
    left: 0.5rem
}

html[rtl] .form-icon .form-group select ~ i.fa, html[rtl] .form-icon .form-group input[type=text] ~ i.fa {
    left: unset;
    right: 0.75rem
}

html[rtl] .property-listing-card .featured-container .featured {
    left: 18px
}

html[rtl] .property-listing-card .btn-favourite-mobile {
    right: unset;
    left: 0
}

html[rtl] .property-listing-card .property-category {
    left: 1rem;
    right: unset
}

html[rtl] .property-listing-card .property-specs .item {
    display: flex;
    align-items: center
}

    html[rtl] .property-listing-card .property-specs .item i {
        margin-left: 4px
    }

@media (min-width: 992px) {
    html[rtl] #page-property-details .details-header .price {
        text-align: left !important
    }
}

html[rtl] .entries .border-end {
    border-right: unset !important;
    border-left: 1px solid #dee2e6 !important
}

html[rtl] .dropdown-menu {
    text-align: right
}

html[rtl] .property-card .featured-container .featured {
    left: 18px
}

html[rtl] .btn-contact {
    padding: 0.5rem 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem
}

html[rtl] .card-agent .card-img-overlay {
    left: unset;
    right: 50%;
    transform: translate(50%,50%)
}

html[rtl] .popup-slider .slick-next {
    right: unset;
    left: 30px
}

html[rtl] .popup-slider .slick-prev {
    left: unset;
    right: 30px
}
