.fancybox-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.fancybox-gallery .small-img img {
    height: 60px;
}

.social-icons li:hover a {
    background: transparent;
}

.breadcrumb-wrap {
    position: relative;
}

.breadcrumb-wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('../img/montovany-dom-1.webp');
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: cover;
}

.breadcrumb-content {
    position: relative;
}

.heading-border {
    border-color: #fff !important;
}

.owl-theme .owl-dots .owl-dot {
    zoom: 3;
}

.house-pricing {
    max-width: 800px;
    margin: 0 auto;
}

.house-pricing .house-type {
    border-right: solid;
}

@media (max-width: 991px) {
    .heading-border {
        border-color: #AA2636 !important;
    }
}

@media (max-width: 768px) {
    #footer {
        text-align: center;
    }

    .house-pricing .house-type {
        border-right: none;
    }
}

.grecaptcha-badge { visibility: hidden; }
