.anasayfa-giris-tarihi {
    width: 49% !important;
}

.anasayfa-cikis-tarihi {
    width: 49% !important;
}

.cardImage__rightBadge {
    position: absolute;
    top: 20px;
    right: 0;
}

.heart {
    bottom: 20px;
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    background: #00a500;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0 infinite;
}

.wtsag {
    right: 20px;
}

.wtsol {
    left: 20px;
}

.wtmobil {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .wtmobil {
        display: block !important;
    }

    .wtbilgisayar {
        display: none !important;
    }
}

.bottomexternal {
    bottom: 85px !important;
}

.heart:before,
.heart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00a500;
    opacity: 0.4;
    border-radius: inherit;
}

.heart:before {
    z-index: -2;
    animation: beat-before 1.5s ease 100ms infinite;
}

.heart:after {
    z-index: -1;
    animation: beat-after 1.5s ease 200ms infinite;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes beat-before {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes beat-after {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}

.langs {
    margin-top: 1px;
    float: right;
}

a.gflag {
    vertical-align: middle;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(/tema/assets/images/lang.png);
    margin-top: 5px;
    margin-left: 5px;
}

a.gflag img {
    border: 0;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}

.icerik-yok {
    text-align: center;
    font-size: 25px;
}

.gslide-description {
    display: none;
}

.line-height-ozel {
    line-height: 20px;
}

.villa-yok {
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
}

.fiyat-araligi-input {
    margin-right: 5px;
    position: relative;
}

.fiyat-araligi-input input {
    border: 1px solid var(--color-border) !important;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 4px;
}

.fiyat-araligi-input span {
    position: absolute;
    right: 10px;
    top: 5px;
}

/* Chrome, Safari, Edge, Opera */
.fiyat-araligi-input input::-webkit-outer-spin-button,
.fiyat-araligi-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.fiyat-araligi-input input[type="number"] {
    -moz-appearance: textfield;
}

.sidebar.-mobile-filter {
    display: inherit;
    gap: inherit;
}

.devami {
    margin-bottom: 20px;
    padding: 0;
}

#villaicerik p {
    line-height: 22px;
}

#villaicerik[data-readmore] {
    transition: height 75ms;
    overflow: hidden;
    font-size: 14px;
}

#villaicerik+[data-readmore-toggle],
#villaicerik[data-readmore] {
    display: block;
    width: 100%;
}

.singleMenu {
    z-index: 999;
}

.mini-kurlar a {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 0px 5px;
    color: #697488;
    border-radius: 4px;
}

.mini-kurlar a:hover {
    border-color: #333333;
    color: #333333;
}

.hide {
    display: none;
}

.villa-ic-tek-ozellik {
    display: block;
    margin-top: 5px;
    color: #697488;
}

.btn {
    border: 2px solid transparent;
    color: #fff;
    padding: 0px 8px;
    cursor: pointer;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
    border-radius: 0.1rem;
    background-color: #ecf0f1;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.mesafe-bilgisi-item .text-15 span {
    display: block;
    margin: 0;
    color: var(--ana-renk-1);
}

.mesafe-bilgisi-item .text-15 {
    line-height: 20px;
}

.mesafe-bilgisi-item .ikon-img {
    width: 50px;
    display: inline-block;
    text-align: center;
}

.teknik-ozellikler li {
    display: inline-block;
    width: 24%;
}

.musaitlik-takvimi .ui-datepicker-group {
    width: 33%;
    height: 340px;
}

.price-info .price-table li {
    flex: 0 0 100%;
    margin: 5px 0px;
    background-color: #f0f2f7;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 200ms;
    height: 72px;
}

.price-info .price-table li:hover {
    background-color: #333333;
    transform: scale(1.05);
}

.price-info .price-table li span {
    font-size: 15px;
}

.price-info .price-table li .left-section strong {
    color: #2e2e2e;
}

.price-info .price-table li .price strong {
    color: #343a40;
}

.price-info .price-table li .left-section span {
    font-size: 14px;
}

.price-info .price-table li:hover .left-section,
.price-info .price-table li:hover .left-section strong {
    color: #fff;
}

.price-info .price-table li .price {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
}

.price-info .mr-2,
.price-info .mx-2 {
    margin-right: 0.5rem !important;
}

.price-info .mr-auto,
.price-info .mx-auto {
    margin-right: auto !important;
}

