.top-menus {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    position: relative;
}
.top-menus ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    background: #0068ce;
}
.top-menus ul li {
    width: 50%;
    padding: 0;
    margin: 0;
    position: relative;
    border-bottom: 0.75px solid #4596e6;
}
.top-menus ul li:not(:nth-child(even)) {
    border-right: 0.75px solid #4596e6;
}
.top-menus ul li a {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 8px 15px;
    display: block;
}
.top-menus ul li.aktif a {
    font-weight: 700;
}
.top-menus ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #fff;
    background-color: #fff;
}
.top-menus ul::-webkit-scrollbar {
    width: 0;
    height: 2px;
    background-color: #fff;
}
.top-menus ul::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
}
.page-modal .top-menus {
    display: none;
}
.bodyar .top-menus ul li:not(:nth-child(even)),
.bodyfa .top-menus ul li:not(:nth-child(even)) {
    border-right: 0;
    border-left: 0.75px solid #4596e6;
}
@media (min-width: 767px) {
    .top-menus ul li {
        width: calc(100% / 3);
    }
    .top-menus ul li:nth-child(even) {
        border-right: 0.75px solid #4596e6;
    }
    .bodyar .top-menus ul li:nth-child(even),
    .bodyfa .top-menus ul li:nth-child(even) {
        border-right: 0;
        border-left: 0.75px solid #4596e6;
    }
}
@media (min-width: 992px) {
    .top-menus ul li {
        width: 25%;
    }
}
@media (min-width: 1250px) {
    .top-menus {
        display: none;
    }
}
.flex-content .left-sidebar {
    width: 44px;
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 5%;
    z-index: 999999;
}
.flex-content .left-sidebar.active {
    width: 100%;
    max-width: 420px;
    height: 100%;
    top: 0;
}
.flex-content .left-sidebar.active aside.table-of-contents {
    display: flex;
}
.flex-content .left-sidebar.active .toggle-sidebar {
    display: none;
}
.flex-content .left-sidebar.toc0 .toggle-sidebar {
    display: none;
}
.flex-content .left-sidebar aside {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    display: none;
}
.flex-content .left-sidebar .toggle-sidebar {
    width: 30px;
    height: 60px;
    background: url(images/svg/toggle-menu.svg) #4596e6 no-repeat center;
    position: relative;
    cursor: pointer;
}
.flex-content .left-sidebar .toggle-sidebar:after {
    content: "";
    width: 13px;
    height: 60px;
    background: url(images/svg/sitemap-beyaz-ok.svg) #192b43 no-repeat center;
    position: absolute;
    right: -14px;
    top: 0;
    background-size: 6px 10px;
}
.flex-content .left-sidebar .close {
    width: 55px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/svg/close-white.svg) red no-repeat center;
    cursor: pointer;
}
.flex-content .left-sidebar .title {
    width: 100%;
    height: 40px;
    background: #4596e6;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    padding: 10px 15px;
    overflow: hidden;
}
.flex-content .left-sidebar .subtitle {
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #192b43;
}
.flex-content .left-sidebar ul {
    width: calc(100% - 55px);
    height: calc(100% - 40px);
    background: #fafafa;
    padding: 15px;
    margin: 0;
}
.flex-content .left-sidebar ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #192b43;
    margin: 6px 0;
    padding: 0;
    list-style: none;
}
.flex-content .left-sidebar ul li.active {
    font-weight: 700;
}
.flex-content .left-sidebar ul li.active a {
    color: #0068ce;
}
.flex-content .left-sidebar ul li:before {
    display: none;
}
.flex-content .left-sidebar ul li a {
    color: #192b43;
}
.flex-content .left-sidebar ul li a:hover {
    color: #0068ce;
}
.flex-content .left-sidebar .table-of-contents {
    margin-bottom: 25px;
}
.flex-content .left-sidebar .subcontent {
    width: calc(100% - 55px);
    height: calc(100% - 40px);
    background: #fafafa;
    padding: 15px;
}
.flex-content .left-sidebar .subcontent ul {
    width: 100%;
    height: auto;
    padding: 10px 0 0;
    background: unset;
}
.flex-content .left-sidebar .subcontent ul li {
    display: block !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    color: #0068ce;
    cursor: pointer;
}
.flex-content .left-sidebar .subcontent ul li:not(:last-child) {
    border-bottom: 1px dotted #7c7c7c;
}
.flex-content .left-sidebar .sidebar-bottom {
    width: 100%;
    margin-top: 25px;
    display: none;
}
.flex-content .left-sidebar .sidebar-bottom .banner {
    width: 100%;
    height: 400px;
    position: relative;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
}
.flex-content .left-sidebar .sidebar-bottom .banner.teleproperty {
    height: auto;
    padding: 20px 15px 0;
    background: #da0021;
}
.flex-content .left-sidebar .sidebar-bottom .banner.teleproperty p > strong {
    margin: 15px 0;
}
.flex-content .left-sidebar .sidebar-bottom .banner.workwithus {
    align-content: flex-end;
}
.flex-content .left-sidebar .sidebar-bottom .banner.workwithus .image:before {
    transform: rotate(180deg);
}
.flex-content .left-sidebar .sidebar-bottom .banner.workwithus .btn {
    margin-top: 25px;
}
.flex-content .left-sidebar .sidebar-bottom .banner.companyprofile {
    height: auto;
    padding: 0;
    background: #488ea8;
    text-align: center;
}
.flex-content .left-sidebar .sidebar-bottom .banner.companyprofile img {
    margin-bottom: 10px;
}
.flex-content .left-sidebar .sidebar-bottom .banner.companyprofile p {
    line-height: 22px;
}
.flex-content .left-sidebar .sidebar-bottom .banner p {
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.flex-content .left-sidebar .sidebar-bottom .banner p strong {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    display: block;
    width: 100%;
}
.flex-content .left-sidebar .sidebar-bottom .banner .image {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.flex-content .left-sidebar .sidebar-bottom .banner .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(images/svg/sidebar-shadow.svg) repeat-x;
    background-position: left top;
    z-index: 0;
}
.flex-content .left-sidebar .sidebar-bottom .banner .image img {
    object-fit: cover;
    z-index: -1;
}
.flex-content .left-sidebar .sidebar-bottom .banner .btn {
    width: 90%;
    height: 42px;
    color: #fff;
    background: #da0021;
    font-size: 14px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.flex-content .left-sidebar .sidebar-bottom .banner .btn:hover {
    background: #b00;
}
.flex-content .left-sidebar .sidebar-bottom .banner .group {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    color: #88c4ff;
    background: #626262;
    border-top: 1px solid #fff;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.flex-content .left-sidebar .sidebar-bottom .banner .group:first-child {
    margin-top: 15px;
}
.flex-content .left-sidebar .sidebar-bottom .banner .group strong,
.flex-content .left-sidebar .sidebar-bottom .banner .group a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    margin-top: 4px;
    pointer-events: none;
}
.flex-content .left-sidebar .sidebar-bottom .banner .group img {
    margin-right: 20px;
}
.flex-content .left-sidebar .sidebar-bottom .banner ul {
    width: 100%;
}
.flex-content .left-sidebar .sidebar-bottom .banner ul li {
    padding: 0;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: linear-gradient(#488ea8 0%, #66aac4 100%);
}
.page-modal .flex-content .left-sidebar .toggle-sidebar {
    display: none;
}
.bodyar .flex-content .left-sidebar,
.bodyfa .flex-content .left-sidebar {
    left: auto;
    right: 0;
}
.bodyar .flex-content .left-sidebar .title,
.bodyar .flex-content .left-sidebar .subtitle,
.bodyfa .flex-content .left-sidebar .title,
.bodyfa .flex-content .left-sidebar .subtitle {
    text-align: right;
}
.bodyar .flex-content .left-sidebar ul li,
.bodyfa .flex-content .left-sidebar ul li {
    text-align: right;
    padding-right: 0;
}
.bodyar .flex-content .left-sidebar .toggle-sidebar:after,
.bodyfa .flex-content .left-sidebar .toggle-sidebar:after {
    right: auto;
    left: -14px;
    transform: rotate(180deg);
}
@media (min-width: 1250px) {
    .flex-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .flex-content .left-sidebar {
        width: 240px;
        height: auto;
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 1;
    }
    .flex-content .left-sidebar aside {
        display: flex;
        height: auto;
        border-radius: 5px;
        border: 1px solid #e3e3e3;
        padding: 20px;
    }
    .flex-content .left-sidebar .close,
    .flex-content .left-sidebar .toggle-sidebar {
        display: none;
    }
    .flex-content .left-sidebar .title {
        height: auto;
        background: unset;
        color: #da0021;
        padding: 0;
    }
    .flex-content .left-sidebar .subtitle {
        display: none;
    }
    .flex-content .left-sidebar ul {
        width: 100%;
        height: auto;
        padding: 0;
        background: unset;
    }
    .flex-content .left-sidebar ul li {
        font-size: 13px;
        margin: 8px 0;
    }
    .flex-content .left-sidebar ul li:not(.active) {
        display: block;
    }
    .flex-content .left-sidebar .subcontent {
        width: 100%;
        padding: 0;
        background: unset;
    }
    .flex-content .left-sidebar .subcontent ul li {
        font-size: 13px;
        line-height: 18px;
        padding: 8px 0;
    }
    .flex-content .left-sidebar .sidebar-bottom {
        display: block;
    }
    .flex-content .right-content {
        z-index: 0;
        width: calc(100% - 265px);
    }
}

.iti__selected-flag .iti__flag {
    background-image: url(images/elements/flags.webp);
}
.b24-widget-button-social-item .b24-widget-button-social-tooltip {
    left: -5px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 1;
}
.fancybox-container {
    z-index: 999999999 !important;
}

.general-header {
    order: 1;
    margin-bottom: -100px;
}
.general-main {
    order: 2;
    position: relative;
    top: 100px;
}
.general-footer {
    order: 3;
    position: relative;
    top: 100px;
}
.custom-bitrix {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 69px;
    height: 69px;
    z-index: 99998;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-bitrix img {
    max-height: 110px;
    cursor: pointer;
}
.custom-bitrix .btn {
    background-color: #f11716;
    width: 56.1px;
    height: 56.1px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/svg/bitrix-msg.svg);
    animation-name: bitrix-icon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transition: 0.5s ease all;
}
@keyframes bitrix-icon {
    0%,
    100% {
        background-image: url(images/svg/bitrix-msg.svg);
        transition: 0.5s ease all;
    }
    50% {
        background-image: url(images/svg/bitrix-phone.svg);
        transition: 0.5s ease all;
    }
}
.custom-bitrix .pulse {
    width: 56.1px;
    height: 56.1px;
    border: 1px solid #f11716;
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    position: absolute;
    z-index: 0;
    will-change: transform opacity;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

#alttext {
    display: none;
}

.responsive-table {
    width: 100%;
    overflow-x: auto;
}
.responsive-table::-webkit-scrollbar {
    height: 6px;
    background-color: #f5f5f5;
}
.responsive-table table {
    min-width: 800px;
}
@media (max-width: 991px) {
    .hide-mobile {
        display: none !important;
    }
}
.overflow-hidden {
    overflow: hidden !important;
}
.fancybox-image {
    pointer-events: none;
}
svg#logo {
    fill: #da0021;
}
.loading {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    background: #ffffffe3;
    z-index: 9999999999999;
}
.loading img {
    opacity: 0.8;
}
.loading.active {
    display: flex;
}
 

svg {
    fill: #fff;
}
.select {
    position: relative;
}
.select:after {
    content: "";
    background-image: url(images/svg/select.svg);
    background-size: 12px 100%;
    background-repeat: no-repeat;
    background-position: left;
    width: 21px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    pointer-events: none;
}
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
}
header svg {
    vertical-align: middle;
    width: 12px;
    height: 16px;
}
.no-border {
    border: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hidden {
    display: none !important;
}
.customcheckbox {
    display: flex;
    column-gap: 5px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}
.customcheckbox span {
    border: 1px solid #192b43;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customcheckbox b {
    color: #da0021;
    font-size: 12px;
    font-weight: 600;
}
.customcheckbox.active span:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #192b43;
}
.img-title-text {
    text-indent: -1000px !important;
    overflow: hidden !important;
    width: 0 !important;
    height: 0 !important;
    display: block !important;
}
.general-padding {
    padding: 15px;
}
.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.yukaricik {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(images/elements/yukari.png) #da0021 center 9px no-repeat;
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
    color: #fff;
    padding: 20px 5px 5px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    display: none;
}
.formmodal {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
}
.svg-user {
    width: 11px;
    height: 13px;
}
.iti__country-list {
    width: 250px !important;
}
.iti__country {
    display: list-item;
    padding: 5px 10px !important;
}
.iti__country:before {
    display: none;
}
.iti-mobile .iti__country-list {
    display: flex;
    flex-direction: column;
}
.iti-mobile .iti--container {
    top: 110px !important;
    bottom: 20px !important;
    left: 15px !important;
    right: 15px !important;
}
.iti.iti--container {
    z-index: 9999999;
}
.iti__flag {
    border-radius: 5px;
}
.iti__arrow {
    margin-left: 10px !important;
    width: 12px !important;
    height: 6px !important;
    border: 0 !important;
    background: url(images/svg/select.svg) no-repeat center;
}
.iti__selected-flag {
    padding: 0 10px !important;
}
.iti--allow-dropdown input {
    padding-right: 10px !important;
    padding-left: 60px !important;
}
.uyari {
    width: 100%;
    margin: 10px 0;
    padding: 10px 15px !important;
    color: #da0021;
    border: 1px solid #da0021;
    font-size: 13px;
    display: none;
    font-weight: 500;
    text-align: left;
}
.uyari.basarili {
    border-color: #2ec600;
    color: #2ec600;
}

