﻿.homepage-4 .homes-tag.featured {
    background: #d22a1c !important;
}
.portfolio .homes-tag.sale {
    background: #d22a1c !important;
}
.inner-pages.homepage-4 .go-up {
    background: #ffffff;
    border: 1px solid;
    border-color: #d22a1c;
}

.inner-pages .range-slider .ui-widget-header {
    background-color: #d22a1c;
}

.portfolio .homes .button {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: #fff;
    border: none;
    background-color: #FF385C;
    display: inline-block;
    z-index: 9999;
}
.portfolio .homes-price {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    background: #d22a1c;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
}

.portfolio .button-effect {
    position: absolute;
    text-align: left;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: transparent;
    -webkit-transform: translateX(100%);
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 8px 15px;
    border-radius: 20px 0 0 0;
    -webkit-transition: all 0.4s ease;
    transition: none;
    margin-bottom: .7rem;
}
.footer-img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;

}
.portfolio .footer {
    background: none;
    border-top: 1px solid #e8e8e8;
    padding-top: 1rem;
    font-size: 13px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}
.inner-pages .input-group-lg > .form-control {
    padding: .5rem 1rem .5rem .5rem !important;
    font-size: 15px;
    line-height: 1;
    margin-top: 7px;
    border-radius: 3px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    z-index: auto;
}

.inner-pages .nice-select .overflow {
    overflow-y: scroll !important;
    max-height: 200px !important;
}
.inner-pages .blog .main-search-field select {
    background: #fff;
}
.inner-pages .form-control {
    border: 2px solid #e2dfdf;
    color: #333;
}
.widget-boxed-header {
    padding-bottom: 1.5rem;
    padding-top: 0px;
    border-bottom: 0; 
}
/* Popup arka planı ve içerik kutusu */
.mfp-bg,
.mfp-wrap,
.mfp-container {
    z-index: 9999 !important;
}

/* Kapatma çarpı simgesi */
.mfp-close {
    z-index: 10000 !important;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
}
body {
    overflow: visible !important;
}
.mfp-iframe-holder .mfp-close {
     top: 0; 
}
.mfp-iframe-holder {
    padding-top: 120px;
    padding-bottom: 40px;
}
section.headings-2 {
    padding-bottom: 0 !important;
    background: #f2f2f2;
    padding-top: 18px !important;
}
@media screen and (max-width: 991px) {
    .agents .pagination.disabled {
        display: flex;
    }
}