.price-info .price-in li {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    padding: 20px 15px;
    margin: 5px 0px;
    box-shadow: 0px 0px 6px rgb(228 228 228);
    border-radius: 8px;
    min-height: 72px;
    margin-right: 10px;
}

.price-info .price-in li img {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
}

.price-info .price-in li span {
    font-weight: 500;
}

.w100 {
    width: 100%;
}

#talepsonucu {
    font-size: 14.2px;
}

/*harita*/
#harita {
    width: 100%;
    margin-top: 0;
    height: 700px;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 1;
}

#full-harita {
    width: 100%;
    margin-top: 20px;
    height: 700px;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgb(46 54 82 / 10%);
}

.bayi_map_adi {
    font-size: 16px !important;
    color: #000 !important;
}

.markerspan {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.markerspan strong {
    width: 70px;
    display: inline-block;
}

.harita-ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.harita-ul li {
    width: auto;
    margin: 0;
    color: #24ad78;
    padding: 0 5px 0 0;
    display: inline-block;
    list-style: none;
    width: 32%;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0 !important;
}

.harita-ul li i {
    margin-right: 5px;
    font-size: 11px !important;
}

.harita-btn {
    display: block;
    width: 100%;
    padding: 5px 0;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 5px;
    color: #fff !important;
    background-color: var(--info-color-2);
    border-color: var(--info-color-2);
    margin-top: 10px;
}

.harita-img {
    width: 301px;
    height: 187px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-image: url(/tema/assets/images/harita-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px auto;
}

.harita-img img {
    width: 100%;
}

.kutufiyat {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 5px 5px 10px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.listeleme-harita {
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #f6f7fb;
}

.listeleme-harita a {
    color: #343a40;
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px;
}

/*harita*/

.footerbelgeler img {
    margin-bottom: 15px;
    width: 100%;
}

.mobil-btn-padding .col-auto {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.uyari {
    background-color: #ff7675;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
    line-height: 20px;
}

.bilgi {
    overflow: hidden;
    background-color: #dff9fb;
    border: 1px solid #c7ecee;
    color: #22a6b3;
    font-weight: normal;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
    line-height: 20px;
}

@media only screen and (max-width: 1549px) {
    .price-info .price-table li {
        padding: 12px 10px;
    }

    .price-info .price-table li .price {
        padding: 5px;
    }

    .price-info .price-table li span {
        font-size: 14px;
    }

    .price-info .price-table li .price strong {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1349px) {
    .price-info .price-table li span {
        font-size: 13px;
    }

    .price-info .price-table li .left-section span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1499px) and (min-width: 1199px) {
    .price-info .price-table li {
        flex-wrap: wrap !important;
    }
}

@media only screen and (max-width: 1199px) {
    .price-info .price-in li {
        width: calc(33.33% - 10px);
        margin: 5px;
    }

    .is-sticky {
        /* background-color:#fff!important; */
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .price-info .price-in li {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .footerbelgeler p {
        display: inline-block;
        width: 48%;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    .mobil-no-padding>* {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media only screen and (max-width: 575px) {
    .price-info .price-table li {
        justify-content: center;
    }

    .price-info .price-table li .left-section {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .price-info .price-in li {
        flex-flow: column nowrap;
        text-align: center;
    }

    .price-info .price-in li img {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .mobil-gizle {
        display: none !important;
    }
}

@media only screen and (max-width: 449px) {
    .price-info .price-in li {
        flex: 0 0 100%;
        margin: 5px 0px;
    }
}

.sidebar .-icon-close {
    display: none;
}

@media (max-width: 1024px) {

    .currencyMenu__content,
    .langMenu__content {
        width: 100%;
    }

    .teknik-ozellikler li {
        width: 49%;
    }

    .preloader__title {
        font-size: 26px;
        line-height: 30px;
    }

    .anasayfa-bolge {
        padding: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ozel-margin-bottom-1 {
        margin-bottom: 20px;
    }

    /* .singleMenu {display:none;} */
    .sidebar {
        display: none;
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .sidebar .-icon-close {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
        background-color: #fff;
        padding: 7px 15px;
        border-radius: 75px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}

#musaitlik-takvimi-container,
#konum-container,
#kurallar-sartlar-container,
#yorumlar-container,
#sss-container {
    padding-top: 20px;
}

#fiyatlar-container {
    padding: 0 !important;
}

.hide-important {
    display: none !important;
}

.header_search {
    position: relative;
    width: 600px
}

.header_search input {
    background-color: #fff;
}

.header_search_close {
    position: absolute;
    font-size: 11px;
    right: 15px;
    top: 13px;
    display: none;
    z-index: 99999;
}

.menuCloseBtn:before {
    content: "\e93e";
}

ul.autoComplete {
    display: none;
    border-radius: 6px;
    left: 0;
    top: 45px;
    width: 100%;
    display: none;
    margin-top: 9px;
    margin-bottom: 0;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid #eee;
    max-height: 70vh;
    overflow: auto;
    box-shadow: 0 3px 6px 0 rgb(46 54 82 / 10%);
}

ul.autoComplete li {
    padding: 0.5rem;
    overflow: hidden;
}

ul.autoComplete li a img {
    width: 65px;
    border-radius: 5px;
    margin-right: 8px;
}

ul.autoComplete li div {
    float: left;
}

ul.autoComplete li div strong {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 2px;
}

ul.autoComplete li div span {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

ul.autoComplete li:hover {
    background-color: #efefef;
}

@media only screen and (max-width: 578px) {
    ul.autoComplete li a img {
        width: 70px;
    }

    ul.autoComplete li div strong {
        font-size: 14px;
    }

    ul.autoComplete li div span {
        font-size: 12px;
        display: none;
    }

    .villa-container .list-single-carousel-wrap .sw-btn,
    .villa-container .single-slider-wrapper .sw-btn {
        display: none !important;
    }

    .mobilde-gorsel-gizle {
        display: none !important;
    }

    .galleryGrid.-type-1 {
        grid-template-rows: inherit !important;
    }
}

.mobil-goster {
    display: none;
}

@media only screen and (max-width: 991px) {

    .musaitlik-takvimi .ui-datepicker-inline,
    #musaitliktakvimi .ui-datepicker-inline {
        width: 100%;
    }

    .mobil-goster {
        display: block;
    }

    ul.autoComplete {
        top: 30px;
    }

    .header_search_close {
        right: 10px;
        top: 9px;
    }

    .header_search button .icon-search {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 15px !important;
    }

    .mobilde-fiyat-gizle {
        display: none;
    }

    .singleMenu__content .container {
        width: 100%;
        max-width: 100%;
    }

    .singleMenu__content {
        min-height: auto !important;
        overflow: auto;
    }

    .singleMenu {
        top: 126px;
        width: 100%;
        left: 0;
    }

    .singleMenu__links {
        width: 600px;
    }

    .singleMenu .col-auto {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 578px) {
    .singleMenu__content .container {
        width: 720px;
        max-width: 720px;
    }
}

/* villa kutusu */

.listing .list-item {
    flex: 0 0 calc(25% - 30px);
}

@media only screen and (max-width: 1799px) {
    .listing .list-item {
        flex: 0 0 calc(33.33% - 30px);
    }
}

@media only screen and (max-width: 1299px) {
    .listing .list-item {
        flex: 0 0 calc(50% - 20px);
        margin: 10px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .listing {
        flex-wrap: nowrap !important;
    }

    .listing-section .listing {
        display: block;
    }

    .listing .list-item {
        flex: 0 0 390px;
    }
}

@media only screen and (max-width: 575px) {
    .listing .list-item {
        flex: 0 0 350px;
    }

    .list-item:hover {
        margin-top: 10px;
    }

    .list-item .info-section {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 430px) {
    .listing .list-item {
        flex: 0 0 330px;
    }
}

.listing-section .listing {
    width: 100%;
    margin-left: -10px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.listing-section .item {
    padding: 5px;
}

.listing-section .section-title-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.listing-section .section-buttons {
    display: flex;
    flex-flow: row nowrap;
}

.listing-section .section-buttons button {
    width: 40px;
    height: 35px;
    margin: 0 5px;
    border-radius: 4px;
    box-shadow: 0 2 10px rgba(0, 0, 0, 0.5);
    outline: 0px;
}

.list-item {
    max-width: calc(100% - 10px);
    margin: 5px 5px 5px 10px;
    min-height: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgba(46, 54, 82, 0.1);
    transition: all 200ms;
    background-color: #fff;
    transition: all 200ms;
    position: relative;
}

.listing .list-item {
    -ms-flex: 0 0 calc(33.33% - 30px);
    flex: 0 0 calc(33.33% - 30px);
    margin: 15px 15px;
}

.listing .list-item:hover {
    transform: translateY(-10px);
}

.list-item .imgbox {
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-item .imgbox img {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 200ms;
}

.list-item .villa-price {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    bottom: 0px;
    left: 0px;
    padding: 8px 0px;
    color: #333;
    padding: 5px 5px;
    flex: 0 0 190px;
    margin-left: 10px;
}

.list-item .villa-price span {
    font-size: 14px;
    font-weight: 500;
}

.list-item .villa-price strong {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    padding: 0px 5px;
    border-radius: 0.25rem !important;
    color: #ea3e0e;
}

.list-item .info-section {
    padding: 15px 15px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.list-item .info-section .section-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.list-item .info-section .villa-name {
    font-size: 17px;
}

strong {
    font-weight: 600;
}

.villa-location {
    font-size: 14px;
    font-weight: normal;
}

.villa-location i {
    margin-right: 5px;
    color: var(--ana-renk-2);

    height: 15px;
    vertical-align: middle;
    display: inline-block;
}

.villa-location span {
    height: 15px;
    display: inline-block;
    line-height: 15px;
}

.list-item .info-section .description {
    display: none;
}

.villa-properties {
    margin-top: 20px;
}

.logo-color-1 {
    color: #ea3e0e;
}

.list-item .info-section .villa-properties .property-box {
    flex: 0 0 33.33%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    justify-content: center;
}

.list-item .info-section .villa-properties .property-box img {
    margin-right: 6px;
}

.list-item .info-section .villa-properties .property-box::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0px;
    height: 90%;
    width: 1px;
    background-color: #ccc;
}

.list-item .info-section .villa-properties .property-box:last-child:after {
    display: none;
}

.list-item .info-section .villa-properties .property-box i::before {
    font-size: 26px;
    margin-right: 6px;
    font-weight: 500;
}

.list-item .info-section .villa-properties .property-box span {
    font-weight: 600;
}

.list-item .item-buttons {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding: 0px 10px 10px;
}

.list-item .item-buttons button,
.list-item .item-buttons a {
    flex: 1;
    padding: 8px 0px;
    outline: 0px;
    transition: all 300ms;
    margin: 0 5px;
    border-radius: 8px;
    background-color: #e6e7e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-item .item-buttons a i {
    font-size: 20px;
}

.list-item .item-buttons button:hover,
.list-item .item-buttons a:hover {
    background-color: #333333;
    color: #fff;
}

.list-item .item-buttons button:last-child {
    border-right: none;
}

.list-item .item-buttons button:hover,
.list-item .item-buttons .detail-btn:hover {
    color: var(--ana-renk-2);
}

.list-item .item-buttons .detail-btn {
    flex: 4;
    border: none;
    transition: all 300ms;
    font-weight: 500;
    margin-left: 0px;
    background-color: #e6e7e8;
}

.list-item .item-buttons .detail-btn:hover {
    background-color: #333333;
    color: #fff;
}

.list-item .imgbox:hover+.item-content .item-buttons .detail-btn {
    background-color: #333333;
    color: #fff;
}

.list-item .ribbon {
    left: 0px;
    top: 15px;
}

.item .ribbon+.ribbon,
.list-item .ribbon+.ribbon {
    top: 60px;
    background: #ffffff;
    color: var(--ana-renk-2);
}

.list-item .ribbon+.ribbon {
    top: 60px;
}

.item .ribbon,
.list-item .ribbon {
    position: absolute;
    left: 0;
    top: 17px;
    background: var(--ana-renk-2);
    padding: 5px 10px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    z-index: 2;
    font-size: 14px;
}

@media screen and (max-width: 575px) {
    .list-item .info-section .villa-name {
        display: flex;
        align-items: center;
        text-align: center;
        flex-flow: column nowrap;
        width: 100%;
    }

    .list-item .info-section {
        display: block;
    }
}

.listing .list-item {
    flex: 0 0 calc(25% - 30px);
}

@media only screen and (max-width: 1799px) {
    .listing .list-item {
        flex: 0 0 calc(33.33% - 30px);
    }
}

@media only screen and (max-width: 1299px) {
    .listing .list-item {
        flex: 0 0 calc(50% - 20px);
        margin: 10px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .listing {
        flex-wrap: nowrap !important;
    }

    .listing-section .listing {
        display: block;
    }

    .listing .list-item {
        flex: 0 0 390px;
    }
}

@media only screen and (max-width: 575px) {
    .listing .list-item {
        flex: 0 0 350px;
    }

    .list-item:hover {
        margin-top: 10px;
    }

    .list-item .info-section {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 1799px) {
    .listing .list-item {
        flex: 0 0 calc(33.33% - 30px);
    }
}

@media only screen and (max-width: 430px) {
    .listing .list-item {
        flex: 0 0 330px;
    }
}

@media only screen and (max-width: 767px) {
    .list-item .info-section .villa-properties .property-box span {
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .list-item .info-section .villa-properties .property-box {
        flex-flow: column nowrap;
        text-align: center;
    }

    .list-item .info-section .villa-properties .property-box img {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .list-item .info-section .section-header {
        flex-flow: column-reverse nowrap;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .list-item .info-section .villa-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .list-item .info-section .villa-name {
        display: flex;
        align-items: center;
        text-align: center;
        flex-flow: column nowrap;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .list-item .villa-price {
        background-color: #fafafa;
        border-radius: 8px;
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
        flex-flow: column;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .list-item .item-buttons button,
    .list-item .item-buttons a {
        padding: 2px 0px;
        font-size: 15px;
    }

    .list-item .item-buttons a i {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .list-item .villa-price strong {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .list-item .villa-price span {
        font-size: 14px;
    }
}

/* villa kutusu */

/* yeni header menü */
.header-yeni-menu {
    text-align: center;
    background-color: #fff;
    /*margin-top: 20px;*/

    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 6px 0 rgb(46 54 82 / 10%);
}

/* yeni header menü */

.slide-ek-margin-top {
    margin-top: 127px;
}

.is-menu-opened .text-white {
    color: var(--ana-renk-2);
}

.header-margin {
    margin-top: 141px;
}

.kisa-sureli-kutu {
    -webkit-box-shadow: inset 0 2px 48px 0 rgb(0 0 0 / 4%);
    box-shadow: inset 0 2px 48px 0 rgb(0 0 0 / 4%);
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 10px;
    height: calc(100% - 10px);
}

.kisa-sureli-kutu label {
    display: block;
    font-weight: bold;
    width: 100%;
    text-align: center;
    background-color: rgba(53, 84, 209, 0.05);
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--ana-renk-2);
    margin-bottom: 15px;
}

.kisa-sureli-kutu a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}

.kisa-sureli-kutu a span {
    display: inline-block;
    float: right;
    background-color: rgba(53, 84, 209, 0.05);
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 13px;
    color: var(--ana-renk-2);
}

.kisa-sureli-aktif span {
    background-color: var(--ana-renk-2) !important;
    color: #fff !important;
}

.kisa-sureli-musait-gunler {
    font-size: 16px;
}

.kisa-sureli-musait-gunler span {
    font-weight: 600;
    color: #6c7d5a;
}

.gizle {
    display: none !important;
}

.kisa-sureli-tarih strong {
    font-size: 14px !important;
    font-weight: normal;
}

.favori-eklendi {
    background-color: var(--ana-renk-2) !important;
}

.favori-eklendi i:before {
    color: #fff !important;
}

.modal-favori-satir {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.yok {
    color: red;
    font-size: 15px;
    line-height: 15px;
    display: block;
}

.var {
    color: green;
    font-size: 15px;
    line-height: 15px;
    display: block;
}

.karsilastirma-tablosu {
    width: 100%;
}

.karsilastirma-tablosu tbody tr {
    border-bottom: 1px solid #ecf0f1;
}

.karsilastirma-tablosu tbody tr:hover {
    background-color: #f5f6fa;
}

.tablo-tr-td {
    width: 170px;
    font-size: 15px;
}

.tablo-villa-gorsel {
    width: 150px;
    border-radius: 5px;
}

@media only screen and (max-width: 1180px) {
    #responsive-tablo {
        width: auto;
        overflow: auto;
    }

    #responsive-tablo table {
        width: 1000px;
    }

    .tablo-tr-td {
        position: absolute;
        background-color: #fff;
        border-right: 1px solid #ecf0f1;
    }

    .tablo-tr-td span {
        font-size: 14px;
    }

    .karsilastirma-tablosu tbody tr {
        height: 32px;
    }

    .mini-kurlar a {
        font-size: 14px;
    }

    .villa-detay-baslik {
        margin-bottom: 10px !important;
    }

    .singleMenu__links a {
        font-size: 14px;
    }
}

.grecaptcha-badge {
    display: none;
}

.diger-kisi-satir {
    margin-bottom: 15px !important;
}

.diger-kisi-satir:last-child {
    margin-bottom: 0 !important;
}

.diger-kisiler-baslik {
    margin-bottom: 10px;
}


/* yeni header tasarımı */
.header-yeni-tasarim {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 16px;
}

.yeni-header-telefon-kutu {
    width: 182px;
}

.telefon-kutu {
    display: inline-block;
    border: 1px solid var(--ana-renk-1);
    padding: 2px;
    border-radius: 5px;
    width: 100%
}

.telefon-kutu span {
    display: block;
    background-color: var(--ana-renk-1);
    padding: 0px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}

.telefon-kutu img {
    width: 17px;
    height: 17px;
}

.telefon-kutu-ic {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    line-height: 25px;
}

.header-sag {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.yeni-header-para-birimi {
    background-color: var(--ana-renk-1);
    height: 50px;
    border-radius: 4px;
}

.yeni-header-para-birimi .js-currencyMenu-mainTitle {
    color: #fff !important;
    font-size: 17px;
    font-weight: normal;
    line-height: 50px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.yeni-header-dil {
    background-color: var(--ana-renk-1);
    height: 50px;
    border-radius: 4px;
}

.yeni-header-dil .js-language-mainTitle {
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.villa-ekle-btn {
    background-color: var(--ana-renk-1);
    color: #fff !important
}

@media only screen and (max-width: 1300px) {
    .header_search {
        width: 400px
    }
}

.yeni-header-mobil-sag {
    display: none;
}

.yeni-header-logo a img {
    width: 200px
}

.header-margin,
.slide-ek-margin-top {
    margin-top: 141px;
}

.header-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1190px) {
    .header_search {
        width: 95vw
    }

    .header_search .autocomplete-input {
        height: 36px !important;
        padding-left: 35px;
    }

    .yeni-header-logo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
        align-items: center;
    }

    .yeni-header-logo img {
        width: 155px !important;
    }

    .yeni-header-telefon-kutu,
    .yeni-favori-btn,
    .yeni-header-para-birimi,
    .yeni-header-dil {
        display: none
    }

    .yeni-header-mobil-sag {
        display: flex;
    }

    .yeni-favori-btn-mobil,
    .yeni-header-para-birimi-mobil,
    .yeni-header-dil-mobil {
        background-color: var(--ana-renk-1);
        height: 28px;
        line-height: inherit;
        display: flex;
        padding: 0px 8px;
        border-radius: 4px;
        margin-right: 5px;
    }

    .villa-ekle-btn i {
        margin-right: 5px;
    }

    .js-currencyMenu-mainTitle,
    .js-language-mainTitle {
        text-transform: uppercase;
        font-weight: normal !important;
        color: #fff;
        font-size: 14px;
    }

    .header-margin,
    .slide-ek-margin-top {
        margin-top: 155px;
    }

    .header__container {
        padding-left: 10px !important;
        padding-right: 15px !important;
    }
}

/* yeni header tasarımı */

.emlak-kutusu .list-item .villa-price strong {
    font-size: 18px;
    font-weight: bold;
}

.emlak-kutusu .list-item .villa-price {
    align-items: end;
}

.emlak-kutusu .list-item .imgbox {
    height: auto !important
}

.emlak-detay .villa-ic-tek-ozellik {
    display: inline-block !important;
}

.emlak-harita {
    padding: 0 !important;
}

.emlak-harita iframe {
    width: 100%;
}

.turizm-bildirisi {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: rgb(255 0 24 / 69%);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    width: 235px;
    display: flex;
    color: #fff !important;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}

.turizm-bildirisi img {
    width: 60px !important;
}

@media only screen and (max-width: 580px) {
    .emlak-kutusu .list-item .villa-price {
        align-items: center;
    }

    .turizm-bildirisi {
        left: 5px;
        bottom: 5px;
    }

    .tum-gorsel-btn {
        align-items: end !important;
        justify-content: flex-start !important;
    }
}

.header .header-menu .menu li a:hover {
    color: #ccc !important
}

.header .header-menu .menu .subnav>li>a:hover {
    color: #000 !important
}

.ui-datepicker-today a {
    background-color: var(--ana-renk-1) !important;
}