header .header-top {
    height: 40px;
    width: 100%;
    background: #192b43;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 99999;
}
header .header-top .header-row {
    display: flex;
    width: 100%;
    overflow: hidden;
}
header .header-top .header-row.btc .header-column:first-child {
    width: 28%;
}
header .header-top .header-row.btc .header-column:nth-child(2) {
    width: 22%;
}
header .header-top .header-row.btc .header-column.login-column {
    width: 15%;
    padding-right: 0;
}
header .header-top .header-row.btc .header-column.login-column:after,
header .header-top .header-row.btc .header-column.login-column:before {
    display: block;
}
header .header-top .header-row.btc .header-column.login-column a {
    justify-content: center;
}
header .header-top .header-row.btc .header-column.login-column a span {
    display: none;
}
header .header-top .header-row.btc .header-column.btc-column {
    width: 35%;
    background-image: linear-gradient(#766401, #3b3201);
    display: flex;
}
header .header-top .header-row.btc .header-column.btc-column a {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    width: 100%;
    height: 100%;
}
header .header-top .header-row.btc .header-column.btc-column a span {
    font-size: 12px;
    font-weight: 400;
}
header .header-top .header-row.btc .header-column.btc-column a svg {
    width: 15px;
    height: 21px;
    fill: #ffb100;
}
header .search-column {
    height: 60px;
    width: 100%;
    display: flex;
    background-image: linear-gradient(#b7dbff, #fff);
    position: fixed;
    top: 40px;
    z-index: 1000;
    align-items: center;
}
header .search-column:before {
    content: "";
    position: absolute;
    bottom: 2px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #d1e8ff;
}
header .search-column:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #a5d2ff;
}
header .search-column .advanced-search {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60%;
}
header .search-column .advanced-search span {
    color: #192b43;
    font-size: 11px;
    font-weight: 700;
    overflow-wrap: anywhere;
    width: 60%;
    line-height: 15px;
    text-align: center;
}
header .search-column .advanced-search:before {
    content: "";
    position: absolute;
    width: 1px;
    right: 15px;
    top: 0;
    bottom: 0;
    background: #fff;
}
header .search-column .advanced-search:after {
    content: "";
    position: absolute;
    width: 1px;
    right: 14px;
    top: 0;
    bottom: 0;
    background: #6d93c4;
}
header .search-column .text-search {
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    height: 60px;
}
header .search-column .text-search input {
    background: #ffffff00;
    border: 0;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0%;
    width: 100%;
    height: 60px;
}
header .search-column .text-search input:focus {
    border: 0;
    outline: 0;
}
header .search-column .text-search input::placeholder {
    color: #3d5f8d;
    font-size: 14px;
    font-weight: 400;
}
header .search-column .text-search span {
    width: 60px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(#b7dbff, #fff);
}
header .search-column .text-search span svg {
    fill: #192b43;
    width: 20px;
    height: 25px;
}
header .header-top {
    display: flex;
    align-items: center;
    height: 100px;
}
header .header-top .header-left {
    display: flex;
    flex-direction: column;
    width: 100%;
}
header .header-top .header-left .header-left-top {
    display: flex;
    height: 40px;
}
header .header-top .header-left .header-left-top .header-block {
    width: 29%;
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
}
header .header-top .header-left .header-left-top .header-block span,
header .header-top .header-left .header-left-top .header-block a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
header .header-top .header-left .header-left-top .header-block:first-child {
    padding-left: 15px;
}
header .header-top .header-left .header-left-top .header-block:not(:first-child) {
    justify-content: center;
}
header .header-top .header-left .header-left-top .header-block:not(:last-child) {
    position: relative;
}
header .header-top .header-left .header-left-top .header-block:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #31455f;
}
header .header-top .header-left .header-left-top .header-block.user-login {
    flex-grow: 2;
}
header .header-top .header-left .header-left-top .header-block.header-bitcoin {
    width: 35%;
    background-image: linear-gradient(#766401, #3b3201);
    display: flex;
}
header .header-top .header-left .header-left-top .header-block.header-bitcoin a {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
header .header-top .header-left .header-left-top .header-block.header-bitcoin a span {
    font-size: 10px;
    font-weight: 400;
}
header .header-top .header-left .header-left-top .header-block.header-bitcoin a svg {
    width: 15px;
    height: 21px;
    fill: #ffb100;
}
header .header-top .header-left .header-left-top.btc .header-block:first-child {
    width: 33%;
}
header .header-top .header-left .header-left-top.btc .header-block:nth-child(2) {
    width: 18%;
}
header .header-top .header-left .header-left-top.btc .header-block.user-login {
    width: 14%;
    padding-right: 0;
}
header .header-top .header-left .header-left-top.btc .header-block.user-login:after,
header .header-top .header-left .header-left-top.btc .header-block.user-login:before {
    display: block;
}
header .header-top .header-left .header-left-top.btc .header-block.user-login a span {
    display: none;
}
header .header-top .header-left .header-left-bottom {
    height: 60px;
    background-color: #da0021;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    z-index: 1001;
}
header .header-top .header-left .header-left-bottom.hide {
    visibility: hidden;
    pointer-events: none;
}
header .header-top .header-left .header-left-bottom .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    row-gap: 5px;
    width: fit-content;
}
header .header-top .header-left .header-left-bottom .logo.ribbon {
    position: relative;
}
header .header-top .header-left .header-left-bottom .logo.ribbon:after {
    content: "";
    background: url(images/svg/black-ribbon.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -20px;
    top: -2px;
    bottom: 0;
}
header .header-top .header-left .header-left-bottom .logo svg {
    height: 16px;
    width: 245px;
    fill: #fff;
}
header .header-top .header-left .header-left-bottom .logo .logo-text {
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 700;
}
header .header-top .header-left .header-left-bottom .logo .logo-text.sloganru {
    font-size: 10px;
}
header .header-top .header-left .header-left-bottom .logo .logo-text.slogande {
    font-size: 11px;
}
header .header-top .header-left .header-left-bottom .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header .header-top .header-left .header-left-bottom .menu-toggle svg {
    width: 28px;
    height: 23px;
}
header .header-top .header-right {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    display: flex;
    height: 100vh;
    background-color: #fff;
    z-index: 1004;
    padding: 85px 15px 0 15px;
    opacity: 0;
    visibility: hidden;
}
header .header-top .header-right.active {
    opacity: 1;
    visibility: visible;
}
header .header-top .header-right .header-right-top {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    z-index: 1;
    order: 2;
}
header .header-top .header-right .header-right-top span,
header .header-top .header-right .header-right-top a {
    font-size: 12px;
    font-weight: 700;
    color: #192b43;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    width: 270px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-top .header-right .header-right-top span.find-property,
header .header-top .header-right .header-right-top a.find-property {
    order: -1;
}
header .header-top .header-right .header-right-top .call-now {
    column-gap: 10px;
}
header .header-top .header-right .header-right-top .call-now b {
    color: #da0021;
    font-size: 14px;
    font-weight: 700;
}
header .header-top .header-right .header-right-top .call-now div {
    font-size: 13px;
    color: #192b43;
    font-weight: 600;
}
header .header-top .header-right .header-right-top .whatsapp-btn {
    column-gap: 10px;
}
header .header-top .header-right .header-right-top .whatsapp-btn svg {
    width: 24px;
    height: 24px;
}
header .header-top .header-right .header-right-bottom {
    height: 100%;
    background-color: #fff;
}
header .header-top .header-right .header-right-bottom .desktop-menu {
    display: flex;
    flex-direction: column;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav {
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-top: 1em;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item {
    padding: 5px;
    display: flex;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item:active {
    background-color: #ddd;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item a {
    display: flex;
    align-items: center;
    color: #192b43;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    background-color: #fff;
    display: none;
    padding: 85px 15px 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    z-index: 1;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container {
    height: 100%;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-item {
    padding: 5px;
    display: flex;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-item:active {
    background: #ddd;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-item.btc a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-item.btc svg {
    fill: #ffb100;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-item img {
    width: auto;
    min-height: 16px;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-item span.link,
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-item .submenutitle.link {
    color: #192b43;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    width: unset;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-item.title a {
    color: #da0021;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal.active {
    display: block;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal a {
    color: #192b43;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-arrow {
    margin-left: 10px;
}
header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-arrow svg {
    fill: #192b43;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-back-btn {
    position: absolute;
    top: 20px;
    z-index: 10;
    left: 20px;
    display: block;
    padding: 5px;
    opacity: 1 !important;
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-back-btn svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-close svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons {
    position: absolute;
    left: -25px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    overflow: hidden;
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons .menu-close-container {
    transform: rotate(-90deg);
    display: flex;
    flex-wrap: nowrap;
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons .menu-close-container span {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons .menu-close-container span:first-child {
    background: #ff0027;
    width: 130px;
}
header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons .menu-close-container span:last-child {
    background: #575757;
    color: #fff;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 400;
}
header .header-top .desktop-menu-backdrop {
    background-color: #00000090;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: none;
    padding-left: 10%;
    z-index: 1003;
    visibility: hidden;
    opacity: 0;
}
header .header-top .desktop-menu-backdrop.active {
    display: block;
    visibility: visible;
    opacity: 1;
}
#menu-modal,
.form-modal {
    position: fixed;
    background: #00000090;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-top: -40px;
    z-index: 999999;
    display: none;
}
#menu-modal.tur2 .yestur1,
#menu-modal.tur3 .yestur1,
#menu-modal.tur4 .yestur1,
#menu-modal.tur5 .yestur1,
.form-modal.tur2 .yestur1,
.form-modal.tur3 .yestur1,
.form-modal.tur4 .yestur1,
.form-modal.tur5 .yestur1 {
    display: none;
}
#menu-modal .custom-recaptcha,
.form-modal .custom-recaptcha {
    width: 300px;
    margin-top: 15px;
    margin-left: 15px;
}
#menu-modal .modal-container,
.form-modal .modal-container {
    position: fixed;
    right: 0;
    height: 100%;
    width: 90%;
    background: #fff;
    display: flex;
    flex-direction: column;
}
#menu-modal .modal-container .menu nav ul,
.form-modal .modal-container .menu nav ul {
    padding: 85px 15px 0 15px;
    z-index: 1;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
#menu-modal .modal-container .menu nav ul li,
.form-modal .modal-container .menu nav ul li {
    padding: 5px;
    display: flex;
}
#menu-modal .modal-container .menu nav ul li a,
#menu-modal .modal-container .menu nav ul li .link,
.form-modal .modal-container .menu nav ul li a,
.form-modal .modal-container .menu nav ul li .link {
    color: #192b43;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
#menu-modal .modal-container .menu nav ul li .menu-arrow,
.form-modal .modal-container .menu nav ul li .menu-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
#menu-modal .modal-container .menu nav ul li .menu-arrow svg,
.form-modal .modal-container .menu nav ul li .menu-arrow svg {
    fill: #192b43;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
#menu-modal .modal-container .menu nav ul li img,
.form-modal .modal-container .menu nav ul li img {
    width: auto;
    min-height: 16px;
}
#menu-modal .modal-container .menu nav .submenu,
.form-modal .modal-container .menu nav .submenu {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: none;
    min-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
}
#menu-modal .modal-container .menu nav .submenu.active,
.form-modal .modal-container .menu nav .submenu.active {
    display: block;
}
#menu-modal .modal-container .form,
.form-modal .modal-container .form {
    margin: 70px 0 0 0;
    padding: 0 15px;
    border-radius: 0;
    border: 0;
    background: #fff;
}
#menu-modal .modal-container .buttons,
.form-modal .modal-container .buttons {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    z-index: 3;
}
#menu-modal .modal-container .buttons span,
#menu-modal .modal-container .buttons a,
.form-modal .modal-container .buttons span,
.form-modal .modal-container .buttons a {
    font-size: 12px;
    font-weight: 700;
    color: #192b43;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    width: 270px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu-modal .modal-container .buttons .call-now,
.form-modal .modal-container .buttons .call-now {
    column-gap: 10px;
}
#menu-modal .modal-container .buttons .call-now b,
.form-modal .modal-container .buttons .call-now b {
    color: #da0021;
    font-size: 14px;
    font-weight: 700;
}
#menu-modal .modal-container .buttons .call-now div,
.form-modal .modal-container .buttons .call-now div {
    font-size: 13px;
    color: #192b43;
    font-weight: 600;
}
#menu-modal .modal-container .buttons .whatsapp-btn,
.form-modal .modal-container .buttons .whatsapp-btn {
    column-gap: 10px;
}
#menu-modal .modal-container .buttons .whatsapp-btn svg,
.form-modal .modal-container .buttons .whatsapp-btn svg {
    width: 24px;
    height: 24px;
}
#menu-modal .modal-container .menu-close,
.form-modal .modal-container .menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}
#menu-modal .modal-container .menu-close svg,
.form-modal .modal-container .menu-close svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
}
#menu-modal .modal-container .menu-back-btn,
.form-modal .modal-container .menu-back-btn {
    position: absolute;
    top: 20px;
    z-index: 10;
    left: 20px;
    display: none;
    opacity: 1 !important;
}
#menu-modal .modal-container .menu-back-btn svg,
.form-modal .modal-container .menu-back-btn svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
}
#menu-modal .modal-container .menu-close-buttons,
.form-modal .modal-container .menu-close-buttons {
    position: absolute;
    left: -25px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    overflow: hidden;
}
#menu-modal .modal-container .menu-close-buttons .menu-close-container,
.form-modal .modal-container .menu-close-buttons .menu-close-container {
    transform: rotate(-90deg);
    display: flex;
    flex-wrap: nowrap;
}
#menu-modal .modal-container .menu-close-buttons .menu-close-container span,
.form-modal .modal-container .menu-close-buttons .menu-close-container span {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu-modal .modal-container .menu-close-buttons .menu-close-container span svg,
.form-modal .modal-container .menu-close-buttons .menu-close-container span svg {
    width: 20px;
    height: 20px;
}
#menu-modal .modal-container .menu-close-buttons .menu-close-container span:first-child,
.form-modal .modal-container .menu-close-buttons .menu-close-container span:first-child {
    background: #ff0027;
    width: 130px;
}
#menu-modal .modal-container .menu-close-buttons .menu-close-container span:last-child,
.form-modal .modal-container .menu-close-buttons .menu-close-container span:last-child {
    background: #575757;
    color: #fff;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 400;
}
#menu-modal .modal-outer-container .menu-close,
.form-modal .modal-outer-container .menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}
#menu-modal .modal-outer-container .menu-close svg,
.form-modal .modal-outer-container .menu-close svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
}
#filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 999999;
    padding: 15px;
    padding-bottom: 113px;
    display: none;
}
#filter-modal svg {
    vertical-align: middle;
    width: 12px;
    height: 16px;
}
#filter-modal .overlay {
    display: none;
}
#filter-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #da0021;
    margin-bottom: 10px;
}
#filter-modal .search-title {
    color: #192b43;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
#filter-modal .location-container .checkbox-list li {
    color: #192b43;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    flex-wrap: wrap;
}
#filter-modal .location-container .checkbox-list li label {
    display: flex;
    flex-wrap: wrap;
    column-gap: 7px;
    align-items: center;
    cursor: pointer;
    line-height: 20px;
    min-height: 32px;
}
#filter-modal .location-container .checkbox-list li label em {
    font-style: unset;
}
#filter-modal .location-container .checkbox-list li label .checkbox {
    border: 1px solid #192b43;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
#filter-modal .location-container .checkbox-list li label b {
    color: #da0021;
    font-size: 14px;
    font-weight: 600;
    margin-left: 3px;
}
#filter-modal .location-container .checkbox-list li .show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
#filter-modal .location-container .checkbox-list li .show-more svg {
    vertical-align: middle;
    width: 12px;
    height: 16px;
    fill: #192b43;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#filter-modal .location-container .checkbox-list li .show-more.active svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#filter-modal .location-container .checkbox-list li.active label span:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #192b43;
}
#filter-modal .location-container .checkbox-list li ul {
    margin-left: 30px;
    display: none;
}
#filter-modal .location-container .checkbox-list li .level2 {
    display: none;
    padding: 0;
    margin-left: 30px;
    flex-direction: column;
    width: 100%;
}
#filter-modal .location-container .checkbox-list li .level2 li label span:before {
    display: none;
}
#filter-modal .location-container .checkbox-list li .level2 li.active label span::before {
    display: block;
}
#filter-modal .location-container .checkbox-list li .level2 .level3 {
    display: none;
    padding: 0;
    margin-left: 30px;
    flex-direction: column;
    width: 100%;
}
#filter-modal .location-container .checkbox-list li .level2 .level3 li label span:before {
    display: none;
}
#filter-modal .location-container .checkbox-list li .level2 .level3 li.active label span::before {
    display: block;
}
#filter-modal .location-container .location-list .cities {
    padding: 0;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
}
#filter-modal .location-container .location-list .lcity.active .districts {
    display: block;
}
#filter-modal .location-container .location-list .lcity.active .districts {
    display: block;
}
#filter-modal .location-container .location-list .ldistrict.active .neighborhoods {
    display: block;
}
#filter-modal .location-container .search {
    position: relative;
    height: 40px;
    width: 100%;
}
#filter-modal .location-container .search input {
    height: 40px;
    width: 100%;
    border: 0.5px solid #848484;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
#filter-modal .location-container .search .search-button {
    position: absolute;
    right: 10px;
    top: 15px;
}
#filter-modal .location-container .search .search-button svg {
    fill: #192b43;
    width: 15px;
    height: 10px;
}
#filter-modal .search-list {
    position: relative;
}
#filter-modal .search-list .search {
    position: relative;
}
#filter-modal .search-list .search input {
    border: 1px solid #848484;
    width: 100%;
    position: relative;
    padding: 15px 10px;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    height: 40px;
}
#filter-modal .search-list .search input:focus {
    outline: 0;
}
#filter-modal .search-list .search .search-button {
    position: absolute;
    right: 1px;
    top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 39px;
    background: #fff;
}
#filter-modal .search-list .search .search-button svg {
    width: 20px;
    height: 20px;
    fill: #da0021;
}
#filter-modal .search-list .search .search-button.active::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/loader.gif) #fff no-repeat center;
    background-size: 25px 7px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
#filter-modal .search-list .aramasonucliste {
    display: none;
    width: 100%;
    height: auto;
    max-height: 275px;
    position: absolute;
    left: 0;
    top: 69px;
    background: #fff;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #adadad;
    border-top: 0;
    z-index: 10;
}
#filter-modal .search-list .aramasonucliste .noresult {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
}
#filter-modal .search-list .aramasonucliste::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #fff;
    background-color: #e3e3e3;
}
#filter-modal .search-list .aramasonucliste::-webkit-scrollbar {
    width: 5px;
    background-color: #e3e3e3;
}
#filter-modal .search-list .aramasonucliste::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
#filter-modal .search-list .aramasonucliste .baslik {
    position: relative;
    padding-left: 40px;
}
#filter-modal .search-list .aramasonucliste .baslik:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #c7c7c7;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
#filter-modal .search-list .aramasonucliste .baslik span {
    width: auto;
    padding: 0 10px;
    background: #fff;
    color: #b5b5b5;
    font-size: 10px;
    font-weight: 500;
    z-index: 1;
}
#filter-modal .search-list .aramasonucliste ul {
    padding: 0;
    margin: 10px 0;
    width: 100%;
}
#filter-modal .search-list .aramasonucliste ul li {
    width: 100%;
    text-align: left;
    margin: 6px 0;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
#filter-modal .search-list .aramasonucliste ul li a {
    color: #192b43;
}
#filter-modal .search-list .aramasonucliste ul li svg {
    width: 10px;
    height: 13px;
    margin-top: -1px;
    margin-right: 10px;
}
#filter-modal .selected-filters {
    display: none;
    column-gap: 10px;
    row-gap: 10px;
    overflow: auto;
    padding: 15px 0;
    margin: 0 0 5px;
    flex-wrap: wrap;
}
#filter-modal .selected-filters.active {
    display: flex;
}
#filter-modal .selected-filters .reset-filter {
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    color: #4596e6;
    text-align: center;
}
#filter-modal .selected-filters .filtered-key {
    display: flex;
    column-gap: 5px;
    margin-bottom: 5px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 15px;
}
#filter-modal .selected-filters .filtered-key .key {
    font-size: 12px;
    font-weight: 700;
    color: #192b43;
}
#filter-modal .selected-filters .filtered-key .filtered-info {
    height: 35px;
    border-radius: 10px;
    border: 1px solid #afafaf;
    padding: 5px 25px 5px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#filter-modal .selected-filters .filtered-key .filtered-info .filtered-title {
    font-size: 12px;
    font-weight: 600;
    color: #192b43;
    display: flex;
    width: max-content;
}
#filter-modal .selected-filters .filtered-key .filtered-info .delete-filter {
    position: absolute;
    right: 0;
    width: 15px;
    bottom: 0;
    display: flex;
    top: 0;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #da0021;
    justify-content: center;
    align-items: center;
}
#filter-modal .selected-filters .filtered-key .filtered-info .delete-filter svg {
    width: 9px;
    height: 12px;
    fill: #fff;
    margin-top: -10px;
}
#filter-modal .location-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#filter-modal .location-container .location-selector {
    height: 40px;
    padding: 20px 10px;
    border: 1px solid #afafaf;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#filter-modal .location-container .location-selector span {
    font-size: 14px;
    color: #192b43;
    font-weight: 600;
}
#filter-modal .location-container .location-selector svg {
    fill: #192b43;
    width: 17px;
    height: 7px;
}
#filter-modal .location-container .location-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    width: 100%;
}
#filter-modal .location-container .location-list .city-info {
    flex: none;
    cursor: pointer;
    margin-bottom: 15px;
}
#filter-modal .location-container .location-list .city-info span {
    font-size: 11px;
    color: #192b43;
    font-weight: 600;
}
#filter-modal .location-container .location-list .city-info span:last-child {
    color: #da0021;
}
#filter-modal .location-container .location-list::-webkit-scrollbar {
    display: none;
}
#filter-modal .location-container .popular-location-title {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    width: 100%;
    margin: 10px 0 2px;
}
#filter-modal .city-modal {
    background: #fff;
    z-index: 99901;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 50px 15px 25px 15px;
    display: none;
}
#filter-modal .city-modal.active {
    display: block;
}
#filter-modal .city-modal.active .back-btn {
    display: block;
}
#filter-modal .city-modal ul {
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
}
#filter-modal .city-modal ul li {
    color: #192b43;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
}
#filter-modal .city-modal ul li label {
    display: flex;
    column-gap: 7px;
    align-items: center;
}
#filter-modal .city-modal ul li label span {
    border: 1px solid #192b43;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#filter-modal .city-modal ul li.active label span:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #192b43;
}
#filter-modal .city-modal ul li .show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
#filter-modal .city-modal ul li .show-more svg {
    fill: #192b43;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
#filter-modal .district-modal {
    background: #fff;
    z-index: 99902;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 50px 15px 25px 15px;
    display: none;
}
#filter-modal .district-modal .search-title2 {
    color: #da0021;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 10px;
}
#filter-modal .district-modal ul.district-list {
    padding: 0;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
}
#filter-modal .district-modal ul.district-list li {
    color: #192b43;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    flex-wrap: wrap;
}
#filter-modal .district-modal ul.district-list li label {
    display: flex;
    column-gap: 7px;
    align-items: center;
}
#filter-modal .district-modal ul.district-list li label span {
    border: 1px solid #192b43;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#filter-modal .district-modal ul.district-list li label b {
    color: #da0021;
}
#filter-modal .district-modal ul.district-list li .show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
#filter-modal .district-modal ul.district-list li .show-more svg {
    fill: #192b43;
}
#filter-modal .district-modal ul.district-list li .show-more.active svg {
    fill: #aaa;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#filter-modal .district-modal ul.district-list li.active label span:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #192b43;
}
#filter-modal .district-modal ul.district-list li.active .neighborhood-list label span:before {
    display: none;
}
#filter-modal .district-modal ul.neighborhood-list {
    padding: 0;
    margin-left: 30px;
    display: none;
    flex-direction: column;
    width: 100%;
}
#filter-modal .district-modal ul.neighborhood-list.active {
    display: flex;
}
#filter-modal .district-modal ul.neighborhood-list li {
    color: #192b43;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
}
#filter-modal .district-modal ul.neighborhood-list li label {
    display: flex;
    column-gap: 7px;
    align-items: center;
}
#filter-modal .district-modal ul.neighborhood-list li label span {
    border: 1px solid #192b43;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#filter-modal .district-modal ul.neighborhood-list li label b {
    color: #da0021;
    margin-left: 3px;
}
#filter-modal .district-modal ul.neighborhood-list li.active label {
    color: #da0021;
}
#filter-modal .district-modal ul.neighborhood-list li.active label span:before {
    display: none;
}
#filter-modal .district-modal ul.neighborhood-list li.active label span:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #da0021;
}
#filter-modal .district-modal ul.neighborhood-list li .show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
#filter-modal .district-modal ul.neighborhood-list li .show-more svg {
    fill: #192b43;
}
#filter-modal .district-modal.active {
    display: block;
}
#filter-modal .district-modal.active .back-btn {
    display: block;
}
#filter-modal .type-container {
    overflow: auto;
    padding-bottom: 15px;
}
#filter-modal .type-container::-webkit-scrollbar {
    height: 2px;
    background-color: #e3e3e3;
}
#filter-modal .type-container::-webkit-scrollbar-thumb {
    background-color: #da0021;
}
#filter-modal .type-container ul {
    padding: 0;
    margin: 0;
    width: max-content;
    display: flex;
    column-gap: 10px;
}
#filter-modal .type-container ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 3px;
    height: 80px;
    padding: 0 5px;
    min-width: 65px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #afafaf;
}
#filter-modal .type-container ul li svg {
    width: 30px;
    height: 30px;
    fill: #afafaf;
}
#filter-modal .type-container ul li svg.land {
    fill: none;
    stroke: #afafaf;
}
#filter-modal .type-container ul li span:first-child {
    color: #192b43;
    font-size: 11px;
    font-weight: 600;
}
#filter-modal .type-container ul li span:last-child {
    color: #da0021;
    font-size: 10px;
    font-weight: 600;
}
#filter-modal .type-container ul li.active {
    background-color: #da0021;
    border: 1px solid #da0021;
}
#filter-modal .type-container ul li.active span {
    color: #fff;
}
#filter-modal .type-container ul li.active svg {
    fill: #fff;
}
#filter-modal .type-container ul li.active svg.land {
    fill: none;
    stroke: #fff;
}
#filter-modal .type-container .type-modal {
    background: #fff;
    z-index: 99901;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 50px 15px 25px 15px;
    display: none;
}
#filter-modal .type-container .type-modal.active {
    display: block;
}
#filter-modal .type-container .type-modal.active .back-btn {
    display: block;
}
#filter-modal .type-container .type-modal ul {
    padding: 0;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
}
#filter-modal .type-container .type-modal ul li {
    color: #192b43;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    border: 0;
    justify-content: unset;
    align-items: unset;
    height: unset;
    min-width: unset;
    display: flex;
    margin: 0;
    padding: 0;
}
#filter-modal .type-container .type-modal ul li label {
    display: flex;
    column-gap: 7px;
    align-items: center;
}
#filter-modal .type-container .type-modal ul li label span.checkbox {
    border: 1px solid #192b43;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#filter-modal .type-container .type-modal ul li label b {
    color: #da0021;
}
#filter-modal .type-container .type-modal ul li.active {
    background: unset;
}
#filter-modal .type-container .type-modal ul li.active label span {
    color: #da0021;
}
#filter-modal .type-container .type-modal ul li.active label span:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #da0021;
}
#filter-modal .type-container .type-modal ul li .show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
#filter-modal .type-container .type-modal ul li .show-more svg {
    fill: #192b43;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
