
.rotate i {
    animation: loader-spin 3s linear infinite;
}

@media only screen and (min-width:1200px) {
    .list-searh-input-radio_wrap.w-50 {
        width: 50% !important;
    }
}
.checked .button-label {
    background: var(--main-color) !important;
    color: var(--body-bg) !important;
}
.header-search-radio .button-label {
    width: 50%;
}
.messenger-links-container {
    min-width: 151px !important;
}
.pagination span {
    color: #000 !important;
}

.fancy-button {
    background: var(--main-color) !important;
    color: var(--body-bg) !important;
}
    .fancy-button:hover {
        background: var(--body-bg) !important;
        color: var(--main-color) !important;
    }
div.geodir-category-footer a.gid_link {
    display: inherit !important;
}

@media only screen and (max-width:768px) {
    .footer-bottom {
        line-height: initial !important;
    }

    .footer-social {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:400px) {
    .logo-holder img {
        height: 70% !important;
    }
}

@media only screen and (max-width:320px) {
    .logo-holder img {
        height: 60% !important;
    }
}
.modal-holder {
    max-height: 95vh !important;
}


.ps-facts-wrapper {
    grid-template-columns: auto;
}

@media (min-width: 576px) {
    .ps-facts-wrapper {
        grid-template-columns: auto auto;
    }
}

@media (min-width: 768px) {
    .ps-facts-wrapper {
        grid-template-columns: auto auto auto;
    }
}

@media (min-width: 1064px) {

}

@media (min-width: 1200px) {
    .ps-facts-wrapper {
        grid-template-columns: auto auto auto;
    }
}

@media (min-width: 1400px) {
    .ps-facts-wrapper {
        grid-template-columns: auto auto auto auto;
    }
}
@media (min-width: 1569px) {
    .hero-section-title h2.responsive-heading {
        width: calc(100% - 240px);
    }
}

.boxed-content-item2 h3 {
    color: #FFF !important;
    text-align: left !important;
    font-size: 28px;
    font-weight: 600;
}

.boxed-content-item2 h4 {
    color: #FFF !important;
    text-align: left !important;
    font-size: 24px;
    font-weight: 600;
}

.boxed-content-item2 h5 {
    color: #FFF !important;
    text-align: left !important;
    font-size: 18px !important;
    font-weight: 600;
}

.boxed-content-item2 h6 {
    color: #FFF !important;
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 600;
}

.boxed-content-item2 i {
    text-decoration: italic !important;
}

.boxed-content-item2 b {
    font-weight: 600;
}

.boxed-content-item2 {
    padding: 1.4rem;
}

.boxed-content-item2 a {
    color: var(--main-color);
}

.boxed-content-item2 p.white-text {
    color: #ffffff;
}

.boxed-content-item2 p.main-color-text {
    color: var(--main-color);
}
.nice-select .nice-select-search-box {

    margin-top: 0px;
    padding: 0px;
    background: #fff0;
}
.nice-select.open .nice-select-search-box {
    z-index: 12;
}
.nice-select .list {
    max-height: 330px;
}

.geodir-category-content h3::before {
    right: -14px;
}

.konut .arsa, .arsa .konut, .all .konut, .all .arsa {
    display: none;
}
.header-search-radio label {
    width: 33% !important;
}