* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --main-color: rgb(255 81 0);
    --raisin-black: #4C3B4D;
    --background-violet: rgb(76 59 77);
    --black-olive: rgb(61 59 48);
    --tiffaniy-blue: rgb(133 189 191);
    --bg-gray: #f0f0f0;
    --bg-purple: #4b3b4d;
    --color-purple: #4C3B4D;
}

body {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 15px;
    overflow-x: hidden;
    color: var(--raisin-black);
}

body.property-detail {
    background: #F0EFEF;
}

h1 {
    font-size: 38px;
    line-height: 47px;
}

h2 {
    font-size: 26px;
    line-height: 36px;
}

h3 {
    font-size: 23px;
    line-height: 32px;
}

h4 {
    font-size: 17px;
}
.news-content h2, .news-content h3, .news-content h4{

    margin: 8px 0px;
}
.news-content ol , .news-content ul{
    padding-left: 19px;
}
.news-content ul{
    list-style: disc;
}
.news-content a{
    color: #000;
    font-weight: 500;
    text-decoration-color: #68a3e2;
    text-decoration-line: underline;
    text-decoration-style: solid !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
.news-content ul li ,.news-content ol li {
    line-height: 35px;
}
.property-title h4 {
    font-size: 15px;
}

select {
    color: #000;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

p,
.news-content {
    font-size: 15px;
    line-height: 25px;
}

.blog-content p {
    font-size: 15px;
    line-height: 25px;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 2px;
    pointer-events: none;
    font-size: 18px;
    color: #333;
}

.select-wrapper {
    position: relative;
}

button {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    font-family: "Montserrat", serif;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
    padding: 0;
}

.logo {
    max-height: 50px;
}

.header a:before {
    content: '';
    display: block;
    background: #484848;
    height: 2px;
    width: 15px;
}

.navbar-toggler img {
    max-width: 33px;
}

button.navbar-toggler {
    padding: 0;
    border: none;
    line-height: 0px;
    background: transparent;
}

a.header-logo {
    padding: 4px 0px;
    display: flex;
    align-items: center;
}

.header-right-menu li {
    list-style: none;
}

.header-right-menu i.fa-regular.fa-bell {
    font-size: 22px;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link.show {
    color: var(--raisin-black);
    font-weight: bold;
}

.lang-select a.nav-link {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.lang-select .dropdown-menu.show {
    min-width: max-content;
}

.announcement-select .dropdown-menu.show {
    width: 300px;
    left: -141px !important;
}

.announcement-select i.fa-bell {
    font-size: 19px;
}

.header-search i.fa-light.fa-magnifying-glass {
    font-size: 19px;
}

.header-right-menu .my-account .my-account-title {
    background-color: var(--main-color);
    border: 0;
    padding: 9px 17px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.my-account-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    padding: 10px;
    right: 0;
    left: 0;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 0px 4px #e6e6e6;
}

.my-account-menu button {
    width: 100%;
    font-size: 12px !important;
}

.header-currency {
    width: 10px;
    height: 10px;
    color: #fff;
    background-color: var(--raisin-black);
}

.header-currency {
    width: 20px;
    height: 20px;
    font-size: 11px;
    display: flex;
    color: #fff;
    background-color: var(--raisin-black);
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

header {
    position: relative;
    z-index: 12;
    box-shadow: 0px 2px 3px #cccccc4d;
}

.position-relative {
    position: relative;
}

.h-100 {
    height: 100% !important;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: var(--bg-gray);
}

.bg-c2 {
    background-color: #c2c2c2;
}

.text-white {
    color: #fff !important;
}

.rounded {
    border-radius: 0.75rem !important;
}

.rounded-100 {
    border-radius: 50% !important;
}

.blog-header {
    margin-bottom: 10px;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 1.8rem !important;
}

.gap-6 {
    gap: 2rem !important;
}

.w-100 {
    width: 100% !important;
}

.gap-2 {
    gap: .5rem !important;
}

.gap-3 {
    gap: .7rem !important;
}

.dropdown-menu {
    display: none;
}

ul.navbar-nav {
    list-style: none;
    display: flex;
}

.logo:focus,
.logo:focus-visible {
    outline: none !important;
}

.position-absolute {
    position: absolute;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.end-0 {
    right: 0 !important;
}

.start-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

header .navbar-nav>li>.dropdown-menu {
    display: none;
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    clear: both;
    margin: 0;
    position: absolute;
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}

header .navbar-nav>li>ul.dropdown-menu li {
    background-color: #ffffff;
    padding: 0 16px;
    width: 260px;
}

header .navbar-nav>li>ul.dropdown-menu li:hover {
    background: #F5F5F5;
}

header .navbar-nav>li>a {
    padding: 30px 15px 24px 15px;
    display: flex;
    gap: 4px;
    font-size: 14px;
}

header .navbar-nav>li>ul.dropdown-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 9px 0px 9px 0px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    background: none;
    color: var(--raisin-black);
}

.dropdown-menu.show {
    min-width: 100%;
    display: flex;
    background: #fff;
    padding: 19px;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    border-radius: 0;
    border: transparent;
}

.lang-select a.dropdown-item {
    display: flex;
    gap: 5px;
    font-size: 13px;
    align-items: center;
}

.header-search {
    background: transparent;
    border: none;
}

body.no-scroll {
    overflow-y: hidden;
}

.search {
    position: fixed;
    left: 0;
    right: 0;
    top: -170px;
    visibility: hidden;
    transition: all .5s ease;
    padding: 0 10%;
    align-items: center;
    justify-content: center;
    z-index: 13;
    padding-top: 9px;
    padding-bottom: 10px;
}

.search.show {
    display: flex;
    top: 0;
    bottom: 0;
    visibility: visible;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000004a;
    z-index: 11;
}

header {
    position: relative;
}

.search-container {
    max-width: 730px;
    flex: 1;
    padding: 21px 20px;
    background: #fff;
    z-index: 12;
    border-radius: 20px;
    position: relative;
    margin-top: -40px;
}

.search-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}

button.search-close {
    position: absolute;
    right: 12px;
    background: transparent;
    top: -38px;
    border: none;
    font-size: 29px;
    border-radius: 50%;
    color: #ffffff;
}

.search-form form {
    display: flex;
}

.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
    border-radius: 8px;
    border: 1px solid #efefef;
    padding: 11px 13px;
    font-size: 13px;
    line-height: 19px;
}

.error-message {
    font-size: 12px;
    color: red;
    padding-top: 2px;
}

.search-form form input {
    flex: 1;
    border: none;
    font-size: 20px;
    padding-left: 0;
}

.search-form form button {
    border: none;
    padding: 8px;
    background: transparent;
    font-size: 24px;
}

input {
    padding: 10px;
    font-family: "Montserrat", serif;
    color: #000;
}

.search-title {
    font-weight: bold;
    font-size: 17px;
}

input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: none;
}

img {
    max-width: 100%;
}

.property-list-1 .item {
    position: relative;
}
.property-list-1 .item:hover{
    box-shadow: 0px 0px 20px #ff510061;
    border-radius: 15px;
}

nav.breadcrumb-nav {
    padding: 20px 0px;
}

.breadcrumb-nav ol {
    list-style: none;
    display: flex;
    padding: 0;
}

.breadcrumb-nav ol i {
    font-size: 13px;
    margin-top: 0px;
    display: block;
    line-height: inherit;
}

.breadcrumb-item+.breadcrumb-item {

    font-size: 12px;
    padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
    font-size: 10px;
}

.text-thm {
    color: var(--main-color);
}

.property-tag {
    position: absolute;
    top: 13px;
    left: 13px;
    display: flex;
    gap: 8px;
}

.property-wishlist {
    top: 13px;
    right: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffffd9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    font-size: 17px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #f0f0f0;
}

.property-wishlist:hover {
    color: var(--main-color);
}

span.prot-span {
    background: #db3445;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    display: flex;
    padding: 4px 10px;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.property-list-1 img.img-whp {
    border-radius: 15px 15px 0px 0px;
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.property-location {
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
    color: var(--main-color);
}

.property-location a {
    color: var(--main-color);
    font-size: 11px;
}

.property-title {
    height: 41px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.property-title h4 {
    font-weight: 600;
}

span.prot-span.prot-hot {
    background: #db3445;
}

span.prot-span.prot-sale {
    background: #ff5001;
}

span.prot-span.prot-blue {
    background: var(--color-purple);
}

a.thumb-image {
    display: flex;
}

.propery-view {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.propery-view {
    position: absolute;
    bottom: 10px;
    right: 13px;
    color: white;
    background: #00000094;
    font-size: 12px;
    gap: 5px;
    padding: 4px 6px;
    border-radius: 24px;
}

.call-property-div {
    display: flex;
    flex-direction: column;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

.property-amenties span {
    display: flex;
    gap: 4px;
    font-size: 12px;
}

.prop_details {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
    font-size: 13px;
}

.property-details {
    background: #fafafa;
    padding: 15px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 0px 0px 10px 10px;
}

.navbar-nav li.nav-item.active {
    background: var(--bg-purple) !important;
}

.navbar-nav li.nav-item.active>a {
    color: white !important;
}


.navbar-nav li.nav-item:hover {
    background: #F5F5F5;
}

.navbar-nav li.nav-item:hover a {
    color: var(--raisin-black);
}

.form-control {
    font-family: "Montserrat", serif;
}

.load-bar {
    text-align: center;
    padding: 50px 15px;
    font-size: 60px;
}

.header-right-menu li {
    height: 100%;
}

.header-right-menu a.nav-link.dropdown-toggle {
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown-menu.show {
    box-shadow: 0px 0px 4px #e4e4e4;
}

.full-container {
    width: 95%;
    margin: auto;
}

.gap-30 {
    gap: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.p-30 {
    padding: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}
.mb-0 {
margin-bottom: 0px;
}
.mt-30 {
    margin-top: 30px;
}


.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.py-60 {
    padding: 60px 0px;
}

.py-50 {
    padding: 50px 0px;
}

.py-30 {
    padding: 30px 0px;
}

.py-40 {
    padding: 40px 0px;
}

.py-20 {
    padding: 20px 0px;
}

.property-footer {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.property-footer a {
    flex: 1;
}

.property-footer button {
    flex: 1;
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    padding: 4px 7px;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 600;
    min-height: 44px;
}

.property-footer button label {
    text-align: l;
    width: 90px;
    text-align: left;
}

button.call-property {
    border-color: var(--raisin-black);
    color: var(--raisin-black);
}

.pagination li.page-item a {
    width: 30px;
    height: 30px;
    background: #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.pagination li.page-item.active {
    width: 30px;
    height: 30px;
    background: #232331;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
}

.object-fit-cover {
    object-fit: cover;
}

button.call-property:hover {
    background: var(--raisin-black);
    color: #FFF;
}

button.whatsapp {
    border-color: #0a9e15;
    color: #0a9e15;
}

button.whatsapp:hover {
    background: #0a9e15;
    color: #FFF;
}

.property-footer button i {
    font-size: 19px;
}

.property-list-1 {
    margin-bottom: 26px;
}

.swiper-buttons {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.swiper-button-disabled {
    opacity: .1;
}

.swiper-button-prev {
    left: 10px;
    background: var(--raisin-black);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
}

.orange {
    color: var(--main-color);
}

.swiper-button-next {
    right: 10px;
    background: var(--raisin-black);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
}

footer {
    background-color: #232331;
    color: #FFF;
    font-size: 13px;
    line-height: 22px;
    position: relative;
}

#popup-form .home-contact-column label {
    display: none !important;
}

label {
    font-size: 13px;
}

footer a {
    color: #FFF;
}

.filter-title-right {
    position: relative;
}

footer h4 {
    font-size: 19px;
    margin-bottom: 7px;
}

.footer_about_widget ul {
    list-style: none;
    padding-top: 2px;
}

footer .footer-social button {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 28px;
}

footer .footer-social i {
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
}

button.btn-orange {
    background: var(--main-color);
    border: none;
    padding: 2px;
    color: #FFF;
}

.footer-bulletin input,
.footer-first-btn {
    height: 50px;
}
.footer-form-popup label.checkbox-black-row {
    color: black;
}
.footer-form-popup label.checkbox-black-row a{
    color: black;
    text-decoration: underline;
}
.fast-confirm-dropdown.footer-form-popup {
    right: 0;
    left: initial;
}
.footer-bulletin input.error {
    border: 3px solid red;
}



.footer-first-btn {
    background-color: var(--main-color);
    border: none;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.footer-bulletin input {
    min-width: 80%;
    border: none;
}

.footer-bulletin {
    display: flex;
    align-items: center;
}

.footer-contact i {
    width: 20px;
    font-size: 15px;
}

.footer-contact-row {
    margin-bottom: 4px;
    font-size: 14px;
}

footer h5 {
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 30px;
}

.visit-reptur {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-top: 30px;
    color: var(--main-color);
    font-weight: 500;
}

.grecaptcha-badge {
    visibility: hidden;
}

.visit-reptur span {
    color: white;
}

.fixed-buttons {
    position: fixed;
    z-index: 2;
    bottom: 30px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.f-telegram {
    font-size: 30px;
    color: #FFF;
    border: none;
    padding: 0;
    background-color: #29a5e7;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
    color: #333;
    white-space: nowrap;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    /* içeriğe göre genişlik */
    animation: marquee-loop 16s linear infinite;
}

.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}

.marquee-content {
    display: flex;
    flex-shrink: 0;
}

.marquee-content a {
    margin-right: 50px;
    text-decoration: none;
    color: #333;
}

@keyframes marquee-loop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.f-whatsapp {
    font-size: 37px;
    color: #FFF;
    border: none;
    padding: 0;
    background-color: #0aa20f;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-error {
    background-color: #ffbbbb;
}

.sidebar-menu-title {
    background: var(--bg-purple);
    color: #FFF;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
}
.page-sidebar-menu li a span {
    width: 33px;
    flex-grow: 0;
    flex-shrink: 0;
}
.sidebar-menu a {
    text-decoration: none;
    color: var(--color-purple);
    display: flex;
    gap: 9px;
    align-items: center;
    font-weight: 500;
}

.sidebar-menu ul {
    list-style: none;
    border-top: none;
    background-color: #FFF;
}

.sidebar-menu ul li a {
    border-bottom: 1px solid rgba(55, 53, 54, 0.1);
    padding: 21px 15px;
    font-size: 14px;
}
.sidebar-menu ul li:last-child a {
border-bottom: none;
}

.sidebar-menu ul li.active a {
    background: #F5F5F5;
    border-bottom: none;
    color: #ff5100;
    font-weight: 600;
}
.sidebar-menu ul li a:hover {
    background: #e8e8e8;
}
.page-sidebar-menu i{
    font-size: 23px;
    color: #ff5100;
}
.blog-content {
    word-wrap: break-word;
}

.dwn-pdf-btn {
    background: transparent;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 6px 13px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-logo {
    max-height: 70px;
}

button.dwn-pdf-btn i {
    font-size: 20px;
}

.dwn-pdf-btn:hover {
    background-color: var(--main-color);
    color: white;
    border-color: #fff;
}

.blog-content .img-fluid {
    max-width: 100%;
    height: auto;
}
.blog-sidebar .sidebar-menu {
    border: 1px solid #ebebeb;
    border-radius: 11px;
    overflow: hidden;
}
.blog-content iframe:not(.shorts) {
    width: 100% !important;
    height: 350px;
    background-color: rgba(24, 22, 22, 0.3) !important;
    border: none;
}

.blog-content * {
    text-indent: 0 !important;
}

.blog-content li {
    font-size: 15px;
    line-height: 25px;
}
.accordion-body.show li{
    font-size: 13px;
    line-height: 22px;
}

.blog-content h2,
.blog-content h3 {
    margin: 8px 0px;
}

.current-flag {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.lang-dropdown img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.lang-dropdown button.dropdown-item {
    background: transparent;
    text-align: left;
    border: none;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 9px;
}

.announcement-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-gray);
    font-size: 13px;
    gap: 15px;
}

.headertext {
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    text-wrap-mode: nowrap;
    padding: 10px;
    gap: 6px;
}

.announcement-row marquee a {
    padding-right: 15px;
    border-right: 1px solid #000;
    margin-right: 15px;
}

.announcement-row marquee a:last-child {
    border-right: none;
}

.fw-500 {
    font-weight: 500;
}

.swiper-button-prev,
.swiper-button-next {
    cursor: pointer;
}

.fixed-go-top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    display: none;
    bottom: 20px;
    z-index: 10;
    background: #141e2f;
    color: #bcbcbc;
    border: none;
}

.fixed-go-top.show {
    display: block;
}

.footer-image {
    position: absolute;
    bottom: 0;
    width: 92px;
    z-index: 1;
}

span.home-contact-title {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    gap: 13px;
    align-items: center;
}

.home-contact input {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 10px 11px;
}

.home-contact-column {
    flex: 2;
}

.home-contact-column-semi {
    flex: 1;
    align-self: flex-start;
}

.iti--show-selected-dial-code .iti__selected-country {
    background-color: transparent !important;
    border-right: 1px solid #ccc;
}

.iti.iti--allow-dropdown.iti--show-selected-dial-code.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}

.home-contact {
    display: flex;
    align-items: flex-start;
    padding: 20px 0px;
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: center;
}
.base-contact-column {
    flex-shrink: 0;
    align-self: center;
}
.column-two {
    display: flex;
    gap: 15px;
}

select+.select2-container--bootstrap-5 {
    z-index: 1;
    max-width: 100%;
}
.page-inside-form .home-contact {
    justify-content: flex-start;
}
button.primary-btn {
    border-radius: 7px;
    padding: 10px 14px;
    font-size: 15px;
    border: none;
    font-weight: 600;
    background-color: var(--raisin-black);
    border: 1px solid var(--raisin-black);
    color: #fff;
}

.primary-btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.my-account-menu {
    display: none;
}

header .my-account:hover .my-account-menu {
    display: flex;
}

.secondary-btn {
    border-radius: 7px;
    padding: 9px 9px;
    height: 100%;
    font-size: 15px;
    border: none;
    font-weight: 600;
    color: var(--raisin-black);
    background-color: #fff;
    border: 1px solid var(--raisin-black);
}

.secondary-btn:hover {
    background-color: var(--raisin-black);
    border-color: var(--raisin-black);
    color: #FFF;
}

button.nobtn {
    background: transparent;
    border: none;
    font-size: 18px;
}

.nobg {
    background-color: transparent;
}

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.dropdown-menu.show {
    z-index: 10;
}

.iti.iti--allow-dropdown.iti--show-selected-dial-code.iti--show-flags {
    width: 100%;
}

.agent-img-cover {
    max-width: 170px;
}

.agent-name {
    color: var(--main-color);
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 7px;
}

.agent-title {
    font-weight: 500;
    font-size: 15px;
}

.agent-info {
    padding: 25px 20px;
}

.minister .agent-info,
.agent-month .agent-info {
    border: 1px solid #efefef;
}

.month-footer {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.month-hr {
    height: 7px;
    background: #ff5100;
    width: 130px;
    margin: auto;
    margin-top: 26px;
    margin-bottom: 26px;
}

.month-footer button {
    background: transparent;
    color: #25d366;
    border: none;
    font-size: 31px;
}

.month-phone {
    font-weight: 500;
}

.month-footer button.call-property {
    color: #24A1DE
}

.month-mail {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.month-ft-button {
    background: #FF5100;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    gap: 14px;
    color: #fff;
    justify-content: space-between;
    margin-top: -23px;
    border-radius: 0px 0px 10px 10px;
}

button.announcement-close {
    border: none;
    background: transparent;
    font-size: 23px;
    display: flex;
    margin-right: 10px;
}

li.breadcrumb-item:last-child {
    color: var(--color-purple);
}

.breadcrumb-item a {
    color: var(--color-purple);
}

.breadcrumb-item:hover {
    transform: scale(1.05);
}

.breadcrumb-item:hover a {
    font-weight: 600;
}

.breadcrumb-item:hover::before {
    transform: scale(0.95) !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.5);
    /* Yarı saydam koyu arka plan */
}

/* Modal */
.modal {
    display: none;
    /* Modal başlangıçta gizli */
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    padding: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Eğer içerik uzun olursa, kaydırma çubuğu ekler */
}

.popup-overlay {
    background: #0000006b;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.nav-item.dropdown {
    position: relative;
    flex-shrink: 0;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    outline: 0;
    max-width: 500px;
    /* Genişliği sınırlama */
    margin: 1.75rem auto;
    /* Modal'ı ekrana ortalama */
    padding: 1rem;
}

/* Modal Dialog */
.modal-dialog {
    max-width: 100%;
    width: auto;
    margin: 0.5rem;
}

/* Modal Header */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

/* Modal Title */
.modal-title {
    font-size: 1.25rem;
    margin: 0;
}

/* Modal Body */
.modal-body {
    padding: 1rem;
    overflow-y: auto;
}

/* Modal Footer */
.modal-footer {
    padding: 1rem;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/* Close Button */
.modal-close {
    font-size: 1.25rem;
    color: #000;
    cursor: pointer;
}

.modal-close:hover {
    color: #f00;
}

/* Modal Open/Show Animation */
.modal.fade.show {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.dropdown-menu.dropdown-right {
    right: 0 !important;
    left: initial !important;
    width: max-content;
}

.price_currency.dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .55rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dee2e6 !important;
}

.price_currency_d .dropdown-menu {
    gap: 0;
    padding: 0;
}

img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-title-area {
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-title-area.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-title-area.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-title-content {
    text-align: center;
    color: #FFF;
    position: relative;
    z-index: 1;
}

.page-title-content h1 {
    font-size: 48px;
    line-height: 60px;
}

.page-title-content h2 {
    font-size: 35px;
    font-weight: 400;
}

.transparent-breadcrumb nav.breadcrumb-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.transparent-breadcrumb nav.breadcrumb-nav a {
    color: #FFF;
}

.transparent-breadcrumb li.breadcrumb-item:last-child {
    color: #fff;
}

.page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4c3b4db3;
}

.news-list-header {
    background: #FFF;
    color: #000;
    padding: 15px;
}

.news-detail-view {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #FFF;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 58px;
    font-weight: 500;
}

a.property-1-link {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-title {
    min-height: 36px;
}

.news-title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trends-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-slider .news-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.go-news-btn {
    color: #FC5000;
    font-weight: bold;
    margin-top: 7px;
    display: block;
    text-align: right;
}


.news-image {
    display: flex;
}

.news-detail-date {
    color: #A1A1A1;
    margin-bottom: 3px;
}

.news-list-row {
    position: relative;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.news-list-row img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}


.image-rotate {
    animation: rotate3d 3s linear 1;
    animation-timing-function: linear;
}

section.login-page {
    background: #F0EFEF;
    padding: 60px 0px;
}

.login-left {
    background: #FFF;
    padding: 70px 140px;
    border-radius: 20px 0px 0px 20px;
}

.main-hr {
    background-color: var(--main-color);
    width: 200px;
    height: 8px;
}
.footer-custom-margin{
    margin-top:54px;
}

h4.why-us {
    font-size: 30px;
}

.hr-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CFDFE2;
    line-height: 0.1em;
    margin: 50px 0px 40px;
}

.go-register {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
}

.go-register a {
    color: #1E4AE9;
}

.loss-password-qe label {
    font-size: 14px;
    font-weight: 500;
}

.loss-password-qe a {
    color: #1E4AE9;
    font-size: 12px;
    font-weight: 500;
}

.hr-title span {
    background: #fff;
    padding: 0 10px;
}

button.w-100.login-social {
    background: #F3F9FA;
    border: transparent;
    border-radius: 10px;
    color: #313957;
    margin-bottom: 13px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0px 23%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 500;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 13px;
}

.alert-warning {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    font-size: 13px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert li {
    list-style: none;
}

.form-login label {
    font-size: 12px;
    line-height: 22px;
}

label.custom-control.custom-checkbox {
    display: flex;
    gap: 4px;
}
.customer-commenter {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 66px;
}

.no-list-props i{
    font-size: 80px;
    margin-bottom: 20px;
}
.no-list-props {
    text-align: center;
    background: #f8f8f8;
    padding: 41px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 7px #eaeaea;
    margin-top: 20px;
}
.product-card-images-indicator {
    height: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 10px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.product-card-images-indicator .indicator-item {
    width: 4px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.product-card-images-indicator .active {
    background-color: #333333;
}

.product-card-grid-layout {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.p-card-img-wr {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex: 1;
}

.header-right-menu {
    gap: 14px;
}

.my-account.position-relative {
    margin-left: 10px;
}

.header-wishlist {
    position: relative;
    border: none;
    background-color: transparent;
}

.header-wishlist span {
    width: 17px;
    position: absolute;
    height: 17px;
    right: 0;
    background: #ff5100;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    top: -9px;
    right: -8px;
}

.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 13px;
}
.accordion-item h3 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
.accordion-header {
    background-color: #ffffff;
    padding: 15px 19px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.accordion-header i {
    transition: all 0.3s ease;
}

.accordion-body {
    font-size: 13px;
    padding-top: 0;
    max-height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0px 19px;

}

.active .accordion-body {
    display: block;
}

.accordion-body.show {
    max-height: 600px;
    font-size: 13px;
    line-height: 22px;
    padding: 10px 19px;
    padding-top: 0;
    background-color: #FFF;

}

.active .accordion-header {
    background-color: #ccc;
    /* Aktif header farklı renk olacak */
}

.agent-year {
    position: absolute;
    top: 0;
    right: 9px;
    z-index: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    line-height: 13px;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background-image: url("../images/icons/agent_year_bg.svg");
    background-size: contain;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.agent-year div {
    font-weight: 700;
    font-size: 12px;
}

.agent-year span {
    font-size: 10px;
}

.br-gray {
    border: 1px solid #EBEBEB;
}

.head-show-all {
    text-align: center;
    background: #4b3b4d;
    border-radius: 7px;
    padding: 9px 5px;
    color: #fff;
    font-weight: 500;
}

.header-not-list-image {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: orange;
    border-radius: 50%;
    font-size: 19px;
    flex: 0 0 auto;
}

.header-not-title {
    font-weight: bold;
    font-size: 13px;
}

li.head-not-li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
}

li.head-not-li:last-child {
    border-bottom: none;
}

.header-not-description {
    font-size: 12px;
    margin-top: 3px;
}


.iti {
    width: 100%;
}

.footer-title {
    font-size: 19px;
    margin-bottom: 3px;
    font-weight: 600;
}

.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 13px !important;
}

#popup-form .popup-form-submit {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: var(--raisin-black);
    color: #fff;
    border: none;
    font-size: 15px;
    margin-top: 20px;
}

#popup-form textarea.form-control {
    margin-top: 6px;
}

.autocomplete-results {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 999;
    display: none;
    margin-left: -20px;
    margin-top: 21px;
    border-radius: 18px;
    padding: 13px;
}

.autocomplete-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.autocomplete-results li a {
    padding: 8px;
    cursor: pointer;
    display: block;
}

.autocomplete-results li:hover {
    background-color: #f0f0f0;
}

.blog-sidebar h4 {
    font-size: 13px;
}

.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    padding: 15px;
    text-align: center;
    line-height: 19px;
    z-index: 1000;
    display: none;
    font-size: 13px;
    box-shadow: 0px 0px 13px #00000021;
}

.cookie-btns {
    display: flex;
    gap: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
}

.cookie-accept-btn {
    margin-left: 15px;
    padding: 10px 18px;
    background-color: var(--main-color);
    border: none;
    color: #FFF;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

button.nobtn.cookie-close-btn {
    font-size: 24px;
    opacity: .2;
}

.cookie-popup a {
    color: var(--main-color);
    text-decoration: underline;
}

.cookie-container {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.underline {
    text-decoration: underline;
}

.checkbox-black-row {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-black-row input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-black-row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    border-radius: 3px;
    width: 18px;
    background-color: #FFF;
    border: 2px solid #000;
}


.checkbox-black-row:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-black-row input:checked~.checkmark {
    background-color: transparent;
    border-color: #000;
}

.checkbox-black-row .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-black-row input:checked~.checkmark:after {
    display: block;
}

.checkbox-black-row .checkmark:after {
    left: 5px;
    top: 2px;
    width: 2px;
    height: 7px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-black-rows {
    display: flex;
    gap: 14px;
}

label.checkbox-black-row.footer-checkbox {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}

.footer-checkbox input:checked~.checkmark {
    border-color: #fff;
}

.footer-checkbox input.error~.checkmark {
    border-color: red;
}


.sidebar-menu.sticky {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    z-index: 0;
    top: 0;
}

.sidebar-menu-cont {
    height: 100%;
}

.member-social img {
    width: 25px;
}

#propertyModal .modal-header {
    background: var(--main-color);
    color: #fff;
}

#propertyModal .modal-content {
    padding: 0;
    overflow: hidden;
}

#propertyModal .modal-header button.nobtn {
    color: #fff;
}

form#popup-form {
    padding: 5px;
}

.fast-confirm-dropdown {
    position: absolute;
    z-index: 50;
    left: -106px;
    top: 56px;
    background: #fff;
    display: none;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #4c3b4d;
    width: 340px;
}

.fast-confirm-dropdown::before {
    content: "";
    position: absolute;
    border-right: 1px solid #4c3b4d;
    border-bottom: 1px solid #4c3b4d;
    width: 20px;
    height: 20px;
    transform: rotate(-135deg);
    background: #ffffff;
    top: -11px;
    left: calc(50% - 11px);
}

.fast-confirm-dropdown.show {
    display: block;
}

.fast-confirm-dropdown label.checkbox-black-row {
    font-size: 12px;
    line-height: 17px;
}

.base-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000005c;
    z-index: 22;
}
.page-sidebar-menu {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(55, 53, 54, 0.1);
    border-radius: 15px;
    overflow:hidden;
}
.fast-confirm-dropdown.happy-customer-popup {
    left: calc(50% - 170px);
}
.base-overlay.show {
    display: block;
}

.one-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 27px;
    flex-shrink: 0;
}

.one-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.one-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border: 2px solid #e8e8e8;

    -webkit-transition: .4s;
    transition: .4s;
}

.one-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    top: 1.4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.cookie-pop-title {
    color: #000;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 7px;
}

.cookie-pop-desc {
    font-size: 13px;
}

.cookie-pop-desc a {
    color: #ff5100;
    text-decoration: underline;
}

.cookie-left {
    text-align: left;
}

.one-switch-cont {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.one-switch input:checked+.one-slider {

    background-color: white;
    border: 2px solid var(--main-color);
}

.one-switch input:focus+.one-slider {
    box-shadow: 0 0 1px var(--main-color);
}

#cookieModal p {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.one-switch input:checked+.one-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 8px;
    background: var(--main-color);
}

.one-switch .one-slider.round {
    border-radius: 34px;
}

.one-switch .one-slider.round:before {
    border-radius: 50%;

    background: #e8e8e8;
}

.footer-note {
    border-radius: 5px;
    margin-top: 25px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.accordion-header i {
    transition: transform 0.3s ease;
}

.accordion-item.show .accordion-header i {
    transform: rotate(180deg);
}
.page-inside-form .download-note.alert {
    background: #fc5100;
    color: #fff;
    margin: 10px 0px;
}
span.prop-video-absolute.prot-span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
}

@keyframes rotate3d {
    from {
        transform: rotate3d(0, 1, 0, 0);
    }

    to {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}


@media (min-width: 1200px) and (max-width: 1440px) {
    header .navbar-nav>li>a {
        font-size: 13px;
    }

    .property-footer button {
        font-size: 13px;
    }

    .property-footer button i {
        font-size: 17px;
    }

    .property-footer button {
        gap: 4px;
    }
}

@media screen and (max-width:1440px){
    button.primary-btn {
        border-radius: 7px;
        padding: 12px 11px;
        font-size: 12px;
    }
    .property-details {
        padding: 11px 11px;
    }

    .sidebar-menu ul li a {
        padding: 13px 15px;
        font-size: 13px;
    }
    .property-list-1 img.img-whp {
        height: 210px;
    }
    .why-desc{
    line-height: 16px !important;
    }
    body{
        font-size: 12px;
        line-height: 17px;
    }
    .f-telegram ,button.f-whatsapp{
        font-size: 17px;
        height: 40px;
        width: 40px;
    }
    .fixed-buttons {
        bottom: 10px;
        left: 9px;
        gap: 8px;
    }
}

@media (min-width: 1200px) {
    .gap-xl-4 {
        gap: 1.2rem !important;
    }
}

@media (max-width: 1200px) {
    .login-left {
        padding: 40px 40px;
    }

    .property-footer button {
        font-size: 13px;
    }

    .property-footer button i {
        font-size: 17px;
    }

    .property-footer button {
        gap: 4px;
    }

    header .navbar-nav>li>a {
        padding: 24px 15px 24px 15px;
        display: flex;
        gap: 3px;
        font-size: 11px;
    }
}
@media (max-width: 1600px) {
    .footer-image {
        width: 42px;
        height: auto;
    }
}
@media (max-width: 1215px) {
    .footer-image {
      display: none !important;
    }
}
@media (max-width: 1200px) {

    header .navbar-nav>li>a {
        padding: 24px 6px 24px 6px;
    }

    .header-right-menu .my-account .my-account-title {
        font-size: 12px;
    }

    .header-right-menu .my-account .my-account-title {
        padding: 9px 10px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }

    .nav-mb-arrow {
        display: none !important;
    }
}

.header-mobile-top {
    display: none;
}

@media screen and (max-width: 991px) {
    .sidebar-menu-title {
        font-size: 14px;
        padding: 10px;
    }

    .sidebar-menu ul li a {
        font-size: 12px;
    }


    .nav-item.opened i {
        transition: transform 0.3s ease;
    }

    .nav-item.opened i {
        transform: rotate(180deg);
    }

    ul.dropdown-menu.opened {
        display: block !important;
    }

    button.nav-mb-arrow {
        position: absolute;
        top: 13px;
        right: 12px;
        padding: 3px 9px;
        background: transparent;
        border: none;
    }

    .header-mobile-top {
        padding: 10px 18px;
        justify-content: space-between;
        align-items: center;
        display: flex;
        border-bottom: 1px solid #f2f2f2;
    }

    button.mobile-close {
        background: transparent;
        border: none;
        font-size: 30px;
    }

    .mobile-logo {
        width: 100px;
    }

    .header-mobile-top {
        padding: 10px 18px;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .header-nav ul.navbar-nav {
        flex-direction: column;
    }

    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 60px;
        bottom: 0;
        background: #fff;
        z-index: 13;
        transform: translateX(-110%);
        transition: .5s;
    }

    nav.navbar.navbar-expand-lg.header-nav.open {
        transform: translateX(0);
        transition: .5s;
        overflow: scroll;
    }

    header .header-nav .navbar-nav>li>a {
        padding: 16px 16px 14px 16px;
        border-bottom: 1px solid #f2f2f2;
        font-size: 13px;
    }

    header .header-nav .navbar-nav>li>.dropdown-menu {
        position: relative;
        box-shadow: none;
        padding: 0;
    }

    header .header-nav .navbar-nav a.nav-link {
        display: flex;
        justify-content: space-between;
    }

    header .header-nav .navbar-nav ul.dropdown-menu li {
        background-color: #ffffff;
        padding: 0 10px;
        width: 100%;
    }

    header .header-nav .container-fluid {
        width: 100%;
        padding: 0;
    }

    header .navbar-nav>li>ul.dropdown-menu li a {
        padding: 13px 6px 6px 6px;
        font-size: 12px;
    }
}

@media (min-width: 768px) {


    .pr-0 {
        padding-right: 0;
    }

    nav li.nav-item.dropdown:hover ul {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .cookie-container {
        flex-direction: column;
        gap: 0;
    }

    .lang-select .dropdown-menu.show {
        margin-left: -60px;
    }

    .blog-content button.dwn-pdf-btn {
        margin-bottom: 20px;
    }

    .accordion-header i.fa-angle-down {
        font-size: 13px;
    }

    .accordion h3 {
        font-size: 13px;
    }

    .accordion-header {
        padding: 15px 11px;
    }

    .accordion-body.show {
        max-height: 600px;
        padding: 15px 11px;
        padding-top: 0;
        font-size: 13px;
        line-height: 21px;
    }

    .blog-content iframe:not(.shorts) {
        height: 210px;
    }

    .property-list-1 img.img-whp {
        height: 220px;
    }

    .full-container {
        width: 93%;
    }

    nav.breadcrumb-nav {
        padding: 10px 0px;
    }

    .blog-content p,
    ul.ul-w-icon li ,.blog-content li{
        font-size: 13px !important;
        line-height: 21px !important;
    }

    .sidebar-menu-title {
        padding: 11px;
        font-size: 14px;
    }

    .sidebar-menu ul li a {
        font-size: 12px;
    }

    .mb-order-1 {
        order: 1;
    }

    .mb-order-2 {
        order: 2;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .footer_about_widget {
        margin-bottom: 20px;
    }

    .visit-reptur {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    footer.pb-5 {
        padding-bottom: 90px !important;
    }

    .mobile-tab {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 10;
        background: #FFF;
        border-top: 1px solid #cccccc87;
    }

    .fixed-go-top {
        right: 15px;
        bottom: 70px;
    }


    .mobile-tab ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }

    .mobile-tab ul a {
        padding: 10px 7px;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    .mobile-tab ul a i {
        font-size: 20px;
        display: block;
        line-height: inherit;
    }

    .mobile-tab ul a span {
        font-size: 9px;
        text-wrap-mode: nowrap;
    }

    .mobile-tab ul li {
        flex: 1;
    }

    .mobile-tab ul li.active i,
    .mobile-tab ul li.active span {
        color: #ff5100;
    }

    .breadcrumb-nav ol {
        font-size: 12px;
        text-align: left;
        overflow-x: scroll;
        text-wrap-mode: nowrap;
    }

    .announcement-select .dropdown-menu.show {
        width: 300px;
        left: inherit !important;
        right: -54px !important;
    }

    .page-title-area.ptb-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-title-content h1,
    h1 {
        font-size: 26px;
        line-height: 30px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .page-title-content h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .f-telegram,
    .f-whatsapp {
        font-size: 19px;
        height: 40px;
        width: 40px;
    }

    button.primary-btn {
        font-size: 13px;
    }

    .login-left {
        background: #FFF;
        padding: 20px 30px;
        border-radius: 10px;
    }

    .fixed-buttons {
        bottom: 68px;
        left: 10px;
        gap: 6px;
    }

    .footer-image {
        display: none;
    }


}

@media (max-width: 575px) {
    .fast-confirm-dropdown {
        left: 0px;
    }

    .fast-confirm-dropdown::before {
        left: 50px;
    }

    .mob-mt-3 {
        margin-top: 1rem !important;
    }

    .cookie-popup {
        padding: 10px;
        font-size: 12px;
        ;
    }

    .cookie-popup button {
        margin: 0;
        margin-top: 5px;
        font-size: 11px;
        padding: 9px;
    }

    .blog-content.mt-20 {
        margin-top: 0px;
    }

    .search-form form input {
        font-size: 13px;
    }

    .search-container {
        padding: 6px 15px;
    }

    button.search-close {
        top: -33px;
        font-size: 25px;
    }

    .search-form form button {
        font-size: 18px;
    }

    .my-account-menu {
        left: initial;
        right: -46px;
        top: 37px;
        width: max-content;
    }

    .my-account {
        margin-left: 0px !important;
    }

    .header-right-menu .my-account .my-account-title {
        background: transparent;
        color: #000;
        padding: 0;
        font-size: 18px;
    }

    .home-contact {
        flex-direction: column;
        align-items: stretch;
        gap: 8px
    }

    ul.property-tabs.general-tabs {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    ul.property-tabs.general-tabs a {
        text-wrap-mode: nowrap;
    }

    .property-tab-content {
        border-radius: 0 !important;
    }

    .mob-mt-10 {
        margin-top: 10px;
    }

    .mob-mt-20 {
        margin-top: 20px;
    }

    .mob-mt-30 {
        margin-top: 30px;
    }
}