#filter-modal .room-container,
#filter-modal .bathroom-container {
    overflow: auto;
}
#filter-modal .room-container .search-list,
#filter-modal .bathroom-container .search-list {
    margin-top: 0;
}
#filter-modal .room-container::-webkit-scrollbar,
#filter-modal .bathroom-container::-webkit-scrollbar {
    height: 2px;
    background-color: #e3e3e3;
}
#filter-modal .room-container::-webkit-scrollbar-thumb,
#filter-modal .bathroom-container::-webkit-scrollbar-thumb {
    background-color: #da0021;
}
#filter-modal .room-container ul,
#filter-modal .bathroom-container ul {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 5px;
}
#filter-modal .room-container ul li,
#filter-modal .bathroom-container ul li {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    padding: 0 5px;
    border-radius: 10px;
    border: 1px solid #afafaf;
    width: auto;
    min-width: 52px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex: none;
}
#filter-modal .room-container ul li span,
#filter-modal .bathroom-container ul li span {
    font-weight: 600;
}
#filter-modal .room-container ul li span:first-child,
#filter-modal .bathroom-container ul li span:first-child {
    color: #192b43;
    font-size: 14px;
}
#filter-modal .room-container ul li span:last-child,
#filter-modal .bathroom-container ul li span:last-child {
    font-size: 9px;
    color: #da0021;
}
#filter-modal .room-container ul li.active,
#filter-modal .bathroom-container ul li.active {
    background: #da0021;
}
#filter-modal .room-container ul li.active span,
#filter-modal .bathroom-container ul li.active span {
    color: #fff;
}
#filter-modal .tags-container {
    position: relative;
}
#filter-modal .tags-container:after {
    content: "";
    height: 40px;
    background-image: linear-gradient(to bottom, #ffffff7d, #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#filter-modal .tags-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    margin-right: -10px;
    padding-bottom: 50px;
}
#filter-modal .tags-container ul::-webkit-scrollbar {
    width: 2px;
    background-color: #e3e3e3;
}
#filter-modal .tags-container ul::-webkit-scrollbar-thumb {
    background-color: #da0021;
}
#filter-modal .tags-container ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    border-radius: 10px;
    height: 40px;
    border: 1px solid #afafaf;
    padding: 0 5px;
    margin-top: 0;
}
#filter-modal .tags-container ul li span {
    font-size: 12px;
    font-weight: 600;
    color: #192b43;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#filter-modal .tags-container ul li span b {
    color: #da0021;
}
#filter-modal .tags-container ul li.active {
    background: #da0021;
}
#filter-modal .tags-container ul li.active span {
    color: #fff;
}
#filter-modal .tags-container ul li.active span b {
    color: #fff;
}
#filter-modal .range-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
#filter-modal .range-container ul .input-li {
    width: 48%;
}
#filter-modal .range-container ul .input-li label {
    font-size: 11px;
    font-weight: 300;
    color: #192b43;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
#filter-modal .range-container ul .input-li label input {
    height: 40px;
    padding: 5px 10px;
    border: 0.5px solid #848484;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}
#filter-modal .range-container ul .range-li {
    width: 100%;
    margin-top: 10px;
}
#filter-modal .range-container ul .range-li .customrange {
    position: relative;
}
#filter-modal .range-container ul .range-li .customrange input {
    width: 100%;
    background: #ddd;
    border-radius: 0;
    height: 10px;
}
#filter-modal .slider-filter-options {
    margin: 0 -15px;
}
#filter-modal .slider-filter-options .custom-padding {
    padding: 0 15px;
}
#filter-modal .slider-filter-options .slide-content {
    display: none;
}
#filter-modal .slider-filter-options .option {
    border-top: 1px solid #999;
    margin-bottom: 1px;
}
#filter-modal .slider-filter-options .option .title {
    padding: 0 15px;
    height: 40px;
    background: #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #192b43;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
#filter-modal .slider-filter-options .option .title svg {
    fill: #192b43;
}
#filter-modal .slider-filter-options .option .completion-year-opt {
    margin-top: 15px;
}
#filter-modal .slider-filter-options .option .completion-year-opt label {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
#filter-modal .slider-filter-options .option .completion-year-opt label.customcheckbox {
    column-gap: 8px;
}
#filter-modal .slider-filter-options .option .completion-year-opt label.customcheckbox span {
    border-color: #848484;
}
#filter-modal .slider-filter-options .option .slide-content .liste {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    row-gap: 15px;
}
#filter-modal .slider-filter-options .option.active .slide-content {
    display: block;
}
#filter-modal .slider-filter-options .option.active .title svg {
    fill: #192b43;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#filter-modal hr {
    margin: 20px -15px;
    border-color: #999;
    border-width: 0.5px;
    border-top: 0;
}
#filter-modal .back-btn {
    position: absolute;
    top: 20px;
    z-index: 99999;
    left: 20px;
    opacity: 1 !important;
    display: none;
}
#filter-modal .back-btn svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
}
#filter-modal .menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    padding: 5px;
}
#filter-modal .menu-close svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
#filter-modal .filter-done {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}
#filter-modal .filter-done svg {
    fill: #00bc3a;
    width: 26px;
    height: 20px;
}
#filter-modal .filter-buttons {
    height: 73px;
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}
#filter-modal .filter-buttons .row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 8px;
}
#filter-modal .filter-buttons .row .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
}
#filter-modal .filter-buttons .row .reset-filter {
    color: #fff;
    background: #aaa;
    width: 32%;
    height: 45px;
    text-align: center;
}
#filter-modal .filter-buttons .row .view-results {
    color: #fff;
    column-gap: 3px;
    background: #da0021;
    width: 66%;
    height: 45px;
    padding: 0 15px;
}
#filter-modal .filter-buttons .row .save-search {
    color: #192b43;
    border: 1px solid #192b43;
    width: 100%;
    height: 35px;
}
.global {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #fff;
    padding: 0 0 30px 0;
}
.global .global-overlay {
    display: none;
}
.global #glb-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
}
.global #glb-close .svg-close {
    width: 20px;
    height: 20px;
    fill: #192b43;
}
.global .global-menu {
    font-size: 11px;
    font-weight: 700;
    position: relative;
}
.global .global-menu label {
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
    font-size: 13px;
}
.global .global-menu ul {
    width: 100%;
    display: block;
    color: #192b43;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0 15px;
}
.global .global-menu ul.dilsec li {
    width: 25%;
}
.global .global-menu ul.parabirimisec li {
    width: 16.6666%;
}
.global .global-menu ul.olcubirimisec li {
    width: auto;
    padding-right: 35px;
}
.global .global-menu ul.olcubirimisec li:last-child {
    padding-right: 0;
}
.global .global-menu ul li {
    float: left;
    padding: 0 11px;
    line-height: 22px;
    border-left: none;
    margin: 5px 0;
    padding: 0;
}
.global .global-menu ul li b {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}
.global .global-menu ul li b:hover {
    color: #da0021;
}
.global .global-menu ul li:first-child {
    border: none;
    padding-left: 0;
}
.global .global-menu ul li.active b {
    color: #da0021;
    font-weight: 600 !important;
}
.global .global-menu .global-left {
    padding: 0 15px;
}
.global .global-menu .global-left .row {
    width: 100%;
    margin-bottom: 50px;
}
.global .global-menu .global-left .top-login {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 60px;
}
.global .global-menu .global-left .top-login a {
    color: #192b43;
}
.global .global-menu .global-left .top-login .svg-user {
    width: 15px;
    height: 18px;
    margin-right: 10px;
    fill: #da0021;
}
.global .global-menu .global-right {
    padding: 0 15px;
}
.global .global-menu .global-right .orange {
    font-size: 18px;
    font-weight: 700;
    color: #ff9400;
    display: block;
}
.global .global-menu .global-right .row {
    width: 100%;
}
.global .global-menu .global-right span {
    color: #192b43;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    max-width: 165px;
}
.global .global-menu .global-right svg {
    width: 30px;
    height: 31px;
    fill: #707070;
    margin: 0 10px 0 -40px;
}
.global .global-menu .select {
    position: relative;
}
.global .global-menu .select svg {
    fill: #192b43;
    position: absolute;
    right: 5px;
    top: -1px;
    pointer-events: none;
}
.global .global-menu .select select {
    background: transparent;
    color: #192b43;
    border: none;
    padding: 2px 25px 2px 5px;
}
.footer .footer-top {
    background: #192b43;
    height: 175px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 0;
}
.footer .footer-top .copylink {
    width: 100%;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}
.footer .footer-top .copylink.footer-links {
    margin-bottom: 20px;
}
.footer .footer-top .copylink div {
    font-weight: 600;
    text-align: center;
}
.footer .footer-top .copylink ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.footer .footer-top .copylink ul li {
    border-left: 1px solid #fff;
    margin-top: 3px;
    font-weight: 400;
    text-align: left;
    width: auto;
    display: table-cell;
    padding: 0 10px;
}
.footer .footer-top .copylink ul li:first-child {
    border-left: 0;
}
.footer .footer-top .copylink ul li a {
    font-weight: 400;
    color: #fff;
}
.footer .footer-bottom {
    margin: 15px 0;
}
.footer .footer-bottom .logo-area .bitcoin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px 0 20px;
}
.footer .footer-bottom .logo-area .bitcoin svg {
    width: 19px;
    height: 26px;
    margin-bottom: 3px;
}
.footer .footer-bottom .logo-area .bitcoin span {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 700;
}
.footer .footer-bottom .logo-area .bitcoin span:last-child {
    font-size: 12px;
    font-weight: 400;
}
.footer .footer-bottom .logo-area .antalyahomes-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3px;
}
.footer .footer-bottom .logo-area .antalyahomes-logo img {
    width: 211px;
    height: 13px;
}
.footer .footer-bottom .logo-area .antalyahomes-logo span {
    color: #da0021;
    font-size: 11px;
    font-weight: 600;
}
.footer .footer-bottom .contact-area {
    margin: 20px 0 5px;
}
.footer .footer-bottom .contact-area .title-area {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.footer .footer-bottom .contact-area .info-area {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.footer .footer-bottom .contact-area .info-area a {
    color: #192b43;
    font-size: 14px;
    font-weight: 600;
}
.footer .footer-bottom .contact-area .info-area ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer .footer-bottom .contact-area .info-area ul li svg {
    fill: #192b43;
    width: 16px;
    height: 16px;
}
.footer .footer-bottom .contact-area .info-area ul li:last-child svg {
    width: 22px;
    height: 16px;
}
.footer .footer-bottom .tekce-logo {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.footer .footer-bottom .tekce-logo img {
    width: 117px;
    height: 38px;
}
.tur1 .form .satir.fmprice,
.tur2 .form .satir.fmprice,
.tur3 .form .satir.fmprice,
.tur4 .form .satir.fmprice {
    display: none;
}
.form {
    width: 100%;
    padding: 15px;
    margin: 40px 0 0;
    border-radius: 10px;
    background: #f4f4f4;
    border: 1px solid #bbb;
    position: relative;
}
.form.askexpert .satir.title {
    font-size: 12px;
    line-height: 24px;
    position: relative;
}
.form.askexpert .satir.title:before {
    content: "";
    width: 75px;
    height: 100px;
    background: url(images/askexpert.png) no-repeat center bottom;
    position: absolute;
    right: 5px;
    bottom: -10px;
    background-size: 72px 99px;
}
.form.askexpert .satir.title b {
    font-size: 26px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
}
.form.sellpropertyform {
    margin-bottom: 30px;
}
.form.sellpropertyform .sellpropertymap .selectable-cities {
    color: #da0021;
    font-weight: 600;
    margin-bottom: 10px;
}
.form.sellpropertyform .sellpropertymap #mapsearch {
    width: 100%;
    margin: 5px 0 15px;
}
.form.sellpropertyform .sellpropertymap #sell-map {
    width: 100%;
    height: 300px;
}
.form.sellpropertyform .sellpropertymap #sell-map .gm-style-mtc ul li {
    display: flex;
    align-items: center;
}
.form.sellpropertyform .sellpropertymap #sell-map .gm-style-mtc ul li label {
    margin: 0;
    width: unset;
}
.form.sellpropertyform .sellpropertymap #sell-map .gm-style-mtc ul li::before {
    display: none;
}
.form.sellpropertyform .soru-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 15px;
}
.form.sellpropertyform .soru-block .soru {
    width: 100%;
    float: left;
    min-height: 80px;
    margin-bottom: 10px;
}
.form.sellpropertyform .soru-block .soru.type label {
    width: 50%;
}
.form.sellpropertyform .soru-block .soru .block {
    display: flex;
}
.form.sellpropertyform .soru-block .soru label {
    width: 33.3333333%;
    font-size: 13px;
    line-height: 20px;
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    cursor: pointer;
}
.form.sellpropertyform .soru-block .soru label.select {
    margin: 0;
    width: 100%;
}
.form.sellpropertyform .soru-block .soru label.select select {
    cursor: pointer;
}
.form.sellpropertyform .soru-block .soru input[type="datetime-local"] {
    width: 100%;
}
.form.sellpropertyform .soru-block .soru input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
    border-radius: 50%;
    float: left;
}
.form.sellpropertyform .soru-block .soru input[type="radio"]:checked {
    background: #da0021;
}
.form.sellpropertyform .soru-block .soru .title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.form .satir {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.form .satir.title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #192b43;
}
.form .satir.subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #000;
}
.form .satir.alt {
    min-height: 45px;
}
.form .satir.alt label {
    display: inline-block;
    width: 50%;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    color: #2a3a46;
    line-height: 22px;
}
.form .satir.alt label a {
    color: #16aef2;
    display: contents;
}
.form .satir.alt input {
    width: 15px;
    height: 15px;
    margin: 3px 8px 10px 0;
    padding: 0;
    float: left;
}
.form .satir.alt input:checked {
    background: #da0021;
}
.form .satir.alt .sendbtn {
    position: absolute;
    right: 0;
    top: 0;
}
.form .satir.fmprice {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.form .satir.fmprice input {
    width: 65%;
}
.form .satir.fmprice .select {
    width: 32%;
}
.form .satir .g-recaptcha iframe {
    margin: 0;
}
.form .satir .sendbtn {
    min-width: 140px;
    height: 45px;
    line-height: 43px;
    border-radius: 10px;
    background: #da0021;
    border: 1px solid #c4c4c4;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}
.form .satir .sendbtn:hover {
    background: #4596e6;
}
.form .satir input,
.form .satir select,
.form .satir textarea {
    width: 100%;
    height: 45px;
    line-height: 43px;
    border: 1px solid #c7c7c7;
    background: #fcfcfc;
    font-family: "Open Sans", sans-serif;
    font-display: swap;
    font-weight: 400;
    font-size: 14px;
    color: #6c6c6c;
    padding: 0 10px;
}
.form .satir input:focus,
.form .satir select:focus,
.form .satir textarea:focus {
    border-color: #999;
    outline: 0;
    box-shadow: none;
}
.form .satir label.select {
    position: relative;
}
.form .satir label.select:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/svg/select.svg);
}
.form .satir textarea {
    height: 85px;
    padding: 10px;
    line-height: 20px;
    resize: none;
}
.form .satir .iti {
    width: 100%;
}
.form .satir .g-recaptcha > div iframe {
    width: 100%;
}
.page-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 999999;
    padding: 60px 0 0 0;
    display: none;
}
.page-modal .overlay {
    display: none;
}
.page-modal .modal-buttons {
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
}
.page-modal .spinner {
    display: none;
    height: 100vh;
    width: 100%;
    margin-top: -60px;
    justify-content: center;
    align-items: center;
}
.page-modal .menu-close {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 10;
    padding: 10px;
    cursor: pointer;
}
.page-modal .menu-close svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
}
.page-modal .menu-back-close {
    position: absolute;
    top: 10px;
    z-index: 10;
    left: 5px;
    opacity: 1 !important;
    padding: 10px;
    cursor: pointer;
}
.page-modal .menu-back-close svg {
    fill: #192b43;
    width: 20px;
    height: 20px;
}
.page-modal .share-buttons,
.page-modal .breadcrump {
    display: none;
}
.page-modal .d-contents h1 {
    margin-top: 10px;
}
.youtubevideo {
    width: 100%;
    max-width: 100%;
    max-height: 225px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.youtubevideo iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.youtubevideo picture {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.youtubevideo img {
    min-width: 100%;
    height: auto;
    min-height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    transition: 0.3s;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 1;
}
.youtubevideo:hover img {
    opacity: 0.9;
}
.youtubevideo:hover .play-btn {
    opacity: 1;
}
.youtubevideo .play-btn {
    width: 60px;
    height: 40px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 11;
    opacity: 0.9;
    border-radius: 6px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: 0.3s;
}
.youtubevideo .play-btn::before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.loggedin .listarea .list-item .left .swiper-slide picture,
.loggedin .listarea .list-item .left .swiper-slide img,
.loggedin .detail-area .gallery-top .swiper-slide picture,
.loggedin .detail-area .gallery-top .swiper-slide img,
.loggedin .detail-area .others .binary-slider .swiper-container .swiper-slide picture,
.loggedin .detail-area .others .binary-slider .swiper-container .swiper-slide img {
    pointer-events: auto !important;
}
.b24-widget-button-position-bottom-right {
    right: 25px !important;
    bottom: 25px !important;
}
.b24-widget-button-position-bottom-left {
    left: 25px !important;
    bottom: 25px !important;
}
.bx-livechat-box span {
    display: inline;
}
.b24-form-control-container input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
}
.ui-icon-service-whatsapp,
.ui-icon-service-whatsapp i {
    background: url(images/svg/ui-service-whatsapp.svg) #01e675 no-repeat center !important;
}
.ui-icon-service-telegram,
.ui-icon-service-telegram i {
    background: url(images/svg/ui-service-telegram.svg) #2fc6f6 no-repeat center !important;
}
.ui-icon-service-viber,
.ui-icon-service-viber i {
    background: url(images/svg/ui-service-viber.svg) #995aca no-repeat center !important;
}
.ui-icon-service-callnow,
.ui-icon-service-callnow i {
    background: url(images/svg/ui-service-callnow.svg) #007df3 no-repeat center !important;
    background-size: 20px !important;
}
.swiper-button-prev,
.swiper-button-next {
    filter: drop-shadow(0 0 3px #333);
}
.bodyar,
.bodyfa {
    direction: rtl;
}
.bodyar input[type="tel"],
.bodyfa input[type="tel"] {
    text-align: right !important;
}
.bodyar header .header-top .header-left .header-left-bottom .logo.ribbon,
.bodyfa header .header-top .header-left .header-left-bottom .logo.ribbon {
    margin-right: 20px;
}
.bodyar header .header-top .header-right,
.bodyfa header .header-top .header-right {
    right: unset;
    left: 0;
}
.bodyar header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal,
.bodyfa header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal {
    right: unset;
    left: 0;
}
.bodyar header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons,
.bodyfa header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons {
    left: unset;
    right: -25px;
}
.bodyar header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons .menu-close-container span svg,
.bodyfa header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons .menu-close-container span svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.bodyar #menu-modal .custom-recaptcha,
.bodyar .form-modal .custom-recaptcha,
.bodyfa #menu-modal .custom-recaptcha,
.bodyfa .form-modal .custom-recaptcha {
    margin-left: unset;
    margin-right: 15px;
}
.bodyar .custom-bitrix,
.bodyfa .custom-bitrix {
    right: unset;
    left: 25px;
}
.bodyar .b24-widget-button-social-item .b24-widget-button-social-tooltip,
.bodyfa .b24-widget-button-social-item .b24-widget-button-social-tooltip {
    left: 50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.bodyar #menu-modal .cutom-recaptcha,
.bodyar .form-modal .cutom-recaptcha,
.bodyfa #menu-modal .cutom-recaptcha,
.bodyfa .form-modal .cutom-recaptcha {
    left: unset;
    right: 10px;
}
.bodyar .global #glb-close,
.bodyfa .global #glb-close {
    right: unset;
    left: 15px;
}
.bodyar .global .global-menu .global-left .top-login .svg-user,
.bodyfa .global .global-menu .global-left .top-login .svg-user {
    margin-right: 0;
    margin-left: 10px;
}
.bodyar .global .global-menu ul li,
.bodyfa .global .global-menu ul li {
    float: right;
}
.bodyar .global .global-menu ul.olcubirimisec li:first-child,
.bodyfa .global .global-menu ul.olcubirimisec li:first-child {
    padding-left: 35px;
    padding-right: 0;
}
.bodyar .global .global-menu ul.olcubirimisec li:last-child,
.bodyfa .global .global-menu ul.olcubirimisec li:last-child {
    padding-right: 35px;
    padding-left: 0;
}
.bodyar header .header-top,
.bodyfa header .header-top {
    left: 0;
}
.bodyar header .header-top .header-right .header-right-top .call-now div,
.bodyfa header .header-top .header-right .header-right-top .call-now div {
    direction: ltr;
}
.bodyar header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-arrow,
.bodyfa header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-arrow {
    margin-left: 0;
    margin-right: 10px;
}
.bodyar header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-arrow svg,
.bodyfa header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-arrow svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.bodyar header .header-top .header-left .header-left-top .header-block:not(.user-login),
.bodyfa header .header-top .header-left .header-left-top .header-block:not(.user-login) {
    flex-direction: row-reverse;
    justify-content: center;
}
.bodyar header .header-top .header-row.btc .top-glb,
.bodyfa header .header-top .header-row.btc .top-glb {
    flex-direction: row-reverse;
}
.bodyar header .header-top .header-row.btc .header-column,
.bodyfa header .header-top .header-row.btc .header-column {
    padding-left: 0;
    padding-right: 0;
}
.bodyar header .header-top .header-row .header-column,
.bodyfa header .header-top .header-row .header-column {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 15px;
}
.bodyar header .header-top .header-row .header-column:first-child,
.bodyfa header .header-top .header-row .header-column:first-child {
    justify-content: center;
}
.bodyar header .header-top .header-row .header-column.login-column:before,
.bodyar header .header-top .header-row .header-column.login-column:after,
.bodyfa header .header-top .header-row .header-column.login-column:before,
.bodyfa header .header-top .header-row .header-column.login-column:after {
    display: block;
}
.bodyar header .header-top .header-row .search-column .advanced-search:before,
.bodyar header .header-top .header-row .search-column .advanced-search:after,
.bodyfa header .header-top .header-row .search-column .advanced-search:before,
.bodyfa header .header-top .header-row .search-column .advanced-search:after {
    right: unset;
    left: 15px;
}
.bodyar header .header-top .header-row .search-column .text-search svg,
.bodyfa header .header-top .header-row .search-column .text-search svg {
    right: unset;
    left: 20px;
}
.bodyar header .header-top .header-row .search-column .text-search span,
.bodyfa header .header-top .header-row .search-column .text-search span {
    right: auto;
    left: 0;
}
.bodyar header .header-bottom,
.bodyfa header .header-bottom {
    left: 0;
}
.bodyar #menu-modal .modal-container .menu nav ul li .menu-arrow,
.bodyfa #menu-modal .modal-container .menu nav ul li .menu-arrow {
    margin-left: 0;
    margin-right: 10px;
}
.bodyar #menu-modal .modal-container .menu nav ul li .menu-arrow svg,
.bodyfa #menu-modal .modal-container .menu nav ul li .menu-arrow svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.bodyar #menu-modal .modal-container .buttons .call-now div,
.bodyfa #menu-modal .modal-container .buttons .call-now div {
    direction: ltr;
}
.bodyar #menu-modal .modal-container .menu-close-buttons,
.bodyfa #menu-modal .modal-container .menu-close-buttons {
    left: -104px;
}
.bodyar .footer .footer-bottom .contact-area .info-area a,
.bodyfa .footer .footer-bottom .contact-area .info-area a {
    direction: ltr;
}
.bodyar #filter-modal .menu-close,
.bodyfa #filter-modal .menu-close {
    right: auto;
    left: 15px;
}
.bodyar #filter-modal .city-modal ul li .show-more svg,
.bodyfa #filter-modal .city-modal ul li .show-more svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.bodyar #filter-modal .search-list .search .search-button,
.bodyfa #filter-modal .search-list .search .search-button {
    right: auto;
    left: 1px;
}
.bodyar #filter-modal .search-list .aramasonucliste ul li svg,
.bodyfa #filter-modal .search-list .aramasonucliste ul li svg {
    margin-right: 0;
    margin-left: 10px;
}
.bodyar #filter-modal .search-list .aramasonucliste .noresult,
.bodyfa #filter-modal .search-list .aramasonucliste .noresult {
    text-align: right;
}
.bodyar .footer .footer-top .copylink ul li:first-child,
.bodyfa .footer .footer-top .copylink ul li:first-child {
    border-left: 1px solid #fff;
}
.bodyar .footer .footer-top .copylink ul li:last-child,
.bodyfa .footer .footer-top .copylink ul li:last-child {
    border-left: 0;
}
.bodyar .form .satir.title,
.bodyfa .form .satir.title {
    text-align: right;
}
.bodyar .form .satir.title:before,
.bodyfa .form .satir.title:before {
    left: 5px;
    right: auto;
}
.bodyar .form .satir.alt .sendbtn,
.bodyfa .form .satir.alt .sendbtn {
    left: 0;
    right: auto;
}
.bodyar .form .satir.alt input,
.bodyfa .form .satir.alt input {
    margin: 0 0 15px 10px;
    float: right;
}
.bodyar .form .satir.alt label,
.bodyfa .form .satir.alt label {
    text-align: right;
}
.bodyar .form span.ok,
.bodyfa .form span.ok {
    left: -1px;
    right: auto;
    transform: rotate(180deg);
}
.bodyar .form.acik span.ok,
.bodyfa .form.acik span.ok {
    display: none;
    transform: rotate(0deg);
}
.bodyar .uyari,
.bodyfa .uyari {
    text-align: right;
}
.bodyar .select:after,
.bodyfa .select:after {
    right: auto;
    left: 0;
    background-position: right center;
}
.bodyar .iti--allow-dropdown input,
.bodyfa .iti--allow-dropdown input {
    padding-right: 60px !important;
    padding-left: 10px !important;
}
.bodyar .iti__flag-container,
.bodyfa .iti__flag-container {
    direction: rtl;
    left: auto !important;
    right: 0 !important;
}
.bodyar .iti__selected-flag,
.bodyfa .iti__selected-flag {
    flex-direction: row-reverse;
}
.bodyar .iti__country,
.bodyfa .iti__country {
    text-align: right;
}
.bodyar .iti__flag-box,
.bodyfa .iti__flag-box {
    margin-right: 0;
    margin-left: 6px;
}
.bodyar .iti input,
.bodyar .iti input[type="tel"],
.bodyar .iti input[type="text"],
.bodyfa .iti input,
.bodyfa .iti input[type="tel"],
.bodyfa .iti input[type="text"] {
    direction: ltr;
    text-align: right;
}
.bodyar .range-container ul .range-li,
.bodyfa .range-container ul .range-li {
    direction: ltr;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
::marker {
    color: #da0021;
    font-size: 12px;
    font-weight: 700;
}
.buyingPdfLink {
    display: none;
}
.default-page {
    position: relative;
}
.gototop-text {
    display: none;
}
.formopenbtn2 {
    display: none;
}
.d-contents {
    width: 100%;
    color: #000;
    padding: 0 15px 25px;
    font-size: 12px;
    line-height: 16px;
}
.d-contents .ustkapak {
    width: 100%;
    margin: 0 0 20px;
}
.d-contents .ustkapak img {
    height: auto;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: 0 -15px;
}
.d-contents h1 {
    width: 100%;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0;
    color: #192b43;
}
.d-contents h2 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #4596e6;
    margin: 10px 0 20px;
}
.d-contents h3 {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 10px 0 15px;
}
.d-contents h4 {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin: 10px 0 15px;
}
.d-contents h5 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    font-style: italic;
    margin: 10px 0 15px;
}
.d-contents p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px;
    font-weight: 400;
}
.d-contents p a {
    color: #4596e6;
    cursor: pointer;
    display: inline;
}
.d-contents p span {
    display: inline;
}
.d-contents p.full img {
    margin: 10px -15px 0;
    max-width: calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
}
.d-contents p.ilkp {
    margin-bottom: 40px;
}
.d-contents ol {
    width: 100%;
    padding: 0 0 0 15px;
    margin: 15px 0;
    font: inherit;
}
.d-contents ol li {
    width: 100%;
    display: list-item;
    padding-left: 3px;
    position: relative;
    margin: 3px 0;
}
.d-contents ul {
    width: 100%;
    padding: 0;
    margin: 15px 0;
    font: inherit;
}
.d-contents ul li {
    width: 100%;
    display: block;
    padding-left: 15px;
    position: relative;
    margin: 3px 0;
}
.d-contents ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border: 1px solid #da0021;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
}
.d-contents .gototop {
    display: block;
    float: right;
    color: #4596e6;
    cursor: pointer;
}
.d-contents .gototop svg {
    width: 10px;
    height: 10px;
    fill: #4596e6;
}
.d-contents .texttitle {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #4596e6;
    margin: 10px 0 10px;
}
.d-contents img {
    max-width: 100%;
    height: auto !important;
    position: relative;
    z-index: 10;
}
.d-contents iframe {
    max-width: 100%;
    max-height: 250px;
    border: 0;
}
.d-contents .youtube-embed-wrapper {
    margin: 10px 0;
}
.d-contents table {
    width: 100% !important;
    height: auto !important;
}
.d-contents table.bordered {
    border: 1px solid #d1d1d1;
}
.d-contents table.bordered img {
    margin: 0;
}
.d-contents table.bordered tbody {
    font-size: 10px;
    line-height: 14px;
}
.d-contents table.bordered tbody th {
    background: #fff !important;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    color: #192b43;
    padding: 8px 5px;
    border-bottom: 1px solid #da0021;
    min-height: 60px;
}
.d-contents table.bordered tr td {
    padding: 8px 5px;
    border-bottom: 1px solid #d1d1d1;
}
.d-contents table.bordered tr td:not(:first-child) {
    border-left: 1px solid #d1d1d1;
}
.d-contents table.images {
    display: flex;
    width: 100%;
}
.d-contents table.images tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.d-contents table.images tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.d-contents table.images tbody tr td {
    display: flex;
    max-width: 100%;
}
.d-contents table.images tbody tr td img {
    max-width: 100%;
}
.d-contents table.mediakit-table {
    border: 0;
}
.d-contents table.mediakit-table tbody {
    font-size: 12px;
    line-height: 16px;
}
.d-contents table.mediakit-table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.d-contents table.mediakit-table tr.group {
    flex-direction: row;
}
.d-contents table.mediakit-table tr.group td {
    width: 25%;
}
.d-contents table.mediakit-table tr td {
    border: 0;
    display: block;
    float: left;
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
}
.d-contents table.mediakit-table tr td h2 {
    margin: 0;
}
.d-contents table.mediakit-table tr td a {
    margin: 0;
    color: #222;
}
.d-contents table.mediakit-table tr td hr {
    margin: 10px 0;
}
.d-contents table.mediakit-table tr td[rowspan="1"],
.d-contents table.mediakit-table tr td[rowspan="2"] {
    width: 100%;
}
.d-contents table.mediakit-table tr td[rowspan="1"] img,
.d-contents table.mediakit-table tr td[rowspan="2"] img {
    max-width: 200px;
}
.share-buttons {
    width: 100%;
    display: none;
    justify-content: flex-end;
    z-index: 2;
    position: relative;
}
.share-buttons .buton {
    width: auto;
    height: 30px;
    line-height: 28px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    padding: 0 35px 0 15px;
    font-size: 11px;
    font-weight: 700;
    color: #192b43;
    position: relative;
    cursor: pointer;
}
.share-buttons .buton:hover {
    background-color: #f0f0f0;
}
.share-buttons .buton svg {
    width: 13px;
    height: 14px;
    fill: #192b43;
    position: absolute;
    right: 15px;
    top: 7px;
}
.share-buttons .buton ul {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 28px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border: 1px solid #c4c4c4;
    margin: 0;
    padding: 6px;
}
.share-buttons .buton ul li {
    margin: 3px 0;
    padding-left: 0;
    line-height: 20px;
    width: 100%;
}
.share-buttons .buton ul li::before {
    display: none;
}
.share-buttons .buton ul li a,
.share-buttons .buton ul li span,
.share-buttons .buton ul li .shorturl {
    width: 100%;
    color: #192b43;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}
.share-buttons .buton ul li img {
    max-height: 16px;
    max-width: 16px;
}
.share-buttons .buton.aktif {
    border-radius: 10px 10px 0 0;
}
.share-buttons .buton.aktif ul {
    display: block;
}
.pdfbanner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -15px 30px;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pdfbanner .info {
    border-radius: 10px;
    padding: 20px 25px 30px 25px;
    background: #00000090;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    width: 85%;
}
.pdfbanner .info .badges {
    display: flex;
    column-gap: 20px;
    position: absolute;
    bottom: -25px;
    right: 15px;
}
.pdfbanner .info .badges img {
    width: 75px;
}
.pdfbanner .info .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.pdfbanner .info .desc p {
    font-size: 14px;
    line-height: 18px;
}
.pdfbanner .info .desc p:not(:last-child) {
    margin-bottom: 20px;
}
.pdfbanner .info .desc p strong {
    font-weight: 700;
}
.pdfbanner .pdfform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 85%;
    background: #f4f4f4c4;
}
.pdfbanner .pdfform .satir {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.pdfbanner .pdfform .satir.alt label {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}
.pdfbanner .pdfform .satir.alt label input {
    margin: 0;
}
.pdfbanner .pdfform .formtitle {
    color: #192b43;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.pdfbanner .pdfform .formtitle strong {
    font-weight: 700;
}
.pdfbanner .pdfform .g-recaptcha div:first-child {
    margin: 0 auto;
    max-width: 100%;
}
.pdfbanner .pdfform .pdfform-btn {
    min-width: 140px;
    height: 45px;
    line-height: 43px;
    border-radius: 20px;
    background: #da0021;
    border: 1px solid #c4c4c4;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}
.pdfbanner .pdfform .pdfform-btn:hover {
    background: #4596e6;
}
.sub-contents {
    width: 100%;
}
.sub-contents .sub-item {
    width: 100%;
    color: #192b43;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b4b4b4;
}
.sub-contents .sub-item .image {
    width: 100%;
}
.sub-contents .sub-item .image img {
    width: 100%;
    height: auto;
    margin: 0;
}
.sub-contents .sub-item .title {
    width: 100%;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    margin: 10px 0;
}
.sub-contents .sub-item .title a {
    color: #192b43;
}
.sub-contents .sub-item .subtitle {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}
.sub-contents .sub-item .button {
    width: 100%;
}
.sub-contents .sub-item .button a {
    display: inline-block;
    width: 160px;
    height: 37px;
    font-weight: 700;
    font-size: 12px;
    line-height: 35px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #c4c4c4;
    text-align: center;
    color: #192b43;
}
.sub-contents .sub-item .button a:hover {
    background: #da0021;
    color: #fff;
}
.filter-content {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.filter-content .office-list {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 100;
    width: calc(45% - 1px);
    border: 1px solid #afafaf;
    border-top: 0;
}
.filter-content .office-list ul {
    display: flex;
    row-gap: 5px;
    background: #fff;
    margin: 0;
    padding: 7px;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.filter-content .office-list ul li {
    display: flex;
    padding: 0 5px;
}
.filter-content .office-list ul li::before {
    display: none;
}
.filter-content .office-list ul li img {
    width: 10px;
}
.filter-content .office-list ul li a {
    display: flex;
    column-gap: 10px;
    color: #192b43;
    width: 100%;
    height: 100%;
}
.filter-content .satir {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.filter-content .satir input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 12px;
    border: 1px solid #afafaf;
}
.filter-content .satir svg {
    position: absolute;
    right: 10px;
    top: 50%;
    pointer-events: none;
}
.filter-content .satir .filter-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.filter-content .satir .filter-search {
    fill: #da0021;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}
.filter-content .satir .filter-icon {
    fill: #192b43;
    width: 17px;
    height: 7px;
    margin-top: -3px;
}
.filter-content .filter-alt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: none;
}
.filter-content .filter-alt .satir {
    width: 49%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #afafaf;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #192b43;
    padding: 0 12px;
}
.filter-content .filter-alt .satir.contactbtn {
    text-align: center;
    cursor: pointer;
}
.filter-content .filter-alt .satir.contactbtn:hover {
    background: #da0021;
    color: #fff;
}
.filter-content .filter-alt .satir.categorybtn {
    text-align: left;
    cursor: pointer;
}
.filter-content .filter-alt .satir.categorybtn.aktif svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-content .list {
    display: none;
    width: 100%;
    border: 1px solid #afafaf;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #192b43;
    padding: 0 12px;
}
.filter-content .list ul {
    max-height: 200px;
    overflow-y: auto;
}
.filter-content .list ul li a {
    color: #192b43;
}
.breadcrump {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0 15px;
    background: #0f4b9d;
    margin: 0 auto;
}
.breadcrump .gobackbtn {
    width: max-content;
    height: 18px;
    background: #a2a2a2;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: none;
    flex-wrap: nowrap;
    padding: 0 8px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.breadcrump .gobackbtn svg {
    width: 7px;
    height: 7px;
    fill: #fff;
    margin-right: 8px;
}
.breadcrump ul {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.breadcrump ul::-webkit-scrollbar-track {
    display: none;
}
.breadcrump ul::-webkit-scrollbar {
    display: none;
}
.breadcrump ul::-webkit-scrollbar-thumb {
    display: none;
}
.breadcrump ul li {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
}
.breadcrump ul li:first-child {
    position: relative;
}
.breadcrump ul li:first-child:before {
    content: "";
    width: 17px;
    height: 15px;
    background: url(images/svg/home.svg) no-repeat center;
    display: block;
}
.breadcrump ul li:first-child span {
    display: none;
}
.breadcrump ul li:not(:last-child) {
    margin-right: 20px;
}
.breadcrump ul li:not(:last-child):after {
    content: "";
    width: 5px;
    height: 18px;
    background: url(images/svg/sitemap-beyaz-ok.svg) no-repeat center;
    position: absolute;
    top: 1px;
    right: -12px;
}
.breadcrump ul li a {
    color: #fff;
    white-space: nowrap;
}
.contact-banner {
    display: flex;
    padding: 10px 15px;
    background: #da0021;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 10px;
}
.contact-banner .banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-banner .banner-left span {
    color: #fff;
}
.contact-banner .banner-left span:first-child {
    font-size: 12px;
}
.contact-banner .banner-left span:last-child {
    font-size: 16px;
    font-weight: 600;
}
.contact-banner .banner-right {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
    row-gap: 10px;
}
.contact-banner .banner-right .call-block {
    display: flex;
    background: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: 100%;
}
.contact-banner .banner-right .call-block svg,
.contact-banner .banner-right .call-block img {
    width: 24px;
    height: 24px;
    fill: #192b43;
}
.contact-banner .banner-right .call-block .call-info {
    display: flex;
    flex-direction: column;
}
.contact-banner .banner-right .call-block .call-info span {
    color: #192b43;
    line-height: 15px;
}
.contact-banner .banner-right .call-block .call-info span:first-child {
    font-size: 12px;
    font-weight: 400;
}
.contact-banner .banner-right .call-block .call-info span:last-child {
    font-size: 14px;
    font-weight: 600;
}
.contact-banner .banner-right .call-block .call-info span.phone-number {
    direction: ltr;
}
.contact-banner .banner-right .call-block .call-info a {
    direction: ltr;
}
.bodyar input[type="tel"],
.bodyfa input[type="tel"] {
    text-align: right !important;
}
.bodyar .content-slider .swiper-button-prev,
.bodyfa .content-slider .swiper-button-prev {
    left: 0;
    right: unset;
}
.bodyar .content-slider .swiper-button-next,
.bodyfa .content-slider .swiper-button-next {
    left: unset;
    right: 0;
}
.bodyar .filter-content .satir svg,
.bodyfa .filter-content .satir svg {
    right: auto;
    left: 10px;
}
.bodyar .filter-content .filter-alt .satir.categorybtn,
.bodyfa .filter-content .filter-alt .satir.categorybtn {
    text-align: right;
}
.bodyar .d-contents ul li,
.bodyfa .d-contents ul li {
    padding-left: 0;
    padding-right: 15px;
}
.bodyar .d-contents ul li::before,
.bodyfa .d-contents ul li::before {
    left: auto;
    right: 0;
}
.bodyar .d-contents table tr td,
.bodyfa .d-contents table tr td {
    border-left: 0;
}
.bodyar .d-contents table tr td:not(:first-child),
.bodyfa .d-contents table tr td:not(:first-child) {
    border-right: 1px solid #d1d1d1;
}
.bodyar .d-contents table.mediakit-table tr td,
.bodyfa .d-contents table.mediakit-table tr td {
    border: 0;
}
.bodyar .share-buttons .buton,
.bodyfa .share-buttons .buton {
    min-width: 90px;
    padding: 0 15px 0 35px;
}
.bodyar .share-buttons .buton svg,
.bodyfa .share-buttons .buton svg {
    right: auto;
    left: 15px;
}
.bodyar .share-buttons .buton ul li,
.bodyfa .share-buttons .buton ul li {
    padding-right: 0;
    text-align: center;
}
.bodyar .breadcrump ul li:not(:last-child),
.bodyfa .breadcrump ul li:not(:last-child) {
    margin-right: 0;
    margin-left: 20px;
}
.bodyar .breadcrump ul li:not(:last-child):after,
.bodyfa .breadcrump ul li:not(:last-child):after {
    content: "";
    right: auto;
    left: -12px;
    transform: rotate(180deg);
}
.d-flexbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq-content {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
}
.faq-content p {
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #192b43;
    padding: 13px;
    border: 1px solid #999;
    position: relative;
    margin: 0 0 15px;
    border-radius: 10px;
    min-height: 45px;
}
.faq-content p em.toggle {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #999;
    position: absolute;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(images/svg/arti.svg) no-repeat center;
    cursor: pointer;
}
.faq-content p.aktif span {
    display: block;
}
.faq-content p.aktif em.toggle {
    background-image: url(images/svg/eksi.svg);
}
.faq-content p.aktif strong {
    color: #4596e6;
}
.faq-content p:hover strong {
    color: #4596e6;
}
.faq-content p span strong {
    cursor: auto;
}
.faq-content p strong {
    width: 100%;
    display: block;
    padding-left: 30px;
    cursor: pointer;
}
.faq-content p span {
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #192b43;
    margin-top: 15px;
}
.faq-content p span strong,
.faq-content p span span {
    display: contents !important;
    padding: 0;
    margin: 0;
}
.info-content {
    width: 100%;
    background: #f0f0f0;
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    color: #192b43;
    margin: 30px 0;
}
.info-content a {
    color: #4596e6;
}
.info-content p {
    margin: 0;
}
.info-content p a.button {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: #da0021;
    border-radius: 10px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
}
.info-content p a.button:hover {
    background: #b9001c;
}
.info-content::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -15px;
    top: -15px;
    background: url(images/svg/info.svg) no-repeat center;
}
.info-content.buttons a {
    width: 100%;
    height: auto;
    line-height: 16px;
    border-radius: 10px;
    color: #da0021;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    padding: 10px 15px;
    margin: 7px 0;
}
.info-content.buttons a:hover {
    background: #da0021;
    color: #fff;
}
.image-content {
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.image-content p {
    width: 31%;
    display: inline-flex;
    flex-direction: column;
    margin: 0 0 10px;
}
.image-content p:first-child span {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 8px 0 0;
}
.image-content p:first-child span img {
    margin: 0 8px 0 0;
    width: 27px !important;
    height: 27px !important;
}
.image-content p:last-child {
    width: 100%;
}
.image-content p img {
    margin: 0;
    width: 100% !important;
    height: auto !important;
}
.inspection-tours {
    width: 100%;
    padding: 10px;
    background: #f0f0f0;
}
.inspection-tours .title {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #4596e6;
}
.inspection-tours ul {
    display: flex;
    flex-wrap: nowrap;
}
.inspection-tours ul li {
    display: flex;
    padding: 5px !important;
    height: 60px;
    background: #fcfcfc;
    border: 0.5px solid #c7c7c7;
    font-weight: 400;
    font-size: 7px;
    color: #6c6c6c;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
}
.inspection-tours ul li:not(:last-child) {
    margin-right: 5px;
}
.inspection-tours ul li:last-child {
    color: #da0021;
}
.inspection-tours ul li:last-child span {
    font-size: 7px !important;
    line-height: 10px;
}
.inspection-tours ul li::before {
    display: none;
}
.inspection-tours ul li span {
    width: 100%;
}
.inspection-tours ul li span:nth-child(2) {
    font-size: 15px;
}
.inspection-tours ul li svg {
    width: 18px;
    height: 18px;
    fill: #da0021;
    margin: 5px 0;
}
.inspection-tours .formmodalbtn {
    width: 100%;
    height: 45px;
    line-height: 43px;
    border-radius: 10px;
    background: #da0021;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.template1 {
    width: 100%;
    margin: 10px 0 20px;
}
.template1::marker {
    display: none;
}
.template1 ol {
    padding: 0;
    margin: 0;
}
.template1 ol li {
    width: 360px;
    height: 315px;
    display: flex;
    margin: 0 0 0 -7px;
    padding: 0 40px 0 140px;
    overflow: visible;
    background-position: center;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.template1 ol li:nth-child(1) {
    background-image: url(images/template/template1-1.svg);
}
.template1 ol li:nth-child(2) {
    background-image: url(images/template/template1-2.svg);
}
.template1 ol li:nth-child(3) {
    background-image: url(images/template/template1-3.svg);
}
.template1 ol li:nth-child(4) {
    background-image: url(images/template/template1-4.svg);
}
.template1 ol li strong {
    display: contents;
}
.template2 {
    width: 100%;
    margin: 30px 0;
    position: relative;
}
.template2::before,
.template2::after {
    content: "";
    height: 26px;
    position: absolute;
    z-index: 1;
}
.template2::before {
    top: -13px;
    right: 0;
    width: 210px;
    background: url(images/template/template2-before.svg) no-repeat right center;
}
.template2::after {
    width: 150px;
    bottom: -13px;
    left: 0;
    background: url(images/template/template2-after.svg) no-repeat left center;
}
.template2 img {
    margin: 0 10px;
    width: 200px !important;
    height: auto !important;
    z-index: 0;
}
.template2 p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    margin: -1px 0 0;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding: 25px 0;
}
.template2 p a,
.template2 p span,
.template2 p strong,
.template2 p em {
    display: contents;
}
.template2 p strong {
    color: #da0021;
    font-size: 18px;
    font-weight: 500;
}
.template2 p:not(:first-child) {
    border-top: 2px solid #d1d1d1;
}
.template2 p:last-child::after {
    display: none;
}
.template2 p::before {
    content: "";
    width: 34px;
    height: 44px;
    right: -18px;
    top: 50%;
    margin-top: -22px;
    background: url(images/template/template2-down.svg) no-repeat center;
    position: absolute;
    z-index: 1;
}
.template2 p::after {
    content: "";
    width: 100%;
    height: 34px;
    left: 0;
    bottom: -17px;
    background: url(images/template/template2-p-after1.svg) no-repeat center;
    position: absolute;
    z-index: 1;
}
.template2 p:nth-child(odd) {
    flex-direction: row-reverse;
    border-right: 2px solid #d1d1d1;
}
.template2 p:nth-child(odd) img {
    float: right;
}
.template2 p:nth-child(even) {
    border-left: 2px solid #d1d1d1;
}
.template2 p:nth-child(even)::before {
    right: auto;
    left: -18px;
}
.template2 p:nth-child(even)::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.template2 p:nth-child(even) img {
    float: left;
}
.template3 {
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.template3 p {
    width: 47%;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.template3 p img {
    width: 100% !important;
    height: 150px !important;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #707070;
    padding: 20px;
    margin: 0 0 15px;
}
.template4 {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 30px;
    flex-direction: column;
}
.template4 img {
    margin: 0;
}
.template4 h3,
.template4 .inner-title {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #192b43;
    margin: 20px 0 10px;
}
.template4 p {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin: 0;
}
.template5 {
    width: 100%;
    text-align: center;
    background: #f0f0f0;
    padding: 0 15px 10px;
    margin: 0 0 20px;
    position: relative;
}
.template5.bigsize p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}
.template5::after {
    content: "";
    width: 100%;
    height: 65px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.template5 p {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #192b43;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
}
.template5 p:first-child {
    display: flex;
    width: 130px;
    height: 130px;
    background: #fff;
    border: 2px solid #f0f0f0;
    margin: 0 auto;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.template5 h3,
.template5 .inner-title {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #192b43;
    margin: 20px 0 10px;
    z-index: 1;
}
.template5 img {
    margin: 0;
}
.template6 {
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.template6 p {
    width: 47%;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #192b43;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #afafaf;
    align-items: center;
}
.template6 p img {
    margin: 0 0 20px;
    height: 63px !important;
}
.template6 p a {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #192b43;
}
.template7 {
    width: calc(100% + 30px);
    background: #f0f0f0;
    padding: 0 15px 10px;
    margin: 0 -15px 20px;
    position: relative;
}
.template7 p {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #192b43;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
}
.template7 p:first-child {
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.template7 h3,
.template7 .inner-title {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #192b43;
    margin: 20px 0 10px;
    z-index: 1;
    text-align: left;
    position: relative;
    padding-left: 50px;
}
.template7 h3 strong,
.template7 .inner-title strong {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #4596e6;
    font-weight: 600;
    font-size: 21px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -50px;
    border-radius: 50%;
}
.template7 img {
    margin: 0;
    width: 100% !important;
}
.template8 {
    width: 100%;
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}
.template8 h4 {
    margin: 0 0 15px;
}
.template8 p {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #192b43;
    margin: 0;
}
.template9 {
    width: 95%;
    text-align: center;
    background: #f0f0f0;
    padding: 20px 15px 5px 40px;
    margin: 10px 0 45px 5%;
    position: relative;
}
.template9 p {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #192b43;
    z-index: 1;
    margin: 0 0 15px;
}
.template9 p:first-child {
    margin: 0;
}
.template9 p a.button {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #192b43;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #c4c4c4;
}
.template9 p a.button:hover {
    background: #0c65db;
    color: #fff;
    border-color: #0c65db;
}
.template9 img {
    position: absolute;
    bottom: 0;
    left: -28px;
    width: 50px;
    height: 92px;
    margin: 0;
}
.template9 h3,
.template9 .inner-title {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #192b43;
    margin: 0 0 10px;
    z-index: 1;
    text-align: left;
}
.template9 h3 strong,
.template9 .inner-title strong {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #4596e6;
    font-weight: 600;
    font-size: 21px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -25px;
    top: -25px;
    border-radius: 50%;
}
.template10,
.template16 {
    width: 100%;
    text-align: left;
    padding: 20px 20px 20px 100px;
    margin: 0 0 20px;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    position: relative;
}
.template10 img,
.template16 img {
    position: absolute;
    left: 10px;
    top: 20px;
    max-width: 80px;
    height: auto !important;
    margin: 0;
}
.template10 h3,
.template10 .inner-title,
.template16 h3,
.template16 .inner-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin: 0 0 10px;
}
.template10 p,
.template16 p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #192b43;
    margin: 0;
}
.template11 {
    width: 91%;
    margin-left: 9%;
    background: #f0f0f0;
    padding: 0 10px 10px;
    min-height: 150px;
    position: relative;
}
.template11.first {
    margin-top: 120px;
}
.template11.first:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 72px 72px 72px;
    border-color: #4596e6 transparent #4596e6 transparent;
    top: -70px;
    left: calc(-9% - 100px);
    z-index: 2;
}
.template11.last {
    margin-bottom: 100px;
}
.template11.last:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 72px 72px 0 72px;
    border-color: #4596e6 transparent #4596e6 transparent;
    bottom: -70px;
    left: calc(-9% - 100px);
    z-index: 2;
}
.template11::before {
    content: "";
    width: 30px;
    height: 100%;
    background: #4596e6;
    position: absolute;
    left: calc(-9% - 22px);
    top: 0;
    z-index: -2;
}
.template11 h3,
.template11 .inner-title {
    width: calc(100% + 30px);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin: 0 -15px 10px;
    padding: 35px 0 10px;
    position: relative;
    background: #fff;
}
.template11 h3 strong,
.template11 .inner-title strong {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-weight: 600;
    font-size: 21px;
    color: #4596e6;
    text-align: center;
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%;
    z-index: -1;
    letter-spacing: -1px;
}
.template11 p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #000;
}
.template11 ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #000;
}
.template12 {
    width: 100%;
    margin: 25px 0;
}
.template12 ul {
    margin: 0;
}
.template12 ul li {
    padding: 12px 0;
}
.template12 ul li:not(:last-child) {
    border-bottom: 1px solid #7eb7ef;
}
.template12 ul li::before {
    display: none;
}
.template12 ul li p {
    margin: 0;
}
.template13 {
    width: 100%;
    position: relative;
    min-height: 300px;
}
.template13 img {
    width: calc(100% + 10px) !important;
    min-width: calc(100% + 10px) !important;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.template13 h3,
.template13 .inner-title {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #192b43;
    position: relative;
    margin: 0;
    padding-left: 20px;
}
.template13 h3:before,
.template13 .inner-title:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #da0021;
    position: absolute;
    left: 0;
    top: 5px;
}
.template13 ul {
    margin: 0;
    padding-left: 40px;
}
.template13 ul li {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #192b43;
    padding: 0;
}
.template13 ul li::before {
    display: none;
}
.template14 {
    width: 100%;
    margin-bottom: 20px;
}
.template14 img {
    margin: 10px -15px 0;
    max-width: calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
}
.template14 p {
    margin: 0;
}
.template15 {
    width: 100%;
}
.banner1 {
    width: 100%;
    color: #fff;
    margin: 50px 0;
    background: #da0021;
    position: relative;
    min-height: 135px;
    padding: 15px;
}
.banner1.btcbanner {
    background: linear-gradient(#b51821, #de081a);
}
.banner1.btcbanner p img {
    width: 130px;
    top: 0;
    right: -15px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.banner1 p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding-right: 120px;
}
.banner1 p a,
.banner1 p .formopenbtn {
    min-height: 45px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #192b43;
    margin-top: 10px;
    padding: 0 15px;
    cursor: pointer;
}
.banner1 p a:hover,
.banner1 p .formopenbtn:hover {
    background-color: #0c65db;
    color: #fff;
}
.banner1 img {
    margin: 0;
    position: absolute;
    right: 5px;
    bottom: 0;
}
.banner2 {
    width: calc(100% + 30px);
    margin: 25px -15px 50px;
    background: #da0021;
    color: #fff;
    padding: 20px 15px 15px;
}
.banner2 p {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
}
.banner2 p:first-child {
    min-height: 110px;
}
.banner2 p:last-child {
    margin: 25px 0 0;
}
.banner2 p a {
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    background: #fff;
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #192b43;
    cursor: pointer;
}
.banner2 p img {
    float: left;
    margin-right: 15px;
    margin-top: -5px;
}
.banner3 {
    width: calc(100% + 30px);
    margin: 95px -15px 30px;
    background: #192b43;
    color: #fff;
    padding: 45px 15px 15px;
    text-align: center;
    position: relative;
}
.banner3 .icon {
    width: max-content;
    position: absolute;
    left: 15px;
    top: -60px;
}
.banner3 .icon img {
    margin: 0;
}
.banner3 p {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
.banner3 p:last-child {
    margin: 15px 0 0;
}
.banner3 p a {
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    background: #fff;
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #192b43;
    cursor: pointer;
}
.banner3 p img {
    margin-top: 10px;
}
.content-slider {
    width: 100%;
    margin: 20px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #68a2db;
}
.content-slider .swiper-slide {
    display: flex;
    padding: 20px 30px 40px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 200px;
}
.content-slider img {
    max-width: 100px;
    height: auto !important;
    margin: 0 20px 0 0;
}
.content-slider p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #2a3a46;
    margin: 0;
}
.content-slider .swiper-button-next,
.content-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-position: center;
    background-size: 10px 17px;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.content-slider .swiper-button-next:after,
.content-slider .swiper-button-prev:after {
    display: none;
}
.content-slider .swiper-button-prev {
    left: 0;
    background-image: url(images/svg/swiper-black-prev.svg);
}
.content-slider .swiper-button-next {
    right: 0;
    background-image: url(images/svg/swiper-black-next.svg);
}
.content-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #b4b4b4;
    opacity: 1;
}
.content-slider .swiper-pagination-bullet-active {
    background: #192b43;
}
.team-block {
    width: 100%;
    text-align: center;
}
.team-block h3,
.team-block .inner-title {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #192b43;
    margin: 30px 0 0;
}
.team-block h3 strong,
.team-block .inner-title strong {
    font-weight: 700;
    display: inline-block;
}
.team-block p {
    margin: 0 0 5px;
}
.team-block p a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0c65db;
}
.team-block p a:hover {
    color: #da0021;
}
.speak-content {
    margin: 30px -15px;
    width: calc(100% + 30px);
    background: #488ea8;
}
.speak-content p {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.speak-content p img {
    width: 100% !important;
    margin: 0;
    display: none;
}
.speak-content p strong {
    display: block;
    font-weight: 700;
}
.speak-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.speak-content ul li {
    display: flex;
    width: 33%;
    padding: 0;
    height: 25px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 2px 0 0;
    background: #488ea8;
    background: linear-gradient(180deg, #488ea8 0%, #66aac4 100%);
}
.speak-content ul li::before {
    display: none;
}
.offices {
    width: 100%;
    margin-top: 30px;
}
.offices .section-title {
    width: 100%;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    text-align: left;
    color: #192b43;
}
.offices .filter-content {
    margin: 20px 0;
}
.offices .filter-content .buton {
    width: 39px;
    height: 38px;
    background: #da0021;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offices .filter-content .buton.active svg {
    display: none;
}
.offices .filter-content .buton.active::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/loader.gif) #fff no-repeat center;
    background-size: 25px 7px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.offices .filter-content .filter-search {
    fill: #fff;
    position: relative;
    margin: 0;
    top: auto;
    right: auto;
}
.offices .harita {
    height: 400px;
    margin: 0 -15px;
    background: #ddd;
    width: calc(100% + 30px);
    border-top: 1px solid #68a2db;
}
.offices .harita img {
    margin: 0 auto;
}
.offices .harita button img {
    margin: 0;
    position: absolute;
}
.modalpopup img {
    width: 100%;
    height: auto;
}
.modalpopup .title {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #192b43;
}
.modalpopup .tel {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #38424a;
    margin: 2px 0 4px;
}
.modalpopup .button {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.modalpopup .button a {
    color: #959595;
}
.gm-style .gm-style-iw-c {
    border: 1px solid #707070;
}
.gm-ui-hover-effect {
    top: -2px !important;
    right: -2px !important;
}
.bodyar .banner1.btcbanner p,
.bodyfa .banner1.btcbanner p {
    direction: rtl;
    text-align: right;
    padding-right: 0;
    padding-left: 110px;
}
.bodyar .banner1.btcbanner p img,
.bodyfa .banner1.btcbanner p img {
    right: unset;
    left: -15px;
}
.bodyar .offices .filter-content .filter-search,
.bodyfa .offices .filter-content .filter-search {
    left: auto;
    right: auto;
}
.bodyar .offices .filter-content .buton,
.bodyfa .offices .filter-content .buton {
    right: auto;
    left: 1px;
}
.bodyar .offices .section-title,
.bodyfa .offices .section-title {
    text-align: right;
}
.bodyar .faq-content p,
.bodyfa .faq-content p {
    text-align: right;
}
.bodyar .faq-content p.aktif span,
.bodyfa .faq-content p.aktif span {
    text-align: right;
    line-height: 18px;
}
.bodyar .faq-content p em.toggle,
.bodyfa .faq-content p em.toggle {
    left: unset;
    right: 10px;
}
.bodyar .faq-content p strong,
.bodyfa .faq-content p strong {
    padding-left: 0;
    padding-right: 30px;
}
.bodyar .speak-content ul,
.bodyfa .speak-content ul {
    right: auto;
    left: 0;
}
.bodyar .template1 ol li,
.bodyfa .template1 ol li {
    margin: 0 -15px 0 0;
}
.bodyar .template2::after,
.bodyfa .template2::after {
    left: 0;
}
.bodyar .template2 p,
.bodyfa .template2 p {
    flex-direction: row;
}
.bodyar .template2 p:nth-child(even),
.bodyfa .template2 p:nth-child(even) {
    flex-direction: row-reverse;
}
.bodyar .template5 .inner-title,
.bodyar .template9 .inner-title,
.bodyfa .template5 .inner-title,
.bodyfa .template9 .inner-title {
    text-align: right;
}
.bodyar .template5 p,
.bodyar .template9 p,
.bodyfa .template5 p,
.bodyfa .template9 p {
    text-align: right;
}
.bodyar .template10,
.bodyar .template16,
.bodyfa .template10,
.bodyfa .template16 {
    text-align: right;
    padding: 20px 100px 20px 20px;
}
.bodyar .template10 .icon,
.bodyar .template16 .icon,
.bodyfa .template10 .icon,
.bodyfa .template16 .icon {
    left: auto;
    right: 10px;
}
.bodyar .template11,
.bodyfa .template11 {
    margin-left: unset;
    margin-right: 9%;
}
.bodyar .template11 h3,
.bodyar .template11 .inner-title,
.bodyfa .template11 h3,
.bodyfa .template11 .inner-title {
    text-align: right;
    padding-right: 10px;
}
.bodyar .template11 h3 strong,
.bodyar .template11 .inner-title strong,
.bodyfa .template11 h3 strong,
.bodyfa .template11 .inner-title strong {
    left: unset;
    right: -38px;
}
.bodyar .template11 p,
.bodyfa .template11 p {
    text-align: right;
}
.bodyar .template11.first:after,
.bodyfa .template11.first:after {
    left: unset;
    right: calc(-9% - 100px);
}
.bodyar .template11.last:after,
.bodyfa .template11.last:after {
    left: unset;
    right: calc(-9% - 100px);
}
.bodyar .template11:before,
.bodyfa .template11:before {
    left: unset;
    right: calc(-9% - 22px);
}
.bodyar .template13 p,
.bodyfa .template13 p {
    text-align: left;
    padding-left: 40px;
}
.bodyar .d-contents h3 .gototop,
.bodyfa .d-contents h3 .gototop {
    float: left;
}
.bodyar .content-slider img,
.bodyfa .content-slider img {
    margin: 0 0 0 20px;
}
.bodyar .content-slider p,
.bodyfa .content-slider p {
    text-align: right;
}
.icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.icon.i1 {
    width: 52px;
    height: 96px;
    background-image: url(images/icons/icon1.svg);
}
.icon.i2 {
    width: 68px;
    height: 83px;
    background-image: url(images/icons/icon2.svg);
}
.icon.i3 {
    width: 56px;
    height: 71px;
    background-image: url(images/icons/icon3.svg);
}
.icon.i4 {
    width: 57px;
    height: 67px;
    background-image: url(images/icons/icon4.svg);
}
.icon.i5 {
    width: 68px;
    height: 48px;
    background-image: url(images/icons/icon5.svg);
}
.icon.i6 {
    width: 53px;
    height: 57px;
    background-image: url(images/icons/icon6.svg);
}
.icon.i7 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon7.svg);
}
.icon.i8 {
    width: 65px;
    height: 76px;
    background-image: url(images/icons/icon8.svg);
}
.icon.i9 {
    width: 65px;
    height: 58px;
    background-image: url(images/icons/icon9.svg);
}
.icon.i10 {
    width: 59px;
    height: 44px;
    background-image: url(images/icons/icon10.svg);
}
.icon.i11 {
    width: 45px;
    height: 62px;
    background-image: url(images/icons/icon11.svg);
}
.icon.i12 {
    width: 69px;
    height: 57px;
    background-image: url(images/icons/icon12.svg);
}
.icon.i13 {
    width: 58px;
    height: 52px;
    background-image: url(images/icons/icon13.svg);
}
.icon.i14 {
    width: 64px;
    height: 57px;
    background-image: url(images/icons/icon14.svg);
}
.icon.i15 {
    width: 68px;
    height: 64px;
    background-image: url(images/icons/icon15.svg);
}
.icon.i16 {
    width: 62px;
    height: 44px;
    background-image: url(images/icons/icon16.svg);
}
.icon.i17 {
    width: 62px;
    height: 50px;
    background-image: url(images/icons/icon17.svg);
}
.icon.i18 {
    width: 67px;
    height: 48px;
    background-image: url(images/icons/icon18.svg);
}
.icon.i19 {
    width: 51px;
    height: 61px;
    background-image: url(images/icons/icon19.svg);
}
.icon.i20 {
    width: 54px;
    height: 47px;
    background-image: url(images/icons/icon20.svg);
}
.icon.i21 {
    width: 67px;
    height: 62px;
    background-image: url(images/icons/icon21.svg);
}
.icon.i22 {
    width: 78px;
    height: 74px;
    background-image: url(images/icons/icon22.svg);
}
.icon.i23 {
    width: 72px;
    height: 72px;
    background-image: url(images/icons/icon23.svg);
}
.icon.i24 {
    width: 47px;
    height: 54px;
    background-image: url(images/icons/icon24.svg);
}
.icon.i25 {
    width: 57px;
    height: 56px;
    background-image: url(images/icons/icon25.svg);
}
.icon.i26 {
    width: 55px;
    height: 55px;
    background-image: url(images/icons/icon26.svg);
}
.icon.i27 {
    width: 60px;
    height: 57px;
    background-image: url(images/icons/icon27.svg);
}
.icon.i28 {
    width: 68px;
    height: 68px;
    background-image: url(images/icons/icon28.svg);
}
.icon.i29 {
    width: 65px;
    height: 72px;
    background-image: url(images/icons/icon29.svg);
}
.icon.i30 {
    width: 58px;
    height: 58px;
    background-image: url(images/icons/icon30.svg);
}
.icon.i31 {
    width: 56px;
    height: 56px;
    background-image: url(images/icons/icon31.svg);
}
.icon.i32 {
    width: 75px;
    height: 74px;
    background-image: url(images/icons/icon32.svg);
}
.icon.i33 {
    width: 62px;
    height: 79px;
    background-image: url(images/icons/icon33.svg);
}
.icon.i34 {
    width: 68px;
    height: 68px;
    background-image: url(images/icons/icon34.svg);
}
.icon.i35 {
    width: 68px;
    height: 68px;
    background-image: url(images/icons/icon35.svg);
}
.icon.i36 {
    width: 72px;
    height: 60px;
    background-image: url(images/icons/icon36.svg);
}
.icon.i37 {
    width: 58px;
    height: 58px;
    background-image: url(images/icons/icon37.svg);
}
.icon.i38 {
    width: 70px;
    height: 70px;
    background-image: url(images/icons/icon38.svg);
}
.icon.i39 {
    width: 49px;
    height: 61px;
    background-image: url(images/icons/icon39.svg);
}
.icon.i40 {
    width: 40px;
    height: 63px;
    background-image: url(images/icons/icon40.svg);
}
.icon.i41 {
    width: 53px;
    height: 63px;
    background-image: url(images/icons/icon41.svg);
}
.icon.i42 {
    width: 62px;
    height: 63px;
    background-image: url(images/icons/icon42.svg);
}
.icon.i43 {
    width: 73px;
    height: 63px;
    background-image: url(images/icons/icon43.svg);
}
.icon.i44 {
    width: 62px;
    height: 63px;
    background-image: url(images/icons/icon44.svg);
}
.icon.i45 {
    width: 41px;
    height: 63px;
    background-image: url(images/icons/icon45.svg);
}
.icon.i46 {
    width: 74px;
    height: 39px;
    background-image: url(images/icons/icon46.svg);
}
.icon.i47 {
    width: 112px;
    height: 56px;
    background-image: url(images/icons/icon47.svg);
}
.icon.i48 {
    width: 69px;
    height: 69px;
    background-image: url(images/icons/icon48.svg);
}
.icon.i49 {
    width: 63px;
    height: 63px;
    background-image: url(images/icons/icon49.svg);
}
.icon.i50 {
    width: 54px;
    height: 52px;
    background-image: url(images/icons/icon50.svg);
}
.icon.i51 {
    width: 24px;
    height: 24px;
    background-image: url(images/icons/icon51.svg);
}
.icon.i52 {
    width: 24px;
    height: 24px;
    background-image: url(images/icons/icon52.svg);
}
.icon.i53 {
    width: 24px;
    height: 16px;
    background-image: url(images/icons/icon53.svg);
}
.icon.i54 {
    width: 56px;
    height: 56px;
    background-image: url(images/icons/icon54.svg);
}
.icon.i55 {
    width: 56px;
    height: 56px;
    background-image: url(images/icons/icon55.svg);
}
.icon.i56 {
    width: 56px;
    height: 56px;
    background-image: url(images/icons/icon56.svg);
}
.icon.i57 {
    width: 56px;
    height: 56px;
    background-image: url(images/icons/icon57.svg);
}
.icon.i58 {
    width: 56px;
    height: 56px;
    background-image: url(images/icons/icon58.svg);
}
.icon.i59 {
    width: 56px;
    height: 56px;
    background-image: url(images/icons/icon59.svg);
}
.icon.i60 {
    width: 56px;
    height: 56px;
    background-image: url(images/icons/icon60.svg);
}
.icon.i61 {
    width: 80px;
    height: 80px;
    background-image: url(images/icons/icon61.svg);
}
.icon.i62 {
    width: 88px;
    height: 80px;
    background-image: url(images/icons/icon62.svg);
}
.icon.i63 {
    width: 80px;
    height: 80px;
    background-image: url(images/icons/icon63.svg);
}
.icon.i64 {
    width: 77px;
    height: 87px;
    background-image: url(images/icons/icon64.svg);
}
.icon.i65 {
    width: 58px;
    height: 89px;
    background-image: url(images/icons/icon65.svg);
}
.icon.i66 {
    width: 84px;
    height: 84px;
    background-image: url(images/icons/icon66.svg);
}
.icon.i67 {
    width: 84px;
    height: 84px;
    background-image: url(images/icons/icon67.svg);
}
.icon.i68 {
    width: 39px;
    height: 37px;
    background-image: url(images/icons/icon68.svg);
}
.icon.i69 {
    width: 39px;
    height: 34px;
    background-image: url(images/icons/icon69.svg);
}
.icon.i70 {
    width: 72px;
    height: 70px;
    background-image: url(images/icons/icon70.svg);
}
.icon.i71 {
    width: 72px;
    height: 72px;
    background-image: url(images/icons/icon71.svg);
}
.icon.i72 {
    width: 72px;
    height: 76px;
    background-image: url(images/icons/icon72.svg);
}
.icon.i73 {
    width: 72px;
    height: 72px;
    background-image: url(images/icons/icon73.svg);
}
.icon.i74 {
    width: 72px;
    height: 72px;
    background-image: url(images/icons/icon74.svg);
}
.icon.i75 {
    width: 72px;
    height: 74px;
    background-image: url(images/icons/icon75.svg);
}
.icon.i76 {
    width: 72px;
    height: 72px;
    background-image: url(images/icons/icon76.svg);
}
.icon.i77 {
    width: 72px;
    height: 92px;
    background-image: url(images/icons/icon77.svg);
}
.icon.i78 {
    width: 72px;
    height: 72px;
    background-image: url(images/icons/icon78.svg);
}
.icon.i79 {
    width: 104px;
    height: 116px;
    background-image: url(images/icons/icon79.svg);
}
.icon.i80 {
    width: 84px;
    height: 126px;
    background-image: url(images/icons/icon80.svg);
}
.icon.i81 {
    width: 85px;
    height: 85px;
    background-image: url(images/icons/icon81.svg);
}
.icon.i82 {
    width: 115px;
    height: 71px;
    background-image: url(images/icons/icon82.svg);
}
.icon.i83 {
    width: 107px;
    height: 101px;
    background-image: url(images/icons/icon83.svg);
}
.icon.i84 {
    width: 89px;
    height: 89px;
    background-image: url(images/icons/icon84.svg);
}
.icon.i85 {
    width: 81px;
    height: 79px;
    background-image: url(images/icons/icon85.svg);
}
.icon.i86 {
    width: 96px;
    height: 44px;
    background-image: url(images/icons/icon86.svg);
}
.icon.i87 {
    width: 104px;
    height: 76px;
    background-image: url(images/icons/icon87.svg);
}
.icon.i88 {
    width: 48px;
    height: 79px;
    background-image: url(images/icons/icon88.svg);
}
.icon.i89 {
    width: 59px;
    height: 76px;
    background-image: url(images/icons/icon89.svg);
}
.icon.i90 {
    width: 92px;
    height: 81px;
    background-image: url(images/icons/icon90.svg);
}
.icon.i91 {
    width: 49px;
    height: 73px;
    background-image: url(images/icons/icon91.svg);
}
.icon.i92 {
    width: 63px;
    height: 89px;
    background-image: url(images/icons/icon92.svg);
}
.icon.i93 {
    width: 78px;
    height: 78px;
    background-image: url(images/icons/icon93.svg);
}
.icon.i94 {
    width: 78px;
    height: 78px;
    background-image: url(images/icons/icon94.svg);
}
.icon.i95 {
    width: 87px;
    height: 84px;
    background-image: url(images/icons/icon95.svg);
}
.icon.i96 {
    width: 100px;
    height: 94px;
    background-image: url(images/icons/icon96.svg);
}
.icon.i97 {
    width: 58px;
    height: 53px;
    background-image: url(images/icons/icon97.svg);
}
.icon.i98 {
    width: 58px;
    height: 66px;
    background-image: url(images/icons/icon98.svg);
}
.icon.i99 {
    width: 63px;
    height: 72px;
    background-image: url(images/icons/icon99.svg);
}
.icon.i100 {
    width: 80px;
    height: 80px;
    background-image: url(images/icons/icon100.svg);
}
.icon.i101 {
    width: 80px;
    height: 74px;
    background-image: url(images/icons/icon101.svg);
}
.icon.i102 {
    width: 80px;
    height: 95px;
    background-image: url(images/icons/icon102.svg);
}
.icon.i103 {
    width: 80px;
    height: 80px;
    background-image: url(images/icons/icon103.svg);
}
.icon.i104 {
    width: 80px;
    height: 65px;
    background-image: url(images/icons/icon104.svg);
}
.icon.i105 {
    width: 80px;
    height: 80px;
    background-image: url(images/icons/icon105.svg);
}
.icon.i106 {
    width: 80px;
    height: 98px;
    background-image: url(images/icons/icon106.svg);
}
.icon.i107 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon107.svg);
}
.icon.i108 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon108.svg);
}
.icon.i109 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon109.svg);
}
.icon.i110 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon110.svg);
}
.icon.i111 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon111.svg);
}
.icon.i112 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon112.svg);
}
.icon.i113 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon113.svg);
}
.icon.i114 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon114.svg);
}
.icon.i115 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon115.svg);
}
.icon.i116 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon116.svg);
}
.icon.i117 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon117.svg);
}
.icon.i118 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon118.svg);
}
.icon.i119 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon119.svg);
}
.icon.i120 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon120.svg);
}
.icon.i121 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon121.svg);
}
.icon.i122 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon122.svg);
}
.icon.i123 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon123.svg);
}
.icon.i124 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon124.svg);
}
.icon.i125 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon125.svg);
}
.icon.i126 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon126.svg);
}
.icon.i127 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon127.svg);
}
.icon.i128 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon128.svg);
}
.icon.i129 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon129.svg);
}
.icon.i130 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon130.svg);
}
.icon.i131 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon131.svg);
}
.icon.i132 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon132.svg);
}
.icon.i133 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon133.svg);
}
.icon.i134 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon134.svg);
}
.icon.i135 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon135.svg);
}
.icon.i136 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon136.svg);
}
.icon.i137 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon137.svg);
}
.icon.i138 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon138.svg);
}
.icon.i139 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon139.svg);
}
.icon.i140 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon140.svg);
}
.icon.i141 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon141.svg);
}
.icon.i142 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon142.svg);
}
.icon.i143 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon143.svg);
}
.icon.i144 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon144.svg);
}
.icon.i145 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon145.svg);
}
.icon.i146 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon146.svg);
}
.icon.i147 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon147.svg);
}
.icon.i148 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon148.svg);
}
.icon.i149 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon149.svg);
}
.icon.i150 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon150.svg);
}
.icon.i151 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon151.svg);
}
.icon.i152 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon152.svg);
}
.icon.i153 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon153.svg);
}
.icon.i154 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon154.svg);
}
.icon.i155 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon155.svg);
}
.icon.i156 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon156.svg);
}
.icon.i157 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon157.svg);
}
.icon.i158 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon158.svg);
}
.icon.i159 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon159.svg);
}
.icon.i160 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon160.svg);
}
.icon.i161 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon161.svg);
}
.icon.i162 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon162.svg);
}
.icon.i163 {
    width: 100px;
    height: 121px;
    background-image: url(images/icons/icon163.svg);
}
.icon.i164 {
    width: 37px;
    height: 37px;
    background-image: url(images/icons/icon164.svg);
}
.icon.i165 {
    width: 37px;
    height: 37px;
    background-image: url(images/icons/icon165.svg);
}
.icon.i166 {
    width: 37px;
    height: 37px;
    background-image: url(images/icons/icon166.svg);
}
.icon.i167 {
    width: 37px;
    height: 49px;
    background-image: url(images/icons/icon167.svg);
}
.icon.i168 {
    width: 46px;
    height: 29px;
    background-image: url(images/icons/icon168.svg);
}
.icon.i169 {
    width: 50px;
    height: 50px;
    background-image: url(images/icons/icon169.svg);
}
.icon.i170 {
    width: 52px;
    height: 30px;
    background-image: url(images/icons/icon170.svg);
}
.icon.i171 {
    width: 55px;
    height: 51px;
    background-image: url(images/icons/icon171.svg);
}
.icon.i172 {
    width: 115px;
    height: 105px;
    background-image: url(images/icons/icon172.svg);
    background-size: auto;
}
.icon.i173 {
    width: 115px;
    height: 105px;
    background-image: url(images/icons/icon173.svg);
    background-size: auto;
}
.icon.i174 {
    width: 115px;
    height: 105px;
    background-image: url(images/icons/icon174.svg);
    background-size: auto;
}
.icon.i175 {
    width: 115px;
    height: 105px;
    background-image: url(images/icons/icon175.svg);
    background-size: auto;
}
.icon.i176 {
    width: 30px;
    height: 30px;
    background-image: url(images/icons/icon176.svg);
}
.icon.i177 {
    width: 31px;
    height: 25px;
    background-image: url(images/icons/icon177.svg);
}
.icon.i178 {
    width: 21px;
    height: 27px;
    background-image: url(images/icons/icon178.svg);
}
.icon.i179 {
    width: 43px;
    height: 33px;
    background-image: url(images/icons/icon179.svg);
}
.icon.i180 {
    width: 25px;
    height: 24px;
    background-image: url(images/icons/icon180.svg);
}
.icon.i181 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon181.svg);
}
.icon.i182 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon182.svg);
}
.icon.i183 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon183.svg);
}
.icon.i184 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon184.svg);
}
.icon.i185 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon185.svg);
}
.icon.i186 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon186.svg);
}
.icon.i187 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon187.svg);
}
.icon.i188 {
    width: 73px;
    height: 73px;
    background-image: url(images/icons/icon188.svg);
}
.template3 p .icon {
    width: 100% !important;
    height: 150px !important;
    margin: 30px 0 50px;
    position: relative;
}
.template3 p .icon::before {
    content: "";
    width: 100%;
    height: calc(100% + 60px);
    position: absolute;
    left: 0;
    top: -25px;
    border-radius: 10px;
    border: 1px solid #707070;
}
.template6 .icon {
    margin: 0 0 20px;
    height: 63px !important;
}
.template9 .icon {
    position: absolute;
    bottom: 0;
    left: -28px;
}
.template10 .icon,
.template16 .icon {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 80px !important;
}
@media (min-width: 992px) {
    .template10.full .icon {
        top: 35px;
        left: 40px;
    }
}
@media (min-width: 992px) {
    .buy-sell-padding {
        padding: 0 15px;
    }
    .body-fix {
        height: 100vh;
        padding-right: 6px;
        overflow: hidden;
    }
    .loading-img {
        height: calc(calc(100% - 32px));
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
    .hide-desktop {
        display: none !important;
    }
    .uyari {
        margin: 0 0 10px;
    }
    .footer-padding {
        padding-bottom: 0;
    }
    #menu-modal .modal-outer-container .menu-close,
    .form-modal .modal-outer-container .menu-close {
        position: absolute;
        top: 0;
        right: -46px;
        z-index: 10;
    }

    header .header-top {
        position: relative;
        background: #fff;
        display: flex;
        width: 100%;
        height: 100px;
        color: #192b43;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        max-width: 1250px;
    }
    header .header-top .desktop-menu-backdrop {
        display: none;
    }
    header .header-top .header-bg {
        width: 100vw;
        position: absolute;
        top: 0;
        background-color: #fafafa;
        height: 45px;
    }
    header .header-top .header-left {
        width: unset;
        flex-grow: 1;
    }
    header .header-top .header-left .header-left-top {
        height: 45px;
        column-gap: 15px;
    }
    header .header-top .header-left .header-left-top .header-block {
        width: unset;
    }
    header .header-top .header-left .header-left-top .header-block:hover span {
        color: #da0021;
        cursor: pointer;
    }
    header .header-top .header-left .header-left-top .header-block span {
        color: #192b43;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }
    header .header-top .header-left .header-left-top .header-block span.menu-arrow {
        width: 9px;
        height: 16px;
    }
    header .header-top .header-left .header-left-top .header-block span.menu-arrow svg {
        fill: #192b43;
    }
    header .header-top .header-left .header-left-top .header-block a:not(.menu-arrow) {
        margin-left: 0;
    }
    header .header-top .header-left .header-left-top .header-block.user-login {
        flex-grow: 0;
    }
    header .header-top .header-left .header-left-top .header-block:first-child {
        padding-left: 0;
    }
    header .header-top .header-left .header-left-top .header-block:not(:last-child)::before {
        display: none;
    }
    header .header-top .header-left .header-left-top .header-block:hover .menu-arrow svg {
        fill: #da0021;
    }
    header .header-top .header-left .header-left-top .header-block.header-bitcoin {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        column-gap: 10px;
        cursor: pointer;
        z-index: 1;
        background-image: none;
    }
    header .header-top .header-left .header-left-top .header-block.header-bitcoin a {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    header .header-top .header-left .header-left-top .header-block.header-bitcoin a span {
        color: #192b43;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }
    header .header-top .header-left .header-left-top .header-block.header-bitcoin a svg {
        fill: #ffb100;
        width: 16px;
        height: 13px;
    }
    header .header-top .header-left .header-left-top.btc .header-block.user-login {
        width: unset;
        padding-right: 0;
    }
    header .header-top .header-left .header-left-top.btc .header-block.user-login:after,
    header .header-top .header-left .header-left-top.btc .header-block.user-login:before {
        display: none;
    }
    header .header-top .header-left .header-left-top.btc .header-block.user-login a span {
        display: flex;
        white-space: nowrap;
    }
    header .header-top .header-left .header-left-bottom {
        background-color: #fff;
        padding-left: 0;
        height: 55px;
        min-width: 265px;
    }
    header .header-top .header-left .header-left-bottom .logo svg {
        height: 15px;
        width: 245px;
        fill: #da0021;
    }
    header .header-top .header-left .header-left-bottom .logo .logo-text {
        color: #6f6f6f;
    }
    header .header-top .header-right {
        display: flex;
        flex-direction: column;
        position: relative;
        top: unset;
        right: unset;
        height: 100px;
        width: unset;
        background-color: transparent;
        z-index: 1004;
        padding: 0;
        flex-grow: 2;
        opacity: unset;
        visibility: unset;
    }
    header .header-top .header-right .header-right-top {
        height: 45px;
        order: -1;
        flex-direction: row;
        margin: 0;
        justify-content: flex-end;
        column-gap: 15px;
    }
    header .header-top .header-right .header-right-top a {
        width: unset;
        height: unset;
        border: none;
    }
    header .header-top .header-right .header-right-top span.appointment {
        width: unset;
        height: unset;
        border: none;
        height: 28px;
        min-width: 190px;
        background: #da0021;
        color: #fff;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    header .header-top .header-right .header-right-top span.appointment:hover {
        background: #b9001c;
    }
    header .header-top .header-right .header-right-top span.find-property {
        order: 0;
        height: 28px;
        min-width: 160px;
        width: unset;
        cursor: pointer;
        border-radius: 5px;
    }
    header .header-top .header-right .header-right-top .call-now div,
    header .header-top .header-right .header-right-top .call-now b {
        font-size: 12px;
    }
    header .header-top .header-right .header-right-top .whatsapp-btn b {
        display: none;
    }
    header .header-top .header-right .header-right-bottom {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 55px;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu {
        flex-direction: row;
        align-items: center;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu .menu-close,
    header .header-top .header-right .header-right-bottom .desktop-menu .menu-close-buttons {
        display: none;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav {
        flex-direction: row;
        column-gap: 50px;
        margin-top: 0;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item {
        padding: 0;
        position: relative;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item:active {
        background: unset;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-arrow {
        display: none;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal {
        display: none;
        margin: 0;
        padding: 0;
        position: fixed;
        justify-content: center;
        z-index: 9999;
        top: 100px;
        left: 0;
        right: 0;
        overflow: visible;
        width: 100%;
        border-top: 1px solid #707070;
        min-height: unset;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item {
        padding: 0;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item:active {
        background: unset;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item.title,
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item a {
        color: #192b43;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal.active {
        display: flex;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal.active .menu-modal-overlay {
        display: block;
        z-index: 10000000;
        height: 100vh;
        top: 100%;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-back-btn {
        display: none !important;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-overlay {
        display: none;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .close-menu-modal {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 42px;
        background: #575757;
        opacity: 0.65;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .close-menu-modal svg {
        width: 20px;
        height: 20px;
        fill: #fff;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #00000080;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container {
        width: 100%;
        background: #fff;
        height: max-content;
        position: relative;
        display: flex;
        justify-content: center;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list {
        padding: 35px 15px 70px;
        max-width: 1250px;
        min-height: 200px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        row-gap: 20px;
        height: auto;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item {
        width: 25%;
        display: flex;
        column-gap: 5px;
        align-items: center;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item a,
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item span.link,
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item .submenutitle {
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item a img {
        min-height: 16px;
        width: auto;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item a:hover {
        color: #da0021;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item .menu-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list .menu-modal-item .menu-arrow svg {
        fill: #192b43;
        width: 10px;
        height: 10px;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item:hover .top-link,
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item.active .top-link {
        color: #da0021;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item:hover:after,
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item.active:after {
        content: "";
        position: absolute;
        bottom: -19px;
        left: 0;
        right: 0;
        z-index: 9999;
        height: 2px;
        background: #da0021;
    }
    .global {
        top: 100px;
        bottom: unset;
        border-top: 1px solid #707070;
        left: 0;
    }
    .global .global-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: #00000080;
        display: flex;
    }
    .global .row {
        width: unset;
        display: unset;
    }
    .global #glb-close {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 42px;
        background: #575757;
        opacity: 0.65;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .global #glb-close svg {
        fill: #fff !important;
    }
    .global .global-menu {
        max-width: 1250px;
        margin: 30px auto 0;
        padding: 0 15px;
        display: flex;
    }
    .global .global-menu .global-left {
        width: 66.5%;
        display: flex;
        padding: 0;
    }
    .global .global-menu .global-left .row {
        border-right: 1px solid #707070;
        margin-right: 50px;
        padding-right: 10px;
    }
    .global .global-menu .global-left .row:last-child {
        margin-right: 0;
    }
    .global .global-menu .global-left .top-login {
        display: none;
    }
    .global .global-menu .global-right {
        width: 33.5%;
        padding: 0 0 0 50px;
    }

    .tur5 .form .satir textarea {
        height: 225px;
    }
    .form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        min-height: 375px;
        padding: 20px;
    }
    .form .left {
        width: 41%;
    }
    .form .right {
        width: 57.5%;
    }
    .form .satir {
        margin: 7.5px 0;
    }
    .form .satir.recaptcha {
        width: 40%;
        margin-top: -60px;
        margin-bottom: 0;
    }
    .form .satir.alt label {
        width: 65%;
        font-size: 12px;
        cursor: pointer;
    }
    .form .satir textarea {
        height: 165px;
    }
    .form.contactform {
        min-height: 340px;
    }
    .form.kapali .satir {
        display: block;
    }
    .form.kapali .satir.uyari {
        display: none;
    }
    .form.kapali span.ok {
        display: none;
    }
    .form.acik span.ok {
        display: none;
        transform: rotate(0deg);
    }
    .form.askexpert {
        width: 95%;
        padding-right: 250px;
        margin-top: 100px;
        position: relative;
    }
    .form.askexpert .satir.title {
        position: unset;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        height: 70px;
    }
    .form.askexpert .satir.title::before {
        width: 280px;
        height: 385px;
        background-size: 280px 385px;
        right: -5%;
        bottom: -1px;
    }
    .form.askexpert .satir.title b {
        font-size: 32px;
        line-height: 35px;
        margin-top: 5px;
    }
    .form.sellpropertyform .soru-block {
        width: calc(100% + 15px);
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .form.sellpropertyform .soru-block .soru {
        min-height: 100px;
        width: 33.3333%;
        margin: 0;
        padding: 7.5px;
    }
    .form.sellpropertyform .soru-block .soru.full {
        width: 100%;
    }
    .form.sellpropertyform .soru-block .soru.two {
        width: 50%;
    }
    #filter-modal {
        display: none;
        background: unset;
        overflow: hidden;
        padding: 0;
        position: fixed;
    }
    #filter-modal .modal-outer-container {
        width: 800px;
        margin: 100px auto 0;
        height: 100%;
        position: relative;
    }
    #filter-modal .modal-container {
        width: 100%;
        padding: 15px;
        padding-bottom: 215px;
        background: #fff;
        position: relative;
        z-index: 2;
        overflow-y: auto;
        height: 100%;
    }
    #filter-modal .modal-container::-webkit-scrollbar {
        height: 2px;
        background-color: #e3e3e3;
    }
    #filter-modal .modal-container::-webkit-scrollbar-thumb {
        background-color: #da0021;
    }
    #filter-modal .modal-container .selected-filters {
        flex-wrap: wrap;
    }
    #filter-modal .modal-container .selected-filters .reset-filter {
        text-align: end;
    }
    #filter-modal .modal-container .selected-filters .filtered-key {
        width: auto;
    }
    #filter-modal .modal-container .selected-filters .filtered-key .filtered-info {
        height: 25px;
        border-radius: 5px;
    }
    #filter-modal .modal-container .selected-filters .filtered-key .filtered-info .delete-filter {
        cursor: pointer;
        width: 20px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #filter-modal .modal-container .selected-filters .filtered-key .filtered-info .delete-filter svg {
        margin-top: -1px;
    }
    #filter-modal .modal-container .selected-filters .reset-filter {
        width: 100%;
    }
    #filter-modal .location-container .location-selector {
        cursor: pointer;
    }
    #filter-modal .location-container .city-modal,
    #filter-modal .location-container .district-modal {
        width: 800px;
        margin: 100px auto 0;
    }
    #filter-modal .type-container .type-modal {
        width: 800px;
        margin: 100px auto 0;
    }
    #filter-modal .tags-container ul {
        height: unset;
        padding-bottom: 10px;
    }
    #filter-modal .tags-container ul li {
        width: 32%;
        cursor: pointer;
    }
    #filter-modal .tags-container:after {
        display: none;
    }
    #filter-modal .bathroom-container .search-list,
    #filter-modal .room-container .search-list,
    #filter-modal .type-container .search-list {
        cursor: pointer;
    }
    #filter-modal .filter-buttons {
        margin: 0 auto;
        width: 800px;
    }
    #filter-modal .filter-buttons .row .btn {
        cursor: pointer;
        font-size: 16px;
    }
    #filter-modal .overlay {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #000000cc;
        z-index: 1;
    }
    #filter-modal .menu-close {
        position: absolute;
        top: 0;
        right: -42px;
        z-index: 10;
        background: #575757;
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    #filter-modal .menu-close svg {
        width: 16px;
        height: 16px;
        fill: #fff;
    }
    #filter-modal .filter-done,
    #filter-modal .back-btn {
        cursor: pointer;
    }
    .form-modal {
        display: none;
        background: unset;
        overflow: hidden;
        padding: 0;
    }
    .form-modal .custom-recaptcha {
        position: absolute;
        bottom: 35px;
        left: 20px;
    }
    .form-modal .modal-outer-container {
        width: 800px;
        margin: 100px auto 0;
        position: relative;
        height: auto;
    }
    .form-modal .modal-container {
        width: 100%;
        padding: 15px;
        padding-bottom: 25px;
        background: #fff;
        position: relative;
        z-index: 2;
        overflow-y: auto;
        height: 100%;
    }
    .form-modal .modal-container .form {
        margin: 10px 0 0 0;
        border-radius: 10px;
        background: #f4f4f4;
        border: 1px solid #bbb;
        padding: 20px;
    }
    .form-modal .overlay {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #000000cc;
        z-index: 1;
    }
    .form-modal .menu-close {
        position: absolute;
        top: 0;
        right: -46px;
        z-index: 10;
        background: #fff;
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .form-modal .menu-close svg {
        width: 16px;
        height: 16px;
        fill: #000;
    }
    .page-modal {
        display: none;
        background: unset;
        overflow: hidden;
        padding: 0;
        position: fixed;
    }
    .page-modal .modal-buttons {
        display: unset;
        width: unset;
        height: unset;
        background: unset;
        position: unset;
        top: unset;
    }
    .page-modal .page-modal-outer-container {
        width: 800px;
        margin: 100px auto 0;
        position: relative;
        height: auto;
    }
    .page-modal .page-modal-outer-container .page-modal-container {
        width: 100%;
        padding: 20px;
        min-height: 80vh;
        max-height: 80vh;
        background: #fff;
        position: relative;
        z-index: 2;
        overflow-y: auto;
        height: 100%;
    }
    .page-modal .overlay {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #000000cc;
        z-index: 1;
    }
    .page-modal .menu-close {
        position: absolute;
        top: 0;
        right: -64px;
        z-index: 10;
        background: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .page-modal .menu-close svg {
        width: 28px;
        height: 28px;
        fill: #000;
    }
    .page-modal .spinner {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }
    .page-modal .menu-back-close {
        display: none;
    }
    .page-modal .share-buttons {
        display: none;
    }
    .page-modal .form.askexpert {
        width: 100%;
        padding-right: 20px;
        margin-top: 60px;
    }
    .page-modal .form.askexpert .satir.title b {
        position: relative;
    }
    .page-modal .form.askexpert .satir.title::before {
        display: none;
    }
    .page-modal .youtubevideo {
        max-height: 420px !important;
    }
    .youtubevideo {
        max-height: 420px;
    }
    .youtubevideo .play-btn {
        width: 90px;
        height: 60px;
    }
    .youtubevideo .play-btn::before {
        border-width: 15px 0 15px 26px;
    }
    .bodyar .form-modal .custom-recaptcha,
    .bodyfa .form-modal .custom-recaptcha {
        left: unset;
        right: 35px;
    }
    .bodyar header .header-top .header-left .header-left-bottom,
    .bodyfa header .header-top .header-left .header-left-bottom {
        padding-right: 0;
    }
    .bodyar header .global #glb-close,
    .bodyfa header .global #glb-close {
        left: 0;
    }
    .bodyar header .global .global-menu .global-left .row,
    .bodyfa header .global .global-menu .global-left .row {
        border-right: 0;
        border-left: 1px solid #707070;
        margin-right: 0;
        margin-left: 50px;
        padding-right: 0;
        padding-left: 10px;
    }
    .bodyar footer .footer .footer-bottom .logo-area .bitcoin,
    .bodyfa footer .footer .footer-bottom .logo-area .bitcoin {
        padding-right: 25px;
    }
    .bodyar footer .footer .footer-bottom .logo-area .bitcoin svg,
    .bodyfa footer .footer .footer-bottom .logo-area .bitcoin svg {
        left: auto;
        right: 0;
    }
    .bodyar footer .footer .footer-bottom .contact-area .title-area span a,
    .bodyfa footer .footer .footer-bottom .contact-area .title-area span a {
        direction: ltr;
    }
    .bodyar .form.askexpert,
    .bodyfa .form.askexpert {
        margin-right: 5%;
    }
    .bodyar .page-modal .form.askexpert,
    .bodyfa .page-modal .form.askexpert {
        margin-right: 0;
    }
    .bodyar .global .global-menu .global-left .row,
    .bodyfa .global .global-menu .global-left .row {
        border-left: 1px solid #707070;
        margin-left: 50px;
        padding-left: 10px;
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .bodyar .global .global-menu .global-left .row:last-child,
    .bodyfa .global .global-menu .global-left .row:last-child {
        margin-left: 0;
    }
    .bodyar .global .global-menu .global-right,
    .bodyfa .global .global-menu .global-right {
        padding: 0 50px 0 0;
    }
}
@media (max-width: 1190px) and (min-width: 992px) {
    header .header-top .header-right .header-right-top .call-now {
        flex-direction: column;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav {
        column-gap: 30px;
    }
}
@media (min-width: 1250px) {
    body {
        padding: 0 15px;
    }
    header .header-top {
        padding: 0;
    }
    header .header-top .header-right-top .call-now div,
    header .header-top .header-right-top .call-now b {
        font-size: 13px;
    }
    header .header-top .header-right .header-right-bottom .desktop-menu nav .item .menu-modal .menu-modal-container .menu-modal-list {
        padding-left: 0;
        padding-right: 0;
    }
    .global .global-menu {
        padding: 0;
    }

    .youtubevideo {
        max-height: unset;
    }
    .responsive-table table {
        min-width: 100%;
    }
    .share-buttons {
        top: -50px !important;
    }
}
@media (min-width: 1280px) {
    body {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .d-contents img.full {
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
        margin-left: -15px !important;
        margin-right: 0 !important;
        float: unset !important;
        height: auto !important;
    }
    .bodyar .d-contents img.full,
    .bodyfa .d-contents img.full {
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
        margin-right: -15px !important;
        margin-left: 0 !important;
        float: unset !important;
        height: auto !important;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .sub-contents {
        display: flex;
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sub-contents .sub-item,
    .sub-contents .blog-item {
        width: calc(50% - 10px);
        border: 0;
    }
}
@media (min-width: 992px) {
    .breadcrump {
        display: flex;
    }
    .pdfbanner {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        column-gap: 40px;
        margin: 0 0 30px;
        padding: 35px 0;
    }
    .pdfbanner .info {
        width: 450px;
    }
    .pdfbanner .info .badges {
        bottom: -60px;
        left: 90px;
        right: unset;
    }
    .pdfbanner .info .badges img {
        width: 125px;
    }
    .pdfbanner .pdfform {
        width: 450px;
    }
    .pdfbanner .pdfform.form {
        margin: 0;
    }
    .pdfbanner .pdfform.form .satir.recaptcha {
        margin-top: -30px;
        width: 100%;
    }
    .sub-contents {
        display: flex;
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sub-contents .sub-item {
        width: 30%;
        border: 0;
    }
    .d-toparea {
        width: 100%;
        min-height: 160px;
        display: block;
        margin-bottom: 30px;
    }
    .d-toparea .ustkapak {
        float: left;
    }
    .d-toparea.graybg {
        background: #f0f0f0;
        margin: 0;
        margin-bottom: 40px;
        padding: 10px 15px 10px 0;
        position: relative;
    }
    .d-toparea.graybg .ustkapak {
        margin: -10px 20px 0 0;
    }
    .d-toparea.graybg .texttitle {
        font-size: 26px;
        line-height: 30px;
    }
    .d-toparea.graybg h3 {
        position: absolute;
        width: 360px;
        left: 0;
        height: 150px;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 21px;
        margin: -10px 0 0;
        padding: 0 20px;
        text-align: center;
        line-height: 22px;
    }
    .d-toparea.graybg h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .d-toparea.graybg p.ilkp {
        margin-bottom: 10px;
    }
    .d-contents {
        font-size: 14px;
        line-height: 22px;
        position: relative;
    }
    .d-contents h1 {
        margin: 25px 0;
    }
    .d-contents p {
        font-size: 14px;
        line-height: 22px;
    }
    .d-contents p.ilkp {
        padding-left: 10px;
    }
    .d-contents ul li::before {
        top: 7px;
    }
    .d-contents .ustkapak {
        width: 360px;
        margin: 0 20px 0 0;
    }
    .d-contents .ustkapak img {
        width: 360px;
        max-width: 100%;
        margin: 0;
    }
    .d-contents iframe {
        max-height: 550px;
    }
    .d-contents table tr td {
        padding: 10px;
    }
    .d-contents table tbody {
        font-size: 12px;
        line-height: 16px;
    }
    .d-contents table tbody th {
        padding: 10px;
        min-width: 150px;
    }
    .d-contents table.images {
        display: unset;
    }
    .d-contents table.images tbody {
        display: unset;
        width: unset;
    }
    .d-contents table.images tbody tr {
        display: unset;
        width: unset;
    }
    .d-contents table.images tbody tr td {
        display: unset;
    }
    .d-contents table.mediakit-table tbody {
        font-size: 14px;
        line-height: 21px;
    }
    .d-contents table.mediakit-table tr {
        display: table-row;
    }
    .d-contents table.mediakit-table tr.group td {
        width: 17%;
    }
    .d-contents table.mediakit-table tr td {
        width: 17%;
        display: table-cell;
        float: unset;
    }
    .d-contents table.mediakit-table tr td[rowspan="1"],
    .d-contents table.mediakit-table tr td[rowspan="2"] {
        width: 30%;
    }
    .d-contents table.mediakit-table tr td[rowspan="1"] img,
    .d-contents table.mediakit-table tr td[rowspan="2"] img {
        max-width: 250px;
    }
    .contact-banner {
        flex-direction: row;
    }
    .contact-banner .banner-left {
        align-items: flex-start;
    }
    .contact-banner .banner-right {
        flex: 0 0 55%;
        flex-direction: row;
    }
    .contact-banner .banner-right .call-block .call-info {
        width: max-content;
    }
    .share-buttons {
        display: flex;
        width: auto;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 300;
    }
    .filter-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-bottom: 1px solid #ddd;
        position: relative;
        z-index: 101;
    }
    .filter-content .satir {
        width: 50%;
        margin-bottom: 15px;
    }
    .filter-content .filter-alt {
        width: 40%;
        margin-left: 10%;
    }
    .filter-content .list {
        width: 40%;
        position: absolute;
        margin: 0;
        right: 0;
        top: 50px;
        background: #fff;
    }
    .bodyar .filter-content .list,
    .bodyfa .filter-content .list {
        right: unset;
        left: 0;
    }
    .bodyar .filter-content .filter-alt,
    .bodyfa .filter-content .filter-alt {
        margin-right: 10%;
        margin-left: 0;
    }
    .bodyar .share-buttons,
    .bodyfa .share-buttons {
        right: auto;
        left: 15px;
    }
    .bodyar .breadcrump .gobackbtn,
    .bodyfa .breadcrump .gobackbtn {
        margin-right: 0;
        margin-left: 12px;
    }
    .bodyar .breadcrump .gobackbtn svg,
    .bodyfa .breadcrump .gobackbtn svg {
        margin-right: 0;
        margin-left: 8px;
    }
    .bodyar .breadcrump ul li:not(:last-child),
    .bodyfa .breadcrump ul li:not(:last-child) {
        margin-right: 0;
        margin-left: 20px;
    }
    .bodyar .breadcrump ul li:not(:last-child):after,
    .bodyfa .breadcrump ul li:not(:last-child):after {
        right: auto;
        left: -12px;
        transform: rotate(180deg);
    }
    .bodyar .d-contents .ustkapak,
    .bodyfa .d-contents .ustkapak {
        float: right;
        margin: 0 0 0 20px;
    }
    .bodyar .d-contents p.ilkp,
    .bodyfa .d-contents p.ilkp {
        padding-left: 0;
        padding-right: 10px;
    }
    .bodyar .d-toparea.graybg,
    .bodyfa .d-toparea.graybg {
        padding: 10px 0 10px 15px;
    }
    .bodyar .d-toparea.graybg .ustkapak,
    .bodyfa .d-toparea.graybg .ustkapak {
        margin: -10px 0 0 20px;
    }
}
@media (min-width: 1250px) {
    .breadcrump {
        padding: 0;
        height: auto;
        margin: 25px auto;
        max-width: 1250px;
        background: unset;
    }
    .breadcrump .gobackbtn {
        display: flex;
    }
    .breadcrump ul {
        width: max-content;
    }
    .breadcrump ul li {
        color: #767676;
    }
    .breadcrump ul li:first-child:before {
        display: none;
    }
    .breadcrump ul li:first-child span {
        display: inline-block;
    }
    .breadcrump ul li:not(:last-child):after {
        background-image: url(images/svg/sitemap-gri-ok.svg);
    }
    .breadcrump ul li a {
        color: #767676;
    }
    .pdfbanner {
        column-gap: 40px;
    }
    .sub-contents .sub-item {
        width: 27%;
    }
    .sub-contents .sub-item .button a {
        height: 47px;
        line-height: 45px;
    }
    .d-contents {
        max-width: 1250px;
        padding: 0 0 25px;
        margin: 0 auto;
    }
    .d-contents h1 {
        margin-top: 0;
    }
    .d-contents iframe {
        max-height: 700px;
    }
    .share-buttons {
        right: 0;
    }
    .filter-content .satir {
        width: 45%;
        margin-bottom: 15px;
    }
    .filter-content .filter-alt {
        width: 28%;
        margin-left: 27%;
    }
    .filter-content .list {
        width: 28%;
    }
    .youtubevideo {
        max-height: 550px;
    }
    .bodyar .filter-content .filter-alt,
    .bodyfa .filter-content .filter-alt {
        margin-right: 27%;
        margin-left: 0;
    }
    .bodyar .share-buttons,
    .bodyfa .share-buttons {
        left: 0;
    }
}
@media (min-width: 992px) {
    .template1 {
        font-size: 14px;
        line-height: 20px;
        margin: 25px 0;
    }
    .template1 ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .template1 ol li {
        margin: 0 0 60px;
        background-size: 450px 385px;
        width: 450px;
        height: 385px;
        padding: 0 40px 0 190px;
    }
    .template2 {
        padding: 0 15px;
        margin: 50px 0;
    }
    .template2.rightfinish::after {
        width: 480px;
        right: 115px;
        left: auto;
        background: url(images/template/template2-before2.svg) no-repeat left center;
    }
    .template2::before {
        width: 480px;
        right: 115px;
        background: url(images/template/template2-before2.svg) no-repeat left center;
    }
    .template2::after {
        width: 480px;
        left: 115px;
        background: url(images/template/template2-after2.svg) no-repeat right center;
    }
    .template2 p {
        justify-content: end;
        padding: 30px 50px;
        border: 0 !important;
        font-weight: 400;
    }
    .template2 p::after {
        left: 105px;
        width: calc(100% - 210px);
        background: url(images/template/template2-p-after2.svg) no-repeat center;
    }
    .template2 p:nth-child(odd) {
        padding-left: 30%;
    }
    .template2 p:nth-child(even) {
        padding-right: 30%;
    }
    .template2 p:nth-child(even)::after {
        bottom: -16px;
    }
    .template2 p img {
        z-index: 1;
        margin: 0;
    }
    .template2 p span.kose {
        display: block;
        width: 200px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 0;
    }
    .template2 p span.kose b {
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0;
        border-radius: 100px;
        border: 1px solid #d1d1d1;
        background: #fff;
    }
    .template2 p span.kose::before {
        content: "";
        width: 50%;
        height: calc(100% - 2px);
        background: #fff;
        position: absolute;
        top: 1px;
        z-index: 1;
    }
    .template2 p span.kose::after {
        content: "";
        width: 50%;
        height: calc(100% + 2px);
        background: #fff;
        position: absolute;
        top: -1px;
        z-index: -1;
    }
    .template2 p:nth-child(odd) img {
        margin-left: 30px;
    }
    .template2 p:nth-child(odd) span.kose {
        right: -1px;
        border-left: 0;
    }
    .template2 p:nth-child(odd) span.kose::before {
        left: 0;
    }
    .template2 p:nth-child(odd) span.kose::after {
        right: 0;
    }
    .template2 p:nth-child(even) img {
        margin-right: 30px;
    }
    .template2 p:nth-child(even) span.kose {
        left: -1px;
        border-right: 0;
    }
    .template2 p:nth-child(even) span.kose::before {
        right: 0;
    }
    .template2 p:nth-child(even) span.kose::after {
        left: 0;
    }
    .template3 {
        justify-content: flex-start;
        column-gap: 2%;
    }
    .template3 p {
        width: 23.5%;
    }
    .template3 p img {
        padding: 35px;
        height: 220px !important;
    }
    .template5 {
        min-height: 170px;
        padding-left: 150px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .template5::after {
        width: 65px;
        height: 100%;
    }
    .template5 p {
        font-size: 14px;
        line-height: 21px;
    }
    .template5 p:first-child {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -65px;
    }
    .template6 {
        margin: 30px 0;
    }
    .template6 p {
        width: 15%;
        padding: 20px;
        margin: 0;
        cursor: pointer;
    }
    .template6 p a {
        font-size: 14px;
        line-height: 16px;
    }
    .template6 p:hover,
    .template6 p.active {
        border-color: #da0021;
    }
    .template6 p:hover a,
    .template6 p.active a {
        color: #da0021;
    }
    .template6 p:hover .icon,
    .template6 p:hover img,
    .template6 p.active .icon,
    .template6 p.active img {
        filter: sepia(1) hue-rotate(683deg) saturate(20);
        -webkit-filter: sepia(1) hue-rotate(683deg) saturate(20);
        -moz-filter: sepia(1) hue-rotate(683deg) saturate(20);
        -o-filter: sepia(1) hue-rotate(683deg) saturate(20);
    }
    .template7 {
        width: 100%;
        text-align: center;
        margin: 0 0 50px;
        padding-top: 20px;
        padding-left: 380px;
        position: relative;
    }
    .template7:before {
        content: "";
        width: 362px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 0;
    }
    .template7 p {
        z-index: 1;
    }
    .template7 p:first-child {
        width: 360px;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    .template7 h3,
    .template7 .inner-title {
        z-index: 1;
        margin: 0 0 15px;
        padding-left: 0;
    }
    .template7 h3 strong,
    .template7 .inner-title strong {
        left: -75px;
    }
    .template8 h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .template8 p {
        font-size: 14px;
        line-height: 18px;
    }
    .template9 {
        width: 47%;
        padding: 40px 20px 20px 65px;
        margin: 10px 0 50px 2%;
        column-gap: 2%;
    }
    .template9 h3 strong,
    .template9 .inner-title strong {
        font-size: 24px;
        font-weight: 700;
    }
    .template9 p {
        font-size: 14px;
        line-height: 21px;
    }
    .template9 p a.button {
        width: 240px;
        float: right;
    }
    .template9.full {
        width: 100%;
    }
    .template9.full p {
        font-size: 14px;
        line-height: 18px;
    }
    .template10 {
        width: 49%;
    }
    .template10 h3,
    .template10 .inner-title {
        font-size: 16px;
    }
    .template10.full {
        width: 100%;
        padding: 35px 35px 35px 160px;
    }
    .template10.full img {
        width: 85px !important;
        top: 35px;
        left: 40px;
    }
    .template11 {
        width: 45%;
        margin-left: 0;
    }
    .template11::before {
        right: -63px;
        left: auto;
    }
    .template11:nth-child(odd) {
        margin-left: 55%;
    }
    .template11:nth-child(odd)::before {
        right: auto;
        left: -63px;
    }
    .template11:nth-child(odd) h3 strong,
    .template11:nth-child(odd) .inner-title strong {
        right: auto;
        left: -50px;
    }
    .template11.first:after {
        left: -122px;
    }
    .template11.last:after {
        left: auto;
        right: -122px;
    }
    .template11 p {
        line-height: 21px !important;
    }
    .template11 h3 strong,
    .template11 .inner-title strong {
        right: -50px;
        left: auto;
        font-size: 28px;
        font-weight: 700;
    }
    .template13 {
        width: 45%;
        min-height: 500px;
        margin: 30px 0;
    }
    .template13 img {
        width: 100%;
        min-width: 100%;
    }
    .template13 ul {
        padding-top: 20px;
    }
    .template14 {
        width: 30%;
    }
    .template14 img {
        margin: 10px 0;
        max-width: 100% !important;
        width: 100% !important;
    }
    .template15 {
        width: 48%;
    }
    .template16 {
        width: 32.2%;
    }
    .info-content {
        width: calc(100% - 15px);
        margin-left: 15px;
        padding: 20px 30px;
    }
    .info-content p {
        line-height: 21px;
    }
    .info-content p a.button {
        font-size: 14px;
    }
    .info-content.buttons a {
        width: auto;
        min-width: 400px;
    }
    .faq-content p {
        font-size: 14px;
        line-height: 21px;
    }
    .faq-content p span {
        font-size: 14px;
        line-height: 21px;
    }
    .team-block {
        width: 48%;
    }
    .speak-content {
        width: 100%;
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: 220px;
        overflow: hidden;
    }
    .speak-content p {
        width: 50%;
        height: max-content;
        margin: 0;
    }
    .speak-content p:nth-child(2) {
        font-size: 28px;
        line-height: 32px;
        display: flex;
        height: 50px;
        justify-content: center;
        align-items: center;
    }
    .speak-content p img {
        display: block;
    }
    .speak-content p strong {
        display: contents;
    }
    .speak-content ul {
        width: 50%;
        position: absolute;
        right: 0;
        top: 30px;
    }
    .speak-content ul li {
        height: 56px;
        font-size: 16px;
    }
    .image-content p {
        width: 9%;
        margin: 10px 0;
    }
    .image-content p img {
        max-height: 205px;
    }
    .image-content p:first-child {
        width: 100%;
    }
    .image-content p:last-child {
        width: 28%;
    }
    .inspection-tours {
        float: right;
        width: calc(100% - 400px);
        padding: 10px 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .inspection-tours ul {
        width: 65%;
        margin: 10px 0 0;
    }
    .inspection-tours ul li {
        height: 100px;
        font-size: 10px;
    }
    .inspection-tours ul li:last-child span {
        font-size: 10px !important;
        line-height: 11px;
    }
    .inspection-tours ul li span:nth-child(2) {
        font-size: 26px;
    }
    .inspection-tours ul li span:nth-child(3) {
        font-weight: 600;
    }
    .inspection-tours ul li svg {
        width: 30px;
        height: 30px;
    }
    .inspection-tours .formmodalbtn {
        width: 32%;
        display: flex;
        margin-left: 3%;
        font-size: 24px;
        height: 100px;
        text-align: center;
        font-weight: 400;
        margin-top: 10px;
        line-height: 32px;
        align-items: center;
        padding: 0 15px;
    }
    .banner1 {
        min-height: 105px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 160px;
    }
    .banner1 img {
        bottom: -20px;
    }
    .banner1.btcbanner {
        background-image: url(images/ah-cizgiler.png), linear-gradient(#b51821, #de081a);
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 50px;
        margin: 60px 0;
    }
    .banner1.btcbanner p img {
        top: unset;
        right: -30px;
        bottom: -30px;
        transform: unset;
    }
    .banner1.btcbanner p .formopenbtn {
        min-height: 30px;
        margin-top: 0;
        margin-right: 25px;
        min-width: 175px;
        font-size: 14px;
    }
    .banner1 p {
        padding: 0;
        width: fit-content;
        font-size: 24px;
        line-height: 28px;
    }
    .banner1 p a {
        margin: 0;
    }
    .banner2 {
        width: 46%;
        min-height: 195px;
        margin: 90px 0 30px;
    }
    .banner2 p {
        font-size: 21px;
        line-height: 28px;
        margin: 0;
    }
    .banner2 p:last-child {
        margin: 0;
    }
    .banner2 p:last-child a {
        width: auto;
        float: right;
        min-width: 200px;
        padding: 0 15px;
    }
    .banner2 p img {
        min-width: 100px;
    }
    .banner3 {
        width: 46%;
        min-height: 195px;
        margin: 90px 0 30px;
        padding: 15px;
        text-align: left;
        padding-left: 160px;
    }
    .banner3 .icon {
        width: 160px;
        height: 220px;
        margin: 0;
        top: auto;
        bottom: 0;
        left: -20px;
    }
    .banner3 .icon img {
        width: auto !important;
        height: 100% !important;
    }
    .banner3 p {
        font-size: 29px;
        line-height: 34px;
    }
    .banner3 p:last-child {
        margin: 0;
    }
    .banner3 p:last-child a {
        width: auto;
        float: right;
        min-width: 200px;
        padding: 0 15px;
    }
    .bodyar .banner1.btcbanner,
    .bodyfa .banner1.btcbanner {
        padding-right: 50px;
        padding-left: 160px;
        background-position: left;
    }
    .bodyar .banner1.btcbanner p,
    .bodyfa .banner1.btcbanner p {
        padding-left: 15px;
    }
    .bodyar .banner1.btcbanner p img,
    .bodyfa .banner1.btcbanner p img {
        right: unset;
        left: -30px;
    }
    .bodyar .template2::after,
    .bodyfa .template2::after {
        left: 115px;
    }
    .bodyar .template2.rightfinish::after,
    .bodyfa .template2.rightfinish::after {
        transform: rotate(0);
    }
    .bodyar .t11-container,
    .bodyfa .t11-container {
        direction: ltr;
    }
    .bodyar .template5 h3,
    .bodyar .template5 .inner-title,
    .bodyar .template5 p,
    .bodyfa .template5 h3,
    .bodyfa .template5 .inner-title,
    .bodyfa .template5 p {
        text-align: right;
        padding-right: 0;
    }
    .bodyar .template10.full,
    .bodyfa .template10.full {
        padding: 35px 160px 35px 35px;
    }
    .bodyar .template10.full .icon,
    .bodyfa .template10.full .icon {
        left: auto;
        right: 35px;
    }
    .bodyar .template11::before,
    .bodyfa .template11::before {
        right: -67px;
        left: auto;
    }
    .bodyar .template11:nth-child(odd),
    .bodyfa .template11:nth-child(odd) {
        margin-left: 55%;
    }
    .bodyar .template11:nth-child(odd)::before,
    .bodyfa .template11:nth-child(odd)::before {
        right: auto;
        left: -63px;
    }
    .bodyar .template11:nth-child(odd) h3 strong,
    .bodyar .template11:nth-child(odd) .inner-title strong,
    .bodyfa .template11:nth-child(odd) h3 strong,
    .bodyfa .template11:nth-child(odd) .inner-title strong {
        right: auto;
        left: -50px;
    }
    .bodyar .template11.first:after,
    .bodyfa .template11.first:after {
        right: unset;
        left: -122px;
    }
    .bodyar .template11.last:after,
    .bodyfa .template11.last:after {
        left: auto;
        right: -122px;
    }
    .bodyar .template11 h3 strong,
    .bodyar .template11 .inner-title strong,
    .bodyfa .template11 h3 strong,
    .bodyfa .template11 .inner-title strong {
        right: -50px;
        left: auto;
        font-size: 28px;
        font-weight: 700;
    }
}
@media (min-width: 1250px) {
    .t11-container {
        padding: 0 70px;
    }
    .template1 {
        font-size: 15px;
    }
    .template1 ol li {
        background-size: 480px 420px;
        width: 480px;
        height: 420px;
        padding: 0 40px 0 190px;
    }
    .template2 p:nth-child(odd) {
        padding-left: 38%;
    }
    .template2 p:nth-child(even) {
        padding-right: 38%;
    }
    .template3 {
        column-gap: 4%;
    }
    .template3 p {
        width: 22%;
    }
    .template3 p img {
        height: 250px !important;
    }
    .template11 {
        width: 46%;
    }
    .template11::before {
        right: -59px;
    }
    .template11:nth-child(odd) {
        margin-left: 54%;
    }
    .template11:nth-child(odd)::before {
        left: -59px;
    }
    .template14 {
        width: 29%;
    }
    .template14 ol li {
        background-size: 490px 420px;
        width: 490px;
        height: 420px;
        padding: 0 50px 0 210px;
    }
    .template15 {
        width: 44%;
    }
    .image-content {
        margin: 25px 0;
    }
    .image-content p {
        font-size: 12px;
        line-height: 14px;
        width: 8% !important;
        margin: 0;
    }
    .image-content p img {
        max-height: 242px;
    }
    .image-content p:first-child {
        width: 11% !important;
    }
    .image-content p:last-child {
        width: 25% !important;
    }
    .team-block {
        width: 44%;
    }
    .offices .harita {
        margin: 0;
        width: 100%;
    }
}
